]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
Update script. Move development to
[lilypond.git] / ChangeLog
1 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * scm/output-gnome.scm: Update script.  Move development to
4         lilypond_2_3_2 branch for now.
5
6 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7
8         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
9         negative penalties.
10         cleanups.
11
12         * Documentation/user/changing-defaults.itely (Creating contexts):
13         index entries
14
15         * scm/page-breaking.scm (ly:optimal-page-breaks): new
16         file. Rewrite function. 
17
18         * lily/paper-book.cc (pages): new interface: page-breaking returns
19         list of line-list.
20
21         * lily/page.cc (Page): take lines argument.
22
23         * scm/document-translation.scm (all-engravers-doc): link to user man
24
25         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
26
27         * Documentation/user/notation.itely (Relative octaves): typo.
28
29         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
30
31 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
32
33         * scm/output-gnome.scm: Update build script.
34
35 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
36
37         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
38         gnome backend.
39
40         * scm/framework-gnome.scm: New file.
41
42         * scm/lily.scm: Use it.
43
44         * lily/paper-outputter.cc: Janitorial cleanups.
45         (ly:outputter-dump-string): Remove unreachable statement.
46
47         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
48         (ice-9): Bugfix: Add srfi-1.
49
50         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
51
52 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
53
54         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
55         in do_quit()
56         
57 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
58
59         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
60
61 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
62
63         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
64         override of Beam::position-callbacks. Why would grace beams not be
65         quantized? Fixes: weird-stem-size-grace. Backportme.
66
67         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
68         warning only once. Backportme.
69
70         * lily/accidental-engraver.cc (number_accidentals_from_sig):
71         bugfix, 2nd try. Backportme.
72
73         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
74
75 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
76
77         * Documentation/user/notation.itely (Instrument transpositions):
78         Correct the name of the instrumentTransposition property.
79
80 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
81
82         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
83
84 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
85
86         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
87         and postLilyPondExample are called when defined.
88
89 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
90
91         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
92         This fixes setting notenames with `\include "nederlands.ly" '
93
94         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
95         new function.
96
97 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
98
99         * scm/page-layout.scm: don't do piece, it should be in score-title
100         only.
101
102         * lily/lexer.ll: lex \score separately.
103
104         * lily/paper-book.cc: junk stencil2line.
105
106         * lily/paper-line.cc (Paper_line): construct from Stencil
107         directly. No futzing with the dimensions.
108
109         * lily/include/paper-line.hh (class Paper_line): 
110
111         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
112         takes arbitrary number of arguments.
113
114         * input/test/markup-score.ly (tuning): simplify example. 
115
116 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
117
118         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
119
120         * scm/define-markup-commands.scm (score): define score-markup
121
122         * lily/parser.yy (markup): use score-markup.
123
124         * lily/score.cc: add ly:score? 
125
126 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
127
128         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
129         fret-parse-string so it prepares for calls to fret-diagram-verbose
130         Changed display constants to props so they are available for
131         \override.
132         
133 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
134
135         * VERSION: release 2.3.3
136
137         * stepmake/stepmake/generic-vars.make: unset LANG.
138
139         * input/regression/tuplet-nest.ly: bugfix.
140
141         * lily/tie-performer.cc (stop_translation_timestep): reset
142         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
143
144         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
145         clear repeat_ directly after setting stem_tremolo_. Fixes:
146         tremolo-repeat.ly
147
148         * input/regression/span-bar-break.ly: new file.
149
150         * scm/define-grobs.scm (all-grob-descriptions): remove
151         break-visibility from SpanBar. Fixes: piano-repeat.ly
152
153 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
154
155         * python/lilylib.py (make_ps_images): only compute bbox when needed.
156
157         * scripts/lilypond-book.py (process_snippets): use lily -f ps
158         files for generating pngs. (failed experiment)
159
160         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
161         file with PFA fonts included.
162
163         * lily/score.cc (default_rendering): put header in too.
164
165         * lily/paper-line.cc (LY_DEFINE): change function to
166         ly:paper-line-extent
167
168         * scm/page-layout.scm (default-book-title): only add lines for
169         non-nil fields.
170         (default-score-title): idem.
171
172         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
173
174         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
175
176         * lily/include/paper-book.hh (class Paper_book): remove height_
177         member.
178
179         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
180
181         * lily/ly-module.cc (LY_DEFINE): bugfix.
182
183         * lily/paper-book.cc (book_title): separate function for the book
184         title.
185
186         * scm/page-layout.scm (default-book-title): only account for
187         markup fields.
188
189         * scm/framework-ps.scm: new file. Move high level interface from
190         output-ps.scm
191
192         * scm/music-functions.scm (def-grace-function): move macros from
193         ly/music-functions-init.ly
194
195         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
196         framework-tex.scm
197
198         * scm/framework-tex.scm (dump-line): new file. High level
199         interface for output (pages, systems, header). 
200
201         * lily/include/page.hh (class Page): add is_last_ field.
202
203         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
204
205         * lily/paper-book.cc (split_string): new function
206         (output): output multiple formats, i.e. --format=ps,tex
207
208         * scm/output-ps.scm (output-scopes): dump variables directly.
209         (define-fonts): rewrite for new interface
210
211         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
212
213         * lily/paper-outputter.cc (Paper_outputter): take format argument.
214
215         * lily/main.cc (parse_argv): don't set extension for output.
216
217         * lily/clef-engraver.cc (create_clef): remove
218         Staff_symbol_referencer::set_position() call. 
219
220 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
221
222         * ly/music-functions-init.ly (addlyrics): set the 'origin property
223         with the location argument in music function definitions.
224
225 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
226
227         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
228         staffsymbol dependency.
229
230         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
231         cleanups.
232
233         * lily/book.cc (process): return Paper_book
234         (to_stencil): use Book::process().
235
236         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
237         header_ field. Store in $globalheader
238
239         * lily/parser.yy (book_body): book header is initted to
240         $globalheader.
241         
242
243 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
244
245         * input/test/fill-a4.ly: removed.
246
247         * lily/parser.yy (output_def): push scope of parent_ Output_def
248         too.
249
250 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
251
252         * scm/output-gnome.scm: Update info.
253
254 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
255
256         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
257
258         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
259         than 1 module.
260
261         * lily/include/ly-module.hh (ly_use_module): rename is_module to
262         ly_c_module_p.
263
264         * scm/page-layout.scm (default-book-title): move Scheme titling
265         functions to here.
266
267         * lily/parser.yy (book_paper_block): remove scope too.
268
269         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
270
271         * lily/rest.cc: add direction to rest properties.
272
273         * lily/include/output-def.hh: new file, move from
274         music-output-def.hh
275
276 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
277
278         * scm/output-gnome.scm: Describe feta-cork hack.
279
280 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
281
282         * lily/include/book-paper-def.hh: derive from Output_def 
283
284         * lily/include/paper-def.hh: move all functionality out of class.
285         Junk header.
286
287         * lily/include/music-output-def.hh: rename Music_output_def to
288         Output_def.
289
290         * input/wilhelmus.ly: only set space for Paper formatting. 
291
292         * lily/include/midi-def.hh: remove file, remove class.
293         Move functions to Music-output-def.
294
295         * lily/music-output-def.cc (Music_output_def): remove separate
296         translator table. Lookup translators in scope directly. This
297         obviates Context suffix for context identifiers, i.e.
298
299         \context {
300           \Staff
301           .. 
302           }
303
304
305         will work.
306         
307
308         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
309
310         * Documentation/user/changing-defaults.itely (Horizontal spacing):
311         document spacing override hack.
312
313 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
314
315         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
316         installation info.  Support point-and-click.  Add +/- zoom
317         keybindings.
318
319 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
320
321         * VERSION: 2.3.2 released
322         
323         * lily/parser.yy (book_body): set default bookpaper.
324
325         * scm/output-tex.scm (header): kludge: hard code linewidth. 
326
327         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
328
329 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
330
331         * lily/score.cc (default_rendering): scale outputdef before
332         starting.
333
334 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
335
336         * scm/fret-diagrams.scm: Add header.
337
338         * scm/output-gnome.scm: Hello world :-)
339
340 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
341
342         * scripts/lilypond.py (run_dvips): only add papersize if present.
343
344         * lily/accidental-engraver.cc (update_local_key_signature): new
345         function, fold code from initialize() and process_music().
346         (update_local_key_signature): use deep copy. This fixes one
347         problem from custom-key-signatures.ly.
348         (number_accidentals_from_sig): tighter check for
349         accidental-too-old.
350
351         * ly/engraver-init.ly: remove localKeySignature
352         definition from ChoirStaff, StaffGroup, Score.
353         
354         * lily/percent-repeat-engraver.cc (try_music): add moments for
355         barlines too. Fixes: skipbars-percent-repeat.ly.
356
357 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
358
359         * lily/context-def.cc (filter_performers): don't go to cdrloc if
360         skipping last pair. Fixes: crash-bar-number.
361
362         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
363         D. Sorensen)
364
365         * input/test/fret-diagram.ly: new file.
366
367         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
368         (scale-paper): divide by scale.
369
370 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
371
372         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
373         case.
374
375 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
376
377         * scm/stencil.scm (fontify-text): reinstate function
378
379         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
380
381         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
382
383         * lily/parser.yy (book_paper_head): \bookpaper {} 
384
385         * python/midi.c: remove config.h
386
387 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
388
389         * scm/output-gnome.scm: Update.
390
391 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
392
393         * scm/output-gnome.scm: New file.
394
395         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
396
397 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
398
399         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
400         (find_scaled_font): move from Paper_def
401
402 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
403
404         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
405         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
406
407         * po/fr.po: update po.
408
409         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
410
411         * lily/book-paper-def.cc (print_smob): new file.
412
413 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
414
415         * buildscripts/lilypond-words.py: search words also from
416         music-functions-init.ly.
417
418 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
419
420         * ly/music-functions-init.ly (def-music-function): new helper
421         macro for defining music functions. \addlyrics \appoggiatura
422         \acciaccatura \grace \partcombine \autochange \applycontext
423         \applyoutput and \breathe are now defined here thanks to it.
424
425         * lily/parser.yy: 
426         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
427         \grace \partcombine \autochange \applycontext \applyoutput and
428         \breathe keywords removed from the parser.
429
430         * lily/parser.yy: 
431         * lily/music-function.cc (ly_make_music_function): 
432         * lily/lexer.ll (music_function_type): added a case for 0-arg
433         music functions.
434
435 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
436
437         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
438         refering to a music expression can be used in lily-inside-scheme:
439         #{ $music #}
440
441         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
442         and ly:parser-define, and change ly:parser-parse-string in order
443         to make #{ $music #} work.
444
445         * scm/new-markup.scm (compile-markup-expression): when an argument
446         is a string, use `make-simple-markup'.
447
448 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
449
450         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
451
452 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
453
454         * scripts/convert-ly.py (FatalConversionError.func): handle + in
455         font-size. (backportme)
456
457 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
458
459         * lily/paper-outputter.cc (output_stencil): dump font definitions
460         before each stencil.
461
462         * lily/include/paper-book.hh (struct Score_lines): new
463         struct. Collect info per Paper-score.
464
465         * lily/include/page.hh (class Page): to_stencil() returns Stencil
466         everywhere.
467
468         * lily/stencil.cc (find_expression_fonts): new function
469
470         * lily/paper-outputter.cc (output_stencil): use
471         interpret_stencil_expr
472
473         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
474         (interpret_stencil_expr): new function. Generic stencil
475         interpretation.
476
477         * lily/paper-def.cc (find_scaled_font): divide lookup
478         magnification by outpuscale for non-virtual fontmetrics. This
479         fixes ludicrously long font definitions for text
480         fonts. (backportme)
481
482         * lily/score-engraver.cc: remove
483         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
484
485 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
486
487         * input/test/markup-score.ly: Remove \notes.
488
489         * lily/parser.yy (book_body): Grok Composite_music and \header.
490         (markup): Push NOTES mode before score_block.
491
492         * VERSION: release 2.3.1
493         
494         * mf/feta-klef.mf: 
495         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
496
497         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
498
499         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
500
501 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
502
503         * scm/output-tex.scm (output-tex-string): tighten safe security.
504
505         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
506
507         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
508         allowed ly functions.
509
510         * lily/ly-module.cc (ly_module_define): only define variable if
511         bound.
512         (ly_make_anonymous_module): take safe option.
513
514 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
515
516         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
517
518 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
519
520         * input/regression/newaddlyrics.ly: Fix.
521
522         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
523         \score \notes.
524
525 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
526
527         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
528
529 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
530
531         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
532
533         * lily/paper-line.cc (Paper_line): don't store list of stencils,
534         but convert to single Stencil immediately.
535
536         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
537
538 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
539
540         * scm/output-sodipodi.scm: Resurrect sodipodi output.
541
542 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
543
544         * elisp/lilypond-mode.el: Changed the way defaults are created for
545         LilyPond-command-master.  LilyPond-mode will now check the
546         timestamps of the files to see which command has to run next.
547
548 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
549
550         * scm/bass-figure.scm (format-bass-figure): don't set
551         number-markup for strings. This fixes string in bass
552         figure. (backportme)
553
554         * lily/parser.yy (bass_number): insert number-markup into figure
555         definition.
556
557         * scm/define-music-properties.scm (all-music-properties): make
558         'figure a markup.
559
560         * scripts/convert-ly.py (conv): \apply -> \applymusic
561
562 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
563
564         * elisp/lilypond-mode.el: changed the order of some commands
565         ("Midi" after "2Midi"), use the user-defined
566         LilyPond-command-default as default instead of "LilyPond"
567
568         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
569         to set the master file for the next command.
570
571         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
572         with font-lock-reference-face.
573
574 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
575
576         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
577
578         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
579
580 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
581
582         * ly/music-functions-init.ly (TODO): new file.
583
584         * lily/parser.yy (Generic_prefix_music_scm): add more
585         music_function symbols.
586         (Prefix_composite_music): change \apply to music-function   
587
588         * lily/include/music-function.hh: rename to music-function
589
590 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
591
592         * lily/music-head.cc (LY_DEFINE): change order of args.
593
594         * input/regression/music-head.ly (texidoc): new file.
595
596         * lily/parser.yy (Generic_prefix_music): allow generic
597         music-transformation functions. 
598
599         * lily/include/music-head.hh (is_music_head): new file.
600
601         * lily/music-head.cc (get_music_head_transform): new file.
602
603 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
604
605         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
606         empty extent. This fixes ottava brackets on rests. (backportme)
607
608         * make/lilypond.redhat.spec.in (Group): ln png files for info.
609
610         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
611
612         * cygwin/lily-wins.py: update for the lily-wins.py script.
613
614 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
615
616         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
617         code. This will obviate typeset_grob () in the future.  The effect
618         of this is that improperly written spanner handling will result in
619         invalid spanner bounds.
620         (announce_grob): add to elems_ from here
621         (typeset_grob): comment out.  
622
623         * lily/include/engraver.hh (make_spanner): new calling interface
624         for make_{item,spanner}. This obviates most calls to
625         announce_grob().
626                 
627         * scm/music-functions.scm (set-accidental-style): use GrandStaff
628         iso. PianoStaff for piano styles.
629
630 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
631
632         * Documentation/user/music-glossary.tely: add segno after d.s.
633
634 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
635
636         * lily/include/audio-column.hh: remove unused variables.
637         (patch by Michael Welsh Duggan)
638
639         * flower/include/axes.hh (other_axis): inline Axes function
640         (thanks to David Brandon).
641
642 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
643
644         * cygwin/mknetrel: Install image links (backportme).
645
646         * Documentation/user/GNUmakefile (local-install-info): Activate
647         actual installing of image links (backportme).
648
649 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
650
651         * Documentation/user/notation.itely (Measure repeats): Removed
652         unnecessary (and confusing) \context Voice{.
653
654 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
655
656         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
657
658         * lily/page.cc (Page): Do not use ly_scheme_function for
659         volatile/configurable variables (FIXME: better name).
660
661         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
662         get_scmvar).
663
664 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
665
666         * scripts/convert-ly.py (FatalConversionError.subst): use
667         \transposition.
668
669 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
670
671         * lily/include/page.hh (class Page): Declare left_margin ().
672
673         * lily/page.cc: Remove paper var caching.
674
675 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
676
677         * Documentation/user/music-glossary.tely: Add name to @top node.
678         Remove comment from @table definitions (workaround for makinfo
679         bug).
680
681         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
682         ly:stencil-get-expr).  Update callers.
683         (ly:stencil-align-to!):  Return stencil too.
684
685         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
686         stencil.  Remove looped line-based page output.
687         (output_line): Use line stencil.  Remove looped stencil-based line
688         output.
689
690         * lily/page.cc (ly:page-paper-lines): New function.
691
692         * input/test/markup-score.ly: New file.
693
694         * scm/define-markup-commands.scm (stencil): New markup.
695
696         * lily/book.cc (to_stencil): New method.
697
698         * lily/parser.yy (markup): Use it to grok \score.
699
700 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
701
702         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
703
704         * lily/paper-book.cc (pages): Change signature.  Update callers.
705
706         * lily/include/page.hh:
707         * lily/page.cc: New file.
708
709         * lily/paper-line.cc (to_stencil): New method.
710         
711         * lily/paper-outputter.cc (output_stencil): New method.
712
713         * lily/paper-outputter.cc (output_line): Use them.
714
715         * lily/warn.cc: Remove.
716
717         * lily/my-lily-parser.cc (distill_inname): Remove.
718
719         * flower/include/file-name.hh: 
720         * flower/file-name.cc: New file.  Update users.
721
722         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
723         (find): New method of same name.
724
725         * lily/my-lily-parser.cc (ly:parse-file): Use it.
726
727         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
728         constant error message.
729
730 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
731
732         * input/test/{blank-notes.ly,staff-container.ly}: typos.
733
734 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
735
736         * Documentation/user/music-glossary.tely: @table @strong' replaced
737         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
738         (backportme).
739
740 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
741
742         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
743
744         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
745         #{ lily music expression #} that returns an equivalent scheme
746         music expression by parsing the string.
747
748 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
749
750         * lily/my-lily-parser.cc:
751         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
752         SCM string (foo.ly/toto.scm support).
753
754 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
755
756         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
757
758 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
759
760         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
761
762         * scripts/lilypond-book.py: LY code that includes \header is
763         not assumed to be a fragment.
764
765 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
766
767         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
768         tremolo beams up.
769
770         * lily/stem.cc (chord_start_y): Return 0 if no heads.
771         (get_default_stem_end_position): No tremolo head juggling if no
772         heads.  Fixes tremolo crash on rests (backportme).
773
774         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
775
776 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
777
778         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
779         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
780
781         * lily/lexer.ll: Allow \encoding in NOTES mode.
782
783         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
784         for lyrics, not for commands.
785
786         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
787         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
788
789         * input/regression/newaddlyrics.ly: New file.
790
791         * Documentation/topdocs/NEWS.texi: Update.
792
793         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
794         (Music_list): Allow embedded scm.
795
796         * lily/score.cc (ly:score-bookify): New function.
797
798         * lily/music.cc (ly:music-scorify): Idem.
799
800         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
801         (ly:parser-print-score): Idem.
802
803         * scm/lily.scm (default-toplevel-book-handler): Idem.
804         (default-toplevel-music-handler): Idem.
805         (default-toplevel-score-handler): Idem.
806
807         * ly/declarations-init.ly: Set default toplevel handlers.
808
809         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
810
811         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
812         printer for score at toplevel.
813
814 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
815
816         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
817         Fix for simple case: input/simple-song.ly, more complex stuff
818         does not work yet.
819
820 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
821
822         * lily/parser.yy (Prefix_composite_music): split Composite_music
823         in Prefix_composite_music and Grouped_music_list.
824         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
825
826 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
827
828         * scm/lily.scm (toplevel-expression): New define.
829
830         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
831
832         * lily/parser.yy (toplevel_expression): Use it.
833
834         * lily/include/my-lily-parser.hh: Smobbify.
835
836         * lily/my-lily-parser.cc (parse_string): New method.
837         
838         * lily/my-lily-parser.cc (ly:parse-string): New function.
839
840         * Documentation/user/lilypond.tely: Add comment and workaround for
841         gs-8.01 crash.  Fixes make web.
842
843         Simplification of toplevel music.
844         
845         * lily/lexer.ll, lily/parser.yy:
846
847         * In LYRICS mode, return LYRICS_STRING.  This fixes one
848         shift/reduce problem.
849
850         * Use NOTES mode at start of maininput.
851
852         * Grok toplevel composite music expression, put in score and book.
853
854         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
855
856         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
857
858         * input/simple.ly: New file.
859         
860         * input/simple-song.ly: Idem.
861
862 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
863
864         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
865         Sandberg.
866
867 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
868
869         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
870
871 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
872
873         * input/regression/accidental-octave.ly: doc automatic showing
874         of note names.
875
876 2004-04-16  Heikki Junes <janneke@gnu.org>
877
878         * po/fi.po: do "make po && make -C po po-update" at top-level,
879         then "cp po/out/fi.po po/fi.po" and update fields.
880
881         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
882
883 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
884
885         * Documentation/user/introduction.itely (About this manual): Fix
886         templates and regression urls (backportme).
887
888 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
889
890         * ly/engraver-init.ly (Score:graceSettings): Increase
891         beamed-lengths, especially for 32nd notes.
892
893         * Documentation/user/notation.itely (Grace notes): Correct the
894         syntax for add-grace-property example.
895
896 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
897
898         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
899         `Generated' tag.
900
901         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
902         Severely broken (the Debian package, at least).
903
904 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
905
906         * lily/context.cc (find_create_context): assign to lvalue.
907
908 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
909
910         * lily/include/translator.hh (class Translator): rename
911         get_parent_context() to context () to avoid confusion.
912
913         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
914
915         * lily/lexer.ll: change is_string -> ly_c_string_p 
916
917         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
918
919         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
920
921         * VERSION: release 2.3.0
922
923         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
924
925         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
926         if nonempty.
927
928         * lily/include/context.hh (class Context): make members protected.
929         (children_contexts): new accessor function.
930
931         * lily/include/translator.hh (class Translator): make
932         daddy_context_ protected.
933         (class Translator): clean up. 
934
935         * lily/include/context.hh (class Context): make daddy_context_
936         private.
937
938         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
939         higher for finding Voice. (backportme)  
940
941         * lily/include/context.hh (class Context): remove
942         find_context_below() as a method.
943
944         * Documentation/user/notation.itely (The Lyrics context): add note
945         about manual durations
946
947         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
948         encoding.
949
950         * scm/output-tex.scm (text): dump \inputencoding{} for text.
951
952 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
953
954         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
955         \usepackage{inputenc}
956
957         * lily/paper-book.cc (classic_output): don't advance Offset for
958         TeX output.
959
960         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
961         ec-sauter.map in rules
962
963         * mf/ecb.mf (font_identifier): new file, based on ecbx
964
965         * mf/ecb10.mf (gensize): new file.
966
967         * Documentation/topdocs/NEWS.texi (Top): document some more new
968         features.
969
970         * ly/declarations-init.ly: run convert-ly
971
972         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
973         from input-file-results. Remove input-file-results.* 
974
975 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
976
977         * scm/output-ps.scm (font-command): Fix, again.
978
979         * input/test/title-markup.ly: Add \noPagebreak test.
980
981         * lily/score-engraver.cc (try_music): Bugfix.
982
983 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
984
985         * lily/main.cc (main_with_guile): excise dependency options -M and
986         --dep-prefix
987
988         * lily/input-file-results.cc: excise Makefile dependency code
989
990         * Documentation/user/invoking.itexi (Invoking the lilypond
991         binary): remove dep doco
992         
993         * lily/main.cc (main_with_guile): call lilypond-main
994         
995         * scm/lily.scm (lilypond-main): new function: handle multiple files.
996
997         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
998         exception.
999
1000         * lily/my-lily-parser.cc: remove paper_description function
1001
1002         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1003         new function.
1004
1005         * lily/main.cc: remove global_score_count.
1006
1007         * lily/book.cc (process): don't take header from global_input_file.
1008
1009         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1010
1011         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1012
1013         * lily/music-output-def.cc (LY_DEFINE): new function
1014         ly_output_description. This function does the bulk for  setting,
1015         parsing and breaking down of an input file.
1016
1017         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1018         anonymous modules globally. Let's hope they get GCd
1019
1020         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1021
1022 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1023
1024         * scm/output-ps.scm (header): Papersize from paper.
1025
1026         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1027         for classic output.
1028
1029         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1030         lilypondclassic is defined.
1031         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1032
1033         * input/regression/between-systems.ly: Remove.
1034
1035         * python/lilylib.py (get_bbox): Fix regular expression
1036         for bounding box.
1037
1038         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1039
1040         * scm/output-tex.scm (stop-page): Use it.
1041
1042         * scm/output-ps.scm (define-fonts): Bugfix.
1043
1044         * lily/grob.cc: Add penalty to interface.
1045
1046         * lily/include/paper-line.hh (class Paper_line): New member
1047         var penalty_.
1048
1049         * lily/system.cc (get_line): Initialise Paper_line with
1050         page-penalty's from original grobs.
1051
1052         * scm/define-music-properties.scm (all-music-properties): Add
1053         page-penalty.
1054
1055         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1056
1057         * lily/score-engraver.cc (try_music): Handle page-penalty.
1058
1059         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1060
1061 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1062
1063         * ly/declarations-init.ly (melismaEnd): typo
1064
1065         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1066
1067         * scm/output-ps.scm (text): split string into spaces, use moveto
1068         for setting space. 
1069         
1070 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1071
1072         * po/nl.po: Update.
1073
1074         * scm/font.scm (add-cmr-fonts): Typo.
1075
1076 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1077
1078         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1079         font-encoding.
1080
1081         * scm/define-grobs.scm (all-grob-descriptions): idem.
1082
1083         * lily/time-signature.cc (numbered_time_signature): idem.
1084
1085         * scm/font.scm (add-cmr-fonts): use real encoding names for
1086         font-encoding.
1087
1088 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1089
1090         * lily/paper-book.cc (classic_output): 
1091         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1092         Fixes classic output.
1093         (lilypondstart):
1094         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1095         kludge.
1096
1097         * scripts/old-lilypond-book.py: Remove.
1098
1099         Page layout for SCOREs enclosed in a BOOK:
1100
1101         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1102         layout tweaking.
1103
1104         * input/les-nereides.ly (theScore): Add \book.
1105         
1106         * input/test/title-markup.ly: Add \book.
1107
1108         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1109         only if 'verbose.
1110
1111         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1112
1113         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1114
1115         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1116         * scm/output-tex.scm (start-system): Update for page layout by
1117         LilyPond.
1118
1119         * scm/output-ps.scm (start-system): Previously (new-start-system).
1120
1121         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1122         passed to define-fonts.
1123
1124         * lily/paper-column.cc: 
1125         * lily/system.cc (get_line):
1126         * ly/property-init.ly (newpage): 
1127         * scm/define-grob-properties.scm:
1128         * scm/output-ps.scm: 
1129         * scm/output-tex.scm: Remove between-system-string kludge.
1130
1131         * scm/output-ps.scm (define-fonts, font-command,
1132         font-load-encoding): Handle ENCODING = #f.
1133
1134         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1135
1136         * scm/define-markup-commands.scm (fill-line): Use
1137         make-simple-markup (WAS: unexisting make-word-markup).
1138
1139         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1140         ENCODING, MARKUP parameters for interpret_string.
1141
1142         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1143
1144         * lily/score.cc (book_rendering): New method.
1145         (default_rendering): Create Paper_book helper locally, dump
1146         output.
1147
1148         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1149
1150         * lily/parser.yy: Handle \book.
1151
1152         * lily/include/book.hh: 
1153         * lily/book.cc: New file.
1154
1155 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1156
1157         * lily/text-item.cc (interpret_string): new file, select font with
1158         encoding.
1159
1160         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1161
1162         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1163
1164         * lily/parser.yy (markup): take encoding from lexer.
1165
1166 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1167
1168         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1169
1170         * scm/output-ps.scm: Remove some cruft.
1171
1172 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1173
1174         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1175
1176         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1177
1178 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1179
1180         * scm/font.scm (add-century-schoolbook-fonts):
1181         (make-century-schoolbook-tree): New function.
1182
1183         * input/test/title-markup.ly: Use Century Schoolbook font.
1184
1185 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1186
1187         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1188         to Erik Sandberg) 
1189
1190         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1191
1192         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1193
1194         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1195
1196         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1197
1198 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1199
1200         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1201         solo-state (at end of solo), we can set the solo status
1202         too. (backportme.)
1203
1204         * input/regression/part-combine-solo-end.ly: new file.
1205
1206 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1207
1208         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1209         flavour abc files.  Really ignore unknown keys (backportme).
1210
1211 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1212
1213         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1214         magnification_ when looking up in orig_.
1215
1216         * scm/output-tex.scm (text): switch off char-mapping.
1217
1218         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1219         because AFM's encoding field cannot have spaces.
1220
1221 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1222
1223         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1224
1225 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1226
1227         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1228
1229         * mf/cmr.enc: new file, without hi-bit ascii info. 
1230
1231         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1232         width. This removes the 'hook' at the end of a long slur.
1233
1234         * buildscripts/mf-to-table.py (parse_logfile): don't append
1235         encoding to fontname.
1236
1237 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1238
1239         * scm/output-ps.scm (define-fonts): Load .enc only once.
1240
1241         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1242         too.
1243
1244 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1245
1246         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1247         encoding field.
1248
1249         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1250
1251         * ly/portuges.ly (pitchnames): new file.
1252
1253         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1254         Michael Welsh Duggan
1255
1256         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1257
1258         * ly/nederlands.ly: add comment about digits.
1259
1260         * lily/scaled-font-metric.cc (derived_mark): idem.
1261
1262         * scm/encoding.scm (make-encoding-mapping): change permutation to
1263         mapping.
1264
1265         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1266         (Modified_font_metric): make alist for coding_description_
1267         (LY_DEFINE): remove coding-name.
1268
1269         * scm/output-tex.scm (text): remove debugging code.
1270
1271         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1272
1273         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1274         from infile.
1275
1276         * mf/feta-generic.mf: move fet_beginfont into generic code.
1277         use fetaMusic (without space) as encoding
1278
1279         * mf/feta-autometric.mf: take encoding argument
1280
1281         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1282
1283         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1284         use.
1285
1286         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1287         name.
1288
1289 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1290
1291         * input/test/title-markup.ly: Set inputencoding.
1292
1293         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1294
1295         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1296
1297         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1298         function.
1299         (coding-alist): Also hold filename, command.
1300         (read-encoding-file): Return symbols.
1301
1302 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1303
1304         * scm/output-tex.scm: remove fontify; text and char take a font
1305         argument.
1306
1307         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1308
1309         * lily/scaled-font-metric.cc (text_dimension): init
1310         coding_{permutation,table}_ too 
1311         (LY_DEFINE): ly:font-encoding, new function return
1312
1313         * lily/paper-def.cc (find_scaled_font): take input coding from
1314         inputcoding paper var.
1315
1316         * lily/performance.cc (output): remap modulo 16.
1317
1318         * lily/text-item.cc (interpret_markup): whoops, variable
1319         shadowing fixed.
1320
1321 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1322
1323         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1324         symbols, not symbols to strings.
1325         
1326         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1327         symbols, not symbols to strings.
1328
1329 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1330
1331         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1332         (ly:kpathsea-gulp-file): New function.
1333
1334         * scm/encoding.scm (read-encoding-file): Use it.
1335
1336 2004-04-06  Werner Lemberg  <wl@gnu.org>
1337
1338         * scm/encoding.scm (coding-alist): Fix typo.
1339
1340 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1341
1342         * lily/scaled-font-metric.cc (text_dimension): move function from
1343         Font_metric
1344         (make_scaled_font_metric): init coding_scheme_ to TeX
1345         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1346
1347         * lily/include/scaled-font-metric.hh (struct
1348         Modified_font_metric): rename from Scaled_font_metric
1349
1350         * scm/encoding.scm (read-encoding-file): split up large function,
1351         leave caching to (delay)
1352
1353         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1354
1355 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1356
1357         * lily/my-lily-lexer.cc (set_encoding): New method.
1358
1359         * lily/lexer.ll: Grok \encoding.
1360
1361         * lily/font-metric.cc (get_encoded_index): New function.
1362
1363         * lily/include/font-metric.hh (coding_scheme): New method.
1364
1365         * scm/encoding.scm: New file.
1366
1367         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1368
1369 2004-04-05  Werner Lemberg  <wl@gnu.org>
1370
1371         * Documentation/user/tutorial.itely: Revised (finished).
1372
1373         * Documentation/user/macros.itexi (@separate): Removed.
1374
1375 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1376
1377         * scm/output-ps.scm (define-fonts): fix scaling.
1378
1379         * lily/scaled-font-metric.cc (design_size): add function.
1380
1381         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1382         partial cut&paste of ly:font-magnification.
1383
1384 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1385
1386         * scm/output-ps.scm (define-fonts):
1387         (fontify): Update.
1388
1389 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1390
1391         * po/fr.po: update. (backportme).
1392
1393         * po/nl.po: update. (backportme). 
1394
1395         * mf/feta-beugel.mf: document why design size is not fixed.
1396
1397         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1398
1399 2004-04-04  Werner Lemberg  <wl@gnu.org>
1400
1401         * Documentation/user/tutorial.itely: Revised (continued).
1402
1403 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1404
1405         * po/nl.po: Update (backportme).
1406
1407 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1408
1409         * po/de.po: update. (backportme).
1410
1411         * scm/output-tex.scm (font-command): use ly: functions to
1412         construct name.
1413         (define-fonts): don't use alist, just dump \font definitions.
1414         (font-load-command): calculate proper scaling by taking
1415         outputscale from paper argument.
1416
1417         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1418         expression.
1419
1420         * lily/paper-outputter.cc (output_header): pass paper arg to
1421         define-fonts
1422
1423         * lily/paper-def.cc (font_descriptions): dump list of
1424         Scaled_font_metrics
1425         (find_scaled_font): take Font_metric argument, store
1426         Scaled_font_metrics in hash-table containing (size ->
1427         Scaled_font_metrics) alist.
1428         (get_dimension): rename from get_realvar
1429
1430         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1431         ly:font-magnification, ly:font-name: new functions
1432
1433 2004-04-03  Werner Lemberg  <wl@gnu.org>
1434
1435         * Documentation/user/dedication.itely,
1436         Documentation/user/preface.itely,
1437         Documentation/user/introduction.itely,
1438         Documentation/user/tutorial.itely: Revised.
1439         Removing leading spaces which distorts output if info files are read
1440         with stand-alone info.
1441         Removing superfluous inter-word spaces which also distorts output
1442         for stand-alone info.
1443         Using ` and ' instead of `` and '' everywhere to improve
1444         legilibility with stand-alone info
1445         Using @samp for single-letter input items and data which contains
1446         spaces, @code for other things.
1447
1448         * lily/grob-interface.cc: Adding copyright.
1449         (check_interfaces_for_property): Improve format of warning message.
1450
1451 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1452
1453         * lily/include/font-metric.hh (struct Font_metric): add
1454         design_size () method.
1455
1456         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1457
1458         * lily/afm.cc (read_afm_file): read design size.
1459
1460         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1461
1462         * scm/music-functions.scm (unfold-repeats): handle dots too.
1463
1464 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1465
1466         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1467         (backportme)
1468
1469 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1470
1471         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1472         lyric indent.  Revert melismaBusyProperties using \unset.
1473
1474 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1475
1476         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1477
1478         * lily/parser.yy (command_element): allow redefinition of |
1479         meaning.
1480
1481         * lily/break-align-engraver.cc (acknowledge_grob): construct
1482         LeftEdge where the first cause for alignment is coming from.
1483         This makes \override Staff.LeftEdge work as expected.
1484
1485         
1486         * lily/slur-performer.cc (Slur_performer): add inits
1487
1488         * lily/beam-performer.cc (Beam_performer): add inits
1489
1490 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1491
1492         * VERSION (PACKAGE_NAME): release 2.2.0
1493
1494         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1495
1496 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1497
1498         * lily/cluster.cc (height): Fix warning.
1499
1500         * lily/parser.yy: Janitorial cleanups.
1501
1502         * Documentation/user/tutorial.itely (Tutorial): Typo.
1503
1504 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1505
1506         * lily/change-iterator.cc (process): search at multiple context
1507         levels. This fixes 
1508
1509         
1510         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1511         not voice-state index for tie state. This fixes a partcombine
1512         problem with ties.
1513
1514         * Documentation/user/tutorial.itely (Commenting input files): add
1515         note about convert-ly.
1516
1517         * input/test/cadenza-skip.ly:  new file.
1518
1519 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1520
1521         * po/nl.po: Spelling fixes.
1522
1523         * autogen.sh (srcdir): Regenerate.
1524
1525         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1526         autogen.sh.
1527
1528         * configure.in: Use C++ to check for C++ header.
1529
1530         * po/nl.po: Update.
1531
1532         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1533
1534         * lily/event.cc (to_relative_octave): Translatable sentence should
1535         be one string.
1536
1537         * python/lilylib.py (warranty): Year range is not translatable.
1538         It's 2004 already!
1539
1540         * flower/warn.cc (non_fatal_error, warning, programming_error):
1541         Remove whitespace from translated string.
1542
1543 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1544
1545         * VERSION: release 2.1.37.
1546
1547 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1548
1549         * configure.in: check for C language.
1550
1551         * lily/source-file.cc: include strstream without h.
1552
1553         * scm/documentation-generate.scm (string-append): use name without
1554         .texi.
1555
1556         * autogen.sh (srcdir): SUSE fix.
1557
1558         * Documentation/user/notation.itely (Ancient clefs): idem.
1559
1560         * Documentation/user/lilypond-book.itely (Integrating HTML and
1561         music): idem.
1562
1563         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1564
1565         * lily/change-iterator.cc (process): use find_existing_context().
1566
1567         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1568
1569         * input/regression/repeat-unfold-tremolo.ly: new file.
1570
1571         * scm/music-functions.scm (unfold-repeats): undo music compression
1572         too.
1573
1574         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1575         (LY_DEFINE): ly:music-compress new function.
1576
1577         * scm/part-combiner.scm (determine-split-list): split for voice
1578         crossings
1579
1580         * input/regression/part-combine-cross.ly: new file.
1581
1582         * scm/part-combiner.scm (make-part-combine-music): don't do
1583         relative inside partcombine arguments.
1584
1585         * scm/music-functions.scm (make-non-relative-music): new function.
1586
1587         * Documentation/user/notation.itely (Automatic part combining):
1588         add note about \relative.
1589
1590         * lily/part-combine-iterator.cc (construct_children): add
1591         start_moment_ member.
1592
1593         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1594         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1595
1596         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1597
1598         * Documentation/user/changing-defaults.itely (Which properties to
1599         change): fixes.
1600
1601 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1602
1603         * po/fr.po: update.
1604
1605 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1606
1607         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1608
1609         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1610         Reinstate old code that issues warning.  Fixes --srcdir build.
1611
1612 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1613
1614         * input/wilhelmus.ly: New file.
1615
1616         * Documentation/user/notation.itely: 
1617         * Documentation/user/introduction.itely:
1618         * Documentation/user/tutorial.itely: Use quote ly-option instead
1619         of explicit @quotation.  This fixes too long lilypond linewidths
1620         resulting in overful hboxes.
1621
1622         * scripts/lilypond-book.py: Add ly-option: `quote'.
1623
1624 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1625
1626         * tex/titledefs.tex: Avoid that the first score line is extra
1627         indented if instrument is defined but not piece.
1628
1629 2004-03-30  Werner Lemberg  <wl@gnu.org>
1630
1631         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1632         `lilypond/' to info file name.
1633         (@usermanref) [info]: New variant.
1634
1635         * scm/documentation-generate.scm: Fix definition of @usermanref
1636         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1637         to info file name.
1638
1639 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1640
1641         * VERSION: release 2.1.36
1642         
1643         * Documentation/user/changing-defaults.itely (Interpretation
1644         contexts): rewrite introduction.
1645
1646 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1647
1648         * scm/define-markup-commands.scm: Use TeX accents instead of
1649         straight iso-8859-1 encoding in the doc string.
1650
1651 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1652
1653         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1654         space after dotted duration.
1655
1656 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1657
1658         * Documentation/user/introduction.itely: 
1659         * Documentation/user/notation.itely:
1660         * Documentation/user/tutorial.itely: Up all relative examples.
1661         Enclose @lilypond displays in @quotation.  Typos and corrections.
1662
1663         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1664
1665 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1666
1667         * scm/music-functions.scm (make-voice-props-revert): Revert also
1668         MultiMeasureRest staff-position in oneVoice.
1669
1670 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1671
1672         * Documentation/user/changing-defaults.itely, 
1673         Documentation/user/lilypond.tely: few fixes. Place no comma between
1674         two options: a and b, but commas between three options: a, b, and c.
1675         By this manner, grouping is possible: a and b, and c and d.
1676
1677 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1678
1679         * Documentation/user/GNUmakefile: add rule for .nexi
1680
1681 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1682
1683         * Documentation/user/music-glossary.tely: move glossary direntry
1684
1685         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1686         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1687
1688 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1689
1690         * stepmake/aclocal.m4: Verify that gettext configure check with
1691         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1692
1693 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1694
1695         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1696         glob.glob for .png filenames. This catches multipage pngs.  
1697
1698         * Documentation/user/changing-defaults.itely (Determining the grob
1699         property): fix references.
1700
1701         * lily/staff-symbol.cc (print): only add extent if non empty.
1702         This fixes staff-container.ly.
1703
1704         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1705         starting with a mmrest also works.
1706
1707         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1708         PNG for texinfo too.
1709
1710         * po/lilypond.pot: update translation strings.
1711
1712         * VERSION: 2.1.35 released
1713         
1714         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1715         context argument too.
1716
1717         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1718
1719         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1720
1721         * python/lilylib.py (command_name): don't return 1st path
1722         component.
1723
1724         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1725         .png case separately.
1726
1727         * python/lilylib.py (system): typo.
1728         
1729 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1730
1731         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1732         run indent-region.
1733
1734         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1735         Fixes compile.
1736
1737         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1738         Add header.
1739
1740 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1741
1742         * vim/lilypond-indent.vim: small fixes.
1743
1744 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1745
1746         * Documentation/user/notation.itely (Entering lyrics): Add example
1747         with correct english double quotes (at least for LaTeX output,
1748         maybe not a good idea if we switch to PS as the default output
1749         format).
1750
1751 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1752
1753         * lily/staff-performer.cc (create_audio_elements): play instrument
1754         changes before notes arrive. This fixes instrument of the first
1755         note in a score.
1756
1757         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1758         to 1.9.0 conversion.
1759
1760         * lily/mark-engraver.cc: doc string.
1761
1762         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1763
1764         * Documentation/user/introduction.itely (Introduction): new node.
1765
1766 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1767
1768         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1769
1770         * input/regression/spacing-ragged-last.ly: new file.
1771
1772         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1773         spacing.
1774
1775         * scm/font.scm: rewrite using GOOPS.
1776         
1777         * lily/context-def.cc (filter_engravers): derefence pointer.
1778
1779         * lily/lily-guile.cc (type_check_assignment): use
1780         ly_scheme_function iso. scm_primitive_eval where possible.
1781
1782         * lily/performance.cc (output): limit channels at 15. This fixes
1783         percussion inadvertently showing up in large scores.
1784
1785 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1786
1787         * input/regression/tuplet-gap.ly: new file.
1788
1789         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1790         (print): compute gap length from number size, include italic
1791         correction.
1792
1793         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1794         tuplet-bracket
1795
1796         * scm/paper.scm (set-default-paper-size): new function, to be
1797         called at toplevel.
1798         (set-paper-size): new function, to be called inside \paper {}
1799         (set-default-paper-size): new function, to be called at toplevel.
1800
1801         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1802
1803         * lily/beam-performer.cc (process_music): idem.
1804
1805         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1806         
1807         * tex/titledefs.tex: remove scshape for piece.
1808
1809         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1810         font-family
1811
1812         * lily/time-signature.cc (special_time_signature): font-encoding
1813         not family.
1814
1815         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1816         dynamic to head. This fixes p placement in morgenlied.
1817
1818 2004-03-23  Werner Lemberg  <wl@gnu.org>
1819
1820         * stepmake/stepmake/generic-targets.make (help): Improve text.
1821
1822 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1823
1824         * VERSION: 2.1.34 released
1825         
1826         * lily/main.cc (main_with_guile): switch debugging.
1827
1828         * lily/system.cc (get_line): plug leak.
1829
1830         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1831         and contents.
1832         (stencil2line): plug leak.
1833
1834         * Documentation/user/changing-defaults.itely (Determining a grob
1835         property):  new node.
1836         (Layout interfaces): new node.
1837         (Navigating the program reference): new node.
1838
1839         * lily/accidental-engraver.cc (acknowledge_grob): add property
1840         harmonicAccidentals
1841
1842         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1843         general cleanups.
1844         
1845         * input/les-nereides.ly (middleDynamics): resurrect Les
1846         nereides. Remove pedal hack.
1847
1848 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1849
1850         * input/regression/property-grace-polyphony.ly: new file.
1851
1852         * lily/translator-property.cc (execute_pushpop_property): only pop
1853         one instance of the property. This fixes << \\ >> together with
1854         \grace.
1855
1856         * lily/break-align-interface.cc (ordered_elements): we cannot
1857         modify the #'elements property, so return reordered array.
1858
1859 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1860
1861         * buildscripts/lilypond.words.py: remove.
1862         * buildscripts/lilypond-words.py: add new, renamed file. 
1863         Give generated targets and dirs explicitly in arguments.
1864
1865         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1866         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1867         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1868         
1869         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1870
1871         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1872
1873         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1874         orders.
1875
1876         * vim/GNUmakefile: add local-uninstall target.
1877
1878         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1879         
1880         * vim/vimrc: add a one-liner file.
1881
1882         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1883         vimrc in EXTRA_DIST_FILES.
1884
1885         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1886
1887 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1888
1889         * config.make.in: add vimdir.
1890
1891         * vim/GNUmakefile: add local-install.
1892
1893 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1894
1895         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1896         with \lilypondifundefined{blabla}. Solves problem with multiple
1897         titles in the same lilypond-book document.
1898
1899 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1900
1901         * scm/document-backend.scm (interface-doc): sort grob list for
1902         interface.
1903
1904         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1905         pre/post break align-order.
1906
1907         * spelling patch courtesy Edward Sutton.
1908
1909         * Documentation/user/changing-defaults.itely (Changing context
1910         default settings): new node.
1911         (Defining new  contexts): new node.
1912
1913         * scripts/lilypond-book.py (is_derived_class): use numbers
1914         iso. booleans.
1915
1916         * python/lilylib.py (make_ps_images): add margin to PS images.
1917
1918         * scripts/lilypond-book.py (is_derived_class): new function. Take
1919         class arg iso. object.
1920         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1921         for bug in GS/dvips.
1922
1923         * lily/text-item.cc (interpret_markup): idem.
1924
1925         * scm/define-markup-commands.scm: remove split around-space hack.
1926
1927         * lily/staff-symbol-referencer.cc (get_rounded_position): new
1928         function, fold WL's fixes into one function.
1929
1930 2004-03-22  Werner Lemberg  <wl@gnu.org>
1931
1932         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
1933         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
1934         (Note_column::head_position_interval): Do proper rounding for
1935         calls to Staff_symbol_referencer::get_position.
1936
1937 2004-03-21  Werner Lemberg  <wl@gnu.org>
1938
1939         * lily/score.cc (ly_run_translator), lily/paper-def.cc
1940         (Paper_def::get_paper_outputter), lily/input-file-results.cc
1941         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
1942         (My_lily_parser::parse_file): Improve formatting progress indication
1943         sent to stdout.
1944
1945 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1946
1947         * VERSION: 2.1.33 released.
1948
1949         * scripts/lilypond-book.py (do_file): reinstate --filter support.
1950
1951         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
1952
1953         * stepmake/stepmake/generic-targets.make: rewrite hack so no
1954         warning is issued about dummy.dep.
1955
1956         * scm/new-font.scm: fix design sizes of nummer
1957
1958 2004-03-21  Werner Lemberg  <wl@gnu.org>
1959
1960         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
1961         some annoying warnings from mkdir during `make install'.
1962
1963 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1964
1965         * lily/performer-group-performer.cc (do_announces): call
1966         Performer_group_performer::create_audio_elements () too.
1967
1968         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
1969
1970         * scm/define-grobs.scm (all-grob-descriptions): add property
1971         break-align-orders
1972
1973         * lily/global-context.cc (get_default_interpreter): new
1974         function. Override from base class, so no new Score contexts are
1975         created.
1976
1977         * lily/include/stencil.hh (class Stencil): document origin field.
1978
1979         * lily/staff-symbol.cc (print): span staff-symbol on column
1980         extents for non-broken columns. 
1981
1982         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
1983         key-signature.
1984
1985         * tex/titledefs.tex: don't use smallcaps for piece.
1986
1987         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
1988         translated stencils in the output.
1989
1990         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
1991
1992 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1993
1994         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
1995         and init ties_created_
1996
1997         * VERSION: release 2.1.32
1998
1999         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2000         doc string from IMPLEMENT_CTOR_CALLBACK().
2001
2002         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2003         that engraver is in a performer hierarchy.
2004
2005 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2006
2007         * vim/lilypond-ftdetect.vim: new file.
2008
2009 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2010
2011         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2012         (compose_ly): default octave should be middle C.
2013
2014         * Documentation/user/changing-defaults.itely (Layout tunings
2015         within contexts): new node.
2016
2017         * lily/include/smobs.hh: document C++ smob interface.
2018
2019         * lily/function-documentation.cc: don't doc functions without
2020         docstring.
2021
2022 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2023
2024         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2025         direntry, so that `info lilypond' goes to Top.
2026
2027         * scm/output-ps.scm (polygon): Fix: add spaces.
2028
2029         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2030         solutions are now optimal too.
2031
2032         * input/test/page-breaks.ly: New file.
2033
2034         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2035         functions into safe module.
2036
2037         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2038         end, prepend zeros.
2039
2040         * scm/output-*.scm: Use ly:number->string rather than
2041         number->string.  Makes for saner output.
2042
2043         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2044         Fixes feta-nummer, feta-din scaling.
2045
2046 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2047
2048         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2049
2050         * scm/music-functions.scm (descend-to-context): new
2051         function. Similar to context-spec-music.
2052         (make-time-signature-set): specify Score as descend-only. This
2053         fixes the polymetric.ly example.
2054
2055         * lily/context-specced-music-iterator.cc (construct_children): add
2056         support for descend-only context spec.
2057
2058         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2059         determine ez-notation letter. 
2060
2061         * lily/system.cc (get_line): start with dumping layer 3. This
2062         fixes ez notation.
2063
2064 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2065
2066         * input/test/title-markup.ly: Stress breaking harder.
2067
2068         * scm/page-layout.scm (height-score): Overfull page scores twice
2069         as bad as underfull (was: by a power).
2070         (walk-lines): Omit first walk-path round (breaking after new node,
2071         without lines).
2072
2073         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2074         diff values are negative.
2075         (output): Bugfix: treat negative vfill differently.
2076
2077         * Documentation/user/lilypond.tely (direntry): Add note about why
2078         `info lilypond' brings up `Invoking LilyPond' node.
2079
2080 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2081
2082         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2083
2084         * lily/paper-book.cc: Remove cruft.
2085         (output): Bugfix: put vfill between lines.
2086         (pages): Bugfix: set page vars needed for filling.
2087
2088         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2089         (was: @ar).
2090
2091         * scm/page-layout.scm: Further development.
2092
2093         * ly/declarations-init.ly (paper): Define page-breaking.
2094
2095 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2096
2097         * lily/note-head.cc (brew_ez_stencil): add note-names
2098         property. Provides internationalization for note names.
2099
2100         * Documentation/user/changing-defaults.itely (Creating contexts):
2101         new node.
2102
2103         * lily/grace-iterator.cc (process): descend to child for \grace.
2104
2105         * lily/timing-translator.cc (initialize): Timing_translator adds
2106         Timing alias by itself.
2107
2108         * lily/context.cc (add_alias): new function.
2109
2110         * scm/lily.scm (tex-output-expression): new function, eval within
2111         drawing API. Guards against eval vulnerabilities.
2112
2113         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2114
2115         * scm/output-ps.scm (scm): export lily drawing API.
2116
2117         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2118         throughout.
2119
2120 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2121
2122         * scm/page-layout.scm (optimal-page-breaking): New function.
2123         
2124         * lily/paper-book.cc (pages): Use it.
2125
2126 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2127
2128         * lily/include/paper-line.hh (class Paper_line): Full smob.
2129
2130 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2131
2132         * lily/global-context.cc (run_iterator_on_me): fix grace note
2133         nesting by initting measurePosition.
2134
2135         * lily/timing-translator.cc (initialize): do no init
2136         measurePosition
2137         
2138         * lily/include/music-output-def.hh (class Music_output_def): add
2139         input_origin_ field.
2140
2141         * Documentation/user/changing-defaults.itely (Changing context
2142         properties on the fly): new node.
2143
2144         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2145         function. Only have smobbed_copy (), and do not provide
2146         smobbed_copy() for non-simple smobs. Changes throughout.
2147
2148 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2149
2150         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2151         start_moment_. Fix by Doug A. Linhardt.
2152
2153 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2154
2155         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2156         accidentals for harmonic notes.
2157
2158         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2159         of different style. (Thanks to Doug Linhardt).
2160
2161         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2162         new node.
2163
2164 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2165
2166         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2167
2168         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2169         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2170         vim/lilypond-indent.vim: doc targets and deps in comments.
2171
2172 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2173
2174         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2175
2176         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2177
2178         * lily/include/paper-line.hh:
2179         * lily/include/paper-line.cc: New file.
2180
2181 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2182
2183         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2184
2185         * GNUmakefile.in: remove stray make out=www
2186
2187         * input/test/bagpipe.ly (gcdg): octave fixes.
2188
2189         * scm/define-markup-commands.scm (number): use font-encoding
2190         iso. font-family
2191
2192         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2193         font-encoding.
2194         
2195 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2196
2197         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2198         `output_format_global' and `PAGE_LAYOUT'.
2199
2200 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2201
2202         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2203         lily functions in safe mode.
2204
2205         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2206         Print filename for HTML, LATEX, before texidoc.
2207
2208         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2209         instructions in output-ps module.
2210
2211         * scm/lily.scm: Do not load output-ps module.
2212
2213         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2214         safe mode.
2215
2216 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2217
2218         * lily/span-dynamic-performer.cc (process_music): remove spurious
2219         warning.
2220
2221         * lily/context-def.cc (Context_def): init name to ""
2222
2223         * lily/font-interface.cc: add font-encoding property.
2224
2225         * scm/lily.scm (chain-assoc-get): bugfix.
2226
2227         * lily/paper-book.cc (stencil2line): protect static SCM.
2228
2229         * lily/font-interface.cc (text_font_alist_chain): rename function,
2230         and use text-font-defaults. 
2231
2232         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2233
2234         * scm/paper.scm (paper-set-staff-size): use new function.
2235
2236         * scm/new-font.scm (make-font-tree): new function.
2237
2238 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2239
2240         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2241
2242         * scm/lily.scm (get-output-module): New function.
2243         (output-alist): Remove ,ps-output-expression.
2244
2245         * scm/output-tex.scm (ps-output-expression): New function.
2246
2247         * scm/output-ps.scm (ps-output-expression): Remove.
2248         (header, start-page): Output page metadata.
2249
2250         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2251         initialise output_module_.  Do not write part of header.
2252         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2253         (output_header): Output full header.
2254
2255         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2256         FIXME.
2257
2258 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2259
2260         * scm/new-font.scm: new file. Tree based font lookup.
2261
2262         * scm/lily.scm (assoc-get): take default argument. Remove
2263         assoc-get-default.
2264         (chain-assoc-get): use chain-assoc-get everywhere.
2265
2266         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2267         autobeamsettings conversion bug.
2268
2269         * lily/include/global-context.hh (Context): clean-up data hiding.
2270
2271         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2272         data hiding.
2273
2274         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2275
2276         * input/regression/stem-shorten.ly: add chord case.
2277
2278         * lily/stem.cc (get_default_stem_end_position): shorten stems
2279         triggered by note-head positions, not by forced-direction. This
2280         fixes a bug with too short stems.  
2281  
2282 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2283
2284         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2285         Lilypond_snippet.output_latex): Always call output_print_filename.
2286
2287         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2288         expand pages.
2289
2290 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2291
2292         * scm/part-combiner.scm (make-autochange-music): switch rests
2293         before switched notes too.
2294
2295         * lily/figured-bass-engraver.cc (process_music): change calling
2296         convention.
2297
2298         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2299
2300         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2301         command.
2302
2303         * lily/include/stencil.hh (class Stencil): add origin field.
2304
2305         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2306         function.
2307
2308         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2309
2310         * lily/lexer.ll: remove support for \$ and $ in identifiers
2311
2312         * lily/sequential-iterator.cc: remove copy_grace_fixups
2313         (get_grace_fixup): slight abstraction of fixup code.
2314
2315         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2316
2317 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2318
2319         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2320         in insert-mode. add indenting rules.
2321
2322 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2323
2324         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2325         protect hack.
2326
2327         * scm/page-layout.scm:
2328         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2329         layout and titling should now match external latex based version.
2330
2331         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2332         header fields.
2333
2334         * ps/lilyponddefs.ps: Remove automatic page layout.
2335
2336         * scm/output-ps.scm (new-start-system): New interface function.
2337
2338         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2339
2340         * lily/paper-book.cc (output): Bugfix.
2341
2342 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2343
2344         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2345         
2346 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2347
2348         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2349         direntries.
2350
2351         * ps/lilyponddefs.ps: Bugfix.
2352
2353         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2354
2355 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2356
2357         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2358         cause. This should fix warnings.
2359
2360         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2361
2362         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2363         prevent aligned 6ths.
2364
2365         * lily/custos.cc (print): remove adjust-if-on-staffline.
2366
2367 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2368
2369         * lily/paper-book.cc: Do header and footer.
2370
2371 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2372
2373         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2374
2375         * scm/paper.scm (lineheight): Remove
2376         (head-sep, foot-sep): Add.
2377
2378 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2379
2380         * mf/feta-schrift.mf: reduce portato thickness.
2381
2382         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2383
2384         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2385         programming_error ().
2386
2387         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2388         bracket to last command column.
2389
2390         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2391         continues on next/prev system.
2392
2393         * input/regression/pedal-end.ly: new file.
2394
2395 2004-03-10  Werner Lemberg  <wl@gnu.org>
2396
2397         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2398         Remove pmx2ly stuff.
2399         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2400
2401 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2402
2403         * scm/page-layout.scm: New file.
2404
2405         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2406         settings.
2407         (Lilypond_snippet.is_outdated): Also check for PNG file.
2408         Workaround for interrupted (web) builds.
2409
2410         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2411
2412         * ps/lilyponddefs.ps: Use only very small top-marging.
2413         (init-paper): Also pop page size string.
2414         (start-page, stop-page): New function.
2415
2416         * scm/output-ps.scm (header-end): Remove stray exec commands.
2417
2418 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2419
2420         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2421
2422         * lily/score.cc (default_rendering): clean protection.
2423
2424         * lily/paper-book.cc (mark_smob): implement smob marking.
2425
2426         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2427
2428         * Documentation/user/*.itely: user manual edits. 
2429
2430 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2431
2432         * Documentation/user/converters.itely (Invoking musedata2ly):
2433         remove pmx2ly.
2434
2435         * scripts/pmx2ly: remove script.
2436         
2437 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2438
2439         * lily/score.cc (default_rendering): Protect paper-book members.
2440
2441         * lily/paper-def.cc (smobbed_copy): New method.
2442
2443         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2444         switch runtime.
2445
2446         * lily/include/music-output.hh (process): Change signature to
2447         return SCM.
2448
2449         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2450         method.
2451
2452         * lily/paper-score.cc (process): Return stencils rather than
2453         outputting directly.  Remove paper-book kludge.  Delete grobs.
2454         (output): Remove.
2455
2456         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2457
2458         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2459
2460         * lily/score.cc (default_rendering)
2461         (ly_render_output): Move adding paper-score two levels up.
2462
2463         * lily/system.cc (get_line):
2464         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2465
2466 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2467
2468         * scm/font.scm (paper20-font-vector): add more design sizes for
2469         number.
2470
2471         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2472         feta-nummber{5,7,11,13}.
2473
2474         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2475         for 12pt design size. 
2476
2477 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2478
2479         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2480
2481 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2482
2483         * lily/font-select.cc (properties_to_font_size_family): Fix
2484         warning message.
2485
2486         * Experimental PostScript latin1 encoding:
2487         
2488         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2489
2490         * scm/output-ps.scm: Experimental encoding using reencode-font.
2491         * scm/font.scm: Add latin1 `font-shape'.
2492         
2493         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2494
2495         * ps/lilyponddefs.ps (reencode-font): New function.
2496
2497         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2498
2499         * scm/output-tex.scm (start-page):
2500         (stop-page): New interface function.
2501
2502 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2503
2504         * lily/paper-outputter.cc (output_expr):
2505         (output_header):
2506         (output_line): New method.
2507
2508         * lily/system.cc (get_line):
2509         (get_lines): New method.
2510         (output_scheme):
2511         (output_line): Remove.
2512
2513         * scm/lily.scm (make-title): New function.
2514
2515         * lily/paper-book.cc: 
2516         * lily/include/paper-book.hh: New file.
2517
2518         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2519         ly-modules.hh).
2520
2521         * lily/ly-module.cc (ly_modules_lookup): New function.
2522
2523         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2524
2525         * scm/output-ps.scm (make-title): Remove.
2526         (output-scopes): Junk header-title test.
2527
2528 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2529
2530         * mf/feta-schrift.mf: thicker dot for portato.
2531
2532         * lily/accidental-placement.cc (position_accidentals): bugfix in
2533         offset, this fixes right-padding of AccidentalPlacement.
2534
2535         * lily/[h-z]*.cc: () formatting.
2536
2537         * Documentation/user/tutorial.itely (An orchestral part): more
2538         fixes for the tutorial.
2539
2540         * scm/translation-functions.scm (fraction-tuplet-formatter):
2541         reverse fraction.
2542
2543         * lily/parser.yy (context_def_spec_block): use \context instead of
2544         \translator.
2545
2546         * lily/[a-g].cc: () style cleanup.
2547
2548         * Documentation/user/tutorial.itely (Automatic and manual beams):
2549         editing of tutorial.
2550
2551 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2552
2553         * buildscripts/mf-to-table.py (base): write encoding name.
2554
2555 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2556
2557         * Documentation/user/GNUmakefile (local-install-info): Issue
2558         warning (for packager, ie, if not installing in /usr or /usr/local).
2559
2560         * lily/stencil-scheme.cc: 
2561         * lily/staff-symbol-referencer.cc: 
2562         * lily/script-column.cc: 
2563         * lily/pitch.cc: 
2564         * lily/music.cc: 
2565         * lily/grob-pq-engraver.cc: 
2566         * lily/font-interface.cc: 
2567         * lily/music-output-def.cc: 
2568         * lily/duration.cc: 
2569         * lily/grob-scheme.cc:
2570         * lily/context-scheme.cc: Put scheme name on first line in
2571         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2572         style cleanups.
2573
2574         * stepmake/stepmake/scm-vars.make: 
2575         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2576         Rename and split TAGS_FILES.
2577
2578         * GNUmakefile.in (ALL-TAGS): Remove.
2579         
2580         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2581         deeper TAGS files.  Fixes regexp tags in TOP dir.
2582
2583 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2584
2585         * VERSION: 2.1.29 released.
2586         
2587         * Documentation/user/changing-defaults.itely (Changing defaults):
2588         new file.
2589
2590         * Documentation/user/notation.itely (Notation manual): rename from 
2591         refman.itely
2592
2593         * Documentation/user/notation-appendices.itely (The Feta font):
2594         new file.
2595
2596         * Documentation/user/advanced.itely: add aborted attempt for
2597         advanced topics manual.
2598
2599 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2600
2601         * scm/new-markup.scm: display Markups in sane format. Patch by
2602         Nicolas Sceaux.
2603
2604 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2605
2606         * lily/main.cc: Cleanups.
2607         (setup_localisation): New function.
2608         (sane_putenv): Remove.
2609         (main_with_guile): New name (Was: main_prog).  Remove musings
2610         about possible preparation for GUILE heavy memory usage and
2611         practical uselessness.  Do not set environment variables
2612         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2613         name juggling.
2614         (parse_argv): New function.
2615         (copyright): New function.  It's 2004 already.
2616
2617         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2618         (distill_inname): Move from main.
2619
2620 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2621
2622         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2623
2624         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2625
2626         * Documentation/user/running.itely: new file.
2627
2628         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2629
2630         * lily/score-performer.cc (finish): call Translator::finalize ().
2631
2632 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2633
2634         * lilypond-ftpplugin.vim: renamed to the following file.
2635         * lilypond-ftplugin.vim: new file.
2636
2637         * GNUmakefile.in: update VIM_FILES.
2638
2639 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2640
2641         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2642         props.
2643
2644         * input/test/tie-sparse.ly: remove.
2645
2646         * lily/tie-performer.cc (try_music): copy & paste from
2647         Tie_engraver.
2648
2649         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2650         variable_ref twice.
2651
2652         * lily/key-performer.cc (create_audio_elements): use
2653         alterations-in-key.
2654
2655         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2656
2657 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2658
2659         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2660         handle also quarter tones (not shown as tests). test also flats.
2661
2662         * Documentation/index.html.in: small fixes.
2663
2664 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2665
2666         * input/regression/new-markup-scheme.ly: Typo.
2667
2668         * scm/define-markup-commands.scm (fill-line): New markup.
2669
2670         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2671         (output-paper-def): Fix alignment.
2672         (make-title): Fix height/width scaling.
2673
2674         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2675
2676         * input/test/title-markup.ly: Add remaining titles.  Layout and
2677         font size fixes.  Add simplistic latin1 test.
2678
2679 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2680
2681         * input/test/nested-groups.ly: remove. move content (to next). 
2682         * input/test/staff-bracket.ly: replace content (from prev), this 
2683         has been already in templates.
2684
2685 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2686
2687         * stepmake/autogen.sh: Only issue warning about running configure
2688         without arguments when autogen.sh will actually be running
2689         configure.
2690
2691 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2692
2693         * scm/new-markup.scm (stack-stencil-line): robustness.
2694
2695         * scm/define-markup-commands.scm (simple): robustification of
2696         simple-markup.
2697
2698         * Documentation/user/music-glossary.tely (Top): change central C
2699         to middle C.
2700
2701         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2702
2703 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2704
2705         * input/test/title-markup.ly (spaceTest): Add.
2706
2707         * lily/text-item.cc (interpret_markup): Make line markup from
2708         multi word markup.
2709
2710         * scm/define-markup-commands.scm (word): New markup command.
2711         (simple): Use it.
2712
2713         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2714
2715 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2716
2717         * vim/ftplugin/lilypond.vim:
2718         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2719         show matching paren in insert mode.
2720
2721 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2722
2723         * scm/output-ps.scm (make-title, output-scopes): Further
2724         development.
2725
2726         * input/test/title-markup.ly: New file.
2727
2728         * ps/lilyponddefs.ps: Disable PostScript titling.
2729
2730         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2731
2732 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2733
2734         * lily/arpeggio.cc (width_callback): remove padding.
2735  
2736         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2737
2738         * scm/define-music-types.scm: remove make-music-by-name.
2739
2740         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2741
2742 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2743
2744         * lily/paper-score.cc (process): Output titles using make-title.
2745
2746         * scm/output-ps.scm (output-stencil): Display directly instead of
2747         constructing string.
2748         (make-title): New function.
2749
2750 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2751
2752         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2753         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2754         Move documentation of LaTeX packages for latin1 characters to the
2755         lilypond-book manual.
2756
2757 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2758
2759         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2760
2761         * vimrc: add menu in console and shortcut <F10> for it.
2762
2763         * vim/:
2764         * vim/compiler/:
2765         * vim/syntax/:
2766         * vim/indent/:
2767         * vim/ftplugin/: new directories.
2768         
2769         * vim/filetype.vim: new file.
2770
2771         * lilypond.vim: remove files (see next).
2772         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2773
2774         * vimrc: remove file (see next).
2775         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2776
2777         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2778         add header. apply bindings only locally.
2779
2780         * vim/indent/lilypond.vim: new file.
2781
2782         * vim/ftplugin/lilypond.vim: remove errorformat.
2783         * vim/compiler/lilypond.vim: new file for errorformats.
2784
2785         * Documentation/topdocs/INSTALL.texi: give easier orders.
2786
2787         * ROADMAP: add vim/
2788
2789 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2790
2791         * Documentation/user/introduction.itely (Introduction): Use @image
2792         iso @html <img...>.  Add workaround for images in columns in info.
2793
2794         * stepmake/aclocal.m4: Store computed version in variable.
2795
2796         * configure.in: Export MAKEINFO_VERSION.
2797
2798         * config.make.in (MAKEINFO_VERSION): Add.
2799
2800         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2801
2802         * Documentation/user/GNUmakefile: Only build info with images when
2803         building web.
2804
2805         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2806
2807         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2808         stuff from documentation-targets.make
2809
2810 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2811
2812         * VERSION: 2.1.28 released
2813         
2814         * scripts/convert-ly.py (conv): 
2815
2816 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2817
2818         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2819         \arpeggioBoth. redefine \arpeggioBracket.
2820
2821         * Documentation/user/refman.itely: document new arpeggio
2822         functions.
2823
2824         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2825
2826         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2827
2828         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2829
2830 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2831
2832         * Documentation/user/introduction.itely (Automated engraving):
2833         rewrite introduction using website text.
2834
2835 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2836
2837         * scm/*.scm: make-music-by-name is replaced by make-music, which
2838         also accept music property settings, eg:
2839           (make-music 'TextScriptEvent 'direction DOWN 'text
2840               (make-simple-markup x))
2841
2842         Patch courtesy Nicolas Sceaux
2843
2844         * lily/beam-quanting.cc: cleanup, separate counts for left and
2845         right beam ends.
2846
2847         * lily/side-position-interface.cc (quantised_position): also
2848         quantize staccato position for forced stem directions. 
2849
2850 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2851
2852         * scm/*.scm: Patch by Nicolas Sceaux: 
2853
2854         * scm/music-functions.scm: ly:grob-property and ly:music-property
2855         are made procedure with setters.
2856
2857         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2858         
2859 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2860
2861         * input/test/[t-v]*.ly: finish rewriting texidocs.
2862
2863         * input/test/vaticana.ly: remove.
2864         * input/test/ligature-vaticana.ly: new, renamed file name.
2865
2866         * input/test/stem-centered.ly: remove.
2867         * input/test/mensural-note-heads.ly: new file. take content from
2868         removed file stem-centered.ly.
2869
2870         * input/test/scales-greek.ly: simplify.
2871
2872         * input/test/s*.ly: reformulate texidocs.
2873         
2874         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2875         of missing features.
2876
2877 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2878
2879         * input/test/[j-o]*.ly: update texidocs.
2880
2881 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2882
2883         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2884
2885         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2886         images.
2887
2888         * Documentation/user/lilypond.tely (@direntry): Update.
2889
2890         * stepmake/stepmake/documentation-targets.make
2891         (install-info,uninstall-info): Install into $(package_infodir).
2892         Install images.  Run install-info to update dir.
2893
2894         * config.make.in (package_infodir): Add.
2895
2896         * Documentation/user/GNUmakefile (info-with-images,
2897         local-install-info, local-uninstall-info): New target.
2898
2899 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2900
2901         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2902         gap/threshold.
2903
2904         * lily/beam-quanting.cc (score_slopes_dy): remove
2905         ROUND_TO_ZERO_SLOPE kludge.
2906
2907         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2908
2909         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2910
2911         * lily/global-context.cc (Global_context): alway accept Score
2912         (run_iterator_on_me): cast Context to Score_context, not
2913         Context_def.
2914
2915         * Documentation/user/refman.itely: documentation patch by Edward
2916         Sanford Sutton.
2917
2918         * mf/GNUmakefile: unset sauter-fonts.
2919
2920 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2921
2922         * scripts/lilypond-book.py (output_texinfo): Output @image
2923         descriptions for info too.
2924
2925         * input/test/chord-names-jazz.ly: 
2926         * input/test/embedded-scm.ly: Clarify.
2927
2928         * input/test/cautionaries.ly: Typo.
2929
2930         * lily/input-smob.cc (ly_input_location): Compile fix.
2931
2932 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2933
2934         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
2935
2936         * ly/engraver-init.ly: move \grobdescriptions to Global. This
2937         fixes problems with system defaults being reverted with \override
2938         on Score level.
2939
2940         * lily/global-context.cc (Global_context): apply property-ops to
2941         Global_context too. 
2942
2943 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2944
2945         * scm/output-ps.scm (stencil->string): Rewrite.
2946
2947 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2948
2949         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
2950         impersonal style.
2951
2952 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2953
2954         * lily/input-smob.cc (ly_input_location: New function.
2955
2956         * scm/define-markup-commands.scm (upright): New markup command.
2957
2958         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
2959
2960         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
2961
2962         * scm/output-ps.scm (output-stencil): New function.
2963
2964         * scripts/lilypond-book.py (do_file): Bugfix: change search order
2965         of snippet types; fixes @ignore and @verbatim blocks.
2966
2967 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
2968
2969         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
2970         to a file in printed documentation, instead, refer either to a 
2971         syntax or to an output.
2972
2973 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2974
2975         * input/regression/beam-center-slope.ly: Add test.
2976
2977 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2978
2979         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
2980         (SAUTER_FONTS): Reinstate.
2981
2982         * scm/define-markup-commands.scm (caps): New markup command.
2983
2984         * scm/output-ps.scm (output-scopes): Experimental markup output.
2985
2986         * scm/: Add missing headers.
2987
2988         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
2989
2990         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
2991
2992 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2993
2994         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
2995         Stray style cleanups.
2996
2997 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2998
2999         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3000         no dot combination.
3001
3002         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3003         substitute \override Staff.autoBeamSettings too
3004
3005         * Documentation/user/tutorial.itely: proofreading fixes by David
3006         Bobroff
3007
3008 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3009
3010         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3011
3012         * ps/music-drawing-routines.ps: 
3013         * ps/lilyponddefs.ps: Add end markers.
3014
3015 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3016
3017         * VERSION: 2.1.27 released.
3018         
3019         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3020
3021         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3022         obey documentation.
3023
3024 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3025
3026         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3027
3028         * scm/output-ps.scm: Resurrect.
3029         
3030         * scm/output-tex.scm: Minimal cleanups.
3031
3032         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3033
3034         * make/ly-rules.make: Remove any broken lily-*.tex files before
3035         lilypond-book run.
3036
3037         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3038         comment.
3039
3040         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3041         Enabled by default, may save 10% compile time.
3042
3043 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3044
3045         * lily/lyric-phrasing-engraver.cc: remove
3046         
3047         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3048         longer necessary. 
3049
3050         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3051         so lyric-phrasing-engraver is no longer necessary.
3052
3053         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3054         Grob_pq_engraver from Staff.
3055
3056         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3057         busyGrobs directly.
3058
3059         * input/regression/quote-transposition.ly: new file.
3060
3061         * lily/recording-group-engraver.cc (stop_translation_timestep):
3062         store instrumentTuning too. 
3063
3064         * lily/quote-iterator.cc (process): transpose events using
3065         instrumentTuning.
3066
3067         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3068         -> \tuning <pitch>
3069
3070         * lily/parser.yy (command_req): add \tuning command for setting
3071         instrument tuning of staff.
3072
3073         * Documentation/user/GNUmakefile
3074         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3075
3076         * Documentation/user/refman.itely (Customized accidental rules):
3077         typo.
3078
3079 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3080
3081         * Documentation/user/music-glossary.tely: remove the missing norwegian
3082         translation; they can be put in later properly.
3083
3084 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3085
3086         * lily/recording-group-engraver.cc (start_translation_timestep):
3087         init Recording_group_engraver twice.
3088
3089 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3090
3091         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3092         stray style cleanups:
3093
3094         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3095         -Wmissing-prototypes.
3096
3097         * flower/include/killing-cons.tcc (Killing_cons): Add template
3098         specifier for car_.
3099
3100         * flower/include/parray.hh (binsearchs): Add template specifier
3101         for maxkey.
3102
3103         * flower/include/interval.hh: Declare elem () with template specfier.
3104
3105 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3106
3107         * elisp/lilypond-indent.el (get-buffer-size): add customization
3108         groups for several variables (Reuben Thomas).
3109
3110 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3111
3112         * Documentation/user/invoking.itexi (Point and click): add index
3113         entry.
3114
3115         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3116         go under beam.
3117
3118         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3119         sarabande beam. 
3120
3121         * flower/warn.cc (programming_error): cross fingers not thumbs.
3122
3123         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3124         staff-position is set.
3125
3126         * VERSION: release 2.1.26 
3127         
3128         * scm/chord-entry.scm (construct-chord): process transposition
3129         after processing explicit-11.  
3130
3131 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3132
3133         * lily/parser.yy (add_quote): add syntax for adding quotes:
3134         \addquote "id-string" Music
3135
3136         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3137
3138         * scripts/convert-ly.py (conv): add rules for name changes.
3139
3140         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3141         music/context/grob property functions. Internally, use
3142         get_property() and set_property() for both.
3143
3144 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3145
3146         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3147         for Emacs <= 20 (Laurent Martelli).
3148
3149 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3150
3151         * lily/parser.yy (command_element): extract quoted vector in
3152         parser.
3153
3154         * input/regression/quote.ly: new file.
3155
3156         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3157
3158         * lily/parser.yy (command_element): \quote DURATION NAME: support
3159         cue notes. 
3160
3161         * lily/quote-iterator.cc (class Quote_iterator): new file.
3162
3163 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3164
3165         * lily/auto-beam-engraver.cc (try_music): accept and process
3166         beam-forbid-event.
3167
3168         * input/regression/auto-beam-no-beam.ly: new file.
3169
3170 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3171
3172         * lily/accidental.cc (print): Change font-relative-size ->
3173         font-size. Fixes cautionary-style = smaller.
3174
3175 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3176
3177         * lily/system-start-delimiter.cc (staff_brace): remove
3178         font-relative-size
3179
3180         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3181         forgotten with scm_list_n. Fixes spurious coredumps.
3182
3183         * lily/accidental-engraver.cc (stop_translation_timestep): move
3184         update of localKeySignature to stop_translation_timestep (). This
3185         makes sure that all ties are noticed at the right moment.
3186         (stop_translation_timestep): clear tie only when right-side
3187         notehead was seen.
3188         (number_accidentals_from_sig): cleanup. 
3189
3190         * input/regression/accidental-tie.ly (mus): new file
3191
3192         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3193         these longish tests.
3194
3195 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3196
3197         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3198
3199         * THANKS: update bugreporter list.
3200
3201         * lily/beam.cc (print): broken beams last until end of staff.
3202         (print): broken beams start from prefatory matter.
3203
3204         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3205
3206         * lily/paper-score.cc (process): dump header only once.
3207
3208         * lily/paper-outputter.cc (Paper_outputter): move logic into
3209         Scheme.
3210
3211         * scm/output-tex.scm (output-scopes): new function.
3212         (output-paper-def): new function
3213         (tex-string-def): new function
3214         (symbol->tex-key): new function
3215
3216         * scripts/convert-ly.py (conv): add rule for | ~
3217
3218 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3219
3220         * input/regression/{many}.ly: refresh, trying to guess how
3221         it was designed.
3222
3223 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3224
3225         * VERSION: release 2.1.25
3226
3227         * scm/define-translator-properties.scm
3228         (all-user-translation-properties): add printOctaveNames
3229
3230         * ly/engraver-init.ly: remove Note_event_swallower from
3231         NoteNamesContext.
3232
3233         * lily/note-name-engraver.cc (process_music): new property
3234         printOctaveNames
3235
3236         * lily/context.cc (find_existing_context): remove support for
3237         Current.
3238
3239         * scm/music-functions.scm (set-accidental-style): new function;
3240         duplicate accidental macros.
3241
3242         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3243
3244         * lily/note-name-engraver.cc (process_music):
3245         process_acknowledged_grobs () -> process_music ()
3246
3247         * scm/part-combiner.scm (determine-split-list): robustification.
3248
3249 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3250
3251         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3252         lines for falling into beam-gap.
3253         (score_forbidden_quants): check all staff lines for falling in
3254         beam gaps.
3255
3256         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3257         key/clef/time signatures. 
3258
3259         * input/test/ossia.ly: revise example.
3260
3261         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3262         cleanup.
3263         
3264         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3265         comply to Scheme standard.  Remove ly:get-paper-variable
3266
3267 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3268
3269         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3270
3271 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3272
3273         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3274         properties from Voice context. This fixes accidental size for
3275         staff-switches during grace contexts.
3276
3277         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3278         if necessary. Else, simply wipe dots.
3279
3280         * input/test/beam-alternate.ly: new file
3281
3282         * input/test/piano-staff-distance.ly: new file.
3283
3284         * lily/translator-group.cc (recurse_down_translators): use
3285         Direction for bottom-up/top-down.
3286
3287         * lily/include/translator.hh (class Translator): add
3288         process_music() and do_announces(). This obviates
3289         recurse_down_{engravers,performers}.
3290
3291         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3292         \melisma and \melismaEnd
3293
3294         * lily/melisma-engraver.cc (process_music): change to
3295         Melisma_translator, unify with performer. Accept
3296         ManualMelismaEvent.
3297
3298         * ly/engraver-init.ly: add Font_size_engraver.
3299
3300 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3301
3302         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3303         it hara-kiri.
3304
3305         * input/regression/{many}.ly: improve descriptions trying to figure
3306         out what is tested.
3307
3308 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3309
3310         * lily/slur.cc (broken_trend_offset): robustness fix.
3311
3312         * VERSION: release 2.1.24
3313
3314         * lily/context.cc (find_create_context): go to Score if it exists.
3315
3316         * lily/context-scheme.cc: new file.
3317
3318         * lily/score-translator.cc (get_output): new file.
3319
3320         * lily/include/grob-info.hh: origin_contexts() now does not
3321         include the originating engraver
3322
3323         * lily/translator-group.cc (translator_each): clean up contents,
3324         remove superfluous stubs. Engraver_group_engraver and
3325         Performer_group_performer are the only classes using multiple
3326         inheritance.
3327
3328         * lily/include/score-context.hh (class Score_context): interface
3329         between Score_{engraver,performer} and Global_context.
3330
3331         * lily/include/global-context.hh (Context): change from
3332         global-translator. This is the entry point for contexts; it is not
3333         tweakable using \translator{}. Score is no longer the top context,
3334         but sits underneath Global.
3335
3336         * lily/include/context.hh (class Context): brain surgery: split
3337         out Context functionality from Translator_group. Context is now a
3338         separate type from Translator.
3339
3340 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3341
3342         * lily/include/translator.hh (class Translator): make
3343         get_score_context() and get_global_translator (), and use the one
3344         which is appropriate.
3345
3346         * lily/context.cc: partially put functionality of Translator_group
3347         into Context.
3348
3349         * lily/include/context.hh (Translator): new class: put between
3350         Translator and Translator_group. 
3351
3352         * lily/new-accidental-engraver.cc: remove file.
3353
3354 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3355
3356         * input/regression/{many}.ly: improve descriptions: use complete 
3357         sentences, try to describe what is tested, avoid `we´, do not use 
3358         don't, ... 
3359
3360 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3361
3362         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3363         is at EOL.
3364
3365         * Documentation/user/lilypond.tely: declare the topmost node only
3366         once; removes empty line in @contents.
3367
3368         * Documentation/user/music-glossary.tely: really add Finnish author.
3369         Draw more beatiful `->´ arrow in html: &rarr;
3370
3371 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3372
3373         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3374
3375         * scripts/convert-ly.py (conv): add ly:music-list  change.
3376
3377         * lily/grob.cc: edit doc string.
3378
3379         * scm/define-grob-properties.scm (all-user-grob-properties):
3380         proofreading, editing of doc strings.
3381
3382         * input/regression/tablature-string-tunings.ly: new file.
3383
3384         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3385         listen to stringTunings
3386
3387         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3388         for self-alignment-[XY] code.
3389  
3390 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3391
3392         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3393         cond) into function. Cleanup.
3394
3395         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3396         
3397         * VERSION (PACKAGE_NAME): 2.1.23 released
3398
3399 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3400
3401         * Documentation/user/{refman,internals}.itely: small fixes.
3402
3403 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3404
3405         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3406         accidentals for harmonic notes
3407
3408         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3409         for harmonic notes.
3410
3411         * scm/document-backend.scm (interface-doc): prune Grob
3412         documentation: don't duplicate interface information.
3413
3414         * lily/*.cc: lots of updates of doc strings.
3415
3416 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3417
3418         * input/test/ac-extra-voice.ly (accompany): remove file.
3419
3420         * input/test/maximum-rest-count.ly: remove file.
3421
3422         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3423         conversion rule for \translator { }. Apply everywhere.  
3424
3425         * lily/parser.yy (music_property_def): set property for \once in
3426         the PropertyMusic itself, not the ContextSpec.
3427         (property_operation): change syntax within \translator { }
3428
3429         * scm/define-music-properties.scm (all-music-properties): clean up.
3430
3431         * lily/auto-beam-engraver.cc (test_moment): use
3432         updated_grob_properties() to retrieve autoBeam settings.
3433
3434         * lily/spacing-spanner.cc: bound shortest_playing_len by
3435         measure_length
3436
3437         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3438         multi-measure events for spacing computation.
3439
3440         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3441         elliptical, to 1.49.
3442
3443         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3444         vertical positioning for polyphony, without RestCollision object.
3445
3446         * lily/note-column.cc (add_head): prevent rests & note heads on
3447         one stem.
3448
3449         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3450         (do_shift): rewrite only-rests case: use common refpoints: the
3451         routine will have sensible results when other rest-translations
3452         have taken place.
3453
3454         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3455         < 0 case. 
3456
3457         * VERSION: 2.1.22 released
3458         
3459         * input/GNUmakefile (SUBDIRS): remove ascii-art
3460
3461 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3462
3463         * input/: Convert ly files that still had \property.  Fixes make
3464         web.  Remove exta spaces around '='. 
3465
3466         * scripts/convert-ly.py (conv): Redundant space fixes.
3467
3468         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3469
3470 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3471
3472         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3473         create scalable PS and PDFs  for input/{test,template,regression}.
3474
3475         * lily/context.cc (is_alias): move function.
3476         (is_alias): add Bottom as context alias. 
3477         (find_create_translator): add Bottom as a context alias for creation.
3478
3479         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3480
3481         * lily/parser.yy (music_property_def): new syntax for property
3482         assignments:
3483
3484         \set A.B = #C , \unset A.B
3485         \override A.B #C = #D, \revert A.B #C 
3486
3487         * lily/my-lily-lexer.cc: remove \property
3488
3489 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3490
3491         * Documentation/user/refman.itely: add dots after seealso refs.
3492
3493         * input/template/{many}.ly: harmonise descriptions.
3494
3495         * Documentation/user/music-glossary.itely: add Finnish author.
3496
3497 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3498
3499         * VERSION (PACKAGE_NAME): release 2.1.21
3500
3501 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3502
3503         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3504
3505         * scripts/lilypond-book.py (snippet_res): @include filename must
3506         not be empty.
3507
3508 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3509
3510         * scm/documentation-generate.scm (markup-doc-string): dump
3511         markup-commands.tely
3512
3513         * scm/define-markup-commands.scm (override): new file.
3514         Move documentation from refman into doc-strings. 
3515
3516         * input/test/staff-container.ly: fix example.
3517
3518         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3519         StaffContainer
3520
3521         * lily/grob.cc: remove point_dimension_callback
3522         (Grob): read forced dimensions from X-extent and Y-extent.
3523         (get_paper): remove preset_extent.
3524
3525         * scm/define-grobs.scm (all-grob-descriptions): remove
3526         point_dimension_callback. 
3527
3528         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3529         textscript to head. This makes no-spacing-rods work on
3530         DynamicText.
3531
3532         * lily/chord-name.cc: remove props chord, bass, inversion.
3533
3534         * Documentation/user/appendices.itely: add Scheme functions,
3535         context-properties and layout properties to manual.
3536
3537         * scm/part-combiner.scm (determine-split-list): include rests in a
3538         solo1/2 sequence.
3539
3540         * lily/new-part-combine-iterator.cc (substitute_both): new
3541         function.
3542         (class New_pc_iterator): add separate Voice=solo context, fixes
3543         autobeams going from chords to solo.
3544
3545 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3546
3547         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3548
3549         * Documentation/user/tutorial.itely:
3550         * Documentation/user/refman.itely: Add short note about being part
3551         of lilypond.tely.
3552
3553         * COPYING: Make note more clear with respect to files that are
3554         explicitely licenced otherwise (Documention/user/ comes to mind).
3555         
3556         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3557         comment about barfing of @c,{}.
3558
3559         * Documentation/user/music-glossary.tely: Add list of authors.
3560
3561         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3562         source (was: also in build log).
3563
3564 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3565
3566         * lily/side-position-interface.cc (general_side_position): if
3567         staff-padding is set, then include staff in support too.
3568
3569         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3570         module workbook
3571
3572         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3573
3574         * lily/tuplet-engraver.cc: remove tupletInvisible
3575
3576         * scm/define-translator-properties.scm: cleanup, separate in
3577         internal and user props. 
3578
3579         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3580         LyricsVoice -> Lyrics
3581
3582         * lily/new-part-combine-iterator.cc (process): only print warning
3583         for symbols.
3584
3585 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3586
3587         * scm/part-combiner.scm: Add proper header.
3588
3589         * All but lily/*: The great --2003 --2004 replace; the missing
3590         `bits'.
3591
3592         * TODO: Fix outline mode.  Add book notes.
3593
3594         * ROADMAP: Update.
3595
3596 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3597
3598         * scm/part-combiner.scm (make-autochange-music): use
3599         accumulator. Fixes stack overflow.
3600
3601         * lily/*: rename brew_molecule -> print , molecule-callback ->
3602         print-function
3603
3604         * scm/define-grob-properties.scm: cleanup. Separate into internal
3605         and user properties.
3606
3607         * lily/translator-property.cc (updated_grob_properties): new
3608         function
3609         (execute_pushpop_property): change to new convention:
3610         object property inits are stored as (cons ALIST BASED-ON). This
3611         storage format allows concurrent tweaks in different contexts.
3612
3613 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3614
3615         * TODO: new file.
3616
3617 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3618
3619         * debian/: Late Debian update (sorry Anthony).
3620
3621         * scripts/lilypond-book.py (do_file): Look for input_file in
3622         include path, or ask kpathsea if LATEX.
3623
3624         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3625         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3626         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3627         --header=texidoc.
3628
3629         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3630         relative.
3631
3632         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3633         only when filtering, default to input_base otherwise.  Coding
3634         style fixes.
3635
3636 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3637
3638         * lily/include/translator.hh (class Translator): add virtual
3639         qualifier.
3640
3641 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3642
3643         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3644
3645 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3646
3647         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3648
3649         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3650         (fixes make web).
3651
3652         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3653         live in $(out)-www).
3654
3655         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3656         dependencies.  Add link to .ly source in HTML output.
3657         (Lilypond_snippet.output_html): Handle multiple page picture
3658         output.
3659         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3660         Make usable for output_texinfo again.
3661
3662         * Documentation/user/GNUmakefile: Add static dependency for
3663         lilypond.tely includes.
3664
3665         * Documentation/user/tutorial.itely: Add some lost `relative'
3666         ly-options.
3667
3668 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3669
3670         * lily/include/translator-group.hh: move Music_output_def member
3671         to Global_translator.
3672
3673         * scripts/lilypond-book.py (do_file):  fix latex output.
3674
3675         * VERSION: release 2.1.20
3676         
3677         * scm/part-combiner.scm (determine-split-list): robustness fix 
3678
3679         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3680
3681         * lily/parser.yy (music_output_def_body): plug memory leak.
3682
3683         * lily/translator-group.cc (add_fresh_group_translator): plug
3684         memory leak: unprotect Translator_group once added.   
3685
3686         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3687
3688         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3689         write .dep file.
3690         (Lilypond_snippet.ly): add \renameinput.
3691
3692 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3693
3694         * Documentation/user/refman.itely (Markup command definition): Doc
3695         by Nicolas Sceaux. Rewrite by Han-Wen
3696
3697         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3698         thing of the line.
3699         (brew_molecule): only remove if hyphen is not at the end of line.
3700         (set_spacing_rods): new function: minimum-length specifies
3701         distance between syllables.
3702
3703         * scm/define-grobs.scm (all-grob-descriptions): add
3704         Hyphen_spanner::set_spacing_rods to LyricHyphen
3705
3706         * input/regression/lyric-hyphen-break.ly: new file.
3707
3708         * input/test/lyric-hyphen-retain.ly: new file.
3709
3710         * lily/new-part-combine-iterator.cc (construct_children):
3711         add Rest direction.
3712
3713 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3714
3715         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3716
3717         * Documentation/bibliography/engraving.bib (donemus1982):
3718         update entry.
3719
3720 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3721
3722         * scripts/lilypond-book.py (Substring.__init__): new class.
3723         (Snippet.output_texinfo): add texidoc option.
3724         (Include_snippet.replacement_text): new class.
3725         (Lilypond_snippet.__init__): new class
3726         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3727
3728         * Documentation/user/refman.itely (Sound): 
3729         note about number of channels.
3730
3731         * scm/music-functions.scm (voicify-music): add \context Staff for
3732         << \\ >> polyphony.
3733
3734         * lily/parser.yy (verbose_command_req): \skip now creates
3735         SkipMusic, and does not lead to spurious staves.
3736
3737         * scm/define-music-types.scm (music-descriptions): rename
3738         NonEventSkip to SkipMusic
3739
3740         * input/no-notation/midi-lyric-barcheck.ly: new file.
3741
3742         * input/regression/collision-dots-invert.ly: new file.
3743
3744         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3745         case.
3746
3747         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3748         die if melody died too.
3749
3750 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3751
3752         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3753         with reading from stdin.
3754
3755         * lily/slur-performer.cc (try_music): new file.
3756
3757         * lily/melisma-performer.cc (try_music): new file. Handle
3758         melismata to help lyrics.
3759
3760         * lily/beam-performer.cc (try_music): new file. Handle beam events
3761         to help lyrics.
3762
3763         * lily/score-performer.cc (one_time_step): reinstate
3764         process_music().
3765
3766         * lily/performer.cc (process_music): add to interface.
3767
3768         * lily/performer-group-performer.cc (process_music): new function.
3769
3770         * lily/dot-column.cc (do_shifts): do collision resolution before
3771         dot positioning.
3772         
3773         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3774         file, process printfilename option.
3775         (Snippet.__init__): rewrite: do not use global variables h or
3776         index.
3777         (main): really support -I option.
3778         (find_toplevel_snippets): new code.
3779         (find_toplevel_snippets): reinstate old version, without global
3780         variables.
3781
3782         * tex/texinfo.tex: really add file.
3783         
3784 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3785
3786         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3787         compatibility.
3788
3789 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3790
3791         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3792
3793         * scm/define-translator-properties.scm (drumPitchTable): add
3794         property.
3795
3796         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3797         function.
3798         (help_summary): docstrings.
3799         (do_file): strip the dir of input_base too.
3800
3801 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3802
3803         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3804
3805         * Documentation/user/lilypond-book.itely: Update.
3806
3807         * make/ly-rules.make: Update lilypond-book commands.
3808
3809         * Documentation/user/GNUmakefile: Update makeinfo commands,
3810         lilypond-book flags.
3811
3812         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3813         
3814         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3815
3816         * scripts/filter-lilypond-book.py: Remove.
3817
3818         * Documentation/user/*tely: Update options for new lilypond-book.
3819
3820         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3821         with @macros in @includes.
3822
3823 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3824
3825         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3826         make rest-collision only.
3827
3828         * lily/break-substitution.cc (substitute_one_mutable_property):
3829         clear all-elements using scm_assq_remove_x(). 
3830
3831         * lily/rest-collision.cc (do_shift): shift single rests
3832
3833         * flower/include/array.hh (class Array): rename to is_empty ()
3834
3835         * lily/drum-note-performer.cc: new file: perform drum notes.
3836
3837         * VERSION (PACKAGE_NAME): release 2.1.19.
3838         
3839 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3840
3841         * scripts/filter-lilypond-book.py
3842         (classic_lilypond_book_compatibility): New function.
3843
3844 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3845
3846         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3847
3848         * Grand 2003 -> 2004 search replace. 
3849
3850         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3851         (i.e. < > )
3852
3853         * ly/performer-init.ly: add DrumStaff
3854
3855         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3856         lyric-interface; this prevents lines with only extender lines from
3857         being junked.
3858  
3859         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3860
3861         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3862         extenders right, for once and for all (hopefully).
3863         
3864         * lily/break-substitution.cc (substitute_one_mutable_property):
3865         clear old 'all-elements for System grobs.
3866
3867         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3868         that associatedVoiceContext is always assigned when music & lyrics
3869         are found. 
3870
3871         * ly/engraver-init.ly: remove Lyrics context.
3872         (TabVoice): add noteheads engraver
3873
3874         * input/test/improv.ly: update: do not use Thread switching. 
3875
3876         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3877         squashedPosition is a number  
3878
3879         * Documentation/user/refman.itely (Automatic note splitting):
3880         remove Thread references.
3881
3882         * input/no-notation/pc-direction.ly: remove file.
3883
3884         * ly/engraver-init.ly: remove Thread
3885
3886         * input/regression/tie-chord-partial.ly: remove file.
3887
3888         * scripts/convert-ly.py (conv): \harmonic rule
3889
3890         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3891         notation for harmonic notes: <c' g''\harmonic>
3892
3893         * lily/lily-guile.cc (alist_to_hashq): new function
3894
3895         * scm/lily.scm (alist->hash-table): new function.
3896
3897         * Documentation/user/refman.itely (Percussion staves): update doco.
3898
3899         * input/regression/drums.ly (timb): updates
3900
3901         * lily/note-performer.cc (create_audio_elements): robustness fix.
3902
3903         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3904
3905 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3906
3907         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3908         discard valid matches.
3909
3910 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3911
3912         * lily/drum-note-engraver.cc: new file.
3913
3914         * ly/drumpitch-init.ly: move drum definitions
3915
3916         * scm/drums.scm: remove file.
3917
3918         * lily/*.cc: remove abort-event everywhere.
3919
3920         * lily/note-heads-engraver.cc (process_music): robustification.
3921
3922         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3923         robustification.
3924
3925         * lily/parser.yy (simple_element): add \drums mode.
3926         (simple_element): remove \pitchnames , \chordmodifiers. Use
3927         variables to store this. 
3928
3929         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
3930         outside \notes.
3931
3932         * VERSION: release 2.1.18.
3933         
3934         * input/test: remove octave-duplicate.ly
3935
3936 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3937
3938         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
3939
3940 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3941
3942         * lily/simultaneous-music-iterator.cc: remove clone() and copy
3943         constructor from Music_iterator. Changes throughout.
3944
3945         * lily/include/music-iterator.hh (class Music_iterator): remove
3946         Music_iterator::skip and Music_iterator::get_pending_events from
3947         interface. Rename report_to -> get_outlet 
3948
3949         * lily/auto-change-iterator.cc: move contents from
3950         new-auto-change-iterator.cc from
3951
3952         * scm/part-combiner.scm: determine split-list from Scheme. 
3953
3954         * lily/new-auto-change-iterator.cc (process): new file.
3955
3956         * lily/parser.yy (part_combined_music): remove old PC cruft.
3957
3958         * ly/engraver-init.ly: remove old
3959         PC cruft.
3960
3961         * Documentation/user/refman.itely (The Lyrics context): note about
3962         extender lines.
3963
3964         * lily/multi-measure-rest-engraver.cc (process_music): extra check
3965         to allow 0-length mmrest events.
3966
3967         * scm/part-combiner.scm (determine-split-list): many bugfixes.
3968
3969         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
3970
3971         * lily/spacing-engraver.cc (finalize): robustifications.
3972
3973         * input/regression/new-part-combine-solo-global.ly: new file.
3974
3975         * scm/part-combiner.scm: rewrite.
3976
3977 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
3978
3979         * Documentation/user/refman.itely, input/puer-fragment.ly,
3980         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
3981         updated for proper use of lyricsto; replaced "(" and ")" ->
3982         "\melisma" and "\melismaEnd"
3983
3984         * input/test/ancient-font.ly: small updates to reduce compile
3985         warnings (TODO: junk this file)
3986
3987         * input/test/gregorian-scripts.ly: added comment about bug
3988
3989         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
3990         tiny robustness fix
3991
3992         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
3993         recent changes in the feta code); temporarily mapped mensural g
3994         clef to a copy of petrucci g clef until mensural g clef will have
3995         been rewritten
3996
3997         * mf/parmesan-heads.mf: bugfix: solved character name clashing
3998         between mensural and neo-mensural heads (this broke quite a while
3999         ago)
4000
4001         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4002
4003 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4004
4005         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4006         indication.  Fixes for verbatim, multi line comments.
4007
4008 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4009
4010         * input/regression/new-part-combine-solo.ly: more cases.
4011
4012         * lily/slur.cc (height): robustness fix.
4013
4014         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4015
4016         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4017         stemUp/stemDown.
4018
4019         * scm/music-functions.scm (determine-split-list): further analysis.
4020
4021         * lily/script-engraver.cc (try_music): discard duplicate
4022         articulations.
4023
4024         * input/regression/new-part-combine-solo.ly: new file
4025
4026         * input/regression/new-part-combine-a2.ly: new file.
4027
4028         * ly/performer-init.ly: add Devnull
4029
4030         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4031         for \musicglyph #"accidental-*"
4032         (conv): \newpartcombine rule.
4033
4034 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4035
4036         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4037
4038 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4039
4040         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4041         textwidth, --output.
4042
4043 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4044
4045         * scm/new-markup.scm (doubleflat): add accidental markups.
4046
4047         * VERSION: release 2.1.17
4048         
4049         * Documentation/user/refman.itely (Automatic part combining):
4050         revise documentation of the part-combiner.
4051
4052         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4053         
4054         * input/test/part-combine-{moment,staff}.ly: remove file.
4055
4056         * input/regression/pc-mmrest.ly (two): remove file.
4057
4058         * scm/define-music-types.scm (music-descriptions): add
4059         Solo{One,Two}Event and UnisonoEvent
4060
4061         * lily/new-part-combine-iterator.cc (unisono): add state_
4062         variable, signal changes with part-combine-event.
4063
4064         * input/regression/new-part-combine-text.ly: new file.
4065
4066         * lily/part-combine-engraver.cc: new file.
4067
4068 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4069
4070         * scripts/filter-lilypond-book.py: Handle snippet options.
4071
4072 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4073
4074         * scm/music-functions.scm (determine-split-list): detect solo1/2
4075         and unisono.
4076
4077         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4078         revert fix, document why.
4079
4080         * lily/tie-performer.cc (process_music): new function. Set melisma
4081         property.
4082
4083         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4084         always smaller than bracket size.
4085         (make_bracket): oops. Size of the gap was off by factor 2
4086
4087         * input/test/text-rotate.ly: new file.
4088
4089         * scm/new-markup.scm (markup): a macro that provides a
4090         LilyPond-like syntax in scheme for building markups, in order to
4091         help markup command definition. (Nicolas Sceaux)
4092
4093         * input/test/lyrics-skip-notes.ly: new example.
4094
4095         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4096
4097         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4098         use is_alias() iso. == . This fixes lyrics on
4099         GregorianTranscriptions. 
4100
4101 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4102
4103         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4104         \thispagestyle{lastpage} to avoid that it's printed on the second
4105         last page when there's only a single score line on the last page.
4106         (The page breaking mechanism in TeX played some ugly tricks to us.)
4107
4108 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4109
4110         * scripts/filter-lilypond-book.py: Further development.
4111
4112         * input/regression/collision-dots-move.ly: New test.
4113
4114         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4115         hand side note head of non-merged collision to the right.
4116
4117         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4118         Construct children before accessing property from emtpy
4119         lyrics_context_.
4120         (construct_children): Find thread before finding LyricsVoice.
4121         Create LyricsVoice one if none found, fixes crash (thanks Erik
4122         Sandberg).
4123
4124 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4125
4126         * cygwin/: Forward port.
4127
4128 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4129
4130         * buildscripts/install-info-html.sh: Use Bash.
4131
4132         * cygwin/mknetrel: Patch from Bert.
4133
4134 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4135
4136         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4137
4138         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4139         try to copy *png, index.html (Bertalan Fodor).
4140
4141         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4142
4143 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4144
4145         * lily/note-collision.cc (check_meshing_chords): Do not remove
4146         dots (from down head) when merging similar heads (thanks Matthias
4147         Kilian).  Simplify merge_possible tests and other cleanups
4148
4149         * input/regression/collision-merge-differently-dotted.ly: Add test
4150         for disappearing dots on similar heads for both voices.
4151
4152 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4153
4154         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4155         that tagline overrides copyright for single page scores. Correct
4156         the default tagline value.
4157
4158 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4159
4160         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4161
4162 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4163
4164         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4165         TEXMF if it's previously unset.
4166
4167 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4168
4169         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4170
4171         * input/test/trills.ly: fix the unfolding of lineprall.
4172
4173         * input/test/figured-bass-alternative.ly: fix accidental.
4174
4175 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4176
4177         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4178         
4179         * input/no-notation/dos-guile.ly: 
4180         * input/no-notation/dos-ps.ly: 
4181         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4182         
4183         * input/no-notation/safe-include.ly:
4184         * input/no-notation/safe-guile.ly:
4185         * input/no-notation/safe-ps.ly: 
4186         * input/no-notation/safe-tex.ly: New file.
4187
4188         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4189         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4190         options now.
4191         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4192         When in --safe-mode, set environment openout_any=p[aranoid].
4193
4194         * tex/ltest.tex: 
4195         * tex/lilyponddefs.tex: Add \nofiles.
4196
4197         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4198         options.
4199
4200         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4201         This allows building the user manual using a binary installation
4202         and a matching unpacked source tree.
4203
4204         * scm/lily.scm (safe-module): New variable. 
4205
4206         * lily/includable-lexer.cc (new_input): Fix error messages.
4207
4208         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4209         If SAFE, evaluate in safe-module.  Change callers.
4210
4211         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4212
4213         * lily/lexer.ll (embedded_scm): While processing main-input,
4214         invoke ly_parse_scm with safe mode if running in safe-mode.
4215         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4216         in init.ly for safe-mode.
4217
4218 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4219
4220         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4221         compatibility with old versions of geometry.sty (compat2
4222         already implied includehead).
4223         Change the page layout slightly so bottom + footskip = top +
4224         headheight + headsep = 16mm, the remaining paperheight-32mm
4225         are used for the music. Increase footskip to 5mm, so the top of
4226         the footer text doesn't touch the music.
4227
4228 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4229
4230         * VERSION: release 2.1.16
4231         
4232         * scm/music-functions.scm (determine-split-list): bugfix: only use
4233         new-active for both voices if both indexes advance. This fixes the
4234         biggest outstanding problem with new-pc. 
4235
4236         * lily/new-part-combine-iterator.cc (construct_children): set more
4237         directions.
4238
4239 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4240
4241         * scripts/convert-ly.py (conv): add instrument rule.
4242
4243         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4244
4245         * lily/side-position-interface.cc: remove add_staff_support ()
4246         Change all callers to use staff-padding.
4247
4248         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4249         make_spanner().
4250
4251         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4252
4253         * lily/text-engraver.cc: remove scriptHorizontal property.
4254
4255         * lily/beam.cc (least_squares): also set least-squares-dy for
4256         special case of slanted 2-stem beam to center.
4257
4258         * lily/side-position-interface.cc (out_of_staff): move contents of
4259         out_of_staff into aligned_side.
4260         remove out_of_staff().
4261
4262         * input/regression/measure-grouping.ly: fix warning.
4263
4264         * lily/side-position-interface.cc: add staff-padding support to
4265         Side_position_interface::aligned_side.
4266
4267         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4268         one get_property too many.
4269
4270         * flower/include/drul-array.hh (linear_combination): new function
4271         (scale_drul): new function
4272
4273         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4274         operations on empty intervals are silly.
4275
4276 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4277
4278         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4279         (iso gh_scm2int), fixes crash in new part-combiner.
4280
4281         * configure.in: Up mftrace to 1.0.27.
4282
4283 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4284
4285         * VERSION: release 2.1.15
4286         
4287         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4288         align all stanza numbers.
4289
4290 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4291
4292         * Documentation/user/{introduction.itely,refman.itely,
4293         converters.itely}: fix some text inside parentheses; text should
4294         be readable (even) if parentheses are either replaced with commas 
4295         or dropped out.
4296
4297 2004-01-25  Werner Lemberg  <wl@gnu.org>
4298
4299         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4300         input/test/vaticana.ly, input/test/ancient-font.ly,
4301         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4302         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4303         ly/params-as-init.ly, scm/define-grobs.scm,
4304         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4305
4306         * ly/params-as-init.ly: Removed.  Obsolete.
4307         * buildscripts/lilypond.words.py: Updated.
4308
4309 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4310
4311         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4312
4313         * mf/feta-din{4,5,7,9}.mf: remove.
4314         
4315         * lily/engraver.cc (internal_make_item): centralize item/spanner
4316         factory.
4317
4318         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4319         do correct chord conversion for ^"sim."  (backportme)
4320         (FatalConversionError.sub_articulations): substitute ^"foo" in
4321         chords too. (backportme)
4322
4323         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4324         for Fingering.
4325
4326         * lily/side-position-interface.cc (out_of_staff): don't do
4327         anything if staff-padding not defined. 
4328
4329         * mf/feta-params.mf (stafflines): introduce linethickness as
4330         general blackness of the font.
4331
4332         * lily/stem.cc (position_noteheads): rounding error robustness.
4333
4334         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4335         from beam-collision.ly 
4336
4337         * lily/beam.cc (rest_collision_callback): remove direction.
4338
4339         * scm/define-grobs.scm (all-grob-descriptions): remove
4340         enclose-bounds in OttavaBracket and PianoPedalBracket
4341
4342         * scm/new-markup.scm (def-markup-command) new macro, which takes
4343         care of defining the COMMAND-markup and make-COMMAND-markup
4344         procedures, setting markup-signature and keyword-signature object
4345         properties, and pushing the markup command in
4346         markup-function-list.
4347
4348         All markup commands are defined thanks to it.  Users may also use
4349         it to define their own markup commands. (Nicolas Sceaux)
4350
4351         * scm/new-markup.scm: Scheme style clean-up: there should be no
4352         parenthesis alone on a line; LET* should not be used where LET is
4353         enough. (Nicolas Sceaux)
4354
4355 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4356
4357         * scripts/filter-lilypond-book.py: Add script.
4358
4359 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4360
4361         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4362
4363 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4364
4365         * Documentation/user/refman.itely (Fingering instructions): add
4366         single note chords. 
4367
4368         * lily/multi-measure-rest-engraver.cc: use a single
4369         MultiMeasureEvent for mm rests. This prevents problems with the
4370         new part combiner.
4371
4372         * scm/music-functions.scm (determine-split-list): analysis has
4373         global effect: a difference halfway a phrase makes the entire
4374         phrase be typeset as apart.
4375         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4376
4377 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4378
4379         * ly/performer-init.ly: add Devnull.
4380
4381         * Documentation/user/refman.itely (Font selection): remove paper20
4382         ref.
4383         
4384 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4385
4386         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4387
4388 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4389
4390         * scm/music-functions.scm (determine-split-list): bugfixes.
4391
4392         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4393
4394         * input/test/scales-greek.ly: use C as base, results in different
4395         alterations at the clef.
4396
4397         * input/regression/pedal-ped.ly: new file.
4398
4399         * input/regression/pedal-bracket.ly: new file.
4400
4401         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4402         replace after_line_breaking()
4403
4404         * lily/line-interface.cc (line): read thickness.
4405         (line): dash-fraction = 0 always for dotted-line style.
4406
4407         * input/test/staff-lines.ly (lower): bugfix.
4408
4409         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4410         \accepts Devnull into Score.
4411
4412         * scm/lily.scm: remove bla.scm load.
4413
4414 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4415
4416         * VERSION: release 2.1.14
4417         
4418         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4419
4420         * lily/side-position-interface.cc (general_side_position): add
4421         Staff_symbol_referencer::staff_space ().
4422
4423         * lily/include/context-def.hh: rename from translator-def.hh
4424
4425 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4426
4427         * input/template/piano-dynamics.ly (pedal): Updated definition of
4428         Dynamics such that \cresc works, for example.
4429
4430 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4431
4432         * lily/stem.cc (calc_stem_info): use
4433         Staff_symbol_referencer::staff_space
4434
4435         * lily/beam-quanting.cc (quanting): scale Stem_info 
4436
4437         * lily/beam.cc (rest_collision_callback): use minimum-distance
4438         property for rest/beam collisions.
4439         (rest_collision_callback): bugfixes.
4440
4441         * lily/system.cc (post_processing): extra-offset is now relative
4442         to the size of the current staff.
4443
4444         * scm/music-functions.scm (notice-the-events-for-pc): record all
4445         voices, only analyze "one" and "two".
4446
4447         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4448         not parent. 
4449
4450         * lily/new-part-combine-iterator.cc (construct_children): create
4451         Devnull from Voice context
4452
4453         * scm/music-functions.scm (determine-split-list): bugfixes.
4454
4455         * lily/lily-guile.cc (robust_scm2int): new function
4456
4457         * lily/staff-symbol-referencer.cc (line_thickness): new
4458         function. Use throughout.
4459
4460         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4461         in its own context.  Add to preset font-size.
4462
4463         * lily/stem.cc (thickness): new function.
4464
4465         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4466         compute thickness from ledger-line-thickness.
4467
4468         * lily/note-head.cc (brew_ledger_lines): use
4469         Staff_symbol::get_ledger_line_thickness ().
4470
4471         * lily/beam.cc (rest_collision_callback): use
4472         Staff_symbol_referencer::staff_space().
4473
4474         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4475         Mus1 Mus2
4476
4477         * lily/include/translator.hh (class Translator): add accepts_list_
4478         so  \with { \denies / \accepts } also works.
4479
4480         * scm/music-functions.scm (determine-split-list): determine split
4481         list from music events.
4482
4483         * lily/new-part-combine-iterator.cc: more states.
4484
4485         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4486
4487 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4488
4489         * lily/system.cc (set_loose_columns): use the right prebroken cols
4490         for interpolating loose column position.
4491
4492         * lily/text-spanner.cc (brew_molecule): default to no vertical
4493         lines.
4494
4495         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4496         take space.
4497
4498         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4499
4500 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4501
4502         * scripts/convert-ly.py: Do not test filename when processing
4503         stdin.
4504
4505         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4506
4507 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4508
4509         * lily/axis-group-engraver.cc (finalize): extra check; if
4510         process_music () is never called, then staffline_ == 0.
4511
4512         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4513         check run_always ().
4514         
4515         * VERSION: release 2.1.13
4516
4517         * input/regression/note-head-style.ly (pattern): cleanup.
4518
4519         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4520         downloading.
4521
4522         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4523         kludge rehearsalmark placement.
4524
4525         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4526         , ly:spanner?
4527
4528         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4529         close to note head for accidentals.
4530
4531         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4532         tuplet direction.
4533
4534         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4535
4536 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4537
4538         * lily/include/music-iterator.hh (class Music_iterator): add
4539         substitute_outlet() to iterator API.
4540
4541         * lily/new-part-combine-iterator.cc (construct_children):
4542         New_pc_iterator: new class, better part combining.
4543
4544         * lily/tie-column.cc (werner_directions): new function
4545
4546         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4547
4548         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4549         empty objects group spanner as parent
4550
4551         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4552         slope against graphical slope.
4553
4554         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4555         for ottava bracket.
4556
4557         * lily/side-position-interface.cc (general_side_position):
4558         opps. reinstate *dir.
4559
4560         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4561         parser run.
4562
4563         * lily/tuplet-bracket.cc: remove calc_dy ().
4564
4565         * Documentation/user/refman.itely (Balloon help): document balloon
4566         help
4567
4568 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4569
4570         * scm/document-backend.scm (check-dangling-properties): Grob
4571         properties are defined define-grob-properties.scm.
4572         
4573 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4574         
4575         * VERSION: release 2.1.12
4576
4577         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4578         ChordName
4579
4580         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4581         relation to surroundings.
4582
4583         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4584         Y-extent to the note-extents: stay clear of the staff.
4585
4586 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4587
4588         * Documentation/user/GNUmakefile
4589         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4590         iso. copy.
4591
4592         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4593
4594         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4595
4596         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4597
4598         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4599
4600         * lily/line-interface.cc (line): remove thickness from calling interface.
4601
4602         * lily/hairpin.cc: use Line_interface
4603
4604         * lily/line-interface.cc: new file. Line_interface for everything
4605         with dotted/dashed lines.
4606         
4607
4608         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4609
4610         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4611         for constructing ottava brackets.
4612         
4613         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4614         the note heads.
4615
4616         * Documentation/user/internals.itely (Engravers and performers):
4617         fix broken link.
4618
4619         * scm/music-functions.scm (make-mark-set): new function.
4620
4621         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4622         functionally identical to beam.
4623
4624         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4625         () with beam (). 
4626
4627         * Documentation/user/refman.itely (Rehearsal marks): document new
4628         functionality.
4629
4630         * input/regression/rehearsal-mark-number.ly: new file.
4631
4632         * input/regression/rehearsal-mark-letter.ly: new file.
4633
4634         * scm/translation-functions.scm (number->mark-string): new function
4635         (format-mark-letters): new function
4636         (format-mark-numbers): new function
4637
4638         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4639         integer; formatting is done through markFormatter property.
4640         
4641         * scm/define-translator-properties.scm: fold all *-done properties
4642         into positioning-done.
4643
4644         * lily/beam.cc (position_beam): new function
4645         (brew_molecule): make sure that positions are calced before making
4646         the molecule.
4647
4648         * scm/output*.scm (beam):  take 4th argument for function.
4649
4650         * ps/music-drawing-routines.ps: take blot as 4th argument.
4651
4652         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4653         stem to avoid small dents.
4654         
4655 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4656
4657         * VERSION: release 2.1.11
4658
4659         * input/regression/balloon.ly: new file.
4660
4661         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4662         objects, and make help texts. 
4663
4664         * scm/new-markup.scm (parse-simple-duration): parse duration
4665         string to log & dots. (Thanks Nicolas!)
4666
4667         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4668         rule.
4669
4670 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4671
4672         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4673         Lemberg).
4674
4675         * THANKS: alphabetic order.
4676
4677 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4678
4679         * input/regression/note-head-harmonic.ly: new file.
4680
4681         * Documentation/user/internals.itely (Technical manual): explain
4682         difference between music, translation, layout.
4683
4684         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4685
4686         * scm/output-ascii-script.scm (bracket): rounding bfs.
4687
4688         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4689
4690         * ly/paper*.ly: remove files. 
4691         
4692         * scm/paper.scm (set-staff-size): new function: set default
4693         staff-size.
4694
4695         * scripts/convert-ly.py (conv): add conversion rule.
4696
4697         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4698         function.
4699
4700         * scm/paper.scm: new file.
4701         (set-staff-size): new function 
4702         (set-paper-size): new function
4703
4704         * lily/parser.yy (music_output_def_body): restructure definition,
4705         so first Scheme statement in \paper also happens in new scope. 
4706
4707         * lily/system.cc (post_processing): move uniquify_list () to
4708         dumping molecule stage.
4709
4710         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4711         this will mess up scores that use barchecks to shorten measures.
4712
4713         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4714         at 20pt too.
4715
4716         * Documentation/user/tutorial.itely (Printing lyrics): document
4717         \lyricsto
4718
4719         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4720
4721         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4722
4723         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4724         if Voice is not found.
4725
4726         * VERSION: release 2.1.10
4727         
4728         * input/{test,regression}/: remove old-relative 
4729
4730         * lily/lexer.ll: add empty markup signature. 
4731
4732         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4733         strut markup
4734
4735         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4736
4737         * scm/define-translator-properties.scm: update melismata property
4738         doco.
4739
4740         * lily/system.cc (output_lines): revert uniquify_list() patch,
4741         strange side effects seen.
4742         
4743         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4744         dash-period < 0.
4745
4746         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4747         for flute. 
4748
4749 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4750
4751         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4752
4753         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4754
4755         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4756         of line breaks.
4757         (brew_molecule): add padding to left, not right.
4758
4759         * lily/system.cc (uniquify_list): new function
4760         (output_lines): uniquify_list () on all-elements. This fixes
4761         double symbols in the output.
4762
4763         * lily/beam.cc (rest_collision_callback): don't move anything if
4764         staff-position is set.
4765
4766         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4767
4768         * lily/system.cc (typeset_grob): warn if adding twice.
4769
4770         * lily/sequential-iterator.cc (run_always): implement run_always().
4771         (also in other files.)
4772         
4773         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4774
4775         * lily/event.cc (to_relative_octave): add octave-check.
4776
4777         * Documentation/user/refman.itely (Line breaking): add noBreak.
4778
4779         * scm/new-markup.scm (normalsize-markup): add function.
4780         (sans-markup): new function.
4781
4782         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4783         come earlier nowadays.  This fixes beams on grace notes.
4784         
4785         * scm/music-functions.scm (direction-polyphonic-grobs): new
4786         variable, share between override and revert. This fixes script
4787         directions in polyphonic sections. (backportme)
4788
4789 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4790
4791         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4792         breakpoints.
4793
4794         * lily/break-align-interface.cc: add doco
4795
4796         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4797
4798 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4799
4800         * VERSION: release 2.1.9
4801
4802         * scm/document-markup.scm (markup-doc-node): add note about naming.
4803
4804         * scm/new-markup.scm (left-align-markup): bugfix. 
4805
4806         * Documentation/user/refman.itely (Ottava brackets): more doco for
4807         ottava.
4808
4809         * lily/side-position-interface.cc (out_of_staff): also do
4810         out_of_staff() correctly for d == DOWN.
4811
4812         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4813         horizontal line if they move to the right.
4814         
4815         * scm/define-grobs.scm (all-grob-descriptions): set
4816         text-repeat-if-broken for ottava spanner
4817
4818         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4819         property.
4820
4821         * mf/feta18.mf: design size is 18 not 22.5
4822
4823         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4824         Add a single LyricsVoice to a melody. Melismata may be set
4825         individually.
4826
4827         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4828
4829         * lily/dot-column.cc: add stdio.h
4830
4831 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4832
4833         * lily/item.cc: documentation for break-visibility (Thanks, John).
4834
4835 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4836
4837         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4838
4839         * lily/translator-def.cc: rename Translator_def to Context_def.
4840
4841         * Documentation/user/internals.itely (Lexical details): clarify
4842         string def.
4843
4844         * Documentation/user/refman.itely (Rhythmic music): add link to
4845         RhythmicStaff 
4846
4847 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4848
4849         * lily/translator.cc: document start_translation_timestep()
4850
4851         * scm/output-tex.scm (tex-encoded-fontswitch): use
4852         round for rounding (inexact->exact yields rationals)
4853
4854         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4855
4856         * lily/translator-group.cc (get_simple_trans_list): 
4857         new function; construct simple_trans_list_ lazily.
4858         
4859 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4860
4861         * lily/paper-outputter.cc (output_scope): Check if number before
4862         checking exact (guile cvs).
4863
4864         * scm/*: Escape backslashes in scheme strings (guile cvs).
4865
4866 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4867
4868         * Documentation/user/refman.itely (Tablatures basic): annotate
4869         seealso sections.
4870
4871         * lily/*.cc: cleanup of engraver initialize() functions.
4872
4873         * lily/repeat-acknowledge-engraver.cc
4874         (start_translation_timestep): remove first_b_
4875
4876         * lily/tab-note-heads-engraver.cc: listen to string number events
4877         inside < > too. (backportme).
4878
4879         * Documentation/user/refman.itely (Text scripts): add fatText to
4880         index.
4881
4882 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4883
4884         * VERSION: 2.1.8
4885
4886         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4887         footer.
4888
4889         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4890
4891         * lily/bar-check-iterator.cc (process): only warn if
4892         barCheckLastFail was changed.
4893
4894         * scm/define-translator-properties.scm (barCheckLastFail): add
4895         property.
4896
4897         * lily/main.cc (main_prog): print summary of failed files.
4898
4899         * lily/axis-group-engraver.cc: move all spanner creation to
4900         process_music (). Now staffs can be adjusted with \override too.
4901         (Jan, you are a brilliant programmer!)
4902         
4903         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4904
4905 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4906
4907         * Documentation/user/tutorial.itely (Integrating text and music):
4908         Show the commands to produce a PDF as well.
4909
4910 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4911
4912         * lily/translator-def.cc (get_translator_names): accept user
4913         tweaks too. 
4914
4915         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4916         as big as normal heads. 
4917
4918         * input/*ly: run convert-ly
4919         
4920         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4921         () if dependencies are fluked.
4922
4923         * scm/document-translation.scm (engraver-doc-string): update on
4924         latest string/symbol conventions.
4925
4926         * lily/translator-ctors.cc: use Scheme_hash_table.
4927
4928         * lily/translator-def.cc (get_translator_names): new function
4929         (add_context_mod): new function
4930         (get_accepted): new function
4931
4932         * lily/parser.yy (context_mod): put all modifications of
4933         \translator { } in a single production, encode as SCM.
4934
4935         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
4936         to use read-only lists, so additions to the definition can be
4937         prepended easily.  
4938
4939         * Documentation/user/invoking.itexi (Editor support): add node on
4940         editor support.
4941
4942         * Documentation/user/refman.itely (Bar check): add lyrics example
4943         of bar checks. 
4944
4945         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
4946
4947         * scripts/convert-ly.py (conv): add conversion rule.
4948
4949         * lily/parser.yy: use \change iso. \translator for staff switch.
4950
4951         * lily/my-lily-lexer.cc: add \change.
4952
4953         * scm/define-translator-properties.scm
4954         (default-melisma-properties): add definition.
4955
4956 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4957
4958         * Documentation/user/refman.itely (Bar lines): clarification of
4959         systemStartDelimiter. 
4960
4961         * input/test/slur-shape.ly (x): remove file.
4962
4963         * lily/translator-group.cc (apply_property_operations): new function.
4964
4965 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4966
4967         * lily/parser.yy (optional_prop_ops): allow \with {
4968         PROPERTYSETTINGS } following \context or \new.
4969
4970         * lily/my-lily-lexer.cc: add \with.
4971
4972         * lily/parser.yy (property_operation): clean up definition of
4973         property operations.
4974         (property_op_to_music): new function.
4975         (context_spec_music): new function
4976
4977         * VERSION: 2.1.7 released.
4978         
4979         * input/regression/collision-merge-dots.ly: new file.
4980
4981         * lily/note-collision.cc (check_meshing_chords): if merging heads,
4982         then kill the dots too. 
4983
4984         * lily/separating-line-group-engraver.cc (acknowledge_grob):
4985         set/unset breakableSeparationItem
4986
4987         * lily/separation-item.cc (relative_width): add function.
4988
4989         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
4990         only-prebreak-interface
4991
4992         * lily/system.cc (output_lines): only junk only-prebreak-interface
4993         grobs.
4994
4995         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
4996         read breakableSeparationItem
4997
4998         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
4999
5000         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5001
5002         * lily/dot-column.cc (dot_config_badness): new function:
5003         select the best scoring dot configuration: dots should go close to
5004         the note heads, but be shifted up or down according to conventions.
5005         (print_dot_configuration): idem.
5006         (shift_one): idem
5007         (remove_collision): idem.
5008
5009         * input/regression/dots.ly: add more test cases.
5010
5011 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5012
5013         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5014
5015         * flower/include/interval.hh: rename elem_b to contains 
5016
5017         * lily/tie.cc: change 'heads to 'head-pair.
5018
5019         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5020         fill in 'heads field.
5021
5022         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5023         minimum-length for short ones, and shorten so collisions with the
5024         next syllable are avoided.
5025
5026         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5027         near-zero slopes.
5028         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5029
5030         * lily/dots.cc: remove quantized_position callback. All Y
5031         positioning is done by dot-column.cc
5032
5033         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5034         exhaustive test of all dot positions. This fixes disappearing dots
5035         in dotted chords.
5036
5037 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5038
5039         * mf/feta-klef.mf (test_staff): fatten up G clef
5040         (test_staff): fatten up f clef.
5041         
5042
5043 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5044
5045         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5046         * input/les-nereides.ly: Use latin1 characters for title, like
5047         Morgenlied.
5048
5049 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5050
5051         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5052         cmb10).
5053
5054         * lily/lyric-extender.cc (brew_molecule): add little space before
5055         extender line.
5056
5057         * lily/beam-quanting.cc (score_forbidden_quants): check if
5058         outer stafflines fall in any beam gaps.
5059
5060         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5061         for lyric texts.
5062
5063 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5064
5065         * VERSION: 2.1.6 released.
5066
5067         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5068         this shows the demerits of a user-defined beam position pair.
5069
5070         * scm/define-grobs.scm (all-grob-descriptions): set
5071         beamed-extreme-minimum-free-lengths to a different value.
5072
5073         * lily/scm-option.cc: add debug-beam scm-option
5074
5075         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5076
5077 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5078
5079         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5080
5081         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5082         space after barline.
5083
5084         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5085
5086         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5087         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5088         the other case, take standard column-breakable spacing. Do not
5089         warn about "no spacing wishes".
5090
5091         This fixes wide spaces after barlines in very loose lines.
5092
5093         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5094
5095 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5096
5097         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5098         acknowledge_grob lyric-syllable, not lyric-text.
5099
5100         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5101         dashes of length #'length separated by #'dash-period. 
5102
5103         * lily/lyric-extender.cc (brew_molecule): idem
5104
5105         * lily/multi-measure-rest.cc (big_rest): idem
5106
5107         * lily/system-start-delimiter.cc (simple_bar): idem
5108
5109         * lily/bar-line.cc (simple_barline): use rounded box
5110
5111         * VERSION: release 2.1.5
5112
5113         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5114         music): move note about dvips to more visible place.
5115
5116         * lily/lyric-phrasing-engraver.cc: move from
5117         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5118         lyric-phrasing-engraver.hh)
5119         
5120         * lyric-align.ly: remove file
5121         
5122         * scripts/convert-ly.py (FatalConversionError.func): add removal
5123         rule for automaticMelismata
5124
5125         * ly/engraver-init.ly (ScoreContext): switch on
5126         New_phrasing_engraver by default.
5127
5128         * lily/slur-engraver.cc (class Slur_engraver):
5129         process_acknowledged_grobs -> process_music.
5130         (try_music): signal melismata correctly.
5131
5132         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5133         word-space, right-trim-amount, and extend past right bound only
5134         for note heads.
5135
5136         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5137         lyric-extender support: add note-heads to the extender
5138         automatically.
5139
5140         * lily/parser.yy: extender is now post_event. 
5141
5142         * lily/accidental-engraver.cc (number_accidentals): remove
5143         spurious warning about non-parent contexts.
5144
5145         * lily/music-output-def.cc (assign_translator): \translator { }
5146         for a Foo context implicitly redefines \FooContext.
5147
5148         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5149         fixes.
5150
5151         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5152         doubly in slur weight. 
5153
5154         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5155         combination.
5156
5157         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5158         staffbar distance.
5159
5160         * scripts/lilypond.py (global_latex_preamble): crank down size of
5161         the margins. Now there is a 12 mm top and bottom margin, which
5162         should correspond with the printable area of modern printers.
5163
5164         This enlarges the music height of the printable page a little.
5165
5166         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5167         signs. Use \markup instead.
5168         (accreg_pen): tweak for accordeon asterisk.
5169
5170 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5171
5172         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5173
5174         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5175
5176         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5177
5178         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5179
5180         * scm/define-grobs.scm (all-grob-descriptions): change
5181         StanzaNumber description: make side support, i.s.o. breakable.
5182         use Instrument_name_engraver for texts in the margin.
5183
5184         * scm/define-translator-properties.scm: remove
5185         melismaEngraverBusy, stz property.
5186
5187         * *.cc: naming: change empty_b () into is_empty ()
5188
5189         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5190
5191         * input/regression/lyric-phrasing-new.ly: new file.
5192
5193         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5194         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5195         melismata are now left-aligned.
5196
5197 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5198
5199         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5200
5201         * mf/feta19.mf: remove.
5202         
5203         * mf/feta-klef.mf (test_staff): more tweaks
5204
5205         * mf/feta-toevallig.mf: more small size tweaks.
5206
5207         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5208         rests for smaller sizes.
5209
5210         * mf/feta-bolletjes.mf: fix cross heads.
5211
5212         * VERSION: release 2.1.4
5213         
5214         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5215         deprecated #'ancient font family
5216
5217         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5218         it is a string or number.
5219
5220         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5221         change calling convention of stem-attachment function. 
5222
5223         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5224
5225         * mf/feta-autometric.mf: dump WX/WY fields too
5226         
5227         * mf/parmesan-heads.mf: idem.
5228
5229         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5230         attachment coordinates.
5231
5232         * lily/note-head.cc (stem_attachment_coordinate): read stem
5233         attachment from the notehead glyphs WX/WY fields.
5234
5235         * lily/include/font-metric.hh (struct Font_metric): add methods
5236         get_indexed_wxwy (), make a distinction between looking up by
5237         index and ASCII  
5238
5239         * mf/feta-bolletjes.mf: rewrite note head MF code.
5240         (test_outlines): make heads more rotund for smaller sizes. 
5241
5242 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5243
5244         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5245         throughout. Font scaling fixes throughout.
5246
5247         * mf/feta-sleur,slur.mf: remove. 
5248
5249         * mf/feta-slag.mf: rewrite.
5250
5251 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5252
5253         * VERSION: release 2.1.3
5254
5255         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5256
5257         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5258
5259         * lily/mark-engraver.cc (process_music): fix mark
5260         \default. (backportme)
5261
5262         * stepmake/stepmake/automatically-generated.sub.make (default):
5263         use -n for head/tail commands. 
5264
5265         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5266         heads with the same pitch.
5267
5268 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5269
5270         * lily/recording-group-engraver.cc (finalize): set protected_scm
5271         member to '() before finalizing.
5272
5273         * lily/translator-group.cc (finalize): remove removal_processing () 
5274
5275         * lily/recording-group-engraver.cc: new engraver: record
5276         synchronized start & end times for each music object.
5277
5278         * lily/parser.yy (toplevel_expression): execute score rendering
5279         during parsing. Cleanup output-filename handling; this is no
5280         longer done with global variables.
5281         (translator_spec_body): allow \type modification too.
5282
5283         * lily/score.cc:  ly:run-translator: new function
5284         (LY_DEFINE): ly:render-output new function.
5285
5286         Separate interpreting and rendering, and make available as
5287         functions at Scheme level.
5288
5289 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5290
5291         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5292         (musicxml-node->string):
5293         (xml-node->string):
5294         (music-to-musicxml): New function.
5295
5296 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5297
5298         * VERSION: 2.1.2 released
5299
5300         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5301
5302         * scm/font.scm (paper20-font-vector): discouple font design sizes
5303         from sizes specified in .ly file: store all design sizes of a font
5304         in a single vector.
5305
5306         * lily/font-select.cc (get_font_by_design_size): new function
5307
5308         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5309         add parmesan,feta in sizes 14 and 18.
5310         
5311         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5312
5313         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5314         of fontSize: this now sets font-size
5315
5316 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5317
5318         * VERSION: 2.1.1 released
5319         
5320         * Documentation/user/refman.itely (Tuning objects): add note about
5321         concurrent tweaks in different contexts. 
5322
5323         * lily/tie-engraver.cc (acknowledge_grob): use
5324         Staff_symbol_referencer::get_position iso. reading staff-position
5325         directly.
5326
5327         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5328         currentMusicalColumn as left span-point for bracket. The bracket
5329         is too long when there are accidentals.
5330
5331 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5332
5333         * buildscripts/lilypond-profile.sh,
5334         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5335         Thanks to Reuben Thomas <rrt@mupsych.org>
5336
5337 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5338
5339         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5340         Wurbel <wurbel@univ-tln.fr>.
5341
5342 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5343
5344         * scripts/midi2ly.py: Add space after chords.
5345
5346 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5347
5348         * input/regression/{many}: add few @code{ ... }.
5349
5350 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5351
5352         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5353         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5354         Removed cmbx5, cmbx6 (which are included in teTeX)
5355         and cmbxti14 which is not used in fonts.scm.
5356
5357 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5358
5359         * lily/midi-item.cc: fine tune quarter tones.
5360
5361 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5362
5363         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5364         new function, warn how many cents are missing in fine tuning.
5365
5366 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5367
5368         * input/bugs/rhytmicstaff-tie.ly: add file.
5369
5370         * THANKS: Create skeleton for 2.1.
5371
5372 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5373
5374         * input/test/bar-lines.ly (TODO): dashed "|".
5375
5376 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5377
5378         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5379         input/regression/tie-chord.ly: Fix spell for tying.
5380
5381         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5382
5383         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5384         new file (renamed, see above).
5385
5386         * Documentation/user/lilypond-book.itely
5387         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5388         * input/example-1.ly input/example-2.ly input/example-3.ly
5389         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5390         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5391         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5392         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5393         * scripts/lilypond-book.py scripts/lilypond.py
5394         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5395         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5396
5397         * Documentation/user/lilypond.tely: update version.
5398
5399         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5400         Remove extra spaces in each @node, fixes spaces.
5401
5402 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5403
5404         * scripts/lilypond-book.py (output_dict): Add definition of
5405         \lilypondbook also for LaTeX output. Solves several bug reports.
5406
5407 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5408
5409         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5410
5411 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5412
5413         * input/test/transposition.ly: Fix key signatures, given in comments.
5414
5415 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5416
5417         * scm/midi.scm (instrument-names-alist),
5418         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5419
5420 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5421
5422         * input/test/temporary-stave.ly (texidoc): New example based on an
5423         email question from Ralph Little.
5424
5425 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5426
5427         * VERSION: release 2.1.0
5428         
5429         * lily/note-performer.cc (try_music): accept busy-playing-event.
5430
5431         * lily/swallow-perf.cc (try_music): return false for
5432         busy-playing-event and melisma-playing-event.
5433
5434 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5435
5436         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5437         >> in \score.
5438
5439 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5440
5441         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5442         that articulation_substitute will not move beam start again.
5443         (articulation_substitute): Bugfix: remove stray space so that new
5444         old chords ending '>>' does not get broken up.
5445         (sub_chord): Use TAB for indentation (not spaces).
5446         
5447         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5448         Bugfix for startup: Use ?^ instead of ?\^.
5449
5450 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5451
5452         * lily/lyric-combine-music-iterator.cc
5453         (Lyric_combine_music_iterator): change init order, to prevent GC
5454         segfaults.
5455
5456         * lily/context-specced-music-iterator.cc (construct_children): 
5457         only change  translator if found. This fixes a core dump problem.
5458
5459 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5460
5461         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5462         comparison.
5463
5464         * mf/feta-bolletjes.mf: make hole in half note little
5465         smaller for stem attachment.
5466
5467         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5468
5469         * mf/feta-banier.mf: don't draw stem with flag, just small square
5470         attachment.
5471
5472         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5473
5474         * mf/feta-banier.mf: remove upstem/downstem characters.
5475
5476         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5477
5478         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5479         stafflinethickness (in the default)
5480
5481         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5482
5483         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5484
5485         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5486
5487         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5488
5489         * lily/include/directional-element-interface.hh:
5490         junk class, make {get,set}_grob_direction functions.
5491
5492         * lily/slur.cc (get_attachment): do something sensible when
5493         attaching to stem without heads (eg. a rest).
5494
5495         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5496         forcing up to staff.  remove #'support-head property
5497         (brew_molecule): small cleanup.
5498         (flag): remove #'grace property.
5499
5500 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5501
5502         * cygwin/postinstall-lilypond.sh: 
5503         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5504         (Volker Zell).
5505
5506 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5507
5508         * scripts/lilypond-book.py: resurrect 'eps' option. 
5509         (TexiPaper.to_eps): use -Ppdf for EPS files.
5510
5511         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5512
5513         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5514
5515         * VERSION: release 2.0.1
5516
5517         * lily/bezier.cc (get_other_coordinate): change assert into
5518         warning.
5519
5520         * lily/note-head.cc (internal_brew_molecule): make left protusion
5521         smaller, to accomodate for natural sign.
5522         (internal_brew_molecule): only do this when the accidental is
5523         close enough.
5524         (extent): new function
5525
5526         * lily/skyline.cc (merge_skyline): new function
5527         (heighten_skyline): new function
5528
5529         * lily/accidental-placement.cc (position_accidentals) 
5530         (position_accidentals): fix todo.
5531
5532 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5533
5534         * input/test/+.ly (texidoc): put version number inline.
5535
5536         * GNUmakefile.in: remove rsync-web target.
5537         
5538         * input/regression/bar-scripts.ly (onestaff): raggedright
5539
5540 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5541
5542         * lily/*.cc: remove #if 0'd code in couple of places.
5543
5544         * lily/midi-stream.cc (operator <<): rewrite.
5545
5546         * lily/note-head.cc (internal_brew_molecule): 
5547         only make ledgers when the Staff symbol has lines.
5548
5549         * ly/property-init.ly (arpeggioBracket): simplify
5550
5551         * lily/translator-group.cc (execute_pushpop_property): use
5552         SCM_EQ_P for comparing keys. This fixes reverting
5553         auto-beam-settings.
5554
5555 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5556 *
5557         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5558         midi_debug_global_b.
5559         (operator <<): Normalise loop.
5560
5561 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5562
5563         * scripts/lilypond.py (escape_path): revise.
5564
5565         * scm/music-functions.scm (set-output-property): new function.
5566         
5567 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5568
5569         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5570         use addmakeflags again.
5571
5572         * cygwin/lily-wins.py (escape_shell): New function; use it.
5573
5574         * scripts/lilypond.py (escape_shell): Escape quotes and other
5575         spaces too.  Do not escape escaping backslashes.
5576
5577         * make/srcdir.make.in (web-install): Must call install-WWW now.
5578
5579         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5580         dependency
5581
5582 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5583
5584         * scripts/lilypond.py (escape_path): escape quotes too. 
5585
5586         * Documentation/user/lilypond.tely (Unified index): rename Index
5587         to accomodate Windows breakage.
5588
5589         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5590
5591         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5592         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5593         target not a source.
5594
5595 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5596
5597         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5598         addmakeflags.  Build and install doc and web also when building on
5599         Cygwin.
5600
5601         * mf/GNUmakefile: Bugfix.
5602
5603         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5604         target web.
5605
5606         * cygwin/lily-wins.py: Quote filename.
5607
5608 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5609
5610         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5611
5612 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5613
5614         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5615         settings.
5616
5617         * configure.in: Require g++ > 3.0.4.
5618
5619         * mf/GNUmakefile: Bugfix: Add list.ly target.
5620         
5621         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5622
5623         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5624         make omf directory, add uninstall targets.
5625
5626 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5627
5628         * lily/tie-performer.cc (initialize): init prev_event
5629
5630         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5631
5632         * lily/script-engraver.cc (make_script_from_event): don't crash on
5633         non-string articulation-type.
5634
5635         * lily/new-fingering-engraver.cc (add_script): don't crash on
5636         0 scripts 
5637         (acknowledge_grob): warn about text script events.
5638
5639 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5640
5641         * buildscript/lilypond.words: fix path for drums.scm.
5642
5643 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5644
5645         * lily/spacing-spanner.cc (note_spacing): don't make longer
5646         durations than measure-length.
5647
5648         * VERSION: release 2.0.0
5649
5650         * GNUmakefile.in (rsync-web): version independent rsync target.
5651
5652         * input/test/+.ly (texidoc): idem.
5653
5654         * input/regression/+.ly: print version number.
5655
5656         * input/regression/accidentals.ly (mel): shorten.
5657
5658         * input/regression/accidental-octave.ly (texidoc): shorten.
5659
5660         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5661
5662         * input/regression/completion-heads-polyphony.ly: octave
5663
5664         * input/regression/beam-manual.ly: remove
5665
5666         * input/regression/beam-chord.ly: remove
5667
5668         * input/regression/grace-dynamic.ly: remove
5669         
5670         * input/regression/grace-volta-repeat.ly: octave fixes.
5671
5672         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5673
5674         * lily/parser.yy (step_number): semitones for chord entry too.
5675         (make_chord_step): more robust code, semitones. 
5676
5677         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5678
5679         * input/regression/breathing-sign.ly (texidoc): split ancient and
5680         normal breathing signs.
5681
5682         * scm/define-grobs.scm (all-grob-descriptions): swap
5683         beamed-extreme-minimum-free-lengths and
5684         beamed-minimum-free-lengths; the 'extreme' case should allow
5685         shorter stems. This fixes forced directions on beamed 32nd and
5686         shorter notes.
5687
5688         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5689         quartertones, not semitones.
5690         (NoteNamesContext): swallow more event types
5691
5692         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5693
5694         * VERSION (PACKAGE_NAME): release 1.9.10
5695
5696 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5697
5698         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5699         set note head as cause of note-column.  This gives a better error
5700         message.
5701
5702 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5703
5704         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5705
5706 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5707
5708         * mf/GNUmakefile (pfa_warning): instruct 
5709
5710         * stepmake/aclocal.m4: typo.
5711
5712         * Documentation/user/cheatsheet.itely: more verbose examples.
5713
5714         * input/regression/clefs.ly: remove bogus docstring.
5715
5716 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5717
5718         * GNUmakefile.in (SUBDIRS): Add elisp.
5719
5720         * elisp/lilypond-mode.el: 
5721         * elisp/lilypond-init.el: 
5722         * elisp/lilypond-indent.el: 
5723         * elisp/lilypond-font-lock.el: Move from top dir.
5724
5725         * stepmake/stepmake/elisp-vars.make: New file.
5726
5727         * config.make.in (elispdir): Add.
5728
5729         * Documentation/topdocs/INSTALL.texi: Typo.
5730
5731         * make/ly-rules.make: Test for files instead of touching void and
5732         ignoring errors.
5733
5734         * GNUmakefile.in:
5735         * make/lilypond.redhat.spec.in:
5736         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5737         <builddir>, adding
5738         
5739              (push "<builddir>/share/lilypond/elisp" load-path)
5740
5741         to your ~/.emacs.el should give you LilyPond-mode again.
5742
5743         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5744         regexp for DOS/Windows, we are too paranoid to fix others.
5745
5746 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5747
5748         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5749
5750         * input/test/chord-names-jazz.ly (banterProperties): fix
5751
5752         * lily/parser.yy (bass_mod): bass figure alterations are semi
5753         tones, not quarter tones
5754
5755         * lily/beam.cc (set_stem_lengths): only lengthen stems
5756         for gapped beams.
5757
5758         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5759         by beamcount.
5760
5761         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5762         a warning that the warning may erroneous.
5763
5764         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5765         target.
5766
5767         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5768         targets.
5769
5770         * GNUmakefile.in ($(config_h)): config.h should depend on
5771         config.hh.in .
5772         (lilypond.words): remove fontball stuff.
5773
5774         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5775
5776         * configure.in: remove pktrace reference.
5777
5778         * GNUmakefile.in (rsync-web): permissions and ownership for
5779         website.
5780
5781         * lily/volta-engraver.cc (staff_eligible): new function.
5782         (stop_translation_timestep): kill off spanners if not eligible.
5783
5784         * VERSION (PATCH_LEVEL): release 1.9.9
5785
5786         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5787
5788         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5789         length is more important than forbidden quants.
5790         
5791 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5792
5793         * buildscripts/lilypond.words: order words in search order,
5794         add lilypond.words.vim to be generated.
5795
5796         * lilypond.vim: use lilypond.words.vim for keyword matching.
5797
5798         * lilypond-mode.el: use search order. fix word selection rules.
5799
5800         * lilypond-font-lock.el: fix fontifying long durations.
5801
5802         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5803
5804 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5805
5806         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5807
5808         * stepmake/stepmake/generic-targets.make:
5809         * stepmake/stepmake/bin/make-version.py: 
5810         * stepmake/aclocal.m4:
5811         * make/stepmake.make:
5812         * make/toplevel-version.make: Build fixes: remove last traces of
5813           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5814
5815         * lily/beam.cc: Add gap-count property.
5816
5817 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5818
5819         * scm/define-grob-properties.scm (gap-count): add gap-count
5820
5821         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5822
5823 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5824
5825         * cygwin/mknetrel.doc: Typo.
5826
5827         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5828
5829         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5830
5831 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5832
5833         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5834         sizes. Remove support for 'ledger'(=tabloid+landscape).
5835
5836 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5837
5838         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5839         sauter PFAs.
5840
5841         * configure.in: remove VERSION stuff once again.
5842
5843         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5844
5845         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5846         for chord names.
5847
5848         * mf/GNUmakefile: always trace pfa fonts.
5849         (SAUTER_FONTS): add cmss[567] too fonts
5850
5851         * configure.in: require mftrace. 
5852
5853         * lily/staff-performer.cc (new_instrument_string): don't look at
5854         instrument property.
5855
5856         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5857         is_direction is the C++ one. Similar for ly_axis_p and
5858         ly_number_pair_p
5859
5860 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5861
5862         * lily/beam.cc (brew_molecule): read gap-count to determine
5863         number of tremolo (gapped) beams.
5864
5865         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5866         shorter than 1/8
5867
5868         * flower/include/array.hh (default_compare): new function
5869
5870         * cygwin/mknetrel: Native fixes.
5871
5872         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5873
5874 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5875
5876         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5877         feature for Windows.
5878
5879         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5880
5881         * cygwin/mknetrel: Updates for native use on Cygwin.
5882
5883         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5884
5885         * stepmake/stepmake/help2man-rules.make: 
5886         * cygwin/mknetrel: Bugfix for manpages.
5887
5888         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5889         $(builddir).  Stepmake is a normal subdirectory now, that is not
5890         configured.  Another srcdir build fix.
5891
5892         * Documentation/topdocs/INSTALL.texi,
5893         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5894         lilypond-init.el, lilypond-mode.el, debian/rules,
5895         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5896         rename generated file lilypond.words to lilypond.words.el.
5897
5898 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5899
5900         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5901
5902         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5903         GNUmakefile.in.
5904
5905 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5906
5907         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5908         when cross building.
5909
5910         * configure.in: srcdir build fix.
5911
5912         * cygwin/GNUmakefile:
5913         * cygwin/lily-wins.py:
5914         * cygwin/postremove-lilypond.sh: 
5915         * cygwin/postinstall-lilypond.sh: Merge from stable.
5916
5917         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5918         s/ly2dvi/lilypond/.
5919
5920 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5921
5922         * lily/slur.cc (after_line_breaking): only set control points if
5923         none supplied yet.
5924
5925         * input/test/slur-manual.ly: new file.
5926
5927         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
5928         <<  >> chords too.
5929
5930         * VERSION (PACKAGE_NAME): release 1.9.8
5931
5932         * scripts/lilypond.py (escape_path): escape spaces in directory names
5933
5934         * input/test/text-spanner.ly: fixes.
5935
5936 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
5937
5938         * buildscripts/lilypond.words.py: add drum names as note names to
5939         Emacs-mode.
5940
5941 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5942
5943         * input/regression/hairpin-dashed.ly: new file.
5944
5945         * scripts/convert-ly.py (conv): warn about dash-length.
5946
5947         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
5948         automatically if we get a new one.
5949
5950         * lily/lookup.cc (dashed_line): new function
5951
5952         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
5953         dash-fraction.
5954
5955 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
5956
5957         * buildscripts/lilypond.words.py: extract note names.
5958
5959         * lilypond-mode.el: take note names from lilypond.words -file.
5960         small fix in the use of string-match.
5961
5962         * lilypond-font-lock.el: use lilypond.words for note names, add 
5963         maxima to note a duration.
5964
5965 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5966
5967         * lily/breathing-sign.cc: remove railtracks() function. 
5968
5969         * input/regression/arpeggio-bracket.ly (texidoc): add file.
5970
5971         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
5972         (brew_molecule): bugfix don't make arpeggio shorter when
5973         arpeggio-direction is set.
5974
5975         *  debian/rules: small corrections in the (Pedro K)
5976
5977         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
5978         examples.
5979
5980         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
5981         special (repeat) bar comes along.
5982
5983         * input/regression/auto-beam-bar.ly: update.
5984
5985         * scripts/lilypond-book.py (output_dict): remove support for the
5986         EPS option.
5987
5988         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
5989         VerticalAlignment and VerticalAxisGroup this fixes the size
5990         computations for the entire system.
5991  
5992         * input/les-nereides.ly (bass): remove superfluous fontSize.
5993
5994         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
5995         causes directory of file to be added to include path.
5996
5997         * input/regression/beam-break.ly: test single stem beams.
5998
5999         * input/regression/system-start-bracket.ly: fix.
6000
6001         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6002
6003         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6004
6005         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6006         (score_stem_lengths): do something sensible for single stem beams.
6007
6008         * lily/beam.cc (least_squares): add kludge for single stem beams.
6009
6010         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6011         keySignature to list of broken things.
6012
6013         * input/regression/keys.ly: fix.
6014
6015         * VERSION (PACKAGE_NAME): release 1.9.7
6016
6017         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6018
6019         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6020
6021         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6022         (quartertone_pitch): new function
6023
6024         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6025         flat. WARNING: FONT CHANGED.
6026
6027         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6028
6029         * lily/accidental-placement.cc (add_accidental): support for
6030         quarter tones.
6031
6032         * ly/LANGUAGEs.ly: use symbols for alterations.
6033
6034         * mf/feta-toevallig.mf: change accidental codes. 
6035
6036         * scm/lily.scm (ly:get-option): switch on debugging only for
6037         --verbose.
6038
6039         * lily/lily-guile.cc: remove ly:verbose?
6040
6041         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6042
6043         * lily/parser.yy (TODO): only do gh_call() for apply with
6044         procedure argument.
6045
6046         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6047         stuff in accordance with new timing of tie-events.
6048
6049         * lily/my-lily-lexer.cc: remove \outputproperty
6050
6051         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6052
6053         * scm/define-translator-properties.scm (melismaBusyProperties):
6054         add melismaBusyProperties property.
6055
6056 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6057
6058         * input/test/ambitus-mixed.ly (texidoc): new file.
6059
6060         * buildscripts/mutopia-index.py (find): prune debugging
6061
6062         * lily/side-position-interface.cc: doc updates
6063
6064         * Documentation/user/refman.itely: updates, tweaks.
6065
6066         * lily/parser.yy (Simple_music): remove outputproperty
6067
6068         * make/stepmake.make: use VERSION again; importing VERSION via
6069         autoconf dependencies is too hairy.
6070
6071 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6072
6073         * lilypond-mode.el: allow `-' for keywords and identifiers.
6074
6075 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6076
6077         * VERSION: release 1.9.6
6078         
6079         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6080         iso. ly2dvi.
6081
6082         * Documentation/user/*.itely: fixes everywhere
6083
6084         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6085         produce ties from the engraver itself, do not broadcast TieEvent.
6086
6087         * lily/my-lily-lexer.cc: remove pitch & duration.
6088
6089         * lily/parser.yy (TODO): remove \pitch and \duration
6090
6091         * input/test/explicit.ly: remove file.
6092
6093         * Documentation/user/refman.itely (Pitches): remove \pitch 
6094         \duration command.
6095
6096 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6097
6098         * buildscripts/lilypond.words.py: add all slur types to Emacs
6099         insertion menu, suppose everything is postfixed by dropping 
6100         unnecessary `-' -marks.
6101
6102 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6103
6104         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6105         tremoloed stems.
6106
6107         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6108         head for flagged stems.
6109
6110         * lily/stem.cc (get_default_stem_end_position): futz with extra
6111         stem length if there is a stem tremolo.
6112
6113         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6114         it would be too small.
6115
6116         * lily/font-metric.cc: return #f for non-existent glyph.
6117         
6118         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6119         exported through config.make.
6120
6121         * input/regression/clef-oct.ly: new file.
6122
6123         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6124         transposition.
6125
6126         * input/template/*.ly: remove old relative.
6127
6128         * ly/english.ly: add X names for double sharp.
6129
6130 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6131
6132         * lily/font-select.cc: new file handle font selection routines.
6133
6134         * lily/parser.yy: add ; (Patrick Atamaniuk)
6135
6136         * input/test/time-signature-double.ly: use markups for double time
6137         sigs.
6138
6139         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6140         ChordNames.SeparationItem #'padding for adjusting space after chords.
6141         
6142         * lily/music-output-def.cc (LY_DEFINE): 
6143         new function ly:paper-lookup.
6144         
6145         * mf/parmesan-clefs.mf: use # quantities for char_box
6146         offsets. Fixes overflow errors in the PFA. 
6147
6148         * scm/new-markup.scm (strut-markup): change calling interface for
6149         markup. Pass paper-def, not grob. This would allow \markup to be
6150         used separately from grobs.
6151
6152         * lily/paper-def.cc: new function ly:paper-font; this function
6153         replaces ly:get-font.
6154
6155         * lily/include/font-interface.hh (struct Font_interface): take
6156         Paper_def iso. Grob for get_font().
6157
6158 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6159
6160         * Documentation/user/ tutorial.itely, refman.itely: add warning
6161         about \key and accidentals.
6162
6163 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6164
6165         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6166
6167         * Documentation/user/*.itely: manual tweaks
6168
6169 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6170
6171         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6172         cleanup; bugfix: exact_center
6173
6174         * Documentation/user/refman.itely: added more documentation on
6175         ambitus according to recent questions on lilypond-user list
6176
6177 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6178
6179         * input/regression/ottava.ly (texidoc): demo 15ma too.
6180
6181         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6182
6183         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6184         octave fixes.
6185
6186 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6187
6188         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6189         problems on older Mac editors.
6190
6191 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6192
6193         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6194
6195 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6196
6197         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6198         mf/parmesan-clefs.mf: added comments on character alignment and
6199         set_char_box() conventions
6200
6201         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6202         set_char_box()'s
6203
6204         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6205
6206 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6207
6208         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6209
6210 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6211
6212         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6213         shortened to avoid almost-collision with staff line; code cleanup;
6214         other custodes: fixed char boxes; code cleanup
6215
6216 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6217
6218         * configure.in: release 1.9.5
6219         
6220         * scripts/lilypond.py (global_latex_preamble): only set
6221         twosideshift if 'twoside' is in latexoptions 
6222
6223         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6224
6225         * VERSION: remove
6226
6227         * scripts/*2ly.py: update <> syntax
6228
6229 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6230
6231         * lily/chord-name-engraver.cc (process_music): add origin for
6232         chord name.
6233
6234         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6235
6236         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6237         bass notes for exceptions too.
6238
6239         * scm/define-grobs.scm (all-grob-descriptions): rename
6240         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6241
6242         * scm/define-grob-properties.scm (remove-first): add remove-first
6243         property for orchestral scores.
6244
6245         * Documentation/user/*.itely: switch <<>> and <> 
6246
6247         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6248         last_line only once. This fixes the two consecutive glissandi problem.
6249
6250 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6251
6252         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6253         error message "flexa-width undefined"
6254
6255         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6256         lily/include/gregorian-ligature.hh: print warning when ignoring
6257         head prefixes on flexa shapes
6258
6259         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6260         space before a series of inclinatum heads
6261
6262         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6263         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6264         cleanups
6265
6266         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6267         and char_box
6268
6269 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6270
6271         * input/regression/breathing-sign.ly: tiny fixes
6272
6273         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6274         semantical collision with vaticana ligatures
6275
6276         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6277         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6278         now consistent with mensural ligatures
6279
6280         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6281         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6282         context pitches and staff position; dto. for virga stem; removed
6283         obsolete virga and clivis characters from parmesan font (WARNING:
6284         font changed)
6285
6286         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6287         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6288
6289         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6290         scm/define-grob-properties.scm: consistency fix: renamed
6291         join_left->add_cauda
6292
6293         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6294         appendix length; bugfix: yoffs_bt for reverse direction punctum
6295         characters
6296
6297         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6298         small cleanups; added more docu
6299
6300         * lily/mensural-ligature-engraver.cc,
6301         lily/vaticana-ligature-engraver.cc,
6302         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6303         computation to CoherentLigatureEngraver
6304
6305         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6306         scm/define-grob-properties.scm: bugfix: added missing linea and
6307         cavum properties; bugfix: removed dead semivocalis property
6308
6309         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6310         length; redesigned quilisma, stropha and auctum
6311
6312         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6313         line thickness
6314
6315         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6316         Documentation/user/refman.itely: bugfix: introduced shifted
6317         epiphonus head to avoid collision with adjacent plica
6318
6319 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6320
6321         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6322
6323         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6324
6325 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6326
6327         * Documentation/user/tutorial.itely (A lead sheet): remove
6328         duplicate chords.
6329
6330         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6331
6332 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6333
6334         * Documentation/bibliography/computer-notation.bib (isbn): add
6335         xivcim publication.
6336
6337 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6338
6339         * GNUmakefile.in: drop lilypond.words for generation.
6340
6341 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6342
6343         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6344
6345         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6346
6347 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6348
6349         * input/test/figured-bass-alternate.ly (fl): new file.
6350
6351         * Documentation/topdocs/README.texi (Top): clarifications.
6352
6353         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6354         theses of Gieseking and Renz.
6355
6356         * GNUmakefile.in (README_FILES): remove README.mandrake.
6357
6358 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6359
6360         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6361         from source files and search patterns listed in the script.
6362
6363         * GNUmakefile.in: add target `lilypond.words'.
6364
6365         * lilypond.words: remove file, generated by `make lilypond.words'.
6366
6367         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6368
6369 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6370
6371         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6372
6373 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6374
6375         * VERSION: 1.9.4 released
6376
6377         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6378         rule for < > <-> << >> substitution
6379
6380         * lily/lexer.ll: exchange meaning of << >> and < > 
6381
6382         * VERSION (PACKAGE_NAME): 1.9.3 released
6383
6384         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6385         pages unconditionally.
6386
6387 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6388
6389         * Documentation/user/music-glossary.tely (Top): small syntax
6390         fixes.
6391
6392         * scm/music-functions.scm (remove-tag): filter \tagged music
6393         expressions.
6394
6395         * input/regression/tag-filter.ly (texidoc): new file.
6396
6397         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6398         symbol2 .. ) etc. 
6399
6400         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6401         convert rule.
6402
6403         * Documentation/user/refman.itely (Fingering instructions): adjust
6404         manual.
6405
6406         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6407         for borderline cases (e.g. 1 fingering.)
6408         (position_scripts): revise interface, use fingerOrientations to
6409         set fingering positions.
6410
6411         * scm/document-translation.scm (context-doc): add aliases to
6412         automated documentation.
6413
6414         * make/lilypond-vars.make: remove stepmake compat glue.
6415
6416         * make/generic-vars.make: remove cruft.
6417
6418         * lily/main.cc (main): don't identify binary.
6419
6420 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6421
6422         * lily/include/translator.hh (class Translator): remove
6423         type_string_ , use symbol for context name throughout.
6424         Changes through whole source tree.
6425
6426         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6427         set PDF as default, and always make PDF.
6428
6429         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6430
6431 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6432
6433         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6434         Documentation/user/refman.itely input/regression/allfontstyle.ly
6435         input/regression/grace-types.ly:
6436         fix spelling for acciaccatura (Webster's 1913).
6437
6438 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6439
6440         * lily/main.cc (usage): adjust blurb, include url.
6441
6442         * input/regression/breathing-sign.ly (texidoc): transpose up
6443
6444 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6445
6446         * input/regression/breathing-sign.ly: changed ancient examples to
6447         be relevant (by request of Han-Wen); updated BreathingSign text
6448         property according to new syntax.
6449
6450         * ly/gregorian-init.ly: updated BreathingSign text property
6451         according to new syntax
6452
6453 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6454
6455         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6456         (Clef): index entries for clefs.
6457
6458         * python/lilylib.py (system): remove errorlog files.
6459         
6460 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6461
6462         * lilypond.words: add \new and new graces. Add dynamics to menus
6463         keeping 1.8.x compatibility; after all the engraving relating to 
6464         notes becomes postfixed `-' marks will be removed.
6465
6466 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6467
6468         * lily/molecule.cc (align_to): idem.
6469
6470         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6471         
6472         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6473         accacciatura everywhere.
6474
6475         * VERSION (PACKAGE_NAME): released 1.9.2
6476
6477         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6478
6479         * scm/document-markup.scm (markup-doc-node): sort markup function
6480         list.
6481
6482         * lily/paper-outputter.cc (output_version): change "Lily was here"
6483         into  "Engraved by LilyPond"
6484
6485         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6486         on unquoted strings before \notenames.
6487
6488         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6489         increases the number of s/r reductions to 4.
6490
6491         * scm/new-markup.scm (fraction-markup): \fraction command.
6492
6493         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6494         mode
6495
6496         * lily/lookup.cc (round_filled_box): rename function.
6497         (LY_DEFINE): round-filled-box: change signature.
6498
6499         * Documentation/user/refman.itely: revise section explaining grace
6500         notes.
6501
6502         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6503         ly:set-context-property
6504
6505         * input/*/*.ly (vmus): use \new everywhere.
6506
6507         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6508
6509         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6510         default
6511
6512         * scm/music-functions.scm (set-stop-grace-properties)
6513         (set-start-grace-properties, add-grace-property): new functions
6514         for modular grace tweak control.
6515
6516         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6517         
6518 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6519
6520         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6521
6522         * GNUmakefile.in (install-pfa-fonts):
6523         (get-pfa-fonts): New target.
6524
6525         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6526         install-pfa-fonts help.
6527
6528 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6529
6530         * lily/translator-scheme.cc (LY_DEFINE):
6531         ly:context-pushpop-property new function.
6532         (LY_DEFINE): new function ly:translator-find  
6533         new function ly:translator?
6534         (LY_DEFINE): new function ly:context?
6535
6536         * lily/translator-def.cc: remove
6537         Translator_def::apply_pushpop_property().
6538
6539         * python/lilylib.py (read_pipe): only store and display error log
6540         if verbose not set.
6541         (read_pipe): only display log if it contains something.
6542
6543 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6544
6545         * Documentation/misc/GNUmakefile: Re-add.
6546         (TEXTS): Add CHANGES.
6547
6548 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6549
6550         * lilypond.words: add \newcontext.
6551
6552 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6553
6554         * lily/tie-performer.cc (stop_translation_timestep): only flush
6555         tied_notes when we have actually made a tie. Fixes bugs with ties
6556         in polyphonic scores.
6557
6558 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6559
6560         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6561         they do not exist.
6562
6563 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6564
6565         * VERSION (PACKAGE_NAME): released 1.9.1 
6566
6567         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6568         Instrument_name_engraver
6569
6570         * lily/tie-performer.cc (create_audio_elements): bugfix
6571
6572         * Documentation/user/music-glossary.tely (Top): comment out
6573         font-style statements.
6574
6575         * input/test/force-hshift.ly: revise example.
6576
6577         * Documentation/bibliography/engraving.bib (note): typos.
6578
6579         * configure.in: bump GCC requirements to 3.x
6580
6581         * lily/include/audio-item.hh (class Audio_tie): rename
6582         note_l_drul_ to note_drul_
6583
6584         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6585
6586         * lily/parser.yy (relative_music): whoops. All \relative were off
6587         by ...  a lot .... Ahem.
6588
6589         * scm/define-music-types.scm (music-descriptions): idem.
6590
6591         * lily/beam-engraver.cc: move new-beam-event to beam-event
6592
6593         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6594         to Tie_engraver
6595
6596         * input/regression/bar-number.ly: remove unnecessary old-relative
6597         options.
6598         
6599         * Documentation/user/internals.itely (Creating contexts): document
6600         \newcontext
6601
6602         * lily/parser.yy (Composite_music): add \newcontext
6603
6604         * Documentation/user/refman.itely (MIDI block): add note about
6605         dotted tempos.
6606
6607         * scm/font.scm: remove old markup legacy
6608
6609         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6610
6611         * lily/breathing-sign.cc (brew_molecule): remove function
6612
6613         * lily/text-item.cc: remove old-style markups.
6614         (interpret_markup): C++ version of markup function
6615         (brew_molecule): idem.
6616
6617         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6618         as Scheme variable.
6619
6620         * scripts/convert-ly.py (conv): dashes rule.
6621         Apply rule.
6622
6623         * Documentation/user/lilypond-book.itely: syntax fixes. 
6624
6625 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6626
6627         * VERSION (PACKAGE_NAME): release 1.9.0
6628
6629         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6630         note about dvips. (Should backport.)
6631
6632         * scripts/convert-ly.py
6633         (FatalConversionError.articulation_substitute): add
6634         convert-new-chords code. Remove convert-new-chords.py
6635
6636         * Documentation/user/refman.itely (Octave check): document
6637         \octave.
6638
6639         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6640         \relative changes.
6641
6642         * lily/parser.yy (command_element): octave check:
6643
6644            \octave PITCH
6645
6646         checks that PITCH (without octave) yields PITCH (with octave) in
6647         \relative
6648
6649         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6650
6651         * lily/scm-option.cc: ly:set-option now has the default argument
6652         #t.
6653
6654         * lily/lexer.ll: add \renameinput
6655
6656         * python/lilylib.py (command_name): robustifications.
6657
6658         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6659         /dev/stderr. This is ash compatible.
6660
6661         * ly/init.ly: add warning if compatibility was not necessary.
6662
6663         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6664
6665         * flower/include/string-handle.icc: formatting cleanups, rename
6666         references by ref_count_.
6667
6668 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6669
6670         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6671         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6672         package libs separately, fix conflicting php variable out=/dev/vc/
6673         invoking `unset out', declare menus, use only one icon-file, fix
6674         doc-path in menu.
6675
6676 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6677
6678         * scripts/convert-ly.py (FatalConversionError.conv): typo
6679
6680         * Documentation/misc/GNUmakefile: restore misc directory.
6681
6682         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6683
6684         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6685         Petites-Preludes 
6686
6687         * input/test/partial-blank.ly (quickmeasure): syntax
6688
6689         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6690         attachment property.
6691
6692         * Documentation/user/refman.itely: remove superfluous -'s 
6693         (Grace notes): ) fixes.
6694
6695         * lily/music.cc: generic compress(), transpose() functions. Remove
6696         others.
6697
6698         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6699         style markup entry.
6700
6701         * lily/parser.yy: all articulations postfix; remove obligatory -
6702         for [,  ) and \!
6703         
6704         * lily/music.cc (to_relative_octave): write generic
6705         to_relative_octave function; various relative cleanups.
6706         Hmmm.
6707
6708         * lily/scm-option.cc: add options new-relative and old-relative
6709
6710         * po/sv.po: new po file.
6711
6712         * Documentation/user/refman.itely (Dynamics): website
6713         fixes. (should backport!)
6714
6715 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6716
6717         * make/lilypond.mandrake.spec.in: declare version only once.
6718
6719 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6720
6721         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6722         meaning for now.
6723
6724 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6725
6726         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6727
6728         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6729
6730         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6731
6732         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6733
6734         * lily/music.cc (var): add ly:music-transpose function.
6735
6736         * lily/parser.yy (pre_events): remove prefix articulations.
6737
6738         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6739
6740         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6741
6742         * Documentation/user/refman.itely (Text markup): add comment about
6743         markup in header.
6744
6745 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6746
6747         * lily/paper-outputter.cc (write_header_fields_to_file): 
6748         only dump value if it is a string.
6749
6750         * flower/include/dictionary.hh: remove.
6751         
6752         * Documentation/ChangeLog-1.5: add back old log.
6753
6754         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6755         .pfas from a .deb.
6756
6757 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6758
6759         * Documentation/bibliography/engraving.bib: add entry for
6760         Jaschinski's Notation
6761
6762 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6763
6764         * Documentation/user/refman.itely (Beaming): add note about
6765         allowBeamBreak
6766
6767 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6768
6769         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6770         GregorianTranscription contexts
6771
6772         * ly/engraver-init.ly: vaticana contexts: minor fixes
6773
6774         * Documentation/user/refman.itely (Ancient notation): added note
6775         on appendix length bug
6776
6777         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6778         input/test/vaticana.ly: use vaticana contexts; small fixes
6779
6780 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6781
6782         * flower/hash.cc: Remove.
6783
6784         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6785         to (nonexistent?) hash_func_ identifier.
6786
6787         * python/midi.c (midi_error, midi_warning): Use char const* for
6788         __FUNCTION__ argument.
6789
6790         * python/gettext.py: Remove.  We already require python 2.1, which
6791         includes gettext.py.
6792
6793         * configure.in: Require python 2.1, as INSTALL.texi says.
6794         it.
6795
6796         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6797         versions 1.50 and 1.75.  Remove note about lexer patch.
6798
6799 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6800
6801         * Documentation/topdocs/INSTALL.texi: Update type1 font
6802         description to actual situation.  Add comment about new font ball
6803         layout.
6804
6805         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6806         in $LILYPONDPREFIX suffices for installation.
6807
6808 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6809
6810         * debian/control (Build-Depends): Add flex-old as alternative to
6811         flex.  Deprecate bison 1.75.
6812
6813 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6814
6815         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6816         Vaticana contexts
6817
6818         * Documentation/user/refman.itely (Ancient notation): documented
6819         some bugs; tiny fixes; added docu on Vaticana contexts
6820
6821         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6822         scripts
6823
6824 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6825
6826         * Documentation/user/refman.itely (Ancient notation): added some
6827         introductory words; added section on ancient time signatures;
6828         added some @seealso and @refcommands; small fixes and
6829         beautifications
6830
6831 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6832
6833         * input/regression/note-head-style.ly: many fixes and updates
6834
6835         * Documentation/user/refman.itely: added small sections on ancient
6836         accidentals, rests and flags; revised ancient note head section;
6837         small wording/spelling fixes
6838
6839         * input/test/rests.ly: layout fixes
6840
6841 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6842
6843         * input/puer-fragment.ly: bugfix: central C position of do clef
6844
6845         * ly/gregorian-init.ly: workaround: add small padding space before
6846         divisiones (the correct fix would be the spacing engine to handle
6847         this)
6848
6849 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6850
6851         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6852         cue-notes.ly: minor fixes.
6853
6854 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6855
6856         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6857         input/test/custos-style.ly
6858
6859         * Documentation/index.html.in: bugfix: link to Tutorial.html
6860
6861         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6862         to neumes; bugfix: "et": epiphonus, not just a simple pes
6863
6864 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6865
6866         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6867
6868         * lilypond.words: add new features: markup, column, center, \[ \].
6869         
6870 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6871
6872         * Documentation/topdocs/NEWS.texi, DEDICATION,
6873         stepmake/bin/add-html-footer.py
6874         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6875         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6876         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6877         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6878         added (only) after a sentence which is complete; if the sentence is 
6879         not ended a comma `,' or nothing is used. fix also spaces.
6880
6881 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6882
6883         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6884         requirements to plain 1.6.
6885
6886         * buildscripts/mutopia-index.py (read_lilypond_header): update
6887         mutopia-index.py to 1.4 syntax [sic]
6888
6889 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6890
6891         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6892
6893 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6894
6895         * Documentation/index.html.in: url for regression pdf
6896
6897         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6898
6899         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6900
6901         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6902
6903         * VERSION: 1.8.0 released
6904         
6905         * GNUmakefile.in (local-WWW-post): footify build fix.
6906
6907         * configure.in: require GUILE 1.6.4
6908
6909         * Documentation/user/GNUmakefile: don't copy *.png for
6910         lilypond-internals
6911
6912         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6913         local-WWW-post target.
6914         (rsync-web): add rsync-web target
6915
6916         * Documentation/user/introduction.itely (Music notation and
6917         engraving): add neume example
6918
6919         * input/puer-fragment.ly (cantus): add puer-fragment
6920
6921 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6922
6923         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6924         to notes, so that equalizer is actualy being used.
6925
6926         * scm/midi.scm (instrument-equalizer-alist):
6927         (absolute-volume-alist): Define public, so that user can copy or
6928         override.
6929
6930         * lily/key-performer.cc (create_audio_elements): Check for minor
6931         key.  Only if key is minor, set MIDI key to minor.
6932
6933 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6934
6935         * Documentation/user/refman.itely (Hiding staffs): fixes.
6936
6937         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
6938
6939         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
6940         vertical extents to deal with Hara kiri correctly.
6941
6942         * input/regression/hara-kiri-short.ly: remove
6943
6944         * input/regression/hara-kiri-pianostaff.ly: update test.
6945
6946         * Documentation/user/*.tely: remove WEBTITLE
6947
6948         * scm/output-tex.scm (comment): idem.
6949
6950         * scm/output-pdftex.scm: remove GUILE 1.4 glue
6951
6952         * scm/music-functions.scm (make-lyric-event): new function
6953
6954         * scm/lily.scm (lilypond-version): new function
6955
6956         * input/test/version-output.ly: new file.
6957
6958         * Documentation/user/lilypond.tely: add version number to
6959         front-page.
6960
6961 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6962
6963         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
6964
6965 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6966
6967         * input/template/gregorian-transcription.ly (barTwo): syntax update.
6968
6969         * Documentation/user/refman.itely (Hiding staffs): rename node.
6970
6971 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6972
6973         * input/regression/new-markup-syntax.ly (texidoc): remove
6974         molecule-callback override.
6975
6976 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6977
6978         * input/les-nereides.ly: Mark tweaks with %tweak.
6979
6980         * Debian patch, see debian/changelog (Anthony Fok).
6981
6982 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6983
6984         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
6985         problem.
6986
6987 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6988
6989         * Documentation/user/refman.itely (Text markup): Fix language bug.
6990
6991 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6992
6993         * input/* : postfix syntax fixes.
6994
6995         * Documentation/user/refman.itely (Text markup): add note about
6996         raise/lower with ^ or _ .
6997         
6998         * po/fi.po: fix \\apply strings.
6999
7000         * lily/parser.yy (open_event): warn for prefix articulations.
7001
7002 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7003
7004         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7005         fix also on parmesan font.
7006
7007 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7008
7009         * VERSION 1.7.30 released
7010         
7011         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7012
7013         * buildscripts/mutopia-index.py (headertext): rewording
7014
7015 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7016
7017         * scm/new-markup.scm (strut-markup): new markup function.
7018
7019         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7020         space also when no accidental is there.
7021
7022 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7023
7024         * input/les-nereides.ly: Updates.
7025
7026 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7027
7028         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7029         which repeats the tag insertion selected from "Insert tag" menu.
7030
7031 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7032
7033         * lily/all-font-metrics.cc (find_font): load AFM files first only
7034         for feta fonts. This fixes problems with TeXlive and other TeX
7035         distros that include AFM files for the CM fonts. 
7036
7037         * scm/font.scm (qualifiers-to-font-name): remove.
7038
7039         * lily/paper-def.cc: remove get_var.
7040
7041         * input/trip.ly: remove file.
7042         
7043         * input/regression/spacing-note-flags.ly (raggedright): remove
7044         stafflinethickness
7045
7046         * input/les-nereides.ly: update to new syntax, cleanups.
7047
7048 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7049
7050         * Documentation/user/refman.itely: Clarify shortest-note problem
7051         of autobeamer.
7052
7053 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7054
7055         * lilypond-mode.el: Add each word to regexps only once.
7056
7057         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7058         is based on the syntax definitions in lilypond.words. Remove all 
7059         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7060         LilyPond->Insert menu is generated by the entries in lilypond.words 
7061         to which have been given a syntax definition.
7062
7063         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7064         \notes, \relative, \score, \simultaneous, \transpose.
7065
7066         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7067
7068         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7069         
7070         * lilypond-mode.el: add menu keywords separately.
7071
7072         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7073
7074 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7075
7076         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7077         current ugly installation method for PFA fonts.
7078
7079 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7080
7081         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7082         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7083
7084         * Documentation/user/music-glossary.tely: update legato.
7085
7086 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7087
7088         * lexer-gcc-3.0.patch: Remove.
7089
7090         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7091
7092 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7093
7094         * debian/rules (binary-arch): remove NEWS.
7095
7096 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7097
7098         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7099         stepmake/bin{ many }: polish the `--help's of different scripts;
7100         model taken from the core-utils of Linux.
7101
7102         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7103
7104 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7105
7106         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7107
7108         * flower/libc-extension.cc: idem.
7109
7110         * flower/include/libc-extension.hh: protect against isinf macros.
7111
7112 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7113
7114         * { many }: Use two uppercase letters in LilyPond.
7115
7116         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7117
7118         * VERSION: 1.7.29 released.
7119         
7120 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7121
7122         * lily/tie.cc: add TODO comment.
7123
7124         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7125
7126         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7127         linejoins and linecaps. This fixes problems with occasional spikes
7128         on slur/tie endings.
7129         
7130         * input/regression/font-name.ly: don't use PS fonts for
7131         compatibility reasons. 
7132
7133         * mutopia/claop.py (accents): update to 1.8
7134
7135         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7136
7137         * Documentation/user/macros.itexi: don't color glossary links.
7138
7139         * Documentation/user/invoking.itexi (Error messages): new section
7140
7141 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7142
7143         * input/regression/font-name.ly: add file.
7144
7145         * scm/document-backend.scm (grob-doc): remove <hr> from
7146         lilypond-internals
7147
7148         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7149         reqd version to 1.6.4 
7150
7151         * lily/font-interface.cc (get_font): bugfix: take font-name from
7152         alist chain too. This fixes font-name override for \markup.
7153
7154 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7155
7156         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7157
7158         * input/test/polymetric-differing-notes.ly: Compile fix.
7159
7160 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7161
7162         * Documentation/user/refman.itely: fixed typo
7163
7164         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7165         before flexa
7166
7167 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7168
7169         * input/test/{ many }: search & fix some typos.
7170
7171 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7172
7173         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7174         images.
7175
7176         * scm/music-functions.scm (make-voice-props-set): set Script /
7177         TextScript dir for polyphony too.
7178
7179         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7180         before clef.
7181
7182         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7183
7184 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7185
7186         * Documentation/user/refman.itely (Percussion): Small
7187         clarifications and fixes.
7188
7189         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7190         threads. This fixes different heads playing simultaneously.
7191
7192 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7193
7194         * Documentation/user/{ many }: increase readability (read through 
7195         User manual from `one big page').
7196
7197 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7198
7199         * input/test/polymetric-differing-notes.ly: add example with
7200         disparate note values.
7201
7202         * input/test/polymetric.ly: rename from poly-metric
7203
7204         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7205         iso. outname.
7206
7207         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7208         G-clef bbox to real char extents. This fixes the G-clef being
7209         offset too much to the right.
7210         document perc clef offset.
7211
7212         WARNING: FONT CHANGED.
7213
7214         * Documentation/user/tutorial.itely (Tutorial): move menu.
7215
7216 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7217
7218         * buildscripts/lilypond-profile.sh (Error): trim error message.
7219
7220         * Documentation/user/invoking.itexi (Invoking the lilypond
7221         binary): add note about path.
7222
7223         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7224         suppresses superfluous spaces.
7225
7226 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7227
7228         * buildscripts/lilypond-profile.sh: Add documentation to error
7229         message.
7230
7231         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7232
7233 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7234
7235         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7236         <mike@ossmann.com>)
7237
7238         * Documentation/bibliography/computer-notation.bib (pages): prune
7239         unscientific language.
7240
7241         * Documentation/user/GNUmakefile: copy unsplit file to
7242         lilypond.html (idem for lilypond-internals).
7243
7244         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7245
7246         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7247
7248         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7249
7250         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7251         fix.
7252         
7253 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7254
7255         * Documentation/user/{ various }: bind text snippets with their
7256         examples, e.g. by punctuation: This is an example.
7257
7258 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7259
7260         * ly/performer-init.ly (VoiceContext): Typos.
7261
7262         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7263         builds, leave final-install to toplevel srcdir makefile.
7264
7265         * make/srcdir.make.in (install): New target.
7266
7267 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7268
7269         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7270         This fixes core dump on MIDI output (Simon Weatherill).
7271
7272         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7273         on local-WWW-post.
7274
7275 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7276
7277         * make/lilypond.redhat.spec.in: add dvips to reqs.
7278
7279 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7280
7281         * make/srcdir.make.in (web): Add special web target.
7282
7283         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7284         from inner $(LOOP).
7285
7286         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7287
7288         * stepmake/stepmake/generic-targets.make (www-targets-help):
7289         * GNUmakefile.in (web-install): Install in $(webdir).
7290
7291         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7292
7293         * cygwin/changelog: 
7294         * cygwin/mknetrel: Update.
7295
7296         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7297         (html-doc): Remove (use: web).
7298
7299         * stepmake/stepmake/script-rules.make: 
7300         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7301         Fix $(config_make) dependencies for srcdir build.
7302
7303         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7304         target for srcdir build.
7305
7306         * stepmake/make/stepmake.make: 
7307         * make/srcdir.make.in: 
7308         * GNUmakefile.in:
7309         * make/stepmake.make (config_make): Rename variable (was:
7310         configuration).
7311
7312 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7313
7314         * Documentation/user/internals.itely (Manipulating music
7315         expressions): run lilypond on example too.
7316
7317         * flower/include/libc-extension.hh: move lrint define to
7318         header. bugfix.
7319         
7320 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7321
7322         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7323         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7324         do we recurse whole tree?).
7325
7326         * GNUmakefile.in (html-doc): Resurrect.
7327
7328         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7329         obsolete $(package-icon) dependency.
7330
7331 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7332
7333         * Documentation/user/refman.itely (Automatic staff changes):
7334         add seealso 
7335
7336         * Documentation/index.html.in: link to bigpage.
7337
7338         * Documentation/user/tutorial.itely (Tutorial): streamline.
7339
7340         * Documentation/index.html.in: url typo.
7341
7342         * VERSION (PACKAGE_NAME): release 1.7.28
7343
7344         * python/lilylib.py (error_log): remove '/' from name.
7345
7346         * input/regression/pedal.ly: remove; dups input/test/
7347         
7348         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7349
7350         * Documentation/index.html.in: python style doco index.
7351
7352         * Documentation/{footer,header}.html.in (src): remove, 
7353
7354         * Documentation/pictures: remove all but lelie-logo.xpm.
7355
7356         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7357         before running makeinfo.
7358
7359         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7360         @code{}
7361
7362 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7363
7364         * input/test/bar-number-regular-interval.ly: rename.
7365
7366         * Documentation/user/*: various fixes. 
7367
7368 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7369
7370         * Documentation/{ many }: polish for update-all-menus. typos.
7371
7372         * po/fi.po: fixes.
7373
7374         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7375
7376         * buildscripts/mutopia-index.py: polish.
7377
7378         * input/regression/{ many }, input/test{ many }: polish texidocs.
7379
7380 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7381
7382         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7383         pedal-style
7384
7385         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7386         iso. edge-widen.
7387
7388         * lily/piano-pedal-engraver.cc (process_music): change from
7389         process_acknowledged ()
7390
7391         * lily/piano-pedal-bracket.cc: new file. Change
7392         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7393         cleaned up.
7394
7395         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7396
7397         * input/regression/tuplets.ly (texidoc): rename file.
7398
7399         * po/fr.po: update
7400
7401         * buildscripts/lilypond-profile.sh: error message if script is not
7402         sourced.
7403
7404         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7405         bracket-flare
7406         (make_bracket): simplify code.
7407
7408         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7409         argument.
7410
7411         * python/lilylib.py (lilypond_version_check): new function
7412
7413         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7414
7415         * scripts/ly2dvi.py (run_lilypond): add version check.
7416
7417         * scripts/lilypond-book.py (option_definitions): typo
7418
7419         * scripts/ly2dvi.py (include_path): typo
7420
7421         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7422
7423         * lily/parse-scm.cc (parse_handler): typo
7424
7425         * Documentation/user/macros.itexi: use @heading for headings.
7426
7427         * Documentation/user/refman.itely: updates, fixes.
7428
7429 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7430
7431         * po/fi.po: add Finnish translations. fixes.
7432
7433         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7434
7435         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7436         from lily/glissando-engraver.cc.
7437
7438 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7439
7440         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7441         for non-first _broken_ bracket.
7442
7443         * Documentation/user/refman.itely: corrections.
7444
7445 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7446
7447         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7448         support of the fingerings.
7449
7450         * po/fr.po: French translation update.
7451
7452         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7453         strings.
7454
7455 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7456
7457         * Documentation/user/introduction.itely: Small fixes.
7458
7459 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7460
7461         * Documentation/topdocs/AUTHORS.texi: polish.
7462
7463 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7464
7465         * Documentation/user/introduction.itely: revise
7466
7467         * Documentation/user/tutorial.itely: reorganise.
7468
7469         * Documentation/topdocs/index.tely: remove.
7470
7471         * Documentation/header.html.in: prune.
7472
7473         * GNUmakefile.in: clean up web building.
7474
7475         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7476         target.
7477
7478 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7479
7480         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7481
7482         * lilypond-mode.el: turn on blink-matching-paren.
7483
7484 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7485
7486         * scm/output-sodipodi.scm (svg-header): Fix typo.
7487
7488 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7489
7490         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7491         fixes a security hole.
7492
7493         * scripts/lilypond-book.py (original_dir): remove temp_dir
7494
7495         * scm/document-translation.scm: use @code tags.
7496
7497 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7498
7499         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7500
7501         * lilypond-mode.el: add a buffer-local post-command-hook to set
7502         context dependent syntax-table after each cursor event. Remove old
7503         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7504
7505         * lilypond-indent.el: update comments.
7506
7507         * Documentation/footer.html.in: add period.
7508
7509 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7510
7511         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7512
7513         * scm/document-translation.scm (document-property-operation): add
7514         @code{} tags.
7515
7516         * VERSION (PACKAGE_NAME): release 1.7.27
7517
7518         * config.make.in: add PAPER variable
7519
7520         * buildscripts/new-chords.py (help): add help text
7521
7522         * Documentation/user/introduction.itely (Typography and program
7523         architecture):  fixes.
7524
7525         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7526         for texinfo and dvips. This fixes problems with PDF output of the
7527         wrong size.
7528
7529         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7530         DVIPS_PAPERSIZE variable
7531
7532         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7533         TEXINFO_PAPERSIZE variable 
7534
7535 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7536
7537         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7538
7539         * mf/feta-toevallig.mf: lowres fixes.
7540
7541 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7542
7543         * NEWS: Typo and fill-paragraph fixes.
7544
7545         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7546         cast #define.
7547
7548         * configure.in: 
7549         * config.hh.in: Check for lrint.
7550
7551 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7552
7553         * VERSION: 1.7.26 released
7554
7555         * lily/separation-item.cc: add padding property.
7556
7557         * input/test/*.ly: various fixes, remove solo-a2.ly
7558
7559         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7560         bugfix. Fixes old-style markup compatibility.
7561
7562         * Documentation/user/introduction.itely (Introduction): historical
7563         elucidations
7564
7565         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7566
7567         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7568
7569         * Documentation/index.texi (Top): cleanup.
7570
7571         * Documentation/user/introduction.itely (Introduction): rewrite
7572         introduction, 
7573         (Music notation and  engraving): about notation. Add flat-picture
7574
7575 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7576
7577         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7578         separation items. This keeps lyrics from bumping into each other.
7579
7580 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7581
7582         * GNUmakefile.in (topdocs-web): New target.
7583         (local-web): Depend on topdocs-web; fixes html-doc.
7584
7585 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7586
7587         * po/lilypond.pot: run po-replace
7588
7589         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7590
7591         * scm/drums.scm (reset-drum-kit): new function.
7592
7593         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7594
7595         * scripts/update-lily.py: remove
7596         
7597         * VERSION: release 1.7.25
7598         
7599         * Documentation/user/introduction.itely (Introduction): rewrite
7600         start of introduction.
7601
7602 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7603
7604         * lily/all-font-metrics.cc: fixed typo
7605
7606 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7607
7608         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7609         LilyPond-mode-context-set-syntax-table): new functions to define
7610         the syntax table according to context.
7611
7612         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7613
7614 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7615
7616         * Documentation/user/refman.itely (Figured bass): 
7617         language nit courtesy http://www.vocabula.com
7618
7619         * GNUmakefile.in: remove no kpathsea hack.
7620
7621         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7622         doco.
7623
7624         * GNUmakefile.in: remove web-doc target.
7625
7626         * lily/all-font-metrics.cc (find_afm): add message about
7627         buildscripts/clean-fonts.sh 
7628
7629         * scm/define-music-properties.scm (figure): use string for 'figure
7630
7631         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7632
7633         * input/regression/ : add raggedright = ##t where applicable. 
7634         
7635         * scm/bass-figure.scm (make-bass-figure-markup): add
7636         alignBassFigureAccidentals property.
7637
7638         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7639         bracket.
7640
7641         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7642         syllables widths into account for minimum-length.
7643
7644         * input/test/staff-container.ly: update file
7645
7646         * input/test/stem.ly: remove
7647
7648         * lily/event.cc (LY_DEFINE): add ly: prefix.
7649
7650         * input/test/clef-manual-control.ly: from manual-clef
7651
7652         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7653
7654         * input/test/different-time-signatures.ly: move to poly-metric.ly
7655
7656         * input/test/hara-kiri*,scales.ly: remove
7657         
7658         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7659         with chord-names-jazz.ly)
7660
7661         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7662         get scalable cm fonts too.
7663
7664         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7665         --encoding for mftrace if present.
7666
7667         * input/regression/slur-area.ly: move from test/
7668
7669         * input/test/: remove simple-slur-endings slur-attachment
7670         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7671         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7672         slur-symmetry slur-symmetry tie-broken.ly
7673
7674         * scm/drums.scm (set-drum-kit): add function.
7675
7676         * Documentation/user/refman.itely (Percussion staves): use
7677         set-drum-kit
7678
7679         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7680         too
7681         (Global_measure.set_timesig): handle 3/8 time sig too.
7682
7683         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7684         note about triangle note heads.
7685
7686         * scm/drums.scm: use alist for instrument-settings. This fixes the
7687         bug with assigning to drums in the .ly file.
7688
7689         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7690         CHANGED.
7691
7692         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7693         cluster-beacon-interface
7694
7695         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7696
7697         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7698
7699         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7700
7701         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7702         to get positions.
7703
7704         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7705         make ClusterSpannerBeacon to record Y positions. This removes the
7706         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7707         make cluster-note-events.
7708
7709 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7710
7711         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7712
7713         * configure.in: Use lily/main.cc as identifying source file.
7714
7715         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7716
7717         * config.hh.in: 
7718         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7719
7720         * configure.in: Require PYTHON >= 2.0.
7721
7722         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7723           $PYTHON for include dir location.
7724         (STEPMAKE_PYTHON): New function.  Use
7725         
7726             PYTHON=foo ./configure
7727
7728           to override.
7729
7730 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7731
7732         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7733         something.
7734
7735         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7736         ftp.lilypond.org everywhere.
7737
7738 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7739
7740         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7741         detected.
7742
7743         * Documentation/user/refman.itely (Grace notes): note on explicit
7744         contexts
7745
7746 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7747
7748         * lilypond-font-lock.el: add a comment about LilyPond specific
7749         escape characters: ^, - and _, in the syntax table.
7750
7751         * Documentation/user/appendices.itely: a majuscule fix.
7752
7753 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7754
7755         * input/test/trills.ly (endHorizScript): fixes.
7756
7757         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7758         notation, move from regression.
7759
7760         * input/test/script-stack.ly: change name from stacked-scripts
7761
7762         * input/test/ossia.ly: octave errors.
7763
7764         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7765         for midi-volume-equaliser
7766
7767 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7768
7769         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7770         cm fonts.
7771
7772         * mf/feta-beugel.mf: don't multiply font_count by 10.
7773
7774         * lily/lookup.cc (horizontal_line): new function. Use
7775         horizontal-line in output backends.
7776
7777         * Documentation/user/tutorial.itely (An orchestral part): new
7778         section on orchestral stuff and identifiers.
7779
7780 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7781
7782         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7783         some interference to other modes.
7784
7785 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7786
7787         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7788         not maximum of spacing wishes in polyphonic situations.
7789
7790         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7791         number
7792
7793         * lilypond-indent.el: remove paren matching. 
7794
7795         * lily/text-item.cc (interpret_new_markup): new function
7796         use iso. text2molecule.
7797
7798         * lily/main.cc (notice): change FSF address 
7799
7800         * po/de.po: update PO file to 1.6.
7801
7802 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7803
7804         * Documentation/user/ {many}: Add periods and remove spaces.
7805         
7806 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7807
7808         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7809         Disable buffer-locally default paren hook and make a new one. 
7810
7811         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7812         locally LilyPond-paren-mode. Add todo for mouse double-click.
7813
7814 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7815
7816         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7817         Disable buffer-locally default paren idle timer and make a new one. 
7818
7819         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7820         locally LilyPond-show-paren-mode. Add to menu a toggle for
7821         LilyPond-show-paren-function.
7822
7823 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7824
7825         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7826
7827 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7828
7829         * Documentation/user/refman.itely: spelling fix.
7830
7831         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7832         paren highlight function definitions. add todo for
7833         LilyPond-show-paren-mode.
7834
7835 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7836
7837         * input/template/jazz-combo.ly: new file.
7838
7839 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7840
7841         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7842         lo-res fixes.
7843
7844         * mf/feta-schrift.mf: bugfix in varcoda sign.
7845         WARNING: FONT CHANGED
7846
7847         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7848         in accordance with lexer.ll.   
7849
7850 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7851
7852         * Documentation/user/tutorial.itely: Edit introduction.
7853
7854 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7855
7856         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7857         ly:grob-staff-position
7858
7859 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7860
7861         * scm/to-xml.scm: import srfi-1
7862
7863         * VERSION (MAJOR_VERSION):  release 1.7.24
7864
7865         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7866
7867         * scripts/lilypond-book.py (do_file): put texidoc before image.
7868         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7869
7870         * input/regression/*.ly: fix snippet octaves 
7871
7872         * input/test/spanner-after-break-tweak.ly: import
7873         broken-spanner-adjustment
7874
7875         * input/no-notation/midi-transposing.ly: move from input/test/
7876
7877         * input/test/: remove chord-markup
7878
7879         * input/regression/instrument-name-partial.ly: move from input/test.
7880
7881         * input/test/vertical-text.ly: remove
7882
7883         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7884         space above lyrics lines.
7885
7886         * input/test/uniform-breaking.ly: remove file.
7887
7888         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7889         uniform spacing density. 
7890
7891         * input/test/chords.ly (keys): remove file.
7892
7893         * scm/documentation-lib.scm (oop): use srfi-1 too.
7894
7895         * input/regression/*.ly: add \version
7896
7897         * Documentation/user/*.itely: various fixes.
7898
7899         * buildscripts/mf-to-table.py (base): break table every three
7900         symbols.
7901
7902         * input/:  remove %% new-chords-done %% .
7903
7904         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7905         os-music.ly
7906         
7907 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7908
7909         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7910
7911         * scm/new-markup.scm (box-markup): new function.
7912         (box-markup): new function. Contributed by Dick Schoeller
7913         <schoeller@attbi.com>
7914
7915         * scm/lily.scm: remove reduce-no-unit 
7916         (list-insert-separator): use fold-right
7917
7918         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7919         of arguments. 
7920
7921         * NEWS: more neutral language for ancient notation 
7922
7923         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7924         inside pointing beaming for chord tremolo.
7925
7926         * Documentation/user/lilypond-book.itely: minor editing
7927
7928 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
7929
7930         * NEWS: added news for 1.8 regarding ancient notation
7931
7932         * Documentation/user/refman.itely (Gregorian square neumes
7933         ligatures): fixed typo
7934
7935         * lily/vaticana-ligature-engraver.cc,
7936         lily/include/vaticana-ligature.hh: bugfix: use special heads for
7937         lower/upper head of Pes only when heads are stacked
7938
7939         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7940         scm/define-grob-properties.scm: cleanup: make "join-left" a
7941         boolean grob property and save delta pitch in grob property
7942         "delta-pitch" instead
7943
7944         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
7945
7946 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7947
7948         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
7949         completely borked
7950
7951         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
7952         (try_music): bug fix: beam multiplicity was completely borked.
7953
7954         * scm/lily.scm: remove tail, filter-list, filter-out-list,
7955         first-n, butfirst-n in favor of srfi-1 functions.
7956         remove string-join, string-pad in favor of srfi-13 functions.
7957
7958         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
7959
7960         * NEWS: use complete sentences.
7961
7962         * Documentation/user/introduction.itely (Example applications):
7963         add note about databases and lilypond-book.
7964
7965         * input/test/volta.ly: remove file
7966
7967         * input/regression/volta-broken-left-edge.ly: simplify file
7968
7969 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7970
7971         * Documentation/user/refman.itely (Constructing a tweak): new
7972         subsection.
7973
7974         * Documentation/user/tutorial.itely (Fine tuning layout): add
7975         common tweaks.
7976
7977         * scm/define-grobs.scm (TextScript): use new brewer.
7978
7979 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7980
7981         * VERSION: release 1.7.23
7982
7983         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
7984
7985         * python/lilylib.py (make_ps_images): bugfixes.
7986
7987         * input/regression/volta-multi-staff.ly: new file.
7988
7989         * Documentation/user/macros.itexi: refcommands, refcommand macros.
7990
7991         * Documentation/user/tutorial.itely (Piano staffs): new section.
7992         (Setting variables): new section
7993         (Fine tuning layout): new section
7994
7995         * input/just-friends.ly: remove file. Superseeded by
7996         input/test/chords-without-melody.ly
7997
7998         * ly/property-init.ly: add all commands to refman.
7999
8000         * scm/define-translator-properties.scm: remove
8001         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8002
8003         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8004         name. Underscores botch up PS output.
8005
8006         * scm/define-translator-properties.scm: remove
8007         textNonEmpty, oneBeat, regularSpacingDelta
8008
8009         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8010         rule for automaticBars.
8011
8012         * lily/timing-engraver.cc (start_translation_timestep): change
8013         barNonAuto to automaticBars
8014
8015 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8016
8017         * input/test/perform-tie.ly: delete file.
8018
8019 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8020
8021         * Documentation/user/refman.itely (Gregorian square neumes
8022         ligatures): bugfix: do not show ledger lines in neumes table
8023         (fixed by setting staff symbol to transparent rather than removing
8024         it from staff context)
8025
8026 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8027
8028         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8029         glue into brew-new-markup-molecule.
8030
8031         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8032
8033         * Documentation/user/introduction.itely (Computerized typography):
8034         new section
8035
8036         * Documentation/user/tutorial.itely (An orchestral part): remove
8037         pc example from tutorial.
8038
8039         * input/tutorial/lilbook.tex: use screech-boink
8040
8041         * scripts/lilypond-book.py (compile_all_files): split formatting
8042         output body and scheduling lilypond compilation.
8043         (format_lilypond_output_bodies): new function
8044         (format_lilypond_block): new function
8045         (html_pages): allow multi-page images in HTML
8046
8047         * python/lilylib.py (make_ps_images): rename function from
8048         make_preview, merge with make_page_images
8049
8050 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8051
8052         * input/test/key-clefs.ly: moved to regression.
8053
8054         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8055
8056         * input/no-notation/README: added note about midi-*.ly files.
8057
8058         * input/test/two-key.ly: moved to no-notation/parse5.ly
8059
8060         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8061         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8062
8063         * input/test/ {various}: modified comments, marked some for deletion.
8064
8065         * input/test/lines.ly: deleted file; duplicate of
8066         embedded-postscript.ly
8067
8068         * input/test/mmrest-collision: moved to regression.
8069
8070 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8071
8072         * scm/chord-name.scm (note-name->markup): don't superscript root
8073         alterations in chordnames.
8074
8075 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8076
8077         * Documentation/user/refman.itely (Multi measure rests): more
8078         index/cross-referencing.
8079
8080         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8081
8082         * scm/font.scm: remove properties-to-font-name code.
8083
8084         * scm/define-grob-properties.scm: remove 'type
8085
8086         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8087         conversion
8088
8089         * lily/text-spanner.cc: change 'type grob prop to 'style 
8090
8091         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8092         "first" flag to decide whether to make a start-repeat
8093
8094         * input/regression/grace-volta-repeat-2.ly: new file.
8095
8096 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8097
8098         * lilypond-indent.el: rename generic functions to LilyPond-*
8099
8100 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8101
8102         * input/test/thumb.ly: delete, merged into refman.
8103
8104         * Documentation/user/refman.itely: added thumb info to Fingering.
8105
8106         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8107         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8108         vertical-align.ly : deleted files.
8109
8110 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8111
8112         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8113
8114         * lily/line-spanner.cc (broken_trend_offset): remove function.
8115         (get_broken_offset): idem.
8116         (brew_molecule): rewrite the line-break case.
8117
8118         * input/regression/follow-voice-break.ly:  new file.
8119
8120         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8121         start of a system.
8122
8123 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8124
8125         * input/test/tuplet-rest.ly: moved to regression.
8126
8127         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8128         deleted file.
8129
8130         * input/test/ {many} : marked file for possible deletion.
8131
8132 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8133
8134         * input/regression/beam-funky.ly: add note about (disputed)
8135         correct beaming.
8136
8137         * ly/engraver-init.ly (ScoreContext): put key-signature after
8138         staff-bar
8139         
8140 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8141
8142         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8143
8144         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8145
8146         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8147
8148         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8149         stem-extend was deleted (it was duplicate example, and not as
8150         good).
8151
8152         * input/test/[s-z]*.ly: add texidoc index.
8153
8154 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8155
8156         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8157         get_first_notecolumn_y
8158
8159         * lily/spanner.cc (broken_spanner_index): new function.
8160
8161 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8162
8163         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8164         lyric-hyphen.ly : moved to regression.
8165
8166         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8167         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8168
8169         * input/test/instrument-name-mmrest.ly: moved to
8170         ../regression/multi-measure-rest-instr-name.ly
8171
8172         * input/test/knee-sym.ly: moved to
8173         ../regression/beam-knee-symmetry.ly.
8174
8175         * input/test/hymn.ly: change comments.
8176
8177         * input/test/[p-r]*.ly: add texidoc index.
8178
8179 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8180
8181         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8182         to postfix syntax
8183         
8184         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8185         syntax.
8186
8187         * VERSION: release 1.7.22
8188
8189 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8190
8191         * input/test/[h-k]*.ly: added texidoc index.
8192
8193         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8194
8195         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8196
8197         * input/test/ various : mark files for deletion or moving to
8198         regression.
8199
8200         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8201
8202         * input/test/[l-o]*.ly: added texidoc index.
8203
8204 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8205
8206         * scm/music-functions.scm (make-ottava-set): 
8207         only do ottavation if centralCPosition is set.
8208
8209         * lily/translator-scheme.cc (ly:context-property-where-defined):
8210         return '() if not found.
8211
8212 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8213
8214         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8215         Use one command for both commenting and uncommenting.
8216
8217         * lilypond-indent.el (LilyPond-comment-region): new function,
8218         (un)comments each line separately.
8219
8220         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8221         
8222         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8223         imenu is not added by default; adapted from f90.el,
8224         makes Help-menu, which does not fit, visible in XEmacs.
8225         
8226 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8227
8228         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8229         show-paren-mode sets blink-matching-paren-on-screen local.
8230         Try to make show-paren-function to paren-highlight local.
8231
8232         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8233         Copy definitions of Emacs' show-paren-function and
8234         XEmacs' paren-highlight and make minimal changes;
8235         add comments about locality. 
8236         Fix matching first open-paren-char in '<< .. >>'.
8237
8238 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8239
8240         * input/test/g*: added texidoc index.
8241
8242         * input/test/[a-g]*: added raggedright==#t when it
8243          seemed appropiate.
8244
8245         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8246
8247         * Documentation/topdoc/INSTALL.texi: removed false warnings
8248         about gcc 3.3.
8249
8250 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8251
8252         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8253
8254         * input/test/chords-without-melody.ly (texidoc): add from
8255         input/just-friends.ly
8256
8257         * input/regression/size{13--26}.ly: move from input/
8258
8259         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8260         input/{star-spangled-banner,twinkle}.ly: remove 
8261         
8262         * lily/slur.cc: remove slur over rest warnings.
8263
8264         * lily/note-spacing.cc (get_spacing): include left part of right
8265         object in fixed space. This fixes stretched space before
8266         accidentals.
8267
8268         * input/regression/spacing-accidental-stretch.ly: new file.
8269
8270 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8271
8272         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8273         Reduce to 16pt.
8274
8275 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8276
8277         * input/regression/spacing-knee.ly: docstring
8278
8279         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8280
8281         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8282         input/tutorial/{test,solar,flowing}.ly: remove
8283
8284         * input/rhythm.ly: remove
8285
8286         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8287
8288         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8289         update syntax. 
8290
8291         * scm/define-grobs.scm (all-grob-descriptions): set
8292         knee-spacing-correction to 1.0
8293
8294         * lily/note-spacing.cc (stem_dir_correction): compute knee
8295         correction using stem-thickness and head width.
8296
8297         * input/regression/beam-quanting-horizontal.ly: update texidoc
8298
8299         * scm/define-grobs.scm (all-grob-descriptions): set
8300         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8301         This fixes 32nd beams for noteheads in spaces quants.
8302
8303         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8304
8305 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8306
8307         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8308
8309 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8310
8311         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8312
8313         * VERSION (PACKAGE_NAME): release 1.7.21
8314
8315         * input/regression/stem-shorten.ly: new file.
8316
8317         * lily/stem.cc (get_default_stem_end_position): revise stem
8318         shortening code.
8319
8320         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8321
8322         * input/test/{scripts,volta-start,sleur}.ly: remove
8323         
8324         * input/regression/span-bar.ly: smaller file.
8325
8326         * input/regression/spacing-{natural,tight,loose}.ly: remove
8327
8328         * input/test/markup.ly: remove
8329
8330         * scripts/lilypond-book.py: put printfilename in separate chunk,
8331         so texidoc is printed after the filename.  
8332
8333 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8334
8335         * make/lilypond.mandrake.spec.in: fix docdirs.
8336
8337 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8338
8339         * input/regression/beam-french.ly: bugfix.
8340
8341         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8342
8343         * input/regression/(various).ly: add raggedright = #t.
8344
8345         * input/regression/auto-beam.ly: move from abe.ly
8346
8347 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8348
8349         * input/test/f*.ly: added texinfo index.
8350         
8351         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8352
8353 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8354
8355         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8356         quant penalty for beam just outside staff.
8357
8358         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8359         from beam-pos.ly,  remove non-horizontal tests. 
8360
8361         * input/test/(various): cleanup header info. 
8362
8363         * input/test/tchaikovsky.ly: remove file.
8364
8365         * scm/chord-generic-names.scm: move from
8366         double-plus-new-chord-name.scm
8367
8368         * input/test/orchestscore.ly: remove file
8369
8370         * Documentation/user/refman.itely (Vocal music): update documentation.
8371
8372         * scm/define-translator-properties.scm (chordNoteNamer): remove
8373         chordNameStyle, use chordNameFunction
8374
8375         * scm/chord-name.scm (set-chord-name-style): remove
8376         set-chord-name-style. Use \property chordNameFunction.
8377
8378 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8379
8380         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8381         music): remove @TeX{} command.
8382
8383 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8384
8385         * lilypond-indent.el (scan-sexps): Renamed to
8386         aargh-this-breaks-other-emacs-modes-scan-sexps.
8387
8388 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8389
8390         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8391         closing slurs: '()', etc. Add comments.
8392
8393         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8394
8395         * lilypond-font-lock.el: match unending string at eof.
8396
8397         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8398         
8399 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8400
8401         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8402         input/test/beam-dir.ly input/test/beam-position.ly    
8403         input/test/beam-suspect.ly input/test/beam-trend.ly    
8404         input/test/beams.ly input/test/crescendo-text.ly : deleted
8405         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8406         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8407         * input/test/default-bars.ly: moved to bar-always.ly
8408         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8409
8410 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8411
8412         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8413
8414 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8415
8416         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8417
8418 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8419
8420         * lilypond-indent.el: Match better slurs in scheme expressions.
8421         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8422
8423         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8424
8425 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8426
8427         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8428
8429         * input/ac-extra-voice.ly: Add texidoc.
8430
8431         * ly/chord-modifiers-init.ly: 
8432         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8433         and chordNameExceptionsPartial for new chord names.
8434
8435         * input/test/chord-names-dpnj.ly: 
8436         * input/test/dpncnt.ly: Update.
8437
8438         * scm/chord-name.scm: 
8439         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8440         chord selection and options.
8441
8442         * ly/chord-modifiers-init.ly: Add exceptions 
8443
8444         * scm/define-translator-properties.scm (chordNameStyle) 
8445         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8446
8447 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8448
8449         * ly/property-init.ly (germanChords): Added.
8450         (semiGermanChords): Added.
8451         
8452         * input/test/chord-names-german.ly: Use new macros
8453         
8454 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8455
8456         * lilypond-indent.el: Use similar parenthesis highlighting for 
8457         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8458         functions; removed LilyPond-show-paren-function. Fix indenting.
8459         Turn paren-matching on also in XEmacs.
8460
8461         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8462         as needed by parenthesis highlighting functions (in scan-sexp).
8463
8464 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8465
8466         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8467         function.
8468         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8469
8470 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8471
8472         * lilypond-indent.el: tune regexp for show-paren-function.
8473
8474 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8475
8476         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8477         for all LilyPond-produced tex snippets.
8478
8479         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8480         fixes one line --preview output of ly2dvi.
8481
8482 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8483
8484         * lilypond-indent.el: match only one type of slurs in
8485         LilyPond-show-paren-function.
8486
8487 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8488
8489         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8490         * debian/lilypond1.7.dirs: 
8491         * debian/lilypond1.7-doc.dirs: New file.
8492
8493         * input/regression/chord-name-exceptions.ly: Add parameter for
8494         ignatzekExceptions.  Quote hash in docstring.
8495
8496 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8497
8498         * lilypond-indent.el (show-paren-function): define show-paren-function
8499         as LilyPond-blink-matching-open and use it for closing parens.
8500         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8501
8502         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8503         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8504         LilyPond-blink-matching-paren in order to match both open and close
8505         brackets.
8506         
8507 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8508
8509         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8510         testing by modifying the code from FSF Emacs paren.el. Add comments.
8511
8512 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8513
8514         * input/test/dpncnt.ly: Transpose example to match new
8515         default \chords octave.  Add comment.
8516         
8517         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8518         comment about octave change.
8519
8520 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8521
8522         * input/test/[d,e]: added texinfo index tags.
8523         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8524
8525 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8526
8527         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8528
8529 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8530
8531         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8532         as in blink-matching-open.
8533
8534 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8535
8536         * input/test/[a-c]: more comments in files.
8537         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8538         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8539         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8540         mark file for proposed deletion.
8541         * input/test: renaming files:
8542         auto-beam-4-8.ly to beam-auto-4-8.ly
8543         auto-beam-override.ly to beam-auto-override.ly
8544         auto-beam.ly to beam-auto.ly
8545         blank.ly to blank-paper.ly
8546         absolute-volume.ly to dynamic-absolute-volume.ly
8547
8548 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8549
8550         * input/test/dpncnt.ly: 
8551         * input/test/chord-names-dpnj.ly: Resurrect.
8552
8553         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8554
8555         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8556
8557         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8558         Better docstring, add parameter OMIT-ROOT, tidy up.
8559
8560 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8561
8562         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8563
8564 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8565
8566         * scm/output-ascii-script.scm (as-font-alist-alist):
8567         (as-properties-to-font-name):
8568         (as-make-style-sheet): Remove.
8569
8570         * scm/font.scm (as-make-font-list): New function.
8571         (as-font-sheet-alist): New variable.
8572
8573         * ly/paper-as9-init.ly: 
8574         * ly/paper-as5-init.ly: Update.
8575
8576         * ly/paper-as5.ly:
8577         * ly/paper-as9.ly: New file.
8578
8579 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8580
8581         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8582
8583 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8584         * input/sondag-morgen/*: removed due to copyright concerns.
8585         * input/[a,b]*.ly: added a newline at the end of the texinfo
8586         doc string (produces better output in HTML version).
8587         * input/c*.ly: added texinfo index and added comments to
8588         aid in future changes to input/test/ files.
8589
8590 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8591         
8592         * Documentation/user/refman.itely: fixed build problem (missing
8593         file) caused by previous renaming.
8594
8595 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8596         
8597         * input/test/[a,b]*.ly: added texinfo index and added comments to
8598         aid in future changes to input/test/ files.
8599         * input/test/bar-number-every-5-reset.ly: renamed to
8600         bar-number-every-five-reset.ly
8601         * input/test/bar-script-visibility.ly: renamed to
8602         bar-number-show-all.ly
8603
8604 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8605
8606         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8607         to Voice.
8608
8609         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8610         out note-line and glissando functionality.
8611         
8612         * lily/line-spanner.cc (brew_molecule): cleanup.
8613
8614 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8615
8616         * scripts/as2text.scm: Use rdelim module.
8617         (start-system): Rename from start-line.
8618         (stop-system): Rename from stop-line.
8619         (af-gulp-file): Use string iso symbol for getenv.
8620
8621         * scm/output-ascii-script.scm: Add guile and lily modules.
8622         (font-name-alist): New variable.
8623         (draw-line): New function.
8624
8625         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8626         (Were these silently removed, without ChangeLog entry?)
8627
8628 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8629
8630         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8631         process 2nd ottava correctly.
8632
8633 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8634
8635         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8636
8637 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8638
8639         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8640
8641 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8642
8643         * VERSION: release 1.7.20
8644         
8645         * lily/text-spanner.cc (brew_molecule): clean up function. This
8646         fixes bugs with broken 8va spanners.
8647
8648         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8649         This prevents spurious line-breaks with raggedright
8650         
8651 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8652
8653         * lily/key-performer.cc (create_audio_elements): always use major
8654         key
8655
8656         * Documentation/user/internals.itely: updates
8657
8658         * input/regression/beam-break.ly: new file.
8659
8660         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8661         beams if starting or terminating stems have 'beaming set.)
8662
8663         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8664         property.
8665
8666         * lily/parser.yy (verbose_command_req): add comment about scales.
8667
8668 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8669
8670         * lilypond-indent.el: adjust regexps in bracket-matching.
8671
8672 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8673
8674         * Documentation/user/refman.itely: more tiny fixes
8675
8676         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8677         "Chord names"; added table with input syntax for solesmes neumes
8678         table; added some words about rationale on input syntax design
8679
8680         * lily/gregorian-ligature-engraver.cc,
8681         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8682         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8683         alignment of Pes Initio Debilis
8684
8685         * Documentation/user/refman.itely,
8686         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8687         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8688         bugs in the solesmes neumes table
8689
8690 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8691
8692         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8693         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8694
8695         * lilypond-mode.el: fix tag-score. small improvements.
8696
8697 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8698
8699         * .cvsignore: Add aclocal.m4.
8700
8701         * lily/music-constructor.cc: Include <assert.h>.
8702
8703 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8704
8705         * ly/engraver-init.ly (HaraKiriStaffContext): use
8706         RemoveEmptyStaffContext instead.
8707
8708         * Documentation/user/refman.itely: updates
8709
8710 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8711
8712         * Documentation/user/refman.itely: added solesmes neumes table;
8713         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8714         bugfix: "Ornaments" -> "Articulations"
8715
8716         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8717
8718 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8719
8720         * lilypond-indent.el: Add a message about trying to match \] or \).
8721         
8722 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8723         
8724         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8725         obsolete "arithmetic_*"
8726
8727         * input/bugs/ligatures.ly: removed (will be put into a different
8728         directory later)
8729
8730 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8731
8732         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8733         libkpathsea (Maurizio Tomasi).
8734
8735 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8736
8737         * input/regression/repeat-slash.ly (texidoc): new file
8738
8739         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8740         slash repeats separately. Slash repeats and %
8741         repeats can now be nested.
8742
8743 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8744
8745         * lilypond-indent.el: Add preliminary test for closing \] and \).
8746         
8747 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8748
8749         * lily/gregorian-ligature-engraver.cc,
8750         lily/vaticana-ligature-engraver.cc,
8751         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8752         mf/parmesan-heads.mf: various semivocalis related bugfixes
8753
8754         * input/bugs/ligatures.ly: new file demonstrating problems with
8755         ligatures
8756         
8757 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8758
8759         * lilypond-mode.el,
8760         lilypond-font-lock.el,
8761         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8762
8763 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8764
8765         * lilypond-mode.el: Remove outdated code. Stress the difference 
8766         between Emacs and XEmacs definitions.
8767
8768         * lilypond-mode.el,
8769         lilypond-indent.el: Define a function interactive only when necessary.
8770
8771 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8772
8773         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8774         Use inactive regions also in XEmacs.
8775
8776 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8777
8778         * Documentation/user/refman.itely (Repeat syntax): more updates
8779
8780         * lily/simple-spacer.cc (solve): move solution process into
8781         solve(). This fixes a bug with collisions and raggedright = ##t.
8782  
8783         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8784
8785         * ly/engraver-init.ly: remove GraceContext. Update examples.
8786
8787 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8788
8789         * GNUmakefile.in (fonts): Also make fontball.
8790
8791         * Website fixes:
8792
8793         * ly/engraver-init.ly (GraceContext): Add.
8794
8795         * run:
8796
8797             convert-ly $(find . -name *.ly)
8798
8799         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8800         new chords.
8801
8802 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8803
8804         * VERSION: 1.7.19 released
8805         
8806         * scm/music-functions.scm (set-octavation): new function.
8807
8808         * input/regression/ottava.ly: new file
8809
8810         * lily/translator-scheme.cc (LY_DEFINE): new function
8811         ly:unset-context-property
8812         (LY_DEFINE) new function ly:context-property-where-defined: 
8813
8814 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8815
8816         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8817
8818         * lilypond.words: add few.
8819
8820         * input/test/script-chart.ly: fix typo.
8821
8822 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8823
8824         * scm/define-grobs.scm: uniform naming for definitions and output
8825         routine files. 
8826
8827         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8828         scm/context-description.scm
8829
8830         * lily/parser.yy (translator_spec_body): add \description to the
8831         \translator{} body syntax.
8832
8833         * lily/ottava-engraver.cc: new file.
8834
8835         * scm/chord-name.scm (natural-chord-alteration): replace old
8836         chord stuff. 
8837
8838         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8839
8840         * Documentation/user/refman.itely (Metronome marks): update doco.
8841
8842         * input/regression/markup-note.ly: new file
8843
8844         * input/regression/metronome-marking.ly: new file
8845
8846         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8847
8848         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8849         metronome marks.
8850
8851 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8852
8853         * Documentation/user/GNUmakefile: Compatibility fix for new
8854         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8855         for making binary packages; info splitting bug has been fixed.
8856
8857         * Documentation/user/refman.itely: Compile fixes.
8858
8859 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8860
8861         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8862         Count \midi -keywords also for a region.
8863
8864 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8865
8866         * lily/lookup.cc (LY_DEFINE): new function
8867
8868         * Documentation/user/tutorial.itely: updates
8869
8870 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8871
8872         * lilypond-mode.el: Allow Midi on buffer.
8873         Use only '.ly'-extension, remove '.sly' and '.fly'.
8874         Allow use of inactive regions. Invoke next Command on Master file, 
8875         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8876
8877 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8878
8879         * Documentation/user/tutorial.itely: updates.
8880
8881 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8882
8883         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8884
8885 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8886
8887         * lily/coherent-ligature-engraver.cc: fixed typo
8888
8889         * lily/coherent-ligature-engraver.cc,
8890         lily/gregorian-ligature-engraver.cc,
8891         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8892         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8893         lily/vaticana-ligature-engraver.cc,
8894         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8895         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8896         removed all ligature specific stuff from NoteHead code
8897
8898         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8899         ligatures now use regular noteheads
8900
8901         * lily/vaticana-ligature.cc: tiny code cleanups
8902
8903         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8904         space between two adjacent noteheads of the same pitch
8905
8906         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8907         description; cleanup: removed obsolete font-family settings
8908
8909 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8910
8911         * lily/coherent-ligature-engraver.cc,
8912         lily/gregorian-ligature-engraver.cc,
8913         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8914         lily/mensural-ligature-engraver.cc,
8915         lily/vaticana-ligature-engraver.cc,
8916         lily/include/gregorian-ligature-engraver.hh: updated for new
8917         Coherent_ligature_engraver; added comments that describe the basic
8918         design ideas of the ligature implementation
8919
8920         * lily/coherent-ligature-engraver.cc,
8921         lily/include/coherent-ligature-engraver.hh: new file: shared code
8922         between mensural ligatures and Gregorian chant notation ligatures
8923
8924 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8925
8926         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8927         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
8928         use only two arguments in sit-for, use no arguments in
8929         read-char-exclusive, backspace is not a character (127) in XEmacs.
8930
8931         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
8932
8933 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8934
8935         * lilypond-mode.el: un-commenting works after syntax-table fix.
8936
8937         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
8938         group, verbose commenting for syntax table.
8939
8940         * lilypond-indent.el: add TODO for ligature slurs.
8941
8942 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
8943
8944         * lilypond-mode.el: Move comments of parenthesis matching away,
8945         (blink-matching-paren-on-screen) fix blinking in Emacs.
8946
8947         * lilypond-font-lock.el: Fix parent-matching for Emacs:
8948         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
8949
8950         * lilypond-indent.el: Add TODO for parenthesis matching.
8951
8952 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
8953
8954         * lilypond-mode.el: Fix XEmacs: 
8955         changed [S-iso-lefttab] to [(shift iso-lefttab)],
8956         invoke explicitly easy-menu-add (in Emacs done automatically).
8957         
8958         * lilypond.words: Add few words from input/*/*.ly.
8959
8960 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8961
8962         * VERSION (PATCH_LEVEL): release 1.7.18
8963
8964         * scripts/lilypond-book.py: only print basename for printfilename
8965         option
8966
8967         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
8968         and syntax updates.
8969
8970 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8971
8972         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
8973         better parametrisation. Move fatness of bulb downward.
8974
8975         * mf/parmesan-custodes.mf (dir_down): remove underscores from
8976         glyph names. Underscores are not allowed .ps encoding files.
8977
8978 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
8979
8980         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
8981         variable "packed" for packed right-ragged mode
8982
8983         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
8984         unused variable ragged; fixed indentation
8985
8986         * Documentation/user/refman.itely: tiny cleanups in ancient
8987         clef and custos section
8988
8989 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8990
8991         * lily/parser.yy (Simple_music): add \applyoutput, syntax
8992         \applyoutput PROCEDURE
8993
8994         * lily/my-lily-lexer.cc: add \applyoutput.
8995
8996         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
8997
8998         * lily/text-item.cc: clean text-interface description
8999
9000 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9001
9002         * input/{regression,test}/: use postfix for slur endings and beam
9003         begins.
9004
9005         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9006         style beams too. 
9007
9008         * input/regression/lyrics-melisma-beam.ly: new file.
9009
9010         * lily/lyric-engraver.cc (process_music): change from
9011         process_acknowledged_grobs()
9012
9013         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9014         functions to set and revert auto-beam settings.
9015
9016 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9017
9018         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9019
9020 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9021
9022         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9023         Documentation/user/lilypond.tely: fixed some typos; updated author
9024         info
9025
9026         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9027         #"" -> #'flag-style = #'()
9028
9029         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9030         cleanup: removed dead #includes
9031
9032         * lily/gregorian-ligature-engraver.cc,
9033         lily/include/gregorian-ligature.hh,
9034         scm/grob-property-description.scm: small cleanups, small spacing
9035         fixes
9036
9037         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9038         lily/vaticana-ligature.cc,
9039         lily/include/gregorian-ligature-engraver.hh,
9040         scm/grob-property-description.scm, scm/music-types.scm:
9041         "porrectus" -> "pes or flexa"
9042
9043         * ly/engraver-init.ly, scm/grob-description.scm,
9044         scm/grob-property-description.scm: junked porrectus, now handled
9045         by ligature code
9046
9047         * scm/grob-description.scm: bugfix: added space-alist entry for
9048         breathing sign/custos
9049
9050 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9051
9052         * Another grand 2003 update.
9053         
9054         * Remove mentioning of `mudela'; There's no such thing.
9055
9056 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9057
9058         * Documentation/user/preface.itely (Preface to version 1.8): update
9059
9060         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9061
9062         * Documentation/user/converters.itely (Invoking convert-ly): revise
9063
9064         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9065
9066         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9067
9068 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9069
9070         * Documentation/user/internals.itely: more updates.
9071
9072 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9073
9074         * Documentation/user/refman.itely: revise 
9075
9076         * Documentation/user/internals.itely: revise
9077
9078         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9079
9080 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9081
9082         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9083         beautification: reformatted ancient clefs section; cleanup: small
9084         wording fixes
9085
9086 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9087
9088         * lilypond.words: added words for chant notation, sorted
9089         alphabetically through "sort lilypond.words"
9090
9091 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9092
9093         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9094         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9095         chant notation
9096
9097 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9098
9099         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9100         prevent TeX from interpreting them as long dash
9101
9102         * input/test/vaticana.ly: updated
9103
9104         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9105         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9106         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9107         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9108         fixes
9109
9110         * mf/parmesan-heads.mf: ledger endings: removed dead code
9111
9112 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9113
9114         * VERSION: 1.7.17 released
9115         
9116         * Documentation/user/GNUmakefile
9117         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9118         files too.
9119
9120         * scm/document-markup.scm: new file: document all markup
9121         functions.
9122
9123         * scm/documentation-generate.scm: rename all documentation modules
9124         to document-*.scm
9125
9126         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9127         .png
9128
9129         * input/test/divisiones.ly: added
9130
9131         * input/regression/output-property.ly: new file
9132
9133         * lily/cluster.cc: change cluster-interface to use style property
9134
9135 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9136
9137         * input/test/chord-names-german.ly: modified.
9138
9139         * scm/chords-ignatzek.scm:
9140           chord-name->german-markup: Added
9141           note-name->german-markup: Changed (now producing lowercase notenames)
9142
9143         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9144         
9145 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9146
9147         * scripts/convert-ly.py (FatalConversionError.conv):
9148         divisiominima -> divisioMinima, etc.
9149
9150         * ly/engraver-init.ly (FiguredBassContext): add
9151         Separating_line_group_engraver to Figured bass context.
9152
9153         * ly/german-chords-init.ly: remove file
9154
9155         * input/test/chord-names-german.ly (scm): new file.
9156
9157         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9158
9159         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9160         Chord_name_engraver
9161
9162         * Documentation/user/refman.itely: lots of updates.
9163
9164         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9165         new file
9166
9167         * input/test/bar-number-every-5-reset.ly: new file.
9168
9169 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9170
9171         * input/regression/chord-name-major7.ly: new file
9172
9173         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9174         if specced explicitly.
9175
9176         * input/regression/chord-name-entry-11.ly: new file.
9177
9178         * input/test/slur-beautiful.ly: new file.
9179
9180         * Documentation/user/refman.itely: updates.
9181
9182         * input/regression/collisions.ly (threevoice): cleanup.
9183
9184         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9185
9186 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9187
9188         * Documentation/user/*.itely: various updates.
9189
9190         * ly/spanners-init.ly: enddecr/ endcr.
9191
9192         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9193         of tutorial
9194
9195 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9196
9197         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9198
9199         * lily/new-chord-name-engraver.cc (process_music): use octavation
9200         (a number) instead of original-pitch to store inversions. This
9201         fixes a problem with transposed chords with inversions.  
9202
9203 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9204
9205         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9206         used in includable-lexer.hh.
9207
9208         * lily/includable-lexer.cc: Bugfix: include config.h.
9209
9210         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9211         circumvention of Debian packaging bug.
9212
9213 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9214
9215         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9216         
9217         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9218
9219         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9220         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9221
9222         * lily/include/includable-lexer.hh: 
9223         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9224
9225         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9226
9227         * aclocal.m4: Regenerate.
9228
9229         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9230         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9231
9232         * scm/pdf.scm (use-modules): Include lily.
9233
9234         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9235         Noordkamp).
9236         (use-modules): Include lily.
9237         (lily-def): Bugfix: include tex-val in let.
9238
9239 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9240
9241         * lilypond-mode.el: sensible error if lilypond.words not found.
9242
9243         * lilypond.words: add few words.
9244
9245 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9246
9247         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9248
9249         * mf/parmesan-scripts.mf: fixed typo in char name
9250
9251 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9252
9253         * VERSION: 1.7.16 released
9254
9255         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9256         (this is a security vulnerability).
9257
9258         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9259
9260         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9261         add staff support.
9262
9263 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9264
9265         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9266         ly/script-init.ly, scm/script.scm: bugfix: renamed
9267         fermata->signumcongruentiae to fix naming clash with feta font
9268
9269 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9270
9271         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9272
9273         * lily/multi-measure-rest-engraver.cc
9274         (start_translation_timestep): use grace timing too for determining
9275         when to make mmrest.
9276         (start_translation_timestep): clear numbers too.
9277
9278 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9279
9280         * scm/music-types.scm: compile fix: escape braces
9281
9282         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9283         work around font selection problem
9284
9285         * Documentation/user/refman.itely: BreathingSign: added docu for
9286         property "text"
9287
9288 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9289
9290         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9291         information.
9292
9293 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9294
9295         * lily/multi-measure-rest-engraver.cc (class
9296         Multi_measure_rest_engraver): make multiple Number objects, one
9297         for each MultiMeasureTextEvent.
9298
9299         * scm/music-functions.scm (glue-mm-rest-texts): use
9300         MultiMeasureTextEvent
9301
9302         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9303
9304         * Documentation/user/refman.itely (Multi measure rests): update.
9305
9306 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9307
9308         * lily/ly-module.cc (ly_copy_module_variables): use
9309         scm_internal_hash_fold() for iterating modules.
9310
9311 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9312
9313         * Documentation/user/refman.itely: Section Custodes: added more
9314         example code
9315
9316         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9317         neo-mensural rests to parmesan font
9318
9319         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9320         header
9321
9322 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9323
9324         * Documentation/user/macros.itexi: @fileref macro.
9325
9326         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9327         each file. 
9328
9329 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9330
9331         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9332         Documentation/topdocs/AUTHORS.texi: updated my email address
9333
9334         * Documentation/user/refman.itely: updated custos documentation;
9335         beautified divisiones example; beautified articulations table
9336
9337         * lily/breathing-sign.cc: bugfix: finalis molecule
9338
9339 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9340
9341         * Documentation/user/refman.itely: added docu for
9342         contemporary fermata symbols, gregorian breathing signs; small fixes
9343
9344         * ly/gregorian-init.ly: removed obsolete #'type props
9345
9346 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9347
9348         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9349         minimum-length property correctly.
9350
9351 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9352
9353         * scm/music-functions.scm (make-multi-measure-rest): set input
9354         locations for multimeasure rests.
9355
9356 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9357
9358         * input/regression/breathing-sign.ly: updated to for ancient
9359         notation
9360
9361 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9362
9363         * scripts/ly2dvi.py: Add newline.
9364
9365 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9366
9367         * scripts/ly2dvi.py (dependency_files): Compile fix.
9368
9369 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9370
9371         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9372         (make_html_menu_file): --html menu. 
9373
9374 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9375
9376         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9377
9378 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9379
9380         * input/screech-boink.ly: new file.
9381
9382 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9383
9384         * scripts/lilypond-book.py (make_lilypond_file): convert
9385         lilypond-file to lilypond block directly, without going through
9386         begin/end lilypond text.
9387         
9388
9389 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9390
9391         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9392         scm/grob-description.scm: moved Michael's original breathing sign
9393         code in brew_molecule() to divisio_minima(); provided new
9394         brew_molecule() that effectively replaces the
9395         Text_item::brew_molecule callback (with additional fallback to
9396         Michael's original code); added callbacks for brewing divisio
9397         maior/maxima and finalis
9398
9399         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9400         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9401
9402         * script-init.ly: added shortfermata, longfermata,
9403         verylongfermata, varcoda
9404
9405         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9406         longfermata, verylongfermata, varcomma, varcoda
9407
9408 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9409
9410         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9411           Remove all noquote and insert a few quote.
9412         
9413         * Documentation/user/lilypond-book.itely (Music fragment options),
9414           scripts/lilypond-book.py: Don't include quotation blocks by
9415           default. Introduce option quote instead of noquote
9416
9417 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9418
9419         * VERSION: 1.7.15 released
9420         
9421         * Documentation/user/lilypond.tely: omf updates.
9422
9423         * buildscripts/texi2omf.py (omf_vars): include version.date
9424
9425         * make/lilypond.redhat.spec.in: fixes for spec file. 
9426
9427         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9428         by function definition: lily now requires a recent GNU Make.
9429
9430         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9431         writing.
9432
9433         * make/ly-rules.make: remove .ly -> .tex rule
9434
9435         * Documentation/user/refman.itely (Figured bass): revised figured
9436         bass example.
9437
9438 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9439
9440         * stepmake/stepmake/omf-targets.make (local-install): add
9441         scrollkeeper-update message.
9442
9443         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9444         to binary.
9445         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9446
9447         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9448
9449         * Documentation/user/converters.itely (Invoking midi2ly): add
9450         track/channel notice.
9451
9452 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9453
9454         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9455
9456         * lily/parser.yy (scalar): DIGIT is also a scalar.
9457
9458         * Documentation/user/music-glossary.tely: add @omf tags
9459
9460         * Documentation/user/lilypond.tely: add @omf tags
9461
9462         * scm/generate-documentation.scm (string-append): add @omf tags.
9463
9464         * stepmake/stepmake/omf-*: new files 
9465
9466         * input/regression/multi-measure-rest.ly (texidoc): add doco
9467
9468         * GNUmakefile.in (web-doc-install): add web-doc-install target
9469
9470         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9471         fixes crashes while dumping MIDI.
9472
9473         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9474         midi
9475
9476 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9477
9478         * buildscripts/texi2omf.py: new file.
9479
9480         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9481         font-name
9482
9483 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9484
9485         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9486
9487         * lily/sequential-iterator.cc (descend_to_child): call
9488         descend_to_child() for all types of music.
9489
9490 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9491
9492         * scm/translator-property-description.scm: Add
9493         bassFigureFormatFunction.  Replace some entries.
9494
9495 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9496
9497         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9498         clean out.
9499
9500 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9501
9502         * scripts/midi2ly.py (Note.dump): never dump duration for
9503         dump_dur=0.
9504
9505         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9506         new function
9507
9508         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9509         figures using new markups. Much simpler, and should improve layout
9510         a little.
9511
9512         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9513
9514 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9515
9516         * ly/engraver-init.ly: use Hara kiri by default for 
9517         ChordNames, FiguredBass and Lyrics(Voice) context. 
9518
9519         * lily/axis-group-engraver.cc (acknowledge_grob): use
9520         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9521
9522         * scm/new-markup.scm (markup-function-list): add bracket,
9523         vbracket.
9524
9525         * ly/engraver-init.ly (ChordNamesContext): set
9526         minimumVerticalExtent
9527
9528 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9529
9530         * input/test/time-signature-double.ly: new file 
9531
9532         * input/regression/collision-head-chords.ly (texidoc): new file.
9533
9534         * lily/type-swallow-translator.cc: add note swallow translator 
9535
9536         * input/test/time-signature-double.ly: new file.
9537
9538         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9539
9540         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9541         (FiguredBassContext): idem.
9542
9543         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9544
9545         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9546
9547         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9548
9549         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9550         .afm dependency
9551
9552         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9553
9554         * python/lilylib.py (make_page_images): add function.
9555
9556         * scripts/ly2dvi.py (run_latex): include title in preview image.
9557
9558         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9559         from lilypond-book for <ly2dvifile> tags in HTML.
9560
9561         * scripts/ly2dvi.py (option_definitions): add --debug option to
9562         print out environment.
9563
9564         * input/regression/tie-chord-partial.ly: new file.
9565
9566 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9567
9568         * lilypond.words: add 3
9569
9570 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9571
9572         * scm/new-markup.scm (markup-function-list): add finger-markup
9573
9574         * input/tutorial/brahms-tweaked.ly: new markup 
9575
9576         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9577
9578         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9579         crash when processing '() markup
9580
9581         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9582
9583         * lily/breathing-sign.cc (railtracks): another caesura.
9584
9585         * mf/feta-schrift.mf: caesura symbol. 
9586
9587 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9588
9589         * scripts/convert-ly.py (FatalConversionError.conv): add
9590         ly:molecule-XXX conversions.
9591
9592         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9593
9594         * input/regression/multi-measure-rest-text.ly: new file.
9595
9596         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9597         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9598
9599         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9600         ScoreContext
9601
9602         * scm/new-markup.scm (center-markup): \center markup.
9603
9604         * scm/music-functions.scm: remove pitchify scripts.
9605
9606         * lily/music.cc (print_smob): display music name if available 
9607
9608 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9609
9610         * Documentation/user/refman.itely (Instrument names): remove
9611         \turnOff doco.
9612
9613 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9614
9615         * lily/score.cc (mark_smob): bugfix.
9616
9617         * input/regression/rehearsal-mark.ly: new file.
9618
9619         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9620         report error at the current token again.
9621
9622 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9623
9624         * cygwin/mknetrel: Exit if doc build fails.
9625
9626         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9627
9628 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9629
9630         * scm/music-types.scm (music-descriptions): add doc strings
9631
9632 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9633
9634         * lily/lexer.ll: 
9635         * lily/include/my-lily-lexer.hh: 
9636         * lily/include/includable-lexer.hh: Add flex kludge.
9637
9638         * config.hh.in: 
9639         * config.make.in: 
9640         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9641         cruft.
9642         
9643         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9644         code.
9645
9646 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9647
9648         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9649
9650         * lily/parser.yy (new_chord): Compile fix.
9651
9652 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9653
9654         * Documentation/user/refman.itely (Tuning groups of objects):
9655         remove documentation for \turnOff. 
9656
9657         * lily/percent-repeat-engraver.cc (try_music): add correct
9658         processing moments for double-measure percents as well.
9659
9660         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9661
9662         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9663         grob prop type. 
9664
9665         * Documentation/user/refman.itely (Printing named chords): add
9666         chord name tweak doco.
9667
9668         * input/template/gregorian-transcription.ly: new file.
9669
9670 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9671
9672         * VERSION: 1.7.13 released
9673         
9674         * input/test/*: lots of cleanups/comment-outs/removals in chord
9675         examples
9676         
9677         * input/regression/*: lots of cleanups/comment-outs/removals in
9678         chord examples
9679         
9680         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9681         options
9682
9683         * lily/new-chord-name-engraver.cc (process_music): give original
9684         inversion pitch to chord name routine.
9685
9686         * input/tutorial/os-score.ly: update to new markup
9687
9688         * Documentation/user/appendices.itely: simply include
9689         chords-ignatzek. 
9690
9691         * Documentation/user/refman.itely (Chords mode): add documentation
9692         for chord mode.
9693
9694         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9695         not present in chord.
9696         (construct-chord): add inversion and bass support.
9697
9698         * lily/chord.cc: junk contents.
9699
9700 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9701
9702         * Documentation/user/refman.itely:
9703         * Documentation/user/music-glossary.tely: fix. 
9704
9705 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9706
9707         * scm/chord-entry.scm (construct-chord): move chord construction
9708         to Scheme.
9709
9710         * lily/parser.yy (new_chord): new setup for chord entry.
9711
9712 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9713
9714         * lilypond.words:
9715         * Documentation/user/music-glossary.tely: add ambitus.
9716
9717 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9718
9719         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9720
9721         * lily/include/*.hh: string() -> to_string()
9722
9723         * scm/chords-ignatzek.scm: new file.
9724
9725         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9726         standard chord name exceptions.
9727
9728         * scm/translator-property-description.scm (chordNameSeparator):
9729         add property.
9730         (majorSevenSymbol): add property
9731
9732         * lily/translator-scheme.cc (ly:context-properties): new function
9733         (ly:context-parent): new function.
9734         (print_smob): print context name.
9735
9736         * lily/music.cc (ly:get-music-length): new function
9737         (print_smob): don't print properties.
9738
9739         * lily/duration.cc (duration<?): new function
9740
9741         * input/regression/chords-funky-ignatzek.ly: new file.
9742
9743         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9744         jazz chords.
9745
9746         * lily/pitch.cc (ly:pitch-diff): new function.
9747
9748         * input/regression/chords-ignatzek.ly: new file.
9749
9750 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9751
9752         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9753         pitches for jazz chords.
9754
9755 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9756
9757         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9758
9759 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9760
9761         * lilypond.words: add 1
9762
9763 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9764
9765         * Documentation/topdocs/AUTHORS.texi: refine.
9766
9767 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9768
9769         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9770         
9771         * lilypond.words: add one.
9772
9773 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9774
9775         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9776         Fontify bass note in chords, e.g., e in c1/e.
9777         
9778 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9779
9780         * Documentation/user/music-glossary.tely: Dutch updates and
9781         additions (Arent Storm).
9782
9783 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9784
9785         * input/regression/ambitus.ly:  move file.      
9786
9787         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9788
9789         * lily/event.cc (transpose): add tonic property to Key_change_req
9790         and to Key_engraver.
9791
9792 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9793
9794         * Documentation/user/refman.itely: fix typo.
9795
9796         * lilypond.words: removed wrong identifiers.
9797
9798 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9799
9800         * mf/feta-toevallig.mf: make flat stem shorter 
9801
9802 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9803
9804         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9805
9806         * lilypond.words: add from Phrasing slur.
9807         
9808 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9809
9810         * lilypond-mode.el: allow launching multiple ViewPS processes.
9811         
9812         * lilypond.words: add from Text markup.
9813
9814 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9815
9816         * input/test/ossia.ly (texidoc): add comment.
9817
9818         * input/regression/voice-follower.ly: new file.
9819
9820         * mf/feta-toevallig.mf: make flat heavier.
9821
9822         * lily/cluster-engraver.cc: clean up Cluster engraver
9823
9824         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9825         Engraver. Use Note_column to compute Y positions and deal with
9826         line break stuff.
9827
9828 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9829
9830         * lily/stem.cc: move french-beaming to stem.
9831
9832 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9833
9834         * lilypond-font-lock.el: fontify all durations in chords.
9835
9836         * lilypond.words: add from lily/my-lily-lexer.cc
9837
9838 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9839
9840         * VERSION: release 1.7.12
9841
9842         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9843
9844         * lily/gregorian-ligature.cc: new file
9845
9846         * lily/*: the Great 2003 search & replace.
9847
9848         * Documentation/user/refman.itely (Manual repeat commands): add
9849         note about font selection.
9850
9851 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9852
9853         * lilypond-mode.el: propose recompiling midi while invoking playing,
9854         not while stopping playing.
9855
9856 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9857
9858         * lilypond.words: add one.
9859
9860         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9861         and expressional note grouping. Fontify chord modes.
9862
9863 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9864
9865         * Documentation/user/music-glossary.tely (Top): translate melisma.
9866
9867 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9868
9869         * Documentation/user/music-glossary.tely (Top): add melisma.
9870
9871 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9872
9873         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9874         interfaces for (abstract) grob GregorianLigature
9875
9876         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9877         renamed head* -> glyph_name*, x-shift* -> x-offset*
9878
9879         * scm/grob-property-description.scm: bugfix: added missing descriptions
9880
9881 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9882
9883         * input/test/chord-names-dpnj.ly: New file.
9884
9885         * scm/double-plus-new-chord-name.scm: Implement full and partial
9886         exceptions.
9887
9888         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9889
9890         * scm/double-plus-new-chord-name.scm
9891         (double-plus-new-chord->markup): Fix sub->markup.
9892
9893
9894 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9895
9896         * lily/custos-engraver.cc: added TODO; editorial changes
9897
9898         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9899         consistency with other ligature engravers; removed access on (now)
9900         private variable _ligature of Ligature_engraver
9901
9902         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9903         renamed last_bound -> last_bound_; issue programming_error on
9904         abstract method calls; moved primitives code from
9905         Mensural_bracket_engraver to here (because almost ligature
9906         engravers will need it); renamed try_stop_ligature () ->
9907         typeset_ligature (); bugfix: store primitives of finished ligature
9908         in separate variable finished_primitives_ to avoid clash on input
9909         like "\] \["; added current_ligature () to enable access on
9910         private variable _ligature
9911
9912         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9913         (now in super class); renamed try_stop_ligature () ->
9914         typeset_ligature ()
9915
9916         * lily/mensural-ligature.cc: issue programming_error on abstract
9917         method calls
9918
9919         * lily/note-heads-engraver.cc: added TODO comment upon bool
9920         in_ligature
9921
9922         * mf/parmesan-heads.mf: fixed some of set_char_box()
9923
9924         * scm/grob-description.scm: added VaticanaLigature
9925
9926         * scm/grob-property-description.scm: added neume prefix properties
9927
9928         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
9929         lily/include/gregorian-ligature-engraver.hh,
9930         lily/include/gregorian-ligature.hh: new files; framework for
9931         gregorian ligature engravers such as vaticana
9932
9933         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
9934         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
9935         vaticana style ligature implementation (still somewhat uncomplete)
9936
9937 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9938
9939         * VERSION: release 1.7.11
9940
9941         * scripts/convert-ly.py: add ly:pitch-transpose rule
9942
9943 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9944
9945         * input/test/dpncnt.ly: New file.
9946
9947         * lily/my-lily-lexer.cc: Add chordnames keyword.
9948
9949         * lily/parser.yy (chordnames_block): Parse chord name exception
9950         lists, see input/test/dpncnt.ly.
9951
9952         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
9953         function.
9954
9955         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
9956         filter-out too.
9957
9958         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
9959         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
9960         pitch functions (except for ly:make-pitch, but that's apparently
9961         some sort of scheme naming standard?).
9962
9963         * scm/lily.scm (!=): define-public.
9964
9965         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
9966
9967 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9968
9969         * scm/double-plus-new-chord-name.scm
9970         (double-plus-new-chord-name->markup): New file.
9971
9972 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9973
9974         * python/lilylib.py (make_preview): don't suppress progress for
9975         bbox extraction.
9976
9977 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9978
9979         * Documentation/user/appendices.itely (scheme): update for new syntax.
9980
9981         * input/regression/chord-name-styles.ly: new file
9982
9983         * lily/instrument-name-engraver.cc: create instrument names
9984         without barline too.  Allows instrument name on ChordNames  
9985
9986         * scm/new-markup.scm (interpret-markup): allow simple strings as
9987         markup too.
9988
9989 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9990
9991         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
9992         (step->markup-accidental): Fix: add accidental.
9993         (chord::inner-name-american): 
9994         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
9995         append stray '/' if last superscript addition was 'o'.
9996
9997         * scm/new-markup.scm (normal-size-sub-markup) 
9998         (normal-size-super-markup): New function.
9999
10000         * lily/source-file.cc (Source_file): Add warning for possibly
10001         intentional but suspicious initialization.
10002
10003         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10004         add comments about cut-and-paste programming.
10005
10006         * flower/rational.cc (lcm): Not used; comment out.
10007
10008 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10009
10010         * lily/new-fingering-engraver.cc (position_scripts): use
10011         fingerHorizontalDirection to determine fingering horizontal
10012         directions.
10013  
10014         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10015         fingering support.
10016
10017         * scripts/convert-ly.py (FatalConversionError.conv): add style
10018         conversion rule. 
10019
10020         * scm/chord-name.scm (set-chord-name-style): new function.
10021         (new-chord-name-brew-molecule): revise to interpret markup only
10022         (new-chord->markup): cleanuppish rewrite. To be called from the
10023         new engraver.
10024
10025         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10026         Markup earlier, during interpreting.
10027
10028         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10029         style settings. Rename to chord-names-*.ly
10030
10031 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10032
10033         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10034         markup code and update to new markup.  Most probably broke some of
10035         it.
10036         
10037 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10038
10039         * Documentation/user/refman.itely: added docu for ambitus and
10040         clusters
10041
10042         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10043         ly_quote_scm() in lookup.cc
10044
10045         * mf/parmesan-clefs.mf: set_char_box fix
10046
10047         * lily/cluster-engraver.cc: junk implicit protection; use
10048         Protected_scm instead
10049
10050 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10051
10052         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10053         throughout.
10054
10055         * scm/new-markup.scm: Turn-off error-triggering test code.
10056
10057 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10058
10059         * scm/new-markup.scm (markup-thrower-typecheck) 
10060         (markup-typecheck?):  add full typechecking functions.
10061         (make-markup-maker): add make-FOO-markup functions.
10062         (markup-argument-list-error): nice error checking messages.
10063         (make-markup): better function: less quoting escapades.
10064
10065 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10066
10067         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10068
10069 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10070
10071         * cygwin/lilypond.hint (requires): Add cygwin.
10072
10073         * .cvsignore: Remove stepmake (huh!?!), add lib.
10074
10075         * GNUmakefile.in: Add libdir links for builddir runs.
10076
10077         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10078         instead of datadir.
10079
10080         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10081         local_lilypond_libdir.
10082
10083         * config.make.in (lilypond_libdir): Add.
10084
10085         * stepmake/stepmake/substitute-rules.make: 
10086         * stepmake/stepmake/script-rules.make: 
10087         * stepmake/stepmake/python-module-rules.make:
10088         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10089         lilypond-python-module patch.
10090
10091 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10092
10093         * Documentation/user/refman.itely (Graphical interfaces): add note
10094         about xml2ly.
10095
10096 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10097
10098         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10099
10100 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10101
10102         * VERSION: released 1.7.10
10103
10104         * scripts/musedata2ly.py (): idem
10105
10106         * scripts/midi2ly.py (dump_chord): idem
10107
10108         * scripts/etf2ly.py (version): idem 
10109
10110         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10111
10112         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10113
10114         * scm/tex.scm (tex-output-expression): remove eval compat
10115         glut. Other output files too.
10116
10117         * scm/chord-name.scm: don't export anything from chord module.
10118
10119         * input/test/american-chords.ly: idem
10120
10121         * input/test/banter-chords.ly (texidoc): idem
10122
10123         * input/test/Cc-chords.ly: add breakage notes.
10124
10125         * Documentation/user/refman.itely (Text markup): rewrite manual
10126         section.
10127
10128         * lily/parser.yy (scalar): allow \markup { } as property value. 
10129
10130         * scm/chord-name.scm: complete new markup usage
10131
10132         * scm/grob-description.scm (all-grob-descriptions): use new markup
10133         texts by default
10134
10135 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10136
10137         * scm/chord-name.scm: partial move to new markup texts.
10138
10139 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10140
10141         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10142
10143         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10144         settable.
10145
10146 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10147
10148         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10149         invoked for old midi, wait for killing.
10150
10151 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10152
10153         * Documentation/user/music-glossary.tely: Finnishing.
10154
10155 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10156
10157         * mf/feta-nummer-code.mf: some kerning pairs.
10158
10159 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10160
10161         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10162         Added.
10163
10164         * Documentation/user/refman.itely (Bar numbers):
10165         set-bar-number-visibility added, modulo-bar-number removed again
10166         (sorry).
10167
10168 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10169
10170         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10171
10172         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10173
10174         * Documentation/user/music-glossary.tely: translate into Finnish.
10175
10176 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10177
10178         * lilypond-mode.el: add shortcut for 2midi
10179
10180         * lilypond-font-lock.el: fontify lyrics
10181
10182 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10183
10184         * scm/drums.scm : use 1.7.x names.
10185
10186         * input/regression/drums.ly : Don't use << chords >>
10187
10188 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10189
10190         * lilypond-mode.el: tidy, add TODO
10191
10192         * make/lilypond.mandrake.spec.in: install-info quietly.
10193
10194 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10195
10196         * input/test/markup.ly: use new syntax.
10197
10198 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10199
10200         * ly/params-init.ly (interscoreline): add word-space
10201
10202         * input/test/metronome.ly (eighthNote): idem.
10203
10204         * input/test/script-priority.ly: use new markup
10205
10206         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10207
10208         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10209
10210         * lily/parser.yy (gen_text_def): bugfix.
10211         (full_markup): allow markup identifier.
10212
10213 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10214
10215         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10216         jobs at the same time. Add horizontal lines to Command menu.
10217         Allow one compiling job -- propose killing others before a new one.
10218
10219         * lilypond.words: add markup, teeny, etc.
10220
10221 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10222
10223         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10224         Allow only one type of midi process; launching Midi either stops
10225         midis or plays the current midi and launching MidiAll stops midis
10226         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10227         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10228
10229 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10230
10231         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10232         markup  for new markup texts.
10233
10234         * lily/mark-engraver.cc (process_music): idem
10235         
10236         * lily/instrument-name-engraver.cc (create_text): idem
10237
10238         * scm/new-markup.scm (magnify-markup): new function.
10239
10240         * scm/molecule.scm (stack-lines): bugfix.
10241
10242         * lily/font-interface.cc (get_font): take font-magnification from
10243         alist chain.
10244
10245 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10246
10247         * lily/molecule-scheme.cc: move scheme functions to separate file.
10248
10249         * lily/font-metric.cc  (ly_get_glyph): new function. 
10250         
10251         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10252         (italic-markup, dynamic-markup): new functions
10253         (font-markup): new function
10254
10255         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10256         padding and minimum
10257
10258 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10259
10260         * lily/accidental-engraver.cc:
10261         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10262
10263 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10264
10265         * lilypond.vim:
10266         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10267         [a-zA-Z] for user defined identifiers. Separate note cases 
10268         with and without a duration (allow cis\longaX).
10269
10270         * lilypond.words: Add words from Info.
10271
10272 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10273
10274         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10275
10276 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10277
10278         * lilypond-mode.el: Propose reverting buffer before a command if
10279         it was edited with an another editor.
10280
10281 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10282
10283         * lily/molecule.cc (ly_translate_molecule): new function
10284
10285         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10286         into libdir
10287
10288         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10289
10290         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10291
10292 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10293
10294         * lilypond.words: take \words from Info-index.
10295
10296 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10297
10298         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10299
10300 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10301
10302         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10303
10304 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10305
10306         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10307         and lilypond-documentation.
10308
10309 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10310
10311         * lily/parser.yy: Compile fix (bison 1.75).
10312
10313 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10314
10315         * VERSION: 1.7.9 released
10316
10317         * scm/music-functions.scm (shift-one-duration-log): refactor.
10318         Use music-map.
10319
10320         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10321
10322         * NEWS: update.
10323
10324         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10325         argument
10326         
10327         * scm/music-functions.scm (display-music): new function
10328         (music-map): change arg order.
10329
10330         * input/regression/new-markup-syntax.scm: new file
10331
10332         * lily/parser.yy (markup): add \markup { .. } syntax.
10333
10334         * scm/new-markup.scm (override-markup): new function
10335         (lookup-markup): new function
10336         (music-markup): new function
10337         (lookup-markup-command): use markup-signature to store argument
10338         format for parser.
10339
10340         * lily/lexer.ll: preliminary \markup syntax. 
10341
10342 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10343
10344         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10345         add pre/post-dependencies and menus with icons from source.
10346
10347         * Documentation/pictures/lilypond-48x48.xpm:
10348         * Documentation/pictures/lilypond-32x32.xpm:
10349         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10350         transparent.
10351
10352         * stepmake/stepmake/generic-targets.make:
10353         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10354
10355 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10356
10357         * input/regression/music-map.ly (texidoc): new file.
10358
10359         * scm/music-functions.scm (music-map): new function
10360
10361 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10362
10363         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10364
10365 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10366
10367         * input/test/to-xml.ly:
10368         * lily/ligature-engraver.cc: Fixes documentation.
10369
10370         * lilypond.mandrake.spec.in:
10371         * lilypond.redhat.spec.in: Add lilypond.words.
10372
10373         * Documentation/user/refman.itely: Mention Info inside emacs.
10374         
10375         * lilypond.suse.spec.in:
10376         * lilypond.redhat.spec.in:
10377         * lilypond.mandrake.spec.in: Set root-owner for doc
10378         (tobbe@nyvalls.se).
10379
10380 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10381
10382         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10383         os.popen.read ().
10384
10385 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10386
10387         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10388
10389         * python/lilylib.py (error): add space
10390
10391 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10392
10393         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10394         distribution.
10395
10396 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10397
10398         * lily/paper-outputter.cc (Paper_outputter): close port when
10399         finishing score.
10400
10401 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10402
10403         * scm/sodipodi.scm: Fixes.
10404
10405 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10406
10407         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10408
10409         * buildscripts/make-font-dir.py: Fix. 
10410
10411 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10412
10413         * lilypond-mode.el: Add support for Info inside Emacs.
10414
10415 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10416
10417         * buildscripts/make-font-dir.py: 
10418         * mf/GNUmakefile: Make sodipodi font map.
10419
10420         * scm/sodipodi.scm: Add more output functions.
10421
10422         * mf/feta-nummer.mf: 
10423         * mf/feta-beugel.mf: Add font_coding_scheme.
10424
10425         * lily/paper-outputter.cc (output_header): Fix creator string.
10426
10427 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10428
10429         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10430         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10431
10432         * lilypond.words: add two (Everybody can add/remove words now!).
10433
10434         * debian/rules:
10435         * make/lilypond.suse.spec.in:
10436         * make/lilypond.mandrake.spec.in:
10437         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10438
10439         * Documentation/user/refman.itely: Mention autocompletion.
10440
10441 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10442
10443         * scripts/ly2dvi.py: Add paper sizes.
10444
10445         * lily/timing-engraver.cc: 
10446         * lily/time-signature.cc: 
10447         * lily/span-bar.cc: 
10448         * lily/grob-scheme.cc: Code formatting fixes.
10449
10450         * scm/sodipodi.scm: 
10451         * scm/sketch.scm:
10452         * buildscripts/mf-to-table.py: 
10453         * buildscripts/make-font-dir.py: Font testing.
10454
10455 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10456
10457         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10458         inserts try-completion and shows all-completions.
10459
10460         * lilypond.words: '\' -> '\\'
10461
10462         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10463         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10464         
10465         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10466         and LilyPond-reserved-words.
10467         
10468 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10469
10470         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10471         from load-path.
10472         
10473         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10474         the mini-buffer with Control-Shift-c.
10475         
10476 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10477
10478         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10479         duration. This fixes \tempo taking time.
10480
10481 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10482
10483         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10484         Allow for text markup in repeatCommands. 
10485
10486 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10487
10488         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10489         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10490         Get rid of skeleton.el-dependency.
10491
10492         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10493
10494 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10495
10496         * lily/beam-engraver.cc (stop_translation_timestep): reset
10497         now_stop_ev_
10498
10499         * lily/scm-option.cc: add parse-protect to ly:set-option
10500
10501         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10502
10503 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10504
10505         * lily/include/ligature-bracket.hh: removed
10506         * lily/ligature-bracket.cc: removed
10507
10508         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10509         .tex
10510
10511         * lily/beam.cc (set_beaming): don't change beam count on rests.
10512         (brew_molecule): always set flag-width > 0.
10513
10514 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10515
10516         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10517         chars, remove instructions; instead, refer to lilypond-init.el and
10518         Documentation/topdocs/INSTALL.texi.
10519
10520         * lilypond.words: add identifiers and reserved words.
10521
10522         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10523         files and adding a load-path.
10524
10525         * lilypond-init.el: Instructions, extracted from 
10526         Documentation/topdocs/INSTALL.texi. 
10527         
10528 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10529
10530         * VERSION: 1.7.8 released 
10531
10532         * lily/grob.cc (warning): better robustness fix.
10533
10534 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10535
10536         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10537
10538         * lily/cluster-engraver.cc: stick better to variable naming
10539         conventions
10540
10541         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10542         until stop_translation_timestep()
10543
10544         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10545         min/max coordinates to backend, but no musical info such as
10546         pitches
10547
10548         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10549
10550         * lily/grob.cc: robustness fix: warning(): do not crash if
10551         cause is not set
10552
10553         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10554         the much more elaborated tuplet brackets than the very naive and
10555         simple ligature bracket grob
10556
10557 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10558
10559         * Documentation/user/refman.itely (Analysis brackets): add
10560         horizontal bracket doco.
10561
10562         * ly/property-init.ly (setMmRestFermata): added.
10563
10564         * Documentation/user/refman.itely (Multi measure rests): fermatas
10565         on mm rests.
10566
10567         * input/regression/apply-context.ly (texidoc): new file
10568
10569         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10570         code to be executed during interpretation. Possible applications:
10571         smart octavation, more advanced bar checks. 
10572
10573         * lily/apply-context-iterator.cc: new file.
10574
10575 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10576
10577         * input/test/new-markup.ly: new file.
10578
10579         * lily/text-item.cc (text_to_molecule): new function
10580
10581         * scm/new-markup.scm (lambda): new file
10582
10583         * lily/function-documentation.cc (ly_add_function_documentation):
10584         add proc property as well
10585
10586 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10587
10588         * Documentation/user/music-glossary.tely (Top): add custos.
10589
10590 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10591
10592         * Documentation/topdocs/INSTALL.texi: advise how to include source
10593         path to Emacs load-path and improve language.
10594
10595 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10596
10597         * GNUmakefile.in: config.h message fix.
10598
10599         * autogen.sh:
10600         * aclocal.m4: Regenerate.
10601
10602         * configure.in: 
10603         * config.make.in: 
10604         * stepmake/config.make.in: 
10605         * stepmake/configure.in: 
10606         * stepmake/autogen.sh: 
10607         * stepmake/aclocal.m4: Update for autoconf 2.56.
10608
10609 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10610
10611         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10612         to install Emacs-mode. Instructions how to use vim-mode.
10613
10614 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10615
10616         * scm/music-types.scm (music-descriptions): no length for tempo event.
10617
10618         * input/*.ly: add \version everywhere.
10619         
10620         * input/*.ly: update syntax to 1.7 + new-chords.
10621
10622         * VERSION: 1.7.7 released.
10623         
10624         * Documentation/user/*.tely: new chord syntax.
10625
10626         * input/regression/[bc]*.ly (texidoc): syntax updates.
10627         
10628 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10629
10630         * lilypond.words: add vocabulary to be used in auto-completion
10631
10632         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10633
10634         * lilypond.vim: allow note name at EOF
10635
10636 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10637
10638         * buildscripts/new-chords.py (edit): -e option: inline editing.
10639
10640         * input/regression/a*.ly (texidoc): syntax updates.
10641
10642         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10643         music): elucidations. 
10644
10645 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10646
10647         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10648         ly/spanners-init.ly, scm/grob-description.scm,
10649         scm/grob-property-description.scm, scm/music-types.scm,
10650         lily/cluster-engraver.cc, lily/cluster.cc,
10651         lily/include/cluster.hh, input/test/cluster.ly: cluster
10652         implementation
10653
10654         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10655         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10656         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10657
10658         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10659
10660         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10661
10662         * scm/grob-description.scm: bugfix: by default, use default note
10663         head style when engraving ligatures
10664
10665         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10666
10667         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10668         events
10669
10670         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10671
10672         * input/test/ancient-font.ly: bugfix: style -> flag-style
10673
10674         * lily/ligature-engraver.cc: indentation fix
10675
10676         * lily/parser.yy: indentation fixes
10677         
10678 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10679
10680         * input/regression/measure-grouping.ly: more elaborate example.
10681
10682         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10683         ly:div-moment. New functions 
10684
10685         * scm/music-functions.scm (set-time-signature): new function,
10686         allow inline time sig settings with measure grouping.
10687
10688         * lily/parser.yy (command_element): move time sig construction
10689         into Scheme.
10690
10691         * lily/side-position-interface.cc (out_of_staff): new function,
10692         like padding, but keep minimum distance from staff. Easier than
10693         linespanners (dynamics, pedals), but roughly the same effect.
10694
10695 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10696
10697         * emacs-mode.el: Added spanish-note-replacements 
10698         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10699
10700         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10701
10702 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10703
10704         * lilypond.vim: Do not fontify cises, desis, etc.
10705
10706         * vimrc: view dvi with <S-F6>
10707
10708 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10709
10710         * lily/lookup.cc (triangle): new function.
10711
10712         * input/regression/measure-grouping.ly (texidoc): new file: show
10713         triangles and brackets for beat groups of 3 and 2.
10714
10715         * lily/include/measure-grouping-spanner.hh (class
10716         Measure_grouping): new file.
10717
10718         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10719
10720         * lily/measure-grouping-engraver.cc (class
10721         Measure_grouping_engraver): new file.
10722
10723 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10724
10725         * Merge from stable:
10726
10727             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10728         
10729         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10730         stylesheet.
10731
10732         * ly/paper19.ly: Include paper19-init.ly.
10733
10734         * ly/paper19-init.ly: New file.
10735
10736         * Documentation/user/tutorial.itely (First steps): Fix first
10737         example for font test.
10738
10739         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10740
10741         * ChangeLog: Add 1.7.6 release marker (see below).
10742
10743         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10744         Add .py files.
10745
10746 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10747
10748         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10749
10750         * input/tutorial/*.ly: update to new syntax.
10751
10752         * lily/parser.yy (Composite_music): new transpose syntax,
10753         \transpose FROM TO MUSIC. 
10754
10755 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10756
10757         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10758         latex progress/error output to stderr (by default this goes to
10759         stdout).  Show lilypond progress, even when not verbose.
10760
10761         * python/lilylib.py (system): New optional parameter to control
10762         showing of progress.
10763
10764         * scm/backend-documentation-lib.scm (check-dangling-properties):
10765         Fix error message.
10766
10767         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10768         axis, extent.
10769
10770         * scm/grob-property-description.scm (magnify): Remove.
10771         (extent, axis): Add.
10772
10773 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10774
10775         * VERSION: Release 1.7.6.
10776
10777         * scripts/convert-ly.py: more uniformization substitutions.
10778
10779         * buildscripts/new-chords.py (sub_chords): new file.
10780
10781 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10782
10783         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10784         lilypond.map.  Include sauter fonts too.  Cleanups.
10785
10786 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10787
10788         * Documentation/user/tutorial.itely (First steps): change to new
10789         chord/tie/slur/beam notation.
10790
10791         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10792         ties.
10793
10794         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10795         engraver. Process ties in postfix notation, i.e. c8-~ c
10796
10797         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10798
10799         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10800
10801         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10802
10803         * lily/beam-engraver.cc (try_music): accept new-beam-events
10804
10805         * input/regression/chord-scripts.ly (texidoc): new file
10806
10807         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10808         script-events.
10809
10810         * scm/script.scm (default-script-alist): cleanup.
10811
10812         * lily/script-engraver.cc (make_script_from_event): cleanup.
10813
10814         * lily/lyric-combine-music-iterator.cc
10815         (Lyric_combine_music_iterator): remove superfluous events.
10816         (melisma_busy): new function. Fix broken melismas.
10817
10818 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10819
10820         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10821         Remove nonvalid settings. Use descriptive key names.
10822         Use <Return> to indicate the pressing of that key.
10823
10824 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10825
10826         * scripts/lilypond-book.py (option_definitions): Typo.
10827
10828         * scripts/ly2dvi.py: Updates.
10829
10830         * python/lilylib.py (setup_environment, print_environment)
10831         (get_bbox, make_preview): Merge and remove from ly2dvi and
10832         lilypond-book.
10833
10834         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10835
10836         * .cvsignore: Remove some cruft.
10837
10838         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10839         path.
10840
10841         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10842         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10843         throughout.
10844
10845         * python/lilylib.py (quiet_system): Junk
10846         (system): Display error log upon failure.
10847         (read_pipe): New function.  Cleanups and fixes.
10848
10849         * python/*.py: Rename from *.py.in.
10850         
10851         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10852
10853         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10854
10855 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10856
10857         * python/GNUmakefile: Bugfix: handle modules.
10858
10859         * stepmake/stepmake/python-module-targets.make (default): Add
10860         compiled modules. 
10861
10862         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10863         compiling modules.
10864
10865         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10866         Bugfix.  (OUT_PYC_MODULES): Add.
10867
10868 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10869
10870         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10871         Use default paths. Refresh description.
10872
10873 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10874
10875         * VERSION: 1.7.5 released
10876
10877         * input/regression/finger-chords.ly (texidoc): new file.
10878
10879         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10880         support
10881
10882         * lily/fingering-engraver.cc (process_music): remove kludgy
10883         scriptHorizontal stuff.
10884
10885         * lily/script.cc: remove staff-support property.
10886
10887         * lily/new-fingering-engraver.cc (add_fingering): new
10888         file. Fingering engraver for new style chords.
10889
10890 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10891
10892         * lily/parser.yy (bare_number): allow 4 \cm (without
10893         decimal dot). (should backport to 1.6?)
10894
10895         * ly/declarations-init.ly: use Scheme for dimension defs.
10896
10897         * lily/parser.yy (TODO): remove hard coded dimensions, add
10898         REAL NUMBER_IDENTIFIER production.
10899
10900         * lily/rest-collision.cc (force_shift_callback): rewrite using
10901         -done property.
10902
10903         * scm/grob-property-description.scm (rest-collision-done): add
10904         property.
10905         
10906         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10907
10908 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10909
10910         * input/regression/multi-measure-rest-center.ly: new file.
10911
10912         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10913         off horizontally by 0.05 ss. Fixed.
10914
10915 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10916
10917         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10918
10919         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10920
10921 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10922
10923         * lily/tie.cc (get_control_points): also avoid staff lines on the
10924         just outside the outer staff lines
10925
10926 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10927
10928         * ly/params-init.ly: Just define style-alist, no need to
10929         define-public.
10930
10931         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
10932         (thanks Han-Wen).
10933
10934         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
10935         (FET_FILES): = FONT_FILES.
10936
10937         * Merge from stable:
10938
10939             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
10940
10941 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10942
10943         * VERSION: 1.7.4 released.  
10944         
10945         * scm/generate-documentation.scm (string-append): add macro
10946         definitions.
10947
10948         * lily/text-item.cc (lookup_text): don't use virtual fonts for
10949         normal texts.
10950
10951         * lily/multi-measure-rest-engraver.cc: make separate
10952         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
10953
10954         * lily/multi-measure-rest.cc: remove text handling. Remove
10955         number-threshold.
10956
10957 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10958
10959         * scm/music-types.scm: doc patch by Graham Percival
10960
10961 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10962
10963         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
10964         encoding part.
10965         (Font_info.set_defaults): pixelsize now also defauts to '0'.
10966         (sketch_p): Sketch wants only first four elements of X11 font spec.
10967
10968         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
10969
10970         * mf/feta-autometric.mf: Write foundry and family to log.
10971
10972         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
10973         font translation table.
10974
10975         * buildscripts/mf-to-table.py: Better font info into afm.
10976
10977         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
10978         1.0.9 required.
10979
10980         * configure.in: Whine for mftrace 1.0.9.
10981
10982 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10983
10984         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
10985
10986         * lily/main.cc (main_prog): don't try to load init.EXT when
10987         processing foo.EXT.
10988
10989 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
10990
10991         * scm/tex.scm (zigzig-line): added.
10992
10993         * scm/ps.scm (zigzag-line): added.
10994
10995         * ps/music-drawing-routines.ps (subvec): added.
10996         (draw_zigzag_line): added.
10997         
10998         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
10999         grob properties zigzag-width and zigzag-length.
11000
11001         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11002
11003 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11004
11005         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11006         svg output, including font.
11007
11008 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11009
11010         * scm/lily.scm: Register sodipodi output module.
11011
11012         * scm/sodipodi.scm: New file.
11013
11014         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11015
11016         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11017         comment, after header.
11018         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11019         FullName.  Fix FontName key.
11020
11021 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11022
11023         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11024         and breve rests.
11025         
11026         * input/test/blank-notes.ly: bugfix
11027
11028         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11029         rests. (Kim Shrier)
11030
11031         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11032         
11033 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11034
11035         * scm/tex.scm: 
11036         * scm/ps.scm: Cleanup and remove obsolete junk.
11037
11038         * Documentation/user/internals.itely:
11039         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11040
11041         * lily/parser.yy: Identify shift/reduce problems.
11042
11043         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11044         make-style-sheet.  Too specific for convert-ly?
11045
11046 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11047
11048         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11049
11050         * input/test/*.ly: various fixes.
11051
11052         * lily/music.cc (name): bugfix
11053
11054         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11055
11056         * lily/input-file-results.cc (code): set-point-and-click! ->
11057         set-point-and-click
11058         
11059 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11060
11061         * Use uniform ly: prefix for exported scheme primitive functions.
11062
11063         * scm/music-types.scm: junk compat glue
11064
11065         * scripts/convert-ly.py: add rules for stuff below, junk
11066         compatibility glue for spanrequest.
11067
11068         * lily/parser.yy (verbose_event): remove \spanrequest,
11069         \commandspanrequest, \script. 
11070         
11071         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11072
11073         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11074         for \penalty, \glissando.
11075
11076         * VERSION: release 1.7.3
11077         
11078 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11079
11080         * lily/accidental-engraver.cc: Fix
11081         grace-in-the-beginning-of-measure bug caused by the resent
11082         partial-measure fix.
11083
11084         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11085         overlap looks too crowded)
11086         
11087 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11088
11089         * lily/parser.yy (assignment): allow SCM expression as assignment.
11090
11091         * lily/include/music-output-def.hh (class Music_output_def):
11092         * lily/music-output-def.cc: 
11093         * lily/paper-def.cc: 
11094         * scm/font.scm (markup-to-properties):
11095         * lily/parser.yy (music_output_def_body): 
11096         remove style_sheet_
11097
11098 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11099
11100         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11101         length.
11102
11103         * input/regression/spacing-to-grace.ly: new file.
11104
11105         * input/regression/spacing-end-of-line.ly: new file.
11106
11107         * lily/note-spacing.cc (get_spacing): take into account breakable
11108         stuff sticking out at the left (time sig change at line break).
11109
11110         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11111         raggedright code.
11112
11113         * scm/music-functions.scm (make-voice-props-set): add
11114         staff-position for mm rests.
11115  
11116         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11117         before grace notes a little.
11118
11119         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11120
11121         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11122         key adds space at the end of line. 
11123
11124 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11125
11126         * scm/sketch.scm: Fix beams.
11127
11128         * buildscripts/mf-to-table.py: Add EncodingScheme.
11129
11130         * scm/sketch.scm: Resurrect.
11131
11132 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11133
11134         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11135         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11136
11137 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11138
11139         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11140
11141         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11142
11143 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11144
11145         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11146         token for origin information.
11147
11148         * lily/parser.yy (My_lily_lexer): do identifier location and
11149         cloning from lexer.
11150
11151         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11152         logic out of the parser. Add bar checks on both ends.
11153
11154         * Documentation/user/refman.itely (Multi measure rests): add more
11155         notes about mm rests.
11156
11157 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11158
11159         * input/regression/bar-scripts.ly: Re-enable.
11160
11161         * lily/parser.yy:
11162         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11163         released rsn.  Bison 1.50 has a crucial bug and won't work.
11164
11165         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11166
11167
11168 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11169
11170         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11171
11172 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11173
11174         * Actually merge changes since 1.6.4 besides ChangeLog, and
11175         resolve conflicts.  Lots of updates, hope all is well.
11176         
11177         * cygwin/lilypond.hint (requires): Add ghostscript.
11178
11179         * scm: Update some (c).
11180         
11181 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11182
11183         * input/test/{various}.ly: add \header fields and texidoc strings.
11184
11185 2002-10-05  Werner Lemberg  <wl@gnu.org>
11186
11187         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11188         renamed to `output_latex_quoted'.
11189         Added `output_latex_noquote'.
11190         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11191         mode.
11192
11193 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11194
11195         * ChangeLog: Add 1.6.6 release marker.  See below.
11196
11197         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11198
11199         * scripts/midi2ly.py: Fix global syntax warnings.
11200
11201         * GNUmakefile.in: Generate builddir locale tree too.
11202
11203         * scripts/ly2dvi.py:
11204         * scripts/midi2ly.py: 
11205         * scripts/mup2ly.py: 
11206         * scripts/update-lily.py:
11207         * lily/main.cc (setup_paths): Fix for locales setup.
11208
11209 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11210
11211         * Documentation/windows/installing.texi: Soften wording about
11212         necessity of becoming Administrator.  tommie@iae.nl reports this
11213         does not seem to be necessary for his flavour of Windows 2000.
11214         Explicitely discourage text mode mounts.
11215
11216 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11217
11218         * lily/rest.cc (after_line_breaking): backport dot position fix.
11219
11220         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11221         rests. Thanks to Klaus Zimmermann for finding this bug.
11222
11223 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11224
11225         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11226
11227 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11228
11229         * Documentation/user/music-glossary.tely: fix links.
11230
11231 2002-10-21  Werner Lemberg  <wl@gnu.org>
11232
11233         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11234         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11235         scaling factor) only once and use them in the definition of
11236         \embeddedps.
11237         * ps/music-drawing-routines.ps (skeel): Removed.
11238
11239 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11240
11241         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11242         Solaris7, as we don't use nested $( ) constructs.
11243
11244 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11245
11246         * VERSION: Release 1.6.6.
11247         
11248 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11249
11250         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11251         as workaround for /bin/sh problems on Solaris7.
11252
11253 2002-10-19  Werner Lemberg  <wl@gnu.org>
11254
11255         * GNUmakefile.in (web-doc): Fix typos.
11256         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11257         `music-drawing-routines.ps' but emit \special{header=...} once.
11258         * scm/tex.scm (header-end): Updated.
11259
11260 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11261
11262         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11263         undefined tremolo. 
11264
11265 2002-10-15  Werner Lemberg  <wl@gnu.org>
11266
11267         * scripts/lilypond-book.py (g_make_html): New global variable.
11268         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11269         if `g_make_html' isn't set.
11270         [main]: Add format `texi-html'.
11271         (option_definitions): Updated.
11272         * Documentation/user/lilypond-book.itely: Updated.
11273
11274         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11275         * make/ly-rules.make (%.texi, %.nexi): Use it.
11276         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11277         format to lilypond-book.
11278         * GNUmakefile.in (web-doc): Ditto.
11279
11280 2002-10-14  Werner Lemberg  <wl@gnu.org>
11281
11282         Further improve TeX output.  The produced files are about 40%
11283         smaller.  `lilyponddefs.tex' is now read only once.
11284
11285         * tex/lilyponddefs.tex: Remove footer stuff.
11286         (\ifundefined): Renamed to...
11287         (\lilypondundefined): This.  Use LaTeX's definition to
11288         make it nestable and make it global.
11289         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11290         output.
11291         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11292         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11293         them global.
11294         (\placebox): Renamed to...
11295         (\lyitem): This.
11296         Make it global and call \outputscale by itself.
11297         (\lybox, \lyvrule): New macros to reduce input data.
11298         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11299         New auxiliary macros.
11300         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11301         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11302         to...
11303         (\lilypondspace): This and made it global.
11304         (\turnOnPostScript): Renamed to...
11305         (\lilypondpostscript): This and made it global.
11306         (\turnOnExperimentalFeatures): Renamed to...
11307         (\lilypondexperimentalfeatures): This and made it global.
11308         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11309         (\lilypondsetdimen): This and made it global.
11310         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11311         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11312         (all, $(outdir)/music-drawing-routines.ps): New rules.
11313         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11314         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11315         start-system, stop-system, stop-last-system, filledbox): Updated to
11316         use the changed macros from lilyponddefs.tex.
11317         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11318
11319 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11320
11321         * Documentation/windows/installing.texi: Update.
11322
11323 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11324
11325         * VERSION: 1.6.5 released
11326
11327         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11328
11329 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11330
11331         * scm/translator-property-description.scm (voltaOnThisStaff): add
11332         property.
11333
11334 2002-09-28  Werner Lemberg  <wl@gnu.org>
11335
11336         * scm/tex.scm (header-end): Suppress page numbering.
11337
11338         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11339         Fix quotation for HTML output.
11340
11341 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11342         
11343         * Documentation/user/refman.itely: grammar and phrasing
11344           fixes to "Note Entry" section.  Also adds a few new examples.
11345
11346 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11347
11348         * flower/include/string-data.icc: include string.h
11349
11350 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11351
11352         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11353
11354 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11355
11356         * Documentation/user/GNUmakefile (extra-local-help): Add.
11357
11358         * stepmake/stepmake/www-targets.make (local-help): Add.
11359
11360 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11361
11362         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11363         packages.
11364
11365         * Documentation/topdocs/README.texi (Top): building documentation
11366         (not website.)
11367
11368 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11369
11370         * Documentation/user/refman.itely: 
11371         * Documentation/user/tutorial.itely: 
11372         * Documentation/user/music-glossary.tely: Merge changes.
11373
11374         * Documentation/user/glossary.html.in: 
11375         * Documentation/index.texi: 
11376         * Documentation/header.html.in: Accomodate renaming of glossary.
11377         
11378         * Documentation/user/tutorial.itely: Add some glossary references.
11379         
11380         * Documentation/user/refman.itely: Minor fixes.
11381         
11382         * Documentation/user/lilypond.tely: Add glossary do direntry.
11383
11384         * Documentation/user/music-glossary.tely: Rename (previously:
11385         glossary.tely).  Fix anchor placement.
11386
11387         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11388
11389 2002-09-23  Werner Lemberg  <wl@gnu.org>
11390
11391         * scripts/lilypond-book.py (output_dict): Fix handling of
11392         various environments by avoid extraneous newlines.
11393         Rename `output-all' regexp for html to `output-html'.
11394         Replace `output-all' regexp for texi with `output-texi-quote'
11395         and `output-texi-noquote'.
11396         (compose_full_body): Don't override `linewidth' user option
11397         for `singleline'.
11398         (schedule_lilypond_block): Don't indent text specified with
11399         `intertext' option.
11400         Add new option `noquote'.
11401         (compile_all_files): Use latex instead of tex to compile ly
11402         files directly.
11403
11404         * Documentation/user/lilypond-book.itely: Updated and revised.
11405         Improve layout.
11406
11407         * Documentation/user/glossary.tely,
11408         Documentation/user/introduction.itely,
11409         Documentation/user/tutorial.itely,
11410         Documentation/user/refman.itely,
11411         Documentation/user/appendices.itely: Fix overfull LilyPond
11412         boxes caused by the new lilypond-book code.  Other minor
11413         fixes.
11414
11415         * Documentation/user/macros.itexi (@texiflat): Don't emit
11416         trailing space.
11417
11418         * scm/tex.scm (end-output, header-end): Add preamble and
11419         postamble to make lilypond output directly compilable with
11420         latex.
11421
11422         
11423 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11424
11425         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11426         instructions.
11427
11428 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11429
11430         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11431
11432 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11433
11434         * lily/beam.cc (connect_beams): don't crash if there are quarter
11435         notes in beams.
11436
11437 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11438
11439         * Documentation/user/refman.itely: corrected ancient clef
11440         docu; added docu on ligatures
11441
11442 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11443
11444         * Documentation/user/glossary.tely,
11445         Documentation/user/refman.itely, input/les-nereides.ly,
11446         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11447         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11448         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11449         Stem properties: flag-style -> stroke-style, style -> flag-style.
11450
11451
11452 2002-09-22  Werner Lemberg  <wl@gnu.org>
11453
11454         * scripts/lilypond-book.py: Add option `notime' to suppress
11455         printing of a time signature.  Specify default indentation of 0pt
11456         if single line fragment.  Don't emit redundant `\paper{ }'.
11457
11458         * Documentation/user/lilypond-book.itely: Updated.
11459
11460         * Documentation/user/glossary.tely: Completely reformatting.
11461
11462 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11463
11464         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11465
11466 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11467
11468         * Documentation/user/tutorial.itely: Fix links.
11469         
11470         * Documentation/topdocs/index.tely:
11471         * Documentation/index.texi:
11472         * Documentation/header.html.in: Small website fixes and updates.
11473
11474         * debian/: Debian patch by Anthony Fok.
11475
11476 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11477
11478         * Documentation/footer.html.in: How time flies: It's already 2002!
11479
11480         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11481         more descriptive link names than 'here'.
11482
11483 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11484
11485         * VERSION: 1.7.2 released
11486         * VERSION: 1.6.4 released
11487         
11488         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11489
11490         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11491         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11492
11493         * mf/feta-din.mf (test): add x-height and space.
11494
11495         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11496         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11497
11498         * ly/grace-init.ly: add-to-grace-init: function to portably add
11499         settings to \grace. 
11500
11501         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11502         if we get an absolute dynamic event.
11503  
11504         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11505
11506         * lily/source-file.cc (get_line): oops. All line numbers were off
11507         by 2. Fix that. 
11508
11509         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11510         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11511
11512         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11513
11514         * lily/parser.yy (number_factor): remove (number) as number
11515         expression. ("Let them eat Lisp").
11516
11517 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11518
11519         * lily/horizontal-bracket.cc: new file.
11520
11521         * lily/horizontal-bracket-engraver.cc: new file.
11522
11523         * input/regression/note-group-bracket.ly: new file. Support
11524         horizontal note brackets for music analysis.
11525
11526         * lily/stem.cc (flag): new flag-style: no-flag.
11527
11528         * input/test/stem-cross-staff.ly: new file
11529         
11530         * Documentation/user/internals.itely: Improved formatting, fixing
11531         typos.  Added a section `Output details' to describe how the TeX
11532         code looks like.
11533
11534         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11535
11536         * lily/parser.yy: remove \dynamicscript.
11537
11538         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11539         definitions. 
11540
11541         * python/midi.c (midi_error): take two arguments.
11542
11543         * Merge 1.6.5 changes:
11544         
11545 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11546
11547         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11548         staff-space.  Previous 1.5 was probably meant as half-spaces.
11549         (cautionary-style): parentheses (was: smaller).  This is what doco
11550         says, and it seems more logical.
11551
11552         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11553         for 2nd sentence.
11554
11555 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11556
11557         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11558
11559 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11560
11561         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11562
11563 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11564
11565         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11566
11567 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11568
11569         * scm/translator-property-description.scm (voltaOnThisStaff): add
11570         property.
11571
11572 2002-09-28  Werner Lemberg  <wl@gnu.org>
11573
11574         * scm/tex.scm (header-end): Suppress page numbering.
11575
11576         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11577         Fix quotation for HTML output.
11578
11579 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11580         
11581         * Documentation/user/refman.itely: grammar and phrasing
11582           fixes to "Note Entry" section.  Also adds a few new examples.
11583
11584 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11585
11586         * flower/include/string-data.icc: include string.h
11587
11588 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11589
11590         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11591
11592 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11593
11594         * Documentation/user/GNUmakefile (extra-local-help): Add.
11595
11596         * stepmake/stepmake/www-targets.make (local-help): Add.
11597
11598 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11599
11600         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11601         packages.
11602
11603         * Documentation/topdocs/README.texi (Top): building documentation
11604         (not website.)
11605
11606 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11607
11608         * Documentation/user/refman.itely: 
11609         * Documentation/user/tutorial.itely: 
11610         * Documentation/user/music-glossary.tely: Merge changes.
11611
11612         * Documentation/user/glossary.html.in: 
11613         * Documentation/index.texi: 
11614         * Documentation/header.html.in: Accomodate renaming of glossary.
11615         
11616         * Documentation/user/tutorial.itely: Add some glossary references.
11617         
11618         * Documentation/user/refman.itely: Minor fixes.
11619         
11620         * Documentation/user/lilypond.tely: Add glossary do direntry.
11621
11622         * Documentation/user/music-glossary.tely: Rename (previously:
11623         glossary.tely).  Fix anchor placement.
11624
11625         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11626
11627 2002-09-23  Werner Lemberg  <wl@gnu.org>
11628
11629         * scripts/lilypond-book.py (output_dict): Fix handling of
11630         various environments by avoid extraneous newlines.
11631         Rename `output-all' regexp for html to `output-html'.
11632         Replace `output-all' regexp for texi with `output-texi-quote'
11633         and `output-texi-noquote'.
11634         (compose_full_body): Don't override `linewidth' user option
11635         for `singleline'.
11636         (schedule_lilypond_block): Don't indent text specified with
11637         `intertext' option.
11638         Add new option `noquote'.
11639         (compile_all_files): Use latex instead of tex to compile ly
11640         files directly.
11641
11642         * Documentation/user/lilypond-book.itely: Updated and revised.
11643         Improve layout.
11644
11645         * Documentation/user/glossary.tely,
11646         Documentation/user/introduction.itely,
11647         Documentation/user/tutorial.itely,
11648         Documentation/user/refman.itely,
11649         Documentation/user/appendices.itely: Fix overfull LilyPond
11650         boxes caused by the new lilypond-book code.  Other minor
11651         fixes.
11652
11653         * Documentation/user/macros.itexi (@texiflat): Don't emit
11654         trailing space.
11655
11656         * scm/tex.scm (end-output, header-end): Add preamble and
11657         postamble to make lilypond output directly compilable with
11658         latex.
11659
11660         
11661 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11662
11663         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11664         instructions.
11665
11666 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11667
11668         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11669
11670 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11671
11672         * lily/beam.cc (connect_beams): don't crash if there are quarter
11673         notes in beams.
11674
11675 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11676
11677         * Documentation/user/refman.itely: corrected ancient clef
11678         docu; added docu on ligatures
11679
11680 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11681
11682         * Documentation/user/glossary.tely,
11683         Documentation/user/refman.itely, input/les-nereides.ly,
11684         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11685         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11686         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11687         Stem properties: flag-style -> stroke-style, style -> flag-style.
11688
11689 2002-09-22  Werner Lemberg  <wl@gnu.org>
11690
11691         * scripts/lilypond-book.py: Add option `notime' to suppress
11692         printing of a time signature.  Specify default indentation of 0pt
11693         if single line fragment.  Don't emit redundant `\paper{ }'.
11694
11695         * Documentation/user/lilypond-book.itely: Updated.
11696
11697         * Documentation/user/glossary.tely: Completely reformatting.
11698
11699 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11700
11701         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11702
11703 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11704
11705         * Documentation/user/tutorial.itely: Fix links.
11706         
11707         * Documentation/topdocs/index.tely:
11708         * Documentation/index.texi:
11709         * Documentation/header.html.in: Small website fixes and updates.
11710
11711         * debian/: Debian patch by Anthony Fok.
11712
11713 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11714
11715         * Documentation/footer.html.in: How time flies: It's already 2002!
11716
11717         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11718         more descriptive link names than 'here'.
11719
11720 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11721
11722         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11723
11724 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11725
11726         * lily/part-combine-music-iterator.cc (get_state): cleanup
11727         (get_music_info): cleanup.
11728
11729 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11730
11731         * scm/backend-documentation-lib.scm (interface-doc-string):
11732         crosslinks between interfaces and grobs. Headings for interfaces
11733         in grob explanation.
11734
11735 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11736
11737         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11738         dtd).  Add preliminary dtd.
11739         (re-sub-alist): Robustify.
11740
11741 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11742
11743         * lily/include/event-chord-iterator.hh,
11744         lily/context-specced-music-iterator.cc,
11745         lily/event.cc, lily/event-chord-iterator.cc: add
11746
11747 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11748
11749         * lily/: some (c) header fixes.
11750         
11751         * lily/request-chord.cc: Remove.
11752         
11753         * lily/include/event-chord-iterator.hh:
11754         * lily/include/event.hh:
11755         * lily/event-chord.cc: New file.
11756         
11757         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11758         requested.
11759
11760 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11761
11762         * lily/ : rename Request to Event
11763
11764         * lily/parser.yy (command_element): move clef stuff into Scheme.
11765
11766         * lily/:  rename length_mom () to get_length()
11767
11768         * lily/part-combine-music.cc: removed file and class.
11769
11770         * lily/context-specced-music-iterator.cc (class
11771         Context_specced_music_iterator): new file. Obsoletes the
11772         Context_specced_music type.
11773
11774         * scm/music-types.scm (make-repeated-music): put different kinds
11775         of repeated music into music-type table.
11776
11777         * VERSION: 1.7.1 released.
11778
11779         * scm/to-xml.scm: new file.
11780
11781         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11782         new Input representation: dump music as XML.
11783
11784         * scm/engraver-documentation-lib.scm
11785         (engraver-accepts-music-types?): add links from music to engraver,
11786         from music-type to engraver.
11787
11788         * lily/include/command-request.hh: removed
11789         lily/include/musical-request.hh: removed. Removed all _req classes
11790         except Key_change_req. Changes throughout.
11791
11792 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11793
11794         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11795
11796 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11797
11798         * lily/*.cc: specify accepts for many engravers.
11799
11800         * scm/music-documentation-lib.scm: dump music expressions and
11801         music subtypes.
11802
11803         * scm/documentation-lib.scm: complete revision.
11804         Use GOOPS objects to store document tree explicitly. Cleaned up and
11805         sped up doco generation a lot.
11806
11807 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11808
11809         * input/trip.ly (fugaIILeft): add arpeggio
11810
11811         * lily/translator-group.cc (try_music_on_nongroup_children):
11812         oops. The name symbol is in the cdr of the assoc handle.
11813
11814         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11815         Hyphen_req, Glissando_req, Break_req, Mark_req 
11816
11817 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11818
11819         * lily/musical-request.cc (music-duration-length,
11820         music-duration-compress): new functions.
11821
11822         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11823         throughout. Warning doesn't work yet.
11824
11825         * lily/translator-group.cc (try_music_on_nongroup_children):
11826         new implementation: store candidate acceptors in a hashTable.
11827
11828 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11829
11830         * scm/music-types.scm (music-descriptions): change name to
11831         internal-class-name
11832
11833         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11834
11835 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11836
11837         * lily/beam.cc (connect_beams): don't crash if there are quarter
11838         notes in beams.
11839
11840 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11841
11842         * Documentation/user/refman.itely: corrected ancient clef
11843         docu; added docu on ligatures
11844
11845 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11846
11847         * Documentation/user/glossary.tely,
11848         Documentation/user/refman.itely, input/les-nereides.ly,
11849         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11850         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11851         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11852         Stem properties: flag-style -> stroke-style, style -> flag-style.
11853
11854 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11855
11856         * scm/music-functions.scm (music-separator?): don't use name music
11857         property.
11858
11859 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11860
11861         * stepmake/stepmake/generic-targets.make (help): Document check
11862         target.
11863
11864         * lily/new-accidental-engraver.cc: Compile fix.
11865
11866 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11867
11868         * scripts/convert-ly.py: Add rule.
11869
11870         * input/test/music-creation.ly:
11871         * input/test/add-staccato.ly:
11872         * input/test/add-text-script.ly: ly-make-music.
11873
11874         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11875         More ly-make-music renamings.
11876
11877         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11878
11879         * lily/music-constructor.cc (make_music): Add debugging info.
11880
11881         * scm/music-functions.scm (make-simultaneous-music,
11882         (make-sequential-music, context-spec-music):
11883         * scm/music-types.scm (music-descriptions): Get lily to run.
11884
11885 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11886
11887         * lily/command-request.cc (transpose_key_alist): new function.
11888
11889         * lily/key-performer.cc (create_audio_elements): cleanup. 
11890
11891 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11892
11893         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11894
11895         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11896         events-accepted field.
11897
11898         * scm/music-types.scm: new file.
11899
11900         * lily/parser.yy: put music type initialization into scheme,
11901         similar to grob initialization.  Changes throughout.
11902
11903 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11904
11905         * Documentation/user/tutorial.itely: Fix links.
11906         
11907         * Documentation/index.texi: 
11908         * Documentation/header.html.in: 
11909         * Documentation/topdocs/index.tely: Small website fixes and updates.
11910
11911         * debian/: Debian patch by Anthony Fok.
11912
11913 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11914
11915         * Documentation/footer.html.in: How time flies: It's already 2002!
11916
11917         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11918         more descriptive link names than 'here'.
11919
11920         * ROADMAP: Remove test stuff.
11921
11922         * scripts/update-lily.py: Allow auto-building of stable and
11923         development versions.  Bugfixes.
11924
11925 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11926
11927         * VERSION: released 1.7.0
11928
11929         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11930
11931         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
11932         positive line widths.
11933
11934 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11935
11936         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
11937         go.  Fix comments.
11938
11939         * cygwin: Cygwin updates.
11940
11941 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11942
11943         * Documentation/windows/installing.texi (Top): version for python,
11944         urls for ghostscript (thanks to John Potelle)
11945         
11946         * lily/simultaneous-music-iterator.cc
11947         (Simultaneous_music_iterator): init children_list_ before
11948         triggering GC.
11949
11950         * lily/*-iterator.cc: be even more careful with smobbed copy
11951         constructors. 
11952
11953         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
11954         LeftEdge item.
11955
11956 2002-09-15  Werner Lemberg  <wl@gnu.org>
11957
11958         Improving LilyPond's output to make them ordinary TeX boxes with
11959         predictable dimensions.  System boxes are now vertically centered on
11960         the baseline; this offset can be further controlled with
11961         \lilypondscoreshift.
11962
11963         * lily/system.cc (System::post_processing): Pass length of current
11964         system to `start-system' (including any horizontal indentation).
11965
11966         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
11967         prettier.
11968         (lily-def): Append `%'.
11969         (start-system): Add parameter `wd'.  Output more TeX code to specify
11970         box dimensions.
11971         (stop-system, stop-last-system): Complement changes in
11972         `start-system'.
11973         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
11974         Updated.
11975
11976         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
11977         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
11978         Write final `\endinput'.
11979
11980         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
11981         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
11982         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
11983         files and macro definitions don't produce spurious spaces and
11984         paragraphs (using \endlinechar).
11985         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
11986
11987         * Documentation/user/internals.itely: Improved formatting, fixing
11988         typos.  Added a section `Output details' to describe how the TeX
11989         code looks like.
11990
11991 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11992
11993         * lily/accidental-engraver.cc: Also work with partial measures.
11994
11995 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11996
11997         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
11998         spanner.
11999
12000 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12001
12002         * lily/identifier-smob.cc (unpack_identifier): new file.
12003
12004         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12005         pass off scheme expressions as music identifiers.
12006
12007         * scm/lily.scm: reorganisation, cleanups.
12008
12009         * lily/main.cc: small cleanups.
12010
12011 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12012
12013         * lily/ly-module.{cc,hh}: new file.
12014
12015 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12016
12017         * lily/accidental-engraver.cc: Also work with partial measures.
12018
12019 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12020
12021         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12022
12023 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12024
12025         * lily/my-lily-lexer.cc: use SCM module in stead of
12026         Scheme_hash_table. Changes throughout.  
12027
12028 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12029
12030         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12031