]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(ly:interpret-stencil): Was:
[lilypond.git] / ChangeLog
1 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * lily/stencil.cc (ly:interpret-stencil): Was:
4         interpret_stencil_expression.
5
6 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7
8         * buildscripts/guile-gnome.sh: New file.
9
10         * scm/output-gnome.scm: White background, better window size, sane
11         canvas size.  Cleanups.
12
13 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14
15         * Documentation/user/invoking.itexi (Invoking the lilypond
16         binary): document --safe.
17
18         * scm/output-gnome.scm: set PATH in script.
19
20         * scm/page-layout.scm (default-page-make-stencil): don't stretch
21         if there is too few systems on a page.
22
23         * lily/parser.yy (relative_music): start at middle C without pitch
24         argument.
25
26         * Documentation/user/changing-defaults.itely (Page layout): new node.
27         (Paper size): rename node
28         (Page breaking): new node.
29         (Titling): move from invoking.
30         (File structure): new node.
31
32         * lily/parser.yy (score_body): allow \header and music anywhere in
33         \score body.
34
35 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
36
37         * scm/lily.scm (ly:load): Remove page-breaking.scm.
38
39 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
40
41         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
42
43         * lily/include/paper-line.hh: rename to Paper_system.
44
45         * lily/include/paper-book.hh: doc class.
46
47         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
48
49         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
50         (plain-header): add instrument-name.
51         (default-page-make-stencil): bugfixes.
52
53         * lily/parser.yy (book_body): allow \header anywhere in \book{}
54
55         * lily/paper-book.cc: remove copyright & tagline. Remove
56         interactions with Page
57
58         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
59         here, 
60         (default-page-make-stencil): new function
61         (default-page-music-height): new function
62         (page-headfoot): new function
63         (ly:optimal-page-breaks): generate stencils directly from here
64
65         * scm/titling.scm: new file, group titling functions
66
67 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
68
69         * scm/output-gnome.scm: Handle multiple pages.
70
71         * scm/framework-gnome.scm: Do not load output-gnome.
72         (framework-gnome): Invoke output-gnome::header and
73         output-gnome::end-output as faked stencils.  Fixes experimental
74         gnome output.
75
76 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
77
78         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
79         octavation compatibility fixes. Backportme. 
80
81         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
82         pages.
83         (ly:optimal-page-breaks): combine-penalties: no shortcut for
84         negative. Now we handle negative penalties (ie. \pageBreak)
85         correctly.
86
87         * lily/system.cc (get_line): extract page-penalty from the left
88         bound.
89
90         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
91
92 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
93
94         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
95
96 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
97
98         * scm/output-gnome.scm: Update script.  Move development to
99         lilypond_2_3_2 branch for now.
100
101 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
102
103         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
104         negative penalties.
105         cleanups.
106
107         * Documentation/user/changing-defaults.itely (Creating contexts):
108         index entries
109
110         * scm/page-breaking.scm (ly:optimal-page-breaks): new
111         file. Rewrite function. 
112
113         * lily/paper-book.cc (pages): new interface: page-breaking returns
114         list of line-list.
115
116         * lily/page.cc (Page): take lines argument.
117
118         * scm/document-translation.scm (all-engravers-doc): link to user man
119
120         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
121
122         * Documentation/user/notation.itely (Relative octaves): typo.
123
124         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
125
126 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
127
128         * scm/output-gnome.scm: Update build script.
129
130 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
131
132         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
133         gnome backend.
134
135         * scm/framework-gnome.scm: New file.
136
137         * scm/lily.scm: Use it.
138
139         * lily/paper-outputter.cc: Janitorial cleanups.
140         (ly:outputter-dump-string): Remove unreachable statement.
141
142         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
143         (ice-9): Bugfix: Add srfi-1.
144
145         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
146
147 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
148
149         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
150         in do_quit()
151         
152 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
153
154         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
155
156 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
157
158         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
159         override of Beam::position-callbacks. Why would grace beams not be
160         quantized? Fixes: weird-stem-size-grace. 
161
162         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
163         warning only once. Backportme.
164
165         * lily/accidental-engraver.cc (number_accidentals_from_sig):
166         bugfix, 2nd try. Backportme.
167
168         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
169
170 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
171
172         * Documentation/user/notation.itely (Instrument transpositions):
173         Correct the name of the instrumentTransposition property.
174
175 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
176
177         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
178
179 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
180
181         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
182         and postLilyPondExample are called when defined.
183
184 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
185
186         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
187         This fixes setting notenames with `\include "nederlands.ly" '
188
189         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
190         new function.
191
192 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
193
194         * scm/page-layout.scm: don't do piece, it should be in score-title
195         only.
196
197         * lily/lexer.ll: lex \score separately.
198
199         * lily/paper-book.cc: junk stencil2line.
200
201         * lily/paper-line.cc (Paper_line): construct from Stencil
202         directly. No futzing with the dimensions.
203
204         * lily/include/paper-line.hh (class Paper_line): 
205
206         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
207         takes arbitrary number of arguments.
208
209         * input/test/markup-score.ly (tuning): simplify example. 
210
211 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
212
213         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
214
215         * scm/define-markup-commands.scm (score): define score-markup
216
217         * lily/parser.yy (markup): use score-markup.
218
219         * lily/score.cc: add ly:score? 
220
221 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
222
223         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
224         fret-parse-string so it prepares for calls to fret-diagram-verbose
225         Changed display constants to props so they are available for
226         \override.
227         
228 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
229
230         * VERSION: release 2.3.3
231
232         * stepmake/stepmake/generic-vars.make: unset LANG.
233
234         * input/regression/tuplet-nest.ly: bugfix.
235
236         * lily/tie-performer.cc (stop_translation_timestep): reset
237         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
238
239         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
240         clear repeat_ directly after setting stem_tremolo_. Fixes:
241         tremolo-repeat.ly
242
243         * input/regression/span-bar-break.ly: new file.
244
245         * scm/define-grobs.scm (all-grob-descriptions): remove
246         break-visibility from SpanBar. Fixes: piano-repeat.ly
247
248 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
249
250         * python/lilylib.py (make_ps_images): only compute bbox when needed.
251
252         * scripts/lilypond-book.py (process_snippets): use lily -f ps
253         files for generating pngs. (failed experiment)
254
255         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
256         file with PFA fonts included.
257
258         * lily/score.cc (default_rendering): put header in too.
259
260         * lily/paper-line.cc (LY_DEFINE): change function to
261         ly:paper-line-extent
262
263         * scm/page-layout.scm (default-book-title): only add lines for
264         non-nil fields.
265         (default-score-title): idem.
266
267         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
268
269         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
270
271         * lily/include/paper-book.hh (class Paper_book): remove height_
272         member.
273
274         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
275
276         * lily/ly-module.cc (LY_DEFINE): bugfix.
277
278         * lily/paper-book.cc (book_title): separate function for the book
279         title.
280
281         * scm/page-layout.scm (default-book-title): only account for
282         markup fields.
283
284         * scm/framework-ps.scm: new file. Move high level interface from
285         output-ps.scm
286
287         * scm/music-functions.scm (def-grace-function): move macros from
288         ly/music-functions-init.ly
289
290         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
291         framework-tex.scm
292
293         * scm/framework-tex.scm (dump-line): new file. High level
294         interface for output (pages, systems, header). 
295
296         * lily/include/page.hh (class Page): add is_last_ field.
297
298         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
299
300         * lily/paper-book.cc (split_string): new function
301         (output): output multiple formats, i.e. --format=ps,tex
302
303         * scm/output-ps.scm (output-scopes): dump variables directly.
304         (define-fonts): rewrite for new interface
305
306         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
307
308         * lily/paper-outputter.cc (Paper_outputter): take format argument.
309
310         * lily/main.cc (parse_argv): don't set extension for output.
311
312         * lily/clef-engraver.cc (create_clef): remove
313         Staff_symbol_referencer::set_position() call. 
314
315 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
316
317         * ly/music-functions-init.ly (addlyrics): set the 'origin property
318         with the location argument in music function definitions.
319
320 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
321
322         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
323         staffsymbol dependency.
324
325         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
326         cleanups.
327
328         * lily/book.cc (process): return Paper_book
329         (to_stencil): use Book::process().
330
331         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
332         header_ field. Store in $globalheader
333
334         * lily/parser.yy (book_body): book header is initted to
335         $globalheader.
336         
337
338 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
339
340         * input/test/fill-a4.ly: removed.
341
342         * lily/parser.yy (output_def): push scope of parent_ Output_def
343         too.
344
345 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
346
347         * scm/output-gnome.scm: Update info.
348
349 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
350
351         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
352
353         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
354         than 1 module.
355
356         * lily/include/ly-module.hh (ly_use_module): rename is_module to
357         ly_c_module_p.
358
359         * scm/page-layout.scm (default-book-title): move Scheme titling
360         functions to here.
361
362         * lily/parser.yy (book_paper_block): remove scope too.
363
364         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
365
366         * lily/rest.cc: add direction to rest properties.
367
368         * lily/include/output-def.hh: new file, move from
369         music-output-def.hh
370
371 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
372
373         * scm/output-gnome.scm: Describe feta-cork hack.
374
375 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
376
377         * lily/include/book-paper-def.hh: derive from Output_def 
378
379         * lily/include/paper-def.hh: move all functionality out of class.
380         Junk header.
381
382         * lily/include/music-output-def.hh: rename Music_output_def to
383         Output_def.
384
385         * input/wilhelmus.ly: only set space for Paper formatting. 
386
387         * lily/include/midi-def.hh: remove file, remove class.
388         Move functions to Music-output-def.
389
390         * lily/music-output-def.cc (Music_output_def): remove separate
391         translator table. Lookup translators in scope directly. This
392         obviates Context suffix for context identifiers, i.e.
393
394         \context {
395           \Staff
396           .. 
397           }
398
399
400         will work.
401         
402
403         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
404
405         * Documentation/user/changing-defaults.itely (Horizontal spacing):
406         document spacing override hack.
407
408 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
409
410         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
411         installation info.  Support point-and-click.  Add +/- zoom
412         keybindings.
413
414 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
415
416         * VERSION: 2.3.2 released
417         
418         * lily/parser.yy (book_body): set default bookpaper.
419
420         * scm/output-tex.scm (header): kludge: hard code linewidth. 
421
422         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
423
424 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
425
426         * lily/score.cc (default_rendering): scale outputdef before
427         starting.
428
429 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
430
431         * scm/fret-diagrams.scm: Add header.
432
433         * scm/output-gnome.scm: Hello world :-)
434
435 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
436
437         * scripts/lilypond.py (run_dvips): only add papersize if present.
438
439         * lily/accidental-engraver.cc (update_local_key_signature): new
440         function, fold code from initialize() and process_music().
441         (update_local_key_signature): use deep copy. This fixes one
442         problem from custom-key-signatures.ly.
443         (number_accidentals_from_sig): tighter check for
444         accidental-too-old.
445
446         * ly/engraver-init.ly: remove localKeySignature
447         definition from ChoirStaff, StaffGroup, Score.
448         
449         * lily/percent-repeat-engraver.cc (try_music): add moments for
450         barlines too. Fixes: skipbars-percent-repeat.ly.
451
452 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
453
454         * lily/context-def.cc (filter_performers): don't go to cdrloc if
455         skipping last pair. Fixes: crash-bar-number.
456
457         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
458         D. Sorensen)
459
460         * input/test/fret-diagram.ly: new file.
461
462         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
463         (scale-paper): divide by scale.
464
465 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
466
467         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
468         case.
469
470 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
471
472         * scm/stencil.scm (fontify-text): reinstate function
473
474         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
475
476         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
477
478         * lily/parser.yy (book_paper_head): \bookpaper {} 
479
480         * python/midi.c: remove config.h
481
482 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
483
484         * scm/output-gnome.scm: Update.
485
486 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
487
488         * scm/output-gnome.scm: New file.
489
490         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
491
492 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
493
494         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
495         (find_scaled_font): move from Paper_def
496
497 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
498
499         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
500         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
501
502         * po/fr.po: update po.
503
504         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
505
506         * lily/book-paper-def.cc (print_smob): new file.
507
508 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
509
510         * buildscripts/lilypond-words.py: search words also from
511         music-functions-init.ly.
512
513 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
514
515         * ly/music-functions-init.ly (def-music-function): new helper
516         macro for defining music functions. \addlyrics \appoggiatura
517         \acciaccatura \grace \partcombine \autochange \applycontext
518         \applyoutput and \breathe are now defined here thanks to it.
519
520         * lily/parser.yy: 
521         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
522         \grace \partcombine \autochange \applycontext \applyoutput and
523         \breathe keywords removed from the parser.
524
525         * lily/parser.yy: 
526         * lily/music-function.cc (ly_make_music_function): 
527         * lily/lexer.ll (music_function_type): added a case for 0-arg
528         music functions.
529
530 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
531
532         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
533         refering to a music expression can be used in lily-inside-scheme:
534         #{ $music #}
535
536         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
537         and ly:parser-define, and change ly:parser-parse-string in order
538         to make #{ $music #} work.
539
540         * scm/new-markup.scm (compile-markup-expression): when an argument
541         is a string, use `make-simple-markup'.
542
543 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
544
545         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
546
547 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
548
549         * scripts/convert-ly.py (FatalConversionError.func): handle + in
550         font-size. (backportme)
551
552 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
553
554         * lily/paper-outputter.cc (output_stencil): dump font definitions
555         before each stencil.
556
557         * lily/include/paper-book.hh (struct Score_lines): new
558         struct. Collect info per Paper-score.
559
560         * lily/include/page.hh (class Page): to_stencil() returns Stencil
561         everywhere.
562
563         * lily/stencil.cc (find_expression_fonts): new function
564
565         * lily/paper-outputter.cc (output_stencil): use
566         interpret_stencil_expr
567
568         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
569         (interpret_stencil_expr): new function. Generic stencil
570         interpretation.
571
572         * lily/paper-def.cc (find_scaled_font): divide lookup
573         magnification by outpuscale for non-virtual fontmetrics. This
574         fixes ludicrously long font definitions for text
575         fonts. (backportme)
576
577         * lily/score-engraver.cc: remove
578         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
579
580 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
581
582         * input/test/markup-score.ly: Remove \notes.
583
584         * lily/parser.yy (book_body): Grok Composite_music and \header.
585         (markup): Push NOTES mode before score_block.
586
587         * VERSION: release 2.3.1
588         
589         * mf/feta-klef.mf: 
590         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
591
592         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
593
594         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
595
596 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
597
598         * scm/output-tex.scm (output-tex-string): tighten safe security.
599
600         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
601
602         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
603         allowed ly functions.
604
605         * lily/ly-module.cc (ly_module_define): only define variable if
606         bound.
607         (ly_make_anonymous_module): take safe option.
608
609 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
610
611         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
612
613 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
614
615         * input/regression/newaddlyrics.ly: Fix.
616
617         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
618         \score \notes.
619
620 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
621
622         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
623
624 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
625
626         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
627
628         * lily/paper-line.cc (Paper_line): don't store list of stencils,
629         but convert to single Stencil immediately.
630
631         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
632
633 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
634
635         * scm/output-sodipodi.scm: Resurrect sodipodi output.
636
637 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
638
639         * elisp/lilypond-mode.el: Changed the way defaults are created for
640         LilyPond-command-master.  LilyPond-mode will now check the
641         timestamps of the files to see which command has to run next.
642
643 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
644
645         * scm/bass-figure.scm (format-bass-figure): don't set
646         number-markup for strings. This fixes string in bass
647         figure. (backportme)
648
649         * lily/parser.yy (bass_number): insert number-markup into figure
650         definition.
651
652         * scm/define-music-properties.scm (all-music-properties): make
653         'figure a markup.
654
655         * scripts/convert-ly.py (conv): \apply -> \applymusic
656
657 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
658
659         * elisp/lilypond-mode.el: changed the order of some commands
660         ("Midi" after "2Midi"), use the user-defined
661         LilyPond-command-default as default instead of "LilyPond"
662
663         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
664         to set the master file for the next command.
665
666         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
667         with font-lock-reference-face.
668
669 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
670
671         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
672
673         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
674
675 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
676
677         * ly/music-functions-init.ly (TODO): new file.
678
679         * lily/parser.yy (Generic_prefix_music_scm): add more
680         music_function symbols.
681         (Prefix_composite_music): change \apply to music-function   
682
683         * lily/include/music-function.hh: rename to music-function
684
685 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
686
687         * lily/music-head.cc (LY_DEFINE): change order of args.
688
689         * input/regression/music-head.ly (texidoc): new file.
690
691         * lily/parser.yy (Generic_prefix_music): allow generic
692         music-transformation functions. 
693
694         * lily/include/music-head.hh (is_music_head): new file.
695
696         * lily/music-head.cc (get_music_head_transform): new file.
697
698 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
699
700         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
701         empty extent. This fixes ottava brackets on rests. (backportme)
702
703         * make/lilypond.redhat.spec.in (Group): ln png files for info.
704
705         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
706
707         * cygwin/lily-wins.py: update for the lily-wins.py script.
708
709 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
710
711         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
712         code. This will obviate typeset_grob () in the future.  The effect
713         of this is that improperly written spanner handling will result in
714         invalid spanner bounds.
715         (announce_grob): add to elems_ from here
716         (typeset_grob): comment out.  
717
718         * lily/include/engraver.hh (make_spanner): new calling interface
719         for make_{item,spanner}. This obviates most calls to
720         announce_grob().
721                 
722         * scm/music-functions.scm (set-accidental-style): use GrandStaff
723         iso. PianoStaff for piano styles.
724
725 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
726
727         * Documentation/user/music-glossary.tely: add segno after d.s.
728
729 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
730
731         * lily/include/audio-column.hh: remove unused variables.
732         (patch by Michael Welsh Duggan)
733
734         * flower/include/axes.hh (other_axis): inline Axes function
735         (thanks to David Brandon).
736
737 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
738
739         * cygwin/mknetrel: Install image links (backportme).
740
741         * Documentation/user/GNUmakefile (local-install-info): Activate
742         actual installing of image links (backportme).
743
744 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
745
746         * Documentation/user/notation.itely (Measure repeats): Removed
747         unnecessary (and confusing) \context Voice{.
748
749 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
750
751         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
752
753         * lily/page.cc (Page): Do not use ly_scheme_function for
754         volatile/configurable variables (FIXME: better name).
755
756         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
757         get_scmvar).
758
759 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
760
761         * scripts/convert-ly.py (FatalConversionError.subst): use
762         \transposition.
763
764 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
765
766         * lily/include/page.hh (class Page): Declare left_margin ().
767
768         * lily/page.cc: Remove paper var caching.
769
770 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
771
772         * Documentation/user/music-glossary.tely: Add name to @top node.
773         Remove comment from @table definitions (workaround for makinfo
774         bug).
775
776         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
777         ly:stencil-get-expr).  Update callers.
778         (ly:stencil-align-to!):  Return stencil too.
779
780         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
781         stencil.  Remove looped line-based page output.
782         (output_line): Use line stencil.  Remove looped stencil-based line
783         output.
784
785         * lily/page.cc (ly:page-paper-lines): New function.
786
787         * input/test/markup-score.ly: New file.
788
789         * scm/define-markup-commands.scm (stencil): New markup.
790
791         * lily/book.cc (to_stencil): New method.
792
793         * lily/parser.yy (markup): Use it to grok \score.
794
795 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
796
797         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
798
799         * lily/paper-book.cc (pages): Change signature.  Update callers.
800
801         * lily/include/page.hh:
802         * lily/page.cc: New file.
803
804         * lily/paper-line.cc (to_stencil): New method.
805         
806         * lily/paper-outputter.cc (output_stencil): New method.
807
808         * lily/paper-outputter.cc (output_line): Use them.
809
810         * lily/warn.cc: Remove.
811
812         * lily/my-lily-parser.cc (distill_inname): Remove.
813
814         * flower/include/file-name.hh: 
815         * flower/file-name.cc: New file.  Update users.
816
817         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
818         (find): New method of same name.
819
820         * lily/my-lily-parser.cc (ly:parse-file): Use it.
821
822         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
823         constant error message.
824
825 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
826
827         * input/test/{blank-notes.ly,staff-container.ly}: typos.
828
829 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
830
831         * Documentation/user/music-glossary.tely: @table @strong' replaced
832         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
833         (backportme).
834
835 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
836
837         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
838
839         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
840         #{ lily music expression #} that returns an equivalent scheme
841         music expression by parsing the string.
842
843 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
844
845         * lily/my-lily-parser.cc:
846         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
847         SCM string (foo.ly/toto.scm support).
848
849 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
850
851         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
852
853 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
854
855         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
856
857         * scripts/lilypond-book.py: LY code that includes \header is
858         not assumed to be a fragment.
859
860 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
861
862         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
863         tremolo beams up.
864
865         * lily/stem.cc (chord_start_y): Return 0 if no heads.
866         (get_default_stem_end_position): No tremolo head juggling if no
867         heads.  Fixes tremolo crash on rests (backportme).
868
869         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
870
871 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
872
873         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
874         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
875
876         * lily/lexer.ll: Allow \encoding in NOTES mode.
877
878         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
879         for lyrics, not for commands.
880
881         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
882         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
883
884         * input/regression/newaddlyrics.ly: New file.
885
886         * Documentation/topdocs/NEWS.texi: Update.
887
888         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
889         (Music_list): Allow embedded scm.
890
891         * lily/score.cc (ly:score-bookify): New function.
892
893         * lily/music.cc (ly:music-scorify): Idem.
894
895         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
896         (ly:parser-print-score): Idem.
897
898         * scm/lily.scm (default-toplevel-book-handler): Idem.
899         (default-toplevel-music-handler): Idem.
900         (default-toplevel-score-handler): Idem.
901
902         * ly/declarations-init.ly: Set default toplevel handlers.
903
904         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
905
906         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
907         printer for score at toplevel.
908
909 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
910
911         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
912         Fix for simple case: input/simple-song.ly, more complex stuff
913         does not work yet.
914
915 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
916
917         * lily/parser.yy (Prefix_composite_music): split Composite_music
918         in Prefix_composite_music and Grouped_music_list.
919         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
920
921 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
922
923         * scm/lily.scm (toplevel-expression): New define.
924
925         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
926
927         * lily/parser.yy (toplevel_expression): Use it.
928
929         * lily/include/my-lily-parser.hh: Smobbify.
930
931         * lily/my-lily-parser.cc (parse_string): New method.
932         
933         * lily/my-lily-parser.cc (ly:parse-string): New function.
934
935         * Documentation/user/lilypond.tely: Add comment and workaround for
936         gs-8.01 crash.  Fixes make web.
937
938         Simplification of toplevel music.
939         
940         * lily/lexer.ll, lily/parser.yy:
941
942         * In LYRICS mode, return LYRICS_STRING.  This fixes one
943         shift/reduce problem.
944
945         * Use NOTES mode at start of maininput.
946
947         * Grok toplevel composite music expression, put in score and book.
948
949         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
950
951         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
952
953         * input/simple.ly: New file.
954         
955         * input/simple-song.ly: Idem.
956
957 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
958
959         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
960         Sandberg.
961
962 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
963
964         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
965
966 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
967
968         * input/regression/accidental-octave.ly: doc automatic showing
969         of note names.
970
971 2004-04-16  Heikki Junes <janneke@gnu.org>
972
973         * po/fi.po: do "make po && make -C po po-update" at top-level,
974         then "cp po/out/fi.po po/fi.po" and update fields.
975
976         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
977
978 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
979
980         * Documentation/user/introduction.itely (About this manual): Fix
981         templates and regression urls (backportme).
982
983 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
984
985         * ly/engraver-init.ly (Score:graceSettings): Increase
986         beamed-lengths, especially for 32nd notes.
987
988         * Documentation/user/notation.itely (Grace notes): Correct the
989         syntax for add-grace-property example.
990
991 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
992
993         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
994         `Generated' tag.
995
996         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
997         Severely broken (the Debian package, at least).
998
999 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1000
1001         * lily/context.cc (find_create_context): assign to lvalue.
1002
1003 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1004
1005         * lily/include/translator.hh (class Translator): rename
1006         get_parent_context() to context () to avoid confusion.
1007
1008         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1009
1010         * lily/lexer.ll: change is_string -> ly_c_string_p 
1011
1012         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1013
1014         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1015
1016         * VERSION: release 2.3.0
1017
1018         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1019
1020         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1021         if nonempty.
1022
1023         * lily/include/context.hh (class Context): make members protected.
1024         (children_contexts): new accessor function.
1025
1026         * lily/include/translator.hh (class Translator): make
1027         daddy_context_ protected.
1028         (class Translator): clean up. 
1029
1030         * lily/include/context.hh (class Context): make daddy_context_
1031         private.
1032
1033         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1034         higher for finding Voice. (backportme)  
1035
1036         * lily/include/context.hh (class Context): remove
1037         find_context_below() as a method.
1038
1039         * Documentation/user/notation.itely (The Lyrics context): add note
1040         about manual durations
1041
1042         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1043         encoding.
1044
1045         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1046
1047 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1048
1049         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1050         \usepackage{inputenc}
1051
1052         * lily/paper-book.cc (classic_output): don't advance Offset for
1053         TeX output.
1054
1055         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1056         ec-sauter.map in rules
1057
1058         * mf/ecb.mf (font_identifier): new file, based on ecbx
1059
1060         * mf/ecb10.mf (gensize): new file.
1061
1062         * Documentation/topdocs/NEWS.texi (Top): document some more new
1063         features.
1064
1065         * ly/declarations-init.ly: run convert-ly
1066
1067         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1068         from input-file-results. Remove input-file-results.* 
1069
1070 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1071
1072         * scm/output-ps.scm (font-command): Fix, again.
1073
1074         * input/test/title-markup.ly: Add \noPagebreak test.
1075
1076         * lily/score-engraver.cc (try_music): Bugfix.
1077
1078 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1079
1080         * lily/main.cc (main_with_guile): excise dependency options -M and
1081         --dep-prefix
1082
1083         * lily/input-file-results.cc: excise Makefile dependency code
1084
1085         * Documentation/user/invoking.itexi (Invoking the lilypond
1086         binary): remove dep doco
1087         
1088         * lily/main.cc (main_with_guile): call lilypond-main
1089         
1090         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1091
1092         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1093         exception.
1094
1095         * lily/my-lily-parser.cc: remove paper_description function
1096
1097         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1098         new function.
1099
1100         * lily/main.cc: remove global_score_count.
1101
1102         * lily/book.cc (process): don't take header from global_input_file.
1103
1104         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1105
1106         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1107
1108         * lily/music-output-def.cc (LY_DEFINE): new function
1109         ly_output_description. This function does the bulk for  setting,
1110         parsing and breaking down of an input file.
1111
1112         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1113         anonymous modules globally. Let's hope they get GCd
1114
1115         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1116
1117 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1118
1119         * scm/output-ps.scm (header): Papersize from paper.
1120
1121         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1122         for classic output.
1123
1124         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1125         lilypondclassic is defined.
1126         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1127
1128         * input/regression/between-systems.ly: Remove.
1129
1130         * python/lilylib.py (get_bbox): Fix regular expression
1131         for bounding box.
1132
1133         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1134
1135         * scm/output-tex.scm (stop-page): Use it.
1136
1137         * scm/output-ps.scm (define-fonts): Bugfix.
1138
1139         * lily/grob.cc: Add penalty to interface.
1140
1141         * lily/include/paper-line.hh (class Paper_line): New member
1142         var penalty_.
1143
1144         * lily/system.cc (get_line): Initialise Paper_line with
1145         page-penalty's from original grobs.
1146
1147         * scm/define-music-properties.scm (all-music-properties): Add
1148         page-penalty.
1149
1150         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1151
1152         * lily/score-engraver.cc (try_music): Handle page-penalty.
1153
1154         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1155
1156 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1157
1158         * ly/declarations-init.ly (melismaEnd): typo
1159
1160         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1161
1162         * scm/output-ps.scm (text): split string into spaces, use moveto
1163         for setting space. 
1164         
1165 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1166
1167         * po/nl.po: Update.
1168
1169         * scm/font.scm (add-cmr-fonts): Typo.
1170
1171 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1172
1173         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1174         font-encoding.
1175
1176         * scm/define-grobs.scm (all-grob-descriptions): idem.
1177
1178         * lily/time-signature.cc (numbered_time_signature): idem.
1179
1180         * scm/font.scm (add-cmr-fonts): use real encoding names for
1181         font-encoding.
1182
1183 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1184
1185         * lily/paper-book.cc (classic_output): 
1186         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1187         Fixes classic output.
1188         (lilypondstart):
1189         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1190         kludge.
1191
1192         * scripts/old-lilypond-book.py: Remove.
1193
1194         Page layout for SCOREs enclosed in a BOOK:
1195
1196         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1197         layout tweaking.
1198
1199         * input/les-nereides.ly (theScore): Add \book.
1200         
1201         * input/test/title-markup.ly: Add \book.
1202
1203         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1204         only if 'verbose.
1205
1206         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1207
1208         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1209
1210         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1211         * scm/output-tex.scm (start-system): Update for page layout by
1212         LilyPond.
1213
1214         * scm/output-ps.scm (start-system): Previously (new-start-system).
1215
1216         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1217         passed to define-fonts.
1218
1219         * lily/paper-column.cc: 
1220         * lily/system.cc (get_line):
1221         * ly/property-init.ly (newpage): 
1222         * scm/define-grob-properties.scm:
1223         * scm/output-ps.scm: 
1224         * scm/output-tex.scm: Remove between-system-string kludge.
1225
1226         * scm/output-ps.scm (define-fonts, font-command,
1227         font-load-encoding): Handle ENCODING = #f.
1228
1229         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1230
1231         * scm/define-markup-commands.scm (fill-line): Use
1232         make-simple-markup (WAS: unexisting make-word-markup).
1233
1234         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1235         ENCODING, MARKUP parameters for interpret_string.
1236
1237         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1238
1239         * lily/score.cc (book_rendering): New method.
1240         (default_rendering): Create Paper_book helper locally, dump
1241         output.
1242
1243         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1244
1245         * lily/parser.yy: Handle \book.
1246
1247         * lily/include/book.hh: 
1248         * lily/book.cc: New file.
1249
1250 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1251
1252         * lily/text-item.cc (interpret_string): new file, select font with
1253         encoding.
1254
1255         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1256
1257         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1258
1259         * lily/parser.yy (markup): take encoding from lexer.
1260
1261 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1262
1263         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1264
1265         * scm/output-ps.scm: Remove some cruft.
1266
1267 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1268
1269         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1270
1271         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1272
1273 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1274
1275         * scm/font.scm (add-century-schoolbook-fonts):
1276         (make-century-schoolbook-tree): New function.
1277
1278         * input/test/title-markup.ly: Use Century Schoolbook font.
1279
1280 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1281
1282         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1283         to Erik Sandberg) 
1284
1285         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1286
1287         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1288
1289         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1290
1291         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1292
1293 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1294
1295         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1296         solo-state (at end of solo), we can set the solo status
1297         too. (backportme.)
1298
1299         * input/regression/part-combine-solo-end.ly: new file.
1300
1301 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1302
1303         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1304         flavour abc files.  Really ignore unknown keys (backportme).
1305
1306 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1307
1308         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1309         magnification_ when looking up in orig_.
1310
1311         * scm/output-tex.scm (text): switch off char-mapping.
1312
1313         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1314         because AFM's encoding field cannot have spaces.
1315
1316 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1317
1318         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1319
1320 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1321
1322         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1323
1324         * mf/cmr.enc: new file, without hi-bit ascii info. 
1325
1326         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1327         width. This removes the 'hook' at the end of a long slur.
1328
1329         * buildscripts/mf-to-table.py (parse_logfile): don't append
1330         encoding to fontname.
1331
1332 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1333
1334         * scm/output-ps.scm (define-fonts): Load .enc only once.
1335
1336         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1337         too.
1338
1339 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1340
1341         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1342         encoding field.
1343
1344         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1345
1346         * ly/portuges.ly (pitchnames): new file.
1347
1348         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1349         Michael Welsh Duggan
1350
1351         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1352
1353         * ly/nederlands.ly: add comment about digits.
1354
1355         * lily/scaled-font-metric.cc (derived_mark): idem.
1356
1357         * scm/encoding.scm (make-encoding-mapping): change permutation to
1358         mapping.
1359
1360         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1361         (Modified_font_metric): make alist for coding_description_
1362         (LY_DEFINE): remove coding-name.
1363
1364         * scm/output-tex.scm (text): remove debugging code.
1365
1366         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1367
1368         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1369         from infile.
1370
1371         * mf/feta-generic.mf: move fet_beginfont into generic code.
1372         use fetaMusic (without space) as encoding
1373
1374         * mf/feta-autometric.mf: take encoding argument
1375
1376         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1377
1378         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1379         use.
1380
1381         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1382         name.
1383
1384 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1385
1386         * input/test/title-markup.ly: Set inputencoding.
1387
1388         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1389
1390         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1391
1392         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1393         function.
1394         (coding-alist): Also hold filename, command.
1395         (read-encoding-file): Return symbols.
1396
1397 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1398
1399         * scm/output-tex.scm: remove fontify; text and char take a font
1400         argument.
1401
1402         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1403
1404         * lily/scaled-font-metric.cc (text_dimension): init
1405         coding_{permutation,table}_ too 
1406         (LY_DEFINE): ly:font-encoding, new function return
1407
1408         * lily/paper-def.cc (find_scaled_font): take input coding from
1409         inputcoding paper var.
1410
1411         * lily/performance.cc (output): remap modulo 16.
1412
1413         * lily/text-item.cc (interpret_markup): whoops, variable
1414         shadowing fixed.
1415
1416 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1417
1418         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1419         symbols, not symbols to strings.
1420         
1421         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1422         symbols, not symbols to strings.
1423
1424 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1425
1426         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1427         (ly:kpathsea-gulp-file): New function.
1428
1429         * scm/encoding.scm (read-encoding-file): Use it.
1430
1431 2004-04-06  Werner Lemberg  <wl@gnu.org>
1432
1433         * scm/encoding.scm (coding-alist): Fix typo.
1434
1435 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1436
1437         * lily/scaled-font-metric.cc (text_dimension): move function from
1438         Font_metric
1439         (make_scaled_font_metric): init coding_scheme_ to TeX
1440         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1441
1442         * lily/include/scaled-font-metric.hh (struct
1443         Modified_font_metric): rename from Scaled_font_metric
1444
1445         * scm/encoding.scm (read-encoding-file): split up large function,
1446         leave caching to (delay)
1447
1448         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1449
1450 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1451
1452         * lily/my-lily-lexer.cc (set_encoding): New method.
1453
1454         * lily/lexer.ll: Grok \encoding.
1455
1456         * lily/font-metric.cc (get_encoded_index): New function.
1457
1458         * lily/include/font-metric.hh (coding_scheme): New method.
1459
1460         * scm/encoding.scm: New file.
1461
1462         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1463
1464 2004-04-05  Werner Lemberg  <wl@gnu.org>
1465
1466         * Documentation/user/tutorial.itely: Revised (finished).
1467
1468         * Documentation/user/macros.itexi (@separate): Removed.
1469
1470 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1471
1472         * scm/output-ps.scm (define-fonts): fix scaling.
1473
1474         * lily/scaled-font-metric.cc (design_size): add function.
1475
1476         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1477         partial cut&paste of ly:font-magnification.
1478
1479 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1480
1481         * scm/output-ps.scm (define-fonts):
1482         (fontify): Update.
1483
1484 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1485
1486         * po/fr.po: update. (backportme).
1487
1488         * po/nl.po: update. (backportme). 
1489
1490         * mf/feta-beugel.mf: document why design size is not fixed.
1491
1492         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1493
1494 2004-04-04  Werner Lemberg  <wl@gnu.org>
1495
1496         * Documentation/user/tutorial.itely: Revised (continued).
1497
1498 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1499
1500         * po/nl.po: Update (backportme).
1501
1502 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1503
1504         * po/de.po: update. (backportme).
1505
1506         * scm/output-tex.scm (font-command): use ly: functions to
1507         construct name.
1508         (define-fonts): don't use alist, just dump \font definitions.
1509         (font-load-command): calculate proper scaling by taking
1510         outputscale from paper argument.
1511
1512         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1513         expression.
1514
1515         * lily/paper-outputter.cc (output_header): pass paper arg to
1516         define-fonts
1517
1518         * lily/paper-def.cc (font_descriptions): dump list of
1519         Scaled_font_metrics
1520         (find_scaled_font): take Font_metric argument, store
1521         Scaled_font_metrics in hash-table containing (size ->
1522         Scaled_font_metrics) alist.
1523         (get_dimension): rename from get_realvar
1524
1525         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1526         ly:font-magnification, ly:font-name: new functions
1527
1528 2004-04-03  Werner Lemberg  <wl@gnu.org>
1529
1530         * Documentation/user/dedication.itely,
1531         Documentation/user/preface.itely,
1532         Documentation/user/introduction.itely,
1533         Documentation/user/tutorial.itely: Revised.
1534         Removing leading spaces which distorts output if info files are read
1535         with stand-alone info.
1536         Removing superfluous inter-word spaces which also distorts output
1537         for stand-alone info.
1538         Using ` and ' instead of `` and '' everywhere to improve
1539         legilibility with stand-alone info
1540         Using @samp for single-letter input items and data which contains
1541         spaces, @code for other things.
1542
1543         * lily/grob-interface.cc: Adding copyright.
1544         (check_interfaces_for_property): Improve format of warning message.
1545
1546 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1547
1548         * lily/include/font-metric.hh (struct Font_metric): add
1549         design_size () method.
1550
1551         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1552
1553         * lily/afm.cc (read_afm_file): read design size.
1554
1555         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1556
1557         * scm/music-functions.scm (unfold-repeats): handle dots too.
1558
1559 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1560
1561         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1562         (backportme)
1563
1564 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1565
1566         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1567         lyric indent.  Revert melismaBusyProperties using \unset.
1568
1569 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1570
1571         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1572
1573         * lily/parser.yy (command_element): allow redefinition of |
1574         meaning.
1575
1576         * lily/break-align-engraver.cc (acknowledge_grob): construct
1577         LeftEdge where the first cause for alignment is coming from.
1578         This makes \override Staff.LeftEdge work as expected.
1579
1580         
1581         * lily/slur-performer.cc (Slur_performer): add inits
1582
1583         * lily/beam-performer.cc (Beam_performer): add inits
1584
1585 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1586
1587         * VERSION (PACKAGE_NAME): release 2.2.0
1588
1589         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1590
1591 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1592
1593         * lily/cluster.cc (height): Fix warning.
1594
1595         * lily/parser.yy: Janitorial cleanups.
1596
1597         * Documentation/user/tutorial.itely (Tutorial): Typo.
1598
1599 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1600
1601         * lily/change-iterator.cc (process): search at multiple context
1602         levels. This fixes 
1603
1604         
1605         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1606         not voice-state index for tie state. This fixes a partcombine
1607         problem with ties.
1608
1609         * Documentation/user/tutorial.itely (Commenting input files): add
1610         note about convert-ly.
1611
1612         * input/test/cadenza-skip.ly:  new file.
1613
1614 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1615
1616         * po/nl.po: Spelling fixes.
1617
1618         * autogen.sh (srcdir): Regenerate.
1619
1620         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1621         autogen.sh.
1622
1623         * configure.in: Use C++ to check for C++ header.
1624
1625         * po/nl.po: Update.
1626
1627         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1628
1629         * lily/event.cc (to_relative_octave): Translatable sentence should
1630         be one string.
1631
1632         * python/lilylib.py (warranty): Year range is not translatable.
1633         It's 2004 already!
1634
1635         * flower/warn.cc (non_fatal_error, warning, programming_error):
1636         Remove whitespace from translated string.
1637
1638 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1639
1640         * VERSION: release 2.1.37.
1641
1642 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1643
1644         * configure.in: check for C language.
1645
1646         * lily/source-file.cc: include strstream without h.
1647
1648         * scm/documentation-generate.scm (string-append): use name without
1649         .texi.
1650
1651         * autogen.sh (srcdir): SUSE fix.
1652
1653         * Documentation/user/notation.itely (Ancient clefs): idem.
1654
1655         * Documentation/user/lilypond-book.itely (Integrating HTML and
1656         music): idem.
1657
1658         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1659
1660         * lily/change-iterator.cc (process): use find_existing_context().
1661
1662         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1663
1664         * input/regression/repeat-unfold-tremolo.ly: new file.
1665
1666         * scm/music-functions.scm (unfold-repeats): undo music compression
1667         too.
1668
1669         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1670         (LY_DEFINE): ly:music-compress new function.
1671
1672         * scm/part-combiner.scm (determine-split-list): split for voice
1673         crossings
1674
1675         * input/regression/part-combine-cross.ly: new file.
1676
1677         * scm/part-combiner.scm (make-part-combine-music): don't do
1678         relative inside partcombine arguments.
1679
1680         * scm/music-functions.scm (make-non-relative-music): new function.
1681
1682         * Documentation/user/notation.itely (Automatic part combining):
1683         add note about \relative.
1684
1685         * lily/part-combine-iterator.cc (construct_children): add
1686         start_moment_ member.
1687
1688         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1689         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1690
1691         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1692
1693         * Documentation/user/changing-defaults.itely (Which properties to
1694         change): fixes.
1695
1696 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1697
1698         * po/fr.po: update.
1699
1700 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1701
1702         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1703
1704         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1705         Reinstate old code that issues warning.  Fixes --srcdir build.
1706
1707 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1708
1709         * input/wilhelmus.ly: New file.
1710
1711         * Documentation/user/notation.itely: 
1712         * Documentation/user/introduction.itely:
1713         * Documentation/user/tutorial.itely: Use quote ly-option instead
1714         of explicit @quotation.  This fixes too long lilypond linewidths
1715         resulting in overful hboxes.
1716
1717         * scripts/lilypond-book.py: Add ly-option: `quote'.
1718
1719 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1720
1721         * tex/titledefs.tex: Avoid that the first score line is extra
1722         indented if instrument is defined but not piece.
1723
1724 2004-03-30  Werner Lemberg  <wl@gnu.org>
1725
1726         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1727         `lilypond/' to info file name.
1728         (@usermanref) [info]: New variant.
1729
1730         * scm/documentation-generate.scm: Fix definition of @usermanref
1731         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1732         to info file name.
1733
1734 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1735
1736         * VERSION: release 2.1.36
1737         
1738         * Documentation/user/changing-defaults.itely (Interpretation
1739         contexts): rewrite introduction.
1740
1741 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1742
1743         * scm/define-markup-commands.scm: Use TeX accents instead of
1744         straight iso-8859-1 encoding in the doc string.
1745
1746 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1747
1748         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1749         space after dotted duration.
1750
1751 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1752
1753         * Documentation/user/introduction.itely: 
1754         * Documentation/user/notation.itely:
1755         * Documentation/user/tutorial.itely: Up all relative examples.
1756         Enclose @lilypond displays in @quotation.  Typos and corrections.
1757
1758         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1759
1760 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1761
1762         * scm/music-functions.scm (make-voice-props-revert): Revert also
1763         MultiMeasureRest staff-position in oneVoice.
1764
1765 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1766
1767         * Documentation/user/changing-defaults.itely, 
1768         Documentation/user/lilypond.tely: few fixes. Place no comma between
1769         two options: a and b, but commas between three options: a, b, and c.
1770         By this manner, grouping is possible: a and b, and c and d.
1771
1772 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1773
1774         * Documentation/user/GNUmakefile: add rule for .nexi
1775
1776 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1777
1778         * Documentation/user/music-glossary.tely: move glossary direntry
1779
1780         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1781         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1782
1783 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1784
1785         * stepmake/aclocal.m4: Verify that gettext configure check with
1786         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1787
1788 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1789
1790         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1791         glob.glob for .png filenames. This catches multipage pngs.  
1792
1793         * Documentation/user/changing-defaults.itely (Determining the grob
1794         property): fix references.
1795
1796         * lily/staff-symbol.cc (print): only add extent if non empty.
1797         This fixes staff-container.ly.
1798
1799         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1800         starting with a mmrest also works.
1801
1802         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1803         PNG for texinfo too.
1804
1805         * po/lilypond.pot: update translation strings.
1806
1807         * VERSION: 2.1.35 released
1808         
1809         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1810         context argument too.
1811
1812         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1813
1814         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1815
1816         * python/lilylib.py (command_name): don't return 1st path
1817         component.
1818
1819         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1820         .png case separately.
1821
1822         * python/lilylib.py (system): typo.
1823         
1824 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1825
1826         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1827         run indent-region.
1828
1829         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1830         Fixes compile.
1831
1832         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1833         Add header.
1834
1835 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1836
1837         * vim/lilypond-indent.vim: small fixes.
1838
1839 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1840
1841         * Documentation/user/notation.itely (Entering lyrics): Add example
1842         with correct english double quotes (at least for LaTeX output,
1843         maybe not a good idea if we switch to PS as the default output
1844         format).
1845
1846 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1847
1848         * lily/staff-performer.cc (create_audio_elements): play instrument
1849         changes before notes arrive. This fixes instrument of the first
1850         note in a score.
1851
1852         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1853         to 1.9.0 conversion.
1854
1855         * lily/mark-engraver.cc: doc string.
1856
1857         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1858
1859         * Documentation/user/introduction.itely (Introduction): new node.
1860
1861 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1862
1863         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1864
1865         * input/regression/spacing-ragged-last.ly: new file.
1866
1867         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1868         spacing.
1869
1870         * scm/font.scm: rewrite using GOOPS.
1871         
1872         * lily/context-def.cc (filter_engravers): derefence pointer.
1873
1874         * lily/lily-guile.cc (type_check_assignment): use
1875         ly_scheme_function iso. scm_primitive_eval where possible.
1876
1877         * lily/performance.cc (output): limit channels at 15. This fixes
1878         percussion inadvertently showing up in large scores.
1879
1880 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1881
1882         * input/regression/tuplet-gap.ly: new file.
1883
1884         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1885         (print): compute gap length from number size, include italic
1886         correction.
1887
1888         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1889         tuplet-bracket
1890
1891         * scm/paper.scm (set-default-paper-size): new function, to be
1892         called at toplevel.
1893         (set-paper-size): new function, to be called inside \paper {}
1894         (set-default-paper-size): new function, to be called at toplevel.
1895
1896         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1897
1898         * lily/beam-performer.cc (process_music): idem.
1899
1900         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1901         
1902         * tex/titledefs.tex: remove scshape for piece.
1903
1904         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1905         font-family
1906
1907         * lily/time-signature.cc (special_time_signature): font-encoding
1908         not family.
1909
1910         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1911         dynamic to head. This fixes p placement in morgenlied.
1912
1913 2004-03-23  Werner Lemberg  <wl@gnu.org>
1914
1915         * stepmake/stepmake/generic-targets.make (help): Improve text.
1916
1917 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1918
1919         * VERSION: 2.1.34 released
1920         
1921         * lily/main.cc (main_with_guile): switch debugging.
1922
1923         * lily/system.cc (get_line): plug leak.
1924
1925         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1926         and contents.
1927         (stencil2line): plug leak.
1928
1929         * Documentation/user/changing-defaults.itely (Determining a grob
1930         property):  new node.
1931         (Layout interfaces): new node.
1932         (Navigating the program reference): new node.
1933
1934         * lily/accidental-engraver.cc (acknowledge_grob): add property
1935         harmonicAccidentals
1936
1937         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1938         general cleanups.
1939         
1940         * input/les-nereides.ly (middleDynamics): resurrect Les
1941         nereides. Remove pedal hack.
1942
1943 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1944
1945         * input/regression/property-grace-polyphony.ly: new file.
1946
1947         * lily/translator-property.cc (execute_pushpop_property): only pop
1948         one instance of the property. This fixes << \\ >> together with
1949         \grace.
1950
1951         * lily/break-align-interface.cc (ordered_elements): we cannot
1952         modify the #'elements property, so return reordered array.
1953
1954 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1955
1956         * buildscripts/lilypond.words.py: remove.
1957         * buildscripts/lilypond-words.py: add new, renamed file. 
1958         Give generated targets and dirs explicitly in arguments.
1959
1960         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1961         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1962         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1963         
1964         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1965
1966         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1967
1968         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1969         orders.
1970
1971         * vim/GNUmakefile: add local-uninstall target.
1972
1973         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1974         
1975         * vim/vimrc: add a one-liner file.
1976
1977         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1978         vimrc in EXTRA_DIST_FILES.
1979
1980         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1981
1982 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1983
1984         * config.make.in: add vimdir.
1985
1986         * vim/GNUmakefile: add local-install.
1987
1988 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1989
1990         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1991         with \lilypondifundefined{blabla}. Solves problem with multiple
1992         titles in the same lilypond-book document.
1993
1994 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1995
1996         * scm/document-backend.scm (interface-doc): sort grob list for
1997         interface.
1998
1999         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
2000         pre/post break align-order.
2001
2002         * spelling patch courtesy Edward Sutton.
2003
2004         * Documentation/user/changing-defaults.itely (Changing context
2005         default settings): new node.
2006         (Defining new  contexts): new node.
2007
2008         * scripts/lilypond-book.py (is_derived_class): use numbers
2009         iso. booleans.
2010
2011         * python/lilylib.py (make_ps_images): add margin to PS images.
2012
2013         * scripts/lilypond-book.py (is_derived_class): new function. Take
2014         class arg iso. object.
2015         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2016         for bug in GS/dvips.
2017
2018         * lily/text-item.cc (interpret_markup): idem.
2019
2020         * scm/define-markup-commands.scm: remove split around-space hack.
2021
2022         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2023         function, fold WL's fixes into one function.
2024
2025 2004-03-22  Werner Lemberg  <wl@gnu.org>
2026
2027         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2028         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2029         (Note_column::head_position_interval): Do proper rounding for
2030         calls to Staff_symbol_referencer::get_position.
2031
2032 2004-03-21  Werner Lemberg  <wl@gnu.org>
2033
2034         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2035         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2036         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2037         (My_lily_parser::parse_file): Improve formatting progress indication
2038         sent to stdout.
2039
2040 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2041
2042         * VERSION: 2.1.33 released.
2043
2044         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2045
2046         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2047
2048         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2049         warning is issued about dummy.dep.
2050
2051         * scm/new-font.scm: fix design sizes of nummer
2052
2053 2004-03-21  Werner Lemberg  <wl@gnu.org>
2054
2055         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2056         some annoying warnings from mkdir during `make install'.
2057
2058 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2059
2060         * lily/performer-group-performer.cc (do_announces): call
2061         Performer_group_performer::create_audio_elements () too.
2062
2063         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2064
2065         * scm/define-grobs.scm (all-grob-descriptions): add property
2066         break-align-orders
2067
2068         * lily/global-context.cc (get_default_interpreter): new
2069         function. Override from base class, so no new Score contexts are
2070         created.
2071
2072         * lily/include/stencil.hh (class Stencil): document origin field.
2073
2074         * lily/staff-symbol.cc (print): span staff-symbol on column
2075         extents for non-broken columns. 
2076
2077         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2078         key-signature.
2079
2080         * tex/titledefs.tex: don't use smallcaps for piece.
2081
2082         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2083         translated stencils in the output.
2084
2085         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2086
2087 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2088
2089         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2090         and init ties_created_
2091
2092         * VERSION: release 2.1.32
2093
2094         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2095         doc string from IMPLEMENT_CTOR_CALLBACK().
2096
2097         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2098         that engraver is in a performer hierarchy.
2099
2100 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2101
2102         * vim/lilypond-ftdetect.vim: new file.
2103
2104 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2105
2106         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2107         (compose_ly): default octave should be middle C.
2108
2109         * Documentation/user/changing-defaults.itely (Layout tunings
2110         within contexts): new node.
2111
2112         * lily/include/smobs.hh: document C++ smob interface.
2113
2114         * lily/function-documentation.cc: don't doc functions without
2115         docstring.
2116
2117 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2118
2119         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2120         direntry, so that `info lilypond' goes to Top.
2121
2122         * scm/output-ps.scm (polygon): Fix: add spaces.
2123
2124         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2125         solutions are now optimal too.
2126
2127         * input/test/page-breaks.ly: New file.
2128
2129         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2130         functions into safe module.
2131
2132         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2133         end, prepend zeros.
2134
2135         * scm/output-*.scm: Use ly:number->string rather than
2136         number->string.  Makes for saner output.
2137
2138         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2139         Fixes feta-nummer, feta-din scaling.
2140
2141 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2142
2143         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2144
2145         * scm/music-functions.scm (descend-to-context): new
2146         function. Similar to context-spec-music.
2147         (make-time-signature-set): specify Score as descend-only. This
2148         fixes the polymetric.ly example.
2149
2150         * lily/context-specced-music-iterator.cc (construct_children): add
2151         support for descend-only context spec.
2152
2153         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2154         determine ez-notation letter. 
2155
2156         * lily/system.cc (get_line): start with dumping layer 3. This
2157         fixes ez notation.
2158
2159 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2160
2161         * input/test/title-markup.ly: Stress breaking harder.
2162
2163         * scm/page-layout.scm (height-score): Overfull page scores twice
2164         as bad as underfull (was: by a power).
2165         (walk-lines): Omit first walk-path round (breaking after new node,
2166         without lines).
2167
2168         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2169         diff values are negative.
2170         (output): Bugfix: treat negative vfill differently.
2171
2172         * Documentation/user/lilypond.tely (direntry): Add note about why
2173         `info lilypond' brings up `Invoking LilyPond' node.
2174
2175 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2176
2177         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2178
2179         * lily/paper-book.cc: Remove cruft.
2180         (output): Bugfix: put vfill between lines.
2181         (pages): Bugfix: set page vars needed for filling.
2182
2183         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2184         (was: @ar).
2185
2186         * scm/page-layout.scm: Further development.
2187
2188         * ly/declarations-init.ly (paper): Define page-breaking.
2189
2190 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2191
2192         * lily/note-head.cc (brew_ez_stencil): add note-names
2193         property. Provides internationalization for note names.
2194
2195         * Documentation/user/changing-defaults.itely (Creating contexts):
2196         new node.
2197
2198         * lily/grace-iterator.cc (process): descend to child for \grace.
2199
2200         * lily/timing-translator.cc (initialize): Timing_translator adds
2201         Timing alias by itself.
2202
2203         * lily/context.cc (add_alias): new function.
2204
2205         * scm/lily.scm (tex-output-expression): new function, eval within
2206         drawing API. Guards against eval vulnerabilities.
2207
2208         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2209
2210         * scm/output-ps.scm (scm): export lily drawing API.
2211
2212         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2213         throughout.
2214
2215 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2216
2217         * scm/page-layout.scm (optimal-page-breaking): New function.
2218         
2219         * lily/paper-book.cc (pages): Use it.
2220
2221 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2222
2223         * lily/include/paper-line.hh (class Paper_line): Full smob.
2224
2225 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2226
2227         * lily/global-context.cc (run_iterator_on_me): fix grace note
2228         nesting by initting measurePosition.
2229
2230         * lily/timing-translator.cc (initialize): do no init
2231         measurePosition
2232         
2233         * lily/include/music-output-def.hh (class Music_output_def): add
2234         input_origin_ field.
2235
2236         * Documentation/user/changing-defaults.itely (Changing context
2237         properties on the fly): new node.
2238
2239         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2240         function. Only have smobbed_copy (), and do not provide
2241         smobbed_copy() for non-simple smobs. Changes throughout.
2242
2243 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2244
2245         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2246         start_moment_. Fix by Doug A. Linhardt.
2247
2248 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2249
2250         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2251         accidentals for harmonic notes.
2252
2253         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2254         of different style. (Thanks to Doug Linhardt).
2255
2256         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2257         new node.
2258
2259 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2260
2261         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2262
2263         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2264         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2265         vim/lilypond-indent.vim: doc targets and deps in comments.
2266
2267 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2268
2269         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2270
2271         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2272
2273         * lily/include/paper-line.hh:
2274         * lily/include/paper-line.cc: New file.
2275
2276 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2277
2278         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2279
2280         * GNUmakefile.in: remove stray make out=www
2281
2282         * input/test/bagpipe.ly (gcdg): octave fixes.
2283
2284         * scm/define-markup-commands.scm (number): use font-encoding
2285         iso. font-family
2286
2287         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2288         font-encoding.
2289         
2290 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2291
2292         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2293         `output_format_global' and `PAGE_LAYOUT'.
2294
2295 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2296
2297         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2298         lily functions in safe mode.
2299
2300         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2301         Print filename for HTML, LATEX, before texidoc.
2302
2303         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2304         instructions in output-ps module.
2305
2306         * scm/lily.scm: Do not load output-ps module.
2307
2308         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2309         safe mode.
2310
2311 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2312
2313         * lily/span-dynamic-performer.cc (process_music): remove spurious
2314         warning.
2315
2316         * lily/context-def.cc (Context_def): init name to ""
2317
2318         * lily/font-interface.cc: add font-encoding property.
2319
2320         * scm/lily.scm (chain-assoc-get): bugfix.
2321
2322         * lily/paper-book.cc (stencil2line): protect static SCM.
2323
2324         * lily/font-interface.cc (text_font_alist_chain): rename function,
2325         and use text-font-defaults. 
2326
2327         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2328
2329         * scm/paper.scm (paper-set-staff-size): use new function.
2330
2331         * scm/new-font.scm (make-font-tree): new function.
2332
2333 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2334
2335         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2336
2337         * scm/lily.scm (get-output-module): New function.
2338         (output-alist): Remove ,ps-output-expression.
2339
2340         * scm/output-tex.scm (ps-output-expression): New function.
2341
2342         * scm/output-ps.scm (ps-output-expression): Remove.
2343         (header, start-page): Output page metadata.
2344
2345         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2346         initialise output_module_.  Do not write part of header.
2347         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2348         (output_header): Output full header.
2349
2350         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2351         FIXME.
2352
2353 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2354
2355         * scm/new-font.scm: new file. Tree based font lookup.
2356
2357         * scm/lily.scm (assoc-get): take default argument. Remove
2358         assoc-get-default.
2359         (chain-assoc-get): use chain-assoc-get everywhere.
2360
2361         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2362         autobeamsettings conversion bug.
2363
2364         * lily/include/global-context.hh (Context): clean-up data hiding.
2365
2366         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2367         data hiding.
2368
2369         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2370
2371         * input/regression/stem-shorten.ly: add chord case.
2372
2373         * lily/stem.cc (get_default_stem_end_position): shorten stems
2374         triggered by note-head positions, not by forced-direction. This
2375         fixes a bug with too short stems.  
2376  
2377 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2378
2379         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2380         Lilypond_snippet.output_latex): Always call output_print_filename.
2381
2382         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2383         expand pages.
2384
2385 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2386
2387         * scm/part-combiner.scm (make-autochange-music): switch rests
2388         before switched notes too.
2389
2390         * lily/figured-bass-engraver.cc (process_music): change calling
2391         convention.
2392
2393         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2394
2395         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2396         command.
2397
2398         * lily/include/stencil.hh (class Stencil): add origin field.
2399
2400         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2401         function.
2402
2403         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2404
2405         * lily/lexer.ll: remove support for \$ and $ in identifiers
2406
2407         * lily/sequential-iterator.cc: remove copy_grace_fixups
2408         (get_grace_fixup): slight abstraction of fixup code.
2409
2410         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2411
2412 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2413
2414         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2415         in insert-mode. add indenting rules.
2416
2417 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2418
2419         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2420         protect hack.
2421
2422         * scm/page-layout.scm:
2423         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2424         layout and titling should now match external latex based version.
2425
2426         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2427         header fields.
2428
2429         * ps/lilyponddefs.ps: Remove automatic page layout.
2430
2431         * scm/output-ps.scm (new-start-system): New interface function.
2432
2433         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2434
2435         * lily/paper-book.cc (output): Bugfix.
2436
2437 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2438
2439         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2440         
2441 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2442
2443         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2444         direntries.
2445
2446         * ps/lilyponddefs.ps: Bugfix.
2447
2448         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2449
2450 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2451
2452         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2453         cause. This should fix warnings.
2454
2455         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2456
2457         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2458         prevent aligned 6ths.
2459
2460         * lily/custos.cc (print): remove adjust-if-on-staffline.
2461
2462 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2463
2464         * lily/paper-book.cc: Do header and footer.
2465
2466 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2467
2468         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2469
2470         * scm/paper.scm (lineheight): Remove
2471         (head-sep, foot-sep): Add.
2472
2473 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2474
2475         * mf/feta-schrift.mf: reduce portato thickness.
2476
2477         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2478
2479         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2480         programming_error ().
2481
2482         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2483         bracket to last command column.
2484
2485         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2486         continues on next/prev system.
2487
2488         * input/regression/pedal-end.ly: new file.
2489
2490 2004-03-10  Werner Lemberg  <wl@gnu.org>
2491
2492         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2493         Remove pmx2ly stuff.
2494         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2495
2496 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2497
2498         * scm/page-layout.scm: New file.
2499
2500         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2501         settings.
2502         (Lilypond_snippet.is_outdated): Also check for PNG file.
2503         Workaround for interrupted (web) builds.
2504
2505         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2506
2507         * ps/lilyponddefs.ps: Use only very small top-marging.
2508         (init-paper): Also pop page size string.
2509         (start-page, stop-page): New function.
2510
2511         * scm/output-ps.scm (header-end): Remove stray exec commands.
2512
2513 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2514
2515         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2516
2517         * lily/score.cc (default_rendering): clean protection.
2518
2519         * lily/paper-book.cc (mark_smob): implement smob marking.
2520
2521         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2522
2523         * Documentation/user/*.itely: user manual edits. 
2524
2525 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2526
2527         * Documentation/user/converters.itely (Invoking musedata2ly):
2528         remove pmx2ly.
2529
2530         * scripts/pmx2ly: remove script.
2531         
2532 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2533
2534         * lily/score.cc (default_rendering): Protect paper-book members.
2535
2536         * lily/paper-def.cc (smobbed_copy): New method.
2537
2538         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2539         switch runtime.
2540
2541         * lily/include/music-output.hh (process): Change signature to
2542         return SCM.
2543
2544         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2545         method.
2546
2547         * lily/paper-score.cc (process): Return stencils rather than
2548         outputting directly.  Remove paper-book kludge.  Delete grobs.
2549         (output): Remove.
2550
2551         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2552
2553         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2554
2555         * lily/score.cc (default_rendering)
2556         (ly_render_output): Move adding paper-score two levels up.
2557
2558         * lily/system.cc (get_line):
2559         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2560
2561 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2562
2563         * scm/font.scm (paper20-font-vector): add more design sizes for
2564         number.
2565
2566         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2567         feta-nummber{5,7,11,13}.
2568
2569         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2570         for 12pt design size. 
2571
2572 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2573
2574         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2575
2576 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2577
2578         * lily/font-select.cc (properties_to_font_size_family): Fix
2579         warning message.
2580
2581         * Experimental PostScript latin1 encoding:
2582         
2583         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2584
2585         * scm/output-ps.scm: Experimental encoding using reencode-font.
2586         * scm/font.scm: Add latin1 `font-shape'.
2587         
2588         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2589
2590         * ps/lilyponddefs.ps (reencode-font): New function.
2591
2592         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2593
2594         * scm/output-tex.scm (start-page):
2595         (stop-page): New interface function.
2596
2597 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2598
2599         * lily/paper-outputter.cc (output_expr):
2600         (output_header):
2601         (output_line): New method.
2602
2603         * lily/system.cc (get_line):
2604         (get_lines): New method.
2605         (output_scheme):
2606         (output_line): Remove.
2607
2608         * scm/lily.scm (make-title): New function.
2609
2610         * lily/paper-book.cc: 
2611         * lily/include/paper-book.hh: New file.
2612
2613         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2614         ly-modules.hh).
2615
2616         * lily/ly-module.cc (ly_modules_lookup): New function.
2617
2618         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2619
2620         * scm/output-ps.scm (make-title): Remove.
2621         (output-scopes): Junk header-title test.
2622
2623 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2624
2625         * mf/feta-schrift.mf: thicker dot for portato.
2626
2627         * lily/accidental-placement.cc (position_accidentals): bugfix in
2628         offset, this fixes right-padding of AccidentalPlacement.
2629
2630         * lily/[h-z]*.cc: () formatting.
2631
2632         * Documentation/user/tutorial.itely (An orchestral part): more
2633         fixes for the tutorial.
2634
2635         * scm/translation-functions.scm (fraction-tuplet-formatter):
2636         reverse fraction.
2637
2638         * lily/parser.yy (context_def_spec_block): use \context instead of
2639         \translator.
2640
2641         * lily/[a-g].cc: () style cleanup.
2642
2643         * Documentation/user/tutorial.itely (Automatic and manual beams):
2644         editing of tutorial.
2645
2646 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2647
2648         * buildscripts/mf-to-table.py (base): write encoding name.
2649
2650 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2651
2652         * Documentation/user/GNUmakefile (local-install-info): Issue
2653         warning (for packager, ie, if not installing in /usr or /usr/local).
2654
2655         * lily/stencil-scheme.cc: 
2656         * lily/staff-symbol-referencer.cc: 
2657         * lily/script-column.cc: 
2658         * lily/pitch.cc: 
2659         * lily/music.cc: 
2660         * lily/grob-pq-engraver.cc: 
2661         * lily/font-interface.cc: 
2662         * lily/music-output-def.cc: 
2663         * lily/duration.cc: 
2664         * lily/grob-scheme.cc:
2665         * lily/context-scheme.cc: Put scheme name on first line in
2666         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2667         style cleanups.
2668
2669         * stepmake/stepmake/scm-vars.make: 
2670         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2671         Rename and split TAGS_FILES.
2672
2673         * GNUmakefile.in (ALL-TAGS): Remove.
2674         
2675         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2676         deeper TAGS files.  Fixes regexp tags in TOP dir.
2677
2678 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2679
2680         * VERSION: 2.1.29 released.
2681         
2682         * Documentation/user/changing-defaults.itely (Changing defaults):
2683         new file.
2684
2685         * Documentation/user/notation.itely (Notation manual): rename from 
2686         refman.itely
2687
2688         * Documentation/user/notation-appendices.itely (The Feta font):
2689         new file.
2690
2691         * Documentation/user/advanced.itely: add aborted attempt for
2692         advanced topics manual.
2693
2694 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2695
2696         * scm/new-markup.scm: display Markups in sane format. Patch by
2697         Nicolas Sceaux.
2698
2699 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2700
2701         * lily/main.cc: Cleanups.
2702         (setup_localisation): New function.
2703         (sane_putenv): Remove.
2704         (main_with_guile): New name (Was: main_prog).  Remove musings
2705         about possible preparation for GUILE heavy memory usage and
2706         practical uselessness.  Do not set environment variables
2707         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2708         name juggling.
2709         (parse_argv): New function.
2710         (copyright): New function.  It's 2004 already.
2711
2712         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2713         (distill_inname): Move from main.
2714
2715 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2716
2717         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2718
2719         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2720
2721         * Documentation/user/running.itely: new file.
2722
2723         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2724
2725         * lily/score-performer.cc (finish): call Translator::finalize ().
2726
2727 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2728
2729         * lilypond-ftpplugin.vim: renamed to the following file.
2730         * lilypond-ftplugin.vim: new file.
2731
2732         * GNUmakefile.in: update VIM_FILES.
2733
2734 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2735
2736         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2737         props.
2738
2739         * input/test/tie-sparse.ly: remove.
2740
2741         * lily/tie-performer.cc (try_music): copy & paste from
2742         Tie_engraver.
2743
2744         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2745         variable_ref twice.
2746
2747         * lily/key-performer.cc (create_audio_elements): use
2748         alterations-in-key.
2749
2750         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2751
2752 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2753
2754         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2755         handle also quarter tones (not shown as tests). test also flats.
2756
2757         * Documentation/index.html.in: small fixes.
2758
2759 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2760
2761         * input/regression/new-markup-scheme.ly: Typo.
2762
2763         * scm/define-markup-commands.scm (fill-line): New markup.
2764
2765         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2766         (output-paper-def): Fix alignment.
2767         (make-title): Fix height/width scaling.
2768
2769         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2770
2771         * input/test/title-markup.ly: Add remaining titles.  Layout and
2772         font size fixes.  Add simplistic latin1 test.
2773
2774 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2775
2776         * input/test/nested-groups.ly: remove. move content (to next). 
2777         * input/test/staff-bracket.ly: replace content (from prev), this 
2778         has been already in templates.
2779
2780 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2781
2782         * stepmake/autogen.sh: Only issue warning about running configure
2783         without arguments when autogen.sh will actually be running
2784         configure.
2785
2786 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2787
2788         * scm/new-markup.scm (stack-stencil-line): robustness.
2789
2790         * scm/define-markup-commands.scm (simple): robustification of
2791         simple-markup.
2792
2793         * Documentation/user/music-glossary.tely (Top): change central C
2794         to middle C.
2795
2796         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2797
2798 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2799
2800         * input/test/title-markup.ly (spaceTest): Add.
2801
2802         * lily/text-item.cc (interpret_markup): Make line markup from
2803         multi word markup.
2804
2805         * scm/define-markup-commands.scm (word): New markup command.
2806         (simple): Use it.
2807
2808         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2809
2810 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2811
2812         * vim/ftplugin/lilypond.vim:
2813         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2814         show matching paren in insert mode.
2815
2816 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2817
2818         * scm/output-ps.scm (make-title, output-scopes): Further
2819         development.
2820
2821         * input/test/title-markup.ly: New file.
2822
2823         * ps/lilyponddefs.ps: Disable PostScript titling.
2824
2825         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2826
2827 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2828
2829         * lily/arpeggio.cc (width_callback): remove padding.
2830  
2831         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2832
2833         * scm/define-music-types.scm: remove make-music-by-name.
2834
2835         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2836
2837 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2838
2839         * lily/paper-score.cc (process): Output titles using make-title.
2840
2841         * scm/output-ps.scm (output-stencil): Display directly instead of
2842         constructing string.
2843         (make-title): New function.
2844
2845 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2846
2847         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2848         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2849         Move documentation of LaTeX packages for latin1 characters to the
2850         lilypond-book manual.
2851
2852 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2853
2854         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2855
2856         * vimrc: add menu in console and shortcut <F10> for it.
2857
2858         * vim/:
2859         * vim/compiler/:
2860         * vim/syntax/:
2861         * vim/indent/:
2862         * vim/ftplugin/: new directories.
2863         
2864         * vim/filetype.vim: new file.
2865
2866         * lilypond.vim: remove files (see next).
2867         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2868
2869         * vimrc: remove file (see next).
2870         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2871
2872         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2873         add header. apply bindings only locally.
2874
2875         * vim/indent/lilypond.vim: new file.
2876
2877         * vim/ftplugin/lilypond.vim: remove errorformat.
2878         * vim/compiler/lilypond.vim: new file for errorformats.
2879
2880         * Documentation/topdocs/INSTALL.texi: give easier orders.
2881
2882         * ROADMAP: add vim/
2883
2884 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2885
2886         * Documentation/user/introduction.itely (Introduction): Use @image
2887         iso @html <img...>.  Add workaround for images in columns in info.
2888
2889         * stepmake/aclocal.m4: Store computed version in variable.
2890
2891         * configure.in: Export MAKEINFO_VERSION.
2892
2893         * config.make.in (MAKEINFO_VERSION): Add.
2894
2895         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2896
2897         * Documentation/user/GNUmakefile: Only build info with images when
2898         building web.
2899
2900         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2901
2902         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2903         stuff from documentation-targets.make
2904
2905 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2906
2907         * VERSION: 2.1.28 released
2908         
2909         * scripts/convert-ly.py (conv): 
2910
2911 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2912
2913         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2914         \arpeggioBoth. redefine \arpeggioBracket.
2915
2916         * Documentation/user/refman.itely: document new arpeggio
2917         functions.
2918
2919         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2920
2921         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2922
2923         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2924
2925 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2926
2927         * Documentation/user/introduction.itely (Automated engraving):
2928         rewrite introduction using website text.
2929
2930 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2931
2932         * scm/*.scm: make-music-by-name is replaced by make-music, which
2933         also accept music property settings, eg:
2934           (make-music 'TextScriptEvent 'direction DOWN 'text
2935               (make-simple-markup x))
2936
2937         Patch courtesy Nicolas Sceaux
2938
2939         * lily/beam-quanting.cc: cleanup, separate counts for left and
2940         right beam ends.
2941
2942         * lily/side-position-interface.cc (quantised_position): also
2943         quantize staccato position for forced stem directions. 
2944
2945 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2946
2947         * scm/*.scm: Patch by Nicolas Sceaux: 
2948
2949         * scm/music-functions.scm: ly:grob-property and ly:music-property
2950         are made procedure with setters.
2951
2952         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2953         
2954 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2955
2956         * input/test/[t-v]*.ly: finish rewriting texidocs.
2957
2958         * input/test/vaticana.ly: remove.
2959         * input/test/ligature-vaticana.ly: new, renamed file name.
2960
2961         * input/test/stem-centered.ly: remove.
2962         * input/test/mensural-note-heads.ly: new file. take content from
2963         removed file stem-centered.ly.
2964
2965         * input/test/scales-greek.ly: simplify.
2966
2967         * input/test/s*.ly: reformulate texidocs.
2968         
2969         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2970         of missing features.
2971
2972 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2973
2974         * input/test/[j-o]*.ly: update texidocs.
2975
2976 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2977
2978         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2979
2980         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2981         images.
2982
2983         * Documentation/user/lilypond.tely (@direntry): Update.
2984
2985         * stepmake/stepmake/documentation-targets.make
2986         (install-info,uninstall-info): Install into $(package_infodir).
2987         Install images.  Run install-info to update dir.
2988
2989         * config.make.in (package_infodir): Add.
2990
2991         * Documentation/user/GNUmakefile (info-with-images,
2992         local-install-info, local-uninstall-info): New target.
2993
2994 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2995
2996         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2997         gap/threshold.
2998
2999         * lily/beam-quanting.cc (score_slopes_dy): remove
3000         ROUND_TO_ZERO_SLOPE kludge.
3001
3002         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
3003
3004         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
3005
3006         * lily/global-context.cc (Global_context): alway accept Score
3007         (run_iterator_on_me): cast Context to Score_context, not
3008         Context_def.
3009
3010         * Documentation/user/refman.itely: documentation patch by Edward
3011         Sanford Sutton.
3012
3013         * mf/GNUmakefile: unset sauter-fonts.
3014
3015 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3016
3017         * scripts/lilypond-book.py (output_texinfo): Output @image
3018         descriptions for info too.
3019
3020         * input/test/chord-names-jazz.ly: 
3021         * input/test/embedded-scm.ly: Clarify.
3022
3023         * input/test/cautionaries.ly: Typo.
3024
3025         * lily/input-smob.cc (ly_input_location): Compile fix.
3026
3027 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3028
3029         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3030
3031         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3032         fixes problems with system defaults being reverted with \override
3033         on Score level.
3034
3035         * lily/global-context.cc (Global_context): apply property-ops to
3036         Global_context too. 
3037
3038 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3039
3040         * scm/output-ps.scm (stencil->string): Rewrite.
3041
3042 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3043
3044         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3045         impersonal style.
3046
3047 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3048
3049         * lily/input-smob.cc (ly_input_location: New function.
3050
3051         * scm/define-markup-commands.scm (upright): New markup command.
3052
3053         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3054
3055         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3056
3057         * scm/output-ps.scm (output-stencil): New function.
3058
3059         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3060         of snippet types; fixes @ignore and @verbatim blocks.
3061
3062 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3063
3064         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3065         to a file in printed documentation, instead, refer either to a 
3066         syntax or to an output.
3067
3068 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3069
3070         * input/regression/beam-center-slope.ly: Add test.
3071
3072 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3073
3074         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3075         (SAUTER_FONTS): Reinstate.
3076
3077         * scm/define-markup-commands.scm (caps): New markup command.
3078
3079         * scm/output-ps.scm (output-scopes): Experimental markup output.
3080
3081         * scm/: Add missing headers.
3082
3083         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3084
3085         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3086
3087 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3088
3089         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3090         Stray style cleanups.
3091
3092 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3093
3094         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3095         no dot combination.
3096
3097         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3098         substitute \override Staff.autoBeamSettings too
3099
3100         * Documentation/user/tutorial.itely: proofreading fixes by David
3101         Bobroff
3102
3103 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3104
3105         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3106
3107         * ps/music-drawing-routines.ps: 
3108         * ps/lilyponddefs.ps: Add end markers.
3109
3110 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3111
3112         * VERSION: 2.1.27 released.
3113         
3114         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3115
3116         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3117         obey documentation.
3118
3119 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3120
3121         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3122
3123         * scm/output-ps.scm: Resurrect.
3124         
3125         * scm/output-tex.scm: Minimal cleanups.
3126
3127         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3128
3129         * make/ly-rules.make: Remove any broken lily-*.tex files before
3130         lilypond-book run.
3131
3132         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3133         comment.
3134
3135         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3136         Enabled by default, may save 10% compile time.
3137
3138 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3139
3140         * lily/lyric-phrasing-engraver.cc: remove
3141         
3142         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3143         longer necessary. 
3144
3145         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3146         so lyric-phrasing-engraver is no longer necessary.
3147
3148         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3149         Grob_pq_engraver from Staff.
3150
3151         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3152         busyGrobs directly.
3153
3154         * input/regression/quote-transposition.ly: new file.
3155
3156         * lily/recording-group-engraver.cc (stop_translation_timestep):
3157         store instrumentTuning too. 
3158
3159         * lily/quote-iterator.cc (process): transpose events using
3160         instrumentTuning.
3161
3162         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3163         -> \tuning <pitch>
3164
3165         * lily/parser.yy (command_req): add \tuning command for setting
3166         instrument tuning of staff.
3167
3168         * Documentation/user/GNUmakefile
3169         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3170
3171         * Documentation/user/refman.itely (Customized accidental rules):
3172         typo.
3173
3174 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3175
3176         * Documentation/user/music-glossary.tely: remove the missing norwegian
3177         translation; they can be put in later properly.
3178
3179 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3180
3181         * lily/recording-group-engraver.cc (start_translation_timestep):
3182         init Recording_group_engraver twice.
3183
3184 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3185
3186         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3187         stray style cleanups:
3188
3189         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3190         -Wmissing-prototypes.
3191
3192         * flower/include/killing-cons.tcc (Killing_cons): Add template
3193         specifier for car_.
3194
3195         * flower/include/parray.hh (binsearchs): Add template specifier
3196         for maxkey.
3197
3198         * flower/include/interval.hh: Declare elem () with template specfier.
3199
3200 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3201
3202         * elisp/lilypond-indent.el (get-buffer-size): add customization
3203         groups for several variables (Reuben Thomas).
3204
3205 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3206
3207         * Documentation/user/invoking.itexi (Point and click): add index
3208         entry.
3209
3210         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3211         go under beam.
3212
3213         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3214         sarabande beam. 
3215
3216         * flower/warn.cc (programming_error): cross fingers not thumbs.
3217
3218         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3219         staff-position is set.
3220
3221         * VERSION: release 2.1.26 
3222         
3223         * scm/chord-entry.scm (construct-chord): process transposition
3224         after processing explicit-11.  
3225
3226 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3227
3228         * lily/parser.yy (add_quote): add syntax for adding quotes:
3229         \addquote "id-string" Music
3230
3231         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3232
3233         * scripts/convert-ly.py (conv): add rules for name changes.
3234
3235         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3236         music/context/grob property functions. Internally, use
3237         get_property() and set_property() for both.
3238
3239 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3240
3241         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3242         for Emacs <= 20 (Laurent Martelli).
3243
3244 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3245
3246         * lily/parser.yy (command_element): extract quoted vector in
3247         parser.
3248
3249         * input/regression/quote.ly: new file.
3250
3251         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3252
3253         * lily/parser.yy (command_element): \quote DURATION NAME: support
3254         cue notes. 
3255
3256         * lily/quote-iterator.cc (class Quote_iterator): new file.
3257
3258 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3259
3260         * lily/auto-beam-engraver.cc (try_music): accept and process
3261         beam-forbid-event.
3262
3263         * input/regression/auto-beam-no-beam.ly: new file.
3264
3265 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3266
3267         * lily/accidental.cc (print): Change font-relative-size ->
3268         font-size. Fixes cautionary-style = smaller.
3269
3270 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3271
3272         * lily/system-start-delimiter.cc (staff_brace): remove
3273         font-relative-size
3274
3275         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3276         forgotten with scm_list_n. Fixes spurious coredumps.
3277
3278         * lily/accidental-engraver.cc (stop_translation_timestep): move
3279         update of localKeySignature to stop_translation_timestep (). This
3280         makes sure that all ties are noticed at the right moment.
3281         (stop_translation_timestep): clear tie only when right-side
3282         notehead was seen.
3283         (number_accidentals_from_sig): cleanup. 
3284
3285         * input/regression/accidental-tie.ly (mus): new file
3286
3287         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3288         these longish tests.
3289
3290 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3291
3292         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3293
3294         * THANKS: update bugreporter list.
3295
3296         * lily/beam.cc (print): broken beams last until end of staff.
3297         (print): broken beams start from prefatory matter.
3298
3299         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3300
3301         * lily/paper-score.cc (process): dump header only once.
3302
3303         * lily/paper-outputter.cc (Paper_outputter): move logic into
3304         Scheme.
3305
3306         * scm/output-tex.scm (output-scopes): new function.
3307         (output-paper-def): new function
3308         (tex-string-def): new function
3309         (symbol->tex-key): new function
3310
3311         * scripts/convert-ly.py (conv): add rule for | ~
3312
3313 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3314
3315         * input/regression/{many}.ly: refresh, trying to guess how
3316         it was designed.
3317
3318 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3319
3320         * VERSION: release 2.1.25
3321
3322         * scm/define-translator-properties.scm
3323         (all-user-translation-properties): add printOctaveNames
3324
3325         * ly/engraver-init.ly: remove Note_event_swallower from
3326         NoteNamesContext.
3327
3328         * lily/note-name-engraver.cc (process_music): new property
3329         printOctaveNames
3330
3331         * lily/context.cc (find_existing_context): remove support for
3332         Current.
3333
3334         * scm/music-functions.scm (set-accidental-style): new function;
3335         duplicate accidental macros.
3336
3337         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3338
3339         * lily/note-name-engraver.cc (process_music):
3340         process_acknowledged_grobs () -> process_music ()
3341
3342         * scm/part-combiner.scm (determine-split-list): robustification.
3343
3344 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3345
3346         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3347         lines for falling into beam-gap.
3348         (score_forbidden_quants): check all staff lines for falling in
3349         beam gaps.
3350
3351         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3352         key/clef/time signatures. 
3353
3354         * input/test/ossia.ly: revise example.
3355
3356         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3357         cleanup.
3358         
3359         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3360         comply to Scheme standard.  Remove ly:get-paper-variable
3361
3362 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3363
3364         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3365
3366 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3367
3368         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3369         properties from Voice context. This fixes accidental size for
3370         staff-switches during grace contexts.
3371
3372         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3373         if necessary. Else, simply wipe dots.
3374
3375         * input/test/beam-alternate.ly: new file
3376
3377         * input/test/piano-staff-distance.ly: new file.
3378
3379         * lily/translator-group.cc (recurse_down_translators): use
3380         Direction for bottom-up/top-down.
3381
3382         * lily/include/translator.hh (class Translator): add
3383         process_music() and do_announces(). This obviates
3384         recurse_down_{engravers,performers}.
3385
3386         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3387         \melisma and \melismaEnd
3388
3389         * lily/melisma-engraver.cc (process_music): change to
3390         Melisma_translator, unify with performer. Accept
3391         ManualMelismaEvent.
3392
3393         * ly/engraver-init.ly: add Font_size_engraver.
3394
3395 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3396
3397         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3398         it hara-kiri.
3399
3400         * input/regression/{many}.ly: improve descriptions trying to figure
3401         out what is tested.
3402
3403 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3404
3405         * lily/slur.cc (broken_trend_offset): robustness fix.
3406
3407         * VERSION: release 2.1.24
3408
3409         * lily/context.cc (find_create_context): go to Score if it exists.
3410
3411         * lily/context-scheme.cc: new file.
3412
3413         * lily/score-translator.cc (get_output): new file.
3414
3415         * lily/include/grob-info.hh: origin_contexts() now does not
3416         include the originating engraver
3417
3418         * lily/translator-group.cc (translator_each): clean up contents,
3419         remove superfluous stubs. Engraver_group_engraver and
3420         Performer_group_performer are the only classes using multiple
3421         inheritance.
3422
3423         * lily/include/score-context.hh (class Score_context): interface
3424         between Score_{engraver,performer} and Global_context.
3425
3426         * lily/include/global-context.hh (Context): change from
3427         global-translator. This is the entry point for contexts; it is not
3428         tweakable using \translator{}. Score is no longer the top context,
3429         but sits underneath Global.
3430
3431         * lily/include/context.hh (class Context): brain surgery: split
3432         out Context functionality from Translator_group. Context is now a
3433         separate type from Translator.
3434
3435 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3436
3437         * lily/include/translator.hh (class Translator): make
3438         get_score_context() and get_global_translator (), and use the one
3439         which is appropriate.
3440
3441         * lily/context.cc: partially put functionality of Translator_group
3442         into Context.
3443
3444         * lily/include/context.hh (Translator): new class: put between
3445         Translator and Translator_group. 
3446
3447         * lily/new-accidental-engraver.cc: remove file.
3448
3449 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3450
3451         * input/regression/{many}.ly: improve descriptions: use complete 
3452         sentences, try to describe what is tested, avoid `we´, do not use 
3453         don't, ... 
3454
3455 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3456
3457         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3458         is at EOL.
3459
3460         * Documentation/user/lilypond.tely: declare the topmost node only
3461         once; removes empty line in @contents.
3462
3463         * Documentation/user/music-glossary.tely: really add Finnish author.
3464         Draw more beatiful `->´ arrow in html: &rarr;
3465
3466 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3467
3468         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3469
3470         * scripts/convert-ly.py (conv): add ly:music-list  change.
3471
3472         * lily/grob.cc: edit doc string.
3473
3474         * scm/define-grob-properties.scm (all-user-grob-properties):
3475         proofreading, editing of doc strings.
3476
3477         * input/regression/tablature-string-tunings.ly: new file.
3478
3479         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3480         listen to stringTunings
3481
3482         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3483         for self-alignment-[XY] code.
3484  
3485 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3486
3487         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3488         cond) into function. Cleanup.
3489
3490         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3491         
3492         * VERSION (PACKAGE_NAME): 2.1.23 released
3493
3494 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3495
3496         * Documentation/user/{refman,internals}.itely: small fixes.
3497
3498 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3499
3500         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3501         accidentals for harmonic notes
3502
3503         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3504         for harmonic notes.
3505
3506         * scm/document-backend.scm (interface-doc): prune Grob
3507         documentation: don't duplicate interface information.
3508
3509         * lily/*.cc: lots of updates of doc strings.
3510
3511 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3512
3513         * input/test/ac-extra-voice.ly (accompany): remove file.
3514
3515         * input/test/maximum-rest-count.ly: remove file.
3516
3517         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3518         conversion rule for \translator { }. Apply everywhere.  
3519
3520         * lily/parser.yy (music_property_def): set property for \once in
3521         the PropertyMusic itself, not the ContextSpec.
3522         (property_operation): change syntax within \translator { }
3523
3524         * scm/define-music-properties.scm (all-music-properties): clean up.
3525
3526         * lily/auto-beam-engraver.cc (test_moment): use
3527         updated_grob_properties() to retrieve autoBeam settings.
3528
3529         * lily/spacing-spanner.cc: bound shortest_playing_len by
3530         measure_length
3531
3532         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3533         multi-measure events for spacing computation.
3534
3535         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3536         elliptical, to 1.49.
3537
3538         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3539         vertical positioning for polyphony, without RestCollision object.
3540
3541         * lily/note-column.cc (add_head): prevent rests & note heads on
3542         one stem.
3543
3544         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3545         (do_shift): rewrite only-rests case: use common refpoints: the
3546         routine will have sensible results when other rest-translations
3547         have taken place.
3548
3549         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3550         < 0 case. 
3551
3552         * VERSION: 2.1.22 released
3553         
3554         * input/GNUmakefile (SUBDIRS): remove ascii-art
3555
3556 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3557
3558         * input/: Convert ly files that still had \property.  Fixes make
3559         web.  Remove exta spaces around '='. 
3560
3561         * scripts/convert-ly.py (conv): Redundant space fixes.
3562
3563         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3564
3565 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3566
3567         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3568         create scalable PS and PDFs  for input/{test,template,regression}.
3569
3570         * lily/context.cc (is_alias): move function.
3571         (is_alias): add Bottom as context alias. 
3572         (find_create_translator): add Bottom as a context alias for creation.
3573
3574         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3575
3576         * lily/parser.yy (music_property_def): new syntax for property
3577         assignments:
3578
3579         \set A.B = #C , \unset A.B
3580         \override A.B #C = #D, \revert A.B #C 
3581
3582         * lily/my-lily-lexer.cc: remove \property
3583
3584 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3585
3586         * Documentation/user/refman.itely: add dots after seealso refs.
3587
3588         * input/template/{many}.ly: harmonise descriptions.
3589
3590         * Documentation/user/music-glossary.itely: add Finnish author.
3591
3592 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3593
3594         * VERSION (PACKAGE_NAME): release 2.1.21
3595
3596 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3597
3598         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3599
3600         * scripts/lilypond-book.py (snippet_res): @include filename must
3601         not be empty.
3602
3603 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3604
3605         * scm/documentation-generate.scm (markup-doc-string): dump
3606         markup-commands.tely
3607
3608         * scm/define-markup-commands.scm (override): new file.
3609         Move documentation from refman into doc-strings. 
3610
3611         * input/test/staff-container.ly: fix example.
3612
3613         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3614         StaffContainer
3615
3616         * lily/grob.cc: remove point_dimension_callback
3617         (Grob): read forced dimensions from X-extent and Y-extent.
3618         (get_paper): remove preset_extent.
3619
3620         * scm/define-grobs.scm (all-grob-descriptions): remove
3621         point_dimension_callback. 
3622
3623         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3624         textscript to head. This makes no-spacing-rods work on
3625         DynamicText.
3626
3627         * lily/chord-name.cc: remove props chord, bass, inversion.
3628
3629         * Documentation/user/appendices.itely: add Scheme functions,
3630         context-properties and layout properties to manual.
3631
3632         * scm/part-combiner.scm (determine-split-list): include rests in a
3633         solo1/2 sequence.
3634
3635         * lily/new-part-combine-iterator.cc (substitute_both): new
3636         function.
3637         (class New_pc_iterator): add separate Voice=solo context, fixes
3638         autobeams going from chords to solo.
3639
3640 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3641
3642         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3643
3644         * Documentation/user/tutorial.itely:
3645         * Documentation/user/refman.itely: Add short note about being part
3646         of lilypond.tely.
3647
3648         * COPYING: Make note more clear with respect to files that are
3649         explicitely licenced otherwise (Documention/user/ comes to mind).
3650         
3651         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3652         comment about barfing of @c,{}.
3653
3654         * Documentation/user/music-glossary.tely: Add list of authors.
3655
3656         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3657         source (was: also in build log).
3658
3659 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3660
3661         * lily/side-position-interface.cc (general_side_position): if
3662         staff-padding is set, then include staff in support too.
3663
3664         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3665         module workbook
3666
3667         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3668
3669         * lily/tuplet-engraver.cc: remove tupletInvisible
3670
3671         * scm/define-translator-properties.scm: cleanup, separate in
3672         internal and user props. 
3673
3674         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3675         LyricsVoice -> Lyrics
3676
3677         * lily/new-part-combine-iterator.cc (process): only print warning
3678         for symbols.
3679
3680 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3681
3682         * scm/part-combiner.scm: Add proper header.
3683
3684         * All but lily/*: The great --2003 --2004 replace; the missing
3685         `bits'.
3686
3687         * TODO: Fix outline mode.  Add book notes.
3688
3689         * ROADMAP: Update.
3690
3691 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3692
3693         * scm/part-combiner.scm (make-autochange-music): use
3694         accumulator. Fixes stack overflow.
3695
3696         * lily/*: rename brew_molecule -> print , molecule-callback ->
3697         print-function
3698
3699         * scm/define-grob-properties.scm: cleanup. Separate into internal
3700         and user properties.
3701
3702         * lily/translator-property.cc (updated_grob_properties): new
3703         function
3704         (execute_pushpop_property): change to new convention:
3705         object property inits are stored as (cons ALIST BASED-ON). This
3706         storage format allows concurrent tweaks in different contexts.
3707
3708 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3709
3710         * TODO: new file.
3711
3712 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3713
3714         * debian/: Late Debian update (sorry Anthony).
3715
3716         * scripts/lilypond-book.py (do_file): Look for input_file in
3717         include path, or ask kpathsea if LATEX.
3718
3719         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3720         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3721         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3722         --header=texidoc.
3723
3724         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3725         relative.
3726
3727         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3728         only when filtering, default to input_base otherwise.  Coding
3729         style fixes.
3730
3731 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3732
3733         * lily/include/translator.hh (class Translator): add virtual
3734         qualifier.
3735
3736 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3737
3738         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3739
3740 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3741
3742         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3743
3744         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3745         (fixes make web).
3746
3747         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3748         live in $(out)-www).
3749
3750         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3751         dependencies.  Add link to .ly source in HTML output.
3752         (Lilypond_snippet.output_html): Handle multiple page picture
3753         output.
3754         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3755         Make usable for output_texinfo again.
3756
3757         * Documentation/user/GNUmakefile: Add static dependency for
3758         lilypond.tely includes.
3759
3760         * Documentation/user/tutorial.itely: Add some lost `relative'
3761         ly-options.
3762
3763 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3764
3765         * lily/include/translator-group.hh: move Music_output_def member
3766         to Global_translator.
3767
3768         * scripts/lilypond-book.py (do_file):  fix latex output.
3769
3770         * VERSION: release 2.1.20
3771         
3772         * scm/part-combiner.scm (determine-split-list): robustness fix 
3773
3774         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3775
3776         * lily/parser.yy (music_output_def_body): plug memory leak.
3777
3778         * lily/translator-group.cc (add_fresh_group_translator): plug
3779         memory leak: unprotect Translator_group once added.   
3780
3781         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3782
3783         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3784         write .dep file.
3785         (Lilypond_snippet.ly): add \renameinput.
3786
3787 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3788
3789         * Documentation/user/refman.itely (Markup command definition): Doc
3790         by Nicolas Sceaux. Rewrite by Han-Wen
3791
3792         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3793         thing of the line.
3794         (brew_molecule): only remove if hyphen is not at the end of line.
3795         (set_spacing_rods): new function: minimum-length specifies
3796         distance between syllables.
3797
3798         * scm/define-grobs.scm (all-grob-descriptions): add
3799         Hyphen_spanner::set_spacing_rods to LyricHyphen
3800
3801         * input/regression/lyric-hyphen-break.ly: new file.
3802
3803         * input/test/lyric-hyphen-retain.ly: new file.
3804
3805         * lily/new-part-combine-iterator.cc (construct_children):
3806         add Rest direction.
3807
3808 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3809
3810         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3811
3812         * Documentation/bibliography/engraving.bib (donemus1982):
3813         update entry.
3814
3815 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3816
3817         * scripts/lilypond-book.py (Substring.__init__): new class.
3818         (Snippet.output_texinfo): add texidoc option.
3819         (Include_snippet.replacement_text): new class.
3820         (Lilypond_snippet.__init__): new class
3821         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3822
3823         * Documentation/user/refman.itely (Sound): 
3824         note about number of channels.
3825
3826         * scm/music-functions.scm (voicify-music): add \context Staff for
3827         << \\ >> polyphony.
3828
3829         * lily/parser.yy (verbose_command_req): \skip now creates
3830         SkipMusic, and does not lead to spurious staves.
3831
3832         * scm/define-music-types.scm (music-descriptions): rename
3833         NonEventSkip to SkipMusic
3834
3835         * input/no-notation/midi-lyric-barcheck.ly: new file.
3836
3837         * input/regression/collision-dots-invert.ly: new file.
3838
3839         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3840         case.
3841
3842         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3843         die if melody died too.
3844
3845 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3846
3847         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3848         with reading from stdin.
3849
3850         * lily/slur-performer.cc (try_music): new file.
3851
3852         * lily/melisma-performer.cc (try_music): new file. Handle
3853         melismata to help lyrics.
3854
3855         * lily/beam-performer.cc (try_music): new file. Handle beam events
3856         to help lyrics.
3857
3858         * lily/score-performer.cc (one_time_step): reinstate
3859         process_music().
3860
3861         * lily/performer.cc (process_music): add to interface.
3862
3863         * lily/performer-group-performer.cc (process_music): new function.
3864
3865         * lily/dot-column.cc (do_shifts): do collision resolution before
3866         dot positioning.
3867         
3868         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3869         file, process printfilename option.
3870         (Snippet.__init__): rewrite: do not use global variables h or
3871         index.
3872         (main): really support -I option.
3873         (find_toplevel_snippets): new code.
3874         (find_toplevel_snippets): reinstate old version, without global
3875         variables.
3876
3877         * tex/texinfo.tex: really add file.
3878         
3879 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3880
3881         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3882         compatibility.
3883
3884 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3885
3886         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3887
3888         * scm/define-translator-properties.scm (drumPitchTable): add
3889         property.
3890
3891         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3892         function.
3893         (help_summary): docstrings.
3894         (do_file): strip the dir of input_base too.
3895
3896 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3897
3898         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3899
3900         * Documentation/user/lilypond-book.itely: Update.
3901
3902         * make/ly-rules.make: Update lilypond-book commands.
3903
3904         * Documentation/user/GNUmakefile: Update makeinfo commands,
3905         lilypond-book flags.
3906
3907         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3908         
3909         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3910
3911         * scripts/filter-lilypond-book.py: Remove.
3912
3913         * Documentation/user/*tely: Update options for new lilypond-book.
3914
3915         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3916         with @macros in @includes.
3917
3918 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3919
3920         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3921         make rest-collision only.
3922
3923         * lily/break-substitution.cc (substitute_one_mutable_property):
3924         clear all-elements using scm_assq_remove_x(). 
3925
3926         * lily/rest-collision.cc (do_shift): shift single rests
3927
3928         * flower/include/array.hh (class Array): rename to is_empty ()
3929
3930         * lily/drum-note-performer.cc: new file: perform drum notes.
3931
3932         * VERSION (PACKAGE_NAME): release 2.1.19.
3933         
3934 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3935
3936         * scripts/filter-lilypond-book.py
3937         (classic_lilypond_book_compatibility): New function.
3938
3939 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3940
3941         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3942
3943         * Grand 2003 -> 2004 search replace. 
3944
3945         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3946         (i.e. < > )
3947
3948         * ly/performer-init.ly: add DrumStaff
3949
3950         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3951         lyric-interface; this prevents lines with only extender lines from
3952         being junked.
3953  
3954         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3955
3956         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3957         extenders right, for once and for all (hopefully).
3958         
3959         * lily/break-substitution.cc (substitute_one_mutable_property):
3960         clear old 'all-elements for System grobs.
3961
3962         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3963         that associatedVoiceContext is always assigned when music & lyrics
3964         are found. 
3965
3966         * ly/engraver-init.ly: remove Lyrics context.
3967         (TabVoice): add noteheads engraver
3968
3969         * input/test/improv.ly: update: do not use Thread switching. 
3970
3971         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3972         squashedPosition is a number  
3973
3974         * Documentation/user/refman.itely (Automatic note splitting):
3975         remove Thread references.
3976
3977         * input/no-notation/pc-direction.ly: remove file.
3978
3979         * ly/engraver-init.ly: remove Thread
3980
3981         * input/regression/tie-chord-partial.ly: remove file.
3982
3983         * scripts/convert-ly.py (conv): \harmonic rule
3984
3985         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3986         notation for harmonic notes: <c' g''\harmonic>
3987
3988         * lily/lily-guile.cc (alist_to_hashq): new function
3989
3990         * scm/lily.scm (alist->hash-table): new function.
3991
3992         * Documentation/user/refman.itely (Percussion staves): update doco.
3993
3994         * input/regression/drums.ly (timb): updates
3995
3996         * lily/note-performer.cc (create_audio_elements): robustness fix.
3997
3998         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3999
4000 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4001
4002         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
4003         discard valid matches.
4004
4005 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4006
4007         * lily/drum-note-engraver.cc: new file.
4008
4009         * ly/drumpitch-init.ly: move drum definitions
4010
4011         * scm/drums.scm: remove file.
4012
4013         * lily/*.cc: remove abort-event everywhere.
4014
4015         * lily/note-heads-engraver.cc (process_music): robustification.
4016
4017         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4018         robustification.
4019
4020         * lily/parser.yy (simple_element): add \drums mode.
4021         (simple_element): remove \pitchnames , \chordmodifiers. Use
4022         variables to store this. 
4023
4024         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4025         outside \notes.
4026
4027         * VERSION: release 2.1.18.
4028         
4029         * input/test: remove octave-duplicate.ly
4030
4031 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4032
4033         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4034
4035 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4036
4037         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4038         constructor from Music_iterator. Changes throughout.
4039
4040         * lily/include/music-iterator.hh (class Music_iterator): remove
4041         Music_iterator::skip and Music_iterator::get_pending_events from
4042         interface. Rename report_to -> get_outlet 
4043
4044         * lily/auto-change-iterator.cc: move contents from
4045         new-auto-change-iterator.cc from
4046
4047         * scm/part-combiner.scm: determine split-list from Scheme. 
4048
4049         * lily/new-auto-change-iterator.cc (process): new file.
4050
4051         * lily/parser.yy (part_combined_music): remove old PC cruft.
4052
4053         * ly/engraver-init.ly: remove old
4054         PC cruft.
4055
4056         * Documentation/user/refman.itely (The Lyrics context): note about
4057         extender lines.
4058
4059         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4060         to allow 0-length mmrest events.
4061
4062         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4063
4064         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4065
4066         * lily/spacing-engraver.cc (finalize): robustifications.
4067
4068         * input/regression/new-part-combine-solo-global.ly: new file.
4069
4070         * scm/part-combiner.scm: rewrite.
4071
4072 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4073
4074         * Documentation/user/refman.itely, input/puer-fragment.ly,
4075         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4076         updated for proper use of lyricsto; replaced "(" and ")" ->
4077         "\melisma" and "\melismaEnd"
4078
4079         * input/test/ancient-font.ly: small updates to reduce compile
4080         warnings (TODO: junk this file)
4081
4082         * input/test/gregorian-scripts.ly: added comment about bug
4083
4084         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4085         tiny robustness fix
4086
4087         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4088         recent changes in the feta code); temporarily mapped mensural g
4089         clef to a copy of petrucci g clef until mensural g clef will have
4090         been rewritten
4091
4092         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4093         between mensural and neo-mensural heads (this broke quite a while
4094         ago)
4095
4096         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4097
4098 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4099
4100         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4101         indication.  Fixes for verbatim, multi line comments.
4102
4103 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4104
4105         * input/regression/new-part-combine-solo.ly: more cases.
4106
4107         * lily/slur.cc (height): robustness fix.
4108
4109         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4110
4111         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4112         stemUp/stemDown.
4113
4114         * scm/music-functions.scm (determine-split-list): further analysis.
4115
4116         * lily/script-engraver.cc (try_music): discard duplicate
4117         articulations.
4118
4119         * input/regression/new-part-combine-solo.ly: new file
4120
4121         * input/regression/new-part-combine-a2.ly: new file.
4122
4123         * ly/performer-init.ly: add Devnull
4124
4125         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4126         for \musicglyph #"accidental-*"
4127         (conv): \newpartcombine rule.
4128
4129 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4130
4131         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4132
4133 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4134
4135         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4136         textwidth, --output.
4137
4138 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4139
4140         * scm/new-markup.scm (doubleflat): add accidental markups.
4141
4142         * VERSION: release 2.1.17
4143         
4144         * Documentation/user/refman.itely (Automatic part combining):
4145         revise documentation of the part-combiner.
4146
4147         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4148         
4149         * input/test/part-combine-{moment,staff}.ly: remove file.
4150
4151         * input/regression/pc-mmrest.ly (two): remove file.
4152
4153         * scm/define-music-types.scm (music-descriptions): add
4154         Solo{One,Two}Event and UnisonoEvent
4155
4156         * lily/new-part-combine-iterator.cc (unisono): add state_
4157         variable, signal changes with part-combine-event.
4158
4159         * input/regression/new-part-combine-text.ly: new file.
4160
4161         * lily/part-combine-engraver.cc: new file.
4162
4163 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4164
4165         * scripts/filter-lilypond-book.py: Handle snippet options.
4166
4167 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4168
4169         * scm/music-functions.scm (determine-split-list): detect solo1/2
4170         and unisono.
4171
4172         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4173         revert fix, document why.
4174
4175         * lily/tie-performer.cc (process_music): new function. Set melisma
4176         property.
4177
4178         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4179         always smaller than bracket size.
4180         (make_bracket): oops. Size of the gap was off by factor 2
4181
4182         * input/test/text-rotate.ly: new file.
4183
4184         * scm/new-markup.scm (markup): a macro that provides a
4185         LilyPond-like syntax in scheme for building markups, in order to
4186         help markup command definition. (Nicolas Sceaux)
4187
4188         * input/test/lyrics-skip-notes.ly: new example.
4189
4190         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4191
4192         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4193         use is_alias() iso. == . This fixes lyrics on
4194         GregorianTranscriptions. 
4195
4196 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4197
4198         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4199         \thispagestyle{lastpage} to avoid that it's printed on the second
4200         last page when there's only a single score line on the last page.
4201         (The page breaking mechanism in TeX played some ugly tricks to us.)
4202
4203 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4204
4205         * scripts/filter-lilypond-book.py: Further development.
4206
4207         * input/regression/collision-dots-move.ly: New test.
4208
4209         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4210         hand side note head of non-merged collision to the right.
4211
4212         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4213         Construct children before accessing property from emtpy
4214         lyrics_context_.
4215         (construct_children): Find thread before finding LyricsVoice.
4216         Create LyricsVoice one if none found, fixes crash (thanks Erik
4217         Sandberg).
4218
4219 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4220
4221         * cygwin/: Forward port.
4222
4223 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4224
4225         * buildscripts/install-info-html.sh: Use Bash.
4226
4227         * cygwin/mknetrel: Patch from Bert.
4228
4229 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4230
4231         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4232
4233         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4234         try to copy *png, index.html (Bertalan Fodor).
4235
4236         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4237
4238 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4239
4240         * lily/note-collision.cc (check_meshing_chords): Do not remove
4241         dots (from down head) when merging similar heads (thanks Matthias
4242         Kilian).  Simplify merge_possible tests and other cleanups
4243
4244         * input/regression/collision-merge-differently-dotted.ly: Add test
4245         for disappearing dots on similar heads for both voices.
4246
4247 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4248
4249         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4250         that tagline overrides copyright for single page scores. Correct
4251         the default tagline value.
4252
4253 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4254
4255         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4256
4257 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4258
4259         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4260         TEXMF if it's previously unset.
4261
4262 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4263
4264         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4265
4266         * input/test/trills.ly: fix the unfolding of lineprall.
4267
4268         * input/test/figured-bass-alternative.ly: fix accidental.
4269
4270 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4271
4272         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4273         
4274         * input/no-notation/dos-guile.ly: 
4275         * input/no-notation/dos-ps.ly: 
4276         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4277         
4278         * input/no-notation/safe-include.ly:
4279         * input/no-notation/safe-guile.ly:
4280         * input/no-notation/safe-ps.ly: 
4281         * input/no-notation/safe-tex.ly: New file.
4282
4283         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4284         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4285         options now.
4286         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4287         When in --safe-mode, set environment openout_any=p[aranoid].
4288
4289         * tex/ltest.tex: 
4290         * tex/lilyponddefs.tex: Add \nofiles.
4291
4292         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4293         options.
4294
4295         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4296         This allows building the user manual using a binary installation
4297         and a matching unpacked source tree.
4298
4299         * scm/lily.scm (safe-module): New variable. 
4300
4301         * lily/includable-lexer.cc (new_input): Fix error messages.
4302
4303         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4304         If SAFE, evaluate in safe-module.  Change callers.
4305
4306         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4307
4308         * lily/lexer.ll (embedded_scm): While processing main-input,
4309         invoke ly_parse_scm with safe mode if running in safe-mode.
4310         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4311         in init.ly for safe-mode.
4312
4313 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4314
4315         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4316         compatibility with old versions of geometry.sty (compat2
4317         already implied includehead).
4318         Change the page layout slightly so bottom + footskip = top +
4319         headheight + headsep = 16mm, the remaining paperheight-32mm
4320         are used for the music. Increase footskip to 5mm, so the top of
4321         the footer text doesn't touch the music.
4322
4323 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4324
4325         * VERSION: release 2.1.16
4326         
4327         * scm/music-functions.scm (determine-split-list): bugfix: only use
4328         new-active for both voices if both indexes advance. This fixes the
4329         biggest outstanding problem with new-pc. 
4330
4331         * lily/new-part-combine-iterator.cc (construct_children): set more
4332         directions.
4333
4334 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4335
4336         * scripts/convert-ly.py (conv): add instrument rule.
4337
4338         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4339
4340         * lily/side-position-interface.cc: remove add_staff_support ()
4341         Change all callers to use staff-padding.
4342
4343         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4344         make_spanner().
4345
4346         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4347
4348         * lily/text-engraver.cc: remove scriptHorizontal property.
4349
4350         * lily/beam.cc (least_squares): also set least-squares-dy for
4351         special case of slanted 2-stem beam to center.
4352
4353         * lily/side-position-interface.cc (out_of_staff): move contents of
4354         out_of_staff into aligned_side.
4355         remove out_of_staff().
4356
4357         * input/regression/measure-grouping.ly: fix warning.
4358
4359         * lily/side-position-interface.cc: add staff-padding support to
4360         Side_position_interface::aligned_side.
4361
4362         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4363         one get_property too many.
4364
4365         * flower/include/drul-array.hh (linear_combination): new function
4366         (scale_drul): new function
4367
4368         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4369         operations on empty intervals are silly.
4370
4371 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4372
4373         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4374         (iso gh_scm2int), fixes crash in new part-combiner.
4375
4376         * configure.in: Up mftrace to 1.0.27.
4377
4378 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4379
4380         * VERSION: release 2.1.15
4381         
4382         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4383         align all stanza numbers.
4384
4385 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4386
4387         * Documentation/user/{introduction.itely,refman.itely,
4388         converters.itely}: fix some text inside parentheses; text should
4389         be readable (even) if parentheses are either replaced with commas 
4390         or dropped out.
4391
4392 2004-01-25  Werner Lemberg  <wl@gnu.org>
4393
4394         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4395         input/test/vaticana.ly, input/test/ancient-font.ly,
4396         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4397         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4398         ly/params-as-init.ly, scm/define-grobs.scm,
4399         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4400
4401         * ly/params-as-init.ly: Removed.  Obsolete.
4402         * buildscripts/lilypond.words.py: Updated.
4403
4404 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4405
4406         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4407
4408         * mf/feta-din{4,5,7,9}.mf: remove.
4409         
4410         * lily/engraver.cc (internal_make_item): centralize item/spanner
4411         factory.
4412
4413         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4414         do correct chord conversion for ^"sim."  (backportme)
4415         (FatalConversionError.sub_articulations): substitute ^"foo" in
4416         chords too. (backportme)
4417
4418         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4419         for Fingering.
4420
4421         * lily/side-position-interface.cc (out_of_staff): don't do
4422         anything if staff-padding not defined. 
4423
4424         * mf/feta-params.mf (stafflines): introduce linethickness as
4425         general blackness of the font.
4426
4427         * lily/stem.cc (position_noteheads): rounding error robustness.
4428
4429         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4430         from beam-collision.ly 
4431
4432         * lily/beam.cc (rest_collision_callback): remove direction.
4433
4434         * scm/define-grobs.scm (all-grob-descriptions): remove
4435         enclose-bounds in OttavaBracket and PianoPedalBracket
4436
4437         * scm/new-markup.scm (def-markup-command) new macro, which takes
4438         care of defining the COMMAND-markup and make-COMMAND-markup
4439         procedures, setting markup-signature and keyword-signature object
4440         properties, and pushing the markup command in
4441         markup-function-list.
4442
4443         All markup commands are defined thanks to it.  Users may also use
4444         it to define their own markup commands. (Nicolas Sceaux)
4445
4446         * scm/new-markup.scm: Scheme style clean-up: there should be no
4447         parenthesis alone on a line; LET* should not be used where LET is
4448         enough. (Nicolas Sceaux)
4449
4450 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4451
4452         * scripts/filter-lilypond-book.py: Add script.
4453
4454 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4455
4456         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4457
4458 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4459
4460         * Documentation/user/refman.itely (Fingering instructions): add
4461         single note chords. 
4462
4463         * lily/multi-measure-rest-engraver.cc: use a single
4464         MultiMeasureEvent for mm rests. This prevents problems with the
4465         new part combiner.
4466
4467         * scm/music-functions.scm (determine-split-list): analysis has
4468         global effect: a difference halfway a phrase makes the entire
4469         phrase be typeset as apart.
4470         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4471
4472 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4473
4474         * ly/performer-init.ly: add Devnull.
4475
4476         * Documentation/user/refman.itely (Font selection): remove paper20
4477         ref.
4478         
4479 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4480
4481         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4482
4483 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4484
4485         * scm/music-functions.scm (determine-split-list): bugfixes.
4486
4487         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4488
4489         * input/test/scales-greek.ly: use C as base, results in different
4490         alterations at the clef.
4491
4492         * input/regression/pedal-ped.ly: new file.
4493
4494         * input/regression/pedal-bracket.ly: new file.
4495
4496         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4497         replace after_line_breaking()
4498
4499         * lily/line-interface.cc (line): read thickness.
4500         (line): dash-fraction = 0 always for dotted-line style.
4501
4502         * input/test/staff-lines.ly (lower): bugfix.
4503
4504         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4505         \accepts Devnull into Score.
4506
4507         * scm/lily.scm: remove bla.scm load.
4508
4509 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4510
4511         * VERSION: release 2.1.14
4512         
4513         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4514
4515         * lily/side-position-interface.cc (general_side_position): add
4516         Staff_symbol_referencer::staff_space ().
4517
4518         * lily/include/context-def.hh: rename from translator-def.hh
4519
4520 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4521
4522         * input/template/piano-dynamics.ly (pedal): Updated definition of
4523         Dynamics such that \cresc works, for example.
4524
4525 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4526
4527         * lily/stem.cc (calc_stem_info): use
4528         Staff_symbol_referencer::staff_space
4529
4530         * lily/beam-quanting.cc (quanting): scale Stem_info 
4531
4532         * lily/beam.cc (rest_collision_callback): use minimum-distance
4533         property for rest/beam collisions.
4534         (rest_collision_callback): bugfixes.
4535
4536         * lily/system.cc (post_processing): extra-offset is now relative
4537         to the size of the current staff.
4538
4539         * scm/music-functions.scm (notice-the-events-for-pc): record all
4540         voices, only analyze "one" and "two".
4541
4542         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4543         not parent. 
4544
4545         * lily/new-part-combine-iterator.cc (construct_children): create
4546         Devnull from Voice context
4547
4548         * scm/music-functions.scm (determine-split-list): bugfixes.
4549
4550         * lily/lily-guile.cc (robust_scm2int): new function
4551
4552         * lily/staff-symbol-referencer.cc (line_thickness): new
4553         function. Use throughout.
4554
4555         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4556         in its own context.  Add to preset font-size.
4557
4558         * lily/stem.cc (thickness): new function.
4559
4560         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4561         compute thickness from ledger-line-thickness.
4562
4563         * lily/note-head.cc (brew_ledger_lines): use
4564         Staff_symbol::get_ledger_line_thickness ().
4565
4566         * lily/beam.cc (rest_collision_callback): use
4567         Staff_symbol_referencer::staff_space().
4568
4569         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4570         Mus1 Mus2
4571
4572         * lily/include/translator.hh (class Translator): add accepts_list_
4573         so  \with { \denies / \accepts } also works.
4574
4575         * scm/music-functions.scm (determine-split-list): determine split
4576         list from music events.
4577
4578         * lily/new-part-combine-iterator.cc: more states.
4579
4580         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4581
4582 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4583
4584         * lily/system.cc (set_loose_columns): use the right prebroken cols
4585         for interpolating loose column position.
4586
4587         * lily/text-spanner.cc (brew_molecule): default to no vertical
4588         lines.
4589
4590         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4591         take space.
4592
4593         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4594
4595 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4596
4597         * scripts/convert-ly.py: Do not test filename when processing
4598         stdin.
4599
4600         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4601
4602 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4603
4604         * lily/axis-group-engraver.cc (finalize): extra check; if
4605         process_music () is never called, then staffline_ == 0.
4606
4607         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4608         check run_always ().
4609         
4610         * VERSION: release 2.1.13
4611
4612         * input/regression/note-head-style.ly (pattern): cleanup.
4613
4614         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4615         downloading.
4616
4617         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4618         kludge rehearsalmark placement.
4619
4620         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4621         , ly:spanner?
4622
4623         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4624         close to note head for accidentals.
4625
4626         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4627         tuplet direction.
4628
4629         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4630
4631 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4632
4633         * lily/include/music-iterator.hh (class Music_iterator): add
4634         substitute_outlet() to iterator API.
4635
4636         * lily/new-part-combine-iterator.cc (construct_children):
4637         New_pc_iterator: new class, better part combining.
4638
4639         * lily/tie-column.cc (werner_directions): new function
4640
4641         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4642
4643         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4644         empty objects group spanner as parent
4645
4646         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4647         slope against graphical slope.
4648
4649         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4650         for ottava bracket.
4651
4652         * lily/side-position-interface.cc (general_side_position):
4653         opps. reinstate *dir.
4654
4655         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4656         parser run.
4657
4658         * lily/tuplet-bracket.cc: remove calc_dy ().
4659
4660         * Documentation/user/refman.itely (Balloon help): document balloon
4661         help
4662
4663 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4664
4665         * scm/document-backend.scm (check-dangling-properties): Grob
4666         properties are defined define-grob-properties.scm.
4667         
4668 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4669         
4670         * VERSION: release 2.1.12
4671
4672         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4673         ChordName
4674
4675         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4676         relation to surroundings.
4677
4678         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4679         Y-extent to the note-extents: stay clear of the staff.
4680
4681 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4682
4683         * Documentation/user/GNUmakefile
4684         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4685         iso. copy.
4686
4687         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4688
4689         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4690
4691         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4692
4693         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4694
4695         * lily/line-interface.cc (line): remove thickness from calling interface.
4696
4697         * lily/hairpin.cc: use Line_interface
4698
4699         * lily/line-interface.cc: new file. Line_interface for everything
4700         with dotted/dashed lines.
4701         
4702
4703         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4704
4705         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4706         for constructing ottava brackets.
4707         
4708         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4709         the note heads.
4710
4711         * Documentation/user/internals.itely (Engravers and performers):
4712         fix broken link.
4713
4714         * scm/music-functions.scm (make-mark-set): new function.
4715
4716         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4717         functionally identical to beam.
4718
4719         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4720         () with beam (). 
4721
4722         * Documentation/user/refman.itely (Rehearsal marks): document new
4723         functionality.
4724
4725         * input/regression/rehearsal-mark-number.ly: new file.
4726
4727         * input/regression/rehearsal-mark-letter.ly: new file.
4728
4729         * scm/translation-functions.scm (number->mark-string): new function
4730         (format-mark-letters): new function
4731         (format-mark-numbers): new function
4732
4733         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4734         integer; formatting is done through markFormatter property.
4735         
4736         * scm/define-translator-properties.scm: fold all *-done properties
4737         into positioning-done.
4738
4739         * lily/beam.cc (position_beam): new function
4740         (brew_molecule): make sure that positions are calced before making
4741         the molecule.
4742
4743         * scm/output*.scm (beam):  take 4th argument for function.
4744
4745         * ps/music-drawing-routines.ps: take blot as 4th argument.
4746
4747         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4748         stem to avoid small dents.
4749         
4750 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4751
4752         * VERSION: release 2.1.11
4753
4754         * input/regression/balloon.ly: new file.
4755
4756         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4757         objects, and make help texts. 
4758
4759         * scm/new-markup.scm (parse-simple-duration): parse duration
4760         string to log & dots. (Thanks Nicolas!)
4761
4762         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4763         rule.
4764
4765 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4766
4767         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4768         Lemberg).
4769
4770         * THANKS: alphabetic order.
4771
4772 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4773
4774         * input/regression/note-head-harmonic.ly: new file.
4775
4776         * Documentation/user/internals.itely (Technical manual): explain
4777         difference between music, translation, layout.
4778
4779         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4780
4781         * scm/output-ascii-script.scm (bracket): rounding bfs.
4782
4783         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4784
4785         * ly/paper*.ly: remove files. 
4786         
4787         * scm/paper.scm (set-staff-size): new function: set default
4788         staff-size.
4789
4790         * scripts/convert-ly.py (conv): add conversion rule.
4791
4792         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4793         function.
4794
4795         * scm/paper.scm: new file.
4796         (set-staff-size): new function 
4797         (set-paper-size): new function
4798
4799         * lily/parser.yy (music_output_def_body): restructure definition,
4800         so first Scheme statement in \paper also happens in new scope. 
4801
4802         * lily/system.cc (post_processing): move uniquify_list () to
4803         dumping molecule stage.
4804
4805         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4806         this will mess up scores that use barchecks to shorten measures.
4807
4808         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4809         at 20pt too.
4810
4811         * Documentation/user/tutorial.itely (Printing lyrics): document
4812         \lyricsto
4813
4814         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4815
4816         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4817
4818         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4819         if Voice is not found.
4820
4821         * VERSION: release 2.1.10
4822         
4823         * input/{test,regression}/: remove old-relative 
4824
4825         * lily/lexer.ll: add empty markup signature. 
4826
4827         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4828         strut markup
4829
4830         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4831
4832         * scm/define-translator-properties.scm: update melismata property
4833         doco.
4834
4835         * lily/system.cc (output_lines): revert uniquify_list() patch,
4836         strange side effects seen.
4837         
4838         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4839         dash-period < 0.
4840
4841         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4842         for flute. 
4843
4844 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4845
4846         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4847
4848         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4849
4850         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4851         of line breaks.
4852         (brew_molecule): add padding to left, not right.
4853
4854         * lily/system.cc (uniquify_list): new function
4855         (output_lines): uniquify_list () on all-elements. This fixes
4856         double symbols in the output.
4857
4858         * lily/beam.cc (rest_collision_callback): don't move anything if
4859         staff-position is set.
4860
4861         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4862
4863         * lily/system.cc (typeset_grob): warn if adding twice.
4864
4865         * lily/sequential-iterator.cc (run_always): implement run_always().
4866         (also in other files.)
4867         
4868         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4869
4870         * lily/event.cc (to_relative_octave): add octave-check.
4871
4872         * Documentation/user/refman.itely (Line breaking): add noBreak.
4873
4874         * scm/new-markup.scm (normalsize-markup): add function.
4875         (sans-markup): new function.
4876
4877         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4878         come earlier nowadays.  This fixes beams on grace notes.
4879         
4880         * scm/music-functions.scm (direction-polyphonic-grobs): new
4881         variable, share between override and revert. This fixes script
4882         directions in polyphonic sections. (backportme)
4883
4884 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4885
4886         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4887         breakpoints.
4888
4889         * lily/break-align-interface.cc: add doco
4890
4891         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4892
4893 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4894
4895         * VERSION: release 2.1.9
4896
4897         * scm/document-markup.scm (markup-doc-node): add note about naming.
4898
4899         * scm/new-markup.scm (left-align-markup): bugfix. 
4900
4901         * Documentation/user/refman.itely (Ottava brackets): more doco for
4902         ottava.
4903
4904         * lily/side-position-interface.cc (out_of_staff): also do
4905         out_of_staff() correctly for d == DOWN.
4906
4907         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4908         horizontal line if they move to the right.
4909         
4910         * scm/define-grobs.scm (all-grob-descriptions): set
4911         text-repeat-if-broken for ottava spanner
4912
4913         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4914         property.
4915
4916         * mf/feta18.mf: design size is 18 not 22.5
4917
4918         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4919         Add a single LyricsVoice to a melody. Melismata may be set
4920         individually.
4921
4922         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4923
4924         * lily/dot-column.cc: add stdio.h
4925
4926 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4927
4928         * lily/item.cc: documentation for break-visibility (Thanks, John).
4929
4930 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4931
4932         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4933
4934         * lily/translator-def.cc: rename Translator_def to Context_def.
4935
4936         * Documentation/user/internals.itely (Lexical details): clarify
4937         string def.
4938
4939         * Documentation/user/refman.itely (Rhythmic music): add link to
4940         RhythmicStaff 
4941
4942 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4943
4944         * lily/translator.cc: document start_translation_timestep()
4945
4946         * scm/output-tex.scm (tex-encoded-fontswitch): use
4947         round for rounding (inexact->exact yields rationals)
4948
4949         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4950
4951         * lily/translator-group.cc (get_simple_trans_list): 
4952         new function; construct simple_trans_list_ lazily.
4953         
4954 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4955
4956         * lily/paper-outputter.cc (output_scope): Check if number before
4957         checking exact (guile cvs).
4958
4959         * scm/*: Escape backslashes in scheme strings (guile cvs).
4960
4961 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4962
4963         * Documentation/user/refman.itely (Tablatures basic): annotate
4964         seealso sections.
4965
4966         * lily/*.cc: cleanup of engraver initialize() functions.
4967
4968         * lily/repeat-acknowledge-engraver.cc
4969         (start_translation_timestep): remove first_b_
4970
4971         * lily/tab-note-heads-engraver.cc: listen to string number events
4972         inside < > too. (backportme).
4973
4974         * Documentation/user/refman.itely (Text scripts): add fatText to
4975         index.
4976
4977 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4978
4979         * VERSION: 2.1.8
4980
4981         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4982         footer.
4983
4984         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4985
4986         * lily/bar-check-iterator.cc (process): only warn if
4987         barCheckLastFail was changed.
4988
4989         * scm/define-translator-properties.scm (barCheckLastFail): add
4990         property.
4991
4992         * lily/main.cc (main_prog): print summary of failed files.
4993
4994         * lily/axis-group-engraver.cc: move all spanner creation to
4995         process_music (). Now staffs can be adjusted with \override too.
4996         (Jan, you are a brilliant programmer!)
4997         
4998         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4999
5000 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5001
5002         * Documentation/user/tutorial.itely (Integrating text and music):
5003         Show the commands to produce a PDF as well.
5004
5005 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5006
5007         * lily/translator-def.cc (get_translator_names): accept user
5008         tweaks too. 
5009
5010         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5011         as big as normal heads. 
5012
5013         * input/*ly: run convert-ly
5014         
5015         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5016         () if dependencies are fluked.
5017
5018         * scm/document-translation.scm (engraver-doc-string): update on
5019         latest string/symbol conventions.
5020
5021         * lily/translator-ctors.cc: use Scheme_hash_table.
5022
5023         * lily/translator-def.cc (get_translator_names): new function
5024         (add_context_mod): new function
5025         (get_accepted): new function
5026
5027         * lily/parser.yy (context_mod): put all modifications of
5028         \translator { } in a single production, encode as SCM.
5029
5030         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5031         to use read-only lists, so additions to the definition can be
5032         prepended easily.  
5033
5034         * Documentation/user/invoking.itexi (Editor support): add node on
5035         editor support.
5036
5037         * Documentation/user/refman.itely (Bar check): add lyrics example
5038         of bar checks. 
5039
5040         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5041
5042         * scripts/convert-ly.py (conv): add conversion rule.
5043
5044         * lily/parser.yy: use \change iso. \translator for staff switch.
5045
5046         * lily/my-lily-lexer.cc: add \change.
5047
5048         * scm/define-translator-properties.scm
5049         (default-melisma-properties): add definition.
5050
5051 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5052
5053         * Documentation/user/refman.itely (Bar lines): clarification of
5054         systemStartDelimiter. 
5055
5056         * input/test/slur-shape.ly (x): remove file.
5057
5058         * lily/translator-group.cc (apply_property_operations): new function.
5059
5060 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5061
5062         * lily/parser.yy (optional_prop_ops): allow \with {
5063         PROPERTYSETTINGS } following \context or \new.
5064
5065         * lily/my-lily-lexer.cc: add \with.
5066
5067         * lily/parser.yy (property_operation): clean up definition of
5068         property operations.
5069         (property_op_to_music): new function.
5070         (context_spec_music): new function
5071
5072         * VERSION: 2.1.7 released.
5073         
5074         * input/regression/collision-merge-dots.ly: new file.
5075
5076         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5077         then kill the dots too. 
5078
5079         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5080         set/unset breakableSeparationItem
5081
5082         * lily/separation-item.cc (relative_width): add function.
5083
5084         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5085         only-prebreak-interface
5086
5087         * lily/system.cc (output_lines): only junk only-prebreak-interface
5088         grobs.
5089
5090         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5091         read breakableSeparationItem
5092
5093         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5094
5095         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5096
5097         * lily/dot-column.cc (dot_config_badness): new function:
5098         select the best scoring dot configuration: dots should go close to
5099         the note heads, but be shifted up or down according to conventions.
5100         (print_dot_configuration): idem.
5101         (shift_one): idem
5102         (remove_collision): idem.
5103
5104         * input/regression/dots.ly: add more test cases.
5105
5106 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5107
5108         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5109
5110         * flower/include/interval.hh: rename elem_b to contains 
5111
5112         * lily/tie.cc: change 'heads to 'head-pair.
5113
5114         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5115         fill in 'heads field.
5116
5117         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5118         minimum-length for short ones, and shorten so collisions with the
5119         next syllable are avoided.
5120
5121         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5122         near-zero slopes.
5123         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5124
5125         * lily/dots.cc: remove quantized_position callback. All Y
5126         positioning is done by dot-column.cc
5127
5128         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5129         exhaustive test of all dot positions. This fixes disappearing dots
5130         in dotted chords.
5131
5132 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5133
5134         * mf/feta-klef.mf (test_staff): fatten up G clef
5135         (test_staff): fatten up f clef.
5136         
5137
5138 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5139
5140         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5141         * input/les-nereides.ly: Use latin1 characters for title, like
5142         Morgenlied.
5143
5144 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5145
5146         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5147         cmb10).
5148
5149         * lily/lyric-extender.cc (brew_molecule): add little space before
5150         extender line.
5151
5152         * lily/beam-quanting.cc (score_forbidden_quants): check if
5153         outer stafflines fall in any beam gaps.
5154
5155         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5156         for lyric texts.
5157
5158 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5159
5160         * VERSION: 2.1.6 released.
5161
5162         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5163         this shows the demerits of a user-defined beam position pair.
5164
5165         * scm/define-grobs.scm (all-grob-descriptions): set
5166         beamed-extreme-minimum-free-lengths to a different value.
5167
5168         * lily/scm-option.cc: add debug-beam scm-option
5169
5170         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5171
5172 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5173
5174         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5175
5176         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5177         space after barline.
5178
5179         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5180
5181         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5182         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5183         the other case, take standard column-breakable spacing. Do not
5184         warn about "no spacing wishes".
5185
5186         This fixes wide spaces after barlines in very loose lines.
5187
5188         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5189
5190 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5191
5192         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5193         acknowledge_grob lyric-syllable, not lyric-text.
5194
5195         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5196         dashes of length #'length separated by #'dash-period. 
5197
5198         * lily/lyric-extender.cc (brew_molecule): idem
5199
5200         * lily/multi-measure-rest.cc (big_rest): idem
5201
5202         * lily/system-start-delimiter.cc (simple_bar): idem
5203
5204         * lily/bar-line.cc (simple_barline): use rounded box
5205
5206         * VERSION: release 2.1.5
5207
5208         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5209         music): move note about dvips to more visible place.
5210
5211         * lily/lyric-phrasing-engraver.cc: move from
5212         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5213         lyric-phrasing-engraver.hh)
5214         
5215         * lyric-align.ly: remove file
5216         
5217         * scripts/convert-ly.py (FatalConversionError.func): add removal
5218         rule for automaticMelismata
5219
5220         * ly/engraver-init.ly (ScoreContext): switch on
5221         New_phrasing_engraver by default.
5222
5223         * lily/slur-engraver.cc (class Slur_engraver):
5224         process_acknowledged_grobs -> process_music.
5225         (try_music): signal melismata correctly.
5226
5227         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5228         word-space, right-trim-amount, and extend past right bound only
5229         for note heads.
5230
5231         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5232         lyric-extender support: add note-heads to the extender
5233         automatically.
5234
5235         * lily/parser.yy: extender is now post_event. 
5236
5237         * lily/accidental-engraver.cc (number_accidentals): remove
5238         spurious warning about non-parent contexts.
5239
5240         * lily/music-output-def.cc (assign_translator): \translator { }
5241         for a Foo context implicitly redefines \FooContext.
5242
5243         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5244         fixes.
5245
5246         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5247         doubly in slur weight. 
5248
5249         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5250         combination.
5251
5252         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5253         staffbar distance.
5254
5255         * scripts/lilypond.py (global_latex_preamble): crank down size of
5256         the margins. Now there is a 12 mm top and bottom margin, which
5257         should correspond with the printable area of modern printers.
5258
5259         This enlarges the music height of the printable page a little.
5260
5261         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5262         signs. Use \markup instead.
5263         (accreg_pen): tweak for accordeon asterisk.
5264
5265 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5266
5267         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5268
5269         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5270
5271         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5272
5273         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5274
5275         * scm/define-grobs.scm (all-grob-descriptions): change
5276         StanzaNumber description: make side support, i.s.o. breakable.
5277         use Instrument_name_engraver for texts in the margin.
5278
5279         * scm/define-translator-properties.scm: remove
5280         melismaEngraverBusy, stz property.
5281
5282         * *.cc: naming: change empty_b () into is_empty ()
5283
5284         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5285
5286         * input/regression/lyric-phrasing-new.ly: new file.
5287
5288         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5289         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5290         melismata are now left-aligned.
5291
5292 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5293
5294         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5295
5296         * mf/feta19.mf: remove.
5297         
5298         * mf/feta-klef.mf (test_staff): more tweaks
5299
5300         * mf/feta-toevallig.mf: more small size tweaks.
5301
5302         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5303         rests for smaller sizes.
5304
5305         * mf/feta-bolletjes.mf: fix cross heads.
5306
5307         * VERSION: release 2.1.4
5308         
5309         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5310         deprecated #'ancient font family
5311
5312         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5313         it is a string or number.
5314
5315         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5316         change calling convention of stem-attachment function. 
5317
5318         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5319
5320         * mf/feta-autometric.mf: dump WX/WY fields too
5321         
5322         * mf/parmesan-heads.mf: idem.
5323
5324         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5325         attachment coordinates.
5326
5327         * lily/note-head.cc (stem_attachment_coordinate): read stem
5328         attachment from the notehead glyphs WX/WY fields.
5329
5330         * lily/include/font-metric.hh (struct Font_metric): add methods
5331         get_indexed_wxwy (), make a distinction between looking up by
5332         index and ASCII  
5333
5334         * mf/feta-bolletjes.mf: rewrite note head MF code.
5335         (test_outlines): make heads more rotund for smaller sizes. 
5336
5337 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5338
5339         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5340         throughout. Font scaling fixes throughout.
5341
5342         * mf/feta-sleur,slur.mf: remove. 
5343
5344         * mf/feta-slag.mf: rewrite.
5345
5346 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5347
5348         * VERSION: release 2.1.3
5349
5350         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5351
5352         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5353
5354         * lily/mark-engraver.cc (process_music): fix mark
5355         \default. (backportme)
5356
5357         * stepmake/stepmake/automatically-generated.sub.make (default):
5358         use -n for head/tail commands. 
5359
5360         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5361         heads with the same pitch.
5362
5363 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5364
5365         * lily/recording-group-engraver.cc (finalize): set protected_scm
5366         member to '() before finalizing.
5367
5368         * lily/translator-group.cc (finalize): remove removal_processing () 
5369
5370         * lily/recording-group-engraver.cc: new engraver: record
5371         synchronized start & end times for each music object.
5372
5373         * lily/parser.yy (toplevel_expression): execute score rendering
5374         during parsing. Cleanup output-filename handling; this is no
5375         longer done with global variables.
5376         (translator_spec_body): allow \type modification too.
5377
5378         * lily/score.cc:  ly:run-translator: new function
5379         (LY_DEFINE): ly:render-output new function.
5380
5381         Separate interpreting and rendering, and make available as
5382         functions at Scheme level.
5383
5384 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5385
5386         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5387         (musicxml-node->string):
5388         (xml-node->string):
5389         (music-to-musicxml): New function.
5390
5391 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5392
5393         * VERSION: 2.1.2 released
5394
5395         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5396
5397         * scm/font.scm (paper20-font-vector): discouple font design sizes
5398         from sizes specified in .ly file: store all design sizes of a font
5399         in a single vector.
5400
5401         * lily/font-select.cc (get_font_by_design_size): new function
5402
5403         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5404         add parmesan,feta in sizes 14 and 18.
5405         
5406         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5407
5408         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5409         of fontSize: this now sets font-size
5410
5411 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5412
5413         * VERSION: 2.1.1 released
5414         
5415         * Documentation/user/refman.itely (Tuning objects): add note about
5416         concurrent tweaks in different contexts. 
5417
5418         * lily/tie-engraver.cc (acknowledge_grob): use
5419         Staff_symbol_referencer::get_position iso. reading staff-position
5420         directly.
5421
5422         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5423         currentMusicalColumn as left span-point for bracket. The bracket
5424         is too long when there are accidentals.
5425
5426 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5427
5428         * buildscripts/lilypond-profile.sh,
5429         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5430         Thanks to Reuben Thomas <rrt@mupsych.org>
5431
5432 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5433
5434         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5435         Wurbel <wurbel@univ-tln.fr>.
5436
5437 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5438
5439         * scripts/midi2ly.py: Add space after chords.
5440
5441 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5442
5443         * input/regression/{many}: add few @code{ ... }.
5444
5445 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5446
5447         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5448         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5449         Removed cmbx5, cmbx6 (which are included in teTeX)
5450         and cmbxti14 which is not used in fonts.scm.
5451
5452 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5453
5454         * lily/midi-item.cc: fine tune quarter tones.
5455
5456 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5457
5458         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5459         new function, warn how many cents are missing in fine tuning.
5460
5461 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5462
5463         * input/bugs/rhytmicstaff-tie.ly: add file.
5464
5465         * THANKS: Create skeleton for 2.1.
5466
5467 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5468
5469         * input/test/bar-lines.ly (TODO): dashed "|".
5470
5471 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5472
5473         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5474         input/regression/tie-chord.ly: Fix spell for tying.
5475
5476         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5477
5478         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5479         new file (renamed, see above).
5480
5481         * Documentation/user/lilypond-book.itely
5482         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5483         * input/example-1.ly input/example-2.ly input/example-3.ly
5484         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5485         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5486         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5487         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5488         * scripts/lilypond-book.py scripts/lilypond.py
5489         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5490         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5491
5492         * Documentation/user/lilypond.tely: update version.
5493
5494         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5495         Remove extra spaces in each @node, fixes spaces.
5496
5497 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5498
5499         * scripts/lilypond-book.py (output_dict): Add definition of
5500         \lilypondbook also for LaTeX output. Solves several bug reports.
5501
5502 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5503
5504         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5505
5506 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5507
5508         * input/test/transposition.ly: Fix key signatures, given in comments.
5509
5510 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5511
5512         * scm/midi.scm (instrument-names-alist),
5513         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5514
5515 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5516
5517         * input/test/temporary-stave.ly (texidoc): New example based on an
5518         email question from Ralph Little.
5519
5520 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5521
5522         * VERSION: release 2.1.0
5523         
5524         * lily/note-performer.cc (try_music): accept busy-playing-event.
5525
5526         * lily/swallow-perf.cc (try_music): return false for
5527         busy-playing-event and melisma-playing-event.
5528
5529 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5530
5531         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5532         >> in \score.
5533
5534 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5535
5536         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5537         that articulation_substitute will not move beam start again.
5538         (articulation_substitute): Bugfix: remove stray space so that new
5539         old chords ending '>>' does not get broken up.
5540         (sub_chord): Use TAB for indentation (not spaces).
5541         
5542         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5543         Bugfix for startup: Use ?^ instead of ?\^.
5544
5545 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5546
5547         * lily/lyric-combine-music-iterator.cc
5548         (Lyric_combine_music_iterator): change init order, to prevent GC
5549         segfaults.
5550
5551         * lily/context-specced-music-iterator.cc (construct_children): 
5552         only change  translator if found. This fixes a core dump problem.
5553
5554 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5555
5556         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5557         comparison.
5558
5559         * mf/feta-bolletjes.mf: make hole in half note little
5560         smaller for stem attachment.
5561
5562         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5563
5564         * mf/feta-banier.mf: don't draw stem with flag, just small square
5565         attachment.
5566
5567         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5568
5569         * mf/feta-banier.mf: remove upstem/downstem characters.
5570
5571         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5572
5573         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5574         stafflinethickness (in the default)
5575
5576         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5577
5578         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5579
5580         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5581
5582         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5583
5584         * lily/include/directional-element-interface.hh:
5585         junk class, make {get,set}_grob_direction functions.
5586
5587         * lily/slur.cc (get_attachment): do something sensible when
5588         attaching to stem without heads (eg. a rest).
5589
5590         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5591         forcing up to staff.  remove #'support-head property
5592         (brew_molecule): small cleanup.
5593         (flag): remove #'grace property.
5594
5595 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5596
5597         * cygwin/postinstall-lilypond.sh: 
5598         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5599         (Volker Zell).
5600
5601 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5602
5603         * scripts/lilypond-book.py: resurrect 'eps' option. 
5604         (TexiPaper.to_eps): use -Ppdf for EPS files.
5605
5606         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5607
5608         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5609
5610         * VERSION: release 2.0.1
5611
5612         * lily/bezier.cc (get_other_coordinate): change assert into
5613         warning.
5614
5615         * lily/note-head.cc (internal_brew_molecule): make left protusion
5616         smaller, to accomodate for natural sign.
5617         (internal_brew_molecule): only do this when the accidental is
5618         close enough.
5619         (extent): new function
5620
5621         * lily/skyline.cc (merge_skyline): new function
5622         (heighten_skyline): new function
5623
5624         * lily/accidental-placement.cc (position_accidentals) 
5625         (position_accidentals): fix todo.
5626
5627 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5628
5629         * input/test/+.ly (texidoc): put version number inline.
5630
5631         * GNUmakefile.in: remove rsync-web target.
5632         
5633         * input/regression/bar-scripts.ly (onestaff): raggedright
5634
5635 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5636
5637         * lily/*.cc: remove #if 0'd code in couple of places.
5638
5639         * lily/midi-stream.cc (operator <<): rewrite.
5640
5641         * lily/note-head.cc (internal_brew_molecule): 
5642         only make ledgers when the Staff symbol has lines.
5643
5644         * ly/property-init.ly (arpeggioBracket): simplify
5645
5646         * lily/translator-group.cc (execute_pushpop_property): use
5647         SCM_EQ_P for comparing keys. This fixes reverting
5648         auto-beam-settings.
5649
5650 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5651 *
5652         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5653         midi_debug_global_b.
5654         (operator <<): Normalise loop.
5655
5656 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5657
5658         * scripts/lilypond.py (escape_path): revise.
5659
5660         * scm/music-functions.scm (set-output-property): new function.
5661         
5662 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5663
5664         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5665         use addmakeflags again.
5666
5667         * cygwin/lily-wins.py (escape_shell): New function; use it.
5668
5669         * scripts/lilypond.py (escape_shell): Escape quotes and other
5670         spaces too.  Do not escape escaping backslashes.
5671
5672         * make/srcdir.make.in (web-install): Must call install-WWW now.
5673
5674         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5675         dependency
5676
5677 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5678
5679         * scripts/lilypond.py (escape_path): escape quotes too. 
5680
5681         * Documentation/user/lilypond.tely (Unified index): rename Index
5682         to accomodate Windows breakage.
5683
5684         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5685
5686         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5687         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5688         target not a source.
5689
5690 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5691
5692         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5693         addmakeflags.  Build and install doc and web also when building on
5694         Cygwin.
5695
5696         * mf/GNUmakefile: Bugfix.
5697
5698         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5699         target web.
5700
5701         * cygwin/lily-wins.py: Quote filename.
5702
5703 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5704
5705         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5706
5707 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5708
5709         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5710         settings.
5711
5712         * configure.in: Require g++ > 3.0.4.
5713
5714         * mf/GNUmakefile: Bugfix: Add list.ly target.
5715         
5716         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5717
5718         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5719         make omf directory, add uninstall targets.
5720
5721 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5722
5723         * lily/tie-performer.cc (initialize): init prev_event
5724
5725         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5726
5727         * lily/script-engraver.cc (make_script_from_event): don't crash on
5728         non-string articulation-type.
5729
5730         * lily/new-fingering-engraver.cc (add_script): don't crash on
5731         0 scripts 
5732         (acknowledge_grob): warn about text script events.
5733
5734 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5735
5736         * buildscript/lilypond.words: fix path for drums.scm.
5737
5738 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5739
5740         * lily/spacing-spanner.cc (note_spacing): don't make longer
5741         durations than measure-length.
5742
5743         * VERSION: release 2.0.0
5744
5745         * GNUmakefile.in (rsync-web): version independent rsync target.
5746
5747         * input/test/+.ly (texidoc): idem.
5748
5749         * input/regression/+.ly: print version number.
5750
5751         * input/regression/accidentals.ly (mel): shorten.
5752
5753         * input/regression/accidental-octave.ly (texidoc): shorten.
5754
5755         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5756
5757         * input/regression/completion-heads-polyphony.ly: octave
5758
5759         * input/regression/beam-manual.ly: remove
5760
5761         * input/regression/beam-chord.ly: remove
5762
5763         * input/regression/grace-dynamic.ly: remove
5764         
5765         * input/regression/grace-volta-repeat.ly: octave fixes.
5766
5767         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5768
5769         * lily/parser.yy (step_number): semitones for chord entry too.
5770         (make_chord_step): more robust code, semitones. 
5771
5772         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5773
5774         * input/regression/breathing-sign.ly (texidoc): split ancient and
5775         normal breathing signs.
5776
5777         * scm/define-grobs.scm (all-grob-descriptions): swap
5778         beamed-extreme-minimum-free-lengths and
5779         beamed-minimum-free-lengths; the 'extreme' case should allow
5780         shorter stems. This fixes forced directions on beamed 32nd and
5781         shorter notes.
5782
5783         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5784         quartertones, not semitones.
5785         (NoteNamesContext): swallow more event types
5786
5787         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5788
5789         * VERSION (PACKAGE_NAME): release 1.9.10
5790
5791 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5792
5793         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5794         set note head as cause of note-column.  This gives a better error
5795         message.
5796
5797 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5798
5799         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5800
5801 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5802
5803         * mf/GNUmakefile (pfa_warning): instruct 
5804
5805         * stepmake/aclocal.m4: typo.
5806
5807         * Documentation/user/cheatsheet.itely: more verbose examples.
5808
5809         * input/regression/clefs.ly: remove bogus docstring.
5810
5811 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5812
5813         * GNUmakefile.in (SUBDIRS): Add elisp.
5814
5815         * elisp/lilypond-mode.el: 
5816         * elisp/lilypond-init.el: 
5817         * elisp/lilypond-indent.el: 
5818         * elisp/lilypond-font-lock.el: Move from top dir.
5819
5820         * stepmake/stepmake/elisp-vars.make: New file.
5821
5822         * config.make.in (elispdir): Add.
5823
5824         * Documentation/topdocs/INSTALL.texi: Typo.
5825
5826         * make/ly-rules.make: Test for files instead of touching void and
5827         ignoring errors.
5828
5829         * GNUmakefile.in:
5830         * make/lilypond.redhat.spec.in:
5831         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5832         <builddir>, adding
5833         
5834              (push "<builddir>/share/lilypond/elisp" load-path)
5835
5836         to your ~/.emacs.el should give you LilyPond-mode again.
5837
5838         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5839         regexp for DOS/Windows, we are too paranoid to fix others.
5840
5841 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5842
5843         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5844
5845         * input/test/chord-names-jazz.ly (banterProperties): fix
5846
5847         * lily/parser.yy (bass_mod): bass figure alterations are semi
5848         tones, not quarter tones
5849
5850         * lily/beam.cc (set_stem_lengths): only lengthen stems
5851         for gapped beams.
5852
5853         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5854         by beamcount.
5855
5856         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5857         a warning that the warning may erroneous.
5858
5859         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5860         target.
5861
5862         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5863         targets.
5864
5865         * GNUmakefile.in ($(config_h)): config.h should depend on
5866         config.hh.in .
5867         (lilypond.words): remove fontball stuff.
5868
5869         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5870
5871         * configure.in: remove pktrace reference.
5872
5873         * GNUmakefile.in (rsync-web): permissions and ownership for
5874         website.
5875
5876         * lily/volta-engraver.cc (staff_eligible): new function.
5877         (stop_translation_timestep): kill off spanners if not eligible.
5878
5879         * VERSION (PATCH_LEVEL): release 1.9.9
5880
5881         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5882
5883         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5884         length is more important than forbidden quants.
5885         
5886 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5887
5888         * buildscripts/lilypond.words: order words in search order,
5889         add lilypond.words.vim to be generated.
5890
5891         * lilypond.vim: use lilypond.words.vim for keyword matching.
5892
5893         * lilypond-mode.el: use search order. fix word selection rules.
5894
5895         * lilypond-font-lock.el: fix fontifying long durations.
5896
5897         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5898
5899 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5900
5901         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5902
5903         * stepmake/stepmake/generic-targets.make:
5904         * stepmake/stepmake/bin/make-version.py: 
5905         * stepmake/aclocal.m4:
5906         * make/stepmake.make:
5907         * make/toplevel-version.make: Build fixes: remove last traces of
5908           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5909
5910         * lily/beam.cc: Add gap-count property.
5911
5912 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5913
5914         * scm/define-grob-properties.scm (gap-count): add gap-count
5915
5916         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5917
5918 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5919
5920         * cygwin/mknetrel.doc: Typo.
5921
5922         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5923
5924         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5925
5926 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5927
5928         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5929         sizes. Remove support for 'ledger'(=tabloid+landscape).
5930
5931 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5932
5933         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5934         sauter PFAs.
5935
5936         * configure.in: remove VERSION stuff once again.
5937
5938         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5939
5940         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5941         for chord names.
5942
5943         * mf/GNUmakefile: always trace pfa fonts.
5944         (SAUTER_FONTS): add cmss[567] too fonts
5945
5946         * configure.in: require mftrace. 
5947
5948         * lily/staff-performer.cc (new_instrument_string): don't look at
5949         instrument property.
5950
5951         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5952         is_direction is the C++ one. Similar for ly_axis_p and
5953         ly_number_pair_p
5954
5955 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5956
5957         * lily/beam.cc (brew_molecule): read gap-count to determine
5958         number of tremolo (gapped) beams.
5959
5960         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5961         shorter than 1/8
5962
5963         * flower/include/array.hh (default_compare): new function
5964
5965         * cygwin/mknetrel: Native fixes.
5966
5967         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5968
5969 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5970
5971         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5972         feature for Windows.
5973
5974         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5975
5976         * cygwin/mknetrel: Updates for native use on Cygwin.
5977
5978         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5979
5980         * stepmake/stepmake/help2man-rules.make: 
5981         * cygwin/mknetrel: Bugfix for manpages.
5982
5983         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5984         $(builddir).  Stepmake is a normal subdirectory now, that is not
5985         configured.  Another srcdir build fix.
5986
5987         * Documentation/topdocs/INSTALL.texi,
5988         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5989         lilypond-init.el, lilypond-mode.el, debian/rules,
5990         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5991         rename generated file lilypond.words to lilypond.words.el.
5992
5993 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5994
5995         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5996
5997         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5998         GNUmakefile.in.
5999
6000 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6001
6002         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
6003         when cross building.
6004
6005         * configure.in: srcdir build fix.
6006
6007         * cygwin/GNUmakefile:
6008         * cygwin/lily-wins.py:
6009         * cygwin/postremove-lilypond.sh: 
6010         * cygwin/postinstall-lilypond.sh: Merge from stable.
6011
6012         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6013         s/ly2dvi/lilypond/.
6014
6015 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6016
6017         * lily/slur.cc (after_line_breaking): only set control points if
6018         none supplied yet.
6019
6020         * input/test/slur-manual.ly: new file.
6021
6022         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6023         <<  >> chords too.
6024
6025         * VERSION (PACKAGE_NAME): release 1.9.8
6026
6027         * scripts/lilypond.py (escape_path): escape spaces in directory names
6028
6029         * input/test/text-spanner.ly: fixes.
6030
6031 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6032
6033         * buildscripts/lilypond.words.py: add drum names as note names to
6034         Emacs-mode.
6035
6036 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6037
6038         * input/regression/hairpin-dashed.ly: new file.
6039
6040         * scripts/convert-ly.py (conv): warn about dash-length.
6041
6042         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6043         automatically if we get a new one.
6044
6045         * lily/lookup.cc (dashed_line): new function
6046
6047         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6048         dash-fraction.
6049
6050 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6051
6052         * buildscripts/lilypond.words.py: extract note names.
6053
6054         * lilypond-mode.el: take note names from lilypond.words -file.
6055         small fix in the use of string-match.
6056
6057         * lilypond-font-lock.el: use lilypond.words for note names, add 
6058         maxima to note a duration.
6059
6060 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6061
6062         * lily/breathing-sign.cc: remove railtracks() function. 
6063
6064         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6065
6066         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6067         (brew_molecule): bugfix don't make arpeggio shorter when
6068         arpeggio-direction is set.
6069
6070         *  debian/rules: small corrections in the (Pedro K)
6071
6072         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6073         examples.
6074
6075         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6076         special (repeat) bar comes along.
6077
6078         * input/regression/auto-beam-bar.ly: update.
6079
6080         * scripts/lilypond-book.py (output_dict): remove support for the
6081         EPS option.
6082
6083         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6084         VerticalAlignment and VerticalAxisGroup this fixes the size
6085         computations for the entire system.
6086  
6087         * input/les-nereides.ly (bass): remove superfluous fontSize.
6088
6089         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6090         causes directory of file to be added to include path.
6091
6092         * input/regression/beam-break.ly: test single stem beams.
6093
6094         * input/regression/system-start-bracket.ly: fix.
6095
6096         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6097
6098         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6099
6100         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6101         (score_stem_lengths): do something sensible for single stem beams.
6102
6103         * lily/beam.cc (least_squares): add kludge for single stem beams.
6104
6105         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6106         keySignature to list of broken things.
6107
6108         * input/regression/keys.ly: fix.
6109
6110         * VERSION (PACKAGE_NAME): release 1.9.7
6111
6112         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6113
6114         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6115
6116         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6117         (quartertone_pitch): new function
6118
6119         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6120         flat. WARNING: FONT CHANGED.
6121
6122         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6123
6124         * lily/accidental-placement.cc (add_accidental): support for
6125         quarter tones.
6126
6127         * ly/LANGUAGEs.ly: use symbols for alterations.
6128
6129         * mf/feta-toevallig.mf: change accidental codes. 
6130
6131         * scm/lily.scm (ly:get-option): switch on debugging only for
6132         --verbose.
6133
6134         * lily/lily-guile.cc: remove ly:verbose?
6135
6136         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6137
6138         * lily/parser.yy (TODO): only do gh_call() for apply with
6139         procedure argument.
6140
6141         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6142         stuff in accordance with new timing of tie-events.
6143
6144         * lily/my-lily-lexer.cc: remove \outputproperty
6145
6146         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6147
6148         * scm/define-translator-properties.scm (melismaBusyProperties):
6149         add melismaBusyProperties property.
6150
6151 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6152
6153         * input/test/ambitus-mixed.ly (texidoc): new file.
6154
6155         * buildscripts/mutopia-index.py (find): prune debugging
6156
6157         * lily/side-position-interface.cc: doc updates
6158
6159         * Documentation/user/refman.itely: updates, tweaks.
6160
6161         * lily/parser.yy (Simple_music): remove outputproperty
6162
6163         * make/stepmake.make: use VERSION again; importing VERSION via
6164         autoconf dependencies is too hairy.
6165
6166 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6167
6168         * lilypond-mode.el: allow `-' for keywords and identifiers.
6169
6170 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6171
6172         * VERSION: release 1.9.6
6173         
6174         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6175         iso. ly2dvi.
6176
6177         * Documentation/user/*.itely: fixes everywhere
6178
6179         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6180         produce ties from the engraver itself, do not broadcast TieEvent.
6181
6182         * lily/my-lily-lexer.cc: remove pitch & duration.
6183
6184         * lily/parser.yy (TODO): remove \pitch and \duration
6185
6186         * input/test/explicit.ly: remove file.
6187
6188         * Documentation/user/refman.itely (Pitches): remove \pitch 
6189         \duration command.
6190
6191 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6192
6193         * buildscripts/lilypond.words.py: add all slur types to Emacs
6194         insertion menu, suppose everything is postfixed by dropping 
6195         unnecessary `-' -marks.
6196
6197 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6198
6199         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6200         tremoloed stems.
6201
6202         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6203         head for flagged stems.
6204
6205         * lily/stem.cc (get_default_stem_end_position): futz with extra
6206         stem length if there is a stem tremolo.
6207
6208         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6209         it would be too small.
6210
6211         * lily/font-metric.cc: return #f for non-existent glyph.
6212         
6213         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6214         exported through config.make.
6215
6216         * input/regression/clef-oct.ly: new file.
6217
6218         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6219         transposition.
6220
6221         * input/template/*.ly: remove old relative.
6222
6223         * ly/english.ly: add X names for double sharp.
6224
6225 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6226
6227         * lily/font-select.cc: new file handle font selection routines.
6228
6229         * lily/parser.yy: add ; (Patrick Atamaniuk)
6230
6231         * input/test/time-signature-double.ly: use markups for double time
6232         sigs.
6233
6234         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6235         ChordNames.SeparationItem #'padding for adjusting space after chords.
6236         
6237         * lily/music-output-def.cc (LY_DEFINE): 
6238         new function ly:paper-lookup.
6239         
6240         * mf/parmesan-clefs.mf: use # quantities for char_box
6241         offsets. Fixes overflow errors in the PFA. 
6242
6243         * scm/new-markup.scm (strut-markup): change calling interface for
6244         markup. Pass paper-def, not grob. This would allow \markup to be
6245         used separately from grobs.
6246
6247         * lily/paper-def.cc: new function ly:paper-font; this function
6248         replaces ly:get-font.
6249
6250         * lily/include/font-interface.hh (struct Font_interface): take
6251         Paper_def iso. Grob for get_font().
6252
6253 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6254
6255         * Documentation/user/ tutorial.itely, refman.itely: add warning
6256         about \key and accidentals.
6257
6258 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6259
6260         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6261
6262         * Documentation/user/*.itely: manual tweaks
6263
6264 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6265
6266         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6267         cleanup; bugfix: exact_center
6268
6269         * Documentation/user/refman.itely: added more documentation on
6270         ambitus according to recent questions on lilypond-user list
6271
6272 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6273
6274         * input/regression/ottava.ly (texidoc): demo 15ma too.
6275
6276         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6277
6278         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6279         octave fixes.
6280
6281 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6282
6283         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6284         problems on older Mac editors.
6285
6286 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6287
6288         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6289
6290 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6291
6292         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6293         mf/parmesan-clefs.mf: added comments on character alignment and
6294         set_char_box() conventions
6295
6296         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6297         set_char_box()'s
6298
6299         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6300
6301 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6302
6303         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6304
6305 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6306
6307         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6308         shortened to avoid almost-collision with staff line; code cleanup;
6309         other custodes: fixed char boxes; code cleanup
6310
6311 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6312
6313         * configure.in: release 1.9.5
6314         
6315         * scripts/lilypond.py (global_latex_preamble): only set
6316         twosideshift if 'twoside' is in latexoptions 
6317
6318         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6319
6320         * VERSION: remove
6321
6322         * scripts/*2ly.py: update <> syntax
6323
6324 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6325
6326         * lily/chord-name-engraver.cc (process_music): add origin for
6327         chord name.
6328
6329         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6330
6331         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6332         bass notes for exceptions too.
6333
6334         * scm/define-grobs.scm (all-grob-descriptions): rename
6335         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6336
6337         * scm/define-grob-properties.scm (remove-first): add remove-first
6338         property for orchestral scores.
6339
6340         * Documentation/user/*.itely: switch <<>> and <> 
6341
6342         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6343         last_line only once. This fixes the two consecutive glissandi problem.
6344
6345 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6346
6347         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6348         error message "flexa-width undefined"
6349
6350         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6351         lily/include/gregorian-ligature.hh: print warning when ignoring
6352         head prefixes on flexa shapes
6353
6354         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6355         space before a series of inclinatum heads
6356
6357         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6358         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6359         cleanups
6360
6361         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6362         and char_box
6363
6364 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6365
6366         * input/regression/breathing-sign.ly: tiny fixes
6367
6368         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6369         semantical collision with vaticana ligatures
6370
6371         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6372         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6373         now consistent with mensural ligatures
6374
6375         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6376         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6377         context pitches and staff position; dto. for virga stem; removed
6378         obsolete virga and clivis characters from parmesan font (WARNING:
6379         font changed)
6380
6381         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6382         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6383
6384         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6385         scm/define-grob-properties.scm: consistency fix: renamed
6386         join_left->add_cauda
6387
6388         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6389         appendix length; bugfix: yoffs_bt for reverse direction punctum
6390         characters
6391
6392         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6393         small cleanups; added more docu
6394
6395         * lily/mensural-ligature-engraver.cc,
6396         lily/vaticana-ligature-engraver.cc,
6397         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6398         computation to CoherentLigatureEngraver
6399
6400         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6401         scm/define-grob-properties.scm: bugfix: added missing linea and
6402         cavum properties; bugfix: removed dead semivocalis property
6403
6404         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6405         length; redesigned quilisma, stropha and auctum
6406
6407         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6408         line thickness
6409
6410         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6411         Documentation/user/refman.itely: bugfix: introduced shifted
6412         epiphonus head to avoid collision with adjacent plica
6413
6414 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6415
6416         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6417
6418         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6419
6420 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6421
6422         * Documentation/user/tutorial.itely (A lead sheet): remove
6423         duplicate chords.
6424
6425         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6426
6427 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6428
6429         * Documentation/bibliography/computer-notation.bib (isbn): add
6430         xivcim publication.
6431
6432 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6433
6434         * GNUmakefile.in: drop lilypond.words for generation.
6435
6436 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6437
6438         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6439
6440         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6441
6442 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6443
6444         * input/test/figured-bass-alternate.ly (fl): new file.
6445
6446         * Documentation/topdocs/README.texi (Top): clarifications.
6447
6448         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6449         theses of Gieseking and Renz.
6450
6451         * GNUmakefile.in (README_FILES): remove README.mandrake.
6452
6453 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6454
6455         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6456         from source files and search patterns listed in the script.
6457
6458         * GNUmakefile.in: add target `lilypond.words'.
6459
6460         * lilypond.words: remove file, generated by `make lilypond.words'.
6461
6462         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6463
6464 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6465
6466         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6467
6468 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6469
6470         * VERSION: 1.9.4 released
6471
6472         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6473         rule for < > <-> << >> substitution
6474
6475         * lily/lexer.ll: exchange meaning of << >> and < > 
6476
6477         * VERSION (PACKAGE_NAME): 1.9.3 released
6478
6479         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6480         pages unconditionally.
6481
6482 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6483
6484         * Documentation/user/music-glossary.tely (Top): small syntax
6485         fixes.
6486
6487         * scm/music-functions.scm (remove-tag): filter \tagged music
6488         expressions.
6489
6490         * input/regression/tag-filter.ly (texidoc): new file.
6491
6492         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6493         symbol2 .. ) etc. 
6494
6495         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6496         convert rule.
6497
6498         * Documentation/user/refman.itely (Fingering instructions): adjust
6499         manual.
6500
6501         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6502         for borderline cases (e.g. 1 fingering.)
6503         (position_scripts): revise interface, use fingerOrientations to
6504         set fingering positions.
6505
6506         * scm/document-translation.scm (context-doc): add aliases to
6507         automated documentation.
6508
6509         * make/lilypond-vars.make: remove stepmake compat glue.
6510
6511         * make/generic-vars.make: remove cruft.
6512
6513         * lily/main.cc (main): don't identify binary.
6514
6515 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6516
6517         * lily/include/translator.hh (class Translator): remove
6518         type_string_ , use symbol for context name throughout.
6519         Changes through whole source tree.
6520
6521         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6522         set PDF as default, and always make PDF.
6523
6524         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6525
6526 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6527
6528         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6529         Documentation/user/refman.itely input/regression/allfontstyle.ly
6530         input/regression/grace-types.ly:
6531         fix spelling for acciaccatura (Webster's 1913).
6532
6533 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6534
6535         * lily/main.cc (usage): adjust blurb, include url.
6536
6537         * input/regression/breathing-sign.ly (texidoc): transpose up
6538
6539 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6540
6541         * input/regression/breathing-sign.ly: changed ancient examples to
6542         be relevant (by request of Han-Wen); updated BreathingSign text
6543         property according to new syntax.
6544
6545         * ly/gregorian-init.ly: updated BreathingSign text property
6546         according to new syntax
6547
6548 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6549
6550         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6551         (Clef): index entries for clefs.
6552
6553         * python/lilylib.py (system): remove errorlog files.
6554         
6555 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6556
6557         * lilypond.words: add \new and new graces. Add dynamics to menus
6558         keeping 1.8.x compatibility; after all the engraving relating to 
6559         notes becomes postfixed `-' marks will be removed.
6560
6561 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6562
6563         * lily/molecule.cc (align_to): idem.
6564
6565         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6566         
6567         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6568         accacciatura everywhere.
6569
6570         * VERSION (PACKAGE_NAME): released 1.9.2
6571
6572         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6573
6574         * scm/document-markup.scm (markup-doc-node): sort markup function
6575         list.
6576
6577         * lily/paper-outputter.cc (output_version): change "Lily was here"
6578         into  "Engraved by LilyPond"
6579
6580         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6581         on unquoted strings before \notenames.
6582
6583         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6584         increases the number of s/r reductions to 4.
6585
6586         * scm/new-markup.scm (fraction-markup): \fraction command.
6587
6588         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6589         mode
6590
6591         * lily/lookup.cc (round_filled_box): rename function.
6592         (LY_DEFINE): round-filled-box: change signature.
6593
6594         * Documentation/user/refman.itely: revise section explaining grace
6595         notes.
6596
6597         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6598         ly:set-context-property
6599
6600         * input/*/*.ly (vmus): use \new everywhere.
6601
6602         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6603
6604         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6605         default
6606
6607         * scm/music-functions.scm (set-stop-grace-properties)
6608         (set-start-grace-properties, add-grace-property): new functions
6609         for modular grace tweak control.
6610
6611         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6612         
6613 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6614
6615         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6616
6617         * GNUmakefile.in (install-pfa-fonts):
6618         (get-pfa-fonts): New target.
6619
6620         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6621         install-pfa-fonts help.
6622
6623 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6624
6625         * lily/translator-scheme.cc (LY_DEFINE):
6626         ly:context-pushpop-property new function.
6627         (LY_DEFINE): new function ly:translator-find  
6628         new function ly:translator?
6629         (LY_DEFINE): new function ly:context?
6630
6631         * lily/translator-def.cc: remove
6632         Translator_def::apply_pushpop_property().
6633
6634         * python/lilylib.py (read_pipe): only store and display error log
6635         if verbose not set.
6636         (read_pipe): only display log if it contains something.
6637
6638 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6639
6640         * Documentation/misc/GNUmakefile: Re-add.
6641         (TEXTS): Add CHANGES.
6642
6643 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6644
6645         * lilypond.words: add \newcontext.
6646
6647 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6648
6649         * lily/tie-performer.cc (stop_translation_timestep): only flush
6650         tied_notes when we have actually made a tie. Fixes bugs with ties
6651         in polyphonic scores.
6652
6653 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6654
6655         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6656         they do not exist.
6657
6658 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6659
6660         * VERSION (PACKAGE_NAME): released 1.9.1 
6661
6662         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6663         Instrument_name_engraver
6664
6665         * lily/tie-performer.cc (create_audio_elements): bugfix
6666
6667         * Documentation/user/music-glossary.tely (Top): comment out
6668         font-style statements.
6669
6670         * input/test/force-hshift.ly: revise example.
6671
6672         * Documentation/bibliography/engraving.bib (note): typos.
6673
6674         * configure.in: bump GCC requirements to 3.x
6675
6676         * lily/include/audio-item.hh (class Audio_tie): rename
6677         note_l_drul_ to note_drul_
6678
6679         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6680
6681         * lily/parser.yy (relative_music): whoops. All \relative were off
6682         by ...  a lot .... Ahem.
6683
6684         * scm/define-music-types.scm (music-descriptions): idem.
6685
6686         * lily/beam-engraver.cc: move new-beam-event to beam-event
6687
6688         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6689         to Tie_engraver
6690
6691         * input/regression/bar-number.ly: remove unnecessary old-relative
6692         options.
6693         
6694         * Documentation/user/internals.itely (Creating contexts): document
6695         \newcontext
6696
6697         * lily/parser.yy (Composite_music): add \newcontext
6698
6699         * Documentation/user/refman.itely (MIDI block): add note about
6700         dotted tempos.
6701
6702         * scm/font.scm: remove old markup legacy
6703
6704         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6705
6706         * lily/breathing-sign.cc (brew_molecule): remove function
6707
6708         * lily/text-item.cc: remove old-style markups.
6709         (interpret_markup): C++ version of markup function
6710         (brew_molecule): idem.
6711
6712         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6713         as Scheme variable.
6714
6715         * scripts/convert-ly.py (conv): dashes rule.
6716         Apply rule.
6717
6718         * Documentation/user/lilypond-book.itely: syntax fixes. 
6719
6720 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6721
6722         * VERSION (PACKAGE_NAME): release 1.9.0
6723
6724         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6725         note about dvips. (Should backport.)
6726
6727         * scripts/convert-ly.py
6728         (FatalConversionError.articulation_substitute): add
6729         convert-new-chords code. Remove convert-new-chords.py
6730
6731         * Documentation/user/refman.itely (Octave check): document
6732         \octave.
6733
6734         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6735         \relative changes.
6736
6737         * lily/parser.yy (command_element): octave check:
6738
6739            \octave PITCH
6740
6741         checks that PITCH (without octave) yields PITCH (with octave) in
6742         \relative
6743
6744         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6745
6746         * lily/scm-option.cc: ly:set-option now has the default argument
6747         #t.
6748
6749         * lily/lexer.ll: add \renameinput
6750
6751         * python/lilylib.py (command_name): robustifications.
6752
6753         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6754         /dev/stderr. This is ash compatible.
6755
6756         * ly/init.ly: add warning if compatibility was not necessary.
6757
6758         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6759
6760         * flower/include/string-handle.icc: formatting cleanups, rename
6761         references by ref_count_.
6762
6763 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6764
6765         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6766         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6767         package libs separately, fix conflicting php variable out=/dev/vc/
6768         invoking `unset out', declare menus, use only one icon-file, fix
6769         doc-path in menu.
6770
6771 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6772
6773         * scripts/convert-ly.py (FatalConversionError.conv): typo
6774
6775         * Documentation/misc/GNUmakefile: restore misc directory.
6776
6777         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6778
6779         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6780         Petites-Preludes 
6781
6782         * input/test/partial-blank.ly (quickmeasure): syntax
6783
6784         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6785         attachment property.
6786
6787         * Documentation/user/refman.itely: remove superfluous -'s 
6788         (Grace notes): ) fixes.
6789
6790         * lily/music.cc: generic compress(), transpose() functions. Remove
6791         others.
6792
6793         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6794         style markup entry.
6795
6796         * lily/parser.yy: all articulations postfix; remove obligatory -
6797         for [,  ) and \!
6798         
6799         * lily/music.cc (to_relative_octave): write generic
6800         to_relative_octave function; various relative cleanups.
6801         Hmmm.
6802
6803         * lily/scm-option.cc: add options new-relative and old-relative
6804
6805         * po/sv.po: new po file.
6806
6807         * Documentation/user/refman.itely (Dynamics): website
6808         fixes. (should backport!)
6809
6810 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6811
6812         * make/lilypond.mandrake.spec.in: declare version only once.
6813
6814 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6815
6816         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6817         meaning for now.
6818
6819 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6820
6821         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6822
6823         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6824
6825         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6826
6827         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6828
6829         * lily/music.cc (var): add ly:music-transpose function.
6830
6831         * lily/parser.yy (pre_events): remove prefix articulations.
6832
6833         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6834
6835         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6836
6837         * Documentation/user/refman.itely (Text markup): add comment about
6838         markup in header.
6839
6840 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6841
6842         * lily/paper-outputter.cc (write_header_fields_to_file): 
6843         only dump value if it is a string.
6844
6845         * flower/include/dictionary.hh: remove.
6846         
6847         * Documentation/ChangeLog-1.5: add back old log.
6848
6849         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6850         .pfas from a .deb.
6851
6852 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6853
6854         * Documentation/bibliography/engraving.bib: add entry for
6855         Jaschinski's Notation
6856
6857 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6858
6859         * Documentation/user/refman.itely (Beaming): add note about
6860         allowBeamBreak
6861
6862 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6863
6864         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6865         GregorianTranscription contexts
6866
6867         * ly/engraver-init.ly: vaticana contexts: minor fixes
6868
6869         * Documentation/user/refman.itely (Ancient notation): added note
6870         on appendix length bug
6871
6872         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6873         input/test/vaticana.ly: use vaticana contexts; small fixes
6874
6875 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6876
6877         * flower/hash.cc: Remove.
6878
6879         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6880         to (nonexistent?) hash_func_ identifier.
6881
6882         * python/midi.c (midi_error, midi_warning): Use char const* for
6883         __FUNCTION__ argument.
6884
6885         * python/gettext.py: Remove.  We already require python 2.1, which
6886         includes gettext.py.
6887
6888         * configure.in: Require python 2.1, as INSTALL.texi says.
6889         it.
6890
6891         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6892         versions 1.50 and 1.75.  Remove note about lexer patch.
6893
6894 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6895
6896         * Documentation/topdocs/INSTALL.texi: Update type1 font
6897         description to actual situation.  Add comment about new font ball
6898         layout.
6899
6900         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6901         in $LILYPONDPREFIX suffices for installation.
6902
6903 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6904
6905         * debian/control (Build-Depends): Add flex-old as alternative to
6906         flex.  Deprecate bison 1.75.
6907
6908 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6909
6910         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6911         Vaticana contexts
6912
6913         * Documentation/user/refman.itely (Ancient notation): documented
6914         some bugs; tiny fixes; added docu on Vaticana contexts
6915
6916         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6917         scripts
6918
6919 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6920
6921         * Documentation/user/refman.itely (Ancient notation): added some
6922         introductory words; added section on ancient time signatures;
6923         added some @seealso and @refcommands; small fixes and
6924         beautifications
6925
6926 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6927
6928         * input/regression/note-head-style.ly: many fixes and updates
6929
6930         * Documentation/user/refman.itely: added small sections on ancient
6931         accidentals, rests and flags; revised ancient note head section;
6932         small wording/spelling fixes
6933
6934         * input/test/rests.ly: layout fixes
6935
6936 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6937
6938         * input/puer-fragment.ly: bugfix: central C position of do clef
6939
6940         * ly/gregorian-init.ly: workaround: add small padding space before
6941         divisiones (the correct fix would be the spacing engine to handle
6942         this)
6943
6944 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6945
6946         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6947         cue-notes.ly: minor fixes.
6948
6949 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6950
6951         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6952         input/test/custos-style.ly
6953
6954         * Documentation/index.html.in: bugfix: link to Tutorial.html
6955
6956         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6957         to neumes; bugfix: "et": epiphonus, not just a simple pes
6958
6959 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6960
6961         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6962
6963         * lilypond.words: add new features: markup, column, center, \[ \].
6964         
6965 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6966
6967         * Documentation/topdocs/NEWS.texi, DEDICATION,
6968         stepmake/bin/add-html-footer.py
6969         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6970         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6971         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6972         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6973         added (only) after a sentence which is complete; if the sentence is 
6974         not ended a comma `,' or nothing is used. fix also spaces.
6975
6976 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6977
6978         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6979         requirements to plain 1.6.
6980
6981         * buildscripts/mutopia-index.py (read_lilypond_header): update
6982         mutopia-index.py to 1.4 syntax [sic]
6983
6984 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6985
6986         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6987
6988 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6989
6990         * Documentation/index.html.in: url for regression pdf
6991
6992         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6993
6994         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6995
6996         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6997
6998         * VERSION: 1.8.0 released
6999         
7000         * GNUmakefile.in (local-WWW-post): footify build fix.
7001
7002         * configure.in: require GUILE 1.6.4
7003
7004         * Documentation/user/GNUmakefile: don't copy *.png for
7005         lilypond-internals
7006
7007         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7008         local-WWW-post target.
7009         (rsync-web): add rsync-web target
7010
7011         * Documentation/user/introduction.itely (Music notation and
7012         engraving): add neume example
7013
7014         * input/puer-fragment.ly (cantus): add puer-fragment
7015
7016 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7017
7018         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7019         to notes, so that equalizer is actualy being used.
7020
7021         * scm/midi.scm (instrument-equalizer-alist):
7022         (absolute-volume-alist): Define public, so that user can copy or
7023         override.
7024
7025         * lily/key-performer.cc (create_audio_elements): Check for minor
7026         key.  Only if key is minor, set MIDI key to minor.
7027
7028 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7029
7030         * Documentation/user/refman.itely (Hiding staffs): fixes.
7031
7032         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7033
7034         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7035         vertical extents to deal with Hara kiri correctly.
7036
7037         * input/regression/hara-kiri-short.ly: remove
7038
7039         * input/regression/hara-kiri-pianostaff.ly: update test.
7040
7041         * Documentation/user/*.tely: remove WEBTITLE
7042
7043         * scm/output-tex.scm (comment): idem.
7044
7045         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7046
7047         * scm/music-functions.scm (make-lyric-event): new function
7048
7049         * scm/lily.scm (lilypond-version): new function
7050
7051         * input/test/version-output.ly: new file.
7052
7053         * Documentation/user/lilypond.tely: add version number to
7054         front-page.
7055
7056 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7057
7058         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7059
7060 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7061
7062         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7063
7064         * Documentation/user/refman.itely (Hiding staffs): rename node.
7065
7066 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7067
7068         * input/regression/new-markup-syntax.ly (texidoc): remove
7069         molecule-callback override.
7070
7071 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7072
7073         * input/les-nereides.ly: Mark tweaks with %tweak.
7074
7075         * Debian patch, see debian/changelog (Anthony Fok).
7076
7077 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7078
7079         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7080         problem.
7081
7082 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7083
7084         * Documentation/user/refman.itely (Text markup): Fix language bug.
7085
7086 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7087
7088         * input/* : postfix syntax fixes.
7089
7090         * Documentation/user/refman.itely (Text markup): add note about
7091         raise/lower with ^ or _ .
7092         
7093         * po/fi.po: fix \\apply strings.
7094
7095         * lily/parser.yy (open_event): warn for prefix articulations.
7096
7097 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7098
7099         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7100         fix also on parmesan font.
7101
7102 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7103
7104         * VERSION 1.7.30 released
7105         
7106         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7107
7108         * buildscripts/mutopia-index.py (headertext): rewording
7109
7110 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7111
7112         * scm/new-markup.scm (strut-markup): new markup function.
7113
7114         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7115         space also when no accidental is there.
7116
7117 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7118
7119         * input/les-nereides.ly: Updates.
7120
7121 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7122
7123         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7124         which repeats the tag insertion selected from "Insert tag" menu.
7125
7126 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7127
7128         * lily/all-font-metrics.cc (find_font): load AFM files first only
7129         for feta fonts. This fixes problems with TeXlive and other TeX
7130         distros that include AFM files for the CM fonts. 
7131
7132         * scm/font.scm (qualifiers-to-font-name): remove.
7133
7134         * lily/paper-def.cc: remove get_var.
7135
7136         * input/trip.ly: remove file.
7137         
7138         * input/regression/spacing-note-flags.ly (raggedright): remove
7139         stafflinethickness
7140
7141         * input/les-nereides.ly: update to new syntax, cleanups.
7142
7143 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7144
7145         * Documentation/user/refman.itely: Clarify shortest-note problem
7146         of autobeamer.
7147
7148 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7149
7150         * lilypond-mode.el: Add each word to regexps only once.
7151
7152         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7153         is based on the syntax definitions in lilypond.words. Remove all 
7154         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7155         LilyPond->Insert menu is generated by the entries in lilypond.words 
7156         to which have been given a syntax definition.
7157
7158         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7159         \notes, \relative, \score, \simultaneous, \transpose.
7160
7161         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7162
7163         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7164         
7165         * lilypond-mode.el: add menu keywords separately.
7166
7167         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7168
7169 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7170
7171         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7172         current ugly installation method for PFA fonts.
7173
7174 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7175
7176         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7177         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7178
7179         * Documentation/user/music-glossary.tely: update legato.
7180
7181 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7182
7183         * lexer-gcc-3.0.patch: Remove.
7184
7185         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7186
7187 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7188
7189         * debian/rules (binary-arch): remove NEWS.
7190
7191 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7192
7193         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7194         stepmake/bin{ many }: polish the `--help's of different scripts;
7195         model taken from the core-utils of Linux.
7196
7197         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7198
7199 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7200
7201         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7202
7203         * flower/libc-extension.cc: idem.
7204
7205         * flower/include/libc-extension.hh: protect against isinf macros.
7206
7207 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7208
7209         * { many }: Use two uppercase letters in LilyPond.
7210
7211         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7212
7213         * VERSION: 1.7.29 released.
7214         
7215 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7216
7217         * lily/tie.cc: add TODO comment.
7218
7219         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7220
7221         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7222         linejoins and linecaps. This fixes problems with occasional spikes
7223         on slur/tie endings.
7224         
7225         * input/regression/font-name.ly: don't use PS fonts for
7226         compatibility reasons. 
7227
7228         * mutopia/claop.py (accents): update to 1.8
7229
7230         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7231
7232         * Documentation/user/macros.itexi: don't color glossary links.
7233
7234         * Documentation/user/invoking.itexi (Error messages): new section
7235
7236 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7237
7238         * input/regression/font-name.ly: add file.
7239
7240         * scm/document-backend.scm (grob-doc): remove <hr> from
7241         lilypond-internals
7242
7243         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7244         reqd version to 1.6.4 
7245
7246         * lily/font-interface.cc (get_font): bugfix: take font-name from
7247         alist chain too. This fixes font-name override for \markup.
7248
7249 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7250
7251         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7252
7253         * input/test/polymetric-differing-notes.ly: Compile fix.
7254
7255 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7256
7257         * Documentation/user/refman.itely: fixed typo
7258
7259         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7260         before flexa
7261
7262 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7263
7264         * input/test/{ many }: search & fix some typos.
7265
7266 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7267
7268         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7269         images.
7270
7271         * scm/music-functions.scm (make-voice-props-set): set Script /
7272         TextScript dir for polyphony too.
7273
7274         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7275         before clef.
7276
7277         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7278
7279 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7280
7281         * Documentation/user/refman.itely (Percussion): Small
7282         clarifications and fixes.
7283
7284         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7285         threads. This fixes different heads playing simultaneously.
7286
7287 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7288
7289         * Documentation/user/{ many }: increase readability (read through 
7290         User manual from `one big page').
7291
7292 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7293
7294         * input/test/polymetric-differing-notes.ly: add example with
7295         disparate note values.
7296
7297         * input/test/polymetric.ly: rename from poly-metric
7298
7299         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7300         iso. outname.
7301
7302         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7303         G-clef bbox to real char extents. This fixes the G-clef being
7304         offset too much to the right.
7305         document perc clef offset.
7306
7307         WARNING: FONT CHANGED.
7308
7309         * Documentation/user/tutorial.itely (Tutorial): move menu.
7310
7311 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7312
7313         * buildscripts/lilypond-profile.sh (Error): trim error message.
7314
7315         * Documentation/user/invoking.itexi (Invoking the lilypond
7316         binary): add note about path.
7317
7318         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7319         suppresses superfluous spaces.
7320
7321 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7322
7323         * buildscripts/lilypond-profile.sh: Add documentation to error
7324         message.
7325
7326         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7327
7328 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7329
7330         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7331         <mike@ossmann.com>)
7332
7333         * Documentation/bibliography/computer-notation.bib (pages): prune
7334         unscientific language.
7335
7336         * Documentation/user/GNUmakefile: copy unsplit file to
7337         lilypond.html (idem for lilypond-internals).
7338
7339         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7340
7341         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7342
7343         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7344
7345         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7346         fix.
7347         
7348 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7349
7350         * Documentation/user/{ various }: bind text snippets with their
7351         examples, e.g. by punctuation: This is an example.
7352
7353 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7354
7355         * ly/performer-init.ly (VoiceContext): Typos.
7356
7357         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7358         builds, leave final-install to toplevel srcdir makefile.
7359
7360         * make/srcdir.make.in (install): New target.
7361
7362 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7363
7364         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7365         This fixes core dump on MIDI output (Simon Weatherill).
7366
7367         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7368         on local-WWW-post.
7369
7370 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7371
7372         * make/lilypond.redhat.spec.in: add dvips to reqs.
7373
7374 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7375
7376         * make/srcdir.make.in (web): Add special web target.
7377
7378         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7379         from inner $(LOOP).
7380
7381         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7382
7383         * stepmake/stepmake/generic-targets.make (www-targets-help):
7384         * GNUmakefile.in (web-install): Install in $(webdir).
7385
7386         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7387
7388         * cygwin/changelog: 
7389         * cygwin/mknetrel: Update.
7390
7391         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7392         (html-doc): Remove (use: web).
7393
7394         * stepmake/stepmake/script-rules.make: 
7395         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7396         Fix $(config_make) dependencies for srcdir build.
7397
7398         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7399         target for srcdir build.
7400
7401         * stepmake/make/stepmake.make: 
7402         * make/srcdir.make.in: 
7403         * GNUmakefile.in:
7404         * make/stepmake.make (config_make): Rename variable (was:
7405         configuration).
7406
7407 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7408
7409         * Documentation/user/internals.itely (Manipulating music
7410         expressions): run lilypond on example too.
7411
7412         * flower/include/libc-extension.hh: move lrint define to
7413         header. bugfix.
7414         
7415 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7416
7417         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7418         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7419         do we recurse whole tree?).
7420
7421         * GNUmakefile.in (html-doc): Resurrect.
7422
7423         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7424         obsolete $(package-icon) dependency.
7425
7426 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7427
7428         * Documentation/user/refman.itely (Automatic staff changes):
7429         add seealso 
7430
7431         * Documentation/index.html.in: link to bigpage.
7432
7433         * Documentation/user/tutorial.itely (Tutorial): streamline.
7434
7435         * Documentation/index.html.in: url typo.
7436
7437         * VERSION (PACKAGE_NAME): release 1.7.28
7438
7439         * python/lilylib.py (error_log): remove '/' from name.
7440
7441         * input/regression/pedal.ly: remove; dups input/test/
7442         
7443         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7444
7445         * Documentation/index.html.in: python style doco index.
7446
7447         * Documentation/{footer,header}.html.in (src): remove, 
7448
7449         * Documentation/pictures: remove all but lelie-logo.xpm.
7450
7451         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7452         before running makeinfo.
7453
7454         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7455         @code{}
7456
7457 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7458
7459         * input/test/bar-number-regular-interval.ly: rename.
7460
7461         * Documentation/user/*: various fixes. 
7462
7463 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7464
7465         * Documentation/{ many }: polish for update-all-menus. typos.
7466
7467         * po/fi.po: fixes.
7468
7469         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7470
7471         * buildscripts/mutopia-index.py: polish.
7472
7473         * input/regression/{ many }, input/test{ many }: polish texidocs.
7474
7475 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7476
7477         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7478         pedal-style
7479
7480         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7481         iso. edge-widen.
7482
7483         * lily/piano-pedal-engraver.cc (process_music): change from
7484         process_acknowledged ()
7485
7486         * lily/piano-pedal-bracket.cc: new file. Change
7487         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7488         cleaned up.
7489
7490         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7491
7492         * input/regression/tuplets.ly (texidoc): rename file.
7493
7494         * po/fr.po: update
7495
7496         * buildscripts/lilypond-profile.sh: error message if script is not
7497         sourced.
7498
7499         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7500         bracket-flare
7501         (make_bracket): simplify code.
7502
7503         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7504         argument.
7505
7506         * python/lilylib.py (lilypond_version_check): new function
7507
7508         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7509
7510         * scripts/ly2dvi.py (run_lilypond): add version check.
7511
7512         * scripts/lilypond-book.py (option_definitions): typo
7513
7514         * scripts/ly2dvi.py (include_path): typo
7515
7516         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7517
7518         * lily/parse-scm.cc (parse_handler): typo
7519
7520         * Documentation/user/macros.itexi: use @heading for headings.
7521
7522         * Documentation/user/refman.itely: updates, fixes.
7523
7524 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7525
7526         * po/fi.po: add Finnish translations. fixes.
7527
7528         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7529
7530         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7531         from lily/glissando-engraver.cc.
7532
7533 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7534
7535         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7536         for non-first _broken_ bracket.
7537
7538         * Documentation/user/refman.itely: corrections.
7539
7540 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7541
7542         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7543         support of the fingerings.
7544
7545         * po/fr.po: French translation update.
7546
7547         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7548         strings.
7549
7550 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7551
7552         * Documentation/user/introduction.itely: Small fixes.
7553
7554 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7555
7556         * Documentation/topdocs/AUTHORS.texi: polish.
7557
7558 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7559
7560         * Documentation/user/introduction.itely: revise
7561
7562         * Documentation/user/tutorial.itely: reorganise.
7563
7564         * Documentation/topdocs/index.tely: remove.
7565
7566         * Documentation/header.html.in: prune.
7567
7568         * GNUmakefile.in: clean up web building.
7569
7570         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7571         target.
7572
7573 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7574
7575         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7576
7577         * lilypond-mode.el: turn on blink-matching-paren.
7578
7579 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7580
7581         * scm/output-sodipodi.scm (svg-header): Fix typo.
7582
7583 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7584
7585         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7586         fixes a security hole.
7587
7588         * scripts/lilypond-book.py (original_dir): remove temp_dir
7589
7590         * scm/document-translation.scm: use @code tags.
7591
7592 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7593
7594         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7595
7596         * lilypond-mode.el: add a buffer-local post-command-hook to set
7597         context dependent syntax-table after each cursor event. Remove old
7598         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7599
7600         * lilypond-indent.el: update comments.
7601
7602         * Documentation/footer.html.in: add period.
7603
7604 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7605
7606         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7607
7608         * scm/document-translation.scm (document-property-operation): add
7609         @code{} tags.
7610
7611         * VERSION (PACKAGE_NAME): release 1.7.27
7612
7613         * config.make.in: add PAPER variable
7614
7615         * buildscripts/new-chords.py (help): add help text
7616
7617         * Documentation/user/introduction.itely (Typography and program
7618         architecture):  fixes.
7619
7620         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7621         for texinfo and dvips. This fixes problems with PDF output of the
7622         wrong size.
7623
7624         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7625         DVIPS_PAPERSIZE variable
7626
7627         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7628         TEXINFO_PAPERSIZE variable 
7629
7630 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7631
7632         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7633
7634         * mf/feta-toevallig.mf: lowres fixes.
7635
7636 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7637
7638         * NEWS: Typo and fill-paragraph fixes.
7639
7640         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7641         cast #define.
7642
7643         * configure.in: 
7644         * config.hh.in: Check for lrint.
7645
7646 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7647
7648         * VERSION: 1.7.26 released
7649
7650         * lily/separation-item.cc: add padding property.
7651
7652         * input/test/*.ly: various fixes, remove solo-a2.ly
7653
7654         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7655         bugfix. Fixes old-style markup compatibility.
7656
7657         * Documentation/user/introduction.itely (Introduction): historical
7658         elucidations
7659
7660         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7661
7662         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7663
7664         * Documentation/index.texi (Top): cleanup.
7665
7666         * Documentation/user/introduction.itely (Introduction): rewrite
7667         introduction, 
7668         (Music notation and  engraving): about notation. Add flat-picture
7669
7670 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7671
7672         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7673         separation items. This keeps lyrics from bumping into each other.
7674
7675 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7676
7677         * GNUmakefile.in (topdocs-web): New target.
7678         (local-web): Depend on topdocs-web; fixes html-doc.
7679
7680 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7681
7682         * po/lilypond.pot: run po-replace
7683
7684         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7685
7686         * scm/drums.scm (reset-drum-kit): new function.
7687
7688         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7689
7690         * scripts/update-lily.py: remove
7691         
7692         * VERSION: release 1.7.25
7693         
7694         * Documentation/user/introduction.itely (Introduction): rewrite
7695         start of introduction.
7696
7697 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7698
7699         * lily/all-font-metrics.cc: fixed typo
7700
7701 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7702
7703         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7704         LilyPond-mode-context-set-syntax-table): new functions to define
7705         the syntax table according to context.
7706
7707         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7708
7709 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7710
7711         * Documentation/user/refman.itely (Figured bass): 
7712         language nit courtesy http://www.vocabula.com
7713
7714         * GNUmakefile.in: remove no kpathsea hack.
7715
7716         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7717         doco.
7718
7719         * GNUmakefile.in: remove web-doc target.
7720
7721         * lily/all-font-metrics.cc (find_afm): add message about
7722         buildscripts/clean-fonts.sh 
7723
7724         * scm/define-music-properties.scm (figure): use string for 'figure
7725
7726         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7727
7728         * input/regression/ : add raggedright = ##t where applicable. 
7729         
7730         * scm/bass-figure.scm (make-bass-figure-markup): add
7731         alignBassFigureAccidentals property.
7732
7733         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7734         bracket.
7735
7736         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7737         syllables widths into account for minimum-length.
7738
7739         * input/test/staff-container.ly: update file
7740
7741         * input/test/stem.ly: remove
7742
7743         * lily/event.cc (LY_DEFINE): add ly: prefix.
7744
7745         * input/test/clef-manual-control.ly: from manual-clef
7746
7747         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7748
7749         * input/test/different-time-signatures.ly: move to poly-metric.ly
7750
7751         * input/test/hara-kiri*,scales.ly: remove
7752         
7753         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7754         with chord-names-jazz.ly)
7755
7756         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7757         get scalable cm fonts too.
7758
7759         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7760         --encoding for mftrace if present.
7761
7762         * input/regression/slur-area.ly: move from test/
7763
7764         * input/test/: remove simple-slur-endings slur-attachment
7765         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7766         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7767         slur-symmetry slur-symmetry tie-broken.ly
7768
7769         * scm/drums.scm (set-drum-kit): add function.
7770
7771         * Documentation/user/refman.itely (Percussion staves): use
7772         set-drum-kit
7773
7774         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7775         too
7776         (Global_measure.set_timesig): handle 3/8 time sig too.
7777
7778         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7779         note about triangle note heads.
7780
7781         * scm/drums.scm: use alist for instrument-settings. This fixes the
7782         bug with assigning to drums in the .ly file.
7783
7784         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7785         CHANGED.
7786
7787         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7788         cluster-beacon-interface
7789
7790         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7791
7792         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7793
7794         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7795
7796         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7797         to get positions.
7798
7799         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7800         make ClusterSpannerBeacon to record Y positions. This removes the
7801         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7802         make cluster-note-events.
7803
7804 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7805
7806         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7807
7808         * configure.in: Use lily/main.cc as identifying source file.
7809
7810         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7811
7812         * config.hh.in: 
7813         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7814
7815         * configure.in: Require PYTHON >= 2.0.
7816
7817         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7818           $PYTHON for include dir location.
7819         (STEPMAKE_PYTHON): New function.  Use
7820         
7821             PYTHON=foo ./configure
7822
7823           to override.
7824
7825 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7826
7827         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7828         something.
7829
7830         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7831         ftp.lilypond.org everywhere.
7832
7833 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7834
7835         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7836         detected.
7837
7838         * Documentation/user/refman.itely (Grace notes): note on explicit
7839         contexts
7840
7841 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7842
7843         * lilypond-font-lock.el: add a comment about LilyPond specific
7844         escape characters: ^, - and _, in the syntax table.
7845
7846         * Documentation/user/appendices.itely: a majuscule fix.
7847
7848 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7849
7850         * input/test/trills.ly (endHorizScript): fixes.
7851
7852         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7853         notation, move from regression.
7854
7855         * input/test/script-stack.ly: change name from stacked-scripts
7856
7857         * input/test/ossia.ly: octave errors.
7858
7859         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7860         for midi-volume-equaliser
7861
7862 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7863
7864         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7865         cm fonts.
7866
7867         * mf/feta-beugel.mf: don't multiply font_count by 10.
7868
7869         * lily/lookup.cc (horizontal_line): new function. Use
7870         horizontal-line in output backends.
7871
7872         * Documentation/user/tutorial.itely (An orchestral part): new
7873         section on orchestral stuff and identifiers.
7874
7875 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7876
7877         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7878         some interference to other modes.
7879
7880 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7881
7882         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7883         not maximum of spacing wishes in polyphonic situations.
7884
7885         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7886         number
7887
7888         * lilypond-indent.el: remove paren matching. 
7889
7890         * lily/text-item.cc (interpret_new_markup): new function
7891         use iso. text2molecule.
7892
7893         * lily/main.cc (notice): change FSF address 
7894
7895         * po/de.po: update PO file to 1.6.
7896
7897 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7898
7899         * Documentation/user/ {many}: Add periods and remove spaces.
7900         
7901 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7902
7903         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7904         Disable buffer-locally default paren hook and make a new one. 
7905
7906         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7907         locally LilyPond-paren-mode. Add todo for mouse double-click.
7908
7909 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7910
7911         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7912         Disable buffer-locally default paren idle timer and make a new one. 
7913
7914         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7915         locally LilyPond-show-paren-mode. Add to menu a toggle for
7916         LilyPond-show-paren-function.
7917
7918 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7919
7920         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7921
7922 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7923
7924         * Documentation/user/refman.itely: spelling fix.
7925
7926         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7927         paren highlight function definitions. add todo for
7928         LilyPond-show-paren-mode.
7929
7930 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7931
7932         * input/template/jazz-combo.ly: new file.
7933
7934 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7935
7936         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7937         lo-res fixes.
7938
7939         * mf/feta-schrift.mf: bugfix in varcoda sign.
7940         WARNING: FONT CHANGED
7941
7942         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7943         in accordance with lexer.ll.   
7944
7945 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7946
7947         * Documentation/user/tutorial.itely: Edit introduction.
7948
7949 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7950
7951         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7952         ly:grob-staff-position
7953
7954 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7955
7956         * scm/to-xml.scm: import srfi-1
7957
7958         * VERSION (MAJOR_VERSION):  release 1.7.24
7959
7960         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7961
7962         * scripts/lilypond-book.py (do_file): put texidoc before image.
7963         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7964
7965         * input/regression/*.ly: fix snippet octaves 
7966
7967         * input/test/spanner-after-break-tweak.ly: import
7968         broken-spanner-adjustment
7969
7970         * input/no-notation/midi-transposing.ly: move from input/test/
7971
7972         * input/test/: remove chord-markup
7973
7974         * input/regression/instrument-name-partial.ly: move from input/test.
7975
7976         * input/test/vertical-text.ly: remove
7977
7978         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7979         space above lyrics lines.
7980
7981         * input/test/uniform-breaking.ly: remove file.
7982
7983         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7984         uniform spacing density. 
7985
7986         * input/test/chords.ly (keys): remove file.
7987
7988         * scm/documentation-lib.scm (oop): use srfi-1 too.
7989
7990         * input/regression/*.ly: add \version
7991
7992         * Documentation/user/*.itely: various fixes.
7993
7994         * buildscripts/mf-to-table.py (base): break table every three
7995         symbols.
7996
7997         * input/:  remove %% new-chords-done %% .
7998
7999         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
8000         os-music.ly
8001         
8002 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8003
8004         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
8005
8006         * scm/new-markup.scm (box-markup): new function.
8007         (box-markup): new function. Contributed by Dick Schoeller
8008         <schoeller@attbi.com>
8009
8010         * scm/lily.scm: remove reduce-no-unit 
8011         (list-insert-separator): use fold-right
8012
8013         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8014         of arguments. 
8015
8016         * NEWS: more neutral language for ancient notation 
8017
8018         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8019         inside pointing beaming for chord tremolo.
8020
8021         * Documentation/user/lilypond-book.itely: minor editing
8022
8023 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8024
8025         * NEWS: added news for 1.8 regarding ancient notation
8026
8027         * Documentation/user/refman.itely (Gregorian square neumes
8028         ligatures): fixed typo
8029
8030         * lily/vaticana-ligature-engraver.cc,
8031         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8032         lower/upper head of Pes only when heads are stacked
8033
8034         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8035         scm/define-grob-properties.scm: cleanup: make "join-left" a
8036         boolean grob property and save delta pitch in grob property
8037         "delta-pitch" instead
8038
8039         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8040
8041 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8042
8043         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8044         completely borked
8045
8046         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8047         (try_music): bug fix: beam multiplicity was completely borked.
8048
8049         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8050         first-n, butfirst-n in favor of srfi-1 functions.
8051         remove string-join, string-pad in favor of srfi-13 functions.
8052
8053         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8054
8055         * NEWS: use complete sentences.
8056
8057         * Documentation/user/introduction.itely (Example applications):
8058         add note about databases and lilypond-book.
8059
8060         * input/test/volta.ly: remove file
8061
8062         * input/regression/volta-broken-left-edge.ly: simplify file
8063
8064 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8065
8066         * Documentation/user/refman.itely (Constructing a tweak): new
8067         subsection.
8068
8069         * Documentation/user/tutorial.itely (Fine tuning layout): add
8070         common tweaks.
8071
8072         * scm/define-grobs.scm (TextScript): use new brewer.
8073
8074 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8075
8076         * VERSION: release 1.7.23
8077
8078         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8079
8080         * python/lilylib.py (make_ps_images): bugfixes.
8081
8082         * input/regression/volta-multi-staff.ly: new file.
8083
8084         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8085
8086         * Documentation/user/tutorial.itely (Piano staffs): new section.
8087         (Setting variables): new section
8088         (Fine tuning layout): new section
8089
8090         * input/just-friends.ly: remove file. Superseeded by
8091         input/test/chords-without-melody.ly
8092
8093         * ly/property-init.ly: add all commands to refman.
8094
8095         * scm/define-translator-properties.scm: remove
8096         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8097
8098         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8099         name. Underscores botch up PS output.
8100
8101         * scm/define-translator-properties.scm: remove
8102         textNonEmpty, oneBeat, regularSpacingDelta
8103
8104         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8105         rule for automaticBars.
8106
8107         * lily/timing-engraver.cc (start_translation_timestep): change
8108         barNonAuto to automaticBars
8109
8110 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8111
8112         * input/test/perform-tie.ly: delete file.
8113
8114 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8115
8116         * Documentation/user/refman.itely (Gregorian square neumes
8117         ligatures): bugfix: do not show ledger lines in neumes table
8118         (fixed by setting staff symbol to transparent rather than removing
8119         it from staff context)
8120
8121 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8122
8123         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8124         glue into brew-new-markup-molecule.
8125
8126         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8127
8128         * Documentation/user/introduction.itely (Computerized typography):
8129         new section
8130
8131         * Documentation/user/tutorial.itely (An orchestral part): remove
8132         pc example from tutorial.
8133
8134         * input/tutorial/lilbook.tex: use screech-boink
8135
8136         * scripts/lilypond-book.py (compile_all_files): split formatting
8137         output body and scheduling lilypond compilation.
8138         (format_lilypond_output_bodies): new function
8139         (format_lilypond_block): new function
8140         (html_pages): allow multi-page images in HTML
8141
8142         * python/lilylib.py (make_ps_images): rename function from
8143         make_preview, merge with make_page_images
8144
8145 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8146
8147         * input/test/key-clefs.ly: moved to regression.
8148
8149         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8150
8151         * input/no-notation/README: added note about midi-*.ly files.
8152
8153         * input/test/two-key.ly: moved to no-notation/parse5.ly
8154
8155         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8156         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8157
8158         * input/test/ {various}: modified comments, marked some for deletion.
8159
8160         * input/test/lines.ly: deleted file; duplicate of
8161         embedded-postscript.ly
8162
8163         * input/test/mmrest-collision: moved to regression.
8164
8165 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8166
8167         * scm/chord-name.scm (note-name->markup): don't superscript root
8168         alterations in chordnames.
8169
8170 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8171
8172         * Documentation/user/refman.itely (Multi measure rests): more
8173         index/cross-referencing.
8174
8175         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8176
8177         * scm/font.scm: remove properties-to-font-name code.
8178
8179         * scm/define-grob-properties.scm: remove 'type
8180
8181         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8182         conversion
8183
8184         * lily/text-spanner.cc: change 'type grob prop to 'style 
8185
8186         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8187         "first" flag to decide whether to make a start-repeat
8188
8189         * input/regression/grace-volta-repeat-2.ly: new file.
8190
8191 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8192
8193         * lilypond-indent.el: rename generic functions to LilyPond-*
8194
8195 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8196
8197         * input/test/thumb.ly: delete, merged into refman.
8198
8199         * Documentation/user/refman.itely: added thumb info to Fingering.
8200
8201         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8202         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8203         vertical-align.ly : deleted files.
8204
8205 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8206
8207         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8208
8209         * lily/line-spanner.cc (broken_trend_offset): remove function.
8210         (get_broken_offset): idem.
8211         (brew_molecule): rewrite the line-break case.
8212
8213         * input/regression/follow-voice-break.ly:  new file.
8214
8215         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8216         start of a system.
8217
8218 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8219
8220         * input/test/tuplet-rest.ly: moved to regression.
8221
8222         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8223         deleted file.
8224
8225         * input/test/ {many} : marked file for possible deletion.
8226
8227 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8228
8229         * input/regression/beam-funky.ly: add note about (disputed)
8230         correct beaming.
8231
8232         * ly/engraver-init.ly (ScoreContext): put key-signature after
8233         staff-bar
8234         
8235 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8236
8237         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8238
8239         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8240
8241         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8242
8243         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8244         stem-extend was deleted (it was duplicate example, and not as
8245         good).
8246
8247         * input/test/[s-z]*.ly: add texidoc index.
8248
8249 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8250
8251         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8252         get_first_notecolumn_y
8253
8254         * lily/spanner.cc (broken_spanner_index): new function.
8255
8256 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8257
8258         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8259         lyric-hyphen.ly : moved to regression.
8260
8261         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8262         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8263
8264         * input/test/instrument-name-mmrest.ly: moved to
8265         ../regression/multi-measure-rest-instr-name.ly
8266
8267         * input/test/knee-sym.ly: moved to
8268         ../regression/beam-knee-symmetry.ly.
8269
8270         * input/test/hymn.ly: change comments.
8271
8272         * input/test/[p-r]*.ly: add texidoc index.
8273
8274 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8275
8276         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8277         to postfix syntax
8278         
8279         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8280         syntax.
8281
8282         * VERSION: release 1.7.22
8283
8284 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8285
8286         * input/test/[h-k]*.ly: added texidoc index.
8287
8288         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8289
8290         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8291
8292         * input/test/ various : mark files for deletion or moving to
8293         regression.
8294
8295         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8296
8297         * input/test/[l-o]*.ly: added texidoc index.
8298
8299 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8300
8301         * scm/music-functions.scm (make-ottava-set): 
8302         only do ottavation if centralCPosition is set.
8303
8304         * lily/translator-scheme.cc (ly:context-property-where-defined):
8305         return '() if not found.
8306
8307 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8308
8309         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8310         Use one command for both commenting and uncommenting.
8311
8312         * lilypond-indent.el (LilyPond-comment-region): new function,
8313         (un)comments each line separately.
8314
8315         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8316         
8317         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8318         imenu is not added by default; adapted from f90.el,
8319         makes Help-menu, which does not fit, visible in XEmacs.
8320         
8321 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8322
8323         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8324         show-paren-mode sets blink-matching-paren-on-screen local.
8325         Try to make show-paren-function to paren-highlight local.
8326
8327         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8328         Copy definitions of Emacs' show-paren-function and
8329         XEmacs' paren-highlight and make minimal changes;
8330         add comments about locality. 
8331         Fix matching first open-paren-char in '<< .. >>'.
8332
8333 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8334
8335         * input/test/g*: added texidoc index.
8336
8337         * input/test/[a-g]*: added raggedright==#t when it
8338          seemed appropiate.
8339
8340         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8341
8342         * Documentation/topdoc/INSTALL.texi: removed false warnings
8343         about gcc 3.3.
8344
8345 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8346
8347         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8348
8349         * input/test/chords-without-melody.ly (texidoc): add from
8350         input/just-friends.ly
8351
8352         * input/regression/size{13--26}.ly: move from input/
8353
8354         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8355         input/{star-spangled-banner,twinkle}.ly: remove 
8356         
8357         * lily/slur.cc: remove slur over rest warnings.
8358
8359         * lily/note-spacing.cc (get_spacing): include left part of right
8360         object in fixed space. This fixes stretched space before
8361         accidentals.
8362
8363         * input/regression/spacing-accidental-stretch.ly: new file.
8364
8365 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8366
8367         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8368         Reduce to 16pt.
8369
8370 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8371
8372         * input/regression/spacing-knee.ly: docstring
8373
8374         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8375
8376         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8377         input/tutorial/{test,solar,flowing}.ly: remove
8378
8379         * input/rhythm.ly: remove
8380
8381         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8382
8383         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8384         update syntax. 
8385
8386         * scm/define-grobs.scm (all-grob-descriptions): set
8387         knee-spacing-correction to 1.0
8388
8389         * lily/note-spacing.cc (stem_dir_correction): compute knee
8390         correction using stem-thickness and head width.
8391
8392         * input/regression/beam-quanting-horizontal.ly: update texidoc
8393
8394         * scm/define-grobs.scm (all-grob-descriptions): set
8395         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8396         This fixes 32nd beams for noteheads in spaces quants.
8397
8398         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8399
8400 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8401
8402         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8403
8404 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8405
8406         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8407
8408         * VERSION (PACKAGE_NAME): release 1.7.21
8409
8410         * input/regression/stem-shorten.ly: new file.
8411
8412         * lily/stem.cc (get_default_stem_end_position): revise stem
8413         shortening code.
8414
8415         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8416
8417         * input/test/{scripts,volta-start,sleur}.ly: remove
8418         
8419         * input/regression/span-bar.ly: smaller file.
8420
8421         * input/regression/spacing-{natural,tight,loose}.ly: remove
8422
8423         * input/test/markup.ly: remove
8424
8425         * scripts/lilypond-book.py: put printfilename in separate chunk,
8426         so texidoc is printed after the filename.  
8427
8428 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8429
8430         * make/lilypond.mandrake.spec.in: fix docdirs.
8431
8432 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8433
8434         * input/regression/beam-french.ly: bugfix.
8435
8436         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8437
8438         * input/regression/(various).ly: add raggedright = #t.
8439
8440         * input/regression/auto-beam.ly: move from abe.ly
8441
8442 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8443
8444         * input/test/f*.ly: added texinfo index.
8445         
8446         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8447
8448 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8449
8450         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8451         quant penalty for beam just outside staff.
8452
8453         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8454         from beam-pos.ly,  remove non-horizontal tests. 
8455
8456         * input/test/(various): cleanup header info. 
8457
8458         * input/test/tchaikovsky.ly: remove file.
8459
8460         * scm/chord-generic-names.scm: move from
8461         double-plus-new-chord-name.scm
8462
8463         * input/test/orchestscore.ly: remove file
8464
8465         * Documentation/user/refman.itely (Vocal music): update documentation.
8466
8467         * scm/define-translator-properties.scm (chordNoteNamer): remove
8468         chordNameStyle, use chordNameFunction
8469
8470         * scm/chord-name.scm (set-chord-name-style): remove
8471         set-chord-name-style. Use \property chordNameFunction.
8472
8473 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8474
8475         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8476         music): remove @TeX{} command.
8477
8478 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8479
8480         * lilypond-indent.el (scan-sexps): Renamed to
8481         aargh-this-breaks-other-emacs-modes-scan-sexps.
8482
8483 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8484
8485         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8486         closing slurs: '()', etc. Add comments.
8487
8488         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8489
8490         * lilypond-font-lock.el: match unending string at eof.
8491
8492         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8493         
8494 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8495
8496         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8497         input/test/beam-dir.ly input/test/beam-position.ly    
8498         input/test/beam-suspect.ly input/test/beam-trend.ly    
8499         input/test/beams.ly input/test/crescendo-text.ly : deleted
8500         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8501         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8502         * input/test/default-bars.ly: moved to bar-always.ly
8503         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8504
8505 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8506
8507         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8508
8509 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8510
8511         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8512
8513 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8514
8515         * lilypond-indent.el: Match better slurs in scheme expressions.
8516         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8517
8518         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8519
8520 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8521
8522         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8523
8524         * input/ac-extra-voice.ly: Add texidoc.
8525
8526         * ly/chord-modifiers-init.ly: 
8527         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8528         and chordNameExceptionsPartial for new chord names.
8529
8530         * input/test/chord-names-dpnj.ly: 
8531         * input/test/dpncnt.ly: Update.
8532
8533         * scm/chord-name.scm: 
8534         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8535         chord selection and options.
8536
8537         * ly/chord-modifiers-init.ly: Add exceptions 
8538
8539         * scm/define-translator-properties.scm (chordNameStyle) 
8540         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8541
8542 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8543
8544         * ly/property-init.ly (germanChords): Added.
8545         (semiGermanChords): Added.
8546         
8547         * input/test/chord-names-german.ly: Use new macros
8548         
8549 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8550
8551         * lilypond-indent.el: Use similar parenthesis highlighting for 
8552         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8553         functions; removed LilyPond-show-paren-function. Fix indenting.
8554         Turn paren-matching on also in XEmacs.
8555
8556         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8557         as needed by parenthesis highlighting functions (in scan-sexp).
8558
8559 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8560
8561         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8562         function.
8563         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8564
8565 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8566
8567         * lilypond-indent.el: tune regexp for show-paren-function.
8568
8569 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8570
8571         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8572         for all LilyPond-produced tex snippets.
8573
8574         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8575         fixes one line --preview output of ly2dvi.
8576
8577 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8578
8579         * lilypond-indent.el: match only one type of slurs in
8580         LilyPond-show-paren-function.
8581
8582 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8583
8584         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8585         * debian/lilypond1.7.dirs: 
8586         * debian/lilypond1.7-doc.dirs: New file.
8587
8588         * input/regression/chord-name-exceptions.ly: Add parameter for
8589         ignatzekExceptions.  Quote hash in docstring.
8590
8591 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8592
8593         * lilypond-indent.el (show-paren-function): define show-paren-function
8594         as LilyPond-blink-matching-open and use it for closing parens.
8595         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8596
8597         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8598         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8599         LilyPond-blink-matching-paren in order to match both open and close
8600         brackets.
8601         
8602 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8603
8604         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8605         testing by modifying the code from FSF Emacs paren.el. Add comments.
8606
8607 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8608
8609         * input/test/dpncnt.ly: Transpose example to match new
8610         default \chords octave.  Add comment.
8611         
8612         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8613         comment about octave change.
8614
8615 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8616
8617         * input/test/[d,e]: added texinfo index tags.
8618         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8619
8620 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8621
8622         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8623
8624 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8625
8626         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8627         as in blink-matching-open.
8628
8629 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8630
8631         * input/test/[a-c]: more comments in files.
8632         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8633         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8634         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8635         mark file for proposed deletion.
8636         * input/test: renaming files:
8637         auto-beam-4-8.ly to beam-auto-4-8.ly
8638         auto-beam-override.ly to beam-auto-override.ly
8639         auto-beam.ly to beam-auto.ly
8640         blank.ly to blank-paper.ly
8641         absolute-volume.ly to dynamic-absolute-volume.ly
8642
8643 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8644
8645         * input/test/dpncnt.ly: 
8646         * input/test/chord-names-dpnj.ly: Resurrect.
8647
8648         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8649
8650         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8651
8652         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8653         Better docstring, add parameter OMIT-ROOT, tidy up.
8654
8655 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8656
8657         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8658
8659 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8660
8661         * scm/output-ascii-script.scm (as-font-alist-alist):
8662         (as-properties-to-font-name):
8663         (as-make-style-sheet): Remove.
8664
8665         * scm/font.scm (as-make-font-list): New function.
8666         (as-font-sheet-alist): New variable.
8667
8668         * ly/paper-as9-init.ly: 
8669         * ly/paper-as5-init.ly: Update.
8670
8671         * ly/paper-as5.ly:
8672         * ly/paper-as9.ly: New file.
8673
8674 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8675
8676         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8677
8678 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8679         * input/sondag-morgen/*: removed due to copyright concerns.
8680         * input/[a,b]*.ly: added a newline at the end of the texinfo
8681         doc string (produces better output in HTML version).
8682         * input/c*.ly: added texinfo index and added comments to
8683         aid in future changes to input/test/ files.
8684
8685 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8686         
8687         * Documentation/user/refman.itely: fixed build problem (missing
8688         file) caused by previous renaming.
8689
8690 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8691         
8692         * input/test/[a,b]*.ly: added texinfo index and added comments to
8693         aid in future changes to input/test/ files.
8694         * input/test/bar-number-every-5-reset.ly: renamed to
8695         bar-number-every-five-reset.ly
8696         * input/test/bar-script-visibility.ly: renamed to
8697         bar-number-show-all.ly
8698
8699 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8700
8701         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8702         to Voice.
8703
8704         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8705         out note-line and glissando functionality.
8706         
8707         * lily/line-spanner.cc (brew_molecule): cleanup.
8708
8709 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8710
8711         * scripts/as2text.scm: Use rdelim module.
8712         (start-system): Rename from start-line.
8713         (stop-system): Rename from stop-line.
8714         (af-gulp-file): Use string iso symbol for getenv.
8715
8716         * scm/output-ascii-script.scm: Add guile and lily modules.
8717         (font-name-alist): New variable.
8718         (draw-line): New function.
8719
8720         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8721         (Were these silently removed, without ChangeLog entry?)
8722
8723 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8724
8725         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8726         process 2nd ottava correctly.
8727
8728 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8729
8730         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8731
8732 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8733
8734         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8735
8736 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8737
8738         * VERSION: release 1.7.20
8739         
8740         * lily/text-spanner.cc (brew_molecule): clean up function. This
8741         fixes bugs with broken 8va spanners.
8742
8743         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8744         This prevents spurious line-breaks with raggedright
8745         
8746 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8747
8748         * lily/key-performer.cc (create_audio_elements): always use major
8749         key
8750
8751         * Documentation/user/internals.itely: updates
8752
8753         * input/regression/beam-break.ly: new file.
8754
8755         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8756         beams if starting or terminating stems have 'beaming set.)
8757
8758         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8759         property.
8760
8761         * lily/parser.yy (verbose_command_req): add comment about scales.
8762
8763 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8764
8765         * lilypond-indent.el: adjust regexps in bracket-matching.
8766
8767 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8768
8769         * Documentation/user/refman.itely: more tiny fixes
8770
8771         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8772         "Chord names"; added table with input syntax for solesmes neumes
8773         table; added some words about rationale on input syntax design
8774
8775         * lily/gregorian-ligature-engraver.cc,
8776         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8777         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8778         alignment of Pes Initio Debilis
8779
8780         * Documentation/user/refman.itely,
8781         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8782         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8783         bugs in the solesmes neumes table
8784
8785 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8786
8787         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8788         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8789
8790         * lilypond-mode.el: fix tag-score. small improvements.
8791
8792 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8793
8794         * .cvsignore: Add aclocal.m4.
8795
8796         * lily/music-constructor.cc: Include <assert.h>.
8797
8798 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8799
8800         * ly/engraver-init.ly (HaraKiriStaffContext): use
8801         RemoveEmptyStaffContext instead.
8802
8803         * Documentation/user/refman.itely: updates
8804
8805 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8806
8807         * Documentation/user/refman.itely: added solesmes neumes table;
8808         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8809         bugfix: "Ornaments" -> "Articulations"
8810
8811         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8812
8813 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8814
8815         * lilypond-indent.el: Add a message about trying to match \] or \).
8816         
8817 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8818         
8819         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8820         obsolete "arithmetic_*"
8821
8822         * input/bugs/ligatures.ly: removed (will be put into a different
8823         directory later)
8824
8825 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8826
8827         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8828         libkpathsea (Maurizio Tomasi).
8829
8830 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8831
8832         * input/regression/repeat-slash.ly (texidoc): new file
8833
8834         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8835         slash repeats separately. Slash repeats and %
8836         repeats can now be nested.
8837
8838 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8839
8840         * lilypond-indent.el: Add preliminary test for closing \] and \).
8841         
8842 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8843
8844         * lily/gregorian-ligature-engraver.cc,
8845         lily/vaticana-ligature-engraver.cc,
8846         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8847         mf/parmesan-heads.mf: various semivocalis related bugfixes
8848
8849         * input/bugs/ligatures.ly: new file demonstrating problems with
8850         ligatures
8851         
8852 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8853
8854         * lilypond-mode.el,
8855         lilypond-font-lock.el,
8856         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8857
8858 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8859
8860         * lilypond-mode.el: Remove outdated code. Stress the difference 
8861         between Emacs and XEmacs definitions.
8862
8863         * lilypond-mode.el,
8864         lilypond-indent.el: Define a function interactive only when necessary.
8865
8866 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8867
8868         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8869         Use inactive regions also in XEmacs.
8870
8871 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8872
8873         * Documentation/user/refman.itely (Repeat syntax): more updates
8874
8875         * lily/simple-spacer.cc (solve): move solution process into
8876         solve(). This fixes a bug with collisions and raggedright = ##t.
8877  
8878         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8879
8880         * ly/engraver-init.ly: remove GraceContext. Update examples.
8881
8882 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8883
8884         * GNUmakefile.in (fonts): Also make fontball.
8885
8886         * Website fixes:
8887
8888         * ly/engraver-init.ly (GraceContext): Add.
8889
8890         * run:
8891
8892             convert-ly $(find . -name *.ly)
8893
8894         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8895         new chords.
8896
8897 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8898
8899         * VERSION: 1.7.19 released
8900         
8901         * scm/music-functions.scm (set-octavation): new function.
8902
8903         * input/regression/ottava.ly: new file
8904
8905         * lily/translator-scheme.cc (LY_DEFINE): new function
8906         ly:unset-context-property
8907         (LY_DEFINE) new function ly:context-property-where-defined: 
8908
8909 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8910
8911         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8912
8913         * lilypond.words: add few.
8914
8915         * input/test/script-chart.ly: fix typo.
8916
8917 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8918
8919         * scm/define-grobs.scm: uniform naming for definitions and output
8920         routine files. 
8921
8922         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8923         scm/context-description.scm
8924
8925         * lily/parser.yy (translator_spec_body): add \description to the
8926         \translator{} body syntax.
8927
8928         * lily/ottava-engraver.cc: new file.
8929
8930         * scm/chord-name.scm (natural-chord-alteration): replace old
8931         chord stuff. 
8932
8933         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8934
8935         * Documentation/user/refman.itely (Metronome marks): update doco.
8936
8937         * input/regression/markup-note.ly: new file
8938
8939         * input/regression/metronome-marking.ly: new file
8940
8941         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8942
8943         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8944         metronome marks.
8945
8946 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8947
8948         * Documentation/user/GNUmakefile: Compatibility fix for new
8949         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8950         for making binary packages; info splitting bug has been fixed.
8951
8952         * Documentation/user/refman.itely: Compile fixes.
8953
8954 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8955
8956         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8957         Count \midi -keywords also for a region.
8958
8959 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8960
8961         * lily/lookup.cc (LY_DEFINE): new function
8962
8963         * Documentation/user/tutorial.itely: updates
8964
8965 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8966
8967         * lilypond-mode.el: Allow Midi on buffer.
8968         Use only '.ly'-extension, remove '.sly' and '.fly'.
8969         Allow use of inactive regions. Invoke next Command on Master file, 
8970         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8971
8972 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8973
8974         * Documentation/user/tutorial.itely: updates.
8975
8976 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8977
8978         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8979
8980 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8981
8982         * lily/coherent-ligature-engraver.cc: fixed typo
8983
8984         * lily/coherent-ligature-engraver.cc,
8985         lily/gregorian-ligature-engraver.cc,
8986         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8987         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8988         lily/vaticana-ligature-engraver.cc,
8989         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8990         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8991         removed all ligature specific stuff from NoteHead code
8992
8993         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8994         ligatures now use regular noteheads
8995
8996         * lily/vaticana-ligature.cc: tiny code cleanups
8997
8998         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8999         space between two adjacent noteheads of the same pitch
9000
9001         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
9002         description; cleanup: removed obsolete font-family settings
9003
9004 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
9005
9006         * lily/coherent-ligature-engraver.cc,
9007         lily/gregorian-ligature-engraver.cc,
9008         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9009         lily/mensural-ligature-engraver.cc,
9010         lily/vaticana-ligature-engraver.cc,
9011         lily/include/gregorian-ligature-engraver.hh: updated for new
9012         Coherent_ligature_engraver; added comments that describe the basic
9013         design ideas of the ligature implementation
9014
9015         * lily/coherent-ligature-engraver.cc,
9016         lily/include/coherent-ligature-engraver.hh: new file: shared code
9017         between mensural ligatures and Gregorian chant notation ligatures
9018
9019 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9020
9021         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9022         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9023         use only two arguments in sit-for, use no arguments in
9024         read-char-exclusive, backspace is not a character (127) in XEmacs.
9025
9026         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9027
9028 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9029
9030         * lilypond-mode.el: un-commenting works after syntax-table fix.
9031
9032         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9033         group, verbose commenting for syntax table.
9034
9035         * lilypond-indent.el: add TODO for ligature slurs.
9036
9037 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9038
9039         * lilypond-mode.el: Move comments of parenthesis matching away,
9040         (blink-matching-paren-on-screen) fix blinking in Emacs.
9041
9042         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9043         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9044
9045         * lilypond-indent.el: Add TODO for parenthesis matching.
9046
9047 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9048
9049         * lilypond-mode.el: Fix XEmacs: 
9050         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9051         invoke explicitly easy-menu-add (in Emacs done automatically).
9052         
9053         * lilypond.words: Add few words from input/*/*.ly.
9054
9055 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9056
9057         * VERSION (PATCH_LEVEL): release 1.7.18
9058
9059         * scripts/lilypond-book.py: only print basename for printfilename
9060         option
9061
9062         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9063         and syntax updates.
9064
9065 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9066
9067         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9068         better parametrisation. Move fatness of bulb downward.
9069
9070         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9071         glyph names. Underscores are not allowed .ps encoding files.
9072
9073 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9074
9075         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9076         variable "packed" for packed right-ragged mode
9077
9078         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9079         unused variable ragged; fixed indentation
9080
9081         * Documentation/user/refman.itely: tiny cleanups in ancient
9082         clef and custos section
9083
9084 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9085
9086         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9087         \applyoutput PROCEDURE
9088
9089         * lily/my-lily-lexer.cc: add \applyoutput.
9090
9091         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9092
9093         * lily/text-item.cc: clean text-interface description
9094
9095 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9096
9097         * input/{regression,test}/: use postfix for slur endings and beam
9098         begins.
9099
9100         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9101         style beams too. 
9102
9103         * input/regression/lyrics-melisma-beam.ly: new file.
9104
9105         * lily/lyric-engraver.cc (process_music): change from
9106         process_acknowledged_grobs()
9107
9108         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9109         functions to set and revert auto-beam settings.
9110
9111 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9112
9113         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9114
9115 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9116
9117         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9118         Documentation/user/lilypond.tely: fixed some typos; updated author
9119         info
9120
9121         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9122         #"" -> #'flag-style = #'()
9123
9124         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9125         cleanup: removed dead #includes
9126
9127         * lily/gregorian-ligature-engraver.cc,
9128         lily/include/gregorian-ligature.hh,
9129         scm/grob-property-description.scm: small cleanups, small spacing
9130         fixes
9131
9132         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9133         lily/vaticana-ligature.cc,
9134         lily/include/gregorian-ligature-engraver.hh,
9135         scm/grob-property-description.scm, scm/music-types.scm:
9136         "porrectus" -> "pes or flexa"
9137
9138         * ly/engraver-init.ly, scm/grob-description.scm,
9139         scm/grob-property-description.scm: junked porrectus, now handled
9140         by ligature code
9141
9142         * scm/grob-description.scm: bugfix: added space-alist entry for
9143         breathing sign/custos
9144
9145 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9146
9147         * Another grand 2003 update.
9148         
9149         * Remove mentioning of `mudela'; There's no such thing.
9150
9151 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9152
9153         * Documentation/user/preface.itely (Preface to version 1.8): update
9154
9155         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9156
9157         * Documentation/user/converters.itely (Invoking convert-ly): revise
9158
9159         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9160
9161         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9162
9163 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9164
9165         * Documentation/user/internals.itely: more updates.
9166
9167 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9168
9169         * Documentation/user/refman.itely: revise 
9170
9171         * Documentation/user/internals.itely: revise
9172
9173         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9174
9175 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9176
9177         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9178         beautification: reformatted ancient clefs section; cleanup: small
9179         wording fixes
9180
9181 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9182
9183         * lilypond.words: added words for chant notation, sorted
9184         alphabetically through "sort lilypond.words"
9185
9186 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9187
9188         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9189         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9190         chant notation
9191
9192 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9193
9194         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9195         prevent TeX from interpreting them as long dash
9196
9197         * input/test/vaticana.ly: updated
9198
9199         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9200         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9201         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9202         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9203         fixes
9204
9205         * mf/parmesan-heads.mf: ledger endings: removed dead code
9206
9207 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9208
9209         * VERSION: 1.7.17 released
9210         
9211         * Documentation/user/GNUmakefile
9212         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9213         files too.
9214
9215         * scm/document-markup.scm: new file: document all markup
9216         functions.
9217
9218         * scm/documentation-generate.scm: rename all documentation modules
9219         to document-*.scm
9220
9221         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9222         .png
9223
9224         * input/test/divisiones.ly: added
9225
9226         * input/regression/output-property.ly: new file
9227
9228         * lily/cluster.cc: change cluster-interface to use style property
9229
9230 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9231
9232         * input/test/chord-names-german.ly: modified.
9233
9234         * scm/chords-ignatzek.scm:
9235           chord-name->german-markup: Added
9236           note-name->german-markup: Changed (now producing lowercase notenames)
9237
9238         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9239         
9240 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9241
9242         * scripts/convert-ly.py (FatalConversionError.conv):
9243         divisiominima -> divisioMinima, etc.
9244
9245         * ly/engraver-init.ly (FiguredBassContext): add
9246         Separating_line_group_engraver to Figured bass context.
9247
9248         * ly/german-chords-init.ly: remove file
9249
9250         * input/test/chord-names-german.ly (scm): new file.
9251
9252         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9253
9254         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9255         Chord_name_engraver
9256
9257         * Documentation/user/refman.itely: lots of updates.
9258
9259         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9260         new file
9261
9262         * input/test/bar-number-every-5-reset.ly: new file.
9263
9264 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9265
9266         * input/regression/chord-name-major7.ly: new file
9267
9268         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9269         if specced explicitly.
9270
9271         * input/regression/chord-name-entry-11.ly: new file.
9272
9273         * input/test/slur-beautiful.ly: new file.
9274
9275         * Documentation/user/refman.itely: updates.
9276
9277         * input/regression/collisions.ly (threevoice): cleanup.
9278
9279         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9280
9281 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9282
9283         * Documentation/user/*.itely: various updates.
9284
9285         * ly/spanners-init.ly: enddecr/ endcr.
9286
9287         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9288         of tutorial
9289
9290 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9291
9292         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9293
9294         * lily/new-chord-name-engraver.cc (process_music): use octavation
9295         (a number) instead of original-pitch to store inversions. This
9296         fixes a problem with transposed chords with inversions.  
9297
9298 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9299
9300         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9301         used in includable-lexer.hh.
9302
9303         * lily/includable-lexer.cc: Bugfix: include config.h.
9304
9305         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9306         circumvention of Debian packaging bug.
9307
9308 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9309
9310         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9311         
9312         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9313
9314         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9315         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9316
9317         * lily/include/includable-lexer.hh: 
9318         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9319
9320         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9321
9322         * aclocal.m4: Regenerate.
9323
9324         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9325         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9326
9327         * scm/pdf.scm (use-modules): Include lily.
9328
9329         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9330         Noordkamp).
9331         (use-modules): Include lily.
9332         (lily-def): Bugfix: include tex-val in let.
9333
9334 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9335
9336         * lilypond-mode.el: sensible error if lilypond.words not found.
9337
9338         * lilypond.words: add few words.
9339
9340 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9341
9342         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9343
9344         * mf/parmesan-scripts.mf: fixed typo in char name
9345
9346 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9347
9348         * VERSION: 1.7.16 released
9349
9350         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9351         (this is a security vulnerability).
9352
9353         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9354
9355         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9356         add staff support.
9357
9358 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9359
9360         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9361         ly/script-init.ly, scm/script.scm: bugfix: renamed
9362         fermata->signumcongruentiae to fix naming clash with feta font
9363
9364 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9365
9366         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9367
9368         * lily/multi-measure-rest-engraver.cc
9369         (start_translation_timestep): use grace timing too for determining
9370         when to make mmrest.
9371         (start_translation_timestep): clear numbers too.
9372
9373 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9374
9375         * scm/music-types.scm: compile fix: escape braces
9376
9377         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9378         work around font selection problem
9379
9380         * Documentation/user/refman.itely: BreathingSign: added docu for
9381         property "text"
9382
9383 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9384
9385         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9386         information.
9387
9388 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9389
9390         * lily/multi-measure-rest-engraver.cc (class
9391         Multi_measure_rest_engraver): make multiple Number objects, one
9392         for each MultiMeasureTextEvent.
9393
9394         * scm/music-functions.scm (glue-mm-rest-texts): use
9395         MultiMeasureTextEvent
9396
9397         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9398
9399         * Documentation/user/refman.itely (Multi measure rests): update.
9400
9401 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9402
9403         * lily/ly-module.cc (ly_copy_module_variables): use
9404         scm_internal_hash_fold() for iterating modules.
9405
9406 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9407
9408         * Documentation/user/refman.itely: Section Custodes: added more
9409         example code
9410
9411         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9412         neo-mensural rests to parmesan font
9413
9414         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9415         header
9416
9417 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9418
9419         * Documentation/user/macros.itexi: @fileref macro.
9420
9421         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9422         each file. 
9423
9424 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9425
9426         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9427         Documentation/topdocs/AUTHORS.texi: updated my email address
9428
9429         * Documentation/user/refman.itely: updated custos documentation;
9430         beautified divisiones example; beautified articulations table
9431
9432         * lily/breathing-sign.cc: bugfix: finalis molecule
9433
9434 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9435
9436         * Documentation/user/refman.itely: added docu for
9437         contemporary fermata symbols, gregorian breathing signs; small fixes
9438
9439         * ly/gregorian-init.ly: removed obsolete #'type props
9440
9441 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9442
9443         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9444         minimum-length property correctly.
9445
9446 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9447
9448         * scm/music-functions.scm (make-multi-measure-rest): set input
9449         locations for multimeasure rests.
9450
9451 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9452
9453         * input/regression/breathing-sign.ly: updated to for ancient
9454         notation
9455
9456 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9457
9458         * scripts/ly2dvi.py: Add newline.
9459
9460 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9461
9462         * scripts/ly2dvi.py (dependency_files): Compile fix.
9463
9464 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9465
9466         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9467         (make_html_menu_file): --html menu. 
9468
9469 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9470
9471         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9472
9473 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9474
9475         * input/screech-boink.ly: new file.
9476
9477 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9478
9479         * scripts/lilypond-book.py (make_lilypond_file): convert
9480         lilypond-file to lilypond block directly, without going through
9481         begin/end lilypond text.
9482         
9483
9484 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9485
9486         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9487         scm/grob-description.scm: moved Michael's original breathing sign
9488         code in brew_molecule() to divisio_minima(); provided new
9489         brew_molecule() that effectively replaces the
9490         Text_item::brew_molecule callback (with additional fallback to
9491         Michael's original code); added callbacks for brewing divisio
9492         maior/maxima and finalis
9493
9494         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9495         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9496
9497         * script-init.ly: added shortfermata, longfermata,
9498         verylongfermata, varcoda
9499
9500         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9501         longfermata, verylongfermata, varcomma, varcoda
9502
9503 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9504
9505         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9506           Remove all noquote and insert a few quote.
9507         
9508         * Documentation/user/lilypond-book.itely (Music fragment options),
9509           scripts/lilypond-book.py: Don't include quotation blocks by
9510           default. Introduce option quote instead of noquote
9511
9512 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9513
9514         * VERSION: 1.7.15 released
9515         
9516         * Documentation/user/lilypond.tely: omf updates.
9517
9518         * buildscripts/texi2omf.py (omf_vars): include version.date
9519
9520         * make/lilypond.redhat.spec.in: fixes for spec file. 
9521
9522         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9523         by function definition: lily now requires a recent GNU Make.
9524
9525         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9526         writing.
9527
9528         * make/ly-rules.make: remove .ly -> .tex rule
9529
9530         * Documentation/user/refman.itely (Figured bass): revised figured
9531         bass example.
9532
9533 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9534
9535         * stepmake/stepmake/omf-targets.make (local-install): add
9536         scrollkeeper-update message.
9537
9538         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9539         to binary.
9540         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9541
9542         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9543
9544         * Documentation/user/converters.itely (Invoking midi2ly): add
9545         track/channel notice.
9546
9547 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9548
9549         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9550
9551         * lily/parser.yy (scalar): DIGIT is also a scalar.
9552
9553         * Documentation/user/music-glossary.tely: add @omf tags
9554
9555         * Documentation/user/lilypond.tely: add @omf tags
9556
9557         * scm/generate-documentation.scm (string-append): add @omf tags.
9558
9559         * stepmake/stepmake/omf-*: new files 
9560
9561         * input/regression/multi-measure-rest.ly (texidoc): add doco
9562
9563         * GNUmakefile.in (web-doc-install): add web-doc-install target
9564
9565         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9566         fixes crashes while dumping MIDI.
9567
9568         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9569         midi
9570
9571 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9572
9573         * buildscripts/texi2omf.py: new file.
9574
9575         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9576         font-name
9577
9578 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9579
9580         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9581
9582         * lily/sequential-iterator.cc (descend_to_child): call
9583         descend_to_child() for all types of music.
9584
9585 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9586
9587         * scm/translator-property-description.scm: Add
9588         bassFigureFormatFunction.  Replace some entries.
9589
9590 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9591
9592         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9593         clean out.
9594
9595 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9596
9597         * scripts/midi2ly.py (Note.dump): never dump duration for
9598         dump_dur=0.
9599
9600         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9601         new function
9602
9603         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9604         figures using new markups. Much simpler, and should improve layout
9605         a little.
9606
9607         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9608
9609 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9610
9611         * ly/engraver-init.ly: use Hara kiri by default for 
9612         ChordNames, FiguredBass and Lyrics(Voice) context. 
9613
9614         * lily/axis-group-engraver.cc (acknowledge_grob): use
9615         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9616
9617         * scm/new-markup.scm (markup-function-list): add bracket,
9618         vbracket.
9619
9620         * ly/engraver-init.ly (ChordNamesContext): set
9621         minimumVerticalExtent
9622
9623 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9624
9625         * input/test/time-signature-double.ly: new file 
9626
9627         * input/regression/collision-head-chords.ly (texidoc): new file.
9628
9629         * lily/type-swallow-translator.cc: add note swallow translator 
9630
9631         * input/test/time-signature-double.ly: new file.
9632
9633         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9634
9635         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9636         (FiguredBassContext): idem.
9637
9638         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9639
9640         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9641
9642         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9643
9644         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9645         .afm dependency
9646
9647         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9648
9649         * python/lilylib.py (make_page_images): add function.
9650
9651         * scripts/ly2dvi.py (run_latex): include title in preview image.
9652
9653         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9654         from lilypond-book for <ly2dvifile> tags in HTML.
9655
9656         * scripts/ly2dvi.py (option_definitions): add --debug option to
9657         print out environment.
9658
9659         * input/regression/tie-chord-partial.ly: new file.
9660
9661 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9662
9663         * lilypond.words: add 3
9664
9665 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9666
9667         * scm/new-markup.scm (markup-function-list): add finger-markup
9668
9669         * input/tutorial/brahms-tweaked.ly: new markup 
9670
9671         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9672
9673         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9674         crash when processing '() markup
9675
9676         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9677
9678         * lily/breathing-sign.cc (railtracks): another caesura.
9679
9680         * mf/feta-schrift.mf: caesura symbol. 
9681
9682 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9683
9684         * scripts/convert-ly.py (FatalConversionError.conv): add
9685         ly:molecule-XXX conversions.
9686
9687         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9688
9689         * input/regression/multi-measure-rest-text.ly: new file.
9690
9691         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9692         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9693
9694         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9695         ScoreContext
9696
9697         * scm/new-markup.scm (center-markup): \center markup.
9698
9699         * scm/music-functions.scm: remove pitchify scripts.
9700
9701         * lily/music.cc (print_smob): display music name if available 
9702
9703 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9704
9705         * Documentation/user/refman.itely (Instrument names): remove
9706         \turnOff doco.
9707
9708 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9709
9710         * lily/score.cc (mark_smob): bugfix.
9711
9712         * input/regression/rehearsal-mark.ly: new file.
9713
9714         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9715         report error at the current token again.
9716
9717 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9718
9719         * cygwin/mknetrel: Exit if doc build fails.
9720
9721         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9722
9723 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9724
9725         * scm/music-types.scm (music-descriptions): add doc strings
9726
9727 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9728
9729         * lily/lexer.ll: 
9730         * lily/include/my-lily-lexer.hh: 
9731         * lily/include/includable-lexer.hh: Add flex kludge.
9732
9733         * config.hh.in: 
9734         * config.make.in: 
9735         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9736         cruft.
9737         
9738         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9739         code.
9740
9741 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9742
9743         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9744
9745         * lily/parser.yy (new_chord): Compile fix.
9746
9747 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9748
9749         * Documentation/user/refman.itely (Tuning groups of objects):
9750         remove documentation for \turnOff. 
9751
9752         * lily/percent-repeat-engraver.cc (try_music): add correct
9753         processing moments for double-measure percents as well.
9754
9755         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9756
9757         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9758         grob prop type. 
9759
9760         * Documentation/user/refman.itely (Printing named chords): add
9761         chord name tweak doco.
9762
9763         * input/template/gregorian-transcription.ly: new file.
9764
9765 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9766
9767         * VERSION: 1.7.13 released
9768         
9769         * input/test/*: lots of cleanups/comment-outs/removals in chord
9770         examples
9771         
9772         * input/regression/*: lots of cleanups/comment-outs/removals in
9773         chord examples
9774         
9775         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9776         options
9777
9778         * lily/new-chord-name-engraver.cc (process_music): give original
9779         inversion pitch to chord name routine.
9780
9781         * input/tutorial/os-score.ly: update to new markup
9782
9783         * Documentation/user/appendices.itely: simply include
9784         chords-ignatzek. 
9785
9786         * Documentation/user/refman.itely (Chords mode): add documentation
9787         for chord mode.
9788
9789         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9790         not present in chord.
9791         (construct-chord): add inversion and bass support.
9792
9793         * lily/chord.cc: junk contents.
9794
9795 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9796
9797         * Documentation/user/refman.itely:
9798         * Documentation/user/music-glossary.tely: fix. 
9799
9800 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9801
9802         * scm/chord-entry.scm (construct-chord): move chord construction
9803         to Scheme.
9804
9805         * lily/parser.yy (new_chord): new setup for chord entry.
9806
9807 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9808
9809         * lilypond.words:
9810         * Documentation/user/music-glossary.tely: add ambitus.
9811
9812 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9813
9814         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9815
9816         * lily/include/*.hh: string() -> to_string()
9817
9818         * scm/chords-ignatzek.scm: new file.
9819
9820         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9821         standard chord name exceptions.
9822
9823         * scm/translator-property-description.scm (chordNameSeparator):
9824         add property.
9825         (majorSevenSymbol): add property
9826
9827         * lily/translator-scheme.cc (ly:context-properties): new function
9828         (ly:context-parent): new function.
9829         (print_smob): print context name.
9830
9831         * lily/music.cc (ly:get-music-length): new function
9832         (print_smob): don't print properties.
9833
9834         * lily/duration.cc (duration<?): new function
9835
9836         * input/regression/chords-funky-ignatzek.ly: new file.
9837
9838         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9839         jazz chords.
9840
9841         * lily/pitch.cc (ly:pitch-diff): new function.
9842
9843         * input/regression/chords-ignatzek.ly: new file.
9844
9845 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9846
9847         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9848         pitches for jazz chords.
9849
9850 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9851
9852         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9853
9854 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9855
9856         * lilypond.words: add 1
9857
9858 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9859
9860         * Documentation/topdocs/AUTHORS.texi: refine.
9861
9862 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9863
9864         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9865         
9866         * lilypond.words: add one.
9867
9868 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9869
9870         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9871         Fontify bass note in chords, e.g., e in c1/e.
9872         
9873 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9874
9875         * Documentation/user/music-glossary.tely: Dutch updates and
9876         additions (Arent Storm).
9877
9878 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9879
9880         * input/regression/ambitus.ly:  move file.      
9881
9882         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9883
9884         * lily/event.cc (transpose): add tonic property to Key_change_req
9885         and to Key_engraver.
9886
9887 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9888
9889         * Documentation/user/refman.itely: fix typo.
9890
9891         * lilypond.words: removed wrong identifiers.
9892
9893 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9894
9895         * mf/feta-toevallig.mf: make flat stem shorter 
9896
9897 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9898
9899         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9900
9901         * lilypond.words: add from Phrasing slur.
9902         
9903 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9904
9905         * lilypond-mode.el: allow launching multiple ViewPS processes.
9906         
9907         * lilypond.words: add from Text markup.
9908
9909 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9910
9911         * input/test/ossia.ly (texidoc): add comment.
9912
9913         * input/regression/voice-follower.ly: new file.
9914
9915         * mf/feta-toevallig.mf: make flat heavier.
9916
9917         * lily/cluster-engraver.cc: clean up Cluster engraver
9918
9919         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9920         Engraver. Use Note_column to compute Y positions and deal with
9921         line break stuff.
9922
9923 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9924
9925         * lily/stem.cc: move french-beaming to stem.
9926
9927 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9928
9929         * lilypond-font-lock.el: fontify all durations in chords.
9930
9931         * lilypond.words: add from lily/my-lily-lexer.cc
9932
9933 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9934
9935         * VERSION: release 1.7.12
9936
9937         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9938
9939         * lily/gregorian-ligature.cc: new file
9940
9941         * lily/*: the Great 2003 search & replace.
9942
9943         * Documentation/user/refman.itely (Manual repeat commands): add
9944         note about font selection.
9945
9946 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9947
9948         * lilypond-mode.el: propose recompiling midi while invoking playing,
9949         not while stopping playing.
9950
9951 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9952
9953         * lilypond.words: add one.
9954
9955         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9956         and expressional note grouping. Fontify chord modes.
9957
9958 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9959
9960         * Documentation/user/music-glossary.tely (Top): translate melisma.
9961
9962 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9963
9964         * Documentation/user/music-glossary.tely (Top): add melisma.
9965
9966 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9967
9968         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9969         interfaces for (abstract) grob GregorianLigature
9970
9971         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9972         renamed head* -> glyph_name*, x-shift* -> x-offset*
9973
9974         * scm/grob-property-description.scm: bugfix: added missing descriptions
9975
9976 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9977
9978         * input/test/chord-names-dpnj.ly: New file.
9979
9980         * scm/double-plus-new-chord-name.scm: Implement full and partial
9981         exceptions.
9982
9983         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9984
9985         * scm/double-plus-new-chord-name.scm
9986         (double-plus-new-chord->markup): Fix sub->markup.
9987
9988
9989 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9990
9991         * lily/custos-engraver.cc: added TODO; editorial changes
9992
9993         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9994         consistency with other ligature engravers; removed access on (now)
9995         private variable _ligature of Ligature_engraver
9996
9997         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9998         renamed last_bound -> last_bound_; issue programming_error on
9999         abstract method calls; moved primitives code from
10000         Mensural_bracket_engraver to here (because almost ligature
10001         engravers will need it); renamed try_stop_ligature () ->
10002         typeset_ligature (); bugfix: store primitives of finished ligature
10003         in separate variable finished_primitives_ to avoid clash on input
10004         like "\] \["; added current_ligature () to enable access on
10005         private variable _ligature
10006
10007         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10008         (now in super class); renamed try_stop_ligature () ->
10009         typeset_ligature ()
10010
10011         * lily/mensural-ligature.cc: issue programming_error on abstract
10012         method calls
10013
10014         * lily/note-heads-engraver.cc: added TODO comment upon bool
10015         in_ligature
10016
10017         * mf/parmesan-heads.mf: fixed some of set_char_box()
10018
10019         * scm/grob-description.scm: added VaticanaLigature
10020
10021         * scm/grob-property-description.scm: added neume prefix properties
10022
10023         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10024         lily/include/gregorian-ligature-engraver.hh,
10025         lily/include/gregorian-ligature.hh: new files; framework for
10026         gregorian ligature engravers such as vaticana
10027
10028         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10029         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10030         vaticana style ligature implementation (still somewhat uncomplete)
10031
10032 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10033
10034         * VERSION: release 1.7.11
10035
10036         * scripts/convert-ly.py: add ly:pitch-transpose rule
10037
10038 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10039
10040         * input/test/dpncnt.ly: New file.
10041
10042         * lily/my-lily-lexer.cc: Add chordnames keyword.
10043
10044         * lily/parser.yy (chordnames_block): Parse chord name exception
10045         lists, see input/test/dpncnt.ly.
10046
10047         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10048         function.
10049
10050         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10051         filter-out too.
10052
10053         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10054         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10055         pitch functions (except for ly:make-pitch, but that's apparently
10056         some sort of scheme naming standard?).
10057
10058         * scm/lily.scm (!=): define-public.
10059
10060         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10061
10062 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10063
10064         * scm/double-plus-new-chord-name.scm
10065         (double-plus-new-chord-name->markup): New file.
10066
10067 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10068
10069         * python/lilylib.py (make_preview): don't suppress progress for
10070         bbox extraction.
10071
10072 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10073
10074         * Documentation/user/appendices.itely (scheme): update for new syntax.
10075
10076         * input/regression/chord-name-styles.ly: new file
10077
10078         * lily/instrument-name-engraver.cc: create instrument names
10079         without barline too.  Allows instrument name on ChordNames  
10080
10081         * scm/new-markup.scm (interpret-markup): allow simple strings as
10082         markup too.
10083
10084 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10085
10086         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10087         (step->markup-accidental): Fix: add accidental.
10088         (chord::inner-name-american): 
10089         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10090         append stray '/' if last superscript addition was 'o'.
10091
10092         * scm/new-markup.scm (normal-size-sub-markup) 
10093         (normal-size-super-markup): New function.
10094
10095         * lily/source-file.cc (Source_file): Add warning for possibly
10096         intentional but suspicious initialization.
10097
10098         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10099         add comments about cut-and-paste programming.
10100
10101         * flower/rational.cc (lcm): Not used; comment out.
10102
10103 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10104
10105         * lily/new-fingering-engraver.cc (position_scripts): use
10106         fingerHorizontalDirection to determine fingering horizontal
10107         directions.
10108  
10109         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10110         fingering support.
10111
10112         * scripts/convert-ly.py (FatalConversionError.conv): add style
10113         conversion rule. 
10114
10115         * scm/chord-name.scm (set-chord-name-style): new function.
10116         (new-chord-name-brew-molecule): revise to interpret markup only
10117         (new-chord->markup): cleanuppish rewrite. To be called from the
10118         new engraver.
10119
10120         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10121         Markup earlier, during interpreting.
10122
10123         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10124         style settings. Rename to chord-names-*.ly
10125
10126 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10127
10128         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10129         markup code and update to new markup.  Most probably broke some of
10130         it.
10131         
10132 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10133
10134         * Documentation/user/refman.itely: added docu for ambitus and
10135         clusters
10136
10137         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10138         ly_quote_scm() in lookup.cc
10139
10140         * mf/parmesan-clefs.mf: set_char_box fix
10141
10142         * lily/cluster-engraver.cc: junk implicit protection; use
10143         Protected_scm instead
10144
10145 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10146
10147         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10148         throughout.
10149
10150         * scm/new-markup.scm: Turn-off error-triggering test code.
10151
10152 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10153
10154         * scm/new-markup.scm (markup-thrower-typecheck) 
10155         (markup-typecheck?):  add full typechecking functions.
10156         (make-markup-maker): add make-FOO-markup functions.
10157         (markup-argument-list-error): nice error checking messages.
10158         (make-markup): better function: less quoting escapades.
10159
10160 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10161
10162         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10163
10164 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10165
10166         * cygwin/lilypond.hint (requires): Add cygwin.
10167
10168         * .cvsignore: Remove stepmake (huh!?!), add lib.
10169
10170         * GNUmakefile.in: Add libdir links for builddir runs.
10171
10172         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10173         instead of datadir.
10174
10175         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10176         local_lilypond_libdir.
10177
10178         * config.make.in (lilypond_libdir): Add.
10179
10180         * stepmake/stepmake/substitute-rules.make: 
10181         * stepmake/stepmake/script-rules.make: 
10182         * stepmake/stepmake/python-module-rules.make:
10183         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10184         lilypond-python-module patch.
10185
10186 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10187
10188         * Documentation/user/refman.itely (Graphical interfaces): add note
10189         about xml2ly.
10190
10191 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10192
10193         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10194
10195 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10196
10197         * VERSION: released 1.7.10
10198
10199         * scripts/musedata2ly.py (): idem
10200
10201         * scripts/midi2ly.py (dump_chord): idem
10202
10203         * scripts/etf2ly.py (version): idem 
10204
10205         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10206
10207         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10208
10209         * scm/tex.scm (tex-output-expression): remove eval compat
10210         glut. Other output files too.
10211
10212         * scm/chord-name.scm: don't export anything from chord module.
10213
10214         * input/test/american-chords.ly: idem
10215
10216         * input/test/banter-chords.ly (texidoc): idem
10217
10218         * input/test/Cc-chords.ly: add breakage notes.
10219
10220         * Documentation/user/refman.itely (Text markup): rewrite manual
10221         section.
10222
10223         * lily/parser.yy (scalar): allow \markup { } as property value. 
10224
10225         * scm/chord-name.scm: complete new markup usage
10226
10227         * scm/grob-description.scm (all-grob-descriptions): use new markup
10228         texts by default
10229
10230 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10231
10232         * scm/chord-name.scm: partial move to new markup texts.
10233
10234 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10235
10236         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10237
10238         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10239         settable.
10240
10241 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10242
10243         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10244         invoked for old midi, wait for killing.
10245
10246 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10247
10248         * Documentation/user/music-glossary.tely: Finnishing.
10249
10250 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10251
10252         * mf/feta-nummer-code.mf: some kerning pairs.
10253
10254 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10255
10256         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10257         Added.
10258
10259         * Documentation/user/refman.itely (Bar numbers):
10260         set-bar-number-visibility added, modulo-bar-number removed again
10261         (sorry).
10262
10263 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10264
10265         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10266
10267         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10268
10269         * Documentation/user/music-glossary.tely: translate into Finnish.
10270
10271 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10272
10273         * lilypond-mode.el: add shortcut for 2midi
10274
10275         * lilypond-font-lock.el: fontify lyrics
10276
10277 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10278
10279         * scm/drums.scm : use 1.7.x names.
10280
10281         * input/regression/drums.ly : Don't use << chords >>
10282
10283 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10284
10285         * lilypond-mode.el: tidy, add TODO
10286
10287         * make/lilypond.mandrake.spec.in: install-info quietly.
10288
10289 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10290
10291         * input/test/markup.ly: use new syntax.
10292
10293 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10294
10295         * ly/params-init.ly (interscoreline): add word-space
10296
10297         * input/test/metronome.ly (eighthNote): idem.
10298
10299         * input/test/script-priority.ly: use new markup
10300
10301         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10302
10303         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10304
10305         * lily/parser.yy (gen_text_def): bugfix.
10306         (full_markup): allow markup identifier.
10307
10308 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10309
10310         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10311         jobs at the same time. Add horizontal lines to Command menu.
10312         Allow one compiling job -- propose killing others before a new one.
10313
10314         * lilypond.words: add markup, teeny, etc.
10315
10316 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10317
10318         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10319         Allow only one type of midi process; launching Midi either stops
10320         midis or plays the current midi and launching MidiAll stops midis
10321         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10322         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10323
10324 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10325
10326         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10327         markup  for new markup texts.
10328
10329         * lily/mark-engraver.cc (process_music): idem
10330         
10331         * lily/instrument-name-engraver.cc (create_text): idem
10332
10333         * scm/new-markup.scm (magnify-markup): new function.
10334
10335         * scm/molecule.scm (stack-lines): bugfix.
10336
10337         * lily/font-interface.cc (get_font): take font-magnification from
10338         alist chain.
10339
10340 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10341
10342         * lily/molecule-scheme.cc: move scheme functions to separate file.
10343
10344         * lily/font-metric.cc  (ly_get_glyph): new function. 
10345         
10346         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10347         (italic-markup, dynamic-markup): new functions
10348         (font-markup): new function
10349
10350         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10351         padding and minimum
10352
10353 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10354
10355         * lily/accidental-engraver.cc:
10356         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10357
10358 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10359
10360         * lilypond.vim:
10361         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10362         [a-zA-Z] for user defined identifiers. Separate note cases 
10363         with and without a duration (allow cis\longaX).
10364
10365         * lilypond.words: Add words from Info.
10366
10367 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10368
10369         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10370
10371 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10372
10373         * lilypond-mode.el: Propose reverting buffer before a command if
10374         it was edited with an another editor.
10375
10376 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10377
10378         * lily/molecule.cc (ly_translate_molecule): new function
10379
10380         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10381         into libdir
10382
10383         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10384
10385         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10386
10387 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10388
10389         * lilypond.words: take \words from Info-index.
10390
10391 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10392
10393         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10394
10395 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10396
10397         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10398
10399 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10400
10401         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10402         and lilypond-documentation.
10403
10404 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10405
10406         * lily/parser.yy: Compile fix (bison 1.75).
10407
10408 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10409
10410         * VERSION: 1.7.9 released
10411
10412         * scm/music-functions.scm (shift-one-duration-log): refactor.
10413         Use music-map.
10414
10415         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10416
10417         * NEWS: update.
10418
10419         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10420         argument
10421         
10422         * scm/music-functions.scm (display-music): new function
10423         (music-map): change arg order.
10424
10425         * input/regression/new-markup-syntax.scm: new file
10426
10427         * lily/parser.yy (markup): add \markup { .. } syntax.
10428
10429         * scm/new-markup.scm (override-markup): new function
10430         (lookup-markup): new function
10431         (music-markup): new function
10432         (lookup-markup-command): use markup-signature to store argument
10433         format for parser.
10434
10435         * lily/lexer.ll: preliminary \markup syntax. 
10436
10437 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10438
10439         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10440         add pre/post-dependencies and menus with icons from source.
10441
10442         * Documentation/pictures/lilypond-48x48.xpm:
10443         * Documentation/pictures/lilypond-32x32.xpm:
10444         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10445         transparent.
10446
10447         * stepmake/stepmake/generic-targets.make:
10448         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10449
10450 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10451
10452         * input/regression/music-map.ly (texidoc): new file.
10453
10454         * scm/music-functions.scm (music-map): new function
10455
10456 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10457
10458         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10459
10460 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10461
10462         * input/test/to-xml.ly:
10463         * lily/ligature-engraver.cc: Fixes documentation.
10464
10465         * lilypond.mandrake.spec.in:
10466         * lilypond.redhat.spec.in: Add lilypond.words.
10467
10468         * Documentation/user/refman.itely: Mention Info inside emacs.
10469         
10470         * lilypond.suse.spec.in:
10471         * lilypond.redhat.spec.in:
10472         * lilypond.mandrake.spec.in: Set root-owner for doc
10473         (tobbe@nyvalls.se).
10474
10475 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10476
10477         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10478         os.popen.read ().
10479
10480 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10481
10482         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10483
10484         * python/lilylib.py (error): add space
10485
10486 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10487
10488         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10489         distribution.
10490
10491 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10492
10493         * lily/paper-outputter.cc (Paper_outputter): close port when
10494         finishing score.
10495
10496 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10497
10498         * scm/sodipodi.scm: Fixes.
10499
10500 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10501
10502         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10503
10504         * buildscripts/make-font-dir.py: Fix. 
10505
10506 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10507
10508         * lilypond-mode.el: Add support for Info inside Emacs.
10509
10510 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10511
10512         * buildscripts/make-font-dir.py: 
10513         * mf/GNUmakefile: Make sodipodi font map.
10514
10515         * scm/sodipodi.scm: Add more output functions.
10516
10517         * mf/feta-nummer.mf: 
10518         * mf/feta-beugel.mf: Add font_coding_scheme.
10519
10520         * lily/paper-outputter.cc (output_header): Fix creator string.
10521
10522 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10523
10524         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10525         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10526
10527         * lilypond.words: add two (Everybody can add/remove words now!).
10528
10529         * debian/rules:
10530         * make/lilypond.suse.spec.in:
10531         * make/lilypond.mandrake.spec.in:
10532         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10533
10534         * Documentation/user/refman.itely: Mention autocompletion.
10535
10536 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10537
10538         * scripts/ly2dvi.py: Add paper sizes.
10539
10540         * lily/timing-engraver.cc: 
10541         * lily/time-signature.cc: 
10542         * lily/span-bar.cc: 
10543         * lily/grob-scheme.cc: Code formatting fixes.
10544
10545         * scm/sodipodi.scm: 
10546         * scm/sketch.scm:
10547         * buildscripts/mf-to-table.py: 
10548         * buildscripts/make-font-dir.py: Font testing.
10549
10550 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10551
10552         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10553         inserts try-completion and shows all-completions.
10554
10555         * lilypond.words: '\' -> '\\'
10556
10557         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10558         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10559         
10560         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10561         and LilyPond-reserved-words.
10562         
10563 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10564
10565         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10566         from load-path.
10567         
10568         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10569         the mini-buffer with Control-Shift-c.
10570         
10571 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10572
10573         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10574         duration. This fixes \tempo taking time.
10575
10576 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10577
10578         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10579         Allow for text markup in repeatCommands. 
10580
10581 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10582
10583         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10584         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10585         Get rid of skeleton.el-dependency.
10586
10587         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10588
10589 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10590
10591         * lily/beam-engraver.cc (stop_translation_timestep): reset
10592         now_stop_ev_
10593
10594         * lily/scm-option.cc: add parse-protect to ly:set-option
10595
10596         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10597
10598 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10599
10600         * lily/include/ligature-bracket.hh: removed
10601         * lily/ligature-bracket.cc: removed
10602
10603         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10604         .tex
10605
10606         * lily/beam.cc (set_beaming): don't change beam count on rests.
10607         (brew_molecule): always set flag-width > 0.
10608
10609 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10610
10611         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10612         chars, remove instructions; instead, refer to lilypond-init.el and
10613         Documentation/topdocs/INSTALL.texi.
10614
10615         * lilypond.words: add identifiers and reserved words.
10616
10617         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10618         files and adding a load-path.
10619
10620         * lilypond-init.el: Instructions, extracted from 
10621         Documentation/topdocs/INSTALL.texi. 
10622         
10623 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10624
10625         * VERSION: 1.7.8 released 
10626
10627         * lily/grob.cc (warning): better robustness fix.
10628
10629 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10630
10631         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10632
10633         * lily/cluster-engraver.cc: stick better to variable naming
10634         conventions
10635
10636         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10637         until stop_translation_timestep()
10638
10639         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10640         min/max coordinates to backend, but no musical info such as
10641         pitches
10642
10643         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10644
10645         * lily/grob.cc: robustness fix: warning(): do not crash if
10646         cause is not set
10647
10648         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10649         the much more elaborated tuplet brackets than the very naive and
10650         simple ligature bracket grob
10651
10652 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10653
10654         * Documentation/user/refman.itely (Analysis brackets): add
10655         horizontal bracket doco.
10656
10657         * ly/property-init.ly (setMmRestFermata): added.
10658
10659         * Documentation/user/refman.itely (Multi measure rests): fermatas
10660         on mm rests.
10661
10662         * input/regression/apply-context.ly (texidoc): new file
10663
10664         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10665         code to be executed during interpretation. Possible applications:
10666         smart octavation, more advanced bar checks. 
10667
10668         * lily/apply-context-iterator.cc: new file.
10669
10670 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10671
10672         * input/test/new-markup.ly: new file.
10673
10674         * lily/text-item.cc (text_to_molecule): new function
10675
10676         * scm/new-markup.scm (lambda): new file
10677
10678         * lily/function-documentation.cc (ly_add_function_documentation):
10679         add proc property as well
10680
10681 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10682
10683         * Documentation/user/music-glossary.tely (Top): add custos.
10684
10685 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10686
10687         * Documentation/topdocs/INSTALL.texi: advise how to include source
10688         path to Emacs load-path and improve language.
10689
10690 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10691
10692         * GNUmakefile.in: config.h message fix.
10693
10694         * autogen.sh:
10695         * aclocal.m4: Regenerate.
10696
10697         * configure.in: 
10698         * config.make.in: 
10699         * stepmake/config.make.in: 
10700         * stepmake/configure.in: 
10701         * stepmake/autogen.sh: 
10702         * stepmake/aclocal.m4: Update for autoconf 2.56.
10703
10704 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10705
10706         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10707         to install Emacs-mode. Instructions how to use vim-mode.
10708
10709 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10710
10711         * scm/music-types.scm (music-descriptions): no length for tempo event.
10712
10713         * input/*.ly: add \version everywhere.
10714         
10715         * input/*.ly: update syntax to 1.7 + new-chords.
10716
10717         * VERSION: 1.7.7 released.
10718         
10719         * Documentation/user/*.tely: new chord syntax.
10720
10721         * input/regression/[bc]*.ly (texidoc): syntax updates.
10722         
10723 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10724
10725         * lilypond.words: add vocabulary to be used in auto-completion
10726
10727         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10728
10729         * lilypond.vim: allow note name at EOF
10730
10731 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10732
10733         * buildscripts/new-chords.py (edit): -e option: inline editing.
10734
10735         * input/regression/a*.ly (texidoc): syntax updates.
10736
10737         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10738         music): elucidations. 
10739
10740 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10741
10742         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10743         ly/spanners-init.ly, scm/grob-description.scm,
10744         scm/grob-property-description.scm, scm/music-types.scm,
10745         lily/cluster-engraver.cc, lily/cluster.cc,
10746         lily/include/cluster.hh, input/test/cluster.ly: cluster
10747         implementation
10748
10749         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10750         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10751         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10752
10753         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10754
10755         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10756
10757         * scm/grob-description.scm: bugfix: by default, use default note
10758         head style when engraving ligatures
10759
10760         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10761
10762         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10763         events
10764
10765         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10766
10767         * input/test/ancient-font.ly: bugfix: style -> flag-style
10768
10769         * lily/ligature-engraver.cc: indentation fix
10770
10771         * lily/parser.yy: indentation fixes
10772         
10773 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10774
10775         * input/regression/measure-grouping.ly: more elaborate example.
10776
10777         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10778         ly:div-moment. New functions 
10779
10780         * scm/music-functions.scm (set-time-signature): new function,
10781         allow inline time sig settings with measure grouping.
10782
10783         * lily/parser.yy (command_element): move time sig construction
10784         into Scheme.
10785
10786         * lily/side-position-interface.cc (out_of_staff): new function,
10787         like padding, but keep minimum distance from staff. Easier than
10788         linespanners (dynamics, pedals), but roughly the same effect.
10789
10790 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10791
10792         * emacs-mode.el: Added spanish-note-replacements 
10793         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10794
10795         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10796
10797 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10798
10799         * lilypond.vim: Do not fontify cises, desis, etc.
10800
10801         * vimrc: view dvi with <S-F6>
10802
10803 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10804
10805         * lily/lookup.cc (triangle): new function.
10806
10807         * input/regression/measure-grouping.ly (texidoc): new file: show
10808         triangles and brackets for beat groups of 3 and 2.
10809
10810         * lily/include/measure-grouping-spanner.hh (class
10811         Measure_grouping): new file.
10812
10813         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10814
10815         * lily/measure-grouping-engraver.cc (class
10816         Measure_grouping_engraver): new file.
10817
10818 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10819
10820         * Merge from stable:
10821
10822             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10823         
10824         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10825         stylesheet.
10826
10827         * ly/paper19.ly: Include paper19-init.ly.
10828
10829         * ly/paper19-init.ly: New file.
10830
10831         * Documentation/user/tutorial.itely (First steps): Fix first
10832         example for font test.
10833
10834         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10835
10836         * ChangeLog: Add 1.7.6 release marker (see below).
10837
10838         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10839         Add .py files.
10840
10841 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10842
10843         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10844
10845         * input/tutorial/*.ly: update to new syntax.
10846
10847         * lily/parser.yy (Composite_music): new transpose syntax,
10848         \transpose FROM TO MUSIC. 
10849
10850 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10851
10852         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10853         latex progress/error output to stderr (by default this goes to
10854         stdout).  Show lilypond progress, even when not verbose.
10855
10856         * python/lilylib.py (system): New optional parameter to control
10857         showing of progress.
10858
10859         * scm/backend-documentation-lib.scm (check-dangling-properties):
10860         Fix error message.
10861
10862         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10863         axis, extent.
10864
10865         * scm/grob-property-description.scm (magnify): Remove.
10866         (extent, axis): Add.
10867
10868 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10869
10870         * VERSION: Release 1.7.6.
10871
10872         * scripts/convert-ly.py: more uniformization substitutions.
10873
10874         * buildscripts/new-chords.py (sub_chords): new file.
10875
10876 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10877
10878         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10879         lilypond.map.  Include sauter fonts too.  Cleanups.
10880
10881 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10882
10883         * Documentation/user/tutorial.itely (First steps): change to new
10884         chord/tie/slur/beam notation.
10885
10886         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10887         ties.
10888
10889         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10890         engraver. Process ties in postfix notation, i.e. c8-~ c
10891
10892         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10893
10894         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10895
10896         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10897
10898         * lily/beam-engraver.cc (try_music): accept new-beam-events
10899
10900         * input/regression/chord-scripts.ly (texidoc): new file
10901
10902         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10903         script-events.
10904
10905         * scm/script.scm (default-script-alist): cleanup.
10906
10907         * lily/script-engraver.cc (make_script_from_event): cleanup.
10908
10909         * lily/lyric-combine-music-iterator.cc
10910         (Lyric_combine_music_iterator): remove superfluous events.
10911         (melisma_busy): new function. Fix broken melismas.
10912
10913 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10914
10915         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10916         Remove nonvalid settings. Use descriptive key names.
10917         Use <Return> to indicate the pressing of that key.
10918
10919 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10920
10921         * scripts/lilypond-book.py (option_definitions): Typo.
10922
10923         * scripts/ly2dvi.py: Updates.
10924
10925         * python/lilylib.py (setup_environment, print_environment)
10926         (get_bbox, make_preview): Merge and remove from ly2dvi and
10927         lilypond-book.
10928
10929         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10930
10931         * .cvsignore: Remove some cruft.
10932
10933         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10934         path.
10935
10936         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10937         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10938         throughout.
10939
10940         * python/lilylib.py (quiet_system): Junk
10941         (system): Display error log upon failure.
10942         (read_pipe): New function.  Cleanups and fixes.
10943
10944         * python/*.py: Rename from *.py.in.
10945         
10946         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10947
10948         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10949
10950 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10951
10952         * python/GNUmakefile: Bugfix: handle modules.
10953
10954         * stepmake/stepmake/python-module-targets.make (default): Add
10955         compiled modules. 
10956
10957         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10958         compiling modules.
10959
10960         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10961         Bugfix.  (OUT_PYC_MODULES): Add.
10962
10963 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10964
10965         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10966         Use default paths. Refresh description.
10967
10968 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10969
10970         * VERSION: 1.7.5 released
10971
10972         * input/regression/finger-chords.ly (texidoc): new file.
10973
10974         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10975         support
10976
10977         * lily/fingering-engraver.cc (process_music): remove kludgy
10978         scriptHorizontal stuff.
10979
10980         * lily/script.cc: remove staff-support property.
10981
10982         * lily/new-fingering-engraver.cc (add_fingering): new
10983         file. Fingering engraver for new style chords.
10984
10985 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10986
10987         * lily/parser.yy (bare_number): allow 4 \cm (without
10988         decimal dot). (should backport to 1.6?)
10989
10990         * ly/declarations-init.ly: use Scheme for dimension defs.
10991
10992         * lily/parser.yy (TODO): remove hard coded dimensions, add
10993         REAL NUMBER_IDENTIFIER production.
10994
10995         * lily/rest-collision.cc (force_shift_callback): rewrite using
10996         -done property.
10997
10998         * scm/grob-property-description.scm (rest-collision-done): add
10999         property.
11000         
11001         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
11002
11003 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11004
11005         * input/regression/multi-measure-rest-center.ly: new file.
11006
11007         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11008         off horizontally by 0.05 ss. Fixed.
11009
11010 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11011
11012         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11013
11014         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11015
11016 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11017
11018         * lily/tie.cc (get_control_points): also avoid staff lines on the
11019         just outside the outer staff lines
11020
11021 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11022
11023         * ly/params-init.ly: Just define style-alist, no need to
11024         define-public.
11025
11026         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11027         (thanks Han-Wen).
11028
11029         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11030         (FET_FILES): = FONT_FILES.
11031
11032         * Merge from stable:
11033
11034             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11035
11036 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11037
11038         * VERSION: 1.7.4 released.  
11039         
11040         * scm/generate-documentation.scm (string-append): add macro
11041         definitions.
11042
11043         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11044         normal texts.
11045
11046         * lily/multi-measure-rest-engraver.cc: make separate
11047         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11048
11049         * lily/multi-measure-rest.cc: remove text handling. Remove
11050         number-threshold.
11051
11052 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11053
11054         * scm/music-types.scm: doc patch by Graham Percival
11055
11056 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11057
11058         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11059         encoding part.
11060         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11061         (sketch_p): Sketch wants only first four elements of X11 font spec.
11062
11063         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11064
11065         * mf/feta-autometric.mf: Write foundry and family to log.
11066
11067         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11068         font translation table.
11069
11070         * buildscripts/mf-to-table.py: Better font info into afm.
11071
11072         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11073         1.0.9 required.
11074
11075         * configure.in: Whine for mftrace 1.0.9.
11076
11077 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11078
11079         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11080
11081         * lily/main.cc (main_prog): don't try to load init.EXT when
11082         processing foo.EXT.
11083
11084 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11085
11086         * scm/tex.scm (zigzig-line): added.
11087
11088         * scm/ps.scm (zigzag-line): added.
11089
11090         * ps/music-drawing-routines.ps (subvec): added.
11091         (draw_zigzag_line): added.
11092         
11093         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11094         grob properties zigzag-width and zigzag-length.
11095
11096         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11097
11098 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11099
11100         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11101         svg output, including font.
11102
11103 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11104
11105         * scm/lily.scm: Register sodipodi output module.
11106
11107         * scm/sodipodi.scm: New file.
11108
11109         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11110
11111         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11112         comment, after header.
11113         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11114         FullName.  Fix FontName key.
11115
11116 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11117
11118         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11119         and breve rests.
11120         
11121         * input/test/blank-notes.ly: bugfix
11122
11123         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11124         rests. (Kim Shrier)
11125
11126         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11127         
11128 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11129
11130         * scm/tex.scm: 
11131         * scm/ps.scm: Cleanup and remove obsolete junk.
11132
11133         * Documentation/user/internals.itely:
11134         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11135
11136         * lily/parser.yy: Identify shift/reduce problems.
11137
11138         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11139         make-style-sheet.  Too specific for convert-ly?
11140
11141 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11142
11143         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11144
11145         * input/test/*.ly: various fixes.
11146
11147         * lily/music.cc (name): bugfix
11148
11149         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11150
11151         * lily/input-file-results.cc (code): set-point-and-click! ->
11152         set-point-and-click
11153         
11154 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11155
11156         * Use uniform ly: prefix for exported scheme primitive functions.
11157
11158         * scm/music-types.scm: junk compat glue
11159
11160         * scripts/convert-ly.py: add rules for stuff below, junk
11161         compatibility glue for spanrequest.
11162
11163         * lily/parser.yy (verbose_event): remove \spanrequest,
11164         \commandspanrequest, \script. 
11165         
11166         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11167
11168         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11169         for \penalty, \glissando.
11170
11171         * VERSION: release 1.7.3
11172         
11173 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11174
11175         * lily/accidental-engraver.cc: Fix
11176         grace-in-the-beginning-of-measure bug caused by the resent
11177         partial-measure fix.
11178
11179         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11180         overlap looks too crowded)
11181         
11182 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11183
11184         * lily/parser.yy (assignment): allow SCM expression as assignment.
11185
11186         * lily/include/music-output-def.hh (class Music_output_def):
11187         * lily/music-output-def.cc: 
11188         * lily/paper-def.cc: 
11189         * scm/font.scm (markup-to-properties):
11190         * lily/parser.yy (music_output_def_body): 
11191         remove style_sheet_
11192
11193 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11194
11195         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11196         length.
11197
11198         * input/regression/spacing-to-grace.ly: new file.
11199
11200         * input/regression/spacing-end-of-line.ly: new file.
11201
11202         * lily/note-spacing.cc (get_spacing): take into account breakable
11203         stuff sticking out at the left (time sig change at line break).
11204
11205         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11206         raggedright code.
11207
11208         * scm/music-functions.scm (make-voice-props-set): add
11209         staff-position for mm rests.
11210  
11211         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11212         before grace notes a little.
11213
11214         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11215
11216         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11217         key adds space at the end of line. 
11218
11219 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11220
11221         * scm/sketch.scm: Fix beams.
11222
11223         * buildscripts/mf-to-table.py: Add EncodingScheme.
11224
11225         * scm/sketch.scm: Resurrect.
11226
11227 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11228
11229         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11230         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11231
11232 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11233
11234         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11235
11236         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11237
11238 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11239
11240         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11241         token for origin information.
11242
11243         * lily/parser.yy (My_lily_lexer): do identifier location and
11244         cloning from lexer.
11245
11246         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11247         logic out of the parser. Add bar checks on both ends.
11248
11249         * Documentation/user/refman.itely (Multi measure rests): add more
11250         notes about mm rests.
11251
11252 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11253
11254         * input/regression/bar-scripts.ly: Re-enable.
11255
11256         * lily/parser.yy:
11257         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11258         released rsn.  Bison 1.50 has a crucial bug and won't work.
11259
11260         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11261
11262
11263 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11264
11265         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11266
11267 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11268
11269         * Actually merge changes since 1.6.4 besides ChangeLog, and
11270         resolve conflicts.  Lots of updates, hope all is well.
11271         
11272         * cygwin/lilypond.hint (requires): Add ghostscript.
11273
11274         * scm: Update some (c).
11275         
11276 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11277
11278         * input/test/{various}.ly: add \header fields and texidoc strings.
11279
11280 2002-10-05  Werner Lemberg  <wl@gnu.org>
11281
11282         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11283         renamed to `output_latex_quoted'.
11284         Added `output_latex_noquote'.
11285         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11286         mode.
11287
11288 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11289
11290         * ChangeLog: Add 1.6.6 release marker.  See below.
11291
11292         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11293
11294         * scripts/midi2ly.py: Fix global syntax warnings.
11295
11296         * GNUmakefile.in: Generate builddir locale tree too.
11297
11298         * scripts/ly2dvi.py:
11299         * scripts/midi2ly.py: 
11300         * scripts/mup2ly.py: 
11301         * scripts/update-lily.py:
11302         * lily/main.cc (setup_paths): Fix for locales setup.
11303
11304 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11305
11306         * Documentation/windows/installing.texi: Soften wording about
11307         necessity of becoming Administrator.  tommie@iae.nl reports this
11308         does not seem to be necessary for his flavour of Windows 2000.
11309         Explicitely discourage text mode mounts.
11310
11311 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11312
11313         * lily/rest.cc (after_line_breaking): backport dot position fix.
11314
11315         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11316         rests. Thanks to Klaus Zimmermann for finding this bug.
11317
11318 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11319
11320         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11321
11322 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11323
11324         * Documentation/user/music-glossary.tely: fix links.
11325
11326 2002-10-21  Werner Lemberg  <wl@gnu.org>
11327
11328         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11329         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11330         scaling factor) only once and use them in the definition of
11331         \embeddedps.
11332         * ps/music-drawing-routines.ps (skeel): Removed.
11333
11334 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11335
11336         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11337         Solaris7, as we don't use nested $( ) constructs.
11338
11339 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11340
11341         * VERSION: Release 1.6.6.
11342         
11343 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11344
11345         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11346         as workaround for /bin/sh problems on Solaris7.
11347
11348 2002-10-19  Werner Lemberg  <wl@gnu.org>
11349
11350         * GNUmakefile.in (web-doc): Fix typos.
11351         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11352         `music-drawing-routines.ps' but emit \special{header=...} once.
11353         * scm/tex.scm (header-end): Updated.
11354
11355 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11356
11357         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11358         undefined tremolo. 
11359
11360 2002-10-15  Werner Lemberg  <wl@gnu.org>
11361
11362         * scripts/lilypond-book.py (g_make_html): New global variable.
11363         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11364         if `g_make_html' isn't set.
11365         [main]: Add format `texi-html'.
11366         (option_definitions): Updated.
11367         * Documentation/user/lilypond-book.itely: Updated.
11368
11369         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11370         * make/ly-rules.make (%.texi, %.nexi): Use it.
11371         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11372         format to lilypond-book.
11373         * GNUmakefile.in (web-doc): Ditto.
11374
11375 2002-10-14  Werner Lemberg  <wl@gnu.org>
11376
11377         Further improve TeX output.  The produced files are about 40%
11378         smaller.  `lilyponddefs.tex' is now read only once.
11379
11380         * tex/lilyponddefs.tex: Remove footer stuff.
11381         (\ifundefined): Renamed to...
11382         (\lilypondundefined): This.  Use LaTeX's definition to
11383         make it nestable and make it global.
11384         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11385         output.
11386         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11387         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11388         them global.
11389         (\placebox): Renamed to...
11390         (\lyitem): This.
11391         Make it global and call \outputscale by itself.
11392         (\lybox, \lyvrule): New macros to reduce input data.
11393         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11394         New auxiliary macros.
11395         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11396         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11397         to...
11398         (\lilypondspace): This and made it global.
11399         (\turnOnPostScript): Renamed to...
11400         (\lilypondpostscript): This and made it global.
11401         (\turnOnExperimentalFeatures): Renamed to...
11402         (\lilypondexperimentalfeatures): This and made it global.
11403         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11404         (\lilypondsetdimen): This and made it global.
11405         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11406         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11407         (all, $(outdir)/music-drawing-routines.ps): New rules.
11408         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11409         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11410         start-system, stop-system, stop-last-system, filledbox): Updated to
11411         use the changed macros from lilyponddefs.tex.
11412         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11413
11414 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11415
11416         * Documentation/windows/installing.texi: Update.
11417
11418 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11419
11420         * VERSION: 1.6.5 released
11421
11422         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11423
11424 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11425
11426         * scm/translator-property-description.scm (voltaOnThisStaff): add
11427         property.
11428
11429 2002-09-28  Werner Lemberg  <wl@gnu.org>
11430
11431         * scm/tex.scm (header-end): Suppress page numbering.
11432
11433         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11434         Fix quotation for HTML output.
11435
11436 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11437         
11438         * Documentation/user/refman.itely: grammar and phrasing
11439           fixes to "Note Entry" section.  Also adds a few new examples.
11440
11441 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11442
11443         * flower/include/string-data.icc: include string.h
11444
11445 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11446
11447         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11448
11449 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11450
11451         * Documentation/user/GNUmakefile (extra-local-help): Add.
11452
11453         * stepmake/stepmake/www-targets.make (local-help): Add.
11454
11455 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11456
11457         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11458         packages.
11459
11460         * Documentation/topdocs/README.texi (Top): building documentation
11461         (not website.)
11462
11463 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11464
11465         * Documentation/user/refman.itely: 
11466         * Documentation/user/tutorial.itely: 
11467         * Documentation/user/music-glossary.tely: Merge changes.
11468
11469         * Documentation/user/glossary.html.in: 
11470         * Documentation/index.texi: 
11471         * Documentation/header.html.in: Accomodate renaming of glossary.
11472         
11473         * Documentation/user/tutorial.itely: Add some glossary references.
11474         
11475         * Documentation/user/refman.itely: Minor fixes.
11476         
11477         * Documentation/user/lilypond.tely: Add glossary do direntry.
11478
11479         * Documentation/user/music-glossary.tely: Rename (previously:
11480         glossary.tely).  Fix anchor placement.
11481
11482         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11483
11484 2002-09-23  Werner Lemberg  <wl@gnu.org>
11485
11486         * scripts/lilypond-book.py (output_dict): Fix handling of
11487         various environments by avoid extraneous newlines.
11488         Rename `output-all' regexp for html to `output-html'.
11489         Replace `output-all' regexp for texi with `output-texi-quote'
11490         and `output-texi-noquote'.
11491         (compose_full_body): Don't override `linewidth' user option
11492         for `singleline'.
11493         (schedule_lilypond_block): Don't indent text specified with
11494         `intertext' option.
11495         Add new option `noquote'.
11496         (compile_all_files): Use latex instead of tex to compile ly
11497         files directly.
11498
11499         * Documentation/user/lilypond-book.itely: Updated and revised.
11500         Improve layout.
11501
11502         * Documentation/user/glossary.tely,
11503         Documentation/user/introduction.itely,
11504         Documentation/user/tutorial.itely,
11505         Documentation/user/refman.itely,
11506         Documentation/user/appendices.itely: Fix overfull LilyPond
11507         boxes caused by the new lilypond-book code.  Other minor
11508         fixes.
11509
11510         * Documentation/user/macros.itexi (@texiflat): Don't emit
11511         trailing space.
11512
11513         * scm/tex.scm (end-output, header-end): Add preamble and
11514         postamble to make lilypond output directly compilable with
11515         latex.
11516
11517         
11518 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11519
11520         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11521         instructions.
11522
11523 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11524
11525         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11526
11527 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11528
11529         * lily/beam.cc (connect_beams): don't crash if there are quarter
11530         notes in beams.
11531
11532 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11533
11534         * Documentation/user/refman.itely: corrected ancient clef
11535         docu; added docu on ligatures
11536
11537 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11538
11539         * Documentation/user/glossary.tely,
11540         Documentation/user/refman.itely, input/les-nereides.ly,
11541         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11542         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11543         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11544         Stem properties: flag-style -> stroke-style, style -> flag-style.
11545
11546
11547 2002-09-22  Werner Lemberg  <wl@gnu.org>
11548
11549         * scripts/lilypond-book.py: Add option `notime' to suppress
11550         printing of a time signature.  Specify default indentation of 0pt
11551         if single line fragment.  Don't emit redundant `\paper{ }'.
11552
11553         * Documentation/user/lilypond-book.itely: Updated.
11554
11555         * Documentation/user/glossary.tely: Completely reformatting.
11556
11557 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11558
11559         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11560
11561 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11562
11563         * Documentation/user/tutorial.itely: Fix links.
11564         
11565         * Documentation/topdocs/index.tely:
11566         * Documentation/index.texi:
11567         * Documentation/header.html.in: Small website fixes and updates.
11568
11569         * debian/: Debian patch by Anthony Fok.
11570
11571 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11572
11573         * Documentation/footer.html.in: How time flies: It's already 2002!
11574
11575         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11576         more descriptive link names than 'here'.
11577
11578 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11579
11580         * VERSION: 1.7.2 released
11581         * VERSION: 1.6.4 released
11582         
11583         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11584
11585         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11586         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11587
11588         * mf/feta-din.mf (test): add x-height and space.
11589
11590         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11591         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11592
11593         * ly/grace-init.ly: add-to-grace-init: function to portably add
11594         settings to \grace. 
11595
11596         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11597         if we get an absolute dynamic event.
11598  
11599         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11600
11601         * lily/source-file.cc (get_line): oops. All line numbers were off
11602         by 2. Fix that. 
11603
11604         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11605         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11606
11607         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11608
11609         * lily/parser.yy (number_factor): remove (number) as number
11610         expression. ("Let them eat Lisp").
11611
11612 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11613
11614         * lily/horizontal-bracket.cc: new file.
11615
11616         * lily/horizontal-bracket-engraver.cc: new file.
11617
11618         * input/regression/note-group-bracket.ly: new file. Support
11619         horizontal note brackets for music analysis.
11620
11621         * lily/stem.cc (flag): new flag-style: no-flag.
11622
11623         * input/test/stem-cross-staff.ly: new file
11624         
11625         * Documentation/user/internals.itely: Improved formatting, fixing
11626         typos.  Added a section `Output details' to describe how the TeX
11627         code looks like.
11628
11629         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11630
11631         * lily/parser.yy: remove \dynamicscript.
11632
11633         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11634         definitions. 
11635
11636         * python/midi.c (midi_error): take two arguments.
11637
11638         * Merge 1.6.5 changes:
11639         
11640 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11641
11642         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11643         staff-space.  Previous 1.5 was probably meant as half-spaces.
11644         (cautionary-style): parentheses (was: smaller).  This is what doco
11645         says, and it seems more logical.
11646
11647         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11648         for 2nd sentence.
11649
11650 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11651
11652         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11653
11654 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11655
11656         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11657
11658 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11659
11660         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11661
11662 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11663
11664         * scm/translator-property-description.scm (voltaOnThisStaff): add
11665         property.
11666
11667 2002-09-28  Werner Lemberg  <wl@gnu.org>
11668
11669         * scm/tex.scm (header-end): Suppress page numbering.
11670
11671         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11672         Fix quotation for HTML output.
11673
11674 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11675         
11676         * Documentation/user/refman.itely: grammar and phrasing
11677           fixes to "Note Entry" section.  Also adds a few new examples.
11678
11679 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11680
11681         * flower/include/string-data.icc: include string.h
11682
11683 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11684
11685         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11686
11687 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11688
11689         * Documentation/user/GNUmakefile (extra-local-help): Add.
11690
11691         * stepmake/stepmake/www-targets.make (local-help): Add.
11692
11693 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11694
11695         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11696         packages.
11697
11698         * Documentation/topdocs/README.texi (Top): building documentation
11699         (not website.)
11700
11701 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11702
11703         * Documentation/user/refman.itely: 
11704         * Documentation/user/tutorial.itely: 
11705         * Documentation/user/music-glossary.tely: Merge changes.
11706
11707         * Documentation/user/glossary.html.in: 
11708         * Documentation/index.texi: 
11709         * Documentation/header.html.in: Accomodate renaming of glossary.
11710         
11711         * Documentation/user/tutorial.itely: Add some glossary references.
11712         
11713         * Documentation/user/refman.itely: Minor fixes.
11714         
11715         * Documentation/user/lilypond.tely: Add glossary do direntry.
11716
11717         * Documentation/user/music-glossary.tely: Rename (previously:
11718         glossary.tely).  Fix anchor placement.
11719
11720         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11721
11722 2002-09-23  Werner Lemberg  <wl@gnu.org>
11723
11724         * scripts/lilypond-book.py (output_dict): Fix handling of
11725         various environments by avoid extraneous newlines.
11726         Rename `output-all' regexp for html to `output-html'.
11727         Replace `output-all' regexp for texi with `output-texi-quote'
11728         and `output-texi-noquote'.
11729         (compose_full_body): Don't override `linewidth' user option
11730         for `singleline'.
11731         (schedule_lilypond_block): Don't indent text specified with
11732         `intertext' option.
11733         Add new option `noquote'.
11734         (compile_all_files): Use latex instead of tex to compile ly
11735         files directly.
11736
11737         * Documentation/user/lilypond-book.itely: Updated and revised.
11738         Improve layout.
11739
11740         * Documentation/user/glossary.tely,
11741         Documentation/user/introduction.itely,
11742         Documentation/user/tutorial.itely,
11743         Documentation/user/refman.itely,
11744         Documentation/user/appendices.itely: Fix overfull LilyPond
11745         boxes caused by the new lilypond-book code.  Other minor
11746         fixes.
11747
11748         * Documentation/user/macros.itexi (@texiflat): Don't emit
11749         trailing space.
11750
11751         * scm/tex.scm (end-output, header-end): Add preamble and
11752         postamble to make lilypond output directly compilable with
11753         latex.
11754
11755         
11756 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11757
11758         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11759         instructions.
11760
11761 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11762
11763         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11764
11765 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11766
11767         * lily/beam.cc (connect_beams): don't crash if there are quarter
11768         notes in beams.
11769
11770 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11771
11772         * Documentation/user/refman.itely: corrected ancient clef
11773         docu; added docu on ligatures
11774
11775 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11776
11777         * Documentation/user/glossary.tely,
11778         Documentation/user/refman.itely, input/les-nereides.ly,
11779         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11780         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11781         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11782         Stem properties: flag-style -> stroke-style, style -> flag-style.
11783
11784 2002-09-22  Werner Lemberg  <wl@gnu.org>
11785
11786         * scripts/lilypond-book.py: Add option `notime' to suppress
11787         printing of a time signature.  Specify default indentation of 0pt
11788         if single line fragment.  Don't emit redundant `\paper{ }'.
11789
11790         * Documentation/user/lilypond-book.itely: Updated.
11791
11792         * Documentation/user/glossary.tely: Completely reformatting.
11793
11794 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11795
11796         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11797
11798 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11799
11800         * Documentation/user/tutorial.itely: Fix links.
11801         
11802         * Documentation/topdocs/index.tely:
11803         * Documentation/index.texi:
11804         * Documentation/header.html.in: Small website fixes and updates.
11805
11806         * debian/: Debian patch by Anthony Fok.
11807
11808 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11809
11810         * Documentation/footer.html.in: How time flies: It's already 2002!
11811
11812         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11813         more descriptive link names than 'here'.
11814
11815 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11816
11817         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11818
11819 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11820
11821         * lily/part-combine-music-iterator.cc (get_state): cleanup
11822         (get_music_info): cleanup.
11823
11824 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11825
11826         * scm/backend-documentation-lib.scm (interface-doc-string):
11827         crosslinks between interfaces and grobs. Headings for interfaces
11828         in grob explanation.
11829
11830 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11831
11832         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11833         dtd).  Add preliminary dtd.
11834         (re-sub-alist): Robustify.
11835
11836 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11837
11838         * lily/include/event-chord-iterator.hh,
11839         lily/context-specced-music-iterator.cc,
11840         lily/event.cc, lily/event-chord-iterator.cc: add
11841
11842 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11843
11844         * lily/: some (c) header fixes.
11845         
11846         * lily/request-chord.cc: Remove.
11847         
11848         * lily/include/event-chord-iterator.hh:
11849         * lily/include/event.hh:
11850         * lily/event-chord.cc: New file.
11851         
11852         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11853         requested.
11854
11855 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11856
11857         * lily/ : rename Request to Event
11858
11859         * lily/parser.yy (command_element): move clef stuff into Scheme.
11860
11861         * lily/:  rename length_mom () to get_length()
11862
11863         * lily/part-combine-music.cc: removed file and class.
11864
11865         * lily/context-specced-music-iterator.cc (class
11866         Context_specced_music_iterator): new file. Obsoletes the
11867         Context_specced_music type.
11868
11869         * scm/music-types.scm (make-repeated-music): put different kinds
11870         of repeated music into music-type table.
11871
11872         * VERSION: 1.7.1 released.
11873
11874         * scm/to-xml.scm: new file.
11875
11876         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11877         new Input representation: dump music as XML.
11878
11879         * scm/engraver-documentation-lib.scm
11880         (engraver-accepts-music-types?): add links from music to engraver,
11881         from music-type to engraver.
11882
11883         * lily/include/command-request.hh: removed
11884         lily/include/musical-request.hh: removed. Removed all _req classes
11885         except Key_change_req. Changes throughout.
11886
11887 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11888
11889         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11890
11891 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11892
11893         * lily/*.cc: specify accepts for many engravers.
11894
11895         * scm/music-documentation-lib.scm: dump music expressions and
11896         music subtypes.
11897
11898         * scm/documentation-lib.scm: complete revision.
11899         Use GOOPS objects to store document tree explicitly. Cleaned up and
11900         sped up doco generation a lot.
11901
11902 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11903
11904         * input/trip.ly (fugaIILeft): add arpeggio
11905
11906         * lily/translator-group.cc (try_music_on_nongroup_children):
11907         oops. The name symbol is in the cdr of the assoc handle.
11908
11909         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11910         Hyphen_req, Glissando_req, Break_req, Mark_req 
11911
11912 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11913
11914         * lily/musical-request.cc (music-duration-length,
11915         music-duration-compress): new functions.
11916
11917         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11918         throughout. Warning doesn't work yet.
11919
11920         * lily/translator-group.cc (try_music_on_nongroup_children):
11921         new implementation: store candidate acceptors in a hashTable.
11922
11923 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11924
11925         * scm/music-types.scm (music-descriptions): change name to
11926         internal-class-name
11927
11928         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11929
11930 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11931
11932         * lily/beam.cc (connect_beams): don't crash if there are quarter
11933         notes in beams.
11934
11935 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11936
11937         * Documentation/user/refman.itely: corrected ancient clef
11938         docu; added docu on ligatures
11939
11940 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11941
11942         * Documentation/user/glossary.tely,
11943         Documentation/user/refman.itely, input/les-nereides.ly,
11944         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11945         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11946         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11947         Stem properties: flag-style -> stroke-style, style -> flag-style.
11948
11949 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11950
11951         * scm/music-functions.scm (music-separator?): don't use name music
11952         property.
11953
11954 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11955
11956         * stepmake/stepmake/generic-targets.make (help): Document check
11957         target.
11958
11959         * lily/new-accidental-engraver.cc: Compile fix.
11960
11961 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11962
11963         * scripts/convert-ly.py: Add rule.
11964
11965         * input/test/music-creation.ly:
11966         * input/test/add-staccato.ly:
11967         * input/test/add-text-script.ly: ly-make-music.
11968
11969         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11970         More ly-make-music renamings.
11971
11972         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11973
11974         * lily/music-constructor.cc (make_music): Add debugging info.
11975
11976         * scm/music-functions.scm (make-simultaneous-music,
11977         (make-sequential-music, context-spec-music):
11978         * scm/music-types.scm (music-descriptions): Get lily to run.
11979
11980 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11981
11982         * lily/command-request.cc (transpose_key_alist): new function.
11983
11984         * lily/key-performer.cc (create_audio_elements): cleanup. 
11985
11986 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11987
11988         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11989
11990         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11991         events-accepted field.
11992
11993         * scm/music-types.scm: new file.
11994
11995         * lily/parser.yy: put music type initialization into scheme,
11996         similar to grob initialization.  Changes throughout.
11997
11998 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11999
12000         * Documentation/user/tutorial.itely: Fix links.
12001         
12002         * Documentation/index.texi: 
12003         * Documentation/header.html.in: 
12004         * Documentation/topdocs/index.tely: Small website fixes and updates.
12005
12006         * debian/: Debian patch by Anthony Fok.
12007
12008 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12009
12010         * Documentation/footer.html.in: How time flies: It's already 2002!
12011
12012         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12013         more descriptive link names than 'here'.
12014
12015         * ROADMAP: Remove test stuff.
12016
12017         * scripts/update-lily.py: Allow auto-building of stable and
12018         development versions.  Bugfixes.
12019
12020 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12021
12022         * VERSION: released 1.7.0
12023
12024         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12025
12026         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12027         positive line widths.
12028
12029 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12030
12031         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12032         go.  Fix comments.
12033
12034         * cygwin: Cygwin updates.
12035
12036 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12037
12038         * Documentation/windows/installing.texi (Top): version for python,
12039         urls for ghostscript (thanks to John Potelle)
12040         
12041         * lily/simultaneous-music-iterator.cc
12042         (Simultaneous_music_iterator): init children_list_ before
12043         triggering GC.
12044
12045         * lily/*-iterator.cc: be even more careful with smobbed copy
12046         constructors. 
12047
12048         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12049         LeftEdge item.
12050
12051 2002-09-15  Werner Lemberg  <wl@gnu.org>
12052
12053         Improving LilyPond's output to make them ordinary TeX boxes with
12054         predictable dimensions.  System boxes are now vertically centered on
12055         the baseline; this offset can be further controlled with
12056         \lilypondscoreshift.
12057
12058         * lily/system.cc (System::post_processing): Pass length of current
12059         system to `start-system' (including any horizontal indentation).
12060
12061         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12062         prettier.
12063         (lily-def): Append `%'.
12064         (start-system): Add parameter `wd'.  Output more TeX code to specify
12065         box dimensions.
12066         (stop-system, stop-last-system): Complement changes in
12067         `start-system'.
12068         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12069         Updated.
12070
12071         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12072         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12073         Write final `\endinput'.
12074
12075         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12076         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12077         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12078         files and macro definitions don't produce spurious spaces and
12079         paragraphs (using \endlinechar).
12080         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12081
12082         * Documentation/user/internals.itely: Improved formatting, fixing
12083         typos.  Added a section `Output details' to describe how the TeX
12084         code looks like.
12085
12086 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12087
12088         * lily/accidental-engraver.cc: Also work with partial measures.
12089
12090 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12091
12092         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12093         spanner.
12094
12095 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12096
12097         * lily/identifier-smob.cc (unpack_identifier): new file.
12098
12099         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12100         pass off scheme expressions as music identifiers.
12101
12102         * scm/lily.scm: reorganisation, cleanups.
12103
12104         * lily/main.cc: small cleanups.
12105
12106 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12107
12108         * lily/ly-module.{cc,hh}: new file.
12109
12110 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12111
12112         * lily/accidental-engraver.cc: Also work with partial measures.
12113
12114 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12115
12116         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12117
12118 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12119
12120         * lily/my-lily-lexer.cc: use SCM module in stead of
12121         Scheme_hash_table. Changes throughout.  
12122
12123 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12124
12125         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12126