]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* scm/framework-gnome.scm (output-framework-gnome): Try loading
[lilypond.git] / ChangeLog
1 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * scm/framework-gnome.scm (output-framework-gnome): Try loading
4         gnome modules from non-toplevel.
5
6         * lily/ly-module.cc (ly:import-module): Export to ly:.
7
8         * lily/paper-score.cc (process): Do not show progress newline.
9
10         * lily/paper-book.cc (output, classic_output): Show progess
11         newline after score.
12
13 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
14
15         * buildscripts/lilypond-words.py: add ly/vlaams.ly
16
17 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
18
19         * lily/score.cc (ly:run-translator): Do not crash on empty music
20         list.
21
22         * lily/book.cc (process): Do not render score when systems is empty.
23
24         * input/simple-song.ly: Down one octave.
25
26         * scm/output-gnome.scm: Remove script again; re-add modules fix
27         (CVS conflict resolve?)
28
29         * lily/stencil.cc (ly:interpret-stencil): Was:
30         interpret_stencil_expression.
31
32 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
33
34         * buildscripts/guile-gnome.sh: New file.
35
36         * scm/output-gnome.scm: White background, better window size, sane
37         canvas size.  Cleanups.
38
39 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
40
41         * Documentation/user/invoking.itexi (Invoking the lilypond
42         binary): document --safe.
43
44         * scm/output-gnome.scm: set PATH in script.
45
46         * scm/page-layout.scm (default-page-make-stencil): don't stretch
47         if there is too few systems on a page.
48
49         * lily/parser.yy (relative_music): start at middle C without pitch
50         argument.
51
52         * Documentation/user/changing-defaults.itely (Page layout): new node.
53         (Paper size): rename node
54         (Page breaking): new node.
55         (Titling): move from invoking.
56         (File structure): new node.
57
58         * lily/parser.yy (score_body): allow \header and music anywhere in
59         \score body.
60
61 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
62
63         * scm/lily.scm (ly:load): Remove page-breaking.scm.
64
65 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
66
67         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
68
69         * lily/include/paper-line.hh: rename to Paper_system.
70
71         * lily/include/paper-book.hh: doc class.
72
73         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
74
75         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
76         (plain-header): add instrument-name.
77         (default-page-make-stencil): bugfixes.
78
79         * lily/parser.yy (book_body): allow \header anywhere in \book{}
80
81         * lily/paper-book.cc: remove copyright & tagline. Remove
82         interactions with Page
83
84         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
85         here, 
86         (default-page-make-stencil): new function
87         (default-page-music-height): new function
88         (page-headfoot): new function
89         (ly:optimal-page-breaks): generate stencils directly from here
90
91         * scm/titling.scm: new file, group titling functions
92
93 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
94
95         * scm/output-gnome.scm: Handle multiple pages.
96
97         * scm/framework-gnome.scm: Do not load output-gnome.
98         (framework-gnome): Invoke output-gnome::header and
99         output-gnome::end-output as faked stencils.  Fixes experimental
100         gnome output.
101
102 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
103
104         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
105         octavation compatibility fixes. Backportme. 
106
107         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
108         pages.
109         (ly:optimal-page-breaks): combine-penalties: no shortcut for
110         negative. Now we handle negative penalties (ie. \pageBreak)
111         correctly.
112
113         * lily/system.cc (get_line): extract page-penalty from the left
114         bound.
115
116         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
117
118 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
119
120         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
121
122 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
123
124         * scm/output-gnome.scm: Update script.  Move development to
125         lilypond_2_3_2 branch for now.
126
127 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
128
129         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
130         negative penalties.
131         cleanups.
132
133         * Documentation/user/changing-defaults.itely (Creating contexts):
134         index entries
135
136         * scm/page-breaking.scm (ly:optimal-page-breaks): new
137         file. Rewrite function. 
138
139         * lily/paper-book.cc (pages): new interface: page-breaking returns
140         list of line-list.
141
142         * lily/page.cc (Page): take lines argument.
143
144         * scm/document-translation.scm (all-engravers-doc): link to user man
145
146         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
147
148         * Documentation/user/notation.itely (Relative octaves): typo.
149
150         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
151
152 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
153
154         * scm/output-gnome.scm: Update build script.
155
156 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
157
158         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
159         gnome backend.
160
161         * scm/framework-gnome.scm: New file.
162
163         * scm/lily.scm: Use it.
164
165         * lily/paper-outputter.cc: Janitorial cleanups.
166         (ly:outputter-dump-string): Remove unreachable statement.
167
168         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
169         (ice-9): Bugfix: Add srfi-1.
170
171         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
172
173 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
174
175         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
176         in do_quit()
177         
178 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
179
180         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
181
182 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
183
184         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
185         override of Beam::position-callbacks. Why would grace beams not be
186         quantized? Fixes: weird-stem-size-grace. 
187
188         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
189         warning only once. Backportme.
190
191         * lily/accidental-engraver.cc (number_accidentals_from_sig):
192         bugfix, 2nd try. Backportme.
193
194         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
195
196 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
197
198         * Documentation/user/notation.itely (Instrument transpositions):
199         Correct the name of the instrumentTransposition property.
200
201 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
202
203         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
204
205 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
206
207         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
208         and postLilyPondExample are called when defined.
209
210 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
211
212         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
213         This fixes setting notenames with `\include "nederlands.ly" '
214
215         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
216         new function.
217
218 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
219
220         * scm/page-layout.scm: don't do piece, it should be in score-title
221         only.
222
223         * lily/lexer.ll: lex \score separately.
224
225         * lily/paper-book.cc: junk stencil2line.
226
227         * lily/paper-line.cc (Paper_line): construct from Stencil
228         directly. No futzing with the dimensions.
229
230         * lily/include/paper-line.hh (class Paper_line): 
231
232         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
233         takes arbitrary number of arguments.
234
235         * input/test/markup-score.ly (tuning): simplify example. 
236
237 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
238
239         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
240
241         * scm/define-markup-commands.scm (score): define score-markup
242
243         * lily/parser.yy (markup): use score-markup.
244
245         * lily/score.cc: add ly:score? 
246
247 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
248
249         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
250         fret-parse-string so it prepares for calls to fret-diagram-verbose
251         Changed display constants to props so they are available for
252         \override.
253         
254 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
255
256         * VERSION: release 2.3.3
257
258         * stepmake/stepmake/generic-vars.make: unset LANG.
259
260         * input/regression/tuplet-nest.ly: bugfix.
261
262         * lily/tie-performer.cc (stop_translation_timestep): reset
263         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
264
265         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
266         clear repeat_ directly after setting stem_tremolo_. Fixes:
267         tremolo-repeat.ly
268
269         * input/regression/span-bar-break.ly: new file.
270
271         * scm/define-grobs.scm (all-grob-descriptions): remove
272         break-visibility from SpanBar. Fixes: piano-repeat.ly
273
274 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
275
276         * python/lilylib.py (make_ps_images): only compute bbox when needed.
277
278         * scripts/lilypond-book.py (process_snippets): use lily -f ps
279         files for generating pngs. (failed experiment)
280
281         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
282         file with PFA fonts included.
283
284         * lily/score.cc (default_rendering): put header in too.
285
286         * lily/paper-line.cc (LY_DEFINE): change function to
287         ly:paper-line-extent
288
289         * scm/page-layout.scm (default-book-title): only add lines for
290         non-nil fields.
291         (default-score-title): idem.
292
293         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
294
295         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
296
297         * lily/include/paper-book.hh (class Paper_book): remove height_
298         member.
299
300         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
301
302         * lily/ly-module.cc (LY_DEFINE): bugfix.
303
304         * lily/paper-book.cc (book_title): separate function for the book
305         title.
306
307         * scm/page-layout.scm (default-book-title): only account for
308         markup fields.
309
310         * scm/framework-ps.scm: new file. Move high level interface from
311         output-ps.scm
312
313         * scm/music-functions.scm (def-grace-function): move macros from
314         ly/music-functions-init.ly
315
316         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
317         framework-tex.scm
318
319         * scm/framework-tex.scm (dump-line): new file. High level
320         interface for output (pages, systems, header). 
321
322         * lily/include/page.hh (class Page): add is_last_ field.
323
324         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
325
326         * lily/paper-book.cc (split_string): new function
327         (output): output multiple formats, i.e. --format=ps,tex
328
329         * scm/output-ps.scm (output-scopes): dump variables directly.
330         (define-fonts): rewrite for new interface
331
332         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
333
334         * lily/paper-outputter.cc (Paper_outputter): take format argument.
335
336         * lily/main.cc (parse_argv): don't set extension for output.
337
338         * lily/clef-engraver.cc (create_clef): remove
339         Staff_symbol_referencer::set_position() call. 
340
341 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
342
343         * ly/music-functions-init.ly (addlyrics): set the 'origin property
344         with the location argument in music function definitions.
345
346 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
347
348         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
349         staffsymbol dependency.
350
351         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
352         cleanups.
353
354         * lily/book.cc (process): return Paper_book
355         (to_stencil): use Book::process().
356
357         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
358         header_ field. Store in $globalheader
359
360         * lily/parser.yy (book_body): book header is initted to
361         $globalheader.
362         
363
364 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
365
366         * input/test/fill-a4.ly: removed.
367
368         * lily/parser.yy (output_def): push scope of parent_ Output_def
369         too.
370
371 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
372
373         * scm/output-gnome.scm: Update info.
374
375 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
376
377         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
378
379         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
380         than 1 module.
381
382         * lily/include/ly-module.hh (ly_use_module): rename is_module to
383         ly_c_module_p.
384
385         * scm/page-layout.scm (default-book-title): move Scheme titling
386         functions to here.
387
388         * lily/parser.yy (book_paper_block): remove scope too.
389
390         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
391
392         * lily/rest.cc: add direction to rest properties.
393
394         * lily/include/output-def.hh: new file, move from
395         music-output-def.hh
396
397 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
398
399         * scm/output-gnome.scm: Describe feta-cork hack.
400
401 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
402
403         * lily/include/book-paper-def.hh: derive from Output_def 
404
405         * lily/include/paper-def.hh: move all functionality out of class.
406         Junk header.
407
408         * lily/include/music-output-def.hh: rename Music_output_def to
409         Output_def.
410
411         * input/wilhelmus.ly: only set space for Paper formatting. 
412
413         * lily/include/midi-def.hh: remove file, remove class.
414         Move functions to Music-output-def.
415
416         * lily/music-output-def.cc (Music_output_def): remove separate
417         translator table. Lookup translators in scope directly. This
418         obviates Context suffix for context identifiers, i.e.
419
420         \context {
421           \Staff
422           .. 
423           }
424
425
426         will work.
427         
428
429         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
430
431         * Documentation/user/changing-defaults.itely (Horizontal spacing):
432         document spacing override hack.
433
434 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
435
436         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
437         installation info.  Support point-and-click.  Add +/- zoom
438         keybindings.
439
440 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
441
442         * VERSION: 2.3.2 released
443         
444         * lily/parser.yy (book_body): set default bookpaper.
445
446         * scm/output-tex.scm (header): kludge: hard code linewidth. 
447
448         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
449
450 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
451
452         * lily/score.cc (default_rendering): scale outputdef before
453         starting.
454
455 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
456
457         * scm/fret-diagrams.scm: Add header.
458
459         * scm/output-gnome.scm: Hello world :-)
460
461 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
462
463         * scripts/lilypond.py (run_dvips): only add papersize if present.
464
465         * lily/accidental-engraver.cc (update_local_key_signature): new
466         function, fold code from initialize() and process_music().
467         (update_local_key_signature): use deep copy. This fixes one
468         problem from custom-key-signatures.ly.
469         (number_accidentals_from_sig): tighter check for
470         accidental-too-old.
471
472         * ly/engraver-init.ly: remove localKeySignature
473         definition from ChoirStaff, StaffGroup, Score.
474         
475         * lily/percent-repeat-engraver.cc (try_music): add moments for
476         barlines too. Fixes: skipbars-percent-repeat.ly.
477
478 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
479
480         * lily/context-def.cc (filter_performers): don't go to cdrloc if
481         skipping last pair. Fixes: crash-bar-number.
482
483         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
484         D. Sorensen)
485
486         * input/test/fret-diagram.ly: new file.
487
488         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
489         (scale-paper): divide by scale.
490
491 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
492
493         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
494         case.
495
496 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
497
498         * scm/stencil.scm (fontify-text): reinstate function
499
500         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
501
502         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
503
504         * lily/parser.yy (book_paper_head): \bookpaper {} 
505
506         * python/midi.c: remove config.h
507
508 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
509
510         * scm/output-gnome.scm: Update.
511
512 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
513
514         * scm/output-gnome.scm: New file.
515
516         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
517
518 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
519
520         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
521         (find_scaled_font): move from Paper_def
522
523 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
524
525         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
526         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
527
528         * po/fr.po: update po.
529
530         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
531
532         * lily/book-paper-def.cc (print_smob): new file.
533
534 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
535
536         * buildscripts/lilypond-words.py: search words also from
537         music-functions-init.ly.
538
539 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
540
541         * ly/music-functions-init.ly (def-music-function): new helper
542         macro for defining music functions. \addlyrics \appoggiatura
543         \acciaccatura \grace \partcombine \autochange \applycontext
544         \applyoutput and \breathe are now defined here thanks to it.
545
546         * lily/parser.yy: 
547         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
548         \grace \partcombine \autochange \applycontext \applyoutput and
549         \breathe keywords removed from the parser.
550
551         * lily/parser.yy: 
552         * lily/music-function.cc (ly_make_music_function): 
553         * lily/lexer.ll (music_function_type): added a case for 0-arg
554         music functions.
555
556 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
557
558         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
559         refering to a music expression can be used in lily-inside-scheme:
560         #{ $music #}
561
562         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
563         and ly:parser-define, and change ly:parser-parse-string in order
564         to make #{ $music #} work.
565
566         * scm/new-markup.scm (compile-markup-expression): when an argument
567         is a string, use `make-simple-markup'.
568
569 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
570
571         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
572
573 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
574
575         * scripts/convert-ly.py (FatalConversionError.func): handle + in
576         font-size. (backportme)
577
578 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
579
580         * lily/paper-outputter.cc (output_stencil): dump font definitions
581         before each stencil.
582
583         * lily/include/paper-book.hh (struct Score_lines): new
584         struct. Collect info per Paper-score.
585
586         * lily/include/page.hh (class Page): to_stencil() returns Stencil
587         everywhere.
588
589         * lily/stencil.cc (find_expression_fonts): new function
590
591         * lily/paper-outputter.cc (output_stencil): use
592         interpret_stencil_expr
593
594         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
595         (interpret_stencil_expr): new function. Generic stencil
596         interpretation.
597
598         * lily/paper-def.cc (find_scaled_font): divide lookup
599         magnification by outpuscale for non-virtual fontmetrics. This
600         fixes ludicrously long font definitions for text
601         fonts. (backportme)
602
603         * lily/score-engraver.cc: remove
604         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
605
606 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
607
608         * input/test/markup-score.ly: Remove \notes.
609
610         * lily/parser.yy (book_body): Grok Composite_music and \header.
611         (markup): Push NOTES mode before score_block.
612
613         * VERSION: release 2.3.1
614         
615         * mf/feta-klef.mf: 
616         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
617
618         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
619
620         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
621
622 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
623
624         * scm/output-tex.scm (output-tex-string): tighten safe security.
625
626         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
627
628         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
629         allowed ly functions.
630
631         * lily/ly-module.cc (ly_module_define): only define variable if
632         bound.
633         (ly_make_anonymous_module): take safe option.
634
635 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
636
637         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
638
639 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
640
641         * input/regression/newaddlyrics.ly: Fix.
642
643         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
644         \score \notes.
645
646 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
647
648         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
649
650 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
651
652         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
653
654         * lily/paper-line.cc (Paper_line): don't store list of stencils,
655         but convert to single Stencil immediately.
656
657         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
658
659 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
660
661         * scm/output-sodipodi.scm: Resurrect sodipodi output.
662
663 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
664
665         * elisp/lilypond-mode.el: Changed the way defaults are created for
666         LilyPond-command-master.  LilyPond-mode will now check the
667         timestamps of the files to see which command has to run next.
668
669 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
670
671         * scm/bass-figure.scm (format-bass-figure): don't set
672         number-markup for strings. This fixes string in bass
673         figure. (backportme)
674
675         * lily/parser.yy (bass_number): insert number-markup into figure
676         definition.
677
678         * scm/define-music-properties.scm (all-music-properties): make
679         'figure a markup.
680
681         * scripts/convert-ly.py (conv): \apply -> \applymusic
682
683 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
684
685         * elisp/lilypond-mode.el: changed the order of some commands
686         ("Midi" after "2Midi"), use the user-defined
687         LilyPond-command-default as default instead of "LilyPond"
688
689         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
690         to set the master file for the next command.
691
692         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
693         with font-lock-reference-face.
694
695 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
696
697         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
698
699         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
700
701 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
702
703         * ly/music-functions-init.ly (TODO): new file.
704
705         * lily/parser.yy (Generic_prefix_music_scm): add more
706         music_function symbols.
707         (Prefix_composite_music): change \apply to music-function   
708
709         * lily/include/music-function.hh: rename to music-function
710
711 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
712
713         * lily/music-head.cc (LY_DEFINE): change order of args.
714
715         * input/regression/music-head.ly (texidoc): new file.
716
717         * lily/parser.yy (Generic_prefix_music): allow generic
718         music-transformation functions. 
719
720         * lily/include/music-head.hh (is_music_head): new file.
721
722         * lily/music-head.cc (get_music_head_transform): new file.
723
724 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
725
726         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
727         empty extent. This fixes ottava brackets on rests. (backportme)
728
729         * make/lilypond.redhat.spec.in (Group): ln png files for info.
730
731         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
732
733         * cygwin/lily-wins.py: update for the lily-wins.py script.
734
735 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
736
737         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
738         code. This will obviate typeset_grob () in the future.  The effect
739         of this is that improperly written spanner handling will result in
740         invalid spanner bounds.
741         (announce_grob): add to elems_ from here
742         (typeset_grob): comment out.  
743
744         * lily/include/engraver.hh (make_spanner): new calling interface
745         for make_{item,spanner}. This obviates most calls to
746         announce_grob().
747                 
748         * scm/music-functions.scm (set-accidental-style): use GrandStaff
749         iso. PianoStaff for piano styles.
750
751 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
752
753         * Documentation/user/music-glossary.tely: add segno after d.s.
754
755 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
756
757         * lily/include/audio-column.hh: remove unused variables.
758         (patch by Michael Welsh Duggan)
759
760         * flower/include/axes.hh (other_axis): inline Axes function
761         (thanks to David Brandon).
762
763 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
764
765         * cygwin/mknetrel: Install image links (backportme).
766
767         * Documentation/user/GNUmakefile (local-install-info): Activate
768         actual installing of image links (backportme).
769
770 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
771
772         * Documentation/user/notation.itely (Measure repeats): Removed
773         unnecessary (and confusing) \context Voice{.
774
775 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
776
777         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
778
779         * lily/page.cc (Page): Do not use ly_scheme_function for
780         volatile/configurable variables (FIXME: better name).
781
782         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
783         get_scmvar).
784
785 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
786
787         * scripts/convert-ly.py (FatalConversionError.subst): use
788         \transposition.
789
790 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
791
792         * lily/include/page.hh (class Page): Declare left_margin ().
793
794         * lily/page.cc: Remove paper var caching.
795
796 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
797
798         * Documentation/user/music-glossary.tely: Add name to @top node.
799         Remove comment from @table definitions (workaround for makinfo
800         bug).
801
802         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
803         ly:stencil-get-expr).  Update callers.
804         (ly:stencil-align-to!):  Return stencil too.
805
806         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
807         stencil.  Remove looped line-based page output.
808         (output_line): Use line stencil.  Remove looped stencil-based line
809         output.
810
811         * lily/page.cc (ly:page-paper-lines): New function.
812
813         * input/test/markup-score.ly: New file.
814
815         * scm/define-markup-commands.scm (stencil): New markup.
816
817         * lily/book.cc (to_stencil): New method.
818
819         * lily/parser.yy (markup): Use it to grok \score.
820
821 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
822
823         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
824
825         * lily/paper-book.cc (pages): Change signature.  Update callers.
826
827         * lily/include/page.hh:
828         * lily/page.cc: New file.
829
830         * lily/paper-line.cc (to_stencil): New method.
831         
832         * lily/paper-outputter.cc (output_stencil): New method.
833
834         * lily/paper-outputter.cc (output_line): Use them.
835
836         * lily/warn.cc: Remove.
837
838         * lily/my-lily-parser.cc (distill_inname): Remove.
839
840         * flower/include/file-name.hh: 
841         * flower/file-name.cc: New file.  Update users.
842
843         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
844         (find): New method of same name.
845
846         * lily/my-lily-parser.cc (ly:parse-file): Use it.
847
848         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
849         constant error message.
850
851 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
852
853         * input/test/{blank-notes.ly,staff-container.ly}: typos.
854
855 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
856
857         * Documentation/user/music-glossary.tely: @table @strong' replaced
858         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
859         (backportme).
860
861 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
862
863         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
864
865         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
866         #{ lily music expression #} that returns an equivalent scheme
867         music expression by parsing the string.
868
869 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
870
871         * lily/my-lily-parser.cc:
872         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
873         SCM string (foo.ly/toto.scm support).
874
875 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
876
877         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
878
879 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
880
881         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
882
883         * scripts/lilypond-book.py: LY code that includes \header is
884         not assumed to be a fragment.
885
886 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
887
888         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
889         tremolo beams up.
890
891         * lily/stem.cc (chord_start_y): Return 0 if no heads.
892         (get_default_stem_end_position): No tremolo head juggling if no
893         heads.  Fixes tremolo crash on rests (backportme).
894
895         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
896
897 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
898
899         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
900         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
901
902         * lily/lexer.ll: Allow \encoding in NOTES mode.
903
904         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
905         for lyrics, not for commands.
906
907         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
908         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
909
910         * input/regression/newaddlyrics.ly: New file.
911
912         * Documentation/topdocs/NEWS.texi: Update.
913
914         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
915         (Music_list): Allow embedded scm.
916
917         * lily/score.cc (ly:score-bookify): New function.
918
919         * lily/music.cc (ly:music-scorify): Idem.
920
921         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
922         (ly:parser-print-score): Idem.
923
924         * scm/lily.scm (default-toplevel-book-handler): Idem.
925         (default-toplevel-music-handler): Idem.
926         (default-toplevel-score-handler): Idem.
927
928         * ly/declarations-init.ly: Set default toplevel handlers.
929
930         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
931
932         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
933         printer for score at toplevel.
934
935 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
936
937         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
938         Fix for simple case: input/simple-song.ly, more complex stuff
939         does not work yet.
940
941 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
942
943         * lily/parser.yy (Prefix_composite_music): split Composite_music
944         in Prefix_composite_music and Grouped_music_list.
945         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
946
947 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
948
949         * scm/lily.scm (toplevel-expression): New define.
950
951         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
952
953         * lily/parser.yy (toplevel_expression): Use it.
954
955         * lily/include/my-lily-parser.hh: Smobbify.
956
957         * lily/my-lily-parser.cc (parse_string): New method.
958         
959         * lily/my-lily-parser.cc (ly:parse-string): New function.
960
961         * Documentation/user/lilypond.tely: Add comment and workaround for
962         gs-8.01 crash.  Fixes make web.
963
964         Simplification of toplevel music.
965         
966         * lily/lexer.ll, lily/parser.yy:
967
968         * In LYRICS mode, return LYRICS_STRING.  This fixes one
969         shift/reduce problem.
970
971         * Use NOTES mode at start of maininput.
972
973         * Grok toplevel composite music expression, put in score and book.
974
975         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
976
977         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
978
979         * input/simple.ly: New file.
980         
981         * input/simple-song.ly: Idem.
982
983 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
984
985         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
986         Sandberg.
987
988 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
989
990         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
991
992 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
993
994         * input/regression/accidental-octave.ly: doc automatic showing
995         of note names.
996
997 2004-04-16  Heikki Junes <janneke@gnu.org>
998
999         * po/fi.po: do "make po && make -C po po-update" at top-level,
1000         then "cp po/out/fi.po po/fi.po" and update fields.
1001
1002         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
1003
1004 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1005
1006         * Documentation/user/introduction.itely (About this manual): Fix
1007         templates and regression urls (backportme).
1008
1009 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1010
1011         * ly/engraver-init.ly (Score:graceSettings): Increase
1012         beamed-lengths, especially for 32nd notes.
1013
1014         * Documentation/user/notation.itely (Grace notes): Correct the
1015         syntax for add-grace-property example.
1016
1017 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1018
1019         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
1020         `Generated' tag.
1021
1022         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
1023         Severely broken (the Debian package, at least).
1024
1025 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1026
1027         * lily/context.cc (find_create_context): assign to lvalue.
1028
1029 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1030
1031         * lily/include/translator.hh (class Translator): rename
1032         get_parent_context() to context () to avoid confusion.
1033
1034         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1035
1036         * lily/lexer.ll: change is_string -> ly_c_string_p 
1037
1038         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1039
1040         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1041
1042         * VERSION: release 2.3.0
1043
1044         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1045
1046         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1047         if nonempty.
1048
1049         * lily/include/context.hh (class Context): make members protected.
1050         (children_contexts): new accessor function.
1051
1052         * lily/include/translator.hh (class Translator): make
1053         daddy_context_ protected.
1054         (class Translator): clean up. 
1055
1056         * lily/include/context.hh (class Context): make daddy_context_
1057         private.
1058
1059         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1060         higher for finding Voice. (backportme)  
1061
1062         * lily/include/context.hh (class Context): remove
1063         find_context_below() as a method.
1064
1065         * Documentation/user/notation.itely (The Lyrics context): add note
1066         about manual durations
1067
1068         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1069         encoding.
1070
1071         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1072
1073 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1074
1075         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1076         \usepackage{inputenc}
1077
1078         * lily/paper-book.cc (classic_output): don't advance Offset for
1079         TeX output.
1080
1081         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1082         ec-sauter.map in rules
1083
1084         * mf/ecb.mf (font_identifier): new file, based on ecbx
1085
1086         * mf/ecb10.mf (gensize): new file.
1087
1088         * Documentation/topdocs/NEWS.texi (Top): document some more new
1089         features.
1090
1091         * ly/declarations-init.ly: run convert-ly
1092
1093         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1094         from input-file-results. Remove input-file-results.* 
1095
1096 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1097
1098         * scm/output-ps.scm (font-command): Fix, again.
1099
1100         * input/test/title-markup.ly: Add \noPagebreak test.
1101
1102         * lily/score-engraver.cc (try_music): Bugfix.
1103
1104 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1105
1106         * lily/main.cc (main_with_guile): excise dependency options -M and
1107         --dep-prefix
1108
1109         * lily/input-file-results.cc: excise Makefile dependency code
1110
1111         * Documentation/user/invoking.itexi (Invoking the lilypond
1112         binary): remove dep doco
1113         
1114         * lily/main.cc (main_with_guile): call lilypond-main
1115         
1116         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1117
1118         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1119         exception.
1120
1121         * lily/my-lily-parser.cc: remove paper_description function
1122
1123         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1124         new function.
1125
1126         * lily/main.cc: remove global_score_count.
1127
1128         * lily/book.cc (process): don't take header from global_input_file.
1129
1130         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1131
1132         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1133
1134         * lily/music-output-def.cc (LY_DEFINE): new function
1135         ly_output_description. This function does the bulk for  setting,
1136         parsing and breaking down of an input file.
1137
1138         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1139         anonymous modules globally. Let's hope they get GCd
1140
1141         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1142
1143 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1144
1145         * scm/output-ps.scm (header): Papersize from paper.
1146
1147         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1148         for classic output.
1149
1150         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1151         lilypondclassic is defined.
1152         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1153
1154         * input/regression/between-systems.ly: Remove.
1155
1156         * python/lilylib.py (get_bbox): Fix regular expression
1157         for bounding box.
1158
1159         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1160
1161         * scm/output-tex.scm (stop-page): Use it.
1162
1163         * scm/output-ps.scm (define-fonts): Bugfix.
1164
1165         * lily/grob.cc: Add penalty to interface.
1166
1167         * lily/include/paper-line.hh (class Paper_line): New member
1168         var penalty_.
1169
1170         * lily/system.cc (get_line): Initialise Paper_line with
1171         page-penalty's from original grobs.
1172
1173         * scm/define-music-properties.scm (all-music-properties): Add
1174         page-penalty.
1175
1176         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1177
1178         * lily/score-engraver.cc (try_music): Handle page-penalty.
1179
1180         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1181
1182 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1183
1184         * ly/declarations-init.ly (melismaEnd): typo
1185
1186         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1187
1188         * scm/output-ps.scm (text): split string into spaces, use moveto
1189         for setting space. 
1190         
1191 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1192
1193         * po/nl.po: Update.
1194
1195         * scm/font.scm (add-cmr-fonts): Typo.
1196
1197 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1198
1199         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1200         font-encoding.
1201
1202         * scm/define-grobs.scm (all-grob-descriptions): idem.
1203
1204         * lily/time-signature.cc (numbered_time_signature): idem.
1205
1206         * scm/font.scm (add-cmr-fonts): use real encoding names for
1207         font-encoding.
1208
1209 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1210
1211         * lily/paper-book.cc (classic_output): 
1212         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1213         Fixes classic output.
1214         (lilypondstart):
1215         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1216         kludge.
1217
1218         * scripts/old-lilypond-book.py: Remove.
1219
1220         Page layout for SCOREs enclosed in a BOOK:
1221
1222         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1223         layout tweaking.
1224
1225         * input/les-nereides.ly (theScore): Add \book.
1226         
1227         * input/test/title-markup.ly: Add \book.
1228
1229         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1230         only if 'verbose.
1231
1232         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1233
1234         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1235
1236         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1237         * scm/output-tex.scm (start-system): Update for page layout by
1238         LilyPond.
1239
1240         * scm/output-ps.scm (start-system): Previously (new-start-system).
1241
1242         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1243         passed to define-fonts.
1244
1245         * lily/paper-column.cc: 
1246         * lily/system.cc (get_line):
1247         * ly/property-init.ly (newpage): 
1248         * scm/define-grob-properties.scm:
1249         * scm/output-ps.scm: 
1250         * scm/output-tex.scm: Remove between-system-string kludge.
1251
1252         * scm/output-ps.scm (define-fonts, font-command,
1253         font-load-encoding): Handle ENCODING = #f.
1254
1255         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1256
1257         * scm/define-markup-commands.scm (fill-line): Use
1258         make-simple-markup (WAS: unexisting make-word-markup).
1259
1260         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1261         ENCODING, MARKUP parameters for interpret_string.
1262
1263         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1264
1265         * lily/score.cc (book_rendering): New method.
1266         (default_rendering): Create Paper_book helper locally, dump
1267         output.
1268
1269         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1270
1271         * lily/parser.yy: Handle \book.
1272
1273         * lily/include/book.hh: 
1274         * lily/book.cc: New file.
1275
1276 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1277
1278         * lily/text-item.cc (interpret_string): new file, select font with
1279         encoding.
1280
1281         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1282
1283         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1284
1285         * lily/parser.yy (markup): take encoding from lexer.
1286
1287 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1288
1289         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1290
1291         * scm/output-ps.scm: Remove some cruft.
1292
1293 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1294
1295         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1296
1297         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1298
1299 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1300
1301         * scm/font.scm (add-century-schoolbook-fonts):
1302         (make-century-schoolbook-tree): New function.
1303
1304         * input/test/title-markup.ly: Use Century Schoolbook font.
1305
1306 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1307
1308         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1309         to Erik Sandberg) 
1310
1311         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1312
1313         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1314
1315         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1316
1317         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1318
1319 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1320
1321         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1322         solo-state (at end of solo), we can set the solo status
1323         too. (backportme.)
1324
1325         * input/regression/part-combine-solo-end.ly: new file.
1326
1327 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1328
1329         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1330         flavour abc files.  Really ignore unknown keys (backportme).
1331
1332 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1333
1334         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1335         magnification_ when looking up in orig_.
1336
1337         * scm/output-tex.scm (text): switch off char-mapping.
1338
1339         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1340         because AFM's encoding field cannot have spaces.
1341
1342 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1343
1344         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1345
1346 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1347
1348         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1349
1350         * mf/cmr.enc: new file, without hi-bit ascii info. 
1351
1352         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1353         width. This removes the 'hook' at the end of a long slur.
1354
1355         * buildscripts/mf-to-table.py (parse_logfile): don't append
1356         encoding to fontname.
1357
1358 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1359
1360         * scm/output-ps.scm (define-fonts): Load .enc only once.
1361
1362         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1363         too.
1364
1365 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1366
1367         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1368         encoding field.
1369
1370         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1371
1372         * ly/portuges.ly (pitchnames): new file.
1373
1374         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1375         Michael Welsh Duggan
1376
1377         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1378
1379         * ly/nederlands.ly: add comment about digits.
1380
1381         * lily/scaled-font-metric.cc (derived_mark): idem.
1382
1383         * scm/encoding.scm (make-encoding-mapping): change permutation to
1384         mapping.
1385
1386         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1387         (Modified_font_metric): make alist for coding_description_
1388         (LY_DEFINE): remove coding-name.
1389
1390         * scm/output-tex.scm (text): remove debugging code.
1391
1392         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1393
1394         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1395         from infile.
1396
1397         * mf/feta-generic.mf: move fet_beginfont into generic code.
1398         use fetaMusic (without space) as encoding
1399
1400         * mf/feta-autometric.mf: take encoding argument
1401
1402         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1403
1404         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1405         use.
1406
1407         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1408         name.
1409
1410 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1411
1412         * input/test/title-markup.ly: Set inputencoding.
1413
1414         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1415
1416         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1417
1418         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1419         function.
1420         (coding-alist): Also hold filename, command.
1421         (read-encoding-file): Return symbols.
1422
1423 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1424
1425         * scm/output-tex.scm: remove fontify; text and char take a font
1426         argument.
1427
1428         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1429
1430         * lily/scaled-font-metric.cc (text_dimension): init
1431         coding_{permutation,table}_ too 
1432         (LY_DEFINE): ly:font-encoding, new function return
1433
1434         * lily/paper-def.cc (find_scaled_font): take input coding from
1435         inputcoding paper var.
1436
1437         * lily/performance.cc (output): remap modulo 16.
1438
1439         * lily/text-item.cc (interpret_markup): whoops, variable
1440         shadowing fixed.
1441
1442 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1443
1444         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1445         symbols, not symbols to strings.
1446         
1447         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1448         symbols, not symbols to strings.
1449
1450 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1451
1452         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1453         (ly:kpathsea-gulp-file): New function.
1454
1455         * scm/encoding.scm (read-encoding-file): Use it.
1456
1457 2004-04-06  Werner Lemberg  <wl@gnu.org>
1458
1459         * scm/encoding.scm (coding-alist): Fix typo.
1460
1461 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1462
1463         * lily/scaled-font-metric.cc (text_dimension): move function from
1464         Font_metric
1465         (make_scaled_font_metric): init coding_scheme_ to TeX
1466         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1467
1468         * lily/include/scaled-font-metric.hh (struct
1469         Modified_font_metric): rename from Scaled_font_metric
1470
1471         * scm/encoding.scm (read-encoding-file): split up large function,
1472         leave caching to (delay)
1473
1474         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1475
1476 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1477
1478         * lily/my-lily-lexer.cc (set_encoding): New method.
1479
1480         * lily/lexer.ll: Grok \encoding.
1481
1482         * lily/font-metric.cc (get_encoded_index): New function.
1483
1484         * lily/include/font-metric.hh (coding_scheme): New method.
1485
1486         * scm/encoding.scm: New file.
1487
1488         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1489
1490 2004-04-05  Werner Lemberg  <wl@gnu.org>
1491
1492         * Documentation/user/tutorial.itely: Revised (finished).
1493
1494         * Documentation/user/macros.itexi (@separate): Removed.
1495
1496 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1497
1498         * scm/output-ps.scm (define-fonts): fix scaling.
1499
1500         * lily/scaled-font-metric.cc (design_size): add function.
1501
1502         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1503         partial cut&paste of ly:font-magnification.
1504
1505 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1506
1507         * scm/output-ps.scm (define-fonts):
1508         (fontify): Update.
1509
1510 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1511
1512         * po/fr.po: update. (backportme).
1513
1514         * po/nl.po: update. (backportme). 
1515
1516         * mf/feta-beugel.mf: document why design size is not fixed.
1517
1518         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1519
1520 2004-04-04  Werner Lemberg  <wl@gnu.org>
1521
1522         * Documentation/user/tutorial.itely: Revised (continued).
1523
1524 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1525
1526         * po/nl.po: Update (backportme).
1527
1528 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1529
1530         * po/de.po: update. (backportme).
1531
1532         * scm/output-tex.scm (font-command): use ly: functions to
1533         construct name.
1534         (define-fonts): don't use alist, just dump \font definitions.
1535         (font-load-command): calculate proper scaling by taking
1536         outputscale from paper argument.
1537
1538         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1539         expression.
1540
1541         * lily/paper-outputter.cc (output_header): pass paper arg to
1542         define-fonts
1543
1544         * lily/paper-def.cc (font_descriptions): dump list of
1545         Scaled_font_metrics
1546         (find_scaled_font): take Font_metric argument, store
1547         Scaled_font_metrics in hash-table containing (size ->
1548         Scaled_font_metrics) alist.
1549         (get_dimension): rename from get_realvar
1550
1551         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1552         ly:font-magnification, ly:font-name: new functions
1553
1554 2004-04-03  Werner Lemberg  <wl@gnu.org>
1555
1556         * Documentation/user/dedication.itely,
1557         Documentation/user/preface.itely,
1558         Documentation/user/introduction.itely,
1559         Documentation/user/tutorial.itely: Revised.
1560         Removing leading spaces which distorts output if info files are read
1561         with stand-alone info.
1562         Removing superfluous inter-word spaces which also distorts output
1563         for stand-alone info.
1564         Using ` and ' instead of `` and '' everywhere to improve
1565         legilibility with stand-alone info
1566         Using @samp for single-letter input items and data which contains
1567         spaces, @code for other things.
1568
1569         * lily/grob-interface.cc: Adding copyright.
1570         (check_interfaces_for_property): Improve format of warning message.
1571
1572 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1573
1574         * lily/include/font-metric.hh (struct Font_metric): add
1575         design_size () method.
1576
1577         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1578
1579         * lily/afm.cc (read_afm_file): read design size.
1580
1581         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1582
1583         * scm/music-functions.scm (unfold-repeats): handle dots too.
1584
1585 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1586
1587         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1588         (backportme)
1589
1590 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1591
1592         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1593         lyric indent.  Revert melismaBusyProperties using \unset.
1594
1595 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1596
1597         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1598
1599         * lily/parser.yy (command_element): allow redefinition of |
1600         meaning.
1601
1602         * lily/break-align-engraver.cc (acknowledge_grob): construct
1603         LeftEdge where the first cause for alignment is coming from.
1604         This makes \override Staff.LeftEdge work as expected.
1605
1606         
1607         * lily/slur-performer.cc (Slur_performer): add inits
1608
1609         * lily/beam-performer.cc (Beam_performer): add inits
1610
1611 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1612
1613         * VERSION (PACKAGE_NAME): release 2.2.0
1614
1615         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1616
1617 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1618
1619         * lily/cluster.cc (height): Fix warning.
1620
1621         * lily/parser.yy: Janitorial cleanups.
1622
1623         * Documentation/user/tutorial.itely (Tutorial): Typo.
1624
1625 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1626
1627         * lily/change-iterator.cc (process): search at multiple context
1628         levels. This fixes 
1629
1630         
1631         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1632         not voice-state index for tie state. This fixes a partcombine
1633         problem with ties.
1634
1635         * Documentation/user/tutorial.itely (Commenting input files): add
1636         note about convert-ly.
1637
1638         * input/test/cadenza-skip.ly:  new file.
1639
1640 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1641
1642         * po/nl.po: Spelling fixes.
1643
1644         * autogen.sh (srcdir): Regenerate.
1645
1646         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1647         autogen.sh.
1648
1649         * configure.in: Use C++ to check for C++ header.
1650
1651         * po/nl.po: Update.
1652
1653         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1654
1655         * lily/event.cc (to_relative_octave): Translatable sentence should
1656         be one string.
1657
1658         * python/lilylib.py (warranty): Year range is not translatable.
1659         It's 2004 already!
1660
1661         * flower/warn.cc (non_fatal_error, warning, programming_error):
1662         Remove whitespace from translated string.
1663
1664 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1665
1666         * VERSION: release 2.1.37.
1667
1668 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1669
1670         * configure.in: check for C language.
1671
1672         * lily/source-file.cc: include strstream without h.
1673
1674         * scm/documentation-generate.scm (string-append): use name without
1675         .texi.
1676
1677         * autogen.sh (srcdir): SUSE fix.
1678
1679         * Documentation/user/notation.itely (Ancient clefs): idem.
1680
1681         * Documentation/user/lilypond-book.itely (Integrating HTML and
1682         music): idem.
1683
1684         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1685
1686         * lily/change-iterator.cc (process): use find_existing_context().
1687
1688         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1689
1690         * input/regression/repeat-unfold-tremolo.ly: new file.
1691
1692         * scm/music-functions.scm (unfold-repeats): undo music compression
1693         too.
1694
1695         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1696         (LY_DEFINE): ly:music-compress new function.
1697
1698         * scm/part-combiner.scm (determine-split-list): split for voice
1699         crossings
1700
1701         * input/regression/part-combine-cross.ly: new file.
1702
1703         * scm/part-combiner.scm (make-part-combine-music): don't do
1704         relative inside partcombine arguments.
1705
1706         * scm/music-functions.scm (make-non-relative-music): new function.
1707
1708         * Documentation/user/notation.itely (Automatic part combining):
1709         add note about \relative.
1710
1711         * lily/part-combine-iterator.cc (construct_children): add
1712         start_moment_ member.
1713
1714         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1715         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1716
1717         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1718
1719         * Documentation/user/changing-defaults.itely (Which properties to
1720         change): fixes.
1721
1722 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1723
1724         * po/fr.po: update.
1725
1726 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1727
1728         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1729
1730         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1731         Reinstate old code that issues warning.  Fixes --srcdir build.
1732
1733 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1734
1735         * input/wilhelmus.ly: New file.
1736
1737         * Documentation/user/notation.itely: 
1738         * Documentation/user/introduction.itely:
1739         * Documentation/user/tutorial.itely: Use quote ly-option instead
1740         of explicit @quotation.  This fixes too long lilypond linewidths
1741         resulting in overful hboxes.
1742
1743         * scripts/lilypond-book.py: Add ly-option: `quote'.
1744
1745 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1746
1747         * tex/titledefs.tex: Avoid that the first score line is extra
1748         indented if instrument is defined but not piece.
1749
1750 2004-03-30  Werner Lemberg  <wl@gnu.org>
1751
1752         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1753         `lilypond/' to info file name.
1754         (@usermanref) [info]: New variant.
1755
1756         * scm/documentation-generate.scm: Fix definition of @usermanref
1757         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1758         to info file name.
1759
1760 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1761
1762         * VERSION: release 2.1.36
1763         
1764         * Documentation/user/changing-defaults.itely (Interpretation
1765         contexts): rewrite introduction.
1766
1767 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1768
1769         * scm/define-markup-commands.scm: Use TeX accents instead of
1770         straight iso-8859-1 encoding in the doc string.
1771
1772 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1773
1774         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1775         space after dotted duration.
1776
1777 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1778
1779         * Documentation/user/introduction.itely: 
1780         * Documentation/user/notation.itely:
1781         * Documentation/user/tutorial.itely: Up all relative examples.
1782         Enclose @lilypond displays in @quotation.  Typos and corrections.
1783
1784         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1785
1786 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1787
1788         * scm/music-functions.scm (make-voice-props-revert): Revert also
1789         MultiMeasureRest staff-position in oneVoice.
1790
1791 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1792
1793         * Documentation/user/changing-defaults.itely, 
1794         Documentation/user/lilypond.tely: few fixes. Place no comma between
1795         two options: a and b, but commas between three options: a, b, and c.
1796         By this manner, grouping is possible: a and b, and c and d.
1797
1798 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1799
1800         * Documentation/user/GNUmakefile: add rule for .nexi
1801
1802 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1803
1804         * Documentation/user/music-glossary.tely: move glossary direntry
1805
1806         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1807         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1808
1809 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1810
1811         * stepmake/aclocal.m4: Verify that gettext configure check with
1812         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1813
1814 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1815
1816         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1817         glob.glob for .png filenames. This catches multipage pngs.  
1818
1819         * Documentation/user/changing-defaults.itely (Determining the grob
1820         property): fix references.
1821
1822         * lily/staff-symbol.cc (print): only add extent if non empty.
1823         This fixes staff-container.ly.
1824
1825         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1826         starting with a mmrest also works.
1827
1828         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1829         PNG for texinfo too.
1830
1831         * po/lilypond.pot: update translation strings.
1832
1833         * VERSION: 2.1.35 released
1834         
1835         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1836         context argument too.
1837
1838         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1839
1840         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1841
1842         * python/lilylib.py (command_name): don't return 1st path
1843         component.
1844
1845         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1846         .png case separately.
1847
1848         * python/lilylib.py (system): typo.
1849         
1850 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1851
1852         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1853         run indent-region.
1854
1855         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1856         Fixes compile.
1857
1858         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1859         Add header.
1860
1861 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1862
1863         * vim/lilypond-indent.vim: small fixes.
1864
1865 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1866
1867         * Documentation/user/notation.itely (Entering lyrics): Add example
1868         with correct english double quotes (at least for LaTeX output,
1869         maybe not a good idea if we switch to PS as the default output
1870         format).
1871
1872 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1873
1874         * lily/staff-performer.cc (create_audio_elements): play instrument
1875         changes before notes arrive. This fixes instrument of the first
1876         note in a score.
1877
1878         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1879         to 1.9.0 conversion.
1880
1881         * lily/mark-engraver.cc: doc string.
1882
1883         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1884
1885         * Documentation/user/introduction.itely (Introduction): new node.
1886
1887 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1888
1889         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1890
1891         * input/regression/spacing-ragged-last.ly: new file.
1892
1893         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1894         spacing.
1895
1896         * scm/font.scm: rewrite using GOOPS.
1897         
1898         * lily/context-def.cc (filter_engravers): derefence pointer.
1899
1900         * lily/lily-guile.cc (type_check_assignment): use
1901         ly_scheme_function iso. scm_primitive_eval where possible.
1902
1903         * lily/performance.cc (output): limit channels at 15. This fixes
1904         percussion inadvertently showing up in large scores.
1905
1906 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1907
1908         * input/regression/tuplet-gap.ly: new file.
1909
1910         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1911         (print): compute gap length from number size, include italic
1912         correction.
1913
1914         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1915         tuplet-bracket
1916
1917         * scm/paper.scm (set-default-paper-size): new function, to be
1918         called at toplevel.
1919         (set-paper-size): new function, to be called inside \paper {}
1920         (set-default-paper-size): new function, to be called at toplevel.
1921
1922         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1923
1924         * lily/beam-performer.cc (process_music): idem.
1925
1926         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1927         
1928         * tex/titledefs.tex: remove scshape for piece.
1929
1930         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1931         font-family
1932
1933         * lily/time-signature.cc (special_time_signature): font-encoding
1934         not family.
1935
1936         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1937         dynamic to head. This fixes p placement in morgenlied.
1938
1939 2004-03-23  Werner Lemberg  <wl@gnu.org>
1940
1941         * stepmake/stepmake/generic-targets.make (help): Improve text.
1942
1943 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1944
1945         * VERSION: 2.1.34 released
1946         
1947         * lily/main.cc (main_with_guile): switch debugging.
1948
1949         * lily/system.cc (get_line): plug leak.
1950
1951         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1952         and contents.
1953         (stencil2line): plug leak.
1954
1955         * Documentation/user/changing-defaults.itely (Determining a grob
1956         property):  new node.
1957         (Layout interfaces): new node.
1958         (Navigating the program reference): new node.
1959
1960         * lily/accidental-engraver.cc (acknowledge_grob): add property
1961         harmonicAccidentals
1962
1963         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1964         general cleanups.
1965         
1966         * input/les-nereides.ly (middleDynamics): resurrect Les
1967         nereides. Remove pedal hack.
1968
1969 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1970
1971         * input/regression/property-grace-polyphony.ly: new file.
1972
1973         * lily/translator-property.cc (execute_pushpop_property): only pop
1974         one instance of the property. This fixes << \\ >> together with
1975         \grace.
1976
1977         * lily/break-align-interface.cc (ordered_elements): we cannot
1978         modify the #'elements property, so return reordered array.
1979
1980 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1981
1982         * buildscripts/lilypond.words.py: remove.
1983         * buildscripts/lilypond-words.py: add new, renamed file. 
1984         Give generated targets and dirs explicitly in arguments.
1985
1986         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1987         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1988         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1989         
1990         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1991
1992         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1993
1994         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1995         orders.
1996
1997         * vim/GNUmakefile: add local-uninstall target.
1998
1999         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
2000         
2001         * vim/vimrc: add a one-liner file.
2002
2003         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
2004         vimrc in EXTRA_DIST_FILES.
2005
2006         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
2007
2008 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
2009
2010         * config.make.in: add vimdir.
2011
2012         * vim/GNUmakefile: add local-install.
2013
2014 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2015
2016         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
2017         with \lilypondifundefined{blabla}. Solves problem with multiple
2018         titles in the same lilypond-book document.
2019
2020 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2021
2022         * scm/document-backend.scm (interface-doc): sort grob list for
2023         interface.
2024
2025         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
2026         pre/post break align-order.
2027
2028         * spelling patch courtesy Edward Sutton.
2029
2030         * Documentation/user/changing-defaults.itely (Changing context
2031         default settings): new node.
2032         (Defining new  contexts): new node.
2033
2034         * scripts/lilypond-book.py (is_derived_class): use numbers
2035         iso. booleans.
2036
2037         * python/lilylib.py (make_ps_images): add margin to PS images.
2038
2039         * scripts/lilypond-book.py (is_derived_class): new function. Take
2040         class arg iso. object.
2041         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2042         for bug in GS/dvips.
2043
2044         * lily/text-item.cc (interpret_markup): idem.
2045
2046         * scm/define-markup-commands.scm: remove split around-space hack.
2047
2048         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2049         function, fold WL's fixes into one function.
2050
2051 2004-03-22  Werner Lemberg  <wl@gnu.org>
2052
2053         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2054         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2055         (Note_column::head_position_interval): Do proper rounding for
2056         calls to Staff_symbol_referencer::get_position.
2057
2058 2004-03-21  Werner Lemberg  <wl@gnu.org>
2059
2060         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2061         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2062         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2063         (My_lily_parser::parse_file): Improve formatting progress indication
2064         sent to stdout.
2065
2066 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2067
2068         * VERSION: 2.1.33 released.
2069
2070         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2071
2072         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2073
2074         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2075         warning is issued about dummy.dep.
2076
2077         * scm/new-font.scm: fix design sizes of nummer
2078
2079 2004-03-21  Werner Lemberg  <wl@gnu.org>
2080
2081         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2082         some annoying warnings from mkdir during `make install'.
2083
2084 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2085
2086         * lily/performer-group-performer.cc (do_announces): call
2087         Performer_group_performer::create_audio_elements () too.
2088
2089         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2090
2091         * scm/define-grobs.scm (all-grob-descriptions): add property
2092         break-align-orders
2093
2094         * lily/global-context.cc (get_default_interpreter): new
2095         function. Override from base class, so no new Score contexts are
2096         created.
2097
2098         * lily/include/stencil.hh (class Stencil): document origin field.
2099
2100         * lily/staff-symbol.cc (print): span staff-symbol on column
2101         extents for non-broken columns. 
2102
2103         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2104         key-signature.
2105
2106         * tex/titledefs.tex: don't use smallcaps for piece.
2107
2108         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2109         translated stencils in the output.
2110
2111         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2112
2113 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2114
2115         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2116         and init ties_created_
2117
2118         * VERSION: release 2.1.32
2119
2120         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2121         doc string from IMPLEMENT_CTOR_CALLBACK().
2122
2123         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2124         that engraver is in a performer hierarchy.
2125
2126 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2127
2128         * vim/lilypond-ftdetect.vim: new file.
2129
2130 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2131
2132         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2133         (compose_ly): default octave should be middle C.
2134
2135         * Documentation/user/changing-defaults.itely (Layout tunings
2136         within contexts): new node.
2137
2138         * lily/include/smobs.hh: document C++ smob interface.
2139
2140         * lily/function-documentation.cc: don't doc functions without
2141         docstring.
2142
2143 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2144
2145         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2146         direntry, so that `info lilypond' goes to Top.
2147
2148         * scm/output-ps.scm (polygon): Fix: add spaces.
2149
2150         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2151         solutions are now optimal too.
2152
2153         * input/test/page-breaks.ly: New file.
2154
2155         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2156         functions into safe module.
2157
2158         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2159         end, prepend zeros.
2160
2161         * scm/output-*.scm: Use ly:number->string rather than
2162         number->string.  Makes for saner output.
2163
2164         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2165         Fixes feta-nummer, feta-din scaling.
2166
2167 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2168
2169         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2170
2171         * scm/music-functions.scm (descend-to-context): new
2172         function. Similar to context-spec-music.
2173         (make-time-signature-set): specify Score as descend-only. This
2174         fixes the polymetric.ly example.
2175
2176         * lily/context-specced-music-iterator.cc (construct_children): add
2177         support for descend-only context spec.
2178
2179         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2180         determine ez-notation letter. 
2181
2182         * lily/system.cc (get_line): start with dumping layer 3. This
2183         fixes ez notation.
2184
2185 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2186
2187         * input/test/title-markup.ly: Stress breaking harder.
2188
2189         * scm/page-layout.scm (height-score): Overfull page scores twice
2190         as bad as underfull (was: by a power).
2191         (walk-lines): Omit first walk-path round (breaking after new node,
2192         without lines).
2193
2194         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2195         diff values are negative.
2196         (output): Bugfix: treat negative vfill differently.
2197
2198         * Documentation/user/lilypond.tely (direntry): Add note about why
2199         `info lilypond' brings up `Invoking LilyPond' node.
2200
2201 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2202
2203         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2204
2205         * lily/paper-book.cc: Remove cruft.
2206         (output): Bugfix: put vfill between lines.
2207         (pages): Bugfix: set page vars needed for filling.
2208
2209         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2210         (was: @ar).
2211
2212         * scm/page-layout.scm: Further development.
2213
2214         * ly/declarations-init.ly (paper): Define page-breaking.
2215
2216 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2217
2218         * lily/note-head.cc (brew_ez_stencil): add note-names
2219         property. Provides internationalization for note names.
2220
2221         * Documentation/user/changing-defaults.itely (Creating contexts):
2222         new node.
2223
2224         * lily/grace-iterator.cc (process): descend to child for \grace.
2225
2226         * lily/timing-translator.cc (initialize): Timing_translator adds
2227         Timing alias by itself.
2228
2229         * lily/context.cc (add_alias): new function.
2230
2231         * scm/lily.scm (tex-output-expression): new function, eval within
2232         drawing API. Guards against eval vulnerabilities.
2233
2234         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2235
2236         * scm/output-ps.scm (scm): export lily drawing API.
2237
2238         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2239         throughout.
2240
2241 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2242
2243         * scm/page-layout.scm (optimal-page-breaking): New function.
2244         
2245         * lily/paper-book.cc (pages): Use it.
2246
2247 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2248
2249         * lily/include/paper-line.hh (class Paper_line): Full smob.
2250
2251 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2252
2253         * lily/global-context.cc (run_iterator_on_me): fix grace note
2254         nesting by initting measurePosition.
2255
2256         * lily/timing-translator.cc (initialize): do no init
2257         measurePosition
2258         
2259         * lily/include/music-output-def.hh (class Music_output_def): add
2260         input_origin_ field.
2261
2262         * Documentation/user/changing-defaults.itely (Changing context
2263         properties on the fly): new node.
2264
2265         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2266         function. Only have smobbed_copy (), and do not provide
2267         smobbed_copy() for non-simple smobs. Changes throughout.
2268
2269 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2270
2271         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2272         start_moment_. Fix by Doug A. Linhardt.
2273
2274 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2275
2276         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2277         accidentals for harmonic notes.
2278
2279         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2280         of different style. (Thanks to Doug Linhardt).
2281
2282         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2283         new node.
2284
2285 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2286
2287         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2288
2289         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2290         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2291         vim/lilypond-indent.vim: doc targets and deps in comments.
2292
2293 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2294
2295         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2296
2297         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2298
2299         * lily/include/paper-line.hh:
2300         * lily/include/paper-line.cc: New file.
2301
2302 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2303
2304         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2305
2306         * GNUmakefile.in: remove stray make out=www
2307
2308         * input/test/bagpipe.ly (gcdg): octave fixes.
2309
2310         * scm/define-markup-commands.scm (number): use font-encoding
2311         iso. font-family
2312
2313         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2314         font-encoding.
2315         
2316 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2317
2318         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2319         `output_format_global' and `PAGE_LAYOUT'.
2320
2321 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2322
2323         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2324         lily functions in safe mode.
2325
2326         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2327         Print filename for HTML, LATEX, before texidoc.
2328
2329         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2330         instructions in output-ps module.
2331
2332         * scm/lily.scm: Do not load output-ps module.
2333
2334         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2335         safe mode.
2336
2337 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2338
2339         * lily/span-dynamic-performer.cc (process_music): remove spurious
2340         warning.
2341
2342         * lily/context-def.cc (Context_def): init name to ""
2343
2344         * lily/font-interface.cc: add font-encoding property.
2345
2346         * scm/lily.scm (chain-assoc-get): bugfix.
2347
2348         * lily/paper-book.cc (stencil2line): protect static SCM.
2349
2350         * lily/font-interface.cc (text_font_alist_chain): rename function,
2351         and use text-font-defaults. 
2352
2353         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2354
2355         * scm/paper.scm (paper-set-staff-size): use new function.
2356
2357         * scm/new-font.scm (make-font-tree): new function.
2358
2359 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2360
2361         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2362
2363         * scm/lily.scm (get-output-module): New function.
2364         (output-alist): Remove ,ps-output-expression.
2365
2366         * scm/output-tex.scm (ps-output-expression): New function.
2367
2368         * scm/output-ps.scm (ps-output-expression): Remove.
2369         (header, start-page): Output page metadata.
2370
2371         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2372         initialise output_module_.  Do not write part of header.
2373         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2374         (output_header): Output full header.
2375
2376         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2377         FIXME.
2378
2379 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2380
2381         * scm/new-font.scm: new file. Tree based font lookup.
2382
2383         * scm/lily.scm (assoc-get): take default argument. Remove
2384         assoc-get-default.
2385         (chain-assoc-get): use chain-assoc-get everywhere.
2386
2387         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2388         autobeamsettings conversion bug.
2389
2390         * lily/include/global-context.hh (Context): clean-up data hiding.
2391
2392         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2393         data hiding.
2394
2395         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2396
2397         * input/regression/stem-shorten.ly: add chord case.
2398
2399         * lily/stem.cc (get_default_stem_end_position): shorten stems
2400         triggered by note-head positions, not by forced-direction. This
2401         fixes a bug with too short stems.  
2402  
2403 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2404
2405         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2406         Lilypond_snippet.output_latex): Always call output_print_filename.
2407
2408         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2409         expand pages.
2410
2411 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2412
2413         * scm/part-combiner.scm (make-autochange-music): switch rests
2414         before switched notes too.
2415
2416         * lily/figured-bass-engraver.cc (process_music): change calling
2417         convention.
2418
2419         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2420
2421         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2422         command.
2423
2424         * lily/include/stencil.hh (class Stencil): add origin field.
2425
2426         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2427         function.
2428
2429         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2430
2431         * lily/lexer.ll: remove support for \$ and $ in identifiers
2432
2433         * lily/sequential-iterator.cc: remove copy_grace_fixups
2434         (get_grace_fixup): slight abstraction of fixup code.
2435
2436         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2437
2438 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2439
2440         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2441         in insert-mode. add indenting rules.
2442
2443 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2444
2445         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2446         protect hack.
2447
2448         * scm/page-layout.scm:
2449         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2450         layout and titling should now match external latex based version.
2451
2452         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2453         header fields.
2454
2455         * ps/lilyponddefs.ps: Remove automatic page layout.
2456
2457         * scm/output-ps.scm (new-start-system): New interface function.
2458
2459         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2460
2461         * lily/paper-book.cc (output): Bugfix.
2462
2463 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2464
2465         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2466         
2467 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2468
2469         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2470         direntries.
2471
2472         * ps/lilyponddefs.ps: Bugfix.
2473
2474         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2475
2476 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2477
2478         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2479         cause. This should fix warnings.
2480
2481         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2482
2483         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2484         prevent aligned 6ths.
2485
2486         * lily/custos.cc (print): remove adjust-if-on-staffline.
2487
2488 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2489
2490         * lily/paper-book.cc: Do header and footer.
2491
2492 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2493
2494         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2495
2496         * scm/paper.scm (lineheight): Remove
2497         (head-sep, foot-sep): Add.
2498
2499 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2500
2501         * mf/feta-schrift.mf: reduce portato thickness.
2502
2503         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2504
2505         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2506         programming_error ().
2507
2508         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2509         bracket to last command column.
2510
2511         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2512         continues on next/prev system.
2513
2514         * input/regression/pedal-end.ly: new file.
2515
2516 2004-03-10  Werner Lemberg  <wl@gnu.org>
2517
2518         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2519         Remove pmx2ly stuff.
2520         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2521
2522 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2523
2524         * scm/page-layout.scm: New file.
2525
2526         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2527         settings.
2528         (Lilypond_snippet.is_outdated): Also check for PNG file.
2529         Workaround for interrupted (web) builds.
2530
2531         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2532
2533         * ps/lilyponddefs.ps: Use only very small top-marging.
2534         (init-paper): Also pop page size string.
2535         (start-page, stop-page): New function.
2536
2537         * scm/output-ps.scm (header-end): Remove stray exec commands.
2538
2539 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2540
2541         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2542
2543         * lily/score.cc (default_rendering): clean protection.
2544
2545         * lily/paper-book.cc (mark_smob): implement smob marking.
2546
2547         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2548
2549         * Documentation/user/*.itely: user manual edits. 
2550
2551 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2552
2553         * Documentation/user/converters.itely (Invoking musedata2ly):
2554         remove pmx2ly.
2555
2556         * scripts/pmx2ly: remove script.
2557         
2558 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2559
2560         * lily/score.cc (default_rendering): Protect paper-book members.
2561
2562         * lily/paper-def.cc (smobbed_copy): New method.
2563
2564         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2565         switch runtime.
2566
2567         * lily/include/music-output.hh (process): Change signature to
2568         return SCM.
2569
2570         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2571         method.
2572
2573         * lily/paper-score.cc (process): Return stencils rather than
2574         outputting directly.  Remove paper-book kludge.  Delete grobs.
2575         (output): Remove.
2576
2577         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2578
2579         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2580
2581         * lily/score.cc (default_rendering)
2582         (ly_render_output): Move adding paper-score two levels up.
2583
2584         * lily/system.cc (get_line):
2585         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2586
2587 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2588
2589         * scm/font.scm (paper20-font-vector): add more design sizes for
2590         number.
2591
2592         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2593         feta-nummber{5,7,11,13}.
2594
2595         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2596         for 12pt design size. 
2597
2598 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2599
2600         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2601
2602 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2603
2604         * lily/font-select.cc (properties_to_font_size_family): Fix
2605         warning message.
2606
2607         * Experimental PostScript latin1 encoding:
2608         
2609         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2610
2611         * scm/output-ps.scm: Experimental encoding using reencode-font.
2612         * scm/font.scm: Add latin1 `font-shape'.
2613         
2614         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2615
2616         * ps/lilyponddefs.ps (reencode-font): New function.
2617
2618         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2619
2620         * scm/output-tex.scm (start-page):
2621         (stop-page): New interface function.
2622
2623 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2624
2625         * lily/paper-outputter.cc (output_expr):
2626         (output_header):
2627         (output_line): New method.
2628
2629         * lily/system.cc (get_line):
2630         (get_lines): New method.
2631         (output_scheme):
2632         (output_line): Remove.
2633
2634         * scm/lily.scm (make-title): New function.
2635
2636         * lily/paper-book.cc: 
2637         * lily/include/paper-book.hh: New file.
2638
2639         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2640         ly-modules.hh).
2641
2642         * lily/ly-module.cc (ly_modules_lookup): New function.
2643
2644         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2645
2646         * scm/output-ps.scm (make-title): Remove.
2647         (output-scopes): Junk header-title test.
2648
2649 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2650
2651         * mf/feta-schrift.mf: thicker dot for portato.
2652
2653         * lily/accidental-placement.cc (position_accidentals): bugfix in
2654         offset, this fixes right-padding of AccidentalPlacement.
2655
2656         * lily/[h-z]*.cc: () formatting.
2657
2658         * Documentation/user/tutorial.itely (An orchestral part): more
2659         fixes for the tutorial.
2660
2661         * scm/translation-functions.scm (fraction-tuplet-formatter):
2662         reverse fraction.
2663
2664         * lily/parser.yy (context_def_spec_block): use \context instead of
2665         \translator.
2666
2667         * lily/[a-g].cc: () style cleanup.
2668
2669         * Documentation/user/tutorial.itely (Automatic and manual beams):
2670         editing of tutorial.
2671
2672 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2673
2674         * buildscripts/mf-to-table.py (base): write encoding name.
2675
2676 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2677
2678         * Documentation/user/GNUmakefile (local-install-info): Issue
2679         warning (for packager, ie, if not installing in /usr or /usr/local).
2680
2681         * lily/stencil-scheme.cc: 
2682         * lily/staff-symbol-referencer.cc: 
2683         * lily/script-column.cc: 
2684         * lily/pitch.cc: 
2685         * lily/music.cc: 
2686         * lily/grob-pq-engraver.cc: 
2687         * lily/font-interface.cc: 
2688         * lily/music-output-def.cc: 
2689         * lily/duration.cc: 
2690         * lily/grob-scheme.cc:
2691         * lily/context-scheme.cc: Put scheme name on first line in
2692         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2693         style cleanups.
2694
2695         * stepmake/stepmake/scm-vars.make: 
2696         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2697         Rename and split TAGS_FILES.
2698
2699         * GNUmakefile.in (ALL-TAGS): Remove.
2700         
2701         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2702         deeper TAGS files.  Fixes regexp tags in TOP dir.
2703
2704 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2705
2706         * VERSION: 2.1.29 released.
2707         
2708         * Documentation/user/changing-defaults.itely (Changing defaults):
2709         new file.
2710
2711         * Documentation/user/notation.itely (Notation manual): rename from 
2712         refman.itely
2713
2714         * Documentation/user/notation-appendices.itely (The Feta font):
2715         new file.
2716
2717         * Documentation/user/advanced.itely: add aborted attempt for
2718         advanced topics manual.
2719
2720 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2721
2722         * scm/new-markup.scm: display Markups in sane format. Patch by
2723         Nicolas Sceaux.
2724
2725 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2726
2727         * lily/main.cc: Cleanups.
2728         (setup_localisation): New function.
2729         (sane_putenv): Remove.
2730         (main_with_guile): New name (Was: main_prog).  Remove musings
2731         about possible preparation for GUILE heavy memory usage and
2732         practical uselessness.  Do not set environment variables
2733         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2734         name juggling.
2735         (parse_argv): New function.
2736         (copyright): New function.  It's 2004 already.
2737
2738         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2739         (distill_inname): Move from main.
2740
2741 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2742
2743         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2744
2745         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2746
2747         * Documentation/user/running.itely: new file.
2748
2749         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2750
2751         * lily/score-performer.cc (finish): call Translator::finalize ().
2752
2753 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2754
2755         * lilypond-ftpplugin.vim: renamed to the following file.
2756         * lilypond-ftplugin.vim: new file.
2757
2758         * GNUmakefile.in: update VIM_FILES.
2759
2760 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2761
2762         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2763         props.
2764
2765         * input/test/tie-sparse.ly: remove.
2766
2767         * lily/tie-performer.cc (try_music): copy & paste from
2768         Tie_engraver.
2769
2770         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2771         variable_ref twice.
2772
2773         * lily/key-performer.cc (create_audio_elements): use
2774         alterations-in-key.
2775
2776         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2777
2778 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2779
2780         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2781         handle also quarter tones (not shown as tests). test also flats.
2782
2783         * Documentation/index.html.in: small fixes.
2784
2785 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2786
2787         * input/regression/new-markup-scheme.ly: Typo.
2788
2789         * scm/define-markup-commands.scm (fill-line): New markup.
2790
2791         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2792         (output-paper-def): Fix alignment.
2793         (make-title): Fix height/width scaling.
2794
2795         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2796
2797         * input/test/title-markup.ly: Add remaining titles.  Layout and
2798         font size fixes.  Add simplistic latin1 test.
2799
2800 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2801
2802         * input/test/nested-groups.ly: remove. move content (to next). 
2803         * input/test/staff-bracket.ly: replace content (from prev), this 
2804         has been already in templates.
2805
2806 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2807
2808         * stepmake/autogen.sh: Only issue warning about running configure
2809         without arguments when autogen.sh will actually be running
2810         configure.
2811
2812 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2813
2814         * scm/new-markup.scm (stack-stencil-line): robustness.
2815
2816         * scm/define-markup-commands.scm (simple): robustification of
2817         simple-markup.
2818
2819         * Documentation/user/music-glossary.tely (Top): change central C
2820         to middle C.
2821
2822         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2823
2824 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2825
2826         * input/test/title-markup.ly (spaceTest): Add.
2827
2828         * lily/text-item.cc (interpret_markup): Make line markup from
2829         multi word markup.
2830
2831         * scm/define-markup-commands.scm (word): New markup command.
2832         (simple): Use it.
2833
2834         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2835
2836 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2837
2838         * vim/ftplugin/lilypond.vim:
2839         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2840         show matching paren in insert mode.
2841
2842 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2843
2844         * scm/output-ps.scm (make-title, output-scopes): Further
2845         development.
2846
2847         * input/test/title-markup.ly: New file.
2848
2849         * ps/lilyponddefs.ps: Disable PostScript titling.
2850
2851         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2852
2853 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2854
2855         * lily/arpeggio.cc (width_callback): remove padding.
2856  
2857         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2858
2859         * scm/define-music-types.scm: remove make-music-by-name.
2860
2861         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2862
2863 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2864
2865         * lily/paper-score.cc (process): Output titles using make-title.
2866
2867         * scm/output-ps.scm (output-stencil): Display directly instead of
2868         constructing string.
2869         (make-title): New function.
2870
2871 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2872
2873         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2874         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2875         Move documentation of LaTeX packages for latin1 characters to the
2876         lilypond-book manual.
2877
2878 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2879
2880         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2881
2882         * vimrc: add menu in console and shortcut <F10> for it.
2883
2884         * vim/:
2885         * vim/compiler/:
2886         * vim/syntax/:
2887         * vim/indent/:
2888         * vim/ftplugin/: new directories.
2889         
2890         * vim/filetype.vim: new file.
2891
2892         * lilypond.vim: remove files (see next).
2893         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2894
2895         * vimrc: remove file (see next).
2896         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2897
2898         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2899         add header. apply bindings only locally.
2900
2901         * vim/indent/lilypond.vim: new file.
2902
2903         * vim/ftplugin/lilypond.vim: remove errorformat.
2904         * vim/compiler/lilypond.vim: new file for errorformats.
2905
2906         * Documentation/topdocs/INSTALL.texi: give easier orders.
2907
2908         * ROADMAP: add vim/
2909
2910 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2911
2912         * Documentation/user/introduction.itely (Introduction): Use @image
2913         iso @html <img...>.  Add workaround for images in columns in info.
2914
2915         * stepmake/aclocal.m4: Store computed version in variable.
2916
2917         * configure.in: Export MAKEINFO_VERSION.
2918
2919         * config.make.in (MAKEINFO_VERSION): Add.
2920
2921         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2922
2923         * Documentation/user/GNUmakefile: Only build info with images when
2924         building web.
2925
2926         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2927
2928         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2929         stuff from documentation-targets.make
2930
2931 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2932
2933         * VERSION: 2.1.28 released
2934         
2935         * scripts/convert-ly.py (conv): 
2936
2937 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2938
2939         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2940         \arpeggioBoth. redefine \arpeggioBracket.
2941
2942         * Documentation/user/refman.itely: document new arpeggio
2943         functions.
2944
2945         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2946
2947         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2948
2949         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2950
2951 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2952
2953         * Documentation/user/introduction.itely (Automated engraving):
2954         rewrite introduction using website text.
2955
2956 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2957
2958         * scm/*.scm: make-music-by-name is replaced by make-music, which
2959         also accept music property settings, eg:
2960           (make-music 'TextScriptEvent 'direction DOWN 'text
2961               (make-simple-markup x))
2962
2963         Patch courtesy Nicolas Sceaux
2964
2965         * lily/beam-quanting.cc: cleanup, separate counts for left and
2966         right beam ends.
2967
2968         * lily/side-position-interface.cc (quantised_position): also
2969         quantize staccato position for forced stem directions. 
2970
2971 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2972
2973         * scm/*.scm: Patch by Nicolas Sceaux: 
2974
2975         * scm/music-functions.scm: ly:grob-property and ly:music-property
2976         are made procedure with setters.
2977
2978         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2979         
2980 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2981
2982         * input/test/[t-v]*.ly: finish rewriting texidocs.
2983
2984         * input/test/vaticana.ly: remove.
2985         * input/test/ligature-vaticana.ly: new, renamed file name.
2986
2987         * input/test/stem-centered.ly: remove.
2988         * input/test/mensural-note-heads.ly: new file. take content from
2989         removed file stem-centered.ly.
2990
2991         * input/test/scales-greek.ly: simplify.
2992
2993         * input/test/s*.ly: reformulate texidocs.
2994         
2995         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2996         of missing features.
2997
2998 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2999
3000         * input/test/[j-o]*.ly: update texidocs.
3001
3002 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3003
3004         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
3005
3006         * Documentation/topdocs/NEWS.texi: Add note about info docs with
3007         images.
3008
3009         * Documentation/user/lilypond.tely (@direntry): Update.
3010
3011         * stepmake/stepmake/documentation-targets.make
3012         (install-info,uninstall-info): Install into $(package_infodir).
3013         Install images.  Run install-info to update dir.
3014
3015         * config.make.in (package_infodir): Add.
3016
3017         * Documentation/user/GNUmakefile (info-with-images,
3018         local-install-info, local-uninstall-info): New target.
3019
3020 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3021
3022         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
3023         gap/threshold.
3024
3025         * lily/beam-quanting.cc (score_slopes_dy): remove
3026         ROUND_TO_ZERO_SLOPE kludge.
3027
3028         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
3029
3030         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
3031
3032         * lily/global-context.cc (Global_context): alway accept Score
3033         (run_iterator_on_me): cast Context to Score_context, not
3034         Context_def.
3035
3036         * Documentation/user/refman.itely: documentation patch by Edward
3037         Sanford Sutton.
3038
3039         * mf/GNUmakefile: unset sauter-fonts.
3040
3041 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3042
3043         * scripts/lilypond-book.py (output_texinfo): Output @image
3044         descriptions for info too.
3045
3046         * input/test/chord-names-jazz.ly: 
3047         * input/test/embedded-scm.ly: Clarify.
3048
3049         * input/test/cautionaries.ly: Typo.
3050
3051         * lily/input-smob.cc (ly_input_location): Compile fix.
3052
3053 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3054
3055         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3056
3057         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3058         fixes problems with system defaults being reverted with \override
3059         on Score level.
3060
3061         * lily/global-context.cc (Global_context): apply property-ops to
3062         Global_context too. 
3063
3064 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3065
3066         * scm/output-ps.scm (stencil->string): Rewrite.
3067
3068 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3069
3070         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3071         impersonal style.
3072
3073 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3074
3075         * lily/input-smob.cc (ly_input_location: New function.
3076
3077         * scm/define-markup-commands.scm (upright): New markup command.
3078
3079         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3080
3081         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3082
3083         * scm/output-ps.scm (output-stencil): New function.
3084
3085         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3086         of snippet types; fixes @ignore and @verbatim blocks.
3087
3088 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3089
3090         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3091         to a file in printed documentation, instead, refer either to a 
3092         syntax or to an output.
3093
3094 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3095
3096         * input/regression/beam-center-slope.ly: Add test.
3097
3098 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3099
3100         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3101         (SAUTER_FONTS): Reinstate.
3102
3103         * scm/define-markup-commands.scm (caps): New markup command.
3104
3105         * scm/output-ps.scm (output-scopes): Experimental markup output.
3106
3107         * scm/: Add missing headers.
3108
3109         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3110
3111         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3112
3113 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3114
3115         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3116         Stray style cleanups.
3117
3118 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3119
3120         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3121         no dot combination.
3122
3123         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3124         substitute \override Staff.autoBeamSettings too
3125
3126         * Documentation/user/tutorial.itely: proofreading fixes by David
3127         Bobroff
3128
3129 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3130
3131         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3132
3133         * ps/music-drawing-routines.ps: 
3134         * ps/lilyponddefs.ps: Add end markers.
3135
3136 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3137
3138         * VERSION: 2.1.27 released.
3139         
3140         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3141
3142         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3143         obey documentation.
3144
3145 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3146
3147         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3148
3149         * scm/output-ps.scm: Resurrect.
3150         
3151         * scm/output-tex.scm: Minimal cleanups.
3152
3153         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3154
3155         * make/ly-rules.make: Remove any broken lily-*.tex files before
3156         lilypond-book run.
3157
3158         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3159         comment.
3160
3161         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3162         Enabled by default, may save 10% compile time.
3163
3164 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3165
3166         * lily/lyric-phrasing-engraver.cc: remove
3167         
3168         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3169         longer necessary. 
3170
3171         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3172         so lyric-phrasing-engraver is no longer necessary.
3173
3174         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3175         Grob_pq_engraver from Staff.
3176
3177         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3178         busyGrobs directly.
3179
3180         * input/regression/quote-transposition.ly: new file.
3181
3182         * lily/recording-group-engraver.cc (stop_translation_timestep):
3183         store instrumentTuning too. 
3184
3185         * lily/quote-iterator.cc (process): transpose events using
3186         instrumentTuning.
3187
3188         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3189         -> \tuning <pitch>
3190
3191         * lily/parser.yy (command_req): add \tuning command for setting
3192         instrument tuning of staff.
3193
3194         * Documentation/user/GNUmakefile
3195         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3196
3197         * Documentation/user/refman.itely (Customized accidental rules):
3198         typo.
3199
3200 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3201
3202         * Documentation/user/music-glossary.tely: remove the missing norwegian
3203         translation; they can be put in later properly.
3204
3205 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3206
3207         * lily/recording-group-engraver.cc (start_translation_timestep):
3208         init Recording_group_engraver twice.
3209
3210 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3211
3212         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3213         stray style cleanups:
3214
3215         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3216         -Wmissing-prototypes.
3217
3218         * flower/include/killing-cons.tcc (Killing_cons): Add template
3219         specifier for car_.
3220
3221         * flower/include/parray.hh (binsearchs): Add template specifier
3222         for maxkey.
3223
3224         * flower/include/interval.hh: Declare elem () with template specfier.
3225
3226 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3227
3228         * elisp/lilypond-indent.el (get-buffer-size): add customization
3229         groups for several variables (Reuben Thomas).
3230
3231 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3232
3233         * Documentation/user/invoking.itexi (Point and click): add index
3234         entry.
3235
3236         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3237         go under beam.
3238
3239         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3240         sarabande beam. 
3241
3242         * flower/warn.cc (programming_error): cross fingers not thumbs.
3243
3244         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3245         staff-position is set.
3246
3247         * VERSION: release 2.1.26 
3248         
3249         * scm/chord-entry.scm (construct-chord): process transposition
3250         after processing explicit-11.  
3251
3252 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3253
3254         * lily/parser.yy (add_quote): add syntax for adding quotes:
3255         \addquote "id-string" Music
3256
3257         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3258
3259         * scripts/convert-ly.py (conv): add rules for name changes.
3260
3261         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3262         music/context/grob property functions. Internally, use
3263         get_property() and set_property() for both.
3264
3265 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3266
3267         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3268         for Emacs <= 20 (Laurent Martelli).
3269
3270 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3271
3272         * lily/parser.yy (command_element): extract quoted vector in
3273         parser.
3274
3275         * input/regression/quote.ly: new file.
3276
3277         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3278
3279         * lily/parser.yy (command_element): \quote DURATION NAME: support
3280         cue notes. 
3281
3282         * lily/quote-iterator.cc (class Quote_iterator): new file.
3283
3284 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3285
3286         * lily/auto-beam-engraver.cc (try_music): accept and process
3287         beam-forbid-event.
3288
3289         * input/regression/auto-beam-no-beam.ly: new file.
3290
3291 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3292
3293         * lily/accidental.cc (print): Change font-relative-size ->
3294         font-size. Fixes cautionary-style = smaller.
3295
3296 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3297
3298         * lily/system-start-delimiter.cc (staff_brace): remove
3299         font-relative-size
3300
3301         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3302         forgotten with scm_list_n. Fixes spurious coredumps.
3303
3304         * lily/accidental-engraver.cc (stop_translation_timestep): move
3305         update of localKeySignature to stop_translation_timestep (). This
3306         makes sure that all ties are noticed at the right moment.
3307         (stop_translation_timestep): clear tie only when right-side
3308         notehead was seen.
3309         (number_accidentals_from_sig): cleanup. 
3310
3311         * input/regression/accidental-tie.ly (mus): new file
3312
3313         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3314         these longish tests.
3315
3316 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3317
3318         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3319
3320         * THANKS: update bugreporter list.
3321
3322         * lily/beam.cc (print): broken beams last until end of staff.
3323         (print): broken beams start from prefatory matter.
3324
3325         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3326
3327         * lily/paper-score.cc (process): dump header only once.
3328
3329         * lily/paper-outputter.cc (Paper_outputter): move logic into
3330         Scheme.
3331
3332         * scm/output-tex.scm (output-scopes): new function.
3333         (output-paper-def): new function
3334         (tex-string-def): new function
3335         (symbol->tex-key): new function
3336
3337         * scripts/convert-ly.py (conv): add rule for | ~
3338
3339 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3340
3341         * input/regression/{many}.ly: refresh, trying to guess how
3342         it was designed.
3343
3344 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3345
3346         * VERSION: release 2.1.25
3347
3348         * scm/define-translator-properties.scm
3349         (all-user-translation-properties): add printOctaveNames
3350
3351         * ly/engraver-init.ly: remove Note_event_swallower from
3352         NoteNamesContext.
3353
3354         * lily/note-name-engraver.cc (process_music): new property
3355         printOctaveNames
3356
3357         * lily/context.cc (find_existing_context): remove support for
3358         Current.
3359
3360         * scm/music-functions.scm (set-accidental-style): new function;
3361         duplicate accidental macros.
3362
3363         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3364
3365         * lily/note-name-engraver.cc (process_music):
3366         process_acknowledged_grobs () -> process_music ()
3367
3368         * scm/part-combiner.scm (determine-split-list): robustification.
3369
3370 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3371
3372         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3373         lines for falling into beam-gap.
3374         (score_forbidden_quants): check all staff lines for falling in
3375         beam gaps.
3376
3377         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3378         key/clef/time signatures. 
3379
3380         * input/test/ossia.ly: revise example.
3381
3382         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3383         cleanup.
3384         
3385         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3386         comply to Scheme standard.  Remove ly:get-paper-variable
3387
3388 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3389
3390         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3391
3392 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3393
3394         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3395         properties from Voice context. This fixes accidental size for
3396         staff-switches during grace contexts.
3397
3398         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3399         if necessary. Else, simply wipe dots.
3400
3401         * input/test/beam-alternate.ly: new file
3402
3403         * input/test/piano-staff-distance.ly: new file.
3404
3405         * lily/translator-group.cc (recurse_down_translators): use
3406         Direction for bottom-up/top-down.
3407
3408         * lily/include/translator.hh (class Translator): add
3409         process_music() and do_announces(). This obviates
3410         recurse_down_{engravers,performers}.
3411
3412         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3413         \melisma and \melismaEnd
3414
3415         * lily/melisma-engraver.cc (process_music): change to
3416         Melisma_translator, unify with performer. Accept
3417         ManualMelismaEvent.
3418
3419         * ly/engraver-init.ly: add Font_size_engraver.
3420
3421 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3422
3423         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3424         it hara-kiri.
3425
3426         * input/regression/{many}.ly: improve descriptions trying to figure
3427         out what is tested.
3428
3429 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3430
3431         * lily/slur.cc (broken_trend_offset): robustness fix.
3432
3433         * VERSION: release 2.1.24
3434
3435         * lily/context.cc (find_create_context): go to Score if it exists.
3436
3437         * lily/context-scheme.cc: new file.
3438
3439         * lily/score-translator.cc (get_output): new file.
3440
3441         * lily/include/grob-info.hh: origin_contexts() now does not
3442         include the originating engraver
3443
3444         * lily/translator-group.cc (translator_each): clean up contents,
3445         remove superfluous stubs. Engraver_group_engraver and
3446         Performer_group_performer are the only classes using multiple
3447         inheritance.
3448
3449         * lily/include/score-context.hh (class Score_context): interface
3450         between Score_{engraver,performer} and Global_context.
3451
3452         * lily/include/global-context.hh (Context): change from
3453         global-translator. This is the entry point for contexts; it is not
3454         tweakable using \translator{}. Score is no longer the top context,
3455         but sits underneath Global.
3456
3457         * lily/include/context.hh (class Context): brain surgery: split
3458         out Context functionality from Translator_group. Context is now a
3459         separate type from Translator.
3460
3461 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3462
3463         * lily/include/translator.hh (class Translator): make
3464         get_score_context() and get_global_translator (), and use the one
3465         which is appropriate.
3466
3467         * lily/context.cc: partially put functionality of Translator_group
3468         into Context.
3469
3470         * lily/include/context.hh (Translator): new class: put between
3471         Translator and Translator_group. 
3472
3473         * lily/new-accidental-engraver.cc: remove file.
3474
3475 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3476
3477         * input/regression/{many}.ly: improve descriptions: use complete 
3478         sentences, try to describe what is tested, avoid `we´, do not use 
3479         don't, ... 
3480
3481 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3482
3483         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3484         is at EOL.
3485
3486         * Documentation/user/lilypond.tely: declare the topmost node only
3487         once; removes empty line in @contents.
3488
3489         * Documentation/user/music-glossary.tely: really add Finnish author.
3490         Draw more beatiful `->´ arrow in html: &rarr;
3491
3492 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3493
3494         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3495
3496         * scripts/convert-ly.py (conv): add ly:music-list  change.
3497
3498         * lily/grob.cc: edit doc string.
3499
3500         * scm/define-grob-properties.scm (all-user-grob-properties):
3501         proofreading, editing of doc strings.
3502
3503         * input/regression/tablature-string-tunings.ly: new file.
3504
3505         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3506         listen to stringTunings
3507
3508         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3509         for self-alignment-[XY] code.
3510  
3511 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3512
3513         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3514         cond) into function. Cleanup.
3515
3516         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3517         
3518         * VERSION (PACKAGE_NAME): 2.1.23 released
3519
3520 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3521
3522         * Documentation/user/{refman,internals}.itely: small fixes.
3523
3524 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3525
3526         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3527         accidentals for harmonic notes
3528
3529         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3530         for harmonic notes.
3531
3532         * scm/document-backend.scm (interface-doc): prune Grob
3533         documentation: don't duplicate interface information.
3534
3535         * lily/*.cc: lots of updates of doc strings.
3536
3537 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3538
3539         * input/test/ac-extra-voice.ly (accompany): remove file.
3540
3541         * input/test/maximum-rest-count.ly: remove file.
3542
3543         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3544         conversion rule for \translator { }. Apply everywhere.  
3545
3546         * lily/parser.yy (music_property_def): set property for \once in
3547         the PropertyMusic itself, not the ContextSpec.
3548         (property_operation): change syntax within \translator { }
3549
3550         * scm/define-music-properties.scm (all-music-properties): clean up.
3551
3552         * lily/auto-beam-engraver.cc (test_moment): use
3553         updated_grob_properties() to retrieve autoBeam settings.
3554
3555         * lily/spacing-spanner.cc: bound shortest_playing_len by
3556         measure_length
3557
3558         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3559         multi-measure events for spacing computation.
3560
3561         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3562         elliptical, to 1.49.
3563
3564         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3565         vertical positioning for polyphony, without RestCollision object.
3566
3567         * lily/note-column.cc (add_head): prevent rests & note heads on
3568         one stem.
3569
3570         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3571         (do_shift): rewrite only-rests case: use common refpoints: the
3572         routine will have sensible results when other rest-translations
3573         have taken place.
3574
3575         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3576         < 0 case. 
3577
3578         * VERSION: 2.1.22 released
3579         
3580         * input/GNUmakefile (SUBDIRS): remove ascii-art
3581
3582 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3583
3584         * input/: Convert ly files that still had \property.  Fixes make
3585         web.  Remove exta spaces around '='. 
3586
3587         * scripts/convert-ly.py (conv): Redundant space fixes.
3588
3589         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3590
3591 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3592
3593         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3594         create scalable PS and PDFs  for input/{test,template,regression}.
3595
3596         * lily/context.cc (is_alias): move function.
3597         (is_alias): add Bottom as context alias. 
3598         (find_create_translator): add Bottom as a context alias for creation.
3599
3600         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3601
3602         * lily/parser.yy (music_property_def): new syntax for property
3603         assignments:
3604
3605         \set A.B = #C , \unset A.B
3606         \override A.B #C = #D, \revert A.B #C 
3607
3608         * lily/my-lily-lexer.cc: remove \property
3609
3610 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3611
3612         * Documentation/user/refman.itely: add dots after seealso refs.
3613
3614         * input/template/{many}.ly: harmonise descriptions.
3615
3616         * Documentation/user/music-glossary.itely: add Finnish author.
3617
3618 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3619
3620         * VERSION (PACKAGE_NAME): release 2.1.21
3621
3622 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3623
3624         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3625
3626         * scripts/lilypond-book.py (snippet_res): @include filename must
3627         not be empty.
3628
3629 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3630
3631         * scm/documentation-generate.scm (markup-doc-string): dump
3632         markup-commands.tely
3633
3634         * scm/define-markup-commands.scm (override): new file.
3635         Move documentation from refman into doc-strings. 
3636
3637         * input/test/staff-container.ly: fix example.
3638
3639         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3640         StaffContainer
3641
3642         * lily/grob.cc: remove point_dimension_callback
3643         (Grob): read forced dimensions from X-extent and Y-extent.
3644         (get_paper): remove preset_extent.
3645
3646         * scm/define-grobs.scm (all-grob-descriptions): remove
3647         point_dimension_callback. 
3648
3649         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3650         textscript to head. This makes no-spacing-rods work on
3651         DynamicText.
3652
3653         * lily/chord-name.cc: remove props chord, bass, inversion.
3654
3655         * Documentation/user/appendices.itely: add Scheme functions,
3656         context-properties and layout properties to manual.
3657
3658         * scm/part-combiner.scm (determine-split-list): include rests in a
3659         solo1/2 sequence.
3660
3661         * lily/new-part-combine-iterator.cc (substitute_both): new
3662         function.
3663         (class New_pc_iterator): add separate Voice=solo context, fixes
3664         autobeams going from chords to solo.
3665
3666 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3667
3668         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3669
3670         * Documentation/user/tutorial.itely:
3671         * Documentation/user/refman.itely: Add short note about being part
3672         of lilypond.tely.
3673
3674         * COPYING: Make note more clear with respect to files that are
3675         explicitely licenced otherwise (Documention/user/ comes to mind).
3676         
3677         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3678         comment about barfing of @c,{}.
3679
3680         * Documentation/user/music-glossary.tely: Add list of authors.
3681
3682         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3683         source (was: also in build log).
3684
3685 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3686
3687         * lily/side-position-interface.cc (general_side_position): if
3688         staff-padding is set, then include staff in support too.
3689
3690         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3691         module workbook
3692
3693         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3694
3695         * lily/tuplet-engraver.cc: remove tupletInvisible
3696
3697         * scm/define-translator-properties.scm: cleanup, separate in
3698         internal and user props. 
3699
3700         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3701         LyricsVoice -> Lyrics
3702
3703         * lily/new-part-combine-iterator.cc (process): only print warning
3704         for symbols.
3705
3706 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3707
3708         * scm/part-combiner.scm: Add proper header.
3709
3710         * All but lily/*: The great --2003 --2004 replace; the missing
3711         `bits'.
3712
3713         * TODO: Fix outline mode.  Add book notes.
3714
3715         * ROADMAP: Update.
3716
3717 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3718
3719         * scm/part-combiner.scm (make-autochange-music): use
3720         accumulator. Fixes stack overflow.
3721
3722         * lily/*: rename brew_molecule -> print , molecule-callback ->
3723         print-function
3724
3725         * scm/define-grob-properties.scm: cleanup. Separate into internal
3726         and user properties.
3727
3728         * lily/translator-property.cc (updated_grob_properties): new
3729         function
3730         (execute_pushpop_property): change to new convention:
3731         object property inits are stored as (cons ALIST BASED-ON). This
3732         storage format allows concurrent tweaks in different contexts.
3733
3734 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3735
3736         * TODO: new file.
3737
3738 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3739
3740         * debian/: Late Debian update (sorry Anthony).
3741
3742         * scripts/lilypond-book.py (do_file): Look for input_file in
3743         include path, or ask kpathsea if LATEX.
3744
3745         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3746         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3747         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3748         --header=texidoc.
3749
3750         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3751         relative.
3752
3753         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3754         only when filtering, default to input_base otherwise.  Coding
3755         style fixes.
3756
3757 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3758
3759         * lily/include/translator.hh (class Translator): add virtual
3760         qualifier.
3761
3762 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3763
3764         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3765
3766 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3767
3768         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3769
3770         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3771         (fixes make web).
3772
3773         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3774         live in $(out)-www).
3775
3776         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3777         dependencies.  Add link to .ly source in HTML output.
3778         (Lilypond_snippet.output_html): Handle multiple page picture
3779         output.
3780         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3781         Make usable for output_texinfo again.
3782
3783         * Documentation/user/GNUmakefile: Add static dependency for
3784         lilypond.tely includes.
3785
3786         * Documentation/user/tutorial.itely: Add some lost `relative'
3787         ly-options.
3788
3789 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3790
3791         * lily/include/translator-group.hh: move Music_output_def member
3792         to Global_translator.
3793
3794         * scripts/lilypond-book.py (do_file):  fix latex output.
3795
3796         * VERSION: release 2.1.20
3797         
3798         * scm/part-combiner.scm (determine-split-list): robustness fix 
3799
3800         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3801
3802         * lily/parser.yy (music_output_def_body): plug memory leak.
3803
3804         * lily/translator-group.cc (add_fresh_group_translator): plug
3805         memory leak: unprotect Translator_group once added.   
3806
3807         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3808
3809         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3810         write .dep file.
3811         (Lilypond_snippet.ly): add \renameinput.
3812
3813 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3814
3815         * Documentation/user/refman.itely (Markup command definition): Doc
3816         by Nicolas Sceaux. Rewrite by Han-Wen
3817
3818         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3819         thing of the line.
3820         (brew_molecule): only remove if hyphen is not at the end of line.
3821         (set_spacing_rods): new function: minimum-length specifies
3822         distance between syllables.
3823
3824         * scm/define-grobs.scm (all-grob-descriptions): add
3825         Hyphen_spanner::set_spacing_rods to LyricHyphen
3826
3827         * input/regression/lyric-hyphen-break.ly: new file.
3828
3829         * input/test/lyric-hyphen-retain.ly: new file.
3830
3831         * lily/new-part-combine-iterator.cc (construct_children):
3832         add Rest direction.
3833
3834 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3835
3836         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3837
3838         * Documentation/bibliography/engraving.bib (donemus1982):
3839         update entry.
3840
3841 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3842
3843         * scripts/lilypond-book.py (Substring.__init__): new class.
3844         (Snippet.output_texinfo): add texidoc option.
3845         (Include_snippet.replacement_text): new class.
3846         (Lilypond_snippet.__init__): new class
3847         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3848
3849         * Documentation/user/refman.itely (Sound): 
3850         note about number of channels.
3851
3852         * scm/music-functions.scm (voicify-music): add \context Staff for
3853         << \\ >> polyphony.
3854
3855         * lily/parser.yy (verbose_command_req): \skip now creates
3856         SkipMusic, and does not lead to spurious staves.
3857
3858         * scm/define-music-types.scm (music-descriptions): rename
3859         NonEventSkip to SkipMusic
3860
3861         * input/no-notation/midi-lyric-barcheck.ly: new file.
3862
3863         * input/regression/collision-dots-invert.ly: new file.
3864
3865         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3866         case.
3867
3868         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3869         die if melody died too.
3870
3871 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3872
3873         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3874         with reading from stdin.
3875
3876         * lily/slur-performer.cc (try_music): new file.
3877
3878         * lily/melisma-performer.cc (try_music): new file. Handle
3879         melismata to help lyrics.
3880
3881         * lily/beam-performer.cc (try_music): new file. Handle beam events
3882         to help lyrics.
3883
3884         * lily/score-performer.cc (one_time_step): reinstate
3885         process_music().
3886
3887         * lily/performer.cc (process_music): add to interface.
3888
3889         * lily/performer-group-performer.cc (process_music): new function.
3890
3891         * lily/dot-column.cc (do_shifts): do collision resolution before
3892         dot positioning.
3893         
3894         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3895         file, process printfilename option.
3896         (Snippet.__init__): rewrite: do not use global variables h or
3897         index.
3898         (main): really support -I option.
3899         (find_toplevel_snippets): new code.
3900         (find_toplevel_snippets): reinstate old version, without global
3901         variables.
3902
3903         * tex/texinfo.tex: really add file.
3904         
3905 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3906
3907         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3908         compatibility.
3909
3910 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3911
3912         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3913
3914         * scm/define-translator-properties.scm (drumPitchTable): add
3915         property.
3916
3917         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3918         function.
3919         (help_summary): docstrings.
3920         (do_file): strip the dir of input_base too.
3921
3922 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3923
3924         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3925
3926         * Documentation/user/lilypond-book.itely: Update.
3927
3928         * make/ly-rules.make: Update lilypond-book commands.
3929
3930         * Documentation/user/GNUmakefile: Update makeinfo commands,
3931         lilypond-book flags.
3932
3933         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3934         
3935         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3936
3937         * scripts/filter-lilypond-book.py: Remove.
3938
3939         * Documentation/user/*tely: Update options for new lilypond-book.
3940
3941         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3942         with @macros in @includes.
3943
3944 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3945
3946         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3947         make rest-collision only.
3948
3949         * lily/break-substitution.cc (substitute_one_mutable_property):
3950         clear all-elements using scm_assq_remove_x(). 
3951
3952         * lily/rest-collision.cc (do_shift): shift single rests
3953
3954         * flower/include/array.hh (class Array): rename to is_empty ()
3955
3956         * lily/drum-note-performer.cc: new file: perform drum notes.
3957
3958         * VERSION (PACKAGE_NAME): release 2.1.19.
3959         
3960 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3961
3962         * scripts/filter-lilypond-book.py
3963         (classic_lilypond_book_compatibility): New function.
3964
3965 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3966
3967         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3968
3969         * Grand 2003 -> 2004 search replace. 
3970
3971         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3972         (i.e. < > )
3973
3974         * ly/performer-init.ly: add DrumStaff
3975
3976         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3977         lyric-interface; this prevents lines with only extender lines from
3978         being junked.
3979  
3980         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3981
3982         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3983         extenders right, for once and for all (hopefully).
3984         
3985         * lily/break-substitution.cc (substitute_one_mutable_property):
3986         clear old 'all-elements for System grobs.
3987
3988         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3989         that associatedVoiceContext is always assigned when music & lyrics
3990         are found. 
3991
3992         * ly/engraver-init.ly: remove Lyrics context.
3993         (TabVoice): add noteheads engraver
3994
3995         * input/test/improv.ly: update: do not use Thread switching. 
3996
3997         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3998         squashedPosition is a number  
3999
4000         * Documentation/user/refman.itely (Automatic note splitting):
4001         remove Thread references.
4002
4003         * input/no-notation/pc-direction.ly: remove file.
4004
4005         * ly/engraver-init.ly: remove Thread
4006
4007         * input/regression/tie-chord-partial.ly: remove file.
4008
4009         * scripts/convert-ly.py (conv): \harmonic rule
4010
4011         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
4012         notation for harmonic notes: <c' g''\harmonic>
4013
4014         * lily/lily-guile.cc (alist_to_hashq): new function
4015
4016         * scm/lily.scm (alist->hash-table): new function.
4017
4018         * Documentation/user/refman.itely (Percussion staves): update doco.
4019
4020         * input/regression/drums.ly (timb): updates
4021
4022         * lily/note-performer.cc (create_audio_elements): robustness fix.
4023
4024         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
4025
4026 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4027
4028         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
4029         discard valid matches.
4030
4031 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4032
4033         * lily/drum-note-engraver.cc: new file.
4034
4035         * ly/drumpitch-init.ly: move drum definitions
4036
4037         * scm/drums.scm: remove file.
4038
4039         * lily/*.cc: remove abort-event everywhere.
4040
4041         * lily/note-heads-engraver.cc (process_music): robustification.
4042
4043         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4044         robustification.
4045
4046         * lily/parser.yy (simple_element): add \drums mode.
4047         (simple_element): remove \pitchnames , \chordmodifiers. Use
4048         variables to store this. 
4049
4050         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4051         outside \notes.
4052
4053         * VERSION: release 2.1.18.
4054         
4055         * input/test: remove octave-duplicate.ly
4056
4057 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4058
4059         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4060
4061 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4062
4063         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4064         constructor from Music_iterator. Changes throughout.
4065
4066         * lily/include/music-iterator.hh (class Music_iterator): remove
4067         Music_iterator::skip and Music_iterator::get_pending_events from
4068         interface. Rename report_to -> get_outlet 
4069
4070         * lily/auto-change-iterator.cc: move contents from
4071         new-auto-change-iterator.cc from
4072
4073         * scm/part-combiner.scm: determine split-list from Scheme. 
4074
4075         * lily/new-auto-change-iterator.cc (process): new file.
4076
4077         * lily/parser.yy (part_combined_music): remove old PC cruft.
4078
4079         * ly/engraver-init.ly: remove old
4080         PC cruft.
4081
4082         * Documentation/user/refman.itely (The Lyrics context): note about
4083         extender lines.
4084
4085         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4086         to allow 0-length mmrest events.
4087
4088         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4089
4090         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4091
4092         * lily/spacing-engraver.cc (finalize): robustifications.
4093
4094         * input/regression/new-part-combine-solo-global.ly: new file.
4095
4096         * scm/part-combiner.scm: rewrite.
4097
4098 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4099
4100         * Documentation/user/refman.itely, input/puer-fragment.ly,
4101         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4102         updated for proper use of lyricsto; replaced "(" and ")" ->
4103         "\melisma" and "\melismaEnd"
4104
4105         * input/test/ancient-font.ly: small updates to reduce compile
4106         warnings (TODO: junk this file)
4107
4108         * input/test/gregorian-scripts.ly: added comment about bug
4109
4110         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4111         tiny robustness fix
4112
4113         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4114         recent changes in the feta code); temporarily mapped mensural g
4115         clef to a copy of petrucci g clef until mensural g clef will have
4116         been rewritten
4117
4118         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4119         between mensural and neo-mensural heads (this broke quite a while
4120         ago)
4121
4122         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4123
4124 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4125
4126         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4127         indication.  Fixes for verbatim, multi line comments.
4128
4129 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4130
4131         * input/regression/new-part-combine-solo.ly: more cases.
4132
4133         * lily/slur.cc (height): robustness fix.
4134
4135         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4136
4137         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4138         stemUp/stemDown.
4139
4140         * scm/music-functions.scm (determine-split-list): further analysis.
4141
4142         * lily/script-engraver.cc (try_music): discard duplicate
4143         articulations.
4144
4145         * input/regression/new-part-combine-solo.ly: new file
4146
4147         * input/regression/new-part-combine-a2.ly: new file.
4148
4149         * ly/performer-init.ly: add Devnull
4150
4151         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4152         for \musicglyph #"accidental-*"
4153         (conv): \newpartcombine rule.
4154
4155 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4156
4157         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4158
4159 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4160
4161         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4162         textwidth, --output.
4163
4164 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4165
4166         * scm/new-markup.scm (doubleflat): add accidental markups.
4167
4168         * VERSION: release 2.1.17
4169         
4170         * Documentation/user/refman.itely (Automatic part combining):
4171         revise documentation of the part-combiner.
4172
4173         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4174         
4175         * input/test/part-combine-{moment,staff}.ly: remove file.
4176
4177         * input/regression/pc-mmrest.ly (two): remove file.
4178
4179         * scm/define-music-types.scm (music-descriptions): add
4180         Solo{One,Two}Event and UnisonoEvent
4181
4182         * lily/new-part-combine-iterator.cc (unisono): add state_
4183         variable, signal changes with part-combine-event.
4184
4185         * input/regression/new-part-combine-text.ly: new file.
4186
4187         * lily/part-combine-engraver.cc: new file.
4188
4189 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4190
4191         * scripts/filter-lilypond-book.py: Handle snippet options.
4192
4193 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4194
4195         * scm/music-functions.scm (determine-split-list): detect solo1/2
4196         and unisono.
4197
4198         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4199         revert fix, document why.
4200
4201         * lily/tie-performer.cc (process_music): new function. Set melisma
4202         property.
4203
4204         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4205         always smaller than bracket size.
4206         (make_bracket): oops. Size of the gap was off by factor 2
4207
4208         * input/test/text-rotate.ly: new file.
4209
4210         * scm/new-markup.scm (markup): a macro that provides a
4211         LilyPond-like syntax in scheme for building markups, in order to
4212         help markup command definition. (Nicolas Sceaux)
4213
4214         * input/test/lyrics-skip-notes.ly: new example.
4215
4216         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4217
4218         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4219         use is_alias() iso. == . This fixes lyrics on
4220         GregorianTranscriptions. 
4221
4222 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4223
4224         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4225         \thispagestyle{lastpage} to avoid that it's printed on the second
4226         last page when there's only a single score line on the last page.
4227         (The page breaking mechanism in TeX played some ugly tricks to us.)
4228
4229 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4230
4231         * scripts/filter-lilypond-book.py: Further development.
4232
4233         * input/regression/collision-dots-move.ly: New test.
4234
4235         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4236         hand side note head of non-merged collision to the right.
4237
4238         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4239         Construct children before accessing property from emtpy
4240         lyrics_context_.
4241         (construct_children): Find thread before finding LyricsVoice.
4242         Create LyricsVoice one if none found, fixes crash (thanks Erik
4243         Sandberg).
4244
4245 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4246
4247         * cygwin/: Forward port.
4248
4249 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4250
4251         * buildscripts/install-info-html.sh: Use Bash.
4252
4253         * cygwin/mknetrel: Patch from Bert.
4254
4255 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4256
4257         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4258
4259         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4260         try to copy *png, index.html (Bertalan Fodor).
4261
4262         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4263
4264 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4265
4266         * lily/note-collision.cc (check_meshing_chords): Do not remove
4267         dots (from down head) when merging similar heads (thanks Matthias
4268         Kilian).  Simplify merge_possible tests and other cleanups
4269
4270         * input/regression/collision-merge-differently-dotted.ly: Add test
4271         for disappearing dots on similar heads for both voices.
4272
4273 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4274
4275         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4276         that tagline overrides copyright for single page scores. Correct
4277         the default tagline value.
4278
4279 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4280
4281         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4282
4283 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4284
4285         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4286         TEXMF if it's previously unset.
4287
4288 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4289
4290         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4291
4292         * input/test/trills.ly: fix the unfolding of lineprall.
4293
4294         * input/test/figured-bass-alternative.ly: fix accidental.
4295
4296 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4297
4298         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4299         
4300         * input/no-notation/dos-guile.ly: 
4301         * input/no-notation/dos-ps.ly: 
4302         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4303         
4304         * input/no-notation/safe-include.ly:
4305         * input/no-notation/safe-guile.ly:
4306         * input/no-notation/safe-ps.ly: 
4307         * input/no-notation/safe-tex.ly: New file.
4308
4309         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4310         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4311         options now.
4312         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4313         When in --safe-mode, set environment openout_any=p[aranoid].
4314
4315         * tex/ltest.tex: 
4316         * tex/lilyponddefs.tex: Add \nofiles.
4317
4318         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4319         options.
4320
4321         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4322         This allows building the user manual using a binary installation
4323         and a matching unpacked source tree.
4324
4325         * scm/lily.scm (safe-module): New variable. 
4326
4327         * lily/includable-lexer.cc (new_input): Fix error messages.
4328
4329         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4330         If SAFE, evaluate in safe-module.  Change callers.
4331
4332         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4333
4334         * lily/lexer.ll (embedded_scm): While processing main-input,
4335         invoke ly_parse_scm with safe mode if running in safe-mode.
4336         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4337         in init.ly for safe-mode.
4338
4339 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4340
4341         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4342         compatibility with old versions of geometry.sty (compat2
4343         already implied includehead).
4344         Change the page layout slightly so bottom + footskip = top +
4345         headheight + headsep = 16mm, the remaining paperheight-32mm
4346         are used for the music. Increase footskip to 5mm, so the top of
4347         the footer text doesn't touch the music.
4348
4349 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4350
4351         * VERSION: release 2.1.16
4352         
4353         * scm/music-functions.scm (determine-split-list): bugfix: only use
4354         new-active for both voices if both indexes advance. This fixes the
4355         biggest outstanding problem with new-pc. 
4356
4357         * lily/new-part-combine-iterator.cc (construct_children): set more
4358         directions.
4359
4360 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4361
4362         * scripts/convert-ly.py (conv): add instrument rule.
4363
4364         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4365
4366         * lily/side-position-interface.cc: remove add_staff_support ()
4367         Change all callers to use staff-padding.
4368
4369         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4370         make_spanner().
4371
4372         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4373
4374         * lily/text-engraver.cc: remove scriptHorizontal property.
4375
4376         * lily/beam.cc (least_squares): also set least-squares-dy for
4377         special case of slanted 2-stem beam to center.
4378
4379         * lily/side-position-interface.cc (out_of_staff): move contents of
4380         out_of_staff into aligned_side.
4381         remove out_of_staff().
4382
4383         * input/regression/measure-grouping.ly: fix warning.
4384
4385         * lily/side-position-interface.cc: add staff-padding support to
4386         Side_position_interface::aligned_side.
4387
4388         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4389         one get_property too many.
4390
4391         * flower/include/drul-array.hh (linear_combination): new function
4392         (scale_drul): new function
4393
4394         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4395         operations on empty intervals are silly.
4396
4397 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4398
4399         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4400         (iso gh_scm2int), fixes crash in new part-combiner.
4401
4402         * configure.in: Up mftrace to 1.0.27.
4403
4404 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4405
4406         * VERSION: release 2.1.15
4407         
4408         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4409         align all stanza numbers.
4410
4411 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4412
4413         * Documentation/user/{introduction.itely,refman.itely,
4414         converters.itely}: fix some text inside parentheses; text should
4415         be readable (even) if parentheses are either replaced with commas 
4416         or dropped out.
4417
4418 2004-01-25  Werner Lemberg  <wl@gnu.org>
4419
4420         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4421         input/test/vaticana.ly, input/test/ancient-font.ly,
4422         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4423         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4424         ly/params-as-init.ly, scm/define-grobs.scm,
4425         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4426
4427         * ly/params-as-init.ly: Removed.  Obsolete.
4428         * buildscripts/lilypond.words.py: Updated.
4429
4430 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4431
4432         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4433
4434         * mf/feta-din{4,5,7,9}.mf: remove.
4435         
4436         * lily/engraver.cc (internal_make_item): centralize item/spanner
4437         factory.
4438
4439         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4440         do correct chord conversion for ^"sim."  (backportme)
4441         (FatalConversionError.sub_articulations): substitute ^"foo" in
4442         chords too. (backportme)
4443
4444         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4445         for Fingering.
4446
4447         * lily/side-position-interface.cc (out_of_staff): don't do
4448         anything if staff-padding not defined. 
4449
4450         * mf/feta-params.mf (stafflines): introduce linethickness as
4451         general blackness of the font.
4452
4453         * lily/stem.cc (position_noteheads): rounding error robustness.
4454
4455         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4456         from beam-collision.ly 
4457
4458         * lily/beam.cc (rest_collision_callback): remove direction.
4459
4460         * scm/define-grobs.scm (all-grob-descriptions): remove
4461         enclose-bounds in OttavaBracket and PianoPedalBracket
4462
4463         * scm/new-markup.scm (def-markup-command) new macro, which takes
4464         care of defining the COMMAND-markup and make-COMMAND-markup
4465         procedures, setting markup-signature and keyword-signature object
4466         properties, and pushing the markup command in
4467         markup-function-list.
4468
4469         All markup commands are defined thanks to it.  Users may also use
4470         it to define their own markup commands. (Nicolas Sceaux)
4471
4472         * scm/new-markup.scm: Scheme style clean-up: there should be no
4473         parenthesis alone on a line; LET* should not be used where LET is
4474         enough. (Nicolas Sceaux)
4475
4476 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4477
4478         * scripts/filter-lilypond-book.py: Add script.
4479
4480 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4481
4482         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4483
4484 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4485
4486         * Documentation/user/refman.itely (Fingering instructions): add
4487         single note chords. 
4488
4489         * lily/multi-measure-rest-engraver.cc: use a single
4490         MultiMeasureEvent for mm rests. This prevents problems with the
4491         new part combiner.
4492
4493         * scm/music-functions.scm (determine-split-list): analysis has
4494         global effect: a difference halfway a phrase makes the entire
4495         phrase be typeset as apart.
4496         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4497
4498 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4499
4500         * ly/performer-init.ly: add Devnull.
4501
4502         * Documentation/user/refman.itely (Font selection): remove paper20
4503         ref.
4504         
4505 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4506
4507         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4508
4509 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4510
4511         * scm/music-functions.scm (determine-split-list): bugfixes.
4512
4513         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4514
4515         * input/test/scales-greek.ly: use C as base, results in different
4516         alterations at the clef.
4517
4518         * input/regression/pedal-ped.ly: new file.
4519
4520         * input/regression/pedal-bracket.ly: new file.
4521
4522         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4523         replace after_line_breaking()
4524
4525         * lily/line-interface.cc (line): read thickness.
4526         (line): dash-fraction = 0 always for dotted-line style.
4527
4528         * input/test/staff-lines.ly (lower): bugfix.
4529
4530         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4531         \accepts Devnull into Score.
4532
4533         * scm/lily.scm: remove bla.scm load.
4534
4535 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4536
4537         * VERSION: release 2.1.14
4538         
4539         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4540
4541         * lily/side-position-interface.cc (general_side_position): add
4542         Staff_symbol_referencer::staff_space ().
4543
4544         * lily/include/context-def.hh: rename from translator-def.hh
4545
4546 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4547
4548         * input/template/piano-dynamics.ly (pedal): Updated definition of
4549         Dynamics such that \cresc works, for example.
4550
4551 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4552
4553         * lily/stem.cc (calc_stem_info): use
4554         Staff_symbol_referencer::staff_space
4555
4556         * lily/beam-quanting.cc (quanting): scale Stem_info 
4557
4558         * lily/beam.cc (rest_collision_callback): use minimum-distance
4559         property for rest/beam collisions.
4560         (rest_collision_callback): bugfixes.
4561
4562         * lily/system.cc (post_processing): extra-offset is now relative
4563         to the size of the current staff.
4564
4565         * scm/music-functions.scm (notice-the-events-for-pc): record all
4566         voices, only analyze "one" and "two".
4567
4568         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4569         not parent. 
4570
4571         * lily/new-part-combine-iterator.cc (construct_children): create
4572         Devnull from Voice context
4573
4574         * scm/music-functions.scm (determine-split-list): bugfixes.
4575
4576         * lily/lily-guile.cc (robust_scm2int): new function
4577
4578         * lily/staff-symbol-referencer.cc (line_thickness): new
4579         function. Use throughout.
4580
4581         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4582         in its own context.  Add to preset font-size.
4583
4584         * lily/stem.cc (thickness): new function.
4585
4586         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4587         compute thickness from ledger-line-thickness.
4588
4589         * lily/note-head.cc (brew_ledger_lines): use
4590         Staff_symbol::get_ledger_line_thickness ().
4591
4592         * lily/beam.cc (rest_collision_callback): use
4593         Staff_symbol_referencer::staff_space().
4594
4595         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4596         Mus1 Mus2
4597
4598         * lily/include/translator.hh (class Translator): add accepts_list_
4599         so  \with { \denies / \accepts } also works.
4600
4601         * scm/music-functions.scm (determine-split-list): determine split
4602         list from music events.
4603
4604         * lily/new-part-combine-iterator.cc: more states.
4605
4606         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4607
4608 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4609
4610         * lily/system.cc (set_loose_columns): use the right prebroken cols
4611         for interpolating loose column position.
4612
4613         * lily/text-spanner.cc (brew_molecule): default to no vertical
4614         lines.
4615
4616         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4617         take space.
4618
4619         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4620
4621 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4622
4623         * scripts/convert-ly.py: Do not test filename when processing
4624         stdin.
4625
4626         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4627
4628 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4629
4630         * lily/axis-group-engraver.cc (finalize): extra check; if
4631         process_music () is never called, then staffline_ == 0.
4632
4633         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4634         check run_always ().
4635         
4636         * VERSION: release 2.1.13
4637
4638         * input/regression/note-head-style.ly (pattern): cleanup.
4639
4640         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4641         downloading.
4642
4643         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4644         kludge rehearsalmark placement.
4645
4646         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4647         , ly:spanner?
4648
4649         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4650         close to note head for accidentals.
4651
4652         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4653         tuplet direction.
4654
4655         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4656
4657 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4658
4659         * lily/include/music-iterator.hh (class Music_iterator): add
4660         substitute_outlet() to iterator API.
4661
4662         * lily/new-part-combine-iterator.cc (construct_children):
4663         New_pc_iterator: new class, better part combining.
4664
4665         * lily/tie-column.cc (werner_directions): new function
4666
4667         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4668
4669         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4670         empty objects group spanner as parent
4671
4672         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4673         slope against graphical slope.
4674
4675         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4676         for ottava bracket.
4677
4678         * lily/side-position-interface.cc (general_side_position):
4679         opps. reinstate *dir.
4680
4681         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4682         parser run.
4683
4684         * lily/tuplet-bracket.cc: remove calc_dy ().
4685
4686         * Documentation/user/refman.itely (Balloon help): document balloon
4687         help
4688
4689 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4690
4691         * scm/document-backend.scm (check-dangling-properties): Grob
4692         properties are defined define-grob-properties.scm.
4693         
4694 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4695         
4696         * VERSION: release 2.1.12
4697
4698         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4699         ChordName
4700
4701         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4702         relation to surroundings.
4703
4704         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4705         Y-extent to the note-extents: stay clear of the staff.
4706
4707 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4708
4709         * Documentation/user/GNUmakefile
4710         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4711         iso. copy.
4712
4713         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4714
4715         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4716
4717         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4718
4719         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4720
4721         * lily/line-interface.cc (line): remove thickness from calling interface.
4722
4723         * lily/hairpin.cc: use Line_interface
4724
4725         * lily/line-interface.cc: new file. Line_interface for everything
4726         with dotted/dashed lines.
4727         
4728
4729         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4730
4731         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4732         for constructing ottava brackets.
4733         
4734         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4735         the note heads.
4736
4737         * Documentation/user/internals.itely (Engravers and performers):
4738         fix broken link.
4739
4740         * scm/music-functions.scm (make-mark-set): new function.
4741
4742         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4743         functionally identical to beam.
4744
4745         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4746         () with beam (). 
4747
4748         * Documentation/user/refman.itely (Rehearsal marks): document new
4749         functionality.
4750
4751         * input/regression/rehearsal-mark-number.ly: new file.
4752
4753         * input/regression/rehearsal-mark-letter.ly: new file.
4754
4755         * scm/translation-functions.scm (number->mark-string): new function
4756         (format-mark-letters): new function
4757         (format-mark-numbers): new function
4758
4759         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4760         integer; formatting is done through markFormatter property.
4761         
4762         * scm/define-translator-properties.scm: fold all *-done properties
4763         into positioning-done.
4764
4765         * lily/beam.cc (position_beam): new function
4766         (brew_molecule): make sure that positions are calced before making
4767         the molecule.
4768
4769         * scm/output*.scm (beam):  take 4th argument for function.
4770
4771         * ps/music-drawing-routines.ps: take blot as 4th argument.
4772
4773         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4774         stem to avoid small dents.
4775         
4776 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4777
4778         * VERSION: release 2.1.11
4779
4780         * input/regression/balloon.ly: new file.
4781
4782         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4783         objects, and make help texts. 
4784
4785         * scm/new-markup.scm (parse-simple-duration): parse duration
4786         string to log & dots. (Thanks Nicolas!)
4787
4788         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4789         rule.
4790
4791 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4792
4793         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4794         Lemberg).
4795
4796         * THANKS: alphabetic order.
4797
4798 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4799
4800         * input/regression/note-head-harmonic.ly: new file.
4801
4802         * Documentation/user/internals.itely (Technical manual): explain
4803         difference between music, translation, layout.
4804
4805         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4806
4807         * scm/output-ascii-script.scm (bracket): rounding bfs.
4808
4809         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4810
4811         * ly/paper*.ly: remove files. 
4812         
4813         * scm/paper.scm (set-staff-size): new function: set default
4814         staff-size.
4815
4816         * scripts/convert-ly.py (conv): add conversion rule.
4817
4818         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4819         function.
4820
4821         * scm/paper.scm: new file.
4822         (set-staff-size): new function 
4823         (set-paper-size): new function
4824
4825         * lily/parser.yy (music_output_def_body): restructure definition,
4826         so first Scheme statement in \paper also happens in new scope. 
4827
4828         * lily/system.cc (post_processing): move uniquify_list () to
4829         dumping molecule stage.
4830
4831         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4832         this will mess up scores that use barchecks to shorten measures.
4833
4834         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4835         at 20pt too.
4836
4837         * Documentation/user/tutorial.itely (Printing lyrics): document
4838         \lyricsto
4839
4840         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4841
4842         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4843
4844         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4845         if Voice is not found.
4846
4847         * VERSION: release 2.1.10
4848         
4849         * input/{test,regression}/: remove old-relative 
4850
4851         * lily/lexer.ll: add empty markup signature. 
4852
4853         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4854         strut markup
4855
4856         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4857
4858         * scm/define-translator-properties.scm: update melismata property
4859         doco.
4860
4861         * lily/system.cc (output_lines): revert uniquify_list() patch,
4862         strange side effects seen.
4863         
4864         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4865         dash-period < 0.
4866
4867         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4868         for flute. 
4869
4870 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4871
4872         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4873
4874         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4875
4876         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4877         of line breaks.
4878         (brew_molecule): add padding to left, not right.
4879
4880         * lily/system.cc (uniquify_list): new function
4881         (output_lines): uniquify_list () on all-elements. This fixes
4882         double symbols in the output.
4883
4884         * lily/beam.cc (rest_collision_callback): don't move anything if
4885         staff-position is set.
4886
4887         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4888
4889         * lily/system.cc (typeset_grob): warn if adding twice.
4890
4891         * lily/sequential-iterator.cc (run_always): implement run_always().
4892         (also in other files.)
4893         
4894         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4895
4896         * lily/event.cc (to_relative_octave): add octave-check.
4897
4898         * Documentation/user/refman.itely (Line breaking): add noBreak.
4899
4900         * scm/new-markup.scm (normalsize-markup): add function.
4901         (sans-markup): new function.
4902
4903         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4904         come earlier nowadays.  This fixes beams on grace notes.
4905         
4906         * scm/music-functions.scm (direction-polyphonic-grobs): new
4907         variable, share between override and revert. This fixes script
4908         directions in polyphonic sections. (backportme)
4909
4910 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4911
4912         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4913         breakpoints.
4914
4915         * lily/break-align-interface.cc: add doco
4916
4917         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4918
4919 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4920
4921         * VERSION: release 2.1.9
4922
4923         * scm/document-markup.scm (markup-doc-node): add note about naming.
4924
4925         * scm/new-markup.scm (left-align-markup): bugfix. 
4926
4927         * Documentation/user/refman.itely (Ottava brackets): more doco for
4928         ottava.
4929
4930         * lily/side-position-interface.cc (out_of_staff): also do
4931         out_of_staff() correctly for d == DOWN.
4932
4933         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4934         horizontal line if they move to the right.
4935         
4936         * scm/define-grobs.scm (all-grob-descriptions): set
4937         text-repeat-if-broken for ottava spanner
4938
4939         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4940         property.
4941
4942         * mf/feta18.mf: design size is 18 not 22.5
4943
4944         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4945         Add a single LyricsVoice to a melody. Melismata may be set
4946         individually.
4947
4948         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4949
4950         * lily/dot-column.cc: add stdio.h
4951
4952 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4953
4954         * lily/item.cc: documentation for break-visibility (Thanks, John).
4955
4956 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4957
4958         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4959
4960         * lily/translator-def.cc: rename Translator_def to Context_def.
4961
4962         * Documentation/user/internals.itely (Lexical details): clarify
4963         string def.
4964
4965         * Documentation/user/refman.itely (Rhythmic music): add link to
4966         RhythmicStaff 
4967
4968 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4969
4970         * lily/translator.cc: document start_translation_timestep()
4971
4972         * scm/output-tex.scm (tex-encoded-fontswitch): use
4973         round for rounding (inexact->exact yields rationals)
4974
4975         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4976
4977         * lily/translator-group.cc (get_simple_trans_list): 
4978         new function; construct simple_trans_list_ lazily.
4979         
4980 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4981
4982         * lily/paper-outputter.cc (output_scope): Check if number before
4983         checking exact (guile cvs).
4984
4985         * scm/*: Escape backslashes in scheme strings (guile cvs).
4986
4987 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4988
4989         * Documentation/user/refman.itely (Tablatures basic): annotate
4990         seealso sections.
4991
4992         * lily/*.cc: cleanup of engraver initialize() functions.
4993
4994         * lily/repeat-acknowledge-engraver.cc
4995         (start_translation_timestep): remove first_b_
4996
4997         * lily/tab-note-heads-engraver.cc: listen to string number events
4998         inside < > too. (backportme).
4999
5000         * Documentation/user/refman.itely (Text scripts): add fatText to
5001         index.
5002
5003 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5004
5005         * VERSION: 2.1.8
5006
5007         * stepmake/bin/add-html-footer.py (built): add Wiki links to
5008         footer.
5009
5010         * lily/parser.yy (translator_mod): allow \with { \remove .. }
5011
5012         * lily/bar-check-iterator.cc (process): only warn if
5013         barCheckLastFail was changed.
5014
5015         * scm/define-translator-properties.scm (barCheckLastFail): add
5016         property.
5017
5018         * lily/main.cc (main_prog): print summary of failed files.
5019
5020         * lily/axis-group-engraver.cc: move all spanner creation to
5021         process_music (). Now staffs can be adjusted with \override too.
5022         (Jan, you are a brilliant programmer!)
5023         
5024         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
5025
5026 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5027
5028         * Documentation/user/tutorial.itely (Integrating text and music):
5029         Show the commands to produce a PDF as well.
5030
5031 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5032
5033         * lily/translator-def.cc (get_translator_names): accept user
5034         tweaks too. 
5035
5036         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5037         as big as normal heads. 
5038
5039         * input/*ly: run convert-ly
5040         
5041         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5042         () if dependencies are fluked.
5043
5044         * scm/document-translation.scm (engraver-doc-string): update on
5045         latest string/symbol conventions.
5046
5047         * lily/translator-ctors.cc: use Scheme_hash_table.
5048
5049         * lily/translator-def.cc (get_translator_names): new function
5050         (add_context_mod): new function
5051         (get_accepted): new function
5052
5053         * lily/parser.yy (context_mod): put all modifications of
5054         \translator { } in a single production, encode as SCM.
5055
5056         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5057         to use read-only lists, so additions to the definition can be
5058         prepended easily.  
5059
5060         * Documentation/user/invoking.itexi (Editor support): add node on
5061         editor support.
5062
5063         * Documentation/user/refman.itely (Bar check): add lyrics example
5064         of bar checks. 
5065
5066         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5067
5068         * scripts/convert-ly.py (conv): add conversion rule.
5069
5070         * lily/parser.yy: use \change iso. \translator for staff switch.
5071
5072         * lily/my-lily-lexer.cc: add \change.
5073
5074         * scm/define-translator-properties.scm
5075         (default-melisma-properties): add definition.
5076
5077 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5078
5079         * Documentation/user/refman.itely (Bar lines): clarification of
5080         systemStartDelimiter. 
5081
5082         * input/test/slur-shape.ly (x): remove file.
5083
5084         * lily/translator-group.cc (apply_property_operations): new function.
5085
5086 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5087
5088         * lily/parser.yy (optional_prop_ops): allow \with {
5089         PROPERTYSETTINGS } following \context or \new.
5090
5091         * lily/my-lily-lexer.cc: add \with.
5092
5093         * lily/parser.yy (property_operation): clean up definition of
5094         property operations.
5095         (property_op_to_music): new function.
5096         (context_spec_music): new function
5097
5098         * VERSION: 2.1.7 released.
5099         
5100         * input/regression/collision-merge-dots.ly: new file.
5101
5102         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5103         then kill the dots too. 
5104
5105         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5106         set/unset breakableSeparationItem
5107
5108         * lily/separation-item.cc (relative_width): add function.
5109
5110         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5111         only-prebreak-interface
5112
5113         * lily/system.cc (output_lines): only junk only-prebreak-interface
5114         grobs.
5115
5116         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5117         read breakableSeparationItem
5118
5119         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5120
5121         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5122
5123         * lily/dot-column.cc (dot_config_badness): new function:
5124         select the best scoring dot configuration: dots should go close to
5125         the note heads, but be shifted up or down according to conventions.
5126         (print_dot_configuration): idem.
5127         (shift_one): idem
5128         (remove_collision): idem.
5129
5130         * input/regression/dots.ly: add more test cases.
5131
5132 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5133
5134         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5135
5136         * flower/include/interval.hh: rename elem_b to contains 
5137
5138         * lily/tie.cc: change 'heads to 'head-pair.
5139
5140         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5141         fill in 'heads field.
5142
5143         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5144         minimum-length for short ones, and shorten so collisions with the
5145         next syllable are avoided.
5146
5147         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5148         near-zero slopes.
5149         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5150
5151         * lily/dots.cc: remove quantized_position callback. All Y
5152         positioning is done by dot-column.cc
5153
5154         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5155         exhaustive test of all dot positions. This fixes disappearing dots
5156         in dotted chords.
5157
5158 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5159
5160         * mf/feta-klef.mf (test_staff): fatten up G clef
5161         (test_staff): fatten up f clef.
5162         
5163
5164 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5165
5166         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5167         * input/les-nereides.ly: Use latin1 characters for title, like
5168         Morgenlied.
5169
5170 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5171
5172         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5173         cmb10).
5174
5175         * lily/lyric-extender.cc (brew_molecule): add little space before
5176         extender line.
5177
5178         * lily/beam-quanting.cc (score_forbidden_quants): check if
5179         outer stafflines fall in any beam gaps.
5180
5181         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5182         for lyric texts.
5183
5184 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5185
5186         * VERSION: 2.1.6 released.
5187
5188         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5189         this shows the demerits of a user-defined beam position pair.
5190
5191         * scm/define-grobs.scm (all-grob-descriptions): set
5192         beamed-extreme-minimum-free-lengths to a different value.
5193
5194         * lily/scm-option.cc: add debug-beam scm-option
5195
5196         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5197
5198 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5199
5200         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5201
5202         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5203         space after barline.
5204
5205         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5206
5207         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5208         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5209         the other case, take standard column-breakable spacing. Do not
5210         warn about "no spacing wishes".
5211
5212         This fixes wide spaces after barlines in very loose lines.
5213
5214         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5215
5216 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5217
5218         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5219         acknowledge_grob lyric-syllable, not lyric-text.
5220
5221         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5222         dashes of length #'length separated by #'dash-period. 
5223
5224         * lily/lyric-extender.cc (brew_molecule): idem
5225
5226         * lily/multi-measure-rest.cc (big_rest): idem
5227
5228         * lily/system-start-delimiter.cc (simple_bar): idem
5229
5230         * lily/bar-line.cc (simple_barline): use rounded box
5231
5232         * VERSION: release 2.1.5
5233
5234         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5235         music): move note about dvips to more visible place.
5236
5237         * lily/lyric-phrasing-engraver.cc: move from
5238         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5239         lyric-phrasing-engraver.hh)
5240         
5241         * lyric-align.ly: remove file
5242         
5243         * scripts/convert-ly.py (FatalConversionError.func): add removal
5244         rule for automaticMelismata
5245
5246         * ly/engraver-init.ly (ScoreContext): switch on
5247         New_phrasing_engraver by default.
5248
5249         * lily/slur-engraver.cc (class Slur_engraver):
5250         process_acknowledged_grobs -> process_music.
5251         (try_music): signal melismata correctly.
5252
5253         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5254         word-space, right-trim-amount, and extend past right bound only
5255         for note heads.
5256
5257         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5258         lyric-extender support: add note-heads to the extender
5259         automatically.
5260
5261         * lily/parser.yy: extender is now post_event. 
5262
5263         * lily/accidental-engraver.cc (number_accidentals): remove
5264         spurious warning about non-parent contexts.
5265
5266         * lily/music-output-def.cc (assign_translator): \translator { }
5267         for a Foo context implicitly redefines \FooContext.
5268
5269         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5270         fixes.
5271
5272         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5273         doubly in slur weight. 
5274
5275         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5276         combination.
5277
5278         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5279         staffbar distance.
5280
5281         * scripts/lilypond.py (global_latex_preamble): crank down size of
5282         the margins. Now there is a 12 mm top and bottom margin, which
5283         should correspond with the printable area of modern printers.
5284
5285         This enlarges the music height of the printable page a little.
5286
5287         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5288         signs. Use \markup instead.
5289         (accreg_pen): tweak for accordeon asterisk.
5290
5291 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5292
5293         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5294
5295         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5296
5297         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5298
5299         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5300
5301         * scm/define-grobs.scm (all-grob-descriptions): change
5302         StanzaNumber description: make side support, i.s.o. breakable.
5303         use Instrument_name_engraver for texts in the margin.
5304
5305         * scm/define-translator-properties.scm: remove
5306         melismaEngraverBusy, stz property.
5307
5308         * *.cc: naming: change empty_b () into is_empty ()
5309
5310         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5311
5312         * input/regression/lyric-phrasing-new.ly: new file.
5313
5314         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5315         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5316         melismata are now left-aligned.
5317
5318 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5319
5320         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5321
5322         * mf/feta19.mf: remove.
5323         
5324         * mf/feta-klef.mf (test_staff): more tweaks
5325
5326         * mf/feta-toevallig.mf: more small size tweaks.
5327
5328         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5329         rests for smaller sizes.
5330
5331         * mf/feta-bolletjes.mf: fix cross heads.
5332
5333         * VERSION: release 2.1.4
5334         
5335         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5336         deprecated #'ancient font family
5337
5338         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5339         it is a string or number.
5340
5341         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5342         change calling convention of stem-attachment function. 
5343
5344         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5345
5346         * mf/feta-autometric.mf: dump WX/WY fields too
5347         
5348         * mf/parmesan-heads.mf: idem.
5349
5350         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5351         attachment coordinates.
5352
5353         * lily/note-head.cc (stem_attachment_coordinate): read stem
5354         attachment from the notehead glyphs WX/WY fields.
5355
5356         * lily/include/font-metric.hh (struct Font_metric): add methods
5357         get_indexed_wxwy (), make a distinction between looking up by
5358         index and ASCII  
5359
5360         * mf/feta-bolletjes.mf: rewrite note head MF code.
5361         (test_outlines): make heads more rotund for smaller sizes. 
5362
5363 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5364
5365         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5366         throughout. Font scaling fixes throughout.
5367
5368         * mf/feta-sleur,slur.mf: remove. 
5369
5370         * mf/feta-slag.mf: rewrite.
5371
5372 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5373
5374         * VERSION: release 2.1.3
5375
5376         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5377
5378         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5379
5380         * lily/mark-engraver.cc (process_music): fix mark
5381         \default. (backportme)
5382
5383         * stepmake/stepmake/automatically-generated.sub.make (default):
5384         use -n for head/tail commands. 
5385
5386         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5387         heads with the same pitch.
5388
5389 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5390
5391         * lily/recording-group-engraver.cc (finalize): set protected_scm
5392         member to '() before finalizing.
5393
5394         * lily/translator-group.cc (finalize): remove removal_processing () 
5395
5396         * lily/recording-group-engraver.cc: new engraver: record
5397         synchronized start & end times for each music object.
5398
5399         * lily/parser.yy (toplevel_expression): execute score rendering
5400         during parsing. Cleanup output-filename handling; this is no
5401         longer done with global variables.
5402         (translator_spec_body): allow \type modification too.
5403
5404         * lily/score.cc:  ly:run-translator: new function
5405         (LY_DEFINE): ly:render-output new function.
5406
5407         Separate interpreting and rendering, and make available as
5408         functions at Scheme level.
5409
5410 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5411
5412         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5413         (musicxml-node->string):
5414         (xml-node->string):
5415         (music-to-musicxml): New function.
5416
5417 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5418
5419         * VERSION: 2.1.2 released
5420
5421         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5422
5423         * scm/font.scm (paper20-font-vector): discouple font design sizes
5424         from sizes specified in .ly file: store all design sizes of a font
5425         in a single vector.
5426
5427         * lily/font-select.cc (get_font_by_design_size): new function
5428
5429         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5430         add parmesan,feta in sizes 14 and 18.
5431         
5432         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5433
5434         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5435         of fontSize: this now sets font-size
5436
5437 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5438
5439         * VERSION: 2.1.1 released
5440         
5441         * Documentation/user/refman.itely (Tuning objects): add note about
5442         concurrent tweaks in different contexts. 
5443
5444         * lily/tie-engraver.cc (acknowledge_grob): use
5445         Staff_symbol_referencer::get_position iso. reading staff-position
5446         directly.
5447
5448         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5449         currentMusicalColumn as left span-point for bracket. The bracket
5450         is too long when there are accidentals.
5451
5452 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5453
5454         * buildscripts/lilypond-profile.sh,
5455         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5456         Thanks to Reuben Thomas <rrt@mupsych.org>
5457
5458 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5459
5460         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5461         Wurbel <wurbel@univ-tln.fr>.
5462
5463 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5464
5465         * scripts/midi2ly.py: Add space after chords.
5466
5467 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5468
5469         * input/regression/{many}: add few @code{ ... }.
5470
5471 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5472
5473         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5474         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5475         Removed cmbx5, cmbx6 (which are included in teTeX)
5476         and cmbxti14 which is not used in fonts.scm.
5477
5478 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5479
5480         * lily/midi-item.cc: fine tune quarter tones.
5481
5482 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5483
5484         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5485         new function, warn how many cents are missing in fine tuning.
5486
5487 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5488
5489         * input/bugs/rhytmicstaff-tie.ly: add file.
5490
5491         * THANKS: Create skeleton for 2.1.
5492
5493 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5494
5495         * input/test/bar-lines.ly (TODO): dashed "|".
5496
5497 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5498
5499         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5500         input/regression/tie-chord.ly: Fix spell for tying.
5501
5502         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5503
5504         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5505         new file (renamed, see above).
5506
5507         * Documentation/user/lilypond-book.itely
5508         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5509         * input/example-1.ly input/example-2.ly input/example-3.ly
5510         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5511         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5512         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5513         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5514         * scripts/lilypond-book.py scripts/lilypond.py
5515         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5516         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5517
5518         * Documentation/user/lilypond.tely: update version.
5519
5520         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5521         Remove extra spaces in each @node, fixes spaces.
5522
5523 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5524
5525         * scripts/lilypond-book.py (output_dict): Add definition of
5526         \lilypondbook also for LaTeX output. Solves several bug reports.
5527
5528 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5529
5530         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5531
5532 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5533
5534         * input/test/transposition.ly: Fix key signatures, given in comments.
5535
5536 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5537
5538         * scm/midi.scm (instrument-names-alist),
5539         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5540
5541 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5542
5543         * input/test/temporary-stave.ly (texidoc): New example based on an
5544         email question from Ralph Little.
5545
5546 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5547
5548         * VERSION: release 2.1.0
5549         
5550         * lily/note-performer.cc (try_music): accept busy-playing-event.
5551
5552         * lily/swallow-perf.cc (try_music): return false for
5553         busy-playing-event and melisma-playing-event.
5554
5555 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5556
5557         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5558         >> in \score.
5559
5560 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5561
5562         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5563         that articulation_substitute will not move beam start again.
5564         (articulation_substitute): Bugfix: remove stray space so that new
5565         old chords ending '>>' does not get broken up.
5566         (sub_chord): Use TAB for indentation (not spaces).
5567         
5568         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5569         Bugfix for startup: Use ?^ instead of ?\^.
5570
5571 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5572
5573         * lily/lyric-combine-music-iterator.cc
5574         (Lyric_combine_music_iterator): change init order, to prevent GC
5575         segfaults.
5576
5577         * lily/context-specced-music-iterator.cc (construct_children): 
5578         only change  translator if found. This fixes a core dump problem.
5579
5580 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5581
5582         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5583         comparison.
5584
5585         * mf/feta-bolletjes.mf: make hole in half note little
5586         smaller for stem attachment.
5587
5588         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5589
5590         * mf/feta-banier.mf: don't draw stem with flag, just small square
5591         attachment.
5592
5593         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5594
5595         * mf/feta-banier.mf: remove upstem/downstem characters.
5596
5597         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5598
5599         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5600         stafflinethickness (in the default)
5601
5602         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5603
5604         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5605
5606         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5607
5608         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5609
5610         * lily/include/directional-element-interface.hh:
5611         junk class, make {get,set}_grob_direction functions.
5612
5613         * lily/slur.cc (get_attachment): do something sensible when
5614         attaching to stem without heads (eg. a rest).
5615
5616         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5617         forcing up to staff.  remove #'support-head property
5618         (brew_molecule): small cleanup.
5619         (flag): remove #'grace property.
5620
5621 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5622
5623         * cygwin/postinstall-lilypond.sh: 
5624         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5625         (Volker Zell).
5626
5627 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5628
5629         * scripts/lilypond-book.py: resurrect 'eps' option. 
5630         (TexiPaper.to_eps): use -Ppdf for EPS files.
5631
5632         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5633
5634         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5635
5636         * VERSION: release 2.0.1
5637
5638         * lily/bezier.cc (get_other_coordinate): change assert into
5639         warning.
5640
5641         * lily/note-head.cc (internal_brew_molecule): make left protusion
5642         smaller, to accomodate for natural sign.
5643         (internal_brew_molecule): only do this when the accidental is
5644         close enough.
5645         (extent): new function
5646
5647         * lily/skyline.cc (merge_skyline): new function
5648         (heighten_skyline): new function
5649
5650         * lily/accidental-placement.cc (position_accidentals) 
5651         (position_accidentals): fix todo.
5652
5653 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5654
5655         * input/test/+.ly (texidoc): put version number inline.
5656
5657         * GNUmakefile.in: remove rsync-web target.
5658         
5659         * input/regression/bar-scripts.ly (onestaff): raggedright
5660
5661 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5662
5663         * lily/*.cc: remove #if 0'd code in couple of places.
5664
5665         * lily/midi-stream.cc (operator <<): rewrite.
5666
5667         * lily/note-head.cc (internal_brew_molecule): 
5668         only make ledgers when the Staff symbol has lines.
5669
5670         * ly/property-init.ly (arpeggioBracket): simplify
5671
5672         * lily/translator-group.cc (execute_pushpop_property): use
5673         SCM_EQ_P for comparing keys. This fixes reverting
5674         auto-beam-settings.
5675
5676 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5677 *
5678         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5679         midi_debug_global_b.
5680         (operator <<): Normalise loop.
5681
5682 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5683
5684         * scripts/lilypond.py (escape_path): revise.
5685
5686         * scm/music-functions.scm (set-output-property): new function.
5687         
5688 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5689
5690         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5691         use addmakeflags again.
5692
5693         * cygwin/lily-wins.py (escape_shell): New function; use it.
5694
5695         * scripts/lilypond.py (escape_shell): Escape quotes and other
5696         spaces too.  Do not escape escaping backslashes.
5697
5698         * make/srcdir.make.in (web-install): Must call install-WWW now.
5699
5700         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5701         dependency
5702
5703 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5704
5705         * scripts/lilypond.py (escape_path): escape quotes too. 
5706
5707         * Documentation/user/lilypond.tely (Unified index): rename Index
5708         to accomodate Windows breakage.
5709
5710         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5711
5712         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5713         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5714         target not a source.
5715
5716 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5717
5718         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5719         addmakeflags.  Build and install doc and web also when building on
5720         Cygwin.
5721
5722         * mf/GNUmakefile: Bugfix.
5723
5724         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5725         target web.
5726
5727         * cygwin/lily-wins.py: Quote filename.
5728
5729 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5730
5731         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5732
5733 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5734
5735         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5736         settings.
5737
5738         * configure.in: Require g++ > 3.0.4.
5739
5740         * mf/GNUmakefile: Bugfix: Add list.ly target.
5741         
5742         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5743
5744         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5745         make omf directory, add uninstall targets.
5746
5747 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5748
5749         * lily/tie-performer.cc (initialize): init prev_event
5750
5751         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5752
5753         * lily/script-engraver.cc (make_script_from_event): don't crash on
5754         non-string articulation-type.
5755
5756         * lily/new-fingering-engraver.cc (add_script): don't crash on
5757         0 scripts 
5758         (acknowledge_grob): warn about text script events.
5759
5760 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5761
5762         * buildscript/lilypond.words: fix path for drums.scm.
5763
5764 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5765
5766         * lily/spacing-spanner.cc (note_spacing): don't make longer
5767         durations than measure-length.
5768
5769         * VERSION: release 2.0.0
5770
5771         * GNUmakefile.in (rsync-web): version independent rsync target.
5772
5773         * input/test/+.ly (texidoc): idem.
5774
5775         * input/regression/+.ly: print version number.
5776
5777         * input/regression/accidentals.ly (mel): shorten.
5778
5779         * input/regression/accidental-octave.ly (texidoc): shorten.
5780
5781         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5782
5783         * input/regression/completion-heads-polyphony.ly: octave
5784
5785         * input/regression/beam-manual.ly: remove
5786
5787         * input/regression/beam-chord.ly: remove
5788
5789         * input/regression/grace-dynamic.ly: remove
5790         
5791         * input/regression/grace-volta-repeat.ly: octave fixes.
5792
5793         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5794
5795         * lily/parser.yy (step_number): semitones for chord entry too.
5796         (make_chord_step): more robust code, semitones. 
5797
5798         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5799
5800         * input/regression/breathing-sign.ly (texidoc): split ancient and
5801         normal breathing signs.
5802
5803         * scm/define-grobs.scm (all-grob-descriptions): swap
5804         beamed-extreme-minimum-free-lengths and
5805         beamed-minimum-free-lengths; the 'extreme' case should allow
5806         shorter stems. This fixes forced directions on beamed 32nd and
5807         shorter notes.
5808
5809         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5810         quartertones, not semitones.
5811         (NoteNamesContext): swallow more event types
5812
5813         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5814
5815         * VERSION (PACKAGE_NAME): release 1.9.10
5816
5817 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5818
5819         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5820         set note head as cause of note-column.  This gives a better error
5821         message.
5822
5823 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5824
5825         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5826
5827 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5828
5829         * mf/GNUmakefile (pfa_warning): instruct 
5830
5831         * stepmake/aclocal.m4: typo.
5832
5833         * Documentation/user/cheatsheet.itely: more verbose examples.
5834
5835         * input/regression/clefs.ly: remove bogus docstring.
5836
5837 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5838
5839         * GNUmakefile.in (SUBDIRS): Add elisp.
5840
5841         * elisp/lilypond-mode.el: 
5842         * elisp/lilypond-init.el: 
5843         * elisp/lilypond-indent.el: 
5844         * elisp/lilypond-font-lock.el: Move from top dir.
5845
5846         * stepmake/stepmake/elisp-vars.make: New file.
5847
5848         * config.make.in (elispdir): Add.
5849
5850         * Documentation/topdocs/INSTALL.texi: Typo.
5851
5852         * make/ly-rules.make: Test for files instead of touching void and
5853         ignoring errors.
5854
5855         * GNUmakefile.in:
5856         * make/lilypond.redhat.spec.in:
5857         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5858         <builddir>, adding
5859         
5860              (push "<builddir>/share/lilypond/elisp" load-path)
5861
5862         to your ~/.emacs.el should give you LilyPond-mode again.
5863
5864         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5865         regexp for DOS/Windows, we are too paranoid to fix others.
5866
5867 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5868
5869         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5870
5871         * input/test/chord-names-jazz.ly (banterProperties): fix
5872
5873         * lily/parser.yy (bass_mod): bass figure alterations are semi
5874         tones, not quarter tones
5875
5876         * lily/beam.cc (set_stem_lengths): only lengthen stems
5877         for gapped beams.
5878
5879         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5880         by beamcount.
5881
5882         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5883         a warning that the warning may erroneous.
5884
5885         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5886         target.
5887
5888         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5889         targets.
5890
5891         * GNUmakefile.in ($(config_h)): config.h should depend on
5892         config.hh.in .
5893         (lilypond.words): remove fontball stuff.
5894
5895         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5896
5897         * configure.in: remove pktrace reference.
5898
5899         * GNUmakefile.in (rsync-web): permissions and ownership for
5900         website.
5901
5902         * lily/volta-engraver.cc (staff_eligible): new function.
5903         (stop_translation_timestep): kill off spanners if not eligible.
5904
5905         * VERSION (PATCH_LEVEL): release 1.9.9
5906
5907         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5908
5909         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5910         length is more important than forbidden quants.
5911         
5912 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5913
5914         * buildscripts/lilypond.words: order words in search order,
5915         add lilypond.words.vim to be generated.
5916
5917         * lilypond.vim: use lilypond.words.vim for keyword matching.
5918
5919         * lilypond-mode.el: use search order. fix word selection rules.
5920
5921         * lilypond-font-lock.el: fix fontifying long durations.
5922
5923         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5924
5925 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5926
5927         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5928
5929         * stepmake/stepmake/generic-targets.make:
5930         * stepmake/stepmake/bin/make-version.py: 
5931         * stepmake/aclocal.m4:
5932         * make/stepmake.make:
5933         * make/toplevel-version.make: Build fixes: remove last traces of
5934           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5935
5936         * lily/beam.cc: Add gap-count property.
5937
5938 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5939
5940         * scm/define-grob-properties.scm (gap-count): add gap-count
5941
5942         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5943
5944 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5945
5946         * cygwin/mknetrel.doc: Typo.
5947
5948         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5949
5950         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5951
5952 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5953
5954         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5955         sizes. Remove support for 'ledger'(=tabloid+landscape).
5956
5957 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5958
5959         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5960         sauter PFAs.
5961
5962         * configure.in: remove VERSION stuff once again.
5963
5964         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5965
5966         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5967         for chord names.
5968
5969         * mf/GNUmakefile: always trace pfa fonts.
5970         (SAUTER_FONTS): add cmss[567] too fonts
5971
5972         * configure.in: require mftrace. 
5973
5974         * lily/staff-performer.cc (new_instrument_string): don't look at
5975         instrument property.
5976
5977         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5978         is_direction is the C++ one. Similar for ly_axis_p and
5979         ly_number_pair_p
5980
5981 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5982
5983         * lily/beam.cc (brew_molecule): read gap-count to determine
5984         number of tremolo (gapped) beams.
5985
5986         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5987         shorter than 1/8
5988
5989         * flower/include/array.hh (default_compare): new function
5990
5991         * cygwin/mknetrel: Native fixes.
5992
5993         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5994
5995 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5996
5997         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5998         feature for Windows.
5999
6000         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
6001
6002         * cygwin/mknetrel: Updates for native use on Cygwin.
6003
6004         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
6005
6006         * stepmake/stepmake/help2man-rules.make: 
6007         * cygwin/mknetrel: Bugfix for manpages.
6008
6009         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
6010         $(builddir).  Stepmake is a normal subdirectory now, that is not
6011         configured.  Another srcdir build fix.
6012
6013         * Documentation/topdocs/INSTALL.texi,
6014         buildscripts/lilypond.words.py, lilypond-font-lock.el,
6015         lilypond-init.el, lilypond-mode.el, debian/rules,
6016         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
6017         rename generated file lilypond.words to lilypond.words.el.
6018
6019 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
6020
6021         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
6022
6023         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
6024         GNUmakefile.in.
6025
6026 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6027
6028         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
6029         when cross building.
6030
6031         * configure.in: srcdir build fix.
6032
6033         * cygwin/GNUmakefile:
6034         * cygwin/lily-wins.py:
6035         * cygwin/postremove-lilypond.sh: 
6036         * cygwin/postinstall-lilypond.sh: Merge from stable.
6037
6038         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6039         s/ly2dvi/lilypond/.
6040
6041 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6042
6043         * lily/slur.cc (after_line_breaking): only set control points if
6044         none supplied yet.
6045
6046         * input/test/slur-manual.ly: new file.
6047
6048         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6049         <<  >> chords too.
6050
6051         * VERSION (PACKAGE_NAME): release 1.9.8
6052
6053         * scripts/lilypond.py (escape_path): escape spaces in directory names
6054
6055         * input/test/text-spanner.ly: fixes.
6056
6057 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6058
6059         * buildscripts/lilypond.words.py: add drum names as note names to
6060         Emacs-mode.
6061
6062 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6063
6064         * input/regression/hairpin-dashed.ly: new file.
6065
6066         * scripts/convert-ly.py (conv): warn about dash-length.
6067
6068         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6069         automatically if we get a new one.
6070
6071         * lily/lookup.cc (dashed_line): new function
6072
6073         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6074         dash-fraction.
6075
6076 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6077
6078         * buildscripts/lilypond.words.py: extract note names.
6079
6080         * lilypond-mode.el: take note names from lilypond.words -file.
6081         small fix in the use of string-match.
6082
6083         * lilypond-font-lock.el: use lilypond.words for note names, add 
6084         maxima to note a duration.
6085
6086 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6087
6088         * lily/breathing-sign.cc: remove railtracks() function. 
6089
6090         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6091
6092         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6093         (brew_molecule): bugfix don't make arpeggio shorter when
6094         arpeggio-direction is set.
6095
6096         *  debian/rules: small corrections in the (Pedro K)
6097
6098         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6099         examples.
6100
6101         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6102         special (repeat) bar comes along.
6103
6104         * input/regression/auto-beam-bar.ly: update.
6105
6106         * scripts/lilypond-book.py (output_dict): remove support for the
6107         EPS option.
6108
6109         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6110         VerticalAlignment and VerticalAxisGroup this fixes the size
6111         computations for the entire system.
6112  
6113         * input/les-nereides.ly (bass): remove superfluous fontSize.
6114
6115         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6116         causes directory of file to be added to include path.
6117
6118         * input/regression/beam-break.ly: test single stem beams.
6119
6120         * input/regression/system-start-bracket.ly: fix.
6121
6122         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6123
6124         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6125
6126         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6127         (score_stem_lengths): do something sensible for single stem beams.
6128
6129         * lily/beam.cc (least_squares): add kludge for single stem beams.
6130
6131         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6132         keySignature to list of broken things.
6133
6134         * input/regression/keys.ly: fix.
6135
6136         * VERSION (PACKAGE_NAME): release 1.9.7
6137
6138         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6139
6140         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6141
6142         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6143         (quartertone_pitch): new function
6144
6145         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6146         flat. WARNING: FONT CHANGED.
6147
6148         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6149
6150         * lily/accidental-placement.cc (add_accidental): support for
6151         quarter tones.
6152
6153         * ly/LANGUAGEs.ly: use symbols for alterations.
6154
6155         * mf/feta-toevallig.mf: change accidental codes. 
6156
6157         * scm/lily.scm (ly:get-option): switch on debugging only for
6158         --verbose.
6159
6160         * lily/lily-guile.cc: remove ly:verbose?
6161
6162         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6163
6164         * lily/parser.yy (TODO): only do gh_call() for apply with
6165         procedure argument.
6166
6167         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6168         stuff in accordance with new timing of tie-events.
6169
6170         * lily/my-lily-lexer.cc: remove \outputproperty
6171
6172         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6173
6174         * scm/define-translator-properties.scm (melismaBusyProperties):
6175         add melismaBusyProperties property.
6176
6177 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6178
6179         * input/test/ambitus-mixed.ly (texidoc): new file.
6180
6181         * buildscripts/mutopia-index.py (find): prune debugging
6182
6183         * lily/side-position-interface.cc: doc updates
6184
6185         * Documentation/user/refman.itely: updates, tweaks.
6186
6187         * lily/parser.yy (Simple_music): remove outputproperty
6188
6189         * make/stepmake.make: use VERSION again; importing VERSION via
6190         autoconf dependencies is too hairy.
6191
6192 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6193
6194         * lilypond-mode.el: allow `-' for keywords and identifiers.
6195
6196 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6197
6198         * VERSION: release 1.9.6
6199         
6200         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6201         iso. ly2dvi.
6202
6203         * Documentation/user/*.itely: fixes everywhere
6204
6205         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6206         produce ties from the engraver itself, do not broadcast TieEvent.
6207
6208         * lily/my-lily-lexer.cc: remove pitch & duration.
6209
6210         * lily/parser.yy (TODO): remove \pitch and \duration
6211
6212         * input/test/explicit.ly: remove file.
6213
6214         * Documentation/user/refman.itely (Pitches): remove \pitch 
6215         \duration command.
6216
6217 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6218
6219         * buildscripts/lilypond.words.py: add all slur types to Emacs
6220         insertion menu, suppose everything is postfixed by dropping 
6221         unnecessary `-' -marks.
6222
6223 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6224
6225         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6226         tremoloed stems.
6227
6228         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6229         head for flagged stems.
6230
6231         * lily/stem.cc (get_default_stem_end_position): futz with extra
6232         stem length if there is a stem tremolo.
6233
6234         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6235         it would be too small.
6236
6237         * lily/font-metric.cc: return #f for non-existent glyph.
6238         
6239         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6240         exported through config.make.
6241
6242         * input/regression/clef-oct.ly: new file.
6243
6244         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6245         transposition.
6246
6247         * input/template/*.ly: remove old relative.
6248
6249         * ly/english.ly: add X names for double sharp.
6250
6251 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6252
6253         * lily/font-select.cc: new file handle font selection routines.
6254
6255         * lily/parser.yy: add ; (Patrick Atamaniuk)
6256
6257         * input/test/time-signature-double.ly: use markups for double time
6258         sigs.
6259
6260         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6261         ChordNames.SeparationItem #'padding for adjusting space after chords.
6262         
6263         * lily/music-output-def.cc (LY_DEFINE): 
6264         new function ly:paper-lookup.
6265         
6266         * mf/parmesan-clefs.mf: use # quantities for char_box
6267         offsets. Fixes overflow errors in the PFA. 
6268
6269         * scm/new-markup.scm (strut-markup): change calling interface for
6270         markup. Pass paper-def, not grob. This would allow \markup to be
6271         used separately from grobs.
6272
6273         * lily/paper-def.cc: new function ly:paper-font; this function
6274         replaces ly:get-font.
6275
6276         * lily/include/font-interface.hh (struct Font_interface): take
6277         Paper_def iso. Grob for get_font().
6278
6279 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6280
6281         * Documentation/user/ tutorial.itely, refman.itely: add warning
6282         about \key and accidentals.
6283
6284 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6285
6286         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6287
6288         * Documentation/user/*.itely: manual tweaks
6289
6290 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6291
6292         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6293         cleanup; bugfix: exact_center
6294
6295         * Documentation/user/refman.itely: added more documentation on
6296         ambitus according to recent questions on lilypond-user list
6297
6298 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6299
6300         * input/regression/ottava.ly (texidoc): demo 15ma too.
6301
6302         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6303
6304         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6305         octave fixes.
6306
6307 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6308
6309         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6310         problems on older Mac editors.
6311
6312 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6313
6314         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6315
6316 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6317
6318         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6319         mf/parmesan-clefs.mf: added comments on character alignment and
6320         set_char_box() conventions
6321
6322         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6323         set_char_box()'s
6324
6325         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6326
6327 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6328
6329         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6330
6331 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6332
6333         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6334         shortened to avoid almost-collision with staff line; code cleanup;
6335         other custodes: fixed char boxes; code cleanup
6336
6337 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6338
6339         * configure.in: release 1.9.5
6340         
6341         * scripts/lilypond.py (global_latex_preamble): only set
6342         twosideshift if 'twoside' is in latexoptions 
6343
6344         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6345
6346         * VERSION: remove
6347
6348         * scripts/*2ly.py: update <> syntax
6349
6350 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6351
6352         * lily/chord-name-engraver.cc (process_music): add origin for
6353         chord name.
6354
6355         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6356
6357         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6358         bass notes for exceptions too.
6359
6360         * scm/define-grobs.scm (all-grob-descriptions): rename
6361         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6362
6363         * scm/define-grob-properties.scm (remove-first): add remove-first
6364         property for orchestral scores.
6365
6366         * Documentation/user/*.itely: switch <<>> and <> 
6367
6368         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6369         last_line only once. This fixes the two consecutive glissandi problem.
6370
6371 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6372
6373         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6374         error message "flexa-width undefined"
6375
6376         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6377         lily/include/gregorian-ligature.hh: print warning when ignoring
6378         head prefixes on flexa shapes
6379
6380         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6381         space before a series of inclinatum heads
6382
6383         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6384         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6385         cleanups
6386
6387         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6388         and char_box
6389
6390 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6391
6392         * input/regression/breathing-sign.ly: tiny fixes
6393
6394         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6395         semantical collision with vaticana ligatures
6396
6397         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6398         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6399         now consistent with mensural ligatures
6400
6401         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6402         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6403         context pitches and staff position; dto. for virga stem; removed
6404         obsolete virga and clivis characters from parmesan font (WARNING:
6405         font changed)
6406
6407         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6408         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6409
6410         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6411         scm/define-grob-properties.scm: consistency fix: renamed
6412         join_left->add_cauda
6413
6414         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6415         appendix length; bugfix: yoffs_bt for reverse direction punctum
6416         characters
6417
6418         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6419         small cleanups; added more docu
6420
6421         * lily/mensural-ligature-engraver.cc,
6422         lily/vaticana-ligature-engraver.cc,
6423         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6424         computation to CoherentLigatureEngraver
6425
6426         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6427         scm/define-grob-properties.scm: bugfix: added missing linea and
6428         cavum properties; bugfix: removed dead semivocalis property
6429
6430         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6431         length; redesigned quilisma, stropha and auctum
6432
6433         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6434         line thickness
6435
6436         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6437         Documentation/user/refman.itely: bugfix: introduced shifted
6438         epiphonus head to avoid collision with adjacent plica
6439
6440 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6441
6442         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6443
6444         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6445
6446 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6447
6448         * Documentation/user/tutorial.itely (A lead sheet): remove
6449         duplicate chords.
6450
6451         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6452
6453 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6454
6455         * Documentation/bibliography/computer-notation.bib (isbn): add
6456         xivcim publication.
6457
6458 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6459
6460         * GNUmakefile.in: drop lilypond.words for generation.
6461
6462 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6463
6464         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6465
6466         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6467
6468 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6469
6470         * input/test/figured-bass-alternate.ly (fl): new file.
6471
6472         * Documentation/topdocs/README.texi (Top): clarifications.
6473
6474         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6475         theses of Gieseking and Renz.
6476
6477         * GNUmakefile.in (README_FILES): remove README.mandrake.
6478
6479 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6480
6481         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6482         from source files and search patterns listed in the script.
6483
6484         * GNUmakefile.in: add target `lilypond.words'.
6485
6486         * lilypond.words: remove file, generated by `make lilypond.words'.
6487
6488         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6489
6490 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6491
6492         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6493
6494 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6495
6496         * VERSION: 1.9.4 released
6497
6498         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6499         rule for < > <-> << >> substitution
6500
6501         * lily/lexer.ll: exchange meaning of << >> and < > 
6502
6503         * VERSION (PACKAGE_NAME): 1.9.3 released
6504
6505         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6506         pages unconditionally.
6507
6508 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6509
6510         * Documentation/user/music-glossary.tely (Top): small syntax
6511         fixes.
6512
6513         * scm/music-functions.scm (remove-tag): filter \tagged music
6514         expressions.
6515
6516         * input/regression/tag-filter.ly (texidoc): new file.
6517
6518         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6519         symbol2 .. ) etc. 
6520
6521         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6522         convert rule.
6523
6524         * Documentation/user/refman.itely (Fingering instructions): adjust
6525         manual.
6526
6527         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6528         for borderline cases (e.g. 1 fingering.)
6529         (position_scripts): revise interface, use fingerOrientations to
6530         set fingering positions.
6531
6532         * scm/document-translation.scm (context-doc): add aliases to
6533         automated documentation.
6534
6535         * make/lilypond-vars.make: remove stepmake compat glue.
6536
6537         * make/generic-vars.make: remove cruft.
6538
6539         * lily/main.cc (main): don't identify binary.
6540
6541 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6542
6543         * lily/include/translator.hh (class Translator): remove
6544         type_string_ , use symbol for context name throughout.
6545         Changes through whole source tree.
6546
6547         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6548         set PDF as default, and always make PDF.
6549
6550         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6551
6552 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6553
6554         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6555         Documentation/user/refman.itely input/regression/allfontstyle.ly
6556         input/regression/grace-types.ly:
6557         fix spelling for acciaccatura (Webster's 1913).
6558
6559 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6560
6561         * lily/main.cc (usage): adjust blurb, include url.
6562
6563         * input/regression/breathing-sign.ly (texidoc): transpose up
6564
6565 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6566
6567         * input/regression/breathing-sign.ly: changed ancient examples to
6568         be relevant (by request of Han-Wen); updated BreathingSign text
6569         property according to new syntax.
6570
6571         * ly/gregorian-init.ly: updated BreathingSign text property
6572         according to new syntax
6573
6574 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6575
6576         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6577         (Clef): index entries for clefs.
6578
6579         * python/lilylib.py (system): remove errorlog files.
6580         
6581 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6582
6583         * lilypond.words: add \new and new graces. Add dynamics to menus
6584         keeping 1.8.x compatibility; after all the engraving relating to 
6585         notes becomes postfixed `-' marks will be removed.
6586
6587 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6588
6589         * lily/molecule.cc (align_to): idem.
6590
6591         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6592         
6593         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6594         accacciatura everywhere.
6595
6596         * VERSION (PACKAGE_NAME): released 1.9.2
6597
6598         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6599
6600         * scm/document-markup.scm (markup-doc-node): sort markup function
6601         list.
6602
6603         * lily/paper-outputter.cc (output_version): change "Lily was here"
6604         into  "Engraved by LilyPond"
6605
6606         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6607         on unquoted strings before \notenames.
6608
6609         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6610         increases the number of s/r reductions to 4.
6611
6612         * scm/new-markup.scm (fraction-markup): \fraction command.
6613
6614         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6615         mode
6616
6617         * lily/lookup.cc (round_filled_box): rename function.
6618         (LY_DEFINE): round-filled-box: change signature.
6619
6620         * Documentation/user/refman.itely: revise section explaining grace
6621         notes.
6622
6623         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6624         ly:set-context-property
6625
6626         * input/*/*.ly (vmus): use \new everywhere.
6627
6628         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6629
6630         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6631         default
6632
6633         * scm/music-functions.scm (set-stop-grace-properties)
6634         (set-start-grace-properties, add-grace-property): new functions
6635         for modular grace tweak control.
6636
6637         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6638         
6639 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6640
6641         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6642
6643         * GNUmakefile.in (install-pfa-fonts):
6644         (get-pfa-fonts): New target.
6645
6646         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6647         install-pfa-fonts help.
6648
6649 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6650
6651         * lily/translator-scheme.cc (LY_DEFINE):
6652         ly:context-pushpop-property new function.
6653         (LY_DEFINE): new function ly:translator-find  
6654         new function ly:translator?
6655         (LY_DEFINE): new function ly:context?
6656
6657         * lily/translator-def.cc: remove
6658         Translator_def::apply_pushpop_property().
6659
6660         * python/lilylib.py (read_pipe): only store and display error log
6661         if verbose not set.
6662         (read_pipe): only display log if it contains something.
6663
6664 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6665
6666         * Documentation/misc/GNUmakefile: Re-add.
6667         (TEXTS): Add CHANGES.
6668
6669 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6670
6671         * lilypond.words: add \newcontext.
6672
6673 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6674
6675         * lily/tie-performer.cc (stop_translation_timestep): only flush
6676         tied_notes when we have actually made a tie. Fixes bugs with ties
6677         in polyphonic scores.
6678
6679 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6680
6681         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6682         they do not exist.
6683
6684 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6685
6686         * VERSION (PACKAGE_NAME): released 1.9.1 
6687
6688         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6689         Instrument_name_engraver
6690
6691         * lily/tie-performer.cc (create_audio_elements): bugfix
6692
6693         * Documentation/user/music-glossary.tely (Top): comment out
6694         font-style statements.
6695
6696         * input/test/force-hshift.ly: revise example.
6697
6698         * Documentation/bibliography/engraving.bib (note): typos.
6699
6700         * configure.in: bump GCC requirements to 3.x
6701
6702         * lily/include/audio-item.hh (class Audio_tie): rename
6703         note_l_drul_ to note_drul_
6704
6705         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6706
6707         * lily/parser.yy (relative_music): whoops. All \relative were off
6708         by ...  a lot .... Ahem.
6709
6710         * scm/define-music-types.scm (music-descriptions): idem.
6711
6712         * lily/beam-engraver.cc: move new-beam-event to beam-event
6713
6714         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6715         to Tie_engraver
6716
6717         * input/regression/bar-number.ly: remove unnecessary old-relative
6718         options.
6719         
6720         * Documentation/user/internals.itely (Creating contexts): document
6721         \newcontext
6722
6723         * lily/parser.yy (Composite_music): add \newcontext
6724
6725         * Documentation/user/refman.itely (MIDI block): add note about
6726         dotted tempos.
6727
6728         * scm/font.scm: remove old markup legacy
6729
6730         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6731
6732         * lily/breathing-sign.cc (brew_molecule): remove function
6733
6734         * lily/text-item.cc: remove old-style markups.
6735         (interpret_markup): C++ version of markup function
6736         (brew_molecule): idem.
6737
6738         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6739         as Scheme variable.
6740
6741         * scripts/convert-ly.py (conv): dashes rule.
6742         Apply rule.
6743
6744         * Documentation/user/lilypond-book.itely: syntax fixes. 
6745
6746 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6747
6748         * VERSION (PACKAGE_NAME): release 1.9.0
6749
6750         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6751         note about dvips. (Should backport.)
6752
6753         * scripts/convert-ly.py
6754         (FatalConversionError.articulation_substitute): add
6755         convert-new-chords code. Remove convert-new-chords.py
6756
6757         * Documentation/user/refman.itely (Octave check): document
6758         \octave.
6759
6760         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6761         \relative changes.
6762
6763         * lily/parser.yy (command_element): octave check:
6764
6765            \octave PITCH
6766
6767         checks that PITCH (without octave) yields PITCH (with octave) in
6768         \relative
6769
6770         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6771
6772         * lily/scm-option.cc: ly:set-option now has the default argument
6773         #t.
6774
6775         * lily/lexer.ll: add \renameinput
6776
6777         * python/lilylib.py (command_name): robustifications.
6778
6779         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6780         /dev/stderr. This is ash compatible.
6781
6782         * ly/init.ly: add warning if compatibility was not necessary.
6783
6784         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6785
6786         * flower/include/string-handle.icc: formatting cleanups, rename
6787         references by ref_count_.
6788
6789 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6790
6791         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6792         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6793         package libs separately, fix conflicting php variable out=/dev/vc/
6794         invoking `unset out', declare menus, use only one icon-file, fix
6795         doc-path in menu.
6796
6797 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6798
6799         * scripts/convert-ly.py (FatalConversionError.conv): typo
6800
6801         * Documentation/misc/GNUmakefile: restore misc directory.
6802
6803         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6804
6805         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6806         Petites-Preludes 
6807
6808         * input/test/partial-blank.ly (quickmeasure): syntax
6809
6810         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6811         attachment property.
6812
6813         * Documentation/user/refman.itely: remove superfluous -'s 
6814         (Grace notes): ) fixes.
6815
6816         * lily/music.cc: generic compress(), transpose() functions. Remove
6817         others.
6818
6819         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6820         style markup entry.
6821
6822         * lily/parser.yy: all articulations postfix; remove obligatory -
6823         for [,  ) and \!
6824         
6825         * lily/music.cc (to_relative_octave): write generic
6826         to_relative_octave function; various relative cleanups.
6827         Hmmm.
6828
6829         * lily/scm-option.cc: add options new-relative and old-relative
6830
6831         * po/sv.po: new po file.
6832
6833         * Documentation/user/refman.itely (Dynamics): website
6834         fixes. (should backport!)
6835
6836 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6837
6838         * make/lilypond.mandrake.spec.in: declare version only once.
6839
6840 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6841
6842         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6843         meaning for now.
6844
6845 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6846
6847         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6848
6849         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6850
6851         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6852
6853         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6854
6855         * lily/music.cc (var): add ly:music-transpose function.
6856
6857         * lily/parser.yy (pre_events): remove prefix articulations.
6858
6859         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6860
6861         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6862
6863         * Documentation/user/refman.itely (Text markup): add comment about
6864         markup in header.
6865
6866 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6867
6868         * lily/paper-outputter.cc (write_header_fields_to_file): 
6869         only dump value if it is a string.
6870
6871         * flower/include/dictionary.hh: remove.
6872         
6873         * Documentation/ChangeLog-1.5: add back old log.
6874
6875         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6876         .pfas from a .deb.
6877
6878 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6879
6880         * Documentation/bibliography/engraving.bib: add entry for
6881         Jaschinski's Notation
6882
6883 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6884
6885         * Documentation/user/refman.itely (Beaming): add note about
6886         allowBeamBreak
6887
6888 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6889
6890         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6891         GregorianTranscription contexts
6892
6893         * ly/engraver-init.ly: vaticana contexts: minor fixes
6894
6895         * Documentation/user/refman.itely (Ancient notation): added note
6896         on appendix length bug
6897
6898         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6899         input/test/vaticana.ly: use vaticana contexts; small fixes
6900
6901 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6902
6903         * flower/hash.cc: Remove.
6904
6905         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6906         to (nonexistent?) hash_func_ identifier.
6907
6908         * python/midi.c (midi_error, midi_warning): Use char const* for
6909         __FUNCTION__ argument.
6910
6911         * python/gettext.py: Remove.  We already require python 2.1, which
6912         includes gettext.py.
6913
6914         * configure.in: Require python 2.1, as INSTALL.texi says.
6915         it.
6916
6917         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6918         versions 1.50 and 1.75.  Remove note about lexer patch.
6919
6920 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6921
6922         * Documentation/topdocs/INSTALL.texi: Update type1 font
6923         description to actual situation.  Add comment about new font ball
6924         layout.
6925
6926         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6927         in $LILYPONDPREFIX suffices for installation.
6928
6929 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6930
6931         * debian/control (Build-Depends): Add flex-old as alternative to
6932         flex.  Deprecate bison 1.75.
6933
6934 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6935
6936         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6937         Vaticana contexts
6938
6939         * Documentation/user/refman.itely (Ancient notation): documented
6940         some bugs; tiny fixes; added docu on Vaticana contexts
6941
6942         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6943         scripts
6944
6945 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6946
6947         * Documentation/user/refman.itely (Ancient notation): added some
6948         introductory words; added section on ancient time signatures;
6949         added some @seealso and @refcommands; small fixes and
6950         beautifications
6951
6952 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6953
6954         * input/regression/note-head-style.ly: many fixes and updates
6955
6956         * Documentation/user/refman.itely: added small sections on ancient
6957         accidentals, rests and flags; revised ancient note head section;
6958         small wording/spelling fixes
6959
6960         * input/test/rests.ly: layout fixes
6961
6962 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6963
6964         * input/puer-fragment.ly: bugfix: central C position of do clef
6965
6966         * ly/gregorian-init.ly: workaround: add small padding space before
6967         divisiones (the correct fix would be the spacing engine to handle
6968         this)
6969
6970 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6971
6972         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6973         cue-notes.ly: minor fixes.
6974
6975 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6976
6977         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6978         input/test/custos-style.ly
6979
6980         * Documentation/index.html.in: bugfix: link to Tutorial.html
6981
6982         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6983         to neumes; bugfix: "et": epiphonus, not just a simple pes
6984
6985 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6986
6987         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6988
6989         * lilypond.words: add new features: markup, column, center, \[ \].
6990         
6991 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6992
6993         * Documentation/topdocs/NEWS.texi, DEDICATION,
6994         stepmake/bin/add-html-footer.py
6995         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6996         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6997         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6998         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6999         added (only) after a sentence which is complete; if the sentence is 
7000         not ended a comma `,' or nothing is used. fix also spaces.
7001
7002 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7003
7004         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
7005         requirements to plain 1.6.
7006
7007         * buildscripts/mutopia-index.py (read_lilypond_header): update
7008         mutopia-index.py to 1.4 syntax [sic]
7009
7010 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
7011
7012         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
7013
7014 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7015
7016         * Documentation/index.html.in: url for regression pdf
7017
7018         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
7019
7020         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
7021
7022         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
7023
7024         * VERSION: 1.8.0 released
7025         
7026         * GNUmakefile.in (local-WWW-post): footify build fix.
7027
7028         * configure.in: require GUILE 1.6.4
7029
7030         * Documentation/user/GNUmakefile: don't copy *.png for
7031         lilypond-internals
7032
7033         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7034         local-WWW-post target.
7035         (rsync-web): add rsync-web target
7036
7037         * Documentation/user/introduction.itely (Music notation and
7038         engraving): add neume example
7039
7040         * input/puer-fragment.ly (cantus): add puer-fragment
7041
7042 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7043
7044         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7045         to notes, so that equalizer is actualy being used.
7046
7047         * scm/midi.scm (instrument-equalizer-alist):
7048         (absolute-volume-alist): Define public, so that user can copy or
7049         override.
7050
7051         * lily/key-performer.cc (create_audio_elements): Check for minor
7052         key.  Only if key is minor, set MIDI key to minor.
7053
7054 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7055
7056         * Documentation/user/refman.itely (Hiding staffs): fixes.
7057
7058         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7059
7060         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7061         vertical extents to deal with Hara kiri correctly.
7062
7063         * input/regression/hara-kiri-short.ly: remove
7064
7065         * input/regression/hara-kiri-pianostaff.ly: update test.
7066
7067         * Documentation/user/*.tely: remove WEBTITLE
7068
7069         * scm/output-tex.scm (comment): idem.
7070
7071         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7072
7073         * scm/music-functions.scm (make-lyric-event): new function
7074
7075         * scm/lily.scm (lilypond-version): new function
7076
7077         * input/test/version-output.ly: new file.
7078
7079         * Documentation/user/lilypond.tely: add version number to
7080         front-page.
7081
7082 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7083
7084         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7085
7086 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7087
7088         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7089
7090         * Documentation/user/refman.itely (Hiding staffs): rename node.
7091
7092 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7093
7094         * input/regression/new-markup-syntax.ly (texidoc): remove
7095         molecule-callback override.
7096
7097 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7098
7099         * input/les-nereides.ly: Mark tweaks with %tweak.
7100
7101         * Debian patch, see debian/changelog (Anthony Fok).
7102
7103 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7104
7105         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7106         problem.
7107
7108 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7109
7110         * Documentation/user/refman.itely (Text markup): Fix language bug.
7111
7112 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7113
7114         * input/* : postfix syntax fixes.
7115
7116         * Documentation/user/refman.itely (Text markup): add note about
7117         raise/lower with ^ or _ .
7118         
7119         * po/fi.po: fix \\apply strings.
7120
7121         * lily/parser.yy (open_event): warn for prefix articulations.
7122
7123 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7124
7125         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7126         fix also on parmesan font.
7127
7128 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7129
7130         * VERSION 1.7.30 released
7131         
7132         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7133
7134         * buildscripts/mutopia-index.py (headertext): rewording
7135
7136 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7137
7138         * scm/new-markup.scm (strut-markup): new markup function.
7139
7140         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7141         space also when no accidental is there.
7142
7143 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7144
7145         * input/les-nereides.ly: Updates.
7146
7147 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7148
7149         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7150         which repeats the tag insertion selected from "Insert tag" menu.
7151
7152 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7153
7154         * lily/all-font-metrics.cc (find_font): load AFM files first only
7155         for feta fonts. This fixes problems with TeXlive and other TeX
7156         distros that include AFM files for the CM fonts. 
7157
7158         * scm/font.scm (qualifiers-to-font-name): remove.
7159
7160         * lily/paper-def.cc: remove get_var.
7161
7162         * input/trip.ly: remove file.
7163         
7164         * input/regression/spacing-note-flags.ly (raggedright): remove
7165         stafflinethickness
7166
7167         * input/les-nereides.ly: update to new syntax, cleanups.
7168
7169 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7170
7171         * Documentation/user/refman.itely: Clarify shortest-note problem
7172         of autobeamer.
7173
7174 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7175
7176         * lilypond-mode.el: Add each word to regexps only once.
7177
7178         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7179         is based on the syntax definitions in lilypond.words. Remove all 
7180         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7181         LilyPond->Insert menu is generated by the entries in lilypond.words 
7182         to which have been given a syntax definition.
7183
7184         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7185         \notes, \relative, \score, \simultaneous, \transpose.
7186
7187         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7188
7189         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7190         
7191         * lilypond-mode.el: add menu keywords separately.
7192
7193         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7194
7195 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7196
7197         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7198         current ugly installation method for PFA fonts.
7199
7200 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7201
7202         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7203         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7204
7205         * Documentation/user/music-glossary.tely: update legato.
7206
7207 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7208
7209         * lexer-gcc-3.0.patch: Remove.
7210
7211         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7212
7213 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7214
7215         * debian/rules (binary-arch): remove NEWS.
7216
7217 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7218
7219         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7220         stepmake/bin{ many }: polish the `--help's of different scripts;
7221         model taken from the core-utils of Linux.
7222
7223         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7224
7225 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7226
7227         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7228
7229         * flower/libc-extension.cc: idem.
7230
7231         * flower/include/libc-extension.hh: protect against isinf macros.
7232
7233 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7234
7235         * { many }: Use two uppercase letters in LilyPond.
7236
7237         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7238
7239         * VERSION: 1.7.29 released.
7240         
7241 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7242
7243         * lily/tie.cc: add TODO comment.
7244
7245         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7246
7247         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7248         linejoins and linecaps. This fixes problems with occasional spikes
7249         on slur/tie endings.
7250         
7251         * input/regression/font-name.ly: don't use PS fonts for
7252         compatibility reasons. 
7253
7254         * mutopia/claop.py (accents): update to 1.8
7255
7256         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7257
7258         * Documentation/user/macros.itexi: don't color glossary links.
7259
7260         * Documentation/user/invoking.itexi (Error messages): new section
7261
7262 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7263
7264         * input/regression/font-name.ly: add file.
7265
7266         * scm/document-backend.scm (grob-doc): remove <hr> from
7267         lilypond-internals
7268
7269         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7270         reqd version to 1.6.4 
7271
7272         * lily/font-interface.cc (get_font): bugfix: take font-name from
7273         alist chain too. This fixes font-name override for \markup.
7274
7275 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7276
7277         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7278
7279         * input/test/polymetric-differing-notes.ly: Compile fix.
7280
7281 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7282
7283         * Documentation/user/refman.itely: fixed typo
7284
7285         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7286         before flexa
7287
7288 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7289
7290         * input/test/{ many }: search & fix some typos.
7291
7292 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7293
7294         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7295         images.
7296
7297         * scm/music-functions.scm (make-voice-props-set): set Script /
7298         TextScript dir for polyphony too.
7299
7300         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7301         before clef.
7302
7303         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7304
7305 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7306
7307         * Documentation/user/refman.itely (Percussion): Small
7308         clarifications and fixes.
7309
7310         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7311         threads. This fixes different heads playing simultaneously.
7312
7313 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7314
7315         * Documentation/user/{ many }: increase readability (read through 
7316         User manual from `one big page').
7317
7318 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7319
7320         * input/test/polymetric-differing-notes.ly: add example with
7321         disparate note values.
7322
7323         * input/test/polymetric.ly: rename from poly-metric
7324
7325         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7326         iso. outname.
7327
7328         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7329         G-clef bbox to real char extents. This fixes the G-clef being
7330         offset too much to the right.
7331         document perc clef offset.
7332
7333         WARNING: FONT CHANGED.
7334
7335         * Documentation/user/tutorial.itely (Tutorial): move menu.
7336
7337 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7338
7339         * buildscripts/lilypond-profile.sh (Error): trim error message.
7340
7341         * Documentation/user/invoking.itexi (Invoking the lilypond
7342         binary): add note about path.
7343
7344         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7345         suppresses superfluous spaces.
7346
7347 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7348
7349         * buildscripts/lilypond-profile.sh: Add documentation to error
7350         message.
7351
7352         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7353
7354 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7355
7356         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7357         <mike@ossmann.com>)
7358
7359         * Documentation/bibliography/computer-notation.bib (pages): prune
7360         unscientific language.
7361
7362         * Documentation/user/GNUmakefile: copy unsplit file to
7363         lilypond.html (idem for lilypond-internals).
7364
7365         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7366
7367         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7368
7369         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7370
7371         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7372         fix.
7373         
7374 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7375
7376         * Documentation/user/{ various }: bind text snippets with their
7377         examples, e.g. by punctuation: This is an example.
7378
7379 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7380
7381         * ly/performer-init.ly (VoiceContext): Typos.
7382
7383         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7384         builds, leave final-install to toplevel srcdir makefile.
7385
7386         * make/srcdir.make.in (install): New target.
7387
7388 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7389
7390         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7391         This fixes core dump on MIDI output (Simon Weatherill).
7392
7393         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7394         on local-WWW-post.
7395
7396 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7397
7398         * make/lilypond.redhat.spec.in: add dvips to reqs.
7399
7400 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7401
7402         * make/srcdir.make.in (web): Add special web target.
7403
7404         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7405         from inner $(LOOP).
7406
7407         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7408
7409         * stepmake/stepmake/generic-targets.make (www-targets-help):
7410         * GNUmakefile.in (web-install): Install in $(webdir).
7411
7412         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7413
7414         * cygwin/changelog: 
7415         * cygwin/mknetrel: Update.
7416
7417         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7418         (html-doc): Remove (use: web).
7419
7420         * stepmake/stepmake/script-rules.make: 
7421         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7422         Fix $(config_make) dependencies for srcdir build.
7423
7424         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7425         target for srcdir build.
7426
7427         * stepmake/make/stepmake.make: 
7428         * make/srcdir.make.in: 
7429         * GNUmakefile.in:
7430         * make/stepmake.make (config_make): Rename variable (was:
7431         configuration).
7432
7433 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7434
7435         * Documentation/user/internals.itely (Manipulating music
7436         expressions): run lilypond on example too.
7437
7438         * flower/include/libc-extension.hh: move lrint define to
7439         header. bugfix.
7440         
7441 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7442
7443         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7444         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7445         do we recurse whole tree?).
7446
7447         * GNUmakefile.in (html-doc): Resurrect.
7448
7449         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7450         obsolete $(package-icon) dependency.
7451
7452 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7453
7454         * Documentation/user/refman.itely (Automatic staff changes):
7455         add seealso 
7456
7457         * Documentation/index.html.in: link to bigpage.
7458
7459         * Documentation/user/tutorial.itely (Tutorial): streamline.
7460
7461         * Documentation/index.html.in: url typo.
7462
7463         * VERSION (PACKAGE_NAME): release 1.7.28
7464
7465         * python/lilylib.py (error_log): remove '/' from name.
7466
7467         * input/regression/pedal.ly: remove; dups input/test/
7468         
7469         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7470
7471         * Documentation/index.html.in: python style doco index.
7472
7473         * Documentation/{footer,header}.html.in (src): remove, 
7474
7475         * Documentation/pictures: remove all but lelie-logo.xpm.
7476
7477         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7478         before running makeinfo.
7479
7480         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7481         @code{}
7482
7483 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7484
7485         * input/test/bar-number-regular-interval.ly: rename.
7486
7487         * Documentation/user/*: various fixes. 
7488
7489 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7490
7491         * Documentation/{ many }: polish for update-all-menus. typos.
7492
7493         * po/fi.po: fixes.
7494
7495         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7496
7497         * buildscripts/mutopia-index.py: polish.
7498
7499         * input/regression/{ many }, input/test{ many }: polish texidocs.
7500
7501 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7502
7503         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7504         pedal-style
7505
7506         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7507         iso. edge-widen.
7508
7509         * lily/piano-pedal-engraver.cc (process_music): change from
7510         process_acknowledged ()
7511
7512         * lily/piano-pedal-bracket.cc: new file. Change
7513         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7514         cleaned up.
7515
7516         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7517
7518         * input/regression/tuplets.ly (texidoc): rename file.
7519
7520         * po/fr.po: update
7521
7522         * buildscripts/lilypond-profile.sh: error message if script is not
7523         sourced.
7524
7525         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7526         bracket-flare
7527         (make_bracket): simplify code.
7528
7529         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7530         argument.
7531
7532         * python/lilylib.py (lilypond_version_check): new function
7533
7534         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7535
7536         * scripts/ly2dvi.py (run_lilypond): add version check.
7537
7538         * scripts/lilypond-book.py (option_definitions): typo
7539
7540         * scripts/ly2dvi.py (include_path): typo
7541
7542         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7543
7544         * lily/parse-scm.cc (parse_handler): typo
7545
7546         * Documentation/user/macros.itexi: use @heading for headings.
7547
7548         * Documentation/user/refman.itely: updates, fixes.
7549
7550 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7551
7552         * po/fi.po: add Finnish translations. fixes.
7553
7554         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7555
7556         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7557         from lily/glissando-engraver.cc.
7558
7559 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7560
7561         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7562         for non-first _broken_ bracket.
7563
7564         * Documentation/user/refman.itely: corrections.
7565
7566 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7567
7568         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7569         support of the fingerings.
7570
7571         * po/fr.po: French translation update.
7572
7573         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7574         strings.
7575
7576 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7577
7578         * Documentation/user/introduction.itely: Small fixes.
7579
7580 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7581
7582         * Documentation/topdocs/AUTHORS.texi: polish.
7583
7584 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7585
7586         * Documentation/user/introduction.itely: revise
7587
7588         * Documentation/user/tutorial.itely: reorganise.
7589
7590         * Documentation/topdocs/index.tely: remove.
7591
7592         * Documentation/header.html.in: prune.
7593
7594         * GNUmakefile.in: clean up web building.
7595
7596         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7597         target.
7598
7599 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7600
7601         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7602
7603         * lilypond-mode.el: turn on blink-matching-paren.
7604
7605 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7606
7607         * scm/output-sodipodi.scm (svg-header): Fix typo.
7608
7609 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7610
7611         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7612         fixes a security hole.
7613
7614         * scripts/lilypond-book.py (original_dir): remove temp_dir
7615
7616         * scm/document-translation.scm: use @code tags.
7617
7618 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7619
7620         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7621
7622         * lilypond-mode.el: add a buffer-local post-command-hook to set
7623         context dependent syntax-table after each cursor event. Remove old
7624         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7625
7626         * lilypond-indent.el: update comments.
7627
7628         * Documentation/footer.html.in: add period.
7629
7630 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7631
7632         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7633
7634         * scm/document-translation.scm (document-property-operation): add
7635         @code{} tags.
7636
7637         * VERSION (PACKAGE_NAME): release 1.7.27
7638
7639         * config.make.in: add PAPER variable
7640
7641         * buildscripts/new-chords.py (help): add help text
7642
7643         * Documentation/user/introduction.itely (Typography and program
7644         architecture):  fixes.
7645
7646         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7647         for texinfo and dvips. This fixes problems with PDF output of the
7648         wrong size.
7649
7650         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7651         DVIPS_PAPERSIZE variable
7652
7653         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7654         TEXINFO_PAPERSIZE variable 
7655
7656 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7657
7658         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7659
7660         * mf/feta-toevallig.mf: lowres fixes.
7661
7662 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7663
7664         * NEWS: Typo and fill-paragraph fixes.
7665
7666         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7667         cast #define.
7668
7669         * configure.in: 
7670         * config.hh.in: Check for lrint.
7671
7672 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7673
7674         * VERSION: 1.7.26 released
7675
7676         * lily/separation-item.cc: add padding property.
7677
7678         * input/test/*.ly: various fixes, remove solo-a2.ly
7679
7680         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7681         bugfix. Fixes old-style markup compatibility.
7682
7683         * Documentation/user/introduction.itely (Introduction): historical
7684         elucidations
7685
7686         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7687
7688         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7689
7690         * Documentation/index.texi (Top): cleanup.
7691
7692         * Documentation/user/introduction.itely (Introduction): rewrite
7693         introduction, 
7694         (Music notation and  engraving): about notation. Add flat-picture
7695
7696 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7697
7698         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7699         separation items. This keeps lyrics from bumping into each other.
7700
7701 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7702
7703         * GNUmakefile.in (topdocs-web): New target.
7704         (local-web): Depend on topdocs-web; fixes html-doc.
7705
7706 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7707
7708         * po/lilypond.pot: run po-replace
7709
7710         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7711
7712         * scm/drums.scm (reset-drum-kit): new function.
7713
7714         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7715
7716         * scripts/update-lily.py: remove
7717         
7718         * VERSION: release 1.7.25
7719         
7720         * Documentation/user/introduction.itely (Introduction): rewrite
7721         start of introduction.
7722
7723 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7724
7725         * lily/all-font-metrics.cc: fixed typo
7726
7727 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7728
7729         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7730         LilyPond-mode-context-set-syntax-table): new functions to define
7731         the syntax table according to context.
7732
7733         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7734
7735 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7736
7737         * Documentation/user/refman.itely (Figured bass): 
7738         language nit courtesy http://www.vocabula.com
7739
7740         * GNUmakefile.in: remove no kpathsea hack.
7741
7742         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7743         doco.
7744
7745         * GNUmakefile.in: remove web-doc target.
7746
7747         * lily/all-font-metrics.cc (find_afm): add message about
7748         buildscripts/clean-fonts.sh 
7749
7750         * scm/define-music-properties.scm (figure): use string for 'figure
7751
7752         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7753
7754         * input/regression/ : add raggedright = ##t where applicable. 
7755         
7756         * scm/bass-figure.scm (make-bass-figure-markup): add
7757         alignBassFigureAccidentals property.
7758
7759         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7760         bracket.
7761
7762         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7763         syllables widths into account for minimum-length.
7764
7765         * input/test/staff-container.ly: update file
7766
7767         * input/test/stem.ly: remove
7768
7769         * lily/event.cc (LY_DEFINE): add ly: prefix.
7770
7771         * input/test/clef-manual-control.ly: from manual-clef
7772
7773         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7774
7775         * input/test/different-time-signatures.ly: move to poly-metric.ly
7776
7777         * input/test/hara-kiri*,scales.ly: remove
7778         
7779         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7780         with chord-names-jazz.ly)
7781
7782         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7783         get scalable cm fonts too.
7784
7785         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7786         --encoding for mftrace if present.
7787
7788         * input/regression/slur-area.ly: move from test/
7789
7790         * input/test/: remove simple-slur-endings slur-attachment
7791         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7792         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7793         slur-symmetry slur-symmetry tie-broken.ly
7794
7795         * scm/drums.scm (set-drum-kit): add function.
7796
7797         * Documentation/user/refman.itely (Percussion staves): use
7798         set-drum-kit
7799
7800         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7801         too
7802         (Global_measure.set_timesig): handle 3/8 time sig too.
7803
7804         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7805         note about triangle note heads.
7806
7807         * scm/drums.scm: use alist for instrument-settings. This fixes the
7808         bug with assigning to drums in the .ly file.
7809
7810         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7811         CHANGED.
7812
7813         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7814         cluster-beacon-interface
7815
7816         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7817
7818         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7819
7820         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7821
7822         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7823         to get positions.
7824
7825         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7826         make ClusterSpannerBeacon to record Y positions. This removes the
7827         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7828         make cluster-note-events.
7829
7830 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7831
7832         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7833
7834         * configure.in: Use lily/main.cc as identifying source file.
7835
7836         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7837
7838         * config.hh.in: 
7839         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7840
7841         * configure.in: Require PYTHON >= 2.0.
7842
7843         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7844           $PYTHON for include dir location.
7845         (STEPMAKE_PYTHON): New function.  Use
7846         
7847             PYTHON=foo ./configure
7848
7849           to override.
7850
7851 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7852
7853         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7854         something.
7855
7856         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7857         ftp.lilypond.org everywhere.
7858
7859 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7860
7861         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7862         detected.
7863
7864         * Documentation/user/refman.itely (Grace notes): note on explicit
7865         contexts
7866
7867 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7868
7869         * lilypond-font-lock.el: add a comment about LilyPond specific
7870         escape characters: ^, - and _, in the syntax table.
7871
7872         * Documentation/user/appendices.itely: a majuscule fix.
7873
7874 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7875
7876         * input/test/trills.ly (endHorizScript): fixes.
7877
7878         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7879         notation, move from regression.
7880
7881         * input/test/script-stack.ly: change name from stacked-scripts
7882
7883         * input/test/ossia.ly: octave errors.
7884
7885         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7886         for midi-volume-equaliser
7887
7888 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7889
7890         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7891         cm fonts.
7892
7893         * mf/feta-beugel.mf: don't multiply font_count by 10.
7894
7895         * lily/lookup.cc (horizontal_line): new function. Use
7896         horizontal-line in output backends.
7897
7898         * Documentation/user/tutorial.itely (An orchestral part): new
7899         section on orchestral stuff and identifiers.
7900
7901 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7902
7903         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7904         some interference to other modes.
7905
7906 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7907
7908         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7909         not maximum of spacing wishes in polyphonic situations.
7910
7911         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7912         number
7913
7914         * lilypond-indent.el: remove paren matching. 
7915
7916         * lily/text-item.cc (interpret_new_markup): new function
7917         use iso. text2molecule.
7918
7919         * lily/main.cc (notice): change FSF address 
7920
7921         * po/de.po: update PO file to 1.6.
7922
7923 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7924
7925         * Documentation/user/ {many}: Add periods and remove spaces.
7926         
7927 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7928
7929         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7930         Disable buffer-locally default paren hook and make a new one. 
7931
7932         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7933         locally LilyPond-paren-mode. Add todo for mouse double-click.
7934
7935 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7936
7937         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7938         Disable buffer-locally default paren idle timer and make a new one. 
7939
7940         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7941         locally LilyPond-show-paren-mode. Add to menu a toggle for
7942         LilyPond-show-paren-function.
7943
7944 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7945
7946         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7947
7948 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7949
7950         * Documentation/user/refman.itely: spelling fix.
7951
7952         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7953         paren highlight function definitions. add todo for
7954         LilyPond-show-paren-mode.
7955
7956 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7957
7958         * input/template/jazz-combo.ly: new file.
7959
7960 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7961
7962         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7963         lo-res fixes.
7964
7965         * mf/feta-schrift.mf: bugfix in varcoda sign.
7966         WARNING: FONT CHANGED
7967
7968         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7969         in accordance with lexer.ll.   
7970
7971 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7972
7973         * Documentation/user/tutorial.itely: Edit introduction.
7974
7975 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7976
7977         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7978         ly:grob-staff-position
7979
7980 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7981
7982         * scm/to-xml.scm: import srfi-1
7983
7984         * VERSION (MAJOR_VERSION):  release 1.7.24
7985
7986         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7987
7988         * scripts/lilypond-book.py (do_file): put texidoc before image.
7989         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7990
7991         * input/regression/*.ly: fix snippet octaves 
7992
7993         * input/test/spanner-after-break-tweak.ly: import
7994         broken-spanner-adjustment
7995
7996         * input/no-notation/midi-transposing.ly: move from input/test/
7997
7998         * input/test/: remove chord-markup
7999
8000         * input/regression/instrument-name-partial.ly: move from input/test.
8001
8002         * input/test/vertical-text.ly: remove
8003
8004         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
8005         space above lyrics lines.
8006
8007         * input/test/uniform-breaking.ly: remove file.
8008
8009         * lily/gourlay-breaking.cc (combine_demerits): add comment about
8010         uniform spacing density. 
8011
8012         * input/test/chords.ly (keys): remove file.
8013
8014         * scm/documentation-lib.scm (oop): use srfi-1 too.
8015
8016         * input/regression/*.ly: add \version
8017
8018         * Documentation/user/*.itely: various fixes.
8019
8020         * buildscripts/mf-to-table.py (base): break table every three
8021         symbols.
8022
8023         * input/:  remove %% new-chords-done %% .
8024
8025         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
8026         os-music.ly
8027         
8028 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8029
8030         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
8031
8032         * scm/new-markup.scm (box-markup): new function.
8033         (box-markup): new function. Contributed by Dick Schoeller
8034         <schoeller@attbi.com>
8035
8036         * scm/lily.scm: remove reduce-no-unit 
8037         (list-insert-separator): use fold-right
8038
8039         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8040         of arguments. 
8041
8042         * NEWS: more neutral language for ancient notation 
8043
8044         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8045         inside pointing beaming for chord tremolo.
8046
8047         * Documentation/user/lilypond-book.itely: minor editing
8048
8049 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8050
8051         * NEWS: added news for 1.8 regarding ancient notation
8052
8053         * Documentation/user/refman.itely (Gregorian square neumes
8054         ligatures): fixed typo
8055
8056         * lily/vaticana-ligature-engraver.cc,
8057         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8058         lower/upper head of Pes only when heads are stacked
8059
8060         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8061         scm/define-grob-properties.scm: cleanup: make "join-left" a
8062         boolean grob property and save delta pitch in grob property
8063         "delta-pitch" instead
8064
8065         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8066
8067 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8068
8069         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8070         completely borked
8071
8072         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8073         (try_music): bug fix: beam multiplicity was completely borked.
8074
8075         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8076         first-n, butfirst-n in favor of srfi-1 functions.
8077         remove string-join, string-pad in favor of srfi-13 functions.
8078
8079         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8080
8081         * NEWS: use complete sentences.
8082
8083         * Documentation/user/introduction.itely (Example applications):
8084         add note about databases and lilypond-book.
8085
8086         * input/test/volta.ly: remove file
8087
8088         * input/regression/volta-broken-left-edge.ly: simplify file
8089
8090 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8091
8092         * Documentation/user/refman.itely (Constructing a tweak): new
8093         subsection.
8094
8095         * Documentation/user/tutorial.itely (Fine tuning layout): add
8096         common tweaks.
8097
8098         * scm/define-grobs.scm (TextScript): use new brewer.
8099
8100 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8101
8102         * VERSION: release 1.7.23
8103
8104         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8105
8106         * python/lilylib.py (make_ps_images): bugfixes.
8107
8108         * input/regression/volta-multi-staff.ly: new file.
8109
8110         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8111
8112         * Documentation/user/tutorial.itely (Piano staffs): new section.
8113         (Setting variables): new section
8114         (Fine tuning layout): new section
8115
8116         * input/just-friends.ly: remove file. Superseeded by
8117         input/test/chords-without-melody.ly
8118
8119         * ly/property-init.ly: add all commands to refman.
8120
8121         * scm/define-translator-properties.scm: remove
8122         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8123
8124         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8125         name. Underscores botch up PS output.
8126
8127         * scm/define-translator-properties.scm: remove
8128         textNonEmpty, oneBeat, regularSpacingDelta
8129
8130         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8131         rule for automaticBars.
8132
8133         * lily/timing-engraver.cc (start_translation_timestep): change
8134         barNonAuto to automaticBars
8135
8136 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8137
8138         * input/test/perform-tie.ly: delete file.
8139
8140 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8141
8142         * Documentation/user/refman.itely (Gregorian square neumes
8143         ligatures): bugfix: do not show ledger lines in neumes table
8144         (fixed by setting staff symbol to transparent rather than removing
8145         it from staff context)
8146
8147 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8148
8149         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8150         glue into brew-new-markup-molecule.
8151
8152         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8153
8154         * Documentation/user/introduction.itely (Computerized typography):
8155         new section
8156
8157         * Documentation/user/tutorial.itely (An orchestral part): remove
8158         pc example from tutorial.
8159
8160         * input/tutorial/lilbook.tex: use screech-boink
8161
8162         * scripts/lilypond-book.py (compile_all_files): split formatting
8163         output body and scheduling lilypond compilation.
8164         (format_lilypond_output_bodies): new function
8165         (format_lilypond_block): new function
8166         (html_pages): allow multi-page images in HTML
8167
8168         * python/lilylib.py (make_ps_images): rename function from
8169         make_preview, merge with make_page_images
8170
8171 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8172
8173         * input/test/key-clefs.ly: moved to regression.
8174
8175         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8176
8177         * input/no-notation/README: added note about midi-*.ly files.
8178
8179         * input/test/two-key.ly: moved to no-notation/parse5.ly
8180
8181         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8182         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8183
8184         * input/test/ {various}: modified comments, marked some for deletion.
8185
8186         * input/test/lines.ly: deleted file; duplicate of
8187         embedded-postscript.ly
8188
8189         * input/test/mmrest-collision: moved to regression.
8190
8191 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8192
8193         * scm/chord-name.scm (note-name->markup): don't superscript root
8194         alterations in chordnames.
8195
8196 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8197
8198         * Documentation/user/refman.itely (Multi measure rests): more
8199         index/cross-referencing.
8200
8201         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8202
8203         * scm/font.scm: remove properties-to-font-name code.
8204
8205         * scm/define-grob-properties.scm: remove 'type
8206
8207         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8208         conversion
8209
8210         * lily/text-spanner.cc: change 'type grob prop to 'style 
8211
8212         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8213         "first" flag to decide whether to make a start-repeat
8214
8215         * input/regression/grace-volta-repeat-2.ly: new file.
8216
8217 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8218
8219         * lilypond-indent.el: rename generic functions to LilyPond-*
8220
8221 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8222
8223         * input/test/thumb.ly: delete, merged into refman.
8224
8225         * Documentation/user/refman.itely: added thumb info to Fingering.
8226
8227         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8228         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8229         vertical-align.ly : deleted files.
8230
8231 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8232
8233         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8234
8235         * lily/line-spanner.cc (broken_trend_offset): remove function.
8236         (get_broken_offset): idem.
8237         (brew_molecule): rewrite the line-break case.
8238
8239         * input/regression/follow-voice-break.ly:  new file.
8240
8241         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8242         start of a system.
8243
8244 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8245
8246         * input/test/tuplet-rest.ly: moved to regression.
8247
8248         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8249         deleted file.
8250
8251         * input/test/ {many} : marked file for possible deletion.
8252
8253 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8254
8255         * input/regression/beam-funky.ly: add note about (disputed)
8256         correct beaming.
8257
8258         * ly/engraver-init.ly (ScoreContext): put key-signature after
8259         staff-bar
8260         
8261 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8262
8263         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8264
8265         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8266
8267         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8268
8269         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8270         stem-extend was deleted (it was duplicate example, and not as
8271         good).
8272
8273         * input/test/[s-z]*.ly: add texidoc index.
8274
8275 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8276
8277         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8278         get_first_notecolumn_y
8279
8280         * lily/spanner.cc (broken_spanner_index): new function.
8281
8282 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8283
8284         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8285         lyric-hyphen.ly : moved to regression.
8286
8287         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8288         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8289
8290         * input/test/instrument-name-mmrest.ly: moved to
8291         ../regression/multi-measure-rest-instr-name.ly
8292
8293         * input/test/knee-sym.ly: moved to
8294         ../regression/beam-knee-symmetry.ly.
8295
8296         * input/test/hymn.ly: change comments.
8297
8298         * input/test/[p-r]*.ly: add texidoc index.
8299
8300 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8301
8302         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8303         to postfix syntax
8304         
8305         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8306         syntax.
8307
8308         * VERSION: release 1.7.22
8309
8310 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8311
8312         * input/test/[h-k]*.ly: added texidoc index.
8313
8314         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8315
8316         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8317
8318         * input/test/ various : mark files for deletion or moving to
8319         regression.
8320
8321         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8322
8323         * input/test/[l-o]*.ly: added texidoc index.
8324
8325 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8326
8327         * scm/music-functions.scm (make-ottava-set): 
8328         only do ottavation if centralCPosition is set.
8329
8330         * lily/translator-scheme.cc (ly:context-property-where-defined):
8331         return '() if not found.
8332
8333 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8334
8335         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8336         Use one command for both commenting and uncommenting.
8337
8338         * lilypond-indent.el (LilyPond-comment-region): new function,
8339         (un)comments each line separately.
8340
8341         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8342         
8343         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8344         imenu is not added by default; adapted from f90.el,
8345         makes Help-menu, which does not fit, visible in XEmacs.
8346         
8347 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8348
8349         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8350         show-paren-mode sets blink-matching-paren-on-screen local.
8351         Try to make show-paren-function to paren-highlight local.
8352
8353         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8354         Copy definitions of Emacs' show-paren-function and
8355         XEmacs' paren-highlight and make minimal changes;
8356         add comments about locality. 
8357         Fix matching first open-paren-char in '<< .. >>'.
8358
8359 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8360
8361         * input/test/g*: added texidoc index.
8362
8363         * input/test/[a-g]*: added raggedright==#t when it
8364          seemed appropiate.
8365
8366         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8367
8368         * Documentation/topdoc/INSTALL.texi: removed false warnings
8369         about gcc 3.3.
8370
8371 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8372
8373         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8374
8375         * input/test/chords-without-melody.ly (texidoc): add from
8376         input/just-friends.ly
8377
8378         * input/regression/size{13--26}.ly: move from input/
8379
8380         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8381         input/{star-spangled-banner,twinkle}.ly: remove 
8382         
8383         * lily/slur.cc: remove slur over rest warnings.
8384
8385         * lily/note-spacing.cc (get_spacing): include left part of right
8386         object in fixed space. This fixes stretched space before
8387         accidentals.
8388
8389         * input/regression/spacing-accidental-stretch.ly: new file.
8390
8391 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8392
8393         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8394         Reduce to 16pt.
8395
8396 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8397
8398         * input/regression/spacing-knee.ly: docstring
8399
8400         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8401
8402         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8403         input/tutorial/{test,solar,flowing}.ly: remove
8404
8405         * input/rhythm.ly: remove
8406
8407         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8408
8409         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8410         update syntax. 
8411
8412         * scm/define-grobs.scm (all-grob-descriptions): set
8413         knee-spacing-correction to 1.0
8414
8415         * lily/note-spacing.cc (stem_dir_correction): compute knee
8416         correction using stem-thickness and head width.
8417
8418         * input/regression/beam-quanting-horizontal.ly: update texidoc
8419
8420         * scm/define-grobs.scm (all-grob-descriptions): set
8421         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8422         This fixes 32nd beams for noteheads in spaces quants.
8423
8424         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8425
8426 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8427
8428         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8429
8430 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8431
8432         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8433
8434         * VERSION (PACKAGE_NAME): release 1.7.21
8435
8436         * input/regression/stem-shorten.ly: new file.
8437
8438         * lily/stem.cc (get_default_stem_end_position): revise stem
8439         shortening code.
8440
8441         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8442
8443         * input/test/{scripts,volta-start,sleur}.ly: remove
8444         
8445         * input/regression/span-bar.ly: smaller file.
8446
8447         * input/regression/spacing-{natural,tight,loose}.ly: remove
8448
8449         * input/test/markup.ly: remove
8450
8451         * scripts/lilypond-book.py: put printfilename in separate chunk,
8452         so texidoc is printed after the filename.  
8453
8454 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8455
8456         * make/lilypond.mandrake.spec.in: fix docdirs.
8457
8458 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8459
8460         * input/regression/beam-french.ly: bugfix.
8461
8462         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8463
8464         * input/regression/(various).ly: add raggedright = #t.
8465
8466         * input/regression/auto-beam.ly: move from abe.ly
8467
8468 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8469
8470         * input/test/f*.ly: added texinfo index.
8471         
8472         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8473
8474 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8475
8476         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8477         quant penalty for beam just outside staff.
8478
8479         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8480         from beam-pos.ly,  remove non-horizontal tests. 
8481
8482         * input/test/(various): cleanup header info. 
8483
8484         * input/test/tchaikovsky.ly: remove file.
8485
8486         * scm/chord-generic-names.scm: move from
8487         double-plus-new-chord-name.scm
8488
8489         * input/test/orchestscore.ly: remove file
8490
8491         * Documentation/user/refman.itely (Vocal music): update documentation.
8492
8493         * scm/define-translator-properties.scm (chordNoteNamer): remove
8494         chordNameStyle, use chordNameFunction
8495
8496         * scm/chord-name.scm (set-chord-name-style): remove
8497         set-chord-name-style. Use \property chordNameFunction.
8498
8499 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8500
8501         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8502         music): remove @TeX{} command.
8503
8504 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8505
8506         * lilypond-indent.el (scan-sexps): Renamed to
8507         aargh-this-breaks-other-emacs-modes-scan-sexps.
8508
8509 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8510
8511         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8512         closing slurs: '()', etc. Add comments.
8513
8514         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8515
8516         * lilypond-font-lock.el: match unending string at eof.
8517
8518         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8519         
8520 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8521
8522         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8523         input/test/beam-dir.ly input/test/beam-position.ly    
8524         input/test/beam-suspect.ly input/test/beam-trend.ly    
8525         input/test/beams.ly input/test/crescendo-text.ly : deleted
8526         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8527         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8528         * input/test/default-bars.ly: moved to bar-always.ly
8529         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8530
8531 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8532
8533         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8534
8535 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8536
8537         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8538
8539 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8540
8541         * lilypond-indent.el: Match better slurs in scheme expressions.
8542         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8543
8544         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8545
8546 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8547
8548         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8549
8550         * input/ac-extra-voice.ly: Add texidoc.
8551
8552         * ly/chord-modifiers-init.ly: 
8553         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8554         and chordNameExceptionsPartial for new chord names.
8555
8556         * input/test/chord-names-dpnj.ly: 
8557         * input/test/dpncnt.ly: Update.
8558
8559         * scm/chord-name.scm: 
8560         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8561         chord selection and options.
8562
8563         * ly/chord-modifiers-init.ly: Add exceptions 
8564
8565         * scm/define-translator-properties.scm (chordNameStyle) 
8566         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8567
8568 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8569
8570         * ly/property-init.ly (germanChords): Added.
8571         (semiGermanChords): Added.
8572         
8573         * input/test/chord-names-german.ly: Use new macros
8574         
8575 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8576
8577         * lilypond-indent.el: Use similar parenthesis highlighting for 
8578         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8579         functions; removed LilyPond-show-paren-function. Fix indenting.
8580         Turn paren-matching on also in XEmacs.
8581
8582         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8583         as needed by parenthesis highlighting functions (in scan-sexp).
8584
8585 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8586
8587         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8588         function.
8589         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8590
8591 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8592
8593         * lilypond-indent.el: tune regexp for show-paren-function.
8594
8595 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8596
8597         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8598         for all LilyPond-produced tex snippets.
8599
8600         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8601         fixes one line --preview output of ly2dvi.
8602
8603 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8604
8605         * lilypond-indent.el: match only one type of slurs in
8606         LilyPond-show-paren-function.
8607
8608 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8609
8610         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8611         * debian/lilypond1.7.dirs: 
8612         * debian/lilypond1.7-doc.dirs: New file.
8613
8614         * input/regression/chord-name-exceptions.ly: Add parameter for
8615         ignatzekExceptions.  Quote hash in docstring.
8616
8617 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8618
8619         * lilypond-indent.el (show-paren-function): define show-paren-function
8620         as LilyPond-blink-matching-open and use it for closing parens.
8621         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8622
8623         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8624         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8625         LilyPond-blink-matching-paren in order to match both open and close
8626         brackets.
8627         
8628 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8629
8630         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8631         testing by modifying the code from FSF Emacs paren.el. Add comments.
8632
8633 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8634
8635         * input/test/dpncnt.ly: Transpose example to match new
8636         default \chords octave.  Add comment.
8637         
8638         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8639         comment about octave change.
8640
8641 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8642
8643         * input/test/[d,e]: added texinfo index tags.
8644         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8645
8646 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8647
8648         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8649
8650 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8651
8652         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8653         as in blink-matching-open.
8654
8655 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8656
8657         * input/test/[a-c]: more comments in files.
8658         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8659         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8660         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8661         mark file for proposed deletion.
8662         * input/test: renaming files:
8663         auto-beam-4-8.ly to beam-auto-4-8.ly
8664         auto-beam-override.ly to beam-auto-override.ly
8665         auto-beam.ly to beam-auto.ly
8666         blank.ly to blank-paper.ly
8667         absolute-volume.ly to dynamic-absolute-volume.ly
8668
8669 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8670
8671         * input/test/dpncnt.ly: 
8672         * input/test/chord-names-dpnj.ly: Resurrect.
8673
8674         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8675
8676         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8677
8678         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8679         Better docstring, add parameter OMIT-ROOT, tidy up.
8680
8681 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8682
8683         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8684
8685 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8686
8687         * scm/output-ascii-script.scm (as-font-alist-alist):
8688         (as-properties-to-font-name):
8689         (as-make-style-sheet): Remove.
8690
8691         * scm/font.scm (as-make-font-list): New function.
8692         (as-font-sheet-alist): New variable.
8693
8694         * ly/paper-as9-init.ly: 
8695         * ly/paper-as5-init.ly: Update.
8696
8697         * ly/paper-as5.ly:
8698         * ly/paper-as9.ly: New file.
8699
8700 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8701
8702         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8703
8704 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8705         * input/sondag-morgen/*: removed due to copyright concerns.
8706         * input/[a,b]*.ly: added a newline at the end of the texinfo
8707         doc string (produces better output in HTML version).
8708         * input/c*.ly: added texinfo index and added comments to
8709         aid in future changes to input/test/ files.
8710
8711 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8712         
8713         * Documentation/user/refman.itely: fixed build problem (missing
8714         file) caused by previous renaming.
8715
8716 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8717         
8718         * input/test/[a,b]*.ly: added texinfo index and added comments to
8719         aid in future changes to input/test/ files.
8720         * input/test/bar-number-every-5-reset.ly: renamed to
8721         bar-number-every-five-reset.ly
8722         * input/test/bar-script-visibility.ly: renamed to
8723         bar-number-show-all.ly
8724
8725 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8726
8727         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8728         to Voice.
8729
8730         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8731         out note-line and glissando functionality.
8732         
8733         * lily/line-spanner.cc (brew_molecule): cleanup.
8734
8735 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8736
8737         * scripts/as2text.scm: Use rdelim module.
8738         (start-system): Rename from start-line.
8739         (stop-system): Rename from stop-line.
8740         (af-gulp-file): Use string iso symbol for getenv.
8741
8742         * scm/output-ascii-script.scm: Add guile and lily modules.
8743         (font-name-alist): New variable.
8744         (draw-line): New function.
8745
8746         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8747         (Were these silently removed, without ChangeLog entry?)
8748
8749 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8750
8751         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8752         process 2nd ottava correctly.
8753
8754 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8755
8756         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8757
8758 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8759
8760         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8761
8762 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8763
8764         * VERSION: release 1.7.20
8765         
8766         * lily/text-spanner.cc (brew_molecule): clean up function. This
8767         fixes bugs with broken 8va spanners.
8768
8769         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8770         This prevents spurious line-breaks with raggedright
8771         
8772 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8773
8774         * lily/key-performer.cc (create_audio_elements): always use major
8775         key
8776
8777         * Documentation/user/internals.itely: updates
8778
8779         * input/regression/beam-break.ly: new file.
8780
8781         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8782         beams if starting or terminating stems have 'beaming set.)
8783
8784         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8785         property.
8786
8787         * lily/parser.yy (verbose_command_req): add comment about scales.
8788
8789 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8790
8791         * lilypond-indent.el: adjust regexps in bracket-matching.
8792
8793 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8794
8795         * Documentation/user/refman.itely: more tiny fixes
8796
8797         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8798         "Chord names"; added table with input syntax for solesmes neumes
8799         table; added some words about rationale on input syntax design
8800
8801         * lily/gregorian-ligature-engraver.cc,
8802         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8803         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8804         alignment of Pes Initio Debilis
8805
8806         * Documentation/user/refman.itely,
8807         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8808         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8809         bugs in the solesmes neumes table
8810
8811 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8812
8813         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8814         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8815
8816         * lilypond-mode.el: fix tag-score. small improvements.
8817
8818 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8819
8820         * .cvsignore: Add aclocal.m4.
8821
8822         * lily/music-constructor.cc: Include <assert.h>.
8823
8824 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8825
8826         * ly/engraver-init.ly (HaraKiriStaffContext): use
8827         RemoveEmptyStaffContext instead.
8828
8829         * Documentation/user/refman.itely: updates
8830
8831 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8832
8833         * Documentation/user/refman.itely: added solesmes neumes table;
8834         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8835         bugfix: "Ornaments" -> "Articulations"
8836
8837         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8838
8839 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8840
8841         * lilypond-indent.el: Add a message about trying to match \] or \).
8842         
8843 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8844         
8845         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8846         obsolete "arithmetic_*"
8847
8848         * input/bugs/ligatures.ly: removed (will be put into a different
8849         directory later)
8850
8851 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8852
8853         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8854         libkpathsea (Maurizio Tomasi).
8855
8856 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8857
8858         * input/regression/repeat-slash.ly (texidoc): new file
8859
8860         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8861         slash repeats separately. Slash repeats and %
8862         repeats can now be nested.
8863
8864 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8865
8866         * lilypond-indent.el: Add preliminary test for closing \] and \).
8867         
8868 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8869
8870         * lily/gregorian-ligature-engraver.cc,
8871         lily/vaticana-ligature-engraver.cc,
8872         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8873         mf/parmesan-heads.mf: various semivocalis related bugfixes
8874
8875         * input/bugs/ligatures.ly: new file demonstrating problems with
8876         ligatures
8877         
8878 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8879
8880         * lilypond-mode.el,
8881         lilypond-font-lock.el,
8882         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8883
8884 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8885
8886         * lilypond-mode.el: Remove outdated code. Stress the difference 
8887         between Emacs and XEmacs definitions.
8888
8889         * lilypond-mode.el,
8890         lilypond-indent.el: Define a function interactive only when necessary.
8891
8892 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8893
8894         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8895         Use inactive regions also in XEmacs.
8896
8897 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8898
8899         * Documentation/user/refman.itely (Repeat syntax): more updates
8900
8901         * lily/simple-spacer.cc (solve): move solution process into
8902         solve(). This fixes a bug with collisions and raggedright = ##t.
8903  
8904         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8905
8906         * ly/engraver-init.ly: remove GraceContext. Update examples.
8907
8908 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8909
8910         * GNUmakefile.in (fonts): Also make fontball.
8911
8912         * Website fixes:
8913
8914         * ly/engraver-init.ly (GraceContext): Add.
8915
8916         * run:
8917
8918             convert-ly $(find . -name *.ly)
8919
8920         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8921         new chords.
8922
8923 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8924
8925         * VERSION: 1.7.19 released
8926         
8927         * scm/music-functions.scm (set-octavation): new function.
8928
8929         * input/regression/ottava.ly: new file
8930
8931         * lily/translator-scheme.cc (LY_DEFINE): new function
8932         ly:unset-context-property
8933         (LY_DEFINE) new function ly:context-property-where-defined: 
8934
8935 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8936
8937         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8938
8939         * lilypond.words: add few.
8940
8941         * input/test/script-chart.ly: fix typo.
8942
8943 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8944
8945         * scm/define-grobs.scm: uniform naming for definitions and output
8946         routine files. 
8947
8948         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8949         scm/context-description.scm
8950
8951         * lily/parser.yy (translator_spec_body): add \description to the
8952         \translator{} body syntax.
8953
8954         * lily/ottava-engraver.cc: new file.
8955
8956         * scm/chord-name.scm (natural-chord-alteration): replace old
8957         chord stuff. 
8958
8959         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8960
8961         * Documentation/user/refman.itely (Metronome marks): update doco.
8962
8963         * input/regression/markup-note.ly: new file
8964
8965         * input/regression/metronome-marking.ly: new file
8966
8967         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8968
8969         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8970         metronome marks.
8971
8972 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8973
8974         * Documentation/user/GNUmakefile: Compatibility fix for new
8975         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8976         for making binary packages; info splitting bug has been fixed.
8977
8978         * Documentation/user/refman.itely: Compile fixes.
8979
8980 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8981
8982         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8983         Count \midi -keywords also for a region.
8984
8985 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8986
8987         * lily/lookup.cc (LY_DEFINE): new function
8988
8989         * Documentation/user/tutorial.itely: updates
8990
8991 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8992
8993         * lilypond-mode.el: Allow Midi on buffer.
8994         Use only '.ly'-extension, remove '.sly' and '.fly'.
8995         Allow use of inactive regions. Invoke next Command on Master file, 
8996         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8997
8998 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8999
9000         * Documentation/user/tutorial.itely: updates.
9001
9002 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
9003
9004         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
9005
9006 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
9007
9008         * lily/coherent-ligature-engraver.cc: fixed typo
9009
9010         * lily/coherent-ligature-engraver.cc,
9011         lily/gregorian-ligature-engraver.cc,
9012         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9013         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
9014         lily/vaticana-ligature-engraver.cc,
9015         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
9016         scm/grob-description.scm: cleanup: junked LigatureHead grob and
9017         removed all ligature specific stuff from NoteHead code
9018
9019         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
9020         ligatures now use regular noteheads
9021
9022         * lily/vaticana-ligature.cc: tiny code cleanups
9023
9024         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
9025         space between two adjacent noteheads of the same pitch
9026
9027         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
9028         description; cleanup: removed obsolete font-family settings
9029
9030 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
9031
9032         * lily/coherent-ligature-engraver.cc,
9033         lily/gregorian-ligature-engraver.cc,
9034         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9035         lily/mensural-ligature-engraver.cc,
9036         lily/vaticana-ligature-engraver.cc,
9037         lily/include/gregorian-ligature-engraver.hh: updated for new
9038         Coherent_ligature_engraver; added comments that describe the basic
9039         design ideas of the ligature implementation
9040
9041         * lily/coherent-ligature-engraver.cc,
9042         lily/include/coherent-ligature-engraver.hh: new file: shared code
9043         between mensural ligatures and Gregorian chant notation ligatures
9044
9045 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9046
9047         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9048         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9049         use only two arguments in sit-for, use no arguments in
9050         read-char-exclusive, backspace is not a character (127) in XEmacs.
9051
9052         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9053
9054 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9055
9056         * lilypond-mode.el: un-commenting works after syntax-table fix.
9057
9058         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9059         group, verbose commenting for syntax table.
9060
9061         * lilypond-indent.el: add TODO for ligature slurs.
9062
9063 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9064
9065         * lilypond-mode.el: Move comments of parenthesis matching away,
9066         (blink-matching-paren-on-screen) fix blinking in Emacs.
9067
9068         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9069         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9070
9071         * lilypond-indent.el: Add TODO for parenthesis matching.
9072
9073 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9074
9075         * lilypond-mode.el: Fix XEmacs: 
9076         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9077         invoke explicitly easy-menu-add (in Emacs done automatically).
9078         
9079         * lilypond.words: Add few words from input/*/*.ly.
9080
9081 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9082
9083         * VERSION (PATCH_LEVEL): release 1.7.18
9084
9085         * scripts/lilypond-book.py: only print basename for printfilename
9086         option
9087
9088         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9089         and syntax updates.
9090
9091 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9092
9093         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9094         better parametrisation. Move fatness of bulb downward.
9095
9096         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9097         glyph names. Underscores are not allowed .ps encoding files.
9098
9099 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9100
9101         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9102         variable "packed" for packed right-ragged mode
9103
9104         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9105         unused variable ragged; fixed indentation
9106
9107         * Documentation/user/refman.itely: tiny cleanups in ancient
9108         clef and custos section
9109
9110 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9111
9112         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9113         \applyoutput PROCEDURE
9114
9115         * lily/my-lily-lexer.cc: add \applyoutput.
9116
9117         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9118
9119         * lily/text-item.cc: clean text-interface description
9120
9121 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9122
9123         * input/{regression,test}/: use postfix for slur endings and beam
9124         begins.
9125
9126         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9127         style beams too. 
9128
9129         * input/regression/lyrics-melisma-beam.ly: new file.
9130
9131         * lily/lyric-engraver.cc (process_music): change from
9132         process_acknowledged_grobs()
9133
9134         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9135         functions to set and revert auto-beam settings.
9136
9137 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9138
9139         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9140
9141 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9142
9143         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9144         Documentation/user/lilypond.tely: fixed some typos; updated author
9145         info
9146
9147         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9148         #"" -> #'flag-style = #'()
9149
9150         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9151         cleanup: removed dead #includes
9152
9153         * lily/gregorian-ligature-engraver.cc,
9154         lily/include/gregorian-ligature.hh,
9155         scm/grob-property-description.scm: small cleanups, small spacing
9156         fixes
9157
9158         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9159         lily/vaticana-ligature.cc,
9160         lily/include/gregorian-ligature-engraver.hh,
9161         scm/grob-property-description.scm, scm/music-types.scm:
9162         "porrectus" -> "pes or flexa"
9163
9164         * ly/engraver-init.ly, scm/grob-description.scm,
9165         scm/grob-property-description.scm: junked porrectus, now handled
9166         by ligature code
9167
9168         * scm/grob-description.scm: bugfix: added space-alist entry for
9169         breathing sign/custos
9170
9171 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9172
9173         * Another grand 2003 update.
9174         
9175         * Remove mentioning of `mudela'; There's no such thing.
9176
9177 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9178
9179         * Documentation/user/preface.itely (Preface to version 1.8): update
9180
9181         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9182
9183         * Documentation/user/converters.itely (Invoking convert-ly): revise
9184
9185         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9186
9187         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9188
9189 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9190
9191         * Documentation/user/internals.itely: more updates.
9192
9193 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9194
9195         * Documentation/user/refman.itely: revise 
9196
9197         * Documentation/user/internals.itely: revise
9198
9199         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9200
9201 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9202
9203         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9204         beautification: reformatted ancient clefs section; cleanup: small
9205         wording fixes
9206
9207 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9208
9209         * lilypond.words: added words for chant notation, sorted
9210         alphabetically through "sort lilypond.words"
9211
9212 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9213
9214         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9215         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9216         chant notation
9217
9218 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9219
9220         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9221         prevent TeX from interpreting them as long dash
9222
9223         * input/test/vaticana.ly: updated
9224
9225         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9226         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9227         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9228         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9229         fixes
9230
9231         * mf/parmesan-heads.mf: ledger endings: removed dead code
9232
9233 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9234
9235         * VERSION: 1.7.17 released
9236         
9237         * Documentation/user/GNUmakefile
9238         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9239         files too.
9240
9241         * scm/document-markup.scm: new file: document all markup
9242         functions.
9243
9244         * scm/documentation-generate.scm: rename all documentation modules
9245         to document-*.scm
9246
9247         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9248         .png
9249
9250         * input/test/divisiones.ly: added
9251
9252         * input/regression/output-property.ly: new file
9253
9254         * lily/cluster.cc: change cluster-interface to use style property
9255
9256 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9257
9258         * input/test/chord-names-german.ly: modified.
9259
9260         * scm/chords-ignatzek.scm:
9261           chord-name->german-markup: Added
9262           note-name->german-markup: Changed (now producing lowercase notenames)
9263
9264         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9265         
9266 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9267
9268         * scripts/convert-ly.py (FatalConversionError.conv):
9269         divisiominima -> divisioMinima, etc.
9270
9271         * ly/engraver-init.ly (FiguredBassContext): add
9272         Separating_line_group_engraver to Figured bass context.
9273
9274         * ly/german-chords-init.ly: remove file
9275
9276         * input/test/chord-names-german.ly (scm): new file.
9277
9278         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9279
9280         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9281         Chord_name_engraver
9282
9283         * Documentation/user/refman.itely: lots of updates.
9284
9285         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9286         new file
9287
9288         * input/test/bar-number-every-5-reset.ly: new file.
9289
9290 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9291
9292         * input/regression/chord-name-major7.ly: new file
9293
9294         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9295         if specced explicitly.
9296
9297         * input/regression/chord-name-entry-11.ly: new file.
9298
9299         * input/test/slur-beautiful.ly: new file.
9300
9301         * Documentation/user/refman.itely: updates.
9302
9303         * input/regression/collisions.ly (threevoice): cleanup.
9304
9305         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9306
9307 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9308
9309         * Documentation/user/*.itely: various updates.
9310
9311         * ly/spanners-init.ly: enddecr/ endcr.
9312
9313         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9314         of tutorial
9315
9316 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9317
9318         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9319
9320         * lily/new-chord-name-engraver.cc (process_music): use octavation
9321         (a number) instead of original-pitch to store inversions. This
9322         fixes a problem with transposed chords with inversions.  
9323
9324 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9325
9326         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9327         used in includable-lexer.hh.
9328
9329         * lily/includable-lexer.cc: Bugfix: include config.h.
9330
9331         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9332         circumvention of Debian packaging bug.
9333
9334 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9335
9336         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9337         
9338         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9339
9340         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9341         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9342
9343         * lily/include/includable-lexer.hh: 
9344         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9345
9346         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9347
9348         * aclocal.m4: Regenerate.
9349
9350         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9351         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9352
9353         * scm/pdf.scm (use-modules): Include lily.
9354
9355         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9356         Noordkamp).
9357         (use-modules): Include lily.
9358         (lily-def): Bugfix: include tex-val in let.
9359
9360 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9361
9362         * lilypond-mode.el: sensible error if lilypond.words not found.
9363
9364         * lilypond.words: add few words.
9365
9366 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9367
9368         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9369
9370         * mf/parmesan-scripts.mf: fixed typo in char name
9371
9372 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9373
9374         * VERSION: 1.7.16 released
9375
9376         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9377         (this is a security vulnerability).
9378
9379         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9380
9381         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9382         add staff support.
9383
9384 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9385
9386         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9387         ly/script-init.ly, scm/script.scm: bugfix: renamed
9388         fermata->signumcongruentiae to fix naming clash with feta font
9389
9390 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9391
9392         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9393
9394         * lily/multi-measure-rest-engraver.cc
9395         (start_translation_timestep): use grace timing too for determining
9396         when to make mmrest.
9397         (start_translation_timestep): clear numbers too.
9398
9399 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9400
9401         * scm/music-types.scm: compile fix: escape braces
9402
9403         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9404         work around font selection problem
9405
9406         * Documentation/user/refman.itely: BreathingSign: added docu for
9407         property "text"
9408
9409 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9410
9411         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9412         information.
9413
9414 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9415
9416         * lily/multi-measure-rest-engraver.cc (class
9417         Multi_measure_rest_engraver): make multiple Number objects, one
9418         for each MultiMeasureTextEvent.
9419
9420         * scm/music-functions.scm (glue-mm-rest-texts): use
9421         MultiMeasureTextEvent
9422
9423         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9424
9425         * Documentation/user/refman.itely (Multi measure rests): update.
9426
9427 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9428
9429         * lily/ly-module.cc (ly_copy_module_variables): use
9430         scm_internal_hash_fold() for iterating modules.
9431
9432 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9433
9434         * Documentation/user/refman.itely: Section Custodes: added more
9435         example code
9436
9437         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9438         neo-mensural rests to parmesan font
9439
9440         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9441         header
9442
9443 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9444
9445         * Documentation/user/macros.itexi: @fileref macro.
9446
9447         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9448         each file. 
9449
9450 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9451
9452         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9453         Documentation/topdocs/AUTHORS.texi: updated my email address
9454
9455         * Documentation/user/refman.itely: updated custos documentation;
9456         beautified divisiones example; beautified articulations table
9457
9458         * lily/breathing-sign.cc: bugfix: finalis molecule
9459
9460 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9461
9462         * Documentation/user/refman.itely: added docu for
9463         contemporary fermata symbols, gregorian breathing signs; small fixes
9464
9465         * ly/gregorian-init.ly: removed obsolete #'type props
9466
9467 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9468
9469         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9470         minimum-length property correctly.
9471
9472 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9473
9474         * scm/music-functions.scm (make-multi-measure-rest): set input
9475         locations for multimeasure rests.
9476
9477 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9478
9479         * input/regression/breathing-sign.ly: updated to for ancient
9480         notation
9481
9482 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9483
9484         * scripts/ly2dvi.py: Add newline.
9485
9486 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9487
9488         * scripts/ly2dvi.py (dependency_files): Compile fix.
9489
9490 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9491
9492         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9493         (make_html_menu_file): --html menu. 
9494
9495 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9496
9497         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9498
9499 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9500
9501         * input/screech-boink.ly: new file.
9502
9503 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9504
9505         * scripts/lilypond-book.py (make_lilypond_file): convert
9506         lilypond-file to lilypond block directly, without going through
9507         begin/end lilypond text.
9508         
9509
9510 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9511
9512         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9513         scm/grob-description.scm: moved Michael's original breathing sign
9514         code in brew_molecule() to divisio_minima(); provided new
9515         brew_molecule() that effectively replaces the
9516         Text_item::brew_molecule callback (with additional fallback to
9517         Michael's original code); added callbacks for brewing divisio
9518         maior/maxima and finalis
9519
9520         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9521         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9522
9523         * script-init.ly: added shortfermata, longfermata,
9524         verylongfermata, varcoda
9525
9526         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9527         longfermata, verylongfermata, varcomma, varcoda
9528
9529 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9530
9531         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9532           Remove all noquote and insert a few quote.
9533         
9534         * Documentation/user/lilypond-book.itely (Music fragment options),
9535           scripts/lilypond-book.py: Don't include quotation blocks by
9536           default. Introduce option quote instead of noquote
9537
9538 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9539
9540         * VERSION: 1.7.15 released
9541         
9542         * Documentation/user/lilypond.tely: omf updates.
9543
9544         * buildscripts/texi2omf.py (omf_vars): include version.date
9545
9546         * make/lilypond.redhat.spec.in: fixes for spec file. 
9547
9548         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9549         by function definition: lily now requires a recent GNU Make.
9550
9551         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9552         writing.
9553
9554         * make/ly-rules.make: remove .ly -> .tex rule
9555
9556         * Documentation/user/refman.itely (Figured bass): revised figured
9557         bass example.
9558
9559 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9560
9561         * stepmake/stepmake/omf-targets.make (local-install): add
9562         scrollkeeper-update message.
9563
9564         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9565         to binary.
9566         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9567
9568         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9569
9570         * Documentation/user/converters.itely (Invoking midi2ly): add
9571         track/channel notice.
9572
9573 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9574
9575         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9576
9577         * lily/parser.yy (scalar): DIGIT is also a scalar.
9578
9579         * Documentation/user/music-glossary.tely: add @omf tags
9580
9581         * Documentation/user/lilypond.tely: add @omf tags
9582
9583         * scm/generate-documentation.scm (string-append): add @omf tags.
9584
9585         * stepmake/stepmake/omf-*: new files 
9586
9587         * input/regression/multi-measure-rest.ly (texidoc): add doco
9588
9589         * GNUmakefile.in (web-doc-install): add web-doc-install target
9590
9591         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9592         fixes crashes while dumping MIDI.
9593
9594         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9595         midi
9596
9597 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9598
9599         * buildscripts/texi2omf.py: new file.
9600
9601         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9602         font-name
9603
9604 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9605
9606         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9607
9608         * lily/sequential-iterator.cc (descend_to_child): call
9609         descend_to_child() for all types of music.
9610
9611 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9612
9613         * scm/translator-property-description.scm: Add
9614         bassFigureFormatFunction.  Replace some entries.
9615
9616 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9617
9618         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9619         clean out.
9620
9621 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9622
9623         * scripts/midi2ly.py (Note.dump): never dump duration for
9624         dump_dur=0.
9625
9626         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9627         new function
9628
9629         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9630         figures using new markups. Much simpler, and should improve layout
9631         a little.
9632
9633         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9634
9635 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9636
9637         * ly/engraver-init.ly: use Hara kiri by default for 
9638         ChordNames, FiguredBass and Lyrics(Voice) context. 
9639
9640         * lily/axis-group-engraver.cc (acknowledge_grob): use
9641         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9642
9643         * scm/new-markup.scm (markup-function-list): add bracket,
9644         vbracket.
9645
9646         * ly/engraver-init.ly (ChordNamesContext): set
9647         minimumVerticalExtent
9648
9649 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9650
9651         * input/test/time-signature-double.ly: new file 
9652
9653         * input/regression/collision-head-chords.ly (texidoc): new file.
9654
9655         * lily/type-swallow-translator.cc: add note swallow translator 
9656
9657         * input/test/time-signature-double.ly: new file.
9658
9659         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9660
9661         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9662         (FiguredBassContext): idem.
9663
9664         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9665
9666         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9667
9668         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9669
9670         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9671         .afm dependency
9672
9673         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9674
9675         * python/lilylib.py (make_page_images): add function.
9676
9677         * scripts/ly2dvi.py (run_latex): include title in preview image.
9678
9679         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9680         from lilypond-book for <ly2dvifile> tags in HTML.
9681
9682         * scripts/ly2dvi.py (option_definitions): add --debug option to
9683         print out environment.
9684
9685         * input/regression/tie-chord-partial.ly: new file.
9686
9687 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9688
9689         * lilypond.words: add 3
9690
9691 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9692
9693         * scm/new-markup.scm (markup-function-list): add finger-markup
9694
9695         * input/tutorial/brahms-tweaked.ly: new markup 
9696
9697         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9698
9699         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9700         crash when processing '() markup
9701
9702         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9703
9704         * lily/breathing-sign.cc (railtracks): another caesura.
9705
9706         * mf/feta-schrift.mf: caesura symbol. 
9707
9708 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9709
9710         * scripts/convert-ly.py (FatalConversionError.conv): add
9711         ly:molecule-XXX conversions.
9712
9713         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9714
9715         * input/regression/multi-measure-rest-text.ly: new file.
9716
9717         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9718         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9719
9720         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9721         ScoreContext
9722
9723         * scm/new-markup.scm (center-markup): \center markup.
9724
9725         * scm/music-functions.scm: remove pitchify scripts.
9726
9727         * lily/music.cc (print_smob): display music name if available 
9728
9729 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9730
9731         * Documentation/user/refman.itely (Instrument names): remove
9732         \turnOff doco.
9733
9734 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9735
9736         * lily/score.cc (mark_smob): bugfix.
9737
9738         * input/regression/rehearsal-mark.ly: new file.
9739
9740         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9741         report error at the current token again.
9742
9743 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9744
9745         * cygwin/mknetrel: Exit if doc build fails.
9746
9747         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9748
9749 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9750
9751         * scm/music-types.scm (music-descriptions): add doc strings
9752
9753 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9754
9755         * lily/lexer.ll: 
9756         * lily/include/my-lily-lexer.hh: 
9757         * lily/include/includable-lexer.hh: Add flex kludge.
9758
9759         * config.hh.in: 
9760         * config.make.in: 
9761         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9762         cruft.
9763         
9764         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9765         code.
9766
9767 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9768
9769         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9770
9771         * lily/parser.yy (new_chord): Compile fix.
9772
9773 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9774
9775         * Documentation/user/refman.itely (Tuning groups of objects):
9776         remove documentation for \turnOff. 
9777
9778         * lily/percent-repeat-engraver.cc (try_music): add correct
9779         processing moments for double-measure percents as well.
9780
9781         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9782
9783         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9784         grob prop type. 
9785
9786         * Documentation/user/refman.itely (Printing named chords): add
9787         chord name tweak doco.
9788
9789         * input/template/gregorian-transcription.ly: new file.
9790
9791 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9792
9793         * VERSION: 1.7.13 released
9794         
9795         * input/test/*: lots of cleanups/comment-outs/removals in chord
9796         examples
9797         
9798         * input/regression/*: lots of cleanups/comment-outs/removals in
9799         chord examples
9800         
9801         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9802         options
9803
9804         * lily/new-chord-name-engraver.cc (process_music): give original
9805         inversion pitch to chord name routine.
9806
9807         * input/tutorial/os-score.ly: update to new markup
9808
9809         * Documentation/user/appendices.itely: simply include
9810         chords-ignatzek. 
9811
9812         * Documentation/user/refman.itely (Chords mode): add documentation
9813         for chord mode.
9814
9815         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9816         not present in chord.
9817         (construct-chord): add inversion and bass support.
9818
9819         * lily/chord.cc: junk contents.
9820
9821 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9822
9823         * Documentation/user/refman.itely:
9824         * Documentation/user/music-glossary.tely: fix. 
9825
9826 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9827
9828         * scm/chord-entry.scm (construct-chord): move chord construction
9829         to Scheme.
9830
9831         * lily/parser.yy (new_chord): new setup for chord entry.
9832
9833 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9834
9835         * lilypond.words:
9836         * Documentation/user/music-glossary.tely: add ambitus.
9837
9838 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9839
9840         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9841
9842         * lily/include/*.hh: string() -> to_string()
9843
9844         * scm/chords-ignatzek.scm: new file.
9845
9846         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9847         standard chord name exceptions.
9848
9849         * scm/translator-property-description.scm (chordNameSeparator):
9850         add property.
9851         (majorSevenSymbol): add property
9852
9853         * lily/translator-scheme.cc (ly:context-properties): new function
9854         (ly:context-parent): new function.
9855         (print_smob): print context name.
9856
9857         * lily/music.cc (ly:get-music-length): new function
9858         (print_smob): don't print properties.
9859
9860         * lily/duration.cc (duration<?): new function
9861
9862         * input/regression/chords-funky-ignatzek.ly: new file.
9863
9864         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9865         jazz chords.
9866
9867         * lily/pitch.cc (ly:pitch-diff): new function.
9868
9869         * input/regression/chords-ignatzek.ly: new file.
9870
9871 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9872
9873         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9874         pitches for jazz chords.
9875
9876 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9877
9878         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9879
9880 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9881
9882         * lilypond.words: add 1
9883
9884 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9885
9886         * Documentation/topdocs/AUTHORS.texi: refine.
9887
9888 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9889
9890         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9891         
9892         * lilypond.words: add one.
9893
9894 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9895
9896         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9897         Fontify bass note in chords, e.g., e in c1/e.
9898         
9899 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9900
9901         * Documentation/user/music-glossary.tely: Dutch updates and
9902         additions (Arent Storm).
9903
9904 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9905
9906         * input/regression/ambitus.ly:  move file.      
9907
9908         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9909
9910         * lily/event.cc (transpose): add tonic property to Key_change_req
9911         and to Key_engraver.
9912
9913 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9914
9915         * Documentation/user/refman.itely: fix typo.
9916
9917         * lilypond.words: removed wrong identifiers.
9918
9919 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9920
9921         * mf/feta-toevallig.mf: make flat stem shorter 
9922
9923 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9924
9925         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9926
9927         * lilypond.words: add from Phrasing slur.
9928         
9929 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9930
9931         * lilypond-mode.el: allow launching multiple ViewPS processes.
9932         
9933         * lilypond.words: add from Text markup.
9934
9935 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9936
9937         * input/test/ossia.ly (texidoc): add comment.
9938
9939         * input/regression/voice-follower.ly: new file.
9940
9941         * mf/feta-toevallig.mf: make flat heavier.
9942
9943         * lily/cluster-engraver.cc: clean up Cluster engraver
9944
9945         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9946         Engraver. Use Note_column to compute Y positions and deal with
9947         line break stuff.
9948
9949 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9950
9951         * lily/stem.cc: move french-beaming to stem.
9952
9953 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9954
9955         * lilypond-font-lock.el: fontify all durations in chords.
9956
9957         * lilypond.words: add from lily/my-lily-lexer.cc
9958
9959 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9960
9961         * VERSION: release 1.7.12
9962
9963         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9964
9965         * lily/gregorian-ligature.cc: new file
9966
9967         * lily/*: the Great 2003 search & replace.
9968
9969         * Documentation/user/refman.itely (Manual repeat commands): add
9970         note about font selection.
9971
9972 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9973
9974         * lilypond-mode.el: propose recompiling midi while invoking playing,
9975         not while stopping playing.
9976
9977 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9978
9979         * lilypond.words: add one.
9980
9981         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9982         and expressional note grouping. Fontify chord modes.
9983
9984 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9985
9986         * Documentation/user/music-glossary.tely (Top): translate melisma.
9987
9988 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9989
9990         * Documentation/user/music-glossary.tely (Top): add melisma.
9991
9992 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9993
9994         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9995         interfaces for (abstract) grob GregorianLigature
9996
9997         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9998         renamed head* -> glyph_name*, x-shift* -> x-offset*
9999
10000         * scm/grob-property-description.scm: bugfix: added missing descriptions
10001
10002 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10003
10004         * input/test/chord-names-dpnj.ly: New file.
10005
10006         * scm/double-plus-new-chord-name.scm: Implement full and partial
10007         exceptions.
10008
10009         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
10010
10011         * scm/double-plus-new-chord-name.scm
10012         (double-plus-new-chord->markup): Fix sub->markup.
10013
10014
10015 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
10016
10017         * lily/custos-engraver.cc: added TODO; editorial changes
10018
10019         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
10020         consistency with other ligature engravers; removed access on (now)
10021         private variable _ligature of Ligature_engraver
10022
10023         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
10024         renamed last_bound -> last_bound_; issue programming_error on
10025         abstract method calls; moved primitives code from
10026         Mensural_bracket_engraver to here (because almost ligature
10027         engravers will need it); renamed try_stop_ligature () ->
10028         typeset_ligature (); bugfix: store primitives of finished ligature
10029         in separate variable finished_primitives_ to avoid clash on input
10030         like "\] \["; added current_ligature () to enable access on
10031         private variable _ligature
10032
10033         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10034         (now in super class); renamed try_stop_ligature () ->
10035         typeset_ligature ()
10036
10037         * lily/mensural-ligature.cc: issue programming_error on abstract
10038         method calls
10039
10040         * lily/note-heads-engraver.cc: added TODO comment upon bool
10041         in_ligature
10042
10043         * mf/parmesan-heads.mf: fixed some of set_char_box()
10044
10045         * scm/grob-description.scm: added VaticanaLigature
10046
10047         * scm/grob-property-description.scm: added neume prefix properties
10048
10049         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10050         lily/include/gregorian-ligature-engraver.hh,
10051         lily/include/gregorian-ligature.hh: new files; framework for
10052         gregorian ligature engravers such as vaticana
10053
10054         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10055         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10056         vaticana style ligature implementation (still somewhat uncomplete)
10057
10058 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10059
10060         * VERSION: release 1.7.11
10061
10062         * scripts/convert-ly.py: add ly:pitch-transpose rule
10063
10064 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10065
10066         * input/test/dpncnt.ly: New file.
10067
10068         * lily/my-lily-lexer.cc: Add chordnames keyword.
10069
10070         * lily/parser.yy (chordnames_block): Parse chord name exception
10071         lists, see input/test/dpncnt.ly.
10072
10073         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10074         function.
10075
10076         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10077         filter-out too.
10078
10079         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10080         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10081         pitch functions (except for ly:make-pitch, but that's apparently
10082         some sort of scheme naming standard?).
10083
10084         * scm/lily.scm (!=): define-public.
10085
10086         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10087
10088 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10089
10090         * scm/double-plus-new-chord-name.scm
10091         (double-plus-new-chord-name->markup): New file.
10092
10093 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10094
10095         * python/lilylib.py (make_preview): don't suppress progress for
10096         bbox extraction.
10097
10098 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10099
10100         * Documentation/user/appendices.itely (scheme): update for new syntax.
10101
10102         * input/regression/chord-name-styles.ly: new file
10103
10104         * lily/instrument-name-engraver.cc: create instrument names
10105         without barline too.  Allows instrument name on ChordNames  
10106
10107         * scm/new-markup.scm (interpret-markup): allow simple strings as
10108         markup too.
10109
10110 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10111
10112         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10113         (step->markup-accidental): Fix: add accidental.
10114         (chord::inner-name-american): 
10115         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10116         append stray '/' if last superscript addition was 'o'.
10117
10118         * scm/new-markup.scm (normal-size-sub-markup) 
10119         (normal-size-super-markup): New function.
10120
10121         * lily/source-file.cc (Source_file): Add warning for possibly
10122         intentional but suspicious initialization.
10123
10124         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10125         add comments about cut-and-paste programming.
10126
10127         * flower/rational.cc (lcm): Not used; comment out.
10128
10129 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10130
10131         * lily/new-fingering-engraver.cc (position_scripts): use
10132         fingerHorizontalDirection to determine fingering horizontal
10133         directions.
10134  
10135         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10136         fingering support.
10137
10138         * scripts/convert-ly.py (FatalConversionError.conv): add style
10139         conversion rule. 
10140
10141         * scm/chord-name.scm (set-chord-name-style): new function.
10142         (new-chord-name-brew-molecule): revise to interpret markup only
10143         (new-chord->markup): cleanuppish rewrite. To be called from the
10144         new engraver.
10145
10146         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10147         Markup earlier, during interpreting.
10148
10149         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10150         style settings. Rename to chord-names-*.ly
10151
10152 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10153
10154         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10155         markup code and update to new markup.  Most probably broke some of
10156         it.
10157         
10158 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10159
10160         * Documentation/user/refman.itely: added docu for ambitus and
10161         clusters
10162
10163         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10164         ly_quote_scm() in lookup.cc
10165
10166         * mf/parmesan-clefs.mf: set_char_box fix
10167
10168         * lily/cluster-engraver.cc: junk implicit protection; use
10169         Protected_scm instead
10170
10171 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10172
10173         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10174         throughout.
10175
10176         * scm/new-markup.scm: Turn-off error-triggering test code.
10177
10178 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10179
10180         * scm/new-markup.scm (markup-thrower-typecheck) 
10181         (markup-typecheck?):  add full typechecking functions.
10182         (make-markup-maker): add make-FOO-markup functions.
10183         (markup-argument-list-error): nice error checking messages.
10184         (make-markup): better function: less quoting escapades.
10185
10186 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10187
10188         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10189
10190 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10191
10192         * cygwin/lilypond.hint (requires): Add cygwin.
10193
10194         * .cvsignore: Remove stepmake (huh!?!), add lib.
10195
10196         * GNUmakefile.in: Add libdir links for builddir runs.
10197
10198         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10199         instead of datadir.
10200
10201         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10202         local_lilypond_libdir.
10203
10204         * config.make.in (lilypond_libdir): Add.
10205
10206         * stepmake/stepmake/substitute-rules.make: 
10207         * stepmake/stepmake/script-rules.make: 
10208         * stepmake/stepmake/python-module-rules.make:
10209         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10210         lilypond-python-module patch.
10211
10212 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10213
10214         * Documentation/user/refman.itely (Graphical interfaces): add note
10215         about xml2ly.
10216
10217 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10218
10219         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10220
10221 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10222
10223         * VERSION: released 1.7.10
10224
10225         * scripts/musedata2ly.py (): idem
10226
10227         * scripts/midi2ly.py (dump_chord): idem
10228
10229         * scripts/etf2ly.py (version): idem 
10230
10231         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10232
10233         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10234
10235         * scm/tex.scm (tex-output-expression): remove eval compat
10236         glut. Other output files too.
10237
10238         * scm/chord-name.scm: don't export anything from chord module.
10239
10240         * input/test/american-chords.ly: idem
10241
10242         * input/test/banter-chords.ly (texidoc): idem
10243
10244         * input/test/Cc-chords.ly: add breakage notes.
10245
10246         * Documentation/user/refman.itely (Text markup): rewrite manual
10247         section.
10248
10249         * lily/parser.yy (scalar): allow \markup { } as property value. 
10250
10251         * scm/chord-name.scm: complete new markup usage
10252
10253         * scm/grob-description.scm (all-grob-descriptions): use new markup
10254         texts by default
10255
10256 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10257
10258         * scm/chord-name.scm: partial move to new markup texts.
10259
10260 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10261
10262         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10263
10264         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10265         settable.
10266
10267 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10268
10269         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10270         invoked for old midi, wait for killing.
10271
10272 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10273
10274         * Documentation/user/music-glossary.tely: Finnishing.
10275
10276 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10277
10278         * mf/feta-nummer-code.mf: some kerning pairs.
10279
10280 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10281
10282         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10283         Added.
10284
10285         * Documentation/user/refman.itely (Bar numbers):
10286         set-bar-number-visibility added, modulo-bar-number removed again
10287         (sorry).
10288
10289 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10290
10291         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10292
10293         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10294
10295         * Documentation/user/music-glossary.tely: translate into Finnish.
10296
10297 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10298
10299         * lilypond-mode.el: add shortcut for 2midi
10300
10301         * lilypond-font-lock.el: fontify lyrics
10302
10303 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10304
10305         * scm/drums.scm : use 1.7.x names.
10306
10307         * input/regression/drums.ly : Don't use << chords >>
10308
10309 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10310
10311         * lilypond-mode.el: tidy, add TODO
10312
10313         * make/lilypond.mandrake.spec.in: install-info quietly.
10314
10315 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10316
10317         * input/test/markup.ly: use new syntax.
10318
10319 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10320
10321         * ly/params-init.ly (interscoreline): add word-space
10322
10323         * input/test/metronome.ly (eighthNote): idem.
10324
10325         * input/test/script-priority.ly: use new markup
10326
10327         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10328
10329         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10330
10331         * lily/parser.yy (gen_text_def): bugfix.
10332         (full_markup): allow markup identifier.
10333
10334 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10335
10336         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10337         jobs at the same time. Add horizontal lines to Command menu.
10338         Allow one compiling job -- propose killing others before a new one.
10339
10340         * lilypond.words: add markup, teeny, etc.
10341
10342 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10343
10344         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10345         Allow only one type of midi process; launching Midi either stops
10346         midis or plays the current midi and launching MidiAll stops midis
10347         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10348         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10349
10350 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10351
10352         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10353         markup  for new markup texts.
10354
10355         * lily/mark-engraver.cc (process_music): idem
10356         
10357         * lily/instrument-name-engraver.cc (create_text): idem
10358
10359         * scm/new-markup.scm (magnify-markup): new function.
10360
10361         * scm/molecule.scm (stack-lines): bugfix.
10362
10363         * lily/font-interface.cc (get_font): take font-magnification from
10364         alist chain.
10365
10366 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10367
10368         * lily/molecule-scheme.cc: move scheme functions to separate file.
10369
10370         * lily/font-metric.cc  (ly_get_glyph): new function. 
10371         
10372         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10373         (italic-markup, dynamic-markup): new functions
10374         (font-markup): new function
10375
10376         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10377         padding and minimum
10378
10379 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10380
10381         * lily/accidental-engraver.cc:
10382         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10383
10384 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10385
10386         * lilypond.vim:
10387         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10388         [a-zA-Z] for user defined identifiers. Separate note cases 
10389         with and without a duration (allow cis\longaX).
10390
10391         * lilypond.words: Add words from Info.
10392
10393 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10394
10395         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10396
10397 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10398
10399         * lilypond-mode.el: Propose reverting buffer before a command if
10400         it was edited with an another editor.
10401
10402 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10403
10404         * lily/molecule.cc (ly_translate_molecule): new function
10405
10406         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10407         into libdir
10408
10409         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10410
10411         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10412
10413 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10414
10415         * lilypond.words: take \words from Info-index.
10416
10417 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10418
10419         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10420
10421 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10422
10423         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10424
10425 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10426
10427         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10428         and lilypond-documentation.
10429
10430 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10431
10432         * lily/parser.yy: Compile fix (bison 1.75).
10433
10434 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10435
10436         * VERSION: 1.7.9 released
10437
10438         * scm/music-functions.scm (shift-one-duration-log): refactor.
10439         Use music-map.
10440
10441         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10442
10443         * NEWS: update.
10444
10445         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10446         argument
10447         
10448         * scm/music-functions.scm (display-music): new function
10449         (music-map): change arg order.
10450
10451         * input/regression/new-markup-syntax.scm: new file
10452
10453         * lily/parser.yy (markup): add \markup { .. } syntax.
10454
10455         * scm/new-markup.scm (override-markup): new function
10456         (lookup-markup): new function
10457         (music-markup): new function
10458         (lookup-markup-command): use markup-signature to store argument
10459         format for parser.
10460
10461         * lily/lexer.ll: preliminary \markup syntax. 
10462
10463 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10464
10465         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10466         add pre/post-dependencies and menus with icons from source.
10467
10468         * Documentation/pictures/lilypond-48x48.xpm:
10469         * Documentation/pictures/lilypond-32x32.xpm:
10470         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10471         transparent.
10472
10473         * stepmake/stepmake/generic-targets.make:
10474         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10475
10476 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10477
10478         * input/regression/music-map.ly (texidoc): new file.
10479
10480         * scm/music-functions.scm (music-map): new function
10481
10482 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10483
10484         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10485
10486 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10487
10488         * input/test/to-xml.ly:
10489         * lily/ligature-engraver.cc: Fixes documentation.
10490
10491         * lilypond.mandrake.spec.in:
10492         * lilypond.redhat.spec.in: Add lilypond.words.
10493
10494         * Documentation/user/refman.itely: Mention Info inside emacs.
10495         
10496         * lilypond.suse.spec.in:
10497         * lilypond.redhat.spec.in:
10498         * lilypond.mandrake.spec.in: Set root-owner for doc
10499         (tobbe@nyvalls.se).
10500
10501 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10502
10503         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10504         os.popen.read ().
10505
10506 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10507
10508         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10509
10510         * python/lilylib.py (error): add space
10511
10512 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10513
10514         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10515         distribution.
10516
10517 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10518
10519         * lily/paper-outputter.cc (Paper_outputter): close port when
10520         finishing score.
10521
10522 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10523
10524         * scm/sodipodi.scm: Fixes.
10525
10526 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10527
10528         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10529
10530         * buildscripts/make-font-dir.py: Fix. 
10531
10532 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10533
10534         * lilypond-mode.el: Add support for Info inside Emacs.
10535
10536 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10537
10538         * buildscripts/make-font-dir.py: 
10539         * mf/GNUmakefile: Make sodipodi font map.
10540
10541         * scm/sodipodi.scm: Add more output functions.
10542
10543         * mf/feta-nummer.mf: 
10544         * mf/feta-beugel.mf: Add font_coding_scheme.
10545
10546         * lily/paper-outputter.cc (output_header): Fix creator string.
10547
10548 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10549
10550         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10551         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10552
10553         * lilypond.words: add two (Everybody can add/remove words now!).
10554
10555         * debian/rules:
10556         * make/lilypond.suse.spec.in:
10557         * make/lilypond.mandrake.spec.in:
10558         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10559
10560         * Documentation/user/refman.itely: Mention autocompletion.
10561
10562 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10563
10564         * scripts/ly2dvi.py: Add paper sizes.
10565
10566         * lily/timing-engraver.cc: 
10567         * lily/time-signature.cc: 
10568         * lily/span-bar.cc: 
10569         * lily/grob-scheme.cc: Code formatting fixes.
10570
10571         * scm/sodipodi.scm: 
10572         * scm/sketch.scm:
10573         * buildscripts/mf-to-table.py: 
10574         * buildscripts/make-font-dir.py: Font testing.
10575
10576 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10577
10578         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10579         inserts try-completion and shows all-completions.
10580
10581         * lilypond.words: '\' -> '\\'
10582
10583         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10584         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10585         
10586         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10587         and LilyPond-reserved-words.
10588         
10589 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10590
10591         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10592         from load-path.
10593         
10594         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10595         the mini-buffer with Control-Shift-c.
10596         
10597 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10598
10599         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10600         duration. This fixes \tempo taking time.
10601
10602 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10603
10604         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10605         Allow for text markup in repeatCommands. 
10606
10607 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10608
10609         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10610         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10611         Get rid of skeleton.el-dependency.
10612
10613         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10614
10615 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10616
10617         * lily/beam-engraver.cc (stop_translation_timestep): reset
10618         now_stop_ev_
10619
10620         * lily/scm-option.cc: add parse-protect to ly:set-option
10621
10622         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10623
10624 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10625
10626         * lily/include/ligature-bracket.hh: removed
10627         * lily/ligature-bracket.cc: removed
10628
10629         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10630         .tex
10631
10632         * lily/beam.cc (set_beaming): don't change beam count on rests.
10633         (brew_molecule): always set flag-width > 0.
10634
10635 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10636
10637         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10638         chars, remove instructions; instead, refer to lilypond-init.el and
10639         Documentation/topdocs/INSTALL.texi.
10640
10641         * lilypond.words: add identifiers and reserved words.
10642
10643         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10644         files and adding a load-path.
10645
10646         * lilypond-init.el: Instructions, extracted from 
10647         Documentation/topdocs/INSTALL.texi. 
10648         
10649 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10650
10651         * VERSION: 1.7.8 released 
10652
10653         * lily/grob.cc (warning): better robustness fix.
10654
10655 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10656
10657         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10658
10659         * lily/cluster-engraver.cc: stick better to variable naming
10660         conventions
10661
10662         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10663         until stop_translation_timestep()
10664
10665         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10666         min/max coordinates to backend, but no musical info such as
10667         pitches
10668
10669         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10670
10671         * lily/grob.cc: robustness fix: warning(): do not crash if
10672         cause is not set
10673
10674         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10675         the much more elaborated tuplet brackets than the very naive and
10676         simple ligature bracket grob
10677
10678 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10679
10680         * Documentation/user/refman.itely (Analysis brackets): add
10681         horizontal bracket doco.
10682
10683         * ly/property-init.ly (setMmRestFermata): added.
10684
10685         * Documentation/user/refman.itely (Multi measure rests): fermatas
10686         on mm rests.
10687
10688         * input/regression/apply-context.ly (texidoc): new file
10689
10690         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10691         code to be executed during interpretation. Possible applications:
10692         smart octavation, more advanced bar checks. 
10693
10694         * lily/apply-context-iterator.cc: new file.
10695
10696 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10697
10698         * input/test/new-markup.ly: new file.
10699
10700         * lily/text-item.cc (text_to_molecule): new function
10701
10702         * scm/new-markup.scm (lambda): new file
10703
10704         * lily/function-documentation.cc (ly_add_function_documentation):
10705         add proc property as well
10706
10707 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10708
10709         * Documentation/user/music-glossary.tely (Top): add custos.
10710
10711 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10712
10713         * Documentation/topdocs/INSTALL.texi: advise how to include source
10714         path to Emacs load-path and improve language.
10715
10716 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10717
10718         * GNUmakefile.in: config.h message fix.
10719
10720         * autogen.sh:
10721         * aclocal.m4: Regenerate.
10722
10723         * configure.in: 
10724         * config.make.in: 
10725         * stepmake/config.make.in: 
10726         * stepmake/configure.in: 
10727         * stepmake/autogen.sh: 
10728         * stepmake/aclocal.m4: Update for autoconf 2.56.
10729
10730 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10731
10732         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10733         to install Emacs-mode. Instructions how to use vim-mode.
10734
10735 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10736
10737         * scm/music-types.scm (music-descriptions): no length for tempo event.
10738
10739         * input/*.ly: add \version everywhere.
10740         
10741         * input/*.ly: update syntax to 1.7 + new-chords.
10742
10743         * VERSION: 1.7.7 released.
10744         
10745         * Documentation/user/*.tely: new chord syntax.
10746
10747         * input/regression/[bc]*.ly (texidoc): syntax updates.
10748         
10749 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10750
10751         * lilypond.words: add vocabulary to be used in auto-completion
10752
10753         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10754
10755         * lilypond.vim: allow note name at EOF
10756
10757 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10758
10759         * buildscripts/new-chords.py (edit): -e option: inline editing.
10760
10761         * input/regression/a*.ly (texidoc): syntax updates.
10762
10763         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10764         music): elucidations. 
10765
10766 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10767
10768         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10769         ly/spanners-init.ly, scm/grob-description.scm,
10770         scm/grob-property-description.scm, scm/music-types.scm,
10771         lily/cluster-engraver.cc, lily/cluster.cc,
10772         lily/include/cluster.hh, input/test/cluster.ly: cluster
10773         implementation
10774
10775         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10776         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10777         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10778
10779         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10780
10781         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10782
10783         * scm/grob-description.scm: bugfix: by default, use default note
10784         head style when engraving ligatures
10785
10786         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10787
10788         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10789         events
10790
10791         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10792
10793         * input/test/ancient-font.ly: bugfix: style -> flag-style
10794
10795         * lily/ligature-engraver.cc: indentation fix
10796
10797         * lily/parser.yy: indentation fixes
10798         
10799 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10800
10801         * input/regression/measure-grouping.ly: more elaborate example.
10802
10803         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10804         ly:div-moment. New functions 
10805
10806         * scm/music-functions.scm (set-time-signature): new function,
10807         allow inline time sig settings with measure grouping.
10808
10809         * lily/parser.yy (command_element): move time sig construction
10810         into Scheme.
10811
10812         * lily/side-position-interface.cc (out_of_staff): new function,
10813         like padding, but keep minimum distance from staff. Easier than
10814         linespanners (dynamics, pedals), but roughly the same effect.
10815
10816 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10817
10818         * emacs-mode.el: Added spanish-note-replacements 
10819         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10820
10821         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10822
10823 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10824
10825         * lilypond.vim: Do not fontify cises, desis, etc.
10826
10827         * vimrc: view dvi with <S-F6>
10828
10829 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10830
10831         * lily/lookup.cc (triangle): new function.
10832
10833         * input/regression/measure-grouping.ly (texidoc): new file: show
10834         triangles and brackets for beat groups of 3 and 2.
10835
10836         * lily/include/measure-grouping-spanner.hh (class
10837         Measure_grouping): new file.
10838
10839         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10840
10841         * lily/measure-grouping-engraver.cc (class
10842         Measure_grouping_engraver): new file.
10843
10844 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10845
10846         * Merge from stable:
10847
10848             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10849         
10850         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10851         stylesheet.
10852
10853         * ly/paper19.ly: Include paper19-init.ly.
10854
10855         * ly/paper19-init.ly: New file.
10856
10857         * Documentation/user/tutorial.itely (First steps): Fix first
10858         example for font test.
10859
10860         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10861
10862         * ChangeLog: Add 1.7.6 release marker (see below).
10863
10864         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10865         Add .py files.
10866
10867 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10868
10869         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10870
10871         * input/tutorial/*.ly: update to new syntax.
10872
10873         * lily/parser.yy (Composite_music): new transpose syntax,
10874         \transpose FROM TO MUSIC. 
10875
10876 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10877
10878         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10879         latex progress/error output to stderr (by default this goes to
10880         stdout).  Show lilypond progress, even when not verbose.
10881
10882         * python/lilylib.py (system): New optional parameter to control
10883         showing of progress.
10884
10885         * scm/backend-documentation-lib.scm (check-dangling-properties):
10886         Fix error message.
10887
10888         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10889         axis, extent.
10890
10891         * scm/grob-property-description.scm (magnify): Remove.
10892         (extent, axis): Add.
10893
10894 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10895
10896         * VERSION: Release 1.7.6.
10897
10898         * scripts/convert-ly.py: more uniformization substitutions.
10899
10900         * buildscripts/new-chords.py (sub_chords): new file.
10901
10902 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10903
10904         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10905         lilypond.map.  Include sauter fonts too.  Cleanups.
10906
10907 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10908
10909         * Documentation/user/tutorial.itely (First steps): change to new
10910         chord/tie/slur/beam notation.
10911
10912         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10913         ties.
10914
10915         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10916         engraver. Process ties in postfix notation, i.e. c8-~ c
10917
10918         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10919
10920         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10921
10922         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10923
10924         * lily/beam-engraver.cc (try_music): accept new-beam-events
10925
10926         * input/regression/chord-scripts.ly (texidoc): new file
10927
10928         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10929         script-events.
10930
10931         * scm/script.scm (default-script-alist): cleanup.
10932
10933         * lily/script-engraver.cc (make_script_from_event): cleanup.
10934
10935         * lily/lyric-combine-music-iterator.cc
10936         (Lyric_combine_music_iterator): remove superfluous events.
10937         (melisma_busy): new function. Fix broken melismas.
10938
10939 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10940
10941         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10942         Remove nonvalid settings. Use descriptive key names.
10943         Use <Return> to indicate the pressing of that key.
10944
10945 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10946
10947         * scripts/lilypond-book.py (option_definitions): Typo.
10948
10949         * scripts/ly2dvi.py: Updates.
10950
10951         * python/lilylib.py (setup_environment, print_environment)
10952         (get_bbox, make_preview): Merge and remove from ly2dvi and
10953         lilypond-book.
10954
10955         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10956
10957         * .cvsignore: Remove some cruft.
10958
10959         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10960         path.
10961
10962         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10963         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10964         throughout.
10965
10966         * python/lilylib.py (quiet_system): Junk
10967         (system): Display error log upon failure.
10968         (read_pipe): New function.  Cleanups and fixes.
10969
10970         * python/*.py: Rename from *.py.in.
10971         
10972         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10973
10974         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10975
10976 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10977
10978         * python/GNUmakefile: Bugfix: handle modules.
10979
10980         * stepmake/stepmake/python-module-targets.make (default): Add
10981         compiled modules. 
10982
10983         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10984         compiling modules.
10985
10986         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10987         Bugfix.  (OUT_PYC_MODULES): Add.
10988
10989 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10990
10991         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10992         Use default paths. Refresh description.
10993
10994 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10995
10996         * VERSION: 1.7.5 released
10997
10998         * input/regression/finger-chords.ly (texidoc): new file.
10999
11000         * lily/script-engraver.cc (process_music): remove scriptHorizontal
11001         support
11002
11003         * lily/fingering-engraver.cc (process_music): remove kludgy
11004         scriptHorizontal stuff.
11005
11006         * lily/script.cc: remove staff-support property.
11007
11008         * lily/new-fingering-engraver.cc (add_fingering): new
11009         file. Fingering engraver for new style chords.
11010
11011 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11012
11013         * lily/parser.yy (bare_number): allow 4 \cm (without
11014         decimal dot). (should backport to 1.6?)
11015
11016         * ly/declarations-init.ly: use Scheme for dimension defs.
11017
11018         * lily/parser.yy (TODO): remove hard coded dimensions, add
11019         REAL NUMBER_IDENTIFIER production.
11020
11021         * lily/rest-collision.cc (force_shift_callback): rewrite using
11022         -done property.
11023
11024         * scm/grob-property-description.scm (rest-collision-done): add
11025         property.
11026         
11027         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
11028
11029 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11030
11031         * input/regression/multi-measure-rest-center.ly: new file.
11032
11033         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11034         off horizontally by 0.05 ss. Fixed.
11035
11036 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11037
11038         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11039
11040         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11041
11042 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11043
11044         * lily/tie.cc (get_control_points): also avoid staff lines on the
11045         just outside the outer staff lines
11046
11047 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11048
11049         * ly/params-init.ly: Just define style-alist, no need to
11050         define-public.
11051
11052         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11053         (thanks Han-Wen).
11054
11055         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11056         (FET_FILES): = FONT_FILES.
11057
11058         * Merge from stable:
11059
11060             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11061
11062 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11063
11064         * VERSION: 1.7.4 released.  
11065         
11066         * scm/generate-documentation.scm (string-append): add macro
11067         definitions.
11068
11069         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11070         normal texts.
11071
11072         * lily/multi-measure-rest-engraver.cc: make separate
11073         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11074
11075         * lily/multi-measure-rest.cc: remove text handling. Remove
11076         number-threshold.
11077
11078 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11079
11080         * scm/music-types.scm: doc patch by Graham Percival
11081
11082 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11083
11084         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11085         encoding part.
11086         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11087         (sketch_p): Sketch wants only first four elements of X11 font spec.
11088
11089         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11090
11091         * mf/feta-autometric.mf: Write foundry and family to log.
11092
11093         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11094         font translation table.
11095
11096         * buildscripts/mf-to-table.py: Better font info into afm.
11097
11098         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11099         1.0.9 required.
11100
11101         * configure.in: Whine for mftrace 1.0.9.
11102
11103 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11104
11105         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11106
11107         * lily/main.cc (main_prog): don't try to load init.EXT when
11108         processing foo.EXT.
11109
11110 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11111
11112         * scm/tex.scm (zigzig-line): added.
11113
11114         * scm/ps.scm (zigzag-line): added.
11115
11116         * ps/music-drawing-routines.ps (subvec): added.
11117         (draw_zigzag_line): added.
11118         
11119         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11120         grob properties zigzag-width and zigzag-length.
11121
11122         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11123
11124 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11125
11126         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11127         svg output, including font.
11128
11129 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11130
11131         * scm/lily.scm: Register sodipodi output module.
11132
11133         * scm/sodipodi.scm: New file.
11134
11135         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11136
11137         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11138         comment, after header.
11139         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11140         FullName.  Fix FontName key.
11141
11142 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11143
11144         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11145         and breve rests.
11146         
11147         * input/test/blank-notes.ly: bugfix
11148
11149         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11150         rests. (Kim Shrier)
11151
11152         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11153         
11154 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11155
11156         * scm/tex.scm: 
11157         * scm/ps.scm: Cleanup and remove obsolete junk.
11158
11159         * Documentation/user/internals.itely:
11160         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11161
11162         * lily/parser.yy: Identify shift/reduce problems.
11163
11164         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11165         make-style-sheet.  Too specific for convert-ly?
11166
11167 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11168
11169         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11170
11171         * input/test/*.ly: various fixes.
11172
11173         * lily/music.cc (name): bugfix
11174
11175         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11176
11177         * lily/input-file-results.cc (code): set-point-and-click! ->
11178         set-point-and-click
11179         
11180 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11181
11182         * Use uniform ly: prefix for exported scheme primitive functions.
11183
11184         * scm/music-types.scm: junk compat glue
11185
11186         * scripts/convert-ly.py: add rules for stuff below, junk
11187         compatibility glue for spanrequest.
11188
11189         * lily/parser.yy (verbose_event): remove \spanrequest,
11190         \commandspanrequest, \script. 
11191         
11192         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11193
11194         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11195         for \penalty, \glissando.
11196
11197         * VERSION: release 1.7.3
11198         
11199 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11200
11201         * lily/accidental-engraver.cc: Fix
11202         grace-in-the-beginning-of-measure bug caused by the resent
11203         partial-measure fix.
11204
11205         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11206         overlap looks too crowded)
11207         
11208 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11209
11210         * lily/parser.yy (assignment): allow SCM expression as assignment.
11211
11212         * lily/include/music-output-def.hh (class Music_output_def):
11213         * lily/music-output-def.cc: 
11214         * lily/paper-def.cc: 
11215         * scm/font.scm (markup-to-properties):
11216         * lily/parser.yy (music_output_def_body): 
11217         remove style_sheet_
11218
11219 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11220
11221         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11222         length.
11223
11224         * input/regression/spacing-to-grace.ly: new file.
11225
11226         * input/regression/spacing-end-of-line.ly: new file.
11227
11228         * lily/note-spacing.cc (get_spacing): take into account breakable
11229         stuff sticking out at the left (time sig change at line break).
11230
11231         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11232         raggedright code.
11233
11234         * scm/music-functions.scm (make-voice-props-set): add
11235         staff-position for mm rests.
11236  
11237         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11238         before grace notes a little.
11239
11240         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11241
11242         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11243         key adds space at the end of line. 
11244
11245 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11246
11247         * scm/sketch.scm: Fix beams.
11248
11249         * buildscripts/mf-to-table.py: Add EncodingScheme.
11250
11251         * scm/sketch.scm: Resurrect.
11252
11253 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11254
11255         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11256         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11257
11258 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11259
11260         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11261
11262         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11263
11264 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11265
11266         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11267         token for origin information.
11268
11269         * lily/parser.yy (My_lily_lexer): do identifier location and
11270         cloning from lexer.
11271
11272         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11273         logic out of the parser. Add bar checks on both ends.
11274
11275         * Documentation/user/refman.itely (Multi measure rests): add more
11276         notes about mm rests.
11277
11278 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11279
11280         * input/regression/bar-scripts.ly: Re-enable.
11281
11282         * lily/parser.yy:
11283         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11284         released rsn.  Bison 1.50 has a crucial bug and won't work.
11285
11286         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11287
11288
11289 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11290
11291         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11292
11293 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11294
11295         * Actually merge changes since 1.6.4 besides ChangeLog, and
11296         resolve conflicts.  Lots of updates, hope all is well.
11297         
11298         * cygwin/lilypond.hint (requires): Add ghostscript.
11299
11300         * scm: Update some (c).
11301         
11302 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11303
11304         * input/test/{various}.ly: add \header fields and texidoc strings.
11305
11306 2002-10-05  Werner Lemberg  <wl@gnu.org>
11307
11308         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11309         renamed to `output_latex_quoted'.
11310         Added `output_latex_noquote'.
11311         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11312         mode.
11313
11314 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11315
11316         * ChangeLog: Add 1.6.6 release marker.  See below.
11317
11318         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11319
11320         * scripts/midi2ly.py: Fix global syntax warnings.
11321
11322         * GNUmakefile.in: Generate builddir locale tree too.
11323
11324         * scripts/ly2dvi.py:
11325         * scripts/midi2ly.py: 
11326         * scripts/mup2ly.py: 
11327         * scripts/update-lily.py:
11328         * lily/main.cc (setup_paths): Fix for locales setup.
11329
11330 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11331
11332         * Documentation/windows/installing.texi: Soften wording about
11333         necessity of becoming Administrator.  tommie@iae.nl reports this
11334         does not seem to be necessary for his flavour of Windows 2000.
11335         Explicitely discourage text mode mounts.
11336
11337 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11338
11339         * lily/rest.cc (after_line_breaking): backport dot position fix.
11340
11341         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11342         rests. Thanks to Klaus Zimmermann for finding this bug.
11343
11344 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11345
11346         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11347
11348 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11349
11350         * Documentation/user/music-glossary.tely: fix links.
11351
11352 2002-10-21  Werner Lemberg  <wl@gnu.org>
11353
11354         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11355         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11356         scaling factor) only once and use them in the definition of
11357         \embeddedps.
11358         * ps/music-drawing-routines.ps (skeel): Removed.
11359
11360 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11361
11362         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11363         Solaris7, as we don't use nested $( ) constructs.
11364
11365 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11366
11367         * VERSION: Release 1.6.6.
11368         
11369 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11370
11371         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11372         as workaround for /bin/sh problems on Solaris7.
11373
11374 2002-10-19  Werner Lemberg  <wl@gnu.org>
11375
11376         * GNUmakefile.in (web-doc): Fix typos.
11377         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11378         `music-drawing-routines.ps' but emit \special{header=...} once.
11379         * scm/tex.scm (header-end): Updated.
11380
11381 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11382
11383         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11384         undefined tremolo. 
11385
11386 2002-10-15  Werner Lemberg  <wl@gnu.org>
11387
11388         * scripts/lilypond-book.py (g_make_html): New global variable.
11389         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11390         if `g_make_html' isn't set.
11391         [main]: Add format `texi-html'.
11392         (option_definitions): Updated.
11393         * Documentation/user/lilypond-book.itely: Updated.
11394
11395         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11396         * make/ly-rules.make (%.texi, %.nexi): Use it.
11397         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11398         format to lilypond-book.
11399         * GNUmakefile.in (web-doc): Ditto.
11400
11401 2002-10-14  Werner Lemberg  <wl@gnu.org>
11402
11403         Further improve TeX output.  The produced files are about 40%
11404         smaller.  `lilyponddefs.tex' is now read only once.
11405
11406         * tex/lilyponddefs.tex: Remove footer stuff.
11407         (\ifundefined): Renamed to...
11408         (\lilypondundefined): This.  Use LaTeX's definition to
11409         make it nestable and make it global.
11410         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11411         output.
11412         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11413         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11414         them global.
11415         (\placebox): Renamed to...
11416         (\lyitem): This.
11417         Make it global and call \outputscale by itself.
11418         (\lybox, \lyvrule): New macros to reduce input data.
11419         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11420         New auxiliary macros.
11421         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11422         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11423         to...
11424         (\lilypondspace): This and made it global.
11425         (\turnOnPostScript): Renamed to...
11426         (\lilypondpostscript): This and made it global.
11427         (\turnOnExperimentalFeatures): Renamed to...
11428         (\lilypondexperimentalfeatures): This and made it global.
11429         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11430         (\lilypondsetdimen): This and made it global.
11431         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11432         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11433         (all, $(outdir)/music-drawing-routines.ps): New rules.
11434         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11435         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11436         start-system, stop-system, stop-last-system, filledbox): Updated to
11437         use the changed macros from lilyponddefs.tex.
11438         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11439
11440 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11441
11442         * Documentation/windows/installing.texi: Update.
11443
11444 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11445
11446         * VERSION: 1.6.5 released
11447
11448         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11449
11450 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11451
11452         * scm/translator-property-description.scm (voltaOnThisStaff): add
11453         property.
11454
11455 2002-09-28  Werner Lemberg  <wl@gnu.org>
11456
11457         * scm/tex.scm (header-end): Suppress page numbering.
11458
11459         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11460         Fix quotation for HTML output.
11461
11462 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11463         
11464         * Documentation/user/refman.itely: grammar and phrasing
11465           fixes to "Note Entry" section.  Also adds a few new examples.
11466
11467 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11468
11469         * flower/include/string-data.icc: include string.h
11470
11471 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11472
11473         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11474
11475 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11476
11477         * Documentation/user/GNUmakefile (extra-local-help): Add.
11478
11479         * stepmake/stepmake/www-targets.make (local-help): Add.
11480
11481 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11482
11483         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11484         packages.
11485
11486         * Documentation/topdocs/README.texi (Top): building documentation
11487         (not website.)
11488
11489 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11490
11491         * Documentation/user/refman.itely: 
11492         * Documentation/user/tutorial.itely: 
11493         * Documentation/user/music-glossary.tely: Merge changes.
11494
11495         * Documentation/user/glossary.html.in: 
11496         * Documentation/index.texi: 
11497         * Documentation/header.html.in: Accomodate renaming of glossary.
11498         
11499         * Documentation/user/tutorial.itely: Add some glossary references.
11500         
11501         * Documentation/user/refman.itely: Minor fixes.
11502         
11503         * Documentation/user/lilypond.tely: Add glossary do direntry.
11504
11505         * Documentation/user/music-glossary.tely: Rename (previously:
11506         glossary.tely).  Fix anchor placement.
11507
11508         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11509
11510 2002-09-23  Werner Lemberg  <wl@gnu.org>
11511
11512         * scripts/lilypond-book.py (output_dict): Fix handling of
11513         various environments by avoid extraneous newlines.
11514         Rename `output-all' regexp for html to `output-html'.
11515         Replace `output-all' regexp for texi with `output-texi-quote'
11516         and `output-texi-noquote'.
11517         (compose_full_body): Don't override `linewidth' user option
11518         for `singleline'.
11519         (schedule_lilypond_block): Don't indent text specified with
11520         `intertext' option.
11521         Add new option `noquote'.
11522         (compile_all_files): Use latex instead of tex to compile ly
11523         files directly.
11524
11525         * Documentation/user/lilypond-book.itely: Updated and revised.
11526         Improve layout.
11527
11528         * Documentation/user/glossary.tely,
11529         Documentation/user/introduction.itely,
11530         Documentation/user/tutorial.itely,
11531         Documentation/user/refman.itely,
11532         Documentation/user/appendices.itely: Fix overfull LilyPond
11533         boxes caused by the new lilypond-book code.  Other minor
11534         fixes.
11535
11536         * Documentation/user/macros.itexi (@texiflat): Don't emit
11537         trailing space.
11538
11539         * scm/tex.scm (end-output, header-end): Add preamble and
11540         postamble to make lilypond output directly compilable with
11541         latex.
11542
11543         
11544 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11545
11546         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11547         instructions.
11548
11549 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11550
11551         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11552
11553 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11554
11555         * lily/beam.cc (connect_beams): don't crash if there are quarter
11556         notes in beams.
11557
11558 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11559
11560         * Documentation/user/refman.itely: corrected ancient clef
11561         docu; added docu on ligatures
11562
11563 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11564
11565         * Documentation/user/glossary.tely,
11566         Documentation/user/refman.itely, input/les-nereides.ly,
11567         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11568         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11569         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11570         Stem properties: flag-style -> stroke-style, style -> flag-style.
11571
11572
11573 2002-09-22  Werner Lemberg  <wl@gnu.org>
11574
11575         * scripts/lilypond-book.py: Add option `notime' to suppress
11576         printing of a time signature.  Specify default indentation of 0pt
11577         if single line fragment.  Don't emit redundant `\paper{ }'.
11578
11579         * Documentation/user/lilypond-book.itely: Updated.
11580
11581         * Documentation/user/glossary.tely: Completely reformatting.
11582
11583 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11584
11585         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11586
11587 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11588
11589         * Documentation/user/tutorial.itely: Fix links.
11590         
11591         * Documentation/topdocs/index.tely:
11592         * Documentation/index.texi:
11593         * Documentation/header.html.in: Small website fixes and updates.
11594
11595         * debian/: Debian patch by Anthony Fok.
11596
11597 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11598
11599         * Documentation/footer.html.in: How time flies: It's already 2002!
11600
11601         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11602         more descriptive link names than 'here'.
11603
11604 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11605
11606         * VERSION: 1.7.2 released
11607         * VERSION: 1.6.4 released
11608         
11609         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11610
11611         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11612         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11613
11614         * mf/feta-din.mf (test): add x-height and space.
11615
11616         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11617         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11618
11619         * ly/grace-init.ly: add-to-grace-init: function to portably add
11620         settings to \grace. 
11621
11622         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11623         if we get an absolute dynamic event.
11624  
11625         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11626
11627         * lily/source-file.cc (get_line): oops. All line numbers were off
11628         by 2. Fix that. 
11629
11630         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11631         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11632
11633         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11634
11635         * lily/parser.yy (number_factor): remove (number) as number
11636         expression. ("Let them eat Lisp").
11637
11638 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11639
11640         * lily/horizontal-bracket.cc: new file.
11641
11642         * lily/horizontal-bracket-engraver.cc: new file.
11643
11644         * input/regression/note-group-bracket.ly: new file. Support
11645         horizontal note brackets for music analysis.
11646
11647         * lily/stem.cc (flag): new flag-style: no-flag.
11648
11649         * input/test/stem-cross-staff.ly: new file
11650         
11651         * Documentation/user/internals.itely: Improved formatting, fixing
11652         typos.  Added a section `Output details' to describe how the TeX
11653         code looks like.
11654
11655         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11656
11657         * lily/parser.yy: remove \dynamicscript.
11658
11659         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11660         definitions. 
11661
11662         * python/midi.c (midi_error): take two arguments.
11663
11664         * Merge 1.6.5 changes:
11665         
11666 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11667
11668         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11669         staff-space.  Previous 1.5 was probably meant as half-spaces.
11670         (cautionary-style): parentheses (was: smaller).  This is what doco
11671         says, and it seems more logical.
11672
11673         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11674         for 2nd sentence.
11675
11676 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11677
11678         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11679
11680 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11681
11682         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11683
11684 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11685
11686         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11687
11688 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11689
11690         * scm/translator-property-description.scm (voltaOnThisStaff): add
11691         property.
11692
11693 2002-09-28  Werner Lemberg  <wl@gnu.org>
11694
11695         * scm/tex.scm (header-end): Suppress page numbering.
11696
11697         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11698         Fix quotation for HTML output.
11699
11700 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11701         
11702         * Documentation/user/refman.itely: grammar and phrasing
11703           fixes to "Note Entry" section.  Also adds a few new examples.
11704
11705 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11706
11707         * flower/include/string-data.icc: include string.h
11708
11709 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11710
11711         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11712
11713 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11714
11715         * Documentation/user/GNUmakefile (extra-local-help): Add.
11716
11717         * stepmake/stepmake/www-targets.make (local-help): Add.
11718
11719 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11720
11721         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11722         packages.
11723
11724         * Documentation/topdocs/README.texi (Top): building documentation
11725         (not website.)
11726
11727 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11728
11729         * Documentation/user/refman.itely: 
11730         * Documentation/user/tutorial.itely: 
11731         * Documentation/user/music-glossary.tely: Merge changes.
11732
11733         * Documentation/user/glossary.html.in: 
11734         * Documentation/index.texi: 
11735         * Documentation/header.html.in: Accomodate renaming of glossary.
11736         
11737         * Documentation/user/tutorial.itely: Add some glossary references.
11738         
11739         * Documentation/user/refman.itely: Minor fixes.
11740         
11741         * Documentation/user/lilypond.tely: Add glossary do direntry.
11742
11743         * Documentation/user/music-glossary.tely: Rename (previously:
11744         glossary.tely).  Fix anchor placement.
11745
11746         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11747
11748 2002-09-23  Werner Lemberg  <wl@gnu.org>
11749
11750         * scripts/lilypond-book.py (output_dict): Fix handling of
11751         various environments by avoid extraneous newlines.
11752         Rename `output-all' regexp for html to `output-html'.
11753         Replace `output-all' regexp for texi with `output-texi-quote'
11754         and `output-texi-noquote'.
11755         (compose_full_body): Don't override `linewidth' user option
11756         for `singleline'.
11757         (schedule_lilypond_block): Don't indent text specified with
11758         `intertext' option.
11759         Add new option `noquote'.
11760         (compile_all_files): Use latex instead of tex to compile ly
11761         files directly.
11762
11763         * Documentation/user/lilypond-book.itely: Updated and revised.
11764         Improve layout.
11765
11766         * Documentation/user/glossary.tely,
11767         Documentation/user/introduction.itely,
11768         Documentation/user/tutorial.itely,
11769         Documentation/user/refman.itely,
11770         Documentation/user/appendices.itely: Fix overfull LilyPond
11771         boxes caused by the new lilypond-book code.  Other minor
11772         fixes.
11773
11774         * Documentation/user/macros.itexi (@texiflat): Don't emit
11775         trailing space.
11776
11777         * scm/tex.scm (end-output, header-end): Add preamble and
11778         postamble to make lilypond output directly compilable with
11779         latex.
11780
11781         
11782 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11783
11784         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11785         instructions.
11786
11787 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11788
11789         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11790
11791 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11792
11793         * lily/beam.cc (connect_beams): don't crash if there are quarter
11794         notes in beams.
11795
11796 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11797
11798         * Documentation/user/refman.itely: corrected ancient clef
11799         docu; added docu on ligatures
11800
11801 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11802
11803         * Documentation/user/glossary.tely,
11804         Documentation/user/refman.itely, input/les-nereides.ly,
11805         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11806         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11807         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11808         Stem properties: flag-style -> stroke-style, style -> flag-style.
11809
11810 2002-09-22  Werner Lemberg  <wl@gnu.org>
11811
11812         * scripts/lilypond-book.py: Add option `notime' to suppress
11813         printing of a time signature.  Specify default indentation of 0pt
11814         if single line fragment.  Don't emit redundant `\paper{ }'.
11815
11816         * Documentation/user/lilypond-book.itely: Updated.
11817
11818         * Documentation/user/glossary.tely: Completely reformatting.
11819
11820 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11821
11822         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11823
11824 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11825
11826         * Documentation/user/tutorial.itely: Fix links.
11827         
11828         * Documentation/topdocs/index.tely:
11829         * Documentation/index.texi:
11830         * Documentation/header.html.in: Small website fixes and updates.
11831
11832         * debian/: Debian patch by Anthony Fok.
11833
11834 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11835
11836         * Documentation/footer.html.in: How time flies: It's already 2002!
11837
11838         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11839         more descriptive link names than 'here'.
11840
11841 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11842
11843         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11844
11845 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11846
11847         * lily/part-combine-music-iterator.cc (get_state): cleanup
11848         (get_music_info): cleanup.
11849
11850 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11851
11852         * scm/backend-documentation-lib.scm (interface-doc-string):
11853         crosslinks between interfaces and grobs. Headings for interfaces
11854         in grob explanation.
11855
11856 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11857
11858         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11859         dtd).  Add preliminary dtd.
11860         (re-sub-alist): Robustify.
11861
11862 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11863
11864         * lily/include/event-chord-iterator.hh,
11865         lily/context-specced-music-iterator.cc,
11866         lily/event.cc, lily/event-chord-iterator.cc: add
11867
11868 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11869
11870         * lily/: some (c) header fixes.
11871         
11872         * lily/request-chord.cc: Remove.
11873         
11874         * lily/include/event-chord-iterator.hh:
11875         * lily/include/event.hh:
11876         * lily/event-chord.cc: New file.
11877         
11878         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11879         requested.
11880
11881 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11882
11883         * lily/ : rename Request to Event
11884
11885         * lily/parser.yy (command_element): move clef stuff into Scheme.
11886
11887         * lily/:  rename length_mom () to get_length()
11888
11889         * lily/part-combine-music.cc: removed file and class.
11890
11891         * lily/context-specced-music-iterator.cc (class
11892         Context_specced_music_iterator): new file. Obsoletes the
11893         Context_specced_music type.
11894
11895         * scm/music-types.scm (make-repeated-music): put different kinds
11896         of repeated music into music-type table.
11897
11898         * VERSION: 1.7.1 released.
11899
11900         * scm/to-xml.scm: new file.
11901
11902         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11903         new Input representation: dump music as XML.
11904
11905         * scm/engraver-documentation-lib.scm
11906         (engraver-accepts-music-types?): add links from music to engraver,
11907         from music-type to engraver.
11908
11909         * lily/include/command-request.hh: removed
11910         lily/include/musical-request.hh: removed. Removed all _req classes
11911         except Key_change_req. Changes throughout.
11912
11913 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11914
11915         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11916
11917 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11918
11919         * lily/*.cc: specify accepts for many engravers.
11920
11921         * scm/music-documentation-lib.scm: dump music expressions and
11922         music subtypes.
11923
11924         * scm/documentation-lib.scm: complete revision.
11925         Use GOOPS objects to store document tree explicitly. Cleaned up and
11926         sped up doco generation a lot.
11927
11928 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11929
11930         * input/trip.ly (fugaIILeft): add arpeggio
11931
11932         * lily/translator-group.cc (try_music_on_nongroup_children):
11933         oops. The name symbol is in the cdr of the assoc handle.
11934
11935         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11936         Hyphen_req, Glissando_req, Break_req, Mark_req 
11937
11938 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11939
11940         * lily/musical-request.cc (music-duration-length,
11941         music-duration-compress): new functions.
11942
11943         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11944         throughout. Warning doesn't work yet.
11945
11946         * lily/translator-group.cc (try_music_on_nongroup_children):
11947         new implementation: store candidate acceptors in a hashTable.
11948
11949 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11950
11951         * scm/music-types.scm (music-descriptions): change name to
11952         internal-class-name
11953
11954         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11955
11956 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11957
11958         * lily/beam.cc (connect_beams): don't crash if there are quarter
11959         notes in beams.
11960
11961 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11962
11963         * Documentation/user/refman.itely: corrected ancient clef
11964         docu; added docu on ligatures
11965
11966 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11967
11968         * Documentation/user/glossary.tely,
11969         Documentation/user/refman.itely, input/les-nereides.ly,
11970         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11971         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11972         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11973         Stem properties: flag-style -> stroke-style, style -> flag-style.
11974
11975 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11976
11977         * scm/music-functions.scm (music-separator?): don't use name music
11978         property.
11979
11980 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11981
11982         * stepmake/stepmake/generic-targets.make (help): Document check
11983         target.
11984
11985         * lily/new-accidental-engraver.cc: Compile fix.
11986
11987 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11988
11989         * scripts/convert-ly.py: Add rule.
11990
11991         * input/test/music-creation.ly:
11992         * input/test/add-staccato.ly:
11993         * input/test/add-text-script.ly: ly-make-music.
11994
11995         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11996         More ly-make-music renamings.
11997
11998         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11999
12000         * lily/music-constructor.cc (make_music): Add debugging info.
12001
12002         * scm/music-functions.scm (make-simultaneous-music,
12003         (make-sequential-music, context-spec-music):
12004         * scm/music-types.scm (music-descriptions): Get lily to run.
12005
12006 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12007
12008         * lily/command-request.cc (transpose_key_alist): new function.
12009
12010         * lily/key-performer.cc (create_audio_elements): cleanup. 
12011
12012 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12013
12014         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
12015
12016         * lily/include/translator.hh (ENTER_DESCRIPTION): add
12017         events-accepted field.
12018
12019         * scm/music-types.scm: new file.
12020
12021         * lily/parser.yy: put music type initialization into scheme,
12022         similar to grob initialization.  Changes throughout.
12023
12024 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12025
12026         * Documentation/user/tutorial.itely: Fix links.
12027         
12028         * Documentation/index.texi: 
12029         * Documentation/header.html.in: 
12030         * Documentation/topdocs/index.tely: Small website fixes and updates.
12031
12032         * debian/: Debian patch by Anthony Fok.
12033
12034 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12035
12036         * Documentation/footer.html.in: How time flies: It's already 2002!
12037
12038         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12039         more descriptive link names than 'here'.
12040
12041         * ROADMAP: Remove test stuff.
12042
12043         * scripts/update-lily.py: Allow auto-building of stable and
12044         development versions.  Bugfixes.
12045
12046 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12047
12048         * VERSION: released 1.7.0
12049
12050         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12051
12052         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12053         positive line widths.
12054
12055 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12056
12057         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12058         go.  Fix comments.
12059
12060         * cygwin: Cygwin updates.
12061
12062 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12063
12064         * Documentation/windows/installing.texi (Top): version for python,
12065         urls for ghostscript (thanks to John Potelle)
12066         
12067         * lily/simultaneous-music-iterator.cc
12068         (Simultaneous_music_iterator): init children_list_ before
12069         triggering GC.
12070
12071         * lily/*-iterator.cc: be even more careful with smobbed copy
12072         constructors. 
12073
12074         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12075         LeftEdge item.
12076
12077 2002-09-15  Werner Lemberg  <wl@gnu.org>
12078
12079         Improving LilyPond's output to make them ordinary TeX boxes with
12080         predictable dimensions.  System boxes are now vertically centered on
12081         the baseline; this offset can be further controlled with
12082         \lilypondscoreshift.
12083
12084         * lily/system.cc (System::post_processing): Pass length of current
12085         system to `start-system' (including any horizontal indentation).
12086
12087         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12088         prettier.
12089         (lily-def): Append `%'.
12090         (start-system): Add parameter `wd'.  Output more TeX code to specify
12091         box dimensions.
12092         (stop-system, stop-last-system): Complement changes in
12093         `start-system'.
12094         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12095         Updated.
12096
12097         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12098         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12099         Write final `\endinput'.
12100
12101         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12102         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12103         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12104         files and macro definitions don't produce spurious spaces and
12105         paragraphs (using \endlinechar).
12106         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12107
12108         * Documentation/user/internals.itely: Improved formatting, fixing
12109         typos.  Added a section `Output details' to describe how the TeX
12110         code looks like.
12111
12112 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12113
12114         * lily/accidental-engraver.cc: Also work with partial measures.
12115
12116 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12117
12118         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12119         spanner.
12120
12121 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12122
12123         * lily/identifier-smob.cc (unpack_identifier): new file.
12124
12125         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12126         pass off scheme expressions as music identifiers.
12127
12128         * scm/lily.scm: reorganisation, cleanups.
12129
12130         * lily/main.cc: small cleanups.
12131
12132 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12133
12134         * lily/ly-module.{cc,hh}: new file.
12135
12136 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12137
12138         * lily/accidental-engraver.cc: Also work with partial measures.
12139
12140 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12141
12142         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12143
12144 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12145
12146         * lily/my-lily-lexer.cc: use SCM module in stead of
12147         Scheme_hash_table. Changes throughout.  
12148
12149 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12150
12151         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12152