]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(get_line): extract page-penalty from the left
[lilypond.git] / ChangeLog
1 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * lily/system.cc (get_line): extract page-penalty from the left
4         bound.
5
6         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
7
8 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9
10         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
11
12 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13
14         * scm/output-gnome.scm: Update script.  Move development to
15         lilypond_2_3_2 branch for now.
16
17 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
18
19         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
20         negative penalties.
21         cleanups.
22
23         * Documentation/user/changing-defaults.itely (Creating contexts):
24         index entries
25
26         * scm/page-breaking.scm (ly:optimal-page-breaks): new
27         file. Rewrite function. 
28
29         * lily/paper-book.cc (pages): new interface: page-breaking returns
30         list of line-list.
31
32         * lily/page.cc (Page): take lines argument.
33
34         * scm/document-translation.scm (all-engravers-doc): link to user man
35
36         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
37
38         * Documentation/user/notation.itely (Relative octaves): typo.
39
40         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
41
42 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
43
44         * scm/output-gnome.scm: Update build script.
45
46 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
47
48         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
49         gnome backend.
50
51         * scm/framework-gnome.scm: New file.
52
53         * scm/lily.scm: Use it.
54
55         * lily/paper-outputter.cc: Janitorial cleanups.
56         (ly:outputter-dump-string): Remove unreachable statement.
57
58         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
59         (ice-9): Bugfix: Add srfi-1.
60
61         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
62
63 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
64
65         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
66         in do_quit()
67         
68 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
69
70         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
71
72 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
73
74         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
75         override of Beam::position-callbacks. Why would grace beams not be
76         quantized? Fixes: weird-stem-size-grace. 
77
78         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
79         warning only once. Backportme.
80
81         * lily/accidental-engraver.cc (number_accidentals_from_sig):
82         bugfix, 2nd try. Backportme.
83
84         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
85
86 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
87
88         * Documentation/user/notation.itely (Instrument transpositions):
89         Correct the name of the instrumentTransposition property.
90
91 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
92
93         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
94
95 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
96
97         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
98         and postLilyPondExample are called when defined.
99
100 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
101
102         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
103         This fixes setting notenames with `\include "nederlands.ly" '
104
105         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
106         new function.
107
108 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
109
110         * scm/page-layout.scm: don't do piece, it should be in score-title
111         only.
112
113         * lily/lexer.ll: lex \score separately.
114
115         * lily/paper-book.cc: junk stencil2line.
116
117         * lily/paper-line.cc (Paper_line): construct from Stencil
118         directly. No futzing with the dimensions.
119
120         * lily/include/paper-line.hh (class Paper_line): 
121
122         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
123         takes arbitrary number of arguments.
124
125         * input/test/markup-score.ly (tuning): simplify example. 
126
127 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
128
129         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
130
131         * scm/define-markup-commands.scm (score): define score-markup
132
133         * lily/parser.yy (markup): use score-markup.
134
135         * lily/score.cc: add ly:score? 
136
137 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
138
139         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
140         fret-parse-string so it prepares for calls to fret-diagram-verbose
141         Changed display constants to props so they are available for
142         \override.
143         
144 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
145
146         * VERSION: release 2.3.3
147
148         * stepmake/stepmake/generic-vars.make: unset LANG.
149
150         * input/regression/tuplet-nest.ly: bugfix.
151
152         * lily/tie-performer.cc (stop_translation_timestep): reset
153         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
154
155         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
156         clear repeat_ directly after setting stem_tremolo_. Fixes:
157         tremolo-repeat.ly
158
159         * input/regression/span-bar-break.ly: new file.
160
161         * scm/define-grobs.scm (all-grob-descriptions): remove
162         break-visibility from SpanBar. Fixes: piano-repeat.ly
163
164 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
165
166         * python/lilylib.py (make_ps_images): only compute bbox when needed.
167
168         * scripts/lilypond-book.py (process_snippets): use lily -f ps
169         files for generating pngs. (failed experiment)
170
171         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
172         file with PFA fonts included.
173
174         * lily/score.cc (default_rendering): put header in too.
175
176         * lily/paper-line.cc (LY_DEFINE): change function to
177         ly:paper-line-extent
178
179         * scm/page-layout.scm (default-book-title): only add lines for
180         non-nil fields.
181         (default-score-title): idem.
182
183         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
184
185         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
186
187         * lily/include/paper-book.hh (class Paper_book): remove height_
188         member.
189
190         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
191
192         * lily/ly-module.cc (LY_DEFINE): bugfix.
193
194         * lily/paper-book.cc (book_title): separate function for the book
195         title.
196
197         * scm/page-layout.scm (default-book-title): only account for
198         markup fields.
199
200         * scm/framework-ps.scm: new file. Move high level interface from
201         output-ps.scm
202
203         * scm/music-functions.scm (def-grace-function): move macros from
204         ly/music-functions-init.ly
205
206         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
207         framework-tex.scm
208
209         * scm/framework-tex.scm (dump-line): new file. High level
210         interface for output (pages, systems, header). 
211
212         * lily/include/page.hh (class Page): add is_last_ field.
213
214         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
215
216         * lily/paper-book.cc (split_string): new function
217         (output): output multiple formats, i.e. --format=ps,tex
218
219         * scm/output-ps.scm (output-scopes): dump variables directly.
220         (define-fonts): rewrite for new interface
221
222         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
223
224         * lily/paper-outputter.cc (Paper_outputter): take format argument.
225
226         * lily/main.cc (parse_argv): don't set extension for output.
227
228         * lily/clef-engraver.cc (create_clef): remove
229         Staff_symbol_referencer::set_position() call. 
230
231 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
232
233         * ly/music-functions-init.ly (addlyrics): set the 'origin property
234         with the location argument in music function definitions.
235
236 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
237
238         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
239         staffsymbol dependency.
240
241         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
242         cleanups.
243
244         * lily/book.cc (process): return Paper_book
245         (to_stencil): use Book::process().
246
247         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
248         header_ field. Store in $globalheader
249
250         * lily/parser.yy (book_body): book header is initted to
251         $globalheader.
252         
253
254 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
255
256         * input/test/fill-a4.ly: removed.
257
258         * lily/parser.yy (output_def): push scope of parent_ Output_def
259         too.
260
261 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
262
263         * scm/output-gnome.scm: Update info.
264
265 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
266
267         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
268
269         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
270         than 1 module.
271
272         * lily/include/ly-module.hh (ly_use_module): rename is_module to
273         ly_c_module_p.
274
275         * scm/page-layout.scm (default-book-title): move Scheme titling
276         functions to here.
277
278         * lily/parser.yy (book_paper_block): remove scope too.
279
280         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
281
282         * lily/rest.cc: add direction to rest properties.
283
284         * lily/include/output-def.hh: new file, move from
285         music-output-def.hh
286
287 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
288
289         * scm/output-gnome.scm: Describe feta-cork hack.
290
291 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
292
293         * lily/include/book-paper-def.hh: derive from Output_def 
294
295         * lily/include/paper-def.hh: move all functionality out of class.
296         Junk header.
297
298         * lily/include/music-output-def.hh: rename Music_output_def to
299         Output_def.
300
301         * input/wilhelmus.ly: only set space for Paper formatting. 
302
303         * lily/include/midi-def.hh: remove file, remove class.
304         Move functions to Music-output-def.
305
306         * lily/music-output-def.cc (Music_output_def): remove separate
307         translator table. Lookup translators in scope directly. This
308         obviates Context suffix for context identifiers, i.e.
309
310         \context {
311           \Staff
312           .. 
313           }
314
315
316         will work.
317         
318
319         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
320
321         * Documentation/user/changing-defaults.itely (Horizontal spacing):
322         document spacing override hack.
323
324 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
325
326         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
327         installation info.  Support point-and-click.  Add +/- zoom
328         keybindings.
329
330 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
331
332         * VERSION: 2.3.2 released
333         
334         * lily/parser.yy (book_body): set default bookpaper.
335
336         * scm/output-tex.scm (header): kludge: hard code linewidth. 
337
338         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
339
340 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
341
342         * lily/score.cc (default_rendering): scale outputdef before
343         starting.
344
345 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
346
347         * scm/fret-diagrams.scm: Add header.
348
349         * scm/output-gnome.scm: Hello world :-)
350
351 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
352
353         * scripts/lilypond.py (run_dvips): only add papersize if present.
354
355         * lily/accidental-engraver.cc (update_local_key_signature): new
356         function, fold code from initialize() and process_music().
357         (update_local_key_signature): use deep copy. This fixes one
358         problem from custom-key-signatures.ly.
359         (number_accidentals_from_sig): tighter check for
360         accidental-too-old.
361
362         * ly/engraver-init.ly: remove localKeySignature
363         definition from ChoirStaff, StaffGroup, Score.
364         
365         * lily/percent-repeat-engraver.cc (try_music): add moments for
366         barlines too. Fixes: skipbars-percent-repeat.ly.
367
368 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
369
370         * lily/context-def.cc (filter_performers): don't go to cdrloc if
371         skipping last pair. Fixes: crash-bar-number.
372
373         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
374         D. Sorensen)
375
376         * input/test/fret-diagram.ly: new file.
377
378         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
379         (scale-paper): divide by scale.
380
381 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
382
383         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
384         case.
385
386 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
387
388         * scm/stencil.scm (fontify-text): reinstate function
389
390         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
391
392         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
393
394         * lily/parser.yy (book_paper_head): \bookpaper {} 
395
396         * python/midi.c: remove config.h
397
398 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
399
400         * scm/output-gnome.scm: Update.
401
402 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
403
404         * scm/output-gnome.scm: New file.
405
406         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
407
408 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
409
410         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
411         (find_scaled_font): move from Paper_def
412
413 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
414
415         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
416         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
417
418         * po/fr.po: update po.
419
420         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
421
422         * lily/book-paper-def.cc (print_smob): new file.
423
424 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
425
426         * buildscripts/lilypond-words.py: search words also from
427         music-functions-init.ly.
428
429 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
430
431         * ly/music-functions-init.ly (def-music-function): new helper
432         macro for defining music functions. \addlyrics \appoggiatura
433         \acciaccatura \grace \partcombine \autochange \applycontext
434         \applyoutput and \breathe are now defined here thanks to it.
435
436         * lily/parser.yy: 
437         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
438         \grace \partcombine \autochange \applycontext \applyoutput and
439         \breathe keywords removed from the parser.
440
441         * lily/parser.yy: 
442         * lily/music-function.cc (ly_make_music_function): 
443         * lily/lexer.ll (music_function_type): added a case for 0-arg
444         music functions.
445
446 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
447
448         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
449         refering to a music expression can be used in lily-inside-scheme:
450         #{ $music #}
451
452         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
453         and ly:parser-define, and change ly:parser-parse-string in order
454         to make #{ $music #} work.
455
456         * scm/new-markup.scm (compile-markup-expression): when an argument
457         is a string, use `make-simple-markup'.
458
459 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
460
461         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
462
463 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
464
465         * scripts/convert-ly.py (FatalConversionError.func): handle + in
466         font-size. (backportme)
467
468 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
469
470         * lily/paper-outputter.cc (output_stencil): dump font definitions
471         before each stencil.
472
473         * lily/include/paper-book.hh (struct Score_lines): new
474         struct. Collect info per Paper-score.
475
476         * lily/include/page.hh (class Page): to_stencil() returns Stencil
477         everywhere.
478
479         * lily/stencil.cc (find_expression_fonts): new function
480
481         * lily/paper-outputter.cc (output_stencil): use
482         interpret_stencil_expr
483
484         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
485         (interpret_stencil_expr): new function. Generic stencil
486         interpretation.
487
488         * lily/paper-def.cc (find_scaled_font): divide lookup
489         magnification by outpuscale for non-virtual fontmetrics. This
490         fixes ludicrously long font definitions for text
491         fonts. (backportme)
492
493         * lily/score-engraver.cc: remove
494         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
495
496 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
497
498         * input/test/markup-score.ly: Remove \notes.
499
500         * lily/parser.yy (book_body): Grok Composite_music and \header.
501         (markup): Push NOTES mode before score_block.
502
503         * VERSION: release 2.3.1
504         
505         * mf/feta-klef.mf: 
506         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
507
508         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
509
510         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
511
512 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
513
514         * scm/output-tex.scm (output-tex-string): tighten safe security.
515
516         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
517
518         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
519         allowed ly functions.
520
521         * lily/ly-module.cc (ly_module_define): only define variable if
522         bound.
523         (ly_make_anonymous_module): take safe option.
524
525 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
526
527         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
528
529 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
530
531         * input/regression/newaddlyrics.ly: Fix.
532
533         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
534         \score \notes.
535
536 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
537
538         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
539
540 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
541
542         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
543
544         * lily/paper-line.cc (Paper_line): don't store list of stencils,
545         but convert to single Stencil immediately.
546
547         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
548
549 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
550
551         * scm/output-sodipodi.scm: Resurrect sodipodi output.
552
553 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
554
555         * elisp/lilypond-mode.el: Changed the way defaults are created for
556         LilyPond-command-master.  LilyPond-mode will now check the
557         timestamps of the files to see which command has to run next.
558
559 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
560
561         * scm/bass-figure.scm (format-bass-figure): don't set
562         number-markup for strings. This fixes string in bass
563         figure. (backportme)
564
565         * lily/parser.yy (bass_number): insert number-markup into figure
566         definition.
567
568         * scm/define-music-properties.scm (all-music-properties): make
569         'figure a markup.
570
571         * scripts/convert-ly.py (conv): \apply -> \applymusic
572
573 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
574
575         * elisp/lilypond-mode.el: changed the order of some commands
576         ("Midi" after "2Midi"), use the user-defined
577         LilyPond-command-default as default instead of "LilyPond"
578
579         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
580         to set the master file for the next command.
581
582         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
583         with font-lock-reference-face.
584
585 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
586
587         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
588
589         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
590
591 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
592
593         * ly/music-functions-init.ly (TODO): new file.
594
595         * lily/parser.yy (Generic_prefix_music_scm): add more
596         music_function symbols.
597         (Prefix_composite_music): change \apply to music-function   
598
599         * lily/include/music-function.hh: rename to music-function
600
601 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
602
603         * lily/music-head.cc (LY_DEFINE): change order of args.
604
605         * input/regression/music-head.ly (texidoc): new file.
606
607         * lily/parser.yy (Generic_prefix_music): allow generic
608         music-transformation functions. 
609
610         * lily/include/music-head.hh (is_music_head): new file.
611
612         * lily/music-head.cc (get_music_head_transform): new file.
613
614 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
615
616         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
617         empty extent. This fixes ottava brackets on rests. (backportme)
618
619         * make/lilypond.redhat.spec.in (Group): ln png files for info.
620
621         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
622
623         * cygwin/lily-wins.py: update for the lily-wins.py script.
624
625 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
626
627         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
628         code. This will obviate typeset_grob () in the future.  The effect
629         of this is that improperly written spanner handling will result in
630         invalid spanner bounds.
631         (announce_grob): add to elems_ from here
632         (typeset_grob): comment out.  
633
634         * lily/include/engraver.hh (make_spanner): new calling interface
635         for make_{item,spanner}. This obviates most calls to
636         announce_grob().
637                 
638         * scm/music-functions.scm (set-accidental-style): use GrandStaff
639         iso. PianoStaff for piano styles.
640
641 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
642
643         * Documentation/user/music-glossary.tely: add segno after d.s.
644
645 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
646
647         * lily/include/audio-column.hh: remove unused variables.
648         (patch by Michael Welsh Duggan)
649
650         * flower/include/axes.hh (other_axis): inline Axes function
651         (thanks to David Brandon).
652
653 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
654
655         * cygwin/mknetrel: Install image links (backportme).
656
657         * Documentation/user/GNUmakefile (local-install-info): Activate
658         actual installing of image links (backportme).
659
660 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
661
662         * Documentation/user/notation.itely (Measure repeats): Removed
663         unnecessary (and confusing) \context Voice{.
664
665 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
666
667         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
668
669         * lily/page.cc (Page): Do not use ly_scheme_function for
670         volatile/configurable variables (FIXME: better name).
671
672         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
673         get_scmvar).
674
675 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
676
677         * scripts/convert-ly.py (FatalConversionError.subst): use
678         \transposition.
679
680 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
681
682         * lily/include/page.hh (class Page): Declare left_margin ().
683
684         * lily/page.cc: Remove paper var caching.
685
686 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
687
688         * Documentation/user/music-glossary.tely: Add name to @top node.
689         Remove comment from @table definitions (workaround for makinfo
690         bug).
691
692         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
693         ly:stencil-get-expr).  Update callers.
694         (ly:stencil-align-to!):  Return stencil too.
695
696         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
697         stencil.  Remove looped line-based page output.
698         (output_line): Use line stencil.  Remove looped stencil-based line
699         output.
700
701         * lily/page.cc (ly:page-paper-lines): New function.
702
703         * input/test/markup-score.ly: New file.
704
705         * scm/define-markup-commands.scm (stencil): New markup.
706
707         * lily/book.cc (to_stencil): New method.
708
709         * lily/parser.yy (markup): Use it to grok \score.
710
711 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
712
713         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
714
715         * lily/paper-book.cc (pages): Change signature.  Update callers.
716
717         * lily/include/page.hh:
718         * lily/page.cc: New file.
719
720         * lily/paper-line.cc (to_stencil): New method.
721         
722         * lily/paper-outputter.cc (output_stencil): New method.
723
724         * lily/paper-outputter.cc (output_line): Use them.
725
726         * lily/warn.cc: Remove.
727
728         * lily/my-lily-parser.cc (distill_inname): Remove.
729
730         * flower/include/file-name.hh: 
731         * flower/file-name.cc: New file.  Update users.
732
733         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
734         (find): New method of same name.
735
736         * lily/my-lily-parser.cc (ly:parse-file): Use it.
737
738         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
739         constant error message.
740
741 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
742
743         * input/test/{blank-notes.ly,staff-container.ly}: typos.
744
745 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
746
747         * Documentation/user/music-glossary.tely: @table @strong' replaced
748         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
749         (backportme).
750
751 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
752
753         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
754
755         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
756         #{ lily music expression #} that returns an equivalent scheme
757         music expression by parsing the string.
758
759 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
760
761         * lily/my-lily-parser.cc:
762         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
763         SCM string (foo.ly/toto.scm support).
764
765 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
766
767         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
768
769 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
770
771         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
772
773         * scripts/lilypond-book.py: LY code that includes \header is
774         not assumed to be a fragment.
775
776 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
777
778         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
779         tremolo beams up.
780
781         * lily/stem.cc (chord_start_y): Return 0 if no heads.
782         (get_default_stem_end_position): No tremolo head juggling if no
783         heads.  Fixes tremolo crash on rests (backportme).
784
785         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
786
787 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
788
789         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
790         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
791
792         * lily/lexer.ll: Allow \encoding in NOTES mode.
793
794         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
795         for lyrics, not for commands.
796
797         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
798         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
799
800         * input/regression/newaddlyrics.ly: New file.
801
802         * Documentation/topdocs/NEWS.texi: Update.
803
804         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
805         (Music_list): Allow embedded scm.
806
807         * lily/score.cc (ly:score-bookify): New function.
808
809         * lily/music.cc (ly:music-scorify): Idem.
810
811         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
812         (ly:parser-print-score): Idem.
813
814         * scm/lily.scm (default-toplevel-book-handler): Idem.
815         (default-toplevel-music-handler): Idem.
816         (default-toplevel-score-handler): Idem.
817
818         * ly/declarations-init.ly: Set default toplevel handlers.
819
820         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
821
822         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
823         printer for score at toplevel.
824
825 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
826
827         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
828         Fix for simple case: input/simple-song.ly, more complex stuff
829         does not work yet.
830
831 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
832
833         * lily/parser.yy (Prefix_composite_music): split Composite_music
834         in Prefix_composite_music and Grouped_music_list.
835         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
836
837 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
838
839         * scm/lily.scm (toplevel-expression): New define.
840
841         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
842
843         * lily/parser.yy (toplevel_expression): Use it.
844
845         * lily/include/my-lily-parser.hh: Smobbify.
846
847         * lily/my-lily-parser.cc (parse_string): New method.
848         
849         * lily/my-lily-parser.cc (ly:parse-string): New function.
850
851         * Documentation/user/lilypond.tely: Add comment and workaround for
852         gs-8.01 crash.  Fixes make web.
853
854         Simplification of toplevel music.
855         
856         * lily/lexer.ll, lily/parser.yy:
857
858         * In LYRICS mode, return LYRICS_STRING.  This fixes one
859         shift/reduce problem.
860
861         * Use NOTES mode at start of maininput.
862
863         * Grok toplevel composite music expression, put in score and book.
864
865         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
866
867         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
868
869         * input/simple.ly: New file.
870         
871         * input/simple-song.ly: Idem.
872
873 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
874
875         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
876         Sandberg.
877
878 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
879
880         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
881
882 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
883
884         * input/regression/accidental-octave.ly: doc automatic showing
885         of note names.
886
887 2004-04-16  Heikki Junes <janneke@gnu.org>
888
889         * po/fi.po: do "make po && make -C po po-update" at top-level,
890         then "cp po/out/fi.po po/fi.po" and update fields.
891
892         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
893
894 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
895
896         * Documentation/user/introduction.itely (About this manual): Fix
897         templates and regression urls (backportme).
898
899 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
900
901         * ly/engraver-init.ly (Score:graceSettings): Increase
902         beamed-lengths, especially for 32nd notes.
903
904         * Documentation/user/notation.itely (Grace notes): Correct the
905         syntax for add-grace-property example.
906
907 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
908
909         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
910         `Generated' tag.
911
912         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
913         Severely broken (the Debian package, at least).
914
915 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
916
917         * lily/context.cc (find_create_context): assign to lvalue.
918
919 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
920
921         * lily/include/translator.hh (class Translator): rename
922         get_parent_context() to context () to avoid confusion.
923
924         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
925
926         * lily/lexer.ll: change is_string -> ly_c_string_p 
927
928         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
929
930         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
931
932         * VERSION: release 2.3.0
933
934         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
935
936         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
937         if nonempty.
938
939         * lily/include/context.hh (class Context): make members protected.
940         (children_contexts): new accessor function.
941
942         * lily/include/translator.hh (class Translator): make
943         daddy_context_ protected.
944         (class Translator): clean up. 
945
946         * lily/include/context.hh (class Context): make daddy_context_
947         private.
948
949         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
950         higher for finding Voice. (backportme)  
951
952         * lily/include/context.hh (class Context): remove
953         find_context_below() as a method.
954
955         * Documentation/user/notation.itely (The Lyrics context): add note
956         about manual durations
957
958         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
959         encoding.
960
961         * scm/output-tex.scm (text): dump \inputencoding{} for text.
962
963 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
964
965         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
966         \usepackage{inputenc}
967
968         * lily/paper-book.cc (classic_output): don't advance Offset for
969         TeX output.
970
971         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
972         ec-sauter.map in rules
973
974         * mf/ecb.mf (font_identifier): new file, based on ecbx
975
976         * mf/ecb10.mf (gensize): new file.
977
978         * Documentation/topdocs/NEWS.texi (Top): document some more new
979         features.
980
981         * ly/declarations-init.ly: run convert-ly
982
983         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
984         from input-file-results. Remove input-file-results.* 
985
986 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
987
988         * scm/output-ps.scm (font-command): Fix, again.
989
990         * input/test/title-markup.ly: Add \noPagebreak test.
991
992         * lily/score-engraver.cc (try_music): Bugfix.
993
994 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
995
996         * lily/main.cc (main_with_guile): excise dependency options -M and
997         --dep-prefix
998
999         * lily/input-file-results.cc: excise Makefile dependency code
1000
1001         * Documentation/user/invoking.itexi (Invoking the lilypond
1002         binary): remove dep doco
1003         
1004         * lily/main.cc (main_with_guile): call lilypond-main
1005         
1006         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1007
1008         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1009         exception.
1010
1011         * lily/my-lily-parser.cc: remove paper_description function
1012
1013         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1014         new function.
1015
1016         * lily/main.cc: remove global_score_count.
1017
1018         * lily/book.cc (process): don't take header from global_input_file.
1019
1020         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1021
1022         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1023
1024         * lily/music-output-def.cc (LY_DEFINE): new function
1025         ly_output_description. This function does the bulk for  setting,
1026         parsing and breaking down of an input file.
1027
1028         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1029         anonymous modules globally. Let's hope they get GCd
1030
1031         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1032
1033 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1034
1035         * scm/output-ps.scm (header): Papersize from paper.
1036
1037         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1038         for classic output.
1039
1040         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1041         lilypondclassic is defined.
1042         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1043
1044         * input/regression/between-systems.ly: Remove.
1045
1046         * python/lilylib.py (get_bbox): Fix regular expression
1047         for bounding box.
1048
1049         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1050
1051         * scm/output-tex.scm (stop-page): Use it.
1052
1053         * scm/output-ps.scm (define-fonts): Bugfix.
1054
1055         * lily/grob.cc: Add penalty to interface.
1056
1057         * lily/include/paper-line.hh (class Paper_line): New member
1058         var penalty_.
1059
1060         * lily/system.cc (get_line): Initialise Paper_line with
1061         page-penalty's from original grobs.
1062
1063         * scm/define-music-properties.scm (all-music-properties): Add
1064         page-penalty.
1065
1066         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1067
1068         * lily/score-engraver.cc (try_music): Handle page-penalty.
1069
1070         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1071
1072 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1073
1074         * ly/declarations-init.ly (melismaEnd): typo
1075
1076         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1077
1078         * scm/output-ps.scm (text): split string into spaces, use moveto
1079         for setting space. 
1080         
1081 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1082
1083         * po/nl.po: Update.
1084
1085         * scm/font.scm (add-cmr-fonts): Typo.
1086
1087 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1088
1089         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1090         font-encoding.
1091
1092         * scm/define-grobs.scm (all-grob-descriptions): idem.
1093
1094         * lily/time-signature.cc (numbered_time_signature): idem.
1095
1096         * scm/font.scm (add-cmr-fonts): use real encoding names for
1097         font-encoding.
1098
1099 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1100
1101         * lily/paper-book.cc (classic_output): 
1102         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1103         Fixes classic output.
1104         (lilypondstart):
1105         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1106         kludge.
1107
1108         * scripts/old-lilypond-book.py: Remove.
1109
1110         Page layout for SCOREs enclosed in a BOOK:
1111
1112         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1113         layout tweaking.
1114
1115         * input/les-nereides.ly (theScore): Add \book.
1116         
1117         * input/test/title-markup.ly: Add \book.
1118
1119         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1120         only if 'verbose.
1121
1122         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1123
1124         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1125
1126         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1127         * scm/output-tex.scm (start-system): Update for page layout by
1128         LilyPond.
1129
1130         * scm/output-ps.scm (start-system): Previously (new-start-system).
1131
1132         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1133         passed to define-fonts.
1134
1135         * lily/paper-column.cc: 
1136         * lily/system.cc (get_line):
1137         * ly/property-init.ly (newpage): 
1138         * scm/define-grob-properties.scm:
1139         * scm/output-ps.scm: 
1140         * scm/output-tex.scm: Remove between-system-string kludge.
1141
1142         * scm/output-ps.scm (define-fonts, font-command,
1143         font-load-encoding): Handle ENCODING = #f.
1144
1145         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1146
1147         * scm/define-markup-commands.scm (fill-line): Use
1148         make-simple-markup (WAS: unexisting make-word-markup).
1149
1150         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1151         ENCODING, MARKUP parameters for interpret_string.
1152
1153         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1154
1155         * lily/score.cc (book_rendering): New method.
1156         (default_rendering): Create Paper_book helper locally, dump
1157         output.
1158
1159         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1160
1161         * lily/parser.yy: Handle \book.
1162
1163         * lily/include/book.hh: 
1164         * lily/book.cc: New file.
1165
1166 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1167
1168         * lily/text-item.cc (interpret_string): new file, select font with
1169         encoding.
1170
1171         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1172
1173         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1174
1175         * lily/parser.yy (markup): take encoding from lexer.
1176
1177 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1178
1179         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1180
1181         * scm/output-ps.scm: Remove some cruft.
1182
1183 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1184
1185         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1186
1187         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1188
1189 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1190
1191         * scm/font.scm (add-century-schoolbook-fonts):
1192         (make-century-schoolbook-tree): New function.
1193
1194         * input/test/title-markup.ly: Use Century Schoolbook font.
1195
1196 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1197
1198         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1199         to Erik Sandberg) 
1200
1201         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1202
1203         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1204
1205         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1206
1207         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1208
1209 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1210
1211         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1212         solo-state (at end of solo), we can set the solo status
1213         too. (backportme.)
1214
1215         * input/regression/part-combine-solo-end.ly: new file.
1216
1217 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1218
1219         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1220         flavour abc files.  Really ignore unknown keys (backportme).
1221
1222 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1223
1224         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1225         magnification_ when looking up in orig_.
1226
1227         * scm/output-tex.scm (text): switch off char-mapping.
1228
1229         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1230         because AFM's encoding field cannot have spaces.
1231
1232 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1233
1234         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1235
1236 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1237
1238         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1239
1240         * mf/cmr.enc: new file, without hi-bit ascii info. 
1241
1242         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1243         width. This removes the 'hook' at the end of a long slur.
1244
1245         * buildscripts/mf-to-table.py (parse_logfile): don't append
1246         encoding to fontname.
1247
1248 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1249
1250         * scm/output-ps.scm (define-fonts): Load .enc only once.
1251
1252         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1253         too.
1254
1255 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1256
1257         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1258         encoding field.
1259
1260         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1261
1262         * ly/portuges.ly (pitchnames): new file.
1263
1264         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1265         Michael Welsh Duggan
1266
1267         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1268
1269         * ly/nederlands.ly: add comment about digits.
1270
1271         * lily/scaled-font-metric.cc (derived_mark): idem.
1272
1273         * scm/encoding.scm (make-encoding-mapping): change permutation to
1274         mapping.
1275
1276         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1277         (Modified_font_metric): make alist for coding_description_
1278         (LY_DEFINE): remove coding-name.
1279
1280         * scm/output-tex.scm (text): remove debugging code.
1281
1282         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1283
1284         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1285         from infile.
1286
1287         * mf/feta-generic.mf: move fet_beginfont into generic code.
1288         use fetaMusic (without space) as encoding
1289
1290         * mf/feta-autometric.mf: take encoding argument
1291
1292         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1293
1294         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1295         use.
1296
1297         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1298         name.
1299
1300 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1301
1302         * input/test/title-markup.ly: Set inputencoding.
1303
1304         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1305
1306         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1307
1308         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1309         function.
1310         (coding-alist): Also hold filename, command.
1311         (read-encoding-file): Return symbols.
1312
1313 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1314
1315         * scm/output-tex.scm: remove fontify; text and char take a font
1316         argument.
1317
1318         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1319
1320         * lily/scaled-font-metric.cc (text_dimension): init
1321         coding_{permutation,table}_ too 
1322         (LY_DEFINE): ly:font-encoding, new function return
1323
1324         * lily/paper-def.cc (find_scaled_font): take input coding from
1325         inputcoding paper var.
1326
1327         * lily/performance.cc (output): remap modulo 16.
1328
1329         * lily/text-item.cc (interpret_markup): whoops, variable
1330         shadowing fixed.
1331
1332 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1333
1334         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1335         symbols, not symbols to strings.
1336         
1337         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1338         symbols, not symbols to strings.
1339
1340 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1341
1342         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1343         (ly:kpathsea-gulp-file): New function.
1344
1345         * scm/encoding.scm (read-encoding-file): Use it.
1346
1347 2004-04-06  Werner Lemberg  <wl@gnu.org>
1348
1349         * scm/encoding.scm (coding-alist): Fix typo.
1350
1351 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1352
1353         * lily/scaled-font-metric.cc (text_dimension): move function from
1354         Font_metric
1355         (make_scaled_font_metric): init coding_scheme_ to TeX
1356         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1357
1358         * lily/include/scaled-font-metric.hh (struct
1359         Modified_font_metric): rename from Scaled_font_metric
1360
1361         * scm/encoding.scm (read-encoding-file): split up large function,
1362         leave caching to (delay)
1363
1364         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1365
1366 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1367
1368         * lily/my-lily-lexer.cc (set_encoding): New method.
1369
1370         * lily/lexer.ll: Grok \encoding.
1371
1372         * lily/font-metric.cc (get_encoded_index): New function.
1373
1374         * lily/include/font-metric.hh (coding_scheme): New method.
1375
1376         * scm/encoding.scm: New file.
1377
1378         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1379
1380 2004-04-05  Werner Lemberg  <wl@gnu.org>
1381
1382         * Documentation/user/tutorial.itely: Revised (finished).
1383
1384         * Documentation/user/macros.itexi (@separate): Removed.
1385
1386 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1387
1388         * scm/output-ps.scm (define-fonts): fix scaling.
1389
1390         * lily/scaled-font-metric.cc (design_size): add function.
1391
1392         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1393         partial cut&paste of ly:font-magnification.
1394
1395 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1396
1397         * scm/output-ps.scm (define-fonts):
1398         (fontify): Update.
1399
1400 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1401
1402         * po/fr.po: update. (backportme).
1403
1404         * po/nl.po: update. (backportme). 
1405
1406         * mf/feta-beugel.mf: document why design size is not fixed.
1407
1408         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1409
1410 2004-04-04  Werner Lemberg  <wl@gnu.org>
1411
1412         * Documentation/user/tutorial.itely: Revised (continued).
1413
1414 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1415
1416         * po/nl.po: Update (backportme).
1417
1418 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1419
1420         * po/de.po: update. (backportme).
1421
1422         * scm/output-tex.scm (font-command): use ly: functions to
1423         construct name.
1424         (define-fonts): don't use alist, just dump \font definitions.
1425         (font-load-command): calculate proper scaling by taking
1426         outputscale from paper argument.
1427
1428         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1429         expression.
1430
1431         * lily/paper-outputter.cc (output_header): pass paper arg to
1432         define-fonts
1433
1434         * lily/paper-def.cc (font_descriptions): dump list of
1435         Scaled_font_metrics
1436         (find_scaled_font): take Font_metric argument, store
1437         Scaled_font_metrics in hash-table containing (size ->
1438         Scaled_font_metrics) alist.
1439         (get_dimension): rename from get_realvar
1440
1441         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1442         ly:font-magnification, ly:font-name: new functions
1443
1444 2004-04-03  Werner Lemberg  <wl@gnu.org>
1445
1446         * Documentation/user/dedication.itely,
1447         Documentation/user/preface.itely,
1448         Documentation/user/introduction.itely,
1449         Documentation/user/tutorial.itely: Revised.
1450         Removing leading spaces which distorts output if info files are read
1451         with stand-alone info.
1452         Removing superfluous inter-word spaces which also distorts output
1453         for stand-alone info.
1454         Using ` and ' instead of `` and '' everywhere to improve
1455         legilibility with stand-alone info
1456         Using @samp for single-letter input items and data which contains
1457         spaces, @code for other things.
1458
1459         * lily/grob-interface.cc: Adding copyright.
1460         (check_interfaces_for_property): Improve format of warning message.
1461
1462 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1463
1464         * lily/include/font-metric.hh (struct Font_metric): add
1465         design_size () method.
1466
1467         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1468
1469         * lily/afm.cc (read_afm_file): read design size.
1470
1471         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1472
1473         * scm/music-functions.scm (unfold-repeats): handle dots too.
1474
1475 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1476
1477         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1478         (backportme)
1479
1480 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1481
1482         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1483         lyric indent.  Revert melismaBusyProperties using \unset.
1484
1485 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1486
1487         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1488
1489         * lily/parser.yy (command_element): allow redefinition of |
1490         meaning.
1491
1492         * lily/break-align-engraver.cc (acknowledge_grob): construct
1493         LeftEdge where the first cause for alignment is coming from.
1494         This makes \override Staff.LeftEdge work as expected.
1495
1496         
1497         * lily/slur-performer.cc (Slur_performer): add inits
1498
1499         * lily/beam-performer.cc (Beam_performer): add inits
1500
1501 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1502
1503         * VERSION (PACKAGE_NAME): release 2.2.0
1504
1505         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1506
1507 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1508
1509         * lily/cluster.cc (height): Fix warning.
1510
1511         * lily/parser.yy: Janitorial cleanups.
1512
1513         * Documentation/user/tutorial.itely (Tutorial): Typo.
1514
1515 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1516
1517         * lily/change-iterator.cc (process): search at multiple context
1518         levels. This fixes 
1519
1520         
1521         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1522         not voice-state index for tie state. This fixes a partcombine
1523         problem with ties.
1524
1525         * Documentation/user/tutorial.itely (Commenting input files): add
1526         note about convert-ly.
1527
1528         * input/test/cadenza-skip.ly:  new file.
1529
1530 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1531
1532         * po/nl.po: Spelling fixes.
1533
1534         * autogen.sh (srcdir): Regenerate.
1535
1536         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1537         autogen.sh.
1538
1539         * configure.in: Use C++ to check for C++ header.
1540
1541         * po/nl.po: Update.
1542
1543         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1544
1545         * lily/event.cc (to_relative_octave): Translatable sentence should
1546         be one string.
1547
1548         * python/lilylib.py (warranty): Year range is not translatable.
1549         It's 2004 already!
1550
1551         * flower/warn.cc (non_fatal_error, warning, programming_error):
1552         Remove whitespace from translated string.
1553
1554 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1555
1556         * VERSION: release 2.1.37.
1557
1558 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1559
1560         * configure.in: check for C language.
1561
1562         * lily/source-file.cc: include strstream without h.
1563
1564         * scm/documentation-generate.scm (string-append): use name without
1565         .texi.
1566
1567         * autogen.sh (srcdir): SUSE fix.
1568
1569         * Documentation/user/notation.itely (Ancient clefs): idem.
1570
1571         * Documentation/user/lilypond-book.itely (Integrating HTML and
1572         music): idem.
1573
1574         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1575
1576         * lily/change-iterator.cc (process): use find_existing_context().
1577
1578         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1579
1580         * input/regression/repeat-unfold-tremolo.ly: new file.
1581
1582         * scm/music-functions.scm (unfold-repeats): undo music compression
1583         too.
1584
1585         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1586         (LY_DEFINE): ly:music-compress new function.
1587
1588         * scm/part-combiner.scm (determine-split-list): split for voice
1589         crossings
1590
1591         * input/regression/part-combine-cross.ly: new file.
1592
1593         * scm/part-combiner.scm (make-part-combine-music): don't do
1594         relative inside partcombine arguments.
1595
1596         * scm/music-functions.scm (make-non-relative-music): new function.
1597
1598         * Documentation/user/notation.itely (Automatic part combining):
1599         add note about \relative.
1600
1601         * lily/part-combine-iterator.cc (construct_children): add
1602         start_moment_ member.
1603
1604         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1605         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1606
1607         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1608
1609         * Documentation/user/changing-defaults.itely (Which properties to
1610         change): fixes.
1611
1612 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1613
1614         * po/fr.po: update.
1615
1616 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1617
1618         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1619
1620         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1621         Reinstate old code that issues warning.  Fixes --srcdir build.
1622
1623 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1624
1625         * input/wilhelmus.ly: New file.
1626
1627         * Documentation/user/notation.itely: 
1628         * Documentation/user/introduction.itely:
1629         * Documentation/user/tutorial.itely: Use quote ly-option instead
1630         of explicit @quotation.  This fixes too long lilypond linewidths
1631         resulting in overful hboxes.
1632
1633         * scripts/lilypond-book.py: Add ly-option: `quote'.
1634
1635 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1636
1637         * tex/titledefs.tex: Avoid that the first score line is extra
1638         indented if instrument is defined but not piece.
1639
1640 2004-03-30  Werner Lemberg  <wl@gnu.org>
1641
1642         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1643         `lilypond/' to info file name.
1644         (@usermanref) [info]: New variant.
1645
1646         * scm/documentation-generate.scm: Fix definition of @usermanref
1647         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1648         to info file name.
1649
1650 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1651
1652         * VERSION: release 2.1.36
1653         
1654         * Documentation/user/changing-defaults.itely (Interpretation
1655         contexts): rewrite introduction.
1656
1657 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1658
1659         * scm/define-markup-commands.scm: Use TeX accents instead of
1660         straight iso-8859-1 encoding in the doc string.
1661
1662 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1663
1664         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1665         space after dotted duration.
1666
1667 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1668
1669         * Documentation/user/introduction.itely: 
1670         * Documentation/user/notation.itely:
1671         * Documentation/user/tutorial.itely: Up all relative examples.
1672         Enclose @lilypond displays in @quotation.  Typos and corrections.
1673
1674         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1675
1676 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1677
1678         * scm/music-functions.scm (make-voice-props-revert): Revert also
1679         MultiMeasureRest staff-position in oneVoice.
1680
1681 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1682
1683         * Documentation/user/changing-defaults.itely, 
1684         Documentation/user/lilypond.tely: few fixes. Place no comma between
1685         two options: a and b, but commas between three options: a, b, and c.
1686         By this manner, grouping is possible: a and b, and c and d.
1687
1688 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1689
1690         * Documentation/user/GNUmakefile: add rule for .nexi
1691
1692 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1693
1694         * Documentation/user/music-glossary.tely: move glossary direntry
1695
1696         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1697         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1698
1699 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1700
1701         * stepmake/aclocal.m4: Verify that gettext configure check with
1702         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1703
1704 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1705
1706         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1707         glob.glob for .png filenames. This catches multipage pngs.  
1708
1709         * Documentation/user/changing-defaults.itely (Determining the grob
1710         property): fix references.
1711
1712         * lily/staff-symbol.cc (print): only add extent if non empty.
1713         This fixes staff-container.ly.
1714
1715         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1716         starting with a mmrest also works.
1717
1718         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1719         PNG for texinfo too.
1720
1721         * po/lilypond.pot: update translation strings.
1722
1723         * VERSION: 2.1.35 released
1724         
1725         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1726         context argument too.
1727
1728         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1729
1730         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1731
1732         * python/lilylib.py (command_name): don't return 1st path
1733         component.
1734
1735         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1736         .png case separately.
1737
1738         * python/lilylib.py (system): typo.
1739         
1740 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1741
1742         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1743         run indent-region.
1744
1745         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1746         Fixes compile.
1747
1748         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1749         Add header.
1750
1751 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1752
1753         * vim/lilypond-indent.vim: small fixes.
1754
1755 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1756
1757         * Documentation/user/notation.itely (Entering lyrics): Add example
1758         with correct english double quotes (at least for LaTeX output,
1759         maybe not a good idea if we switch to PS as the default output
1760         format).
1761
1762 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1763
1764         * lily/staff-performer.cc (create_audio_elements): play instrument
1765         changes before notes arrive. This fixes instrument of the first
1766         note in a score.
1767
1768         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1769         to 1.9.0 conversion.
1770
1771         * lily/mark-engraver.cc: doc string.
1772
1773         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1774
1775         * Documentation/user/introduction.itely (Introduction): new node.
1776
1777 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1778
1779         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1780
1781         * input/regression/spacing-ragged-last.ly: new file.
1782
1783         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1784         spacing.
1785
1786         * scm/font.scm: rewrite using GOOPS.
1787         
1788         * lily/context-def.cc (filter_engravers): derefence pointer.
1789
1790         * lily/lily-guile.cc (type_check_assignment): use
1791         ly_scheme_function iso. scm_primitive_eval where possible.
1792
1793         * lily/performance.cc (output): limit channels at 15. This fixes
1794         percussion inadvertently showing up in large scores.
1795
1796 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1797
1798         * input/regression/tuplet-gap.ly: new file.
1799
1800         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1801         (print): compute gap length from number size, include italic
1802         correction.
1803
1804         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1805         tuplet-bracket
1806
1807         * scm/paper.scm (set-default-paper-size): new function, to be
1808         called at toplevel.
1809         (set-paper-size): new function, to be called inside \paper {}
1810         (set-default-paper-size): new function, to be called at toplevel.
1811
1812         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1813
1814         * lily/beam-performer.cc (process_music): idem.
1815
1816         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1817         
1818         * tex/titledefs.tex: remove scshape for piece.
1819
1820         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1821         font-family
1822
1823         * lily/time-signature.cc (special_time_signature): font-encoding
1824         not family.
1825
1826         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1827         dynamic to head. This fixes p placement in morgenlied.
1828
1829 2004-03-23  Werner Lemberg  <wl@gnu.org>
1830
1831         * stepmake/stepmake/generic-targets.make (help): Improve text.
1832
1833 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1834
1835         * VERSION: 2.1.34 released
1836         
1837         * lily/main.cc (main_with_guile): switch debugging.
1838
1839         * lily/system.cc (get_line): plug leak.
1840
1841         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1842         and contents.
1843         (stencil2line): plug leak.
1844
1845         * Documentation/user/changing-defaults.itely (Determining a grob
1846         property):  new node.
1847         (Layout interfaces): new node.
1848         (Navigating the program reference): new node.
1849
1850         * lily/accidental-engraver.cc (acknowledge_grob): add property
1851         harmonicAccidentals
1852
1853         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1854         general cleanups.
1855         
1856         * input/les-nereides.ly (middleDynamics): resurrect Les
1857         nereides. Remove pedal hack.
1858
1859 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1860
1861         * input/regression/property-grace-polyphony.ly: new file.
1862
1863         * lily/translator-property.cc (execute_pushpop_property): only pop
1864         one instance of the property. This fixes << \\ >> together with
1865         \grace.
1866
1867         * lily/break-align-interface.cc (ordered_elements): we cannot
1868         modify the #'elements property, so return reordered array.
1869
1870 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1871
1872         * buildscripts/lilypond.words.py: remove.
1873         * buildscripts/lilypond-words.py: add new, renamed file. 
1874         Give generated targets and dirs explicitly in arguments.
1875
1876         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1877         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1878         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1879         
1880         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1881
1882         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1883
1884         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1885         orders.
1886
1887         * vim/GNUmakefile: add local-uninstall target.
1888
1889         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1890         
1891         * vim/vimrc: add a one-liner file.
1892
1893         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1894         vimrc in EXTRA_DIST_FILES.
1895
1896         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1897
1898 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1899
1900         * config.make.in: add vimdir.
1901
1902         * vim/GNUmakefile: add local-install.
1903
1904 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1905
1906         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1907         with \lilypondifundefined{blabla}. Solves problem with multiple
1908         titles in the same lilypond-book document.
1909
1910 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1911
1912         * scm/document-backend.scm (interface-doc): sort grob list for
1913         interface.
1914
1915         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1916         pre/post break align-order.
1917
1918         * spelling patch courtesy Edward Sutton.
1919
1920         * Documentation/user/changing-defaults.itely (Changing context
1921         default settings): new node.
1922         (Defining new  contexts): new node.
1923
1924         * scripts/lilypond-book.py (is_derived_class): use numbers
1925         iso. booleans.
1926
1927         * python/lilylib.py (make_ps_images): add margin to PS images.
1928
1929         * scripts/lilypond-book.py (is_derived_class): new function. Take
1930         class arg iso. object.
1931         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1932         for bug in GS/dvips.
1933
1934         * lily/text-item.cc (interpret_markup): idem.
1935
1936         * scm/define-markup-commands.scm: remove split around-space hack.
1937
1938         * lily/staff-symbol-referencer.cc (get_rounded_position): new
1939         function, fold WL's fixes into one function.
1940
1941 2004-03-22  Werner Lemberg  <wl@gnu.org>
1942
1943         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
1944         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
1945         (Note_column::head_position_interval): Do proper rounding for
1946         calls to Staff_symbol_referencer::get_position.
1947
1948 2004-03-21  Werner Lemberg  <wl@gnu.org>
1949
1950         * lily/score.cc (ly_run_translator), lily/paper-def.cc
1951         (Paper_def::get_paper_outputter), lily/input-file-results.cc
1952         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
1953         (My_lily_parser::parse_file): Improve formatting progress indication
1954         sent to stdout.
1955
1956 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1957
1958         * VERSION: 2.1.33 released.
1959
1960         * scripts/lilypond-book.py (do_file): reinstate --filter support.
1961
1962         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
1963
1964         * stepmake/stepmake/generic-targets.make: rewrite hack so no
1965         warning is issued about dummy.dep.
1966
1967         * scm/new-font.scm: fix design sizes of nummer
1968
1969 2004-03-21  Werner Lemberg  <wl@gnu.org>
1970
1971         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
1972         some annoying warnings from mkdir during `make install'.
1973
1974 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1975
1976         * lily/performer-group-performer.cc (do_announces): call
1977         Performer_group_performer::create_audio_elements () too.
1978
1979         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
1980
1981         * scm/define-grobs.scm (all-grob-descriptions): add property
1982         break-align-orders
1983
1984         * lily/global-context.cc (get_default_interpreter): new
1985         function. Override from base class, so no new Score contexts are
1986         created.
1987
1988         * lily/include/stencil.hh (class Stencil): document origin field.
1989
1990         * lily/staff-symbol.cc (print): span staff-symbol on column
1991         extents for non-broken columns. 
1992
1993         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
1994         key-signature.
1995
1996         * tex/titledefs.tex: don't use smallcaps for piece.
1997
1998         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
1999         translated stencils in the output.
2000
2001         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2002
2003 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2004
2005         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2006         and init ties_created_
2007
2008         * VERSION: release 2.1.32
2009
2010         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2011         doc string from IMPLEMENT_CTOR_CALLBACK().
2012
2013         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2014         that engraver is in a performer hierarchy.
2015
2016 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2017
2018         * vim/lilypond-ftdetect.vim: new file.
2019
2020 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2021
2022         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2023         (compose_ly): default octave should be middle C.
2024
2025         * Documentation/user/changing-defaults.itely (Layout tunings
2026         within contexts): new node.
2027
2028         * lily/include/smobs.hh: document C++ smob interface.
2029
2030         * lily/function-documentation.cc: don't doc functions without
2031         docstring.
2032
2033 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2034
2035         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2036         direntry, so that `info lilypond' goes to Top.
2037
2038         * scm/output-ps.scm (polygon): Fix: add spaces.
2039
2040         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2041         solutions are now optimal too.
2042
2043         * input/test/page-breaks.ly: New file.
2044
2045         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2046         functions into safe module.
2047
2048         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2049         end, prepend zeros.
2050
2051         * scm/output-*.scm: Use ly:number->string rather than
2052         number->string.  Makes for saner output.
2053
2054         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2055         Fixes feta-nummer, feta-din scaling.
2056
2057 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2058
2059         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2060
2061         * scm/music-functions.scm (descend-to-context): new
2062         function. Similar to context-spec-music.
2063         (make-time-signature-set): specify Score as descend-only. This
2064         fixes the polymetric.ly example.
2065
2066         * lily/context-specced-music-iterator.cc (construct_children): add
2067         support for descend-only context spec.
2068
2069         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2070         determine ez-notation letter. 
2071
2072         * lily/system.cc (get_line): start with dumping layer 3. This
2073         fixes ez notation.
2074
2075 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2076
2077         * input/test/title-markup.ly: Stress breaking harder.
2078
2079         * scm/page-layout.scm (height-score): Overfull page scores twice
2080         as bad as underfull (was: by a power).
2081         (walk-lines): Omit first walk-path round (breaking after new node,
2082         without lines).
2083
2084         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2085         diff values are negative.
2086         (output): Bugfix: treat negative vfill differently.
2087
2088         * Documentation/user/lilypond.tely (direntry): Add note about why
2089         `info lilypond' brings up `Invoking LilyPond' node.
2090
2091 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2092
2093         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2094
2095         * lily/paper-book.cc: Remove cruft.
2096         (output): Bugfix: put vfill between lines.
2097         (pages): Bugfix: set page vars needed for filling.
2098
2099         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2100         (was: @ar).
2101
2102         * scm/page-layout.scm: Further development.
2103
2104         * ly/declarations-init.ly (paper): Define page-breaking.
2105
2106 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2107
2108         * lily/note-head.cc (brew_ez_stencil): add note-names
2109         property. Provides internationalization for note names.
2110
2111         * Documentation/user/changing-defaults.itely (Creating contexts):
2112         new node.
2113
2114         * lily/grace-iterator.cc (process): descend to child for \grace.
2115
2116         * lily/timing-translator.cc (initialize): Timing_translator adds
2117         Timing alias by itself.
2118
2119         * lily/context.cc (add_alias): new function.
2120
2121         * scm/lily.scm (tex-output-expression): new function, eval within
2122         drawing API. Guards against eval vulnerabilities.
2123
2124         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2125
2126         * scm/output-ps.scm (scm): export lily drawing API.
2127
2128         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2129         throughout.
2130
2131 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2132
2133         * scm/page-layout.scm (optimal-page-breaking): New function.
2134         
2135         * lily/paper-book.cc (pages): Use it.
2136
2137 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2138
2139         * lily/include/paper-line.hh (class Paper_line): Full smob.
2140
2141 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2142
2143         * lily/global-context.cc (run_iterator_on_me): fix grace note
2144         nesting by initting measurePosition.
2145
2146         * lily/timing-translator.cc (initialize): do no init
2147         measurePosition
2148         
2149         * lily/include/music-output-def.hh (class Music_output_def): add
2150         input_origin_ field.
2151
2152         * Documentation/user/changing-defaults.itely (Changing context
2153         properties on the fly): new node.
2154
2155         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2156         function. Only have smobbed_copy (), and do not provide
2157         smobbed_copy() for non-simple smobs. Changes throughout.
2158
2159 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2160
2161         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2162         start_moment_. Fix by Doug A. Linhardt.
2163
2164 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2165
2166         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2167         accidentals for harmonic notes.
2168
2169         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2170         of different style. (Thanks to Doug Linhardt).
2171
2172         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2173         new node.
2174
2175 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2176
2177         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2178
2179         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2180         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2181         vim/lilypond-indent.vim: doc targets and deps in comments.
2182
2183 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2184
2185         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2186
2187         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2188
2189         * lily/include/paper-line.hh:
2190         * lily/include/paper-line.cc: New file.
2191
2192 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2193
2194         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2195
2196         * GNUmakefile.in: remove stray make out=www
2197
2198         * input/test/bagpipe.ly (gcdg): octave fixes.
2199
2200         * scm/define-markup-commands.scm (number): use font-encoding
2201         iso. font-family
2202
2203         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2204         font-encoding.
2205         
2206 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2207
2208         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2209         `output_format_global' and `PAGE_LAYOUT'.
2210
2211 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2212
2213         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2214         lily functions in safe mode.
2215
2216         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2217         Print filename for HTML, LATEX, before texidoc.
2218
2219         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2220         instructions in output-ps module.
2221
2222         * scm/lily.scm: Do not load output-ps module.
2223
2224         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2225         safe mode.
2226
2227 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2228
2229         * lily/span-dynamic-performer.cc (process_music): remove spurious
2230         warning.
2231
2232         * lily/context-def.cc (Context_def): init name to ""
2233
2234         * lily/font-interface.cc: add font-encoding property.
2235
2236         * scm/lily.scm (chain-assoc-get): bugfix.
2237
2238         * lily/paper-book.cc (stencil2line): protect static SCM.
2239
2240         * lily/font-interface.cc (text_font_alist_chain): rename function,
2241         and use text-font-defaults. 
2242
2243         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2244
2245         * scm/paper.scm (paper-set-staff-size): use new function.
2246
2247         * scm/new-font.scm (make-font-tree): new function.
2248
2249 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2250
2251         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2252
2253         * scm/lily.scm (get-output-module): New function.
2254         (output-alist): Remove ,ps-output-expression.
2255
2256         * scm/output-tex.scm (ps-output-expression): New function.
2257
2258         * scm/output-ps.scm (ps-output-expression): Remove.
2259         (header, start-page): Output page metadata.
2260
2261         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2262         initialise output_module_.  Do not write part of header.
2263         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2264         (output_header): Output full header.
2265
2266         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2267         FIXME.
2268
2269 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2270
2271         * scm/new-font.scm: new file. Tree based font lookup.
2272
2273         * scm/lily.scm (assoc-get): take default argument. Remove
2274         assoc-get-default.
2275         (chain-assoc-get): use chain-assoc-get everywhere.
2276
2277         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2278         autobeamsettings conversion bug.
2279
2280         * lily/include/global-context.hh (Context): clean-up data hiding.
2281
2282         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2283         data hiding.
2284
2285         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2286
2287         * input/regression/stem-shorten.ly: add chord case.
2288
2289         * lily/stem.cc (get_default_stem_end_position): shorten stems
2290         triggered by note-head positions, not by forced-direction. This
2291         fixes a bug with too short stems.  
2292  
2293 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2294
2295         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2296         Lilypond_snippet.output_latex): Always call output_print_filename.
2297
2298         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2299         expand pages.
2300
2301 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2302
2303         * scm/part-combiner.scm (make-autochange-music): switch rests
2304         before switched notes too.
2305
2306         * lily/figured-bass-engraver.cc (process_music): change calling
2307         convention.
2308
2309         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2310
2311         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2312         command.
2313
2314         * lily/include/stencil.hh (class Stencil): add origin field.
2315
2316         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2317         function.
2318
2319         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2320
2321         * lily/lexer.ll: remove support for \$ and $ in identifiers
2322
2323         * lily/sequential-iterator.cc: remove copy_grace_fixups
2324         (get_grace_fixup): slight abstraction of fixup code.
2325
2326         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2327
2328 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2329
2330         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2331         in insert-mode. add indenting rules.
2332
2333 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2334
2335         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2336         protect hack.
2337
2338         * scm/page-layout.scm:
2339         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2340         layout and titling should now match external latex based version.
2341
2342         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2343         header fields.
2344
2345         * ps/lilyponddefs.ps: Remove automatic page layout.
2346
2347         * scm/output-ps.scm (new-start-system): New interface function.
2348
2349         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2350
2351         * lily/paper-book.cc (output): Bugfix.
2352
2353 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2354
2355         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2356         
2357 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2358
2359         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2360         direntries.
2361
2362         * ps/lilyponddefs.ps: Bugfix.
2363
2364         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2365
2366 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2367
2368         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2369         cause. This should fix warnings.
2370
2371         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2372
2373         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2374         prevent aligned 6ths.
2375
2376         * lily/custos.cc (print): remove adjust-if-on-staffline.
2377
2378 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2379
2380         * lily/paper-book.cc: Do header and footer.
2381
2382 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2383
2384         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2385
2386         * scm/paper.scm (lineheight): Remove
2387         (head-sep, foot-sep): Add.
2388
2389 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2390
2391         * mf/feta-schrift.mf: reduce portato thickness.
2392
2393         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2394
2395         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2396         programming_error ().
2397
2398         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2399         bracket to last command column.
2400
2401         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2402         continues on next/prev system.
2403
2404         * input/regression/pedal-end.ly: new file.
2405
2406 2004-03-10  Werner Lemberg  <wl@gnu.org>
2407
2408         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2409         Remove pmx2ly stuff.
2410         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2411
2412 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2413
2414         * scm/page-layout.scm: New file.
2415
2416         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2417         settings.
2418         (Lilypond_snippet.is_outdated): Also check for PNG file.
2419         Workaround for interrupted (web) builds.
2420
2421         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2422
2423         * ps/lilyponddefs.ps: Use only very small top-marging.
2424         (init-paper): Also pop page size string.
2425         (start-page, stop-page): New function.
2426
2427         * scm/output-ps.scm (header-end): Remove stray exec commands.
2428
2429 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2430
2431         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2432
2433         * lily/score.cc (default_rendering): clean protection.
2434
2435         * lily/paper-book.cc (mark_smob): implement smob marking.
2436
2437         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2438
2439         * Documentation/user/*.itely: user manual edits. 
2440
2441 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2442
2443         * Documentation/user/converters.itely (Invoking musedata2ly):
2444         remove pmx2ly.
2445
2446         * scripts/pmx2ly: remove script.
2447         
2448 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2449
2450         * lily/score.cc (default_rendering): Protect paper-book members.
2451
2452         * lily/paper-def.cc (smobbed_copy): New method.
2453
2454         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2455         switch runtime.
2456
2457         * lily/include/music-output.hh (process): Change signature to
2458         return SCM.
2459
2460         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2461         method.
2462
2463         * lily/paper-score.cc (process): Return stencils rather than
2464         outputting directly.  Remove paper-book kludge.  Delete grobs.
2465         (output): Remove.
2466
2467         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2468
2469         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2470
2471         * lily/score.cc (default_rendering)
2472         (ly_render_output): Move adding paper-score two levels up.
2473
2474         * lily/system.cc (get_line):
2475         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2476
2477 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2478
2479         * scm/font.scm (paper20-font-vector): add more design sizes for
2480         number.
2481
2482         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2483         feta-nummber{5,7,11,13}.
2484
2485         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2486         for 12pt design size. 
2487
2488 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2489
2490         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2491
2492 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2493
2494         * lily/font-select.cc (properties_to_font_size_family): Fix
2495         warning message.
2496
2497         * Experimental PostScript latin1 encoding:
2498         
2499         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2500
2501         * scm/output-ps.scm: Experimental encoding using reencode-font.
2502         * scm/font.scm: Add latin1 `font-shape'.
2503         
2504         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2505
2506         * ps/lilyponddefs.ps (reencode-font): New function.
2507
2508         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2509
2510         * scm/output-tex.scm (start-page):
2511         (stop-page): New interface function.
2512
2513 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2514
2515         * lily/paper-outputter.cc (output_expr):
2516         (output_header):
2517         (output_line): New method.
2518
2519         * lily/system.cc (get_line):
2520         (get_lines): New method.
2521         (output_scheme):
2522         (output_line): Remove.
2523
2524         * scm/lily.scm (make-title): New function.
2525
2526         * lily/paper-book.cc: 
2527         * lily/include/paper-book.hh: New file.
2528
2529         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2530         ly-modules.hh).
2531
2532         * lily/ly-module.cc (ly_modules_lookup): New function.
2533
2534         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2535
2536         * scm/output-ps.scm (make-title): Remove.
2537         (output-scopes): Junk header-title test.
2538
2539 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2540
2541         * mf/feta-schrift.mf: thicker dot for portato.
2542
2543         * lily/accidental-placement.cc (position_accidentals): bugfix in
2544         offset, this fixes right-padding of AccidentalPlacement.
2545
2546         * lily/[h-z]*.cc: () formatting.
2547
2548         * Documentation/user/tutorial.itely (An orchestral part): more
2549         fixes for the tutorial.
2550
2551         * scm/translation-functions.scm (fraction-tuplet-formatter):
2552         reverse fraction.
2553
2554         * lily/parser.yy (context_def_spec_block): use \context instead of
2555         \translator.
2556
2557         * lily/[a-g].cc: () style cleanup.
2558
2559         * Documentation/user/tutorial.itely (Automatic and manual beams):
2560         editing of tutorial.
2561
2562 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2563
2564         * buildscripts/mf-to-table.py (base): write encoding name.
2565
2566 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2567
2568         * Documentation/user/GNUmakefile (local-install-info): Issue
2569         warning (for packager, ie, if not installing in /usr or /usr/local).
2570
2571         * lily/stencil-scheme.cc: 
2572         * lily/staff-symbol-referencer.cc: 
2573         * lily/script-column.cc: 
2574         * lily/pitch.cc: 
2575         * lily/music.cc: 
2576         * lily/grob-pq-engraver.cc: 
2577         * lily/font-interface.cc: 
2578         * lily/music-output-def.cc: 
2579         * lily/duration.cc: 
2580         * lily/grob-scheme.cc:
2581         * lily/context-scheme.cc: Put scheme name on first line in
2582         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2583         style cleanups.
2584
2585         * stepmake/stepmake/scm-vars.make: 
2586         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2587         Rename and split TAGS_FILES.
2588
2589         * GNUmakefile.in (ALL-TAGS): Remove.
2590         
2591         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2592         deeper TAGS files.  Fixes regexp tags in TOP dir.
2593
2594 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2595
2596         * VERSION: 2.1.29 released.
2597         
2598         * Documentation/user/changing-defaults.itely (Changing defaults):
2599         new file.
2600
2601         * Documentation/user/notation.itely (Notation manual): rename from 
2602         refman.itely
2603
2604         * Documentation/user/notation-appendices.itely (The Feta font):
2605         new file.
2606
2607         * Documentation/user/advanced.itely: add aborted attempt for
2608         advanced topics manual.
2609
2610 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2611
2612         * scm/new-markup.scm: display Markups in sane format. Patch by
2613         Nicolas Sceaux.
2614
2615 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2616
2617         * lily/main.cc: Cleanups.
2618         (setup_localisation): New function.
2619         (sane_putenv): Remove.
2620         (main_with_guile): New name (Was: main_prog).  Remove musings
2621         about possible preparation for GUILE heavy memory usage and
2622         practical uselessness.  Do not set environment variables
2623         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2624         name juggling.
2625         (parse_argv): New function.
2626         (copyright): New function.  It's 2004 already.
2627
2628         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2629         (distill_inname): Move from main.
2630
2631 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2632
2633         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2634
2635         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2636
2637         * Documentation/user/running.itely: new file.
2638
2639         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2640
2641         * lily/score-performer.cc (finish): call Translator::finalize ().
2642
2643 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2644
2645         * lilypond-ftpplugin.vim: renamed to the following file.
2646         * lilypond-ftplugin.vim: new file.
2647
2648         * GNUmakefile.in: update VIM_FILES.
2649
2650 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2651
2652         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2653         props.
2654
2655         * input/test/tie-sparse.ly: remove.
2656
2657         * lily/tie-performer.cc (try_music): copy & paste from
2658         Tie_engraver.
2659
2660         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2661         variable_ref twice.
2662
2663         * lily/key-performer.cc (create_audio_elements): use
2664         alterations-in-key.
2665
2666         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2667
2668 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2669
2670         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2671         handle also quarter tones (not shown as tests). test also flats.
2672
2673         * Documentation/index.html.in: small fixes.
2674
2675 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2676
2677         * input/regression/new-markup-scheme.ly: Typo.
2678
2679         * scm/define-markup-commands.scm (fill-line): New markup.
2680
2681         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2682         (output-paper-def): Fix alignment.
2683         (make-title): Fix height/width scaling.
2684
2685         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2686
2687         * input/test/title-markup.ly: Add remaining titles.  Layout and
2688         font size fixes.  Add simplistic latin1 test.
2689
2690 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2691
2692         * input/test/nested-groups.ly: remove. move content (to next). 
2693         * input/test/staff-bracket.ly: replace content (from prev), this 
2694         has been already in templates.
2695
2696 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2697
2698         * stepmake/autogen.sh: Only issue warning about running configure
2699         without arguments when autogen.sh will actually be running
2700         configure.
2701
2702 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2703
2704         * scm/new-markup.scm (stack-stencil-line): robustness.
2705
2706         * scm/define-markup-commands.scm (simple): robustification of
2707         simple-markup.
2708
2709         * Documentation/user/music-glossary.tely (Top): change central C
2710         to middle C.
2711
2712         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2713
2714 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2715
2716         * input/test/title-markup.ly (spaceTest): Add.
2717
2718         * lily/text-item.cc (interpret_markup): Make line markup from
2719         multi word markup.
2720
2721         * scm/define-markup-commands.scm (word): New markup command.
2722         (simple): Use it.
2723
2724         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2725
2726 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2727
2728         * vim/ftplugin/lilypond.vim:
2729         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2730         show matching paren in insert mode.
2731
2732 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2733
2734         * scm/output-ps.scm (make-title, output-scopes): Further
2735         development.
2736
2737         * input/test/title-markup.ly: New file.
2738
2739         * ps/lilyponddefs.ps: Disable PostScript titling.
2740
2741         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2742
2743 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2744
2745         * lily/arpeggio.cc (width_callback): remove padding.
2746  
2747         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2748
2749         * scm/define-music-types.scm: remove make-music-by-name.
2750
2751         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2752
2753 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2754
2755         * lily/paper-score.cc (process): Output titles using make-title.
2756
2757         * scm/output-ps.scm (output-stencil): Display directly instead of
2758         constructing string.
2759         (make-title): New function.
2760
2761 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2762
2763         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2764         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2765         Move documentation of LaTeX packages for latin1 characters to the
2766         lilypond-book manual.
2767
2768 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2769
2770         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2771
2772         * vimrc: add menu in console and shortcut <F10> for it.
2773
2774         * vim/:
2775         * vim/compiler/:
2776         * vim/syntax/:
2777         * vim/indent/:
2778         * vim/ftplugin/: new directories.
2779         
2780         * vim/filetype.vim: new file.
2781
2782         * lilypond.vim: remove files (see next).
2783         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2784
2785         * vimrc: remove file (see next).
2786         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2787
2788         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2789         add header. apply bindings only locally.
2790
2791         * vim/indent/lilypond.vim: new file.
2792
2793         * vim/ftplugin/lilypond.vim: remove errorformat.
2794         * vim/compiler/lilypond.vim: new file for errorformats.
2795
2796         * Documentation/topdocs/INSTALL.texi: give easier orders.
2797
2798         * ROADMAP: add vim/
2799
2800 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2801
2802         * Documentation/user/introduction.itely (Introduction): Use @image
2803         iso @html <img...>.  Add workaround for images in columns in info.
2804
2805         * stepmake/aclocal.m4: Store computed version in variable.
2806
2807         * configure.in: Export MAKEINFO_VERSION.
2808
2809         * config.make.in (MAKEINFO_VERSION): Add.
2810
2811         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2812
2813         * Documentation/user/GNUmakefile: Only build info with images when
2814         building web.
2815
2816         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2817
2818         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2819         stuff from documentation-targets.make
2820
2821 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2822
2823         * VERSION: 2.1.28 released
2824         
2825         * scripts/convert-ly.py (conv): 
2826
2827 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2828
2829         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2830         \arpeggioBoth. redefine \arpeggioBracket.
2831
2832         * Documentation/user/refman.itely: document new arpeggio
2833         functions.
2834
2835         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2836
2837         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2838
2839         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2840
2841 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2842
2843         * Documentation/user/introduction.itely (Automated engraving):
2844         rewrite introduction using website text.
2845
2846 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2847
2848         * scm/*.scm: make-music-by-name is replaced by make-music, which
2849         also accept music property settings, eg:
2850           (make-music 'TextScriptEvent 'direction DOWN 'text
2851               (make-simple-markup x))
2852
2853         Patch courtesy Nicolas Sceaux
2854
2855         * lily/beam-quanting.cc: cleanup, separate counts for left and
2856         right beam ends.
2857
2858         * lily/side-position-interface.cc (quantised_position): also
2859         quantize staccato position for forced stem directions. 
2860
2861 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2862
2863         * scm/*.scm: Patch by Nicolas Sceaux: 
2864
2865         * scm/music-functions.scm: ly:grob-property and ly:music-property
2866         are made procedure with setters.
2867
2868         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2869         
2870 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2871
2872         * input/test/[t-v]*.ly: finish rewriting texidocs.
2873
2874         * input/test/vaticana.ly: remove.
2875         * input/test/ligature-vaticana.ly: new, renamed file name.
2876
2877         * input/test/stem-centered.ly: remove.
2878         * input/test/mensural-note-heads.ly: new file. take content from
2879         removed file stem-centered.ly.
2880
2881         * input/test/scales-greek.ly: simplify.
2882
2883         * input/test/s*.ly: reformulate texidocs.
2884         
2885         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2886         of missing features.
2887
2888 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2889
2890         * input/test/[j-o]*.ly: update texidocs.
2891
2892 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2893
2894         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2895
2896         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2897         images.
2898
2899         * Documentation/user/lilypond.tely (@direntry): Update.
2900
2901         * stepmake/stepmake/documentation-targets.make
2902         (install-info,uninstall-info): Install into $(package_infodir).
2903         Install images.  Run install-info to update dir.
2904
2905         * config.make.in (package_infodir): Add.
2906
2907         * Documentation/user/GNUmakefile (info-with-images,
2908         local-install-info, local-uninstall-info): New target.
2909
2910 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2911
2912         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2913         gap/threshold.
2914
2915         * lily/beam-quanting.cc (score_slopes_dy): remove
2916         ROUND_TO_ZERO_SLOPE kludge.
2917
2918         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2919
2920         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2921
2922         * lily/global-context.cc (Global_context): alway accept Score
2923         (run_iterator_on_me): cast Context to Score_context, not
2924         Context_def.
2925
2926         * Documentation/user/refman.itely: documentation patch by Edward
2927         Sanford Sutton.
2928
2929         * mf/GNUmakefile: unset sauter-fonts.
2930
2931 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2932
2933         * scripts/lilypond-book.py (output_texinfo): Output @image
2934         descriptions for info too.
2935
2936         * input/test/chord-names-jazz.ly: 
2937         * input/test/embedded-scm.ly: Clarify.
2938
2939         * input/test/cautionaries.ly: Typo.
2940
2941         * lily/input-smob.cc (ly_input_location): Compile fix.
2942
2943 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2944
2945         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
2946
2947         * ly/engraver-init.ly: move \grobdescriptions to Global. This
2948         fixes problems with system defaults being reverted with \override
2949         on Score level.
2950
2951         * lily/global-context.cc (Global_context): apply property-ops to
2952         Global_context too. 
2953
2954 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2955
2956         * scm/output-ps.scm (stencil->string): Rewrite.
2957
2958 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2959
2960         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
2961         impersonal style.
2962
2963 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2964
2965         * lily/input-smob.cc (ly_input_location: New function.
2966
2967         * scm/define-markup-commands.scm (upright): New markup command.
2968
2969         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
2970
2971         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
2972
2973         * scm/output-ps.scm (output-stencil): New function.
2974
2975         * scripts/lilypond-book.py (do_file): Bugfix: change search order
2976         of snippet types; fixes @ignore and @verbatim blocks.
2977
2978 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
2979
2980         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
2981         to a file in printed documentation, instead, refer either to a 
2982         syntax or to an output.
2983
2984 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2985
2986         * input/regression/beam-center-slope.ly: Add test.
2987
2988 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2989
2990         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
2991         (SAUTER_FONTS): Reinstate.
2992
2993         * scm/define-markup-commands.scm (caps): New markup command.
2994
2995         * scm/output-ps.scm (output-scopes): Experimental markup output.
2996
2997         * scm/: Add missing headers.
2998
2999         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3000
3001         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3002
3003 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3004
3005         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3006         Stray style cleanups.
3007
3008 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3009
3010         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3011         no dot combination.
3012
3013         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3014         substitute \override Staff.autoBeamSettings too
3015
3016         * Documentation/user/tutorial.itely: proofreading fixes by David
3017         Bobroff
3018
3019 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3020
3021         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3022
3023         * ps/music-drawing-routines.ps: 
3024         * ps/lilyponddefs.ps: Add end markers.
3025
3026 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3027
3028         * VERSION: 2.1.27 released.
3029         
3030         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3031
3032         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3033         obey documentation.
3034
3035 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3036
3037         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3038
3039         * scm/output-ps.scm: Resurrect.
3040         
3041         * scm/output-tex.scm: Minimal cleanups.
3042
3043         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3044
3045         * make/ly-rules.make: Remove any broken lily-*.tex files before
3046         lilypond-book run.
3047
3048         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3049         comment.
3050
3051         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3052         Enabled by default, may save 10% compile time.
3053
3054 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3055
3056         * lily/lyric-phrasing-engraver.cc: remove
3057         
3058         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3059         longer necessary. 
3060
3061         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3062         so lyric-phrasing-engraver is no longer necessary.
3063
3064         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3065         Grob_pq_engraver from Staff.
3066
3067         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3068         busyGrobs directly.
3069
3070         * input/regression/quote-transposition.ly: new file.
3071
3072         * lily/recording-group-engraver.cc (stop_translation_timestep):
3073         store instrumentTuning too. 
3074
3075         * lily/quote-iterator.cc (process): transpose events using
3076         instrumentTuning.
3077
3078         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3079         -> \tuning <pitch>
3080
3081         * lily/parser.yy (command_req): add \tuning command for setting
3082         instrument tuning of staff.
3083
3084         * Documentation/user/GNUmakefile
3085         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3086
3087         * Documentation/user/refman.itely (Customized accidental rules):
3088         typo.
3089
3090 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3091
3092         * Documentation/user/music-glossary.tely: remove the missing norwegian
3093         translation; they can be put in later properly.
3094
3095 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3096
3097         * lily/recording-group-engraver.cc (start_translation_timestep):
3098         init Recording_group_engraver twice.
3099
3100 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3101
3102         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3103         stray style cleanups:
3104
3105         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3106         -Wmissing-prototypes.
3107
3108         * flower/include/killing-cons.tcc (Killing_cons): Add template
3109         specifier for car_.
3110
3111         * flower/include/parray.hh (binsearchs): Add template specifier
3112         for maxkey.
3113
3114         * flower/include/interval.hh: Declare elem () with template specfier.
3115
3116 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3117
3118         * elisp/lilypond-indent.el (get-buffer-size): add customization
3119         groups for several variables (Reuben Thomas).
3120
3121 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3122
3123         * Documentation/user/invoking.itexi (Point and click): add index
3124         entry.
3125
3126         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3127         go under beam.
3128
3129         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3130         sarabande beam. 
3131
3132         * flower/warn.cc (programming_error): cross fingers not thumbs.
3133
3134         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3135         staff-position is set.
3136
3137         * VERSION: release 2.1.26 
3138         
3139         * scm/chord-entry.scm (construct-chord): process transposition
3140         after processing explicit-11.  
3141
3142 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3143
3144         * lily/parser.yy (add_quote): add syntax for adding quotes:
3145         \addquote "id-string" Music
3146
3147         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3148
3149         * scripts/convert-ly.py (conv): add rules for name changes.
3150
3151         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3152         music/context/grob property functions. Internally, use
3153         get_property() and set_property() for both.
3154
3155 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3156
3157         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3158         for Emacs <= 20 (Laurent Martelli).
3159
3160 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3161
3162         * lily/parser.yy (command_element): extract quoted vector in
3163         parser.
3164
3165         * input/regression/quote.ly: new file.
3166
3167         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3168
3169         * lily/parser.yy (command_element): \quote DURATION NAME: support
3170         cue notes. 
3171
3172         * lily/quote-iterator.cc (class Quote_iterator): new file.
3173
3174 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3175
3176         * lily/auto-beam-engraver.cc (try_music): accept and process
3177         beam-forbid-event.
3178
3179         * input/regression/auto-beam-no-beam.ly: new file.
3180
3181 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3182
3183         * lily/accidental.cc (print): Change font-relative-size ->
3184         font-size. Fixes cautionary-style = smaller.
3185
3186 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3187
3188         * lily/system-start-delimiter.cc (staff_brace): remove
3189         font-relative-size
3190
3191         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3192         forgotten with scm_list_n. Fixes spurious coredumps.
3193
3194         * lily/accidental-engraver.cc (stop_translation_timestep): move
3195         update of localKeySignature to stop_translation_timestep (). This
3196         makes sure that all ties are noticed at the right moment.
3197         (stop_translation_timestep): clear tie only when right-side
3198         notehead was seen.
3199         (number_accidentals_from_sig): cleanup. 
3200
3201         * input/regression/accidental-tie.ly (mus): new file
3202
3203         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3204         these longish tests.
3205
3206 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3207
3208         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3209
3210         * THANKS: update bugreporter list.
3211
3212         * lily/beam.cc (print): broken beams last until end of staff.
3213         (print): broken beams start from prefatory matter.
3214
3215         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3216
3217         * lily/paper-score.cc (process): dump header only once.
3218
3219         * lily/paper-outputter.cc (Paper_outputter): move logic into
3220         Scheme.
3221
3222         * scm/output-tex.scm (output-scopes): new function.
3223         (output-paper-def): new function
3224         (tex-string-def): new function
3225         (symbol->tex-key): new function
3226
3227         * scripts/convert-ly.py (conv): add rule for | ~
3228
3229 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3230
3231         * input/regression/{many}.ly: refresh, trying to guess how
3232         it was designed.
3233
3234 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3235
3236         * VERSION: release 2.1.25
3237
3238         * scm/define-translator-properties.scm
3239         (all-user-translation-properties): add printOctaveNames
3240
3241         * ly/engraver-init.ly: remove Note_event_swallower from
3242         NoteNamesContext.
3243
3244         * lily/note-name-engraver.cc (process_music): new property
3245         printOctaveNames
3246
3247         * lily/context.cc (find_existing_context): remove support for
3248         Current.
3249
3250         * scm/music-functions.scm (set-accidental-style): new function;
3251         duplicate accidental macros.
3252
3253         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3254
3255         * lily/note-name-engraver.cc (process_music):
3256         process_acknowledged_grobs () -> process_music ()
3257
3258         * scm/part-combiner.scm (determine-split-list): robustification.
3259
3260 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3261
3262         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3263         lines for falling into beam-gap.
3264         (score_forbidden_quants): check all staff lines for falling in
3265         beam gaps.
3266
3267         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3268         key/clef/time signatures. 
3269
3270         * input/test/ossia.ly: revise example.
3271
3272         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3273         cleanup.
3274         
3275         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3276         comply to Scheme standard.  Remove ly:get-paper-variable
3277
3278 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3279
3280         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3281
3282 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3283
3284         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3285         properties from Voice context. This fixes accidental size for
3286         staff-switches during grace contexts.
3287
3288         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3289         if necessary. Else, simply wipe dots.
3290
3291         * input/test/beam-alternate.ly: new file
3292
3293         * input/test/piano-staff-distance.ly: new file.
3294
3295         * lily/translator-group.cc (recurse_down_translators): use
3296         Direction for bottom-up/top-down.
3297
3298         * lily/include/translator.hh (class Translator): add
3299         process_music() and do_announces(). This obviates
3300         recurse_down_{engravers,performers}.
3301
3302         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3303         \melisma and \melismaEnd
3304
3305         * lily/melisma-engraver.cc (process_music): change to
3306         Melisma_translator, unify with performer. Accept
3307         ManualMelismaEvent.
3308
3309         * ly/engraver-init.ly: add Font_size_engraver.
3310
3311 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3312
3313         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3314         it hara-kiri.
3315
3316         * input/regression/{many}.ly: improve descriptions trying to figure
3317         out what is tested.
3318
3319 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3320
3321         * lily/slur.cc (broken_trend_offset): robustness fix.
3322
3323         * VERSION: release 2.1.24
3324
3325         * lily/context.cc (find_create_context): go to Score if it exists.
3326
3327         * lily/context-scheme.cc: new file.
3328
3329         * lily/score-translator.cc (get_output): new file.
3330
3331         * lily/include/grob-info.hh: origin_contexts() now does not
3332         include the originating engraver
3333
3334         * lily/translator-group.cc (translator_each): clean up contents,
3335         remove superfluous stubs. Engraver_group_engraver and
3336         Performer_group_performer are the only classes using multiple
3337         inheritance.
3338
3339         * lily/include/score-context.hh (class Score_context): interface
3340         between Score_{engraver,performer} and Global_context.
3341
3342         * lily/include/global-context.hh (Context): change from
3343         global-translator. This is the entry point for contexts; it is not
3344         tweakable using \translator{}. Score is no longer the top context,
3345         but sits underneath Global.
3346
3347         * lily/include/context.hh (class Context): brain surgery: split
3348         out Context functionality from Translator_group. Context is now a
3349         separate type from Translator.
3350
3351 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3352
3353         * lily/include/translator.hh (class Translator): make
3354         get_score_context() and get_global_translator (), and use the one
3355         which is appropriate.
3356
3357         * lily/context.cc: partially put functionality of Translator_group
3358         into Context.
3359
3360         * lily/include/context.hh (Translator): new class: put between
3361         Translator and Translator_group. 
3362
3363         * lily/new-accidental-engraver.cc: remove file.
3364
3365 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3366
3367         * input/regression/{many}.ly: improve descriptions: use complete 
3368         sentences, try to describe what is tested, avoid `we´, do not use 
3369         don't, ... 
3370
3371 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3372
3373         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3374         is at EOL.
3375
3376         * Documentation/user/lilypond.tely: declare the topmost node only
3377         once; removes empty line in @contents.
3378
3379         * Documentation/user/music-glossary.tely: really add Finnish author.
3380         Draw more beatiful `->´ arrow in html: &rarr;
3381
3382 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3383
3384         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3385
3386         * scripts/convert-ly.py (conv): add ly:music-list  change.
3387
3388         * lily/grob.cc: edit doc string.
3389
3390         * scm/define-grob-properties.scm (all-user-grob-properties):
3391         proofreading, editing of doc strings.
3392
3393         * input/regression/tablature-string-tunings.ly: new file.
3394
3395         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3396         listen to stringTunings
3397
3398         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3399         for self-alignment-[XY] code.
3400  
3401 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3402
3403         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3404         cond) into function. Cleanup.
3405
3406         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3407         
3408         * VERSION (PACKAGE_NAME): 2.1.23 released
3409
3410 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3411
3412         * Documentation/user/{refman,internals}.itely: small fixes.
3413
3414 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3415
3416         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3417         accidentals for harmonic notes
3418
3419         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3420         for harmonic notes.
3421
3422         * scm/document-backend.scm (interface-doc): prune Grob
3423         documentation: don't duplicate interface information.
3424
3425         * lily/*.cc: lots of updates of doc strings.
3426
3427 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3428
3429         * input/test/ac-extra-voice.ly (accompany): remove file.
3430
3431         * input/test/maximum-rest-count.ly: remove file.
3432
3433         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3434         conversion rule for \translator { }. Apply everywhere.  
3435
3436         * lily/parser.yy (music_property_def): set property for \once in
3437         the PropertyMusic itself, not the ContextSpec.
3438         (property_operation): change syntax within \translator { }
3439
3440         * scm/define-music-properties.scm (all-music-properties): clean up.
3441
3442         * lily/auto-beam-engraver.cc (test_moment): use
3443         updated_grob_properties() to retrieve autoBeam settings.
3444
3445         * lily/spacing-spanner.cc: bound shortest_playing_len by
3446         measure_length
3447
3448         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3449         multi-measure events for spacing computation.
3450
3451         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3452         elliptical, to 1.49.
3453
3454         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3455         vertical positioning for polyphony, without RestCollision object.
3456
3457         * lily/note-column.cc (add_head): prevent rests & note heads on
3458         one stem.
3459
3460         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3461         (do_shift): rewrite only-rests case: use common refpoints: the
3462         routine will have sensible results when other rest-translations
3463         have taken place.
3464
3465         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3466         < 0 case. 
3467
3468         * VERSION: 2.1.22 released
3469         
3470         * input/GNUmakefile (SUBDIRS): remove ascii-art
3471
3472 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3473
3474         * input/: Convert ly files that still had \property.  Fixes make
3475         web.  Remove exta spaces around '='. 
3476
3477         * scripts/convert-ly.py (conv): Redundant space fixes.
3478
3479         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3480
3481 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3482
3483         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3484         create scalable PS and PDFs  for input/{test,template,regression}.
3485
3486         * lily/context.cc (is_alias): move function.
3487         (is_alias): add Bottom as context alias. 
3488         (find_create_translator): add Bottom as a context alias for creation.
3489
3490         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3491
3492         * lily/parser.yy (music_property_def): new syntax for property
3493         assignments:
3494
3495         \set A.B = #C , \unset A.B
3496         \override A.B #C = #D, \revert A.B #C 
3497
3498         * lily/my-lily-lexer.cc: remove \property
3499
3500 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3501
3502         * Documentation/user/refman.itely: add dots after seealso refs.
3503
3504         * input/template/{many}.ly: harmonise descriptions.
3505
3506         * Documentation/user/music-glossary.itely: add Finnish author.
3507
3508 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3509
3510         * VERSION (PACKAGE_NAME): release 2.1.21
3511
3512 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3513
3514         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3515
3516         * scripts/lilypond-book.py (snippet_res): @include filename must
3517         not be empty.
3518
3519 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3520
3521         * scm/documentation-generate.scm (markup-doc-string): dump
3522         markup-commands.tely
3523
3524         * scm/define-markup-commands.scm (override): new file.
3525         Move documentation from refman into doc-strings. 
3526
3527         * input/test/staff-container.ly: fix example.
3528
3529         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3530         StaffContainer
3531
3532         * lily/grob.cc: remove point_dimension_callback
3533         (Grob): read forced dimensions from X-extent and Y-extent.
3534         (get_paper): remove preset_extent.
3535
3536         * scm/define-grobs.scm (all-grob-descriptions): remove
3537         point_dimension_callback. 
3538
3539         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3540         textscript to head. This makes no-spacing-rods work on
3541         DynamicText.
3542
3543         * lily/chord-name.cc: remove props chord, bass, inversion.
3544
3545         * Documentation/user/appendices.itely: add Scheme functions,
3546         context-properties and layout properties to manual.
3547
3548         * scm/part-combiner.scm (determine-split-list): include rests in a
3549         solo1/2 sequence.
3550
3551         * lily/new-part-combine-iterator.cc (substitute_both): new
3552         function.
3553         (class New_pc_iterator): add separate Voice=solo context, fixes
3554         autobeams going from chords to solo.
3555
3556 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3557
3558         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3559
3560         * Documentation/user/tutorial.itely:
3561         * Documentation/user/refman.itely: Add short note about being part
3562         of lilypond.tely.
3563
3564         * COPYING: Make note more clear with respect to files that are
3565         explicitely licenced otherwise (Documention/user/ comes to mind).
3566         
3567         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3568         comment about barfing of @c,{}.
3569
3570         * Documentation/user/music-glossary.tely: Add list of authors.
3571
3572         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3573         source (was: also in build log).
3574
3575 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3576
3577         * lily/side-position-interface.cc (general_side_position): if
3578         staff-padding is set, then include staff in support too.
3579
3580         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3581         module workbook
3582
3583         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3584
3585         * lily/tuplet-engraver.cc: remove tupletInvisible
3586
3587         * scm/define-translator-properties.scm: cleanup, separate in
3588         internal and user props. 
3589
3590         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3591         LyricsVoice -> Lyrics
3592
3593         * lily/new-part-combine-iterator.cc (process): only print warning
3594         for symbols.
3595
3596 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3597
3598         * scm/part-combiner.scm: Add proper header.
3599
3600         * All but lily/*: The great --2003 --2004 replace; the missing
3601         `bits'.
3602
3603         * TODO: Fix outline mode.  Add book notes.
3604
3605         * ROADMAP: Update.
3606
3607 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3608
3609         * scm/part-combiner.scm (make-autochange-music): use
3610         accumulator. Fixes stack overflow.
3611
3612         * lily/*: rename brew_molecule -> print , molecule-callback ->
3613         print-function
3614
3615         * scm/define-grob-properties.scm: cleanup. Separate into internal
3616         and user properties.
3617
3618         * lily/translator-property.cc (updated_grob_properties): new
3619         function
3620         (execute_pushpop_property): change to new convention:
3621         object property inits are stored as (cons ALIST BASED-ON). This
3622         storage format allows concurrent tweaks in different contexts.
3623
3624 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3625
3626         * TODO: new file.
3627
3628 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3629
3630         * debian/: Late Debian update (sorry Anthony).
3631
3632         * scripts/lilypond-book.py (do_file): Look for input_file in
3633         include path, or ask kpathsea if LATEX.
3634
3635         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3636         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3637         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3638         --header=texidoc.
3639
3640         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3641         relative.
3642
3643         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3644         only when filtering, default to input_base otherwise.  Coding
3645         style fixes.
3646
3647 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3648
3649         * lily/include/translator.hh (class Translator): add virtual
3650         qualifier.
3651
3652 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3653
3654         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3655
3656 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3657
3658         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3659
3660         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3661         (fixes make web).
3662
3663         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3664         live in $(out)-www).
3665
3666         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3667         dependencies.  Add link to .ly source in HTML output.
3668         (Lilypond_snippet.output_html): Handle multiple page picture
3669         output.
3670         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3671         Make usable for output_texinfo again.
3672
3673         * Documentation/user/GNUmakefile: Add static dependency for
3674         lilypond.tely includes.
3675
3676         * Documentation/user/tutorial.itely: Add some lost `relative'
3677         ly-options.
3678
3679 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3680
3681         * lily/include/translator-group.hh: move Music_output_def member
3682         to Global_translator.
3683
3684         * scripts/lilypond-book.py (do_file):  fix latex output.
3685
3686         * VERSION: release 2.1.20
3687         
3688         * scm/part-combiner.scm (determine-split-list): robustness fix 
3689
3690         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3691
3692         * lily/parser.yy (music_output_def_body): plug memory leak.
3693
3694         * lily/translator-group.cc (add_fresh_group_translator): plug
3695         memory leak: unprotect Translator_group once added.   
3696
3697         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3698
3699         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3700         write .dep file.
3701         (Lilypond_snippet.ly): add \renameinput.
3702
3703 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3704
3705         * Documentation/user/refman.itely (Markup command definition): Doc
3706         by Nicolas Sceaux. Rewrite by Han-Wen
3707
3708         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3709         thing of the line.
3710         (brew_molecule): only remove if hyphen is not at the end of line.
3711         (set_spacing_rods): new function: minimum-length specifies
3712         distance between syllables.
3713
3714         * scm/define-grobs.scm (all-grob-descriptions): add
3715         Hyphen_spanner::set_spacing_rods to LyricHyphen
3716
3717         * input/regression/lyric-hyphen-break.ly: new file.
3718
3719         * input/test/lyric-hyphen-retain.ly: new file.
3720
3721         * lily/new-part-combine-iterator.cc (construct_children):
3722         add Rest direction.
3723
3724 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3725
3726         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3727
3728         * Documentation/bibliography/engraving.bib (donemus1982):
3729         update entry.
3730
3731 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3732
3733         * scripts/lilypond-book.py (Substring.__init__): new class.
3734         (Snippet.output_texinfo): add texidoc option.
3735         (Include_snippet.replacement_text): new class.
3736         (Lilypond_snippet.__init__): new class
3737         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3738
3739         * Documentation/user/refman.itely (Sound): 
3740         note about number of channels.
3741
3742         * scm/music-functions.scm (voicify-music): add \context Staff for
3743         << \\ >> polyphony.
3744
3745         * lily/parser.yy (verbose_command_req): \skip now creates
3746         SkipMusic, and does not lead to spurious staves.
3747
3748         * scm/define-music-types.scm (music-descriptions): rename
3749         NonEventSkip to SkipMusic
3750
3751         * input/no-notation/midi-lyric-barcheck.ly: new file.
3752
3753         * input/regression/collision-dots-invert.ly: new file.
3754
3755         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3756         case.
3757
3758         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3759         die if melody died too.
3760
3761 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3762
3763         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3764         with reading from stdin.
3765
3766         * lily/slur-performer.cc (try_music): new file.
3767
3768         * lily/melisma-performer.cc (try_music): new file. Handle
3769         melismata to help lyrics.
3770
3771         * lily/beam-performer.cc (try_music): new file. Handle beam events
3772         to help lyrics.
3773
3774         * lily/score-performer.cc (one_time_step): reinstate
3775         process_music().
3776
3777         * lily/performer.cc (process_music): add to interface.
3778
3779         * lily/performer-group-performer.cc (process_music): new function.
3780
3781         * lily/dot-column.cc (do_shifts): do collision resolution before
3782         dot positioning.
3783         
3784         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3785         file, process printfilename option.
3786         (Snippet.__init__): rewrite: do not use global variables h or
3787         index.
3788         (main): really support -I option.
3789         (find_toplevel_snippets): new code.
3790         (find_toplevel_snippets): reinstate old version, without global
3791         variables.
3792
3793         * tex/texinfo.tex: really add file.
3794         
3795 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3796
3797         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3798         compatibility.
3799
3800 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3801
3802         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3803
3804         * scm/define-translator-properties.scm (drumPitchTable): add
3805         property.
3806
3807         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3808         function.
3809         (help_summary): docstrings.
3810         (do_file): strip the dir of input_base too.
3811
3812 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3813
3814         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3815
3816         * Documentation/user/lilypond-book.itely: Update.
3817
3818         * make/ly-rules.make: Update lilypond-book commands.
3819
3820         * Documentation/user/GNUmakefile: Update makeinfo commands,
3821         lilypond-book flags.
3822
3823         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3824         
3825         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3826
3827         * scripts/filter-lilypond-book.py: Remove.
3828
3829         * Documentation/user/*tely: Update options for new lilypond-book.
3830
3831         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3832         with @macros in @includes.
3833
3834 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3835
3836         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3837         make rest-collision only.
3838
3839         * lily/break-substitution.cc (substitute_one_mutable_property):
3840         clear all-elements using scm_assq_remove_x(). 
3841
3842         * lily/rest-collision.cc (do_shift): shift single rests
3843
3844         * flower/include/array.hh (class Array): rename to is_empty ()
3845
3846         * lily/drum-note-performer.cc: new file: perform drum notes.
3847
3848         * VERSION (PACKAGE_NAME): release 2.1.19.
3849         
3850 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3851
3852         * scripts/filter-lilypond-book.py
3853         (classic_lilypond_book_compatibility): New function.
3854
3855 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3856
3857         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3858
3859         * Grand 2003 -> 2004 search replace. 
3860
3861         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3862         (i.e. < > )
3863
3864         * ly/performer-init.ly: add DrumStaff
3865
3866         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3867         lyric-interface; this prevents lines with only extender lines from
3868         being junked.
3869  
3870         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3871
3872         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3873         extenders right, for once and for all (hopefully).
3874         
3875         * lily/break-substitution.cc (substitute_one_mutable_property):
3876         clear old 'all-elements for System grobs.
3877
3878         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3879         that associatedVoiceContext is always assigned when music & lyrics
3880         are found. 
3881
3882         * ly/engraver-init.ly: remove Lyrics context.
3883         (TabVoice): add noteheads engraver
3884
3885         * input/test/improv.ly: update: do not use Thread switching. 
3886
3887         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3888         squashedPosition is a number  
3889
3890         * Documentation/user/refman.itely (Automatic note splitting):
3891         remove Thread references.
3892
3893         * input/no-notation/pc-direction.ly: remove file.
3894
3895         * ly/engraver-init.ly: remove Thread
3896
3897         * input/regression/tie-chord-partial.ly: remove file.
3898
3899         * scripts/convert-ly.py (conv): \harmonic rule
3900
3901         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3902         notation for harmonic notes: <c' g''\harmonic>
3903
3904         * lily/lily-guile.cc (alist_to_hashq): new function
3905
3906         * scm/lily.scm (alist->hash-table): new function.
3907
3908         * Documentation/user/refman.itely (Percussion staves): update doco.
3909
3910         * input/regression/drums.ly (timb): updates
3911
3912         * lily/note-performer.cc (create_audio_elements): robustness fix.
3913
3914         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3915
3916 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3917
3918         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3919         discard valid matches.
3920
3921 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3922
3923         * lily/drum-note-engraver.cc: new file.
3924
3925         * ly/drumpitch-init.ly: move drum definitions
3926
3927         * scm/drums.scm: remove file.
3928
3929         * lily/*.cc: remove abort-event everywhere.
3930
3931         * lily/note-heads-engraver.cc (process_music): robustification.
3932
3933         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3934         robustification.
3935
3936         * lily/parser.yy (simple_element): add \drums mode.
3937         (simple_element): remove \pitchnames , \chordmodifiers. Use
3938         variables to store this. 
3939
3940         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
3941         outside \notes.
3942
3943         * VERSION: release 2.1.18.
3944         
3945         * input/test: remove octave-duplicate.ly
3946
3947 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3948
3949         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
3950
3951 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3952
3953         * lily/simultaneous-music-iterator.cc: remove clone() and copy
3954         constructor from Music_iterator. Changes throughout.
3955
3956         * lily/include/music-iterator.hh (class Music_iterator): remove
3957         Music_iterator::skip and Music_iterator::get_pending_events from
3958         interface. Rename report_to -> get_outlet 
3959
3960         * lily/auto-change-iterator.cc: move contents from
3961         new-auto-change-iterator.cc from
3962
3963         * scm/part-combiner.scm: determine split-list from Scheme. 
3964
3965         * lily/new-auto-change-iterator.cc (process): new file.
3966
3967         * lily/parser.yy (part_combined_music): remove old PC cruft.
3968
3969         * ly/engraver-init.ly: remove old
3970         PC cruft.
3971
3972         * Documentation/user/refman.itely (The Lyrics context): note about
3973         extender lines.
3974
3975         * lily/multi-measure-rest-engraver.cc (process_music): extra check
3976         to allow 0-length mmrest events.
3977
3978         * scm/part-combiner.scm (determine-split-list): many bugfixes.
3979
3980         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
3981
3982         * lily/spacing-engraver.cc (finalize): robustifications.
3983
3984         * input/regression/new-part-combine-solo-global.ly: new file.
3985
3986         * scm/part-combiner.scm: rewrite.
3987
3988 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
3989
3990         * Documentation/user/refman.itely, input/puer-fragment.ly,
3991         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
3992         updated for proper use of lyricsto; replaced "(" and ")" ->
3993         "\melisma" and "\melismaEnd"
3994
3995         * input/test/ancient-font.ly: small updates to reduce compile
3996         warnings (TODO: junk this file)
3997
3998         * input/test/gregorian-scripts.ly: added comment about bug
3999
4000         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4001         tiny robustness fix
4002
4003         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4004         recent changes in the feta code); temporarily mapped mensural g
4005         clef to a copy of petrucci g clef until mensural g clef will have
4006         been rewritten
4007
4008         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4009         between mensural and neo-mensural heads (this broke quite a while
4010         ago)
4011
4012         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4013
4014 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4015
4016         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4017         indication.  Fixes for verbatim, multi line comments.
4018
4019 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4020
4021         * input/regression/new-part-combine-solo.ly: more cases.
4022
4023         * lily/slur.cc (height): robustness fix.
4024
4025         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4026
4027         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4028         stemUp/stemDown.
4029
4030         * scm/music-functions.scm (determine-split-list): further analysis.
4031
4032         * lily/script-engraver.cc (try_music): discard duplicate
4033         articulations.
4034
4035         * input/regression/new-part-combine-solo.ly: new file
4036
4037         * input/regression/new-part-combine-a2.ly: new file.
4038
4039         * ly/performer-init.ly: add Devnull
4040
4041         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4042         for \musicglyph #"accidental-*"
4043         (conv): \newpartcombine rule.
4044
4045 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4046
4047         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4048
4049 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4050
4051         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4052         textwidth, --output.
4053
4054 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4055
4056         * scm/new-markup.scm (doubleflat): add accidental markups.
4057
4058         * VERSION: release 2.1.17
4059         
4060         * Documentation/user/refman.itely (Automatic part combining):
4061         revise documentation of the part-combiner.
4062
4063         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4064         
4065         * input/test/part-combine-{moment,staff}.ly: remove file.
4066
4067         * input/regression/pc-mmrest.ly (two): remove file.
4068
4069         * scm/define-music-types.scm (music-descriptions): add
4070         Solo{One,Two}Event and UnisonoEvent
4071
4072         * lily/new-part-combine-iterator.cc (unisono): add state_
4073         variable, signal changes with part-combine-event.
4074
4075         * input/regression/new-part-combine-text.ly: new file.
4076
4077         * lily/part-combine-engraver.cc: new file.
4078
4079 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4080
4081         * scripts/filter-lilypond-book.py: Handle snippet options.
4082
4083 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4084
4085         * scm/music-functions.scm (determine-split-list): detect solo1/2
4086         and unisono.
4087
4088         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4089         revert fix, document why.
4090
4091         * lily/tie-performer.cc (process_music): new function. Set melisma
4092         property.
4093
4094         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4095         always smaller than bracket size.
4096         (make_bracket): oops. Size of the gap was off by factor 2
4097
4098         * input/test/text-rotate.ly: new file.
4099
4100         * scm/new-markup.scm (markup): a macro that provides a
4101         LilyPond-like syntax in scheme for building markups, in order to
4102         help markup command definition. (Nicolas Sceaux)
4103
4104         * input/test/lyrics-skip-notes.ly: new example.
4105
4106         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4107
4108         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4109         use is_alias() iso. == . This fixes lyrics on
4110         GregorianTranscriptions. 
4111
4112 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4113
4114         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4115         \thispagestyle{lastpage} to avoid that it's printed on the second
4116         last page when there's only a single score line on the last page.
4117         (The page breaking mechanism in TeX played some ugly tricks to us.)
4118
4119 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4120
4121         * scripts/filter-lilypond-book.py: Further development.
4122
4123         * input/regression/collision-dots-move.ly: New test.
4124
4125         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4126         hand side note head of non-merged collision to the right.
4127
4128         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4129         Construct children before accessing property from emtpy
4130         lyrics_context_.
4131         (construct_children): Find thread before finding LyricsVoice.
4132         Create LyricsVoice one if none found, fixes crash (thanks Erik
4133         Sandberg).
4134
4135 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4136
4137         * cygwin/: Forward port.
4138
4139 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4140
4141         * buildscripts/install-info-html.sh: Use Bash.
4142
4143         * cygwin/mknetrel: Patch from Bert.
4144
4145 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4146
4147         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4148
4149         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4150         try to copy *png, index.html (Bertalan Fodor).
4151
4152         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4153
4154 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4155
4156         * lily/note-collision.cc (check_meshing_chords): Do not remove
4157         dots (from down head) when merging similar heads (thanks Matthias
4158         Kilian).  Simplify merge_possible tests and other cleanups
4159
4160         * input/regression/collision-merge-differently-dotted.ly: Add test
4161         for disappearing dots on similar heads for both voices.
4162
4163 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4164
4165         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4166         that tagline overrides copyright for single page scores. Correct
4167         the default tagline value.
4168
4169 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4170
4171         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4172
4173 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4174
4175         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4176         TEXMF if it's previously unset.
4177
4178 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4179
4180         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4181
4182         * input/test/trills.ly: fix the unfolding of lineprall.
4183
4184         * input/test/figured-bass-alternative.ly: fix accidental.
4185
4186 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4187
4188         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4189         
4190         * input/no-notation/dos-guile.ly: 
4191         * input/no-notation/dos-ps.ly: 
4192         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4193         
4194         * input/no-notation/safe-include.ly:
4195         * input/no-notation/safe-guile.ly:
4196         * input/no-notation/safe-ps.ly: 
4197         * input/no-notation/safe-tex.ly: New file.
4198
4199         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4200         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4201         options now.
4202         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4203         When in --safe-mode, set environment openout_any=p[aranoid].
4204
4205         * tex/ltest.tex: 
4206         * tex/lilyponddefs.tex: Add \nofiles.
4207
4208         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4209         options.
4210
4211         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4212         This allows building the user manual using a binary installation
4213         and a matching unpacked source tree.
4214
4215         * scm/lily.scm (safe-module): New variable. 
4216
4217         * lily/includable-lexer.cc (new_input): Fix error messages.
4218
4219         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4220         If SAFE, evaluate in safe-module.  Change callers.
4221
4222         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4223
4224         * lily/lexer.ll (embedded_scm): While processing main-input,
4225         invoke ly_parse_scm with safe mode if running in safe-mode.
4226         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4227         in init.ly for safe-mode.
4228
4229 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4230
4231         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4232         compatibility with old versions of geometry.sty (compat2
4233         already implied includehead).
4234         Change the page layout slightly so bottom + footskip = top +
4235         headheight + headsep = 16mm, the remaining paperheight-32mm
4236         are used for the music. Increase footskip to 5mm, so the top of
4237         the footer text doesn't touch the music.
4238
4239 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4240
4241         * VERSION: release 2.1.16
4242         
4243         * scm/music-functions.scm (determine-split-list): bugfix: only use
4244         new-active for both voices if both indexes advance. This fixes the
4245         biggest outstanding problem with new-pc. 
4246
4247         * lily/new-part-combine-iterator.cc (construct_children): set more
4248         directions.
4249
4250 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4251
4252         * scripts/convert-ly.py (conv): add instrument rule.
4253
4254         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4255
4256         * lily/side-position-interface.cc: remove add_staff_support ()
4257         Change all callers to use staff-padding.
4258
4259         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4260         make_spanner().
4261
4262         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4263
4264         * lily/text-engraver.cc: remove scriptHorizontal property.
4265
4266         * lily/beam.cc (least_squares): also set least-squares-dy for
4267         special case of slanted 2-stem beam to center.
4268
4269         * lily/side-position-interface.cc (out_of_staff): move contents of
4270         out_of_staff into aligned_side.
4271         remove out_of_staff().
4272
4273         * input/regression/measure-grouping.ly: fix warning.
4274
4275         * lily/side-position-interface.cc: add staff-padding support to
4276         Side_position_interface::aligned_side.
4277
4278         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4279         one get_property too many.
4280
4281         * flower/include/drul-array.hh (linear_combination): new function
4282         (scale_drul): new function
4283
4284         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4285         operations on empty intervals are silly.
4286
4287 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4288
4289         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4290         (iso gh_scm2int), fixes crash in new part-combiner.
4291
4292         * configure.in: Up mftrace to 1.0.27.
4293
4294 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4295
4296         * VERSION: release 2.1.15
4297         
4298         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4299         align all stanza numbers.
4300
4301 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4302
4303         * Documentation/user/{introduction.itely,refman.itely,
4304         converters.itely}: fix some text inside parentheses; text should
4305         be readable (even) if parentheses are either replaced with commas 
4306         or dropped out.
4307
4308 2004-01-25  Werner Lemberg  <wl@gnu.org>
4309
4310         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4311         input/test/vaticana.ly, input/test/ancient-font.ly,
4312         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4313         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4314         ly/params-as-init.ly, scm/define-grobs.scm,
4315         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4316
4317         * ly/params-as-init.ly: Removed.  Obsolete.
4318         * buildscripts/lilypond.words.py: Updated.
4319
4320 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4321
4322         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4323
4324         * mf/feta-din{4,5,7,9}.mf: remove.
4325         
4326         * lily/engraver.cc (internal_make_item): centralize item/spanner
4327         factory.
4328
4329         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4330         do correct chord conversion for ^"sim."  (backportme)
4331         (FatalConversionError.sub_articulations): substitute ^"foo" in
4332         chords too. (backportme)
4333
4334         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4335         for Fingering.
4336
4337         * lily/side-position-interface.cc (out_of_staff): don't do
4338         anything if staff-padding not defined. 
4339
4340         * mf/feta-params.mf (stafflines): introduce linethickness as
4341         general blackness of the font.
4342
4343         * lily/stem.cc (position_noteheads): rounding error robustness.
4344
4345         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4346         from beam-collision.ly 
4347
4348         * lily/beam.cc (rest_collision_callback): remove direction.
4349
4350         * scm/define-grobs.scm (all-grob-descriptions): remove
4351         enclose-bounds in OttavaBracket and PianoPedalBracket
4352
4353         * scm/new-markup.scm (def-markup-command) new macro, which takes
4354         care of defining the COMMAND-markup and make-COMMAND-markup
4355         procedures, setting markup-signature and keyword-signature object
4356         properties, and pushing the markup command in
4357         markup-function-list.
4358
4359         All markup commands are defined thanks to it.  Users may also use
4360         it to define their own markup commands. (Nicolas Sceaux)
4361
4362         * scm/new-markup.scm: Scheme style clean-up: there should be no
4363         parenthesis alone on a line; LET* should not be used where LET is
4364         enough. (Nicolas Sceaux)
4365
4366 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4367
4368         * scripts/filter-lilypond-book.py: Add script.
4369
4370 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4371
4372         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4373
4374 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4375
4376         * Documentation/user/refman.itely (Fingering instructions): add
4377         single note chords. 
4378
4379         * lily/multi-measure-rest-engraver.cc: use a single
4380         MultiMeasureEvent for mm rests. This prevents problems with the
4381         new part combiner.
4382
4383         * scm/music-functions.scm (determine-split-list): analysis has
4384         global effect: a difference halfway a phrase makes the entire
4385         phrase be typeset as apart.
4386         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4387
4388 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4389
4390         * ly/performer-init.ly: add Devnull.
4391
4392         * Documentation/user/refman.itely (Font selection): remove paper20
4393         ref.
4394         
4395 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4396
4397         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4398
4399 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4400
4401         * scm/music-functions.scm (determine-split-list): bugfixes.
4402
4403         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4404
4405         * input/test/scales-greek.ly: use C as base, results in different
4406         alterations at the clef.
4407
4408         * input/regression/pedal-ped.ly: new file.
4409
4410         * input/regression/pedal-bracket.ly: new file.
4411
4412         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4413         replace after_line_breaking()
4414
4415         * lily/line-interface.cc (line): read thickness.
4416         (line): dash-fraction = 0 always for dotted-line style.
4417
4418         * input/test/staff-lines.ly (lower): bugfix.
4419
4420         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4421         \accepts Devnull into Score.
4422
4423         * scm/lily.scm: remove bla.scm load.
4424
4425 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4426
4427         * VERSION: release 2.1.14
4428         
4429         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4430
4431         * lily/side-position-interface.cc (general_side_position): add
4432         Staff_symbol_referencer::staff_space ().
4433
4434         * lily/include/context-def.hh: rename from translator-def.hh
4435
4436 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4437
4438         * input/template/piano-dynamics.ly (pedal): Updated definition of
4439         Dynamics such that \cresc works, for example.
4440
4441 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4442
4443         * lily/stem.cc (calc_stem_info): use
4444         Staff_symbol_referencer::staff_space
4445
4446         * lily/beam-quanting.cc (quanting): scale Stem_info 
4447
4448         * lily/beam.cc (rest_collision_callback): use minimum-distance
4449         property for rest/beam collisions.
4450         (rest_collision_callback): bugfixes.
4451
4452         * lily/system.cc (post_processing): extra-offset is now relative
4453         to the size of the current staff.
4454
4455         * scm/music-functions.scm (notice-the-events-for-pc): record all
4456         voices, only analyze "one" and "two".
4457
4458         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4459         not parent. 
4460
4461         * lily/new-part-combine-iterator.cc (construct_children): create
4462         Devnull from Voice context
4463
4464         * scm/music-functions.scm (determine-split-list): bugfixes.
4465
4466         * lily/lily-guile.cc (robust_scm2int): new function
4467
4468         * lily/staff-symbol-referencer.cc (line_thickness): new
4469         function. Use throughout.
4470
4471         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4472         in its own context.  Add to preset font-size.
4473
4474         * lily/stem.cc (thickness): new function.
4475
4476         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4477         compute thickness from ledger-line-thickness.
4478
4479         * lily/note-head.cc (brew_ledger_lines): use
4480         Staff_symbol::get_ledger_line_thickness ().
4481
4482         * lily/beam.cc (rest_collision_callback): use
4483         Staff_symbol_referencer::staff_space().
4484
4485         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4486         Mus1 Mus2
4487
4488         * lily/include/translator.hh (class Translator): add accepts_list_
4489         so  \with { \denies / \accepts } also works.
4490
4491         * scm/music-functions.scm (determine-split-list): determine split
4492         list from music events.
4493
4494         * lily/new-part-combine-iterator.cc: more states.
4495
4496         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4497
4498 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4499
4500         * lily/system.cc (set_loose_columns): use the right prebroken cols
4501         for interpolating loose column position.
4502
4503         * lily/text-spanner.cc (brew_molecule): default to no vertical
4504         lines.
4505
4506         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4507         take space.
4508
4509         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4510
4511 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4512
4513         * scripts/convert-ly.py: Do not test filename when processing
4514         stdin.
4515
4516         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4517
4518 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4519
4520         * lily/axis-group-engraver.cc (finalize): extra check; if
4521         process_music () is never called, then staffline_ == 0.
4522
4523         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4524         check run_always ().
4525         
4526         * VERSION: release 2.1.13
4527
4528         * input/regression/note-head-style.ly (pattern): cleanup.
4529
4530         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4531         downloading.
4532
4533         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4534         kludge rehearsalmark placement.
4535
4536         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4537         , ly:spanner?
4538
4539         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4540         close to note head for accidentals.
4541
4542         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4543         tuplet direction.
4544
4545         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4546
4547 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4548
4549         * lily/include/music-iterator.hh (class Music_iterator): add
4550         substitute_outlet() to iterator API.
4551
4552         * lily/new-part-combine-iterator.cc (construct_children):
4553         New_pc_iterator: new class, better part combining.
4554
4555         * lily/tie-column.cc (werner_directions): new function
4556
4557         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4558
4559         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4560         empty objects group spanner as parent
4561
4562         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4563         slope against graphical slope.
4564
4565         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4566         for ottava bracket.
4567
4568         * lily/side-position-interface.cc (general_side_position):
4569         opps. reinstate *dir.
4570
4571         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4572         parser run.
4573
4574         * lily/tuplet-bracket.cc: remove calc_dy ().
4575
4576         * Documentation/user/refman.itely (Balloon help): document balloon
4577         help
4578
4579 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4580
4581         * scm/document-backend.scm (check-dangling-properties): Grob
4582         properties are defined define-grob-properties.scm.
4583         
4584 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4585         
4586         * VERSION: release 2.1.12
4587
4588         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4589         ChordName
4590
4591         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4592         relation to surroundings.
4593
4594         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4595         Y-extent to the note-extents: stay clear of the staff.
4596
4597 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4598
4599         * Documentation/user/GNUmakefile
4600         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4601         iso. copy.
4602
4603         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4604
4605         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4606
4607         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4608
4609         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4610
4611         * lily/line-interface.cc (line): remove thickness from calling interface.
4612
4613         * lily/hairpin.cc: use Line_interface
4614
4615         * lily/line-interface.cc: new file. Line_interface for everything
4616         with dotted/dashed lines.
4617         
4618
4619         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4620
4621         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4622         for constructing ottava brackets.
4623         
4624         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4625         the note heads.
4626
4627         * Documentation/user/internals.itely (Engravers and performers):
4628         fix broken link.
4629
4630         * scm/music-functions.scm (make-mark-set): new function.
4631
4632         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4633         functionally identical to beam.
4634
4635         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4636         () with beam (). 
4637
4638         * Documentation/user/refman.itely (Rehearsal marks): document new
4639         functionality.
4640
4641         * input/regression/rehearsal-mark-number.ly: new file.
4642
4643         * input/regression/rehearsal-mark-letter.ly: new file.
4644
4645         * scm/translation-functions.scm (number->mark-string): new function
4646         (format-mark-letters): new function
4647         (format-mark-numbers): new function
4648
4649         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4650         integer; formatting is done through markFormatter property.
4651         
4652         * scm/define-translator-properties.scm: fold all *-done properties
4653         into positioning-done.
4654
4655         * lily/beam.cc (position_beam): new function
4656         (brew_molecule): make sure that positions are calced before making
4657         the molecule.
4658
4659         * scm/output*.scm (beam):  take 4th argument for function.
4660
4661         * ps/music-drawing-routines.ps: take blot as 4th argument.
4662
4663         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4664         stem to avoid small dents.
4665         
4666 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4667
4668         * VERSION: release 2.1.11
4669
4670         * input/regression/balloon.ly: new file.
4671
4672         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4673         objects, and make help texts. 
4674
4675         * scm/new-markup.scm (parse-simple-duration): parse duration
4676         string to log & dots. (Thanks Nicolas!)
4677
4678         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4679         rule.
4680
4681 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4682
4683         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4684         Lemberg).
4685
4686         * THANKS: alphabetic order.
4687
4688 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4689
4690         * input/regression/note-head-harmonic.ly: new file.
4691
4692         * Documentation/user/internals.itely (Technical manual): explain
4693         difference between music, translation, layout.
4694
4695         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4696
4697         * scm/output-ascii-script.scm (bracket): rounding bfs.
4698
4699         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4700
4701         * ly/paper*.ly: remove files. 
4702         
4703         * scm/paper.scm (set-staff-size): new function: set default
4704         staff-size.
4705
4706         * scripts/convert-ly.py (conv): add conversion rule.
4707
4708         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4709         function.
4710
4711         * scm/paper.scm: new file.
4712         (set-staff-size): new function 
4713         (set-paper-size): new function
4714
4715         * lily/parser.yy (music_output_def_body): restructure definition,
4716         so first Scheme statement in \paper also happens in new scope. 
4717
4718         * lily/system.cc (post_processing): move uniquify_list () to
4719         dumping molecule stage.
4720
4721         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4722         this will mess up scores that use barchecks to shorten measures.
4723
4724         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4725         at 20pt too.
4726
4727         * Documentation/user/tutorial.itely (Printing lyrics): document
4728         \lyricsto
4729
4730         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4731
4732         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4733
4734         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4735         if Voice is not found.
4736
4737         * VERSION: release 2.1.10
4738         
4739         * input/{test,regression}/: remove old-relative 
4740
4741         * lily/lexer.ll: add empty markup signature. 
4742
4743         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4744         strut markup
4745
4746         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4747
4748         * scm/define-translator-properties.scm: update melismata property
4749         doco.
4750
4751         * lily/system.cc (output_lines): revert uniquify_list() patch,
4752         strange side effects seen.
4753         
4754         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4755         dash-period < 0.
4756
4757         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4758         for flute. 
4759
4760 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4761
4762         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4763
4764         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4765
4766         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4767         of line breaks.
4768         (brew_molecule): add padding to left, not right.
4769
4770         * lily/system.cc (uniquify_list): new function
4771         (output_lines): uniquify_list () on all-elements. This fixes
4772         double symbols in the output.
4773
4774         * lily/beam.cc (rest_collision_callback): don't move anything if
4775         staff-position is set.
4776
4777         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4778
4779         * lily/system.cc (typeset_grob): warn if adding twice.
4780
4781         * lily/sequential-iterator.cc (run_always): implement run_always().
4782         (also in other files.)
4783         
4784         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4785
4786         * lily/event.cc (to_relative_octave): add octave-check.
4787
4788         * Documentation/user/refman.itely (Line breaking): add noBreak.
4789
4790         * scm/new-markup.scm (normalsize-markup): add function.
4791         (sans-markup): new function.
4792
4793         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4794         come earlier nowadays.  This fixes beams on grace notes.
4795         
4796         * scm/music-functions.scm (direction-polyphonic-grobs): new
4797         variable, share between override and revert. This fixes script
4798         directions in polyphonic sections. (backportme)
4799
4800 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4801
4802         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4803         breakpoints.
4804
4805         * lily/break-align-interface.cc: add doco
4806
4807         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4808
4809 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4810
4811         * VERSION: release 2.1.9
4812
4813         * scm/document-markup.scm (markup-doc-node): add note about naming.
4814
4815         * scm/new-markup.scm (left-align-markup): bugfix. 
4816
4817         * Documentation/user/refman.itely (Ottava brackets): more doco for
4818         ottava.
4819
4820         * lily/side-position-interface.cc (out_of_staff): also do
4821         out_of_staff() correctly for d == DOWN.
4822
4823         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4824         horizontal line if they move to the right.
4825         
4826         * scm/define-grobs.scm (all-grob-descriptions): set
4827         text-repeat-if-broken for ottava spanner
4828
4829         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4830         property.
4831
4832         * mf/feta18.mf: design size is 18 not 22.5
4833
4834         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4835         Add a single LyricsVoice to a melody. Melismata may be set
4836         individually.
4837
4838         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4839
4840         * lily/dot-column.cc: add stdio.h
4841
4842 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4843
4844         * lily/item.cc: documentation for break-visibility (Thanks, John).
4845
4846 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4847
4848         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4849
4850         * lily/translator-def.cc: rename Translator_def to Context_def.
4851
4852         * Documentation/user/internals.itely (Lexical details): clarify
4853         string def.
4854
4855         * Documentation/user/refman.itely (Rhythmic music): add link to
4856         RhythmicStaff 
4857
4858 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4859
4860         * lily/translator.cc: document start_translation_timestep()
4861
4862         * scm/output-tex.scm (tex-encoded-fontswitch): use
4863         round for rounding (inexact->exact yields rationals)
4864
4865         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4866
4867         * lily/translator-group.cc (get_simple_trans_list): 
4868         new function; construct simple_trans_list_ lazily.
4869         
4870 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4871
4872         * lily/paper-outputter.cc (output_scope): Check if number before
4873         checking exact (guile cvs).
4874
4875         * scm/*: Escape backslashes in scheme strings (guile cvs).
4876
4877 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4878
4879         * Documentation/user/refman.itely (Tablatures basic): annotate
4880         seealso sections.
4881
4882         * lily/*.cc: cleanup of engraver initialize() functions.
4883
4884         * lily/repeat-acknowledge-engraver.cc
4885         (start_translation_timestep): remove first_b_
4886
4887         * lily/tab-note-heads-engraver.cc: listen to string number events
4888         inside < > too. (backportme).
4889
4890         * Documentation/user/refman.itely (Text scripts): add fatText to
4891         index.
4892
4893 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4894
4895         * VERSION: 2.1.8
4896
4897         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4898         footer.
4899
4900         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4901
4902         * lily/bar-check-iterator.cc (process): only warn if
4903         barCheckLastFail was changed.
4904
4905         * scm/define-translator-properties.scm (barCheckLastFail): add
4906         property.
4907
4908         * lily/main.cc (main_prog): print summary of failed files.
4909
4910         * lily/axis-group-engraver.cc: move all spanner creation to
4911         process_music (). Now staffs can be adjusted with \override too.
4912         (Jan, you are a brilliant programmer!)
4913         
4914         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4915
4916 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4917
4918         * Documentation/user/tutorial.itely (Integrating text and music):
4919         Show the commands to produce a PDF as well.
4920
4921 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4922
4923         * lily/translator-def.cc (get_translator_names): accept user
4924         tweaks too. 
4925
4926         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4927         as big as normal heads. 
4928
4929         * input/*ly: run convert-ly
4930         
4931         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4932         () if dependencies are fluked.
4933
4934         * scm/document-translation.scm (engraver-doc-string): update on
4935         latest string/symbol conventions.
4936
4937         * lily/translator-ctors.cc: use Scheme_hash_table.
4938
4939         * lily/translator-def.cc (get_translator_names): new function
4940         (add_context_mod): new function
4941         (get_accepted): new function
4942
4943         * lily/parser.yy (context_mod): put all modifications of
4944         \translator { } in a single production, encode as SCM.
4945
4946         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
4947         to use read-only lists, so additions to the definition can be
4948         prepended easily.  
4949
4950         * Documentation/user/invoking.itexi (Editor support): add node on
4951         editor support.
4952
4953         * Documentation/user/refman.itely (Bar check): add lyrics example
4954         of bar checks. 
4955
4956         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
4957
4958         * scripts/convert-ly.py (conv): add conversion rule.
4959
4960         * lily/parser.yy: use \change iso. \translator for staff switch.
4961
4962         * lily/my-lily-lexer.cc: add \change.
4963
4964         * scm/define-translator-properties.scm
4965         (default-melisma-properties): add definition.
4966
4967 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4968
4969         * Documentation/user/refman.itely (Bar lines): clarification of
4970         systemStartDelimiter. 
4971
4972         * input/test/slur-shape.ly (x): remove file.
4973
4974         * lily/translator-group.cc (apply_property_operations): new function.
4975
4976 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4977
4978         * lily/parser.yy (optional_prop_ops): allow \with {
4979         PROPERTYSETTINGS } following \context or \new.
4980
4981         * lily/my-lily-lexer.cc: add \with.
4982
4983         * lily/parser.yy (property_operation): clean up definition of
4984         property operations.
4985         (property_op_to_music): new function.
4986         (context_spec_music): new function
4987
4988         * VERSION: 2.1.7 released.
4989         
4990         * input/regression/collision-merge-dots.ly: new file.
4991
4992         * lily/note-collision.cc (check_meshing_chords): if merging heads,
4993         then kill the dots too. 
4994
4995         * lily/separating-line-group-engraver.cc (acknowledge_grob):
4996         set/unset breakableSeparationItem
4997
4998         * lily/separation-item.cc (relative_width): add function.
4999
5000         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5001         only-prebreak-interface
5002
5003         * lily/system.cc (output_lines): only junk only-prebreak-interface
5004         grobs.
5005
5006         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5007         read breakableSeparationItem
5008
5009         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5010
5011         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5012
5013         * lily/dot-column.cc (dot_config_badness): new function:
5014         select the best scoring dot configuration: dots should go close to
5015         the note heads, but be shifted up or down according to conventions.
5016         (print_dot_configuration): idem.
5017         (shift_one): idem
5018         (remove_collision): idem.
5019
5020         * input/regression/dots.ly: add more test cases.
5021
5022 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5023
5024         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5025
5026         * flower/include/interval.hh: rename elem_b to contains 
5027
5028         * lily/tie.cc: change 'heads to 'head-pair.
5029
5030         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5031         fill in 'heads field.
5032
5033         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5034         minimum-length for short ones, and shorten so collisions with the
5035         next syllable are avoided.
5036
5037         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5038         near-zero slopes.
5039         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5040
5041         * lily/dots.cc: remove quantized_position callback. All Y
5042         positioning is done by dot-column.cc
5043
5044         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5045         exhaustive test of all dot positions. This fixes disappearing dots
5046         in dotted chords.
5047
5048 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5049
5050         * mf/feta-klef.mf (test_staff): fatten up G clef
5051         (test_staff): fatten up f clef.
5052         
5053
5054 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5055
5056         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5057         * input/les-nereides.ly: Use latin1 characters for title, like
5058         Morgenlied.
5059
5060 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5061
5062         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5063         cmb10).
5064
5065         * lily/lyric-extender.cc (brew_molecule): add little space before
5066         extender line.
5067
5068         * lily/beam-quanting.cc (score_forbidden_quants): check if
5069         outer stafflines fall in any beam gaps.
5070
5071         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5072         for lyric texts.
5073
5074 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5075
5076         * VERSION: 2.1.6 released.
5077
5078         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5079         this shows the demerits of a user-defined beam position pair.
5080
5081         * scm/define-grobs.scm (all-grob-descriptions): set
5082         beamed-extreme-minimum-free-lengths to a different value.
5083
5084         * lily/scm-option.cc: add debug-beam scm-option
5085
5086         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5087
5088 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5089
5090         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5091
5092         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5093         space after barline.
5094
5095         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5096
5097         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5098         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5099         the other case, take standard column-breakable spacing. Do not
5100         warn about "no spacing wishes".
5101
5102         This fixes wide spaces after barlines in very loose lines.
5103
5104         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5105
5106 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5107
5108         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5109         acknowledge_grob lyric-syllable, not lyric-text.
5110
5111         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5112         dashes of length #'length separated by #'dash-period. 
5113
5114         * lily/lyric-extender.cc (brew_molecule): idem
5115
5116         * lily/multi-measure-rest.cc (big_rest): idem
5117
5118         * lily/system-start-delimiter.cc (simple_bar): idem
5119
5120         * lily/bar-line.cc (simple_barline): use rounded box
5121
5122         * VERSION: release 2.1.5
5123
5124         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5125         music): move note about dvips to more visible place.
5126
5127         * lily/lyric-phrasing-engraver.cc: move from
5128         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5129         lyric-phrasing-engraver.hh)
5130         
5131         * lyric-align.ly: remove file
5132         
5133         * scripts/convert-ly.py (FatalConversionError.func): add removal
5134         rule for automaticMelismata
5135
5136         * ly/engraver-init.ly (ScoreContext): switch on
5137         New_phrasing_engraver by default.
5138
5139         * lily/slur-engraver.cc (class Slur_engraver):
5140         process_acknowledged_grobs -> process_music.
5141         (try_music): signal melismata correctly.
5142
5143         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5144         word-space, right-trim-amount, and extend past right bound only
5145         for note heads.
5146
5147         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5148         lyric-extender support: add note-heads to the extender
5149         automatically.
5150
5151         * lily/parser.yy: extender is now post_event. 
5152
5153         * lily/accidental-engraver.cc (number_accidentals): remove
5154         spurious warning about non-parent contexts.
5155
5156         * lily/music-output-def.cc (assign_translator): \translator { }
5157         for a Foo context implicitly redefines \FooContext.
5158
5159         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5160         fixes.
5161
5162         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5163         doubly in slur weight. 
5164
5165         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5166         combination.
5167
5168         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5169         staffbar distance.
5170
5171         * scripts/lilypond.py (global_latex_preamble): crank down size of
5172         the margins. Now there is a 12 mm top and bottom margin, which
5173         should correspond with the printable area of modern printers.
5174
5175         This enlarges the music height of the printable page a little.
5176
5177         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5178         signs. Use \markup instead.
5179         (accreg_pen): tweak for accordeon asterisk.
5180
5181 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5182
5183         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5184
5185         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5186
5187         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5188
5189         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5190
5191         * scm/define-grobs.scm (all-grob-descriptions): change
5192         StanzaNumber description: make side support, i.s.o. breakable.
5193         use Instrument_name_engraver for texts in the margin.
5194
5195         * scm/define-translator-properties.scm: remove
5196         melismaEngraverBusy, stz property.
5197
5198         * *.cc: naming: change empty_b () into is_empty ()
5199
5200         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5201
5202         * input/regression/lyric-phrasing-new.ly: new file.
5203
5204         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5205         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5206         melismata are now left-aligned.
5207
5208 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5209
5210         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5211
5212         * mf/feta19.mf: remove.
5213         
5214         * mf/feta-klef.mf (test_staff): more tweaks
5215
5216         * mf/feta-toevallig.mf: more small size tweaks.
5217
5218         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5219         rests for smaller sizes.
5220
5221         * mf/feta-bolletjes.mf: fix cross heads.
5222
5223         * VERSION: release 2.1.4
5224         
5225         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5226         deprecated #'ancient font family
5227
5228         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5229         it is a string or number.
5230
5231         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5232         change calling convention of stem-attachment function. 
5233
5234         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5235
5236         * mf/feta-autometric.mf: dump WX/WY fields too
5237         
5238         * mf/parmesan-heads.mf: idem.
5239
5240         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5241         attachment coordinates.
5242
5243         * lily/note-head.cc (stem_attachment_coordinate): read stem
5244         attachment from the notehead glyphs WX/WY fields.
5245
5246         * lily/include/font-metric.hh (struct Font_metric): add methods
5247         get_indexed_wxwy (), make a distinction between looking up by
5248         index and ASCII  
5249
5250         * mf/feta-bolletjes.mf: rewrite note head MF code.
5251         (test_outlines): make heads more rotund for smaller sizes. 
5252
5253 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5254
5255         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5256         throughout. Font scaling fixes throughout.
5257
5258         * mf/feta-sleur,slur.mf: remove. 
5259
5260         * mf/feta-slag.mf: rewrite.
5261
5262 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5263
5264         * VERSION: release 2.1.3
5265
5266         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5267
5268         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5269
5270         * lily/mark-engraver.cc (process_music): fix mark
5271         \default. (backportme)
5272
5273         * stepmake/stepmake/automatically-generated.sub.make (default):
5274         use -n for head/tail commands. 
5275
5276         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5277         heads with the same pitch.
5278
5279 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5280
5281         * lily/recording-group-engraver.cc (finalize): set protected_scm
5282         member to '() before finalizing.
5283
5284         * lily/translator-group.cc (finalize): remove removal_processing () 
5285
5286         * lily/recording-group-engraver.cc: new engraver: record
5287         synchronized start & end times for each music object.
5288
5289         * lily/parser.yy (toplevel_expression): execute score rendering
5290         during parsing. Cleanup output-filename handling; this is no
5291         longer done with global variables.
5292         (translator_spec_body): allow \type modification too.
5293
5294         * lily/score.cc:  ly:run-translator: new function
5295         (LY_DEFINE): ly:render-output new function.
5296
5297         Separate interpreting and rendering, and make available as
5298         functions at Scheme level.
5299
5300 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5301
5302         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5303         (musicxml-node->string):
5304         (xml-node->string):
5305         (music-to-musicxml): New function.
5306
5307 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5308
5309         * VERSION: 2.1.2 released
5310
5311         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5312
5313         * scm/font.scm (paper20-font-vector): discouple font design sizes
5314         from sizes specified in .ly file: store all design sizes of a font
5315         in a single vector.
5316
5317         * lily/font-select.cc (get_font_by_design_size): new function
5318
5319         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5320         add parmesan,feta in sizes 14 and 18.
5321         
5322         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5323
5324         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5325         of fontSize: this now sets font-size
5326
5327 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5328
5329         * VERSION: 2.1.1 released
5330         
5331         * Documentation/user/refman.itely (Tuning objects): add note about
5332         concurrent tweaks in different contexts. 
5333
5334         * lily/tie-engraver.cc (acknowledge_grob): use
5335         Staff_symbol_referencer::get_position iso. reading staff-position
5336         directly.
5337
5338         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5339         currentMusicalColumn as left span-point for bracket. The bracket
5340         is too long when there are accidentals.
5341
5342 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5343
5344         * buildscripts/lilypond-profile.sh,
5345         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5346         Thanks to Reuben Thomas <rrt@mupsych.org>
5347
5348 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5349
5350         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5351         Wurbel <wurbel@univ-tln.fr>.
5352
5353 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5354
5355         * scripts/midi2ly.py: Add space after chords.
5356
5357 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5358
5359         * input/regression/{many}: add few @code{ ... }.
5360
5361 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5362
5363         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5364         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5365         Removed cmbx5, cmbx6 (which are included in teTeX)
5366         and cmbxti14 which is not used in fonts.scm.
5367
5368 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5369
5370         * lily/midi-item.cc: fine tune quarter tones.
5371
5372 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5373
5374         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5375         new function, warn how many cents are missing in fine tuning.
5376
5377 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5378
5379         * input/bugs/rhytmicstaff-tie.ly: add file.
5380
5381         * THANKS: Create skeleton for 2.1.
5382
5383 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5384
5385         * input/test/bar-lines.ly (TODO): dashed "|".
5386
5387 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5388
5389         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5390         input/regression/tie-chord.ly: Fix spell for tying.
5391
5392         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5393
5394         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5395         new file (renamed, see above).
5396
5397         * Documentation/user/lilypond-book.itely
5398         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5399         * input/example-1.ly input/example-2.ly input/example-3.ly
5400         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5401         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5402         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5403         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5404         * scripts/lilypond-book.py scripts/lilypond.py
5405         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5406         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5407
5408         * Documentation/user/lilypond.tely: update version.
5409
5410         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5411         Remove extra spaces in each @node, fixes spaces.
5412
5413 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5414
5415         * scripts/lilypond-book.py (output_dict): Add definition of
5416         \lilypondbook also for LaTeX output. Solves several bug reports.
5417
5418 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5419
5420         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5421
5422 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5423
5424         * input/test/transposition.ly: Fix key signatures, given in comments.
5425
5426 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5427
5428         * scm/midi.scm (instrument-names-alist),
5429         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5430
5431 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5432
5433         * input/test/temporary-stave.ly (texidoc): New example based on an
5434         email question from Ralph Little.
5435
5436 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5437
5438         * VERSION: release 2.1.0
5439         
5440         * lily/note-performer.cc (try_music): accept busy-playing-event.
5441
5442         * lily/swallow-perf.cc (try_music): return false for
5443         busy-playing-event and melisma-playing-event.
5444
5445 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5446
5447         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5448         >> in \score.
5449
5450 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5451
5452         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5453         that articulation_substitute will not move beam start again.
5454         (articulation_substitute): Bugfix: remove stray space so that new
5455         old chords ending '>>' does not get broken up.
5456         (sub_chord): Use TAB for indentation (not spaces).
5457         
5458         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5459         Bugfix for startup: Use ?^ instead of ?\^.
5460
5461 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5462
5463         * lily/lyric-combine-music-iterator.cc
5464         (Lyric_combine_music_iterator): change init order, to prevent GC
5465         segfaults.
5466
5467         * lily/context-specced-music-iterator.cc (construct_children): 
5468         only change  translator if found. This fixes a core dump problem.
5469
5470 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5471
5472         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5473         comparison.
5474
5475         * mf/feta-bolletjes.mf: make hole in half note little
5476         smaller for stem attachment.
5477
5478         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5479
5480         * mf/feta-banier.mf: don't draw stem with flag, just small square
5481         attachment.
5482
5483         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5484
5485         * mf/feta-banier.mf: remove upstem/downstem characters.
5486
5487         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5488
5489         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5490         stafflinethickness (in the default)
5491
5492         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5493
5494         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5495
5496         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5497
5498         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5499
5500         * lily/include/directional-element-interface.hh:
5501         junk class, make {get,set}_grob_direction functions.
5502
5503         * lily/slur.cc (get_attachment): do something sensible when
5504         attaching to stem without heads (eg. a rest).
5505
5506         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5507         forcing up to staff.  remove #'support-head property
5508         (brew_molecule): small cleanup.
5509         (flag): remove #'grace property.
5510
5511 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5512
5513         * cygwin/postinstall-lilypond.sh: 
5514         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5515         (Volker Zell).
5516
5517 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5518
5519         * scripts/lilypond-book.py: resurrect 'eps' option. 
5520         (TexiPaper.to_eps): use -Ppdf for EPS files.
5521
5522         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5523
5524         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5525
5526         * VERSION: release 2.0.1
5527
5528         * lily/bezier.cc (get_other_coordinate): change assert into
5529         warning.
5530
5531         * lily/note-head.cc (internal_brew_molecule): make left protusion
5532         smaller, to accomodate for natural sign.
5533         (internal_brew_molecule): only do this when the accidental is
5534         close enough.
5535         (extent): new function
5536
5537         * lily/skyline.cc (merge_skyline): new function
5538         (heighten_skyline): new function
5539
5540         * lily/accidental-placement.cc (position_accidentals) 
5541         (position_accidentals): fix todo.
5542
5543 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5544
5545         * input/test/+.ly (texidoc): put version number inline.
5546
5547         * GNUmakefile.in: remove rsync-web target.
5548         
5549         * input/regression/bar-scripts.ly (onestaff): raggedright
5550
5551 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5552
5553         * lily/*.cc: remove #if 0'd code in couple of places.
5554
5555         * lily/midi-stream.cc (operator <<): rewrite.
5556
5557         * lily/note-head.cc (internal_brew_molecule): 
5558         only make ledgers when the Staff symbol has lines.
5559
5560         * ly/property-init.ly (arpeggioBracket): simplify
5561
5562         * lily/translator-group.cc (execute_pushpop_property): use
5563         SCM_EQ_P for comparing keys. This fixes reverting
5564         auto-beam-settings.
5565
5566 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5567 *
5568         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5569         midi_debug_global_b.
5570         (operator <<): Normalise loop.
5571
5572 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5573
5574         * scripts/lilypond.py (escape_path): revise.
5575
5576         * scm/music-functions.scm (set-output-property): new function.
5577         
5578 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5579
5580         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5581         use addmakeflags again.
5582
5583         * cygwin/lily-wins.py (escape_shell): New function; use it.
5584
5585         * scripts/lilypond.py (escape_shell): Escape quotes and other
5586         spaces too.  Do not escape escaping backslashes.
5587
5588         * make/srcdir.make.in (web-install): Must call install-WWW now.
5589
5590         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5591         dependency
5592
5593 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5594
5595         * scripts/lilypond.py (escape_path): escape quotes too. 
5596
5597         * Documentation/user/lilypond.tely (Unified index): rename Index
5598         to accomodate Windows breakage.
5599
5600         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5601
5602         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5603         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5604         target not a source.
5605
5606 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5607
5608         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5609         addmakeflags.  Build and install doc and web also when building on
5610         Cygwin.
5611
5612         * mf/GNUmakefile: Bugfix.
5613
5614         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5615         target web.
5616
5617         * cygwin/lily-wins.py: Quote filename.
5618
5619 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5620
5621         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5622
5623 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5624
5625         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5626         settings.
5627
5628         * configure.in: Require g++ > 3.0.4.
5629
5630         * mf/GNUmakefile: Bugfix: Add list.ly target.
5631         
5632         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5633
5634         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5635         make omf directory, add uninstall targets.
5636
5637 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5638
5639         * lily/tie-performer.cc (initialize): init prev_event
5640
5641         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5642
5643         * lily/script-engraver.cc (make_script_from_event): don't crash on
5644         non-string articulation-type.
5645
5646         * lily/new-fingering-engraver.cc (add_script): don't crash on
5647         0 scripts 
5648         (acknowledge_grob): warn about text script events.
5649
5650 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5651
5652         * buildscript/lilypond.words: fix path for drums.scm.
5653
5654 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5655
5656         * lily/spacing-spanner.cc (note_spacing): don't make longer
5657         durations than measure-length.
5658
5659         * VERSION: release 2.0.0
5660
5661         * GNUmakefile.in (rsync-web): version independent rsync target.
5662
5663         * input/test/+.ly (texidoc): idem.
5664
5665         * input/regression/+.ly: print version number.
5666
5667         * input/regression/accidentals.ly (mel): shorten.
5668
5669         * input/regression/accidental-octave.ly (texidoc): shorten.
5670
5671         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5672
5673         * input/regression/completion-heads-polyphony.ly: octave
5674
5675         * input/regression/beam-manual.ly: remove
5676
5677         * input/regression/beam-chord.ly: remove
5678
5679         * input/regression/grace-dynamic.ly: remove
5680         
5681         * input/regression/grace-volta-repeat.ly: octave fixes.
5682
5683         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5684
5685         * lily/parser.yy (step_number): semitones for chord entry too.
5686         (make_chord_step): more robust code, semitones. 
5687
5688         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5689
5690         * input/regression/breathing-sign.ly (texidoc): split ancient and
5691         normal breathing signs.
5692
5693         * scm/define-grobs.scm (all-grob-descriptions): swap
5694         beamed-extreme-minimum-free-lengths and
5695         beamed-minimum-free-lengths; the 'extreme' case should allow
5696         shorter stems. This fixes forced directions on beamed 32nd and
5697         shorter notes.
5698
5699         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5700         quartertones, not semitones.
5701         (NoteNamesContext): swallow more event types
5702
5703         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5704
5705         * VERSION (PACKAGE_NAME): release 1.9.10
5706
5707 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5708
5709         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5710         set note head as cause of note-column.  This gives a better error
5711         message.
5712
5713 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5714
5715         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5716
5717 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5718
5719         * mf/GNUmakefile (pfa_warning): instruct 
5720
5721         * stepmake/aclocal.m4: typo.
5722
5723         * Documentation/user/cheatsheet.itely: more verbose examples.
5724
5725         * input/regression/clefs.ly: remove bogus docstring.
5726
5727 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5728
5729         * GNUmakefile.in (SUBDIRS): Add elisp.
5730
5731         * elisp/lilypond-mode.el: 
5732         * elisp/lilypond-init.el: 
5733         * elisp/lilypond-indent.el: 
5734         * elisp/lilypond-font-lock.el: Move from top dir.
5735
5736         * stepmake/stepmake/elisp-vars.make: New file.
5737
5738         * config.make.in (elispdir): Add.
5739
5740         * Documentation/topdocs/INSTALL.texi: Typo.
5741
5742         * make/ly-rules.make: Test for files instead of touching void and
5743         ignoring errors.
5744
5745         * GNUmakefile.in:
5746         * make/lilypond.redhat.spec.in:
5747         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5748         <builddir>, adding
5749         
5750              (push "<builddir>/share/lilypond/elisp" load-path)
5751
5752         to your ~/.emacs.el should give you LilyPond-mode again.
5753
5754         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5755         regexp for DOS/Windows, we are too paranoid to fix others.
5756
5757 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5758
5759         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5760
5761         * input/test/chord-names-jazz.ly (banterProperties): fix
5762
5763         * lily/parser.yy (bass_mod): bass figure alterations are semi
5764         tones, not quarter tones
5765
5766         * lily/beam.cc (set_stem_lengths): only lengthen stems
5767         for gapped beams.
5768
5769         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5770         by beamcount.
5771
5772         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5773         a warning that the warning may erroneous.
5774
5775         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5776         target.
5777
5778         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5779         targets.
5780
5781         * GNUmakefile.in ($(config_h)): config.h should depend on
5782         config.hh.in .
5783         (lilypond.words): remove fontball stuff.
5784
5785         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5786
5787         * configure.in: remove pktrace reference.
5788
5789         * GNUmakefile.in (rsync-web): permissions and ownership for
5790         website.
5791
5792         * lily/volta-engraver.cc (staff_eligible): new function.
5793         (stop_translation_timestep): kill off spanners if not eligible.
5794
5795         * VERSION (PATCH_LEVEL): release 1.9.9
5796
5797         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5798
5799         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5800         length is more important than forbidden quants.
5801         
5802 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5803
5804         * buildscripts/lilypond.words: order words in search order,
5805         add lilypond.words.vim to be generated.
5806
5807         * lilypond.vim: use lilypond.words.vim for keyword matching.
5808
5809         * lilypond-mode.el: use search order. fix word selection rules.
5810
5811         * lilypond-font-lock.el: fix fontifying long durations.
5812
5813         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5814
5815 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5816
5817         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5818
5819         * stepmake/stepmake/generic-targets.make:
5820         * stepmake/stepmake/bin/make-version.py: 
5821         * stepmake/aclocal.m4:
5822         * make/stepmake.make:
5823         * make/toplevel-version.make: Build fixes: remove last traces of
5824           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5825
5826         * lily/beam.cc: Add gap-count property.
5827
5828 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5829
5830         * scm/define-grob-properties.scm (gap-count): add gap-count
5831
5832         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5833
5834 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5835
5836         * cygwin/mknetrel.doc: Typo.
5837
5838         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5839
5840         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5841
5842 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5843
5844         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5845         sizes. Remove support for 'ledger'(=tabloid+landscape).
5846
5847 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5848
5849         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5850         sauter PFAs.
5851
5852         * configure.in: remove VERSION stuff once again.
5853
5854         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5855
5856         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5857         for chord names.
5858
5859         * mf/GNUmakefile: always trace pfa fonts.
5860         (SAUTER_FONTS): add cmss[567] too fonts
5861
5862         * configure.in: require mftrace. 
5863
5864         * lily/staff-performer.cc (new_instrument_string): don't look at
5865         instrument property.
5866
5867         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5868         is_direction is the C++ one. Similar for ly_axis_p and
5869         ly_number_pair_p
5870
5871 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5872
5873         * lily/beam.cc (brew_molecule): read gap-count to determine
5874         number of tremolo (gapped) beams.
5875
5876         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5877         shorter than 1/8
5878
5879         * flower/include/array.hh (default_compare): new function
5880
5881         * cygwin/mknetrel: Native fixes.
5882
5883         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5884
5885 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5886
5887         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5888         feature for Windows.
5889
5890         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5891
5892         * cygwin/mknetrel: Updates for native use on Cygwin.
5893
5894         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5895
5896         * stepmake/stepmake/help2man-rules.make: 
5897         * cygwin/mknetrel: Bugfix for manpages.
5898
5899         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5900         $(builddir).  Stepmake is a normal subdirectory now, that is not
5901         configured.  Another srcdir build fix.
5902
5903         * Documentation/topdocs/INSTALL.texi,
5904         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5905         lilypond-init.el, lilypond-mode.el, debian/rules,
5906         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5907         rename generated file lilypond.words to lilypond.words.el.
5908
5909 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5910
5911         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5912
5913         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5914         GNUmakefile.in.
5915
5916 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5917
5918         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5919         when cross building.
5920
5921         * configure.in: srcdir build fix.
5922
5923         * cygwin/GNUmakefile:
5924         * cygwin/lily-wins.py:
5925         * cygwin/postremove-lilypond.sh: 
5926         * cygwin/postinstall-lilypond.sh: Merge from stable.
5927
5928         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5929         s/ly2dvi/lilypond/.
5930
5931 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5932
5933         * lily/slur.cc (after_line_breaking): only set control points if
5934         none supplied yet.
5935
5936         * input/test/slur-manual.ly: new file.
5937
5938         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
5939         <<  >> chords too.
5940
5941         * VERSION (PACKAGE_NAME): release 1.9.8
5942
5943         * scripts/lilypond.py (escape_path): escape spaces in directory names
5944
5945         * input/test/text-spanner.ly: fixes.
5946
5947 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
5948
5949         * buildscripts/lilypond.words.py: add drum names as note names to
5950         Emacs-mode.
5951
5952 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5953
5954         * input/regression/hairpin-dashed.ly: new file.
5955
5956         * scripts/convert-ly.py (conv): warn about dash-length.
5957
5958         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
5959         automatically if we get a new one.
5960
5961         * lily/lookup.cc (dashed_line): new function
5962
5963         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
5964         dash-fraction.
5965
5966 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
5967
5968         * buildscripts/lilypond.words.py: extract note names.
5969
5970         * lilypond-mode.el: take note names from lilypond.words -file.
5971         small fix in the use of string-match.
5972
5973         * lilypond-font-lock.el: use lilypond.words for note names, add 
5974         maxima to note a duration.
5975
5976 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5977
5978         * lily/breathing-sign.cc: remove railtracks() function. 
5979
5980         * input/regression/arpeggio-bracket.ly (texidoc): add file.
5981
5982         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
5983         (brew_molecule): bugfix don't make arpeggio shorter when
5984         arpeggio-direction is set.
5985
5986         *  debian/rules: small corrections in the (Pedro K)
5987
5988         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
5989         examples.
5990
5991         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
5992         special (repeat) bar comes along.
5993
5994         * input/regression/auto-beam-bar.ly: update.
5995
5996         * scripts/lilypond-book.py (output_dict): remove support for the
5997         EPS option.
5998
5999         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6000         VerticalAlignment and VerticalAxisGroup this fixes the size
6001         computations for the entire system.
6002  
6003         * input/les-nereides.ly (bass): remove superfluous fontSize.
6004
6005         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6006         causes directory of file to be added to include path.
6007
6008         * input/regression/beam-break.ly: test single stem beams.
6009
6010         * input/regression/system-start-bracket.ly: fix.
6011
6012         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6013
6014         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6015
6016         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6017         (score_stem_lengths): do something sensible for single stem beams.
6018
6019         * lily/beam.cc (least_squares): add kludge for single stem beams.
6020
6021         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6022         keySignature to list of broken things.
6023
6024         * input/regression/keys.ly: fix.
6025
6026         * VERSION (PACKAGE_NAME): release 1.9.7
6027
6028         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6029
6030         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6031
6032         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6033         (quartertone_pitch): new function
6034
6035         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6036         flat. WARNING: FONT CHANGED.
6037
6038         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6039
6040         * lily/accidental-placement.cc (add_accidental): support for
6041         quarter tones.
6042
6043         * ly/LANGUAGEs.ly: use symbols for alterations.
6044
6045         * mf/feta-toevallig.mf: change accidental codes. 
6046
6047         * scm/lily.scm (ly:get-option): switch on debugging only for
6048         --verbose.
6049
6050         * lily/lily-guile.cc: remove ly:verbose?
6051
6052         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6053
6054         * lily/parser.yy (TODO): only do gh_call() for apply with
6055         procedure argument.
6056
6057         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6058         stuff in accordance with new timing of tie-events.
6059
6060         * lily/my-lily-lexer.cc: remove \outputproperty
6061
6062         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6063
6064         * scm/define-translator-properties.scm (melismaBusyProperties):
6065         add melismaBusyProperties property.
6066
6067 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6068
6069         * input/test/ambitus-mixed.ly (texidoc): new file.
6070
6071         * buildscripts/mutopia-index.py (find): prune debugging
6072
6073         * lily/side-position-interface.cc: doc updates
6074
6075         * Documentation/user/refman.itely: updates, tweaks.
6076
6077         * lily/parser.yy (Simple_music): remove outputproperty
6078
6079         * make/stepmake.make: use VERSION again; importing VERSION via
6080         autoconf dependencies is too hairy.
6081
6082 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6083
6084         * lilypond-mode.el: allow `-' for keywords and identifiers.
6085
6086 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6087
6088         * VERSION: release 1.9.6
6089         
6090         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6091         iso. ly2dvi.
6092
6093         * Documentation/user/*.itely: fixes everywhere
6094
6095         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6096         produce ties from the engraver itself, do not broadcast TieEvent.
6097
6098         * lily/my-lily-lexer.cc: remove pitch & duration.
6099
6100         * lily/parser.yy (TODO): remove \pitch and \duration
6101
6102         * input/test/explicit.ly: remove file.
6103
6104         * Documentation/user/refman.itely (Pitches): remove \pitch 
6105         \duration command.
6106
6107 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6108
6109         * buildscripts/lilypond.words.py: add all slur types to Emacs
6110         insertion menu, suppose everything is postfixed by dropping 
6111         unnecessary `-' -marks.
6112
6113 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6114
6115         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6116         tremoloed stems.
6117
6118         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6119         head for flagged stems.
6120
6121         * lily/stem.cc (get_default_stem_end_position): futz with extra
6122         stem length if there is a stem tremolo.
6123
6124         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6125         it would be too small.
6126
6127         * lily/font-metric.cc: return #f for non-existent glyph.
6128         
6129         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6130         exported through config.make.
6131
6132         * input/regression/clef-oct.ly: new file.
6133
6134         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6135         transposition.
6136
6137         * input/template/*.ly: remove old relative.
6138
6139         * ly/english.ly: add X names for double sharp.
6140
6141 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6142
6143         * lily/font-select.cc: new file handle font selection routines.
6144
6145         * lily/parser.yy: add ; (Patrick Atamaniuk)
6146
6147         * input/test/time-signature-double.ly: use markups for double time
6148         sigs.
6149
6150         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6151         ChordNames.SeparationItem #'padding for adjusting space after chords.
6152         
6153         * lily/music-output-def.cc (LY_DEFINE): 
6154         new function ly:paper-lookup.
6155         
6156         * mf/parmesan-clefs.mf: use # quantities for char_box
6157         offsets. Fixes overflow errors in the PFA. 
6158
6159         * scm/new-markup.scm (strut-markup): change calling interface for
6160         markup. Pass paper-def, not grob. This would allow \markup to be
6161         used separately from grobs.
6162
6163         * lily/paper-def.cc: new function ly:paper-font; this function
6164         replaces ly:get-font.
6165
6166         * lily/include/font-interface.hh (struct Font_interface): take
6167         Paper_def iso. Grob for get_font().
6168
6169 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6170
6171         * Documentation/user/ tutorial.itely, refman.itely: add warning
6172         about \key and accidentals.
6173
6174 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6175
6176         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6177
6178         * Documentation/user/*.itely: manual tweaks
6179
6180 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6181
6182         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6183         cleanup; bugfix: exact_center
6184
6185         * Documentation/user/refman.itely: added more documentation on
6186         ambitus according to recent questions on lilypond-user list
6187
6188 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6189
6190         * input/regression/ottava.ly (texidoc): demo 15ma too.
6191
6192         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6193
6194         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6195         octave fixes.
6196
6197 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6198
6199         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6200         problems on older Mac editors.
6201
6202 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6203
6204         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6205
6206 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6207
6208         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6209         mf/parmesan-clefs.mf: added comments on character alignment and
6210         set_char_box() conventions
6211
6212         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6213         set_char_box()'s
6214
6215         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6216
6217 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6218
6219         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6220
6221 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6222
6223         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6224         shortened to avoid almost-collision with staff line; code cleanup;
6225         other custodes: fixed char boxes; code cleanup
6226
6227 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6228
6229         * configure.in: release 1.9.5
6230         
6231         * scripts/lilypond.py (global_latex_preamble): only set
6232         twosideshift if 'twoside' is in latexoptions 
6233
6234         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6235
6236         * VERSION: remove
6237
6238         * scripts/*2ly.py: update <> syntax
6239
6240 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6241
6242         * lily/chord-name-engraver.cc (process_music): add origin for
6243         chord name.
6244
6245         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6246
6247         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6248         bass notes for exceptions too.
6249
6250         * scm/define-grobs.scm (all-grob-descriptions): rename
6251         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6252
6253         * scm/define-grob-properties.scm (remove-first): add remove-first
6254         property for orchestral scores.
6255
6256         * Documentation/user/*.itely: switch <<>> and <> 
6257
6258         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6259         last_line only once. This fixes the two consecutive glissandi problem.
6260
6261 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6262
6263         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6264         error message "flexa-width undefined"
6265
6266         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6267         lily/include/gregorian-ligature.hh: print warning when ignoring
6268         head prefixes on flexa shapes
6269
6270         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6271         space before a series of inclinatum heads
6272
6273         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6274         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6275         cleanups
6276
6277         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6278         and char_box
6279
6280 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6281
6282         * input/regression/breathing-sign.ly: tiny fixes
6283
6284         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6285         semantical collision with vaticana ligatures
6286
6287         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6288         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6289         now consistent with mensural ligatures
6290
6291         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6292         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6293         context pitches and staff position; dto. for virga stem; removed
6294         obsolete virga and clivis characters from parmesan font (WARNING:
6295         font changed)
6296
6297         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6298         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6299
6300         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6301         scm/define-grob-properties.scm: consistency fix: renamed
6302         join_left->add_cauda
6303
6304         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6305         appendix length; bugfix: yoffs_bt for reverse direction punctum
6306         characters
6307
6308         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6309         small cleanups; added more docu
6310
6311         * lily/mensural-ligature-engraver.cc,
6312         lily/vaticana-ligature-engraver.cc,
6313         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6314         computation to CoherentLigatureEngraver
6315
6316         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6317         scm/define-grob-properties.scm: bugfix: added missing linea and
6318         cavum properties; bugfix: removed dead semivocalis property
6319
6320         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6321         length; redesigned quilisma, stropha and auctum
6322
6323         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6324         line thickness
6325
6326         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6327         Documentation/user/refman.itely: bugfix: introduced shifted
6328         epiphonus head to avoid collision with adjacent plica
6329
6330 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6331
6332         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6333
6334         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6335
6336 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6337
6338         * Documentation/user/tutorial.itely (A lead sheet): remove
6339         duplicate chords.
6340
6341         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6342
6343 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6344
6345         * Documentation/bibliography/computer-notation.bib (isbn): add
6346         xivcim publication.
6347
6348 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6349
6350         * GNUmakefile.in: drop lilypond.words for generation.
6351
6352 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6353
6354         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6355
6356         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6357
6358 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6359
6360         * input/test/figured-bass-alternate.ly (fl): new file.
6361
6362         * Documentation/topdocs/README.texi (Top): clarifications.
6363
6364         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6365         theses of Gieseking and Renz.
6366
6367         * GNUmakefile.in (README_FILES): remove README.mandrake.
6368
6369 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6370
6371         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6372         from source files and search patterns listed in the script.
6373
6374         * GNUmakefile.in: add target `lilypond.words'.
6375
6376         * lilypond.words: remove file, generated by `make lilypond.words'.
6377
6378         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6379
6380 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6381
6382         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6383
6384 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6385
6386         * VERSION: 1.9.4 released
6387
6388         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6389         rule for < > <-> << >> substitution
6390
6391         * lily/lexer.ll: exchange meaning of << >> and < > 
6392
6393         * VERSION (PACKAGE_NAME): 1.9.3 released
6394
6395         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6396         pages unconditionally.
6397
6398 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6399
6400         * Documentation/user/music-glossary.tely (Top): small syntax
6401         fixes.
6402
6403         * scm/music-functions.scm (remove-tag): filter \tagged music
6404         expressions.
6405
6406         * input/regression/tag-filter.ly (texidoc): new file.
6407
6408         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6409         symbol2 .. ) etc. 
6410
6411         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6412         convert rule.
6413
6414         * Documentation/user/refman.itely (Fingering instructions): adjust
6415         manual.
6416
6417         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6418         for borderline cases (e.g. 1 fingering.)
6419         (position_scripts): revise interface, use fingerOrientations to
6420         set fingering positions.
6421
6422         * scm/document-translation.scm (context-doc): add aliases to
6423         automated documentation.
6424
6425         * make/lilypond-vars.make: remove stepmake compat glue.
6426
6427         * make/generic-vars.make: remove cruft.
6428
6429         * lily/main.cc (main): don't identify binary.
6430
6431 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6432
6433         * lily/include/translator.hh (class Translator): remove
6434         type_string_ , use symbol for context name throughout.
6435         Changes through whole source tree.
6436
6437         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6438         set PDF as default, and always make PDF.
6439
6440         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6441
6442 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6443
6444         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6445         Documentation/user/refman.itely input/regression/allfontstyle.ly
6446         input/regression/grace-types.ly:
6447         fix spelling for acciaccatura (Webster's 1913).
6448
6449 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6450
6451         * lily/main.cc (usage): adjust blurb, include url.
6452
6453         * input/regression/breathing-sign.ly (texidoc): transpose up
6454
6455 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6456
6457         * input/regression/breathing-sign.ly: changed ancient examples to
6458         be relevant (by request of Han-Wen); updated BreathingSign text
6459         property according to new syntax.
6460
6461         * ly/gregorian-init.ly: updated BreathingSign text property
6462         according to new syntax
6463
6464 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6465
6466         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6467         (Clef): index entries for clefs.
6468
6469         * python/lilylib.py (system): remove errorlog files.
6470         
6471 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6472
6473         * lilypond.words: add \new and new graces. Add dynamics to menus
6474         keeping 1.8.x compatibility; after all the engraving relating to 
6475         notes becomes postfixed `-' marks will be removed.
6476
6477 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6478
6479         * lily/molecule.cc (align_to): idem.
6480
6481         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6482         
6483         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6484         accacciatura everywhere.
6485
6486         * VERSION (PACKAGE_NAME): released 1.9.2
6487
6488         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6489
6490         * scm/document-markup.scm (markup-doc-node): sort markup function
6491         list.
6492
6493         * lily/paper-outputter.cc (output_version): change "Lily was here"
6494         into  "Engraved by LilyPond"
6495
6496         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6497         on unquoted strings before \notenames.
6498
6499         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6500         increases the number of s/r reductions to 4.
6501
6502         * scm/new-markup.scm (fraction-markup): \fraction command.
6503
6504         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6505         mode
6506
6507         * lily/lookup.cc (round_filled_box): rename function.
6508         (LY_DEFINE): round-filled-box: change signature.
6509
6510         * Documentation/user/refman.itely: revise section explaining grace
6511         notes.
6512
6513         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6514         ly:set-context-property
6515
6516         * input/*/*.ly (vmus): use \new everywhere.
6517
6518         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6519
6520         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6521         default
6522
6523         * scm/music-functions.scm (set-stop-grace-properties)
6524         (set-start-grace-properties, add-grace-property): new functions
6525         for modular grace tweak control.
6526
6527         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6528         
6529 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6530
6531         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6532
6533         * GNUmakefile.in (install-pfa-fonts):
6534         (get-pfa-fonts): New target.
6535
6536         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6537         install-pfa-fonts help.
6538
6539 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6540
6541         * lily/translator-scheme.cc (LY_DEFINE):
6542         ly:context-pushpop-property new function.
6543         (LY_DEFINE): new function ly:translator-find  
6544         new function ly:translator?
6545         (LY_DEFINE): new function ly:context?
6546
6547         * lily/translator-def.cc: remove
6548         Translator_def::apply_pushpop_property().
6549
6550         * python/lilylib.py (read_pipe): only store and display error log
6551         if verbose not set.
6552         (read_pipe): only display log if it contains something.
6553
6554 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6555
6556         * Documentation/misc/GNUmakefile: Re-add.
6557         (TEXTS): Add CHANGES.
6558
6559 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6560
6561         * lilypond.words: add \newcontext.
6562
6563 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6564
6565         * lily/tie-performer.cc (stop_translation_timestep): only flush
6566         tied_notes when we have actually made a tie. Fixes bugs with ties
6567         in polyphonic scores.
6568
6569 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6570
6571         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6572         they do not exist.
6573
6574 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6575
6576         * VERSION (PACKAGE_NAME): released 1.9.1 
6577
6578         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6579         Instrument_name_engraver
6580
6581         * lily/tie-performer.cc (create_audio_elements): bugfix
6582
6583         * Documentation/user/music-glossary.tely (Top): comment out
6584         font-style statements.
6585
6586         * input/test/force-hshift.ly: revise example.
6587
6588         * Documentation/bibliography/engraving.bib (note): typos.
6589
6590         * configure.in: bump GCC requirements to 3.x
6591
6592         * lily/include/audio-item.hh (class Audio_tie): rename
6593         note_l_drul_ to note_drul_
6594
6595         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6596
6597         * lily/parser.yy (relative_music): whoops. All \relative were off
6598         by ...  a lot .... Ahem.
6599
6600         * scm/define-music-types.scm (music-descriptions): idem.
6601
6602         * lily/beam-engraver.cc: move new-beam-event to beam-event
6603
6604         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6605         to Tie_engraver
6606
6607         * input/regression/bar-number.ly: remove unnecessary old-relative
6608         options.
6609         
6610         * Documentation/user/internals.itely (Creating contexts): document
6611         \newcontext
6612
6613         * lily/parser.yy (Composite_music): add \newcontext
6614
6615         * Documentation/user/refman.itely (MIDI block): add note about
6616         dotted tempos.
6617
6618         * scm/font.scm: remove old markup legacy
6619
6620         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6621
6622         * lily/breathing-sign.cc (brew_molecule): remove function
6623
6624         * lily/text-item.cc: remove old-style markups.
6625         (interpret_markup): C++ version of markup function
6626         (brew_molecule): idem.
6627
6628         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6629         as Scheme variable.
6630
6631         * scripts/convert-ly.py (conv): dashes rule.
6632         Apply rule.
6633
6634         * Documentation/user/lilypond-book.itely: syntax fixes. 
6635
6636 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6637
6638         * VERSION (PACKAGE_NAME): release 1.9.0
6639
6640         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6641         note about dvips. (Should backport.)
6642
6643         * scripts/convert-ly.py
6644         (FatalConversionError.articulation_substitute): add
6645         convert-new-chords code. Remove convert-new-chords.py
6646
6647         * Documentation/user/refman.itely (Octave check): document
6648         \octave.
6649
6650         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6651         \relative changes.
6652
6653         * lily/parser.yy (command_element): octave check:
6654
6655            \octave PITCH
6656
6657         checks that PITCH (without octave) yields PITCH (with octave) in
6658         \relative
6659
6660         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6661
6662         * lily/scm-option.cc: ly:set-option now has the default argument
6663         #t.
6664
6665         * lily/lexer.ll: add \renameinput
6666
6667         * python/lilylib.py (command_name): robustifications.
6668
6669         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6670         /dev/stderr. This is ash compatible.
6671
6672         * ly/init.ly: add warning if compatibility was not necessary.
6673
6674         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6675
6676         * flower/include/string-handle.icc: formatting cleanups, rename
6677         references by ref_count_.
6678
6679 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6680
6681         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6682         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6683         package libs separately, fix conflicting php variable out=/dev/vc/
6684         invoking `unset out', declare menus, use only one icon-file, fix
6685         doc-path in menu.
6686
6687 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6688
6689         * scripts/convert-ly.py (FatalConversionError.conv): typo
6690
6691         * Documentation/misc/GNUmakefile: restore misc directory.
6692
6693         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6694
6695         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6696         Petites-Preludes 
6697
6698         * input/test/partial-blank.ly (quickmeasure): syntax
6699
6700         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6701         attachment property.
6702
6703         * Documentation/user/refman.itely: remove superfluous -'s 
6704         (Grace notes): ) fixes.
6705
6706         * lily/music.cc: generic compress(), transpose() functions. Remove
6707         others.
6708
6709         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6710         style markup entry.
6711
6712         * lily/parser.yy: all articulations postfix; remove obligatory -
6713         for [,  ) and \!
6714         
6715         * lily/music.cc (to_relative_octave): write generic
6716         to_relative_octave function; various relative cleanups.
6717         Hmmm.
6718
6719         * lily/scm-option.cc: add options new-relative and old-relative
6720
6721         * po/sv.po: new po file.
6722
6723         * Documentation/user/refman.itely (Dynamics): website
6724         fixes. (should backport!)
6725
6726 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6727
6728         * make/lilypond.mandrake.spec.in: declare version only once.
6729
6730 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6731
6732         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6733         meaning for now.
6734
6735 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6736
6737         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6738
6739         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6740
6741         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6742
6743         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6744
6745         * lily/music.cc (var): add ly:music-transpose function.
6746
6747         * lily/parser.yy (pre_events): remove prefix articulations.
6748
6749         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6750
6751         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6752
6753         * Documentation/user/refman.itely (Text markup): add comment about
6754         markup in header.
6755
6756 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6757
6758         * lily/paper-outputter.cc (write_header_fields_to_file): 
6759         only dump value if it is a string.
6760
6761         * flower/include/dictionary.hh: remove.
6762         
6763         * Documentation/ChangeLog-1.5: add back old log.
6764
6765         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6766         .pfas from a .deb.
6767
6768 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6769
6770         * Documentation/bibliography/engraving.bib: add entry for
6771         Jaschinski's Notation
6772
6773 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6774
6775         * Documentation/user/refman.itely (Beaming): add note about
6776         allowBeamBreak
6777
6778 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6779
6780         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6781         GregorianTranscription contexts
6782
6783         * ly/engraver-init.ly: vaticana contexts: minor fixes
6784
6785         * Documentation/user/refman.itely (Ancient notation): added note
6786         on appendix length bug
6787
6788         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6789         input/test/vaticana.ly: use vaticana contexts; small fixes
6790
6791 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6792
6793         * flower/hash.cc: Remove.
6794
6795         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6796         to (nonexistent?) hash_func_ identifier.
6797
6798         * python/midi.c (midi_error, midi_warning): Use char const* for
6799         __FUNCTION__ argument.
6800
6801         * python/gettext.py: Remove.  We already require python 2.1, which
6802         includes gettext.py.
6803
6804         * configure.in: Require python 2.1, as INSTALL.texi says.
6805         it.
6806
6807         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6808         versions 1.50 and 1.75.  Remove note about lexer patch.
6809
6810 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6811
6812         * Documentation/topdocs/INSTALL.texi: Update type1 font
6813         description to actual situation.  Add comment about new font ball
6814         layout.
6815
6816         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6817         in $LILYPONDPREFIX suffices for installation.
6818
6819 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6820
6821         * debian/control (Build-Depends): Add flex-old as alternative to
6822         flex.  Deprecate bison 1.75.
6823
6824 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6825
6826         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6827         Vaticana contexts
6828
6829         * Documentation/user/refman.itely (Ancient notation): documented
6830         some bugs; tiny fixes; added docu on Vaticana contexts
6831
6832         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6833         scripts
6834
6835 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6836
6837         * Documentation/user/refman.itely (Ancient notation): added some
6838         introductory words; added section on ancient time signatures;
6839         added some @seealso and @refcommands; small fixes and
6840         beautifications
6841
6842 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6843
6844         * input/regression/note-head-style.ly: many fixes and updates
6845
6846         * Documentation/user/refman.itely: added small sections on ancient
6847         accidentals, rests and flags; revised ancient note head section;
6848         small wording/spelling fixes
6849
6850         * input/test/rests.ly: layout fixes
6851
6852 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6853
6854         * input/puer-fragment.ly: bugfix: central C position of do clef
6855
6856         * ly/gregorian-init.ly: workaround: add small padding space before
6857         divisiones (the correct fix would be the spacing engine to handle
6858         this)
6859
6860 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6861
6862         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6863         cue-notes.ly: minor fixes.
6864
6865 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6866
6867         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6868         input/test/custos-style.ly
6869
6870         * Documentation/index.html.in: bugfix: link to Tutorial.html
6871
6872         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6873         to neumes; bugfix: "et": epiphonus, not just a simple pes
6874
6875 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6876
6877         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6878
6879         * lilypond.words: add new features: markup, column, center, \[ \].
6880         
6881 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6882
6883         * Documentation/topdocs/NEWS.texi, DEDICATION,
6884         stepmake/bin/add-html-footer.py
6885         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6886         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6887         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6888         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6889         added (only) after a sentence which is complete; if the sentence is 
6890         not ended a comma `,' or nothing is used. fix also spaces.
6891
6892 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6893
6894         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6895         requirements to plain 1.6.
6896
6897         * buildscripts/mutopia-index.py (read_lilypond_header): update
6898         mutopia-index.py to 1.4 syntax [sic]
6899
6900 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6901
6902         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6903
6904 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6905
6906         * Documentation/index.html.in: url for regression pdf
6907
6908         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6909
6910         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6911
6912         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6913
6914         * VERSION: 1.8.0 released
6915         
6916         * GNUmakefile.in (local-WWW-post): footify build fix.
6917
6918         * configure.in: require GUILE 1.6.4
6919
6920         * Documentation/user/GNUmakefile: don't copy *.png for
6921         lilypond-internals
6922
6923         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6924         local-WWW-post target.
6925         (rsync-web): add rsync-web target
6926
6927         * Documentation/user/introduction.itely (Music notation and
6928         engraving): add neume example
6929
6930         * input/puer-fragment.ly (cantus): add puer-fragment
6931
6932 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6933
6934         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6935         to notes, so that equalizer is actualy being used.
6936
6937         * scm/midi.scm (instrument-equalizer-alist):
6938         (absolute-volume-alist): Define public, so that user can copy or
6939         override.
6940
6941         * lily/key-performer.cc (create_audio_elements): Check for minor
6942         key.  Only if key is minor, set MIDI key to minor.
6943
6944 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6945
6946         * Documentation/user/refman.itely (Hiding staffs): fixes.
6947
6948         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
6949
6950         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
6951         vertical extents to deal with Hara kiri correctly.
6952
6953         * input/regression/hara-kiri-short.ly: remove
6954
6955         * input/regression/hara-kiri-pianostaff.ly: update test.
6956
6957         * Documentation/user/*.tely: remove WEBTITLE
6958
6959         * scm/output-tex.scm (comment): idem.
6960
6961         * scm/output-pdftex.scm: remove GUILE 1.4 glue
6962
6963         * scm/music-functions.scm (make-lyric-event): new function
6964
6965         * scm/lily.scm (lilypond-version): new function
6966
6967         * input/test/version-output.ly: new file.
6968
6969         * Documentation/user/lilypond.tely: add version number to
6970         front-page.
6971
6972 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6973
6974         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
6975
6976 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6977
6978         * input/template/gregorian-transcription.ly (barTwo): syntax update.
6979
6980         * Documentation/user/refman.itely (Hiding staffs): rename node.
6981
6982 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6983
6984         * input/regression/new-markup-syntax.ly (texidoc): remove
6985         molecule-callback override.
6986
6987 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6988
6989         * input/les-nereides.ly: Mark tweaks with %tweak.
6990
6991         * Debian patch, see debian/changelog (Anthony Fok).
6992
6993 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6994
6995         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
6996         problem.
6997
6998 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6999
7000         * Documentation/user/refman.itely (Text markup): Fix language bug.
7001
7002 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7003
7004         * input/* : postfix syntax fixes.
7005
7006         * Documentation/user/refman.itely (Text markup): add note about
7007         raise/lower with ^ or _ .
7008         
7009         * po/fi.po: fix \\apply strings.
7010
7011         * lily/parser.yy (open_event): warn for prefix articulations.
7012
7013 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7014
7015         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7016         fix also on parmesan font.
7017
7018 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7019
7020         * VERSION 1.7.30 released
7021         
7022         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7023
7024         * buildscripts/mutopia-index.py (headertext): rewording
7025
7026 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7027
7028         * scm/new-markup.scm (strut-markup): new markup function.
7029
7030         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7031         space also when no accidental is there.
7032
7033 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7034
7035         * input/les-nereides.ly: Updates.
7036
7037 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7038
7039         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7040         which repeats the tag insertion selected from "Insert tag" menu.
7041
7042 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7043
7044         * lily/all-font-metrics.cc (find_font): load AFM files first only
7045         for feta fonts. This fixes problems with TeXlive and other TeX
7046         distros that include AFM files for the CM fonts. 
7047
7048         * scm/font.scm (qualifiers-to-font-name): remove.
7049
7050         * lily/paper-def.cc: remove get_var.
7051
7052         * input/trip.ly: remove file.
7053         
7054         * input/regression/spacing-note-flags.ly (raggedright): remove
7055         stafflinethickness
7056
7057         * input/les-nereides.ly: update to new syntax, cleanups.
7058
7059 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7060
7061         * Documentation/user/refman.itely: Clarify shortest-note problem
7062         of autobeamer.
7063
7064 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7065
7066         * lilypond-mode.el: Add each word to regexps only once.
7067
7068         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7069         is based on the syntax definitions in lilypond.words. Remove all 
7070         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7071         LilyPond->Insert menu is generated by the entries in lilypond.words 
7072         to which have been given a syntax definition.
7073
7074         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7075         \notes, \relative, \score, \simultaneous, \transpose.
7076
7077         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7078
7079         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7080         
7081         * lilypond-mode.el: add menu keywords separately.
7082
7083         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7084
7085 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7086
7087         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7088         current ugly installation method for PFA fonts.
7089
7090 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7091
7092         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7093         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7094
7095         * Documentation/user/music-glossary.tely: update legato.
7096
7097 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7098
7099         * lexer-gcc-3.0.patch: Remove.
7100
7101         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7102
7103 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7104
7105         * debian/rules (binary-arch): remove NEWS.
7106
7107 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7108
7109         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7110         stepmake/bin{ many }: polish the `--help's of different scripts;
7111         model taken from the core-utils of Linux.
7112
7113         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7114
7115 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7116
7117         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7118
7119         * flower/libc-extension.cc: idem.
7120
7121         * flower/include/libc-extension.hh: protect against isinf macros.
7122
7123 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7124
7125         * { many }: Use two uppercase letters in LilyPond.
7126
7127         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7128
7129         * VERSION: 1.7.29 released.
7130         
7131 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7132
7133         * lily/tie.cc: add TODO comment.
7134
7135         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7136
7137         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7138         linejoins and linecaps. This fixes problems with occasional spikes
7139         on slur/tie endings.
7140         
7141         * input/regression/font-name.ly: don't use PS fonts for
7142         compatibility reasons. 
7143
7144         * mutopia/claop.py (accents): update to 1.8
7145
7146         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7147
7148         * Documentation/user/macros.itexi: don't color glossary links.
7149
7150         * Documentation/user/invoking.itexi (Error messages): new section
7151
7152 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7153
7154         * input/regression/font-name.ly: add file.
7155
7156         * scm/document-backend.scm (grob-doc): remove <hr> from
7157         lilypond-internals
7158
7159         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7160         reqd version to 1.6.4 
7161
7162         * lily/font-interface.cc (get_font): bugfix: take font-name from
7163         alist chain too. This fixes font-name override for \markup.
7164
7165 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7166
7167         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7168
7169         * input/test/polymetric-differing-notes.ly: Compile fix.
7170
7171 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7172
7173         * Documentation/user/refman.itely: fixed typo
7174
7175         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7176         before flexa
7177
7178 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7179
7180         * input/test/{ many }: search & fix some typos.
7181
7182 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7183
7184         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7185         images.
7186
7187         * scm/music-functions.scm (make-voice-props-set): set Script /
7188         TextScript dir for polyphony too.
7189
7190         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7191         before clef.
7192
7193         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7194
7195 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7196
7197         * Documentation/user/refman.itely (Percussion): Small
7198         clarifications and fixes.
7199
7200         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7201         threads. This fixes different heads playing simultaneously.
7202
7203 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7204
7205         * Documentation/user/{ many }: increase readability (read through 
7206         User manual from `one big page').
7207
7208 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7209
7210         * input/test/polymetric-differing-notes.ly: add example with
7211         disparate note values.
7212
7213         * input/test/polymetric.ly: rename from poly-metric
7214
7215         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7216         iso. outname.
7217
7218         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7219         G-clef bbox to real char extents. This fixes the G-clef being
7220         offset too much to the right.
7221         document perc clef offset.
7222
7223         WARNING: FONT CHANGED.
7224
7225         * Documentation/user/tutorial.itely (Tutorial): move menu.
7226
7227 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7228
7229         * buildscripts/lilypond-profile.sh (Error): trim error message.
7230
7231         * Documentation/user/invoking.itexi (Invoking the lilypond
7232         binary): add note about path.
7233
7234         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7235         suppresses superfluous spaces.
7236
7237 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7238
7239         * buildscripts/lilypond-profile.sh: Add documentation to error
7240         message.
7241
7242         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7243
7244 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7245
7246         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7247         <mike@ossmann.com>)
7248
7249         * Documentation/bibliography/computer-notation.bib (pages): prune
7250         unscientific language.
7251
7252         * Documentation/user/GNUmakefile: copy unsplit file to
7253         lilypond.html (idem for lilypond-internals).
7254
7255         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7256
7257         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7258
7259         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7260
7261         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7262         fix.
7263         
7264 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7265
7266         * Documentation/user/{ various }: bind text snippets with their
7267         examples, e.g. by punctuation: This is an example.
7268
7269 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7270
7271         * ly/performer-init.ly (VoiceContext): Typos.
7272
7273         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7274         builds, leave final-install to toplevel srcdir makefile.
7275
7276         * make/srcdir.make.in (install): New target.
7277
7278 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7279
7280         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7281         This fixes core dump on MIDI output (Simon Weatherill).
7282
7283         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7284         on local-WWW-post.
7285
7286 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7287
7288         * make/lilypond.redhat.spec.in: add dvips to reqs.
7289
7290 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7291
7292         * make/srcdir.make.in (web): Add special web target.
7293
7294         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7295         from inner $(LOOP).
7296
7297         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7298
7299         * stepmake/stepmake/generic-targets.make (www-targets-help):
7300         * GNUmakefile.in (web-install): Install in $(webdir).
7301
7302         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7303
7304         * cygwin/changelog: 
7305         * cygwin/mknetrel: Update.
7306
7307         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7308         (html-doc): Remove (use: web).
7309
7310         * stepmake/stepmake/script-rules.make: 
7311         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7312         Fix $(config_make) dependencies for srcdir build.
7313
7314         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7315         target for srcdir build.
7316
7317         * stepmake/make/stepmake.make: 
7318         * make/srcdir.make.in: 
7319         * GNUmakefile.in:
7320         * make/stepmake.make (config_make): Rename variable (was:
7321         configuration).
7322
7323 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7324
7325         * Documentation/user/internals.itely (Manipulating music
7326         expressions): run lilypond on example too.
7327
7328         * flower/include/libc-extension.hh: move lrint define to
7329         header. bugfix.
7330         
7331 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7332
7333         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7334         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7335         do we recurse whole tree?).
7336
7337         * GNUmakefile.in (html-doc): Resurrect.
7338
7339         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7340         obsolete $(package-icon) dependency.
7341
7342 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7343
7344         * Documentation/user/refman.itely (Automatic staff changes):
7345         add seealso 
7346
7347         * Documentation/index.html.in: link to bigpage.
7348
7349         * Documentation/user/tutorial.itely (Tutorial): streamline.
7350
7351         * Documentation/index.html.in: url typo.
7352
7353         * VERSION (PACKAGE_NAME): release 1.7.28
7354
7355         * python/lilylib.py (error_log): remove '/' from name.
7356
7357         * input/regression/pedal.ly: remove; dups input/test/
7358         
7359         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7360
7361         * Documentation/index.html.in: python style doco index.
7362
7363         * Documentation/{footer,header}.html.in (src): remove, 
7364
7365         * Documentation/pictures: remove all but lelie-logo.xpm.
7366
7367         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7368         before running makeinfo.
7369
7370         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7371         @code{}
7372
7373 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7374
7375         * input/test/bar-number-regular-interval.ly: rename.
7376
7377         * Documentation/user/*: various fixes. 
7378
7379 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7380
7381         * Documentation/{ many }: polish for update-all-menus. typos.
7382
7383         * po/fi.po: fixes.
7384
7385         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7386
7387         * buildscripts/mutopia-index.py: polish.
7388
7389         * input/regression/{ many }, input/test{ many }: polish texidocs.
7390
7391 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7392
7393         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7394         pedal-style
7395
7396         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7397         iso. edge-widen.
7398
7399         * lily/piano-pedal-engraver.cc (process_music): change from
7400         process_acknowledged ()
7401
7402         * lily/piano-pedal-bracket.cc: new file. Change
7403         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7404         cleaned up.
7405
7406         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7407
7408         * input/regression/tuplets.ly (texidoc): rename file.
7409
7410         * po/fr.po: update
7411
7412         * buildscripts/lilypond-profile.sh: error message if script is not
7413         sourced.
7414
7415         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7416         bracket-flare
7417         (make_bracket): simplify code.
7418
7419         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7420         argument.
7421
7422         * python/lilylib.py (lilypond_version_check): new function
7423
7424         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7425
7426         * scripts/ly2dvi.py (run_lilypond): add version check.
7427
7428         * scripts/lilypond-book.py (option_definitions): typo
7429
7430         * scripts/ly2dvi.py (include_path): typo
7431
7432         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7433
7434         * lily/parse-scm.cc (parse_handler): typo
7435
7436         * Documentation/user/macros.itexi: use @heading for headings.
7437
7438         * Documentation/user/refman.itely: updates, fixes.
7439
7440 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7441
7442         * po/fi.po: add Finnish translations. fixes.
7443
7444         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7445
7446         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7447         from lily/glissando-engraver.cc.
7448
7449 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7450
7451         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7452         for non-first _broken_ bracket.
7453
7454         * Documentation/user/refman.itely: corrections.
7455
7456 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7457
7458         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7459         support of the fingerings.
7460
7461         * po/fr.po: French translation update.
7462
7463         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7464         strings.
7465
7466 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7467
7468         * Documentation/user/introduction.itely: Small fixes.
7469
7470 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7471
7472         * Documentation/topdocs/AUTHORS.texi: polish.
7473
7474 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7475
7476         * Documentation/user/introduction.itely: revise
7477
7478         * Documentation/user/tutorial.itely: reorganise.
7479
7480         * Documentation/topdocs/index.tely: remove.
7481
7482         * Documentation/header.html.in: prune.
7483
7484         * GNUmakefile.in: clean up web building.
7485
7486         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7487         target.
7488
7489 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7490
7491         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7492
7493         * lilypond-mode.el: turn on blink-matching-paren.
7494
7495 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7496
7497         * scm/output-sodipodi.scm (svg-header): Fix typo.
7498
7499 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7500
7501         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7502         fixes a security hole.
7503
7504         * scripts/lilypond-book.py (original_dir): remove temp_dir
7505
7506         * scm/document-translation.scm: use @code tags.
7507
7508 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7509
7510         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7511
7512         * lilypond-mode.el: add a buffer-local post-command-hook to set
7513         context dependent syntax-table after each cursor event. Remove old
7514         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7515
7516         * lilypond-indent.el: update comments.
7517
7518         * Documentation/footer.html.in: add period.
7519
7520 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7521
7522         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7523
7524         * scm/document-translation.scm (document-property-operation): add
7525         @code{} tags.
7526
7527         * VERSION (PACKAGE_NAME): release 1.7.27
7528
7529         * config.make.in: add PAPER variable
7530
7531         * buildscripts/new-chords.py (help): add help text
7532
7533         * Documentation/user/introduction.itely (Typography and program
7534         architecture):  fixes.
7535
7536         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7537         for texinfo and dvips. This fixes problems with PDF output of the
7538         wrong size.
7539
7540         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7541         DVIPS_PAPERSIZE variable
7542
7543         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7544         TEXINFO_PAPERSIZE variable 
7545
7546 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7547
7548         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7549
7550         * mf/feta-toevallig.mf: lowres fixes.
7551
7552 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7553
7554         * NEWS: Typo and fill-paragraph fixes.
7555
7556         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7557         cast #define.
7558
7559         * configure.in: 
7560         * config.hh.in: Check for lrint.
7561
7562 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7563
7564         * VERSION: 1.7.26 released
7565
7566         * lily/separation-item.cc: add padding property.
7567
7568         * input/test/*.ly: various fixes, remove solo-a2.ly
7569
7570         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7571         bugfix. Fixes old-style markup compatibility.
7572
7573         * Documentation/user/introduction.itely (Introduction): historical
7574         elucidations
7575
7576         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7577
7578         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7579
7580         * Documentation/index.texi (Top): cleanup.
7581
7582         * Documentation/user/introduction.itely (Introduction): rewrite
7583         introduction, 
7584         (Music notation and  engraving): about notation. Add flat-picture
7585
7586 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7587
7588         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7589         separation items. This keeps lyrics from bumping into each other.
7590
7591 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7592
7593         * GNUmakefile.in (topdocs-web): New target.
7594         (local-web): Depend on topdocs-web; fixes html-doc.
7595
7596 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7597
7598         * po/lilypond.pot: run po-replace
7599
7600         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7601
7602         * scm/drums.scm (reset-drum-kit): new function.
7603
7604         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7605
7606         * scripts/update-lily.py: remove
7607         
7608         * VERSION: release 1.7.25
7609         
7610         * Documentation/user/introduction.itely (Introduction): rewrite
7611         start of introduction.
7612
7613 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7614
7615         * lily/all-font-metrics.cc: fixed typo
7616
7617 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7618
7619         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7620         LilyPond-mode-context-set-syntax-table): new functions to define
7621         the syntax table according to context.
7622
7623         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7624
7625 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7626
7627         * Documentation/user/refman.itely (Figured bass): 
7628         language nit courtesy http://www.vocabula.com
7629
7630         * GNUmakefile.in: remove no kpathsea hack.
7631
7632         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7633         doco.
7634
7635         * GNUmakefile.in: remove web-doc target.
7636
7637         * lily/all-font-metrics.cc (find_afm): add message about
7638         buildscripts/clean-fonts.sh 
7639
7640         * scm/define-music-properties.scm (figure): use string for 'figure
7641
7642         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7643
7644         * input/regression/ : add raggedright = ##t where applicable. 
7645         
7646         * scm/bass-figure.scm (make-bass-figure-markup): add
7647         alignBassFigureAccidentals property.
7648
7649         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7650         bracket.
7651
7652         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7653         syllables widths into account for minimum-length.
7654
7655         * input/test/staff-container.ly: update file
7656
7657         * input/test/stem.ly: remove
7658
7659         * lily/event.cc (LY_DEFINE): add ly: prefix.
7660
7661         * input/test/clef-manual-control.ly: from manual-clef
7662
7663         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7664
7665         * input/test/different-time-signatures.ly: move to poly-metric.ly
7666
7667         * input/test/hara-kiri*,scales.ly: remove
7668         
7669         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7670         with chord-names-jazz.ly)
7671
7672         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7673         get scalable cm fonts too.
7674
7675         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7676         --encoding for mftrace if present.
7677
7678         * input/regression/slur-area.ly: move from test/
7679
7680         * input/test/: remove simple-slur-endings slur-attachment
7681         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7682         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7683         slur-symmetry slur-symmetry tie-broken.ly
7684
7685         * scm/drums.scm (set-drum-kit): add function.
7686
7687         * Documentation/user/refman.itely (Percussion staves): use
7688         set-drum-kit
7689
7690         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7691         too
7692         (Global_measure.set_timesig): handle 3/8 time sig too.
7693
7694         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7695         note about triangle note heads.
7696
7697         * scm/drums.scm: use alist for instrument-settings. This fixes the
7698         bug with assigning to drums in the .ly file.
7699
7700         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7701         CHANGED.
7702
7703         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7704         cluster-beacon-interface
7705
7706         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7707
7708         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7709
7710         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7711
7712         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7713         to get positions.
7714
7715         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7716         make ClusterSpannerBeacon to record Y positions. This removes the
7717         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7718         make cluster-note-events.
7719
7720 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7721
7722         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7723
7724         * configure.in: Use lily/main.cc as identifying source file.
7725
7726         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7727
7728         * config.hh.in: 
7729         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7730
7731         * configure.in: Require PYTHON >= 2.0.
7732
7733         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7734           $PYTHON for include dir location.
7735         (STEPMAKE_PYTHON): New function.  Use
7736         
7737             PYTHON=foo ./configure
7738
7739           to override.
7740
7741 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7742
7743         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7744         something.
7745
7746         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7747         ftp.lilypond.org everywhere.
7748
7749 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7750
7751         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7752         detected.
7753
7754         * Documentation/user/refman.itely (Grace notes): note on explicit
7755         contexts
7756
7757 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7758
7759         * lilypond-font-lock.el: add a comment about LilyPond specific
7760         escape characters: ^, - and _, in the syntax table.
7761
7762         * Documentation/user/appendices.itely: a majuscule fix.
7763
7764 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7765
7766         * input/test/trills.ly (endHorizScript): fixes.
7767
7768         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7769         notation, move from regression.
7770
7771         * input/test/script-stack.ly: change name from stacked-scripts
7772
7773         * input/test/ossia.ly: octave errors.
7774
7775         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7776         for midi-volume-equaliser
7777
7778 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7779
7780         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7781         cm fonts.
7782
7783         * mf/feta-beugel.mf: don't multiply font_count by 10.
7784
7785         * lily/lookup.cc (horizontal_line): new function. Use
7786         horizontal-line in output backends.
7787
7788         * Documentation/user/tutorial.itely (An orchestral part): new
7789         section on orchestral stuff and identifiers.
7790
7791 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7792
7793         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7794         some interference to other modes.
7795
7796 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7797
7798         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7799         not maximum of spacing wishes in polyphonic situations.
7800
7801         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7802         number
7803
7804         * lilypond-indent.el: remove paren matching. 
7805
7806         * lily/text-item.cc (interpret_new_markup): new function
7807         use iso. text2molecule.
7808
7809         * lily/main.cc (notice): change FSF address 
7810
7811         * po/de.po: update PO file to 1.6.
7812
7813 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7814
7815         * Documentation/user/ {many}: Add periods and remove spaces.
7816         
7817 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7818
7819         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7820         Disable buffer-locally default paren hook and make a new one. 
7821
7822         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7823         locally LilyPond-paren-mode. Add todo for mouse double-click.
7824
7825 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7826
7827         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7828         Disable buffer-locally default paren idle timer and make a new one. 
7829
7830         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7831         locally LilyPond-show-paren-mode. Add to menu a toggle for
7832         LilyPond-show-paren-function.
7833
7834 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7835
7836         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7837
7838 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7839
7840         * Documentation/user/refman.itely: spelling fix.
7841
7842         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7843         paren highlight function definitions. add todo for
7844         LilyPond-show-paren-mode.
7845
7846 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7847
7848         * input/template/jazz-combo.ly: new file.
7849
7850 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7851
7852         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7853         lo-res fixes.
7854
7855         * mf/feta-schrift.mf: bugfix in varcoda sign.
7856         WARNING: FONT CHANGED
7857
7858         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7859         in accordance with lexer.ll.   
7860
7861 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7862
7863         * Documentation/user/tutorial.itely: Edit introduction.
7864
7865 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7866
7867         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7868         ly:grob-staff-position
7869
7870 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7871
7872         * scm/to-xml.scm: import srfi-1
7873
7874         * VERSION (MAJOR_VERSION):  release 1.7.24
7875
7876         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7877
7878         * scripts/lilypond-book.py (do_file): put texidoc before image.
7879         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7880
7881         * input/regression/*.ly: fix snippet octaves 
7882
7883         * input/test/spanner-after-break-tweak.ly: import
7884         broken-spanner-adjustment
7885
7886         * input/no-notation/midi-transposing.ly: move from input/test/
7887
7888         * input/test/: remove chord-markup
7889
7890         * input/regression/instrument-name-partial.ly: move from input/test.
7891
7892         * input/test/vertical-text.ly: remove
7893
7894         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7895         space above lyrics lines.
7896
7897         * input/test/uniform-breaking.ly: remove file.
7898
7899         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7900         uniform spacing density. 
7901
7902         * input/test/chords.ly (keys): remove file.
7903
7904         * scm/documentation-lib.scm (oop): use srfi-1 too.
7905
7906         * input/regression/*.ly: add \version
7907
7908         * Documentation/user/*.itely: various fixes.
7909
7910         * buildscripts/mf-to-table.py (base): break table every three
7911         symbols.
7912
7913         * input/:  remove %% new-chords-done %% .
7914
7915         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7916         os-music.ly
7917         
7918 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7919
7920         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7921
7922         * scm/new-markup.scm (box-markup): new function.
7923         (box-markup): new function. Contributed by Dick Schoeller
7924         <schoeller@attbi.com>
7925
7926         * scm/lily.scm: remove reduce-no-unit 
7927         (list-insert-separator): use fold-right
7928
7929         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7930         of arguments. 
7931
7932         * NEWS: more neutral language for ancient notation 
7933
7934         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7935         inside pointing beaming for chord tremolo.
7936
7937         * Documentation/user/lilypond-book.itely: minor editing
7938
7939 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
7940
7941         * NEWS: added news for 1.8 regarding ancient notation
7942
7943         * Documentation/user/refman.itely (Gregorian square neumes
7944         ligatures): fixed typo
7945
7946         * lily/vaticana-ligature-engraver.cc,
7947         lily/include/vaticana-ligature.hh: bugfix: use special heads for
7948         lower/upper head of Pes only when heads are stacked
7949
7950         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7951         scm/define-grob-properties.scm: cleanup: make "join-left" a
7952         boolean grob property and save delta pitch in grob property
7953         "delta-pitch" instead
7954
7955         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
7956
7957 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7958
7959         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
7960         completely borked
7961
7962         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
7963         (try_music): bug fix: beam multiplicity was completely borked.
7964
7965         * scm/lily.scm: remove tail, filter-list, filter-out-list,
7966         first-n, butfirst-n in favor of srfi-1 functions.
7967         remove string-join, string-pad in favor of srfi-13 functions.
7968
7969         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
7970
7971         * NEWS: use complete sentences.
7972
7973         * Documentation/user/introduction.itely (Example applications):
7974         add note about databases and lilypond-book.
7975
7976         * input/test/volta.ly: remove file
7977
7978         * input/regression/volta-broken-left-edge.ly: simplify file
7979
7980 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7981
7982         * Documentation/user/refman.itely (Constructing a tweak): new
7983         subsection.
7984
7985         * Documentation/user/tutorial.itely (Fine tuning layout): add
7986         common tweaks.
7987
7988         * scm/define-grobs.scm (TextScript): use new brewer.
7989
7990 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7991
7992         * VERSION: release 1.7.23
7993
7994         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
7995
7996         * python/lilylib.py (make_ps_images): bugfixes.
7997
7998         * input/regression/volta-multi-staff.ly: new file.
7999
8000         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8001
8002         * Documentation/user/tutorial.itely (Piano staffs): new section.
8003         (Setting variables): new section
8004         (Fine tuning layout): new section
8005
8006         * input/just-friends.ly: remove file. Superseeded by
8007         input/test/chords-without-melody.ly
8008
8009         * ly/property-init.ly: add all commands to refman.
8010
8011         * scm/define-translator-properties.scm: remove
8012         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8013
8014         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8015         name. Underscores botch up PS output.
8016
8017         * scm/define-translator-properties.scm: remove
8018         textNonEmpty, oneBeat, regularSpacingDelta
8019
8020         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8021         rule for automaticBars.
8022
8023         * lily/timing-engraver.cc (start_translation_timestep): change
8024         barNonAuto to automaticBars
8025
8026 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8027
8028         * input/test/perform-tie.ly: delete file.
8029
8030 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8031
8032         * Documentation/user/refman.itely (Gregorian square neumes
8033         ligatures): bugfix: do not show ledger lines in neumes table
8034         (fixed by setting staff symbol to transparent rather than removing
8035         it from staff context)
8036
8037 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8038
8039         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8040         glue into brew-new-markup-molecule.
8041
8042         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8043
8044         * Documentation/user/introduction.itely (Computerized typography):
8045         new section
8046
8047         * Documentation/user/tutorial.itely (An orchestral part): remove
8048         pc example from tutorial.
8049
8050         * input/tutorial/lilbook.tex: use screech-boink
8051
8052         * scripts/lilypond-book.py (compile_all_files): split formatting
8053         output body and scheduling lilypond compilation.
8054         (format_lilypond_output_bodies): new function
8055         (format_lilypond_block): new function
8056         (html_pages): allow multi-page images in HTML
8057
8058         * python/lilylib.py (make_ps_images): rename function from
8059         make_preview, merge with make_page_images
8060
8061 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8062
8063         * input/test/key-clefs.ly: moved to regression.
8064
8065         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8066
8067         * input/no-notation/README: added note about midi-*.ly files.
8068
8069         * input/test/two-key.ly: moved to no-notation/parse5.ly
8070
8071         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8072         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8073
8074         * input/test/ {various}: modified comments, marked some for deletion.
8075
8076         * input/test/lines.ly: deleted file; duplicate of
8077         embedded-postscript.ly
8078
8079         * input/test/mmrest-collision: moved to regression.
8080
8081 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8082
8083         * scm/chord-name.scm (note-name->markup): don't superscript root
8084         alterations in chordnames.
8085
8086 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8087
8088         * Documentation/user/refman.itely (Multi measure rests): more
8089         index/cross-referencing.
8090
8091         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8092
8093         * scm/font.scm: remove properties-to-font-name code.
8094
8095         * scm/define-grob-properties.scm: remove 'type
8096
8097         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8098         conversion
8099
8100         * lily/text-spanner.cc: change 'type grob prop to 'style 
8101
8102         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8103         "first" flag to decide whether to make a start-repeat
8104
8105         * input/regression/grace-volta-repeat-2.ly: new file.
8106
8107 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8108
8109         * lilypond-indent.el: rename generic functions to LilyPond-*
8110
8111 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8112
8113         * input/test/thumb.ly: delete, merged into refman.
8114
8115         * Documentation/user/refman.itely: added thumb info to Fingering.
8116
8117         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8118         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8119         vertical-align.ly : deleted files.
8120
8121 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8122
8123         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8124
8125         * lily/line-spanner.cc (broken_trend_offset): remove function.
8126         (get_broken_offset): idem.
8127         (brew_molecule): rewrite the line-break case.
8128
8129         * input/regression/follow-voice-break.ly:  new file.
8130
8131         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8132         start of a system.
8133
8134 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8135
8136         * input/test/tuplet-rest.ly: moved to regression.
8137
8138         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8139         deleted file.
8140
8141         * input/test/ {many} : marked file for possible deletion.
8142
8143 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8144
8145         * input/regression/beam-funky.ly: add note about (disputed)
8146         correct beaming.
8147
8148         * ly/engraver-init.ly (ScoreContext): put key-signature after
8149         staff-bar
8150         
8151 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8152
8153         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8154
8155         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8156
8157         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8158
8159         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8160         stem-extend was deleted (it was duplicate example, and not as
8161         good).
8162
8163         * input/test/[s-z]*.ly: add texidoc index.
8164
8165 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8166
8167         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8168         get_first_notecolumn_y
8169
8170         * lily/spanner.cc (broken_spanner_index): new function.
8171
8172 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8173
8174         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8175         lyric-hyphen.ly : moved to regression.
8176
8177         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8178         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8179
8180         * input/test/instrument-name-mmrest.ly: moved to
8181         ../regression/multi-measure-rest-instr-name.ly
8182
8183         * input/test/knee-sym.ly: moved to
8184         ../regression/beam-knee-symmetry.ly.
8185
8186         * input/test/hymn.ly: change comments.
8187
8188         * input/test/[p-r]*.ly: add texidoc index.
8189
8190 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8191
8192         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8193         to postfix syntax
8194         
8195         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8196         syntax.
8197
8198         * VERSION: release 1.7.22
8199
8200 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8201
8202         * input/test/[h-k]*.ly: added texidoc index.
8203
8204         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8205
8206         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8207
8208         * input/test/ various : mark files for deletion or moving to
8209         regression.
8210
8211         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8212
8213         * input/test/[l-o]*.ly: added texidoc index.
8214
8215 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8216
8217         * scm/music-functions.scm (make-ottava-set): 
8218         only do ottavation if centralCPosition is set.
8219
8220         * lily/translator-scheme.cc (ly:context-property-where-defined):
8221         return '() if not found.
8222
8223 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8224
8225         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8226         Use one command for both commenting and uncommenting.
8227
8228         * lilypond-indent.el (LilyPond-comment-region): new function,
8229         (un)comments each line separately.
8230
8231         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8232         
8233         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8234         imenu is not added by default; adapted from f90.el,
8235         makes Help-menu, which does not fit, visible in XEmacs.
8236         
8237 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8238
8239         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8240         show-paren-mode sets blink-matching-paren-on-screen local.
8241         Try to make show-paren-function to paren-highlight local.
8242
8243         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8244         Copy definitions of Emacs' show-paren-function and
8245         XEmacs' paren-highlight and make minimal changes;
8246         add comments about locality. 
8247         Fix matching first open-paren-char in '<< .. >>'.
8248
8249 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8250
8251         * input/test/g*: added texidoc index.
8252
8253         * input/test/[a-g]*: added raggedright==#t when it
8254          seemed appropiate.
8255
8256         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8257
8258         * Documentation/topdoc/INSTALL.texi: removed false warnings
8259         about gcc 3.3.
8260
8261 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8262
8263         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8264
8265         * input/test/chords-without-melody.ly (texidoc): add from
8266         input/just-friends.ly
8267
8268         * input/regression/size{13--26}.ly: move from input/
8269
8270         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8271         input/{star-spangled-banner,twinkle}.ly: remove 
8272         
8273         * lily/slur.cc: remove slur over rest warnings.
8274
8275         * lily/note-spacing.cc (get_spacing): include left part of right
8276         object in fixed space. This fixes stretched space before
8277         accidentals.
8278
8279         * input/regression/spacing-accidental-stretch.ly: new file.
8280
8281 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8282
8283         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8284         Reduce to 16pt.
8285
8286 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8287
8288         * input/regression/spacing-knee.ly: docstring
8289
8290         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8291
8292         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8293         input/tutorial/{test,solar,flowing}.ly: remove
8294
8295         * input/rhythm.ly: remove
8296
8297         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8298
8299         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8300         update syntax. 
8301
8302         * scm/define-grobs.scm (all-grob-descriptions): set
8303         knee-spacing-correction to 1.0
8304
8305         * lily/note-spacing.cc (stem_dir_correction): compute knee
8306         correction using stem-thickness and head width.
8307
8308         * input/regression/beam-quanting-horizontal.ly: update texidoc
8309
8310         * scm/define-grobs.scm (all-grob-descriptions): set
8311         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8312         This fixes 32nd beams for noteheads in spaces quants.
8313
8314         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8315
8316 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8317
8318         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8319
8320 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8321
8322         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8323
8324         * VERSION (PACKAGE_NAME): release 1.7.21
8325
8326         * input/regression/stem-shorten.ly: new file.
8327
8328         * lily/stem.cc (get_default_stem_end_position): revise stem
8329         shortening code.
8330
8331         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8332
8333         * input/test/{scripts,volta-start,sleur}.ly: remove
8334         
8335         * input/regression/span-bar.ly: smaller file.
8336
8337         * input/regression/spacing-{natural,tight,loose}.ly: remove
8338
8339         * input/test/markup.ly: remove
8340
8341         * scripts/lilypond-book.py: put printfilename in separate chunk,
8342         so texidoc is printed after the filename.  
8343
8344 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8345
8346         * make/lilypond.mandrake.spec.in: fix docdirs.
8347
8348 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8349
8350         * input/regression/beam-french.ly: bugfix.
8351
8352         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8353
8354         * input/regression/(various).ly: add raggedright = #t.
8355
8356         * input/regression/auto-beam.ly: move from abe.ly
8357
8358 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8359
8360         * input/test/f*.ly: added texinfo index.
8361         
8362         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8363
8364 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8365
8366         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8367         quant penalty for beam just outside staff.
8368
8369         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8370         from beam-pos.ly,  remove non-horizontal tests. 
8371
8372         * input/test/(various): cleanup header info. 
8373
8374         * input/test/tchaikovsky.ly: remove file.
8375
8376         * scm/chord-generic-names.scm: move from
8377         double-plus-new-chord-name.scm
8378
8379         * input/test/orchestscore.ly: remove file
8380
8381         * Documentation/user/refman.itely (Vocal music): update documentation.
8382
8383         * scm/define-translator-properties.scm (chordNoteNamer): remove
8384         chordNameStyle, use chordNameFunction
8385
8386         * scm/chord-name.scm (set-chord-name-style): remove
8387         set-chord-name-style. Use \property chordNameFunction.
8388
8389 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8390
8391         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8392         music): remove @TeX{} command.
8393
8394 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8395
8396         * lilypond-indent.el (scan-sexps): Renamed to
8397         aargh-this-breaks-other-emacs-modes-scan-sexps.
8398
8399 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8400
8401         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8402         closing slurs: '()', etc. Add comments.
8403
8404         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8405
8406         * lilypond-font-lock.el: match unending string at eof.
8407
8408         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8409         
8410 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8411
8412         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8413         input/test/beam-dir.ly input/test/beam-position.ly    
8414         input/test/beam-suspect.ly input/test/beam-trend.ly    
8415         input/test/beams.ly input/test/crescendo-text.ly : deleted
8416         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8417         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8418         * input/test/default-bars.ly: moved to bar-always.ly
8419         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8420
8421 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8422
8423         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8424
8425 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8426
8427         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8428
8429 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8430
8431         * lilypond-indent.el: Match better slurs in scheme expressions.
8432         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8433
8434         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8435
8436 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8437
8438         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8439
8440         * input/ac-extra-voice.ly: Add texidoc.
8441
8442         * ly/chord-modifiers-init.ly: 
8443         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8444         and chordNameExceptionsPartial for new chord names.
8445
8446         * input/test/chord-names-dpnj.ly: 
8447         * input/test/dpncnt.ly: Update.
8448
8449         * scm/chord-name.scm: 
8450         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8451         chord selection and options.
8452
8453         * ly/chord-modifiers-init.ly: Add exceptions 
8454
8455         * scm/define-translator-properties.scm (chordNameStyle) 
8456         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8457
8458 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8459
8460         * ly/property-init.ly (germanChords): Added.
8461         (semiGermanChords): Added.
8462         
8463         * input/test/chord-names-german.ly: Use new macros
8464         
8465 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8466
8467         * lilypond-indent.el: Use similar parenthesis highlighting for 
8468         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8469         functions; removed LilyPond-show-paren-function. Fix indenting.
8470         Turn paren-matching on also in XEmacs.
8471
8472         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8473         as needed by parenthesis highlighting functions (in scan-sexp).
8474
8475 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8476
8477         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8478         function.
8479         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8480
8481 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8482
8483         * lilypond-indent.el: tune regexp for show-paren-function.
8484
8485 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8486
8487         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8488         for all LilyPond-produced tex snippets.
8489
8490         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8491         fixes one line --preview output of ly2dvi.
8492
8493 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8494
8495         * lilypond-indent.el: match only one type of slurs in
8496         LilyPond-show-paren-function.
8497
8498 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8499
8500         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8501         * debian/lilypond1.7.dirs: 
8502         * debian/lilypond1.7-doc.dirs: New file.
8503
8504         * input/regression/chord-name-exceptions.ly: Add parameter for
8505         ignatzekExceptions.  Quote hash in docstring.
8506
8507 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8508
8509         * lilypond-indent.el (show-paren-function): define show-paren-function
8510         as LilyPond-blink-matching-open and use it for closing parens.
8511         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8512
8513         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8514         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8515         LilyPond-blink-matching-paren in order to match both open and close
8516         brackets.
8517         
8518 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8519
8520         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8521         testing by modifying the code from FSF Emacs paren.el. Add comments.
8522
8523 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8524
8525         * input/test/dpncnt.ly: Transpose example to match new
8526         default \chords octave.  Add comment.
8527         
8528         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8529         comment about octave change.
8530
8531 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8532
8533         * input/test/[d,e]: added texinfo index tags.
8534         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8535
8536 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8537
8538         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8539
8540 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8541
8542         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8543         as in blink-matching-open.
8544
8545 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8546
8547         * input/test/[a-c]: more comments in files.
8548         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8549         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8550         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8551         mark file for proposed deletion.
8552         * input/test: renaming files:
8553         auto-beam-4-8.ly to beam-auto-4-8.ly
8554         auto-beam-override.ly to beam-auto-override.ly
8555         auto-beam.ly to beam-auto.ly
8556         blank.ly to blank-paper.ly
8557         absolute-volume.ly to dynamic-absolute-volume.ly
8558
8559 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8560
8561         * input/test/dpncnt.ly: 
8562         * input/test/chord-names-dpnj.ly: Resurrect.
8563
8564         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8565
8566         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8567
8568         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8569         Better docstring, add parameter OMIT-ROOT, tidy up.
8570
8571 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8572
8573         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8574
8575 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8576
8577         * scm/output-ascii-script.scm (as-font-alist-alist):
8578         (as-properties-to-font-name):
8579         (as-make-style-sheet): Remove.
8580
8581         * scm/font.scm (as-make-font-list): New function.
8582         (as-font-sheet-alist): New variable.
8583
8584         * ly/paper-as9-init.ly: 
8585         * ly/paper-as5-init.ly: Update.
8586
8587         * ly/paper-as5.ly:
8588         * ly/paper-as9.ly: New file.
8589
8590 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8591
8592         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8593
8594 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8595         * input/sondag-morgen/*: removed due to copyright concerns.
8596         * input/[a,b]*.ly: added a newline at the end of the texinfo
8597         doc string (produces better output in HTML version).
8598         * input/c*.ly: added texinfo index and added comments to
8599         aid in future changes to input/test/ files.
8600
8601 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8602         
8603         * Documentation/user/refman.itely: fixed build problem (missing
8604         file) caused by previous renaming.
8605
8606 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8607         
8608         * input/test/[a,b]*.ly: added texinfo index and added comments to
8609         aid in future changes to input/test/ files.
8610         * input/test/bar-number-every-5-reset.ly: renamed to
8611         bar-number-every-five-reset.ly
8612         * input/test/bar-script-visibility.ly: renamed to
8613         bar-number-show-all.ly
8614
8615 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8616
8617         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8618         to Voice.
8619
8620         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8621         out note-line and glissando functionality.
8622         
8623         * lily/line-spanner.cc (brew_molecule): cleanup.
8624
8625 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8626
8627         * scripts/as2text.scm: Use rdelim module.
8628         (start-system): Rename from start-line.
8629         (stop-system): Rename from stop-line.
8630         (af-gulp-file): Use string iso symbol for getenv.
8631
8632         * scm/output-ascii-script.scm: Add guile and lily modules.
8633         (font-name-alist): New variable.
8634         (draw-line): New function.
8635
8636         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8637         (Were these silently removed, without ChangeLog entry?)
8638
8639 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8640
8641         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8642         process 2nd ottava correctly.
8643
8644 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8645
8646         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8647
8648 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8649
8650         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8651
8652 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8653
8654         * VERSION: release 1.7.20
8655         
8656         * lily/text-spanner.cc (brew_molecule): clean up function. This
8657         fixes bugs with broken 8va spanners.
8658
8659         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8660         This prevents spurious line-breaks with raggedright
8661         
8662 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8663
8664         * lily/key-performer.cc (create_audio_elements): always use major
8665         key
8666
8667         * Documentation/user/internals.itely: updates
8668
8669         * input/regression/beam-break.ly: new file.
8670
8671         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8672         beams if starting or terminating stems have 'beaming set.)
8673
8674         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8675         property.
8676
8677         * lily/parser.yy (verbose_command_req): add comment about scales.
8678
8679 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8680
8681         * lilypond-indent.el: adjust regexps in bracket-matching.
8682
8683 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8684
8685         * Documentation/user/refman.itely: more tiny fixes
8686
8687         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8688         "Chord names"; added table with input syntax for solesmes neumes
8689         table; added some words about rationale on input syntax design
8690
8691         * lily/gregorian-ligature-engraver.cc,
8692         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8693         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8694         alignment of Pes Initio Debilis
8695
8696         * Documentation/user/refman.itely,
8697         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8698         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8699         bugs in the solesmes neumes table
8700
8701 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8702
8703         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8704         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8705
8706         * lilypond-mode.el: fix tag-score. small improvements.
8707
8708 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8709
8710         * .cvsignore: Add aclocal.m4.
8711
8712         * lily/music-constructor.cc: Include <assert.h>.
8713
8714 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8715
8716         * ly/engraver-init.ly (HaraKiriStaffContext): use
8717         RemoveEmptyStaffContext instead.
8718
8719         * Documentation/user/refman.itely: updates
8720
8721 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8722
8723         * Documentation/user/refman.itely: added solesmes neumes table;
8724         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8725         bugfix: "Ornaments" -> "Articulations"
8726
8727         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8728
8729 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8730
8731         * lilypond-indent.el: Add a message about trying to match \] or \).
8732         
8733 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8734         
8735         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8736         obsolete "arithmetic_*"
8737
8738         * input/bugs/ligatures.ly: removed (will be put into a different
8739         directory later)
8740
8741 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8742
8743         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8744         libkpathsea (Maurizio Tomasi).
8745
8746 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8747
8748         * input/regression/repeat-slash.ly (texidoc): new file
8749
8750         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8751         slash repeats separately. Slash repeats and %
8752         repeats can now be nested.
8753
8754 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8755
8756         * lilypond-indent.el: Add preliminary test for closing \] and \).
8757         
8758 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8759
8760         * lily/gregorian-ligature-engraver.cc,
8761         lily/vaticana-ligature-engraver.cc,
8762         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8763         mf/parmesan-heads.mf: various semivocalis related bugfixes
8764
8765         * input/bugs/ligatures.ly: new file demonstrating problems with
8766         ligatures
8767         
8768 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8769
8770         * lilypond-mode.el,
8771         lilypond-font-lock.el,
8772         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8773
8774 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8775
8776         * lilypond-mode.el: Remove outdated code. Stress the difference 
8777         between Emacs and XEmacs definitions.
8778
8779         * lilypond-mode.el,
8780         lilypond-indent.el: Define a function interactive only when necessary.
8781
8782 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8783
8784         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8785         Use inactive regions also in XEmacs.
8786
8787 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8788
8789         * Documentation/user/refman.itely (Repeat syntax): more updates
8790
8791         * lily/simple-spacer.cc (solve): move solution process into
8792         solve(). This fixes a bug with collisions and raggedright = ##t.
8793  
8794         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8795
8796         * ly/engraver-init.ly: remove GraceContext. Update examples.
8797
8798 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8799
8800         * GNUmakefile.in (fonts): Also make fontball.
8801
8802         * Website fixes:
8803
8804         * ly/engraver-init.ly (GraceContext): Add.
8805
8806         * run:
8807
8808             convert-ly $(find . -name *.ly)
8809
8810         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8811         new chords.
8812
8813 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8814
8815         * VERSION: 1.7.19 released
8816         
8817         * scm/music-functions.scm (set-octavation): new function.
8818
8819         * input/regression/ottava.ly: new file
8820
8821         * lily/translator-scheme.cc (LY_DEFINE): new function
8822         ly:unset-context-property
8823         (LY_DEFINE) new function ly:context-property-where-defined: 
8824
8825 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8826
8827         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8828
8829         * lilypond.words: add few.
8830
8831         * input/test/script-chart.ly: fix typo.
8832
8833 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8834
8835         * scm/define-grobs.scm: uniform naming for definitions and output
8836         routine files. 
8837
8838         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8839         scm/context-description.scm
8840
8841         * lily/parser.yy (translator_spec_body): add \description to the
8842         \translator{} body syntax.
8843
8844         * lily/ottava-engraver.cc: new file.
8845
8846         * scm/chord-name.scm (natural-chord-alteration): replace old
8847         chord stuff. 
8848
8849         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8850
8851         * Documentation/user/refman.itely (Metronome marks): update doco.
8852
8853         * input/regression/markup-note.ly: new file
8854
8855         * input/regression/metronome-marking.ly: new file
8856
8857         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8858
8859         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8860         metronome marks.
8861
8862 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8863
8864         * Documentation/user/GNUmakefile: Compatibility fix for new
8865         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8866         for making binary packages; info splitting bug has been fixed.
8867
8868         * Documentation/user/refman.itely: Compile fixes.
8869
8870 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8871
8872         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8873         Count \midi -keywords also for a region.
8874
8875 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8876
8877         * lily/lookup.cc (LY_DEFINE): new function
8878
8879         * Documentation/user/tutorial.itely: updates
8880
8881 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8882
8883         * lilypond-mode.el: Allow Midi on buffer.
8884         Use only '.ly'-extension, remove '.sly' and '.fly'.
8885         Allow use of inactive regions. Invoke next Command on Master file, 
8886         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8887
8888 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8889
8890         * Documentation/user/tutorial.itely: updates.
8891
8892 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8893
8894         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8895
8896 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8897
8898         * lily/coherent-ligature-engraver.cc: fixed typo
8899
8900         * lily/coherent-ligature-engraver.cc,
8901         lily/gregorian-ligature-engraver.cc,
8902         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8903         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8904         lily/vaticana-ligature-engraver.cc,
8905         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8906         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8907         removed all ligature specific stuff from NoteHead code
8908
8909         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8910         ligatures now use regular noteheads
8911
8912         * lily/vaticana-ligature.cc: tiny code cleanups
8913
8914         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8915         space between two adjacent noteheads of the same pitch
8916
8917         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8918         description; cleanup: removed obsolete font-family settings
8919
8920 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8921
8922         * lily/coherent-ligature-engraver.cc,
8923         lily/gregorian-ligature-engraver.cc,
8924         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8925         lily/mensural-ligature-engraver.cc,
8926         lily/vaticana-ligature-engraver.cc,
8927         lily/include/gregorian-ligature-engraver.hh: updated for new
8928         Coherent_ligature_engraver; added comments that describe the basic
8929         design ideas of the ligature implementation
8930
8931         * lily/coherent-ligature-engraver.cc,
8932         lily/include/coherent-ligature-engraver.hh: new file: shared code
8933         between mensural ligatures and Gregorian chant notation ligatures
8934
8935 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8936
8937         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8938         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
8939         use only two arguments in sit-for, use no arguments in
8940         read-char-exclusive, backspace is not a character (127) in XEmacs.
8941
8942         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
8943
8944 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8945
8946         * lilypond-mode.el: un-commenting works after syntax-table fix.
8947
8948         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
8949         group, verbose commenting for syntax table.
8950
8951         * lilypond-indent.el: add TODO for ligature slurs.
8952
8953 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
8954
8955         * lilypond-mode.el: Move comments of parenthesis matching away,
8956         (blink-matching-paren-on-screen) fix blinking in Emacs.
8957
8958         * lilypond-font-lock.el: Fix parent-matching for Emacs:
8959         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
8960
8961         * lilypond-indent.el: Add TODO for parenthesis matching.
8962
8963 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
8964
8965         * lilypond-mode.el: Fix XEmacs: 
8966         changed [S-iso-lefttab] to [(shift iso-lefttab)],
8967         invoke explicitly easy-menu-add (in Emacs done automatically).
8968         
8969         * lilypond.words: Add few words from input/*/*.ly.
8970
8971 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8972
8973         * VERSION (PATCH_LEVEL): release 1.7.18
8974
8975         * scripts/lilypond-book.py: only print basename for printfilename
8976         option
8977
8978         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
8979         and syntax updates.
8980
8981 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8982
8983         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
8984         better parametrisation. Move fatness of bulb downward.
8985
8986         * mf/parmesan-custodes.mf (dir_down): remove underscores from
8987         glyph names. Underscores are not allowed .ps encoding files.
8988
8989 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
8990
8991         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
8992         variable "packed" for packed right-ragged mode
8993
8994         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
8995         unused variable ragged; fixed indentation
8996
8997         * Documentation/user/refman.itely: tiny cleanups in ancient
8998         clef and custos section
8999
9000 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9001
9002         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9003         \applyoutput PROCEDURE
9004
9005         * lily/my-lily-lexer.cc: add \applyoutput.
9006
9007         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9008
9009         * lily/text-item.cc: clean text-interface description
9010
9011 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9012
9013         * input/{regression,test}/: use postfix for slur endings and beam
9014         begins.
9015
9016         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9017         style beams too. 
9018
9019         * input/regression/lyrics-melisma-beam.ly: new file.
9020
9021         * lily/lyric-engraver.cc (process_music): change from
9022         process_acknowledged_grobs()
9023
9024         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9025         functions to set and revert auto-beam settings.
9026
9027 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9028
9029         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9030
9031 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9032
9033         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9034         Documentation/user/lilypond.tely: fixed some typos; updated author
9035         info
9036
9037         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9038         #"" -> #'flag-style = #'()
9039
9040         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9041         cleanup: removed dead #includes
9042
9043         * lily/gregorian-ligature-engraver.cc,
9044         lily/include/gregorian-ligature.hh,
9045         scm/grob-property-description.scm: small cleanups, small spacing
9046         fixes
9047
9048         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9049         lily/vaticana-ligature.cc,
9050         lily/include/gregorian-ligature-engraver.hh,
9051         scm/grob-property-description.scm, scm/music-types.scm:
9052         "porrectus" -> "pes or flexa"
9053
9054         * ly/engraver-init.ly, scm/grob-description.scm,
9055         scm/grob-property-description.scm: junked porrectus, now handled
9056         by ligature code
9057
9058         * scm/grob-description.scm: bugfix: added space-alist entry for
9059         breathing sign/custos
9060
9061 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9062
9063         * Another grand 2003 update.
9064         
9065         * Remove mentioning of `mudela'; There's no such thing.
9066
9067 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9068
9069         * Documentation/user/preface.itely (Preface to version 1.8): update
9070
9071         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9072
9073         * Documentation/user/converters.itely (Invoking convert-ly): revise
9074
9075         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9076
9077         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9078
9079 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9080
9081         * Documentation/user/internals.itely: more updates.
9082
9083 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9084
9085         * Documentation/user/refman.itely: revise 
9086
9087         * Documentation/user/internals.itely: revise
9088
9089         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9090
9091 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9092
9093         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9094         beautification: reformatted ancient clefs section; cleanup: small
9095         wording fixes
9096
9097 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9098
9099         * lilypond.words: added words for chant notation, sorted
9100         alphabetically through "sort lilypond.words"
9101
9102 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9103
9104         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9105         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9106         chant notation
9107
9108 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9109
9110         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9111         prevent TeX from interpreting them as long dash
9112
9113         * input/test/vaticana.ly: updated
9114
9115         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9116         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9117         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9118         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9119         fixes
9120
9121         * mf/parmesan-heads.mf: ledger endings: removed dead code
9122
9123 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9124
9125         * VERSION: 1.7.17 released
9126         
9127         * Documentation/user/GNUmakefile
9128         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9129         files too.
9130
9131         * scm/document-markup.scm: new file: document all markup
9132         functions.
9133
9134         * scm/documentation-generate.scm: rename all documentation modules
9135         to document-*.scm
9136
9137         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9138         .png
9139
9140         * input/test/divisiones.ly: added
9141
9142         * input/regression/output-property.ly: new file
9143
9144         * lily/cluster.cc: change cluster-interface to use style property
9145
9146 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9147
9148         * input/test/chord-names-german.ly: modified.
9149
9150         * scm/chords-ignatzek.scm:
9151           chord-name->german-markup: Added
9152           note-name->german-markup: Changed (now producing lowercase notenames)
9153
9154         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9155         
9156 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9157
9158         * scripts/convert-ly.py (FatalConversionError.conv):
9159         divisiominima -> divisioMinima, etc.
9160
9161         * ly/engraver-init.ly (FiguredBassContext): add
9162         Separating_line_group_engraver to Figured bass context.
9163
9164         * ly/german-chords-init.ly: remove file
9165
9166         * input/test/chord-names-german.ly (scm): new file.
9167
9168         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9169
9170         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9171         Chord_name_engraver
9172
9173         * Documentation/user/refman.itely: lots of updates.
9174
9175         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9176         new file
9177
9178         * input/test/bar-number-every-5-reset.ly: new file.
9179
9180 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9181
9182         * input/regression/chord-name-major7.ly: new file
9183
9184         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9185         if specced explicitly.
9186
9187         * input/regression/chord-name-entry-11.ly: new file.
9188
9189         * input/test/slur-beautiful.ly: new file.
9190
9191         * Documentation/user/refman.itely: updates.
9192
9193         * input/regression/collisions.ly (threevoice): cleanup.
9194
9195         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9196
9197 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9198
9199         * Documentation/user/*.itely: various updates.
9200
9201         * ly/spanners-init.ly: enddecr/ endcr.
9202
9203         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9204         of tutorial
9205
9206 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9207
9208         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9209
9210         * lily/new-chord-name-engraver.cc (process_music): use octavation
9211         (a number) instead of original-pitch to store inversions. This
9212         fixes a problem with transposed chords with inversions.  
9213
9214 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9215
9216         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9217         used in includable-lexer.hh.
9218
9219         * lily/includable-lexer.cc: Bugfix: include config.h.
9220
9221         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9222         circumvention of Debian packaging bug.
9223
9224 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9225
9226         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9227         
9228         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9229
9230         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9231         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9232
9233         * lily/include/includable-lexer.hh: 
9234         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9235
9236         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9237
9238         * aclocal.m4: Regenerate.
9239
9240         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9241         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9242
9243         * scm/pdf.scm (use-modules): Include lily.
9244
9245         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9246         Noordkamp).
9247         (use-modules): Include lily.
9248         (lily-def): Bugfix: include tex-val in let.
9249
9250 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9251
9252         * lilypond-mode.el: sensible error if lilypond.words not found.
9253
9254         * lilypond.words: add few words.
9255
9256 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9257
9258         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9259
9260         * mf/parmesan-scripts.mf: fixed typo in char name
9261
9262 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9263
9264         * VERSION: 1.7.16 released
9265
9266         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9267         (this is a security vulnerability).
9268
9269         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9270
9271         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9272         add staff support.
9273
9274 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9275
9276         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9277         ly/script-init.ly, scm/script.scm: bugfix: renamed
9278         fermata->signumcongruentiae to fix naming clash with feta font
9279
9280 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9281
9282         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9283
9284         * lily/multi-measure-rest-engraver.cc
9285         (start_translation_timestep): use grace timing too for determining
9286         when to make mmrest.
9287         (start_translation_timestep): clear numbers too.
9288
9289 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9290
9291         * scm/music-types.scm: compile fix: escape braces
9292
9293         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9294         work around font selection problem
9295
9296         * Documentation/user/refman.itely: BreathingSign: added docu for
9297         property "text"
9298
9299 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9300
9301         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9302         information.
9303
9304 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9305
9306         * lily/multi-measure-rest-engraver.cc (class
9307         Multi_measure_rest_engraver): make multiple Number objects, one
9308         for each MultiMeasureTextEvent.
9309
9310         * scm/music-functions.scm (glue-mm-rest-texts): use
9311         MultiMeasureTextEvent
9312
9313         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9314
9315         * Documentation/user/refman.itely (Multi measure rests): update.
9316
9317 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9318
9319         * lily/ly-module.cc (ly_copy_module_variables): use
9320         scm_internal_hash_fold() for iterating modules.
9321
9322 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9323
9324         * Documentation/user/refman.itely: Section Custodes: added more
9325         example code
9326
9327         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9328         neo-mensural rests to parmesan font
9329
9330         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9331         header
9332
9333 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9334
9335         * Documentation/user/macros.itexi: @fileref macro.
9336
9337         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9338         each file. 
9339
9340 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9341
9342         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9343         Documentation/topdocs/AUTHORS.texi: updated my email address
9344
9345         * Documentation/user/refman.itely: updated custos documentation;
9346         beautified divisiones example; beautified articulations table
9347
9348         * lily/breathing-sign.cc: bugfix: finalis molecule
9349
9350 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9351
9352         * Documentation/user/refman.itely: added docu for
9353         contemporary fermata symbols, gregorian breathing signs; small fixes
9354
9355         * ly/gregorian-init.ly: removed obsolete #'type props
9356
9357 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9358
9359         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9360         minimum-length property correctly.
9361
9362 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9363
9364         * scm/music-functions.scm (make-multi-measure-rest): set input
9365         locations for multimeasure rests.
9366
9367 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9368
9369         * input/regression/breathing-sign.ly: updated to for ancient
9370         notation
9371
9372 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9373
9374         * scripts/ly2dvi.py: Add newline.
9375
9376 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9377
9378         * scripts/ly2dvi.py (dependency_files): Compile fix.
9379
9380 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9381
9382         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9383         (make_html_menu_file): --html menu. 
9384
9385 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9386
9387         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9388
9389 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9390
9391         * input/screech-boink.ly: new file.
9392
9393 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9394
9395         * scripts/lilypond-book.py (make_lilypond_file): convert
9396         lilypond-file to lilypond block directly, without going through
9397         begin/end lilypond text.
9398         
9399
9400 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9401
9402         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9403         scm/grob-description.scm: moved Michael's original breathing sign
9404         code in brew_molecule() to divisio_minima(); provided new
9405         brew_molecule() that effectively replaces the
9406         Text_item::brew_molecule callback (with additional fallback to
9407         Michael's original code); added callbacks for brewing divisio
9408         maior/maxima and finalis
9409
9410         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9411         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9412
9413         * script-init.ly: added shortfermata, longfermata,
9414         verylongfermata, varcoda
9415
9416         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9417         longfermata, verylongfermata, varcomma, varcoda
9418
9419 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9420
9421         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9422           Remove all noquote and insert a few quote.
9423         
9424         * Documentation/user/lilypond-book.itely (Music fragment options),
9425           scripts/lilypond-book.py: Don't include quotation blocks by
9426           default. Introduce option quote instead of noquote
9427
9428 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9429
9430         * VERSION: 1.7.15 released
9431         
9432         * Documentation/user/lilypond.tely: omf updates.
9433
9434         * buildscripts/texi2omf.py (omf_vars): include version.date
9435
9436         * make/lilypond.redhat.spec.in: fixes for spec file. 
9437
9438         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9439         by function definition: lily now requires a recent GNU Make.
9440
9441         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9442         writing.
9443
9444         * make/ly-rules.make: remove .ly -> .tex rule
9445
9446         * Documentation/user/refman.itely (Figured bass): revised figured
9447         bass example.
9448
9449 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9450
9451         * stepmake/stepmake/omf-targets.make (local-install): add
9452         scrollkeeper-update message.
9453
9454         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9455         to binary.
9456         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9457
9458         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9459
9460         * Documentation/user/converters.itely (Invoking midi2ly): add
9461         track/channel notice.
9462
9463 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9464
9465         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9466
9467         * lily/parser.yy (scalar): DIGIT is also a scalar.
9468
9469         * Documentation/user/music-glossary.tely: add @omf tags
9470
9471         * Documentation/user/lilypond.tely: add @omf tags
9472
9473         * scm/generate-documentation.scm (string-append): add @omf tags.
9474
9475         * stepmake/stepmake/omf-*: new files 
9476
9477         * input/regression/multi-measure-rest.ly (texidoc): add doco
9478
9479         * GNUmakefile.in (web-doc-install): add web-doc-install target
9480
9481         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9482         fixes crashes while dumping MIDI.
9483
9484         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9485         midi
9486
9487 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9488
9489         * buildscripts/texi2omf.py: new file.
9490
9491         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9492         font-name
9493
9494 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9495
9496         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9497
9498         * lily/sequential-iterator.cc (descend_to_child): call
9499         descend_to_child() for all types of music.
9500
9501 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9502
9503         * scm/translator-property-description.scm: Add
9504         bassFigureFormatFunction.  Replace some entries.
9505
9506 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9507
9508         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9509         clean out.
9510
9511 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9512
9513         * scripts/midi2ly.py (Note.dump): never dump duration for
9514         dump_dur=0.
9515
9516         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9517         new function
9518
9519         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9520         figures using new markups. Much simpler, and should improve layout
9521         a little.
9522
9523         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9524
9525 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9526
9527         * ly/engraver-init.ly: use Hara kiri by default for 
9528         ChordNames, FiguredBass and Lyrics(Voice) context. 
9529
9530         * lily/axis-group-engraver.cc (acknowledge_grob): use
9531         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9532
9533         * scm/new-markup.scm (markup-function-list): add bracket,
9534         vbracket.
9535
9536         * ly/engraver-init.ly (ChordNamesContext): set
9537         minimumVerticalExtent
9538
9539 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9540
9541         * input/test/time-signature-double.ly: new file 
9542
9543         * input/regression/collision-head-chords.ly (texidoc): new file.
9544
9545         * lily/type-swallow-translator.cc: add note swallow translator 
9546
9547         * input/test/time-signature-double.ly: new file.
9548
9549         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9550
9551         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9552         (FiguredBassContext): idem.
9553
9554         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9555
9556         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9557
9558         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9559
9560         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9561         .afm dependency
9562
9563         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9564
9565         * python/lilylib.py (make_page_images): add function.
9566
9567         * scripts/ly2dvi.py (run_latex): include title in preview image.
9568
9569         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9570         from lilypond-book for <ly2dvifile> tags in HTML.
9571
9572         * scripts/ly2dvi.py (option_definitions): add --debug option to
9573         print out environment.
9574
9575         * input/regression/tie-chord-partial.ly: new file.
9576
9577 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9578
9579         * lilypond.words: add 3
9580
9581 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9582
9583         * scm/new-markup.scm (markup-function-list): add finger-markup
9584
9585         * input/tutorial/brahms-tweaked.ly: new markup 
9586
9587         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9588
9589         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9590         crash when processing '() markup
9591
9592         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9593
9594         * lily/breathing-sign.cc (railtracks): another caesura.
9595
9596         * mf/feta-schrift.mf: caesura symbol. 
9597
9598 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9599
9600         * scripts/convert-ly.py (FatalConversionError.conv): add
9601         ly:molecule-XXX conversions.
9602
9603         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9604
9605         * input/regression/multi-measure-rest-text.ly: new file.
9606
9607         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9608         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9609
9610         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9611         ScoreContext
9612
9613         * scm/new-markup.scm (center-markup): \center markup.
9614
9615         * scm/music-functions.scm: remove pitchify scripts.
9616
9617         * lily/music.cc (print_smob): display music name if available 
9618
9619 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9620
9621         * Documentation/user/refman.itely (Instrument names): remove
9622         \turnOff doco.
9623
9624 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9625
9626         * lily/score.cc (mark_smob): bugfix.
9627
9628         * input/regression/rehearsal-mark.ly: new file.
9629
9630         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9631         report error at the current token again.
9632
9633 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9634
9635         * cygwin/mknetrel: Exit if doc build fails.
9636
9637         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9638
9639 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9640
9641         * scm/music-types.scm (music-descriptions): add doc strings
9642
9643 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9644
9645         * lily/lexer.ll: 
9646         * lily/include/my-lily-lexer.hh: 
9647         * lily/include/includable-lexer.hh: Add flex kludge.
9648
9649         * config.hh.in: 
9650         * config.make.in: 
9651         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9652         cruft.
9653         
9654         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9655         code.
9656
9657 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9658
9659         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9660
9661         * lily/parser.yy (new_chord): Compile fix.
9662
9663 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9664
9665         * Documentation/user/refman.itely (Tuning groups of objects):
9666         remove documentation for \turnOff. 
9667
9668         * lily/percent-repeat-engraver.cc (try_music): add correct
9669         processing moments for double-measure percents as well.
9670
9671         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9672
9673         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9674         grob prop type. 
9675
9676         * Documentation/user/refman.itely (Printing named chords): add
9677         chord name tweak doco.
9678
9679         * input/template/gregorian-transcription.ly: new file.
9680
9681 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9682
9683         * VERSION: 1.7.13 released
9684         
9685         * input/test/*: lots of cleanups/comment-outs/removals in chord
9686         examples
9687         
9688         * input/regression/*: lots of cleanups/comment-outs/removals in
9689         chord examples
9690         
9691         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9692         options
9693
9694         * lily/new-chord-name-engraver.cc (process_music): give original
9695         inversion pitch to chord name routine.
9696
9697         * input/tutorial/os-score.ly: update to new markup
9698
9699         * Documentation/user/appendices.itely: simply include
9700         chords-ignatzek. 
9701
9702         * Documentation/user/refman.itely (Chords mode): add documentation
9703         for chord mode.
9704
9705         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9706         not present in chord.
9707         (construct-chord): add inversion and bass support.
9708
9709         * lily/chord.cc: junk contents.
9710
9711 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9712
9713         * Documentation/user/refman.itely:
9714         * Documentation/user/music-glossary.tely: fix. 
9715
9716 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9717
9718         * scm/chord-entry.scm (construct-chord): move chord construction
9719         to Scheme.
9720
9721         * lily/parser.yy (new_chord): new setup for chord entry.
9722
9723 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9724
9725         * lilypond.words:
9726         * Documentation/user/music-glossary.tely: add ambitus.
9727
9728 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9729
9730         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9731
9732         * lily/include/*.hh: string() -> to_string()
9733
9734         * scm/chords-ignatzek.scm: new file.
9735
9736         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9737         standard chord name exceptions.
9738
9739         * scm/translator-property-description.scm (chordNameSeparator):
9740         add property.
9741         (majorSevenSymbol): add property
9742
9743         * lily/translator-scheme.cc (ly:context-properties): new function
9744         (ly:context-parent): new function.
9745         (print_smob): print context name.
9746
9747         * lily/music.cc (ly:get-music-length): new function
9748         (print_smob): don't print properties.
9749
9750         * lily/duration.cc (duration<?): new function
9751
9752         * input/regression/chords-funky-ignatzek.ly: new file.
9753
9754         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9755         jazz chords.
9756
9757         * lily/pitch.cc (ly:pitch-diff): new function.
9758
9759         * input/regression/chords-ignatzek.ly: new file.
9760
9761 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9762
9763         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9764         pitches for jazz chords.
9765
9766 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9767
9768         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9769
9770 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9771
9772         * lilypond.words: add 1
9773
9774 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9775
9776         * Documentation/topdocs/AUTHORS.texi: refine.
9777
9778 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9779
9780         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9781         
9782         * lilypond.words: add one.
9783
9784 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9785
9786         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9787         Fontify bass note in chords, e.g., e in c1/e.
9788         
9789 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9790
9791         * Documentation/user/music-glossary.tely: Dutch updates and
9792         additions (Arent Storm).
9793
9794 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9795
9796         * input/regression/ambitus.ly:  move file.      
9797
9798         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9799
9800         * lily/event.cc (transpose): add tonic property to Key_change_req
9801         and to Key_engraver.
9802
9803 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9804
9805         * Documentation/user/refman.itely: fix typo.
9806
9807         * lilypond.words: removed wrong identifiers.
9808
9809 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9810
9811         * mf/feta-toevallig.mf: make flat stem shorter 
9812
9813 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9814
9815         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9816
9817         * lilypond.words: add from Phrasing slur.
9818         
9819 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9820
9821         * lilypond-mode.el: allow launching multiple ViewPS processes.
9822         
9823         * lilypond.words: add from Text markup.
9824
9825 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9826
9827         * input/test/ossia.ly (texidoc): add comment.
9828
9829         * input/regression/voice-follower.ly: new file.
9830
9831         * mf/feta-toevallig.mf: make flat heavier.
9832
9833         * lily/cluster-engraver.cc: clean up Cluster engraver
9834
9835         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9836         Engraver. Use Note_column to compute Y positions and deal with
9837         line break stuff.
9838
9839 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9840
9841         * lily/stem.cc: move french-beaming to stem.
9842
9843 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9844
9845         * lilypond-font-lock.el: fontify all durations in chords.
9846
9847         * lilypond.words: add from lily/my-lily-lexer.cc
9848
9849 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9850
9851         * VERSION: release 1.7.12
9852
9853         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9854
9855         * lily/gregorian-ligature.cc: new file
9856
9857         * lily/*: the Great 2003 search & replace.
9858
9859         * Documentation/user/refman.itely (Manual repeat commands): add
9860         note about font selection.
9861
9862 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9863
9864         * lilypond-mode.el: propose recompiling midi while invoking playing,
9865         not while stopping playing.
9866
9867 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9868
9869         * lilypond.words: add one.
9870
9871         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9872         and expressional note grouping. Fontify chord modes.
9873
9874 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9875
9876         * Documentation/user/music-glossary.tely (Top): translate melisma.
9877
9878 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9879
9880         * Documentation/user/music-glossary.tely (Top): add melisma.
9881
9882 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9883
9884         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9885         interfaces for (abstract) grob GregorianLigature
9886
9887         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9888         renamed head* -> glyph_name*, x-shift* -> x-offset*
9889
9890         * scm/grob-property-description.scm: bugfix: added missing descriptions
9891
9892 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9893
9894         * input/test/chord-names-dpnj.ly: New file.
9895
9896         * scm/double-plus-new-chord-name.scm: Implement full and partial
9897         exceptions.
9898
9899         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9900
9901         * scm/double-plus-new-chord-name.scm
9902         (double-plus-new-chord->markup): Fix sub->markup.
9903
9904
9905 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9906
9907         * lily/custos-engraver.cc: added TODO; editorial changes
9908
9909         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9910         consistency with other ligature engravers; removed access on (now)
9911         private variable _ligature of Ligature_engraver
9912
9913         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9914         renamed last_bound -> last_bound_; issue programming_error on
9915         abstract method calls; moved primitives code from
9916         Mensural_bracket_engraver to here (because almost ligature
9917         engravers will need it); renamed try_stop_ligature () ->
9918         typeset_ligature (); bugfix: store primitives of finished ligature
9919         in separate variable finished_primitives_ to avoid clash on input
9920         like "\] \["; added current_ligature () to enable access on
9921         private variable _ligature
9922
9923         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9924         (now in super class); renamed try_stop_ligature () ->
9925         typeset_ligature ()
9926
9927         * lily/mensural-ligature.cc: issue programming_error on abstract
9928         method calls
9929
9930         * lily/note-heads-engraver.cc: added TODO comment upon bool
9931         in_ligature
9932
9933         * mf/parmesan-heads.mf: fixed some of set_char_box()
9934
9935         * scm/grob-description.scm: added VaticanaLigature
9936
9937         * scm/grob-property-description.scm: added neume prefix properties
9938
9939         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
9940         lily/include/gregorian-ligature-engraver.hh,
9941         lily/include/gregorian-ligature.hh: new files; framework for
9942         gregorian ligature engravers such as vaticana
9943
9944         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
9945         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
9946         vaticana style ligature implementation (still somewhat uncomplete)
9947
9948 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9949
9950         * VERSION: release 1.7.11
9951
9952         * scripts/convert-ly.py: add ly:pitch-transpose rule
9953
9954 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9955
9956         * input/test/dpncnt.ly: New file.
9957
9958         * lily/my-lily-lexer.cc: Add chordnames keyword.
9959
9960         * lily/parser.yy (chordnames_block): Parse chord name exception
9961         lists, see input/test/dpncnt.ly.
9962
9963         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
9964         function.
9965
9966         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
9967         filter-out too.
9968
9969         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
9970         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
9971         pitch functions (except for ly:make-pitch, but that's apparently
9972         some sort of scheme naming standard?).
9973
9974         * scm/lily.scm (!=): define-public.
9975
9976         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
9977
9978 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9979
9980         * scm/double-plus-new-chord-name.scm
9981         (double-plus-new-chord-name->markup): New file.
9982
9983 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9984
9985         * python/lilylib.py (make_preview): don't suppress progress for
9986         bbox extraction.
9987
9988 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9989
9990         * Documentation/user/appendices.itely (scheme): update for new syntax.
9991
9992         * input/regression/chord-name-styles.ly: new file
9993
9994         * lily/instrument-name-engraver.cc: create instrument names
9995         without barline too.  Allows instrument name on ChordNames  
9996
9997         * scm/new-markup.scm (interpret-markup): allow simple strings as
9998         markup too.
9999
10000 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10001
10002         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10003         (step->markup-accidental): Fix: add accidental.
10004         (chord::inner-name-american): 
10005         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10006         append stray '/' if last superscript addition was 'o'.
10007
10008         * scm/new-markup.scm (normal-size-sub-markup) 
10009         (normal-size-super-markup): New function.
10010
10011         * lily/source-file.cc (Source_file): Add warning for possibly
10012         intentional but suspicious initialization.
10013
10014         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10015         add comments about cut-and-paste programming.
10016
10017         * flower/rational.cc (lcm): Not used; comment out.
10018
10019 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10020
10021         * lily/new-fingering-engraver.cc (position_scripts): use
10022         fingerHorizontalDirection to determine fingering horizontal
10023         directions.
10024  
10025         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10026         fingering support.
10027
10028         * scripts/convert-ly.py (FatalConversionError.conv): add style
10029         conversion rule. 
10030
10031         * scm/chord-name.scm (set-chord-name-style): new function.
10032         (new-chord-name-brew-molecule): revise to interpret markup only
10033         (new-chord->markup): cleanuppish rewrite. To be called from the
10034         new engraver.
10035
10036         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10037         Markup earlier, during interpreting.
10038
10039         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10040         style settings. Rename to chord-names-*.ly
10041
10042 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10043
10044         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10045         markup code and update to new markup.  Most probably broke some of
10046         it.
10047         
10048 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10049
10050         * Documentation/user/refman.itely: added docu for ambitus and
10051         clusters
10052
10053         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10054         ly_quote_scm() in lookup.cc
10055
10056         * mf/parmesan-clefs.mf: set_char_box fix
10057
10058         * lily/cluster-engraver.cc: junk implicit protection; use
10059         Protected_scm instead
10060
10061 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10062
10063         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10064         throughout.
10065
10066         * scm/new-markup.scm: Turn-off error-triggering test code.
10067
10068 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10069
10070         * scm/new-markup.scm (markup-thrower-typecheck) 
10071         (markup-typecheck?):  add full typechecking functions.
10072         (make-markup-maker): add make-FOO-markup functions.
10073         (markup-argument-list-error): nice error checking messages.
10074         (make-markup): better function: less quoting escapades.
10075
10076 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10077
10078         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10079
10080 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10081
10082         * cygwin/lilypond.hint (requires): Add cygwin.
10083
10084         * .cvsignore: Remove stepmake (huh!?!), add lib.
10085
10086         * GNUmakefile.in: Add libdir links for builddir runs.
10087
10088         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10089         instead of datadir.
10090
10091         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10092         local_lilypond_libdir.
10093
10094         * config.make.in (lilypond_libdir): Add.
10095
10096         * stepmake/stepmake/substitute-rules.make: 
10097         * stepmake/stepmake/script-rules.make: 
10098         * stepmake/stepmake/python-module-rules.make:
10099         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10100         lilypond-python-module patch.
10101
10102 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10103
10104         * Documentation/user/refman.itely (Graphical interfaces): add note
10105         about xml2ly.
10106
10107 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10108
10109         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10110
10111 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10112
10113         * VERSION: released 1.7.10
10114
10115         * scripts/musedata2ly.py (): idem
10116
10117         * scripts/midi2ly.py (dump_chord): idem
10118
10119         * scripts/etf2ly.py (version): idem 
10120
10121         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10122
10123         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10124
10125         * scm/tex.scm (tex-output-expression): remove eval compat
10126         glut. Other output files too.
10127
10128         * scm/chord-name.scm: don't export anything from chord module.
10129
10130         * input/test/american-chords.ly: idem
10131
10132         * input/test/banter-chords.ly (texidoc): idem
10133
10134         * input/test/Cc-chords.ly: add breakage notes.
10135
10136         * Documentation/user/refman.itely (Text markup): rewrite manual
10137         section.
10138
10139         * lily/parser.yy (scalar): allow \markup { } as property value. 
10140
10141         * scm/chord-name.scm: complete new markup usage
10142
10143         * scm/grob-description.scm (all-grob-descriptions): use new markup
10144         texts by default
10145
10146 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10147
10148         * scm/chord-name.scm: partial move to new markup texts.
10149
10150 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10151
10152         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10153
10154         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10155         settable.
10156
10157 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10158
10159         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10160         invoked for old midi, wait for killing.
10161
10162 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10163
10164         * Documentation/user/music-glossary.tely: Finnishing.
10165
10166 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10167
10168         * mf/feta-nummer-code.mf: some kerning pairs.
10169
10170 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10171
10172         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10173         Added.
10174
10175         * Documentation/user/refman.itely (Bar numbers):
10176         set-bar-number-visibility added, modulo-bar-number removed again
10177         (sorry).
10178
10179 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10180
10181         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10182
10183         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10184
10185         * Documentation/user/music-glossary.tely: translate into Finnish.
10186
10187 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10188
10189         * lilypond-mode.el: add shortcut for 2midi
10190
10191         * lilypond-font-lock.el: fontify lyrics
10192
10193 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10194
10195         * scm/drums.scm : use 1.7.x names.
10196
10197         * input/regression/drums.ly : Don't use << chords >>
10198
10199 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10200
10201         * lilypond-mode.el: tidy, add TODO
10202
10203         * make/lilypond.mandrake.spec.in: install-info quietly.
10204
10205 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10206
10207         * input/test/markup.ly: use new syntax.
10208
10209 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10210
10211         * ly/params-init.ly (interscoreline): add word-space
10212
10213         * input/test/metronome.ly (eighthNote): idem.
10214
10215         * input/test/script-priority.ly: use new markup
10216
10217         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10218
10219         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10220
10221         * lily/parser.yy (gen_text_def): bugfix.
10222         (full_markup): allow markup identifier.
10223
10224 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10225
10226         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10227         jobs at the same time. Add horizontal lines to Command menu.
10228         Allow one compiling job -- propose killing others before a new one.
10229
10230         * lilypond.words: add markup, teeny, etc.
10231
10232 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10233
10234         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10235         Allow only one type of midi process; launching Midi either stops
10236         midis or plays the current midi and launching MidiAll stops midis
10237         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10238         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10239
10240 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10241
10242         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10243         markup  for new markup texts.
10244
10245         * lily/mark-engraver.cc (process_music): idem
10246         
10247         * lily/instrument-name-engraver.cc (create_text): idem
10248
10249         * scm/new-markup.scm (magnify-markup): new function.
10250
10251         * scm/molecule.scm (stack-lines): bugfix.
10252
10253         * lily/font-interface.cc (get_font): take font-magnification from
10254         alist chain.
10255
10256 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10257
10258         * lily/molecule-scheme.cc: move scheme functions to separate file.
10259
10260         * lily/font-metric.cc  (ly_get_glyph): new function. 
10261         
10262         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10263         (italic-markup, dynamic-markup): new functions
10264         (font-markup): new function
10265
10266         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10267         padding and minimum
10268
10269 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10270
10271         * lily/accidental-engraver.cc:
10272         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10273
10274 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10275
10276         * lilypond.vim:
10277         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10278         [a-zA-Z] for user defined identifiers. Separate note cases 
10279         with and without a duration (allow cis\longaX).
10280
10281         * lilypond.words: Add words from Info.
10282
10283 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10284
10285         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10286
10287 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10288
10289         * lilypond-mode.el: Propose reverting buffer before a command if
10290         it was edited with an another editor.
10291
10292 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10293
10294         * lily/molecule.cc (ly_translate_molecule): new function
10295
10296         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10297         into libdir
10298
10299         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10300
10301         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10302
10303 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10304
10305         * lilypond.words: take \words from Info-index.
10306
10307 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10308
10309         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10310
10311 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10312
10313         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10314
10315 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10316
10317         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10318         and lilypond-documentation.
10319
10320 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10321
10322         * lily/parser.yy: Compile fix (bison 1.75).
10323
10324 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10325
10326         * VERSION: 1.7.9 released
10327
10328         * scm/music-functions.scm (shift-one-duration-log): refactor.
10329         Use music-map.
10330
10331         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10332
10333         * NEWS: update.
10334
10335         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10336         argument
10337         
10338         * scm/music-functions.scm (display-music): new function
10339         (music-map): change arg order.
10340
10341         * input/regression/new-markup-syntax.scm: new file
10342
10343         * lily/parser.yy (markup): add \markup { .. } syntax.
10344
10345         * scm/new-markup.scm (override-markup): new function
10346         (lookup-markup): new function
10347         (music-markup): new function
10348         (lookup-markup-command): use markup-signature to store argument
10349         format for parser.
10350
10351         * lily/lexer.ll: preliminary \markup syntax. 
10352
10353 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10354
10355         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10356         add pre/post-dependencies and menus with icons from source.
10357
10358         * Documentation/pictures/lilypond-48x48.xpm:
10359         * Documentation/pictures/lilypond-32x32.xpm:
10360         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10361         transparent.
10362
10363         * stepmake/stepmake/generic-targets.make:
10364         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10365
10366 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10367
10368         * input/regression/music-map.ly (texidoc): new file.
10369
10370         * scm/music-functions.scm (music-map): new function
10371
10372 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10373
10374         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10375
10376 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10377
10378         * input/test/to-xml.ly:
10379         * lily/ligature-engraver.cc: Fixes documentation.
10380
10381         * lilypond.mandrake.spec.in:
10382         * lilypond.redhat.spec.in: Add lilypond.words.
10383
10384         * Documentation/user/refman.itely: Mention Info inside emacs.
10385         
10386         * lilypond.suse.spec.in:
10387         * lilypond.redhat.spec.in:
10388         * lilypond.mandrake.spec.in: Set root-owner for doc
10389         (tobbe@nyvalls.se).
10390
10391 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10392
10393         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10394         os.popen.read ().
10395
10396 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10397
10398         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10399
10400         * python/lilylib.py (error): add space
10401
10402 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10403
10404         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10405         distribution.
10406
10407 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10408
10409         * lily/paper-outputter.cc (Paper_outputter): close port when
10410         finishing score.
10411
10412 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10413
10414         * scm/sodipodi.scm: Fixes.
10415
10416 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10417
10418         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10419
10420         * buildscripts/make-font-dir.py: Fix. 
10421
10422 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10423
10424         * lilypond-mode.el: Add support for Info inside Emacs.
10425
10426 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10427
10428         * buildscripts/make-font-dir.py: 
10429         * mf/GNUmakefile: Make sodipodi font map.
10430
10431         * scm/sodipodi.scm: Add more output functions.
10432
10433         * mf/feta-nummer.mf: 
10434         * mf/feta-beugel.mf: Add font_coding_scheme.
10435
10436         * lily/paper-outputter.cc (output_header): Fix creator string.
10437
10438 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10439
10440         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10441         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10442
10443         * lilypond.words: add two (Everybody can add/remove words now!).
10444
10445         * debian/rules:
10446         * make/lilypond.suse.spec.in:
10447         * make/lilypond.mandrake.spec.in:
10448         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10449
10450         * Documentation/user/refman.itely: Mention autocompletion.
10451
10452 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10453
10454         * scripts/ly2dvi.py: Add paper sizes.
10455
10456         * lily/timing-engraver.cc: 
10457         * lily/time-signature.cc: 
10458         * lily/span-bar.cc: 
10459         * lily/grob-scheme.cc: Code formatting fixes.
10460
10461         * scm/sodipodi.scm: 
10462         * scm/sketch.scm:
10463         * buildscripts/mf-to-table.py: 
10464         * buildscripts/make-font-dir.py: Font testing.
10465
10466 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10467
10468         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10469         inserts try-completion and shows all-completions.
10470
10471         * lilypond.words: '\' -> '\\'
10472
10473         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10474         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10475         
10476         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10477         and LilyPond-reserved-words.
10478         
10479 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10480
10481         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10482         from load-path.
10483         
10484         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10485         the mini-buffer with Control-Shift-c.
10486         
10487 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10488
10489         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10490         duration. This fixes \tempo taking time.
10491
10492 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10493
10494         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10495         Allow for text markup in repeatCommands. 
10496
10497 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10498
10499         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10500         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10501         Get rid of skeleton.el-dependency.
10502
10503         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10504
10505 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10506
10507         * lily/beam-engraver.cc (stop_translation_timestep): reset
10508         now_stop_ev_
10509
10510         * lily/scm-option.cc: add parse-protect to ly:set-option
10511
10512         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10513
10514 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10515
10516         * lily/include/ligature-bracket.hh: removed
10517         * lily/ligature-bracket.cc: removed
10518
10519         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10520         .tex
10521
10522         * lily/beam.cc (set_beaming): don't change beam count on rests.
10523         (brew_molecule): always set flag-width > 0.
10524
10525 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10526
10527         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10528         chars, remove instructions; instead, refer to lilypond-init.el and
10529         Documentation/topdocs/INSTALL.texi.
10530
10531         * lilypond.words: add identifiers and reserved words.
10532
10533         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10534         files and adding a load-path.
10535
10536         * lilypond-init.el: Instructions, extracted from 
10537         Documentation/topdocs/INSTALL.texi. 
10538         
10539 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10540
10541         * VERSION: 1.7.8 released 
10542
10543         * lily/grob.cc (warning): better robustness fix.
10544
10545 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10546
10547         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10548
10549         * lily/cluster-engraver.cc: stick better to variable naming
10550         conventions
10551
10552         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10553         until stop_translation_timestep()
10554
10555         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10556         min/max coordinates to backend, but no musical info such as
10557         pitches
10558
10559         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10560
10561         * lily/grob.cc: robustness fix: warning(): do not crash if
10562         cause is not set
10563
10564         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10565         the much more elaborated tuplet brackets than the very naive and
10566         simple ligature bracket grob
10567
10568 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10569
10570         * Documentation/user/refman.itely (Analysis brackets): add
10571         horizontal bracket doco.
10572
10573         * ly/property-init.ly (setMmRestFermata): added.
10574
10575         * Documentation/user/refman.itely (Multi measure rests): fermatas
10576         on mm rests.
10577
10578         * input/regression/apply-context.ly (texidoc): new file
10579
10580         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10581         code to be executed during interpretation. Possible applications:
10582         smart octavation, more advanced bar checks. 
10583
10584         * lily/apply-context-iterator.cc: new file.
10585
10586 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10587
10588         * input/test/new-markup.ly: new file.
10589
10590         * lily/text-item.cc (text_to_molecule): new function
10591
10592         * scm/new-markup.scm (lambda): new file
10593
10594         * lily/function-documentation.cc (ly_add_function_documentation):
10595         add proc property as well
10596
10597 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10598
10599         * Documentation/user/music-glossary.tely (Top): add custos.
10600
10601 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10602
10603         * Documentation/topdocs/INSTALL.texi: advise how to include source
10604         path to Emacs load-path and improve language.
10605
10606 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10607
10608         * GNUmakefile.in: config.h message fix.
10609
10610         * autogen.sh:
10611         * aclocal.m4: Regenerate.
10612
10613         * configure.in: 
10614         * config.make.in: 
10615         * stepmake/config.make.in: 
10616         * stepmake/configure.in: 
10617         * stepmake/autogen.sh: 
10618         * stepmake/aclocal.m4: Update for autoconf 2.56.
10619
10620 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10621
10622         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10623         to install Emacs-mode. Instructions how to use vim-mode.
10624
10625 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10626
10627         * scm/music-types.scm (music-descriptions): no length for tempo event.
10628
10629         * input/*.ly: add \version everywhere.
10630         
10631         * input/*.ly: update syntax to 1.7 + new-chords.
10632
10633         * VERSION: 1.7.7 released.
10634         
10635         * Documentation/user/*.tely: new chord syntax.
10636
10637         * input/regression/[bc]*.ly (texidoc): syntax updates.
10638         
10639 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10640
10641         * lilypond.words: add vocabulary to be used in auto-completion
10642
10643         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10644
10645         * lilypond.vim: allow note name at EOF
10646
10647 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10648
10649         * buildscripts/new-chords.py (edit): -e option: inline editing.
10650
10651         * input/regression/a*.ly (texidoc): syntax updates.
10652
10653         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10654         music): elucidations. 
10655
10656 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10657
10658         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10659         ly/spanners-init.ly, scm/grob-description.scm,
10660         scm/grob-property-description.scm, scm/music-types.scm,
10661         lily/cluster-engraver.cc, lily/cluster.cc,
10662         lily/include/cluster.hh, input/test/cluster.ly: cluster
10663         implementation
10664
10665         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10666         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10667         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10668
10669         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10670
10671         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10672
10673         * scm/grob-description.scm: bugfix: by default, use default note
10674         head style when engraving ligatures
10675
10676         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10677
10678         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10679         events
10680
10681         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10682
10683         * input/test/ancient-font.ly: bugfix: style -> flag-style
10684
10685         * lily/ligature-engraver.cc: indentation fix
10686
10687         * lily/parser.yy: indentation fixes
10688         
10689 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10690
10691         * input/regression/measure-grouping.ly: more elaborate example.
10692
10693         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10694         ly:div-moment. New functions 
10695
10696         * scm/music-functions.scm (set-time-signature): new function,
10697         allow inline time sig settings with measure grouping.
10698
10699         * lily/parser.yy (command_element): move time sig construction
10700         into Scheme.
10701
10702         * lily/side-position-interface.cc (out_of_staff): new function,
10703         like padding, but keep minimum distance from staff. Easier than
10704         linespanners (dynamics, pedals), but roughly the same effect.
10705
10706 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10707
10708         * emacs-mode.el: Added spanish-note-replacements 
10709         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10710
10711         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10712
10713 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10714
10715         * lilypond.vim: Do not fontify cises, desis, etc.
10716
10717         * vimrc: view dvi with <S-F6>
10718
10719 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10720
10721         * lily/lookup.cc (triangle): new function.
10722
10723         * input/regression/measure-grouping.ly (texidoc): new file: show
10724         triangles and brackets for beat groups of 3 and 2.
10725
10726         * lily/include/measure-grouping-spanner.hh (class
10727         Measure_grouping): new file.
10728
10729         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10730
10731         * lily/measure-grouping-engraver.cc (class
10732         Measure_grouping_engraver): new file.
10733
10734 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10735
10736         * Merge from stable:
10737
10738             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10739         
10740         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10741         stylesheet.
10742
10743         * ly/paper19.ly: Include paper19-init.ly.
10744
10745         * ly/paper19-init.ly: New file.
10746
10747         * Documentation/user/tutorial.itely (First steps): Fix first
10748         example for font test.
10749
10750         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10751
10752         * ChangeLog: Add 1.7.6 release marker (see below).
10753
10754         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10755         Add .py files.
10756
10757 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10758
10759         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10760
10761         * input/tutorial/*.ly: update to new syntax.
10762
10763         * lily/parser.yy (Composite_music): new transpose syntax,
10764         \transpose FROM TO MUSIC. 
10765
10766 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10767
10768         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10769         latex progress/error output to stderr (by default this goes to
10770         stdout).  Show lilypond progress, even when not verbose.
10771
10772         * python/lilylib.py (system): New optional parameter to control
10773         showing of progress.
10774
10775         * scm/backend-documentation-lib.scm (check-dangling-properties):
10776         Fix error message.
10777
10778         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10779         axis, extent.
10780
10781         * scm/grob-property-description.scm (magnify): Remove.
10782         (extent, axis): Add.
10783
10784 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10785
10786         * VERSION: Release 1.7.6.
10787
10788         * scripts/convert-ly.py: more uniformization substitutions.
10789
10790         * buildscripts/new-chords.py (sub_chords): new file.
10791
10792 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10793
10794         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10795         lilypond.map.  Include sauter fonts too.  Cleanups.
10796
10797 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10798
10799         * Documentation/user/tutorial.itely (First steps): change to new
10800         chord/tie/slur/beam notation.
10801
10802         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10803         ties.
10804
10805         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10806         engraver. Process ties in postfix notation, i.e. c8-~ c
10807
10808         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10809
10810         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10811
10812         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10813
10814         * lily/beam-engraver.cc (try_music): accept new-beam-events
10815
10816         * input/regression/chord-scripts.ly (texidoc): new file
10817
10818         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10819         script-events.
10820
10821         * scm/script.scm (default-script-alist): cleanup.
10822
10823         * lily/script-engraver.cc (make_script_from_event): cleanup.
10824
10825         * lily/lyric-combine-music-iterator.cc
10826         (Lyric_combine_music_iterator): remove superfluous events.
10827         (melisma_busy): new function. Fix broken melismas.
10828
10829 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10830
10831         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10832         Remove nonvalid settings. Use descriptive key names.
10833         Use <Return> to indicate the pressing of that key.
10834
10835 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10836
10837         * scripts/lilypond-book.py (option_definitions): Typo.
10838
10839         * scripts/ly2dvi.py: Updates.
10840
10841         * python/lilylib.py (setup_environment, print_environment)
10842         (get_bbox, make_preview): Merge and remove from ly2dvi and
10843         lilypond-book.
10844
10845         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10846
10847         * .cvsignore: Remove some cruft.
10848
10849         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10850         path.
10851
10852         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10853         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10854         throughout.
10855
10856         * python/lilylib.py (quiet_system): Junk
10857         (system): Display error log upon failure.
10858         (read_pipe): New function.  Cleanups and fixes.
10859
10860         * python/*.py: Rename from *.py.in.
10861         
10862         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10863
10864         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10865
10866 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10867
10868         * python/GNUmakefile: Bugfix: handle modules.
10869
10870         * stepmake/stepmake/python-module-targets.make (default): Add
10871         compiled modules. 
10872
10873         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10874         compiling modules.
10875
10876         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10877         Bugfix.  (OUT_PYC_MODULES): Add.
10878
10879 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10880
10881         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10882         Use default paths. Refresh description.
10883
10884 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10885
10886         * VERSION: 1.7.5 released
10887
10888         * input/regression/finger-chords.ly (texidoc): new file.
10889
10890         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10891         support
10892
10893         * lily/fingering-engraver.cc (process_music): remove kludgy
10894         scriptHorizontal stuff.
10895
10896         * lily/script.cc: remove staff-support property.
10897
10898         * lily/new-fingering-engraver.cc (add_fingering): new
10899         file. Fingering engraver for new style chords.
10900
10901 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10902
10903         * lily/parser.yy (bare_number): allow 4 \cm (without
10904         decimal dot). (should backport to 1.6?)
10905
10906         * ly/declarations-init.ly: use Scheme for dimension defs.
10907
10908         * lily/parser.yy (TODO): remove hard coded dimensions, add
10909         REAL NUMBER_IDENTIFIER production.
10910
10911         * lily/rest-collision.cc (force_shift_callback): rewrite using
10912         -done property.
10913
10914         * scm/grob-property-description.scm (rest-collision-done): add
10915         property.
10916         
10917         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10918
10919 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10920
10921         * input/regression/multi-measure-rest-center.ly: new file.
10922
10923         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10924         off horizontally by 0.05 ss. Fixed.
10925
10926 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10927
10928         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10929
10930         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10931
10932 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10933
10934         * lily/tie.cc (get_control_points): also avoid staff lines on the
10935         just outside the outer staff lines
10936
10937 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10938
10939         * ly/params-init.ly: Just define style-alist, no need to
10940         define-public.
10941
10942         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
10943         (thanks Han-Wen).
10944
10945         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
10946         (FET_FILES): = FONT_FILES.
10947
10948         * Merge from stable:
10949
10950             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
10951
10952 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10953
10954         * VERSION: 1.7.4 released.  
10955         
10956         * scm/generate-documentation.scm (string-append): add macro
10957         definitions.
10958
10959         * lily/text-item.cc (lookup_text): don't use virtual fonts for
10960         normal texts.
10961
10962         * lily/multi-measure-rest-engraver.cc: make separate
10963         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
10964
10965         * lily/multi-measure-rest.cc: remove text handling. Remove
10966         number-threshold.
10967
10968 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10969
10970         * scm/music-types.scm: doc patch by Graham Percival
10971
10972 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10973
10974         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
10975         encoding part.
10976         (Font_info.set_defaults): pixelsize now also defauts to '0'.
10977         (sketch_p): Sketch wants only first four elements of X11 font spec.
10978
10979         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
10980
10981         * mf/feta-autometric.mf: Write foundry and family to log.
10982
10983         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
10984         font translation table.
10985
10986         * buildscripts/mf-to-table.py: Better font info into afm.
10987
10988         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
10989         1.0.9 required.
10990
10991         * configure.in: Whine for mftrace 1.0.9.
10992
10993 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10994
10995         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
10996
10997         * lily/main.cc (main_prog): don't try to load init.EXT when
10998         processing foo.EXT.
10999
11000 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11001
11002         * scm/tex.scm (zigzig-line): added.
11003
11004         * scm/ps.scm (zigzag-line): added.
11005
11006         * ps/music-drawing-routines.ps (subvec): added.
11007         (draw_zigzag_line): added.
11008         
11009         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11010         grob properties zigzag-width and zigzag-length.
11011
11012         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11013
11014 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11015
11016         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11017         svg output, including font.
11018
11019 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11020
11021         * scm/lily.scm: Register sodipodi output module.
11022
11023         * scm/sodipodi.scm: New file.
11024
11025         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11026
11027         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11028         comment, after header.
11029         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11030         FullName.  Fix FontName key.
11031
11032 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11033
11034         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11035         and breve rests.
11036         
11037         * input/test/blank-notes.ly: bugfix
11038
11039         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11040         rests. (Kim Shrier)
11041
11042         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11043         
11044 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11045
11046         * scm/tex.scm: 
11047         * scm/ps.scm: Cleanup and remove obsolete junk.
11048
11049         * Documentation/user/internals.itely:
11050         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11051
11052         * lily/parser.yy: Identify shift/reduce problems.
11053
11054         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11055         make-style-sheet.  Too specific for convert-ly?
11056
11057 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11058
11059         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11060
11061         * input/test/*.ly: various fixes.
11062
11063         * lily/music.cc (name): bugfix
11064
11065         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11066
11067         * lily/input-file-results.cc (code): set-point-and-click! ->
11068         set-point-and-click
11069         
11070 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11071
11072         * Use uniform ly: prefix for exported scheme primitive functions.
11073
11074         * scm/music-types.scm: junk compat glue
11075
11076         * scripts/convert-ly.py: add rules for stuff below, junk
11077         compatibility glue for spanrequest.
11078
11079         * lily/parser.yy (verbose_event): remove \spanrequest,
11080         \commandspanrequest, \script. 
11081         
11082         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11083
11084         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11085         for \penalty, \glissando.
11086
11087         * VERSION: release 1.7.3
11088         
11089 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11090
11091         * lily/accidental-engraver.cc: Fix
11092         grace-in-the-beginning-of-measure bug caused by the resent
11093         partial-measure fix.
11094
11095         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11096         overlap looks too crowded)
11097         
11098 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11099
11100         * lily/parser.yy (assignment): allow SCM expression as assignment.
11101
11102         * lily/include/music-output-def.hh (class Music_output_def):
11103         * lily/music-output-def.cc: 
11104         * lily/paper-def.cc: 
11105         * scm/font.scm (markup-to-properties):
11106         * lily/parser.yy (music_output_def_body): 
11107         remove style_sheet_
11108
11109 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11110
11111         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11112         length.
11113
11114         * input/regression/spacing-to-grace.ly: new file.
11115
11116         * input/regression/spacing-end-of-line.ly: new file.
11117
11118         * lily/note-spacing.cc (get_spacing): take into account breakable
11119         stuff sticking out at the left (time sig change at line break).
11120
11121         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11122         raggedright code.
11123
11124         * scm/music-functions.scm (make-voice-props-set): add
11125         staff-position for mm rests.
11126  
11127         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11128         before grace notes a little.
11129
11130         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11131
11132         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11133         key adds space at the end of line. 
11134
11135 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11136
11137         * scm/sketch.scm: Fix beams.
11138
11139         * buildscripts/mf-to-table.py: Add EncodingScheme.
11140
11141         * scm/sketch.scm: Resurrect.
11142
11143 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11144
11145         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11146         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11147
11148 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11149
11150         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11151
11152         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11153
11154 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11155
11156         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11157         token for origin information.
11158
11159         * lily/parser.yy (My_lily_lexer): do identifier location and
11160         cloning from lexer.
11161
11162         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11163         logic out of the parser. Add bar checks on both ends.
11164
11165         * Documentation/user/refman.itely (Multi measure rests): add more
11166         notes about mm rests.
11167
11168 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11169
11170         * input/regression/bar-scripts.ly: Re-enable.
11171
11172         * lily/parser.yy:
11173         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11174         released rsn.  Bison 1.50 has a crucial bug and won't work.
11175
11176         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11177
11178
11179 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11180
11181         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11182
11183 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11184
11185         * Actually merge changes since 1.6.4 besides ChangeLog, and
11186         resolve conflicts.  Lots of updates, hope all is well.
11187         
11188         * cygwin/lilypond.hint (requires): Add ghostscript.
11189
11190         * scm: Update some (c).
11191         
11192 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11193
11194         * input/test/{various}.ly: add \header fields and texidoc strings.
11195
11196 2002-10-05  Werner Lemberg  <wl@gnu.org>
11197
11198         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11199         renamed to `output_latex_quoted'.
11200         Added `output_latex_noquote'.
11201         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11202         mode.
11203
11204 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11205
11206         * ChangeLog: Add 1.6.6 release marker.  See below.
11207
11208         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11209
11210         * scripts/midi2ly.py: Fix global syntax warnings.
11211
11212         * GNUmakefile.in: Generate builddir locale tree too.
11213
11214         * scripts/ly2dvi.py:
11215         * scripts/midi2ly.py: 
11216         * scripts/mup2ly.py: 
11217         * scripts/update-lily.py:
11218         * lily/main.cc (setup_paths): Fix for locales setup.
11219
11220 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11221
11222         * Documentation/windows/installing.texi: Soften wording about
11223         necessity of becoming Administrator.  tommie@iae.nl reports this
11224         does not seem to be necessary for his flavour of Windows 2000.
11225         Explicitely discourage text mode mounts.
11226
11227 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11228
11229         * lily/rest.cc (after_line_breaking): backport dot position fix.
11230
11231         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11232         rests. Thanks to Klaus Zimmermann for finding this bug.
11233
11234 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11235
11236         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11237
11238 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11239
11240         * Documentation/user/music-glossary.tely: fix links.
11241
11242 2002-10-21  Werner Lemberg  <wl@gnu.org>
11243
11244         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11245         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11246         scaling factor) only once and use them in the definition of
11247         \embeddedps.
11248         * ps/music-drawing-routines.ps (skeel): Removed.
11249
11250 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11251
11252         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11253         Solaris7, as we don't use nested $( ) constructs.
11254
11255 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11256
11257         * VERSION: Release 1.6.6.
11258         
11259 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11260
11261         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11262         as workaround for /bin/sh problems on Solaris7.
11263
11264 2002-10-19  Werner Lemberg  <wl@gnu.org>
11265
11266         * GNUmakefile.in (web-doc): Fix typos.
11267         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11268         `music-drawing-routines.ps' but emit \special{header=...} once.
11269         * scm/tex.scm (header-end): Updated.
11270
11271 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11272
11273         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11274         undefined tremolo. 
11275
11276 2002-10-15  Werner Lemberg  <wl@gnu.org>
11277
11278         * scripts/lilypond-book.py (g_make_html): New global variable.
11279         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11280         if `g_make_html' isn't set.
11281         [main]: Add format `texi-html'.
11282         (option_definitions): Updated.
11283         * Documentation/user/lilypond-book.itely: Updated.
11284
11285         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11286         * make/ly-rules.make (%.texi, %.nexi): Use it.
11287         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11288         format to lilypond-book.
11289         * GNUmakefile.in (web-doc): Ditto.
11290
11291 2002-10-14  Werner Lemberg  <wl@gnu.org>
11292
11293         Further improve TeX output.  The produced files are about 40%
11294         smaller.  `lilyponddefs.tex' is now read only once.
11295
11296         * tex/lilyponddefs.tex: Remove footer stuff.
11297         (\ifundefined): Renamed to...
11298         (\lilypondundefined): This.  Use LaTeX's definition to
11299         make it nestable and make it global.
11300         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11301         output.
11302         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11303         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11304         them global.
11305         (\placebox): Renamed to...
11306         (\lyitem): This.
11307         Make it global and call \outputscale by itself.
11308         (\lybox, \lyvrule): New macros to reduce input data.
11309         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11310         New auxiliary macros.
11311         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11312         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11313         to...
11314         (\lilypondspace): This and made it global.
11315         (\turnOnPostScript): Renamed to...
11316         (\lilypondpostscript): This and made it global.
11317         (\turnOnExperimentalFeatures): Renamed to...
11318         (\lilypondexperimentalfeatures): This and made it global.
11319         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11320         (\lilypondsetdimen): This and made it global.
11321         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11322         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11323         (all, $(outdir)/music-drawing-routines.ps): New rules.
11324         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11325         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11326         start-system, stop-system, stop-last-system, filledbox): Updated to
11327         use the changed macros from lilyponddefs.tex.
11328         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11329
11330 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11331
11332         * Documentation/windows/installing.texi: Update.
11333
11334 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11335
11336         * VERSION: 1.6.5 released
11337
11338         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11339
11340 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11341
11342         * scm/translator-property-description.scm (voltaOnThisStaff): add
11343         property.
11344
11345 2002-09-28  Werner Lemberg  <wl@gnu.org>
11346
11347         * scm/tex.scm (header-end): Suppress page numbering.
11348
11349         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11350         Fix quotation for HTML output.
11351
11352 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11353         
11354         * Documentation/user/refman.itely: grammar and phrasing
11355           fixes to "Note Entry" section.  Also adds a few new examples.
11356
11357 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11358
11359         * flower/include/string-data.icc: include string.h
11360
11361 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11362
11363         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11364
11365 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11366
11367         * Documentation/user/GNUmakefile (extra-local-help): Add.
11368
11369         * stepmake/stepmake/www-targets.make (local-help): Add.
11370
11371 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11372
11373         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11374         packages.
11375
11376         * Documentation/topdocs/README.texi (Top): building documentation
11377         (not website.)
11378
11379 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11380
11381         * Documentation/user/refman.itely: 
11382         * Documentation/user/tutorial.itely: 
11383         * Documentation/user/music-glossary.tely: Merge changes.
11384
11385         * Documentation/user/glossary.html.in: 
11386         * Documentation/index.texi: 
11387         * Documentation/header.html.in: Accomodate renaming of glossary.
11388         
11389         * Documentation/user/tutorial.itely: Add some glossary references.
11390         
11391         * Documentation/user/refman.itely: Minor fixes.
11392         
11393         * Documentation/user/lilypond.tely: Add glossary do direntry.
11394
11395         * Documentation/user/music-glossary.tely: Rename (previously:
11396         glossary.tely).  Fix anchor placement.
11397
11398         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11399
11400 2002-09-23  Werner Lemberg  <wl@gnu.org>
11401
11402         * scripts/lilypond-book.py (output_dict): Fix handling of
11403         various environments by avoid extraneous newlines.
11404         Rename `output-all' regexp for html to `output-html'.
11405         Replace `output-all' regexp for texi with `output-texi-quote'
11406         and `output-texi-noquote'.
11407         (compose_full_body): Don't override `linewidth' user option
11408         for `singleline'.
11409         (schedule_lilypond_block): Don't indent text specified with
11410         `intertext' option.
11411         Add new option `noquote'.
11412         (compile_all_files): Use latex instead of tex to compile ly
11413         files directly.
11414
11415         * Documentation/user/lilypond-book.itely: Updated and revised.
11416         Improve layout.
11417
11418         * Documentation/user/glossary.tely,
11419         Documentation/user/introduction.itely,
11420         Documentation/user/tutorial.itely,
11421         Documentation/user/refman.itely,
11422         Documentation/user/appendices.itely: Fix overfull LilyPond
11423         boxes caused by the new lilypond-book code.  Other minor
11424         fixes.
11425
11426         * Documentation/user/macros.itexi (@texiflat): Don't emit
11427         trailing space.
11428
11429         * scm/tex.scm (end-output, header-end): Add preamble and
11430         postamble to make lilypond output directly compilable with
11431         latex.
11432
11433         
11434 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11435
11436         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11437         instructions.
11438
11439 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11440
11441         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11442
11443 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11444
11445         * lily/beam.cc (connect_beams): don't crash if there are quarter
11446         notes in beams.
11447
11448 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11449
11450         * Documentation/user/refman.itely: corrected ancient clef
11451         docu; added docu on ligatures
11452
11453 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11454
11455         * Documentation/user/glossary.tely,
11456         Documentation/user/refman.itely, input/les-nereides.ly,
11457         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11458         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11459         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11460         Stem properties: flag-style -> stroke-style, style -> flag-style.
11461
11462
11463 2002-09-22  Werner Lemberg  <wl@gnu.org>
11464
11465         * scripts/lilypond-book.py: Add option `notime' to suppress
11466         printing of a time signature.  Specify default indentation of 0pt
11467         if single line fragment.  Don't emit redundant `\paper{ }'.
11468
11469         * Documentation/user/lilypond-book.itely: Updated.
11470
11471         * Documentation/user/glossary.tely: Completely reformatting.
11472
11473 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11474
11475         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11476
11477 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11478
11479         * Documentation/user/tutorial.itely: Fix links.
11480         
11481         * Documentation/topdocs/index.tely:
11482         * Documentation/index.texi:
11483         * Documentation/header.html.in: Small website fixes and updates.
11484
11485         * debian/: Debian patch by Anthony Fok.
11486
11487 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11488
11489         * Documentation/footer.html.in: How time flies: It's already 2002!
11490
11491         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11492         more descriptive link names than 'here'.
11493
11494 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11495
11496         * VERSION: 1.7.2 released
11497         * VERSION: 1.6.4 released
11498         
11499         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11500
11501         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11502         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11503
11504         * mf/feta-din.mf (test): add x-height and space.
11505
11506         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11507         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11508
11509         * ly/grace-init.ly: add-to-grace-init: function to portably add
11510         settings to \grace. 
11511
11512         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11513         if we get an absolute dynamic event.
11514  
11515         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11516
11517         * lily/source-file.cc (get_line): oops. All line numbers were off
11518         by 2. Fix that. 
11519
11520         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11521         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11522
11523         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11524
11525         * lily/parser.yy (number_factor): remove (number) as number
11526         expression. ("Let them eat Lisp").
11527
11528 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11529
11530         * lily/horizontal-bracket.cc: new file.
11531
11532         * lily/horizontal-bracket-engraver.cc: new file.
11533
11534         * input/regression/note-group-bracket.ly: new file. Support
11535         horizontal note brackets for music analysis.
11536
11537         * lily/stem.cc (flag): new flag-style: no-flag.
11538
11539         * input/test/stem-cross-staff.ly: new file
11540         
11541         * Documentation/user/internals.itely: Improved formatting, fixing
11542         typos.  Added a section `Output details' to describe how the TeX
11543         code looks like.
11544
11545         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11546
11547         * lily/parser.yy: remove \dynamicscript.
11548
11549         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11550         definitions. 
11551
11552         * python/midi.c (midi_error): take two arguments.
11553
11554         * Merge 1.6.5 changes:
11555         
11556 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11557
11558         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11559         staff-space.  Previous 1.5 was probably meant as half-spaces.
11560         (cautionary-style): parentheses (was: smaller).  This is what doco
11561         says, and it seems more logical.
11562
11563         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11564         for 2nd sentence.
11565
11566 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11567
11568         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11569
11570 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11571
11572         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11573
11574 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11575
11576         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11577
11578 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11579
11580         * scm/translator-property-description.scm (voltaOnThisStaff): add
11581         property.
11582
11583 2002-09-28  Werner Lemberg  <wl@gnu.org>
11584
11585         * scm/tex.scm (header-end): Suppress page numbering.
11586
11587         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11588         Fix quotation for HTML output.
11589
11590 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11591         
11592         * Documentation/user/refman.itely: grammar and phrasing
11593           fixes to "Note Entry" section.  Also adds a few new examples.
11594
11595 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11596
11597         * flower/include/string-data.icc: include string.h
11598
11599 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11600
11601         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11602
11603 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11604
11605         * Documentation/user/GNUmakefile (extra-local-help): Add.
11606
11607         * stepmake/stepmake/www-targets.make (local-help): Add.
11608
11609 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11610
11611         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11612         packages.
11613
11614         * Documentation/topdocs/README.texi (Top): building documentation
11615         (not website.)
11616
11617 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11618
11619         * Documentation/user/refman.itely: 
11620         * Documentation/user/tutorial.itely: 
11621         * Documentation/user/music-glossary.tely: Merge changes.
11622
11623         * Documentation/user/glossary.html.in: 
11624         * Documentation/index.texi: 
11625         * Documentation/header.html.in: Accomodate renaming of glossary.
11626         
11627         * Documentation/user/tutorial.itely: Add some glossary references.
11628         
11629         * Documentation/user/refman.itely: Minor fixes.
11630         
11631         * Documentation/user/lilypond.tely: Add glossary do direntry.
11632
11633         * Documentation/user/music-glossary.tely: Rename (previously:
11634         glossary.tely).  Fix anchor placement.
11635
11636         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11637
11638 2002-09-23  Werner Lemberg  <wl@gnu.org>
11639
11640         * scripts/lilypond-book.py (output_dict): Fix handling of
11641         various environments by avoid extraneous newlines.
11642         Rename `output-all' regexp for html to `output-html'.
11643         Replace `output-all' regexp for texi with `output-texi-quote'
11644         and `output-texi-noquote'.
11645         (compose_full_body): Don't override `linewidth' user option
11646         for `singleline'.
11647         (schedule_lilypond_block): Don't indent text specified with
11648         `intertext' option.
11649         Add new option `noquote'.
11650         (compile_all_files): Use latex instead of tex to compile ly
11651         files directly.
11652
11653         * Documentation/user/lilypond-book.itely: Updated and revised.
11654         Improve layout.
11655
11656         * Documentation/user/glossary.tely,
11657         Documentation/user/introduction.itely,
11658         Documentation/user/tutorial.itely,
11659         Documentation/user/refman.itely,
11660         Documentation/user/appendices.itely: Fix overfull LilyPond
11661         boxes caused by the new lilypond-book code.  Other minor
11662         fixes.
11663
11664         * Documentation/user/macros.itexi (@texiflat): Don't emit
11665         trailing space.
11666
11667         * scm/tex.scm (end-output, header-end): Add preamble and
11668         postamble to make lilypond output directly compilable with
11669         latex.
11670
11671         
11672 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11673
11674         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11675         instructions.
11676
11677 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11678
11679         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11680
11681 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11682
11683         * lily/beam.cc (connect_beams): don't crash if there are quarter
11684         notes in beams.
11685
11686 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11687
11688         * Documentation/user/refman.itely: corrected ancient clef
11689         docu; added docu on ligatures
11690
11691 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11692
11693         * Documentation/user/glossary.tely,
11694         Documentation/user/refman.itely, input/les-nereides.ly,
11695         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11696         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11697         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11698         Stem properties: flag-style -> stroke-style, style -> flag-style.
11699
11700 2002-09-22  Werner Lemberg  <wl@gnu.org>
11701
11702         * scripts/lilypond-book.py: Add option `notime' to suppress
11703         printing of a time signature.  Specify default indentation of 0pt
11704         if single line fragment.  Don't emit redundant `\paper{ }'.
11705
11706         * Documentation/user/lilypond-book.itely: Updated.
11707
11708         * Documentation/user/glossary.tely: Completely reformatting.
11709
11710 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11711
11712         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11713
11714 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11715
11716         * Documentation/user/tutorial.itely: Fix links.
11717         
11718         * Documentation/topdocs/index.tely:
11719         * Documentation/index.texi:
11720         * Documentation/header.html.in: Small website fixes and updates.
11721
11722         * debian/: Debian patch by Anthony Fok.
11723
11724 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11725
11726         * Documentation/footer.html.in: How time flies: It's already 2002!
11727
11728         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11729         more descriptive link names than 'here'.
11730
11731 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11732
11733         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11734
11735 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11736
11737         * lily/part-combine-music-iterator.cc (get_state): cleanup
11738         (get_music_info): cleanup.
11739
11740 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11741
11742         * scm/backend-documentation-lib.scm (interface-doc-string):
11743         crosslinks between interfaces and grobs. Headings for interfaces
11744         in grob explanation.
11745
11746 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11747
11748         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11749         dtd).  Add preliminary dtd.
11750         (re-sub-alist): Robustify.
11751
11752 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11753
11754         * lily/include/event-chord-iterator.hh,
11755         lily/context-specced-music-iterator.cc,
11756         lily/event.cc, lily/event-chord-iterator.cc: add
11757
11758 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11759
11760         * lily/: some (c) header fixes.
11761         
11762         * lily/request-chord.cc: Remove.
11763         
11764         * lily/include/event-chord-iterator.hh:
11765         * lily/include/event.hh:
11766         * lily/event-chord.cc: New file.
11767         
11768         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11769         requested.
11770
11771 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11772
11773         * lily/ : rename Request to Event
11774
11775         * lily/parser.yy (command_element): move clef stuff into Scheme.
11776
11777         * lily/:  rename length_mom () to get_length()
11778
11779         * lily/part-combine-music.cc: removed file and class.
11780
11781         * lily/context-specced-music-iterator.cc (class
11782         Context_specced_music_iterator): new file. Obsoletes the
11783         Context_specced_music type.
11784
11785         * scm/music-types.scm (make-repeated-music): put different kinds
11786         of repeated music into music-type table.
11787
11788         * VERSION: 1.7.1 released.
11789
11790         * scm/to-xml.scm: new file.
11791
11792         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11793         new Input representation: dump music as XML.
11794
11795         * scm/engraver-documentation-lib.scm
11796         (engraver-accepts-music-types?): add links from music to engraver,
11797         from music-type to engraver.
11798
11799         * lily/include/command-request.hh: removed
11800         lily/include/musical-request.hh: removed. Removed all _req classes
11801         except Key_change_req. Changes throughout.
11802
11803 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11804
11805         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11806
11807 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11808
11809         * lily/*.cc: specify accepts for many engravers.
11810
11811         * scm/music-documentation-lib.scm: dump music expressions and
11812         music subtypes.
11813
11814         * scm/documentation-lib.scm: complete revision.
11815         Use GOOPS objects to store document tree explicitly. Cleaned up and
11816         sped up doco generation a lot.
11817
11818 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11819
11820         * input/trip.ly (fugaIILeft): add arpeggio
11821
11822         * lily/translator-group.cc (try_music_on_nongroup_children):
11823         oops. The name symbol is in the cdr of the assoc handle.
11824
11825         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11826         Hyphen_req, Glissando_req, Break_req, Mark_req 
11827
11828 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11829
11830         * lily/musical-request.cc (music-duration-length,
11831         music-duration-compress): new functions.
11832
11833         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11834         throughout. Warning doesn't work yet.
11835
11836         * lily/translator-group.cc (try_music_on_nongroup_children):
11837         new implementation: store candidate acceptors in a hashTable.
11838
11839 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11840
11841         * scm/music-types.scm (music-descriptions): change name to
11842         internal-class-name
11843
11844         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11845
11846 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11847
11848         * lily/beam.cc (connect_beams): don't crash if there are quarter
11849         notes in beams.
11850
11851 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11852
11853         * Documentation/user/refman.itely: corrected ancient clef
11854         docu; added docu on ligatures
11855
11856 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11857
11858         * Documentation/user/glossary.tely,
11859         Documentation/user/refman.itely, input/les-nereides.ly,
11860         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11861         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11862         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11863         Stem properties: flag-style -> stroke-style, style -> flag-style.
11864
11865 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11866
11867         * scm/music-functions.scm (music-separator?): don't use name music
11868         property.
11869
11870 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11871
11872         * stepmake/stepmake/generic-targets.make (help): Document check
11873         target.
11874
11875         * lily/new-accidental-engraver.cc: Compile fix.
11876
11877 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11878
11879         * scripts/convert-ly.py: Add rule.
11880
11881         * input/test/music-creation.ly:
11882         * input/test/add-staccato.ly:
11883         * input/test/add-text-script.ly: ly-make-music.
11884
11885         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11886         More ly-make-music renamings.
11887
11888         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11889
11890         * lily/music-constructor.cc (make_music): Add debugging info.
11891
11892         * scm/music-functions.scm (make-simultaneous-music,
11893         (make-sequential-music, context-spec-music):
11894         * scm/music-types.scm (music-descriptions): Get lily to run.
11895
11896 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11897
11898         * lily/command-request.cc (transpose_key_alist): new function.
11899
11900         * lily/key-performer.cc (create_audio_elements): cleanup. 
11901
11902 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11903
11904         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11905
11906         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11907         events-accepted field.
11908
11909         * scm/music-types.scm: new file.
11910
11911         * lily/parser.yy: put music type initialization into scheme,
11912         similar to grob initialization.  Changes throughout.
11913
11914 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11915
11916         * Documentation/user/tutorial.itely: Fix links.
11917         
11918         * Documentation/index.texi: 
11919         * Documentation/header.html.in: 
11920         * Documentation/topdocs/index.tely: Small website fixes and updates.
11921
11922         * debian/: Debian patch by Anthony Fok.
11923
11924 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11925
11926         * Documentation/footer.html.in: How time flies: It's already 2002!
11927
11928         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11929         more descriptive link names than 'here'.
11930
11931         * ROADMAP: Remove test stuff.
11932
11933         * scripts/update-lily.py: Allow auto-building of stable and
11934         development versions.  Bugfixes.
11935
11936 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11937
11938         * VERSION: released 1.7.0
11939
11940         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11941
11942         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
11943         positive line widths.
11944
11945 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11946
11947         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
11948         go.  Fix comments.
11949
11950         * cygwin: Cygwin updates.
11951
11952 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11953
11954         * Documentation/windows/installing.texi (Top): version for python,
11955         urls for ghostscript (thanks to John Potelle)
11956         
11957         * lily/simultaneous-music-iterator.cc
11958         (Simultaneous_music_iterator): init children_list_ before
11959         triggering GC.
11960
11961         * lily/*-iterator.cc: be even more careful with smobbed copy
11962         constructors. 
11963
11964         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
11965         LeftEdge item.
11966
11967 2002-09-15  Werner Lemberg  <wl@gnu.org>
11968
11969         Improving LilyPond's output to make them ordinary TeX boxes with
11970         predictable dimensions.  System boxes are now vertically centered on
11971         the baseline; this offset can be further controlled with
11972         \lilypondscoreshift.
11973
11974         * lily/system.cc (System::post_processing): Pass length of current
11975         system to `start-system' (including any horizontal indentation).
11976
11977         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
11978         prettier.
11979         (lily-def): Append `%'.
11980         (start-system): Add parameter `wd'.  Output more TeX code to specify
11981         box dimensions.
11982         (stop-system, stop-last-system): Complement changes in
11983         `start-system'.
11984         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
11985         Updated.
11986
11987         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
11988         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
11989         Write final `\endinput'.
11990
11991         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
11992         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
11993         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
11994         files and macro definitions don't produce spurious spaces and
11995         paragraphs (using \endlinechar).
11996         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
11997
11998         * Documentation/user/internals.itely: Improved formatting, fixing
11999         typos.  Added a section `Output details' to describe how the TeX
12000         code looks like.
12001
12002 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12003
12004         * lily/accidental-engraver.cc: Also work with partial measures.
12005
12006 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12007
12008         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12009         spanner.
12010
12011 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12012
12013         * lily/identifier-smob.cc (unpack_identifier): new file.
12014
12015         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12016         pass off scheme expressions as music identifiers.
12017
12018         * scm/lily.scm: reorganisation, cleanups.
12019
12020         * lily/main.cc: small cleanups.
12021
12022 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12023
12024         * lily/ly-module.{cc,hh}: new file.
12025
12026 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12027
12028         * lily/accidental-engraver.cc: Also work with partial measures.
12029
12030 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12031
12032         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12033
12034 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12035
12036         * lily/my-lily-lexer.cc: use SCM module in stead of
12037         Scheme_hash_table. Changes throughout.  
12038
12039 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12040
12041         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12042