]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
Do not load output-gnome.
[lilypond.git] / ChangeLog
1 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * scm/framework-gnome.scm: Do not load output-gnome.
4         (framework-gnome): Invoke output-gnome::header and
5         output-gnome::end-output as faked stencils.  Fixes experimental
6         gnome output.
7
8 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9
10         * lily/system.cc (get_line): extract page-penalty from the left
11         bound.
12
13         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
14
15 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
16
17         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
18
19 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
20
21         * scm/output-gnome.scm: Update script.  Move development to
22         lilypond_2_3_2 branch for now.
23
24 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
25
26         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
27         negative penalties.
28         cleanups.
29
30         * Documentation/user/changing-defaults.itely (Creating contexts):
31         index entries
32
33         * scm/page-breaking.scm (ly:optimal-page-breaks): new
34         file. Rewrite function. 
35
36         * lily/paper-book.cc (pages): new interface: page-breaking returns
37         list of line-list.
38
39         * lily/page.cc (Page): take lines argument.
40
41         * scm/document-translation.scm (all-engravers-doc): link to user man
42
43         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
44
45         * Documentation/user/notation.itely (Relative octaves): typo.
46
47         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
48
49 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
50
51         * scm/output-gnome.scm: Update build script.
52
53 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
54
55         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
56         gnome backend.
57
58         * scm/framework-gnome.scm: New file.
59
60         * scm/lily.scm: Use it.
61
62         * lily/paper-outputter.cc: Janitorial cleanups.
63         (ly:outputter-dump-string): Remove unreachable statement.
64
65         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
66         (ice-9): Bugfix: Add srfi-1.
67
68         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
69
70 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
71
72         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
73         in do_quit()
74         
75 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
76
77         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
78
79 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
80
81         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
82         override of Beam::position-callbacks. Why would grace beams not be
83         quantized? Fixes: weird-stem-size-grace. 
84
85         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
86         warning only once. Backportme.
87
88         * lily/accidental-engraver.cc (number_accidentals_from_sig):
89         bugfix, 2nd try. Backportme.
90
91         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
92
93 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
94
95         * Documentation/user/notation.itely (Instrument transpositions):
96         Correct the name of the instrumentTransposition property.
97
98 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
99
100         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
101
102 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
103
104         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
105         and postLilyPondExample are called when defined.
106
107 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
108
109         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
110         This fixes setting notenames with `\include "nederlands.ly" '
111
112         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
113         new function.
114
115 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
116
117         * scm/page-layout.scm: don't do piece, it should be in score-title
118         only.
119
120         * lily/lexer.ll: lex \score separately.
121
122         * lily/paper-book.cc: junk stencil2line.
123
124         * lily/paper-line.cc (Paper_line): construct from Stencil
125         directly. No futzing with the dimensions.
126
127         * lily/include/paper-line.hh (class Paper_line): 
128
129         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
130         takes arbitrary number of arguments.
131
132         * input/test/markup-score.ly (tuning): simplify example. 
133
134 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
135
136         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
137
138         * scm/define-markup-commands.scm (score): define score-markup
139
140         * lily/parser.yy (markup): use score-markup.
141
142         * lily/score.cc: add ly:score? 
143
144 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
145
146         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
147         fret-parse-string so it prepares for calls to fret-diagram-verbose
148         Changed display constants to props so they are available for
149         \override.
150         
151 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
152
153         * VERSION: release 2.3.3
154
155         * stepmake/stepmake/generic-vars.make: unset LANG.
156
157         * input/regression/tuplet-nest.ly: bugfix.
158
159         * lily/tie-performer.cc (stop_translation_timestep): reset
160         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
161
162         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
163         clear repeat_ directly after setting stem_tremolo_. Fixes:
164         tremolo-repeat.ly
165
166         * input/regression/span-bar-break.ly: new file.
167
168         * scm/define-grobs.scm (all-grob-descriptions): remove
169         break-visibility from SpanBar. Fixes: piano-repeat.ly
170
171 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
172
173         * python/lilylib.py (make_ps_images): only compute bbox when needed.
174
175         * scripts/lilypond-book.py (process_snippets): use lily -f ps
176         files for generating pngs. (failed experiment)
177
178         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
179         file with PFA fonts included.
180
181         * lily/score.cc (default_rendering): put header in too.
182
183         * lily/paper-line.cc (LY_DEFINE): change function to
184         ly:paper-line-extent
185
186         * scm/page-layout.scm (default-book-title): only add lines for
187         non-nil fields.
188         (default-score-title): idem.
189
190         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
191
192         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
193
194         * lily/include/paper-book.hh (class Paper_book): remove height_
195         member.
196
197         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
198
199         * lily/ly-module.cc (LY_DEFINE): bugfix.
200
201         * lily/paper-book.cc (book_title): separate function for the book
202         title.
203
204         * scm/page-layout.scm (default-book-title): only account for
205         markup fields.
206
207         * scm/framework-ps.scm: new file. Move high level interface from
208         output-ps.scm
209
210         * scm/music-functions.scm (def-grace-function): move macros from
211         ly/music-functions-init.ly
212
213         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
214         framework-tex.scm
215
216         * scm/framework-tex.scm (dump-line): new file. High level
217         interface for output (pages, systems, header). 
218
219         * lily/include/page.hh (class Page): add is_last_ field.
220
221         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
222
223         * lily/paper-book.cc (split_string): new function
224         (output): output multiple formats, i.e. --format=ps,tex
225
226         * scm/output-ps.scm (output-scopes): dump variables directly.
227         (define-fonts): rewrite for new interface
228
229         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
230
231         * lily/paper-outputter.cc (Paper_outputter): take format argument.
232
233         * lily/main.cc (parse_argv): don't set extension for output.
234
235         * lily/clef-engraver.cc (create_clef): remove
236         Staff_symbol_referencer::set_position() call. 
237
238 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
239
240         * ly/music-functions-init.ly (addlyrics): set the 'origin property
241         with the location argument in music function definitions.
242
243 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
244
245         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
246         staffsymbol dependency.
247
248         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
249         cleanups.
250
251         * lily/book.cc (process): return Paper_book
252         (to_stencil): use Book::process().
253
254         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
255         header_ field. Store in $globalheader
256
257         * lily/parser.yy (book_body): book header is initted to
258         $globalheader.
259         
260
261 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
262
263         * input/test/fill-a4.ly: removed.
264
265         * lily/parser.yy (output_def): push scope of parent_ Output_def
266         too.
267
268 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
269
270         * scm/output-gnome.scm: Update info.
271
272 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
273
274         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
275
276         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
277         than 1 module.
278
279         * lily/include/ly-module.hh (ly_use_module): rename is_module to
280         ly_c_module_p.
281
282         * scm/page-layout.scm (default-book-title): move Scheme titling
283         functions to here.
284
285         * lily/parser.yy (book_paper_block): remove scope too.
286
287         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
288
289         * lily/rest.cc: add direction to rest properties.
290
291         * lily/include/output-def.hh: new file, move from
292         music-output-def.hh
293
294 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
295
296         * scm/output-gnome.scm: Describe feta-cork hack.
297
298 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
299
300         * lily/include/book-paper-def.hh: derive from Output_def 
301
302         * lily/include/paper-def.hh: move all functionality out of class.
303         Junk header.
304
305         * lily/include/music-output-def.hh: rename Music_output_def to
306         Output_def.
307
308         * input/wilhelmus.ly: only set space for Paper formatting. 
309
310         * lily/include/midi-def.hh: remove file, remove class.
311         Move functions to Music-output-def.
312
313         * lily/music-output-def.cc (Music_output_def): remove separate
314         translator table. Lookup translators in scope directly. This
315         obviates Context suffix for context identifiers, i.e.
316
317         \context {
318           \Staff
319           .. 
320           }
321
322
323         will work.
324         
325
326         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
327
328         * Documentation/user/changing-defaults.itely (Horizontal spacing):
329         document spacing override hack.
330
331 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
332
333         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
334         installation info.  Support point-and-click.  Add +/- zoom
335         keybindings.
336
337 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
338
339         * VERSION: 2.3.2 released
340         
341         * lily/parser.yy (book_body): set default bookpaper.
342
343         * scm/output-tex.scm (header): kludge: hard code linewidth. 
344
345         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
346
347 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
348
349         * lily/score.cc (default_rendering): scale outputdef before
350         starting.
351
352 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
353
354         * scm/fret-diagrams.scm: Add header.
355
356         * scm/output-gnome.scm: Hello world :-)
357
358 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
359
360         * scripts/lilypond.py (run_dvips): only add papersize if present.
361
362         * lily/accidental-engraver.cc (update_local_key_signature): new
363         function, fold code from initialize() and process_music().
364         (update_local_key_signature): use deep copy. This fixes one
365         problem from custom-key-signatures.ly.
366         (number_accidentals_from_sig): tighter check for
367         accidental-too-old.
368
369         * ly/engraver-init.ly: remove localKeySignature
370         definition from ChoirStaff, StaffGroup, Score.
371         
372         * lily/percent-repeat-engraver.cc (try_music): add moments for
373         barlines too. Fixes: skipbars-percent-repeat.ly.
374
375 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
376
377         * lily/context-def.cc (filter_performers): don't go to cdrloc if
378         skipping last pair. Fixes: crash-bar-number.
379
380         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
381         D. Sorensen)
382
383         * input/test/fret-diagram.ly: new file.
384
385         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
386         (scale-paper): divide by scale.
387
388 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
389
390         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
391         case.
392
393 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
394
395         * scm/stencil.scm (fontify-text): reinstate function
396
397         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
398
399         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
400
401         * lily/parser.yy (book_paper_head): \bookpaper {} 
402
403         * python/midi.c: remove config.h
404
405 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
406
407         * scm/output-gnome.scm: Update.
408
409 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
410
411         * scm/output-gnome.scm: New file.
412
413         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
414
415 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
416
417         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
418         (find_scaled_font): move from Paper_def
419
420 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
421
422         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
423         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
424
425         * po/fr.po: update po.
426
427         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
428
429         * lily/book-paper-def.cc (print_smob): new file.
430
431 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
432
433         * buildscripts/lilypond-words.py: search words also from
434         music-functions-init.ly.
435
436 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
437
438         * ly/music-functions-init.ly (def-music-function): new helper
439         macro for defining music functions. \addlyrics \appoggiatura
440         \acciaccatura \grace \partcombine \autochange \applycontext
441         \applyoutput and \breathe are now defined here thanks to it.
442
443         * lily/parser.yy: 
444         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
445         \grace \partcombine \autochange \applycontext \applyoutput and
446         \breathe keywords removed from the parser.
447
448         * lily/parser.yy: 
449         * lily/music-function.cc (ly_make_music_function): 
450         * lily/lexer.ll (music_function_type): added a case for 0-arg
451         music functions.
452
453 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
454
455         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
456         refering to a music expression can be used in lily-inside-scheme:
457         #{ $music #}
458
459         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
460         and ly:parser-define, and change ly:parser-parse-string in order
461         to make #{ $music #} work.
462
463         * scm/new-markup.scm (compile-markup-expression): when an argument
464         is a string, use `make-simple-markup'.
465
466 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
467
468         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
469
470 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
471
472         * scripts/convert-ly.py (FatalConversionError.func): handle + in
473         font-size. (backportme)
474
475 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
476
477         * lily/paper-outputter.cc (output_stencil): dump font definitions
478         before each stencil.
479
480         * lily/include/paper-book.hh (struct Score_lines): new
481         struct. Collect info per Paper-score.
482
483         * lily/include/page.hh (class Page): to_stencil() returns Stencil
484         everywhere.
485
486         * lily/stencil.cc (find_expression_fonts): new function
487
488         * lily/paper-outputter.cc (output_stencil): use
489         interpret_stencil_expr
490
491         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
492         (interpret_stencil_expr): new function. Generic stencil
493         interpretation.
494
495         * lily/paper-def.cc (find_scaled_font): divide lookup
496         magnification by outpuscale for non-virtual fontmetrics. This
497         fixes ludicrously long font definitions for text
498         fonts. (backportme)
499
500         * lily/score-engraver.cc: remove
501         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
502
503 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
504
505         * input/test/markup-score.ly: Remove \notes.
506
507         * lily/parser.yy (book_body): Grok Composite_music and \header.
508         (markup): Push NOTES mode before score_block.
509
510         * VERSION: release 2.3.1
511         
512         * mf/feta-klef.mf: 
513         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
514
515         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
516
517         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
518
519 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
520
521         * scm/output-tex.scm (output-tex-string): tighten safe security.
522
523         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
524
525         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
526         allowed ly functions.
527
528         * lily/ly-module.cc (ly_module_define): only define variable if
529         bound.
530         (ly_make_anonymous_module): take safe option.
531
532 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
533
534         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
535
536 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
537
538         * input/regression/newaddlyrics.ly: Fix.
539
540         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
541         \score \notes.
542
543 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
544
545         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
546
547 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
548
549         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
550
551         * lily/paper-line.cc (Paper_line): don't store list of stencils,
552         but convert to single Stencil immediately.
553
554         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
555
556 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
557
558         * scm/output-sodipodi.scm: Resurrect sodipodi output.
559
560 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
561
562         * elisp/lilypond-mode.el: Changed the way defaults are created for
563         LilyPond-command-master.  LilyPond-mode will now check the
564         timestamps of the files to see which command has to run next.
565
566 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
567
568         * scm/bass-figure.scm (format-bass-figure): don't set
569         number-markup for strings. This fixes string in bass
570         figure. (backportme)
571
572         * lily/parser.yy (bass_number): insert number-markup into figure
573         definition.
574
575         * scm/define-music-properties.scm (all-music-properties): make
576         'figure a markup.
577
578         * scripts/convert-ly.py (conv): \apply -> \applymusic
579
580 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
581
582         * elisp/lilypond-mode.el: changed the order of some commands
583         ("Midi" after "2Midi"), use the user-defined
584         LilyPond-command-default as default instead of "LilyPond"
585
586         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
587         to set the master file for the next command.
588
589         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
590         with font-lock-reference-face.
591
592 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
593
594         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
595
596         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
597
598 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
599
600         * ly/music-functions-init.ly (TODO): new file.
601
602         * lily/parser.yy (Generic_prefix_music_scm): add more
603         music_function symbols.
604         (Prefix_composite_music): change \apply to music-function   
605
606         * lily/include/music-function.hh: rename to music-function
607
608 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
609
610         * lily/music-head.cc (LY_DEFINE): change order of args.
611
612         * input/regression/music-head.ly (texidoc): new file.
613
614         * lily/parser.yy (Generic_prefix_music): allow generic
615         music-transformation functions. 
616
617         * lily/include/music-head.hh (is_music_head): new file.
618
619         * lily/music-head.cc (get_music_head_transform): new file.
620
621 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
622
623         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
624         empty extent. This fixes ottava brackets on rests. (backportme)
625
626         * make/lilypond.redhat.spec.in (Group): ln png files for info.
627
628         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
629
630         * cygwin/lily-wins.py: update for the lily-wins.py script.
631
632 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
633
634         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
635         code. This will obviate typeset_grob () in the future.  The effect
636         of this is that improperly written spanner handling will result in
637         invalid spanner bounds.
638         (announce_grob): add to elems_ from here
639         (typeset_grob): comment out.  
640
641         * lily/include/engraver.hh (make_spanner): new calling interface
642         for make_{item,spanner}. This obviates most calls to
643         announce_grob().
644                 
645         * scm/music-functions.scm (set-accidental-style): use GrandStaff
646         iso. PianoStaff for piano styles.
647
648 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
649
650         * Documentation/user/music-glossary.tely: add segno after d.s.
651
652 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
653
654         * lily/include/audio-column.hh: remove unused variables.
655         (patch by Michael Welsh Duggan)
656
657         * flower/include/axes.hh (other_axis): inline Axes function
658         (thanks to David Brandon).
659
660 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
661
662         * cygwin/mknetrel: Install image links (backportme).
663
664         * Documentation/user/GNUmakefile (local-install-info): Activate
665         actual installing of image links (backportme).
666
667 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
668
669         * Documentation/user/notation.itely (Measure repeats): Removed
670         unnecessary (and confusing) \context Voice{.
671
672 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
673
674         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
675
676         * lily/page.cc (Page): Do not use ly_scheme_function for
677         volatile/configurable variables (FIXME: better name).
678
679         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
680         get_scmvar).
681
682 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
683
684         * scripts/convert-ly.py (FatalConversionError.subst): use
685         \transposition.
686
687 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
688
689         * lily/include/page.hh (class Page): Declare left_margin ().
690
691         * lily/page.cc: Remove paper var caching.
692
693 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
694
695         * Documentation/user/music-glossary.tely: Add name to @top node.
696         Remove comment from @table definitions (workaround for makinfo
697         bug).
698
699         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
700         ly:stencil-get-expr).  Update callers.
701         (ly:stencil-align-to!):  Return stencil too.
702
703         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
704         stencil.  Remove looped line-based page output.
705         (output_line): Use line stencil.  Remove looped stencil-based line
706         output.
707
708         * lily/page.cc (ly:page-paper-lines): New function.
709
710         * input/test/markup-score.ly: New file.
711
712         * scm/define-markup-commands.scm (stencil): New markup.
713
714         * lily/book.cc (to_stencil): New method.
715
716         * lily/parser.yy (markup): Use it to grok \score.
717
718 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
719
720         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
721
722         * lily/paper-book.cc (pages): Change signature.  Update callers.
723
724         * lily/include/page.hh:
725         * lily/page.cc: New file.
726
727         * lily/paper-line.cc (to_stencil): New method.
728         
729         * lily/paper-outputter.cc (output_stencil): New method.
730
731         * lily/paper-outputter.cc (output_line): Use them.
732
733         * lily/warn.cc: Remove.
734
735         * lily/my-lily-parser.cc (distill_inname): Remove.
736
737         * flower/include/file-name.hh: 
738         * flower/file-name.cc: New file.  Update users.
739
740         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
741         (find): New method of same name.
742
743         * lily/my-lily-parser.cc (ly:parse-file): Use it.
744
745         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
746         constant error message.
747
748 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
749
750         * input/test/{blank-notes.ly,staff-container.ly}: typos.
751
752 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
753
754         * Documentation/user/music-glossary.tely: @table @strong' replaced
755         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
756         (backportme).
757
758 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
759
760         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
761
762         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
763         #{ lily music expression #} that returns an equivalent scheme
764         music expression by parsing the string.
765
766 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
767
768         * lily/my-lily-parser.cc:
769         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
770         SCM string (foo.ly/toto.scm support).
771
772 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
773
774         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
775
776 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
777
778         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
779
780         * scripts/lilypond-book.py: LY code that includes \header is
781         not assumed to be a fragment.
782
783 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
784
785         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
786         tremolo beams up.
787
788         * lily/stem.cc (chord_start_y): Return 0 if no heads.
789         (get_default_stem_end_position): No tremolo head juggling if no
790         heads.  Fixes tremolo crash on rests (backportme).
791
792         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
793
794 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
795
796         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
797         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
798
799         * lily/lexer.ll: Allow \encoding in NOTES mode.
800
801         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
802         for lyrics, not for commands.
803
804         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
805         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
806
807         * input/regression/newaddlyrics.ly: New file.
808
809         * Documentation/topdocs/NEWS.texi: Update.
810
811         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
812         (Music_list): Allow embedded scm.
813
814         * lily/score.cc (ly:score-bookify): New function.
815
816         * lily/music.cc (ly:music-scorify): Idem.
817
818         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
819         (ly:parser-print-score): Idem.
820
821         * scm/lily.scm (default-toplevel-book-handler): Idem.
822         (default-toplevel-music-handler): Idem.
823         (default-toplevel-score-handler): Idem.
824
825         * ly/declarations-init.ly: Set default toplevel handlers.
826
827         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
828
829         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
830         printer for score at toplevel.
831
832 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
833
834         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
835         Fix for simple case: input/simple-song.ly, more complex stuff
836         does not work yet.
837
838 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
839
840         * lily/parser.yy (Prefix_composite_music): split Composite_music
841         in Prefix_composite_music and Grouped_music_list.
842         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
843
844 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
845
846         * scm/lily.scm (toplevel-expression): New define.
847
848         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
849
850         * lily/parser.yy (toplevel_expression): Use it.
851
852         * lily/include/my-lily-parser.hh: Smobbify.
853
854         * lily/my-lily-parser.cc (parse_string): New method.
855         
856         * lily/my-lily-parser.cc (ly:parse-string): New function.
857
858         * Documentation/user/lilypond.tely: Add comment and workaround for
859         gs-8.01 crash.  Fixes make web.
860
861         Simplification of toplevel music.
862         
863         * lily/lexer.ll, lily/parser.yy:
864
865         * In LYRICS mode, return LYRICS_STRING.  This fixes one
866         shift/reduce problem.
867
868         * Use NOTES mode at start of maininput.
869
870         * Grok toplevel composite music expression, put in score and book.
871
872         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
873
874         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
875
876         * input/simple.ly: New file.
877         
878         * input/simple-song.ly: Idem.
879
880 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
881
882         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
883         Sandberg.
884
885 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
886
887         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
888
889 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
890
891         * input/regression/accidental-octave.ly: doc automatic showing
892         of note names.
893
894 2004-04-16  Heikki Junes <janneke@gnu.org>
895
896         * po/fi.po: do "make po && make -C po po-update" at top-level,
897         then "cp po/out/fi.po po/fi.po" and update fields.
898
899         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
900
901 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
902
903         * Documentation/user/introduction.itely (About this manual): Fix
904         templates and regression urls (backportme).
905
906 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
907
908         * ly/engraver-init.ly (Score:graceSettings): Increase
909         beamed-lengths, especially for 32nd notes.
910
911         * Documentation/user/notation.itely (Grace notes): Correct the
912         syntax for add-grace-property example.
913
914 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
915
916         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
917         `Generated' tag.
918
919         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
920         Severely broken (the Debian package, at least).
921
922 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
923
924         * lily/context.cc (find_create_context): assign to lvalue.
925
926 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
927
928         * lily/include/translator.hh (class Translator): rename
929         get_parent_context() to context () to avoid confusion.
930
931         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
932
933         * lily/lexer.ll: change is_string -> ly_c_string_p 
934
935         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
936
937         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
938
939         * VERSION: release 2.3.0
940
941         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
942
943         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
944         if nonempty.
945
946         * lily/include/context.hh (class Context): make members protected.
947         (children_contexts): new accessor function.
948
949         * lily/include/translator.hh (class Translator): make
950         daddy_context_ protected.
951         (class Translator): clean up. 
952
953         * lily/include/context.hh (class Context): make daddy_context_
954         private.
955
956         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
957         higher for finding Voice. (backportme)  
958
959         * lily/include/context.hh (class Context): remove
960         find_context_below() as a method.
961
962         * Documentation/user/notation.itely (The Lyrics context): add note
963         about manual durations
964
965         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
966         encoding.
967
968         * scm/output-tex.scm (text): dump \inputencoding{} for text.
969
970 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
971
972         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
973         \usepackage{inputenc}
974
975         * lily/paper-book.cc (classic_output): don't advance Offset for
976         TeX output.
977
978         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
979         ec-sauter.map in rules
980
981         * mf/ecb.mf (font_identifier): new file, based on ecbx
982
983         * mf/ecb10.mf (gensize): new file.
984
985         * Documentation/topdocs/NEWS.texi (Top): document some more new
986         features.
987
988         * ly/declarations-init.ly: run convert-ly
989
990         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
991         from input-file-results. Remove input-file-results.* 
992
993 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
994
995         * scm/output-ps.scm (font-command): Fix, again.
996
997         * input/test/title-markup.ly: Add \noPagebreak test.
998
999         * lily/score-engraver.cc (try_music): Bugfix.
1000
1001 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1002
1003         * lily/main.cc (main_with_guile): excise dependency options -M and
1004         --dep-prefix
1005
1006         * lily/input-file-results.cc: excise Makefile dependency code
1007
1008         * Documentation/user/invoking.itexi (Invoking the lilypond
1009         binary): remove dep doco
1010         
1011         * lily/main.cc (main_with_guile): call lilypond-main
1012         
1013         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1014
1015         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1016         exception.
1017
1018         * lily/my-lily-parser.cc: remove paper_description function
1019
1020         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1021         new function.
1022
1023         * lily/main.cc: remove global_score_count.
1024
1025         * lily/book.cc (process): don't take header from global_input_file.
1026
1027         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1028
1029         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1030
1031         * lily/music-output-def.cc (LY_DEFINE): new function
1032         ly_output_description. This function does the bulk for  setting,
1033         parsing and breaking down of an input file.
1034
1035         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1036         anonymous modules globally. Let's hope they get GCd
1037
1038         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1039
1040 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1041
1042         * scm/output-ps.scm (header): Papersize from paper.
1043
1044         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1045         for classic output.
1046
1047         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1048         lilypondclassic is defined.
1049         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1050
1051         * input/regression/between-systems.ly: Remove.
1052
1053         * python/lilylib.py (get_bbox): Fix regular expression
1054         for bounding box.
1055
1056         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1057
1058         * scm/output-tex.scm (stop-page): Use it.
1059
1060         * scm/output-ps.scm (define-fonts): Bugfix.
1061
1062         * lily/grob.cc: Add penalty to interface.
1063
1064         * lily/include/paper-line.hh (class Paper_line): New member
1065         var penalty_.
1066
1067         * lily/system.cc (get_line): Initialise Paper_line with
1068         page-penalty's from original grobs.
1069
1070         * scm/define-music-properties.scm (all-music-properties): Add
1071         page-penalty.
1072
1073         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1074
1075         * lily/score-engraver.cc (try_music): Handle page-penalty.
1076
1077         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1078
1079 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1080
1081         * ly/declarations-init.ly (melismaEnd): typo
1082
1083         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1084
1085         * scm/output-ps.scm (text): split string into spaces, use moveto
1086         for setting space. 
1087         
1088 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1089
1090         * po/nl.po: Update.
1091
1092         * scm/font.scm (add-cmr-fonts): Typo.
1093
1094 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1095
1096         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1097         font-encoding.
1098
1099         * scm/define-grobs.scm (all-grob-descriptions): idem.
1100
1101         * lily/time-signature.cc (numbered_time_signature): idem.
1102
1103         * scm/font.scm (add-cmr-fonts): use real encoding names for
1104         font-encoding.
1105
1106 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1107
1108         * lily/paper-book.cc (classic_output): 
1109         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1110         Fixes classic output.
1111         (lilypondstart):
1112         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1113         kludge.
1114
1115         * scripts/old-lilypond-book.py: Remove.
1116
1117         Page layout for SCOREs enclosed in a BOOK:
1118
1119         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1120         layout tweaking.
1121
1122         * input/les-nereides.ly (theScore): Add \book.
1123         
1124         * input/test/title-markup.ly: Add \book.
1125
1126         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1127         only if 'verbose.
1128
1129         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1130
1131         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1132
1133         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1134         * scm/output-tex.scm (start-system): Update for page layout by
1135         LilyPond.
1136
1137         * scm/output-ps.scm (start-system): Previously (new-start-system).
1138
1139         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1140         passed to define-fonts.
1141
1142         * lily/paper-column.cc: 
1143         * lily/system.cc (get_line):
1144         * ly/property-init.ly (newpage): 
1145         * scm/define-grob-properties.scm:
1146         * scm/output-ps.scm: 
1147         * scm/output-tex.scm: Remove between-system-string kludge.
1148
1149         * scm/output-ps.scm (define-fonts, font-command,
1150         font-load-encoding): Handle ENCODING = #f.
1151
1152         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1153
1154         * scm/define-markup-commands.scm (fill-line): Use
1155         make-simple-markup (WAS: unexisting make-word-markup).
1156
1157         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1158         ENCODING, MARKUP parameters for interpret_string.
1159
1160         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1161
1162         * lily/score.cc (book_rendering): New method.
1163         (default_rendering): Create Paper_book helper locally, dump
1164         output.
1165
1166         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1167
1168         * lily/parser.yy: Handle \book.
1169
1170         * lily/include/book.hh: 
1171         * lily/book.cc: New file.
1172
1173 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1174
1175         * lily/text-item.cc (interpret_string): new file, select font with
1176         encoding.
1177
1178         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1179
1180         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1181
1182         * lily/parser.yy (markup): take encoding from lexer.
1183
1184 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1185
1186         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1187
1188         * scm/output-ps.scm: Remove some cruft.
1189
1190 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1191
1192         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1193
1194         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1195
1196 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1197
1198         * scm/font.scm (add-century-schoolbook-fonts):
1199         (make-century-schoolbook-tree): New function.
1200
1201         * input/test/title-markup.ly: Use Century Schoolbook font.
1202
1203 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1204
1205         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1206         to Erik Sandberg) 
1207
1208         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1209
1210         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1211
1212         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1213
1214         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1215
1216 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1217
1218         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1219         solo-state (at end of solo), we can set the solo status
1220         too. (backportme.)
1221
1222         * input/regression/part-combine-solo-end.ly: new file.
1223
1224 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1225
1226         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1227         flavour abc files.  Really ignore unknown keys (backportme).
1228
1229 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1230
1231         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1232         magnification_ when looking up in orig_.
1233
1234         * scm/output-tex.scm (text): switch off char-mapping.
1235
1236         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1237         because AFM's encoding field cannot have spaces.
1238
1239 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1240
1241         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1242
1243 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1244
1245         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1246
1247         * mf/cmr.enc: new file, without hi-bit ascii info. 
1248
1249         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1250         width. This removes the 'hook' at the end of a long slur.
1251
1252         * buildscripts/mf-to-table.py (parse_logfile): don't append
1253         encoding to fontname.
1254
1255 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1256
1257         * scm/output-ps.scm (define-fonts): Load .enc only once.
1258
1259         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1260         too.
1261
1262 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1263
1264         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1265         encoding field.
1266
1267         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1268
1269         * ly/portuges.ly (pitchnames): new file.
1270
1271         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1272         Michael Welsh Duggan
1273
1274         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1275
1276         * ly/nederlands.ly: add comment about digits.
1277
1278         * lily/scaled-font-metric.cc (derived_mark): idem.
1279
1280         * scm/encoding.scm (make-encoding-mapping): change permutation to
1281         mapping.
1282
1283         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1284         (Modified_font_metric): make alist for coding_description_
1285         (LY_DEFINE): remove coding-name.
1286
1287         * scm/output-tex.scm (text): remove debugging code.
1288
1289         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1290
1291         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1292         from infile.
1293
1294         * mf/feta-generic.mf: move fet_beginfont into generic code.
1295         use fetaMusic (without space) as encoding
1296
1297         * mf/feta-autometric.mf: take encoding argument
1298
1299         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1300
1301         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1302         use.
1303
1304         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1305         name.
1306
1307 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1308
1309         * input/test/title-markup.ly: Set inputencoding.
1310
1311         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1312
1313         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1314
1315         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1316         function.
1317         (coding-alist): Also hold filename, command.
1318         (read-encoding-file): Return symbols.
1319
1320 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1321
1322         * scm/output-tex.scm: remove fontify; text and char take a font
1323         argument.
1324
1325         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1326
1327         * lily/scaled-font-metric.cc (text_dimension): init
1328         coding_{permutation,table}_ too 
1329         (LY_DEFINE): ly:font-encoding, new function return
1330
1331         * lily/paper-def.cc (find_scaled_font): take input coding from
1332         inputcoding paper var.
1333
1334         * lily/performance.cc (output): remap modulo 16.
1335
1336         * lily/text-item.cc (interpret_markup): whoops, variable
1337         shadowing fixed.
1338
1339 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1340
1341         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1342         symbols, not symbols to strings.
1343         
1344         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1345         symbols, not symbols to strings.
1346
1347 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1348
1349         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1350         (ly:kpathsea-gulp-file): New function.
1351
1352         * scm/encoding.scm (read-encoding-file): Use it.
1353
1354 2004-04-06  Werner Lemberg  <wl@gnu.org>
1355
1356         * scm/encoding.scm (coding-alist): Fix typo.
1357
1358 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1359
1360         * lily/scaled-font-metric.cc (text_dimension): move function from
1361         Font_metric
1362         (make_scaled_font_metric): init coding_scheme_ to TeX
1363         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1364
1365         * lily/include/scaled-font-metric.hh (struct
1366         Modified_font_metric): rename from Scaled_font_metric
1367
1368         * scm/encoding.scm (read-encoding-file): split up large function,
1369         leave caching to (delay)
1370
1371         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1372
1373 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1374
1375         * lily/my-lily-lexer.cc (set_encoding): New method.
1376
1377         * lily/lexer.ll: Grok \encoding.
1378
1379         * lily/font-metric.cc (get_encoded_index): New function.
1380
1381         * lily/include/font-metric.hh (coding_scheme): New method.
1382
1383         * scm/encoding.scm: New file.
1384
1385         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1386
1387 2004-04-05  Werner Lemberg  <wl@gnu.org>
1388
1389         * Documentation/user/tutorial.itely: Revised (finished).
1390
1391         * Documentation/user/macros.itexi (@separate): Removed.
1392
1393 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1394
1395         * scm/output-ps.scm (define-fonts): fix scaling.
1396
1397         * lily/scaled-font-metric.cc (design_size): add function.
1398
1399         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1400         partial cut&paste of ly:font-magnification.
1401
1402 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1403
1404         * scm/output-ps.scm (define-fonts):
1405         (fontify): Update.
1406
1407 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1408
1409         * po/fr.po: update. (backportme).
1410
1411         * po/nl.po: update. (backportme). 
1412
1413         * mf/feta-beugel.mf: document why design size is not fixed.
1414
1415         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1416
1417 2004-04-04  Werner Lemberg  <wl@gnu.org>
1418
1419         * Documentation/user/tutorial.itely: Revised (continued).
1420
1421 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1422
1423         * po/nl.po: Update (backportme).
1424
1425 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1426
1427         * po/de.po: update. (backportme).
1428
1429         * scm/output-tex.scm (font-command): use ly: functions to
1430         construct name.
1431         (define-fonts): don't use alist, just dump \font definitions.
1432         (font-load-command): calculate proper scaling by taking
1433         outputscale from paper argument.
1434
1435         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1436         expression.
1437
1438         * lily/paper-outputter.cc (output_header): pass paper arg to
1439         define-fonts
1440
1441         * lily/paper-def.cc (font_descriptions): dump list of
1442         Scaled_font_metrics
1443         (find_scaled_font): take Font_metric argument, store
1444         Scaled_font_metrics in hash-table containing (size ->
1445         Scaled_font_metrics) alist.
1446         (get_dimension): rename from get_realvar
1447
1448         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1449         ly:font-magnification, ly:font-name: new functions
1450
1451 2004-04-03  Werner Lemberg  <wl@gnu.org>
1452
1453         * Documentation/user/dedication.itely,
1454         Documentation/user/preface.itely,
1455         Documentation/user/introduction.itely,
1456         Documentation/user/tutorial.itely: Revised.
1457         Removing leading spaces which distorts output if info files are read
1458         with stand-alone info.
1459         Removing superfluous inter-word spaces which also distorts output
1460         for stand-alone info.
1461         Using ` and ' instead of `` and '' everywhere to improve
1462         legilibility with stand-alone info
1463         Using @samp for single-letter input items and data which contains
1464         spaces, @code for other things.
1465
1466         * lily/grob-interface.cc: Adding copyright.
1467         (check_interfaces_for_property): Improve format of warning message.
1468
1469 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1470
1471         * lily/include/font-metric.hh (struct Font_metric): add
1472         design_size () method.
1473
1474         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1475
1476         * lily/afm.cc (read_afm_file): read design size.
1477
1478         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1479
1480         * scm/music-functions.scm (unfold-repeats): handle dots too.
1481
1482 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1483
1484         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1485         (backportme)
1486
1487 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1488
1489         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1490         lyric indent.  Revert melismaBusyProperties using \unset.
1491
1492 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1493
1494         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1495
1496         * lily/parser.yy (command_element): allow redefinition of |
1497         meaning.
1498
1499         * lily/break-align-engraver.cc (acknowledge_grob): construct
1500         LeftEdge where the first cause for alignment is coming from.
1501         This makes \override Staff.LeftEdge work as expected.
1502
1503         
1504         * lily/slur-performer.cc (Slur_performer): add inits
1505
1506         * lily/beam-performer.cc (Beam_performer): add inits
1507
1508 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1509
1510         * VERSION (PACKAGE_NAME): release 2.2.0
1511
1512         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1513
1514 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1515
1516         * lily/cluster.cc (height): Fix warning.
1517
1518         * lily/parser.yy: Janitorial cleanups.
1519
1520         * Documentation/user/tutorial.itely (Tutorial): Typo.
1521
1522 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1523
1524         * lily/change-iterator.cc (process): search at multiple context
1525         levels. This fixes 
1526
1527         
1528         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1529         not voice-state index for tie state. This fixes a partcombine
1530         problem with ties.
1531
1532         * Documentation/user/tutorial.itely (Commenting input files): add
1533         note about convert-ly.
1534
1535         * input/test/cadenza-skip.ly:  new file.
1536
1537 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1538
1539         * po/nl.po: Spelling fixes.
1540
1541         * autogen.sh (srcdir): Regenerate.
1542
1543         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1544         autogen.sh.
1545
1546         * configure.in: Use C++ to check for C++ header.
1547
1548         * po/nl.po: Update.
1549
1550         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1551
1552         * lily/event.cc (to_relative_octave): Translatable sentence should
1553         be one string.
1554
1555         * python/lilylib.py (warranty): Year range is not translatable.
1556         It's 2004 already!
1557
1558         * flower/warn.cc (non_fatal_error, warning, programming_error):
1559         Remove whitespace from translated string.
1560
1561 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1562
1563         * VERSION: release 2.1.37.
1564
1565 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1566
1567         * configure.in: check for C language.
1568
1569         * lily/source-file.cc: include strstream without h.
1570
1571         * scm/documentation-generate.scm (string-append): use name without
1572         .texi.
1573
1574         * autogen.sh (srcdir): SUSE fix.
1575
1576         * Documentation/user/notation.itely (Ancient clefs): idem.
1577
1578         * Documentation/user/lilypond-book.itely (Integrating HTML and
1579         music): idem.
1580
1581         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1582
1583         * lily/change-iterator.cc (process): use find_existing_context().
1584
1585         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1586
1587         * input/regression/repeat-unfold-tremolo.ly: new file.
1588
1589         * scm/music-functions.scm (unfold-repeats): undo music compression
1590         too.
1591
1592         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1593         (LY_DEFINE): ly:music-compress new function.
1594
1595         * scm/part-combiner.scm (determine-split-list): split for voice
1596         crossings
1597
1598         * input/regression/part-combine-cross.ly: new file.
1599
1600         * scm/part-combiner.scm (make-part-combine-music): don't do
1601         relative inside partcombine arguments.
1602
1603         * scm/music-functions.scm (make-non-relative-music): new function.
1604
1605         * Documentation/user/notation.itely (Automatic part combining):
1606         add note about \relative.
1607
1608         * lily/part-combine-iterator.cc (construct_children): add
1609         start_moment_ member.
1610
1611         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1612         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1613
1614         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1615
1616         * Documentation/user/changing-defaults.itely (Which properties to
1617         change): fixes.
1618
1619 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1620
1621         * po/fr.po: update.
1622
1623 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1624
1625         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1626
1627         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1628         Reinstate old code that issues warning.  Fixes --srcdir build.
1629
1630 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1631
1632         * input/wilhelmus.ly: New file.
1633
1634         * Documentation/user/notation.itely: 
1635         * Documentation/user/introduction.itely:
1636         * Documentation/user/tutorial.itely: Use quote ly-option instead
1637         of explicit @quotation.  This fixes too long lilypond linewidths
1638         resulting in overful hboxes.
1639
1640         * scripts/lilypond-book.py: Add ly-option: `quote'.
1641
1642 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1643
1644         * tex/titledefs.tex: Avoid that the first score line is extra
1645         indented if instrument is defined but not piece.
1646
1647 2004-03-30  Werner Lemberg  <wl@gnu.org>
1648
1649         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1650         `lilypond/' to info file name.
1651         (@usermanref) [info]: New variant.
1652
1653         * scm/documentation-generate.scm: Fix definition of @usermanref
1654         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1655         to info file name.
1656
1657 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1658
1659         * VERSION: release 2.1.36
1660         
1661         * Documentation/user/changing-defaults.itely (Interpretation
1662         contexts): rewrite introduction.
1663
1664 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1665
1666         * scm/define-markup-commands.scm: Use TeX accents instead of
1667         straight iso-8859-1 encoding in the doc string.
1668
1669 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1670
1671         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1672         space after dotted duration.
1673
1674 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1675
1676         * Documentation/user/introduction.itely: 
1677         * Documentation/user/notation.itely:
1678         * Documentation/user/tutorial.itely: Up all relative examples.
1679         Enclose @lilypond displays in @quotation.  Typos and corrections.
1680
1681         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1682
1683 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1684
1685         * scm/music-functions.scm (make-voice-props-revert): Revert also
1686         MultiMeasureRest staff-position in oneVoice.
1687
1688 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1689
1690         * Documentation/user/changing-defaults.itely, 
1691         Documentation/user/lilypond.tely: few fixes. Place no comma between
1692         two options: a and b, but commas between three options: a, b, and c.
1693         By this manner, grouping is possible: a and b, and c and d.
1694
1695 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1696
1697         * Documentation/user/GNUmakefile: add rule for .nexi
1698
1699 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1700
1701         * Documentation/user/music-glossary.tely: move glossary direntry
1702
1703         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1704         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1705
1706 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1707
1708         * stepmake/aclocal.m4: Verify that gettext configure check with
1709         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1710
1711 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1712
1713         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1714         glob.glob for .png filenames. This catches multipage pngs.  
1715
1716         * Documentation/user/changing-defaults.itely (Determining the grob
1717         property): fix references.
1718
1719         * lily/staff-symbol.cc (print): only add extent if non empty.
1720         This fixes staff-container.ly.
1721
1722         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1723         starting with a mmrest also works.
1724
1725         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1726         PNG for texinfo too.
1727
1728         * po/lilypond.pot: update translation strings.
1729
1730         * VERSION: 2.1.35 released
1731         
1732         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1733         context argument too.
1734
1735         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1736
1737         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1738
1739         * python/lilylib.py (command_name): don't return 1st path
1740         component.
1741
1742         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1743         .png case separately.
1744
1745         * python/lilylib.py (system): typo.
1746         
1747 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1748
1749         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1750         run indent-region.
1751
1752         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1753         Fixes compile.
1754
1755         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1756         Add header.
1757
1758 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1759
1760         * vim/lilypond-indent.vim: small fixes.
1761
1762 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1763
1764         * Documentation/user/notation.itely (Entering lyrics): Add example
1765         with correct english double quotes (at least for LaTeX output,
1766         maybe not a good idea if we switch to PS as the default output
1767         format).
1768
1769 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1770
1771         * lily/staff-performer.cc (create_audio_elements): play instrument
1772         changes before notes arrive. This fixes instrument of the first
1773         note in a score.
1774
1775         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1776         to 1.9.0 conversion.
1777
1778         * lily/mark-engraver.cc: doc string.
1779
1780         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1781
1782         * Documentation/user/introduction.itely (Introduction): new node.
1783
1784 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1785
1786         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1787
1788         * input/regression/spacing-ragged-last.ly: new file.
1789
1790         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1791         spacing.
1792
1793         * scm/font.scm: rewrite using GOOPS.
1794         
1795         * lily/context-def.cc (filter_engravers): derefence pointer.
1796
1797         * lily/lily-guile.cc (type_check_assignment): use
1798         ly_scheme_function iso. scm_primitive_eval where possible.
1799
1800         * lily/performance.cc (output): limit channels at 15. This fixes
1801         percussion inadvertently showing up in large scores.
1802
1803 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1804
1805         * input/regression/tuplet-gap.ly: new file.
1806
1807         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1808         (print): compute gap length from number size, include italic
1809         correction.
1810
1811         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1812         tuplet-bracket
1813
1814         * scm/paper.scm (set-default-paper-size): new function, to be
1815         called at toplevel.
1816         (set-paper-size): new function, to be called inside \paper {}
1817         (set-default-paper-size): new function, to be called at toplevel.
1818
1819         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1820
1821         * lily/beam-performer.cc (process_music): idem.
1822
1823         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1824         
1825         * tex/titledefs.tex: remove scshape for piece.
1826
1827         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1828         font-family
1829
1830         * lily/time-signature.cc (special_time_signature): font-encoding
1831         not family.
1832
1833         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1834         dynamic to head. This fixes p placement in morgenlied.
1835
1836 2004-03-23  Werner Lemberg  <wl@gnu.org>
1837
1838         * stepmake/stepmake/generic-targets.make (help): Improve text.
1839
1840 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1841
1842         * VERSION: 2.1.34 released
1843         
1844         * lily/main.cc (main_with_guile): switch debugging.
1845
1846         * lily/system.cc (get_line): plug leak.
1847
1848         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1849         and contents.
1850         (stencil2line): plug leak.
1851
1852         * Documentation/user/changing-defaults.itely (Determining a grob
1853         property):  new node.
1854         (Layout interfaces): new node.
1855         (Navigating the program reference): new node.
1856
1857         * lily/accidental-engraver.cc (acknowledge_grob): add property
1858         harmonicAccidentals
1859
1860         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1861         general cleanups.
1862         
1863         * input/les-nereides.ly (middleDynamics): resurrect Les
1864         nereides. Remove pedal hack.
1865
1866 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1867
1868         * input/regression/property-grace-polyphony.ly: new file.
1869
1870         * lily/translator-property.cc (execute_pushpop_property): only pop
1871         one instance of the property. This fixes << \\ >> together with
1872         \grace.
1873
1874         * lily/break-align-interface.cc (ordered_elements): we cannot
1875         modify the #'elements property, so return reordered array.
1876
1877 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1878
1879         * buildscripts/lilypond.words.py: remove.
1880         * buildscripts/lilypond-words.py: add new, renamed file. 
1881         Give generated targets and dirs explicitly in arguments.
1882
1883         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1884         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1885         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1886         
1887         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1888
1889         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1890
1891         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1892         orders.
1893
1894         * vim/GNUmakefile: add local-uninstall target.
1895
1896         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1897         
1898         * vim/vimrc: add a one-liner file.
1899
1900         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1901         vimrc in EXTRA_DIST_FILES.
1902
1903         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1904
1905 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1906
1907         * config.make.in: add vimdir.
1908
1909         * vim/GNUmakefile: add local-install.
1910
1911 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1912
1913         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1914         with \lilypondifundefined{blabla}. Solves problem with multiple
1915         titles in the same lilypond-book document.
1916
1917 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1918
1919         * scm/document-backend.scm (interface-doc): sort grob list for
1920         interface.
1921
1922         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1923         pre/post break align-order.
1924
1925         * spelling patch courtesy Edward Sutton.
1926
1927         * Documentation/user/changing-defaults.itely (Changing context
1928         default settings): new node.
1929         (Defining new  contexts): new node.
1930
1931         * scripts/lilypond-book.py (is_derived_class): use numbers
1932         iso. booleans.
1933
1934         * python/lilylib.py (make_ps_images): add margin to PS images.
1935
1936         * scripts/lilypond-book.py (is_derived_class): new function. Take
1937         class arg iso. object.
1938         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1939         for bug in GS/dvips.
1940
1941         * lily/text-item.cc (interpret_markup): idem.
1942
1943         * scm/define-markup-commands.scm: remove split around-space hack.
1944
1945         * lily/staff-symbol-referencer.cc (get_rounded_position): new
1946         function, fold WL's fixes into one function.
1947
1948 2004-03-22  Werner Lemberg  <wl@gnu.org>
1949
1950         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
1951         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
1952         (Note_column::head_position_interval): Do proper rounding for
1953         calls to Staff_symbol_referencer::get_position.
1954
1955 2004-03-21  Werner Lemberg  <wl@gnu.org>
1956
1957         * lily/score.cc (ly_run_translator), lily/paper-def.cc
1958         (Paper_def::get_paper_outputter), lily/input-file-results.cc
1959         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
1960         (My_lily_parser::parse_file): Improve formatting progress indication
1961         sent to stdout.
1962
1963 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1964
1965         * VERSION: 2.1.33 released.
1966
1967         * scripts/lilypond-book.py (do_file): reinstate --filter support.
1968
1969         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
1970
1971         * stepmake/stepmake/generic-targets.make: rewrite hack so no
1972         warning is issued about dummy.dep.
1973
1974         * scm/new-font.scm: fix design sizes of nummer
1975
1976 2004-03-21  Werner Lemberg  <wl@gnu.org>
1977
1978         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
1979         some annoying warnings from mkdir during `make install'.
1980
1981 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1982
1983         * lily/performer-group-performer.cc (do_announces): call
1984         Performer_group_performer::create_audio_elements () too.
1985
1986         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
1987
1988         * scm/define-grobs.scm (all-grob-descriptions): add property
1989         break-align-orders
1990
1991         * lily/global-context.cc (get_default_interpreter): new
1992         function. Override from base class, so no new Score contexts are
1993         created.
1994
1995         * lily/include/stencil.hh (class Stencil): document origin field.
1996
1997         * lily/staff-symbol.cc (print): span staff-symbol on column
1998         extents for non-broken columns. 
1999
2000         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2001         key-signature.
2002
2003         * tex/titledefs.tex: don't use smallcaps for piece.
2004
2005         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2006         translated stencils in the output.
2007
2008         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2009
2010 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2011
2012         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2013         and init ties_created_
2014
2015         * VERSION: release 2.1.32
2016
2017         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2018         doc string from IMPLEMENT_CTOR_CALLBACK().
2019
2020         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2021         that engraver is in a performer hierarchy.
2022
2023 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2024
2025         * vim/lilypond-ftdetect.vim: new file.
2026
2027 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2028
2029         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2030         (compose_ly): default octave should be middle C.
2031
2032         * Documentation/user/changing-defaults.itely (Layout tunings
2033         within contexts): new node.
2034
2035         * lily/include/smobs.hh: document C++ smob interface.
2036
2037         * lily/function-documentation.cc: don't doc functions without
2038         docstring.
2039
2040 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2041
2042         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2043         direntry, so that `info lilypond' goes to Top.
2044
2045         * scm/output-ps.scm (polygon): Fix: add spaces.
2046
2047         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2048         solutions are now optimal too.
2049
2050         * input/test/page-breaks.ly: New file.
2051
2052         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2053         functions into safe module.
2054
2055         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2056         end, prepend zeros.
2057
2058         * scm/output-*.scm: Use ly:number->string rather than
2059         number->string.  Makes for saner output.
2060
2061         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2062         Fixes feta-nummer, feta-din scaling.
2063
2064 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2065
2066         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2067
2068         * scm/music-functions.scm (descend-to-context): new
2069         function. Similar to context-spec-music.
2070         (make-time-signature-set): specify Score as descend-only. This
2071         fixes the polymetric.ly example.
2072
2073         * lily/context-specced-music-iterator.cc (construct_children): add
2074         support for descend-only context spec.
2075
2076         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2077         determine ez-notation letter. 
2078
2079         * lily/system.cc (get_line): start with dumping layer 3. This
2080         fixes ez notation.
2081
2082 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2083
2084         * input/test/title-markup.ly: Stress breaking harder.
2085
2086         * scm/page-layout.scm (height-score): Overfull page scores twice
2087         as bad as underfull (was: by a power).
2088         (walk-lines): Omit first walk-path round (breaking after new node,
2089         without lines).
2090
2091         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2092         diff values are negative.
2093         (output): Bugfix: treat negative vfill differently.
2094
2095         * Documentation/user/lilypond.tely (direntry): Add note about why
2096         `info lilypond' brings up `Invoking LilyPond' node.
2097
2098 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2099
2100         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2101
2102         * lily/paper-book.cc: Remove cruft.
2103         (output): Bugfix: put vfill between lines.
2104         (pages): Bugfix: set page vars needed for filling.
2105
2106         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2107         (was: @ar).
2108
2109         * scm/page-layout.scm: Further development.
2110
2111         * ly/declarations-init.ly (paper): Define page-breaking.
2112
2113 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2114
2115         * lily/note-head.cc (brew_ez_stencil): add note-names
2116         property. Provides internationalization for note names.
2117
2118         * Documentation/user/changing-defaults.itely (Creating contexts):
2119         new node.
2120
2121         * lily/grace-iterator.cc (process): descend to child for \grace.
2122
2123         * lily/timing-translator.cc (initialize): Timing_translator adds
2124         Timing alias by itself.
2125
2126         * lily/context.cc (add_alias): new function.
2127
2128         * scm/lily.scm (tex-output-expression): new function, eval within
2129         drawing API. Guards against eval vulnerabilities.
2130
2131         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2132
2133         * scm/output-ps.scm (scm): export lily drawing API.
2134
2135         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2136         throughout.
2137
2138 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2139
2140         * scm/page-layout.scm (optimal-page-breaking): New function.
2141         
2142         * lily/paper-book.cc (pages): Use it.
2143
2144 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2145
2146         * lily/include/paper-line.hh (class Paper_line): Full smob.
2147
2148 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2149
2150         * lily/global-context.cc (run_iterator_on_me): fix grace note
2151         nesting by initting measurePosition.
2152
2153         * lily/timing-translator.cc (initialize): do no init
2154         measurePosition
2155         
2156         * lily/include/music-output-def.hh (class Music_output_def): add
2157         input_origin_ field.
2158
2159         * Documentation/user/changing-defaults.itely (Changing context
2160         properties on the fly): new node.
2161
2162         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2163         function. Only have smobbed_copy (), and do not provide
2164         smobbed_copy() for non-simple smobs. Changes throughout.
2165
2166 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2167
2168         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2169         start_moment_. Fix by Doug A. Linhardt.
2170
2171 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2172
2173         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2174         accidentals for harmonic notes.
2175
2176         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2177         of different style. (Thanks to Doug Linhardt).
2178
2179         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2180         new node.
2181
2182 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2183
2184         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2185
2186         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2187         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2188         vim/lilypond-indent.vim: doc targets and deps in comments.
2189
2190 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2191
2192         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2193
2194         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2195
2196         * lily/include/paper-line.hh:
2197         * lily/include/paper-line.cc: New file.
2198
2199 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2200
2201         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2202
2203         * GNUmakefile.in: remove stray make out=www
2204
2205         * input/test/bagpipe.ly (gcdg): octave fixes.
2206
2207         * scm/define-markup-commands.scm (number): use font-encoding
2208         iso. font-family
2209
2210         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2211         font-encoding.
2212         
2213 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2214
2215         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2216         `output_format_global' and `PAGE_LAYOUT'.
2217
2218 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2219
2220         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2221         lily functions in safe mode.
2222
2223         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2224         Print filename for HTML, LATEX, before texidoc.
2225
2226         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2227         instructions in output-ps module.
2228
2229         * scm/lily.scm: Do not load output-ps module.
2230
2231         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2232         safe mode.
2233
2234 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2235
2236         * lily/span-dynamic-performer.cc (process_music): remove spurious
2237         warning.
2238
2239         * lily/context-def.cc (Context_def): init name to ""
2240
2241         * lily/font-interface.cc: add font-encoding property.
2242
2243         * scm/lily.scm (chain-assoc-get): bugfix.
2244
2245         * lily/paper-book.cc (stencil2line): protect static SCM.
2246
2247         * lily/font-interface.cc (text_font_alist_chain): rename function,
2248         and use text-font-defaults. 
2249
2250         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2251
2252         * scm/paper.scm (paper-set-staff-size): use new function.
2253
2254         * scm/new-font.scm (make-font-tree): new function.
2255
2256 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2257
2258         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2259
2260         * scm/lily.scm (get-output-module): New function.
2261         (output-alist): Remove ,ps-output-expression.
2262
2263         * scm/output-tex.scm (ps-output-expression): New function.
2264
2265         * scm/output-ps.scm (ps-output-expression): Remove.
2266         (header, start-page): Output page metadata.
2267
2268         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2269         initialise output_module_.  Do not write part of header.
2270         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2271         (output_header): Output full header.
2272
2273         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2274         FIXME.
2275
2276 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2277
2278         * scm/new-font.scm: new file. Tree based font lookup.
2279
2280         * scm/lily.scm (assoc-get): take default argument. Remove
2281         assoc-get-default.
2282         (chain-assoc-get): use chain-assoc-get everywhere.
2283
2284         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2285         autobeamsettings conversion bug.
2286
2287         * lily/include/global-context.hh (Context): clean-up data hiding.
2288
2289         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2290         data hiding.
2291
2292         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2293
2294         * input/regression/stem-shorten.ly: add chord case.
2295
2296         * lily/stem.cc (get_default_stem_end_position): shorten stems
2297         triggered by note-head positions, not by forced-direction. This
2298         fixes a bug with too short stems.  
2299  
2300 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2301
2302         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2303         Lilypond_snippet.output_latex): Always call output_print_filename.
2304
2305         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2306         expand pages.
2307
2308 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2309
2310         * scm/part-combiner.scm (make-autochange-music): switch rests
2311         before switched notes too.
2312
2313         * lily/figured-bass-engraver.cc (process_music): change calling
2314         convention.
2315
2316         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2317
2318         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2319         command.
2320
2321         * lily/include/stencil.hh (class Stencil): add origin field.
2322
2323         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2324         function.
2325
2326         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2327
2328         * lily/lexer.ll: remove support for \$ and $ in identifiers
2329
2330         * lily/sequential-iterator.cc: remove copy_grace_fixups
2331         (get_grace_fixup): slight abstraction of fixup code.
2332
2333         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2334
2335 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2336
2337         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2338         in insert-mode. add indenting rules.
2339
2340 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2341
2342         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2343         protect hack.
2344
2345         * scm/page-layout.scm:
2346         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2347         layout and titling should now match external latex based version.
2348
2349         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2350         header fields.
2351
2352         * ps/lilyponddefs.ps: Remove automatic page layout.
2353
2354         * scm/output-ps.scm (new-start-system): New interface function.
2355
2356         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2357
2358         * lily/paper-book.cc (output): Bugfix.
2359
2360 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2361
2362         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2363         
2364 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2365
2366         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2367         direntries.
2368
2369         * ps/lilyponddefs.ps: Bugfix.
2370
2371         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2372
2373 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2374
2375         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2376         cause. This should fix warnings.
2377
2378         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2379
2380         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2381         prevent aligned 6ths.
2382
2383         * lily/custos.cc (print): remove adjust-if-on-staffline.
2384
2385 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2386
2387         * lily/paper-book.cc: Do header and footer.
2388
2389 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2390
2391         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2392
2393         * scm/paper.scm (lineheight): Remove
2394         (head-sep, foot-sep): Add.
2395
2396 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2397
2398         * mf/feta-schrift.mf: reduce portato thickness.
2399
2400         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2401
2402         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2403         programming_error ().
2404
2405         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2406         bracket to last command column.
2407
2408         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2409         continues on next/prev system.
2410
2411         * input/regression/pedal-end.ly: new file.
2412
2413 2004-03-10  Werner Lemberg  <wl@gnu.org>
2414
2415         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2416         Remove pmx2ly stuff.
2417         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2418
2419 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2420
2421         * scm/page-layout.scm: New file.
2422
2423         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2424         settings.
2425         (Lilypond_snippet.is_outdated): Also check for PNG file.
2426         Workaround for interrupted (web) builds.
2427
2428         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2429
2430         * ps/lilyponddefs.ps: Use only very small top-marging.
2431         (init-paper): Also pop page size string.
2432         (start-page, stop-page): New function.
2433
2434         * scm/output-ps.scm (header-end): Remove stray exec commands.
2435
2436 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2437
2438         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2439
2440         * lily/score.cc (default_rendering): clean protection.
2441
2442         * lily/paper-book.cc (mark_smob): implement smob marking.
2443
2444         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2445
2446         * Documentation/user/*.itely: user manual edits. 
2447
2448 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2449
2450         * Documentation/user/converters.itely (Invoking musedata2ly):
2451         remove pmx2ly.
2452
2453         * scripts/pmx2ly: remove script.
2454         
2455 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2456
2457         * lily/score.cc (default_rendering): Protect paper-book members.
2458
2459         * lily/paper-def.cc (smobbed_copy): New method.
2460
2461         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2462         switch runtime.
2463
2464         * lily/include/music-output.hh (process): Change signature to
2465         return SCM.
2466
2467         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2468         method.
2469
2470         * lily/paper-score.cc (process): Return stencils rather than
2471         outputting directly.  Remove paper-book kludge.  Delete grobs.
2472         (output): Remove.
2473
2474         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2475
2476         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2477
2478         * lily/score.cc (default_rendering)
2479         (ly_render_output): Move adding paper-score two levels up.
2480
2481         * lily/system.cc (get_line):
2482         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2483
2484 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2485
2486         * scm/font.scm (paper20-font-vector): add more design sizes for
2487         number.
2488
2489         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2490         feta-nummber{5,7,11,13}.
2491
2492         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2493         for 12pt design size. 
2494
2495 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2496
2497         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2498
2499 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2500
2501         * lily/font-select.cc (properties_to_font_size_family): Fix
2502         warning message.
2503
2504         * Experimental PostScript latin1 encoding:
2505         
2506         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2507
2508         * scm/output-ps.scm: Experimental encoding using reencode-font.
2509         * scm/font.scm: Add latin1 `font-shape'.
2510         
2511         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2512
2513         * ps/lilyponddefs.ps (reencode-font): New function.
2514
2515         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2516
2517         * scm/output-tex.scm (start-page):
2518         (stop-page): New interface function.
2519
2520 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2521
2522         * lily/paper-outputter.cc (output_expr):
2523         (output_header):
2524         (output_line): New method.
2525
2526         * lily/system.cc (get_line):
2527         (get_lines): New method.
2528         (output_scheme):
2529         (output_line): Remove.
2530
2531         * scm/lily.scm (make-title): New function.
2532
2533         * lily/paper-book.cc: 
2534         * lily/include/paper-book.hh: New file.
2535
2536         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2537         ly-modules.hh).
2538
2539         * lily/ly-module.cc (ly_modules_lookup): New function.
2540
2541         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2542
2543         * scm/output-ps.scm (make-title): Remove.
2544         (output-scopes): Junk header-title test.
2545
2546 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2547
2548         * mf/feta-schrift.mf: thicker dot for portato.
2549
2550         * lily/accidental-placement.cc (position_accidentals): bugfix in
2551         offset, this fixes right-padding of AccidentalPlacement.
2552
2553         * lily/[h-z]*.cc: () formatting.
2554
2555         * Documentation/user/tutorial.itely (An orchestral part): more
2556         fixes for the tutorial.
2557
2558         * scm/translation-functions.scm (fraction-tuplet-formatter):
2559         reverse fraction.
2560
2561         * lily/parser.yy (context_def_spec_block): use \context instead of
2562         \translator.
2563
2564         * lily/[a-g].cc: () style cleanup.
2565
2566         * Documentation/user/tutorial.itely (Automatic and manual beams):
2567         editing of tutorial.
2568
2569 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2570
2571         * buildscripts/mf-to-table.py (base): write encoding name.
2572
2573 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2574
2575         * Documentation/user/GNUmakefile (local-install-info): Issue
2576         warning (for packager, ie, if not installing in /usr or /usr/local).
2577
2578         * lily/stencil-scheme.cc: 
2579         * lily/staff-symbol-referencer.cc: 
2580         * lily/script-column.cc: 
2581         * lily/pitch.cc: 
2582         * lily/music.cc: 
2583         * lily/grob-pq-engraver.cc: 
2584         * lily/font-interface.cc: 
2585         * lily/music-output-def.cc: 
2586         * lily/duration.cc: 
2587         * lily/grob-scheme.cc:
2588         * lily/context-scheme.cc: Put scheme name on first line in
2589         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2590         style cleanups.
2591
2592         * stepmake/stepmake/scm-vars.make: 
2593         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2594         Rename and split TAGS_FILES.
2595
2596         * GNUmakefile.in (ALL-TAGS): Remove.
2597         
2598         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2599         deeper TAGS files.  Fixes regexp tags in TOP dir.
2600
2601 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2602
2603         * VERSION: 2.1.29 released.
2604         
2605         * Documentation/user/changing-defaults.itely (Changing defaults):
2606         new file.
2607
2608         * Documentation/user/notation.itely (Notation manual): rename from 
2609         refman.itely
2610
2611         * Documentation/user/notation-appendices.itely (The Feta font):
2612         new file.
2613
2614         * Documentation/user/advanced.itely: add aborted attempt for
2615         advanced topics manual.
2616
2617 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2618
2619         * scm/new-markup.scm: display Markups in sane format. Patch by
2620         Nicolas Sceaux.
2621
2622 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2623
2624         * lily/main.cc: Cleanups.
2625         (setup_localisation): New function.
2626         (sane_putenv): Remove.
2627         (main_with_guile): New name (Was: main_prog).  Remove musings
2628         about possible preparation for GUILE heavy memory usage and
2629         practical uselessness.  Do not set environment variables
2630         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2631         name juggling.
2632         (parse_argv): New function.
2633         (copyright): New function.  It's 2004 already.
2634
2635         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2636         (distill_inname): Move from main.
2637
2638 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2639
2640         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2641
2642         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2643
2644         * Documentation/user/running.itely: new file.
2645
2646         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2647
2648         * lily/score-performer.cc (finish): call Translator::finalize ().
2649
2650 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2651
2652         * lilypond-ftpplugin.vim: renamed to the following file.
2653         * lilypond-ftplugin.vim: new file.
2654
2655         * GNUmakefile.in: update VIM_FILES.
2656
2657 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2658
2659         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2660         props.
2661
2662         * input/test/tie-sparse.ly: remove.
2663
2664         * lily/tie-performer.cc (try_music): copy & paste from
2665         Tie_engraver.
2666
2667         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2668         variable_ref twice.
2669
2670         * lily/key-performer.cc (create_audio_elements): use
2671         alterations-in-key.
2672
2673         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2674
2675 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2676
2677         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2678         handle also quarter tones (not shown as tests). test also flats.
2679
2680         * Documentation/index.html.in: small fixes.
2681
2682 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2683
2684         * input/regression/new-markup-scheme.ly: Typo.
2685
2686         * scm/define-markup-commands.scm (fill-line): New markup.
2687
2688         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2689         (output-paper-def): Fix alignment.
2690         (make-title): Fix height/width scaling.
2691
2692         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2693
2694         * input/test/title-markup.ly: Add remaining titles.  Layout and
2695         font size fixes.  Add simplistic latin1 test.
2696
2697 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2698
2699         * input/test/nested-groups.ly: remove. move content (to next). 
2700         * input/test/staff-bracket.ly: replace content (from prev), this 
2701         has been already in templates.
2702
2703 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2704
2705         * stepmake/autogen.sh: Only issue warning about running configure
2706         without arguments when autogen.sh will actually be running
2707         configure.
2708
2709 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2710
2711         * scm/new-markup.scm (stack-stencil-line): robustness.
2712
2713         * scm/define-markup-commands.scm (simple): robustification of
2714         simple-markup.
2715
2716         * Documentation/user/music-glossary.tely (Top): change central C
2717         to middle C.
2718
2719         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2720
2721 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2722
2723         * input/test/title-markup.ly (spaceTest): Add.
2724
2725         * lily/text-item.cc (interpret_markup): Make line markup from
2726         multi word markup.
2727
2728         * scm/define-markup-commands.scm (word): New markup command.
2729         (simple): Use it.
2730
2731         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2732
2733 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2734
2735         * vim/ftplugin/lilypond.vim:
2736         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2737         show matching paren in insert mode.
2738
2739 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2740
2741         * scm/output-ps.scm (make-title, output-scopes): Further
2742         development.
2743
2744         * input/test/title-markup.ly: New file.
2745
2746         * ps/lilyponddefs.ps: Disable PostScript titling.
2747
2748         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2749
2750 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2751
2752         * lily/arpeggio.cc (width_callback): remove padding.
2753  
2754         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2755
2756         * scm/define-music-types.scm: remove make-music-by-name.
2757
2758         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2759
2760 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2761
2762         * lily/paper-score.cc (process): Output titles using make-title.
2763
2764         * scm/output-ps.scm (output-stencil): Display directly instead of
2765         constructing string.
2766         (make-title): New function.
2767
2768 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2769
2770         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2771         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2772         Move documentation of LaTeX packages for latin1 characters to the
2773         lilypond-book manual.
2774
2775 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2776
2777         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2778
2779         * vimrc: add menu in console and shortcut <F10> for it.
2780
2781         * vim/:
2782         * vim/compiler/:
2783         * vim/syntax/:
2784         * vim/indent/:
2785         * vim/ftplugin/: new directories.
2786         
2787         * vim/filetype.vim: new file.
2788
2789         * lilypond.vim: remove files (see next).
2790         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2791
2792         * vimrc: remove file (see next).
2793         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2794
2795         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2796         add header. apply bindings only locally.
2797
2798         * vim/indent/lilypond.vim: new file.
2799
2800         * vim/ftplugin/lilypond.vim: remove errorformat.
2801         * vim/compiler/lilypond.vim: new file for errorformats.
2802
2803         * Documentation/topdocs/INSTALL.texi: give easier orders.
2804
2805         * ROADMAP: add vim/
2806
2807 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2808
2809         * Documentation/user/introduction.itely (Introduction): Use @image
2810         iso @html <img...>.  Add workaround for images in columns in info.
2811
2812         * stepmake/aclocal.m4: Store computed version in variable.
2813
2814         * configure.in: Export MAKEINFO_VERSION.
2815
2816         * config.make.in (MAKEINFO_VERSION): Add.
2817
2818         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2819
2820         * Documentation/user/GNUmakefile: Only build info with images when
2821         building web.
2822
2823         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2824
2825         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2826         stuff from documentation-targets.make
2827
2828 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2829
2830         * VERSION: 2.1.28 released
2831         
2832         * scripts/convert-ly.py (conv): 
2833
2834 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2835
2836         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2837         \arpeggioBoth. redefine \arpeggioBracket.
2838
2839         * Documentation/user/refman.itely: document new arpeggio
2840         functions.
2841
2842         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2843
2844         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2845
2846         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2847
2848 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2849
2850         * Documentation/user/introduction.itely (Automated engraving):
2851         rewrite introduction using website text.
2852
2853 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2854
2855         * scm/*.scm: make-music-by-name is replaced by make-music, which
2856         also accept music property settings, eg:
2857           (make-music 'TextScriptEvent 'direction DOWN 'text
2858               (make-simple-markup x))
2859
2860         Patch courtesy Nicolas Sceaux
2861
2862         * lily/beam-quanting.cc: cleanup, separate counts for left and
2863         right beam ends.
2864
2865         * lily/side-position-interface.cc (quantised_position): also
2866         quantize staccato position for forced stem directions. 
2867
2868 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2869
2870         * scm/*.scm: Patch by Nicolas Sceaux: 
2871
2872         * scm/music-functions.scm: ly:grob-property and ly:music-property
2873         are made procedure with setters.
2874
2875         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2876         
2877 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2878
2879         * input/test/[t-v]*.ly: finish rewriting texidocs.
2880
2881         * input/test/vaticana.ly: remove.
2882         * input/test/ligature-vaticana.ly: new, renamed file name.
2883
2884         * input/test/stem-centered.ly: remove.
2885         * input/test/mensural-note-heads.ly: new file. take content from
2886         removed file stem-centered.ly.
2887
2888         * input/test/scales-greek.ly: simplify.
2889
2890         * input/test/s*.ly: reformulate texidocs.
2891         
2892         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2893         of missing features.
2894
2895 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2896
2897         * input/test/[j-o]*.ly: update texidocs.
2898
2899 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2900
2901         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2902
2903         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2904         images.
2905
2906         * Documentation/user/lilypond.tely (@direntry): Update.
2907
2908         * stepmake/stepmake/documentation-targets.make
2909         (install-info,uninstall-info): Install into $(package_infodir).
2910         Install images.  Run install-info to update dir.
2911
2912         * config.make.in (package_infodir): Add.
2913
2914         * Documentation/user/GNUmakefile (info-with-images,
2915         local-install-info, local-uninstall-info): New target.
2916
2917 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2918
2919         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2920         gap/threshold.
2921
2922         * lily/beam-quanting.cc (score_slopes_dy): remove
2923         ROUND_TO_ZERO_SLOPE kludge.
2924
2925         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2926
2927         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2928
2929         * lily/global-context.cc (Global_context): alway accept Score
2930         (run_iterator_on_me): cast Context to Score_context, not
2931         Context_def.
2932
2933         * Documentation/user/refman.itely: documentation patch by Edward
2934         Sanford Sutton.
2935
2936         * mf/GNUmakefile: unset sauter-fonts.
2937
2938 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2939
2940         * scripts/lilypond-book.py (output_texinfo): Output @image
2941         descriptions for info too.
2942
2943         * input/test/chord-names-jazz.ly: 
2944         * input/test/embedded-scm.ly: Clarify.
2945
2946         * input/test/cautionaries.ly: Typo.
2947
2948         * lily/input-smob.cc (ly_input_location): Compile fix.
2949
2950 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2951
2952         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
2953
2954         * ly/engraver-init.ly: move \grobdescriptions to Global. This
2955         fixes problems with system defaults being reverted with \override
2956         on Score level.
2957
2958         * lily/global-context.cc (Global_context): apply property-ops to
2959         Global_context too. 
2960
2961 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2962
2963         * scm/output-ps.scm (stencil->string): Rewrite.
2964
2965 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2966
2967         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
2968         impersonal style.
2969
2970 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2971
2972         * lily/input-smob.cc (ly_input_location: New function.
2973
2974         * scm/define-markup-commands.scm (upright): New markup command.
2975
2976         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
2977
2978         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
2979
2980         * scm/output-ps.scm (output-stencil): New function.
2981
2982         * scripts/lilypond-book.py (do_file): Bugfix: change search order
2983         of snippet types; fixes @ignore and @verbatim blocks.
2984
2985 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
2986
2987         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
2988         to a file in printed documentation, instead, refer either to a 
2989         syntax or to an output.
2990
2991 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2992
2993         * input/regression/beam-center-slope.ly: Add test.
2994
2995 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2996
2997         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
2998         (SAUTER_FONTS): Reinstate.
2999
3000         * scm/define-markup-commands.scm (caps): New markup command.
3001
3002         * scm/output-ps.scm (output-scopes): Experimental markup output.
3003
3004         * scm/: Add missing headers.
3005
3006         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3007
3008         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3009
3010 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3011
3012         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3013         Stray style cleanups.
3014
3015 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3016
3017         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3018         no dot combination.
3019
3020         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3021         substitute \override Staff.autoBeamSettings too
3022
3023         * Documentation/user/tutorial.itely: proofreading fixes by David
3024         Bobroff
3025
3026 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3027
3028         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3029
3030         * ps/music-drawing-routines.ps: 
3031         * ps/lilyponddefs.ps: Add end markers.
3032
3033 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3034
3035         * VERSION: 2.1.27 released.
3036         
3037         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3038
3039         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3040         obey documentation.
3041
3042 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3043
3044         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3045
3046         * scm/output-ps.scm: Resurrect.
3047         
3048         * scm/output-tex.scm: Minimal cleanups.
3049
3050         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3051
3052         * make/ly-rules.make: Remove any broken lily-*.tex files before
3053         lilypond-book run.
3054
3055         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3056         comment.
3057
3058         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3059         Enabled by default, may save 10% compile time.
3060
3061 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3062
3063         * lily/lyric-phrasing-engraver.cc: remove
3064         
3065         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3066         longer necessary. 
3067
3068         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3069         so lyric-phrasing-engraver is no longer necessary.
3070
3071         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3072         Grob_pq_engraver from Staff.
3073
3074         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3075         busyGrobs directly.
3076
3077         * input/regression/quote-transposition.ly: new file.
3078
3079         * lily/recording-group-engraver.cc (stop_translation_timestep):
3080         store instrumentTuning too. 
3081
3082         * lily/quote-iterator.cc (process): transpose events using
3083         instrumentTuning.
3084
3085         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3086         -> \tuning <pitch>
3087
3088         * lily/parser.yy (command_req): add \tuning command for setting
3089         instrument tuning of staff.
3090
3091         * Documentation/user/GNUmakefile
3092         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3093
3094         * Documentation/user/refman.itely (Customized accidental rules):
3095         typo.
3096
3097 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3098
3099         * Documentation/user/music-glossary.tely: remove the missing norwegian
3100         translation; they can be put in later properly.
3101
3102 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3103
3104         * lily/recording-group-engraver.cc (start_translation_timestep):
3105         init Recording_group_engraver twice.
3106
3107 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3108
3109         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3110         stray style cleanups:
3111
3112         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3113         -Wmissing-prototypes.
3114
3115         * flower/include/killing-cons.tcc (Killing_cons): Add template
3116         specifier for car_.
3117
3118         * flower/include/parray.hh (binsearchs): Add template specifier
3119         for maxkey.
3120
3121         * flower/include/interval.hh: Declare elem () with template specfier.
3122
3123 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3124
3125         * elisp/lilypond-indent.el (get-buffer-size): add customization
3126         groups for several variables (Reuben Thomas).
3127
3128 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3129
3130         * Documentation/user/invoking.itexi (Point and click): add index
3131         entry.
3132
3133         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3134         go under beam.
3135
3136         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3137         sarabande beam. 
3138
3139         * flower/warn.cc (programming_error): cross fingers not thumbs.
3140
3141         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3142         staff-position is set.
3143
3144         * VERSION: release 2.1.26 
3145         
3146         * scm/chord-entry.scm (construct-chord): process transposition
3147         after processing explicit-11.  
3148
3149 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3150
3151         * lily/parser.yy (add_quote): add syntax for adding quotes:
3152         \addquote "id-string" Music
3153
3154         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3155
3156         * scripts/convert-ly.py (conv): add rules for name changes.
3157
3158         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3159         music/context/grob property functions. Internally, use
3160         get_property() and set_property() for both.
3161
3162 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3163
3164         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3165         for Emacs <= 20 (Laurent Martelli).
3166
3167 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3168
3169         * lily/parser.yy (command_element): extract quoted vector in
3170         parser.
3171
3172         * input/regression/quote.ly: new file.
3173
3174         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3175
3176         * lily/parser.yy (command_element): \quote DURATION NAME: support
3177         cue notes. 
3178
3179         * lily/quote-iterator.cc (class Quote_iterator): new file.
3180
3181 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3182
3183         * lily/auto-beam-engraver.cc (try_music): accept and process
3184         beam-forbid-event.
3185
3186         * input/regression/auto-beam-no-beam.ly: new file.
3187
3188 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3189
3190         * lily/accidental.cc (print): Change font-relative-size ->
3191         font-size. Fixes cautionary-style = smaller.
3192
3193 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3194
3195         * lily/system-start-delimiter.cc (staff_brace): remove
3196         font-relative-size
3197
3198         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3199         forgotten with scm_list_n. Fixes spurious coredumps.
3200
3201         * lily/accidental-engraver.cc (stop_translation_timestep): move
3202         update of localKeySignature to stop_translation_timestep (). This
3203         makes sure that all ties are noticed at the right moment.
3204         (stop_translation_timestep): clear tie only when right-side
3205         notehead was seen.
3206         (number_accidentals_from_sig): cleanup. 
3207
3208         * input/regression/accidental-tie.ly (mus): new file
3209
3210         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3211         these longish tests.
3212
3213 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3214
3215         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3216
3217         * THANKS: update bugreporter list.
3218
3219         * lily/beam.cc (print): broken beams last until end of staff.
3220         (print): broken beams start from prefatory matter.
3221
3222         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3223
3224         * lily/paper-score.cc (process): dump header only once.
3225
3226         * lily/paper-outputter.cc (Paper_outputter): move logic into
3227         Scheme.
3228
3229         * scm/output-tex.scm (output-scopes): new function.
3230         (output-paper-def): new function
3231         (tex-string-def): new function
3232         (symbol->tex-key): new function
3233
3234         * scripts/convert-ly.py (conv): add rule for | ~
3235
3236 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3237
3238         * input/regression/{many}.ly: refresh, trying to guess how
3239         it was designed.
3240
3241 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3242
3243         * VERSION: release 2.1.25
3244
3245         * scm/define-translator-properties.scm
3246         (all-user-translation-properties): add printOctaveNames
3247
3248         * ly/engraver-init.ly: remove Note_event_swallower from
3249         NoteNamesContext.
3250
3251         * lily/note-name-engraver.cc (process_music): new property
3252         printOctaveNames
3253
3254         * lily/context.cc (find_existing_context): remove support for
3255         Current.
3256
3257         * scm/music-functions.scm (set-accidental-style): new function;
3258         duplicate accidental macros.
3259
3260         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3261
3262         * lily/note-name-engraver.cc (process_music):
3263         process_acknowledged_grobs () -> process_music ()
3264
3265         * scm/part-combiner.scm (determine-split-list): robustification.
3266
3267 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3268
3269         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3270         lines for falling into beam-gap.
3271         (score_forbidden_quants): check all staff lines for falling in
3272         beam gaps.
3273
3274         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3275         key/clef/time signatures. 
3276
3277         * input/test/ossia.ly: revise example.
3278
3279         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3280         cleanup.
3281         
3282         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3283         comply to Scheme standard.  Remove ly:get-paper-variable
3284
3285 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3286
3287         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3288
3289 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3290
3291         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3292         properties from Voice context. This fixes accidental size for
3293         staff-switches during grace contexts.
3294
3295         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3296         if necessary. Else, simply wipe dots.
3297
3298         * input/test/beam-alternate.ly: new file
3299
3300         * input/test/piano-staff-distance.ly: new file.
3301
3302         * lily/translator-group.cc (recurse_down_translators): use
3303         Direction for bottom-up/top-down.
3304
3305         * lily/include/translator.hh (class Translator): add
3306         process_music() and do_announces(). This obviates
3307         recurse_down_{engravers,performers}.
3308
3309         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3310         \melisma and \melismaEnd
3311
3312         * lily/melisma-engraver.cc (process_music): change to
3313         Melisma_translator, unify with performer. Accept
3314         ManualMelismaEvent.
3315
3316         * ly/engraver-init.ly: add Font_size_engraver.
3317
3318 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3319
3320         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3321         it hara-kiri.
3322
3323         * input/regression/{many}.ly: improve descriptions trying to figure
3324         out what is tested.
3325
3326 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3327
3328         * lily/slur.cc (broken_trend_offset): robustness fix.
3329
3330         * VERSION: release 2.1.24
3331
3332         * lily/context.cc (find_create_context): go to Score if it exists.
3333
3334         * lily/context-scheme.cc: new file.
3335
3336         * lily/score-translator.cc (get_output): new file.
3337
3338         * lily/include/grob-info.hh: origin_contexts() now does not
3339         include the originating engraver
3340
3341         * lily/translator-group.cc (translator_each): clean up contents,
3342         remove superfluous stubs. Engraver_group_engraver and
3343         Performer_group_performer are the only classes using multiple
3344         inheritance.
3345
3346         * lily/include/score-context.hh (class Score_context): interface
3347         between Score_{engraver,performer} and Global_context.
3348
3349         * lily/include/global-context.hh (Context): change from
3350         global-translator. This is the entry point for contexts; it is not
3351         tweakable using \translator{}. Score is no longer the top context,
3352         but sits underneath Global.
3353
3354         * lily/include/context.hh (class Context): brain surgery: split
3355         out Context functionality from Translator_group. Context is now a
3356         separate type from Translator.
3357
3358 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3359
3360         * lily/include/translator.hh (class Translator): make
3361         get_score_context() and get_global_translator (), and use the one
3362         which is appropriate.
3363
3364         * lily/context.cc: partially put functionality of Translator_group
3365         into Context.
3366
3367         * lily/include/context.hh (Translator): new class: put between
3368         Translator and Translator_group. 
3369
3370         * lily/new-accidental-engraver.cc: remove file.
3371
3372 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3373
3374         * input/regression/{many}.ly: improve descriptions: use complete 
3375         sentences, try to describe what is tested, avoid `we´, do not use 
3376         don't, ... 
3377
3378 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3379
3380         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3381         is at EOL.
3382
3383         * Documentation/user/lilypond.tely: declare the topmost node only
3384         once; removes empty line in @contents.
3385
3386         * Documentation/user/music-glossary.tely: really add Finnish author.
3387         Draw more beatiful `->´ arrow in html: &rarr;
3388
3389 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3390
3391         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3392
3393         * scripts/convert-ly.py (conv): add ly:music-list  change.
3394
3395         * lily/grob.cc: edit doc string.
3396
3397         * scm/define-grob-properties.scm (all-user-grob-properties):
3398         proofreading, editing of doc strings.
3399
3400         * input/regression/tablature-string-tunings.ly: new file.
3401
3402         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3403         listen to stringTunings
3404
3405         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3406         for self-alignment-[XY] code.
3407  
3408 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3409
3410         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3411         cond) into function. Cleanup.
3412
3413         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3414         
3415         * VERSION (PACKAGE_NAME): 2.1.23 released
3416
3417 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3418
3419         * Documentation/user/{refman,internals}.itely: small fixes.
3420
3421 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3422
3423         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3424         accidentals for harmonic notes
3425
3426         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3427         for harmonic notes.
3428
3429         * scm/document-backend.scm (interface-doc): prune Grob
3430         documentation: don't duplicate interface information.
3431
3432         * lily/*.cc: lots of updates of doc strings.
3433
3434 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3435
3436         * input/test/ac-extra-voice.ly (accompany): remove file.
3437
3438         * input/test/maximum-rest-count.ly: remove file.
3439
3440         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3441         conversion rule for \translator { }. Apply everywhere.  
3442
3443         * lily/parser.yy (music_property_def): set property for \once in
3444         the PropertyMusic itself, not the ContextSpec.
3445         (property_operation): change syntax within \translator { }
3446
3447         * scm/define-music-properties.scm (all-music-properties): clean up.
3448
3449         * lily/auto-beam-engraver.cc (test_moment): use
3450         updated_grob_properties() to retrieve autoBeam settings.
3451
3452         * lily/spacing-spanner.cc: bound shortest_playing_len by
3453         measure_length
3454
3455         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3456         multi-measure events for spacing computation.
3457
3458         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3459         elliptical, to 1.49.
3460
3461         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3462         vertical positioning for polyphony, without RestCollision object.
3463
3464         * lily/note-column.cc (add_head): prevent rests & note heads on
3465         one stem.
3466
3467         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3468         (do_shift): rewrite only-rests case: use common refpoints: the
3469         routine will have sensible results when other rest-translations
3470         have taken place.
3471
3472         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3473         < 0 case. 
3474
3475         * VERSION: 2.1.22 released
3476         
3477         * input/GNUmakefile (SUBDIRS): remove ascii-art
3478
3479 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3480
3481         * input/: Convert ly files that still had \property.  Fixes make
3482         web.  Remove exta spaces around '='. 
3483
3484         * scripts/convert-ly.py (conv): Redundant space fixes.
3485
3486         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3487
3488 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3489
3490         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3491         create scalable PS and PDFs  for input/{test,template,regression}.
3492
3493         * lily/context.cc (is_alias): move function.
3494         (is_alias): add Bottom as context alias. 
3495         (find_create_translator): add Bottom as a context alias for creation.
3496
3497         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3498
3499         * lily/parser.yy (music_property_def): new syntax for property
3500         assignments:
3501
3502         \set A.B = #C , \unset A.B
3503         \override A.B #C = #D, \revert A.B #C 
3504
3505         * lily/my-lily-lexer.cc: remove \property
3506
3507 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3508
3509         * Documentation/user/refman.itely: add dots after seealso refs.
3510
3511         * input/template/{many}.ly: harmonise descriptions.
3512
3513         * Documentation/user/music-glossary.itely: add Finnish author.
3514
3515 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3516
3517         * VERSION (PACKAGE_NAME): release 2.1.21
3518
3519 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3520
3521         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3522
3523         * scripts/lilypond-book.py (snippet_res): @include filename must
3524         not be empty.
3525
3526 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3527
3528         * scm/documentation-generate.scm (markup-doc-string): dump
3529         markup-commands.tely
3530
3531         * scm/define-markup-commands.scm (override): new file.
3532         Move documentation from refman into doc-strings. 
3533
3534         * input/test/staff-container.ly: fix example.
3535
3536         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3537         StaffContainer
3538
3539         * lily/grob.cc: remove point_dimension_callback
3540         (Grob): read forced dimensions from X-extent and Y-extent.
3541         (get_paper): remove preset_extent.
3542
3543         * scm/define-grobs.scm (all-grob-descriptions): remove
3544         point_dimension_callback. 
3545
3546         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3547         textscript to head. This makes no-spacing-rods work on
3548         DynamicText.
3549
3550         * lily/chord-name.cc: remove props chord, bass, inversion.
3551
3552         * Documentation/user/appendices.itely: add Scheme functions,
3553         context-properties and layout properties to manual.
3554
3555         * scm/part-combiner.scm (determine-split-list): include rests in a
3556         solo1/2 sequence.
3557
3558         * lily/new-part-combine-iterator.cc (substitute_both): new
3559         function.
3560         (class New_pc_iterator): add separate Voice=solo context, fixes
3561         autobeams going from chords to solo.
3562
3563 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3564
3565         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3566
3567         * Documentation/user/tutorial.itely:
3568         * Documentation/user/refman.itely: Add short note about being part
3569         of lilypond.tely.
3570
3571         * COPYING: Make note more clear with respect to files that are
3572         explicitely licenced otherwise (Documention/user/ comes to mind).
3573         
3574         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3575         comment about barfing of @c,{}.
3576
3577         * Documentation/user/music-glossary.tely: Add list of authors.
3578
3579         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3580         source (was: also in build log).
3581
3582 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3583
3584         * lily/side-position-interface.cc (general_side_position): if
3585         staff-padding is set, then include staff in support too.
3586
3587         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3588         module workbook
3589
3590         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3591
3592         * lily/tuplet-engraver.cc: remove tupletInvisible
3593
3594         * scm/define-translator-properties.scm: cleanup, separate in
3595         internal and user props. 
3596
3597         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3598         LyricsVoice -> Lyrics
3599
3600         * lily/new-part-combine-iterator.cc (process): only print warning
3601         for symbols.
3602
3603 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3604
3605         * scm/part-combiner.scm: Add proper header.
3606
3607         * All but lily/*: The great --2003 --2004 replace; the missing
3608         `bits'.
3609
3610         * TODO: Fix outline mode.  Add book notes.
3611
3612         * ROADMAP: Update.
3613
3614 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3615
3616         * scm/part-combiner.scm (make-autochange-music): use
3617         accumulator. Fixes stack overflow.
3618
3619         * lily/*: rename brew_molecule -> print , molecule-callback ->
3620         print-function
3621
3622         * scm/define-grob-properties.scm: cleanup. Separate into internal
3623         and user properties.
3624
3625         * lily/translator-property.cc (updated_grob_properties): new
3626         function
3627         (execute_pushpop_property): change to new convention:
3628         object property inits are stored as (cons ALIST BASED-ON). This
3629         storage format allows concurrent tweaks in different contexts.
3630
3631 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3632
3633         * TODO: new file.
3634
3635 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3636
3637         * debian/: Late Debian update (sorry Anthony).
3638
3639         * scripts/lilypond-book.py (do_file): Look for input_file in
3640         include path, or ask kpathsea if LATEX.
3641
3642         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3643         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3644         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3645         --header=texidoc.
3646
3647         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3648         relative.
3649
3650         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3651         only when filtering, default to input_base otherwise.  Coding
3652         style fixes.
3653
3654 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3655
3656         * lily/include/translator.hh (class Translator): add virtual
3657         qualifier.
3658
3659 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3660
3661         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3662
3663 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3664
3665         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3666
3667         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3668         (fixes make web).
3669
3670         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3671         live in $(out)-www).
3672
3673         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3674         dependencies.  Add link to .ly source in HTML output.
3675         (Lilypond_snippet.output_html): Handle multiple page picture
3676         output.
3677         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3678         Make usable for output_texinfo again.
3679
3680         * Documentation/user/GNUmakefile: Add static dependency for
3681         lilypond.tely includes.
3682
3683         * Documentation/user/tutorial.itely: Add some lost `relative'
3684         ly-options.
3685
3686 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3687
3688         * lily/include/translator-group.hh: move Music_output_def member
3689         to Global_translator.
3690
3691         * scripts/lilypond-book.py (do_file):  fix latex output.
3692
3693         * VERSION: release 2.1.20
3694         
3695         * scm/part-combiner.scm (determine-split-list): robustness fix 
3696
3697         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3698
3699         * lily/parser.yy (music_output_def_body): plug memory leak.
3700
3701         * lily/translator-group.cc (add_fresh_group_translator): plug
3702         memory leak: unprotect Translator_group once added.   
3703
3704         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3705
3706         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3707         write .dep file.
3708         (Lilypond_snippet.ly): add \renameinput.
3709
3710 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3711
3712         * Documentation/user/refman.itely (Markup command definition): Doc
3713         by Nicolas Sceaux. Rewrite by Han-Wen
3714
3715         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3716         thing of the line.
3717         (brew_molecule): only remove if hyphen is not at the end of line.
3718         (set_spacing_rods): new function: minimum-length specifies
3719         distance between syllables.
3720
3721         * scm/define-grobs.scm (all-grob-descriptions): add
3722         Hyphen_spanner::set_spacing_rods to LyricHyphen
3723
3724         * input/regression/lyric-hyphen-break.ly: new file.
3725
3726         * input/test/lyric-hyphen-retain.ly: new file.
3727
3728         * lily/new-part-combine-iterator.cc (construct_children):
3729         add Rest direction.
3730
3731 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3732
3733         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3734
3735         * Documentation/bibliography/engraving.bib (donemus1982):
3736         update entry.
3737
3738 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3739
3740         * scripts/lilypond-book.py (Substring.__init__): new class.
3741         (Snippet.output_texinfo): add texidoc option.
3742         (Include_snippet.replacement_text): new class.
3743         (Lilypond_snippet.__init__): new class
3744         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3745
3746         * Documentation/user/refman.itely (Sound): 
3747         note about number of channels.
3748
3749         * scm/music-functions.scm (voicify-music): add \context Staff for
3750         << \\ >> polyphony.
3751
3752         * lily/parser.yy (verbose_command_req): \skip now creates
3753         SkipMusic, and does not lead to spurious staves.
3754
3755         * scm/define-music-types.scm (music-descriptions): rename
3756         NonEventSkip to SkipMusic
3757
3758         * input/no-notation/midi-lyric-barcheck.ly: new file.
3759
3760         * input/regression/collision-dots-invert.ly: new file.
3761
3762         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3763         case.
3764
3765         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3766         die if melody died too.
3767
3768 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3769
3770         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3771         with reading from stdin.
3772
3773         * lily/slur-performer.cc (try_music): new file.
3774
3775         * lily/melisma-performer.cc (try_music): new file. Handle
3776         melismata to help lyrics.
3777
3778         * lily/beam-performer.cc (try_music): new file. Handle beam events
3779         to help lyrics.
3780
3781         * lily/score-performer.cc (one_time_step): reinstate
3782         process_music().
3783
3784         * lily/performer.cc (process_music): add to interface.
3785
3786         * lily/performer-group-performer.cc (process_music): new function.
3787
3788         * lily/dot-column.cc (do_shifts): do collision resolution before
3789         dot positioning.
3790         
3791         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3792         file, process printfilename option.
3793         (Snippet.__init__): rewrite: do not use global variables h or
3794         index.
3795         (main): really support -I option.
3796         (find_toplevel_snippets): new code.
3797         (find_toplevel_snippets): reinstate old version, without global
3798         variables.
3799
3800         * tex/texinfo.tex: really add file.
3801         
3802 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3803
3804         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3805         compatibility.
3806
3807 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3808
3809         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3810
3811         * scm/define-translator-properties.scm (drumPitchTable): add
3812         property.
3813
3814         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3815         function.
3816         (help_summary): docstrings.
3817         (do_file): strip the dir of input_base too.
3818
3819 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3820
3821         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3822
3823         * Documentation/user/lilypond-book.itely: Update.
3824
3825         * make/ly-rules.make: Update lilypond-book commands.
3826
3827         * Documentation/user/GNUmakefile: Update makeinfo commands,
3828         lilypond-book flags.
3829
3830         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3831         
3832         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3833
3834         * scripts/filter-lilypond-book.py: Remove.
3835
3836         * Documentation/user/*tely: Update options for new lilypond-book.
3837
3838         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3839         with @macros in @includes.
3840
3841 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3842
3843         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3844         make rest-collision only.
3845
3846         * lily/break-substitution.cc (substitute_one_mutable_property):
3847         clear all-elements using scm_assq_remove_x(). 
3848
3849         * lily/rest-collision.cc (do_shift): shift single rests
3850
3851         * flower/include/array.hh (class Array): rename to is_empty ()
3852
3853         * lily/drum-note-performer.cc: new file: perform drum notes.
3854
3855         * VERSION (PACKAGE_NAME): release 2.1.19.
3856         
3857 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3858
3859         * scripts/filter-lilypond-book.py
3860         (classic_lilypond_book_compatibility): New function.
3861
3862 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3863
3864         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3865
3866         * Grand 2003 -> 2004 search replace. 
3867
3868         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3869         (i.e. < > )
3870
3871         * ly/performer-init.ly: add DrumStaff
3872
3873         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3874         lyric-interface; this prevents lines with only extender lines from
3875         being junked.
3876  
3877         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3878
3879         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3880         extenders right, for once and for all (hopefully).
3881         
3882         * lily/break-substitution.cc (substitute_one_mutable_property):
3883         clear old 'all-elements for System grobs.
3884
3885         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3886         that associatedVoiceContext is always assigned when music & lyrics
3887         are found. 
3888
3889         * ly/engraver-init.ly: remove Lyrics context.
3890         (TabVoice): add noteheads engraver
3891
3892         * input/test/improv.ly: update: do not use Thread switching. 
3893
3894         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3895         squashedPosition is a number  
3896
3897         * Documentation/user/refman.itely (Automatic note splitting):
3898         remove Thread references.
3899
3900         * input/no-notation/pc-direction.ly: remove file.
3901
3902         * ly/engraver-init.ly: remove Thread
3903
3904         * input/regression/tie-chord-partial.ly: remove file.
3905
3906         * scripts/convert-ly.py (conv): \harmonic rule
3907
3908         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3909         notation for harmonic notes: <c' g''\harmonic>
3910
3911         * lily/lily-guile.cc (alist_to_hashq): new function
3912
3913         * scm/lily.scm (alist->hash-table): new function.
3914
3915         * Documentation/user/refman.itely (Percussion staves): update doco.
3916
3917         * input/regression/drums.ly (timb): updates
3918
3919         * lily/note-performer.cc (create_audio_elements): robustness fix.
3920
3921         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3922
3923 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3924
3925         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3926         discard valid matches.
3927
3928 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3929
3930         * lily/drum-note-engraver.cc: new file.
3931
3932         * ly/drumpitch-init.ly: move drum definitions
3933
3934         * scm/drums.scm: remove file.
3935
3936         * lily/*.cc: remove abort-event everywhere.
3937
3938         * lily/note-heads-engraver.cc (process_music): robustification.
3939
3940         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3941         robustification.
3942
3943         * lily/parser.yy (simple_element): add \drums mode.
3944         (simple_element): remove \pitchnames , \chordmodifiers. Use
3945         variables to store this. 
3946
3947         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
3948         outside \notes.
3949
3950         * VERSION: release 2.1.18.
3951         
3952         * input/test: remove octave-duplicate.ly
3953
3954 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3955
3956         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
3957
3958 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3959
3960         * lily/simultaneous-music-iterator.cc: remove clone() and copy
3961         constructor from Music_iterator. Changes throughout.
3962
3963         * lily/include/music-iterator.hh (class Music_iterator): remove
3964         Music_iterator::skip and Music_iterator::get_pending_events from
3965         interface. Rename report_to -> get_outlet 
3966
3967         * lily/auto-change-iterator.cc: move contents from
3968         new-auto-change-iterator.cc from
3969
3970         * scm/part-combiner.scm: determine split-list from Scheme. 
3971
3972         * lily/new-auto-change-iterator.cc (process): new file.
3973
3974         * lily/parser.yy (part_combined_music): remove old PC cruft.
3975
3976         * ly/engraver-init.ly: remove old
3977         PC cruft.
3978
3979         * Documentation/user/refman.itely (The Lyrics context): note about
3980         extender lines.
3981
3982         * lily/multi-measure-rest-engraver.cc (process_music): extra check
3983         to allow 0-length mmrest events.
3984
3985         * scm/part-combiner.scm (determine-split-list): many bugfixes.
3986
3987         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
3988
3989         * lily/spacing-engraver.cc (finalize): robustifications.
3990
3991         * input/regression/new-part-combine-solo-global.ly: new file.
3992
3993         * scm/part-combiner.scm: rewrite.
3994
3995 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
3996
3997         * Documentation/user/refman.itely, input/puer-fragment.ly,
3998         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
3999         updated for proper use of lyricsto; replaced "(" and ")" ->
4000         "\melisma" and "\melismaEnd"
4001
4002         * input/test/ancient-font.ly: small updates to reduce compile
4003         warnings (TODO: junk this file)
4004
4005         * input/test/gregorian-scripts.ly: added comment about bug
4006
4007         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4008         tiny robustness fix
4009
4010         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4011         recent changes in the feta code); temporarily mapped mensural g
4012         clef to a copy of petrucci g clef until mensural g clef will have
4013         been rewritten
4014
4015         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4016         between mensural and neo-mensural heads (this broke quite a while
4017         ago)
4018
4019         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4020
4021 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4022
4023         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4024         indication.  Fixes for verbatim, multi line comments.
4025
4026 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4027
4028         * input/regression/new-part-combine-solo.ly: more cases.
4029
4030         * lily/slur.cc (height): robustness fix.
4031
4032         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4033
4034         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4035         stemUp/stemDown.
4036
4037         * scm/music-functions.scm (determine-split-list): further analysis.
4038
4039         * lily/script-engraver.cc (try_music): discard duplicate
4040         articulations.
4041
4042         * input/regression/new-part-combine-solo.ly: new file
4043
4044         * input/regression/new-part-combine-a2.ly: new file.
4045
4046         * ly/performer-init.ly: add Devnull
4047
4048         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4049         for \musicglyph #"accidental-*"
4050         (conv): \newpartcombine rule.
4051
4052 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4053
4054         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4055
4056 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4057
4058         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4059         textwidth, --output.
4060
4061 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4062
4063         * scm/new-markup.scm (doubleflat): add accidental markups.
4064
4065         * VERSION: release 2.1.17
4066         
4067         * Documentation/user/refman.itely (Automatic part combining):
4068         revise documentation of the part-combiner.
4069
4070         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4071         
4072         * input/test/part-combine-{moment,staff}.ly: remove file.
4073
4074         * input/regression/pc-mmrest.ly (two): remove file.
4075
4076         * scm/define-music-types.scm (music-descriptions): add
4077         Solo{One,Two}Event and UnisonoEvent
4078
4079         * lily/new-part-combine-iterator.cc (unisono): add state_
4080         variable, signal changes with part-combine-event.
4081
4082         * input/regression/new-part-combine-text.ly: new file.
4083
4084         * lily/part-combine-engraver.cc: new file.
4085
4086 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4087
4088         * scripts/filter-lilypond-book.py: Handle snippet options.
4089
4090 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4091
4092         * scm/music-functions.scm (determine-split-list): detect solo1/2
4093         and unisono.
4094
4095         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4096         revert fix, document why.
4097
4098         * lily/tie-performer.cc (process_music): new function. Set melisma
4099         property.
4100
4101         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4102         always smaller than bracket size.
4103         (make_bracket): oops. Size of the gap was off by factor 2
4104
4105         * input/test/text-rotate.ly: new file.
4106
4107         * scm/new-markup.scm (markup): a macro that provides a
4108         LilyPond-like syntax in scheme for building markups, in order to
4109         help markup command definition. (Nicolas Sceaux)
4110
4111         * input/test/lyrics-skip-notes.ly: new example.
4112
4113         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4114
4115         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4116         use is_alias() iso. == . This fixes lyrics on
4117         GregorianTranscriptions. 
4118
4119 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4120
4121         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4122         \thispagestyle{lastpage} to avoid that it's printed on the second
4123         last page when there's only a single score line on the last page.
4124         (The page breaking mechanism in TeX played some ugly tricks to us.)
4125
4126 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4127
4128         * scripts/filter-lilypond-book.py: Further development.
4129
4130         * input/regression/collision-dots-move.ly: New test.
4131
4132         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4133         hand side note head of non-merged collision to the right.
4134
4135         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4136         Construct children before accessing property from emtpy
4137         lyrics_context_.
4138         (construct_children): Find thread before finding LyricsVoice.
4139         Create LyricsVoice one if none found, fixes crash (thanks Erik
4140         Sandberg).
4141
4142 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4143
4144         * cygwin/: Forward port.
4145
4146 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4147
4148         * buildscripts/install-info-html.sh: Use Bash.
4149
4150         * cygwin/mknetrel: Patch from Bert.
4151
4152 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4153
4154         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4155
4156         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4157         try to copy *png, index.html (Bertalan Fodor).
4158
4159         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4160
4161 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4162
4163         * lily/note-collision.cc (check_meshing_chords): Do not remove
4164         dots (from down head) when merging similar heads (thanks Matthias
4165         Kilian).  Simplify merge_possible tests and other cleanups
4166
4167         * input/regression/collision-merge-differently-dotted.ly: Add test
4168         for disappearing dots on similar heads for both voices.
4169
4170 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4171
4172         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4173         that tagline overrides copyright for single page scores. Correct
4174         the default tagline value.
4175
4176 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4177
4178         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4179
4180 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4181
4182         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4183         TEXMF if it's previously unset.
4184
4185 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4186
4187         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4188
4189         * input/test/trills.ly: fix the unfolding of lineprall.
4190
4191         * input/test/figured-bass-alternative.ly: fix accidental.
4192
4193 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4194
4195         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4196         
4197         * input/no-notation/dos-guile.ly: 
4198         * input/no-notation/dos-ps.ly: 
4199         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4200         
4201         * input/no-notation/safe-include.ly:
4202         * input/no-notation/safe-guile.ly:
4203         * input/no-notation/safe-ps.ly: 
4204         * input/no-notation/safe-tex.ly: New file.
4205
4206         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4207         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4208         options now.
4209         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4210         When in --safe-mode, set environment openout_any=p[aranoid].
4211
4212         * tex/ltest.tex: 
4213         * tex/lilyponddefs.tex: Add \nofiles.
4214
4215         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4216         options.
4217
4218         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4219         This allows building the user manual using a binary installation
4220         and a matching unpacked source tree.
4221
4222         * scm/lily.scm (safe-module): New variable. 
4223
4224         * lily/includable-lexer.cc (new_input): Fix error messages.
4225
4226         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4227         If SAFE, evaluate in safe-module.  Change callers.
4228
4229         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4230
4231         * lily/lexer.ll (embedded_scm): While processing main-input,
4232         invoke ly_parse_scm with safe mode if running in safe-mode.
4233         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4234         in init.ly for safe-mode.
4235
4236 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4237
4238         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4239         compatibility with old versions of geometry.sty (compat2
4240         already implied includehead).
4241         Change the page layout slightly so bottom + footskip = top +
4242         headheight + headsep = 16mm, the remaining paperheight-32mm
4243         are used for the music. Increase footskip to 5mm, so the top of
4244         the footer text doesn't touch the music.
4245
4246 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4247
4248         * VERSION: release 2.1.16
4249         
4250         * scm/music-functions.scm (determine-split-list): bugfix: only use
4251         new-active for both voices if both indexes advance. This fixes the
4252         biggest outstanding problem with new-pc. 
4253
4254         * lily/new-part-combine-iterator.cc (construct_children): set more
4255         directions.
4256
4257 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4258
4259         * scripts/convert-ly.py (conv): add instrument rule.
4260
4261         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4262
4263         * lily/side-position-interface.cc: remove add_staff_support ()
4264         Change all callers to use staff-padding.
4265
4266         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4267         make_spanner().
4268
4269         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4270
4271         * lily/text-engraver.cc: remove scriptHorizontal property.
4272
4273         * lily/beam.cc (least_squares): also set least-squares-dy for
4274         special case of slanted 2-stem beam to center.
4275
4276         * lily/side-position-interface.cc (out_of_staff): move contents of
4277         out_of_staff into aligned_side.
4278         remove out_of_staff().
4279
4280         * input/regression/measure-grouping.ly: fix warning.
4281
4282         * lily/side-position-interface.cc: add staff-padding support to
4283         Side_position_interface::aligned_side.
4284
4285         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4286         one get_property too many.
4287
4288         * flower/include/drul-array.hh (linear_combination): new function
4289         (scale_drul): new function
4290
4291         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4292         operations on empty intervals are silly.
4293
4294 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4295
4296         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4297         (iso gh_scm2int), fixes crash in new part-combiner.
4298
4299         * configure.in: Up mftrace to 1.0.27.
4300
4301 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4302
4303         * VERSION: release 2.1.15
4304         
4305         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4306         align all stanza numbers.
4307
4308 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4309
4310         * Documentation/user/{introduction.itely,refman.itely,
4311         converters.itely}: fix some text inside parentheses; text should
4312         be readable (even) if parentheses are either replaced with commas 
4313         or dropped out.
4314
4315 2004-01-25  Werner Lemberg  <wl@gnu.org>
4316
4317         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4318         input/test/vaticana.ly, input/test/ancient-font.ly,
4319         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4320         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4321         ly/params-as-init.ly, scm/define-grobs.scm,
4322         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4323
4324         * ly/params-as-init.ly: Removed.  Obsolete.
4325         * buildscripts/lilypond.words.py: Updated.
4326
4327 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4328
4329         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4330
4331         * mf/feta-din{4,5,7,9}.mf: remove.
4332         
4333         * lily/engraver.cc (internal_make_item): centralize item/spanner
4334         factory.
4335
4336         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4337         do correct chord conversion for ^"sim."  (backportme)
4338         (FatalConversionError.sub_articulations): substitute ^"foo" in
4339         chords too. (backportme)
4340
4341         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4342         for Fingering.
4343
4344         * lily/side-position-interface.cc (out_of_staff): don't do
4345         anything if staff-padding not defined. 
4346
4347         * mf/feta-params.mf (stafflines): introduce linethickness as
4348         general blackness of the font.
4349
4350         * lily/stem.cc (position_noteheads): rounding error robustness.
4351
4352         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4353         from beam-collision.ly 
4354
4355         * lily/beam.cc (rest_collision_callback): remove direction.
4356
4357         * scm/define-grobs.scm (all-grob-descriptions): remove
4358         enclose-bounds in OttavaBracket and PianoPedalBracket
4359
4360         * scm/new-markup.scm (def-markup-command) new macro, which takes
4361         care of defining the COMMAND-markup and make-COMMAND-markup
4362         procedures, setting markup-signature and keyword-signature object
4363         properties, and pushing the markup command in
4364         markup-function-list.
4365
4366         All markup commands are defined thanks to it.  Users may also use
4367         it to define their own markup commands. (Nicolas Sceaux)
4368
4369         * scm/new-markup.scm: Scheme style clean-up: there should be no
4370         parenthesis alone on a line; LET* should not be used where LET is
4371         enough. (Nicolas Sceaux)
4372
4373 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4374
4375         * scripts/filter-lilypond-book.py: Add script.
4376
4377 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4378
4379         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4380
4381 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4382
4383         * Documentation/user/refman.itely (Fingering instructions): add
4384         single note chords. 
4385
4386         * lily/multi-measure-rest-engraver.cc: use a single
4387         MultiMeasureEvent for mm rests. This prevents problems with the
4388         new part combiner.
4389
4390         * scm/music-functions.scm (determine-split-list): analysis has
4391         global effect: a difference halfway a phrase makes the entire
4392         phrase be typeset as apart.
4393         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4394
4395 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4396
4397         * ly/performer-init.ly: add Devnull.
4398
4399         * Documentation/user/refman.itely (Font selection): remove paper20
4400         ref.
4401         
4402 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4403
4404         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4405
4406 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4407
4408         * scm/music-functions.scm (determine-split-list): bugfixes.
4409
4410         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4411
4412         * input/test/scales-greek.ly: use C as base, results in different
4413         alterations at the clef.
4414
4415         * input/regression/pedal-ped.ly: new file.
4416
4417         * input/regression/pedal-bracket.ly: new file.
4418
4419         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4420         replace after_line_breaking()
4421
4422         * lily/line-interface.cc (line): read thickness.
4423         (line): dash-fraction = 0 always for dotted-line style.
4424
4425         * input/test/staff-lines.ly (lower): bugfix.
4426
4427         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4428         \accepts Devnull into Score.
4429
4430         * scm/lily.scm: remove bla.scm load.
4431
4432 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4433
4434         * VERSION: release 2.1.14
4435         
4436         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4437
4438         * lily/side-position-interface.cc (general_side_position): add
4439         Staff_symbol_referencer::staff_space ().
4440
4441         * lily/include/context-def.hh: rename from translator-def.hh
4442
4443 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4444
4445         * input/template/piano-dynamics.ly (pedal): Updated definition of
4446         Dynamics such that \cresc works, for example.
4447
4448 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4449
4450         * lily/stem.cc (calc_stem_info): use
4451         Staff_symbol_referencer::staff_space
4452
4453         * lily/beam-quanting.cc (quanting): scale Stem_info 
4454
4455         * lily/beam.cc (rest_collision_callback): use minimum-distance
4456         property for rest/beam collisions.
4457         (rest_collision_callback): bugfixes.
4458
4459         * lily/system.cc (post_processing): extra-offset is now relative
4460         to the size of the current staff.
4461
4462         * scm/music-functions.scm (notice-the-events-for-pc): record all
4463         voices, only analyze "one" and "two".
4464
4465         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4466         not parent. 
4467
4468         * lily/new-part-combine-iterator.cc (construct_children): create
4469         Devnull from Voice context
4470
4471         * scm/music-functions.scm (determine-split-list): bugfixes.
4472
4473         * lily/lily-guile.cc (robust_scm2int): new function
4474
4475         * lily/staff-symbol-referencer.cc (line_thickness): new
4476         function. Use throughout.
4477
4478         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4479         in its own context.  Add to preset font-size.
4480
4481         * lily/stem.cc (thickness): new function.
4482
4483         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4484         compute thickness from ledger-line-thickness.
4485
4486         * lily/note-head.cc (brew_ledger_lines): use
4487         Staff_symbol::get_ledger_line_thickness ().
4488
4489         * lily/beam.cc (rest_collision_callback): use
4490         Staff_symbol_referencer::staff_space().
4491
4492         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4493         Mus1 Mus2
4494
4495         * lily/include/translator.hh (class Translator): add accepts_list_
4496         so  \with { \denies / \accepts } also works.
4497
4498         * scm/music-functions.scm (determine-split-list): determine split
4499         list from music events.
4500
4501         * lily/new-part-combine-iterator.cc: more states.
4502
4503         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4504
4505 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4506
4507         * lily/system.cc (set_loose_columns): use the right prebroken cols
4508         for interpolating loose column position.
4509
4510         * lily/text-spanner.cc (brew_molecule): default to no vertical
4511         lines.
4512
4513         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4514         take space.
4515
4516         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4517
4518 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4519
4520         * scripts/convert-ly.py: Do not test filename when processing
4521         stdin.
4522
4523         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4524
4525 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4526
4527         * lily/axis-group-engraver.cc (finalize): extra check; if
4528         process_music () is never called, then staffline_ == 0.
4529
4530         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4531         check run_always ().
4532         
4533         * VERSION: release 2.1.13
4534
4535         * input/regression/note-head-style.ly (pattern): cleanup.
4536
4537         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4538         downloading.
4539
4540         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4541         kludge rehearsalmark placement.
4542
4543         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4544         , ly:spanner?
4545
4546         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4547         close to note head for accidentals.
4548
4549         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4550         tuplet direction.
4551
4552         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4553
4554 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4555
4556         * lily/include/music-iterator.hh (class Music_iterator): add
4557         substitute_outlet() to iterator API.
4558
4559         * lily/new-part-combine-iterator.cc (construct_children):
4560         New_pc_iterator: new class, better part combining.
4561
4562         * lily/tie-column.cc (werner_directions): new function
4563
4564         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4565
4566         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4567         empty objects group spanner as parent
4568
4569         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4570         slope against graphical slope.
4571
4572         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4573         for ottava bracket.
4574
4575         * lily/side-position-interface.cc (general_side_position):
4576         opps. reinstate *dir.
4577
4578         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4579         parser run.
4580
4581         * lily/tuplet-bracket.cc: remove calc_dy ().
4582
4583         * Documentation/user/refman.itely (Balloon help): document balloon
4584         help
4585
4586 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4587
4588         * scm/document-backend.scm (check-dangling-properties): Grob
4589         properties are defined define-grob-properties.scm.
4590         
4591 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4592         
4593         * VERSION: release 2.1.12
4594
4595         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4596         ChordName
4597
4598         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4599         relation to surroundings.
4600
4601         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4602         Y-extent to the note-extents: stay clear of the staff.
4603
4604 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4605
4606         * Documentation/user/GNUmakefile
4607         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4608         iso. copy.
4609
4610         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4611
4612         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4613
4614         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4615
4616         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4617
4618         * lily/line-interface.cc (line): remove thickness from calling interface.
4619
4620         * lily/hairpin.cc: use Line_interface
4621
4622         * lily/line-interface.cc: new file. Line_interface for everything
4623         with dotted/dashed lines.
4624         
4625
4626         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4627
4628         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4629         for constructing ottava brackets.
4630         
4631         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4632         the note heads.
4633
4634         * Documentation/user/internals.itely (Engravers and performers):
4635         fix broken link.
4636
4637         * scm/music-functions.scm (make-mark-set): new function.
4638
4639         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4640         functionally identical to beam.
4641
4642         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4643         () with beam (). 
4644
4645         * Documentation/user/refman.itely (Rehearsal marks): document new
4646         functionality.
4647
4648         * input/regression/rehearsal-mark-number.ly: new file.
4649
4650         * input/regression/rehearsal-mark-letter.ly: new file.
4651
4652         * scm/translation-functions.scm (number->mark-string): new function
4653         (format-mark-letters): new function
4654         (format-mark-numbers): new function
4655
4656         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4657         integer; formatting is done through markFormatter property.
4658         
4659         * scm/define-translator-properties.scm: fold all *-done properties
4660         into positioning-done.
4661
4662         * lily/beam.cc (position_beam): new function
4663         (brew_molecule): make sure that positions are calced before making
4664         the molecule.
4665
4666         * scm/output*.scm (beam):  take 4th argument for function.
4667
4668         * ps/music-drawing-routines.ps: take blot as 4th argument.
4669
4670         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4671         stem to avoid small dents.
4672         
4673 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4674
4675         * VERSION: release 2.1.11
4676
4677         * input/regression/balloon.ly: new file.
4678
4679         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4680         objects, and make help texts. 
4681
4682         * scm/new-markup.scm (parse-simple-duration): parse duration
4683         string to log & dots. (Thanks Nicolas!)
4684
4685         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4686         rule.
4687
4688 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4689
4690         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4691         Lemberg).
4692
4693         * THANKS: alphabetic order.
4694
4695 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4696
4697         * input/regression/note-head-harmonic.ly: new file.
4698
4699         * Documentation/user/internals.itely (Technical manual): explain
4700         difference between music, translation, layout.
4701
4702         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4703
4704         * scm/output-ascii-script.scm (bracket): rounding bfs.
4705
4706         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4707
4708         * ly/paper*.ly: remove files. 
4709         
4710         * scm/paper.scm (set-staff-size): new function: set default
4711         staff-size.
4712
4713         * scripts/convert-ly.py (conv): add conversion rule.
4714
4715         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4716         function.
4717
4718         * scm/paper.scm: new file.
4719         (set-staff-size): new function 
4720         (set-paper-size): new function
4721
4722         * lily/parser.yy (music_output_def_body): restructure definition,
4723         so first Scheme statement in \paper also happens in new scope. 
4724
4725         * lily/system.cc (post_processing): move uniquify_list () to
4726         dumping molecule stage.
4727
4728         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4729         this will mess up scores that use barchecks to shorten measures.
4730
4731         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4732         at 20pt too.
4733
4734         * Documentation/user/tutorial.itely (Printing lyrics): document
4735         \lyricsto
4736
4737         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4738
4739         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4740
4741         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4742         if Voice is not found.
4743
4744         * VERSION: release 2.1.10
4745         
4746         * input/{test,regression}/: remove old-relative 
4747
4748         * lily/lexer.ll: add empty markup signature. 
4749
4750         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4751         strut markup
4752
4753         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4754
4755         * scm/define-translator-properties.scm: update melismata property
4756         doco.
4757
4758         * lily/system.cc (output_lines): revert uniquify_list() patch,
4759         strange side effects seen.
4760         
4761         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4762         dash-period < 0.
4763
4764         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4765         for flute. 
4766
4767 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4768
4769         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4770
4771         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4772
4773         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4774         of line breaks.
4775         (brew_molecule): add padding to left, not right.
4776
4777         * lily/system.cc (uniquify_list): new function
4778         (output_lines): uniquify_list () on all-elements. This fixes
4779         double symbols in the output.
4780
4781         * lily/beam.cc (rest_collision_callback): don't move anything if
4782         staff-position is set.
4783
4784         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4785
4786         * lily/system.cc (typeset_grob): warn if adding twice.
4787
4788         * lily/sequential-iterator.cc (run_always): implement run_always().
4789         (also in other files.)
4790         
4791         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4792
4793         * lily/event.cc (to_relative_octave): add octave-check.
4794
4795         * Documentation/user/refman.itely (Line breaking): add noBreak.
4796
4797         * scm/new-markup.scm (normalsize-markup): add function.
4798         (sans-markup): new function.
4799
4800         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4801         come earlier nowadays.  This fixes beams on grace notes.
4802         
4803         * scm/music-functions.scm (direction-polyphonic-grobs): new
4804         variable, share between override and revert. This fixes script
4805         directions in polyphonic sections. (backportme)
4806
4807 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4808
4809         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4810         breakpoints.
4811
4812         * lily/break-align-interface.cc: add doco
4813
4814         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4815
4816 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4817
4818         * VERSION: release 2.1.9
4819
4820         * scm/document-markup.scm (markup-doc-node): add note about naming.
4821
4822         * scm/new-markup.scm (left-align-markup): bugfix. 
4823
4824         * Documentation/user/refman.itely (Ottava brackets): more doco for
4825         ottava.
4826
4827         * lily/side-position-interface.cc (out_of_staff): also do
4828         out_of_staff() correctly for d == DOWN.
4829
4830         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4831         horizontal line if they move to the right.
4832         
4833         * scm/define-grobs.scm (all-grob-descriptions): set
4834         text-repeat-if-broken for ottava spanner
4835
4836         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4837         property.
4838
4839         * mf/feta18.mf: design size is 18 not 22.5
4840
4841         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4842         Add a single LyricsVoice to a melody. Melismata may be set
4843         individually.
4844
4845         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4846
4847         * lily/dot-column.cc: add stdio.h
4848
4849 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4850
4851         * lily/item.cc: documentation for break-visibility (Thanks, John).
4852
4853 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4854
4855         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4856
4857         * lily/translator-def.cc: rename Translator_def to Context_def.
4858
4859         * Documentation/user/internals.itely (Lexical details): clarify
4860         string def.
4861
4862         * Documentation/user/refman.itely (Rhythmic music): add link to
4863         RhythmicStaff 
4864
4865 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4866
4867         * lily/translator.cc: document start_translation_timestep()
4868
4869         * scm/output-tex.scm (tex-encoded-fontswitch): use
4870         round for rounding (inexact->exact yields rationals)
4871
4872         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4873
4874         * lily/translator-group.cc (get_simple_trans_list): 
4875         new function; construct simple_trans_list_ lazily.
4876         
4877 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4878
4879         * lily/paper-outputter.cc (output_scope): Check if number before
4880         checking exact (guile cvs).
4881
4882         * scm/*: Escape backslashes in scheme strings (guile cvs).
4883
4884 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4885
4886         * Documentation/user/refman.itely (Tablatures basic): annotate
4887         seealso sections.
4888
4889         * lily/*.cc: cleanup of engraver initialize() functions.
4890
4891         * lily/repeat-acknowledge-engraver.cc
4892         (start_translation_timestep): remove first_b_
4893
4894         * lily/tab-note-heads-engraver.cc: listen to string number events
4895         inside < > too. (backportme).
4896
4897         * Documentation/user/refman.itely (Text scripts): add fatText to
4898         index.
4899
4900 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4901
4902         * VERSION: 2.1.8
4903
4904         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4905         footer.
4906
4907         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4908
4909         * lily/bar-check-iterator.cc (process): only warn if
4910         barCheckLastFail was changed.
4911
4912         * scm/define-translator-properties.scm (barCheckLastFail): add
4913         property.
4914
4915         * lily/main.cc (main_prog): print summary of failed files.
4916
4917         * lily/axis-group-engraver.cc: move all spanner creation to
4918         process_music (). Now staffs can be adjusted with \override too.
4919         (Jan, you are a brilliant programmer!)
4920         
4921         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4922
4923 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4924
4925         * Documentation/user/tutorial.itely (Integrating text and music):
4926         Show the commands to produce a PDF as well.
4927
4928 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4929
4930         * lily/translator-def.cc (get_translator_names): accept user
4931         tweaks too. 
4932
4933         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4934         as big as normal heads. 
4935
4936         * input/*ly: run convert-ly
4937         
4938         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4939         () if dependencies are fluked.
4940
4941         * scm/document-translation.scm (engraver-doc-string): update on
4942         latest string/symbol conventions.
4943
4944         * lily/translator-ctors.cc: use Scheme_hash_table.
4945
4946         * lily/translator-def.cc (get_translator_names): new function
4947         (add_context_mod): new function
4948         (get_accepted): new function
4949
4950         * lily/parser.yy (context_mod): put all modifications of
4951         \translator { } in a single production, encode as SCM.
4952
4953         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
4954         to use read-only lists, so additions to the definition can be
4955         prepended easily.  
4956
4957         * Documentation/user/invoking.itexi (Editor support): add node on
4958         editor support.
4959
4960         * Documentation/user/refman.itely (Bar check): add lyrics example
4961         of bar checks. 
4962
4963         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
4964
4965         * scripts/convert-ly.py (conv): add conversion rule.
4966
4967         * lily/parser.yy: use \change iso. \translator for staff switch.
4968
4969         * lily/my-lily-lexer.cc: add \change.
4970
4971         * scm/define-translator-properties.scm
4972         (default-melisma-properties): add definition.
4973
4974 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4975
4976         * Documentation/user/refman.itely (Bar lines): clarification of
4977         systemStartDelimiter. 
4978
4979         * input/test/slur-shape.ly (x): remove file.
4980
4981         * lily/translator-group.cc (apply_property_operations): new function.
4982
4983 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4984
4985         * lily/parser.yy (optional_prop_ops): allow \with {
4986         PROPERTYSETTINGS } following \context or \new.
4987
4988         * lily/my-lily-lexer.cc: add \with.
4989
4990         * lily/parser.yy (property_operation): clean up definition of
4991         property operations.
4992         (property_op_to_music): new function.
4993         (context_spec_music): new function
4994
4995         * VERSION: 2.1.7 released.
4996         
4997         * input/regression/collision-merge-dots.ly: new file.
4998
4999         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5000         then kill the dots too. 
5001
5002         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5003         set/unset breakableSeparationItem
5004
5005         * lily/separation-item.cc (relative_width): add function.
5006
5007         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5008         only-prebreak-interface
5009
5010         * lily/system.cc (output_lines): only junk only-prebreak-interface
5011         grobs.
5012
5013         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5014         read breakableSeparationItem
5015
5016         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5017
5018         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5019
5020         * lily/dot-column.cc (dot_config_badness): new function:
5021         select the best scoring dot configuration: dots should go close to
5022         the note heads, but be shifted up or down according to conventions.
5023         (print_dot_configuration): idem.
5024         (shift_one): idem
5025         (remove_collision): idem.
5026
5027         * input/regression/dots.ly: add more test cases.
5028
5029 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5030
5031         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5032
5033         * flower/include/interval.hh: rename elem_b to contains 
5034
5035         * lily/tie.cc: change 'heads to 'head-pair.
5036
5037         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5038         fill in 'heads field.
5039
5040         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5041         minimum-length for short ones, and shorten so collisions with the
5042         next syllable are avoided.
5043
5044         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5045         near-zero slopes.
5046         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5047
5048         * lily/dots.cc: remove quantized_position callback. All Y
5049         positioning is done by dot-column.cc
5050
5051         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5052         exhaustive test of all dot positions. This fixes disappearing dots
5053         in dotted chords.
5054
5055 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5056
5057         * mf/feta-klef.mf (test_staff): fatten up G clef
5058         (test_staff): fatten up f clef.
5059         
5060
5061 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5062
5063         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5064         * input/les-nereides.ly: Use latin1 characters for title, like
5065         Morgenlied.
5066
5067 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5068
5069         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5070         cmb10).
5071
5072         * lily/lyric-extender.cc (brew_molecule): add little space before
5073         extender line.
5074
5075         * lily/beam-quanting.cc (score_forbidden_quants): check if
5076         outer stafflines fall in any beam gaps.
5077
5078         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5079         for lyric texts.
5080
5081 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5082
5083         * VERSION: 2.1.6 released.
5084
5085         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5086         this shows the demerits of a user-defined beam position pair.
5087
5088         * scm/define-grobs.scm (all-grob-descriptions): set
5089         beamed-extreme-minimum-free-lengths to a different value.
5090
5091         * lily/scm-option.cc: add debug-beam scm-option
5092
5093         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5094
5095 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5096
5097         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5098
5099         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5100         space after barline.
5101
5102         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5103
5104         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5105         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5106         the other case, take standard column-breakable spacing. Do not
5107         warn about "no spacing wishes".
5108
5109         This fixes wide spaces after barlines in very loose lines.
5110
5111         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5112
5113 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5114
5115         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5116         acknowledge_grob lyric-syllable, not lyric-text.
5117
5118         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5119         dashes of length #'length separated by #'dash-period. 
5120
5121         * lily/lyric-extender.cc (brew_molecule): idem
5122
5123         * lily/multi-measure-rest.cc (big_rest): idem
5124
5125         * lily/system-start-delimiter.cc (simple_bar): idem
5126
5127         * lily/bar-line.cc (simple_barline): use rounded box
5128
5129         * VERSION: release 2.1.5
5130
5131         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5132         music): move note about dvips to more visible place.
5133
5134         * lily/lyric-phrasing-engraver.cc: move from
5135         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5136         lyric-phrasing-engraver.hh)
5137         
5138         * lyric-align.ly: remove file
5139         
5140         * scripts/convert-ly.py (FatalConversionError.func): add removal
5141         rule for automaticMelismata
5142
5143         * ly/engraver-init.ly (ScoreContext): switch on
5144         New_phrasing_engraver by default.
5145
5146         * lily/slur-engraver.cc (class Slur_engraver):
5147         process_acknowledged_grobs -> process_music.
5148         (try_music): signal melismata correctly.
5149
5150         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5151         word-space, right-trim-amount, and extend past right bound only
5152         for note heads.
5153
5154         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5155         lyric-extender support: add note-heads to the extender
5156         automatically.
5157
5158         * lily/parser.yy: extender is now post_event. 
5159
5160         * lily/accidental-engraver.cc (number_accidentals): remove
5161         spurious warning about non-parent contexts.
5162
5163         * lily/music-output-def.cc (assign_translator): \translator { }
5164         for a Foo context implicitly redefines \FooContext.
5165
5166         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5167         fixes.
5168
5169         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5170         doubly in slur weight. 
5171
5172         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5173         combination.
5174
5175         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5176         staffbar distance.
5177
5178         * scripts/lilypond.py (global_latex_preamble): crank down size of
5179         the margins. Now there is a 12 mm top and bottom margin, which
5180         should correspond with the printable area of modern printers.
5181
5182         This enlarges the music height of the printable page a little.
5183
5184         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5185         signs. Use \markup instead.
5186         (accreg_pen): tweak for accordeon asterisk.
5187
5188 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5189
5190         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5191
5192         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5193
5194         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5195
5196         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5197
5198         * scm/define-grobs.scm (all-grob-descriptions): change
5199         StanzaNumber description: make side support, i.s.o. breakable.
5200         use Instrument_name_engraver for texts in the margin.
5201
5202         * scm/define-translator-properties.scm: remove
5203         melismaEngraverBusy, stz property.
5204
5205         * *.cc: naming: change empty_b () into is_empty ()
5206
5207         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5208
5209         * input/regression/lyric-phrasing-new.ly: new file.
5210
5211         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5212         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5213         melismata are now left-aligned.
5214
5215 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5216
5217         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5218
5219         * mf/feta19.mf: remove.
5220         
5221         * mf/feta-klef.mf (test_staff): more tweaks
5222
5223         * mf/feta-toevallig.mf: more small size tweaks.
5224
5225         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5226         rests for smaller sizes.
5227
5228         * mf/feta-bolletjes.mf: fix cross heads.
5229
5230         * VERSION: release 2.1.4
5231         
5232         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5233         deprecated #'ancient font family
5234
5235         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5236         it is a string or number.
5237
5238         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5239         change calling convention of stem-attachment function. 
5240
5241         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5242
5243         * mf/feta-autometric.mf: dump WX/WY fields too
5244         
5245         * mf/parmesan-heads.mf: idem.
5246
5247         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5248         attachment coordinates.
5249
5250         * lily/note-head.cc (stem_attachment_coordinate): read stem
5251         attachment from the notehead glyphs WX/WY fields.
5252
5253         * lily/include/font-metric.hh (struct Font_metric): add methods
5254         get_indexed_wxwy (), make a distinction between looking up by
5255         index and ASCII  
5256
5257         * mf/feta-bolletjes.mf: rewrite note head MF code.
5258         (test_outlines): make heads more rotund for smaller sizes. 
5259
5260 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5261
5262         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5263         throughout. Font scaling fixes throughout.
5264
5265         * mf/feta-sleur,slur.mf: remove. 
5266
5267         * mf/feta-slag.mf: rewrite.
5268
5269 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5270
5271         * VERSION: release 2.1.3
5272
5273         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5274
5275         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5276
5277         * lily/mark-engraver.cc (process_music): fix mark
5278         \default. (backportme)
5279
5280         * stepmake/stepmake/automatically-generated.sub.make (default):
5281         use -n for head/tail commands. 
5282
5283         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5284         heads with the same pitch.
5285
5286 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5287
5288         * lily/recording-group-engraver.cc (finalize): set protected_scm
5289         member to '() before finalizing.
5290
5291         * lily/translator-group.cc (finalize): remove removal_processing () 
5292
5293         * lily/recording-group-engraver.cc: new engraver: record
5294         synchronized start & end times for each music object.
5295
5296         * lily/parser.yy (toplevel_expression): execute score rendering
5297         during parsing. Cleanup output-filename handling; this is no
5298         longer done with global variables.
5299         (translator_spec_body): allow \type modification too.
5300
5301         * lily/score.cc:  ly:run-translator: new function
5302         (LY_DEFINE): ly:render-output new function.
5303
5304         Separate interpreting and rendering, and make available as
5305         functions at Scheme level.
5306
5307 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5308
5309         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5310         (musicxml-node->string):
5311         (xml-node->string):
5312         (music-to-musicxml): New function.
5313
5314 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5315
5316         * VERSION: 2.1.2 released
5317
5318         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5319
5320         * scm/font.scm (paper20-font-vector): discouple font design sizes
5321         from sizes specified in .ly file: store all design sizes of a font
5322         in a single vector.
5323
5324         * lily/font-select.cc (get_font_by_design_size): new function
5325
5326         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5327         add parmesan,feta in sizes 14 and 18.
5328         
5329         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5330
5331         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5332         of fontSize: this now sets font-size
5333
5334 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5335
5336         * VERSION: 2.1.1 released
5337         
5338         * Documentation/user/refman.itely (Tuning objects): add note about
5339         concurrent tweaks in different contexts. 
5340
5341         * lily/tie-engraver.cc (acknowledge_grob): use
5342         Staff_symbol_referencer::get_position iso. reading staff-position
5343         directly.
5344
5345         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5346         currentMusicalColumn as left span-point for bracket. The bracket
5347         is too long when there are accidentals.
5348
5349 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5350
5351         * buildscripts/lilypond-profile.sh,
5352         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5353         Thanks to Reuben Thomas <rrt@mupsych.org>
5354
5355 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5356
5357         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5358         Wurbel <wurbel@univ-tln.fr>.
5359
5360 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5361
5362         * scripts/midi2ly.py: Add space after chords.
5363
5364 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5365
5366         * input/regression/{many}: add few @code{ ... }.
5367
5368 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5369
5370         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5371         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5372         Removed cmbx5, cmbx6 (which are included in teTeX)
5373         and cmbxti14 which is not used in fonts.scm.
5374
5375 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5376
5377         * lily/midi-item.cc: fine tune quarter tones.
5378
5379 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5380
5381         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5382         new function, warn how many cents are missing in fine tuning.
5383
5384 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5385
5386         * input/bugs/rhytmicstaff-tie.ly: add file.
5387
5388         * THANKS: Create skeleton for 2.1.
5389
5390 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5391
5392         * input/test/bar-lines.ly (TODO): dashed "|".
5393
5394 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5395
5396         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5397         input/regression/tie-chord.ly: Fix spell for tying.
5398
5399         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5400
5401         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5402         new file (renamed, see above).
5403
5404         * Documentation/user/lilypond-book.itely
5405         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5406         * input/example-1.ly input/example-2.ly input/example-3.ly
5407         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5408         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5409         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5410         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5411         * scripts/lilypond-book.py scripts/lilypond.py
5412         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5413         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5414
5415         * Documentation/user/lilypond.tely: update version.
5416
5417         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5418         Remove extra spaces in each @node, fixes spaces.
5419
5420 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5421
5422         * scripts/lilypond-book.py (output_dict): Add definition of
5423         \lilypondbook also for LaTeX output. Solves several bug reports.
5424
5425 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5426
5427         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5428
5429 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5430
5431         * input/test/transposition.ly: Fix key signatures, given in comments.
5432
5433 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5434
5435         * scm/midi.scm (instrument-names-alist),
5436         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5437
5438 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5439
5440         * input/test/temporary-stave.ly (texidoc): New example based on an
5441         email question from Ralph Little.
5442
5443 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5444
5445         * VERSION: release 2.1.0
5446         
5447         * lily/note-performer.cc (try_music): accept busy-playing-event.
5448
5449         * lily/swallow-perf.cc (try_music): return false for
5450         busy-playing-event and melisma-playing-event.
5451
5452 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5453
5454         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5455         >> in \score.
5456
5457 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5458
5459         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5460         that articulation_substitute will not move beam start again.
5461         (articulation_substitute): Bugfix: remove stray space so that new
5462         old chords ending '>>' does not get broken up.
5463         (sub_chord): Use TAB for indentation (not spaces).
5464         
5465         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5466         Bugfix for startup: Use ?^ instead of ?\^.
5467
5468 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5469
5470         * lily/lyric-combine-music-iterator.cc
5471         (Lyric_combine_music_iterator): change init order, to prevent GC
5472         segfaults.
5473
5474         * lily/context-specced-music-iterator.cc (construct_children): 
5475         only change  translator if found. This fixes a core dump problem.
5476
5477 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5478
5479         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5480         comparison.
5481
5482         * mf/feta-bolletjes.mf: make hole in half note little
5483         smaller for stem attachment.
5484
5485         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5486
5487         * mf/feta-banier.mf: don't draw stem with flag, just small square
5488         attachment.
5489
5490         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5491
5492         * mf/feta-banier.mf: remove upstem/downstem characters.
5493
5494         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5495
5496         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5497         stafflinethickness (in the default)
5498
5499         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5500
5501         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5502
5503         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5504
5505         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5506
5507         * lily/include/directional-element-interface.hh:
5508         junk class, make {get,set}_grob_direction functions.
5509
5510         * lily/slur.cc (get_attachment): do something sensible when
5511         attaching to stem without heads (eg. a rest).
5512
5513         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5514         forcing up to staff.  remove #'support-head property
5515         (brew_molecule): small cleanup.
5516         (flag): remove #'grace property.
5517
5518 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5519
5520         * cygwin/postinstall-lilypond.sh: 
5521         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5522         (Volker Zell).
5523
5524 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5525
5526         * scripts/lilypond-book.py: resurrect 'eps' option. 
5527         (TexiPaper.to_eps): use -Ppdf for EPS files.
5528
5529         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5530
5531         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5532
5533         * VERSION: release 2.0.1
5534
5535         * lily/bezier.cc (get_other_coordinate): change assert into
5536         warning.
5537
5538         * lily/note-head.cc (internal_brew_molecule): make left protusion
5539         smaller, to accomodate for natural sign.
5540         (internal_brew_molecule): only do this when the accidental is
5541         close enough.
5542         (extent): new function
5543
5544         * lily/skyline.cc (merge_skyline): new function
5545         (heighten_skyline): new function
5546
5547         * lily/accidental-placement.cc (position_accidentals) 
5548         (position_accidentals): fix todo.
5549
5550 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5551
5552         * input/test/+.ly (texidoc): put version number inline.
5553
5554         * GNUmakefile.in: remove rsync-web target.
5555         
5556         * input/regression/bar-scripts.ly (onestaff): raggedright
5557
5558 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5559
5560         * lily/*.cc: remove #if 0'd code in couple of places.
5561
5562         * lily/midi-stream.cc (operator <<): rewrite.
5563
5564         * lily/note-head.cc (internal_brew_molecule): 
5565         only make ledgers when the Staff symbol has lines.
5566
5567         * ly/property-init.ly (arpeggioBracket): simplify
5568
5569         * lily/translator-group.cc (execute_pushpop_property): use
5570         SCM_EQ_P for comparing keys. This fixes reverting
5571         auto-beam-settings.
5572
5573 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5574 *
5575         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5576         midi_debug_global_b.
5577         (operator <<): Normalise loop.
5578
5579 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5580
5581         * scripts/lilypond.py (escape_path): revise.
5582
5583         * scm/music-functions.scm (set-output-property): new function.
5584         
5585 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5586
5587         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5588         use addmakeflags again.
5589
5590         * cygwin/lily-wins.py (escape_shell): New function; use it.
5591
5592         * scripts/lilypond.py (escape_shell): Escape quotes and other
5593         spaces too.  Do not escape escaping backslashes.
5594
5595         * make/srcdir.make.in (web-install): Must call install-WWW now.
5596
5597         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5598         dependency
5599
5600 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5601
5602         * scripts/lilypond.py (escape_path): escape quotes too. 
5603
5604         * Documentation/user/lilypond.tely (Unified index): rename Index
5605         to accomodate Windows breakage.
5606
5607         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5608
5609         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5610         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5611         target not a source.
5612
5613 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5614
5615         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5616         addmakeflags.  Build and install doc and web also when building on
5617         Cygwin.
5618
5619         * mf/GNUmakefile: Bugfix.
5620
5621         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5622         target web.
5623
5624         * cygwin/lily-wins.py: Quote filename.
5625
5626 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5627
5628         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5629
5630 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5631
5632         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5633         settings.
5634
5635         * configure.in: Require g++ > 3.0.4.
5636
5637         * mf/GNUmakefile: Bugfix: Add list.ly target.
5638         
5639         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5640
5641         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5642         make omf directory, add uninstall targets.
5643
5644 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5645
5646         * lily/tie-performer.cc (initialize): init prev_event
5647
5648         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5649
5650         * lily/script-engraver.cc (make_script_from_event): don't crash on
5651         non-string articulation-type.
5652
5653         * lily/new-fingering-engraver.cc (add_script): don't crash on
5654         0 scripts 
5655         (acknowledge_grob): warn about text script events.
5656
5657 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5658
5659         * buildscript/lilypond.words: fix path for drums.scm.
5660
5661 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5662
5663         * lily/spacing-spanner.cc (note_spacing): don't make longer
5664         durations than measure-length.
5665
5666         * VERSION: release 2.0.0
5667
5668         * GNUmakefile.in (rsync-web): version independent rsync target.
5669
5670         * input/test/+.ly (texidoc): idem.
5671
5672         * input/regression/+.ly: print version number.
5673
5674         * input/regression/accidentals.ly (mel): shorten.
5675
5676         * input/regression/accidental-octave.ly (texidoc): shorten.
5677
5678         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5679
5680         * input/regression/completion-heads-polyphony.ly: octave
5681
5682         * input/regression/beam-manual.ly: remove
5683
5684         * input/regression/beam-chord.ly: remove
5685
5686         * input/regression/grace-dynamic.ly: remove
5687         
5688         * input/regression/grace-volta-repeat.ly: octave fixes.
5689
5690         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5691
5692         * lily/parser.yy (step_number): semitones for chord entry too.
5693         (make_chord_step): more robust code, semitones. 
5694
5695         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5696
5697         * input/regression/breathing-sign.ly (texidoc): split ancient and
5698         normal breathing signs.
5699
5700         * scm/define-grobs.scm (all-grob-descriptions): swap
5701         beamed-extreme-minimum-free-lengths and
5702         beamed-minimum-free-lengths; the 'extreme' case should allow
5703         shorter stems. This fixes forced directions on beamed 32nd and
5704         shorter notes.
5705
5706         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5707         quartertones, not semitones.
5708         (NoteNamesContext): swallow more event types
5709
5710         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5711
5712         * VERSION (PACKAGE_NAME): release 1.9.10
5713
5714 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5715
5716         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5717         set note head as cause of note-column.  This gives a better error
5718         message.
5719
5720 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5721
5722         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5723
5724 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5725
5726         * mf/GNUmakefile (pfa_warning): instruct 
5727
5728         * stepmake/aclocal.m4: typo.
5729
5730         * Documentation/user/cheatsheet.itely: more verbose examples.
5731
5732         * input/regression/clefs.ly: remove bogus docstring.
5733
5734 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5735
5736         * GNUmakefile.in (SUBDIRS): Add elisp.
5737
5738         * elisp/lilypond-mode.el: 
5739         * elisp/lilypond-init.el: 
5740         * elisp/lilypond-indent.el: 
5741         * elisp/lilypond-font-lock.el: Move from top dir.
5742
5743         * stepmake/stepmake/elisp-vars.make: New file.
5744
5745         * config.make.in (elispdir): Add.
5746
5747         * Documentation/topdocs/INSTALL.texi: Typo.
5748
5749         * make/ly-rules.make: Test for files instead of touching void and
5750         ignoring errors.
5751
5752         * GNUmakefile.in:
5753         * make/lilypond.redhat.spec.in:
5754         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5755         <builddir>, adding
5756         
5757              (push "<builddir>/share/lilypond/elisp" load-path)
5758
5759         to your ~/.emacs.el should give you LilyPond-mode again.
5760
5761         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5762         regexp for DOS/Windows, we are too paranoid to fix others.
5763
5764 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5765
5766         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5767
5768         * input/test/chord-names-jazz.ly (banterProperties): fix
5769
5770         * lily/parser.yy (bass_mod): bass figure alterations are semi
5771         tones, not quarter tones
5772
5773         * lily/beam.cc (set_stem_lengths): only lengthen stems
5774         for gapped beams.
5775
5776         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5777         by beamcount.
5778
5779         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5780         a warning that the warning may erroneous.
5781
5782         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5783         target.
5784
5785         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5786         targets.
5787
5788         * GNUmakefile.in ($(config_h)): config.h should depend on
5789         config.hh.in .
5790         (lilypond.words): remove fontball stuff.
5791
5792         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5793
5794         * configure.in: remove pktrace reference.
5795
5796         * GNUmakefile.in (rsync-web): permissions and ownership for
5797         website.
5798
5799         * lily/volta-engraver.cc (staff_eligible): new function.
5800         (stop_translation_timestep): kill off spanners if not eligible.
5801
5802         * VERSION (PATCH_LEVEL): release 1.9.9
5803
5804         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5805
5806         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5807         length is more important than forbidden quants.
5808         
5809 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5810
5811         * buildscripts/lilypond.words: order words in search order,
5812         add lilypond.words.vim to be generated.
5813
5814         * lilypond.vim: use lilypond.words.vim for keyword matching.
5815
5816         * lilypond-mode.el: use search order. fix word selection rules.
5817
5818         * lilypond-font-lock.el: fix fontifying long durations.
5819
5820         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5821
5822 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5823
5824         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5825
5826         * stepmake/stepmake/generic-targets.make:
5827         * stepmake/stepmake/bin/make-version.py: 
5828         * stepmake/aclocal.m4:
5829         * make/stepmake.make:
5830         * make/toplevel-version.make: Build fixes: remove last traces of
5831           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5832
5833         * lily/beam.cc: Add gap-count property.
5834
5835 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5836
5837         * scm/define-grob-properties.scm (gap-count): add gap-count
5838
5839         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5840
5841 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5842
5843         * cygwin/mknetrel.doc: Typo.
5844
5845         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5846
5847         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5848
5849 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5850
5851         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5852         sizes. Remove support for 'ledger'(=tabloid+landscape).
5853
5854 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5855
5856         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5857         sauter PFAs.
5858
5859         * configure.in: remove VERSION stuff once again.
5860
5861         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5862
5863         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5864         for chord names.
5865
5866         * mf/GNUmakefile: always trace pfa fonts.
5867         (SAUTER_FONTS): add cmss[567] too fonts
5868
5869         * configure.in: require mftrace. 
5870
5871         * lily/staff-performer.cc (new_instrument_string): don't look at
5872         instrument property.
5873
5874         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5875         is_direction is the C++ one. Similar for ly_axis_p and
5876         ly_number_pair_p
5877
5878 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5879
5880         * lily/beam.cc (brew_molecule): read gap-count to determine
5881         number of tremolo (gapped) beams.
5882
5883         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5884         shorter than 1/8
5885
5886         * flower/include/array.hh (default_compare): new function
5887
5888         * cygwin/mknetrel: Native fixes.
5889
5890         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5891
5892 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5893
5894         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5895         feature for Windows.
5896
5897         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5898
5899         * cygwin/mknetrel: Updates for native use on Cygwin.
5900
5901         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5902
5903         * stepmake/stepmake/help2man-rules.make: 
5904         * cygwin/mknetrel: Bugfix for manpages.
5905
5906         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5907         $(builddir).  Stepmake is a normal subdirectory now, that is not
5908         configured.  Another srcdir build fix.
5909
5910         * Documentation/topdocs/INSTALL.texi,
5911         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5912         lilypond-init.el, lilypond-mode.el, debian/rules,
5913         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5914         rename generated file lilypond.words to lilypond.words.el.
5915
5916 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5917
5918         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5919
5920         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5921         GNUmakefile.in.
5922
5923 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5924
5925         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5926         when cross building.
5927
5928         * configure.in: srcdir build fix.
5929
5930         * cygwin/GNUmakefile:
5931         * cygwin/lily-wins.py:
5932         * cygwin/postremove-lilypond.sh: 
5933         * cygwin/postinstall-lilypond.sh: Merge from stable.
5934
5935         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5936         s/ly2dvi/lilypond/.
5937
5938 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5939
5940         * lily/slur.cc (after_line_breaking): only set control points if
5941         none supplied yet.
5942
5943         * input/test/slur-manual.ly: new file.
5944
5945         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
5946         <<  >> chords too.
5947
5948         * VERSION (PACKAGE_NAME): release 1.9.8
5949
5950         * scripts/lilypond.py (escape_path): escape spaces in directory names
5951
5952         * input/test/text-spanner.ly: fixes.
5953
5954 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
5955
5956         * buildscripts/lilypond.words.py: add drum names as note names to
5957         Emacs-mode.
5958
5959 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5960
5961         * input/regression/hairpin-dashed.ly: new file.
5962
5963         * scripts/convert-ly.py (conv): warn about dash-length.
5964
5965         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
5966         automatically if we get a new one.
5967
5968         * lily/lookup.cc (dashed_line): new function
5969
5970         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
5971         dash-fraction.
5972
5973 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
5974
5975         * buildscripts/lilypond.words.py: extract note names.
5976
5977         * lilypond-mode.el: take note names from lilypond.words -file.
5978         small fix in the use of string-match.
5979
5980         * lilypond-font-lock.el: use lilypond.words for note names, add 
5981         maxima to note a duration.
5982
5983 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5984
5985         * lily/breathing-sign.cc: remove railtracks() function. 
5986
5987         * input/regression/arpeggio-bracket.ly (texidoc): add file.
5988
5989         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
5990         (brew_molecule): bugfix don't make arpeggio shorter when
5991         arpeggio-direction is set.
5992
5993         *  debian/rules: small corrections in the (Pedro K)
5994
5995         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
5996         examples.
5997
5998         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
5999         special (repeat) bar comes along.
6000
6001         * input/regression/auto-beam-bar.ly: update.
6002
6003         * scripts/lilypond-book.py (output_dict): remove support for the
6004         EPS option.
6005
6006         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6007         VerticalAlignment and VerticalAxisGroup this fixes the size
6008         computations for the entire system.
6009  
6010         * input/les-nereides.ly (bass): remove superfluous fontSize.
6011
6012         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6013         causes directory of file to be added to include path.
6014
6015         * input/regression/beam-break.ly: test single stem beams.
6016
6017         * input/regression/system-start-bracket.ly: fix.
6018
6019         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6020
6021         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6022
6023         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6024         (score_stem_lengths): do something sensible for single stem beams.
6025
6026         * lily/beam.cc (least_squares): add kludge for single stem beams.
6027
6028         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6029         keySignature to list of broken things.
6030
6031         * input/regression/keys.ly: fix.
6032
6033         * VERSION (PACKAGE_NAME): release 1.9.7
6034
6035         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6036
6037         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6038
6039         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6040         (quartertone_pitch): new function
6041
6042         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6043         flat. WARNING: FONT CHANGED.
6044
6045         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6046
6047         * lily/accidental-placement.cc (add_accidental): support for
6048         quarter tones.
6049
6050         * ly/LANGUAGEs.ly: use symbols for alterations.
6051
6052         * mf/feta-toevallig.mf: change accidental codes. 
6053
6054         * scm/lily.scm (ly:get-option): switch on debugging only for
6055         --verbose.
6056
6057         * lily/lily-guile.cc: remove ly:verbose?
6058
6059         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6060
6061         * lily/parser.yy (TODO): only do gh_call() for apply with
6062         procedure argument.
6063
6064         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6065         stuff in accordance with new timing of tie-events.
6066
6067         * lily/my-lily-lexer.cc: remove \outputproperty
6068
6069         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6070
6071         * scm/define-translator-properties.scm (melismaBusyProperties):
6072         add melismaBusyProperties property.
6073
6074 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6075
6076         * input/test/ambitus-mixed.ly (texidoc): new file.
6077
6078         * buildscripts/mutopia-index.py (find): prune debugging
6079
6080         * lily/side-position-interface.cc: doc updates
6081
6082         * Documentation/user/refman.itely: updates, tweaks.
6083
6084         * lily/parser.yy (Simple_music): remove outputproperty
6085
6086         * make/stepmake.make: use VERSION again; importing VERSION via
6087         autoconf dependencies is too hairy.
6088
6089 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6090
6091         * lilypond-mode.el: allow `-' for keywords and identifiers.
6092
6093 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6094
6095         * VERSION: release 1.9.6
6096         
6097         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6098         iso. ly2dvi.
6099
6100         * Documentation/user/*.itely: fixes everywhere
6101
6102         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6103         produce ties from the engraver itself, do not broadcast TieEvent.
6104
6105         * lily/my-lily-lexer.cc: remove pitch & duration.
6106
6107         * lily/parser.yy (TODO): remove \pitch and \duration
6108
6109         * input/test/explicit.ly: remove file.
6110
6111         * Documentation/user/refman.itely (Pitches): remove \pitch 
6112         \duration command.
6113
6114 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6115
6116         * buildscripts/lilypond.words.py: add all slur types to Emacs
6117         insertion menu, suppose everything is postfixed by dropping 
6118         unnecessary `-' -marks.
6119
6120 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6121
6122         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6123         tremoloed stems.
6124
6125         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6126         head for flagged stems.
6127
6128         * lily/stem.cc (get_default_stem_end_position): futz with extra
6129         stem length if there is a stem tremolo.
6130
6131         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6132         it would be too small.
6133
6134         * lily/font-metric.cc: return #f for non-existent glyph.
6135         
6136         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6137         exported through config.make.
6138
6139         * input/regression/clef-oct.ly: new file.
6140
6141         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6142         transposition.
6143
6144         * input/template/*.ly: remove old relative.
6145
6146         * ly/english.ly: add X names for double sharp.
6147
6148 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6149
6150         * lily/font-select.cc: new file handle font selection routines.
6151
6152         * lily/parser.yy: add ; (Patrick Atamaniuk)
6153
6154         * input/test/time-signature-double.ly: use markups for double time
6155         sigs.
6156
6157         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6158         ChordNames.SeparationItem #'padding for adjusting space after chords.
6159         
6160         * lily/music-output-def.cc (LY_DEFINE): 
6161         new function ly:paper-lookup.
6162         
6163         * mf/parmesan-clefs.mf: use # quantities for char_box
6164         offsets. Fixes overflow errors in the PFA. 
6165
6166         * scm/new-markup.scm (strut-markup): change calling interface for
6167         markup. Pass paper-def, not grob. This would allow \markup to be
6168         used separately from grobs.
6169
6170         * lily/paper-def.cc: new function ly:paper-font; this function
6171         replaces ly:get-font.
6172
6173         * lily/include/font-interface.hh (struct Font_interface): take
6174         Paper_def iso. Grob for get_font().
6175
6176 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6177
6178         * Documentation/user/ tutorial.itely, refman.itely: add warning
6179         about \key and accidentals.
6180
6181 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6182
6183         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6184
6185         * Documentation/user/*.itely: manual tweaks
6186
6187 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6188
6189         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6190         cleanup; bugfix: exact_center
6191
6192         * Documentation/user/refman.itely: added more documentation on
6193         ambitus according to recent questions on lilypond-user list
6194
6195 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6196
6197         * input/regression/ottava.ly (texidoc): demo 15ma too.
6198
6199         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6200
6201         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6202         octave fixes.
6203
6204 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6205
6206         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6207         problems on older Mac editors.
6208
6209 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6210
6211         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6212
6213 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6214
6215         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6216         mf/parmesan-clefs.mf: added comments on character alignment and
6217         set_char_box() conventions
6218
6219         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6220         set_char_box()'s
6221
6222         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6223
6224 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6225
6226         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6227
6228 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6229
6230         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6231         shortened to avoid almost-collision with staff line; code cleanup;
6232         other custodes: fixed char boxes; code cleanup
6233
6234 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6235
6236         * configure.in: release 1.9.5
6237         
6238         * scripts/lilypond.py (global_latex_preamble): only set
6239         twosideshift if 'twoside' is in latexoptions 
6240
6241         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6242
6243         * VERSION: remove
6244
6245         * scripts/*2ly.py: update <> syntax
6246
6247 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6248
6249         * lily/chord-name-engraver.cc (process_music): add origin for
6250         chord name.
6251
6252         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6253
6254         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6255         bass notes for exceptions too.
6256
6257         * scm/define-grobs.scm (all-grob-descriptions): rename
6258         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6259
6260         * scm/define-grob-properties.scm (remove-first): add remove-first
6261         property for orchestral scores.
6262
6263         * Documentation/user/*.itely: switch <<>> and <> 
6264
6265         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6266         last_line only once. This fixes the two consecutive glissandi problem.
6267
6268 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6269
6270         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6271         error message "flexa-width undefined"
6272
6273         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6274         lily/include/gregorian-ligature.hh: print warning when ignoring
6275         head prefixes on flexa shapes
6276
6277         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6278         space before a series of inclinatum heads
6279
6280         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6281         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6282         cleanups
6283
6284         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6285         and char_box
6286
6287 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6288
6289         * input/regression/breathing-sign.ly: tiny fixes
6290
6291         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6292         semantical collision with vaticana ligatures
6293
6294         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6295         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6296         now consistent with mensural ligatures
6297
6298         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6299         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6300         context pitches and staff position; dto. for virga stem; removed
6301         obsolete virga and clivis characters from parmesan font (WARNING:
6302         font changed)
6303
6304         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6305         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6306
6307         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6308         scm/define-grob-properties.scm: consistency fix: renamed
6309         join_left->add_cauda
6310
6311         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6312         appendix length; bugfix: yoffs_bt for reverse direction punctum
6313         characters
6314
6315         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6316         small cleanups; added more docu
6317
6318         * lily/mensural-ligature-engraver.cc,
6319         lily/vaticana-ligature-engraver.cc,
6320         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6321         computation to CoherentLigatureEngraver
6322
6323         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6324         scm/define-grob-properties.scm: bugfix: added missing linea and
6325         cavum properties; bugfix: removed dead semivocalis property
6326
6327         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6328         length; redesigned quilisma, stropha and auctum
6329
6330         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6331         line thickness
6332
6333         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6334         Documentation/user/refman.itely: bugfix: introduced shifted
6335         epiphonus head to avoid collision with adjacent plica
6336
6337 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6338
6339         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6340
6341         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6342
6343 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6344
6345         * Documentation/user/tutorial.itely (A lead sheet): remove
6346         duplicate chords.
6347
6348         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6349
6350 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6351
6352         * Documentation/bibliography/computer-notation.bib (isbn): add
6353         xivcim publication.
6354
6355 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6356
6357         * GNUmakefile.in: drop lilypond.words for generation.
6358
6359 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6360
6361         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6362
6363         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6364
6365 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6366
6367         * input/test/figured-bass-alternate.ly (fl): new file.
6368
6369         * Documentation/topdocs/README.texi (Top): clarifications.
6370
6371         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6372         theses of Gieseking and Renz.
6373
6374         * GNUmakefile.in (README_FILES): remove README.mandrake.
6375
6376 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6377
6378         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6379         from source files and search patterns listed in the script.
6380
6381         * GNUmakefile.in: add target `lilypond.words'.
6382
6383         * lilypond.words: remove file, generated by `make lilypond.words'.
6384
6385         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6386
6387 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6388
6389         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6390
6391 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6392
6393         * VERSION: 1.9.4 released
6394
6395         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6396         rule for < > <-> << >> substitution
6397
6398         * lily/lexer.ll: exchange meaning of << >> and < > 
6399
6400         * VERSION (PACKAGE_NAME): 1.9.3 released
6401
6402         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6403         pages unconditionally.
6404
6405 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6406
6407         * Documentation/user/music-glossary.tely (Top): small syntax
6408         fixes.
6409
6410         * scm/music-functions.scm (remove-tag): filter \tagged music
6411         expressions.
6412
6413         * input/regression/tag-filter.ly (texidoc): new file.
6414
6415         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6416         symbol2 .. ) etc. 
6417
6418         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6419         convert rule.
6420
6421         * Documentation/user/refman.itely (Fingering instructions): adjust
6422         manual.
6423
6424         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6425         for borderline cases (e.g. 1 fingering.)
6426         (position_scripts): revise interface, use fingerOrientations to
6427         set fingering positions.
6428
6429         * scm/document-translation.scm (context-doc): add aliases to
6430         automated documentation.
6431
6432         * make/lilypond-vars.make: remove stepmake compat glue.
6433
6434         * make/generic-vars.make: remove cruft.
6435
6436         * lily/main.cc (main): don't identify binary.
6437
6438 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6439
6440         * lily/include/translator.hh (class Translator): remove
6441         type_string_ , use symbol for context name throughout.
6442         Changes through whole source tree.
6443
6444         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6445         set PDF as default, and always make PDF.
6446
6447         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6448
6449 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6450
6451         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6452         Documentation/user/refman.itely input/regression/allfontstyle.ly
6453         input/regression/grace-types.ly:
6454         fix spelling for acciaccatura (Webster's 1913).
6455
6456 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6457
6458         * lily/main.cc (usage): adjust blurb, include url.
6459
6460         * input/regression/breathing-sign.ly (texidoc): transpose up
6461
6462 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6463
6464         * input/regression/breathing-sign.ly: changed ancient examples to
6465         be relevant (by request of Han-Wen); updated BreathingSign text
6466         property according to new syntax.
6467
6468         * ly/gregorian-init.ly: updated BreathingSign text property
6469         according to new syntax
6470
6471 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6472
6473         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6474         (Clef): index entries for clefs.
6475
6476         * python/lilylib.py (system): remove errorlog files.
6477         
6478 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6479
6480         * lilypond.words: add \new and new graces. Add dynamics to menus
6481         keeping 1.8.x compatibility; after all the engraving relating to 
6482         notes becomes postfixed `-' marks will be removed.
6483
6484 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6485
6486         * lily/molecule.cc (align_to): idem.
6487
6488         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6489         
6490         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6491         accacciatura everywhere.
6492
6493         * VERSION (PACKAGE_NAME): released 1.9.2
6494
6495         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6496
6497         * scm/document-markup.scm (markup-doc-node): sort markup function
6498         list.
6499
6500         * lily/paper-outputter.cc (output_version): change "Lily was here"
6501         into  "Engraved by LilyPond"
6502
6503         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6504         on unquoted strings before \notenames.
6505
6506         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6507         increases the number of s/r reductions to 4.
6508
6509         * scm/new-markup.scm (fraction-markup): \fraction command.
6510
6511         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6512         mode
6513
6514         * lily/lookup.cc (round_filled_box): rename function.
6515         (LY_DEFINE): round-filled-box: change signature.
6516
6517         * Documentation/user/refman.itely: revise section explaining grace
6518         notes.
6519
6520         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6521         ly:set-context-property
6522
6523         * input/*/*.ly (vmus): use \new everywhere.
6524
6525         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6526
6527         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6528         default
6529
6530         * scm/music-functions.scm (set-stop-grace-properties)
6531         (set-start-grace-properties, add-grace-property): new functions
6532         for modular grace tweak control.
6533
6534         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6535         
6536 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6537
6538         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6539
6540         * GNUmakefile.in (install-pfa-fonts):
6541         (get-pfa-fonts): New target.
6542
6543         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6544         install-pfa-fonts help.
6545
6546 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6547
6548         * lily/translator-scheme.cc (LY_DEFINE):
6549         ly:context-pushpop-property new function.
6550         (LY_DEFINE): new function ly:translator-find  
6551         new function ly:translator?
6552         (LY_DEFINE): new function ly:context?
6553
6554         * lily/translator-def.cc: remove
6555         Translator_def::apply_pushpop_property().
6556
6557         * python/lilylib.py (read_pipe): only store and display error log
6558         if verbose not set.
6559         (read_pipe): only display log if it contains something.
6560
6561 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6562
6563         * Documentation/misc/GNUmakefile: Re-add.
6564         (TEXTS): Add CHANGES.
6565
6566 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6567
6568         * lilypond.words: add \newcontext.
6569
6570 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6571
6572         * lily/tie-performer.cc (stop_translation_timestep): only flush
6573         tied_notes when we have actually made a tie. Fixes bugs with ties
6574         in polyphonic scores.
6575
6576 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6577
6578         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6579         they do not exist.
6580
6581 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6582
6583         * VERSION (PACKAGE_NAME): released 1.9.1 
6584
6585         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6586         Instrument_name_engraver
6587
6588         * lily/tie-performer.cc (create_audio_elements): bugfix
6589
6590         * Documentation/user/music-glossary.tely (Top): comment out
6591         font-style statements.
6592
6593         * input/test/force-hshift.ly: revise example.
6594
6595         * Documentation/bibliography/engraving.bib (note): typos.
6596
6597         * configure.in: bump GCC requirements to 3.x
6598
6599         * lily/include/audio-item.hh (class Audio_tie): rename
6600         note_l_drul_ to note_drul_
6601
6602         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6603
6604         * lily/parser.yy (relative_music): whoops. All \relative were off
6605         by ...  a lot .... Ahem.
6606
6607         * scm/define-music-types.scm (music-descriptions): idem.
6608
6609         * lily/beam-engraver.cc: move new-beam-event to beam-event
6610
6611         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6612         to Tie_engraver
6613
6614         * input/regression/bar-number.ly: remove unnecessary old-relative
6615         options.
6616         
6617         * Documentation/user/internals.itely (Creating contexts): document
6618         \newcontext
6619
6620         * lily/parser.yy (Composite_music): add \newcontext
6621
6622         * Documentation/user/refman.itely (MIDI block): add note about
6623         dotted tempos.
6624
6625         * scm/font.scm: remove old markup legacy
6626
6627         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6628
6629         * lily/breathing-sign.cc (brew_molecule): remove function
6630
6631         * lily/text-item.cc: remove old-style markups.
6632         (interpret_markup): C++ version of markup function
6633         (brew_molecule): idem.
6634
6635         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6636         as Scheme variable.
6637
6638         * scripts/convert-ly.py (conv): dashes rule.
6639         Apply rule.
6640
6641         * Documentation/user/lilypond-book.itely: syntax fixes. 
6642
6643 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6644
6645         * VERSION (PACKAGE_NAME): release 1.9.0
6646
6647         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6648         note about dvips. (Should backport.)
6649
6650         * scripts/convert-ly.py
6651         (FatalConversionError.articulation_substitute): add
6652         convert-new-chords code. Remove convert-new-chords.py
6653
6654         * Documentation/user/refman.itely (Octave check): document
6655         \octave.
6656
6657         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6658         \relative changes.
6659
6660         * lily/parser.yy (command_element): octave check:
6661
6662            \octave PITCH
6663
6664         checks that PITCH (without octave) yields PITCH (with octave) in
6665         \relative
6666
6667         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6668
6669         * lily/scm-option.cc: ly:set-option now has the default argument
6670         #t.
6671
6672         * lily/lexer.ll: add \renameinput
6673
6674         * python/lilylib.py (command_name): robustifications.
6675
6676         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6677         /dev/stderr. This is ash compatible.
6678
6679         * ly/init.ly: add warning if compatibility was not necessary.
6680
6681         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6682
6683         * flower/include/string-handle.icc: formatting cleanups, rename
6684         references by ref_count_.
6685
6686 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6687
6688         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6689         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6690         package libs separately, fix conflicting php variable out=/dev/vc/
6691         invoking `unset out', declare menus, use only one icon-file, fix
6692         doc-path in menu.
6693
6694 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6695
6696         * scripts/convert-ly.py (FatalConversionError.conv): typo
6697
6698         * Documentation/misc/GNUmakefile: restore misc directory.
6699
6700         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6701
6702         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6703         Petites-Preludes 
6704
6705         * input/test/partial-blank.ly (quickmeasure): syntax
6706
6707         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6708         attachment property.
6709
6710         * Documentation/user/refman.itely: remove superfluous -'s 
6711         (Grace notes): ) fixes.
6712
6713         * lily/music.cc: generic compress(), transpose() functions. Remove
6714         others.
6715
6716         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6717         style markup entry.
6718
6719         * lily/parser.yy: all articulations postfix; remove obligatory -
6720         for [,  ) and \!
6721         
6722         * lily/music.cc (to_relative_octave): write generic
6723         to_relative_octave function; various relative cleanups.
6724         Hmmm.
6725
6726         * lily/scm-option.cc: add options new-relative and old-relative
6727
6728         * po/sv.po: new po file.
6729
6730         * Documentation/user/refman.itely (Dynamics): website
6731         fixes. (should backport!)
6732
6733 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6734
6735         * make/lilypond.mandrake.spec.in: declare version only once.
6736
6737 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6738
6739         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6740         meaning for now.
6741
6742 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6743
6744         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6745
6746         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6747
6748         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6749
6750         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6751
6752         * lily/music.cc (var): add ly:music-transpose function.
6753
6754         * lily/parser.yy (pre_events): remove prefix articulations.
6755
6756         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6757
6758         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6759
6760         * Documentation/user/refman.itely (Text markup): add comment about
6761         markup in header.
6762
6763 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6764
6765         * lily/paper-outputter.cc (write_header_fields_to_file): 
6766         only dump value if it is a string.
6767
6768         * flower/include/dictionary.hh: remove.
6769         
6770         * Documentation/ChangeLog-1.5: add back old log.
6771
6772         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6773         .pfas from a .deb.
6774
6775 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6776
6777         * Documentation/bibliography/engraving.bib: add entry for
6778         Jaschinski's Notation
6779
6780 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6781
6782         * Documentation/user/refman.itely (Beaming): add note about
6783         allowBeamBreak
6784
6785 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6786
6787         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6788         GregorianTranscription contexts
6789
6790         * ly/engraver-init.ly: vaticana contexts: minor fixes
6791
6792         * Documentation/user/refman.itely (Ancient notation): added note
6793         on appendix length bug
6794
6795         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6796         input/test/vaticana.ly: use vaticana contexts; small fixes
6797
6798 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6799
6800         * flower/hash.cc: Remove.
6801
6802         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6803         to (nonexistent?) hash_func_ identifier.
6804
6805         * python/midi.c (midi_error, midi_warning): Use char const* for
6806         __FUNCTION__ argument.
6807
6808         * python/gettext.py: Remove.  We already require python 2.1, which
6809         includes gettext.py.
6810
6811         * configure.in: Require python 2.1, as INSTALL.texi says.
6812         it.
6813
6814         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6815         versions 1.50 and 1.75.  Remove note about lexer patch.
6816
6817 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6818
6819         * Documentation/topdocs/INSTALL.texi: Update type1 font
6820         description to actual situation.  Add comment about new font ball
6821         layout.
6822
6823         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6824         in $LILYPONDPREFIX suffices for installation.
6825
6826 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6827
6828         * debian/control (Build-Depends): Add flex-old as alternative to
6829         flex.  Deprecate bison 1.75.
6830
6831 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6832
6833         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6834         Vaticana contexts
6835
6836         * Documentation/user/refman.itely (Ancient notation): documented
6837         some bugs; tiny fixes; added docu on Vaticana contexts
6838
6839         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6840         scripts
6841
6842 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6843
6844         * Documentation/user/refman.itely (Ancient notation): added some
6845         introductory words; added section on ancient time signatures;
6846         added some @seealso and @refcommands; small fixes and
6847         beautifications
6848
6849 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6850
6851         * input/regression/note-head-style.ly: many fixes and updates
6852
6853         * Documentation/user/refman.itely: added small sections on ancient
6854         accidentals, rests and flags; revised ancient note head section;
6855         small wording/spelling fixes
6856
6857         * input/test/rests.ly: layout fixes
6858
6859 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6860
6861         * input/puer-fragment.ly: bugfix: central C position of do clef
6862
6863         * ly/gregorian-init.ly: workaround: add small padding space before
6864         divisiones (the correct fix would be the spacing engine to handle
6865         this)
6866
6867 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6868
6869         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6870         cue-notes.ly: minor fixes.
6871
6872 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6873
6874         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6875         input/test/custos-style.ly
6876
6877         * Documentation/index.html.in: bugfix: link to Tutorial.html
6878
6879         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6880         to neumes; bugfix: "et": epiphonus, not just a simple pes
6881
6882 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6883
6884         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6885
6886         * lilypond.words: add new features: markup, column, center, \[ \].
6887         
6888 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6889
6890         * Documentation/topdocs/NEWS.texi, DEDICATION,
6891         stepmake/bin/add-html-footer.py
6892         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6893         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6894         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6895         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6896         added (only) after a sentence which is complete; if the sentence is 
6897         not ended a comma `,' or nothing is used. fix also spaces.
6898
6899 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6900
6901         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6902         requirements to plain 1.6.
6903
6904         * buildscripts/mutopia-index.py (read_lilypond_header): update
6905         mutopia-index.py to 1.4 syntax [sic]
6906
6907 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6908
6909         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6910
6911 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6912
6913         * Documentation/index.html.in: url for regression pdf
6914
6915         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6916
6917         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6918
6919         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6920
6921         * VERSION: 1.8.0 released
6922         
6923         * GNUmakefile.in (local-WWW-post): footify build fix.
6924
6925         * configure.in: require GUILE 1.6.4
6926
6927         * Documentation/user/GNUmakefile: don't copy *.png for
6928         lilypond-internals
6929
6930         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6931         local-WWW-post target.
6932         (rsync-web): add rsync-web target
6933
6934         * Documentation/user/introduction.itely (Music notation and
6935         engraving): add neume example
6936
6937         * input/puer-fragment.ly (cantus): add puer-fragment
6938
6939 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6940
6941         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6942         to notes, so that equalizer is actualy being used.
6943
6944         * scm/midi.scm (instrument-equalizer-alist):
6945         (absolute-volume-alist): Define public, so that user can copy or
6946         override.
6947
6948         * lily/key-performer.cc (create_audio_elements): Check for minor
6949         key.  Only if key is minor, set MIDI key to minor.
6950
6951 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6952
6953         * Documentation/user/refman.itely (Hiding staffs): fixes.
6954
6955         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
6956
6957         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
6958         vertical extents to deal with Hara kiri correctly.
6959
6960         * input/regression/hara-kiri-short.ly: remove
6961
6962         * input/regression/hara-kiri-pianostaff.ly: update test.
6963
6964         * Documentation/user/*.tely: remove WEBTITLE
6965
6966         * scm/output-tex.scm (comment): idem.
6967
6968         * scm/output-pdftex.scm: remove GUILE 1.4 glue
6969
6970         * scm/music-functions.scm (make-lyric-event): new function
6971
6972         * scm/lily.scm (lilypond-version): new function
6973
6974         * input/test/version-output.ly: new file.
6975
6976         * Documentation/user/lilypond.tely: add version number to
6977         front-page.
6978
6979 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6980
6981         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
6982
6983 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6984
6985         * input/template/gregorian-transcription.ly (barTwo): syntax update.
6986
6987         * Documentation/user/refman.itely (Hiding staffs): rename node.
6988
6989 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6990
6991         * input/regression/new-markup-syntax.ly (texidoc): remove
6992         molecule-callback override.
6993
6994 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6995
6996         * input/les-nereides.ly: Mark tweaks with %tweak.
6997
6998         * Debian patch, see debian/changelog (Anthony Fok).
6999
7000 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7001
7002         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7003         problem.
7004
7005 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7006
7007         * Documentation/user/refman.itely (Text markup): Fix language bug.
7008
7009 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7010
7011         * input/* : postfix syntax fixes.
7012
7013         * Documentation/user/refman.itely (Text markup): add note about
7014         raise/lower with ^ or _ .
7015         
7016         * po/fi.po: fix \\apply strings.
7017
7018         * lily/parser.yy (open_event): warn for prefix articulations.
7019
7020 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7021
7022         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7023         fix also on parmesan font.
7024
7025 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7026
7027         * VERSION 1.7.30 released
7028         
7029         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7030
7031         * buildscripts/mutopia-index.py (headertext): rewording
7032
7033 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7034
7035         * scm/new-markup.scm (strut-markup): new markup function.
7036
7037         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7038         space also when no accidental is there.
7039
7040 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7041
7042         * input/les-nereides.ly: Updates.
7043
7044 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7045
7046         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7047         which repeats the tag insertion selected from "Insert tag" menu.
7048
7049 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7050
7051         * lily/all-font-metrics.cc (find_font): load AFM files first only
7052         for feta fonts. This fixes problems with TeXlive and other TeX
7053         distros that include AFM files for the CM fonts. 
7054
7055         * scm/font.scm (qualifiers-to-font-name): remove.
7056
7057         * lily/paper-def.cc: remove get_var.
7058
7059         * input/trip.ly: remove file.
7060         
7061         * input/regression/spacing-note-flags.ly (raggedright): remove
7062         stafflinethickness
7063
7064         * input/les-nereides.ly: update to new syntax, cleanups.
7065
7066 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7067
7068         * Documentation/user/refman.itely: Clarify shortest-note problem
7069         of autobeamer.
7070
7071 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7072
7073         * lilypond-mode.el: Add each word to regexps only once.
7074
7075         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7076         is based on the syntax definitions in lilypond.words. Remove all 
7077         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7078         LilyPond->Insert menu is generated by the entries in lilypond.words 
7079         to which have been given a syntax definition.
7080
7081         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7082         \notes, \relative, \score, \simultaneous, \transpose.
7083
7084         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7085
7086         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7087         
7088         * lilypond-mode.el: add menu keywords separately.
7089
7090         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7091
7092 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7093
7094         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7095         current ugly installation method for PFA fonts.
7096
7097 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7098
7099         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7100         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7101
7102         * Documentation/user/music-glossary.tely: update legato.
7103
7104 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7105
7106         * lexer-gcc-3.0.patch: Remove.
7107
7108         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7109
7110 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7111
7112         * debian/rules (binary-arch): remove NEWS.
7113
7114 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7115
7116         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7117         stepmake/bin{ many }: polish the `--help's of different scripts;
7118         model taken from the core-utils of Linux.
7119
7120         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7121
7122 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7123
7124         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7125
7126         * flower/libc-extension.cc: idem.
7127
7128         * flower/include/libc-extension.hh: protect against isinf macros.
7129
7130 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7131
7132         * { many }: Use two uppercase letters in LilyPond.
7133
7134         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7135
7136         * VERSION: 1.7.29 released.
7137         
7138 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7139
7140         * lily/tie.cc: add TODO comment.
7141
7142         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7143
7144         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7145         linejoins and linecaps. This fixes problems with occasional spikes
7146         on slur/tie endings.
7147         
7148         * input/regression/font-name.ly: don't use PS fonts for
7149         compatibility reasons. 
7150
7151         * mutopia/claop.py (accents): update to 1.8
7152
7153         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7154
7155         * Documentation/user/macros.itexi: don't color glossary links.
7156
7157         * Documentation/user/invoking.itexi (Error messages): new section
7158
7159 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7160
7161         * input/regression/font-name.ly: add file.
7162
7163         * scm/document-backend.scm (grob-doc): remove <hr> from
7164         lilypond-internals
7165
7166         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7167         reqd version to 1.6.4 
7168
7169         * lily/font-interface.cc (get_font): bugfix: take font-name from
7170         alist chain too. This fixes font-name override for \markup.
7171
7172 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7173
7174         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7175
7176         * input/test/polymetric-differing-notes.ly: Compile fix.
7177
7178 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7179
7180         * Documentation/user/refman.itely: fixed typo
7181
7182         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7183         before flexa
7184
7185 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7186
7187         * input/test/{ many }: search & fix some typos.
7188
7189 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7190
7191         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7192         images.
7193
7194         * scm/music-functions.scm (make-voice-props-set): set Script /
7195         TextScript dir for polyphony too.
7196
7197         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7198         before clef.
7199
7200         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7201
7202 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7203
7204         * Documentation/user/refman.itely (Percussion): Small
7205         clarifications and fixes.
7206
7207         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7208         threads. This fixes different heads playing simultaneously.
7209
7210 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7211
7212         * Documentation/user/{ many }: increase readability (read through 
7213         User manual from `one big page').
7214
7215 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7216
7217         * input/test/polymetric-differing-notes.ly: add example with
7218         disparate note values.
7219
7220         * input/test/polymetric.ly: rename from poly-metric
7221
7222         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7223         iso. outname.
7224
7225         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7226         G-clef bbox to real char extents. This fixes the G-clef being
7227         offset too much to the right.
7228         document perc clef offset.
7229
7230         WARNING: FONT CHANGED.
7231
7232         * Documentation/user/tutorial.itely (Tutorial): move menu.
7233
7234 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7235
7236         * buildscripts/lilypond-profile.sh (Error): trim error message.
7237
7238         * Documentation/user/invoking.itexi (Invoking the lilypond
7239         binary): add note about path.
7240
7241         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7242         suppresses superfluous spaces.
7243
7244 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7245
7246         * buildscripts/lilypond-profile.sh: Add documentation to error
7247         message.
7248
7249         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7250
7251 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7252
7253         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7254         <mike@ossmann.com>)
7255
7256         * Documentation/bibliography/computer-notation.bib (pages): prune
7257         unscientific language.
7258
7259         * Documentation/user/GNUmakefile: copy unsplit file to
7260         lilypond.html (idem for lilypond-internals).
7261
7262         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7263
7264         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7265
7266         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7267
7268         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7269         fix.
7270         
7271 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7272
7273         * Documentation/user/{ various }: bind text snippets with their
7274         examples, e.g. by punctuation: This is an example.
7275
7276 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7277
7278         * ly/performer-init.ly (VoiceContext): Typos.
7279
7280         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7281         builds, leave final-install to toplevel srcdir makefile.
7282
7283         * make/srcdir.make.in (install): New target.
7284
7285 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7286
7287         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7288         This fixes core dump on MIDI output (Simon Weatherill).
7289
7290         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7291         on local-WWW-post.
7292
7293 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7294
7295         * make/lilypond.redhat.spec.in: add dvips to reqs.
7296
7297 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7298
7299         * make/srcdir.make.in (web): Add special web target.
7300
7301         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7302         from inner $(LOOP).
7303
7304         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7305
7306         * stepmake/stepmake/generic-targets.make (www-targets-help):
7307         * GNUmakefile.in (web-install): Install in $(webdir).
7308
7309         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7310
7311         * cygwin/changelog: 
7312         * cygwin/mknetrel: Update.
7313
7314         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7315         (html-doc): Remove (use: web).
7316
7317         * stepmake/stepmake/script-rules.make: 
7318         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7319         Fix $(config_make) dependencies for srcdir build.
7320
7321         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7322         target for srcdir build.
7323
7324         * stepmake/make/stepmake.make: 
7325         * make/srcdir.make.in: 
7326         * GNUmakefile.in:
7327         * make/stepmake.make (config_make): Rename variable (was:
7328         configuration).
7329
7330 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7331
7332         * Documentation/user/internals.itely (Manipulating music
7333         expressions): run lilypond on example too.
7334
7335         * flower/include/libc-extension.hh: move lrint define to
7336         header. bugfix.
7337         
7338 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7339
7340         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7341         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7342         do we recurse whole tree?).
7343
7344         * GNUmakefile.in (html-doc): Resurrect.
7345
7346         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7347         obsolete $(package-icon) dependency.
7348
7349 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7350
7351         * Documentation/user/refman.itely (Automatic staff changes):
7352         add seealso 
7353
7354         * Documentation/index.html.in: link to bigpage.
7355
7356         * Documentation/user/tutorial.itely (Tutorial): streamline.
7357
7358         * Documentation/index.html.in: url typo.
7359
7360         * VERSION (PACKAGE_NAME): release 1.7.28
7361
7362         * python/lilylib.py (error_log): remove '/' from name.
7363
7364         * input/regression/pedal.ly: remove; dups input/test/
7365         
7366         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7367
7368         * Documentation/index.html.in: python style doco index.
7369
7370         * Documentation/{footer,header}.html.in (src): remove, 
7371
7372         * Documentation/pictures: remove all but lelie-logo.xpm.
7373
7374         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7375         before running makeinfo.
7376
7377         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7378         @code{}
7379
7380 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7381
7382         * input/test/bar-number-regular-interval.ly: rename.
7383
7384         * Documentation/user/*: various fixes. 
7385
7386 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7387
7388         * Documentation/{ many }: polish for update-all-menus. typos.
7389
7390         * po/fi.po: fixes.
7391
7392         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7393
7394         * buildscripts/mutopia-index.py: polish.
7395
7396         * input/regression/{ many }, input/test{ many }: polish texidocs.
7397
7398 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7399
7400         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7401         pedal-style
7402
7403         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7404         iso. edge-widen.
7405
7406         * lily/piano-pedal-engraver.cc (process_music): change from
7407         process_acknowledged ()
7408
7409         * lily/piano-pedal-bracket.cc: new file. Change
7410         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7411         cleaned up.
7412
7413         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7414
7415         * input/regression/tuplets.ly (texidoc): rename file.
7416
7417         * po/fr.po: update
7418
7419         * buildscripts/lilypond-profile.sh: error message if script is not
7420         sourced.
7421
7422         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7423         bracket-flare
7424         (make_bracket): simplify code.
7425
7426         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7427         argument.
7428
7429         * python/lilylib.py (lilypond_version_check): new function
7430
7431         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7432
7433         * scripts/ly2dvi.py (run_lilypond): add version check.
7434
7435         * scripts/lilypond-book.py (option_definitions): typo
7436
7437         * scripts/ly2dvi.py (include_path): typo
7438
7439         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7440
7441         * lily/parse-scm.cc (parse_handler): typo
7442
7443         * Documentation/user/macros.itexi: use @heading for headings.
7444
7445         * Documentation/user/refman.itely: updates, fixes.
7446
7447 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7448
7449         * po/fi.po: add Finnish translations. fixes.
7450
7451         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7452
7453         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7454         from lily/glissando-engraver.cc.
7455
7456 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7457
7458         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7459         for non-first _broken_ bracket.
7460
7461         * Documentation/user/refman.itely: corrections.
7462
7463 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7464
7465         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7466         support of the fingerings.
7467
7468         * po/fr.po: French translation update.
7469
7470         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7471         strings.
7472
7473 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7474
7475         * Documentation/user/introduction.itely: Small fixes.
7476
7477 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7478
7479         * Documentation/topdocs/AUTHORS.texi: polish.
7480
7481 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7482
7483         * Documentation/user/introduction.itely: revise
7484
7485         * Documentation/user/tutorial.itely: reorganise.
7486
7487         * Documentation/topdocs/index.tely: remove.
7488
7489         * Documentation/header.html.in: prune.
7490
7491         * GNUmakefile.in: clean up web building.
7492
7493         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7494         target.
7495
7496 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7497
7498         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7499
7500         * lilypond-mode.el: turn on blink-matching-paren.
7501
7502 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7503
7504         * scm/output-sodipodi.scm (svg-header): Fix typo.
7505
7506 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7507
7508         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7509         fixes a security hole.
7510
7511         * scripts/lilypond-book.py (original_dir): remove temp_dir
7512
7513         * scm/document-translation.scm: use @code tags.
7514
7515 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7516
7517         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7518
7519         * lilypond-mode.el: add a buffer-local post-command-hook to set
7520         context dependent syntax-table after each cursor event. Remove old
7521         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7522
7523         * lilypond-indent.el: update comments.
7524
7525         * Documentation/footer.html.in: add period.
7526
7527 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7528
7529         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7530
7531         * scm/document-translation.scm (document-property-operation): add
7532         @code{} tags.
7533
7534         * VERSION (PACKAGE_NAME): release 1.7.27
7535
7536         * config.make.in: add PAPER variable
7537
7538         * buildscripts/new-chords.py (help): add help text
7539
7540         * Documentation/user/introduction.itely (Typography and program
7541         architecture):  fixes.
7542
7543         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7544         for texinfo and dvips. This fixes problems with PDF output of the
7545         wrong size.
7546
7547         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7548         DVIPS_PAPERSIZE variable
7549
7550         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7551         TEXINFO_PAPERSIZE variable 
7552
7553 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7554
7555         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7556
7557         * mf/feta-toevallig.mf: lowres fixes.
7558
7559 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7560
7561         * NEWS: Typo and fill-paragraph fixes.
7562
7563         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7564         cast #define.
7565
7566         * configure.in: 
7567         * config.hh.in: Check for lrint.
7568
7569 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7570
7571         * VERSION: 1.7.26 released
7572
7573         * lily/separation-item.cc: add padding property.
7574
7575         * input/test/*.ly: various fixes, remove solo-a2.ly
7576
7577         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7578         bugfix. Fixes old-style markup compatibility.
7579
7580         * Documentation/user/introduction.itely (Introduction): historical
7581         elucidations
7582
7583         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7584
7585         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7586
7587         * Documentation/index.texi (Top): cleanup.
7588
7589         * Documentation/user/introduction.itely (Introduction): rewrite
7590         introduction, 
7591         (Music notation and  engraving): about notation. Add flat-picture
7592
7593 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7594
7595         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7596         separation items. This keeps lyrics from bumping into each other.
7597
7598 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7599
7600         * GNUmakefile.in (topdocs-web): New target.
7601         (local-web): Depend on topdocs-web; fixes html-doc.
7602
7603 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7604
7605         * po/lilypond.pot: run po-replace
7606
7607         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7608
7609         * scm/drums.scm (reset-drum-kit): new function.
7610
7611         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7612
7613         * scripts/update-lily.py: remove
7614         
7615         * VERSION: release 1.7.25
7616         
7617         * Documentation/user/introduction.itely (Introduction): rewrite
7618         start of introduction.
7619
7620 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7621
7622         * lily/all-font-metrics.cc: fixed typo
7623
7624 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7625
7626         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7627         LilyPond-mode-context-set-syntax-table): new functions to define
7628         the syntax table according to context.
7629
7630         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7631
7632 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7633
7634         * Documentation/user/refman.itely (Figured bass): 
7635         language nit courtesy http://www.vocabula.com
7636
7637         * GNUmakefile.in: remove no kpathsea hack.
7638
7639         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7640         doco.
7641
7642         * GNUmakefile.in: remove web-doc target.
7643
7644         * lily/all-font-metrics.cc (find_afm): add message about
7645         buildscripts/clean-fonts.sh 
7646
7647         * scm/define-music-properties.scm (figure): use string for 'figure
7648
7649         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7650
7651         * input/regression/ : add raggedright = ##t where applicable. 
7652         
7653         * scm/bass-figure.scm (make-bass-figure-markup): add
7654         alignBassFigureAccidentals property.
7655
7656         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7657         bracket.
7658
7659         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7660         syllables widths into account for minimum-length.
7661
7662         * input/test/staff-container.ly: update file
7663
7664         * input/test/stem.ly: remove
7665
7666         * lily/event.cc (LY_DEFINE): add ly: prefix.
7667
7668         * input/test/clef-manual-control.ly: from manual-clef
7669
7670         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7671
7672         * input/test/different-time-signatures.ly: move to poly-metric.ly
7673
7674         * input/test/hara-kiri*,scales.ly: remove
7675         
7676         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7677         with chord-names-jazz.ly)
7678
7679         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7680         get scalable cm fonts too.
7681
7682         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7683         --encoding for mftrace if present.
7684
7685         * input/regression/slur-area.ly: move from test/
7686
7687         * input/test/: remove simple-slur-endings slur-attachment
7688         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7689         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7690         slur-symmetry slur-symmetry tie-broken.ly
7691
7692         * scm/drums.scm (set-drum-kit): add function.
7693
7694         * Documentation/user/refman.itely (Percussion staves): use
7695         set-drum-kit
7696
7697         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7698         too
7699         (Global_measure.set_timesig): handle 3/8 time sig too.
7700
7701         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7702         note about triangle note heads.
7703
7704         * scm/drums.scm: use alist for instrument-settings. This fixes the
7705         bug with assigning to drums in the .ly file.
7706
7707         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7708         CHANGED.
7709
7710         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7711         cluster-beacon-interface
7712
7713         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7714
7715         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7716
7717         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7718
7719         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7720         to get positions.
7721
7722         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7723         make ClusterSpannerBeacon to record Y positions. This removes the
7724         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7725         make cluster-note-events.
7726
7727 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7728
7729         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7730
7731         * configure.in: Use lily/main.cc as identifying source file.
7732
7733         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7734
7735         * config.hh.in: 
7736         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7737
7738         * configure.in: Require PYTHON >= 2.0.
7739
7740         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7741           $PYTHON for include dir location.
7742         (STEPMAKE_PYTHON): New function.  Use
7743         
7744             PYTHON=foo ./configure
7745
7746           to override.
7747
7748 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7749
7750         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7751         something.
7752
7753         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7754         ftp.lilypond.org everywhere.
7755
7756 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7757
7758         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7759         detected.
7760
7761         * Documentation/user/refman.itely (Grace notes): note on explicit
7762         contexts
7763
7764 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7765
7766         * lilypond-font-lock.el: add a comment about LilyPond specific
7767         escape characters: ^, - and _, in the syntax table.
7768
7769         * Documentation/user/appendices.itely: a majuscule fix.
7770
7771 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7772
7773         * input/test/trills.ly (endHorizScript): fixes.
7774
7775         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7776         notation, move from regression.
7777
7778         * input/test/script-stack.ly: change name from stacked-scripts
7779
7780         * input/test/ossia.ly: octave errors.
7781
7782         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7783         for midi-volume-equaliser
7784
7785 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7786
7787         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7788         cm fonts.
7789
7790         * mf/feta-beugel.mf: don't multiply font_count by 10.
7791
7792         * lily/lookup.cc (horizontal_line): new function. Use
7793         horizontal-line in output backends.
7794
7795         * Documentation/user/tutorial.itely (An orchestral part): new
7796         section on orchestral stuff and identifiers.
7797
7798 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7799
7800         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7801         some interference to other modes.
7802
7803 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7804
7805         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7806         not maximum of spacing wishes in polyphonic situations.
7807
7808         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7809         number
7810
7811         * lilypond-indent.el: remove paren matching. 
7812
7813         * lily/text-item.cc (interpret_new_markup): new function
7814         use iso. text2molecule.
7815
7816         * lily/main.cc (notice): change FSF address 
7817
7818         * po/de.po: update PO file to 1.6.
7819
7820 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7821
7822         * Documentation/user/ {many}: Add periods and remove spaces.
7823         
7824 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7825
7826         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7827         Disable buffer-locally default paren hook and make a new one. 
7828
7829         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7830         locally LilyPond-paren-mode. Add todo for mouse double-click.
7831
7832 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7833
7834         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7835         Disable buffer-locally default paren idle timer and make a new one. 
7836
7837         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7838         locally LilyPond-show-paren-mode. Add to menu a toggle for
7839         LilyPond-show-paren-function.
7840
7841 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7842
7843         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7844
7845 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7846
7847         * Documentation/user/refman.itely: spelling fix.
7848
7849         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7850         paren highlight function definitions. add todo for
7851         LilyPond-show-paren-mode.
7852
7853 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7854
7855         * input/template/jazz-combo.ly: new file.
7856
7857 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7858
7859         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7860         lo-res fixes.
7861
7862         * mf/feta-schrift.mf: bugfix in varcoda sign.
7863         WARNING: FONT CHANGED
7864
7865         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7866         in accordance with lexer.ll.   
7867
7868 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7869
7870         * Documentation/user/tutorial.itely: Edit introduction.
7871
7872 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7873
7874         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7875         ly:grob-staff-position
7876
7877 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7878
7879         * scm/to-xml.scm: import srfi-1
7880
7881         * VERSION (MAJOR_VERSION):  release 1.7.24
7882
7883         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7884
7885         * scripts/lilypond-book.py (do_file): put texidoc before image.
7886         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7887
7888         * input/regression/*.ly: fix snippet octaves 
7889
7890         * input/test/spanner-after-break-tweak.ly: import
7891         broken-spanner-adjustment
7892
7893         * input/no-notation/midi-transposing.ly: move from input/test/
7894
7895         * input/test/: remove chord-markup
7896
7897         * input/regression/instrument-name-partial.ly: move from input/test.
7898
7899         * input/test/vertical-text.ly: remove
7900
7901         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7902         space above lyrics lines.
7903
7904         * input/test/uniform-breaking.ly: remove file.
7905
7906         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7907         uniform spacing density. 
7908
7909         * input/test/chords.ly (keys): remove file.
7910
7911         * scm/documentation-lib.scm (oop): use srfi-1 too.
7912
7913         * input/regression/*.ly: add \version
7914
7915         * Documentation/user/*.itely: various fixes.
7916
7917         * buildscripts/mf-to-table.py (base): break table every three
7918         symbols.
7919
7920         * input/:  remove %% new-chords-done %% .
7921
7922         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7923         os-music.ly
7924         
7925 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7926
7927         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7928
7929         * scm/new-markup.scm (box-markup): new function.
7930         (box-markup): new function. Contributed by Dick Schoeller
7931         <schoeller@attbi.com>
7932
7933         * scm/lily.scm: remove reduce-no-unit 
7934         (list-insert-separator): use fold-right
7935
7936         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7937         of arguments. 
7938
7939         * NEWS: more neutral language for ancient notation 
7940
7941         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7942         inside pointing beaming for chord tremolo.
7943
7944         * Documentation/user/lilypond-book.itely: minor editing
7945
7946 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
7947
7948         * NEWS: added news for 1.8 regarding ancient notation
7949
7950         * Documentation/user/refman.itely (Gregorian square neumes
7951         ligatures): fixed typo
7952
7953         * lily/vaticana-ligature-engraver.cc,
7954         lily/include/vaticana-ligature.hh: bugfix: use special heads for
7955         lower/upper head of Pes only when heads are stacked
7956
7957         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7958         scm/define-grob-properties.scm: cleanup: make "join-left" a
7959         boolean grob property and save delta pitch in grob property
7960         "delta-pitch" instead
7961
7962         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
7963
7964 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7965
7966         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
7967         completely borked
7968
7969         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
7970         (try_music): bug fix: beam multiplicity was completely borked.
7971
7972         * scm/lily.scm: remove tail, filter-list, filter-out-list,
7973         first-n, butfirst-n in favor of srfi-1 functions.
7974         remove string-join, string-pad in favor of srfi-13 functions.
7975
7976         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
7977
7978         * NEWS: use complete sentences.
7979
7980         * Documentation/user/introduction.itely (Example applications):
7981         add note about databases and lilypond-book.
7982
7983         * input/test/volta.ly: remove file
7984
7985         * input/regression/volta-broken-left-edge.ly: simplify file
7986
7987 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7988
7989         * Documentation/user/refman.itely (Constructing a tweak): new
7990         subsection.
7991
7992         * Documentation/user/tutorial.itely (Fine tuning layout): add
7993         common tweaks.
7994
7995         * scm/define-grobs.scm (TextScript): use new brewer.
7996
7997 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7998
7999         * VERSION: release 1.7.23
8000
8001         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8002
8003         * python/lilylib.py (make_ps_images): bugfixes.
8004
8005         * input/regression/volta-multi-staff.ly: new file.
8006
8007         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8008
8009         * Documentation/user/tutorial.itely (Piano staffs): new section.
8010         (Setting variables): new section
8011         (Fine tuning layout): new section
8012
8013         * input/just-friends.ly: remove file. Superseeded by
8014         input/test/chords-without-melody.ly
8015
8016         * ly/property-init.ly: add all commands to refman.
8017
8018         * scm/define-translator-properties.scm: remove
8019         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8020
8021         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8022         name. Underscores botch up PS output.
8023
8024         * scm/define-translator-properties.scm: remove
8025         textNonEmpty, oneBeat, regularSpacingDelta
8026
8027         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8028         rule for automaticBars.
8029
8030         * lily/timing-engraver.cc (start_translation_timestep): change
8031         barNonAuto to automaticBars
8032
8033 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8034
8035         * input/test/perform-tie.ly: delete file.
8036
8037 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8038
8039         * Documentation/user/refman.itely (Gregorian square neumes
8040         ligatures): bugfix: do not show ledger lines in neumes table
8041         (fixed by setting staff symbol to transparent rather than removing
8042         it from staff context)
8043
8044 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8045
8046         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8047         glue into brew-new-markup-molecule.
8048
8049         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8050
8051         * Documentation/user/introduction.itely (Computerized typography):
8052         new section
8053
8054         * Documentation/user/tutorial.itely (An orchestral part): remove
8055         pc example from tutorial.
8056
8057         * input/tutorial/lilbook.tex: use screech-boink
8058
8059         * scripts/lilypond-book.py (compile_all_files): split formatting
8060         output body and scheduling lilypond compilation.
8061         (format_lilypond_output_bodies): new function
8062         (format_lilypond_block): new function
8063         (html_pages): allow multi-page images in HTML
8064
8065         * python/lilylib.py (make_ps_images): rename function from
8066         make_preview, merge with make_page_images
8067
8068 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8069
8070         * input/test/key-clefs.ly: moved to regression.
8071
8072         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8073
8074         * input/no-notation/README: added note about midi-*.ly files.
8075
8076         * input/test/two-key.ly: moved to no-notation/parse5.ly
8077
8078         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8079         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8080
8081         * input/test/ {various}: modified comments, marked some for deletion.
8082
8083         * input/test/lines.ly: deleted file; duplicate of
8084         embedded-postscript.ly
8085
8086         * input/test/mmrest-collision: moved to regression.
8087
8088 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8089
8090         * scm/chord-name.scm (note-name->markup): don't superscript root
8091         alterations in chordnames.
8092
8093 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8094
8095         * Documentation/user/refman.itely (Multi measure rests): more
8096         index/cross-referencing.
8097
8098         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8099
8100         * scm/font.scm: remove properties-to-font-name code.
8101
8102         * scm/define-grob-properties.scm: remove 'type
8103
8104         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8105         conversion
8106
8107         * lily/text-spanner.cc: change 'type grob prop to 'style 
8108
8109         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8110         "first" flag to decide whether to make a start-repeat
8111
8112         * input/regression/grace-volta-repeat-2.ly: new file.
8113
8114 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8115
8116         * lilypond-indent.el: rename generic functions to LilyPond-*
8117
8118 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8119
8120         * input/test/thumb.ly: delete, merged into refman.
8121
8122         * Documentation/user/refman.itely: added thumb info to Fingering.
8123
8124         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8125         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8126         vertical-align.ly : deleted files.
8127
8128 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8129
8130         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8131
8132         * lily/line-spanner.cc (broken_trend_offset): remove function.
8133         (get_broken_offset): idem.
8134         (brew_molecule): rewrite the line-break case.
8135
8136         * input/regression/follow-voice-break.ly:  new file.
8137
8138         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8139         start of a system.
8140
8141 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8142
8143         * input/test/tuplet-rest.ly: moved to regression.
8144
8145         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8146         deleted file.
8147
8148         * input/test/ {many} : marked file for possible deletion.
8149
8150 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8151
8152         * input/regression/beam-funky.ly: add note about (disputed)
8153         correct beaming.
8154
8155         * ly/engraver-init.ly (ScoreContext): put key-signature after
8156         staff-bar
8157         
8158 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8159
8160         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8161
8162         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8163
8164         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8165
8166         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8167         stem-extend was deleted (it was duplicate example, and not as
8168         good).
8169
8170         * input/test/[s-z]*.ly: add texidoc index.
8171
8172 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8173
8174         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8175         get_first_notecolumn_y
8176
8177         * lily/spanner.cc (broken_spanner_index): new function.
8178
8179 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8180
8181         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8182         lyric-hyphen.ly : moved to regression.
8183
8184         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8185         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8186
8187         * input/test/instrument-name-mmrest.ly: moved to
8188         ../regression/multi-measure-rest-instr-name.ly
8189
8190         * input/test/knee-sym.ly: moved to
8191         ../regression/beam-knee-symmetry.ly.
8192
8193         * input/test/hymn.ly: change comments.
8194
8195         * input/test/[p-r]*.ly: add texidoc index.
8196
8197 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8198
8199         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8200         to postfix syntax
8201         
8202         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8203         syntax.
8204
8205         * VERSION: release 1.7.22
8206
8207 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8208
8209         * input/test/[h-k]*.ly: added texidoc index.
8210
8211         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8212
8213         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8214
8215         * input/test/ various : mark files for deletion or moving to
8216         regression.
8217
8218         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8219
8220         * input/test/[l-o]*.ly: added texidoc index.
8221
8222 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8223
8224         * scm/music-functions.scm (make-ottava-set): 
8225         only do ottavation if centralCPosition is set.
8226
8227         * lily/translator-scheme.cc (ly:context-property-where-defined):
8228         return '() if not found.
8229
8230 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8231
8232         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8233         Use one command for both commenting and uncommenting.
8234
8235         * lilypond-indent.el (LilyPond-comment-region): new function,
8236         (un)comments each line separately.
8237
8238         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8239         
8240         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8241         imenu is not added by default; adapted from f90.el,
8242         makes Help-menu, which does not fit, visible in XEmacs.
8243         
8244 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8245
8246         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8247         show-paren-mode sets blink-matching-paren-on-screen local.
8248         Try to make show-paren-function to paren-highlight local.
8249
8250         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8251         Copy definitions of Emacs' show-paren-function and
8252         XEmacs' paren-highlight and make minimal changes;
8253         add comments about locality. 
8254         Fix matching first open-paren-char in '<< .. >>'.
8255
8256 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8257
8258         * input/test/g*: added texidoc index.
8259
8260         * input/test/[a-g]*: added raggedright==#t when it
8261          seemed appropiate.
8262
8263         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8264
8265         * Documentation/topdoc/INSTALL.texi: removed false warnings
8266         about gcc 3.3.
8267
8268 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8269
8270         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8271
8272         * input/test/chords-without-melody.ly (texidoc): add from
8273         input/just-friends.ly
8274
8275         * input/regression/size{13--26}.ly: move from input/
8276
8277         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8278         input/{star-spangled-banner,twinkle}.ly: remove 
8279         
8280         * lily/slur.cc: remove slur over rest warnings.
8281
8282         * lily/note-spacing.cc (get_spacing): include left part of right
8283         object in fixed space. This fixes stretched space before
8284         accidentals.
8285
8286         * input/regression/spacing-accidental-stretch.ly: new file.
8287
8288 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8289
8290         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8291         Reduce to 16pt.
8292
8293 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8294
8295         * input/regression/spacing-knee.ly: docstring
8296
8297         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8298
8299         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8300         input/tutorial/{test,solar,flowing}.ly: remove
8301
8302         * input/rhythm.ly: remove
8303
8304         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8305
8306         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8307         update syntax. 
8308
8309         * scm/define-grobs.scm (all-grob-descriptions): set
8310         knee-spacing-correction to 1.0
8311
8312         * lily/note-spacing.cc (stem_dir_correction): compute knee
8313         correction using stem-thickness and head width.
8314
8315         * input/regression/beam-quanting-horizontal.ly: update texidoc
8316
8317         * scm/define-grobs.scm (all-grob-descriptions): set
8318         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8319         This fixes 32nd beams for noteheads in spaces quants.
8320
8321         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8322
8323 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8324
8325         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8326
8327 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8328
8329         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8330
8331         * VERSION (PACKAGE_NAME): release 1.7.21
8332
8333         * input/regression/stem-shorten.ly: new file.
8334
8335         * lily/stem.cc (get_default_stem_end_position): revise stem
8336         shortening code.
8337
8338         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8339
8340         * input/test/{scripts,volta-start,sleur}.ly: remove
8341         
8342         * input/regression/span-bar.ly: smaller file.
8343
8344         * input/regression/spacing-{natural,tight,loose}.ly: remove
8345
8346         * input/test/markup.ly: remove
8347
8348         * scripts/lilypond-book.py: put printfilename in separate chunk,
8349         so texidoc is printed after the filename.  
8350
8351 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8352
8353         * make/lilypond.mandrake.spec.in: fix docdirs.
8354
8355 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8356
8357         * input/regression/beam-french.ly: bugfix.
8358
8359         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8360
8361         * input/regression/(various).ly: add raggedright = #t.
8362
8363         * input/regression/auto-beam.ly: move from abe.ly
8364
8365 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8366
8367         * input/test/f*.ly: added texinfo index.
8368         
8369         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8370
8371 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8372
8373         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8374         quant penalty for beam just outside staff.
8375
8376         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8377         from beam-pos.ly,  remove non-horizontal tests. 
8378
8379         * input/test/(various): cleanup header info. 
8380
8381         * input/test/tchaikovsky.ly: remove file.
8382
8383         * scm/chord-generic-names.scm: move from
8384         double-plus-new-chord-name.scm
8385
8386         * input/test/orchestscore.ly: remove file
8387
8388         * Documentation/user/refman.itely (Vocal music): update documentation.
8389
8390         * scm/define-translator-properties.scm (chordNoteNamer): remove
8391         chordNameStyle, use chordNameFunction
8392
8393         * scm/chord-name.scm (set-chord-name-style): remove
8394         set-chord-name-style. Use \property chordNameFunction.
8395
8396 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8397
8398         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8399         music): remove @TeX{} command.
8400
8401 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8402
8403         * lilypond-indent.el (scan-sexps): Renamed to
8404         aargh-this-breaks-other-emacs-modes-scan-sexps.
8405
8406 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8407
8408         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8409         closing slurs: '()', etc. Add comments.
8410
8411         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8412
8413         * lilypond-font-lock.el: match unending string at eof.
8414
8415         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8416         
8417 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8418
8419         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8420         input/test/beam-dir.ly input/test/beam-position.ly    
8421         input/test/beam-suspect.ly input/test/beam-trend.ly    
8422         input/test/beams.ly input/test/crescendo-text.ly : deleted
8423         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8424         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8425         * input/test/default-bars.ly: moved to bar-always.ly
8426         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8427
8428 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8429
8430         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8431
8432 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8433
8434         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8435
8436 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8437
8438         * lilypond-indent.el: Match better slurs in scheme expressions.
8439         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8440
8441         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8442
8443 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8444
8445         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8446
8447         * input/ac-extra-voice.ly: Add texidoc.
8448
8449         * ly/chord-modifiers-init.ly: 
8450         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8451         and chordNameExceptionsPartial for new chord names.
8452
8453         * input/test/chord-names-dpnj.ly: 
8454         * input/test/dpncnt.ly: Update.
8455
8456         * scm/chord-name.scm: 
8457         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8458         chord selection and options.
8459
8460         * ly/chord-modifiers-init.ly: Add exceptions 
8461
8462         * scm/define-translator-properties.scm (chordNameStyle) 
8463         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8464
8465 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8466
8467         * ly/property-init.ly (germanChords): Added.
8468         (semiGermanChords): Added.
8469         
8470         * input/test/chord-names-german.ly: Use new macros
8471         
8472 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8473
8474         * lilypond-indent.el: Use similar parenthesis highlighting for 
8475         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8476         functions; removed LilyPond-show-paren-function. Fix indenting.
8477         Turn paren-matching on also in XEmacs.
8478
8479         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8480         as needed by parenthesis highlighting functions (in scan-sexp).
8481
8482 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8483
8484         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8485         function.
8486         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8487
8488 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8489
8490         * lilypond-indent.el: tune regexp for show-paren-function.
8491
8492 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8493
8494         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8495         for all LilyPond-produced tex snippets.
8496
8497         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8498         fixes one line --preview output of ly2dvi.
8499
8500 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8501
8502         * lilypond-indent.el: match only one type of slurs in
8503         LilyPond-show-paren-function.
8504
8505 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8506
8507         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8508         * debian/lilypond1.7.dirs: 
8509         * debian/lilypond1.7-doc.dirs: New file.
8510
8511         * input/regression/chord-name-exceptions.ly: Add parameter for
8512         ignatzekExceptions.  Quote hash in docstring.
8513
8514 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8515
8516         * lilypond-indent.el (show-paren-function): define show-paren-function
8517         as LilyPond-blink-matching-open and use it for closing parens.
8518         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8519
8520         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8521         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8522         LilyPond-blink-matching-paren in order to match both open and close
8523         brackets.
8524         
8525 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8526
8527         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8528         testing by modifying the code from FSF Emacs paren.el. Add comments.
8529
8530 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8531
8532         * input/test/dpncnt.ly: Transpose example to match new
8533         default \chords octave.  Add comment.
8534         
8535         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8536         comment about octave change.
8537
8538 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8539
8540         * input/test/[d,e]: added texinfo index tags.
8541         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8542
8543 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8544
8545         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8546
8547 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8548
8549         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8550         as in blink-matching-open.
8551
8552 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8553
8554         * input/test/[a-c]: more comments in files.
8555         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8556         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8557         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8558         mark file for proposed deletion.
8559         * input/test: renaming files:
8560         auto-beam-4-8.ly to beam-auto-4-8.ly
8561         auto-beam-override.ly to beam-auto-override.ly
8562         auto-beam.ly to beam-auto.ly
8563         blank.ly to blank-paper.ly
8564         absolute-volume.ly to dynamic-absolute-volume.ly
8565
8566 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8567
8568         * input/test/dpncnt.ly: 
8569         * input/test/chord-names-dpnj.ly: Resurrect.
8570
8571         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8572
8573         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8574
8575         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8576         Better docstring, add parameter OMIT-ROOT, tidy up.
8577
8578 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8579
8580         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8581
8582 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8583
8584         * scm/output-ascii-script.scm (as-font-alist-alist):
8585         (as-properties-to-font-name):
8586         (as-make-style-sheet): Remove.
8587
8588         * scm/font.scm (as-make-font-list): New function.
8589         (as-font-sheet-alist): New variable.
8590
8591         * ly/paper-as9-init.ly: 
8592         * ly/paper-as5-init.ly: Update.
8593
8594         * ly/paper-as5.ly:
8595         * ly/paper-as9.ly: New file.
8596
8597 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8598
8599         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8600
8601 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8602         * input/sondag-morgen/*: removed due to copyright concerns.
8603         * input/[a,b]*.ly: added a newline at the end of the texinfo
8604         doc string (produces better output in HTML version).
8605         * input/c*.ly: added texinfo index and added comments to
8606         aid in future changes to input/test/ files.
8607
8608 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8609         
8610         * Documentation/user/refman.itely: fixed build problem (missing
8611         file) caused by previous renaming.
8612
8613 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8614         
8615         * input/test/[a,b]*.ly: added texinfo index and added comments to
8616         aid in future changes to input/test/ files.
8617         * input/test/bar-number-every-5-reset.ly: renamed to
8618         bar-number-every-five-reset.ly
8619         * input/test/bar-script-visibility.ly: renamed to
8620         bar-number-show-all.ly
8621
8622 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8623
8624         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8625         to Voice.
8626
8627         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8628         out note-line and glissando functionality.
8629         
8630         * lily/line-spanner.cc (brew_molecule): cleanup.
8631
8632 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8633
8634         * scripts/as2text.scm: Use rdelim module.
8635         (start-system): Rename from start-line.
8636         (stop-system): Rename from stop-line.
8637         (af-gulp-file): Use string iso symbol for getenv.
8638
8639         * scm/output-ascii-script.scm: Add guile and lily modules.
8640         (font-name-alist): New variable.
8641         (draw-line): New function.
8642
8643         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8644         (Were these silently removed, without ChangeLog entry?)
8645
8646 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8647
8648         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8649         process 2nd ottava correctly.
8650
8651 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8652
8653         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8654
8655 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8656
8657         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8658
8659 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8660
8661         * VERSION: release 1.7.20
8662         
8663         * lily/text-spanner.cc (brew_molecule): clean up function. This
8664         fixes bugs with broken 8va spanners.
8665
8666         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8667         This prevents spurious line-breaks with raggedright
8668         
8669 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8670
8671         * lily/key-performer.cc (create_audio_elements): always use major
8672         key
8673
8674         * Documentation/user/internals.itely: updates
8675
8676         * input/regression/beam-break.ly: new file.
8677
8678         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8679         beams if starting or terminating stems have 'beaming set.)
8680
8681         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8682         property.
8683
8684         * lily/parser.yy (verbose_command_req): add comment about scales.
8685
8686 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8687
8688         * lilypond-indent.el: adjust regexps in bracket-matching.
8689
8690 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8691
8692         * Documentation/user/refman.itely: more tiny fixes
8693
8694         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8695         "Chord names"; added table with input syntax for solesmes neumes
8696         table; added some words about rationale on input syntax design
8697
8698         * lily/gregorian-ligature-engraver.cc,
8699         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8700         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8701         alignment of Pes Initio Debilis
8702
8703         * Documentation/user/refman.itely,
8704         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8705         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8706         bugs in the solesmes neumes table
8707
8708 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8709
8710         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8711         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8712
8713         * lilypond-mode.el: fix tag-score. small improvements.
8714
8715 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8716
8717         * .cvsignore: Add aclocal.m4.
8718
8719         * lily/music-constructor.cc: Include <assert.h>.
8720
8721 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8722
8723         * ly/engraver-init.ly (HaraKiriStaffContext): use
8724         RemoveEmptyStaffContext instead.
8725
8726         * Documentation/user/refman.itely: updates
8727
8728 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8729
8730         * Documentation/user/refman.itely: added solesmes neumes table;
8731         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8732         bugfix: "Ornaments" -> "Articulations"
8733
8734         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8735
8736 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8737
8738         * lilypond-indent.el: Add a message about trying to match \] or \).
8739         
8740 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8741         
8742         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8743         obsolete "arithmetic_*"
8744
8745         * input/bugs/ligatures.ly: removed (will be put into a different
8746         directory later)
8747
8748 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8749
8750         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8751         libkpathsea (Maurizio Tomasi).
8752
8753 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8754
8755         * input/regression/repeat-slash.ly (texidoc): new file
8756
8757         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8758         slash repeats separately. Slash repeats and %
8759         repeats can now be nested.
8760
8761 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8762
8763         * lilypond-indent.el: Add preliminary test for closing \] and \).
8764         
8765 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8766
8767         * lily/gregorian-ligature-engraver.cc,
8768         lily/vaticana-ligature-engraver.cc,
8769         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8770         mf/parmesan-heads.mf: various semivocalis related bugfixes
8771
8772         * input/bugs/ligatures.ly: new file demonstrating problems with
8773         ligatures
8774         
8775 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8776
8777         * lilypond-mode.el,
8778         lilypond-font-lock.el,
8779         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8780
8781 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8782
8783         * lilypond-mode.el: Remove outdated code. Stress the difference 
8784         between Emacs and XEmacs definitions.
8785
8786         * lilypond-mode.el,
8787         lilypond-indent.el: Define a function interactive only when necessary.
8788
8789 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8790
8791         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8792         Use inactive regions also in XEmacs.
8793
8794 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8795
8796         * Documentation/user/refman.itely (Repeat syntax): more updates
8797
8798         * lily/simple-spacer.cc (solve): move solution process into
8799         solve(). This fixes a bug with collisions and raggedright = ##t.
8800  
8801         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8802
8803         * ly/engraver-init.ly: remove GraceContext. Update examples.
8804
8805 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8806
8807         * GNUmakefile.in (fonts): Also make fontball.
8808
8809         * Website fixes:
8810
8811         * ly/engraver-init.ly (GraceContext): Add.
8812
8813         * run:
8814
8815             convert-ly $(find . -name *.ly)
8816
8817         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8818         new chords.
8819
8820 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8821
8822         * VERSION: 1.7.19 released
8823         
8824         * scm/music-functions.scm (set-octavation): new function.
8825
8826         * input/regression/ottava.ly: new file
8827
8828         * lily/translator-scheme.cc (LY_DEFINE): new function
8829         ly:unset-context-property
8830         (LY_DEFINE) new function ly:context-property-where-defined: 
8831
8832 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8833
8834         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8835
8836         * lilypond.words: add few.
8837
8838         * input/test/script-chart.ly: fix typo.
8839
8840 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8841
8842         * scm/define-grobs.scm: uniform naming for definitions and output
8843         routine files. 
8844
8845         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8846         scm/context-description.scm
8847
8848         * lily/parser.yy (translator_spec_body): add \description to the
8849         \translator{} body syntax.
8850
8851         * lily/ottava-engraver.cc: new file.
8852
8853         * scm/chord-name.scm (natural-chord-alteration): replace old
8854         chord stuff. 
8855
8856         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8857
8858         * Documentation/user/refman.itely (Metronome marks): update doco.
8859
8860         * input/regression/markup-note.ly: new file
8861
8862         * input/regression/metronome-marking.ly: new file
8863
8864         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8865
8866         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8867         metronome marks.
8868
8869 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8870
8871         * Documentation/user/GNUmakefile: Compatibility fix for new
8872         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8873         for making binary packages; info splitting bug has been fixed.
8874
8875         * Documentation/user/refman.itely: Compile fixes.
8876
8877 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8878
8879         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8880         Count \midi -keywords also for a region.
8881
8882 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8883
8884         * lily/lookup.cc (LY_DEFINE): new function
8885
8886         * Documentation/user/tutorial.itely: updates
8887
8888 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8889
8890         * lilypond-mode.el: Allow Midi on buffer.
8891         Use only '.ly'-extension, remove '.sly' and '.fly'.
8892         Allow use of inactive regions. Invoke next Command on Master file, 
8893         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8894
8895 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8896
8897         * Documentation/user/tutorial.itely: updates.
8898
8899 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8900
8901         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8902
8903 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8904
8905         * lily/coherent-ligature-engraver.cc: fixed typo
8906
8907         * lily/coherent-ligature-engraver.cc,
8908         lily/gregorian-ligature-engraver.cc,
8909         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8910         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8911         lily/vaticana-ligature-engraver.cc,
8912         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8913         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8914         removed all ligature specific stuff from NoteHead code
8915
8916         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8917         ligatures now use regular noteheads
8918
8919         * lily/vaticana-ligature.cc: tiny code cleanups
8920
8921         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8922         space between two adjacent noteheads of the same pitch
8923
8924         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8925         description; cleanup: removed obsolete font-family settings
8926
8927 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8928
8929         * lily/coherent-ligature-engraver.cc,
8930         lily/gregorian-ligature-engraver.cc,
8931         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8932         lily/mensural-ligature-engraver.cc,
8933         lily/vaticana-ligature-engraver.cc,
8934         lily/include/gregorian-ligature-engraver.hh: updated for new
8935         Coherent_ligature_engraver; added comments that describe the basic
8936         design ideas of the ligature implementation
8937
8938         * lily/coherent-ligature-engraver.cc,
8939         lily/include/coherent-ligature-engraver.hh: new file: shared code
8940         between mensural ligatures and Gregorian chant notation ligatures
8941
8942 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8943
8944         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8945         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
8946         use only two arguments in sit-for, use no arguments in
8947         read-char-exclusive, backspace is not a character (127) in XEmacs.
8948
8949         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
8950
8951 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8952
8953         * lilypond-mode.el: un-commenting works after syntax-table fix.
8954
8955         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
8956         group, verbose commenting for syntax table.
8957
8958         * lilypond-indent.el: add TODO for ligature slurs.
8959
8960 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
8961
8962         * lilypond-mode.el: Move comments of parenthesis matching away,
8963         (blink-matching-paren-on-screen) fix blinking in Emacs.
8964
8965         * lilypond-font-lock.el: Fix parent-matching for Emacs:
8966         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
8967
8968         * lilypond-indent.el: Add TODO for parenthesis matching.
8969
8970 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
8971
8972         * lilypond-mode.el: Fix XEmacs: 
8973         changed [S-iso-lefttab] to [(shift iso-lefttab)],
8974         invoke explicitly easy-menu-add (in Emacs done automatically).
8975         
8976         * lilypond.words: Add few words from input/*/*.ly.
8977
8978 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8979
8980         * VERSION (PATCH_LEVEL): release 1.7.18
8981
8982         * scripts/lilypond-book.py: only print basename for printfilename
8983         option
8984
8985         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
8986         and syntax updates.
8987
8988 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8989
8990         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
8991         better parametrisation. Move fatness of bulb downward.
8992
8993         * mf/parmesan-custodes.mf (dir_down): remove underscores from
8994         glyph names. Underscores are not allowed .ps encoding files.
8995
8996 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
8997
8998         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
8999         variable "packed" for packed right-ragged mode
9000
9001         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9002         unused variable ragged; fixed indentation
9003
9004         * Documentation/user/refman.itely: tiny cleanups in ancient
9005         clef and custos section
9006
9007 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9008
9009         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9010         \applyoutput PROCEDURE
9011
9012         * lily/my-lily-lexer.cc: add \applyoutput.
9013
9014         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9015
9016         * lily/text-item.cc: clean text-interface description
9017
9018 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9019
9020         * input/{regression,test}/: use postfix for slur endings and beam
9021         begins.
9022
9023         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9024         style beams too. 
9025
9026         * input/regression/lyrics-melisma-beam.ly: new file.
9027
9028         * lily/lyric-engraver.cc (process_music): change from
9029         process_acknowledged_grobs()
9030
9031         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9032         functions to set and revert auto-beam settings.
9033
9034 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9035
9036         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9037
9038 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9039
9040         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9041         Documentation/user/lilypond.tely: fixed some typos; updated author
9042         info
9043
9044         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9045         #"" -> #'flag-style = #'()
9046
9047         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9048         cleanup: removed dead #includes
9049
9050         * lily/gregorian-ligature-engraver.cc,
9051         lily/include/gregorian-ligature.hh,
9052         scm/grob-property-description.scm: small cleanups, small spacing
9053         fixes
9054
9055         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9056         lily/vaticana-ligature.cc,
9057         lily/include/gregorian-ligature-engraver.hh,
9058         scm/grob-property-description.scm, scm/music-types.scm:
9059         "porrectus" -> "pes or flexa"
9060
9061         * ly/engraver-init.ly, scm/grob-description.scm,
9062         scm/grob-property-description.scm: junked porrectus, now handled
9063         by ligature code
9064
9065         * scm/grob-description.scm: bugfix: added space-alist entry for
9066         breathing sign/custos
9067
9068 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9069
9070         * Another grand 2003 update.
9071         
9072         * Remove mentioning of `mudela'; There's no such thing.
9073
9074 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9075
9076         * Documentation/user/preface.itely (Preface to version 1.8): update
9077
9078         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9079
9080         * Documentation/user/converters.itely (Invoking convert-ly): revise
9081
9082         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9083
9084         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9085
9086 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9087
9088         * Documentation/user/internals.itely: more updates.
9089
9090 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9091
9092         * Documentation/user/refman.itely: revise 
9093
9094         * Documentation/user/internals.itely: revise
9095
9096         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9097
9098 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9099
9100         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9101         beautification: reformatted ancient clefs section; cleanup: small
9102         wording fixes
9103
9104 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9105
9106         * lilypond.words: added words for chant notation, sorted
9107         alphabetically through "sort lilypond.words"
9108
9109 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9110
9111         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9112         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9113         chant notation
9114
9115 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9116
9117         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9118         prevent TeX from interpreting them as long dash
9119
9120         * input/test/vaticana.ly: updated
9121
9122         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9123         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9124         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9125         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9126         fixes
9127
9128         * mf/parmesan-heads.mf: ledger endings: removed dead code
9129
9130 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9131
9132         * VERSION: 1.7.17 released
9133         
9134         * Documentation/user/GNUmakefile
9135         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9136         files too.
9137
9138         * scm/document-markup.scm: new file: document all markup
9139         functions.
9140
9141         * scm/documentation-generate.scm: rename all documentation modules
9142         to document-*.scm
9143
9144         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9145         .png
9146
9147         * input/test/divisiones.ly: added
9148
9149         * input/regression/output-property.ly: new file
9150
9151         * lily/cluster.cc: change cluster-interface to use style property
9152
9153 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9154
9155         * input/test/chord-names-german.ly: modified.
9156
9157         * scm/chords-ignatzek.scm:
9158           chord-name->german-markup: Added
9159           note-name->german-markup: Changed (now producing lowercase notenames)
9160
9161         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9162         
9163 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9164
9165         * scripts/convert-ly.py (FatalConversionError.conv):
9166         divisiominima -> divisioMinima, etc.
9167
9168         * ly/engraver-init.ly (FiguredBassContext): add
9169         Separating_line_group_engraver to Figured bass context.
9170
9171         * ly/german-chords-init.ly: remove file
9172
9173         * input/test/chord-names-german.ly (scm): new file.
9174
9175         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9176
9177         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9178         Chord_name_engraver
9179
9180         * Documentation/user/refman.itely: lots of updates.
9181
9182         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9183         new file
9184
9185         * input/test/bar-number-every-5-reset.ly: new file.
9186
9187 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9188
9189         * input/regression/chord-name-major7.ly: new file
9190
9191         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9192         if specced explicitly.
9193
9194         * input/regression/chord-name-entry-11.ly: new file.
9195
9196         * input/test/slur-beautiful.ly: new file.
9197
9198         * Documentation/user/refman.itely: updates.
9199
9200         * input/regression/collisions.ly (threevoice): cleanup.
9201
9202         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9203
9204 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9205
9206         * Documentation/user/*.itely: various updates.
9207
9208         * ly/spanners-init.ly: enddecr/ endcr.
9209
9210         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9211         of tutorial
9212
9213 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9214
9215         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9216
9217         * lily/new-chord-name-engraver.cc (process_music): use octavation
9218         (a number) instead of original-pitch to store inversions. This
9219         fixes a problem with transposed chords with inversions.  
9220
9221 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9222
9223         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9224         used in includable-lexer.hh.
9225
9226         * lily/includable-lexer.cc: Bugfix: include config.h.
9227
9228         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9229         circumvention of Debian packaging bug.
9230
9231 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9232
9233         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9234         
9235         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9236
9237         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9238         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9239
9240         * lily/include/includable-lexer.hh: 
9241         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9242
9243         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9244
9245         * aclocal.m4: Regenerate.
9246
9247         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9248         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9249
9250         * scm/pdf.scm (use-modules): Include lily.
9251
9252         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9253         Noordkamp).
9254         (use-modules): Include lily.
9255         (lily-def): Bugfix: include tex-val in let.
9256
9257 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9258
9259         * lilypond-mode.el: sensible error if lilypond.words not found.
9260
9261         * lilypond.words: add few words.
9262
9263 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9264
9265         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9266
9267         * mf/parmesan-scripts.mf: fixed typo in char name
9268
9269 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9270
9271         * VERSION: 1.7.16 released
9272
9273         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9274         (this is a security vulnerability).
9275
9276         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9277
9278         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9279         add staff support.
9280
9281 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9282
9283         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9284         ly/script-init.ly, scm/script.scm: bugfix: renamed
9285         fermata->signumcongruentiae to fix naming clash with feta font
9286
9287 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9288
9289         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9290
9291         * lily/multi-measure-rest-engraver.cc
9292         (start_translation_timestep): use grace timing too for determining
9293         when to make mmrest.
9294         (start_translation_timestep): clear numbers too.
9295
9296 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9297
9298         * scm/music-types.scm: compile fix: escape braces
9299
9300         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9301         work around font selection problem
9302
9303         * Documentation/user/refman.itely: BreathingSign: added docu for
9304         property "text"
9305
9306 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9307
9308         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9309         information.
9310
9311 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9312
9313         * lily/multi-measure-rest-engraver.cc (class
9314         Multi_measure_rest_engraver): make multiple Number objects, one
9315         for each MultiMeasureTextEvent.
9316
9317         * scm/music-functions.scm (glue-mm-rest-texts): use
9318         MultiMeasureTextEvent
9319
9320         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9321
9322         * Documentation/user/refman.itely (Multi measure rests): update.
9323
9324 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9325
9326         * lily/ly-module.cc (ly_copy_module_variables): use
9327         scm_internal_hash_fold() for iterating modules.
9328
9329 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9330
9331         * Documentation/user/refman.itely: Section Custodes: added more
9332         example code
9333
9334         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9335         neo-mensural rests to parmesan font
9336
9337         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9338         header
9339
9340 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9341
9342         * Documentation/user/macros.itexi: @fileref macro.
9343
9344         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9345         each file. 
9346
9347 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9348
9349         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9350         Documentation/topdocs/AUTHORS.texi: updated my email address
9351
9352         * Documentation/user/refman.itely: updated custos documentation;
9353         beautified divisiones example; beautified articulations table
9354
9355         * lily/breathing-sign.cc: bugfix: finalis molecule
9356
9357 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9358
9359         * Documentation/user/refman.itely: added docu for
9360         contemporary fermata symbols, gregorian breathing signs; small fixes
9361
9362         * ly/gregorian-init.ly: removed obsolete #'type props
9363
9364 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9365
9366         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9367         minimum-length property correctly.
9368
9369 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9370
9371         * scm/music-functions.scm (make-multi-measure-rest): set input
9372         locations for multimeasure rests.
9373
9374 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9375
9376         * input/regression/breathing-sign.ly: updated to for ancient
9377         notation
9378
9379 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9380
9381         * scripts/ly2dvi.py: Add newline.
9382
9383 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9384
9385         * scripts/ly2dvi.py (dependency_files): Compile fix.
9386
9387 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9388
9389         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9390         (make_html_menu_file): --html menu. 
9391
9392 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9393
9394         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9395
9396 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9397
9398         * input/screech-boink.ly: new file.
9399
9400 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9401
9402         * scripts/lilypond-book.py (make_lilypond_file): convert
9403         lilypond-file to lilypond block directly, without going through
9404         begin/end lilypond text.
9405         
9406
9407 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9408
9409         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9410         scm/grob-description.scm: moved Michael's original breathing sign
9411         code in brew_molecule() to divisio_minima(); provided new
9412         brew_molecule() that effectively replaces the
9413         Text_item::brew_molecule callback (with additional fallback to
9414         Michael's original code); added callbacks for brewing divisio
9415         maior/maxima and finalis
9416
9417         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9418         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9419
9420         * script-init.ly: added shortfermata, longfermata,
9421         verylongfermata, varcoda
9422
9423         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9424         longfermata, verylongfermata, varcomma, varcoda
9425
9426 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9427
9428         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9429           Remove all noquote and insert a few quote.
9430         
9431         * Documentation/user/lilypond-book.itely (Music fragment options),
9432           scripts/lilypond-book.py: Don't include quotation blocks by
9433           default. Introduce option quote instead of noquote
9434
9435 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9436
9437         * VERSION: 1.7.15 released
9438         
9439         * Documentation/user/lilypond.tely: omf updates.
9440
9441         * buildscripts/texi2omf.py (omf_vars): include version.date
9442
9443         * make/lilypond.redhat.spec.in: fixes for spec file. 
9444
9445         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9446         by function definition: lily now requires a recent GNU Make.
9447
9448         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9449         writing.
9450
9451         * make/ly-rules.make: remove .ly -> .tex rule
9452
9453         * Documentation/user/refman.itely (Figured bass): revised figured
9454         bass example.
9455
9456 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9457
9458         * stepmake/stepmake/omf-targets.make (local-install): add
9459         scrollkeeper-update message.
9460
9461         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9462         to binary.
9463         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9464
9465         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9466
9467         * Documentation/user/converters.itely (Invoking midi2ly): add
9468         track/channel notice.
9469
9470 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9471
9472         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9473
9474         * lily/parser.yy (scalar): DIGIT is also a scalar.
9475
9476         * Documentation/user/music-glossary.tely: add @omf tags
9477
9478         * Documentation/user/lilypond.tely: add @omf tags
9479
9480         * scm/generate-documentation.scm (string-append): add @omf tags.
9481
9482         * stepmake/stepmake/omf-*: new files 
9483
9484         * input/regression/multi-measure-rest.ly (texidoc): add doco
9485
9486         * GNUmakefile.in (web-doc-install): add web-doc-install target
9487
9488         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9489         fixes crashes while dumping MIDI.
9490
9491         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9492         midi
9493
9494 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9495
9496         * buildscripts/texi2omf.py: new file.
9497
9498         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9499         font-name
9500
9501 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9502
9503         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9504
9505         * lily/sequential-iterator.cc (descend_to_child): call
9506         descend_to_child() for all types of music.
9507
9508 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9509
9510         * scm/translator-property-description.scm: Add
9511         bassFigureFormatFunction.  Replace some entries.
9512
9513 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9514
9515         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9516         clean out.
9517
9518 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9519
9520         * scripts/midi2ly.py (Note.dump): never dump duration for
9521         dump_dur=0.
9522
9523         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9524         new function
9525
9526         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9527         figures using new markups. Much simpler, and should improve layout
9528         a little.
9529
9530         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9531
9532 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9533
9534         * ly/engraver-init.ly: use Hara kiri by default for 
9535         ChordNames, FiguredBass and Lyrics(Voice) context. 
9536
9537         * lily/axis-group-engraver.cc (acknowledge_grob): use
9538         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9539
9540         * scm/new-markup.scm (markup-function-list): add bracket,
9541         vbracket.
9542
9543         * ly/engraver-init.ly (ChordNamesContext): set
9544         minimumVerticalExtent
9545
9546 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9547
9548         * input/test/time-signature-double.ly: new file 
9549
9550         * input/regression/collision-head-chords.ly (texidoc): new file.
9551
9552         * lily/type-swallow-translator.cc: add note swallow translator 
9553
9554         * input/test/time-signature-double.ly: new file.
9555
9556         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9557
9558         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9559         (FiguredBassContext): idem.
9560
9561         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9562
9563         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9564
9565         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9566
9567         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9568         .afm dependency
9569
9570         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9571
9572         * python/lilylib.py (make_page_images): add function.
9573
9574         * scripts/ly2dvi.py (run_latex): include title in preview image.
9575
9576         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9577         from lilypond-book for <ly2dvifile> tags in HTML.
9578
9579         * scripts/ly2dvi.py (option_definitions): add --debug option to
9580         print out environment.
9581
9582         * input/regression/tie-chord-partial.ly: new file.
9583
9584 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9585
9586         * lilypond.words: add 3
9587
9588 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9589
9590         * scm/new-markup.scm (markup-function-list): add finger-markup
9591
9592         * input/tutorial/brahms-tweaked.ly: new markup 
9593
9594         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9595
9596         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9597         crash when processing '() markup
9598
9599         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9600
9601         * lily/breathing-sign.cc (railtracks): another caesura.
9602
9603         * mf/feta-schrift.mf: caesura symbol. 
9604
9605 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9606
9607         * scripts/convert-ly.py (FatalConversionError.conv): add
9608         ly:molecule-XXX conversions.
9609
9610         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9611
9612         * input/regression/multi-measure-rest-text.ly: new file.
9613
9614         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9615         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9616
9617         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9618         ScoreContext
9619
9620         * scm/new-markup.scm (center-markup): \center markup.
9621
9622         * scm/music-functions.scm: remove pitchify scripts.
9623
9624         * lily/music.cc (print_smob): display music name if available 
9625
9626 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9627
9628         * Documentation/user/refman.itely (Instrument names): remove
9629         \turnOff doco.
9630
9631 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9632
9633         * lily/score.cc (mark_smob): bugfix.
9634
9635         * input/regression/rehearsal-mark.ly: new file.
9636
9637         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9638         report error at the current token again.
9639
9640 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9641
9642         * cygwin/mknetrel: Exit if doc build fails.
9643
9644         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9645
9646 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9647
9648         * scm/music-types.scm (music-descriptions): add doc strings
9649
9650 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9651
9652         * lily/lexer.ll: 
9653         * lily/include/my-lily-lexer.hh: 
9654         * lily/include/includable-lexer.hh: Add flex kludge.
9655
9656         * config.hh.in: 
9657         * config.make.in: 
9658         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9659         cruft.
9660         
9661         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9662         code.
9663
9664 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9665
9666         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9667
9668         * lily/parser.yy (new_chord): Compile fix.
9669
9670 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9671
9672         * Documentation/user/refman.itely (Tuning groups of objects):
9673         remove documentation for \turnOff. 
9674
9675         * lily/percent-repeat-engraver.cc (try_music): add correct
9676         processing moments for double-measure percents as well.
9677
9678         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9679
9680         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9681         grob prop type. 
9682
9683         * Documentation/user/refman.itely (Printing named chords): add
9684         chord name tweak doco.
9685
9686         * input/template/gregorian-transcription.ly: new file.
9687
9688 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9689
9690         * VERSION: 1.7.13 released
9691         
9692         * input/test/*: lots of cleanups/comment-outs/removals in chord
9693         examples
9694         
9695         * input/regression/*: lots of cleanups/comment-outs/removals in
9696         chord examples
9697         
9698         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9699         options
9700
9701         * lily/new-chord-name-engraver.cc (process_music): give original
9702         inversion pitch to chord name routine.
9703
9704         * input/tutorial/os-score.ly: update to new markup
9705
9706         * Documentation/user/appendices.itely: simply include
9707         chords-ignatzek. 
9708
9709         * Documentation/user/refman.itely (Chords mode): add documentation
9710         for chord mode.
9711
9712         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9713         not present in chord.
9714         (construct-chord): add inversion and bass support.
9715
9716         * lily/chord.cc: junk contents.
9717
9718 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9719
9720         * Documentation/user/refman.itely:
9721         * Documentation/user/music-glossary.tely: fix. 
9722
9723 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9724
9725         * scm/chord-entry.scm (construct-chord): move chord construction
9726         to Scheme.
9727
9728         * lily/parser.yy (new_chord): new setup for chord entry.
9729
9730 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9731
9732         * lilypond.words:
9733         * Documentation/user/music-glossary.tely: add ambitus.
9734
9735 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9736
9737         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9738
9739         * lily/include/*.hh: string() -> to_string()
9740
9741         * scm/chords-ignatzek.scm: new file.
9742
9743         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9744         standard chord name exceptions.
9745
9746         * scm/translator-property-description.scm (chordNameSeparator):
9747         add property.
9748         (majorSevenSymbol): add property
9749
9750         * lily/translator-scheme.cc (ly:context-properties): new function
9751         (ly:context-parent): new function.
9752         (print_smob): print context name.
9753
9754         * lily/music.cc (ly:get-music-length): new function
9755         (print_smob): don't print properties.
9756
9757         * lily/duration.cc (duration<?): new function
9758
9759         * input/regression/chords-funky-ignatzek.ly: new file.
9760
9761         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9762         jazz chords.
9763
9764         * lily/pitch.cc (ly:pitch-diff): new function.
9765
9766         * input/regression/chords-ignatzek.ly: new file.
9767
9768 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9769
9770         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9771         pitches for jazz chords.
9772
9773 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9774
9775         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9776
9777 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9778
9779         * lilypond.words: add 1
9780
9781 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9782
9783         * Documentation/topdocs/AUTHORS.texi: refine.
9784
9785 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9786
9787         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9788         
9789         * lilypond.words: add one.
9790
9791 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9792
9793         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9794         Fontify bass note in chords, e.g., e in c1/e.
9795         
9796 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9797
9798         * Documentation/user/music-glossary.tely: Dutch updates and
9799         additions (Arent Storm).
9800
9801 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9802
9803         * input/regression/ambitus.ly:  move file.      
9804
9805         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9806
9807         * lily/event.cc (transpose): add tonic property to Key_change_req
9808         and to Key_engraver.
9809
9810 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9811
9812         * Documentation/user/refman.itely: fix typo.
9813
9814         * lilypond.words: removed wrong identifiers.
9815
9816 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9817
9818         * mf/feta-toevallig.mf: make flat stem shorter 
9819
9820 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9821
9822         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9823
9824         * lilypond.words: add from Phrasing slur.
9825         
9826 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9827
9828         * lilypond-mode.el: allow launching multiple ViewPS processes.
9829         
9830         * lilypond.words: add from Text markup.
9831
9832 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9833
9834         * input/test/ossia.ly (texidoc): add comment.
9835
9836         * input/regression/voice-follower.ly: new file.
9837
9838         * mf/feta-toevallig.mf: make flat heavier.
9839
9840         * lily/cluster-engraver.cc: clean up Cluster engraver
9841
9842         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9843         Engraver. Use Note_column to compute Y positions and deal with
9844         line break stuff.
9845
9846 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9847
9848         * lily/stem.cc: move french-beaming to stem.
9849
9850 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9851
9852         * lilypond-font-lock.el: fontify all durations in chords.
9853
9854         * lilypond.words: add from lily/my-lily-lexer.cc
9855
9856 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9857
9858         * VERSION: release 1.7.12
9859
9860         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9861
9862         * lily/gregorian-ligature.cc: new file
9863
9864         * lily/*: the Great 2003 search & replace.
9865
9866         * Documentation/user/refman.itely (Manual repeat commands): add
9867         note about font selection.
9868
9869 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9870
9871         * lilypond-mode.el: propose recompiling midi while invoking playing,
9872         not while stopping playing.
9873
9874 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9875
9876         * lilypond.words: add one.
9877
9878         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9879         and expressional note grouping. Fontify chord modes.
9880
9881 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9882
9883         * Documentation/user/music-glossary.tely (Top): translate melisma.
9884
9885 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9886
9887         * Documentation/user/music-glossary.tely (Top): add melisma.
9888
9889 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9890
9891         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9892         interfaces for (abstract) grob GregorianLigature
9893
9894         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9895         renamed head* -> glyph_name*, x-shift* -> x-offset*
9896
9897         * scm/grob-property-description.scm: bugfix: added missing descriptions
9898
9899 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9900
9901         * input/test/chord-names-dpnj.ly: New file.
9902
9903         * scm/double-plus-new-chord-name.scm: Implement full and partial
9904         exceptions.
9905
9906         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9907
9908         * scm/double-plus-new-chord-name.scm
9909         (double-plus-new-chord->markup): Fix sub->markup.
9910
9911
9912 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9913
9914         * lily/custos-engraver.cc: added TODO; editorial changes
9915
9916         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9917         consistency with other ligature engravers; removed access on (now)
9918         private variable _ligature of Ligature_engraver
9919
9920         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9921         renamed last_bound -> last_bound_; issue programming_error on
9922         abstract method calls; moved primitives code from
9923         Mensural_bracket_engraver to here (because almost ligature
9924         engravers will need it); renamed try_stop_ligature () ->
9925         typeset_ligature (); bugfix: store primitives of finished ligature
9926         in separate variable finished_primitives_ to avoid clash on input
9927         like "\] \["; added current_ligature () to enable access on
9928         private variable _ligature
9929
9930         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9931         (now in super class); renamed try_stop_ligature () ->
9932         typeset_ligature ()
9933
9934         * lily/mensural-ligature.cc: issue programming_error on abstract
9935         method calls
9936
9937         * lily/note-heads-engraver.cc: added TODO comment upon bool
9938         in_ligature
9939
9940         * mf/parmesan-heads.mf: fixed some of set_char_box()
9941
9942         * scm/grob-description.scm: added VaticanaLigature
9943
9944         * scm/grob-property-description.scm: added neume prefix properties
9945
9946         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
9947         lily/include/gregorian-ligature-engraver.hh,
9948         lily/include/gregorian-ligature.hh: new files; framework for
9949         gregorian ligature engravers such as vaticana
9950
9951         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
9952         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
9953         vaticana style ligature implementation (still somewhat uncomplete)
9954
9955 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9956
9957         * VERSION: release 1.7.11
9958
9959         * scripts/convert-ly.py: add ly:pitch-transpose rule
9960
9961 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9962
9963         * input/test/dpncnt.ly: New file.
9964
9965         * lily/my-lily-lexer.cc: Add chordnames keyword.
9966
9967         * lily/parser.yy (chordnames_block): Parse chord name exception
9968         lists, see input/test/dpncnt.ly.
9969
9970         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
9971         function.
9972
9973         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
9974         filter-out too.
9975
9976         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
9977         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
9978         pitch functions (except for ly:make-pitch, but that's apparently
9979         some sort of scheme naming standard?).
9980
9981         * scm/lily.scm (!=): define-public.
9982
9983         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
9984
9985 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9986
9987         * scm/double-plus-new-chord-name.scm
9988         (double-plus-new-chord-name->markup): New file.
9989
9990 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9991
9992         * python/lilylib.py (make_preview): don't suppress progress for
9993         bbox extraction.
9994
9995 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9996
9997         * Documentation/user/appendices.itely (scheme): update for new syntax.
9998
9999         * input/regression/chord-name-styles.ly: new file
10000
10001         * lily/instrument-name-engraver.cc: create instrument names
10002         without barline too.  Allows instrument name on ChordNames  
10003
10004         * scm/new-markup.scm (interpret-markup): allow simple strings as
10005         markup too.
10006
10007 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10008
10009         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10010         (step->markup-accidental): Fix: add accidental.
10011         (chord::inner-name-american): 
10012         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10013         append stray '/' if last superscript addition was 'o'.
10014
10015         * scm/new-markup.scm (normal-size-sub-markup) 
10016         (normal-size-super-markup): New function.
10017
10018         * lily/source-file.cc (Source_file): Add warning for possibly
10019         intentional but suspicious initialization.
10020
10021         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10022         add comments about cut-and-paste programming.
10023
10024         * flower/rational.cc (lcm): Not used; comment out.
10025
10026 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10027
10028         * lily/new-fingering-engraver.cc (position_scripts): use
10029         fingerHorizontalDirection to determine fingering horizontal
10030         directions.
10031  
10032         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10033         fingering support.
10034
10035         * scripts/convert-ly.py (FatalConversionError.conv): add style
10036         conversion rule. 
10037
10038         * scm/chord-name.scm (set-chord-name-style): new function.
10039         (new-chord-name-brew-molecule): revise to interpret markup only
10040         (new-chord->markup): cleanuppish rewrite. To be called from the
10041         new engraver.
10042
10043         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10044         Markup earlier, during interpreting.
10045
10046         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10047         style settings. Rename to chord-names-*.ly
10048
10049 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10050
10051         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10052         markup code and update to new markup.  Most probably broke some of
10053         it.
10054         
10055 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10056
10057         * Documentation/user/refman.itely: added docu for ambitus and
10058         clusters
10059
10060         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10061         ly_quote_scm() in lookup.cc
10062
10063         * mf/parmesan-clefs.mf: set_char_box fix
10064
10065         * lily/cluster-engraver.cc: junk implicit protection; use
10066         Protected_scm instead
10067
10068 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10069
10070         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10071         throughout.
10072
10073         * scm/new-markup.scm: Turn-off error-triggering test code.
10074
10075 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10076
10077         * scm/new-markup.scm (markup-thrower-typecheck) 
10078         (markup-typecheck?):  add full typechecking functions.
10079         (make-markup-maker): add make-FOO-markup functions.
10080         (markup-argument-list-error): nice error checking messages.
10081         (make-markup): better function: less quoting escapades.
10082
10083 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10084
10085         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10086
10087 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10088
10089         * cygwin/lilypond.hint (requires): Add cygwin.
10090
10091         * .cvsignore: Remove stepmake (huh!?!), add lib.
10092
10093         * GNUmakefile.in: Add libdir links for builddir runs.
10094
10095         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10096         instead of datadir.
10097
10098         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10099         local_lilypond_libdir.
10100
10101         * config.make.in (lilypond_libdir): Add.
10102
10103         * stepmake/stepmake/substitute-rules.make: 
10104         * stepmake/stepmake/script-rules.make: 
10105         * stepmake/stepmake/python-module-rules.make:
10106         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10107         lilypond-python-module patch.
10108
10109 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10110
10111         * Documentation/user/refman.itely (Graphical interfaces): add note
10112         about xml2ly.
10113
10114 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10115
10116         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10117
10118 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10119
10120         * VERSION: released 1.7.10
10121
10122         * scripts/musedata2ly.py (): idem
10123
10124         * scripts/midi2ly.py (dump_chord): idem
10125
10126         * scripts/etf2ly.py (version): idem 
10127
10128         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10129
10130         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10131
10132         * scm/tex.scm (tex-output-expression): remove eval compat
10133         glut. Other output files too.
10134
10135         * scm/chord-name.scm: don't export anything from chord module.
10136
10137         * input/test/american-chords.ly: idem
10138
10139         * input/test/banter-chords.ly (texidoc): idem
10140
10141         * input/test/Cc-chords.ly: add breakage notes.
10142
10143         * Documentation/user/refman.itely (Text markup): rewrite manual
10144         section.
10145
10146         * lily/parser.yy (scalar): allow \markup { } as property value. 
10147
10148         * scm/chord-name.scm: complete new markup usage
10149
10150         * scm/grob-description.scm (all-grob-descriptions): use new markup
10151         texts by default
10152
10153 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10154
10155         * scm/chord-name.scm: partial move to new markup texts.
10156
10157 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10158
10159         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10160
10161         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10162         settable.
10163
10164 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10165
10166         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10167         invoked for old midi, wait for killing.
10168
10169 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10170
10171         * Documentation/user/music-glossary.tely: Finnishing.
10172
10173 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10174
10175         * mf/feta-nummer-code.mf: some kerning pairs.
10176
10177 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10178
10179         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10180         Added.
10181
10182         * Documentation/user/refman.itely (Bar numbers):
10183         set-bar-number-visibility added, modulo-bar-number removed again
10184         (sorry).
10185
10186 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10187
10188         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10189
10190         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10191
10192         * Documentation/user/music-glossary.tely: translate into Finnish.
10193
10194 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10195
10196         * lilypond-mode.el: add shortcut for 2midi
10197
10198         * lilypond-font-lock.el: fontify lyrics
10199
10200 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10201
10202         * scm/drums.scm : use 1.7.x names.
10203
10204         * input/regression/drums.ly : Don't use << chords >>
10205
10206 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10207
10208         * lilypond-mode.el: tidy, add TODO
10209
10210         * make/lilypond.mandrake.spec.in: install-info quietly.
10211
10212 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10213
10214         * input/test/markup.ly: use new syntax.
10215
10216 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10217
10218         * ly/params-init.ly (interscoreline): add word-space
10219
10220         * input/test/metronome.ly (eighthNote): idem.
10221
10222         * input/test/script-priority.ly: use new markup
10223
10224         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10225
10226         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10227
10228         * lily/parser.yy (gen_text_def): bugfix.
10229         (full_markup): allow markup identifier.
10230
10231 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10232
10233         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10234         jobs at the same time. Add horizontal lines to Command menu.
10235         Allow one compiling job -- propose killing others before a new one.
10236
10237         * lilypond.words: add markup, teeny, etc.
10238
10239 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10240
10241         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10242         Allow only one type of midi process; launching Midi either stops
10243         midis or plays the current midi and launching MidiAll stops midis
10244         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10245         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10246
10247 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10248
10249         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10250         markup  for new markup texts.
10251
10252         * lily/mark-engraver.cc (process_music): idem
10253         
10254         * lily/instrument-name-engraver.cc (create_text): idem
10255
10256         * scm/new-markup.scm (magnify-markup): new function.
10257
10258         * scm/molecule.scm (stack-lines): bugfix.
10259
10260         * lily/font-interface.cc (get_font): take font-magnification from
10261         alist chain.
10262
10263 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10264
10265         * lily/molecule-scheme.cc: move scheme functions to separate file.
10266
10267         * lily/font-metric.cc  (ly_get_glyph): new function. 
10268         
10269         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10270         (italic-markup, dynamic-markup): new functions
10271         (font-markup): new function
10272
10273         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10274         padding and minimum
10275
10276 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10277
10278         * lily/accidental-engraver.cc:
10279         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10280
10281 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10282
10283         * lilypond.vim:
10284         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10285         [a-zA-Z] for user defined identifiers. Separate note cases 
10286         with and without a duration (allow cis\longaX).
10287
10288         * lilypond.words: Add words from Info.
10289
10290 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10291
10292         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10293
10294 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10295
10296         * lilypond-mode.el: Propose reverting buffer before a command if
10297         it was edited with an another editor.
10298
10299 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10300
10301         * lily/molecule.cc (ly_translate_molecule): new function
10302
10303         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10304         into libdir
10305
10306         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10307
10308         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10309
10310 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10311
10312         * lilypond.words: take \words from Info-index.
10313
10314 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10315
10316         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10317
10318 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10319
10320         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10321
10322 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10323
10324         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10325         and lilypond-documentation.
10326
10327 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10328
10329         * lily/parser.yy: Compile fix (bison 1.75).
10330
10331 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10332
10333         * VERSION: 1.7.9 released
10334
10335         * scm/music-functions.scm (shift-one-duration-log): refactor.
10336         Use music-map.
10337
10338         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10339
10340         * NEWS: update.
10341
10342         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10343         argument
10344         
10345         * scm/music-functions.scm (display-music): new function
10346         (music-map): change arg order.
10347
10348         * input/regression/new-markup-syntax.scm: new file
10349
10350         * lily/parser.yy (markup): add \markup { .. } syntax.
10351
10352         * scm/new-markup.scm (override-markup): new function
10353         (lookup-markup): new function
10354         (music-markup): new function
10355         (lookup-markup-command): use markup-signature to store argument
10356         format for parser.
10357
10358         * lily/lexer.ll: preliminary \markup syntax. 
10359
10360 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10361
10362         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10363         add pre/post-dependencies and menus with icons from source.
10364
10365         * Documentation/pictures/lilypond-48x48.xpm:
10366         * Documentation/pictures/lilypond-32x32.xpm:
10367         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10368         transparent.
10369
10370         * stepmake/stepmake/generic-targets.make:
10371         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10372
10373 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10374
10375         * input/regression/music-map.ly (texidoc): new file.
10376
10377         * scm/music-functions.scm (music-map): new function
10378
10379 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10380
10381         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10382
10383 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10384
10385         * input/test/to-xml.ly:
10386         * lily/ligature-engraver.cc: Fixes documentation.
10387
10388         * lilypond.mandrake.spec.in:
10389         * lilypond.redhat.spec.in: Add lilypond.words.
10390
10391         * Documentation/user/refman.itely: Mention Info inside emacs.
10392         
10393         * lilypond.suse.spec.in:
10394         * lilypond.redhat.spec.in:
10395         * lilypond.mandrake.spec.in: Set root-owner for doc
10396         (tobbe@nyvalls.se).
10397
10398 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10399
10400         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10401         os.popen.read ().
10402
10403 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10404
10405         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10406
10407         * python/lilylib.py (error): add space
10408
10409 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10410
10411         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10412         distribution.
10413
10414 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10415
10416         * lily/paper-outputter.cc (Paper_outputter): close port when
10417         finishing score.
10418
10419 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10420
10421         * scm/sodipodi.scm: Fixes.
10422
10423 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10424
10425         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10426
10427         * buildscripts/make-font-dir.py: Fix. 
10428
10429 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10430
10431         * lilypond-mode.el: Add support for Info inside Emacs.
10432
10433 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10434
10435         * buildscripts/make-font-dir.py: 
10436         * mf/GNUmakefile: Make sodipodi font map.
10437
10438         * scm/sodipodi.scm: Add more output functions.
10439
10440         * mf/feta-nummer.mf: 
10441         * mf/feta-beugel.mf: Add font_coding_scheme.
10442
10443         * lily/paper-outputter.cc (output_header): Fix creator string.
10444
10445 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10446
10447         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10448         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10449
10450         * lilypond.words: add two (Everybody can add/remove words now!).
10451
10452         * debian/rules:
10453         * make/lilypond.suse.spec.in:
10454         * make/lilypond.mandrake.spec.in:
10455         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10456
10457         * Documentation/user/refman.itely: Mention autocompletion.
10458
10459 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10460
10461         * scripts/ly2dvi.py: Add paper sizes.
10462
10463         * lily/timing-engraver.cc: 
10464         * lily/time-signature.cc: 
10465         * lily/span-bar.cc: 
10466         * lily/grob-scheme.cc: Code formatting fixes.
10467
10468         * scm/sodipodi.scm: 
10469         * scm/sketch.scm:
10470         * buildscripts/mf-to-table.py: 
10471         * buildscripts/make-font-dir.py: Font testing.
10472
10473 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10474
10475         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10476         inserts try-completion and shows all-completions.
10477
10478         * lilypond.words: '\' -> '\\'
10479
10480         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10481         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10482         
10483         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10484         and LilyPond-reserved-words.
10485         
10486 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10487
10488         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10489         from load-path.
10490         
10491         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10492         the mini-buffer with Control-Shift-c.
10493         
10494 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10495
10496         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10497         duration. This fixes \tempo taking time.
10498
10499 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10500
10501         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10502         Allow for text markup in repeatCommands. 
10503
10504 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10505
10506         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10507         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10508         Get rid of skeleton.el-dependency.
10509
10510         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10511
10512 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10513
10514         * lily/beam-engraver.cc (stop_translation_timestep): reset
10515         now_stop_ev_
10516
10517         * lily/scm-option.cc: add parse-protect to ly:set-option
10518
10519         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10520
10521 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10522
10523         * lily/include/ligature-bracket.hh: removed
10524         * lily/ligature-bracket.cc: removed
10525
10526         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10527         .tex
10528
10529         * lily/beam.cc (set_beaming): don't change beam count on rests.
10530         (brew_molecule): always set flag-width > 0.
10531
10532 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10533
10534         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10535         chars, remove instructions; instead, refer to lilypond-init.el and
10536         Documentation/topdocs/INSTALL.texi.
10537
10538         * lilypond.words: add identifiers and reserved words.
10539
10540         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10541         files and adding a load-path.
10542
10543         * lilypond-init.el: Instructions, extracted from 
10544         Documentation/topdocs/INSTALL.texi. 
10545         
10546 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10547
10548         * VERSION: 1.7.8 released 
10549
10550         * lily/grob.cc (warning): better robustness fix.
10551
10552 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10553
10554         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10555
10556         * lily/cluster-engraver.cc: stick better to variable naming
10557         conventions
10558
10559         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10560         until stop_translation_timestep()
10561
10562         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10563         min/max coordinates to backend, but no musical info such as
10564         pitches
10565
10566         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10567
10568         * lily/grob.cc: robustness fix: warning(): do not crash if
10569         cause is not set
10570
10571         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10572         the much more elaborated tuplet brackets than the very naive and
10573         simple ligature bracket grob
10574
10575 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10576
10577         * Documentation/user/refman.itely (Analysis brackets): add
10578         horizontal bracket doco.
10579
10580         * ly/property-init.ly (setMmRestFermata): added.
10581
10582         * Documentation/user/refman.itely (Multi measure rests): fermatas
10583         on mm rests.
10584
10585         * input/regression/apply-context.ly (texidoc): new file
10586
10587         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10588         code to be executed during interpretation. Possible applications:
10589         smart octavation, more advanced bar checks. 
10590
10591         * lily/apply-context-iterator.cc: new file.
10592
10593 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10594
10595         * input/test/new-markup.ly: new file.
10596
10597         * lily/text-item.cc (text_to_molecule): new function
10598
10599         * scm/new-markup.scm (lambda): new file
10600
10601         * lily/function-documentation.cc (ly_add_function_documentation):
10602         add proc property as well
10603
10604 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10605
10606         * Documentation/user/music-glossary.tely (Top): add custos.
10607
10608 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10609
10610         * Documentation/topdocs/INSTALL.texi: advise how to include source
10611         path to Emacs load-path and improve language.
10612
10613 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10614
10615         * GNUmakefile.in: config.h message fix.
10616
10617         * autogen.sh:
10618         * aclocal.m4: Regenerate.
10619
10620         * configure.in: 
10621         * config.make.in: 
10622         * stepmake/config.make.in: 
10623         * stepmake/configure.in: 
10624         * stepmake/autogen.sh: 
10625         * stepmake/aclocal.m4: Update for autoconf 2.56.
10626
10627 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10628
10629         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10630         to install Emacs-mode. Instructions how to use vim-mode.
10631
10632 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10633
10634         * scm/music-types.scm (music-descriptions): no length for tempo event.
10635
10636         * input/*.ly: add \version everywhere.
10637         
10638         * input/*.ly: update syntax to 1.7 + new-chords.
10639
10640         * VERSION: 1.7.7 released.
10641         
10642         * Documentation/user/*.tely: new chord syntax.
10643
10644         * input/regression/[bc]*.ly (texidoc): syntax updates.
10645         
10646 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10647
10648         * lilypond.words: add vocabulary to be used in auto-completion
10649
10650         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10651
10652         * lilypond.vim: allow note name at EOF
10653
10654 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10655
10656         * buildscripts/new-chords.py (edit): -e option: inline editing.
10657
10658         * input/regression/a*.ly (texidoc): syntax updates.
10659
10660         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10661         music): elucidations. 
10662
10663 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10664
10665         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10666         ly/spanners-init.ly, scm/grob-description.scm,
10667         scm/grob-property-description.scm, scm/music-types.scm,
10668         lily/cluster-engraver.cc, lily/cluster.cc,
10669         lily/include/cluster.hh, input/test/cluster.ly: cluster
10670         implementation
10671
10672         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10673         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10674         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10675
10676         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10677
10678         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10679
10680         * scm/grob-description.scm: bugfix: by default, use default note
10681         head style when engraving ligatures
10682
10683         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10684
10685         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10686         events
10687
10688         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10689
10690         * input/test/ancient-font.ly: bugfix: style -> flag-style
10691
10692         * lily/ligature-engraver.cc: indentation fix
10693
10694         * lily/parser.yy: indentation fixes
10695         
10696 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10697
10698         * input/regression/measure-grouping.ly: more elaborate example.
10699
10700         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10701         ly:div-moment. New functions 
10702
10703         * scm/music-functions.scm (set-time-signature): new function,
10704         allow inline time sig settings with measure grouping.
10705
10706         * lily/parser.yy (command_element): move time sig construction
10707         into Scheme.
10708
10709         * lily/side-position-interface.cc (out_of_staff): new function,
10710         like padding, but keep minimum distance from staff. Easier than
10711         linespanners (dynamics, pedals), but roughly the same effect.
10712
10713 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10714
10715         * emacs-mode.el: Added spanish-note-replacements 
10716         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10717
10718         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10719
10720 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10721
10722         * lilypond.vim: Do not fontify cises, desis, etc.
10723
10724         * vimrc: view dvi with <S-F6>
10725
10726 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10727
10728         * lily/lookup.cc (triangle): new function.
10729
10730         * input/regression/measure-grouping.ly (texidoc): new file: show
10731         triangles and brackets for beat groups of 3 and 2.
10732
10733         * lily/include/measure-grouping-spanner.hh (class
10734         Measure_grouping): new file.
10735
10736         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10737
10738         * lily/measure-grouping-engraver.cc (class
10739         Measure_grouping_engraver): new file.
10740
10741 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10742
10743         * Merge from stable:
10744
10745             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10746         
10747         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10748         stylesheet.
10749
10750         * ly/paper19.ly: Include paper19-init.ly.
10751
10752         * ly/paper19-init.ly: New file.
10753
10754         * Documentation/user/tutorial.itely (First steps): Fix first
10755         example for font test.
10756
10757         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10758
10759         * ChangeLog: Add 1.7.6 release marker (see below).
10760
10761         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10762         Add .py files.
10763
10764 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10765
10766         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10767
10768         * input/tutorial/*.ly: update to new syntax.
10769
10770         * lily/parser.yy (Composite_music): new transpose syntax,
10771         \transpose FROM TO MUSIC. 
10772
10773 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10774
10775         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10776         latex progress/error output to stderr (by default this goes to
10777         stdout).  Show lilypond progress, even when not verbose.
10778
10779         * python/lilylib.py (system): New optional parameter to control
10780         showing of progress.
10781
10782         * scm/backend-documentation-lib.scm (check-dangling-properties):
10783         Fix error message.
10784
10785         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10786         axis, extent.
10787
10788         * scm/grob-property-description.scm (magnify): Remove.
10789         (extent, axis): Add.
10790
10791 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10792
10793         * VERSION: Release 1.7.6.
10794
10795         * scripts/convert-ly.py: more uniformization substitutions.
10796
10797         * buildscripts/new-chords.py (sub_chords): new file.
10798
10799 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10800
10801         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10802         lilypond.map.  Include sauter fonts too.  Cleanups.
10803
10804 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10805
10806         * Documentation/user/tutorial.itely (First steps): change to new
10807         chord/tie/slur/beam notation.
10808
10809         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10810         ties.
10811
10812         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10813         engraver. Process ties in postfix notation, i.e. c8-~ c
10814
10815         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10816
10817         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10818
10819         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10820
10821         * lily/beam-engraver.cc (try_music): accept new-beam-events
10822
10823         * input/regression/chord-scripts.ly (texidoc): new file
10824
10825         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10826         script-events.
10827
10828         * scm/script.scm (default-script-alist): cleanup.
10829
10830         * lily/script-engraver.cc (make_script_from_event): cleanup.
10831
10832         * lily/lyric-combine-music-iterator.cc
10833         (Lyric_combine_music_iterator): remove superfluous events.
10834         (melisma_busy): new function. Fix broken melismas.
10835
10836 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10837
10838         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10839         Remove nonvalid settings. Use descriptive key names.
10840         Use <Return> to indicate the pressing of that key.
10841
10842 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10843
10844         * scripts/lilypond-book.py (option_definitions): Typo.
10845
10846         * scripts/ly2dvi.py: Updates.
10847
10848         * python/lilylib.py (setup_environment, print_environment)
10849         (get_bbox, make_preview): Merge and remove from ly2dvi and
10850         lilypond-book.
10851
10852         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10853
10854         * .cvsignore: Remove some cruft.
10855
10856         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10857         path.
10858
10859         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10860         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10861         throughout.
10862
10863         * python/lilylib.py (quiet_system): Junk
10864         (system): Display error log upon failure.
10865         (read_pipe): New function.  Cleanups and fixes.
10866
10867         * python/*.py: Rename from *.py.in.
10868         
10869         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10870
10871         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10872
10873 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10874
10875         * python/GNUmakefile: Bugfix: handle modules.
10876
10877         * stepmake/stepmake/python-module-targets.make (default): Add
10878         compiled modules. 
10879
10880         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10881         compiling modules.
10882
10883         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10884         Bugfix.  (OUT_PYC_MODULES): Add.
10885
10886 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10887
10888         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10889         Use default paths. Refresh description.
10890
10891 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10892
10893         * VERSION: 1.7.5 released
10894
10895         * input/regression/finger-chords.ly (texidoc): new file.
10896
10897         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10898         support
10899
10900         * lily/fingering-engraver.cc (process_music): remove kludgy
10901         scriptHorizontal stuff.
10902
10903         * lily/script.cc: remove staff-support property.
10904
10905         * lily/new-fingering-engraver.cc (add_fingering): new
10906         file. Fingering engraver for new style chords.
10907
10908 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10909
10910         * lily/parser.yy (bare_number): allow 4 \cm (without
10911         decimal dot). (should backport to 1.6?)
10912
10913         * ly/declarations-init.ly: use Scheme for dimension defs.
10914
10915         * lily/parser.yy (TODO): remove hard coded dimensions, add
10916         REAL NUMBER_IDENTIFIER production.
10917
10918         * lily/rest-collision.cc (force_shift_callback): rewrite using
10919         -done property.
10920
10921         * scm/grob-property-description.scm (rest-collision-done): add
10922         property.
10923         
10924         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10925
10926 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10927
10928         * input/regression/multi-measure-rest-center.ly: new file.
10929
10930         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10931         off horizontally by 0.05 ss. Fixed.
10932
10933 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10934
10935         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10936
10937         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10938
10939 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10940
10941         * lily/tie.cc (get_control_points): also avoid staff lines on the
10942         just outside the outer staff lines
10943
10944 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10945
10946         * ly/params-init.ly: Just define style-alist, no need to
10947         define-public.
10948
10949         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
10950         (thanks Han-Wen).
10951
10952         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
10953         (FET_FILES): = FONT_FILES.
10954
10955         * Merge from stable:
10956
10957             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
10958
10959 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10960
10961         * VERSION: 1.7.4 released.  
10962         
10963         * scm/generate-documentation.scm (string-append): add macro
10964         definitions.
10965
10966         * lily/text-item.cc (lookup_text): don't use virtual fonts for
10967         normal texts.
10968
10969         * lily/multi-measure-rest-engraver.cc: make separate
10970         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
10971
10972         * lily/multi-measure-rest.cc: remove text handling. Remove
10973         number-threshold.
10974
10975 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10976
10977         * scm/music-types.scm: doc patch by Graham Percival
10978
10979 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10980
10981         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
10982         encoding part.
10983         (Font_info.set_defaults): pixelsize now also defauts to '0'.
10984         (sketch_p): Sketch wants only first four elements of X11 font spec.
10985
10986         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
10987
10988         * mf/feta-autometric.mf: Write foundry and family to log.
10989
10990         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
10991         font translation table.
10992
10993         * buildscripts/mf-to-table.py: Better font info into afm.
10994
10995         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
10996         1.0.9 required.
10997
10998         * configure.in: Whine for mftrace 1.0.9.
10999
11000 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11001
11002         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11003
11004         * lily/main.cc (main_prog): don't try to load init.EXT when
11005         processing foo.EXT.
11006
11007 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11008
11009         * scm/tex.scm (zigzig-line): added.
11010
11011         * scm/ps.scm (zigzag-line): added.
11012
11013         * ps/music-drawing-routines.ps (subvec): added.
11014         (draw_zigzag_line): added.
11015         
11016         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11017         grob properties zigzag-width and zigzag-length.
11018
11019         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11020
11021 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11022
11023         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11024         svg output, including font.
11025
11026 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11027
11028         * scm/lily.scm: Register sodipodi output module.
11029
11030         * scm/sodipodi.scm: New file.
11031
11032         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11033
11034         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11035         comment, after header.
11036         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11037         FullName.  Fix FontName key.
11038
11039 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11040
11041         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11042         and breve rests.
11043         
11044         * input/test/blank-notes.ly: bugfix
11045
11046         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11047         rests. (Kim Shrier)
11048
11049         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11050         
11051 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11052
11053         * scm/tex.scm: 
11054         * scm/ps.scm: Cleanup and remove obsolete junk.
11055
11056         * Documentation/user/internals.itely:
11057         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11058
11059         * lily/parser.yy: Identify shift/reduce problems.
11060
11061         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11062         make-style-sheet.  Too specific for convert-ly?
11063
11064 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11065
11066         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11067
11068         * input/test/*.ly: various fixes.
11069
11070         * lily/music.cc (name): bugfix
11071
11072         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11073
11074         * lily/input-file-results.cc (code): set-point-and-click! ->
11075         set-point-and-click
11076         
11077 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11078
11079         * Use uniform ly: prefix for exported scheme primitive functions.
11080
11081         * scm/music-types.scm: junk compat glue
11082
11083         * scripts/convert-ly.py: add rules for stuff below, junk
11084         compatibility glue for spanrequest.
11085
11086         * lily/parser.yy (verbose_event): remove \spanrequest,
11087         \commandspanrequest, \script. 
11088         
11089         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11090
11091         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11092         for \penalty, \glissando.
11093
11094         * VERSION: release 1.7.3
11095         
11096 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11097
11098         * lily/accidental-engraver.cc: Fix
11099         grace-in-the-beginning-of-measure bug caused by the resent
11100         partial-measure fix.
11101
11102         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11103         overlap looks too crowded)
11104         
11105 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11106
11107         * lily/parser.yy (assignment): allow SCM expression as assignment.
11108
11109         * lily/include/music-output-def.hh (class Music_output_def):
11110         * lily/music-output-def.cc: 
11111         * lily/paper-def.cc: 
11112         * scm/font.scm (markup-to-properties):
11113         * lily/parser.yy (music_output_def_body): 
11114         remove style_sheet_
11115
11116 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11117
11118         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11119         length.
11120
11121         * input/regression/spacing-to-grace.ly: new file.
11122
11123         * input/regression/spacing-end-of-line.ly: new file.
11124
11125         * lily/note-spacing.cc (get_spacing): take into account breakable
11126         stuff sticking out at the left (time sig change at line break).
11127
11128         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11129         raggedright code.
11130
11131         * scm/music-functions.scm (make-voice-props-set): add
11132         staff-position for mm rests.
11133  
11134         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11135         before grace notes a little.
11136
11137         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11138
11139         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11140         key adds space at the end of line. 
11141
11142 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11143
11144         * scm/sketch.scm: Fix beams.
11145
11146         * buildscripts/mf-to-table.py: Add EncodingScheme.
11147
11148         * scm/sketch.scm: Resurrect.
11149
11150 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11151
11152         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11153         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11154
11155 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11156
11157         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11158
11159         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11160
11161 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11162
11163         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11164         token for origin information.
11165
11166         * lily/parser.yy (My_lily_lexer): do identifier location and
11167         cloning from lexer.
11168
11169         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11170         logic out of the parser. Add bar checks on both ends.
11171
11172         * Documentation/user/refman.itely (Multi measure rests): add more
11173         notes about mm rests.
11174
11175 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11176
11177         * input/regression/bar-scripts.ly: Re-enable.
11178
11179         * lily/parser.yy:
11180         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11181         released rsn.  Bison 1.50 has a crucial bug and won't work.
11182
11183         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11184
11185
11186 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11187
11188         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11189
11190 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11191
11192         * Actually merge changes since 1.6.4 besides ChangeLog, and
11193         resolve conflicts.  Lots of updates, hope all is well.
11194         
11195         * cygwin/lilypond.hint (requires): Add ghostscript.
11196
11197         * scm: Update some (c).
11198         
11199 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11200
11201         * input/test/{various}.ly: add \header fields and texidoc strings.
11202
11203 2002-10-05  Werner Lemberg  <wl@gnu.org>
11204
11205         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11206         renamed to `output_latex_quoted'.
11207         Added `output_latex_noquote'.
11208         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11209         mode.
11210
11211 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11212
11213         * ChangeLog: Add 1.6.6 release marker.  See below.
11214
11215         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11216
11217         * scripts/midi2ly.py: Fix global syntax warnings.
11218
11219         * GNUmakefile.in: Generate builddir locale tree too.
11220
11221         * scripts/ly2dvi.py:
11222         * scripts/midi2ly.py: 
11223         * scripts/mup2ly.py: 
11224         * scripts/update-lily.py:
11225         * lily/main.cc (setup_paths): Fix for locales setup.
11226
11227 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11228
11229         * Documentation/windows/installing.texi: Soften wording about
11230         necessity of becoming Administrator.  tommie@iae.nl reports this
11231         does not seem to be necessary for his flavour of Windows 2000.
11232         Explicitely discourage text mode mounts.
11233
11234 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11235
11236         * lily/rest.cc (after_line_breaking): backport dot position fix.
11237
11238         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11239         rests. Thanks to Klaus Zimmermann for finding this bug.
11240
11241 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11242
11243         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11244
11245 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11246
11247         * Documentation/user/music-glossary.tely: fix links.
11248
11249 2002-10-21  Werner Lemberg  <wl@gnu.org>
11250
11251         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11252         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11253         scaling factor) only once and use them in the definition of
11254         \embeddedps.
11255         * ps/music-drawing-routines.ps (skeel): Removed.
11256
11257 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11258
11259         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11260         Solaris7, as we don't use nested $( ) constructs.
11261
11262 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11263
11264         * VERSION: Release 1.6.6.
11265         
11266 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11267
11268         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11269         as workaround for /bin/sh problems on Solaris7.
11270
11271 2002-10-19  Werner Lemberg  <wl@gnu.org>
11272
11273         * GNUmakefile.in (web-doc): Fix typos.
11274         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11275         `music-drawing-routines.ps' but emit \special{header=...} once.
11276         * scm/tex.scm (header-end): Updated.
11277
11278 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11279
11280         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11281         undefined tremolo. 
11282
11283 2002-10-15  Werner Lemberg  <wl@gnu.org>
11284
11285         * scripts/lilypond-book.py (g_make_html): New global variable.
11286         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11287         if `g_make_html' isn't set.
11288         [main]: Add format `texi-html'.
11289         (option_definitions): Updated.
11290         * Documentation/user/lilypond-book.itely: Updated.
11291
11292         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11293         * make/ly-rules.make (%.texi, %.nexi): Use it.
11294         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11295         format to lilypond-book.
11296         * GNUmakefile.in (web-doc): Ditto.
11297
11298 2002-10-14  Werner Lemberg  <wl@gnu.org>
11299
11300         Further improve TeX output.  The produced files are about 40%
11301         smaller.  `lilyponddefs.tex' is now read only once.
11302
11303         * tex/lilyponddefs.tex: Remove footer stuff.
11304         (\ifundefined): Renamed to...
11305         (\lilypondundefined): This.  Use LaTeX's definition to
11306         make it nestable and make it global.
11307         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11308         output.
11309         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11310         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11311         them global.
11312         (\placebox): Renamed to...
11313         (\lyitem): This.
11314         Make it global and call \outputscale by itself.
11315         (\lybox, \lyvrule): New macros to reduce input data.
11316         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11317         New auxiliary macros.
11318         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11319         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11320         to...
11321         (\lilypondspace): This and made it global.
11322         (\turnOnPostScript): Renamed to...
11323         (\lilypondpostscript): This and made it global.
11324         (\turnOnExperimentalFeatures): Renamed to...
11325         (\lilypondexperimentalfeatures): This and made it global.
11326         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11327         (\lilypondsetdimen): This and made it global.
11328         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11329         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11330         (all, $(outdir)/music-drawing-routines.ps): New rules.
11331         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11332         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11333         start-system, stop-system, stop-last-system, filledbox): Updated to
11334         use the changed macros from lilyponddefs.tex.
11335         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11336
11337 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11338
11339         * Documentation/windows/installing.texi: Update.
11340
11341 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11342
11343         * VERSION: 1.6.5 released
11344
11345         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11346
11347 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11348
11349         * scm/translator-property-description.scm (voltaOnThisStaff): add
11350         property.
11351
11352 2002-09-28  Werner Lemberg  <wl@gnu.org>
11353
11354         * scm/tex.scm (header-end): Suppress page numbering.
11355
11356         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11357         Fix quotation for HTML output.
11358
11359 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11360         
11361         * Documentation/user/refman.itely: grammar and phrasing
11362           fixes to "Note Entry" section.  Also adds a few new examples.
11363
11364 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11365
11366         * flower/include/string-data.icc: include string.h
11367
11368 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11369
11370         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11371
11372 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11373
11374         * Documentation/user/GNUmakefile (extra-local-help): Add.
11375
11376         * stepmake/stepmake/www-targets.make (local-help): Add.
11377
11378 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11379
11380         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11381         packages.
11382
11383         * Documentation/topdocs/README.texi (Top): building documentation
11384         (not website.)
11385
11386 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11387
11388         * Documentation/user/refman.itely: 
11389         * Documentation/user/tutorial.itely: 
11390         * Documentation/user/music-glossary.tely: Merge changes.
11391
11392         * Documentation/user/glossary.html.in: 
11393         * Documentation/index.texi: 
11394         * Documentation/header.html.in: Accomodate renaming of glossary.
11395         
11396         * Documentation/user/tutorial.itely: Add some glossary references.
11397         
11398         * Documentation/user/refman.itely: Minor fixes.
11399         
11400         * Documentation/user/lilypond.tely: Add glossary do direntry.
11401
11402         * Documentation/user/music-glossary.tely: Rename (previously:
11403         glossary.tely).  Fix anchor placement.
11404
11405         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11406
11407 2002-09-23  Werner Lemberg  <wl@gnu.org>
11408
11409         * scripts/lilypond-book.py (output_dict): Fix handling of
11410         various environments by avoid extraneous newlines.
11411         Rename `output-all' regexp for html to `output-html'.
11412         Replace `output-all' regexp for texi with `output-texi-quote'
11413         and `output-texi-noquote'.
11414         (compose_full_body): Don't override `linewidth' user option
11415         for `singleline'.
11416         (schedule_lilypond_block): Don't indent text specified with
11417         `intertext' option.
11418         Add new option `noquote'.
11419         (compile_all_files): Use latex instead of tex to compile ly
11420         files directly.
11421
11422         * Documentation/user/lilypond-book.itely: Updated and revised.
11423         Improve layout.
11424
11425         * Documentation/user/glossary.tely,
11426         Documentation/user/introduction.itely,
11427         Documentation/user/tutorial.itely,
11428         Documentation/user/refman.itely,
11429         Documentation/user/appendices.itely: Fix overfull LilyPond
11430         boxes caused by the new lilypond-book code.  Other minor
11431         fixes.
11432
11433         * Documentation/user/macros.itexi (@texiflat): Don't emit
11434         trailing space.
11435
11436         * scm/tex.scm (end-output, header-end): Add preamble and
11437         postamble to make lilypond output directly compilable with
11438         latex.
11439
11440         
11441 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11442
11443         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11444         instructions.
11445
11446 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11447
11448         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11449
11450 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11451
11452         * lily/beam.cc (connect_beams): don't crash if there are quarter
11453         notes in beams.
11454
11455 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11456
11457         * Documentation/user/refman.itely: corrected ancient clef
11458         docu; added docu on ligatures
11459
11460 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11461
11462         * Documentation/user/glossary.tely,
11463         Documentation/user/refman.itely, input/les-nereides.ly,
11464         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11465         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11466         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11467         Stem properties: flag-style -> stroke-style, style -> flag-style.
11468
11469
11470 2002-09-22  Werner Lemberg  <wl@gnu.org>
11471
11472         * scripts/lilypond-book.py: Add option `notime' to suppress
11473         printing of a time signature.  Specify default indentation of 0pt
11474         if single line fragment.  Don't emit redundant `\paper{ }'.
11475
11476         * Documentation/user/lilypond-book.itely: Updated.
11477
11478         * Documentation/user/glossary.tely: Completely reformatting.
11479
11480 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11481
11482         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11483
11484 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11485
11486         * Documentation/user/tutorial.itely: Fix links.
11487         
11488         * Documentation/topdocs/index.tely:
11489         * Documentation/index.texi:
11490         * Documentation/header.html.in: Small website fixes and updates.
11491
11492         * debian/: Debian patch by Anthony Fok.
11493
11494 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11495
11496         * Documentation/footer.html.in: How time flies: It's already 2002!
11497
11498         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11499         more descriptive link names than 'here'.
11500
11501 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11502
11503         * VERSION: 1.7.2 released
11504         * VERSION: 1.6.4 released
11505         
11506         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11507
11508         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11509         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11510
11511         * mf/feta-din.mf (test): add x-height and space.
11512
11513         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11514         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11515
11516         * ly/grace-init.ly: add-to-grace-init: function to portably add
11517         settings to \grace. 
11518
11519         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11520         if we get an absolute dynamic event.
11521  
11522         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11523
11524         * lily/source-file.cc (get_line): oops. All line numbers were off
11525         by 2. Fix that. 
11526
11527         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11528         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11529
11530         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11531
11532         * lily/parser.yy (number_factor): remove (number) as number
11533         expression. ("Let them eat Lisp").
11534
11535 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11536
11537         * lily/horizontal-bracket.cc: new file.
11538
11539         * lily/horizontal-bracket-engraver.cc: new file.
11540
11541         * input/regression/note-group-bracket.ly: new file. Support
11542         horizontal note brackets for music analysis.
11543
11544         * lily/stem.cc (flag): new flag-style: no-flag.
11545
11546         * input/test/stem-cross-staff.ly: new file
11547         
11548         * Documentation/user/internals.itely: Improved formatting, fixing
11549         typos.  Added a section `Output details' to describe how the TeX
11550         code looks like.
11551
11552         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11553
11554         * lily/parser.yy: remove \dynamicscript.
11555
11556         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11557         definitions. 
11558
11559         * python/midi.c (midi_error): take two arguments.
11560
11561         * Merge 1.6.5 changes:
11562         
11563 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11564
11565         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11566         staff-space.  Previous 1.5 was probably meant as half-spaces.
11567         (cautionary-style): parentheses (was: smaller).  This is what doco
11568         says, and it seems more logical.
11569
11570         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11571         for 2nd sentence.
11572
11573 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11574
11575         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11576
11577 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11578
11579         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11580
11581 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11582
11583         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11584
11585 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11586
11587         * scm/translator-property-description.scm (voltaOnThisStaff): add
11588         property.
11589
11590 2002-09-28  Werner Lemberg  <wl@gnu.org>
11591
11592         * scm/tex.scm (header-end): Suppress page numbering.
11593
11594         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11595         Fix quotation for HTML output.
11596
11597 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11598         
11599         * Documentation/user/refman.itely: grammar and phrasing
11600           fixes to "Note Entry" section.  Also adds a few new examples.
11601
11602 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11603
11604         * flower/include/string-data.icc: include string.h
11605
11606 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11607
11608         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11609
11610 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11611
11612         * Documentation/user/GNUmakefile (extra-local-help): Add.
11613
11614         * stepmake/stepmake/www-targets.make (local-help): Add.
11615
11616 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11617
11618         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11619         packages.
11620
11621         * Documentation/topdocs/README.texi (Top): building documentation
11622         (not website.)
11623
11624 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11625
11626         * Documentation/user/refman.itely: 
11627         * Documentation/user/tutorial.itely: 
11628         * Documentation/user/music-glossary.tely: Merge changes.
11629
11630         * Documentation/user/glossary.html.in: 
11631         * Documentation/index.texi: 
11632         * Documentation/header.html.in: Accomodate renaming of glossary.
11633         
11634         * Documentation/user/tutorial.itely: Add some glossary references.
11635         
11636         * Documentation/user/refman.itely: Minor fixes.
11637         
11638         * Documentation/user/lilypond.tely: Add glossary do direntry.
11639
11640         * Documentation/user/music-glossary.tely: Rename (previously:
11641         glossary.tely).  Fix anchor placement.
11642
11643         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11644
11645 2002-09-23  Werner Lemberg  <wl@gnu.org>
11646
11647         * scripts/lilypond-book.py (output_dict): Fix handling of
11648         various environments by avoid extraneous newlines.
11649         Rename `output-all' regexp for html to `output-html'.
11650         Replace `output-all' regexp for texi with `output-texi-quote'
11651         and `output-texi-noquote'.
11652         (compose_full_body): Don't override `linewidth' user option
11653         for `singleline'.
11654         (schedule_lilypond_block): Don't indent text specified with
11655         `intertext' option.
11656         Add new option `noquote'.
11657         (compile_all_files): Use latex instead of tex to compile ly
11658         files directly.
11659
11660         * Documentation/user/lilypond-book.itely: Updated and revised.
11661         Improve layout.
11662
11663         * Documentation/user/glossary.tely,
11664         Documentation/user/introduction.itely,
11665         Documentation/user/tutorial.itely,
11666         Documentation/user/refman.itely,
11667         Documentation/user/appendices.itely: Fix overfull LilyPond
11668         boxes caused by the new lilypond-book code.  Other minor
11669         fixes.
11670
11671         * Documentation/user/macros.itexi (@texiflat): Don't emit
11672         trailing space.
11673
11674         * scm/tex.scm (end-output, header-end): Add preamble and
11675         postamble to make lilypond output directly compilable with
11676         latex.
11677
11678         
11679 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11680
11681         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11682         instructions.
11683
11684 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11685
11686         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11687
11688 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11689
11690         * lily/beam.cc (connect_beams): don't crash if there are quarter
11691         notes in beams.
11692
11693 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11694
11695         * Documentation/user/refman.itely: corrected ancient clef
11696         docu; added docu on ligatures
11697
11698 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11699
11700         * Documentation/user/glossary.tely,
11701         Documentation/user/refman.itely, input/les-nereides.ly,
11702         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11703         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11704         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11705         Stem properties: flag-style -> stroke-style, style -> flag-style.
11706
11707 2002-09-22  Werner Lemberg  <wl@gnu.org>
11708
11709         * scripts/lilypond-book.py: Add option `notime' to suppress
11710         printing of a time signature.  Specify default indentation of 0pt
11711         if single line fragment.  Don't emit redundant `\paper{ }'.
11712
11713         * Documentation/user/lilypond-book.itely: Updated.
11714
11715         * Documentation/user/glossary.tely: Completely reformatting.
11716
11717 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11718
11719         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11720
11721 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11722
11723         * Documentation/user/tutorial.itely: Fix links.
11724         
11725         * Documentation/topdocs/index.tely:
11726         * Documentation/index.texi:
11727         * Documentation/header.html.in: Small website fixes and updates.
11728
11729         * debian/: Debian patch by Anthony Fok.
11730
11731 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11732
11733         * Documentation/footer.html.in: How time flies: It's already 2002!
11734
11735         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11736         more descriptive link names than 'here'.
11737
11738 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11739
11740         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11741
11742 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11743
11744         * lily/part-combine-music-iterator.cc (get_state): cleanup
11745         (get_music_info): cleanup.
11746
11747 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11748
11749         * scm/backend-documentation-lib.scm (interface-doc-string):
11750         crosslinks between interfaces and grobs. Headings for interfaces
11751         in grob explanation.
11752
11753 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11754
11755         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11756         dtd).  Add preliminary dtd.
11757         (re-sub-alist): Robustify.
11758
11759 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11760
11761         * lily/include/event-chord-iterator.hh,
11762         lily/context-specced-music-iterator.cc,
11763         lily/event.cc, lily/event-chord-iterator.cc: add
11764
11765 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11766
11767         * lily/: some (c) header fixes.
11768         
11769         * lily/request-chord.cc: Remove.
11770         
11771         * lily/include/event-chord-iterator.hh:
11772         * lily/include/event.hh:
11773         * lily/event-chord.cc: New file.
11774         
11775         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11776         requested.
11777
11778 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11779
11780         * lily/ : rename Request to Event
11781
11782         * lily/parser.yy (command_element): move clef stuff into Scheme.
11783
11784         * lily/:  rename length_mom () to get_length()
11785
11786         * lily/part-combine-music.cc: removed file and class.
11787
11788         * lily/context-specced-music-iterator.cc (class
11789         Context_specced_music_iterator): new file. Obsoletes the
11790         Context_specced_music type.
11791
11792         * scm/music-types.scm (make-repeated-music): put different kinds
11793         of repeated music into music-type table.
11794
11795         * VERSION: 1.7.1 released.
11796
11797         * scm/to-xml.scm: new file.
11798
11799         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11800         new Input representation: dump music as XML.
11801
11802         * scm/engraver-documentation-lib.scm
11803         (engraver-accepts-music-types?): add links from music to engraver,
11804         from music-type to engraver.
11805
11806         * lily/include/command-request.hh: removed
11807         lily/include/musical-request.hh: removed. Removed all _req classes
11808         except Key_change_req. Changes throughout.
11809
11810 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11811
11812         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11813
11814 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11815
11816         * lily/*.cc: specify accepts for many engravers.
11817
11818         * scm/music-documentation-lib.scm: dump music expressions and
11819         music subtypes.
11820
11821         * scm/documentation-lib.scm: complete revision.
11822         Use GOOPS objects to store document tree explicitly. Cleaned up and
11823         sped up doco generation a lot.
11824
11825 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11826
11827         * input/trip.ly (fugaIILeft): add arpeggio
11828
11829         * lily/translator-group.cc (try_music_on_nongroup_children):
11830         oops. The name symbol is in the cdr of the assoc handle.
11831
11832         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11833         Hyphen_req, Glissando_req, Break_req, Mark_req 
11834
11835 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11836
11837         * lily/musical-request.cc (music-duration-length,
11838         music-duration-compress): new functions.
11839
11840         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11841         throughout. Warning doesn't work yet.
11842
11843         * lily/translator-group.cc (try_music_on_nongroup_children):
11844         new implementation: store candidate acceptors in a hashTable.
11845
11846 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11847
11848         * scm/music-types.scm (music-descriptions): change name to
11849         internal-class-name
11850
11851         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11852
11853 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11854
11855         * lily/beam.cc (connect_beams): don't crash if there are quarter
11856         notes in beams.
11857
11858 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11859
11860         * Documentation/user/refman.itely: corrected ancient clef
11861         docu; added docu on ligatures
11862
11863 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11864
11865         * Documentation/user/glossary.tely,
11866         Documentation/user/refman.itely, input/les-nereides.ly,
11867         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11868         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11869         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11870         Stem properties: flag-style -> stroke-style, style -> flag-style.
11871
11872 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11873
11874         * scm/music-functions.scm (music-separator?): don't use name music
11875         property.
11876
11877 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11878
11879         * stepmake/stepmake/generic-targets.make (help): Document check
11880         target.
11881
11882         * lily/new-accidental-engraver.cc: Compile fix.
11883
11884 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11885
11886         * scripts/convert-ly.py: Add rule.
11887
11888         * input/test/music-creation.ly:
11889         * input/test/add-staccato.ly:
11890         * input/test/add-text-script.ly: ly-make-music.
11891
11892         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11893         More ly-make-music renamings.
11894
11895         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11896
11897         * lily/music-constructor.cc (make_music): Add debugging info.
11898
11899         * scm/music-functions.scm (make-simultaneous-music,
11900         (make-sequential-music, context-spec-music):
11901         * scm/music-types.scm (music-descriptions): Get lily to run.
11902
11903 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11904
11905         * lily/command-request.cc (transpose_key_alist): new function.
11906
11907         * lily/key-performer.cc (create_audio_elements): cleanup. 
11908
11909 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11910
11911         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11912
11913         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11914         events-accepted field.
11915
11916         * scm/music-types.scm: new file.
11917
11918         * lily/parser.yy: put music type initialization into scheme,
11919         similar to grob initialization.  Changes throughout.
11920
11921 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11922
11923         * Documentation/user/tutorial.itely: Fix links.
11924         
11925         * Documentation/index.texi: 
11926         * Documentation/header.html.in: 
11927         * Documentation/topdocs/index.tely: Small website fixes and updates.
11928
11929         * debian/: Debian patch by Anthony Fok.
11930
11931 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11932
11933         * Documentation/footer.html.in: How time flies: It's already 2002!
11934
11935         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11936         more descriptive link names than 'here'.
11937
11938         * ROADMAP: Remove test stuff.
11939
11940         * scripts/update-lily.py: Allow auto-building of stable and
11941         development versions.  Bugfixes.
11942
11943 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11944
11945         * VERSION: released 1.7.0
11946
11947         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11948
11949         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
11950         positive line widths.
11951
11952 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11953
11954         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
11955         go.  Fix comments.
11956
11957         * cygwin: Cygwin updates.
11958
11959 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11960
11961         * Documentation/windows/installing.texi (Top): version for python,
11962         urls for ghostscript (thanks to John Potelle)
11963         
11964         * lily/simultaneous-music-iterator.cc
11965         (Simultaneous_music_iterator): init children_list_ before
11966         triggering GC.
11967
11968         * lily/*-iterator.cc: be even more careful with smobbed copy
11969         constructors. 
11970
11971         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
11972         LeftEdge item.
11973
11974 2002-09-15  Werner Lemberg  <wl@gnu.org>
11975
11976         Improving LilyPond's output to make them ordinary TeX boxes with
11977         predictable dimensions.  System boxes are now vertically centered on
11978         the baseline; this offset can be further controlled with
11979         \lilypondscoreshift.
11980
11981         * lily/system.cc (System::post_processing): Pass length of current
11982         system to `start-system' (including any horizontal indentation).
11983
11984         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
11985         prettier.
11986         (lily-def): Append `%'.
11987         (start-system): Add parameter `wd'.  Output more TeX code to specify
11988         box dimensions.
11989         (stop-system, stop-last-system): Complement changes in
11990         `start-system'.
11991         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
11992         Updated.
11993
11994         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
11995         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
11996         Write final `\endinput'.
11997
11998         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
11999         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12000         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12001         files and macro definitions don't produce spurious spaces and
12002         paragraphs (using \endlinechar).
12003         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12004
12005         * Documentation/user/internals.itely: Improved formatting, fixing
12006         typos.  Added a section `Output details' to describe how the TeX
12007         code looks like.
12008
12009 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12010
12011         * lily/accidental-engraver.cc: Also work with partial measures.
12012
12013 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12014
12015         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12016         spanner.
12017
12018 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12019
12020         * lily/identifier-smob.cc (unpack_identifier): new file.
12021
12022         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12023         pass off scheme expressions as music identifiers.
12024
12025         * scm/lily.scm: reorganisation, cleanups.
12026
12027         * lily/main.cc: small cleanups.
12028
12029 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12030
12031         * lily/ly-module.{cc,hh}: new file.
12032
12033 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12034
12035         * lily/accidental-engraver.cc: Also work with partial measures.
12036
12037 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12038
12039         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12040
12041 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12042
12043         * lily/my-lily-lexer.cc: use SCM module in stead of
12044         Scheme_hash_table. Changes throughout.  
12045
12046 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12047
12048         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12049