]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
*** empty log message ***
[lilypond.git] / ChangeLog
1 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * scm/lily.scm (ly:load): Remove page-breaking.scm.
4
5 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6
7         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
8
9         * lily/include/paper-line.hh: rename to Paper_system.
10
11         * lily/include/paper-book.hh: doc class.
12
13         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
14
15         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
16         (plain-header): add instrument-name.
17         (default-page-make-stencil): bugfixes.
18
19         * lily/parser.yy (book_body): allow \header anywhere in \book{}
20
21         * lily/paper-book.cc: remove copyright & tagline. Remove
22         interactions with Page
23
24         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
25         here, 
26         (default-page-make-stencil): new function
27         (default-page-music-height): new function
28         (page-headfoot): new function
29         (ly:optimal-page-breaks): generate stencils directly from here
30
31         * scm/titling.scm: new file, group titling functions
32
33 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
34
35         * scm/output-gnome.scm: Handle multiple pages.
36
37         * scm/framework-gnome.scm: Do not load output-gnome.
38         (framework-gnome): Invoke output-gnome::header and
39         output-gnome::end-output as faked stencils.  Fixes experimental
40         gnome output.
41
42 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
43
44         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
45         octavation compatibility fixes. Backportme. 
46
47         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
48         pages.
49         (ly:optimal-page-breaks): combine-penalties: no shortcut for
50         negative. Now we handle negative penalties (ie. \pageBreak)
51         correctly.
52
53         * lily/system.cc (get_line): extract page-penalty from the left
54         bound.
55
56         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
57
58 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
59
60         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
61
62 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
63
64         * scm/output-gnome.scm: Update script.  Move development to
65         lilypond_2_3_2 branch for now.
66
67 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
68
69         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
70         negative penalties.
71         cleanups.
72
73         * Documentation/user/changing-defaults.itely (Creating contexts):
74         index entries
75
76         * scm/page-breaking.scm (ly:optimal-page-breaks): new
77         file. Rewrite function. 
78
79         * lily/paper-book.cc (pages): new interface: page-breaking returns
80         list of line-list.
81
82         * lily/page.cc (Page): take lines argument.
83
84         * scm/document-translation.scm (all-engravers-doc): link to user man
85
86         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
87
88         * Documentation/user/notation.itely (Relative octaves): typo.
89
90         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
91
92 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
93
94         * scm/output-gnome.scm: Update build script.
95
96 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
97
98         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
99         gnome backend.
100
101         * scm/framework-gnome.scm: New file.
102
103         * scm/lily.scm: Use it.
104
105         * lily/paper-outputter.cc: Janitorial cleanups.
106         (ly:outputter-dump-string): Remove unreachable statement.
107
108         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
109         (ice-9): Bugfix: Add srfi-1.
110
111         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
112
113 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
114
115         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
116         in do_quit()
117         
118 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
119
120         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
121
122 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
123
124         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
125         override of Beam::position-callbacks. Why would grace beams not be
126         quantized? Fixes: weird-stem-size-grace. 
127
128         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
129         warning only once. Backportme.
130
131         * lily/accidental-engraver.cc (number_accidentals_from_sig):
132         bugfix, 2nd try. Backportme.
133
134         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
135
136 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
137
138         * Documentation/user/notation.itely (Instrument transpositions):
139         Correct the name of the instrumentTransposition property.
140
141 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
142
143         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
144
145 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
146
147         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
148         and postLilyPondExample are called when defined.
149
150 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
151
152         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
153         This fixes setting notenames with `\include "nederlands.ly" '
154
155         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
156         new function.
157
158 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
159
160         * scm/page-layout.scm: don't do piece, it should be in score-title
161         only.
162
163         * lily/lexer.ll: lex \score separately.
164
165         * lily/paper-book.cc: junk stencil2line.
166
167         * lily/paper-line.cc (Paper_line): construct from Stencil
168         directly. No futzing with the dimensions.
169
170         * lily/include/paper-line.hh (class Paper_line): 
171
172         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
173         takes arbitrary number of arguments.
174
175         * input/test/markup-score.ly (tuning): simplify example. 
176
177 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
178
179         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
180
181         * scm/define-markup-commands.scm (score): define score-markup
182
183         * lily/parser.yy (markup): use score-markup.
184
185         * lily/score.cc: add ly:score? 
186
187 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
188
189         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
190         fret-parse-string so it prepares for calls to fret-diagram-verbose
191         Changed display constants to props so they are available for
192         \override.
193         
194 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
195
196         * VERSION: release 2.3.3
197
198         * stepmake/stepmake/generic-vars.make: unset LANG.
199
200         * input/regression/tuplet-nest.ly: bugfix.
201
202         * lily/tie-performer.cc (stop_translation_timestep): reset
203         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
204
205         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
206         clear repeat_ directly after setting stem_tremolo_. Fixes:
207         tremolo-repeat.ly
208
209         * input/regression/span-bar-break.ly: new file.
210
211         * scm/define-grobs.scm (all-grob-descriptions): remove
212         break-visibility from SpanBar. Fixes: piano-repeat.ly
213
214 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
215
216         * python/lilylib.py (make_ps_images): only compute bbox when needed.
217
218         * scripts/lilypond-book.py (process_snippets): use lily -f ps
219         files for generating pngs. (failed experiment)
220
221         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
222         file with PFA fonts included.
223
224         * lily/score.cc (default_rendering): put header in too.
225
226         * lily/paper-line.cc (LY_DEFINE): change function to
227         ly:paper-line-extent
228
229         * scm/page-layout.scm (default-book-title): only add lines for
230         non-nil fields.
231         (default-score-title): idem.
232
233         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
234
235         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
236
237         * lily/include/paper-book.hh (class Paper_book): remove height_
238         member.
239
240         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
241
242         * lily/ly-module.cc (LY_DEFINE): bugfix.
243
244         * lily/paper-book.cc (book_title): separate function for the book
245         title.
246
247         * scm/page-layout.scm (default-book-title): only account for
248         markup fields.
249
250         * scm/framework-ps.scm: new file. Move high level interface from
251         output-ps.scm
252
253         * scm/music-functions.scm (def-grace-function): move macros from
254         ly/music-functions-init.ly
255
256         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
257         framework-tex.scm
258
259         * scm/framework-tex.scm (dump-line): new file. High level
260         interface for output (pages, systems, header). 
261
262         * lily/include/page.hh (class Page): add is_last_ field.
263
264         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
265
266         * lily/paper-book.cc (split_string): new function
267         (output): output multiple formats, i.e. --format=ps,tex
268
269         * scm/output-ps.scm (output-scopes): dump variables directly.
270         (define-fonts): rewrite for new interface
271
272         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
273
274         * lily/paper-outputter.cc (Paper_outputter): take format argument.
275
276         * lily/main.cc (parse_argv): don't set extension for output.
277
278         * lily/clef-engraver.cc (create_clef): remove
279         Staff_symbol_referencer::set_position() call. 
280
281 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
282
283         * ly/music-functions-init.ly (addlyrics): set the 'origin property
284         with the location argument in music function definitions.
285
286 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
287
288         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
289         staffsymbol dependency.
290
291         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
292         cleanups.
293
294         * lily/book.cc (process): return Paper_book
295         (to_stencil): use Book::process().
296
297         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
298         header_ field. Store in $globalheader
299
300         * lily/parser.yy (book_body): book header is initted to
301         $globalheader.
302         
303
304 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
305
306         * input/test/fill-a4.ly: removed.
307
308         * lily/parser.yy (output_def): push scope of parent_ Output_def
309         too.
310
311 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
312
313         * scm/output-gnome.scm: Update info.
314
315 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
316
317         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
318
319         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
320         than 1 module.
321
322         * lily/include/ly-module.hh (ly_use_module): rename is_module to
323         ly_c_module_p.
324
325         * scm/page-layout.scm (default-book-title): move Scheme titling
326         functions to here.
327
328         * lily/parser.yy (book_paper_block): remove scope too.
329
330         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
331
332         * lily/rest.cc: add direction to rest properties.
333
334         * lily/include/output-def.hh: new file, move from
335         music-output-def.hh
336
337 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
338
339         * scm/output-gnome.scm: Describe feta-cork hack.
340
341 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
342
343         * lily/include/book-paper-def.hh: derive from Output_def 
344
345         * lily/include/paper-def.hh: move all functionality out of class.
346         Junk header.
347
348         * lily/include/music-output-def.hh: rename Music_output_def to
349         Output_def.
350
351         * input/wilhelmus.ly: only set space for Paper formatting. 
352
353         * lily/include/midi-def.hh: remove file, remove class.
354         Move functions to Music-output-def.
355
356         * lily/music-output-def.cc (Music_output_def): remove separate
357         translator table. Lookup translators in scope directly. This
358         obviates Context suffix for context identifiers, i.e.
359
360         \context {
361           \Staff
362           .. 
363           }
364
365
366         will work.
367         
368
369         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
370
371         * Documentation/user/changing-defaults.itely (Horizontal spacing):
372         document spacing override hack.
373
374 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
375
376         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
377         installation info.  Support point-and-click.  Add +/- zoom
378         keybindings.
379
380 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
381
382         * VERSION: 2.3.2 released
383         
384         * lily/parser.yy (book_body): set default bookpaper.
385
386         * scm/output-tex.scm (header): kludge: hard code linewidth. 
387
388         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
389
390 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
391
392         * lily/score.cc (default_rendering): scale outputdef before
393         starting.
394
395 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
396
397         * scm/fret-diagrams.scm: Add header.
398
399         * scm/output-gnome.scm: Hello world :-)
400
401 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
402
403         * scripts/lilypond.py (run_dvips): only add papersize if present.
404
405         * lily/accidental-engraver.cc (update_local_key_signature): new
406         function, fold code from initialize() and process_music().
407         (update_local_key_signature): use deep copy. This fixes one
408         problem from custom-key-signatures.ly.
409         (number_accidentals_from_sig): tighter check for
410         accidental-too-old.
411
412         * ly/engraver-init.ly: remove localKeySignature
413         definition from ChoirStaff, StaffGroup, Score.
414         
415         * lily/percent-repeat-engraver.cc (try_music): add moments for
416         barlines too. Fixes: skipbars-percent-repeat.ly.
417
418 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
419
420         * lily/context-def.cc (filter_performers): don't go to cdrloc if
421         skipping last pair. Fixes: crash-bar-number.
422
423         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
424         D. Sorensen)
425
426         * input/test/fret-diagram.ly: new file.
427
428         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
429         (scale-paper): divide by scale.
430
431 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
432
433         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
434         case.
435
436 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
437
438         * scm/stencil.scm (fontify-text): reinstate function
439
440         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
441
442         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
443
444         * lily/parser.yy (book_paper_head): \bookpaper {} 
445
446         * python/midi.c: remove config.h
447
448 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
449
450         * scm/output-gnome.scm: Update.
451
452 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
453
454         * scm/output-gnome.scm: New file.
455
456         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
457
458 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
459
460         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
461         (find_scaled_font): move from Paper_def
462
463 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
464
465         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
466         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
467
468         * po/fr.po: update po.
469
470         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
471
472         * lily/book-paper-def.cc (print_smob): new file.
473
474 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
475
476         * buildscripts/lilypond-words.py: search words also from
477         music-functions-init.ly.
478
479 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
480
481         * ly/music-functions-init.ly (def-music-function): new helper
482         macro for defining music functions. \addlyrics \appoggiatura
483         \acciaccatura \grace \partcombine \autochange \applycontext
484         \applyoutput and \breathe are now defined here thanks to it.
485
486         * lily/parser.yy: 
487         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
488         \grace \partcombine \autochange \applycontext \applyoutput and
489         \breathe keywords removed from the parser.
490
491         * lily/parser.yy: 
492         * lily/music-function.cc (ly_make_music_function): 
493         * lily/lexer.ll (music_function_type): added a case for 0-arg
494         music functions.
495
496 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
497
498         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
499         refering to a music expression can be used in lily-inside-scheme:
500         #{ $music #}
501
502         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
503         and ly:parser-define, and change ly:parser-parse-string in order
504         to make #{ $music #} work.
505
506         * scm/new-markup.scm (compile-markup-expression): when an argument
507         is a string, use `make-simple-markup'.
508
509 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
510
511         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
512
513 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
514
515         * scripts/convert-ly.py (FatalConversionError.func): handle + in
516         font-size. (backportme)
517
518 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
519
520         * lily/paper-outputter.cc (output_stencil): dump font definitions
521         before each stencil.
522
523         * lily/include/paper-book.hh (struct Score_lines): new
524         struct. Collect info per Paper-score.
525
526         * lily/include/page.hh (class Page): to_stencil() returns Stencil
527         everywhere.
528
529         * lily/stencil.cc (find_expression_fonts): new function
530
531         * lily/paper-outputter.cc (output_stencil): use
532         interpret_stencil_expr
533
534         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
535         (interpret_stencil_expr): new function. Generic stencil
536         interpretation.
537
538         * lily/paper-def.cc (find_scaled_font): divide lookup
539         magnification by outpuscale for non-virtual fontmetrics. This
540         fixes ludicrously long font definitions for text
541         fonts. (backportme)
542
543         * lily/score-engraver.cc: remove
544         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
545
546 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
547
548         * input/test/markup-score.ly: Remove \notes.
549
550         * lily/parser.yy (book_body): Grok Composite_music and \header.
551         (markup): Push NOTES mode before score_block.
552
553         * VERSION: release 2.3.1
554         
555         * mf/feta-klef.mf: 
556         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
557
558         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
559
560         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
561
562 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
563
564         * scm/output-tex.scm (output-tex-string): tighten safe security.
565
566         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
567
568         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
569         allowed ly functions.
570
571         * lily/ly-module.cc (ly_module_define): only define variable if
572         bound.
573         (ly_make_anonymous_module): take safe option.
574
575 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
576
577         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
578
579 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
580
581         * input/regression/newaddlyrics.ly: Fix.
582
583         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
584         \score \notes.
585
586 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
587
588         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
589
590 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
591
592         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
593
594         * lily/paper-line.cc (Paper_line): don't store list of stencils,
595         but convert to single Stencil immediately.
596
597         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
598
599 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
600
601         * scm/output-sodipodi.scm: Resurrect sodipodi output.
602
603 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
604
605         * elisp/lilypond-mode.el: Changed the way defaults are created for
606         LilyPond-command-master.  LilyPond-mode will now check the
607         timestamps of the files to see which command has to run next.
608
609 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
610
611         * scm/bass-figure.scm (format-bass-figure): don't set
612         number-markup for strings. This fixes string in bass
613         figure. (backportme)
614
615         * lily/parser.yy (bass_number): insert number-markup into figure
616         definition.
617
618         * scm/define-music-properties.scm (all-music-properties): make
619         'figure a markup.
620
621         * scripts/convert-ly.py (conv): \apply -> \applymusic
622
623 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
624
625         * elisp/lilypond-mode.el: changed the order of some commands
626         ("Midi" after "2Midi"), use the user-defined
627         LilyPond-command-default as default instead of "LilyPond"
628
629         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
630         to set the master file for the next command.
631
632         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
633         with font-lock-reference-face.
634
635 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
636
637         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
638
639         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
640
641 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
642
643         * ly/music-functions-init.ly (TODO): new file.
644
645         * lily/parser.yy (Generic_prefix_music_scm): add more
646         music_function symbols.
647         (Prefix_composite_music): change \apply to music-function   
648
649         * lily/include/music-function.hh: rename to music-function
650
651 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
652
653         * lily/music-head.cc (LY_DEFINE): change order of args.
654
655         * input/regression/music-head.ly (texidoc): new file.
656
657         * lily/parser.yy (Generic_prefix_music): allow generic
658         music-transformation functions. 
659
660         * lily/include/music-head.hh (is_music_head): new file.
661
662         * lily/music-head.cc (get_music_head_transform): new file.
663
664 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
665
666         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
667         empty extent. This fixes ottava brackets on rests. (backportme)
668
669         * make/lilypond.redhat.spec.in (Group): ln png files for info.
670
671         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
672
673         * cygwin/lily-wins.py: update for the lily-wins.py script.
674
675 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
676
677         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
678         code. This will obviate typeset_grob () in the future.  The effect
679         of this is that improperly written spanner handling will result in
680         invalid spanner bounds.
681         (announce_grob): add to elems_ from here
682         (typeset_grob): comment out.  
683
684         * lily/include/engraver.hh (make_spanner): new calling interface
685         for make_{item,spanner}. This obviates most calls to
686         announce_grob().
687                 
688         * scm/music-functions.scm (set-accidental-style): use GrandStaff
689         iso. PianoStaff for piano styles.
690
691 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
692
693         * Documentation/user/music-glossary.tely: add segno after d.s.
694
695 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
696
697         * lily/include/audio-column.hh: remove unused variables.
698         (patch by Michael Welsh Duggan)
699
700         * flower/include/axes.hh (other_axis): inline Axes function
701         (thanks to David Brandon).
702
703 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
704
705         * cygwin/mknetrel: Install image links (backportme).
706
707         * Documentation/user/GNUmakefile (local-install-info): Activate
708         actual installing of image links (backportme).
709
710 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
711
712         * Documentation/user/notation.itely (Measure repeats): Removed
713         unnecessary (and confusing) \context Voice{.
714
715 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
716
717         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
718
719         * lily/page.cc (Page): Do not use ly_scheme_function for
720         volatile/configurable variables (FIXME: better name).
721
722         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
723         get_scmvar).
724
725 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
726
727         * scripts/convert-ly.py (FatalConversionError.subst): use
728         \transposition.
729
730 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
731
732         * lily/include/page.hh (class Page): Declare left_margin ().
733
734         * lily/page.cc: Remove paper var caching.
735
736 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
737
738         * Documentation/user/music-glossary.tely: Add name to @top node.
739         Remove comment from @table definitions (workaround for makinfo
740         bug).
741
742         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
743         ly:stencil-get-expr).  Update callers.
744         (ly:stencil-align-to!):  Return stencil too.
745
746         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
747         stencil.  Remove looped line-based page output.
748         (output_line): Use line stencil.  Remove looped stencil-based line
749         output.
750
751         * lily/page.cc (ly:page-paper-lines): New function.
752
753         * input/test/markup-score.ly: New file.
754
755         * scm/define-markup-commands.scm (stencil): New markup.
756
757         * lily/book.cc (to_stencil): New method.
758
759         * lily/parser.yy (markup): Use it to grok \score.
760
761 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
762
763         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
764
765         * lily/paper-book.cc (pages): Change signature.  Update callers.
766
767         * lily/include/page.hh:
768         * lily/page.cc: New file.
769
770         * lily/paper-line.cc (to_stencil): New method.
771         
772         * lily/paper-outputter.cc (output_stencil): New method.
773
774         * lily/paper-outputter.cc (output_line): Use them.
775
776         * lily/warn.cc: Remove.
777
778         * lily/my-lily-parser.cc (distill_inname): Remove.
779
780         * flower/include/file-name.hh: 
781         * flower/file-name.cc: New file.  Update users.
782
783         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
784         (find): New method of same name.
785
786         * lily/my-lily-parser.cc (ly:parse-file): Use it.
787
788         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
789         constant error message.
790
791 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
792
793         * input/test/{blank-notes.ly,staff-container.ly}: typos.
794
795 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
796
797         * Documentation/user/music-glossary.tely: @table @strong' replaced
798         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
799         (backportme).
800
801 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
802
803         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
804
805         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
806         #{ lily music expression #} that returns an equivalent scheme
807         music expression by parsing the string.
808
809 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
810
811         * lily/my-lily-parser.cc:
812         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
813         SCM string (foo.ly/toto.scm support).
814
815 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
816
817         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
818
819 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
820
821         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
822
823         * scripts/lilypond-book.py: LY code that includes \header is
824         not assumed to be a fragment.
825
826 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
827
828         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
829         tremolo beams up.
830
831         * lily/stem.cc (chord_start_y): Return 0 if no heads.
832         (get_default_stem_end_position): No tremolo head juggling if no
833         heads.  Fixes tremolo crash on rests (backportme).
834
835         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
836
837 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
838
839         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
840         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
841
842         * lily/lexer.ll: Allow \encoding in NOTES mode.
843
844         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
845         for lyrics, not for commands.
846
847         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
848         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
849
850         * input/regression/newaddlyrics.ly: New file.
851
852         * Documentation/topdocs/NEWS.texi: Update.
853
854         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
855         (Music_list): Allow embedded scm.
856
857         * lily/score.cc (ly:score-bookify): New function.
858
859         * lily/music.cc (ly:music-scorify): Idem.
860
861         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
862         (ly:parser-print-score): Idem.
863
864         * scm/lily.scm (default-toplevel-book-handler): Idem.
865         (default-toplevel-music-handler): Idem.
866         (default-toplevel-score-handler): Idem.
867
868         * ly/declarations-init.ly: Set default toplevel handlers.
869
870         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
871
872         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
873         printer for score at toplevel.
874
875 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
876
877         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
878         Fix for simple case: input/simple-song.ly, more complex stuff
879         does not work yet.
880
881 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
882
883         * lily/parser.yy (Prefix_composite_music): split Composite_music
884         in Prefix_composite_music and Grouped_music_list.
885         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
886
887 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
888
889         * scm/lily.scm (toplevel-expression): New define.
890
891         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
892
893         * lily/parser.yy (toplevel_expression): Use it.
894
895         * lily/include/my-lily-parser.hh: Smobbify.
896
897         * lily/my-lily-parser.cc (parse_string): New method.
898         
899         * lily/my-lily-parser.cc (ly:parse-string): New function.
900
901         * Documentation/user/lilypond.tely: Add comment and workaround for
902         gs-8.01 crash.  Fixes make web.
903
904         Simplification of toplevel music.
905         
906         * lily/lexer.ll, lily/parser.yy:
907
908         * In LYRICS mode, return LYRICS_STRING.  This fixes one
909         shift/reduce problem.
910
911         * Use NOTES mode at start of maininput.
912
913         * Grok toplevel composite music expression, put in score and book.
914
915         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
916
917         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
918
919         * input/simple.ly: New file.
920         
921         * input/simple-song.ly: Idem.
922
923 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
924
925         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
926         Sandberg.
927
928 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
929
930         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
931
932 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
933
934         * input/regression/accidental-octave.ly: doc automatic showing
935         of note names.
936
937 2004-04-16  Heikki Junes <janneke@gnu.org>
938
939         * po/fi.po: do "make po && make -C po po-update" at top-level,
940         then "cp po/out/fi.po po/fi.po" and update fields.
941
942         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
943
944 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
945
946         * Documentation/user/introduction.itely (About this manual): Fix
947         templates and regression urls (backportme).
948
949 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
950
951         * ly/engraver-init.ly (Score:graceSettings): Increase
952         beamed-lengths, especially for 32nd notes.
953
954         * Documentation/user/notation.itely (Grace notes): Correct the
955         syntax for add-grace-property example.
956
957 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
958
959         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
960         `Generated' tag.
961
962         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
963         Severely broken (the Debian package, at least).
964
965 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
966
967         * lily/context.cc (find_create_context): assign to lvalue.
968
969 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
970
971         * lily/include/translator.hh (class Translator): rename
972         get_parent_context() to context () to avoid confusion.
973
974         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
975
976         * lily/lexer.ll: change is_string -> ly_c_string_p 
977
978         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
979
980         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
981
982         * VERSION: release 2.3.0
983
984         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
985
986         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
987         if nonempty.
988
989         * lily/include/context.hh (class Context): make members protected.
990         (children_contexts): new accessor function.
991
992         * lily/include/translator.hh (class Translator): make
993         daddy_context_ protected.
994         (class Translator): clean up. 
995
996         * lily/include/context.hh (class Context): make daddy_context_
997         private.
998
999         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1000         higher for finding Voice. (backportme)  
1001
1002         * lily/include/context.hh (class Context): remove
1003         find_context_below() as a method.
1004
1005         * Documentation/user/notation.itely (The Lyrics context): add note
1006         about manual durations
1007
1008         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1009         encoding.
1010
1011         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1012
1013 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1014
1015         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1016         \usepackage{inputenc}
1017
1018         * lily/paper-book.cc (classic_output): don't advance Offset for
1019         TeX output.
1020
1021         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1022         ec-sauter.map in rules
1023
1024         * mf/ecb.mf (font_identifier): new file, based on ecbx
1025
1026         * mf/ecb10.mf (gensize): new file.
1027
1028         * Documentation/topdocs/NEWS.texi (Top): document some more new
1029         features.
1030
1031         * ly/declarations-init.ly: run convert-ly
1032
1033         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1034         from input-file-results. Remove input-file-results.* 
1035
1036 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1037
1038         * scm/output-ps.scm (font-command): Fix, again.
1039
1040         * input/test/title-markup.ly: Add \noPagebreak test.
1041
1042         * lily/score-engraver.cc (try_music): Bugfix.
1043
1044 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1045
1046         * lily/main.cc (main_with_guile): excise dependency options -M and
1047         --dep-prefix
1048
1049         * lily/input-file-results.cc: excise Makefile dependency code
1050
1051         * Documentation/user/invoking.itexi (Invoking the lilypond
1052         binary): remove dep doco
1053         
1054         * lily/main.cc (main_with_guile): call lilypond-main
1055         
1056         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1057
1058         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1059         exception.
1060
1061         * lily/my-lily-parser.cc: remove paper_description function
1062
1063         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1064         new function.
1065
1066         * lily/main.cc: remove global_score_count.
1067
1068         * lily/book.cc (process): don't take header from global_input_file.
1069
1070         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1071
1072         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1073
1074         * lily/music-output-def.cc (LY_DEFINE): new function
1075         ly_output_description. This function does the bulk for  setting,
1076         parsing and breaking down of an input file.
1077
1078         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1079         anonymous modules globally. Let's hope they get GCd
1080
1081         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1082
1083 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1084
1085         * scm/output-ps.scm (header): Papersize from paper.
1086
1087         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1088         for classic output.
1089
1090         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1091         lilypondclassic is defined.
1092         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1093
1094         * input/regression/between-systems.ly: Remove.
1095
1096         * python/lilylib.py (get_bbox): Fix regular expression
1097         for bounding box.
1098
1099         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1100
1101         * scm/output-tex.scm (stop-page): Use it.
1102
1103         * scm/output-ps.scm (define-fonts): Bugfix.
1104
1105         * lily/grob.cc: Add penalty to interface.
1106
1107         * lily/include/paper-line.hh (class Paper_line): New member
1108         var penalty_.
1109
1110         * lily/system.cc (get_line): Initialise Paper_line with
1111         page-penalty's from original grobs.
1112
1113         * scm/define-music-properties.scm (all-music-properties): Add
1114         page-penalty.
1115
1116         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1117
1118         * lily/score-engraver.cc (try_music): Handle page-penalty.
1119
1120         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1121
1122 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1123
1124         * ly/declarations-init.ly (melismaEnd): typo
1125
1126         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1127
1128         * scm/output-ps.scm (text): split string into spaces, use moveto
1129         for setting space. 
1130         
1131 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1132
1133         * po/nl.po: Update.
1134
1135         * scm/font.scm (add-cmr-fonts): Typo.
1136
1137 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1138
1139         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1140         font-encoding.
1141
1142         * scm/define-grobs.scm (all-grob-descriptions): idem.
1143
1144         * lily/time-signature.cc (numbered_time_signature): idem.
1145
1146         * scm/font.scm (add-cmr-fonts): use real encoding names for
1147         font-encoding.
1148
1149 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1150
1151         * lily/paper-book.cc (classic_output): 
1152         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1153         Fixes classic output.
1154         (lilypondstart):
1155         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1156         kludge.
1157
1158         * scripts/old-lilypond-book.py: Remove.
1159
1160         Page layout for SCOREs enclosed in a BOOK:
1161
1162         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1163         layout tweaking.
1164
1165         * input/les-nereides.ly (theScore): Add \book.
1166         
1167         * input/test/title-markup.ly: Add \book.
1168
1169         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1170         only if 'verbose.
1171
1172         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1173
1174         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1175
1176         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1177         * scm/output-tex.scm (start-system): Update for page layout by
1178         LilyPond.
1179
1180         * scm/output-ps.scm (start-system): Previously (new-start-system).
1181
1182         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1183         passed to define-fonts.
1184
1185         * lily/paper-column.cc: 
1186         * lily/system.cc (get_line):
1187         * ly/property-init.ly (newpage): 
1188         * scm/define-grob-properties.scm:
1189         * scm/output-ps.scm: 
1190         * scm/output-tex.scm: Remove between-system-string kludge.
1191
1192         * scm/output-ps.scm (define-fonts, font-command,
1193         font-load-encoding): Handle ENCODING = #f.
1194
1195         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1196
1197         * scm/define-markup-commands.scm (fill-line): Use
1198         make-simple-markup (WAS: unexisting make-word-markup).
1199
1200         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1201         ENCODING, MARKUP parameters for interpret_string.
1202
1203         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1204
1205         * lily/score.cc (book_rendering): New method.
1206         (default_rendering): Create Paper_book helper locally, dump
1207         output.
1208
1209         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1210
1211         * lily/parser.yy: Handle \book.
1212
1213         * lily/include/book.hh: 
1214         * lily/book.cc: New file.
1215
1216 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1217
1218         * lily/text-item.cc (interpret_string): new file, select font with
1219         encoding.
1220
1221         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1222
1223         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1224
1225         * lily/parser.yy (markup): take encoding from lexer.
1226
1227 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1228
1229         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1230
1231         * scm/output-ps.scm: Remove some cruft.
1232
1233 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1234
1235         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1236
1237         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1238
1239 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1240
1241         * scm/font.scm (add-century-schoolbook-fonts):
1242         (make-century-schoolbook-tree): New function.
1243
1244         * input/test/title-markup.ly: Use Century Schoolbook font.
1245
1246 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1247
1248         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1249         to Erik Sandberg) 
1250
1251         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1252
1253         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1254
1255         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1256
1257         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1258
1259 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1260
1261         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1262         solo-state (at end of solo), we can set the solo status
1263         too. (backportme.)
1264
1265         * input/regression/part-combine-solo-end.ly: new file.
1266
1267 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1268
1269         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1270         flavour abc files.  Really ignore unknown keys (backportme).
1271
1272 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1273
1274         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1275         magnification_ when looking up in orig_.
1276
1277         * scm/output-tex.scm (text): switch off char-mapping.
1278
1279         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1280         because AFM's encoding field cannot have spaces.
1281
1282 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1283
1284         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1285
1286 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1287
1288         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1289
1290         * mf/cmr.enc: new file, without hi-bit ascii info. 
1291
1292         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1293         width. This removes the 'hook' at the end of a long slur.
1294
1295         * buildscripts/mf-to-table.py (parse_logfile): don't append
1296         encoding to fontname.
1297
1298 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1299
1300         * scm/output-ps.scm (define-fonts): Load .enc only once.
1301
1302         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1303         too.
1304
1305 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1306
1307         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1308         encoding field.
1309
1310         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1311
1312         * ly/portuges.ly (pitchnames): new file.
1313
1314         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1315         Michael Welsh Duggan
1316
1317         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1318
1319         * ly/nederlands.ly: add comment about digits.
1320
1321         * lily/scaled-font-metric.cc (derived_mark): idem.
1322
1323         * scm/encoding.scm (make-encoding-mapping): change permutation to
1324         mapping.
1325
1326         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1327         (Modified_font_metric): make alist for coding_description_
1328         (LY_DEFINE): remove coding-name.
1329
1330         * scm/output-tex.scm (text): remove debugging code.
1331
1332         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1333
1334         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1335         from infile.
1336
1337         * mf/feta-generic.mf: move fet_beginfont into generic code.
1338         use fetaMusic (without space) as encoding
1339
1340         * mf/feta-autometric.mf: take encoding argument
1341
1342         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1343
1344         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1345         use.
1346
1347         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1348         name.
1349
1350 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1351
1352         * input/test/title-markup.ly: Set inputencoding.
1353
1354         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1355
1356         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1357
1358         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1359         function.
1360         (coding-alist): Also hold filename, command.
1361         (read-encoding-file): Return symbols.
1362
1363 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1364
1365         * scm/output-tex.scm: remove fontify; text and char take a font
1366         argument.
1367
1368         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1369
1370         * lily/scaled-font-metric.cc (text_dimension): init
1371         coding_{permutation,table}_ too 
1372         (LY_DEFINE): ly:font-encoding, new function return
1373
1374         * lily/paper-def.cc (find_scaled_font): take input coding from
1375         inputcoding paper var.
1376
1377         * lily/performance.cc (output): remap modulo 16.
1378
1379         * lily/text-item.cc (interpret_markup): whoops, variable
1380         shadowing fixed.
1381
1382 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1383
1384         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1385         symbols, not symbols to strings.
1386         
1387         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1388         symbols, not symbols to strings.
1389
1390 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1391
1392         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1393         (ly:kpathsea-gulp-file): New function.
1394
1395         * scm/encoding.scm (read-encoding-file): Use it.
1396
1397 2004-04-06  Werner Lemberg  <wl@gnu.org>
1398
1399         * scm/encoding.scm (coding-alist): Fix typo.
1400
1401 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1402
1403         * lily/scaled-font-metric.cc (text_dimension): move function from
1404         Font_metric
1405         (make_scaled_font_metric): init coding_scheme_ to TeX
1406         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1407
1408         * lily/include/scaled-font-metric.hh (struct
1409         Modified_font_metric): rename from Scaled_font_metric
1410
1411         * scm/encoding.scm (read-encoding-file): split up large function,
1412         leave caching to (delay)
1413
1414         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1415
1416 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1417
1418         * lily/my-lily-lexer.cc (set_encoding): New method.
1419
1420         * lily/lexer.ll: Grok \encoding.
1421
1422         * lily/font-metric.cc (get_encoded_index): New function.
1423
1424         * lily/include/font-metric.hh (coding_scheme): New method.
1425
1426         * scm/encoding.scm: New file.
1427
1428         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1429
1430 2004-04-05  Werner Lemberg  <wl@gnu.org>
1431
1432         * Documentation/user/tutorial.itely: Revised (finished).
1433
1434         * Documentation/user/macros.itexi (@separate): Removed.
1435
1436 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1437
1438         * scm/output-ps.scm (define-fonts): fix scaling.
1439
1440         * lily/scaled-font-metric.cc (design_size): add function.
1441
1442         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1443         partial cut&paste of ly:font-magnification.
1444
1445 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1446
1447         * scm/output-ps.scm (define-fonts):
1448         (fontify): Update.
1449
1450 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1451
1452         * po/fr.po: update. (backportme).
1453
1454         * po/nl.po: update. (backportme). 
1455
1456         * mf/feta-beugel.mf: document why design size is not fixed.
1457
1458         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1459
1460 2004-04-04  Werner Lemberg  <wl@gnu.org>
1461
1462         * Documentation/user/tutorial.itely: Revised (continued).
1463
1464 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1465
1466         * po/nl.po: Update (backportme).
1467
1468 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1469
1470         * po/de.po: update. (backportme).
1471
1472         * scm/output-tex.scm (font-command): use ly: functions to
1473         construct name.
1474         (define-fonts): don't use alist, just dump \font definitions.
1475         (font-load-command): calculate proper scaling by taking
1476         outputscale from paper argument.
1477
1478         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1479         expression.
1480
1481         * lily/paper-outputter.cc (output_header): pass paper arg to
1482         define-fonts
1483
1484         * lily/paper-def.cc (font_descriptions): dump list of
1485         Scaled_font_metrics
1486         (find_scaled_font): take Font_metric argument, store
1487         Scaled_font_metrics in hash-table containing (size ->
1488         Scaled_font_metrics) alist.
1489         (get_dimension): rename from get_realvar
1490
1491         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1492         ly:font-magnification, ly:font-name: new functions
1493
1494 2004-04-03  Werner Lemberg  <wl@gnu.org>
1495
1496         * Documentation/user/dedication.itely,
1497         Documentation/user/preface.itely,
1498         Documentation/user/introduction.itely,
1499         Documentation/user/tutorial.itely: Revised.
1500         Removing leading spaces which distorts output if info files are read
1501         with stand-alone info.
1502         Removing superfluous inter-word spaces which also distorts output
1503         for stand-alone info.
1504         Using ` and ' instead of `` and '' everywhere to improve
1505         legilibility with stand-alone info
1506         Using @samp for single-letter input items and data which contains
1507         spaces, @code for other things.
1508
1509         * lily/grob-interface.cc: Adding copyright.
1510         (check_interfaces_for_property): Improve format of warning message.
1511
1512 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1513
1514         * lily/include/font-metric.hh (struct Font_metric): add
1515         design_size () method.
1516
1517         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1518
1519         * lily/afm.cc (read_afm_file): read design size.
1520
1521         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1522
1523         * scm/music-functions.scm (unfold-repeats): handle dots too.
1524
1525 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1526
1527         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1528         (backportme)
1529
1530 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1531
1532         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1533         lyric indent.  Revert melismaBusyProperties using \unset.
1534
1535 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1536
1537         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1538
1539         * lily/parser.yy (command_element): allow redefinition of |
1540         meaning.
1541
1542         * lily/break-align-engraver.cc (acknowledge_grob): construct
1543         LeftEdge where the first cause for alignment is coming from.
1544         This makes \override Staff.LeftEdge work as expected.
1545
1546         
1547         * lily/slur-performer.cc (Slur_performer): add inits
1548
1549         * lily/beam-performer.cc (Beam_performer): add inits
1550
1551 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1552
1553         * VERSION (PACKAGE_NAME): release 2.2.0
1554
1555         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1556
1557 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1558
1559         * lily/cluster.cc (height): Fix warning.
1560
1561         * lily/parser.yy: Janitorial cleanups.
1562
1563         * Documentation/user/tutorial.itely (Tutorial): Typo.
1564
1565 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1566
1567         * lily/change-iterator.cc (process): search at multiple context
1568         levels. This fixes 
1569
1570         
1571         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1572         not voice-state index for tie state. This fixes a partcombine
1573         problem with ties.
1574
1575         * Documentation/user/tutorial.itely (Commenting input files): add
1576         note about convert-ly.
1577
1578         * input/test/cadenza-skip.ly:  new file.
1579
1580 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1581
1582         * po/nl.po: Spelling fixes.
1583
1584         * autogen.sh (srcdir): Regenerate.
1585
1586         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1587         autogen.sh.
1588
1589         * configure.in: Use C++ to check for C++ header.
1590
1591         * po/nl.po: Update.
1592
1593         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1594
1595         * lily/event.cc (to_relative_octave): Translatable sentence should
1596         be one string.
1597
1598         * python/lilylib.py (warranty): Year range is not translatable.
1599         It's 2004 already!
1600
1601         * flower/warn.cc (non_fatal_error, warning, programming_error):
1602         Remove whitespace from translated string.
1603
1604 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1605
1606         * VERSION: release 2.1.37.
1607
1608 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1609
1610         * configure.in: check for C language.
1611
1612         * lily/source-file.cc: include strstream without h.
1613
1614         * scm/documentation-generate.scm (string-append): use name without
1615         .texi.
1616
1617         * autogen.sh (srcdir): SUSE fix.
1618
1619         * Documentation/user/notation.itely (Ancient clefs): idem.
1620
1621         * Documentation/user/lilypond-book.itely (Integrating HTML and
1622         music): idem.
1623
1624         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1625
1626         * lily/change-iterator.cc (process): use find_existing_context().
1627
1628         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1629
1630         * input/regression/repeat-unfold-tremolo.ly: new file.
1631
1632         * scm/music-functions.scm (unfold-repeats): undo music compression
1633         too.
1634
1635         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1636         (LY_DEFINE): ly:music-compress new function.
1637
1638         * scm/part-combiner.scm (determine-split-list): split for voice
1639         crossings
1640
1641         * input/regression/part-combine-cross.ly: new file.
1642
1643         * scm/part-combiner.scm (make-part-combine-music): don't do
1644         relative inside partcombine arguments.
1645
1646         * scm/music-functions.scm (make-non-relative-music): new function.
1647
1648         * Documentation/user/notation.itely (Automatic part combining):
1649         add note about \relative.
1650
1651         * lily/part-combine-iterator.cc (construct_children): add
1652         start_moment_ member.
1653
1654         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1655         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1656
1657         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1658
1659         * Documentation/user/changing-defaults.itely (Which properties to
1660         change): fixes.
1661
1662 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1663
1664         * po/fr.po: update.
1665
1666 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1667
1668         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1669
1670         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1671         Reinstate old code that issues warning.  Fixes --srcdir build.
1672
1673 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1674
1675         * input/wilhelmus.ly: New file.
1676
1677         * Documentation/user/notation.itely: 
1678         * Documentation/user/introduction.itely:
1679         * Documentation/user/tutorial.itely: Use quote ly-option instead
1680         of explicit @quotation.  This fixes too long lilypond linewidths
1681         resulting in overful hboxes.
1682
1683         * scripts/lilypond-book.py: Add ly-option: `quote'.
1684
1685 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1686
1687         * tex/titledefs.tex: Avoid that the first score line is extra
1688         indented if instrument is defined but not piece.
1689
1690 2004-03-30  Werner Lemberg  <wl@gnu.org>
1691
1692         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1693         `lilypond/' to info file name.
1694         (@usermanref) [info]: New variant.
1695
1696         * scm/documentation-generate.scm: Fix definition of @usermanref
1697         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1698         to info file name.
1699
1700 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1701
1702         * VERSION: release 2.1.36
1703         
1704         * Documentation/user/changing-defaults.itely (Interpretation
1705         contexts): rewrite introduction.
1706
1707 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1708
1709         * scm/define-markup-commands.scm: Use TeX accents instead of
1710         straight iso-8859-1 encoding in the doc string.
1711
1712 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1713
1714         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1715         space after dotted duration.
1716
1717 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1718
1719         * Documentation/user/introduction.itely: 
1720         * Documentation/user/notation.itely:
1721         * Documentation/user/tutorial.itely: Up all relative examples.
1722         Enclose @lilypond displays in @quotation.  Typos and corrections.
1723
1724         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1725
1726 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1727
1728         * scm/music-functions.scm (make-voice-props-revert): Revert also
1729         MultiMeasureRest staff-position in oneVoice.
1730
1731 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1732
1733         * Documentation/user/changing-defaults.itely, 
1734         Documentation/user/lilypond.tely: few fixes. Place no comma between
1735         two options: a and b, but commas between three options: a, b, and c.
1736         By this manner, grouping is possible: a and b, and c and d.
1737
1738 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1739
1740         * Documentation/user/GNUmakefile: add rule for .nexi
1741
1742 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1743
1744         * Documentation/user/music-glossary.tely: move glossary direntry
1745
1746         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1747         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1748
1749 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1750
1751         * stepmake/aclocal.m4: Verify that gettext configure check with
1752         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1753
1754 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1755
1756         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1757         glob.glob for .png filenames. This catches multipage pngs.  
1758
1759         * Documentation/user/changing-defaults.itely (Determining the grob
1760         property): fix references.
1761
1762         * lily/staff-symbol.cc (print): only add extent if non empty.
1763         This fixes staff-container.ly.
1764
1765         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1766         starting with a mmrest also works.
1767
1768         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1769         PNG for texinfo too.
1770
1771         * po/lilypond.pot: update translation strings.
1772
1773         * VERSION: 2.1.35 released
1774         
1775         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1776         context argument too.
1777
1778         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1779
1780         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1781
1782         * python/lilylib.py (command_name): don't return 1st path
1783         component.
1784
1785         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1786         .png case separately.
1787
1788         * python/lilylib.py (system): typo.
1789         
1790 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1791
1792         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1793         run indent-region.
1794
1795         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1796         Fixes compile.
1797
1798         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1799         Add header.
1800
1801 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1802
1803         * vim/lilypond-indent.vim: small fixes.
1804
1805 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1806
1807         * Documentation/user/notation.itely (Entering lyrics): Add example
1808         with correct english double quotes (at least for LaTeX output,
1809         maybe not a good idea if we switch to PS as the default output
1810         format).
1811
1812 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1813
1814         * lily/staff-performer.cc (create_audio_elements): play instrument
1815         changes before notes arrive. This fixes instrument of the first
1816         note in a score.
1817
1818         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1819         to 1.9.0 conversion.
1820
1821         * lily/mark-engraver.cc: doc string.
1822
1823         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1824
1825         * Documentation/user/introduction.itely (Introduction): new node.
1826
1827 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1828
1829         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1830
1831         * input/regression/spacing-ragged-last.ly: new file.
1832
1833         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1834         spacing.
1835
1836         * scm/font.scm: rewrite using GOOPS.
1837         
1838         * lily/context-def.cc (filter_engravers): derefence pointer.
1839
1840         * lily/lily-guile.cc (type_check_assignment): use
1841         ly_scheme_function iso. scm_primitive_eval where possible.
1842
1843         * lily/performance.cc (output): limit channels at 15. This fixes
1844         percussion inadvertently showing up in large scores.
1845
1846 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1847
1848         * input/regression/tuplet-gap.ly: new file.
1849
1850         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1851         (print): compute gap length from number size, include italic
1852         correction.
1853
1854         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1855         tuplet-bracket
1856
1857         * scm/paper.scm (set-default-paper-size): new function, to be
1858         called at toplevel.
1859         (set-paper-size): new function, to be called inside \paper {}
1860         (set-default-paper-size): new function, to be called at toplevel.
1861
1862         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1863
1864         * lily/beam-performer.cc (process_music): idem.
1865
1866         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1867         
1868         * tex/titledefs.tex: remove scshape for piece.
1869
1870         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1871         font-family
1872
1873         * lily/time-signature.cc (special_time_signature): font-encoding
1874         not family.
1875
1876         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1877         dynamic to head. This fixes p placement in morgenlied.
1878
1879 2004-03-23  Werner Lemberg  <wl@gnu.org>
1880
1881         * stepmake/stepmake/generic-targets.make (help): Improve text.
1882
1883 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1884
1885         * VERSION: 2.1.34 released
1886         
1887         * lily/main.cc (main_with_guile): switch debugging.
1888
1889         * lily/system.cc (get_line): plug leak.
1890
1891         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1892         and contents.
1893         (stencil2line): plug leak.
1894
1895         * Documentation/user/changing-defaults.itely (Determining a grob
1896         property):  new node.
1897         (Layout interfaces): new node.
1898         (Navigating the program reference): new node.
1899
1900         * lily/accidental-engraver.cc (acknowledge_grob): add property
1901         harmonicAccidentals
1902
1903         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1904         general cleanups.
1905         
1906         * input/les-nereides.ly (middleDynamics): resurrect Les
1907         nereides. Remove pedal hack.
1908
1909 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1910
1911         * input/regression/property-grace-polyphony.ly: new file.
1912
1913         * lily/translator-property.cc (execute_pushpop_property): only pop
1914         one instance of the property. This fixes << \\ >> together with
1915         \grace.
1916
1917         * lily/break-align-interface.cc (ordered_elements): we cannot
1918         modify the #'elements property, so return reordered array.
1919
1920 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1921
1922         * buildscripts/lilypond.words.py: remove.
1923         * buildscripts/lilypond-words.py: add new, renamed file. 
1924         Give generated targets and dirs explicitly in arguments.
1925
1926         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1927         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1928         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1929         
1930         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1931
1932         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1933
1934         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1935         orders.
1936
1937         * vim/GNUmakefile: add local-uninstall target.
1938
1939         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1940         
1941         * vim/vimrc: add a one-liner file.
1942
1943         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1944         vimrc in EXTRA_DIST_FILES.
1945
1946         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1947
1948 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1949
1950         * config.make.in: add vimdir.
1951
1952         * vim/GNUmakefile: add local-install.
1953
1954 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1955
1956         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1957         with \lilypondifundefined{blabla}. Solves problem with multiple
1958         titles in the same lilypond-book document.
1959
1960 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1961
1962         * scm/document-backend.scm (interface-doc): sort grob list for
1963         interface.
1964
1965         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1966         pre/post break align-order.
1967
1968         * spelling patch courtesy Edward Sutton.
1969
1970         * Documentation/user/changing-defaults.itely (Changing context
1971         default settings): new node.
1972         (Defining new  contexts): new node.
1973
1974         * scripts/lilypond-book.py (is_derived_class): use numbers
1975         iso. booleans.
1976
1977         * python/lilylib.py (make_ps_images): add margin to PS images.
1978
1979         * scripts/lilypond-book.py (is_derived_class): new function. Take
1980         class arg iso. object.
1981         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1982         for bug in GS/dvips.
1983
1984         * lily/text-item.cc (interpret_markup): idem.
1985
1986         * scm/define-markup-commands.scm: remove split around-space hack.
1987
1988         * lily/staff-symbol-referencer.cc (get_rounded_position): new
1989         function, fold WL's fixes into one function.
1990
1991 2004-03-22  Werner Lemberg  <wl@gnu.org>
1992
1993         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
1994         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
1995         (Note_column::head_position_interval): Do proper rounding for
1996         calls to Staff_symbol_referencer::get_position.
1997
1998 2004-03-21  Werner Lemberg  <wl@gnu.org>
1999
2000         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2001         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2002         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2003         (My_lily_parser::parse_file): Improve formatting progress indication
2004         sent to stdout.
2005
2006 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2007
2008         * VERSION: 2.1.33 released.
2009
2010         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2011
2012         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2013
2014         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2015         warning is issued about dummy.dep.
2016
2017         * scm/new-font.scm: fix design sizes of nummer
2018
2019 2004-03-21  Werner Lemberg  <wl@gnu.org>
2020
2021         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2022         some annoying warnings from mkdir during `make install'.
2023
2024 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2025
2026         * lily/performer-group-performer.cc (do_announces): call
2027         Performer_group_performer::create_audio_elements () too.
2028
2029         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2030
2031         * scm/define-grobs.scm (all-grob-descriptions): add property
2032         break-align-orders
2033
2034         * lily/global-context.cc (get_default_interpreter): new
2035         function. Override from base class, so no new Score contexts are
2036         created.
2037
2038         * lily/include/stencil.hh (class Stencil): document origin field.
2039
2040         * lily/staff-symbol.cc (print): span staff-symbol on column
2041         extents for non-broken columns. 
2042
2043         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2044         key-signature.
2045
2046         * tex/titledefs.tex: don't use smallcaps for piece.
2047
2048         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2049         translated stencils in the output.
2050
2051         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2052
2053 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2054
2055         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2056         and init ties_created_
2057
2058         * VERSION: release 2.1.32
2059
2060         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2061         doc string from IMPLEMENT_CTOR_CALLBACK().
2062
2063         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2064         that engraver is in a performer hierarchy.
2065
2066 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2067
2068         * vim/lilypond-ftdetect.vim: new file.
2069
2070 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2071
2072         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2073         (compose_ly): default octave should be middle C.
2074
2075         * Documentation/user/changing-defaults.itely (Layout tunings
2076         within contexts): new node.
2077
2078         * lily/include/smobs.hh: document C++ smob interface.
2079
2080         * lily/function-documentation.cc: don't doc functions without
2081         docstring.
2082
2083 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2084
2085         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2086         direntry, so that `info lilypond' goes to Top.
2087
2088         * scm/output-ps.scm (polygon): Fix: add spaces.
2089
2090         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2091         solutions are now optimal too.
2092
2093         * input/test/page-breaks.ly: New file.
2094
2095         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2096         functions into safe module.
2097
2098         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2099         end, prepend zeros.
2100
2101         * scm/output-*.scm: Use ly:number->string rather than
2102         number->string.  Makes for saner output.
2103
2104         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2105         Fixes feta-nummer, feta-din scaling.
2106
2107 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2108
2109         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2110
2111         * scm/music-functions.scm (descend-to-context): new
2112         function. Similar to context-spec-music.
2113         (make-time-signature-set): specify Score as descend-only. This
2114         fixes the polymetric.ly example.
2115
2116         * lily/context-specced-music-iterator.cc (construct_children): add
2117         support for descend-only context spec.
2118
2119         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2120         determine ez-notation letter. 
2121
2122         * lily/system.cc (get_line): start with dumping layer 3. This
2123         fixes ez notation.
2124
2125 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2126
2127         * input/test/title-markup.ly: Stress breaking harder.
2128
2129         * scm/page-layout.scm (height-score): Overfull page scores twice
2130         as bad as underfull (was: by a power).
2131         (walk-lines): Omit first walk-path round (breaking after new node,
2132         without lines).
2133
2134         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2135         diff values are negative.
2136         (output): Bugfix: treat negative vfill differently.
2137
2138         * Documentation/user/lilypond.tely (direntry): Add note about why
2139         `info lilypond' brings up `Invoking LilyPond' node.
2140
2141 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2142
2143         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2144
2145         * lily/paper-book.cc: Remove cruft.
2146         (output): Bugfix: put vfill between lines.
2147         (pages): Bugfix: set page vars needed for filling.
2148
2149         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2150         (was: @ar).
2151
2152         * scm/page-layout.scm: Further development.
2153
2154         * ly/declarations-init.ly (paper): Define page-breaking.
2155
2156 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2157
2158         * lily/note-head.cc (brew_ez_stencil): add note-names
2159         property. Provides internationalization for note names.
2160
2161         * Documentation/user/changing-defaults.itely (Creating contexts):
2162         new node.
2163
2164         * lily/grace-iterator.cc (process): descend to child for \grace.
2165
2166         * lily/timing-translator.cc (initialize): Timing_translator adds
2167         Timing alias by itself.
2168
2169         * lily/context.cc (add_alias): new function.
2170
2171         * scm/lily.scm (tex-output-expression): new function, eval within
2172         drawing API. Guards against eval vulnerabilities.
2173
2174         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2175
2176         * scm/output-ps.scm (scm): export lily drawing API.
2177
2178         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2179         throughout.
2180
2181 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2182
2183         * scm/page-layout.scm (optimal-page-breaking): New function.
2184         
2185         * lily/paper-book.cc (pages): Use it.
2186
2187 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2188
2189         * lily/include/paper-line.hh (class Paper_line): Full smob.
2190
2191 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2192
2193         * lily/global-context.cc (run_iterator_on_me): fix grace note
2194         nesting by initting measurePosition.
2195
2196         * lily/timing-translator.cc (initialize): do no init
2197         measurePosition
2198         
2199         * lily/include/music-output-def.hh (class Music_output_def): add
2200         input_origin_ field.
2201
2202         * Documentation/user/changing-defaults.itely (Changing context
2203         properties on the fly): new node.
2204
2205         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2206         function. Only have smobbed_copy (), and do not provide
2207         smobbed_copy() for non-simple smobs. Changes throughout.
2208
2209 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2210
2211         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2212         start_moment_. Fix by Doug A. Linhardt.
2213
2214 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2215
2216         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2217         accidentals for harmonic notes.
2218
2219         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2220         of different style. (Thanks to Doug Linhardt).
2221
2222         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2223         new node.
2224
2225 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2226
2227         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2228
2229         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2230         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2231         vim/lilypond-indent.vim: doc targets and deps in comments.
2232
2233 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2234
2235         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2236
2237         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2238
2239         * lily/include/paper-line.hh:
2240         * lily/include/paper-line.cc: New file.
2241
2242 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2243
2244         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2245
2246         * GNUmakefile.in: remove stray make out=www
2247
2248         * input/test/bagpipe.ly (gcdg): octave fixes.
2249
2250         * scm/define-markup-commands.scm (number): use font-encoding
2251         iso. font-family
2252
2253         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2254         font-encoding.
2255         
2256 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2257
2258         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2259         `output_format_global' and `PAGE_LAYOUT'.
2260
2261 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2262
2263         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2264         lily functions in safe mode.
2265
2266         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2267         Print filename for HTML, LATEX, before texidoc.
2268
2269         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2270         instructions in output-ps module.
2271
2272         * scm/lily.scm: Do not load output-ps module.
2273
2274         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2275         safe mode.
2276
2277 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2278
2279         * lily/span-dynamic-performer.cc (process_music): remove spurious
2280         warning.
2281
2282         * lily/context-def.cc (Context_def): init name to ""
2283
2284         * lily/font-interface.cc: add font-encoding property.
2285
2286         * scm/lily.scm (chain-assoc-get): bugfix.
2287
2288         * lily/paper-book.cc (stencil2line): protect static SCM.
2289
2290         * lily/font-interface.cc (text_font_alist_chain): rename function,
2291         and use text-font-defaults. 
2292
2293         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2294
2295         * scm/paper.scm (paper-set-staff-size): use new function.
2296
2297         * scm/new-font.scm (make-font-tree): new function.
2298
2299 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2300
2301         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2302
2303         * scm/lily.scm (get-output-module): New function.
2304         (output-alist): Remove ,ps-output-expression.
2305
2306         * scm/output-tex.scm (ps-output-expression): New function.
2307
2308         * scm/output-ps.scm (ps-output-expression): Remove.
2309         (header, start-page): Output page metadata.
2310
2311         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2312         initialise output_module_.  Do not write part of header.
2313         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2314         (output_header): Output full header.
2315
2316         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2317         FIXME.
2318
2319 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2320
2321         * scm/new-font.scm: new file. Tree based font lookup.
2322
2323         * scm/lily.scm (assoc-get): take default argument. Remove
2324         assoc-get-default.
2325         (chain-assoc-get): use chain-assoc-get everywhere.
2326
2327         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2328         autobeamsettings conversion bug.
2329
2330         * lily/include/global-context.hh (Context): clean-up data hiding.
2331
2332         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2333         data hiding.
2334
2335         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2336
2337         * input/regression/stem-shorten.ly: add chord case.
2338
2339         * lily/stem.cc (get_default_stem_end_position): shorten stems
2340         triggered by note-head positions, not by forced-direction. This
2341         fixes a bug with too short stems.  
2342  
2343 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2344
2345         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2346         Lilypond_snippet.output_latex): Always call output_print_filename.
2347
2348         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2349         expand pages.
2350
2351 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2352
2353         * scm/part-combiner.scm (make-autochange-music): switch rests
2354         before switched notes too.
2355
2356         * lily/figured-bass-engraver.cc (process_music): change calling
2357         convention.
2358
2359         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2360
2361         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2362         command.
2363
2364         * lily/include/stencil.hh (class Stencil): add origin field.
2365
2366         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2367         function.
2368
2369         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2370
2371         * lily/lexer.ll: remove support for \$ and $ in identifiers
2372
2373         * lily/sequential-iterator.cc: remove copy_grace_fixups
2374         (get_grace_fixup): slight abstraction of fixup code.
2375
2376         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2377
2378 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2379
2380         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2381         in insert-mode. add indenting rules.
2382
2383 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2384
2385         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2386         protect hack.
2387
2388         * scm/page-layout.scm:
2389         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2390         layout and titling should now match external latex based version.
2391
2392         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2393         header fields.
2394
2395         * ps/lilyponddefs.ps: Remove automatic page layout.
2396
2397         * scm/output-ps.scm (new-start-system): New interface function.
2398
2399         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2400
2401         * lily/paper-book.cc (output): Bugfix.
2402
2403 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2404
2405         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2406         
2407 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2408
2409         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2410         direntries.
2411
2412         * ps/lilyponddefs.ps: Bugfix.
2413
2414         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2415
2416 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2417
2418         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2419         cause. This should fix warnings.
2420
2421         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2422
2423         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2424         prevent aligned 6ths.
2425
2426         * lily/custos.cc (print): remove adjust-if-on-staffline.
2427
2428 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2429
2430         * lily/paper-book.cc: Do header and footer.
2431
2432 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2433
2434         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2435
2436         * scm/paper.scm (lineheight): Remove
2437         (head-sep, foot-sep): Add.
2438
2439 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2440
2441         * mf/feta-schrift.mf: reduce portato thickness.
2442
2443         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2444
2445         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2446         programming_error ().
2447
2448         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2449         bracket to last command column.
2450
2451         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2452         continues on next/prev system.
2453
2454         * input/regression/pedal-end.ly: new file.
2455
2456 2004-03-10  Werner Lemberg  <wl@gnu.org>
2457
2458         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2459         Remove pmx2ly stuff.
2460         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2461
2462 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2463
2464         * scm/page-layout.scm: New file.
2465
2466         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2467         settings.
2468         (Lilypond_snippet.is_outdated): Also check for PNG file.
2469         Workaround for interrupted (web) builds.
2470
2471         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2472
2473         * ps/lilyponddefs.ps: Use only very small top-marging.
2474         (init-paper): Also pop page size string.
2475         (start-page, stop-page): New function.
2476
2477         * scm/output-ps.scm (header-end): Remove stray exec commands.
2478
2479 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2480
2481         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2482
2483         * lily/score.cc (default_rendering): clean protection.
2484
2485         * lily/paper-book.cc (mark_smob): implement smob marking.
2486
2487         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2488
2489         * Documentation/user/*.itely: user manual edits. 
2490
2491 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2492
2493         * Documentation/user/converters.itely (Invoking musedata2ly):
2494         remove pmx2ly.
2495
2496         * scripts/pmx2ly: remove script.
2497         
2498 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2499
2500         * lily/score.cc (default_rendering): Protect paper-book members.
2501
2502         * lily/paper-def.cc (smobbed_copy): New method.
2503
2504         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2505         switch runtime.
2506
2507         * lily/include/music-output.hh (process): Change signature to
2508         return SCM.
2509
2510         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2511         method.
2512
2513         * lily/paper-score.cc (process): Return stencils rather than
2514         outputting directly.  Remove paper-book kludge.  Delete grobs.
2515         (output): Remove.
2516
2517         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2518
2519         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2520
2521         * lily/score.cc (default_rendering)
2522         (ly_render_output): Move adding paper-score two levels up.
2523
2524         * lily/system.cc (get_line):
2525         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2526
2527 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2528
2529         * scm/font.scm (paper20-font-vector): add more design sizes for
2530         number.
2531
2532         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2533         feta-nummber{5,7,11,13}.
2534
2535         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2536         for 12pt design size. 
2537
2538 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2539
2540         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2541
2542 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2543
2544         * lily/font-select.cc (properties_to_font_size_family): Fix
2545         warning message.
2546
2547         * Experimental PostScript latin1 encoding:
2548         
2549         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2550
2551         * scm/output-ps.scm: Experimental encoding using reencode-font.
2552         * scm/font.scm: Add latin1 `font-shape'.
2553         
2554         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2555
2556         * ps/lilyponddefs.ps (reencode-font): New function.
2557
2558         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2559
2560         * scm/output-tex.scm (start-page):
2561         (stop-page): New interface function.
2562
2563 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2564
2565         * lily/paper-outputter.cc (output_expr):
2566         (output_header):
2567         (output_line): New method.
2568
2569         * lily/system.cc (get_line):
2570         (get_lines): New method.
2571         (output_scheme):
2572         (output_line): Remove.
2573
2574         * scm/lily.scm (make-title): New function.
2575
2576         * lily/paper-book.cc: 
2577         * lily/include/paper-book.hh: New file.
2578
2579         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2580         ly-modules.hh).
2581
2582         * lily/ly-module.cc (ly_modules_lookup): New function.
2583
2584         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2585
2586         * scm/output-ps.scm (make-title): Remove.
2587         (output-scopes): Junk header-title test.
2588
2589 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2590
2591         * mf/feta-schrift.mf: thicker dot for portato.
2592
2593         * lily/accidental-placement.cc (position_accidentals): bugfix in
2594         offset, this fixes right-padding of AccidentalPlacement.
2595
2596         * lily/[h-z]*.cc: () formatting.
2597
2598         * Documentation/user/tutorial.itely (An orchestral part): more
2599         fixes for the tutorial.
2600
2601         * scm/translation-functions.scm (fraction-tuplet-formatter):
2602         reverse fraction.
2603
2604         * lily/parser.yy (context_def_spec_block): use \context instead of
2605         \translator.
2606
2607         * lily/[a-g].cc: () style cleanup.
2608
2609         * Documentation/user/tutorial.itely (Automatic and manual beams):
2610         editing of tutorial.
2611
2612 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2613
2614         * buildscripts/mf-to-table.py (base): write encoding name.
2615
2616 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2617
2618         * Documentation/user/GNUmakefile (local-install-info): Issue
2619         warning (for packager, ie, if not installing in /usr or /usr/local).
2620
2621         * lily/stencil-scheme.cc: 
2622         * lily/staff-symbol-referencer.cc: 
2623         * lily/script-column.cc: 
2624         * lily/pitch.cc: 
2625         * lily/music.cc: 
2626         * lily/grob-pq-engraver.cc: 
2627         * lily/font-interface.cc: 
2628         * lily/music-output-def.cc: 
2629         * lily/duration.cc: 
2630         * lily/grob-scheme.cc:
2631         * lily/context-scheme.cc: Put scheme name on first line in
2632         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2633         style cleanups.
2634
2635         * stepmake/stepmake/scm-vars.make: 
2636         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2637         Rename and split TAGS_FILES.
2638
2639         * GNUmakefile.in (ALL-TAGS): Remove.
2640         
2641         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2642         deeper TAGS files.  Fixes regexp tags in TOP dir.
2643
2644 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2645
2646         * VERSION: 2.1.29 released.
2647         
2648         * Documentation/user/changing-defaults.itely (Changing defaults):
2649         new file.
2650
2651         * Documentation/user/notation.itely (Notation manual): rename from 
2652         refman.itely
2653
2654         * Documentation/user/notation-appendices.itely (The Feta font):
2655         new file.
2656
2657         * Documentation/user/advanced.itely: add aborted attempt for
2658         advanced topics manual.
2659
2660 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2661
2662         * scm/new-markup.scm: display Markups in sane format. Patch by
2663         Nicolas Sceaux.
2664
2665 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2666
2667         * lily/main.cc: Cleanups.
2668         (setup_localisation): New function.
2669         (sane_putenv): Remove.
2670         (main_with_guile): New name (Was: main_prog).  Remove musings
2671         about possible preparation for GUILE heavy memory usage and
2672         practical uselessness.  Do not set environment variables
2673         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2674         name juggling.
2675         (parse_argv): New function.
2676         (copyright): New function.  It's 2004 already.
2677
2678         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2679         (distill_inname): Move from main.
2680
2681 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2682
2683         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2684
2685         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2686
2687         * Documentation/user/running.itely: new file.
2688
2689         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2690
2691         * lily/score-performer.cc (finish): call Translator::finalize ().
2692
2693 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2694
2695         * lilypond-ftpplugin.vim: renamed to the following file.
2696         * lilypond-ftplugin.vim: new file.
2697
2698         * GNUmakefile.in: update VIM_FILES.
2699
2700 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2701
2702         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2703         props.
2704
2705         * input/test/tie-sparse.ly: remove.
2706
2707         * lily/tie-performer.cc (try_music): copy & paste from
2708         Tie_engraver.
2709
2710         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2711         variable_ref twice.
2712
2713         * lily/key-performer.cc (create_audio_elements): use
2714         alterations-in-key.
2715
2716         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2717
2718 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2719
2720         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2721         handle also quarter tones (not shown as tests). test also flats.
2722
2723         * Documentation/index.html.in: small fixes.
2724
2725 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2726
2727         * input/regression/new-markup-scheme.ly: Typo.
2728
2729         * scm/define-markup-commands.scm (fill-line): New markup.
2730
2731         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2732         (output-paper-def): Fix alignment.
2733         (make-title): Fix height/width scaling.
2734
2735         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2736
2737         * input/test/title-markup.ly: Add remaining titles.  Layout and
2738         font size fixes.  Add simplistic latin1 test.
2739
2740 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2741
2742         * input/test/nested-groups.ly: remove. move content (to next). 
2743         * input/test/staff-bracket.ly: replace content (from prev), this 
2744         has been already in templates.
2745
2746 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2747
2748         * stepmake/autogen.sh: Only issue warning about running configure
2749         without arguments when autogen.sh will actually be running
2750         configure.
2751
2752 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2753
2754         * scm/new-markup.scm (stack-stencil-line): robustness.
2755
2756         * scm/define-markup-commands.scm (simple): robustification of
2757         simple-markup.
2758
2759         * Documentation/user/music-glossary.tely (Top): change central C
2760         to middle C.
2761
2762         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2763
2764 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2765
2766         * input/test/title-markup.ly (spaceTest): Add.
2767
2768         * lily/text-item.cc (interpret_markup): Make line markup from
2769         multi word markup.
2770
2771         * scm/define-markup-commands.scm (word): New markup command.
2772         (simple): Use it.
2773
2774         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2775
2776 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2777
2778         * vim/ftplugin/lilypond.vim:
2779         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2780         show matching paren in insert mode.
2781
2782 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2783
2784         * scm/output-ps.scm (make-title, output-scopes): Further
2785         development.
2786
2787         * input/test/title-markup.ly: New file.
2788
2789         * ps/lilyponddefs.ps: Disable PostScript titling.
2790
2791         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2792
2793 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2794
2795         * lily/arpeggio.cc (width_callback): remove padding.
2796  
2797         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2798
2799         * scm/define-music-types.scm: remove make-music-by-name.
2800
2801         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2802
2803 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2804
2805         * lily/paper-score.cc (process): Output titles using make-title.
2806
2807         * scm/output-ps.scm (output-stencil): Display directly instead of
2808         constructing string.
2809         (make-title): New function.
2810
2811 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2812
2813         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2814         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2815         Move documentation of LaTeX packages for latin1 characters to the
2816         lilypond-book manual.
2817
2818 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2819
2820         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2821
2822         * vimrc: add menu in console and shortcut <F10> for it.
2823
2824         * vim/:
2825         * vim/compiler/:
2826         * vim/syntax/:
2827         * vim/indent/:
2828         * vim/ftplugin/: new directories.
2829         
2830         * vim/filetype.vim: new file.
2831
2832         * lilypond.vim: remove files (see next).
2833         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2834
2835         * vimrc: remove file (see next).
2836         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2837
2838         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2839         add header. apply bindings only locally.
2840
2841         * vim/indent/lilypond.vim: new file.
2842
2843         * vim/ftplugin/lilypond.vim: remove errorformat.
2844         * vim/compiler/lilypond.vim: new file for errorformats.
2845
2846         * Documentation/topdocs/INSTALL.texi: give easier orders.
2847
2848         * ROADMAP: add vim/
2849
2850 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2851
2852         * Documentation/user/introduction.itely (Introduction): Use @image
2853         iso @html <img...>.  Add workaround for images in columns in info.
2854
2855         * stepmake/aclocal.m4: Store computed version in variable.
2856
2857         * configure.in: Export MAKEINFO_VERSION.
2858
2859         * config.make.in (MAKEINFO_VERSION): Add.
2860
2861         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2862
2863         * Documentation/user/GNUmakefile: Only build info with images when
2864         building web.
2865
2866         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2867
2868         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2869         stuff from documentation-targets.make
2870
2871 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2872
2873         * VERSION: 2.1.28 released
2874         
2875         * scripts/convert-ly.py (conv): 
2876
2877 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2878
2879         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2880         \arpeggioBoth. redefine \arpeggioBracket.
2881
2882         * Documentation/user/refman.itely: document new arpeggio
2883         functions.
2884
2885         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2886
2887         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2888
2889         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2890
2891 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2892
2893         * Documentation/user/introduction.itely (Automated engraving):
2894         rewrite introduction using website text.
2895
2896 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2897
2898         * scm/*.scm: make-music-by-name is replaced by make-music, which
2899         also accept music property settings, eg:
2900           (make-music 'TextScriptEvent 'direction DOWN 'text
2901               (make-simple-markup x))
2902
2903         Patch courtesy Nicolas Sceaux
2904
2905         * lily/beam-quanting.cc: cleanup, separate counts for left and
2906         right beam ends.
2907
2908         * lily/side-position-interface.cc (quantised_position): also
2909         quantize staccato position for forced stem directions. 
2910
2911 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2912
2913         * scm/*.scm: Patch by Nicolas Sceaux: 
2914
2915         * scm/music-functions.scm: ly:grob-property and ly:music-property
2916         are made procedure with setters.
2917
2918         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2919         
2920 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2921
2922         * input/test/[t-v]*.ly: finish rewriting texidocs.
2923
2924         * input/test/vaticana.ly: remove.
2925         * input/test/ligature-vaticana.ly: new, renamed file name.
2926
2927         * input/test/stem-centered.ly: remove.
2928         * input/test/mensural-note-heads.ly: new file. take content from
2929         removed file stem-centered.ly.
2930
2931         * input/test/scales-greek.ly: simplify.
2932
2933         * input/test/s*.ly: reformulate texidocs.
2934         
2935         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2936         of missing features.
2937
2938 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2939
2940         * input/test/[j-o]*.ly: update texidocs.
2941
2942 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2943
2944         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2945
2946         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2947         images.
2948
2949         * Documentation/user/lilypond.tely (@direntry): Update.
2950
2951         * stepmake/stepmake/documentation-targets.make
2952         (install-info,uninstall-info): Install into $(package_infodir).
2953         Install images.  Run install-info to update dir.
2954
2955         * config.make.in (package_infodir): Add.
2956
2957         * Documentation/user/GNUmakefile (info-with-images,
2958         local-install-info, local-uninstall-info): New target.
2959
2960 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2961
2962         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2963         gap/threshold.
2964
2965         * lily/beam-quanting.cc (score_slopes_dy): remove
2966         ROUND_TO_ZERO_SLOPE kludge.
2967
2968         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2969
2970         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2971
2972         * lily/global-context.cc (Global_context): alway accept Score
2973         (run_iterator_on_me): cast Context to Score_context, not
2974         Context_def.
2975
2976         * Documentation/user/refman.itely: documentation patch by Edward
2977         Sanford Sutton.
2978
2979         * mf/GNUmakefile: unset sauter-fonts.
2980
2981 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2982
2983         * scripts/lilypond-book.py (output_texinfo): Output @image
2984         descriptions for info too.
2985
2986         * input/test/chord-names-jazz.ly: 
2987         * input/test/embedded-scm.ly: Clarify.
2988
2989         * input/test/cautionaries.ly: Typo.
2990
2991         * lily/input-smob.cc (ly_input_location): Compile fix.
2992
2993 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2994
2995         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
2996
2997         * ly/engraver-init.ly: move \grobdescriptions to Global. This
2998         fixes problems with system defaults being reverted with \override
2999         on Score level.
3000
3001         * lily/global-context.cc (Global_context): apply property-ops to
3002         Global_context too. 
3003
3004 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3005
3006         * scm/output-ps.scm (stencil->string): Rewrite.
3007
3008 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3009
3010         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3011         impersonal style.
3012
3013 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3014
3015         * lily/input-smob.cc (ly_input_location: New function.
3016
3017         * scm/define-markup-commands.scm (upright): New markup command.
3018
3019         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3020
3021         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3022
3023         * scm/output-ps.scm (output-stencil): New function.
3024
3025         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3026         of snippet types; fixes @ignore and @verbatim blocks.
3027
3028 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3029
3030         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3031         to a file in printed documentation, instead, refer either to a 
3032         syntax or to an output.
3033
3034 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3035
3036         * input/regression/beam-center-slope.ly: Add test.
3037
3038 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3039
3040         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3041         (SAUTER_FONTS): Reinstate.
3042
3043         * scm/define-markup-commands.scm (caps): New markup command.
3044
3045         * scm/output-ps.scm (output-scopes): Experimental markup output.
3046
3047         * scm/: Add missing headers.
3048
3049         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3050
3051         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3052
3053 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3054
3055         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3056         Stray style cleanups.
3057
3058 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3059
3060         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3061         no dot combination.
3062
3063         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3064         substitute \override Staff.autoBeamSettings too
3065
3066         * Documentation/user/tutorial.itely: proofreading fixes by David
3067         Bobroff
3068
3069 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3070
3071         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3072
3073         * ps/music-drawing-routines.ps: 
3074         * ps/lilyponddefs.ps: Add end markers.
3075
3076 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3077
3078         * VERSION: 2.1.27 released.
3079         
3080         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3081
3082         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3083         obey documentation.
3084
3085 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3086
3087         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3088
3089         * scm/output-ps.scm: Resurrect.
3090         
3091         * scm/output-tex.scm: Minimal cleanups.
3092
3093         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3094
3095         * make/ly-rules.make: Remove any broken lily-*.tex files before
3096         lilypond-book run.
3097
3098         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3099         comment.
3100
3101         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3102         Enabled by default, may save 10% compile time.
3103
3104 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3105
3106         * lily/lyric-phrasing-engraver.cc: remove
3107         
3108         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3109         longer necessary. 
3110
3111         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3112         so lyric-phrasing-engraver is no longer necessary.
3113
3114         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3115         Grob_pq_engraver from Staff.
3116
3117         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3118         busyGrobs directly.
3119
3120         * input/regression/quote-transposition.ly: new file.
3121
3122         * lily/recording-group-engraver.cc (stop_translation_timestep):
3123         store instrumentTuning too. 
3124
3125         * lily/quote-iterator.cc (process): transpose events using
3126         instrumentTuning.
3127
3128         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3129         -> \tuning <pitch>
3130
3131         * lily/parser.yy (command_req): add \tuning command for setting
3132         instrument tuning of staff.
3133
3134         * Documentation/user/GNUmakefile
3135         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3136
3137         * Documentation/user/refman.itely (Customized accidental rules):
3138         typo.
3139
3140 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3141
3142         * Documentation/user/music-glossary.tely: remove the missing norwegian
3143         translation; they can be put in later properly.
3144
3145 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3146
3147         * lily/recording-group-engraver.cc (start_translation_timestep):
3148         init Recording_group_engraver twice.
3149
3150 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3151
3152         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3153         stray style cleanups:
3154
3155         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3156         -Wmissing-prototypes.
3157
3158         * flower/include/killing-cons.tcc (Killing_cons): Add template
3159         specifier for car_.
3160
3161         * flower/include/parray.hh (binsearchs): Add template specifier
3162         for maxkey.
3163
3164         * flower/include/interval.hh: Declare elem () with template specfier.
3165
3166 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3167
3168         * elisp/lilypond-indent.el (get-buffer-size): add customization
3169         groups for several variables (Reuben Thomas).
3170
3171 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3172
3173         * Documentation/user/invoking.itexi (Point and click): add index
3174         entry.
3175
3176         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3177         go under beam.
3178
3179         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3180         sarabande beam. 
3181
3182         * flower/warn.cc (programming_error): cross fingers not thumbs.
3183
3184         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3185         staff-position is set.
3186
3187         * VERSION: release 2.1.26 
3188         
3189         * scm/chord-entry.scm (construct-chord): process transposition
3190         after processing explicit-11.  
3191
3192 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3193
3194         * lily/parser.yy (add_quote): add syntax for adding quotes:
3195         \addquote "id-string" Music
3196
3197         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3198
3199         * scripts/convert-ly.py (conv): add rules for name changes.
3200
3201         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3202         music/context/grob property functions. Internally, use
3203         get_property() and set_property() for both.
3204
3205 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3206
3207         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3208         for Emacs <= 20 (Laurent Martelli).
3209
3210 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3211
3212         * lily/parser.yy (command_element): extract quoted vector in
3213         parser.
3214
3215         * input/regression/quote.ly: new file.
3216
3217         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3218
3219         * lily/parser.yy (command_element): \quote DURATION NAME: support
3220         cue notes. 
3221
3222         * lily/quote-iterator.cc (class Quote_iterator): new file.
3223
3224 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3225
3226         * lily/auto-beam-engraver.cc (try_music): accept and process
3227         beam-forbid-event.
3228
3229         * input/regression/auto-beam-no-beam.ly: new file.
3230
3231 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3232
3233         * lily/accidental.cc (print): Change font-relative-size ->
3234         font-size. Fixes cautionary-style = smaller.
3235
3236 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3237
3238         * lily/system-start-delimiter.cc (staff_brace): remove
3239         font-relative-size
3240
3241         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3242         forgotten with scm_list_n. Fixes spurious coredumps.
3243
3244         * lily/accidental-engraver.cc (stop_translation_timestep): move
3245         update of localKeySignature to stop_translation_timestep (). This
3246         makes sure that all ties are noticed at the right moment.
3247         (stop_translation_timestep): clear tie only when right-side
3248         notehead was seen.
3249         (number_accidentals_from_sig): cleanup. 
3250
3251         * input/regression/accidental-tie.ly (mus): new file
3252
3253         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3254         these longish tests.
3255
3256 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3257
3258         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3259
3260         * THANKS: update bugreporter list.
3261
3262         * lily/beam.cc (print): broken beams last until end of staff.
3263         (print): broken beams start from prefatory matter.
3264
3265         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3266
3267         * lily/paper-score.cc (process): dump header only once.
3268
3269         * lily/paper-outputter.cc (Paper_outputter): move logic into
3270         Scheme.
3271
3272         * scm/output-tex.scm (output-scopes): new function.
3273         (output-paper-def): new function
3274         (tex-string-def): new function
3275         (symbol->tex-key): new function
3276
3277         * scripts/convert-ly.py (conv): add rule for | ~
3278
3279 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3280
3281         * input/regression/{many}.ly: refresh, trying to guess how
3282         it was designed.
3283
3284 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3285
3286         * VERSION: release 2.1.25
3287
3288         * scm/define-translator-properties.scm
3289         (all-user-translation-properties): add printOctaveNames
3290
3291         * ly/engraver-init.ly: remove Note_event_swallower from
3292         NoteNamesContext.
3293
3294         * lily/note-name-engraver.cc (process_music): new property
3295         printOctaveNames
3296
3297         * lily/context.cc (find_existing_context): remove support for
3298         Current.
3299
3300         * scm/music-functions.scm (set-accidental-style): new function;
3301         duplicate accidental macros.
3302
3303         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3304
3305         * lily/note-name-engraver.cc (process_music):
3306         process_acknowledged_grobs () -> process_music ()
3307
3308         * scm/part-combiner.scm (determine-split-list): robustification.
3309
3310 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3311
3312         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3313         lines for falling into beam-gap.
3314         (score_forbidden_quants): check all staff lines for falling in
3315         beam gaps.
3316
3317         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3318         key/clef/time signatures. 
3319
3320         * input/test/ossia.ly: revise example.
3321
3322         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3323         cleanup.
3324         
3325         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3326         comply to Scheme standard.  Remove ly:get-paper-variable
3327
3328 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3329
3330         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3331
3332 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3333
3334         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3335         properties from Voice context. This fixes accidental size for
3336         staff-switches during grace contexts.
3337
3338         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3339         if necessary. Else, simply wipe dots.
3340
3341         * input/test/beam-alternate.ly: new file
3342
3343         * input/test/piano-staff-distance.ly: new file.
3344
3345         * lily/translator-group.cc (recurse_down_translators): use
3346         Direction for bottom-up/top-down.
3347
3348         * lily/include/translator.hh (class Translator): add
3349         process_music() and do_announces(). This obviates
3350         recurse_down_{engravers,performers}.
3351
3352         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3353         \melisma and \melismaEnd
3354
3355         * lily/melisma-engraver.cc (process_music): change to
3356         Melisma_translator, unify with performer. Accept
3357         ManualMelismaEvent.
3358
3359         * ly/engraver-init.ly: add Font_size_engraver.
3360
3361 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3362
3363         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3364         it hara-kiri.
3365
3366         * input/regression/{many}.ly: improve descriptions trying to figure
3367         out what is tested.
3368
3369 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3370
3371         * lily/slur.cc (broken_trend_offset): robustness fix.
3372
3373         * VERSION: release 2.1.24
3374
3375         * lily/context.cc (find_create_context): go to Score if it exists.
3376
3377         * lily/context-scheme.cc: new file.
3378
3379         * lily/score-translator.cc (get_output): new file.
3380
3381         * lily/include/grob-info.hh: origin_contexts() now does not
3382         include the originating engraver
3383
3384         * lily/translator-group.cc (translator_each): clean up contents,
3385         remove superfluous stubs. Engraver_group_engraver and
3386         Performer_group_performer are the only classes using multiple
3387         inheritance.
3388
3389         * lily/include/score-context.hh (class Score_context): interface
3390         between Score_{engraver,performer} and Global_context.
3391
3392         * lily/include/global-context.hh (Context): change from
3393         global-translator. This is the entry point for contexts; it is not
3394         tweakable using \translator{}. Score is no longer the top context,
3395         but sits underneath Global.
3396
3397         * lily/include/context.hh (class Context): brain surgery: split
3398         out Context functionality from Translator_group. Context is now a
3399         separate type from Translator.
3400
3401 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3402
3403         * lily/include/translator.hh (class Translator): make
3404         get_score_context() and get_global_translator (), and use the one
3405         which is appropriate.
3406
3407         * lily/context.cc: partially put functionality of Translator_group
3408         into Context.
3409
3410         * lily/include/context.hh (Translator): new class: put between
3411         Translator and Translator_group. 
3412
3413         * lily/new-accidental-engraver.cc: remove file.
3414
3415 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3416
3417         * input/regression/{many}.ly: improve descriptions: use complete 
3418         sentences, try to describe what is tested, avoid `we´, do not use 
3419         don't, ... 
3420
3421 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3422
3423         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3424         is at EOL.
3425
3426         * Documentation/user/lilypond.tely: declare the topmost node only
3427         once; removes empty line in @contents.
3428
3429         * Documentation/user/music-glossary.tely: really add Finnish author.
3430         Draw more beatiful `->´ arrow in html: &rarr;
3431
3432 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3433
3434         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3435
3436         * scripts/convert-ly.py (conv): add ly:music-list  change.
3437
3438         * lily/grob.cc: edit doc string.
3439
3440         * scm/define-grob-properties.scm (all-user-grob-properties):
3441         proofreading, editing of doc strings.
3442
3443         * input/regression/tablature-string-tunings.ly: new file.
3444
3445         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3446         listen to stringTunings
3447
3448         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3449         for self-alignment-[XY] code.
3450  
3451 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3452
3453         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3454         cond) into function. Cleanup.
3455
3456         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3457         
3458         * VERSION (PACKAGE_NAME): 2.1.23 released
3459
3460 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3461
3462         * Documentation/user/{refman,internals}.itely: small fixes.
3463
3464 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3465
3466         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3467         accidentals for harmonic notes
3468
3469         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3470         for harmonic notes.
3471
3472         * scm/document-backend.scm (interface-doc): prune Grob
3473         documentation: don't duplicate interface information.
3474
3475         * lily/*.cc: lots of updates of doc strings.
3476
3477 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3478
3479         * input/test/ac-extra-voice.ly (accompany): remove file.
3480
3481         * input/test/maximum-rest-count.ly: remove file.
3482
3483         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3484         conversion rule for \translator { }. Apply everywhere.  
3485
3486         * lily/parser.yy (music_property_def): set property for \once in
3487         the PropertyMusic itself, not the ContextSpec.
3488         (property_operation): change syntax within \translator { }
3489
3490         * scm/define-music-properties.scm (all-music-properties): clean up.
3491
3492         * lily/auto-beam-engraver.cc (test_moment): use
3493         updated_grob_properties() to retrieve autoBeam settings.
3494
3495         * lily/spacing-spanner.cc: bound shortest_playing_len by
3496         measure_length
3497
3498         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3499         multi-measure events for spacing computation.
3500
3501         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3502         elliptical, to 1.49.
3503
3504         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3505         vertical positioning for polyphony, without RestCollision object.
3506
3507         * lily/note-column.cc (add_head): prevent rests & note heads on
3508         one stem.
3509
3510         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3511         (do_shift): rewrite only-rests case: use common refpoints: the
3512         routine will have sensible results when other rest-translations
3513         have taken place.
3514
3515         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3516         < 0 case. 
3517
3518         * VERSION: 2.1.22 released
3519         
3520         * input/GNUmakefile (SUBDIRS): remove ascii-art
3521
3522 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3523
3524         * input/: Convert ly files that still had \property.  Fixes make
3525         web.  Remove exta spaces around '='. 
3526
3527         * scripts/convert-ly.py (conv): Redundant space fixes.
3528
3529         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3530
3531 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3532
3533         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3534         create scalable PS and PDFs  for input/{test,template,regression}.
3535
3536         * lily/context.cc (is_alias): move function.
3537         (is_alias): add Bottom as context alias. 
3538         (find_create_translator): add Bottom as a context alias for creation.
3539
3540         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3541
3542         * lily/parser.yy (music_property_def): new syntax for property
3543         assignments:
3544
3545         \set A.B = #C , \unset A.B
3546         \override A.B #C = #D, \revert A.B #C 
3547
3548         * lily/my-lily-lexer.cc: remove \property
3549
3550 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3551
3552         * Documentation/user/refman.itely: add dots after seealso refs.
3553
3554         * input/template/{many}.ly: harmonise descriptions.
3555
3556         * Documentation/user/music-glossary.itely: add Finnish author.
3557
3558 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3559
3560         * VERSION (PACKAGE_NAME): release 2.1.21
3561
3562 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3563
3564         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3565
3566         * scripts/lilypond-book.py (snippet_res): @include filename must
3567         not be empty.
3568
3569 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3570
3571         * scm/documentation-generate.scm (markup-doc-string): dump
3572         markup-commands.tely
3573
3574         * scm/define-markup-commands.scm (override): new file.
3575         Move documentation from refman into doc-strings. 
3576
3577         * input/test/staff-container.ly: fix example.
3578
3579         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3580         StaffContainer
3581
3582         * lily/grob.cc: remove point_dimension_callback
3583         (Grob): read forced dimensions from X-extent and Y-extent.
3584         (get_paper): remove preset_extent.
3585
3586         * scm/define-grobs.scm (all-grob-descriptions): remove
3587         point_dimension_callback. 
3588
3589         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3590         textscript to head. This makes no-spacing-rods work on
3591         DynamicText.
3592
3593         * lily/chord-name.cc: remove props chord, bass, inversion.
3594
3595         * Documentation/user/appendices.itely: add Scheme functions,
3596         context-properties and layout properties to manual.
3597
3598         * scm/part-combiner.scm (determine-split-list): include rests in a
3599         solo1/2 sequence.
3600
3601         * lily/new-part-combine-iterator.cc (substitute_both): new
3602         function.
3603         (class New_pc_iterator): add separate Voice=solo context, fixes
3604         autobeams going from chords to solo.
3605
3606 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3607
3608         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3609
3610         * Documentation/user/tutorial.itely:
3611         * Documentation/user/refman.itely: Add short note about being part
3612         of lilypond.tely.
3613
3614         * COPYING: Make note more clear with respect to files that are
3615         explicitely licenced otherwise (Documention/user/ comes to mind).
3616         
3617         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3618         comment about barfing of @c,{}.
3619
3620         * Documentation/user/music-glossary.tely: Add list of authors.
3621
3622         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3623         source (was: also in build log).
3624
3625 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3626
3627         * lily/side-position-interface.cc (general_side_position): if
3628         staff-padding is set, then include staff in support too.
3629
3630         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3631         module workbook
3632
3633         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3634
3635         * lily/tuplet-engraver.cc: remove tupletInvisible
3636
3637         * scm/define-translator-properties.scm: cleanup, separate in
3638         internal and user props. 
3639
3640         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3641         LyricsVoice -> Lyrics
3642
3643         * lily/new-part-combine-iterator.cc (process): only print warning
3644         for symbols.
3645
3646 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3647
3648         * scm/part-combiner.scm: Add proper header.
3649
3650         * All but lily/*: The great --2003 --2004 replace; the missing
3651         `bits'.
3652
3653         * TODO: Fix outline mode.  Add book notes.
3654
3655         * ROADMAP: Update.
3656
3657 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3658
3659         * scm/part-combiner.scm (make-autochange-music): use
3660         accumulator. Fixes stack overflow.
3661
3662         * lily/*: rename brew_molecule -> print , molecule-callback ->
3663         print-function
3664
3665         * scm/define-grob-properties.scm: cleanup. Separate into internal
3666         and user properties.
3667
3668         * lily/translator-property.cc (updated_grob_properties): new
3669         function
3670         (execute_pushpop_property): change to new convention:
3671         object property inits are stored as (cons ALIST BASED-ON). This
3672         storage format allows concurrent tweaks in different contexts.
3673
3674 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3675
3676         * TODO: new file.
3677
3678 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3679
3680         * debian/: Late Debian update (sorry Anthony).
3681
3682         * scripts/lilypond-book.py (do_file): Look for input_file in
3683         include path, or ask kpathsea if LATEX.
3684
3685         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3686         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3687         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3688         --header=texidoc.
3689
3690         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3691         relative.
3692
3693         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3694         only when filtering, default to input_base otherwise.  Coding
3695         style fixes.
3696
3697 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3698
3699         * lily/include/translator.hh (class Translator): add virtual
3700         qualifier.
3701
3702 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3703
3704         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3705
3706 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3707
3708         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3709
3710         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3711         (fixes make web).
3712
3713         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3714         live in $(out)-www).
3715
3716         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3717         dependencies.  Add link to .ly source in HTML output.
3718         (Lilypond_snippet.output_html): Handle multiple page picture
3719         output.
3720         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3721         Make usable for output_texinfo again.
3722
3723         * Documentation/user/GNUmakefile: Add static dependency for
3724         lilypond.tely includes.
3725
3726         * Documentation/user/tutorial.itely: Add some lost `relative'
3727         ly-options.
3728
3729 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3730
3731         * lily/include/translator-group.hh: move Music_output_def member
3732         to Global_translator.
3733
3734         * scripts/lilypond-book.py (do_file):  fix latex output.
3735
3736         * VERSION: release 2.1.20
3737         
3738         * scm/part-combiner.scm (determine-split-list): robustness fix 
3739
3740         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3741
3742         * lily/parser.yy (music_output_def_body): plug memory leak.
3743
3744         * lily/translator-group.cc (add_fresh_group_translator): plug
3745         memory leak: unprotect Translator_group once added.   
3746
3747         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3748
3749         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3750         write .dep file.
3751         (Lilypond_snippet.ly): add \renameinput.
3752
3753 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3754
3755         * Documentation/user/refman.itely (Markup command definition): Doc
3756         by Nicolas Sceaux. Rewrite by Han-Wen
3757
3758         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3759         thing of the line.
3760         (brew_molecule): only remove if hyphen is not at the end of line.
3761         (set_spacing_rods): new function: minimum-length specifies
3762         distance between syllables.
3763
3764         * scm/define-grobs.scm (all-grob-descriptions): add
3765         Hyphen_spanner::set_spacing_rods to LyricHyphen
3766
3767         * input/regression/lyric-hyphen-break.ly: new file.
3768
3769         * input/test/lyric-hyphen-retain.ly: new file.
3770
3771         * lily/new-part-combine-iterator.cc (construct_children):
3772         add Rest direction.
3773
3774 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3775
3776         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3777
3778         * Documentation/bibliography/engraving.bib (donemus1982):
3779         update entry.
3780
3781 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3782
3783         * scripts/lilypond-book.py (Substring.__init__): new class.
3784         (Snippet.output_texinfo): add texidoc option.
3785         (Include_snippet.replacement_text): new class.
3786         (Lilypond_snippet.__init__): new class
3787         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3788
3789         * Documentation/user/refman.itely (Sound): 
3790         note about number of channels.
3791
3792         * scm/music-functions.scm (voicify-music): add \context Staff for
3793         << \\ >> polyphony.
3794
3795         * lily/parser.yy (verbose_command_req): \skip now creates
3796         SkipMusic, and does not lead to spurious staves.
3797
3798         * scm/define-music-types.scm (music-descriptions): rename
3799         NonEventSkip to SkipMusic
3800
3801         * input/no-notation/midi-lyric-barcheck.ly: new file.
3802
3803         * input/regression/collision-dots-invert.ly: new file.
3804
3805         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3806         case.
3807
3808         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3809         die if melody died too.
3810
3811 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3812
3813         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3814         with reading from stdin.
3815
3816         * lily/slur-performer.cc (try_music): new file.
3817
3818         * lily/melisma-performer.cc (try_music): new file. Handle
3819         melismata to help lyrics.
3820
3821         * lily/beam-performer.cc (try_music): new file. Handle beam events
3822         to help lyrics.
3823
3824         * lily/score-performer.cc (one_time_step): reinstate
3825         process_music().
3826
3827         * lily/performer.cc (process_music): add to interface.
3828
3829         * lily/performer-group-performer.cc (process_music): new function.
3830
3831         * lily/dot-column.cc (do_shifts): do collision resolution before
3832         dot positioning.
3833         
3834         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3835         file, process printfilename option.
3836         (Snippet.__init__): rewrite: do not use global variables h or
3837         index.
3838         (main): really support -I option.
3839         (find_toplevel_snippets): new code.
3840         (find_toplevel_snippets): reinstate old version, without global
3841         variables.
3842
3843         * tex/texinfo.tex: really add file.
3844         
3845 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3846
3847         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3848         compatibility.
3849
3850 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3851
3852         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3853
3854         * scm/define-translator-properties.scm (drumPitchTable): add
3855         property.
3856
3857         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3858         function.
3859         (help_summary): docstrings.
3860         (do_file): strip the dir of input_base too.
3861
3862 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3863
3864         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3865
3866         * Documentation/user/lilypond-book.itely: Update.
3867
3868         * make/ly-rules.make: Update lilypond-book commands.
3869
3870         * Documentation/user/GNUmakefile: Update makeinfo commands,
3871         lilypond-book flags.
3872
3873         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3874         
3875         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3876
3877         * scripts/filter-lilypond-book.py: Remove.
3878
3879         * Documentation/user/*tely: Update options for new lilypond-book.
3880
3881         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3882         with @macros in @includes.
3883
3884 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3885
3886         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3887         make rest-collision only.
3888
3889         * lily/break-substitution.cc (substitute_one_mutable_property):
3890         clear all-elements using scm_assq_remove_x(). 
3891
3892         * lily/rest-collision.cc (do_shift): shift single rests
3893
3894         * flower/include/array.hh (class Array): rename to is_empty ()
3895
3896         * lily/drum-note-performer.cc: new file: perform drum notes.
3897
3898         * VERSION (PACKAGE_NAME): release 2.1.19.
3899         
3900 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3901
3902         * scripts/filter-lilypond-book.py
3903         (classic_lilypond_book_compatibility): New function.
3904
3905 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3906
3907         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3908
3909         * Grand 2003 -> 2004 search replace. 
3910
3911         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3912         (i.e. < > )
3913
3914         * ly/performer-init.ly: add DrumStaff
3915
3916         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3917         lyric-interface; this prevents lines with only extender lines from
3918         being junked.
3919  
3920         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3921
3922         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3923         extenders right, for once and for all (hopefully).
3924         
3925         * lily/break-substitution.cc (substitute_one_mutable_property):
3926         clear old 'all-elements for System grobs.
3927
3928         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3929         that associatedVoiceContext is always assigned when music & lyrics
3930         are found. 
3931
3932         * ly/engraver-init.ly: remove Lyrics context.
3933         (TabVoice): add noteheads engraver
3934
3935         * input/test/improv.ly: update: do not use Thread switching. 
3936
3937         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3938         squashedPosition is a number  
3939
3940         * Documentation/user/refman.itely (Automatic note splitting):
3941         remove Thread references.
3942
3943         * input/no-notation/pc-direction.ly: remove file.
3944
3945         * ly/engraver-init.ly: remove Thread
3946
3947         * input/regression/tie-chord-partial.ly: remove file.
3948
3949         * scripts/convert-ly.py (conv): \harmonic rule
3950
3951         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3952         notation for harmonic notes: <c' g''\harmonic>
3953
3954         * lily/lily-guile.cc (alist_to_hashq): new function
3955
3956         * scm/lily.scm (alist->hash-table): new function.
3957
3958         * Documentation/user/refman.itely (Percussion staves): update doco.
3959
3960         * input/regression/drums.ly (timb): updates
3961
3962         * lily/note-performer.cc (create_audio_elements): robustness fix.
3963
3964         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3965
3966 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3967
3968         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3969         discard valid matches.
3970
3971 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3972
3973         * lily/drum-note-engraver.cc: new file.
3974
3975         * ly/drumpitch-init.ly: move drum definitions
3976
3977         * scm/drums.scm: remove file.
3978
3979         * lily/*.cc: remove abort-event everywhere.
3980
3981         * lily/note-heads-engraver.cc (process_music): robustification.
3982
3983         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3984         robustification.
3985
3986         * lily/parser.yy (simple_element): add \drums mode.
3987         (simple_element): remove \pitchnames , \chordmodifiers. Use
3988         variables to store this. 
3989
3990         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
3991         outside \notes.
3992
3993         * VERSION: release 2.1.18.
3994         
3995         * input/test: remove octave-duplicate.ly
3996
3997 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3998
3999         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4000
4001 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4002
4003         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4004         constructor from Music_iterator. Changes throughout.
4005
4006         * lily/include/music-iterator.hh (class Music_iterator): remove
4007         Music_iterator::skip and Music_iterator::get_pending_events from
4008         interface. Rename report_to -> get_outlet 
4009
4010         * lily/auto-change-iterator.cc: move contents from
4011         new-auto-change-iterator.cc from
4012
4013         * scm/part-combiner.scm: determine split-list from Scheme. 
4014
4015         * lily/new-auto-change-iterator.cc (process): new file.
4016
4017         * lily/parser.yy (part_combined_music): remove old PC cruft.
4018
4019         * ly/engraver-init.ly: remove old
4020         PC cruft.
4021
4022         * Documentation/user/refman.itely (The Lyrics context): note about
4023         extender lines.
4024
4025         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4026         to allow 0-length mmrest events.
4027
4028         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4029
4030         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4031
4032         * lily/spacing-engraver.cc (finalize): robustifications.
4033
4034         * input/regression/new-part-combine-solo-global.ly: new file.
4035
4036         * scm/part-combiner.scm: rewrite.
4037
4038 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4039
4040         * Documentation/user/refman.itely, input/puer-fragment.ly,
4041         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4042         updated for proper use of lyricsto; replaced "(" and ")" ->
4043         "\melisma" and "\melismaEnd"
4044
4045         * input/test/ancient-font.ly: small updates to reduce compile
4046         warnings (TODO: junk this file)
4047
4048         * input/test/gregorian-scripts.ly: added comment about bug
4049
4050         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4051         tiny robustness fix
4052
4053         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4054         recent changes in the feta code); temporarily mapped mensural g
4055         clef to a copy of petrucci g clef until mensural g clef will have
4056         been rewritten
4057
4058         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4059         between mensural and neo-mensural heads (this broke quite a while
4060         ago)
4061
4062         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4063
4064 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4065
4066         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4067         indication.  Fixes for verbatim, multi line comments.
4068
4069 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4070
4071         * input/regression/new-part-combine-solo.ly: more cases.
4072
4073         * lily/slur.cc (height): robustness fix.
4074
4075         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4076
4077         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4078         stemUp/stemDown.
4079
4080         * scm/music-functions.scm (determine-split-list): further analysis.
4081
4082         * lily/script-engraver.cc (try_music): discard duplicate
4083         articulations.
4084
4085         * input/regression/new-part-combine-solo.ly: new file
4086
4087         * input/regression/new-part-combine-a2.ly: new file.
4088
4089         * ly/performer-init.ly: add Devnull
4090
4091         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4092         for \musicglyph #"accidental-*"
4093         (conv): \newpartcombine rule.
4094
4095 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4096
4097         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4098
4099 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4100
4101         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4102         textwidth, --output.
4103
4104 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4105
4106         * scm/new-markup.scm (doubleflat): add accidental markups.
4107
4108         * VERSION: release 2.1.17
4109         
4110         * Documentation/user/refman.itely (Automatic part combining):
4111         revise documentation of the part-combiner.
4112
4113         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4114         
4115         * input/test/part-combine-{moment,staff}.ly: remove file.
4116
4117         * input/regression/pc-mmrest.ly (two): remove file.
4118
4119         * scm/define-music-types.scm (music-descriptions): add
4120         Solo{One,Two}Event and UnisonoEvent
4121
4122         * lily/new-part-combine-iterator.cc (unisono): add state_
4123         variable, signal changes with part-combine-event.
4124
4125         * input/regression/new-part-combine-text.ly: new file.
4126
4127         * lily/part-combine-engraver.cc: new file.
4128
4129 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4130
4131         * scripts/filter-lilypond-book.py: Handle snippet options.
4132
4133 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4134
4135         * scm/music-functions.scm (determine-split-list): detect solo1/2
4136         and unisono.
4137
4138         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4139         revert fix, document why.
4140
4141         * lily/tie-performer.cc (process_music): new function. Set melisma
4142         property.
4143
4144         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4145         always smaller than bracket size.
4146         (make_bracket): oops. Size of the gap was off by factor 2
4147
4148         * input/test/text-rotate.ly: new file.
4149
4150         * scm/new-markup.scm (markup): a macro that provides a
4151         LilyPond-like syntax in scheme for building markups, in order to
4152         help markup command definition. (Nicolas Sceaux)
4153
4154         * input/test/lyrics-skip-notes.ly: new example.
4155
4156         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4157
4158         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4159         use is_alias() iso. == . This fixes lyrics on
4160         GregorianTranscriptions. 
4161
4162 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4163
4164         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4165         \thispagestyle{lastpage} to avoid that it's printed on the second
4166         last page when there's only a single score line on the last page.
4167         (The page breaking mechanism in TeX played some ugly tricks to us.)
4168
4169 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4170
4171         * scripts/filter-lilypond-book.py: Further development.
4172
4173         * input/regression/collision-dots-move.ly: New test.
4174
4175         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4176         hand side note head of non-merged collision to the right.
4177
4178         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4179         Construct children before accessing property from emtpy
4180         lyrics_context_.
4181         (construct_children): Find thread before finding LyricsVoice.
4182         Create LyricsVoice one if none found, fixes crash (thanks Erik
4183         Sandberg).
4184
4185 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4186
4187         * cygwin/: Forward port.
4188
4189 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4190
4191         * buildscripts/install-info-html.sh: Use Bash.
4192
4193         * cygwin/mknetrel: Patch from Bert.
4194
4195 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4196
4197         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4198
4199         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4200         try to copy *png, index.html (Bertalan Fodor).
4201
4202         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4203
4204 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4205
4206         * lily/note-collision.cc (check_meshing_chords): Do not remove
4207         dots (from down head) when merging similar heads (thanks Matthias
4208         Kilian).  Simplify merge_possible tests and other cleanups
4209
4210         * input/regression/collision-merge-differently-dotted.ly: Add test
4211         for disappearing dots on similar heads for both voices.
4212
4213 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4214
4215         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4216         that tagline overrides copyright for single page scores. Correct
4217         the default tagline value.
4218
4219 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4220
4221         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4222
4223 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4224
4225         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4226         TEXMF if it's previously unset.
4227
4228 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4229
4230         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4231
4232         * input/test/trills.ly: fix the unfolding of lineprall.
4233
4234         * input/test/figured-bass-alternative.ly: fix accidental.
4235
4236 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4237
4238         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4239         
4240         * input/no-notation/dos-guile.ly: 
4241         * input/no-notation/dos-ps.ly: 
4242         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4243         
4244         * input/no-notation/safe-include.ly:
4245         * input/no-notation/safe-guile.ly:
4246         * input/no-notation/safe-ps.ly: 
4247         * input/no-notation/safe-tex.ly: New file.
4248
4249         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4250         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4251         options now.
4252         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4253         When in --safe-mode, set environment openout_any=p[aranoid].
4254
4255         * tex/ltest.tex: 
4256         * tex/lilyponddefs.tex: Add \nofiles.
4257
4258         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4259         options.
4260
4261         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4262         This allows building the user manual using a binary installation
4263         and a matching unpacked source tree.
4264
4265         * scm/lily.scm (safe-module): New variable. 
4266
4267         * lily/includable-lexer.cc (new_input): Fix error messages.
4268
4269         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4270         If SAFE, evaluate in safe-module.  Change callers.
4271
4272         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4273
4274         * lily/lexer.ll (embedded_scm): While processing main-input,
4275         invoke ly_parse_scm with safe mode if running in safe-mode.
4276         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4277         in init.ly for safe-mode.
4278
4279 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4280
4281         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4282         compatibility with old versions of geometry.sty (compat2
4283         already implied includehead).
4284         Change the page layout slightly so bottom + footskip = top +
4285         headheight + headsep = 16mm, the remaining paperheight-32mm
4286         are used for the music. Increase footskip to 5mm, so the top of
4287         the footer text doesn't touch the music.
4288
4289 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4290
4291         * VERSION: release 2.1.16
4292         
4293         * scm/music-functions.scm (determine-split-list): bugfix: only use
4294         new-active for both voices if both indexes advance. This fixes the
4295         biggest outstanding problem with new-pc. 
4296
4297         * lily/new-part-combine-iterator.cc (construct_children): set more
4298         directions.
4299
4300 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4301
4302         * scripts/convert-ly.py (conv): add instrument rule.
4303
4304         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4305
4306         * lily/side-position-interface.cc: remove add_staff_support ()
4307         Change all callers to use staff-padding.
4308
4309         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4310         make_spanner().
4311
4312         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4313
4314         * lily/text-engraver.cc: remove scriptHorizontal property.
4315
4316         * lily/beam.cc (least_squares): also set least-squares-dy for
4317         special case of slanted 2-stem beam to center.
4318
4319         * lily/side-position-interface.cc (out_of_staff): move contents of
4320         out_of_staff into aligned_side.
4321         remove out_of_staff().
4322
4323         * input/regression/measure-grouping.ly: fix warning.
4324
4325         * lily/side-position-interface.cc: add staff-padding support to
4326         Side_position_interface::aligned_side.
4327
4328         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4329         one get_property too many.
4330
4331         * flower/include/drul-array.hh (linear_combination): new function
4332         (scale_drul): new function
4333
4334         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4335         operations on empty intervals are silly.
4336
4337 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4338
4339         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4340         (iso gh_scm2int), fixes crash in new part-combiner.
4341
4342         * configure.in: Up mftrace to 1.0.27.
4343
4344 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4345
4346         * VERSION: release 2.1.15
4347         
4348         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4349         align all stanza numbers.
4350
4351 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4352
4353         * Documentation/user/{introduction.itely,refman.itely,
4354         converters.itely}: fix some text inside parentheses; text should
4355         be readable (even) if parentheses are either replaced with commas 
4356         or dropped out.
4357
4358 2004-01-25  Werner Lemberg  <wl@gnu.org>
4359
4360         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4361         input/test/vaticana.ly, input/test/ancient-font.ly,
4362         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4363         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4364         ly/params-as-init.ly, scm/define-grobs.scm,
4365         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4366
4367         * ly/params-as-init.ly: Removed.  Obsolete.
4368         * buildscripts/lilypond.words.py: Updated.
4369
4370 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4371
4372         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4373
4374         * mf/feta-din{4,5,7,9}.mf: remove.
4375         
4376         * lily/engraver.cc (internal_make_item): centralize item/spanner
4377         factory.
4378
4379         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4380         do correct chord conversion for ^"sim."  (backportme)
4381         (FatalConversionError.sub_articulations): substitute ^"foo" in
4382         chords too. (backportme)
4383
4384         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4385         for Fingering.
4386
4387         * lily/side-position-interface.cc (out_of_staff): don't do
4388         anything if staff-padding not defined. 
4389
4390         * mf/feta-params.mf (stafflines): introduce linethickness as
4391         general blackness of the font.
4392
4393         * lily/stem.cc (position_noteheads): rounding error robustness.
4394
4395         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4396         from beam-collision.ly 
4397
4398         * lily/beam.cc (rest_collision_callback): remove direction.
4399
4400         * scm/define-grobs.scm (all-grob-descriptions): remove
4401         enclose-bounds in OttavaBracket and PianoPedalBracket
4402
4403         * scm/new-markup.scm (def-markup-command) new macro, which takes
4404         care of defining the COMMAND-markup and make-COMMAND-markup
4405         procedures, setting markup-signature and keyword-signature object
4406         properties, and pushing the markup command in
4407         markup-function-list.
4408
4409         All markup commands are defined thanks to it.  Users may also use
4410         it to define their own markup commands. (Nicolas Sceaux)
4411
4412         * scm/new-markup.scm: Scheme style clean-up: there should be no
4413         parenthesis alone on a line; LET* should not be used where LET is
4414         enough. (Nicolas Sceaux)
4415
4416 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4417
4418         * scripts/filter-lilypond-book.py: Add script.
4419
4420 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4421
4422         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4423
4424 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4425
4426         * Documentation/user/refman.itely (Fingering instructions): add
4427         single note chords. 
4428
4429         * lily/multi-measure-rest-engraver.cc: use a single
4430         MultiMeasureEvent for mm rests. This prevents problems with the
4431         new part combiner.
4432
4433         * scm/music-functions.scm (determine-split-list): analysis has
4434         global effect: a difference halfway a phrase makes the entire
4435         phrase be typeset as apart.
4436         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4437
4438 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4439
4440         * ly/performer-init.ly: add Devnull.
4441
4442         * Documentation/user/refman.itely (Font selection): remove paper20
4443         ref.
4444         
4445 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4446
4447         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4448
4449 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4450
4451         * scm/music-functions.scm (determine-split-list): bugfixes.
4452
4453         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4454
4455         * input/test/scales-greek.ly: use C as base, results in different
4456         alterations at the clef.
4457
4458         * input/regression/pedal-ped.ly: new file.
4459
4460         * input/regression/pedal-bracket.ly: new file.
4461
4462         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4463         replace after_line_breaking()
4464
4465         * lily/line-interface.cc (line): read thickness.
4466         (line): dash-fraction = 0 always for dotted-line style.
4467
4468         * input/test/staff-lines.ly (lower): bugfix.
4469
4470         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4471         \accepts Devnull into Score.
4472
4473         * scm/lily.scm: remove bla.scm load.
4474
4475 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4476
4477         * VERSION: release 2.1.14
4478         
4479         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4480
4481         * lily/side-position-interface.cc (general_side_position): add
4482         Staff_symbol_referencer::staff_space ().
4483
4484         * lily/include/context-def.hh: rename from translator-def.hh
4485
4486 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4487
4488         * input/template/piano-dynamics.ly (pedal): Updated definition of
4489         Dynamics such that \cresc works, for example.
4490
4491 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4492
4493         * lily/stem.cc (calc_stem_info): use
4494         Staff_symbol_referencer::staff_space
4495
4496         * lily/beam-quanting.cc (quanting): scale Stem_info 
4497
4498         * lily/beam.cc (rest_collision_callback): use minimum-distance
4499         property for rest/beam collisions.
4500         (rest_collision_callback): bugfixes.
4501
4502         * lily/system.cc (post_processing): extra-offset is now relative
4503         to the size of the current staff.
4504
4505         * scm/music-functions.scm (notice-the-events-for-pc): record all
4506         voices, only analyze "one" and "two".
4507
4508         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4509         not parent. 
4510
4511         * lily/new-part-combine-iterator.cc (construct_children): create
4512         Devnull from Voice context
4513
4514         * scm/music-functions.scm (determine-split-list): bugfixes.
4515
4516         * lily/lily-guile.cc (robust_scm2int): new function
4517
4518         * lily/staff-symbol-referencer.cc (line_thickness): new
4519         function. Use throughout.
4520
4521         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4522         in its own context.  Add to preset font-size.
4523
4524         * lily/stem.cc (thickness): new function.
4525
4526         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4527         compute thickness from ledger-line-thickness.
4528
4529         * lily/note-head.cc (brew_ledger_lines): use
4530         Staff_symbol::get_ledger_line_thickness ().
4531
4532         * lily/beam.cc (rest_collision_callback): use
4533         Staff_symbol_referencer::staff_space().
4534
4535         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4536         Mus1 Mus2
4537
4538         * lily/include/translator.hh (class Translator): add accepts_list_
4539         so  \with { \denies / \accepts } also works.
4540
4541         * scm/music-functions.scm (determine-split-list): determine split
4542         list from music events.
4543
4544         * lily/new-part-combine-iterator.cc: more states.
4545
4546         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4547
4548 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4549
4550         * lily/system.cc (set_loose_columns): use the right prebroken cols
4551         for interpolating loose column position.
4552
4553         * lily/text-spanner.cc (brew_molecule): default to no vertical
4554         lines.
4555
4556         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4557         take space.
4558
4559         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4560
4561 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4562
4563         * scripts/convert-ly.py: Do not test filename when processing
4564         stdin.
4565
4566         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4567
4568 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4569
4570         * lily/axis-group-engraver.cc (finalize): extra check; if
4571         process_music () is never called, then staffline_ == 0.
4572
4573         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4574         check run_always ().
4575         
4576         * VERSION: release 2.1.13
4577
4578         * input/regression/note-head-style.ly (pattern): cleanup.
4579
4580         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4581         downloading.
4582
4583         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4584         kludge rehearsalmark placement.
4585
4586         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4587         , ly:spanner?
4588
4589         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4590         close to note head for accidentals.
4591
4592         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4593         tuplet direction.
4594
4595         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4596
4597 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4598
4599         * lily/include/music-iterator.hh (class Music_iterator): add
4600         substitute_outlet() to iterator API.
4601
4602         * lily/new-part-combine-iterator.cc (construct_children):
4603         New_pc_iterator: new class, better part combining.
4604
4605         * lily/tie-column.cc (werner_directions): new function
4606
4607         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4608
4609         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4610         empty objects group spanner as parent
4611
4612         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4613         slope against graphical slope.
4614
4615         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4616         for ottava bracket.
4617
4618         * lily/side-position-interface.cc (general_side_position):
4619         opps. reinstate *dir.
4620
4621         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4622         parser run.
4623
4624         * lily/tuplet-bracket.cc: remove calc_dy ().
4625
4626         * Documentation/user/refman.itely (Balloon help): document balloon
4627         help
4628
4629 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4630
4631         * scm/document-backend.scm (check-dangling-properties): Grob
4632         properties are defined define-grob-properties.scm.
4633         
4634 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4635         
4636         * VERSION: release 2.1.12
4637
4638         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4639         ChordName
4640
4641         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4642         relation to surroundings.
4643
4644         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4645         Y-extent to the note-extents: stay clear of the staff.
4646
4647 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4648
4649         * Documentation/user/GNUmakefile
4650         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4651         iso. copy.
4652
4653         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4654
4655         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4656
4657         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4658
4659         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4660
4661         * lily/line-interface.cc (line): remove thickness from calling interface.
4662
4663         * lily/hairpin.cc: use Line_interface
4664
4665         * lily/line-interface.cc: new file. Line_interface for everything
4666         with dotted/dashed lines.
4667         
4668
4669         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4670
4671         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4672         for constructing ottava brackets.
4673         
4674         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4675         the note heads.
4676
4677         * Documentation/user/internals.itely (Engravers and performers):
4678         fix broken link.
4679
4680         * scm/music-functions.scm (make-mark-set): new function.
4681
4682         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4683         functionally identical to beam.
4684
4685         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4686         () with beam (). 
4687
4688         * Documentation/user/refman.itely (Rehearsal marks): document new
4689         functionality.
4690
4691         * input/regression/rehearsal-mark-number.ly: new file.
4692
4693         * input/regression/rehearsal-mark-letter.ly: new file.
4694
4695         * scm/translation-functions.scm (number->mark-string): new function
4696         (format-mark-letters): new function
4697         (format-mark-numbers): new function
4698
4699         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4700         integer; formatting is done through markFormatter property.
4701         
4702         * scm/define-translator-properties.scm: fold all *-done properties
4703         into positioning-done.
4704
4705         * lily/beam.cc (position_beam): new function
4706         (brew_molecule): make sure that positions are calced before making
4707         the molecule.
4708
4709         * scm/output*.scm (beam):  take 4th argument for function.
4710
4711         * ps/music-drawing-routines.ps: take blot as 4th argument.
4712
4713         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4714         stem to avoid small dents.
4715         
4716 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4717
4718         * VERSION: release 2.1.11
4719
4720         * input/regression/balloon.ly: new file.
4721
4722         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4723         objects, and make help texts. 
4724
4725         * scm/new-markup.scm (parse-simple-duration): parse duration
4726         string to log & dots. (Thanks Nicolas!)
4727
4728         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4729         rule.
4730
4731 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4732
4733         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4734         Lemberg).
4735
4736         * THANKS: alphabetic order.
4737
4738 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4739
4740         * input/regression/note-head-harmonic.ly: new file.
4741
4742         * Documentation/user/internals.itely (Technical manual): explain
4743         difference between music, translation, layout.
4744
4745         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4746
4747         * scm/output-ascii-script.scm (bracket): rounding bfs.
4748
4749         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4750
4751         * ly/paper*.ly: remove files. 
4752         
4753         * scm/paper.scm (set-staff-size): new function: set default
4754         staff-size.
4755
4756         * scripts/convert-ly.py (conv): add conversion rule.
4757
4758         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4759         function.
4760
4761         * scm/paper.scm: new file.
4762         (set-staff-size): new function 
4763         (set-paper-size): new function
4764
4765         * lily/parser.yy (music_output_def_body): restructure definition,
4766         so first Scheme statement in \paper also happens in new scope. 
4767
4768         * lily/system.cc (post_processing): move uniquify_list () to
4769         dumping molecule stage.
4770
4771         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4772         this will mess up scores that use barchecks to shorten measures.
4773
4774         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4775         at 20pt too.
4776
4777         * Documentation/user/tutorial.itely (Printing lyrics): document
4778         \lyricsto
4779
4780         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4781
4782         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4783
4784         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4785         if Voice is not found.
4786
4787         * VERSION: release 2.1.10
4788         
4789         * input/{test,regression}/: remove old-relative 
4790
4791         * lily/lexer.ll: add empty markup signature. 
4792
4793         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4794         strut markup
4795
4796         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4797
4798         * scm/define-translator-properties.scm: update melismata property
4799         doco.
4800
4801         * lily/system.cc (output_lines): revert uniquify_list() patch,
4802         strange side effects seen.
4803         
4804         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4805         dash-period < 0.
4806
4807         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4808         for flute. 
4809
4810 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4811
4812         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4813
4814         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4815
4816         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4817         of line breaks.
4818         (brew_molecule): add padding to left, not right.
4819
4820         * lily/system.cc (uniquify_list): new function
4821         (output_lines): uniquify_list () on all-elements. This fixes
4822         double symbols in the output.
4823
4824         * lily/beam.cc (rest_collision_callback): don't move anything if
4825         staff-position is set.
4826
4827         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4828
4829         * lily/system.cc (typeset_grob): warn if adding twice.
4830
4831         * lily/sequential-iterator.cc (run_always): implement run_always().
4832         (also in other files.)
4833         
4834         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4835
4836         * lily/event.cc (to_relative_octave): add octave-check.
4837
4838         * Documentation/user/refman.itely (Line breaking): add noBreak.
4839
4840         * scm/new-markup.scm (normalsize-markup): add function.
4841         (sans-markup): new function.
4842
4843         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4844         come earlier nowadays.  This fixes beams on grace notes.
4845         
4846         * scm/music-functions.scm (direction-polyphonic-grobs): new
4847         variable, share between override and revert. This fixes script
4848         directions in polyphonic sections. (backportme)
4849
4850 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4851
4852         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4853         breakpoints.
4854
4855         * lily/break-align-interface.cc: add doco
4856
4857         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4858
4859 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4860
4861         * VERSION: release 2.1.9
4862
4863         * scm/document-markup.scm (markup-doc-node): add note about naming.
4864
4865         * scm/new-markup.scm (left-align-markup): bugfix. 
4866
4867         * Documentation/user/refman.itely (Ottava brackets): more doco for
4868         ottava.
4869
4870         * lily/side-position-interface.cc (out_of_staff): also do
4871         out_of_staff() correctly for d == DOWN.
4872
4873         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4874         horizontal line if they move to the right.
4875         
4876         * scm/define-grobs.scm (all-grob-descriptions): set
4877         text-repeat-if-broken for ottava spanner
4878
4879         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4880         property.
4881
4882         * mf/feta18.mf: design size is 18 not 22.5
4883
4884         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4885         Add a single LyricsVoice to a melody. Melismata may be set
4886         individually.
4887
4888         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4889
4890         * lily/dot-column.cc: add stdio.h
4891
4892 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4893
4894         * lily/item.cc: documentation for break-visibility (Thanks, John).
4895
4896 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4897
4898         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4899
4900         * lily/translator-def.cc: rename Translator_def to Context_def.
4901
4902         * Documentation/user/internals.itely (Lexical details): clarify
4903         string def.
4904
4905         * Documentation/user/refman.itely (Rhythmic music): add link to
4906         RhythmicStaff 
4907
4908 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4909
4910         * lily/translator.cc: document start_translation_timestep()
4911
4912         * scm/output-tex.scm (tex-encoded-fontswitch): use
4913         round for rounding (inexact->exact yields rationals)
4914
4915         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4916
4917         * lily/translator-group.cc (get_simple_trans_list): 
4918         new function; construct simple_trans_list_ lazily.
4919         
4920 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4921
4922         * lily/paper-outputter.cc (output_scope): Check if number before
4923         checking exact (guile cvs).
4924
4925         * scm/*: Escape backslashes in scheme strings (guile cvs).
4926
4927 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4928
4929         * Documentation/user/refman.itely (Tablatures basic): annotate
4930         seealso sections.
4931
4932         * lily/*.cc: cleanup of engraver initialize() functions.
4933
4934         * lily/repeat-acknowledge-engraver.cc
4935         (start_translation_timestep): remove first_b_
4936
4937         * lily/tab-note-heads-engraver.cc: listen to string number events
4938         inside < > too. (backportme).
4939
4940         * Documentation/user/refman.itely (Text scripts): add fatText to
4941         index.
4942
4943 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4944
4945         * VERSION: 2.1.8
4946
4947         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4948         footer.
4949
4950         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4951
4952         * lily/bar-check-iterator.cc (process): only warn if
4953         barCheckLastFail was changed.
4954
4955         * scm/define-translator-properties.scm (barCheckLastFail): add
4956         property.
4957
4958         * lily/main.cc (main_prog): print summary of failed files.
4959
4960         * lily/axis-group-engraver.cc: move all spanner creation to
4961         process_music (). Now staffs can be adjusted with \override too.
4962         (Jan, you are a brilliant programmer!)
4963         
4964         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4965
4966 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4967
4968         * Documentation/user/tutorial.itely (Integrating text and music):
4969         Show the commands to produce a PDF as well.
4970
4971 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4972
4973         * lily/translator-def.cc (get_translator_names): accept user
4974         tweaks too. 
4975
4976         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4977         as big as normal heads. 
4978
4979         * input/*ly: run convert-ly
4980         
4981         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4982         () if dependencies are fluked.
4983
4984         * scm/document-translation.scm (engraver-doc-string): update on
4985         latest string/symbol conventions.
4986
4987         * lily/translator-ctors.cc: use Scheme_hash_table.
4988
4989         * lily/translator-def.cc (get_translator_names): new function
4990         (add_context_mod): new function
4991         (get_accepted): new function
4992
4993         * lily/parser.yy (context_mod): put all modifications of
4994         \translator { } in a single production, encode as SCM.
4995
4996         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
4997         to use read-only lists, so additions to the definition can be
4998         prepended easily.  
4999
5000         * Documentation/user/invoking.itexi (Editor support): add node on
5001         editor support.
5002
5003         * Documentation/user/refman.itely (Bar check): add lyrics example
5004         of bar checks. 
5005
5006         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5007
5008         * scripts/convert-ly.py (conv): add conversion rule.
5009
5010         * lily/parser.yy: use \change iso. \translator for staff switch.
5011
5012         * lily/my-lily-lexer.cc: add \change.
5013
5014         * scm/define-translator-properties.scm
5015         (default-melisma-properties): add definition.
5016
5017 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5018
5019         * Documentation/user/refman.itely (Bar lines): clarification of
5020         systemStartDelimiter. 
5021
5022         * input/test/slur-shape.ly (x): remove file.
5023
5024         * lily/translator-group.cc (apply_property_operations): new function.
5025
5026 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5027
5028         * lily/parser.yy (optional_prop_ops): allow \with {
5029         PROPERTYSETTINGS } following \context or \new.
5030
5031         * lily/my-lily-lexer.cc: add \with.
5032
5033         * lily/parser.yy (property_operation): clean up definition of
5034         property operations.
5035         (property_op_to_music): new function.
5036         (context_spec_music): new function
5037
5038         * VERSION: 2.1.7 released.
5039         
5040         * input/regression/collision-merge-dots.ly: new file.
5041
5042         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5043         then kill the dots too. 
5044
5045         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5046         set/unset breakableSeparationItem
5047
5048         * lily/separation-item.cc (relative_width): add function.
5049
5050         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5051         only-prebreak-interface
5052
5053         * lily/system.cc (output_lines): only junk only-prebreak-interface
5054         grobs.
5055
5056         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5057         read breakableSeparationItem
5058
5059         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5060
5061         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5062
5063         * lily/dot-column.cc (dot_config_badness): new function:
5064         select the best scoring dot configuration: dots should go close to
5065         the note heads, but be shifted up or down according to conventions.
5066         (print_dot_configuration): idem.
5067         (shift_one): idem
5068         (remove_collision): idem.
5069
5070         * input/regression/dots.ly: add more test cases.
5071
5072 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5073
5074         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5075
5076         * flower/include/interval.hh: rename elem_b to contains 
5077
5078         * lily/tie.cc: change 'heads to 'head-pair.
5079
5080         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5081         fill in 'heads field.
5082
5083         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5084         minimum-length for short ones, and shorten so collisions with the
5085         next syllable are avoided.
5086
5087         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5088         near-zero slopes.
5089         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5090
5091         * lily/dots.cc: remove quantized_position callback. All Y
5092         positioning is done by dot-column.cc
5093
5094         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5095         exhaustive test of all dot positions. This fixes disappearing dots
5096         in dotted chords.
5097
5098 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5099
5100         * mf/feta-klef.mf (test_staff): fatten up G clef
5101         (test_staff): fatten up f clef.
5102         
5103
5104 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5105
5106         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5107         * input/les-nereides.ly: Use latin1 characters for title, like
5108         Morgenlied.
5109
5110 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5111
5112         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5113         cmb10).
5114
5115         * lily/lyric-extender.cc (brew_molecule): add little space before
5116         extender line.
5117
5118         * lily/beam-quanting.cc (score_forbidden_quants): check if
5119         outer stafflines fall in any beam gaps.
5120
5121         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5122         for lyric texts.
5123
5124 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5125
5126         * VERSION: 2.1.6 released.
5127
5128         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5129         this shows the demerits of a user-defined beam position pair.
5130
5131         * scm/define-grobs.scm (all-grob-descriptions): set
5132         beamed-extreme-minimum-free-lengths to a different value.
5133
5134         * lily/scm-option.cc: add debug-beam scm-option
5135
5136         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5137
5138 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5139
5140         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5141
5142         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5143         space after barline.
5144
5145         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5146
5147         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5148         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5149         the other case, take standard column-breakable spacing. Do not
5150         warn about "no spacing wishes".
5151
5152         This fixes wide spaces after barlines in very loose lines.
5153
5154         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5155
5156 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5157
5158         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5159         acknowledge_grob lyric-syllable, not lyric-text.
5160
5161         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5162         dashes of length #'length separated by #'dash-period. 
5163
5164         * lily/lyric-extender.cc (brew_molecule): idem
5165
5166         * lily/multi-measure-rest.cc (big_rest): idem
5167
5168         * lily/system-start-delimiter.cc (simple_bar): idem
5169
5170         * lily/bar-line.cc (simple_barline): use rounded box
5171
5172         * VERSION: release 2.1.5
5173
5174         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5175         music): move note about dvips to more visible place.
5176
5177         * lily/lyric-phrasing-engraver.cc: move from
5178         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5179         lyric-phrasing-engraver.hh)
5180         
5181         * lyric-align.ly: remove file
5182         
5183         * scripts/convert-ly.py (FatalConversionError.func): add removal
5184         rule for automaticMelismata
5185
5186         * ly/engraver-init.ly (ScoreContext): switch on
5187         New_phrasing_engraver by default.
5188
5189         * lily/slur-engraver.cc (class Slur_engraver):
5190         process_acknowledged_grobs -> process_music.
5191         (try_music): signal melismata correctly.
5192
5193         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5194         word-space, right-trim-amount, and extend past right bound only
5195         for note heads.
5196
5197         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5198         lyric-extender support: add note-heads to the extender
5199         automatically.
5200
5201         * lily/parser.yy: extender is now post_event. 
5202
5203         * lily/accidental-engraver.cc (number_accidentals): remove
5204         spurious warning about non-parent contexts.
5205
5206         * lily/music-output-def.cc (assign_translator): \translator { }
5207         for a Foo context implicitly redefines \FooContext.
5208
5209         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5210         fixes.
5211
5212         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5213         doubly in slur weight. 
5214
5215         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5216         combination.
5217
5218         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5219         staffbar distance.
5220
5221         * scripts/lilypond.py (global_latex_preamble): crank down size of
5222         the margins. Now there is a 12 mm top and bottom margin, which
5223         should correspond with the printable area of modern printers.
5224
5225         This enlarges the music height of the printable page a little.
5226
5227         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5228         signs. Use \markup instead.
5229         (accreg_pen): tweak for accordeon asterisk.
5230
5231 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5232
5233         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5234
5235         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5236
5237         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5238
5239         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5240
5241         * scm/define-grobs.scm (all-grob-descriptions): change
5242         StanzaNumber description: make side support, i.s.o. breakable.
5243         use Instrument_name_engraver for texts in the margin.
5244
5245         * scm/define-translator-properties.scm: remove
5246         melismaEngraverBusy, stz property.
5247
5248         * *.cc: naming: change empty_b () into is_empty ()
5249
5250         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5251
5252         * input/regression/lyric-phrasing-new.ly: new file.
5253
5254         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5255         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5256         melismata are now left-aligned.
5257
5258 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5259
5260         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5261
5262         * mf/feta19.mf: remove.
5263         
5264         * mf/feta-klef.mf (test_staff): more tweaks
5265
5266         * mf/feta-toevallig.mf: more small size tweaks.
5267
5268         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5269         rests for smaller sizes.
5270
5271         * mf/feta-bolletjes.mf: fix cross heads.
5272
5273         * VERSION: release 2.1.4
5274         
5275         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5276         deprecated #'ancient font family
5277
5278         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5279         it is a string or number.
5280
5281         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5282         change calling convention of stem-attachment function. 
5283
5284         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5285
5286         * mf/feta-autometric.mf: dump WX/WY fields too
5287         
5288         * mf/parmesan-heads.mf: idem.
5289
5290         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5291         attachment coordinates.
5292
5293         * lily/note-head.cc (stem_attachment_coordinate): read stem
5294         attachment from the notehead glyphs WX/WY fields.
5295
5296         * lily/include/font-metric.hh (struct Font_metric): add methods
5297         get_indexed_wxwy (), make a distinction between looking up by
5298         index and ASCII  
5299
5300         * mf/feta-bolletjes.mf: rewrite note head MF code.
5301         (test_outlines): make heads more rotund for smaller sizes. 
5302
5303 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5304
5305         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5306         throughout. Font scaling fixes throughout.
5307
5308         * mf/feta-sleur,slur.mf: remove. 
5309
5310         * mf/feta-slag.mf: rewrite.
5311
5312 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5313
5314         * VERSION: release 2.1.3
5315
5316         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5317
5318         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5319
5320         * lily/mark-engraver.cc (process_music): fix mark
5321         \default. (backportme)
5322
5323         * stepmake/stepmake/automatically-generated.sub.make (default):
5324         use -n for head/tail commands. 
5325
5326         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5327         heads with the same pitch.
5328
5329 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5330
5331         * lily/recording-group-engraver.cc (finalize): set protected_scm
5332         member to '() before finalizing.
5333
5334         * lily/translator-group.cc (finalize): remove removal_processing () 
5335
5336         * lily/recording-group-engraver.cc: new engraver: record
5337         synchronized start & end times for each music object.
5338
5339         * lily/parser.yy (toplevel_expression): execute score rendering
5340         during parsing. Cleanup output-filename handling; this is no
5341         longer done with global variables.
5342         (translator_spec_body): allow \type modification too.
5343
5344         * lily/score.cc:  ly:run-translator: new function
5345         (LY_DEFINE): ly:render-output new function.
5346
5347         Separate interpreting and rendering, and make available as
5348         functions at Scheme level.
5349
5350 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5351
5352         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5353         (musicxml-node->string):
5354         (xml-node->string):
5355         (music-to-musicxml): New function.
5356
5357 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5358
5359         * VERSION: 2.1.2 released
5360
5361         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5362
5363         * scm/font.scm (paper20-font-vector): discouple font design sizes
5364         from sizes specified in .ly file: store all design sizes of a font
5365         in a single vector.
5366
5367         * lily/font-select.cc (get_font_by_design_size): new function
5368
5369         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5370         add parmesan,feta in sizes 14 and 18.
5371         
5372         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5373
5374         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5375         of fontSize: this now sets font-size
5376
5377 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5378
5379         * VERSION: 2.1.1 released
5380         
5381         * Documentation/user/refman.itely (Tuning objects): add note about
5382         concurrent tweaks in different contexts. 
5383
5384         * lily/tie-engraver.cc (acknowledge_grob): use
5385         Staff_symbol_referencer::get_position iso. reading staff-position
5386         directly.
5387
5388         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5389         currentMusicalColumn as left span-point for bracket. The bracket
5390         is too long when there are accidentals.
5391
5392 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5393
5394         * buildscripts/lilypond-profile.sh,
5395         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5396         Thanks to Reuben Thomas <rrt@mupsych.org>
5397
5398 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5399
5400         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5401         Wurbel <wurbel@univ-tln.fr>.
5402
5403 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5404
5405         * scripts/midi2ly.py: Add space after chords.
5406
5407 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5408
5409         * input/regression/{many}: add few @code{ ... }.
5410
5411 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5412
5413         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5414         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5415         Removed cmbx5, cmbx6 (which are included in teTeX)
5416         and cmbxti14 which is not used in fonts.scm.
5417
5418 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5419
5420         * lily/midi-item.cc: fine tune quarter tones.
5421
5422 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5423
5424         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5425         new function, warn how many cents are missing in fine tuning.
5426
5427 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5428
5429         * input/bugs/rhytmicstaff-tie.ly: add file.
5430
5431         * THANKS: Create skeleton for 2.1.
5432
5433 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5434
5435         * input/test/bar-lines.ly (TODO): dashed "|".
5436
5437 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5438
5439         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5440         input/regression/tie-chord.ly: Fix spell for tying.
5441
5442         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5443
5444         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5445         new file (renamed, see above).
5446
5447         * Documentation/user/lilypond-book.itely
5448         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5449         * input/example-1.ly input/example-2.ly input/example-3.ly
5450         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5451         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5452         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5453         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5454         * scripts/lilypond-book.py scripts/lilypond.py
5455         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5456         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5457
5458         * Documentation/user/lilypond.tely: update version.
5459
5460         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5461         Remove extra spaces in each @node, fixes spaces.
5462
5463 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5464
5465         * scripts/lilypond-book.py (output_dict): Add definition of
5466         \lilypondbook also for LaTeX output. Solves several bug reports.
5467
5468 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5469
5470         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5471
5472 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5473
5474         * input/test/transposition.ly: Fix key signatures, given in comments.
5475
5476 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5477
5478         * scm/midi.scm (instrument-names-alist),
5479         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5480
5481 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5482
5483         * input/test/temporary-stave.ly (texidoc): New example based on an
5484         email question from Ralph Little.
5485
5486 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5487
5488         * VERSION: release 2.1.0
5489         
5490         * lily/note-performer.cc (try_music): accept busy-playing-event.
5491
5492         * lily/swallow-perf.cc (try_music): return false for
5493         busy-playing-event and melisma-playing-event.
5494
5495 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5496
5497         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5498         >> in \score.
5499
5500 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5501
5502         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5503         that articulation_substitute will not move beam start again.
5504         (articulation_substitute): Bugfix: remove stray space so that new
5505         old chords ending '>>' does not get broken up.
5506         (sub_chord): Use TAB for indentation (not spaces).
5507         
5508         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5509         Bugfix for startup: Use ?^ instead of ?\^.
5510
5511 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5512
5513         * lily/lyric-combine-music-iterator.cc
5514         (Lyric_combine_music_iterator): change init order, to prevent GC
5515         segfaults.
5516
5517         * lily/context-specced-music-iterator.cc (construct_children): 
5518         only change  translator if found. This fixes a core dump problem.
5519
5520 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5521
5522         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5523         comparison.
5524
5525         * mf/feta-bolletjes.mf: make hole in half note little
5526         smaller for stem attachment.
5527
5528         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5529
5530         * mf/feta-banier.mf: don't draw stem with flag, just small square
5531         attachment.
5532
5533         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5534
5535         * mf/feta-banier.mf: remove upstem/downstem characters.
5536
5537         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5538
5539         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5540         stafflinethickness (in the default)
5541
5542         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5543
5544         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5545
5546         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5547
5548         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5549
5550         * lily/include/directional-element-interface.hh:
5551         junk class, make {get,set}_grob_direction functions.
5552
5553         * lily/slur.cc (get_attachment): do something sensible when
5554         attaching to stem without heads (eg. a rest).
5555
5556         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5557         forcing up to staff.  remove #'support-head property
5558         (brew_molecule): small cleanup.
5559         (flag): remove #'grace property.
5560
5561 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5562
5563         * cygwin/postinstall-lilypond.sh: 
5564         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5565         (Volker Zell).
5566
5567 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5568
5569         * scripts/lilypond-book.py: resurrect 'eps' option. 
5570         (TexiPaper.to_eps): use -Ppdf for EPS files.
5571
5572         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5573
5574         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5575
5576         * VERSION: release 2.0.1
5577
5578         * lily/bezier.cc (get_other_coordinate): change assert into
5579         warning.
5580
5581         * lily/note-head.cc (internal_brew_molecule): make left protusion
5582         smaller, to accomodate for natural sign.
5583         (internal_brew_molecule): only do this when the accidental is
5584         close enough.
5585         (extent): new function
5586
5587         * lily/skyline.cc (merge_skyline): new function
5588         (heighten_skyline): new function
5589
5590         * lily/accidental-placement.cc (position_accidentals) 
5591         (position_accidentals): fix todo.
5592
5593 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5594
5595         * input/test/+.ly (texidoc): put version number inline.
5596
5597         * GNUmakefile.in: remove rsync-web target.
5598         
5599         * input/regression/bar-scripts.ly (onestaff): raggedright
5600
5601 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5602
5603         * lily/*.cc: remove #if 0'd code in couple of places.
5604
5605         * lily/midi-stream.cc (operator <<): rewrite.
5606
5607         * lily/note-head.cc (internal_brew_molecule): 
5608         only make ledgers when the Staff symbol has lines.
5609
5610         * ly/property-init.ly (arpeggioBracket): simplify
5611
5612         * lily/translator-group.cc (execute_pushpop_property): use
5613         SCM_EQ_P for comparing keys. This fixes reverting
5614         auto-beam-settings.
5615
5616 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5617 *
5618         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5619         midi_debug_global_b.
5620         (operator <<): Normalise loop.
5621
5622 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5623
5624         * scripts/lilypond.py (escape_path): revise.
5625
5626         * scm/music-functions.scm (set-output-property): new function.
5627         
5628 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5629
5630         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5631         use addmakeflags again.
5632
5633         * cygwin/lily-wins.py (escape_shell): New function; use it.
5634
5635         * scripts/lilypond.py (escape_shell): Escape quotes and other
5636         spaces too.  Do not escape escaping backslashes.
5637
5638         * make/srcdir.make.in (web-install): Must call install-WWW now.
5639
5640         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5641         dependency
5642
5643 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5644
5645         * scripts/lilypond.py (escape_path): escape quotes too. 
5646
5647         * Documentation/user/lilypond.tely (Unified index): rename Index
5648         to accomodate Windows breakage.
5649
5650         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5651
5652         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5653         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5654         target not a source.
5655
5656 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5657
5658         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5659         addmakeflags.  Build and install doc and web also when building on
5660         Cygwin.
5661
5662         * mf/GNUmakefile: Bugfix.
5663
5664         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5665         target web.
5666
5667         * cygwin/lily-wins.py: Quote filename.
5668
5669 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5670
5671         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5672
5673 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5674
5675         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5676         settings.
5677
5678         * configure.in: Require g++ > 3.0.4.
5679
5680         * mf/GNUmakefile: Bugfix: Add list.ly target.
5681         
5682         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5683
5684         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5685         make omf directory, add uninstall targets.
5686
5687 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5688
5689         * lily/tie-performer.cc (initialize): init prev_event
5690
5691         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5692
5693         * lily/script-engraver.cc (make_script_from_event): don't crash on
5694         non-string articulation-type.
5695
5696         * lily/new-fingering-engraver.cc (add_script): don't crash on
5697         0 scripts 
5698         (acknowledge_grob): warn about text script events.
5699
5700 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5701
5702         * buildscript/lilypond.words: fix path for drums.scm.
5703
5704 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5705
5706         * lily/spacing-spanner.cc (note_spacing): don't make longer
5707         durations than measure-length.
5708
5709         * VERSION: release 2.0.0
5710
5711         * GNUmakefile.in (rsync-web): version independent rsync target.
5712
5713         * input/test/+.ly (texidoc): idem.
5714
5715         * input/regression/+.ly: print version number.
5716
5717         * input/regression/accidentals.ly (mel): shorten.
5718
5719         * input/regression/accidental-octave.ly (texidoc): shorten.
5720
5721         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5722
5723         * input/regression/completion-heads-polyphony.ly: octave
5724
5725         * input/regression/beam-manual.ly: remove
5726
5727         * input/regression/beam-chord.ly: remove
5728
5729         * input/regression/grace-dynamic.ly: remove
5730         
5731         * input/regression/grace-volta-repeat.ly: octave fixes.
5732
5733         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5734
5735         * lily/parser.yy (step_number): semitones for chord entry too.
5736         (make_chord_step): more robust code, semitones. 
5737
5738         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5739
5740         * input/regression/breathing-sign.ly (texidoc): split ancient and
5741         normal breathing signs.
5742
5743         * scm/define-grobs.scm (all-grob-descriptions): swap
5744         beamed-extreme-minimum-free-lengths and
5745         beamed-minimum-free-lengths; the 'extreme' case should allow
5746         shorter stems. This fixes forced directions on beamed 32nd and
5747         shorter notes.
5748
5749         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5750         quartertones, not semitones.
5751         (NoteNamesContext): swallow more event types
5752
5753         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5754
5755         * VERSION (PACKAGE_NAME): release 1.9.10
5756
5757 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5758
5759         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5760         set note head as cause of note-column.  This gives a better error
5761         message.
5762
5763 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5764
5765         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5766
5767 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5768
5769         * mf/GNUmakefile (pfa_warning): instruct 
5770
5771         * stepmake/aclocal.m4: typo.
5772
5773         * Documentation/user/cheatsheet.itely: more verbose examples.
5774
5775         * input/regression/clefs.ly: remove bogus docstring.
5776
5777 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5778
5779         * GNUmakefile.in (SUBDIRS): Add elisp.
5780
5781         * elisp/lilypond-mode.el: 
5782         * elisp/lilypond-init.el: 
5783         * elisp/lilypond-indent.el: 
5784         * elisp/lilypond-font-lock.el: Move from top dir.
5785
5786         * stepmake/stepmake/elisp-vars.make: New file.
5787
5788         * config.make.in (elispdir): Add.
5789
5790         * Documentation/topdocs/INSTALL.texi: Typo.
5791
5792         * make/ly-rules.make: Test for files instead of touching void and
5793         ignoring errors.
5794
5795         * GNUmakefile.in:
5796         * make/lilypond.redhat.spec.in:
5797         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5798         <builddir>, adding
5799         
5800              (push "<builddir>/share/lilypond/elisp" load-path)
5801
5802         to your ~/.emacs.el should give you LilyPond-mode again.
5803
5804         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5805         regexp for DOS/Windows, we are too paranoid to fix others.
5806
5807 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5808
5809         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5810
5811         * input/test/chord-names-jazz.ly (banterProperties): fix
5812
5813         * lily/parser.yy (bass_mod): bass figure alterations are semi
5814         tones, not quarter tones
5815
5816         * lily/beam.cc (set_stem_lengths): only lengthen stems
5817         for gapped beams.
5818
5819         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5820         by beamcount.
5821
5822         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5823         a warning that the warning may erroneous.
5824
5825         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5826         target.
5827
5828         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5829         targets.
5830
5831         * GNUmakefile.in ($(config_h)): config.h should depend on
5832         config.hh.in .
5833         (lilypond.words): remove fontball stuff.
5834
5835         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5836
5837         * configure.in: remove pktrace reference.
5838
5839         * GNUmakefile.in (rsync-web): permissions and ownership for
5840         website.
5841
5842         * lily/volta-engraver.cc (staff_eligible): new function.
5843         (stop_translation_timestep): kill off spanners if not eligible.
5844
5845         * VERSION (PATCH_LEVEL): release 1.9.9
5846
5847         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5848
5849         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5850         length is more important than forbidden quants.
5851         
5852 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5853
5854         * buildscripts/lilypond.words: order words in search order,
5855         add lilypond.words.vim to be generated.
5856
5857         * lilypond.vim: use lilypond.words.vim for keyword matching.
5858
5859         * lilypond-mode.el: use search order. fix word selection rules.
5860
5861         * lilypond-font-lock.el: fix fontifying long durations.
5862
5863         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5864
5865 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5866
5867         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5868
5869         * stepmake/stepmake/generic-targets.make:
5870         * stepmake/stepmake/bin/make-version.py: 
5871         * stepmake/aclocal.m4:
5872         * make/stepmake.make:
5873         * make/toplevel-version.make: Build fixes: remove last traces of
5874           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5875
5876         * lily/beam.cc: Add gap-count property.
5877
5878 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5879
5880         * scm/define-grob-properties.scm (gap-count): add gap-count
5881
5882         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5883
5884 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5885
5886         * cygwin/mknetrel.doc: Typo.
5887
5888         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5889
5890         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5891
5892 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5893
5894         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5895         sizes. Remove support for 'ledger'(=tabloid+landscape).
5896
5897 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5898
5899         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5900         sauter PFAs.
5901
5902         * configure.in: remove VERSION stuff once again.
5903
5904         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5905
5906         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5907         for chord names.
5908
5909         * mf/GNUmakefile: always trace pfa fonts.
5910         (SAUTER_FONTS): add cmss[567] too fonts
5911
5912         * configure.in: require mftrace. 
5913
5914         * lily/staff-performer.cc (new_instrument_string): don't look at
5915         instrument property.
5916
5917         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5918         is_direction is the C++ one. Similar for ly_axis_p and
5919         ly_number_pair_p
5920
5921 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5922
5923         * lily/beam.cc (brew_molecule): read gap-count to determine
5924         number of tremolo (gapped) beams.
5925
5926         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5927         shorter than 1/8
5928
5929         * flower/include/array.hh (default_compare): new function
5930
5931         * cygwin/mknetrel: Native fixes.
5932
5933         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5934
5935 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5936
5937         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5938         feature for Windows.
5939
5940         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5941
5942         * cygwin/mknetrel: Updates for native use on Cygwin.
5943
5944         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5945
5946         * stepmake/stepmake/help2man-rules.make: 
5947         * cygwin/mknetrel: Bugfix for manpages.
5948
5949         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5950         $(builddir).  Stepmake is a normal subdirectory now, that is not
5951         configured.  Another srcdir build fix.
5952
5953         * Documentation/topdocs/INSTALL.texi,
5954         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5955         lilypond-init.el, lilypond-mode.el, debian/rules,
5956         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5957         rename generated file lilypond.words to lilypond.words.el.
5958
5959 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5960
5961         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5962
5963         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5964         GNUmakefile.in.
5965
5966 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5967
5968         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5969         when cross building.
5970
5971         * configure.in: srcdir build fix.
5972
5973         * cygwin/GNUmakefile:
5974         * cygwin/lily-wins.py:
5975         * cygwin/postremove-lilypond.sh: 
5976         * cygwin/postinstall-lilypond.sh: Merge from stable.
5977
5978         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5979         s/ly2dvi/lilypond/.
5980
5981 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5982
5983         * lily/slur.cc (after_line_breaking): only set control points if
5984         none supplied yet.
5985
5986         * input/test/slur-manual.ly: new file.
5987
5988         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
5989         <<  >> chords too.
5990
5991         * VERSION (PACKAGE_NAME): release 1.9.8
5992
5993         * scripts/lilypond.py (escape_path): escape spaces in directory names
5994
5995         * input/test/text-spanner.ly: fixes.
5996
5997 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
5998
5999         * buildscripts/lilypond.words.py: add drum names as note names to
6000         Emacs-mode.
6001
6002 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6003
6004         * input/regression/hairpin-dashed.ly: new file.
6005
6006         * scripts/convert-ly.py (conv): warn about dash-length.
6007
6008         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6009         automatically if we get a new one.
6010
6011         * lily/lookup.cc (dashed_line): new function
6012
6013         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6014         dash-fraction.
6015
6016 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6017
6018         * buildscripts/lilypond.words.py: extract note names.
6019
6020         * lilypond-mode.el: take note names from lilypond.words -file.
6021         small fix in the use of string-match.
6022
6023         * lilypond-font-lock.el: use lilypond.words for note names, add 
6024         maxima to note a duration.
6025
6026 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6027
6028         * lily/breathing-sign.cc: remove railtracks() function. 
6029
6030         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6031
6032         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6033         (brew_molecule): bugfix don't make arpeggio shorter when
6034         arpeggio-direction is set.
6035
6036         *  debian/rules: small corrections in the (Pedro K)
6037
6038         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6039         examples.
6040
6041         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6042         special (repeat) bar comes along.
6043
6044         * input/regression/auto-beam-bar.ly: update.
6045
6046         * scripts/lilypond-book.py (output_dict): remove support for the
6047         EPS option.
6048
6049         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6050         VerticalAlignment and VerticalAxisGroup this fixes the size
6051         computations for the entire system.
6052  
6053         * input/les-nereides.ly (bass): remove superfluous fontSize.
6054
6055         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6056         causes directory of file to be added to include path.
6057
6058         * input/regression/beam-break.ly: test single stem beams.
6059
6060         * input/regression/system-start-bracket.ly: fix.
6061
6062         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6063
6064         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6065
6066         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6067         (score_stem_lengths): do something sensible for single stem beams.
6068
6069         * lily/beam.cc (least_squares): add kludge for single stem beams.
6070
6071         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6072         keySignature to list of broken things.
6073
6074         * input/regression/keys.ly: fix.
6075
6076         * VERSION (PACKAGE_NAME): release 1.9.7
6077
6078         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6079
6080         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6081
6082         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6083         (quartertone_pitch): new function
6084
6085         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6086         flat. WARNING: FONT CHANGED.
6087
6088         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6089
6090         * lily/accidental-placement.cc (add_accidental): support for
6091         quarter tones.
6092
6093         * ly/LANGUAGEs.ly: use symbols for alterations.
6094
6095         * mf/feta-toevallig.mf: change accidental codes. 
6096
6097         * scm/lily.scm (ly:get-option): switch on debugging only for
6098         --verbose.
6099
6100         * lily/lily-guile.cc: remove ly:verbose?
6101
6102         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6103
6104         * lily/parser.yy (TODO): only do gh_call() for apply with
6105         procedure argument.
6106
6107         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6108         stuff in accordance with new timing of tie-events.
6109
6110         * lily/my-lily-lexer.cc: remove \outputproperty
6111
6112         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6113
6114         * scm/define-translator-properties.scm (melismaBusyProperties):
6115         add melismaBusyProperties property.
6116
6117 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6118
6119         * input/test/ambitus-mixed.ly (texidoc): new file.
6120
6121         * buildscripts/mutopia-index.py (find): prune debugging
6122
6123         * lily/side-position-interface.cc: doc updates
6124
6125         * Documentation/user/refman.itely: updates, tweaks.
6126
6127         * lily/parser.yy (Simple_music): remove outputproperty
6128
6129         * make/stepmake.make: use VERSION again; importing VERSION via
6130         autoconf dependencies is too hairy.
6131
6132 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6133
6134         * lilypond-mode.el: allow `-' for keywords and identifiers.
6135
6136 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6137
6138         * VERSION: release 1.9.6
6139         
6140         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6141         iso. ly2dvi.
6142
6143         * Documentation/user/*.itely: fixes everywhere
6144
6145         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6146         produce ties from the engraver itself, do not broadcast TieEvent.
6147
6148         * lily/my-lily-lexer.cc: remove pitch & duration.
6149
6150         * lily/parser.yy (TODO): remove \pitch and \duration
6151
6152         * input/test/explicit.ly: remove file.
6153
6154         * Documentation/user/refman.itely (Pitches): remove \pitch 
6155         \duration command.
6156
6157 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6158
6159         * buildscripts/lilypond.words.py: add all slur types to Emacs
6160         insertion menu, suppose everything is postfixed by dropping 
6161         unnecessary `-' -marks.
6162
6163 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6164
6165         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6166         tremoloed stems.
6167
6168         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6169         head for flagged stems.
6170
6171         * lily/stem.cc (get_default_stem_end_position): futz with extra
6172         stem length if there is a stem tremolo.
6173
6174         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6175         it would be too small.
6176
6177         * lily/font-metric.cc: return #f for non-existent glyph.
6178         
6179         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6180         exported through config.make.
6181
6182         * input/regression/clef-oct.ly: new file.
6183
6184         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6185         transposition.
6186
6187         * input/template/*.ly: remove old relative.
6188
6189         * ly/english.ly: add X names for double sharp.
6190
6191 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6192
6193         * lily/font-select.cc: new file handle font selection routines.
6194
6195         * lily/parser.yy: add ; (Patrick Atamaniuk)
6196
6197         * input/test/time-signature-double.ly: use markups for double time
6198         sigs.
6199
6200         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6201         ChordNames.SeparationItem #'padding for adjusting space after chords.
6202         
6203         * lily/music-output-def.cc (LY_DEFINE): 
6204         new function ly:paper-lookup.
6205         
6206         * mf/parmesan-clefs.mf: use # quantities for char_box
6207         offsets. Fixes overflow errors in the PFA. 
6208
6209         * scm/new-markup.scm (strut-markup): change calling interface for
6210         markup. Pass paper-def, not grob. This would allow \markup to be
6211         used separately from grobs.
6212
6213         * lily/paper-def.cc: new function ly:paper-font; this function
6214         replaces ly:get-font.
6215
6216         * lily/include/font-interface.hh (struct Font_interface): take
6217         Paper_def iso. Grob for get_font().
6218
6219 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6220
6221         * Documentation/user/ tutorial.itely, refman.itely: add warning
6222         about \key and accidentals.
6223
6224 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6225
6226         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6227
6228         * Documentation/user/*.itely: manual tweaks
6229
6230 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6231
6232         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6233         cleanup; bugfix: exact_center
6234
6235         * Documentation/user/refman.itely: added more documentation on
6236         ambitus according to recent questions on lilypond-user list
6237
6238 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6239
6240         * input/regression/ottava.ly (texidoc): demo 15ma too.
6241
6242         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6243
6244         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6245         octave fixes.
6246
6247 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6248
6249         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6250         problems on older Mac editors.
6251
6252 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6253
6254         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6255
6256 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6257
6258         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6259         mf/parmesan-clefs.mf: added comments on character alignment and
6260         set_char_box() conventions
6261
6262         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6263         set_char_box()'s
6264
6265         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6266
6267 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6268
6269         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6270
6271 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6272
6273         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6274         shortened to avoid almost-collision with staff line; code cleanup;
6275         other custodes: fixed char boxes; code cleanup
6276
6277 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6278
6279         * configure.in: release 1.9.5
6280         
6281         * scripts/lilypond.py (global_latex_preamble): only set
6282         twosideshift if 'twoside' is in latexoptions 
6283
6284         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6285
6286         * VERSION: remove
6287
6288         * scripts/*2ly.py: update <> syntax
6289
6290 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6291
6292         * lily/chord-name-engraver.cc (process_music): add origin for
6293         chord name.
6294
6295         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6296
6297         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6298         bass notes for exceptions too.
6299
6300         * scm/define-grobs.scm (all-grob-descriptions): rename
6301         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6302
6303         * scm/define-grob-properties.scm (remove-first): add remove-first
6304         property for orchestral scores.
6305
6306         * Documentation/user/*.itely: switch <<>> and <> 
6307
6308         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6309         last_line only once. This fixes the two consecutive glissandi problem.
6310
6311 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6312
6313         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6314         error message "flexa-width undefined"
6315
6316         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6317         lily/include/gregorian-ligature.hh: print warning when ignoring
6318         head prefixes on flexa shapes
6319
6320         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6321         space before a series of inclinatum heads
6322
6323         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6324         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6325         cleanups
6326
6327         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6328         and char_box
6329
6330 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6331
6332         * input/regression/breathing-sign.ly: tiny fixes
6333
6334         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6335         semantical collision with vaticana ligatures
6336
6337         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6338         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6339         now consistent with mensural ligatures
6340
6341         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6342         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6343         context pitches and staff position; dto. for virga stem; removed
6344         obsolete virga and clivis characters from parmesan font (WARNING:
6345         font changed)
6346
6347         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6348         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6349
6350         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6351         scm/define-grob-properties.scm: consistency fix: renamed
6352         join_left->add_cauda
6353
6354         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6355         appendix length; bugfix: yoffs_bt for reverse direction punctum
6356         characters
6357
6358         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6359         small cleanups; added more docu
6360
6361         * lily/mensural-ligature-engraver.cc,
6362         lily/vaticana-ligature-engraver.cc,
6363         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6364         computation to CoherentLigatureEngraver
6365
6366         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6367         scm/define-grob-properties.scm: bugfix: added missing linea and
6368         cavum properties; bugfix: removed dead semivocalis property
6369
6370         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6371         length; redesigned quilisma, stropha and auctum
6372
6373         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6374         line thickness
6375
6376         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6377         Documentation/user/refman.itely: bugfix: introduced shifted
6378         epiphonus head to avoid collision with adjacent plica
6379
6380 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6381
6382         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6383
6384         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6385
6386 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6387
6388         * Documentation/user/tutorial.itely (A lead sheet): remove
6389         duplicate chords.
6390
6391         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6392
6393 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6394
6395         * Documentation/bibliography/computer-notation.bib (isbn): add
6396         xivcim publication.
6397
6398 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6399
6400         * GNUmakefile.in: drop lilypond.words for generation.
6401
6402 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6403
6404         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6405
6406         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6407
6408 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6409
6410         * input/test/figured-bass-alternate.ly (fl): new file.
6411
6412         * Documentation/topdocs/README.texi (Top): clarifications.
6413
6414         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6415         theses of Gieseking and Renz.
6416
6417         * GNUmakefile.in (README_FILES): remove README.mandrake.
6418
6419 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6420
6421         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6422         from source files and search patterns listed in the script.
6423
6424         * GNUmakefile.in: add target `lilypond.words'.
6425
6426         * lilypond.words: remove file, generated by `make lilypond.words'.
6427
6428         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6429
6430 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6431
6432         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6433
6434 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6435
6436         * VERSION: 1.9.4 released
6437
6438         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6439         rule for < > <-> << >> substitution
6440
6441         * lily/lexer.ll: exchange meaning of << >> and < > 
6442
6443         * VERSION (PACKAGE_NAME): 1.9.3 released
6444
6445         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6446         pages unconditionally.
6447
6448 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6449
6450         * Documentation/user/music-glossary.tely (Top): small syntax
6451         fixes.
6452
6453         * scm/music-functions.scm (remove-tag): filter \tagged music
6454         expressions.
6455
6456         * input/regression/tag-filter.ly (texidoc): new file.
6457
6458         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6459         symbol2 .. ) etc. 
6460
6461         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6462         convert rule.
6463
6464         * Documentation/user/refman.itely (Fingering instructions): adjust
6465         manual.
6466
6467         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6468         for borderline cases (e.g. 1 fingering.)
6469         (position_scripts): revise interface, use fingerOrientations to
6470         set fingering positions.
6471
6472         * scm/document-translation.scm (context-doc): add aliases to
6473         automated documentation.
6474
6475         * make/lilypond-vars.make: remove stepmake compat glue.
6476
6477         * make/generic-vars.make: remove cruft.
6478
6479         * lily/main.cc (main): don't identify binary.
6480
6481 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6482
6483         * lily/include/translator.hh (class Translator): remove
6484         type_string_ , use symbol for context name throughout.
6485         Changes through whole source tree.
6486
6487         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6488         set PDF as default, and always make PDF.
6489
6490         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6491
6492 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6493
6494         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6495         Documentation/user/refman.itely input/regression/allfontstyle.ly
6496         input/regression/grace-types.ly:
6497         fix spelling for acciaccatura (Webster's 1913).
6498
6499 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6500
6501         * lily/main.cc (usage): adjust blurb, include url.
6502
6503         * input/regression/breathing-sign.ly (texidoc): transpose up
6504
6505 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6506
6507         * input/regression/breathing-sign.ly: changed ancient examples to
6508         be relevant (by request of Han-Wen); updated BreathingSign text
6509         property according to new syntax.
6510
6511         * ly/gregorian-init.ly: updated BreathingSign text property
6512         according to new syntax
6513
6514 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6515
6516         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6517         (Clef): index entries for clefs.
6518
6519         * python/lilylib.py (system): remove errorlog files.
6520         
6521 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6522
6523         * lilypond.words: add \new and new graces. Add dynamics to menus
6524         keeping 1.8.x compatibility; after all the engraving relating to 
6525         notes becomes postfixed `-' marks will be removed.
6526
6527 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6528
6529         * lily/molecule.cc (align_to): idem.
6530
6531         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6532         
6533         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6534         accacciatura everywhere.
6535
6536         * VERSION (PACKAGE_NAME): released 1.9.2
6537
6538         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6539
6540         * scm/document-markup.scm (markup-doc-node): sort markup function
6541         list.
6542
6543         * lily/paper-outputter.cc (output_version): change "Lily was here"
6544         into  "Engraved by LilyPond"
6545
6546         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6547         on unquoted strings before \notenames.
6548
6549         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6550         increases the number of s/r reductions to 4.
6551
6552         * scm/new-markup.scm (fraction-markup): \fraction command.
6553
6554         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6555         mode
6556
6557         * lily/lookup.cc (round_filled_box): rename function.
6558         (LY_DEFINE): round-filled-box: change signature.
6559
6560         * Documentation/user/refman.itely: revise section explaining grace
6561         notes.
6562
6563         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6564         ly:set-context-property
6565
6566         * input/*/*.ly (vmus): use \new everywhere.
6567
6568         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6569
6570         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6571         default
6572
6573         * scm/music-functions.scm (set-stop-grace-properties)
6574         (set-start-grace-properties, add-grace-property): new functions
6575         for modular grace tweak control.
6576
6577         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6578         
6579 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6580
6581         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6582
6583         * GNUmakefile.in (install-pfa-fonts):
6584         (get-pfa-fonts): New target.
6585
6586         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6587         install-pfa-fonts help.
6588
6589 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6590
6591         * lily/translator-scheme.cc (LY_DEFINE):
6592         ly:context-pushpop-property new function.
6593         (LY_DEFINE): new function ly:translator-find  
6594         new function ly:translator?
6595         (LY_DEFINE): new function ly:context?
6596
6597         * lily/translator-def.cc: remove
6598         Translator_def::apply_pushpop_property().
6599
6600         * python/lilylib.py (read_pipe): only store and display error log
6601         if verbose not set.
6602         (read_pipe): only display log if it contains something.
6603
6604 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6605
6606         * Documentation/misc/GNUmakefile: Re-add.
6607         (TEXTS): Add CHANGES.
6608
6609 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6610
6611         * lilypond.words: add \newcontext.
6612
6613 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6614
6615         * lily/tie-performer.cc (stop_translation_timestep): only flush
6616         tied_notes when we have actually made a tie. Fixes bugs with ties
6617         in polyphonic scores.
6618
6619 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6620
6621         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6622         they do not exist.
6623
6624 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6625
6626         * VERSION (PACKAGE_NAME): released 1.9.1 
6627
6628         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6629         Instrument_name_engraver
6630
6631         * lily/tie-performer.cc (create_audio_elements): bugfix
6632
6633         * Documentation/user/music-glossary.tely (Top): comment out
6634         font-style statements.
6635
6636         * input/test/force-hshift.ly: revise example.
6637
6638         * Documentation/bibliography/engraving.bib (note): typos.
6639
6640         * configure.in: bump GCC requirements to 3.x
6641
6642         * lily/include/audio-item.hh (class Audio_tie): rename
6643         note_l_drul_ to note_drul_
6644
6645         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6646
6647         * lily/parser.yy (relative_music): whoops. All \relative were off
6648         by ...  a lot .... Ahem.
6649
6650         * scm/define-music-types.scm (music-descriptions): idem.
6651
6652         * lily/beam-engraver.cc: move new-beam-event to beam-event
6653
6654         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6655         to Tie_engraver
6656
6657         * input/regression/bar-number.ly: remove unnecessary old-relative
6658         options.
6659         
6660         * Documentation/user/internals.itely (Creating contexts): document
6661         \newcontext
6662
6663         * lily/parser.yy (Composite_music): add \newcontext
6664
6665         * Documentation/user/refman.itely (MIDI block): add note about
6666         dotted tempos.
6667
6668         * scm/font.scm: remove old markup legacy
6669
6670         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6671
6672         * lily/breathing-sign.cc (brew_molecule): remove function
6673
6674         * lily/text-item.cc: remove old-style markups.
6675         (interpret_markup): C++ version of markup function
6676         (brew_molecule): idem.
6677
6678         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6679         as Scheme variable.
6680
6681         * scripts/convert-ly.py (conv): dashes rule.
6682         Apply rule.
6683
6684         * Documentation/user/lilypond-book.itely: syntax fixes. 
6685
6686 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6687
6688         * VERSION (PACKAGE_NAME): release 1.9.0
6689
6690         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6691         note about dvips. (Should backport.)
6692
6693         * scripts/convert-ly.py
6694         (FatalConversionError.articulation_substitute): add
6695         convert-new-chords code. Remove convert-new-chords.py
6696
6697         * Documentation/user/refman.itely (Octave check): document
6698         \octave.
6699
6700         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6701         \relative changes.
6702
6703         * lily/parser.yy (command_element): octave check:
6704
6705            \octave PITCH
6706
6707         checks that PITCH (without octave) yields PITCH (with octave) in
6708         \relative
6709
6710         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6711
6712         * lily/scm-option.cc: ly:set-option now has the default argument
6713         #t.
6714
6715         * lily/lexer.ll: add \renameinput
6716
6717         * python/lilylib.py (command_name): robustifications.
6718
6719         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6720         /dev/stderr. This is ash compatible.
6721
6722         * ly/init.ly: add warning if compatibility was not necessary.
6723
6724         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6725
6726         * flower/include/string-handle.icc: formatting cleanups, rename
6727         references by ref_count_.
6728
6729 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6730
6731         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6732         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6733         package libs separately, fix conflicting php variable out=/dev/vc/
6734         invoking `unset out', declare menus, use only one icon-file, fix
6735         doc-path in menu.
6736
6737 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6738
6739         * scripts/convert-ly.py (FatalConversionError.conv): typo
6740
6741         * Documentation/misc/GNUmakefile: restore misc directory.
6742
6743         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6744
6745         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6746         Petites-Preludes 
6747
6748         * input/test/partial-blank.ly (quickmeasure): syntax
6749
6750         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6751         attachment property.
6752
6753         * Documentation/user/refman.itely: remove superfluous -'s 
6754         (Grace notes): ) fixes.
6755
6756         * lily/music.cc: generic compress(), transpose() functions. Remove
6757         others.
6758
6759         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6760         style markup entry.
6761
6762         * lily/parser.yy: all articulations postfix; remove obligatory -
6763         for [,  ) and \!
6764         
6765         * lily/music.cc (to_relative_octave): write generic
6766         to_relative_octave function; various relative cleanups.
6767         Hmmm.
6768
6769         * lily/scm-option.cc: add options new-relative and old-relative
6770
6771         * po/sv.po: new po file.
6772
6773         * Documentation/user/refman.itely (Dynamics): website
6774         fixes. (should backport!)
6775
6776 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6777
6778         * make/lilypond.mandrake.spec.in: declare version only once.
6779
6780 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6781
6782         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6783         meaning for now.
6784
6785 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6786
6787         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6788
6789         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6790
6791         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6792
6793         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6794
6795         * lily/music.cc (var): add ly:music-transpose function.
6796
6797         * lily/parser.yy (pre_events): remove prefix articulations.
6798
6799         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6800
6801         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6802
6803         * Documentation/user/refman.itely (Text markup): add comment about
6804         markup in header.
6805
6806 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6807
6808         * lily/paper-outputter.cc (write_header_fields_to_file): 
6809         only dump value if it is a string.
6810
6811         * flower/include/dictionary.hh: remove.
6812         
6813         * Documentation/ChangeLog-1.5: add back old log.
6814
6815         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6816         .pfas from a .deb.
6817
6818 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6819
6820         * Documentation/bibliography/engraving.bib: add entry for
6821         Jaschinski's Notation
6822
6823 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6824
6825         * Documentation/user/refman.itely (Beaming): add note about
6826         allowBeamBreak
6827
6828 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6829
6830         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6831         GregorianTranscription contexts
6832
6833         * ly/engraver-init.ly: vaticana contexts: minor fixes
6834
6835         * Documentation/user/refman.itely (Ancient notation): added note
6836         on appendix length bug
6837
6838         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6839         input/test/vaticana.ly: use vaticana contexts; small fixes
6840
6841 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6842
6843         * flower/hash.cc: Remove.
6844
6845         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6846         to (nonexistent?) hash_func_ identifier.
6847
6848         * python/midi.c (midi_error, midi_warning): Use char const* for
6849         __FUNCTION__ argument.
6850
6851         * python/gettext.py: Remove.  We already require python 2.1, which
6852         includes gettext.py.
6853
6854         * configure.in: Require python 2.1, as INSTALL.texi says.
6855         it.
6856
6857         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6858         versions 1.50 and 1.75.  Remove note about lexer patch.
6859
6860 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6861
6862         * Documentation/topdocs/INSTALL.texi: Update type1 font
6863         description to actual situation.  Add comment about new font ball
6864         layout.
6865
6866         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6867         in $LILYPONDPREFIX suffices for installation.
6868
6869 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6870
6871         * debian/control (Build-Depends): Add flex-old as alternative to
6872         flex.  Deprecate bison 1.75.
6873
6874 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6875
6876         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6877         Vaticana contexts
6878
6879         * Documentation/user/refman.itely (Ancient notation): documented
6880         some bugs; tiny fixes; added docu on Vaticana contexts
6881
6882         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6883         scripts
6884
6885 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6886
6887         * Documentation/user/refman.itely (Ancient notation): added some
6888         introductory words; added section on ancient time signatures;
6889         added some @seealso and @refcommands; small fixes and
6890         beautifications
6891
6892 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6893
6894         * input/regression/note-head-style.ly: many fixes and updates
6895
6896         * Documentation/user/refman.itely: added small sections on ancient
6897         accidentals, rests and flags; revised ancient note head section;
6898         small wording/spelling fixes
6899
6900         * input/test/rests.ly: layout fixes
6901
6902 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6903
6904         * input/puer-fragment.ly: bugfix: central C position of do clef
6905
6906         * ly/gregorian-init.ly: workaround: add small padding space before
6907         divisiones (the correct fix would be the spacing engine to handle
6908         this)
6909
6910 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6911
6912         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6913         cue-notes.ly: minor fixes.
6914
6915 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6916
6917         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6918         input/test/custos-style.ly
6919
6920         * Documentation/index.html.in: bugfix: link to Tutorial.html
6921
6922         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6923         to neumes; bugfix: "et": epiphonus, not just a simple pes
6924
6925 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6926
6927         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6928
6929         * lilypond.words: add new features: markup, column, center, \[ \].
6930         
6931 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6932
6933         * Documentation/topdocs/NEWS.texi, DEDICATION,
6934         stepmake/bin/add-html-footer.py
6935         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6936         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6937         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6938         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6939         added (only) after a sentence which is complete; if the sentence is 
6940         not ended a comma `,' or nothing is used. fix also spaces.
6941
6942 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6943
6944         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6945         requirements to plain 1.6.
6946
6947         * buildscripts/mutopia-index.py (read_lilypond_header): update
6948         mutopia-index.py to 1.4 syntax [sic]
6949
6950 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6951
6952         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6953
6954 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6955
6956         * Documentation/index.html.in: url for regression pdf
6957
6958         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6959
6960         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6961
6962         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6963
6964         * VERSION: 1.8.0 released
6965         
6966         * GNUmakefile.in (local-WWW-post): footify build fix.
6967
6968         * configure.in: require GUILE 1.6.4
6969
6970         * Documentation/user/GNUmakefile: don't copy *.png for
6971         lilypond-internals
6972
6973         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6974         local-WWW-post target.
6975         (rsync-web): add rsync-web target
6976
6977         * Documentation/user/introduction.itely (Music notation and
6978         engraving): add neume example
6979
6980         * input/puer-fragment.ly (cantus): add puer-fragment
6981
6982 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6983
6984         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6985         to notes, so that equalizer is actualy being used.
6986
6987         * scm/midi.scm (instrument-equalizer-alist):
6988         (absolute-volume-alist): Define public, so that user can copy or
6989         override.
6990
6991         * lily/key-performer.cc (create_audio_elements): Check for minor
6992         key.  Only if key is minor, set MIDI key to minor.
6993
6994 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6995
6996         * Documentation/user/refman.itely (Hiding staffs): fixes.
6997
6998         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
6999
7000         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7001         vertical extents to deal with Hara kiri correctly.
7002
7003         * input/regression/hara-kiri-short.ly: remove
7004
7005         * input/regression/hara-kiri-pianostaff.ly: update test.
7006
7007         * Documentation/user/*.tely: remove WEBTITLE
7008
7009         * scm/output-tex.scm (comment): idem.
7010
7011         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7012
7013         * scm/music-functions.scm (make-lyric-event): new function
7014
7015         * scm/lily.scm (lilypond-version): new function
7016
7017         * input/test/version-output.ly: new file.
7018
7019         * Documentation/user/lilypond.tely: add version number to
7020         front-page.
7021
7022 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7023
7024         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7025
7026 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7027
7028         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7029
7030         * Documentation/user/refman.itely (Hiding staffs): rename node.
7031
7032 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7033
7034         * input/regression/new-markup-syntax.ly (texidoc): remove
7035         molecule-callback override.
7036
7037 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7038
7039         * input/les-nereides.ly: Mark tweaks with %tweak.
7040
7041         * Debian patch, see debian/changelog (Anthony Fok).
7042
7043 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7044
7045         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7046         problem.
7047
7048 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7049
7050         * Documentation/user/refman.itely (Text markup): Fix language bug.
7051
7052 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7053
7054         * input/* : postfix syntax fixes.
7055
7056         * Documentation/user/refman.itely (Text markup): add note about
7057         raise/lower with ^ or _ .
7058         
7059         * po/fi.po: fix \\apply strings.
7060
7061         * lily/parser.yy (open_event): warn for prefix articulations.
7062
7063 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7064
7065         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7066         fix also on parmesan font.
7067
7068 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7069
7070         * VERSION 1.7.30 released
7071         
7072         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7073
7074         * buildscripts/mutopia-index.py (headertext): rewording
7075
7076 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7077
7078         * scm/new-markup.scm (strut-markup): new markup function.
7079
7080         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7081         space also when no accidental is there.
7082
7083 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7084
7085         * input/les-nereides.ly: Updates.
7086
7087 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7088
7089         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7090         which repeats the tag insertion selected from "Insert tag" menu.
7091
7092 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7093
7094         * lily/all-font-metrics.cc (find_font): load AFM files first only
7095         for feta fonts. This fixes problems with TeXlive and other TeX
7096         distros that include AFM files for the CM fonts. 
7097
7098         * scm/font.scm (qualifiers-to-font-name): remove.
7099
7100         * lily/paper-def.cc: remove get_var.
7101
7102         * input/trip.ly: remove file.
7103         
7104         * input/regression/spacing-note-flags.ly (raggedright): remove
7105         stafflinethickness
7106
7107         * input/les-nereides.ly: update to new syntax, cleanups.
7108
7109 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7110
7111         * Documentation/user/refman.itely: Clarify shortest-note problem
7112         of autobeamer.
7113
7114 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7115
7116         * lilypond-mode.el: Add each word to regexps only once.
7117
7118         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7119         is based on the syntax definitions in lilypond.words. Remove all 
7120         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7121         LilyPond->Insert menu is generated by the entries in lilypond.words 
7122         to which have been given a syntax definition.
7123
7124         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7125         \notes, \relative, \score, \simultaneous, \transpose.
7126
7127         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7128
7129         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7130         
7131         * lilypond-mode.el: add menu keywords separately.
7132
7133         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7134
7135 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7136
7137         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7138         current ugly installation method for PFA fonts.
7139
7140 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7141
7142         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7143         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7144
7145         * Documentation/user/music-glossary.tely: update legato.
7146
7147 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7148
7149         * lexer-gcc-3.0.patch: Remove.
7150
7151         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7152
7153 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7154
7155         * debian/rules (binary-arch): remove NEWS.
7156
7157 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7158
7159         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7160         stepmake/bin{ many }: polish the `--help's of different scripts;
7161         model taken from the core-utils of Linux.
7162
7163         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7164
7165 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7166
7167         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7168
7169         * flower/libc-extension.cc: idem.
7170
7171         * flower/include/libc-extension.hh: protect against isinf macros.
7172
7173 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7174
7175         * { many }: Use two uppercase letters in LilyPond.
7176
7177         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7178
7179         * VERSION: 1.7.29 released.
7180         
7181 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7182
7183         * lily/tie.cc: add TODO comment.
7184
7185         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7186
7187         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7188         linejoins and linecaps. This fixes problems with occasional spikes
7189         on slur/tie endings.
7190         
7191         * input/regression/font-name.ly: don't use PS fonts for
7192         compatibility reasons. 
7193
7194         * mutopia/claop.py (accents): update to 1.8
7195
7196         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7197
7198         * Documentation/user/macros.itexi: don't color glossary links.
7199
7200         * Documentation/user/invoking.itexi (Error messages): new section
7201
7202 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7203
7204         * input/regression/font-name.ly: add file.
7205
7206         * scm/document-backend.scm (grob-doc): remove <hr> from
7207         lilypond-internals
7208
7209         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7210         reqd version to 1.6.4 
7211
7212         * lily/font-interface.cc (get_font): bugfix: take font-name from
7213         alist chain too. This fixes font-name override for \markup.
7214
7215 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7216
7217         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7218
7219         * input/test/polymetric-differing-notes.ly: Compile fix.
7220
7221 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7222
7223         * Documentation/user/refman.itely: fixed typo
7224
7225         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7226         before flexa
7227
7228 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7229
7230         * input/test/{ many }: search & fix some typos.
7231
7232 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7233
7234         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7235         images.
7236
7237         * scm/music-functions.scm (make-voice-props-set): set Script /
7238         TextScript dir for polyphony too.
7239
7240         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7241         before clef.
7242
7243         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7244
7245 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7246
7247         * Documentation/user/refman.itely (Percussion): Small
7248         clarifications and fixes.
7249
7250         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7251         threads. This fixes different heads playing simultaneously.
7252
7253 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7254
7255         * Documentation/user/{ many }: increase readability (read through 
7256         User manual from `one big page').
7257
7258 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7259
7260         * input/test/polymetric-differing-notes.ly: add example with
7261         disparate note values.
7262
7263         * input/test/polymetric.ly: rename from poly-metric
7264
7265         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7266         iso. outname.
7267
7268         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7269         G-clef bbox to real char extents. This fixes the G-clef being
7270         offset too much to the right.
7271         document perc clef offset.
7272
7273         WARNING: FONT CHANGED.
7274
7275         * Documentation/user/tutorial.itely (Tutorial): move menu.
7276
7277 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7278
7279         * buildscripts/lilypond-profile.sh (Error): trim error message.
7280
7281         * Documentation/user/invoking.itexi (Invoking the lilypond
7282         binary): add note about path.
7283
7284         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7285         suppresses superfluous spaces.
7286
7287 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7288
7289         * buildscripts/lilypond-profile.sh: Add documentation to error
7290         message.
7291
7292         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7293
7294 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7295
7296         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7297         <mike@ossmann.com>)
7298
7299         * Documentation/bibliography/computer-notation.bib (pages): prune
7300         unscientific language.
7301
7302         * Documentation/user/GNUmakefile: copy unsplit file to
7303         lilypond.html (idem for lilypond-internals).
7304
7305         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7306
7307         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7308
7309         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7310
7311         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7312         fix.
7313         
7314 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7315
7316         * Documentation/user/{ various }: bind text snippets with their
7317         examples, e.g. by punctuation: This is an example.
7318
7319 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7320
7321         * ly/performer-init.ly (VoiceContext): Typos.
7322
7323         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7324         builds, leave final-install to toplevel srcdir makefile.
7325
7326         * make/srcdir.make.in (install): New target.
7327
7328 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7329
7330         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7331         This fixes core dump on MIDI output (Simon Weatherill).
7332
7333         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7334         on local-WWW-post.
7335
7336 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7337
7338         * make/lilypond.redhat.spec.in: add dvips to reqs.
7339
7340 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7341
7342         * make/srcdir.make.in (web): Add special web target.
7343
7344         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7345         from inner $(LOOP).
7346
7347         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7348
7349         * stepmake/stepmake/generic-targets.make (www-targets-help):
7350         * GNUmakefile.in (web-install): Install in $(webdir).
7351
7352         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7353
7354         * cygwin/changelog: 
7355         * cygwin/mknetrel: Update.
7356
7357         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7358         (html-doc): Remove (use: web).
7359
7360         * stepmake/stepmake/script-rules.make: 
7361         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7362         Fix $(config_make) dependencies for srcdir build.
7363
7364         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7365         target for srcdir build.
7366
7367         * stepmake/make/stepmake.make: 
7368         * make/srcdir.make.in: 
7369         * GNUmakefile.in:
7370         * make/stepmake.make (config_make): Rename variable (was:
7371         configuration).
7372
7373 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7374
7375         * Documentation/user/internals.itely (Manipulating music
7376         expressions): run lilypond on example too.
7377
7378         * flower/include/libc-extension.hh: move lrint define to
7379         header. bugfix.
7380         
7381 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7382
7383         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7384         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7385         do we recurse whole tree?).
7386
7387         * GNUmakefile.in (html-doc): Resurrect.
7388
7389         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7390         obsolete $(package-icon) dependency.
7391
7392 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7393
7394         * Documentation/user/refman.itely (Automatic staff changes):
7395         add seealso 
7396
7397         * Documentation/index.html.in: link to bigpage.
7398
7399         * Documentation/user/tutorial.itely (Tutorial): streamline.
7400
7401         * Documentation/index.html.in: url typo.
7402
7403         * VERSION (PACKAGE_NAME): release 1.7.28
7404
7405         * python/lilylib.py (error_log): remove '/' from name.
7406
7407         * input/regression/pedal.ly: remove; dups input/test/
7408         
7409         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7410
7411         * Documentation/index.html.in: python style doco index.
7412
7413         * Documentation/{footer,header}.html.in (src): remove, 
7414
7415         * Documentation/pictures: remove all but lelie-logo.xpm.
7416
7417         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7418         before running makeinfo.
7419
7420         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7421         @code{}
7422
7423 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7424
7425         * input/test/bar-number-regular-interval.ly: rename.
7426
7427         * Documentation/user/*: various fixes. 
7428
7429 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7430
7431         * Documentation/{ many }: polish for update-all-menus. typos.
7432
7433         * po/fi.po: fixes.
7434
7435         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7436
7437         * buildscripts/mutopia-index.py: polish.
7438
7439         * input/regression/{ many }, input/test{ many }: polish texidocs.
7440
7441 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7442
7443         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7444         pedal-style
7445
7446         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7447         iso. edge-widen.
7448
7449         * lily/piano-pedal-engraver.cc (process_music): change from
7450         process_acknowledged ()
7451
7452         * lily/piano-pedal-bracket.cc: new file. Change
7453         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7454         cleaned up.
7455
7456         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7457
7458         * input/regression/tuplets.ly (texidoc): rename file.
7459
7460         * po/fr.po: update
7461
7462         * buildscripts/lilypond-profile.sh: error message if script is not
7463         sourced.
7464
7465         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7466         bracket-flare
7467         (make_bracket): simplify code.
7468
7469         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7470         argument.
7471
7472         * python/lilylib.py (lilypond_version_check): new function
7473
7474         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7475
7476         * scripts/ly2dvi.py (run_lilypond): add version check.
7477
7478         * scripts/lilypond-book.py (option_definitions): typo
7479
7480         * scripts/ly2dvi.py (include_path): typo
7481
7482         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7483
7484         * lily/parse-scm.cc (parse_handler): typo
7485
7486         * Documentation/user/macros.itexi: use @heading for headings.
7487
7488         * Documentation/user/refman.itely: updates, fixes.
7489
7490 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7491
7492         * po/fi.po: add Finnish translations. fixes.
7493
7494         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7495
7496         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7497         from lily/glissando-engraver.cc.
7498
7499 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7500
7501         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7502         for non-first _broken_ bracket.
7503
7504         * Documentation/user/refman.itely: corrections.
7505
7506 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7507
7508         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7509         support of the fingerings.
7510
7511         * po/fr.po: French translation update.
7512
7513         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7514         strings.
7515
7516 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7517
7518         * Documentation/user/introduction.itely: Small fixes.
7519
7520 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7521
7522         * Documentation/topdocs/AUTHORS.texi: polish.
7523
7524 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7525
7526         * Documentation/user/introduction.itely: revise
7527
7528         * Documentation/user/tutorial.itely: reorganise.
7529
7530         * Documentation/topdocs/index.tely: remove.
7531
7532         * Documentation/header.html.in: prune.
7533
7534         * GNUmakefile.in: clean up web building.
7535
7536         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7537         target.
7538
7539 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7540
7541         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7542
7543         * lilypond-mode.el: turn on blink-matching-paren.
7544
7545 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7546
7547         * scm/output-sodipodi.scm (svg-header): Fix typo.
7548
7549 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7550
7551         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7552         fixes a security hole.
7553
7554         * scripts/lilypond-book.py (original_dir): remove temp_dir
7555
7556         * scm/document-translation.scm: use @code tags.
7557
7558 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7559
7560         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7561
7562         * lilypond-mode.el: add a buffer-local post-command-hook to set
7563         context dependent syntax-table after each cursor event. Remove old
7564         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7565
7566         * lilypond-indent.el: update comments.
7567
7568         * Documentation/footer.html.in: add period.
7569
7570 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7571
7572         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7573
7574         * scm/document-translation.scm (document-property-operation): add
7575         @code{} tags.
7576
7577         * VERSION (PACKAGE_NAME): release 1.7.27
7578
7579         * config.make.in: add PAPER variable
7580
7581         * buildscripts/new-chords.py (help): add help text
7582
7583         * Documentation/user/introduction.itely (Typography and program
7584         architecture):  fixes.
7585
7586         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7587         for texinfo and dvips. This fixes problems with PDF output of the
7588         wrong size.
7589
7590         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7591         DVIPS_PAPERSIZE variable
7592
7593         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7594         TEXINFO_PAPERSIZE variable 
7595
7596 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7597
7598         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7599
7600         * mf/feta-toevallig.mf: lowres fixes.
7601
7602 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7603
7604         * NEWS: Typo and fill-paragraph fixes.
7605
7606         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7607         cast #define.
7608
7609         * configure.in: 
7610         * config.hh.in: Check for lrint.
7611
7612 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7613
7614         * VERSION: 1.7.26 released
7615
7616         * lily/separation-item.cc: add padding property.
7617
7618         * input/test/*.ly: various fixes, remove solo-a2.ly
7619
7620         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7621         bugfix. Fixes old-style markup compatibility.
7622
7623         * Documentation/user/introduction.itely (Introduction): historical
7624         elucidations
7625
7626         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7627
7628         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7629
7630         * Documentation/index.texi (Top): cleanup.
7631
7632         * Documentation/user/introduction.itely (Introduction): rewrite
7633         introduction, 
7634         (Music notation and  engraving): about notation. Add flat-picture
7635
7636 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7637
7638         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7639         separation items. This keeps lyrics from bumping into each other.
7640
7641 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7642
7643         * GNUmakefile.in (topdocs-web): New target.
7644         (local-web): Depend on topdocs-web; fixes html-doc.
7645
7646 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7647
7648         * po/lilypond.pot: run po-replace
7649
7650         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7651
7652         * scm/drums.scm (reset-drum-kit): new function.
7653
7654         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7655
7656         * scripts/update-lily.py: remove
7657         
7658         * VERSION: release 1.7.25
7659         
7660         * Documentation/user/introduction.itely (Introduction): rewrite
7661         start of introduction.
7662
7663 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7664
7665         * lily/all-font-metrics.cc: fixed typo
7666
7667 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7668
7669         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7670         LilyPond-mode-context-set-syntax-table): new functions to define
7671         the syntax table according to context.
7672
7673         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7674
7675 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7676
7677         * Documentation/user/refman.itely (Figured bass): 
7678         language nit courtesy http://www.vocabula.com
7679
7680         * GNUmakefile.in: remove no kpathsea hack.
7681
7682         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7683         doco.
7684
7685         * GNUmakefile.in: remove web-doc target.
7686
7687         * lily/all-font-metrics.cc (find_afm): add message about
7688         buildscripts/clean-fonts.sh 
7689
7690         * scm/define-music-properties.scm (figure): use string for 'figure
7691
7692         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7693
7694         * input/regression/ : add raggedright = ##t where applicable. 
7695         
7696         * scm/bass-figure.scm (make-bass-figure-markup): add
7697         alignBassFigureAccidentals property.
7698
7699         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7700         bracket.
7701
7702         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7703         syllables widths into account for minimum-length.
7704
7705         * input/test/staff-container.ly: update file
7706
7707         * input/test/stem.ly: remove
7708
7709         * lily/event.cc (LY_DEFINE): add ly: prefix.
7710
7711         * input/test/clef-manual-control.ly: from manual-clef
7712
7713         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7714
7715         * input/test/different-time-signatures.ly: move to poly-metric.ly
7716
7717         * input/test/hara-kiri*,scales.ly: remove
7718         
7719         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7720         with chord-names-jazz.ly)
7721
7722         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7723         get scalable cm fonts too.
7724
7725         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7726         --encoding for mftrace if present.
7727
7728         * input/regression/slur-area.ly: move from test/
7729
7730         * input/test/: remove simple-slur-endings slur-attachment
7731         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7732         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7733         slur-symmetry slur-symmetry tie-broken.ly
7734
7735         * scm/drums.scm (set-drum-kit): add function.
7736
7737         * Documentation/user/refman.itely (Percussion staves): use
7738         set-drum-kit
7739
7740         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7741         too
7742         (Global_measure.set_timesig): handle 3/8 time sig too.
7743
7744         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7745         note about triangle note heads.
7746
7747         * scm/drums.scm: use alist for instrument-settings. This fixes the
7748         bug with assigning to drums in the .ly file.
7749
7750         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7751         CHANGED.
7752
7753         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7754         cluster-beacon-interface
7755
7756         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7757
7758         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7759
7760         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7761
7762         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7763         to get positions.
7764
7765         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7766         make ClusterSpannerBeacon to record Y positions. This removes the
7767         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7768         make cluster-note-events.
7769
7770 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7771
7772         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7773
7774         * configure.in: Use lily/main.cc as identifying source file.
7775
7776         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7777
7778         * config.hh.in: 
7779         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7780
7781         * configure.in: Require PYTHON >= 2.0.
7782
7783         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7784           $PYTHON for include dir location.
7785         (STEPMAKE_PYTHON): New function.  Use
7786         
7787             PYTHON=foo ./configure
7788
7789           to override.
7790
7791 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7792
7793         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7794         something.
7795
7796         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7797         ftp.lilypond.org everywhere.
7798
7799 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7800
7801         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7802         detected.
7803
7804         * Documentation/user/refman.itely (Grace notes): note on explicit
7805         contexts
7806
7807 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7808
7809         * lilypond-font-lock.el: add a comment about LilyPond specific
7810         escape characters: ^, - and _, in the syntax table.
7811
7812         * Documentation/user/appendices.itely: a majuscule fix.
7813
7814 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7815
7816         * input/test/trills.ly (endHorizScript): fixes.
7817
7818         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7819         notation, move from regression.
7820
7821         * input/test/script-stack.ly: change name from stacked-scripts
7822
7823         * input/test/ossia.ly: octave errors.
7824
7825         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7826         for midi-volume-equaliser
7827
7828 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7829
7830         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7831         cm fonts.
7832
7833         * mf/feta-beugel.mf: don't multiply font_count by 10.
7834
7835         * lily/lookup.cc (horizontal_line): new function. Use
7836         horizontal-line in output backends.
7837
7838         * Documentation/user/tutorial.itely (An orchestral part): new
7839         section on orchestral stuff and identifiers.
7840
7841 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7842
7843         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7844         some interference to other modes.
7845
7846 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7847
7848         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7849         not maximum of spacing wishes in polyphonic situations.
7850
7851         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7852         number
7853
7854         * lilypond-indent.el: remove paren matching. 
7855
7856         * lily/text-item.cc (interpret_new_markup): new function
7857         use iso. text2molecule.
7858
7859         * lily/main.cc (notice): change FSF address 
7860
7861         * po/de.po: update PO file to 1.6.
7862
7863 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7864
7865         * Documentation/user/ {many}: Add periods and remove spaces.
7866         
7867 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7868
7869         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7870         Disable buffer-locally default paren hook and make a new one. 
7871
7872         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7873         locally LilyPond-paren-mode. Add todo for mouse double-click.
7874
7875 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7876
7877         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7878         Disable buffer-locally default paren idle timer and make a new one. 
7879
7880         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7881         locally LilyPond-show-paren-mode. Add to menu a toggle for
7882         LilyPond-show-paren-function.
7883
7884 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7885
7886         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7887
7888 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7889
7890         * Documentation/user/refman.itely: spelling fix.
7891
7892         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7893         paren highlight function definitions. add todo for
7894         LilyPond-show-paren-mode.
7895
7896 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7897
7898         * input/template/jazz-combo.ly: new file.
7899
7900 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7901
7902         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7903         lo-res fixes.
7904
7905         * mf/feta-schrift.mf: bugfix in varcoda sign.
7906         WARNING: FONT CHANGED
7907
7908         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7909         in accordance with lexer.ll.   
7910
7911 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7912
7913         * Documentation/user/tutorial.itely: Edit introduction.
7914
7915 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7916
7917         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7918         ly:grob-staff-position
7919
7920 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7921
7922         * scm/to-xml.scm: import srfi-1
7923
7924         * VERSION (MAJOR_VERSION):  release 1.7.24
7925
7926         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7927
7928         * scripts/lilypond-book.py (do_file): put texidoc before image.
7929         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7930
7931         * input/regression/*.ly: fix snippet octaves 
7932
7933         * input/test/spanner-after-break-tweak.ly: import
7934         broken-spanner-adjustment
7935
7936         * input/no-notation/midi-transposing.ly: move from input/test/
7937
7938         * input/test/: remove chord-markup
7939
7940         * input/regression/instrument-name-partial.ly: move from input/test.
7941
7942         * input/test/vertical-text.ly: remove
7943
7944         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7945         space above lyrics lines.
7946
7947         * input/test/uniform-breaking.ly: remove file.
7948
7949         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7950         uniform spacing density. 
7951
7952         * input/test/chords.ly (keys): remove file.
7953
7954         * scm/documentation-lib.scm (oop): use srfi-1 too.
7955
7956         * input/regression/*.ly: add \version
7957
7958         * Documentation/user/*.itely: various fixes.
7959
7960         * buildscripts/mf-to-table.py (base): break table every three
7961         symbols.
7962
7963         * input/:  remove %% new-chords-done %% .
7964
7965         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7966         os-music.ly
7967         
7968 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7969
7970         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7971
7972         * scm/new-markup.scm (box-markup): new function.
7973         (box-markup): new function. Contributed by Dick Schoeller
7974         <schoeller@attbi.com>
7975
7976         * scm/lily.scm: remove reduce-no-unit 
7977         (list-insert-separator): use fold-right
7978
7979         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7980         of arguments. 
7981
7982         * NEWS: more neutral language for ancient notation 
7983
7984         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7985         inside pointing beaming for chord tremolo.
7986
7987         * Documentation/user/lilypond-book.itely: minor editing
7988
7989 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
7990
7991         * NEWS: added news for 1.8 regarding ancient notation
7992
7993         * Documentation/user/refman.itely (Gregorian square neumes
7994         ligatures): fixed typo
7995
7996         * lily/vaticana-ligature-engraver.cc,
7997         lily/include/vaticana-ligature.hh: bugfix: use special heads for
7998         lower/upper head of Pes only when heads are stacked
7999
8000         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8001         scm/define-grob-properties.scm: cleanup: make "join-left" a
8002         boolean grob property and save delta pitch in grob property
8003         "delta-pitch" instead
8004
8005         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8006
8007 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8008
8009         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8010         completely borked
8011
8012         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8013         (try_music): bug fix: beam multiplicity was completely borked.
8014
8015         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8016         first-n, butfirst-n in favor of srfi-1 functions.
8017         remove string-join, string-pad in favor of srfi-13 functions.
8018
8019         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8020
8021         * NEWS: use complete sentences.
8022
8023         * Documentation/user/introduction.itely (Example applications):
8024         add note about databases and lilypond-book.
8025
8026         * input/test/volta.ly: remove file
8027
8028         * input/regression/volta-broken-left-edge.ly: simplify file
8029
8030 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8031
8032         * Documentation/user/refman.itely (Constructing a tweak): new
8033         subsection.
8034
8035         * Documentation/user/tutorial.itely (Fine tuning layout): add
8036         common tweaks.
8037
8038         * scm/define-grobs.scm (TextScript): use new brewer.
8039
8040 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8041
8042         * VERSION: release 1.7.23
8043
8044         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8045
8046         * python/lilylib.py (make_ps_images): bugfixes.
8047
8048         * input/regression/volta-multi-staff.ly: new file.
8049
8050         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8051
8052         * Documentation/user/tutorial.itely (Piano staffs): new section.
8053         (Setting variables): new section
8054         (Fine tuning layout): new section
8055
8056         * input/just-friends.ly: remove file. Superseeded by
8057         input/test/chords-without-melody.ly
8058
8059         * ly/property-init.ly: add all commands to refman.
8060
8061         * scm/define-translator-properties.scm: remove
8062         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8063
8064         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8065         name. Underscores botch up PS output.
8066
8067         * scm/define-translator-properties.scm: remove
8068         textNonEmpty, oneBeat, regularSpacingDelta
8069
8070         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8071         rule for automaticBars.
8072
8073         * lily/timing-engraver.cc (start_translation_timestep): change
8074         barNonAuto to automaticBars
8075
8076 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8077
8078         * input/test/perform-tie.ly: delete file.
8079
8080 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8081
8082         * Documentation/user/refman.itely (Gregorian square neumes
8083         ligatures): bugfix: do not show ledger lines in neumes table
8084         (fixed by setting staff symbol to transparent rather than removing
8085         it from staff context)
8086
8087 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8088
8089         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8090         glue into brew-new-markup-molecule.
8091
8092         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8093
8094         * Documentation/user/introduction.itely (Computerized typography):
8095         new section
8096
8097         * Documentation/user/tutorial.itely (An orchestral part): remove
8098         pc example from tutorial.
8099
8100         * input/tutorial/lilbook.tex: use screech-boink
8101
8102         * scripts/lilypond-book.py (compile_all_files): split formatting
8103         output body and scheduling lilypond compilation.
8104         (format_lilypond_output_bodies): new function
8105         (format_lilypond_block): new function
8106         (html_pages): allow multi-page images in HTML
8107
8108         * python/lilylib.py (make_ps_images): rename function from
8109         make_preview, merge with make_page_images
8110
8111 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8112
8113         * input/test/key-clefs.ly: moved to regression.
8114
8115         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8116
8117         * input/no-notation/README: added note about midi-*.ly files.
8118
8119         * input/test/two-key.ly: moved to no-notation/parse5.ly
8120
8121         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8122         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8123
8124         * input/test/ {various}: modified comments, marked some for deletion.
8125
8126         * input/test/lines.ly: deleted file; duplicate of
8127         embedded-postscript.ly
8128
8129         * input/test/mmrest-collision: moved to regression.
8130
8131 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8132
8133         * scm/chord-name.scm (note-name->markup): don't superscript root
8134         alterations in chordnames.
8135
8136 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8137
8138         * Documentation/user/refman.itely (Multi measure rests): more
8139         index/cross-referencing.
8140
8141         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8142
8143         * scm/font.scm: remove properties-to-font-name code.
8144
8145         * scm/define-grob-properties.scm: remove 'type
8146
8147         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8148         conversion
8149
8150         * lily/text-spanner.cc: change 'type grob prop to 'style 
8151
8152         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8153         "first" flag to decide whether to make a start-repeat
8154
8155         * input/regression/grace-volta-repeat-2.ly: new file.
8156
8157 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8158
8159         * lilypond-indent.el: rename generic functions to LilyPond-*
8160
8161 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8162
8163         * input/test/thumb.ly: delete, merged into refman.
8164
8165         * Documentation/user/refman.itely: added thumb info to Fingering.
8166
8167         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8168         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8169         vertical-align.ly : deleted files.
8170
8171 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8172
8173         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8174
8175         * lily/line-spanner.cc (broken_trend_offset): remove function.
8176         (get_broken_offset): idem.
8177         (brew_molecule): rewrite the line-break case.
8178
8179         * input/regression/follow-voice-break.ly:  new file.
8180
8181         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8182         start of a system.
8183
8184 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8185
8186         * input/test/tuplet-rest.ly: moved to regression.
8187
8188         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8189         deleted file.
8190
8191         * input/test/ {many} : marked file for possible deletion.
8192
8193 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8194
8195         * input/regression/beam-funky.ly: add note about (disputed)
8196         correct beaming.
8197
8198         * ly/engraver-init.ly (ScoreContext): put key-signature after
8199         staff-bar
8200         
8201 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8202
8203         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8204
8205         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8206
8207         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8208
8209         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8210         stem-extend was deleted (it was duplicate example, and not as
8211         good).
8212
8213         * input/test/[s-z]*.ly: add texidoc index.
8214
8215 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8216
8217         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8218         get_first_notecolumn_y
8219
8220         * lily/spanner.cc (broken_spanner_index): new function.
8221
8222 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8223
8224         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8225         lyric-hyphen.ly : moved to regression.
8226
8227         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8228         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8229
8230         * input/test/instrument-name-mmrest.ly: moved to
8231         ../regression/multi-measure-rest-instr-name.ly
8232
8233         * input/test/knee-sym.ly: moved to
8234         ../regression/beam-knee-symmetry.ly.
8235
8236         * input/test/hymn.ly: change comments.
8237
8238         * input/test/[p-r]*.ly: add texidoc index.
8239
8240 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8241
8242         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8243         to postfix syntax
8244         
8245         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8246         syntax.
8247
8248         * VERSION: release 1.7.22
8249
8250 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8251
8252         * input/test/[h-k]*.ly: added texidoc index.
8253
8254         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8255
8256         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8257
8258         * input/test/ various : mark files for deletion or moving to
8259         regression.
8260
8261         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8262
8263         * input/test/[l-o]*.ly: added texidoc index.
8264
8265 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8266
8267         * scm/music-functions.scm (make-ottava-set): 
8268         only do ottavation if centralCPosition is set.
8269
8270         * lily/translator-scheme.cc (ly:context-property-where-defined):
8271         return '() if not found.
8272
8273 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8274
8275         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8276         Use one command for both commenting and uncommenting.
8277
8278         * lilypond-indent.el (LilyPond-comment-region): new function,
8279         (un)comments each line separately.
8280
8281         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8282         
8283         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8284         imenu is not added by default; adapted from f90.el,
8285         makes Help-menu, which does not fit, visible in XEmacs.
8286         
8287 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8288
8289         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8290         show-paren-mode sets blink-matching-paren-on-screen local.
8291         Try to make show-paren-function to paren-highlight local.
8292
8293         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8294         Copy definitions of Emacs' show-paren-function and
8295         XEmacs' paren-highlight and make minimal changes;
8296         add comments about locality. 
8297         Fix matching first open-paren-char in '<< .. >>'.
8298
8299 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8300
8301         * input/test/g*: added texidoc index.
8302
8303         * input/test/[a-g]*: added raggedright==#t when it
8304          seemed appropiate.
8305
8306         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8307
8308         * Documentation/topdoc/INSTALL.texi: removed false warnings
8309         about gcc 3.3.
8310
8311 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8312
8313         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8314
8315         * input/test/chords-without-melody.ly (texidoc): add from
8316         input/just-friends.ly
8317
8318         * input/regression/size{13--26}.ly: move from input/
8319
8320         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8321         input/{star-spangled-banner,twinkle}.ly: remove 
8322         
8323         * lily/slur.cc: remove slur over rest warnings.
8324
8325         * lily/note-spacing.cc (get_spacing): include left part of right
8326         object in fixed space. This fixes stretched space before
8327         accidentals.
8328
8329         * input/regression/spacing-accidental-stretch.ly: new file.
8330
8331 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8332
8333         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8334         Reduce to 16pt.
8335
8336 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8337
8338         * input/regression/spacing-knee.ly: docstring
8339
8340         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8341
8342         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8343         input/tutorial/{test,solar,flowing}.ly: remove
8344
8345         * input/rhythm.ly: remove
8346
8347         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8348
8349         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8350         update syntax. 
8351
8352         * scm/define-grobs.scm (all-grob-descriptions): set
8353         knee-spacing-correction to 1.0
8354
8355         * lily/note-spacing.cc (stem_dir_correction): compute knee
8356         correction using stem-thickness and head width.
8357
8358         * input/regression/beam-quanting-horizontal.ly: update texidoc
8359
8360         * scm/define-grobs.scm (all-grob-descriptions): set
8361         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8362         This fixes 32nd beams for noteheads in spaces quants.
8363
8364         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8365
8366 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8367
8368         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8369
8370 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8371
8372         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8373
8374         * VERSION (PACKAGE_NAME): release 1.7.21
8375
8376         * input/regression/stem-shorten.ly: new file.
8377
8378         * lily/stem.cc (get_default_stem_end_position): revise stem
8379         shortening code.
8380
8381         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8382
8383         * input/test/{scripts,volta-start,sleur}.ly: remove
8384         
8385         * input/regression/span-bar.ly: smaller file.
8386
8387         * input/regression/spacing-{natural,tight,loose}.ly: remove
8388
8389         * input/test/markup.ly: remove
8390
8391         * scripts/lilypond-book.py: put printfilename in separate chunk,
8392         so texidoc is printed after the filename.  
8393
8394 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8395
8396         * make/lilypond.mandrake.spec.in: fix docdirs.
8397
8398 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8399
8400         * input/regression/beam-french.ly: bugfix.
8401
8402         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8403
8404         * input/regression/(various).ly: add raggedright = #t.
8405
8406         * input/regression/auto-beam.ly: move from abe.ly
8407
8408 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8409
8410         * input/test/f*.ly: added texinfo index.
8411         
8412         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8413
8414 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8415
8416         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8417         quant penalty for beam just outside staff.
8418
8419         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8420         from beam-pos.ly,  remove non-horizontal tests. 
8421
8422         * input/test/(various): cleanup header info. 
8423
8424         * input/test/tchaikovsky.ly: remove file.
8425
8426         * scm/chord-generic-names.scm: move from
8427         double-plus-new-chord-name.scm
8428
8429         * input/test/orchestscore.ly: remove file
8430
8431         * Documentation/user/refman.itely (Vocal music): update documentation.
8432
8433         * scm/define-translator-properties.scm (chordNoteNamer): remove
8434         chordNameStyle, use chordNameFunction
8435
8436         * scm/chord-name.scm (set-chord-name-style): remove
8437         set-chord-name-style. Use \property chordNameFunction.
8438
8439 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8440
8441         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8442         music): remove @TeX{} command.
8443
8444 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8445
8446         * lilypond-indent.el (scan-sexps): Renamed to
8447         aargh-this-breaks-other-emacs-modes-scan-sexps.
8448
8449 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8450
8451         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8452         closing slurs: '()', etc. Add comments.
8453
8454         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8455
8456         * lilypond-font-lock.el: match unending string at eof.
8457
8458         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8459         
8460 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8461
8462         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8463         input/test/beam-dir.ly input/test/beam-position.ly    
8464         input/test/beam-suspect.ly input/test/beam-trend.ly    
8465         input/test/beams.ly input/test/crescendo-text.ly : deleted
8466         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8467         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8468         * input/test/default-bars.ly: moved to bar-always.ly
8469         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8470
8471 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8472
8473         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8474
8475 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8476
8477         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8478
8479 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8480
8481         * lilypond-indent.el: Match better slurs in scheme expressions.
8482         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8483
8484         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8485
8486 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8487
8488         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8489
8490         * input/ac-extra-voice.ly: Add texidoc.
8491
8492         * ly/chord-modifiers-init.ly: 
8493         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8494         and chordNameExceptionsPartial for new chord names.
8495
8496         * input/test/chord-names-dpnj.ly: 
8497         * input/test/dpncnt.ly: Update.
8498
8499         * scm/chord-name.scm: 
8500         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8501         chord selection and options.
8502
8503         * ly/chord-modifiers-init.ly: Add exceptions 
8504
8505         * scm/define-translator-properties.scm (chordNameStyle) 
8506         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8507
8508 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8509
8510         * ly/property-init.ly (germanChords): Added.
8511         (semiGermanChords): Added.
8512         
8513         * input/test/chord-names-german.ly: Use new macros
8514         
8515 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8516
8517         * lilypond-indent.el: Use similar parenthesis highlighting for 
8518         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8519         functions; removed LilyPond-show-paren-function. Fix indenting.
8520         Turn paren-matching on also in XEmacs.
8521
8522         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8523         as needed by parenthesis highlighting functions (in scan-sexp).
8524
8525 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8526
8527         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8528         function.
8529         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8530
8531 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8532
8533         * lilypond-indent.el: tune regexp for show-paren-function.
8534
8535 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8536
8537         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8538         for all LilyPond-produced tex snippets.
8539
8540         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8541         fixes one line --preview output of ly2dvi.
8542
8543 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8544
8545         * lilypond-indent.el: match only one type of slurs in
8546         LilyPond-show-paren-function.
8547
8548 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8549
8550         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8551         * debian/lilypond1.7.dirs: 
8552         * debian/lilypond1.7-doc.dirs: New file.
8553
8554         * input/regression/chord-name-exceptions.ly: Add parameter for
8555         ignatzekExceptions.  Quote hash in docstring.
8556
8557 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8558
8559         * lilypond-indent.el (show-paren-function): define show-paren-function
8560         as LilyPond-blink-matching-open and use it for closing parens.
8561         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8562
8563         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8564         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8565         LilyPond-blink-matching-paren in order to match both open and close
8566         brackets.
8567         
8568 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8569
8570         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8571         testing by modifying the code from FSF Emacs paren.el. Add comments.
8572
8573 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8574
8575         * input/test/dpncnt.ly: Transpose example to match new
8576         default \chords octave.  Add comment.
8577         
8578         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8579         comment about octave change.
8580
8581 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8582
8583         * input/test/[d,e]: added texinfo index tags.
8584         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8585
8586 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8587
8588         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8589
8590 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8591
8592         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8593         as in blink-matching-open.
8594
8595 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8596
8597         * input/test/[a-c]: more comments in files.
8598         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8599         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8600         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8601         mark file for proposed deletion.
8602         * input/test: renaming files:
8603         auto-beam-4-8.ly to beam-auto-4-8.ly
8604         auto-beam-override.ly to beam-auto-override.ly
8605         auto-beam.ly to beam-auto.ly
8606         blank.ly to blank-paper.ly
8607         absolute-volume.ly to dynamic-absolute-volume.ly
8608
8609 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8610
8611         * input/test/dpncnt.ly: 
8612         * input/test/chord-names-dpnj.ly: Resurrect.
8613
8614         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8615
8616         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8617
8618         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8619         Better docstring, add parameter OMIT-ROOT, tidy up.
8620
8621 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8622
8623         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8624
8625 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8626
8627         * scm/output-ascii-script.scm (as-font-alist-alist):
8628         (as-properties-to-font-name):
8629         (as-make-style-sheet): Remove.
8630
8631         * scm/font.scm (as-make-font-list): New function.
8632         (as-font-sheet-alist): New variable.
8633
8634         * ly/paper-as9-init.ly: 
8635         * ly/paper-as5-init.ly: Update.
8636
8637         * ly/paper-as5.ly:
8638         * ly/paper-as9.ly: New file.
8639
8640 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8641
8642         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8643
8644 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8645         * input/sondag-morgen/*: removed due to copyright concerns.
8646         * input/[a,b]*.ly: added a newline at the end of the texinfo
8647         doc string (produces better output in HTML version).
8648         * input/c*.ly: added texinfo index and added comments to
8649         aid in future changes to input/test/ files.
8650
8651 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8652         
8653         * Documentation/user/refman.itely: fixed build problem (missing
8654         file) caused by previous renaming.
8655
8656 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8657         
8658         * input/test/[a,b]*.ly: added texinfo index and added comments to
8659         aid in future changes to input/test/ files.
8660         * input/test/bar-number-every-5-reset.ly: renamed to
8661         bar-number-every-five-reset.ly
8662         * input/test/bar-script-visibility.ly: renamed to
8663         bar-number-show-all.ly
8664
8665 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8666
8667         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8668         to Voice.
8669
8670         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8671         out note-line and glissando functionality.
8672         
8673         * lily/line-spanner.cc (brew_molecule): cleanup.
8674
8675 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8676
8677         * scripts/as2text.scm: Use rdelim module.
8678         (start-system): Rename from start-line.
8679         (stop-system): Rename from stop-line.
8680         (af-gulp-file): Use string iso symbol for getenv.
8681
8682         * scm/output-ascii-script.scm: Add guile and lily modules.
8683         (font-name-alist): New variable.
8684         (draw-line): New function.
8685
8686         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8687         (Were these silently removed, without ChangeLog entry?)
8688
8689 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8690
8691         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8692         process 2nd ottava correctly.
8693
8694 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8695
8696         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8697
8698 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8699
8700         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8701
8702 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8703
8704         * VERSION: release 1.7.20
8705         
8706         * lily/text-spanner.cc (brew_molecule): clean up function. This
8707         fixes bugs with broken 8va spanners.
8708
8709         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8710         This prevents spurious line-breaks with raggedright
8711         
8712 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8713
8714         * lily/key-performer.cc (create_audio_elements): always use major
8715         key
8716
8717         * Documentation/user/internals.itely: updates
8718
8719         * input/regression/beam-break.ly: new file.
8720
8721         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8722         beams if starting or terminating stems have 'beaming set.)
8723
8724         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8725         property.
8726
8727         * lily/parser.yy (verbose_command_req): add comment about scales.
8728
8729 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8730
8731         * lilypond-indent.el: adjust regexps in bracket-matching.
8732
8733 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8734
8735         * Documentation/user/refman.itely: more tiny fixes
8736
8737         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8738         "Chord names"; added table with input syntax for solesmes neumes
8739         table; added some words about rationale on input syntax design
8740
8741         * lily/gregorian-ligature-engraver.cc,
8742         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8743         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8744         alignment of Pes Initio Debilis
8745
8746         * Documentation/user/refman.itely,
8747         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8748         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8749         bugs in the solesmes neumes table
8750
8751 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8752
8753         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8754         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8755
8756         * lilypond-mode.el: fix tag-score. small improvements.
8757
8758 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8759
8760         * .cvsignore: Add aclocal.m4.
8761
8762         * lily/music-constructor.cc: Include <assert.h>.
8763
8764 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8765
8766         * ly/engraver-init.ly (HaraKiriStaffContext): use
8767         RemoveEmptyStaffContext instead.
8768
8769         * Documentation/user/refman.itely: updates
8770
8771 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8772
8773         * Documentation/user/refman.itely: added solesmes neumes table;
8774         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8775         bugfix: "Ornaments" -> "Articulations"
8776
8777         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8778
8779 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8780
8781         * lilypond-indent.el: Add a message about trying to match \] or \).
8782         
8783 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8784         
8785         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8786         obsolete "arithmetic_*"
8787
8788         * input/bugs/ligatures.ly: removed (will be put into a different
8789         directory later)
8790
8791 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8792
8793         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8794         libkpathsea (Maurizio Tomasi).
8795
8796 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8797
8798         * input/regression/repeat-slash.ly (texidoc): new file
8799
8800         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8801         slash repeats separately. Slash repeats and %
8802         repeats can now be nested.
8803
8804 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8805
8806         * lilypond-indent.el: Add preliminary test for closing \] and \).
8807         
8808 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8809
8810         * lily/gregorian-ligature-engraver.cc,
8811         lily/vaticana-ligature-engraver.cc,
8812         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8813         mf/parmesan-heads.mf: various semivocalis related bugfixes
8814
8815         * input/bugs/ligatures.ly: new file demonstrating problems with
8816         ligatures
8817         
8818 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8819
8820         * lilypond-mode.el,
8821         lilypond-font-lock.el,
8822         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8823
8824 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8825
8826         * lilypond-mode.el: Remove outdated code. Stress the difference 
8827         between Emacs and XEmacs definitions.
8828
8829         * lilypond-mode.el,
8830         lilypond-indent.el: Define a function interactive only when necessary.
8831
8832 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8833
8834         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8835         Use inactive regions also in XEmacs.
8836
8837 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8838
8839         * Documentation/user/refman.itely (Repeat syntax): more updates
8840
8841         * lily/simple-spacer.cc (solve): move solution process into
8842         solve(). This fixes a bug with collisions and raggedright = ##t.
8843  
8844         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8845
8846         * ly/engraver-init.ly: remove GraceContext. Update examples.
8847
8848 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8849
8850         * GNUmakefile.in (fonts): Also make fontball.
8851
8852         * Website fixes:
8853
8854         * ly/engraver-init.ly (GraceContext): Add.
8855
8856         * run:
8857
8858             convert-ly $(find . -name *.ly)
8859
8860         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8861         new chords.
8862
8863 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8864
8865         * VERSION: 1.7.19 released
8866         
8867         * scm/music-functions.scm (set-octavation): new function.
8868
8869         * input/regression/ottava.ly: new file
8870
8871         * lily/translator-scheme.cc (LY_DEFINE): new function
8872         ly:unset-context-property
8873         (LY_DEFINE) new function ly:context-property-where-defined: 
8874
8875 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8876
8877         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8878
8879         * lilypond.words: add few.
8880
8881         * input/test/script-chart.ly: fix typo.
8882
8883 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8884
8885         * scm/define-grobs.scm: uniform naming for definitions and output
8886         routine files. 
8887
8888         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8889         scm/context-description.scm
8890
8891         * lily/parser.yy (translator_spec_body): add \description to the
8892         \translator{} body syntax.
8893
8894         * lily/ottava-engraver.cc: new file.
8895
8896         * scm/chord-name.scm (natural-chord-alteration): replace old
8897         chord stuff. 
8898
8899         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8900
8901         * Documentation/user/refman.itely (Metronome marks): update doco.
8902
8903         * input/regression/markup-note.ly: new file
8904
8905         * input/regression/metronome-marking.ly: new file
8906
8907         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8908
8909         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8910         metronome marks.
8911
8912 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8913
8914         * Documentation/user/GNUmakefile: Compatibility fix for new
8915         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8916         for making binary packages; info splitting bug has been fixed.
8917
8918         * Documentation/user/refman.itely: Compile fixes.
8919
8920 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8921
8922         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8923         Count \midi -keywords also for a region.
8924
8925 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8926
8927         * lily/lookup.cc (LY_DEFINE): new function
8928
8929         * Documentation/user/tutorial.itely: updates
8930
8931 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8932
8933         * lilypond-mode.el: Allow Midi on buffer.
8934         Use only '.ly'-extension, remove '.sly' and '.fly'.
8935         Allow use of inactive regions. Invoke next Command on Master file, 
8936         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8937
8938 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8939
8940         * Documentation/user/tutorial.itely: updates.
8941
8942 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8943
8944         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8945
8946 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8947
8948         * lily/coherent-ligature-engraver.cc: fixed typo
8949
8950         * lily/coherent-ligature-engraver.cc,
8951         lily/gregorian-ligature-engraver.cc,
8952         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8953         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8954         lily/vaticana-ligature-engraver.cc,
8955         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8956         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8957         removed all ligature specific stuff from NoteHead code
8958
8959         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8960         ligatures now use regular noteheads
8961
8962         * lily/vaticana-ligature.cc: tiny code cleanups
8963
8964         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8965         space between two adjacent noteheads of the same pitch
8966
8967         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8968         description; cleanup: removed obsolete font-family settings
8969
8970 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8971
8972         * lily/coherent-ligature-engraver.cc,
8973         lily/gregorian-ligature-engraver.cc,
8974         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8975         lily/mensural-ligature-engraver.cc,
8976         lily/vaticana-ligature-engraver.cc,
8977         lily/include/gregorian-ligature-engraver.hh: updated for new
8978         Coherent_ligature_engraver; added comments that describe the basic
8979         design ideas of the ligature implementation
8980
8981         * lily/coherent-ligature-engraver.cc,
8982         lily/include/coherent-ligature-engraver.hh: new file: shared code
8983         between mensural ligatures and Gregorian chant notation ligatures
8984
8985 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8986
8987         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8988         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
8989         use only two arguments in sit-for, use no arguments in
8990         read-char-exclusive, backspace is not a character (127) in XEmacs.
8991
8992         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
8993
8994 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8995
8996         * lilypond-mode.el: un-commenting works after syntax-table fix.
8997
8998         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
8999         group, verbose commenting for syntax table.
9000
9001         * lilypond-indent.el: add TODO for ligature slurs.
9002
9003 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9004
9005         * lilypond-mode.el: Move comments of parenthesis matching away,
9006         (blink-matching-paren-on-screen) fix blinking in Emacs.
9007
9008         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9009         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9010
9011         * lilypond-indent.el: Add TODO for parenthesis matching.
9012
9013 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9014
9015         * lilypond-mode.el: Fix XEmacs: 
9016         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9017         invoke explicitly easy-menu-add (in Emacs done automatically).
9018         
9019         * lilypond.words: Add few words from input/*/*.ly.
9020
9021 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9022
9023         * VERSION (PATCH_LEVEL): release 1.7.18
9024
9025         * scripts/lilypond-book.py: only print basename for printfilename
9026         option
9027
9028         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9029         and syntax updates.
9030
9031 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9032
9033         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9034         better parametrisation. Move fatness of bulb downward.
9035
9036         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9037         glyph names. Underscores are not allowed .ps encoding files.
9038
9039 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9040
9041         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9042         variable "packed" for packed right-ragged mode
9043
9044         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9045         unused variable ragged; fixed indentation
9046
9047         * Documentation/user/refman.itely: tiny cleanups in ancient
9048         clef and custos section
9049
9050 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9051
9052         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9053         \applyoutput PROCEDURE
9054
9055         * lily/my-lily-lexer.cc: add \applyoutput.
9056
9057         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9058
9059         * lily/text-item.cc: clean text-interface description
9060
9061 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9062
9063         * input/{regression,test}/: use postfix for slur endings and beam
9064         begins.
9065
9066         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9067         style beams too. 
9068
9069         * input/regression/lyrics-melisma-beam.ly: new file.
9070
9071         * lily/lyric-engraver.cc (process_music): change from
9072         process_acknowledged_grobs()
9073
9074         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9075         functions to set and revert auto-beam settings.
9076
9077 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9078
9079         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9080
9081 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9082
9083         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9084         Documentation/user/lilypond.tely: fixed some typos; updated author
9085         info
9086
9087         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9088         #"" -> #'flag-style = #'()
9089
9090         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9091         cleanup: removed dead #includes
9092
9093         * lily/gregorian-ligature-engraver.cc,
9094         lily/include/gregorian-ligature.hh,
9095         scm/grob-property-description.scm: small cleanups, small spacing
9096         fixes
9097
9098         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9099         lily/vaticana-ligature.cc,
9100         lily/include/gregorian-ligature-engraver.hh,
9101         scm/grob-property-description.scm, scm/music-types.scm:
9102         "porrectus" -> "pes or flexa"
9103
9104         * ly/engraver-init.ly, scm/grob-description.scm,
9105         scm/grob-property-description.scm: junked porrectus, now handled
9106         by ligature code
9107
9108         * scm/grob-description.scm: bugfix: added space-alist entry for
9109         breathing sign/custos
9110
9111 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9112
9113         * Another grand 2003 update.
9114         
9115         * Remove mentioning of `mudela'; There's no such thing.
9116
9117 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9118
9119         * Documentation/user/preface.itely (Preface to version 1.8): update
9120
9121         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9122
9123         * Documentation/user/converters.itely (Invoking convert-ly): revise
9124
9125         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9126
9127         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9128
9129 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9130
9131         * Documentation/user/internals.itely: more updates.
9132
9133 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9134
9135         * Documentation/user/refman.itely: revise 
9136
9137         * Documentation/user/internals.itely: revise
9138
9139         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9140
9141 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9142
9143         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9144         beautification: reformatted ancient clefs section; cleanup: small
9145         wording fixes
9146
9147 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9148
9149         * lilypond.words: added words for chant notation, sorted
9150         alphabetically through "sort lilypond.words"
9151
9152 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9153
9154         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9155         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9156         chant notation
9157
9158 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9159
9160         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9161         prevent TeX from interpreting them as long dash
9162
9163         * input/test/vaticana.ly: updated
9164
9165         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9166         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9167         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9168         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9169         fixes
9170
9171         * mf/parmesan-heads.mf: ledger endings: removed dead code
9172
9173 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9174
9175         * VERSION: 1.7.17 released
9176         
9177         * Documentation/user/GNUmakefile
9178         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9179         files too.
9180
9181         * scm/document-markup.scm: new file: document all markup
9182         functions.
9183
9184         * scm/documentation-generate.scm: rename all documentation modules
9185         to document-*.scm
9186
9187         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9188         .png
9189
9190         * input/test/divisiones.ly: added
9191
9192         * input/regression/output-property.ly: new file
9193
9194         * lily/cluster.cc: change cluster-interface to use style property
9195
9196 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9197
9198         * input/test/chord-names-german.ly: modified.
9199
9200         * scm/chords-ignatzek.scm:
9201           chord-name->german-markup: Added
9202           note-name->german-markup: Changed (now producing lowercase notenames)
9203
9204         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9205         
9206 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9207
9208         * scripts/convert-ly.py (FatalConversionError.conv):
9209         divisiominima -> divisioMinima, etc.
9210
9211         * ly/engraver-init.ly (FiguredBassContext): add
9212         Separating_line_group_engraver to Figured bass context.
9213
9214         * ly/german-chords-init.ly: remove file
9215
9216         * input/test/chord-names-german.ly (scm): new file.
9217
9218         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9219
9220         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9221         Chord_name_engraver
9222
9223         * Documentation/user/refman.itely: lots of updates.
9224
9225         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9226         new file
9227
9228         * input/test/bar-number-every-5-reset.ly: new file.
9229
9230 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9231
9232         * input/regression/chord-name-major7.ly: new file
9233
9234         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9235         if specced explicitly.
9236
9237         * input/regression/chord-name-entry-11.ly: new file.
9238
9239         * input/test/slur-beautiful.ly: new file.
9240
9241         * Documentation/user/refman.itely: updates.
9242
9243         * input/regression/collisions.ly (threevoice): cleanup.
9244
9245         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9246
9247 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9248
9249         * Documentation/user/*.itely: various updates.
9250
9251         * ly/spanners-init.ly: enddecr/ endcr.
9252
9253         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9254         of tutorial
9255
9256 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9257
9258         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9259
9260         * lily/new-chord-name-engraver.cc (process_music): use octavation
9261         (a number) instead of original-pitch to store inversions. This
9262         fixes a problem with transposed chords with inversions.  
9263
9264 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9265
9266         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9267         used in includable-lexer.hh.
9268
9269         * lily/includable-lexer.cc: Bugfix: include config.h.
9270
9271         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9272         circumvention of Debian packaging bug.
9273
9274 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9275
9276         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9277         
9278         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9279
9280         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9281         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9282
9283         * lily/include/includable-lexer.hh: 
9284         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9285
9286         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9287
9288         * aclocal.m4: Regenerate.
9289
9290         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9291         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9292
9293         * scm/pdf.scm (use-modules): Include lily.
9294
9295         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9296         Noordkamp).
9297         (use-modules): Include lily.
9298         (lily-def): Bugfix: include tex-val in let.
9299
9300 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9301
9302         * lilypond-mode.el: sensible error if lilypond.words not found.
9303
9304         * lilypond.words: add few words.
9305
9306 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9307
9308         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9309
9310         * mf/parmesan-scripts.mf: fixed typo in char name
9311
9312 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9313
9314         * VERSION: 1.7.16 released
9315
9316         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9317         (this is a security vulnerability).
9318
9319         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9320
9321         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9322         add staff support.
9323
9324 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9325
9326         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9327         ly/script-init.ly, scm/script.scm: bugfix: renamed
9328         fermata->signumcongruentiae to fix naming clash with feta font
9329
9330 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9331
9332         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9333
9334         * lily/multi-measure-rest-engraver.cc
9335         (start_translation_timestep): use grace timing too for determining
9336         when to make mmrest.
9337         (start_translation_timestep): clear numbers too.
9338
9339 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9340
9341         * scm/music-types.scm: compile fix: escape braces
9342
9343         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9344         work around font selection problem
9345
9346         * Documentation/user/refman.itely: BreathingSign: added docu for
9347         property "text"
9348
9349 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9350
9351         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9352         information.
9353
9354 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9355
9356         * lily/multi-measure-rest-engraver.cc (class
9357         Multi_measure_rest_engraver): make multiple Number objects, one
9358         for each MultiMeasureTextEvent.
9359
9360         * scm/music-functions.scm (glue-mm-rest-texts): use
9361         MultiMeasureTextEvent
9362
9363         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9364
9365         * Documentation/user/refman.itely (Multi measure rests): update.
9366
9367 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9368
9369         * lily/ly-module.cc (ly_copy_module_variables): use
9370         scm_internal_hash_fold() for iterating modules.
9371
9372 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9373
9374         * Documentation/user/refman.itely: Section Custodes: added more
9375         example code
9376
9377         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9378         neo-mensural rests to parmesan font
9379
9380         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9381         header
9382
9383 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9384
9385         * Documentation/user/macros.itexi: @fileref macro.
9386
9387         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9388         each file. 
9389
9390 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9391
9392         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9393         Documentation/topdocs/AUTHORS.texi: updated my email address
9394
9395         * Documentation/user/refman.itely: updated custos documentation;
9396         beautified divisiones example; beautified articulations table
9397
9398         * lily/breathing-sign.cc: bugfix: finalis molecule
9399
9400 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9401
9402         * Documentation/user/refman.itely: added docu for
9403         contemporary fermata symbols, gregorian breathing signs; small fixes
9404
9405         * ly/gregorian-init.ly: removed obsolete #'type props
9406
9407 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9408
9409         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9410         minimum-length property correctly.
9411
9412 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9413
9414         * scm/music-functions.scm (make-multi-measure-rest): set input
9415         locations for multimeasure rests.
9416
9417 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9418
9419         * input/regression/breathing-sign.ly: updated to for ancient
9420         notation
9421
9422 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9423
9424         * scripts/ly2dvi.py: Add newline.
9425
9426 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9427
9428         * scripts/ly2dvi.py (dependency_files): Compile fix.
9429
9430 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9431
9432         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9433         (make_html_menu_file): --html menu. 
9434
9435 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9436
9437         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9438
9439 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9440
9441         * input/screech-boink.ly: new file.
9442
9443 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9444
9445         * scripts/lilypond-book.py (make_lilypond_file): convert
9446         lilypond-file to lilypond block directly, without going through
9447         begin/end lilypond text.
9448         
9449
9450 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9451
9452         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9453         scm/grob-description.scm: moved Michael's original breathing sign
9454         code in brew_molecule() to divisio_minima(); provided new
9455         brew_molecule() that effectively replaces the
9456         Text_item::brew_molecule callback (with additional fallback to
9457         Michael's original code); added callbacks for brewing divisio
9458         maior/maxima and finalis
9459
9460         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9461         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9462
9463         * script-init.ly: added shortfermata, longfermata,
9464         verylongfermata, varcoda
9465
9466         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9467         longfermata, verylongfermata, varcomma, varcoda
9468
9469 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9470
9471         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9472           Remove all noquote and insert a few quote.
9473         
9474         * Documentation/user/lilypond-book.itely (Music fragment options),
9475           scripts/lilypond-book.py: Don't include quotation blocks by
9476           default. Introduce option quote instead of noquote
9477
9478 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9479
9480         * VERSION: 1.7.15 released
9481         
9482         * Documentation/user/lilypond.tely: omf updates.
9483
9484         * buildscripts/texi2omf.py (omf_vars): include version.date
9485
9486         * make/lilypond.redhat.spec.in: fixes for spec file. 
9487
9488         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9489         by function definition: lily now requires a recent GNU Make.
9490
9491         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9492         writing.
9493
9494         * make/ly-rules.make: remove .ly -> .tex rule
9495
9496         * Documentation/user/refman.itely (Figured bass): revised figured
9497         bass example.
9498
9499 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9500
9501         * stepmake/stepmake/omf-targets.make (local-install): add
9502         scrollkeeper-update message.
9503
9504         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9505         to binary.
9506         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9507
9508         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9509
9510         * Documentation/user/converters.itely (Invoking midi2ly): add
9511         track/channel notice.
9512
9513 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9514
9515         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9516
9517         * lily/parser.yy (scalar): DIGIT is also a scalar.
9518
9519         * Documentation/user/music-glossary.tely: add @omf tags
9520
9521         * Documentation/user/lilypond.tely: add @omf tags
9522
9523         * scm/generate-documentation.scm (string-append): add @omf tags.
9524
9525         * stepmake/stepmake/omf-*: new files 
9526
9527         * input/regression/multi-measure-rest.ly (texidoc): add doco
9528
9529         * GNUmakefile.in (web-doc-install): add web-doc-install target
9530
9531         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9532         fixes crashes while dumping MIDI.
9533
9534         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9535         midi
9536
9537 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9538
9539         * buildscripts/texi2omf.py: new file.
9540
9541         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9542         font-name
9543
9544 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9545
9546         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9547
9548         * lily/sequential-iterator.cc (descend_to_child): call
9549         descend_to_child() for all types of music.
9550
9551 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9552
9553         * scm/translator-property-description.scm: Add
9554         bassFigureFormatFunction.  Replace some entries.
9555
9556 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9557
9558         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9559         clean out.
9560
9561 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9562
9563         * scripts/midi2ly.py (Note.dump): never dump duration for
9564         dump_dur=0.
9565
9566         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9567         new function
9568
9569         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9570         figures using new markups. Much simpler, and should improve layout
9571         a little.
9572
9573         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9574
9575 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9576
9577         * ly/engraver-init.ly: use Hara kiri by default for 
9578         ChordNames, FiguredBass and Lyrics(Voice) context. 
9579
9580         * lily/axis-group-engraver.cc (acknowledge_grob): use
9581         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9582
9583         * scm/new-markup.scm (markup-function-list): add bracket,
9584         vbracket.
9585
9586         * ly/engraver-init.ly (ChordNamesContext): set
9587         minimumVerticalExtent
9588
9589 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9590
9591         * input/test/time-signature-double.ly: new file 
9592
9593         * input/regression/collision-head-chords.ly (texidoc): new file.
9594
9595         * lily/type-swallow-translator.cc: add note swallow translator 
9596
9597         * input/test/time-signature-double.ly: new file.
9598
9599         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9600
9601         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9602         (FiguredBassContext): idem.
9603
9604         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9605
9606         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9607
9608         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9609
9610         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9611         .afm dependency
9612
9613         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9614
9615         * python/lilylib.py (make_page_images): add function.
9616
9617         * scripts/ly2dvi.py (run_latex): include title in preview image.
9618
9619         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9620         from lilypond-book for <ly2dvifile> tags in HTML.
9621
9622         * scripts/ly2dvi.py (option_definitions): add --debug option to
9623         print out environment.
9624
9625         * input/regression/tie-chord-partial.ly: new file.
9626
9627 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9628
9629         * lilypond.words: add 3
9630
9631 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9632
9633         * scm/new-markup.scm (markup-function-list): add finger-markup
9634
9635         * input/tutorial/brahms-tweaked.ly: new markup 
9636
9637         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9638
9639         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9640         crash when processing '() markup
9641
9642         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9643
9644         * lily/breathing-sign.cc (railtracks): another caesura.
9645
9646         * mf/feta-schrift.mf: caesura symbol. 
9647
9648 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9649
9650         * scripts/convert-ly.py (FatalConversionError.conv): add
9651         ly:molecule-XXX conversions.
9652
9653         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9654
9655         * input/regression/multi-measure-rest-text.ly: new file.
9656
9657         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9658         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9659
9660         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9661         ScoreContext
9662
9663         * scm/new-markup.scm (center-markup): \center markup.
9664
9665         * scm/music-functions.scm: remove pitchify scripts.
9666
9667         * lily/music.cc (print_smob): display music name if available 
9668
9669 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9670
9671         * Documentation/user/refman.itely (Instrument names): remove
9672         \turnOff doco.
9673
9674 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9675
9676         * lily/score.cc (mark_smob): bugfix.
9677
9678         * input/regression/rehearsal-mark.ly: new file.
9679
9680         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9681         report error at the current token again.
9682
9683 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9684
9685         * cygwin/mknetrel: Exit if doc build fails.
9686
9687         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9688
9689 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9690
9691         * scm/music-types.scm (music-descriptions): add doc strings
9692
9693 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9694
9695         * lily/lexer.ll: 
9696         * lily/include/my-lily-lexer.hh: 
9697         * lily/include/includable-lexer.hh: Add flex kludge.
9698
9699         * config.hh.in: 
9700         * config.make.in: 
9701         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9702         cruft.
9703         
9704         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9705         code.
9706
9707 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9708
9709         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9710
9711         * lily/parser.yy (new_chord): Compile fix.
9712
9713 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9714
9715         * Documentation/user/refman.itely (Tuning groups of objects):
9716         remove documentation for \turnOff. 
9717
9718         * lily/percent-repeat-engraver.cc (try_music): add correct
9719         processing moments for double-measure percents as well.
9720
9721         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9722
9723         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9724         grob prop type. 
9725
9726         * Documentation/user/refman.itely (Printing named chords): add
9727         chord name tweak doco.
9728
9729         * input/template/gregorian-transcription.ly: new file.
9730
9731 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9732
9733         * VERSION: 1.7.13 released
9734         
9735         * input/test/*: lots of cleanups/comment-outs/removals in chord
9736         examples
9737         
9738         * input/regression/*: lots of cleanups/comment-outs/removals in
9739         chord examples
9740         
9741         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9742         options
9743
9744         * lily/new-chord-name-engraver.cc (process_music): give original
9745         inversion pitch to chord name routine.
9746
9747         * input/tutorial/os-score.ly: update to new markup
9748
9749         * Documentation/user/appendices.itely: simply include
9750         chords-ignatzek. 
9751
9752         * Documentation/user/refman.itely (Chords mode): add documentation
9753         for chord mode.
9754
9755         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9756         not present in chord.
9757         (construct-chord): add inversion and bass support.
9758
9759         * lily/chord.cc: junk contents.
9760
9761 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9762
9763         * Documentation/user/refman.itely:
9764         * Documentation/user/music-glossary.tely: fix. 
9765
9766 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9767
9768         * scm/chord-entry.scm (construct-chord): move chord construction
9769         to Scheme.
9770
9771         * lily/parser.yy (new_chord): new setup for chord entry.
9772
9773 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9774
9775         * lilypond.words:
9776         * Documentation/user/music-glossary.tely: add ambitus.
9777
9778 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9779
9780         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9781
9782         * lily/include/*.hh: string() -> to_string()
9783
9784         * scm/chords-ignatzek.scm: new file.
9785
9786         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9787         standard chord name exceptions.
9788
9789         * scm/translator-property-description.scm (chordNameSeparator):
9790         add property.
9791         (majorSevenSymbol): add property
9792
9793         * lily/translator-scheme.cc (ly:context-properties): new function
9794         (ly:context-parent): new function.
9795         (print_smob): print context name.
9796
9797         * lily/music.cc (ly:get-music-length): new function
9798         (print_smob): don't print properties.
9799
9800         * lily/duration.cc (duration<?): new function
9801
9802         * input/regression/chords-funky-ignatzek.ly: new file.
9803
9804         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9805         jazz chords.
9806
9807         * lily/pitch.cc (ly:pitch-diff): new function.
9808
9809         * input/regression/chords-ignatzek.ly: new file.
9810
9811 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9812
9813         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9814         pitches for jazz chords.
9815
9816 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9817
9818         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9819
9820 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9821
9822         * lilypond.words: add 1
9823
9824 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9825
9826         * Documentation/topdocs/AUTHORS.texi: refine.
9827
9828 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9829
9830         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9831         
9832         * lilypond.words: add one.
9833
9834 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9835
9836         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9837         Fontify bass note in chords, e.g., e in c1/e.
9838         
9839 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9840
9841         * Documentation/user/music-glossary.tely: Dutch updates and
9842         additions (Arent Storm).
9843
9844 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9845
9846         * input/regression/ambitus.ly:  move file.      
9847
9848         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9849
9850         * lily/event.cc (transpose): add tonic property to Key_change_req
9851         and to Key_engraver.
9852
9853 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9854
9855         * Documentation/user/refman.itely: fix typo.
9856
9857         * lilypond.words: removed wrong identifiers.
9858
9859 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9860
9861         * mf/feta-toevallig.mf: make flat stem shorter 
9862
9863 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9864
9865         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9866
9867         * lilypond.words: add from Phrasing slur.
9868         
9869 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9870
9871         * lilypond-mode.el: allow launching multiple ViewPS processes.
9872         
9873         * lilypond.words: add from Text markup.
9874
9875 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9876
9877         * input/test/ossia.ly (texidoc): add comment.
9878
9879         * input/regression/voice-follower.ly: new file.
9880
9881         * mf/feta-toevallig.mf: make flat heavier.
9882
9883         * lily/cluster-engraver.cc: clean up Cluster engraver
9884
9885         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9886         Engraver. Use Note_column to compute Y positions and deal with
9887         line break stuff.
9888
9889 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9890
9891         * lily/stem.cc: move french-beaming to stem.
9892
9893 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9894
9895         * lilypond-font-lock.el: fontify all durations in chords.
9896
9897         * lilypond.words: add from lily/my-lily-lexer.cc
9898
9899 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9900
9901         * VERSION: release 1.7.12
9902
9903         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9904
9905         * lily/gregorian-ligature.cc: new file
9906
9907         * lily/*: the Great 2003 search & replace.
9908
9909         * Documentation/user/refman.itely (Manual repeat commands): add
9910         note about font selection.
9911
9912 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9913
9914         * lilypond-mode.el: propose recompiling midi while invoking playing,
9915         not while stopping playing.
9916
9917 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9918
9919         * lilypond.words: add one.
9920
9921         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9922         and expressional note grouping. Fontify chord modes.
9923
9924 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9925
9926         * Documentation/user/music-glossary.tely (Top): translate melisma.
9927
9928 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9929
9930         * Documentation/user/music-glossary.tely (Top): add melisma.
9931
9932 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9933
9934         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9935         interfaces for (abstract) grob GregorianLigature
9936
9937         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9938         renamed head* -> glyph_name*, x-shift* -> x-offset*
9939
9940         * scm/grob-property-description.scm: bugfix: added missing descriptions
9941
9942 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9943
9944         * input/test/chord-names-dpnj.ly: New file.
9945
9946         * scm/double-plus-new-chord-name.scm: Implement full and partial
9947         exceptions.
9948
9949         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9950
9951         * scm/double-plus-new-chord-name.scm
9952         (double-plus-new-chord->markup): Fix sub->markup.
9953
9954
9955 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9956
9957         * lily/custos-engraver.cc: added TODO; editorial changes
9958
9959         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9960         consistency with other ligature engravers; removed access on (now)
9961         private variable _ligature of Ligature_engraver
9962
9963         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9964         renamed last_bound -> last_bound_; issue programming_error on
9965         abstract method calls; moved primitives code from
9966         Mensural_bracket_engraver to here (because almost ligature
9967         engravers will need it); renamed try_stop_ligature () ->
9968         typeset_ligature (); bugfix: store primitives of finished ligature
9969         in separate variable finished_primitives_ to avoid clash on input
9970         like "\] \["; added current_ligature () to enable access on
9971         private variable _ligature
9972
9973         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9974         (now in super class); renamed try_stop_ligature () ->
9975         typeset_ligature ()
9976
9977         * lily/mensural-ligature.cc: issue programming_error on abstract
9978         method calls
9979
9980         * lily/note-heads-engraver.cc: added TODO comment upon bool
9981         in_ligature
9982
9983         * mf/parmesan-heads.mf: fixed some of set_char_box()
9984
9985         * scm/grob-description.scm: added VaticanaLigature
9986
9987         * scm/grob-property-description.scm: added neume prefix properties
9988
9989         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
9990         lily/include/gregorian-ligature-engraver.hh,
9991         lily/include/gregorian-ligature.hh: new files; framework for
9992         gregorian ligature engravers such as vaticana
9993
9994         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
9995         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
9996         vaticana style ligature implementation (still somewhat uncomplete)
9997
9998 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9999
10000         * VERSION: release 1.7.11
10001
10002         * scripts/convert-ly.py: add ly:pitch-transpose rule
10003
10004 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10005
10006         * input/test/dpncnt.ly: New file.
10007
10008         * lily/my-lily-lexer.cc: Add chordnames keyword.
10009
10010         * lily/parser.yy (chordnames_block): Parse chord name exception
10011         lists, see input/test/dpncnt.ly.
10012
10013         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10014         function.
10015
10016         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10017         filter-out too.
10018
10019         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10020         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10021         pitch functions (except for ly:make-pitch, but that's apparently
10022         some sort of scheme naming standard?).
10023
10024         * scm/lily.scm (!=): define-public.
10025
10026         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10027
10028 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10029
10030         * scm/double-plus-new-chord-name.scm
10031         (double-plus-new-chord-name->markup): New file.
10032
10033 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10034
10035         * python/lilylib.py (make_preview): don't suppress progress for
10036         bbox extraction.
10037
10038 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10039
10040         * Documentation/user/appendices.itely (scheme): update for new syntax.
10041
10042         * input/regression/chord-name-styles.ly: new file
10043
10044         * lily/instrument-name-engraver.cc: create instrument names
10045         without barline too.  Allows instrument name on ChordNames  
10046
10047         * scm/new-markup.scm (interpret-markup): allow simple strings as
10048         markup too.
10049
10050 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10051
10052         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10053         (step->markup-accidental): Fix: add accidental.
10054         (chord::inner-name-american): 
10055         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10056         append stray '/' if last superscript addition was 'o'.
10057
10058         * scm/new-markup.scm (normal-size-sub-markup) 
10059         (normal-size-super-markup): New function.
10060
10061         * lily/source-file.cc (Source_file): Add warning for possibly
10062         intentional but suspicious initialization.
10063
10064         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10065         add comments about cut-and-paste programming.
10066
10067         * flower/rational.cc (lcm): Not used; comment out.
10068
10069 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10070
10071         * lily/new-fingering-engraver.cc (position_scripts): use
10072         fingerHorizontalDirection to determine fingering horizontal
10073         directions.
10074  
10075         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10076         fingering support.
10077
10078         * scripts/convert-ly.py (FatalConversionError.conv): add style
10079         conversion rule. 
10080
10081         * scm/chord-name.scm (set-chord-name-style): new function.
10082         (new-chord-name-brew-molecule): revise to interpret markup only
10083         (new-chord->markup): cleanuppish rewrite. To be called from the
10084         new engraver.
10085
10086         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10087         Markup earlier, during interpreting.
10088
10089         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10090         style settings. Rename to chord-names-*.ly
10091
10092 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10093
10094         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10095         markup code and update to new markup.  Most probably broke some of
10096         it.
10097         
10098 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10099
10100         * Documentation/user/refman.itely: added docu for ambitus and
10101         clusters
10102
10103         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10104         ly_quote_scm() in lookup.cc
10105
10106         * mf/parmesan-clefs.mf: set_char_box fix
10107
10108         * lily/cluster-engraver.cc: junk implicit protection; use
10109         Protected_scm instead
10110
10111 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10112
10113         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10114         throughout.
10115
10116         * scm/new-markup.scm: Turn-off error-triggering test code.
10117
10118 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10119
10120         * scm/new-markup.scm (markup-thrower-typecheck) 
10121         (markup-typecheck?):  add full typechecking functions.
10122         (make-markup-maker): add make-FOO-markup functions.
10123         (markup-argument-list-error): nice error checking messages.
10124         (make-markup): better function: less quoting escapades.
10125
10126 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10127
10128         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10129
10130 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10131
10132         * cygwin/lilypond.hint (requires): Add cygwin.
10133
10134         * .cvsignore: Remove stepmake (huh!?!), add lib.
10135
10136         * GNUmakefile.in: Add libdir links for builddir runs.
10137
10138         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10139         instead of datadir.
10140
10141         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10142         local_lilypond_libdir.
10143
10144         * config.make.in (lilypond_libdir): Add.
10145
10146         * stepmake/stepmake/substitute-rules.make: 
10147         * stepmake/stepmake/script-rules.make: 
10148         * stepmake/stepmake/python-module-rules.make:
10149         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10150         lilypond-python-module patch.
10151
10152 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10153
10154         * Documentation/user/refman.itely (Graphical interfaces): add note
10155         about xml2ly.
10156
10157 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10158
10159         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10160
10161 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10162
10163         * VERSION: released 1.7.10
10164
10165         * scripts/musedata2ly.py (): idem
10166
10167         * scripts/midi2ly.py (dump_chord): idem
10168
10169         * scripts/etf2ly.py (version): idem 
10170
10171         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10172
10173         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10174
10175         * scm/tex.scm (tex-output-expression): remove eval compat
10176         glut. Other output files too.
10177
10178         * scm/chord-name.scm: don't export anything from chord module.
10179
10180         * input/test/american-chords.ly: idem
10181
10182         * input/test/banter-chords.ly (texidoc): idem
10183
10184         * input/test/Cc-chords.ly: add breakage notes.
10185
10186         * Documentation/user/refman.itely (Text markup): rewrite manual
10187         section.
10188
10189         * lily/parser.yy (scalar): allow \markup { } as property value. 
10190
10191         * scm/chord-name.scm: complete new markup usage
10192
10193         * scm/grob-description.scm (all-grob-descriptions): use new markup
10194         texts by default
10195
10196 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10197
10198         * scm/chord-name.scm: partial move to new markup texts.
10199
10200 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10201
10202         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10203
10204         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10205         settable.
10206
10207 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10208
10209         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10210         invoked for old midi, wait for killing.
10211
10212 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10213
10214         * Documentation/user/music-glossary.tely: Finnishing.
10215
10216 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10217
10218         * mf/feta-nummer-code.mf: some kerning pairs.
10219
10220 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10221
10222         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10223         Added.
10224
10225         * Documentation/user/refman.itely (Bar numbers):
10226         set-bar-number-visibility added, modulo-bar-number removed again
10227         (sorry).
10228
10229 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10230
10231         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10232
10233         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10234
10235         * Documentation/user/music-glossary.tely: translate into Finnish.
10236
10237 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10238
10239         * lilypond-mode.el: add shortcut for 2midi
10240
10241         * lilypond-font-lock.el: fontify lyrics
10242
10243 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10244
10245         * scm/drums.scm : use 1.7.x names.
10246
10247         * input/regression/drums.ly : Don't use << chords >>
10248
10249 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10250
10251         * lilypond-mode.el: tidy, add TODO
10252
10253         * make/lilypond.mandrake.spec.in: install-info quietly.
10254
10255 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10256
10257         * input/test/markup.ly: use new syntax.
10258
10259 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10260
10261         * ly/params-init.ly (interscoreline): add word-space
10262
10263         * input/test/metronome.ly (eighthNote): idem.
10264
10265         * input/test/script-priority.ly: use new markup
10266
10267         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10268
10269         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10270
10271         * lily/parser.yy (gen_text_def): bugfix.
10272         (full_markup): allow markup identifier.
10273
10274 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10275
10276         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10277         jobs at the same time. Add horizontal lines to Command menu.
10278         Allow one compiling job -- propose killing others before a new one.
10279
10280         * lilypond.words: add markup, teeny, etc.
10281
10282 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10283
10284         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10285         Allow only one type of midi process; launching Midi either stops
10286         midis or plays the current midi and launching MidiAll stops midis
10287         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10288         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10289
10290 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10291
10292         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10293         markup  for new markup texts.
10294
10295         * lily/mark-engraver.cc (process_music): idem
10296         
10297         * lily/instrument-name-engraver.cc (create_text): idem
10298
10299         * scm/new-markup.scm (magnify-markup): new function.
10300
10301         * scm/molecule.scm (stack-lines): bugfix.
10302
10303         * lily/font-interface.cc (get_font): take font-magnification from
10304         alist chain.
10305
10306 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10307
10308         * lily/molecule-scheme.cc: move scheme functions to separate file.
10309
10310         * lily/font-metric.cc  (ly_get_glyph): new function. 
10311         
10312         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10313         (italic-markup, dynamic-markup): new functions
10314         (font-markup): new function
10315
10316         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10317         padding and minimum
10318
10319 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10320
10321         * lily/accidental-engraver.cc:
10322         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10323
10324 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10325
10326         * lilypond.vim:
10327         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10328         [a-zA-Z] for user defined identifiers. Separate note cases 
10329         with and without a duration (allow cis\longaX).
10330
10331         * lilypond.words: Add words from Info.
10332
10333 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10334
10335         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10336
10337 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10338
10339         * lilypond-mode.el: Propose reverting buffer before a command if
10340         it was edited with an another editor.
10341
10342 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10343
10344         * lily/molecule.cc (ly_translate_molecule): new function
10345
10346         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10347         into libdir
10348
10349         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10350
10351         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10352
10353 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10354
10355         * lilypond.words: take \words from Info-index.
10356
10357 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10358
10359         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10360
10361 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10362
10363         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10364
10365 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10366
10367         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10368         and lilypond-documentation.
10369
10370 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10371
10372         * lily/parser.yy: Compile fix (bison 1.75).
10373
10374 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10375
10376         * VERSION: 1.7.9 released
10377
10378         * scm/music-functions.scm (shift-one-duration-log): refactor.
10379         Use music-map.
10380
10381         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10382
10383         * NEWS: update.
10384
10385         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10386         argument
10387         
10388         * scm/music-functions.scm (display-music): new function
10389         (music-map): change arg order.
10390
10391         * input/regression/new-markup-syntax.scm: new file
10392
10393         * lily/parser.yy (markup): add \markup { .. } syntax.
10394
10395         * scm/new-markup.scm (override-markup): new function
10396         (lookup-markup): new function
10397         (music-markup): new function
10398         (lookup-markup-command): use markup-signature to store argument
10399         format for parser.
10400
10401         * lily/lexer.ll: preliminary \markup syntax. 
10402
10403 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10404
10405         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10406         add pre/post-dependencies and menus with icons from source.
10407
10408         * Documentation/pictures/lilypond-48x48.xpm:
10409         * Documentation/pictures/lilypond-32x32.xpm:
10410         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10411         transparent.
10412
10413         * stepmake/stepmake/generic-targets.make:
10414         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10415
10416 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10417
10418         * input/regression/music-map.ly (texidoc): new file.
10419
10420         * scm/music-functions.scm (music-map): new function
10421
10422 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10423
10424         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10425
10426 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10427
10428         * input/test/to-xml.ly:
10429         * lily/ligature-engraver.cc: Fixes documentation.
10430
10431         * lilypond.mandrake.spec.in:
10432         * lilypond.redhat.spec.in: Add lilypond.words.
10433
10434         * Documentation/user/refman.itely: Mention Info inside emacs.
10435         
10436         * lilypond.suse.spec.in:
10437         * lilypond.redhat.spec.in:
10438         * lilypond.mandrake.spec.in: Set root-owner for doc
10439         (tobbe@nyvalls.se).
10440
10441 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10442
10443         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10444         os.popen.read ().
10445
10446 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10447
10448         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10449
10450         * python/lilylib.py (error): add space
10451
10452 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10453
10454         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10455         distribution.
10456
10457 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10458
10459         * lily/paper-outputter.cc (Paper_outputter): close port when
10460         finishing score.
10461
10462 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10463
10464         * scm/sodipodi.scm: Fixes.
10465
10466 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10467
10468         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10469
10470         * buildscripts/make-font-dir.py: Fix. 
10471
10472 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10473
10474         * lilypond-mode.el: Add support for Info inside Emacs.
10475
10476 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10477
10478         * buildscripts/make-font-dir.py: 
10479         * mf/GNUmakefile: Make sodipodi font map.
10480
10481         * scm/sodipodi.scm: Add more output functions.
10482
10483         * mf/feta-nummer.mf: 
10484         * mf/feta-beugel.mf: Add font_coding_scheme.
10485
10486         * lily/paper-outputter.cc (output_header): Fix creator string.
10487
10488 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10489
10490         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10491         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10492
10493         * lilypond.words: add two (Everybody can add/remove words now!).
10494
10495         * debian/rules:
10496         * make/lilypond.suse.spec.in:
10497         * make/lilypond.mandrake.spec.in:
10498         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10499
10500         * Documentation/user/refman.itely: Mention autocompletion.
10501
10502 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10503
10504         * scripts/ly2dvi.py: Add paper sizes.
10505
10506         * lily/timing-engraver.cc: 
10507         * lily/time-signature.cc: 
10508         * lily/span-bar.cc: 
10509         * lily/grob-scheme.cc: Code formatting fixes.
10510
10511         * scm/sodipodi.scm: 
10512         * scm/sketch.scm:
10513         * buildscripts/mf-to-table.py: 
10514         * buildscripts/make-font-dir.py: Font testing.
10515
10516 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10517
10518         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10519         inserts try-completion and shows all-completions.
10520
10521         * lilypond.words: '\' -> '\\'
10522
10523         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10524         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10525         
10526         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10527         and LilyPond-reserved-words.
10528         
10529 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10530
10531         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10532         from load-path.
10533         
10534         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10535         the mini-buffer with Control-Shift-c.
10536         
10537 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10538
10539         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10540         duration. This fixes \tempo taking time.
10541
10542 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10543
10544         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10545         Allow for text markup in repeatCommands. 
10546
10547 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10548
10549         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10550         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10551         Get rid of skeleton.el-dependency.
10552
10553         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10554
10555 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10556
10557         * lily/beam-engraver.cc (stop_translation_timestep): reset
10558         now_stop_ev_
10559
10560         * lily/scm-option.cc: add parse-protect to ly:set-option
10561
10562         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10563
10564 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10565
10566         * lily/include/ligature-bracket.hh: removed
10567         * lily/ligature-bracket.cc: removed
10568
10569         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10570         .tex
10571
10572         * lily/beam.cc (set_beaming): don't change beam count on rests.
10573         (brew_molecule): always set flag-width > 0.
10574
10575 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10576
10577         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10578         chars, remove instructions; instead, refer to lilypond-init.el and
10579         Documentation/topdocs/INSTALL.texi.
10580
10581         * lilypond.words: add identifiers and reserved words.
10582
10583         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10584         files and adding a load-path.
10585
10586         * lilypond-init.el: Instructions, extracted from 
10587         Documentation/topdocs/INSTALL.texi. 
10588         
10589 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10590
10591         * VERSION: 1.7.8 released 
10592
10593         * lily/grob.cc (warning): better robustness fix.
10594
10595 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10596
10597         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10598
10599         * lily/cluster-engraver.cc: stick better to variable naming
10600         conventions
10601
10602         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10603         until stop_translation_timestep()
10604
10605         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10606         min/max coordinates to backend, but no musical info such as
10607         pitches
10608
10609         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10610
10611         * lily/grob.cc: robustness fix: warning(): do not crash if
10612         cause is not set
10613
10614         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10615         the much more elaborated tuplet brackets than the very naive and
10616         simple ligature bracket grob
10617
10618 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10619
10620         * Documentation/user/refman.itely (Analysis brackets): add
10621         horizontal bracket doco.
10622
10623         * ly/property-init.ly (setMmRestFermata): added.
10624
10625         * Documentation/user/refman.itely (Multi measure rests): fermatas
10626         on mm rests.
10627
10628         * input/regression/apply-context.ly (texidoc): new file
10629
10630         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10631         code to be executed during interpretation. Possible applications:
10632         smart octavation, more advanced bar checks. 
10633
10634         * lily/apply-context-iterator.cc: new file.
10635
10636 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10637
10638         * input/test/new-markup.ly: new file.
10639
10640         * lily/text-item.cc (text_to_molecule): new function
10641
10642         * scm/new-markup.scm (lambda): new file
10643
10644         * lily/function-documentation.cc (ly_add_function_documentation):
10645         add proc property as well
10646
10647 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10648
10649         * Documentation/user/music-glossary.tely (Top): add custos.
10650
10651 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10652
10653         * Documentation/topdocs/INSTALL.texi: advise how to include source
10654         path to Emacs load-path and improve language.
10655
10656 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10657
10658         * GNUmakefile.in: config.h message fix.
10659
10660         * autogen.sh:
10661         * aclocal.m4: Regenerate.
10662
10663         * configure.in: 
10664         * config.make.in: 
10665         * stepmake/config.make.in: 
10666         * stepmake/configure.in: 
10667         * stepmake/autogen.sh: 
10668         * stepmake/aclocal.m4: Update for autoconf 2.56.
10669
10670 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10671
10672         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10673         to install Emacs-mode. Instructions how to use vim-mode.
10674
10675 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10676
10677         * scm/music-types.scm (music-descriptions): no length for tempo event.
10678
10679         * input/*.ly: add \version everywhere.
10680         
10681         * input/*.ly: update syntax to 1.7 + new-chords.
10682
10683         * VERSION: 1.7.7 released.
10684         
10685         * Documentation/user/*.tely: new chord syntax.
10686
10687         * input/regression/[bc]*.ly (texidoc): syntax updates.
10688         
10689 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10690
10691         * lilypond.words: add vocabulary to be used in auto-completion
10692
10693         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10694
10695         * lilypond.vim: allow note name at EOF
10696
10697 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10698
10699         * buildscripts/new-chords.py (edit): -e option: inline editing.
10700
10701         * input/regression/a*.ly (texidoc): syntax updates.
10702
10703         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10704         music): elucidations. 
10705
10706 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10707
10708         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10709         ly/spanners-init.ly, scm/grob-description.scm,
10710         scm/grob-property-description.scm, scm/music-types.scm,
10711         lily/cluster-engraver.cc, lily/cluster.cc,
10712         lily/include/cluster.hh, input/test/cluster.ly: cluster
10713         implementation
10714
10715         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10716         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10717         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10718
10719         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10720
10721         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10722
10723         * scm/grob-description.scm: bugfix: by default, use default note
10724         head style when engraving ligatures
10725
10726         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10727
10728         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10729         events
10730
10731         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10732
10733         * input/test/ancient-font.ly: bugfix: style -> flag-style
10734
10735         * lily/ligature-engraver.cc: indentation fix
10736
10737         * lily/parser.yy: indentation fixes
10738         
10739 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10740
10741         * input/regression/measure-grouping.ly: more elaborate example.
10742
10743         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10744         ly:div-moment. New functions 
10745
10746         * scm/music-functions.scm (set-time-signature): new function,
10747         allow inline time sig settings with measure grouping.
10748
10749         * lily/parser.yy (command_element): move time sig construction
10750         into Scheme.
10751
10752         * lily/side-position-interface.cc (out_of_staff): new function,
10753         like padding, but keep minimum distance from staff. Easier than
10754         linespanners (dynamics, pedals), but roughly the same effect.
10755
10756 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10757
10758         * emacs-mode.el: Added spanish-note-replacements 
10759         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10760
10761         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10762
10763 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10764
10765         * lilypond.vim: Do not fontify cises, desis, etc.
10766
10767         * vimrc: view dvi with <S-F6>
10768
10769 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10770
10771         * lily/lookup.cc (triangle): new function.
10772
10773         * input/regression/measure-grouping.ly (texidoc): new file: show
10774         triangles and brackets for beat groups of 3 and 2.
10775
10776         * lily/include/measure-grouping-spanner.hh (class
10777         Measure_grouping): new file.
10778
10779         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10780
10781         * lily/measure-grouping-engraver.cc (class
10782         Measure_grouping_engraver): new file.
10783
10784 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10785
10786         * Merge from stable:
10787
10788             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10789         
10790         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10791         stylesheet.
10792
10793         * ly/paper19.ly: Include paper19-init.ly.
10794
10795         * ly/paper19-init.ly: New file.
10796
10797         * Documentation/user/tutorial.itely (First steps): Fix first
10798         example for font test.
10799
10800         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10801
10802         * ChangeLog: Add 1.7.6 release marker (see below).
10803
10804         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10805         Add .py files.
10806
10807 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10808
10809         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10810
10811         * input/tutorial/*.ly: update to new syntax.
10812
10813         * lily/parser.yy (Composite_music): new transpose syntax,
10814         \transpose FROM TO MUSIC. 
10815
10816 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10817
10818         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10819         latex progress/error output to stderr (by default this goes to
10820         stdout).  Show lilypond progress, even when not verbose.
10821
10822         * python/lilylib.py (system): New optional parameter to control
10823         showing of progress.
10824
10825         * scm/backend-documentation-lib.scm (check-dangling-properties):
10826         Fix error message.
10827
10828         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10829         axis, extent.
10830
10831         * scm/grob-property-description.scm (magnify): Remove.
10832         (extent, axis): Add.
10833
10834 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10835
10836         * VERSION: Release 1.7.6.
10837
10838         * scripts/convert-ly.py: more uniformization substitutions.
10839
10840         * buildscripts/new-chords.py (sub_chords): new file.
10841
10842 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10843
10844         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10845         lilypond.map.  Include sauter fonts too.  Cleanups.
10846
10847 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10848
10849         * Documentation/user/tutorial.itely (First steps): change to new
10850         chord/tie/slur/beam notation.
10851
10852         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10853         ties.
10854
10855         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10856         engraver. Process ties in postfix notation, i.e. c8-~ c
10857
10858         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10859
10860         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10861
10862         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10863
10864         * lily/beam-engraver.cc (try_music): accept new-beam-events
10865
10866         * input/regression/chord-scripts.ly (texidoc): new file
10867
10868         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10869         script-events.
10870
10871         * scm/script.scm (default-script-alist): cleanup.
10872
10873         * lily/script-engraver.cc (make_script_from_event): cleanup.
10874
10875         * lily/lyric-combine-music-iterator.cc
10876         (Lyric_combine_music_iterator): remove superfluous events.
10877         (melisma_busy): new function. Fix broken melismas.
10878
10879 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10880
10881         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10882         Remove nonvalid settings. Use descriptive key names.
10883         Use <Return> to indicate the pressing of that key.
10884
10885 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10886
10887         * scripts/lilypond-book.py (option_definitions): Typo.
10888
10889         * scripts/ly2dvi.py: Updates.
10890
10891         * python/lilylib.py (setup_environment, print_environment)
10892         (get_bbox, make_preview): Merge and remove from ly2dvi and
10893         lilypond-book.
10894
10895         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10896
10897         * .cvsignore: Remove some cruft.
10898
10899         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10900         path.
10901
10902         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10903         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10904         throughout.
10905
10906         * python/lilylib.py (quiet_system): Junk
10907         (system): Display error log upon failure.
10908         (read_pipe): New function.  Cleanups and fixes.
10909
10910         * python/*.py: Rename from *.py.in.
10911         
10912         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10913
10914         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10915
10916 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10917
10918         * python/GNUmakefile: Bugfix: handle modules.
10919
10920         * stepmake/stepmake/python-module-targets.make (default): Add
10921         compiled modules. 
10922
10923         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10924         compiling modules.
10925
10926         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10927         Bugfix.  (OUT_PYC_MODULES): Add.
10928
10929 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10930
10931         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10932         Use default paths. Refresh description.
10933
10934 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10935
10936         * VERSION: 1.7.5 released
10937
10938         * input/regression/finger-chords.ly (texidoc): new file.
10939
10940         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10941         support
10942
10943         * lily/fingering-engraver.cc (process_music): remove kludgy
10944         scriptHorizontal stuff.
10945
10946         * lily/script.cc: remove staff-support property.
10947
10948         * lily/new-fingering-engraver.cc (add_fingering): new
10949         file. Fingering engraver for new style chords.
10950
10951 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10952
10953         * lily/parser.yy (bare_number): allow 4 \cm (without
10954         decimal dot). (should backport to 1.6?)
10955
10956         * ly/declarations-init.ly: use Scheme for dimension defs.
10957
10958         * lily/parser.yy (TODO): remove hard coded dimensions, add
10959         REAL NUMBER_IDENTIFIER production.
10960
10961         * lily/rest-collision.cc (force_shift_callback): rewrite using
10962         -done property.
10963
10964         * scm/grob-property-description.scm (rest-collision-done): add
10965         property.
10966         
10967         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10968
10969 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10970
10971         * input/regression/multi-measure-rest-center.ly: new file.
10972
10973         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10974         off horizontally by 0.05 ss. Fixed.
10975
10976 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10977
10978         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10979
10980         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10981
10982 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10983
10984         * lily/tie.cc (get_control_points): also avoid staff lines on the
10985         just outside the outer staff lines
10986
10987 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10988
10989         * ly/params-init.ly: Just define style-alist, no need to
10990         define-public.
10991
10992         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
10993         (thanks Han-Wen).
10994
10995         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
10996         (FET_FILES): = FONT_FILES.
10997
10998         * Merge from stable:
10999
11000             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11001
11002 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11003
11004         * VERSION: 1.7.4 released.  
11005         
11006         * scm/generate-documentation.scm (string-append): add macro
11007         definitions.
11008
11009         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11010         normal texts.
11011
11012         * lily/multi-measure-rest-engraver.cc: make separate
11013         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11014
11015         * lily/multi-measure-rest.cc: remove text handling. Remove
11016         number-threshold.
11017
11018 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11019
11020         * scm/music-types.scm: doc patch by Graham Percival
11021
11022 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11023
11024         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11025         encoding part.
11026         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11027         (sketch_p): Sketch wants only first four elements of X11 font spec.
11028
11029         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11030
11031         * mf/feta-autometric.mf: Write foundry and family to log.
11032
11033         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11034         font translation table.
11035
11036         * buildscripts/mf-to-table.py: Better font info into afm.
11037
11038         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11039         1.0.9 required.
11040
11041         * configure.in: Whine for mftrace 1.0.9.
11042
11043 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11044
11045         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11046
11047         * lily/main.cc (main_prog): don't try to load init.EXT when
11048         processing foo.EXT.
11049
11050 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11051
11052         * scm/tex.scm (zigzig-line): added.
11053
11054         * scm/ps.scm (zigzag-line): added.
11055
11056         * ps/music-drawing-routines.ps (subvec): added.
11057         (draw_zigzag_line): added.
11058         
11059         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11060         grob properties zigzag-width and zigzag-length.
11061
11062         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11063
11064 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11065
11066         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11067         svg output, including font.
11068
11069 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11070
11071         * scm/lily.scm: Register sodipodi output module.
11072
11073         * scm/sodipodi.scm: New file.
11074
11075         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11076
11077         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11078         comment, after header.
11079         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11080         FullName.  Fix FontName key.
11081
11082 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11083
11084         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11085         and breve rests.
11086         
11087         * input/test/blank-notes.ly: bugfix
11088
11089         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11090         rests. (Kim Shrier)
11091
11092         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11093         
11094 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11095
11096         * scm/tex.scm: 
11097         * scm/ps.scm: Cleanup and remove obsolete junk.
11098
11099         * Documentation/user/internals.itely:
11100         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11101
11102         * lily/parser.yy: Identify shift/reduce problems.
11103
11104         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11105         make-style-sheet.  Too specific for convert-ly?
11106
11107 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11108
11109         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11110
11111         * input/test/*.ly: various fixes.
11112
11113         * lily/music.cc (name): bugfix
11114
11115         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11116
11117         * lily/input-file-results.cc (code): set-point-and-click! ->
11118         set-point-and-click
11119         
11120 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11121
11122         * Use uniform ly: prefix for exported scheme primitive functions.
11123
11124         * scm/music-types.scm: junk compat glue
11125
11126         * scripts/convert-ly.py: add rules for stuff below, junk
11127         compatibility glue for spanrequest.
11128
11129         * lily/parser.yy (verbose_event): remove \spanrequest,
11130         \commandspanrequest, \script. 
11131         
11132         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11133
11134         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11135         for \penalty, \glissando.
11136
11137         * VERSION: release 1.7.3
11138         
11139 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11140
11141         * lily/accidental-engraver.cc: Fix
11142         grace-in-the-beginning-of-measure bug caused by the resent
11143         partial-measure fix.
11144
11145         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11146         overlap looks too crowded)
11147         
11148 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11149
11150         * lily/parser.yy (assignment): allow SCM expression as assignment.
11151
11152         * lily/include/music-output-def.hh (class Music_output_def):
11153         * lily/music-output-def.cc: 
11154         * lily/paper-def.cc: 
11155         * scm/font.scm (markup-to-properties):
11156         * lily/parser.yy (music_output_def_body): 
11157         remove style_sheet_
11158
11159 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11160
11161         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11162         length.
11163
11164         * input/regression/spacing-to-grace.ly: new file.
11165
11166         * input/regression/spacing-end-of-line.ly: new file.
11167
11168         * lily/note-spacing.cc (get_spacing): take into account breakable
11169         stuff sticking out at the left (time sig change at line break).
11170
11171         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11172         raggedright code.
11173
11174         * scm/music-functions.scm (make-voice-props-set): add
11175         staff-position for mm rests.
11176  
11177         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11178         before grace notes a little.
11179
11180         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11181
11182         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11183         key adds space at the end of line. 
11184
11185 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11186
11187         * scm/sketch.scm: Fix beams.
11188
11189         * buildscripts/mf-to-table.py: Add EncodingScheme.
11190
11191         * scm/sketch.scm: Resurrect.
11192
11193 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11194
11195         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11196         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11197
11198 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11199
11200         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11201
11202         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11203
11204 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11205
11206         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11207         token for origin information.
11208
11209         * lily/parser.yy (My_lily_lexer): do identifier location and
11210         cloning from lexer.
11211
11212         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11213         logic out of the parser. Add bar checks on both ends.
11214
11215         * Documentation/user/refman.itely (Multi measure rests): add more
11216         notes about mm rests.
11217
11218 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11219
11220         * input/regression/bar-scripts.ly: Re-enable.
11221
11222         * lily/parser.yy:
11223         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11224         released rsn.  Bison 1.50 has a crucial bug and won't work.
11225
11226         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11227
11228
11229 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11230
11231         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11232
11233 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11234
11235         * Actually merge changes since 1.6.4 besides ChangeLog, and
11236         resolve conflicts.  Lots of updates, hope all is well.
11237         
11238         * cygwin/lilypond.hint (requires): Add ghostscript.
11239
11240         * scm: Update some (c).
11241         
11242 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11243
11244         * input/test/{various}.ly: add \header fields and texidoc strings.
11245
11246 2002-10-05  Werner Lemberg  <wl@gnu.org>
11247
11248         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11249         renamed to `output_latex_quoted'.
11250         Added `output_latex_noquote'.
11251         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11252         mode.
11253
11254 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11255
11256         * ChangeLog: Add 1.6.6 release marker.  See below.
11257
11258         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11259
11260         * scripts/midi2ly.py: Fix global syntax warnings.
11261
11262         * GNUmakefile.in: Generate builddir locale tree too.
11263
11264         * scripts/ly2dvi.py:
11265         * scripts/midi2ly.py: 
11266         * scripts/mup2ly.py: 
11267         * scripts/update-lily.py:
11268         * lily/main.cc (setup_paths): Fix for locales setup.
11269
11270 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11271
11272         * Documentation/windows/installing.texi: Soften wording about
11273         necessity of becoming Administrator.  tommie@iae.nl reports this
11274         does not seem to be necessary for his flavour of Windows 2000.
11275         Explicitely discourage text mode mounts.
11276
11277 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11278
11279         * lily/rest.cc (after_line_breaking): backport dot position fix.
11280
11281         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11282         rests. Thanks to Klaus Zimmermann for finding this bug.
11283
11284 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11285
11286         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11287
11288 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11289
11290         * Documentation/user/music-glossary.tely: fix links.
11291
11292 2002-10-21  Werner Lemberg  <wl@gnu.org>
11293
11294         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11295         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11296         scaling factor) only once and use them in the definition of
11297         \embeddedps.
11298         * ps/music-drawing-routines.ps (skeel): Removed.
11299
11300 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11301
11302         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11303         Solaris7, as we don't use nested $( ) constructs.
11304
11305 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11306
11307         * VERSION: Release 1.6.6.
11308         
11309 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11310
11311         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11312         as workaround for /bin/sh problems on Solaris7.
11313
11314 2002-10-19  Werner Lemberg  <wl@gnu.org>
11315
11316         * GNUmakefile.in (web-doc): Fix typos.
11317         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11318         `music-drawing-routines.ps' but emit \special{header=...} once.
11319         * scm/tex.scm (header-end): Updated.
11320
11321 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11322
11323         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11324         undefined tremolo. 
11325
11326 2002-10-15  Werner Lemberg  <wl@gnu.org>
11327
11328         * scripts/lilypond-book.py (g_make_html): New global variable.
11329         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11330         if `g_make_html' isn't set.
11331         [main]: Add format `texi-html'.
11332         (option_definitions): Updated.
11333         * Documentation/user/lilypond-book.itely: Updated.
11334
11335         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11336         * make/ly-rules.make (%.texi, %.nexi): Use it.
11337         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11338         format to lilypond-book.
11339         * GNUmakefile.in (web-doc): Ditto.
11340
11341 2002-10-14  Werner Lemberg  <wl@gnu.org>
11342
11343         Further improve TeX output.  The produced files are about 40%
11344         smaller.  `lilyponddefs.tex' is now read only once.
11345
11346         * tex/lilyponddefs.tex: Remove footer stuff.
11347         (\ifundefined): Renamed to...
11348         (\lilypondundefined): This.  Use LaTeX's definition to
11349         make it nestable and make it global.
11350         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11351         output.
11352         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11353         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11354         them global.
11355         (\placebox): Renamed to...
11356         (\lyitem): This.
11357         Make it global and call \outputscale by itself.
11358         (\lybox, \lyvrule): New macros to reduce input data.
11359         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11360         New auxiliary macros.
11361         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11362         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11363         to...
11364         (\lilypondspace): This and made it global.
11365         (\turnOnPostScript): Renamed to...
11366         (\lilypondpostscript): This and made it global.
11367         (\turnOnExperimentalFeatures): Renamed to...
11368         (\lilypondexperimentalfeatures): This and made it global.
11369         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11370         (\lilypondsetdimen): This and made it global.
11371         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11372         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11373         (all, $(outdir)/music-drawing-routines.ps): New rules.
11374         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11375         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11376         start-system, stop-system, stop-last-system, filledbox): Updated to
11377         use the changed macros from lilyponddefs.tex.
11378         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11379
11380 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11381
11382         * Documentation/windows/installing.texi: Update.
11383
11384 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11385
11386         * VERSION: 1.6.5 released
11387
11388         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11389
11390 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11391
11392         * scm/translator-property-description.scm (voltaOnThisStaff): add
11393         property.
11394
11395 2002-09-28  Werner Lemberg  <wl@gnu.org>
11396
11397         * scm/tex.scm (header-end): Suppress page numbering.
11398
11399         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11400         Fix quotation for HTML output.
11401
11402 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11403         
11404         * Documentation/user/refman.itely: grammar and phrasing
11405           fixes to "Note Entry" section.  Also adds a few new examples.
11406
11407 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11408
11409         * flower/include/string-data.icc: include string.h
11410
11411 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11412
11413         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11414
11415 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11416
11417         * Documentation/user/GNUmakefile (extra-local-help): Add.
11418
11419         * stepmake/stepmake/www-targets.make (local-help): Add.
11420
11421 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11422
11423         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11424         packages.
11425
11426         * Documentation/topdocs/README.texi (Top): building documentation
11427         (not website.)
11428
11429 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11430
11431         * Documentation/user/refman.itely: 
11432         * Documentation/user/tutorial.itely: 
11433         * Documentation/user/music-glossary.tely: Merge changes.
11434
11435         * Documentation/user/glossary.html.in: 
11436         * Documentation/index.texi: 
11437         * Documentation/header.html.in: Accomodate renaming of glossary.
11438         
11439         * Documentation/user/tutorial.itely: Add some glossary references.
11440         
11441         * Documentation/user/refman.itely: Minor fixes.
11442         
11443         * Documentation/user/lilypond.tely: Add glossary do direntry.
11444
11445         * Documentation/user/music-glossary.tely: Rename (previously:
11446         glossary.tely).  Fix anchor placement.
11447
11448         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11449
11450 2002-09-23  Werner Lemberg  <wl@gnu.org>
11451
11452         * scripts/lilypond-book.py (output_dict): Fix handling of
11453         various environments by avoid extraneous newlines.
11454         Rename `output-all' regexp for html to `output-html'.
11455         Replace `output-all' regexp for texi with `output-texi-quote'
11456         and `output-texi-noquote'.
11457         (compose_full_body): Don't override `linewidth' user option
11458         for `singleline'.
11459         (schedule_lilypond_block): Don't indent text specified with
11460         `intertext' option.
11461         Add new option `noquote'.
11462         (compile_all_files): Use latex instead of tex to compile ly
11463         files directly.
11464
11465         * Documentation/user/lilypond-book.itely: Updated and revised.
11466         Improve layout.
11467
11468         * Documentation/user/glossary.tely,
11469         Documentation/user/introduction.itely,
11470         Documentation/user/tutorial.itely,
11471         Documentation/user/refman.itely,
11472         Documentation/user/appendices.itely: Fix overfull LilyPond
11473         boxes caused by the new lilypond-book code.  Other minor
11474         fixes.
11475
11476         * Documentation/user/macros.itexi (@texiflat): Don't emit
11477         trailing space.
11478
11479         * scm/tex.scm (end-output, header-end): Add preamble and
11480         postamble to make lilypond output directly compilable with
11481         latex.
11482
11483         
11484 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11485
11486         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11487         instructions.
11488
11489 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11490
11491         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11492
11493 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11494
11495         * lily/beam.cc (connect_beams): don't crash if there are quarter
11496         notes in beams.
11497
11498 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11499
11500         * Documentation/user/refman.itely: corrected ancient clef
11501         docu; added docu on ligatures
11502
11503 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11504
11505         * Documentation/user/glossary.tely,
11506         Documentation/user/refman.itely, input/les-nereides.ly,
11507         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11508         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11509         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11510         Stem properties: flag-style -> stroke-style, style -> flag-style.
11511
11512
11513 2002-09-22  Werner Lemberg  <wl@gnu.org>
11514
11515         * scripts/lilypond-book.py: Add option `notime' to suppress
11516         printing of a time signature.  Specify default indentation of 0pt
11517         if single line fragment.  Don't emit redundant `\paper{ }'.
11518
11519         * Documentation/user/lilypond-book.itely: Updated.
11520
11521         * Documentation/user/glossary.tely: Completely reformatting.
11522
11523 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11524
11525         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11526
11527 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11528
11529         * Documentation/user/tutorial.itely: Fix links.
11530         
11531         * Documentation/topdocs/index.tely:
11532         * Documentation/index.texi:
11533         * Documentation/header.html.in: Small website fixes and updates.
11534
11535         * debian/: Debian patch by Anthony Fok.
11536
11537 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11538
11539         * Documentation/footer.html.in: How time flies: It's already 2002!
11540
11541         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11542         more descriptive link names than 'here'.
11543
11544 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11545
11546         * VERSION: 1.7.2 released
11547         * VERSION: 1.6.4 released
11548         
11549         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11550
11551         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11552         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11553
11554         * mf/feta-din.mf (test): add x-height and space.
11555
11556         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11557         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11558
11559         * ly/grace-init.ly: add-to-grace-init: function to portably add
11560         settings to \grace. 
11561
11562         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11563         if we get an absolute dynamic event.
11564  
11565         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11566
11567         * lily/source-file.cc (get_line): oops. All line numbers were off
11568         by 2. Fix that. 
11569
11570         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11571         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11572
11573         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11574
11575         * lily/parser.yy (number_factor): remove (number) as number
11576         expression. ("Let them eat Lisp").
11577
11578 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11579
11580         * lily/horizontal-bracket.cc: new file.
11581
11582         * lily/horizontal-bracket-engraver.cc: new file.
11583
11584         * input/regression/note-group-bracket.ly: new file. Support
11585         horizontal note brackets for music analysis.
11586
11587         * lily/stem.cc (flag): new flag-style: no-flag.
11588
11589         * input/test/stem-cross-staff.ly: new file
11590         
11591         * Documentation/user/internals.itely: Improved formatting, fixing
11592         typos.  Added a section `Output details' to describe how the TeX
11593         code looks like.
11594
11595         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11596
11597         * lily/parser.yy: remove \dynamicscript.
11598
11599         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11600         definitions. 
11601
11602         * python/midi.c (midi_error): take two arguments.
11603
11604         * Merge 1.6.5 changes:
11605         
11606 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11607
11608         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11609         staff-space.  Previous 1.5 was probably meant as half-spaces.
11610         (cautionary-style): parentheses (was: smaller).  This is what doco
11611         says, and it seems more logical.
11612
11613         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11614         for 2nd sentence.
11615
11616 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11617
11618         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11619
11620 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11621
11622         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11623
11624 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11625
11626         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11627
11628 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11629
11630         * scm/translator-property-description.scm (voltaOnThisStaff): add
11631         property.
11632
11633 2002-09-28  Werner Lemberg  <wl@gnu.org>
11634
11635         * scm/tex.scm (header-end): Suppress page numbering.
11636
11637         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11638         Fix quotation for HTML output.
11639
11640 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11641         
11642         * Documentation/user/refman.itely: grammar and phrasing
11643           fixes to "Note Entry" section.  Also adds a few new examples.
11644
11645 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11646
11647         * flower/include/string-data.icc: include string.h
11648
11649 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11650
11651         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11652
11653 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11654
11655         * Documentation/user/GNUmakefile (extra-local-help): Add.
11656
11657         * stepmake/stepmake/www-targets.make (local-help): Add.
11658
11659 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11660
11661         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11662         packages.
11663
11664         * Documentation/topdocs/README.texi (Top): building documentation
11665         (not website.)
11666
11667 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11668
11669         * Documentation/user/refman.itely: 
11670         * Documentation/user/tutorial.itely: 
11671         * Documentation/user/music-glossary.tely: Merge changes.
11672
11673         * Documentation/user/glossary.html.in: 
11674         * Documentation/index.texi: 
11675         * Documentation/header.html.in: Accomodate renaming of glossary.
11676         
11677         * Documentation/user/tutorial.itely: Add some glossary references.
11678         
11679         * Documentation/user/refman.itely: Minor fixes.
11680         
11681         * Documentation/user/lilypond.tely: Add glossary do direntry.
11682
11683         * Documentation/user/music-glossary.tely: Rename (previously:
11684         glossary.tely).  Fix anchor placement.
11685
11686         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11687
11688 2002-09-23  Werner Lemberg  <wl@gnu.org>
11689
11690         * scripts/lilypond-book.py (output_dict): Fix handling of
11691         various environments by avoid extraneous newlines.
11692         Rename `output-all' regexp for html to `output-html'.
11693         Replace `output-all' regexp for texi with `output-texi-quote'
11694         and `output-texi-noquote'.
11695         (compose_full_body): Don't override `linewidth' user option
11696         for `singleline'.
11697         (schedule_lilypond_block): Don't indent text specified with
11698         `intertext' option.
11699         Add new option `noquote'.
11700         (compile_all_files): Use latex instead of tex to compile ly
11701         files directly.
11702
11703         * Documentation/user/lilypond-book.itely: Updated and revised.
11704         Improve layout.
11705
11706         * Documentation/user/glossary.tely,
11707         Documentation/user/introduction.itely,
11708         Documentation/user/tutorial.itely,
11709         Documentation/user/refman.itely,
11710         Documentation/user/appendices.itely: Fix overfull LilyPond
11711         boxes caused by the new lilypond-book code.  Other minor
11712         fixes.
11713
11714         * Documentation/user/macros.itexi (@texiflat): Don't emit
11715         trailing space.
11716
11717         * scm/tex.scm (end-output, header-end): Add preamble and
11718         postamble to make lilypond output directly compilable with
11719         latex.
11720
11721         
11722 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11723
11724         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11725         instructions.
11726
11727 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11728
11729         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11730
11731 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11732
11733         * lily/beam.cc (connect_beams): don't crash if there are quarter
11734         notes in beams.
11735
11736 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11737
11738         * Documentation/user/refman.itely: corrected ancient clef
11739         docu; added docu on ligatures
11740
11741 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11742
11743         * Documentation/user/glossary.tely,
11744         Documentation/user/refman.itely, input/les-nereides.ly,
11745         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11746         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11747         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11748         Stem properties: flag-style -> stroke-style, style -> flag-style.
11749
11750 2002-09-22  Werner Lemberg  <wl@gnu.org>
11751
11752         * scripts/lilypond-book.py: Add option `notime' to suppress
11753         printing of a time signature.  Specify default indentation of 0pt
11754         if single line fragment.  Don't emit redundant `\paper{ }'.
11755
11756         * Documentation/user/lilypond-book.itely: Updated.
11757
11758         * Documentation/user/glossary.tely: Completely reformatting.
11759
11760 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11761
11762         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11763
11764 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11765
11766         * Documentation/user/tutorial.itely: Fix links.
11767         
11768         * Documentation/topdocs/index.tely:
11769         * Documentation/index.texi:
11770         * Documentation/header.html.in: Small website fixes and updates.
11771
11772         * debian/: Debian patch by Anthony Fok.
11773
11774 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11775
11776         * Documentation/footer.html.in: How time flies: It's already 2002!
11777
11778         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11779         more descriptive link names than 'here'.
11780
11781 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11782
11783         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11784
11785 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11786
11787         * lily/part-combine-music-iterator.cc (get_state): cleanup
11788         (get_music_info): cleanup.
11789
11790 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11791
11792         * scm/backend-documentation-lib.scm (interface-doc-string):
11793         crosslinks between interfaces and grobs. Headings for interfaces
11794         in grob explanation.
11795
11796 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11797
11798         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11799         dtd).  Add preliminary dtd.
11800         (re-sub-alist): Robustify.
11801
11802 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11803
11804         * lily/include/event-chord-iterator.hh,
11805         lily/context-specced-music-iterator.cc,
11806         lily/event.cc, lily/event-chord-iterator.cc: add
11807
11808 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11809
11810         * lily/: some (c) header fixes.
11811         
11812         * lily/request-chord.cc: Remove.
11813         
11814         * lily/include/event-chord-iterator.hh:
11815         * lily/include/event.hh:
11816         * lily/event-chord.cc: New file.
11817         
11818         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11819         requested.
11820
11821 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11822
11823         * lily/ : rename Request to Event
11824
11825         * lily/parser.yy (command_element): move clef stuff into Scheme.
11826
11827         * lily/:  rename length_mom () to get_length()
11828
11829         * lily/part-combine-music.cc: removed file and class.
11830
11831         * lily/context-specced-music-iterator.cc (class
11832         Context_specced_music_iterator): new file. Obsoletes the
11833         Context_specced_music type.
11834
11835         * scm/music-types.scm (make-repeated-music): put different kinds
11836         of repeated music into music-type table.
11837
11838         * VERSION: 1.7.1 released.
11839
11840         * scm/to-xml.scm: new file.
11841
11842         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11843         new Input representation: dump music as XML.
11844
11845         * scm/engraver-documentation-lib.scm
11846         (engraver-accepts-music-types?): add links from music to engraver,
11847         from music-type to engraver.
11848
11849         * lily/include/command-request.hh: removed
11850         lily/include/musical-request.hh: removed. Removed all _req classes
11851         except Key_change_req. Changes throughout.
11852
11853 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11854
11855         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11856
11857 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11858
11859         * lily/*.cc: specify accepts for many engravers.
11860
11861         * scm/music-documentation-lib.scm: dump music expressions and
11862         music subtypes.
11863
11864         * scm/documentation-lib.scm: complete revision.
11865         Use GOOPS objects to store document tree explicitly. Cleaned up and
11866         sped up doco generation a lot.
11867
11868 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11869
11870         * input/trip.ly (fugaIILeft): add arpeggio
11871
11872         * lily/translator-group.cc (try_music_on_nongroup_children):
11873         oops. The name symbol is in the cdr of the assoc handle.
11874
11875         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11876         Hyphen_req, Glissando_req, Break_req, Mark_req 
11877
11878 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11879
11880         * lily/musical-request.cc (music-duration-length,
11881         music-duration-compress): new functions.
11882
11883         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11884         throughout. Warning doesn't work yet.
11885
11886         * lily/translator-group.cc (try_music_on_nongroup_children):
11887         new implementation: store candidate acceptors in a hashTable.
11888
11889 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11890
11891         * scm/music-types.scm (music-descriptions): change name to
11892         internal-class-name
11893
11894         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11895
11896 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11897
11898         * lily/beam.cc (connect_beams): don't crash if there are quarter
11899         notes in beams.
11900
11901 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11902
11903         * Documentation/user/refman.itely: corrected ancient clef
11904         docu; added docu on ligatures
11905
11906 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11907
11908         * Documentation/user/glossary.tely,
11909         Documentation/user/refman.itely, input/les-nereides.ly,
11910         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11911         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11912         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11913         Stem properties: flag-style -> stroke-style, style -> flag-style.
11914
11915 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11916
11917         * scm/music-functions.scm (music-separator?): don't use name music
11918         property.
11919
11920 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11921
11922         * stepmake/stepmake/generic-targets.make (help): Document check
11923         target.
11924
11925         * lily/new-accidental-engraver.cc: Compile fix.
11926
11927 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11928
11929         * scripts/convert-ly.py: Add rule.
11930
11931         * input/test/music-creation.ly:
11932         * input/test/add-staccato.ly:
11933         * input/test/add-text-script.ly: ly-make-music.
11934
11935         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11936         More ly-make-music renamings.
11937
11938         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11939
11940         * lily/music-constructor.cc (make_music): Add debugging info.
11941
11942         * scm/music-functions.scm (make-simultaneous-music,
11943         (make-sequential-music, context-spec-music):
11944         * scm/music-types.scm (music-descriptions): Get lily to run.
11945
11946 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11947
11948         * lily/command-request.cc (transpose_key_alist): new function.
11949
11950         * lily/key-performer.cc (create_audio_elements): cleanup. 
11951
11952 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11953
11954         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11955
11956         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11957         events-accepted field.
11958
11959         * scm/music-types.scm: new file.
11960
11961         * lily/parser.yy: put music type initialization into scheme,
11962         similar to grob initialization.  Changes throughout.
11963
11964 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11965
11966         * Documentation/user/tutorial.itely: Fix links.
11967         
11968         * Documentation/index.texi: 
11969         * Documentation/header.html.in: 
11970         * Documentation/topdocs/index.tely: Small website fixes and updates.
11971
11972         * debian/: Debian patch by Anthony Fok.
11973
11974 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11975
11976         * Documentation/footer.html.in: How time flies: It's already 2002!
11977
11978         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11979         more descriptive link names than 'here'.
11980
11981         * ROADMAP: Remove test stuff.
11982
11983         * scripts/update-lily.py: Allow auto-building of stable and
11984         development versions.  Bugfixes.
11985
11986 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11987
11988         * VERSION: released 1.7.0
11989
11990         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11991
11992         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
11993         positive line widths.
11994
11995 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11996
11997         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
11998         go.  Fix comments.
11999
12000         * cygwin: Cygwin updates.
12001
12002 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12003
12004         * Documentation/windows/installing.texi (Top): version for python,
12005         urls for ghostscript (thanks to John Potelle)
12006         
12007         * lily/simultaneous-music-iterator.cc
12008         (Simultaneous_music_iterator): init children_list_ before
12009         triggering GC.
12010
12011         * lily/*-iterator.cc: be even more careful with smobbed copy
12012         constructors. 
12013
12014         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12015         LeftEdge item.
12016
12017 2002-09-15  Werner Lemberg  <wl@gnu.org>
12018
12019         Improving LilyPond's output to make them ordinary TeX boxes with
12020         predictable dimensions.  System boxes are now vertically centered on
12021         the baseline; this offset can be further controlled with
12022         \lilypondscoreshift.
12023
12024         * lily/system.cc (System::post_processing): Pass length of current
12025         system to `start-system' (including any horizontal indentation).
12026
12027         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12028         prettier.
12029         (lily-def): Append `%'.
12030         (start-system): Add parameter `wd'.  Output more TeX code to specify
12031         box dimensions.
12032         (stop-system, stop-last-system): Complement changes in
12033         `start-system'.
12034         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12035         Updated.
12036
12037         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12038         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12039         Write final `\endinput'.
12040
12041         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12042         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12043         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12044         files and macro definitions don't produce spurious spaces and
12045         paragraphs (using \endlinechar).
12046         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12047
12048         * Documentation/user/internals.itely: Improved formatting, fixing
12049         typos.  Added a section `Output details' to describe how the TeX
12050         code looks like.
12051
12052 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12053
12054         * lily/accidental-engraver.cc: Also work with partial measures.
12055
12056 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12057
12058         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12059         spanner.
12060
12061 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12062
12063         * lily/identifier-smob.cc (unpack_identifier): new file.
12064
12065         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12066         pass off scheme expressions as music identifiers.
12067
12068         * scm/lily.scm: reorganisation, cleanups.
12069
12070         * lily/main.cc: small cleanups.
12071
12072 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12073
12074         * lily/ly-module.{cc,hh}: new file.
12075
12076 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12077
12078         * lily/accidental-engraver.cc: Also work with partial measures.
12079
12080 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12081
12082         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12083
12084 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12085
12086         * lily/my-lily-lexer.cc: use SCM module in stead of
12087         Scheme_hash_table. Changes throughout.  
12088
12089 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12090
12091         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12092