]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
144e5fd10be69cbb5d9e1b63131c06236a2d562d
[lilypond.git] / ChangeLog
1 2004-11-01  Werner Lemberg  <wl@gnu.org>
2
3         * Documentation/user/changing-defaults.itely,
4         Documentation/user/notation.ly,
5         Documentation/user/programming-interface.itely: Use @/.
6         Fix formatting of some lilypond snippets and tables.
7
8 2004-10-31  Graham Percival  <gperlist@shaw.ca>
9
10         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
11
12 2004-10-31  Werner Lemberg  <wl@gnu.org>
13
14         Resetting @exampleindent to `5' gives ugly results with texinfo's
15         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
16         (if not quoting) to change @exampleindent only locally.
17
18         * scripts/lilypond-book.py (NOQUOTE): New variable.
19         (output) [LATEX]: Remove AFTER and BEFORE.
20         [TEXINFO]: Remove AFTER and BEFORE.
21         Fix QUOTE and VERBATIM pattern.
22         Add NOQUOTE pattern.
23         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
24         and BEFORE.
25         [output_texinfo]: Use NOQUOTE.
26
27 2004-10-31  Graham Percival  <gperlist@shaw.ca>
28
29         * Documentation/user/changing-defaults.itely: clarify paper
30         size commands with correct info.
31
32         * Documentation/user/lilypond-book.itely: add more docs for
33         filename extensions.
34
35 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
36
37         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
38         (PATCH_LEVEL): start 2.5.0.
39
40 2004-10-30  Graham Percival  <gperlist@shaw.ca>
41
42         * Documentation/user/notation.itely: add warning about bar numbers
43         in multistaff music, add warning about quoting grace notes.
44
45         * Documentation/user/changing-defaults.itely: clarify paper size commands,
46         add missing subsubtitle entry to Creating titles.
47
48         * Documentation/user/tutorial.itely: change 3.0 references to 2.4.
49
50 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
51
52         * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
53         case.
54         (conv): add dummy 2.4.0 conversion rule.
55
56         * Documentation/user/lilypond.tely: add @finalout.
57
58         * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_
59         for attaching, fixes slur/stem left attachment of
60         downslur/downstem.
61
62         * lily/quote-iterator.cc (process): use <= for comparisons. Fixes
63         quote problem if for last note of quoted sequence. 
64
65         * input/regression/part-combine-text.ly (comm): add expect strings.
66
67 2004-10-30  Werner Lemberg  <wl@gnu.org>
68
69         * Documentation/user/examples.itely: Improved layout.
70
71         * Documentation/invoking.itely: Use `@/' to insert breakpoints.
72
73         * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'.
74
75         * Documentation/notation.itely: Use `@/'.
76         Other layout fixes.
77
78 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
79
80         * lily/part-combine-iterator.cc (unisono): examine last_playing_
81         (not state_), this fixes a2 printing after chord.
82
83         * input/regression/no-staff.ly: fix octave, revise syntax.
84
85         * input/regression/lyrics-bar.ly (texidoc): fixes.
86
87         * input/regression/beam-dir-functions.ly (Module): remove from regtest
88
89         * input/regression/accidentals.ly (Module): remove from regtest.
90
91         * lily/parser.yy (Prefix_composite_music): 
92         oops. Chords should be unrelativable, not bass figures untransposable.
93
94         * VERSION: 2.3.26 released.
95         
96         * lily/completion-note-heads-engraver.cc (try_music): only return
97         something when is_first_ is true. Fixes lyrics with completion_heads. 
98
99         * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. 
100
101         * scm/lily.scm (ly:system): new function. Catches uninstalled
102         ps2png.
103
104 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
105
106         * Documentation/user/notation.itely: remove
107         @hyphenatedinternalsref.
108
109 2004-10-29  Werner Lemberg  <wl@gnu.org>
110
111         * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox.
112
113         * scripts/lilypond-book.py (no_options): New dictionary.
114         (simple_options): New list.
115         (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns.
116         (compose_ly): Use `no_options' and `simple_options'.
117         Fix logic of option handling.
118         Handle `linewidth' option without parameter.
119
120 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
121
122         * lily/lookup.cc (triangle): use (0, interval.length()) for X
123         extent, since the stencil is translated later on.
124
125         * lily/ledger-line-spanner.cc (print): swap linear_combination
126         arguments, effectively shortens ledger line. 
127
128         * Documentation/user/GNUmakefile
129         ($(outdir)/lilypond/lilypond.html): use find to remove files.
130
131         * lily/main.cc: --no-pages option.
132
133 2004-10-28  Carl Sorensen  <carldsorensen@comcast.net>
134
135         * Documentation/user/notation.itely (Fret diagrams): add extra
136         notes to example to avoid collisions between fret diagrams.
137
138 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
139
140         * Documentation/user/notation.itely (Automatic note splitting):
141         note about lyrics. 
142
143         * Documentation/user/converters.itely (Invoking convert-ly): note
144         about version numbers. 
145
146         * scripts/abc2ly.py (dump_score): revise lyric dumping
147
148         * scripts/mup2ly.py (pre_processor_commands): always open file.
149
150         * scripts/etf2ly.py (Frame.calculate): always close \grace.
151         (Etf_file.dump): add \version
152
153         * VERSION: 2.3.25 released.
154
155         * lily/scm-option.cc: add 'resolution to ly:get-option argument
156         list.
157
158 2004-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
159
160         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-origin
161
162 2004-10-28  Werner Lemberg  <wl@gnu.org>
163
164         * Documentation/user/music-glossary.tely: More fixes to improve
165         appearance with DVI output.
166
167         * scripts/lilypond-book.py (compose_ly): Use 0.4in for
168         EXAMPLEINDENT.  This is the maximum value for quotation environments
169         used in `texinfo.tex' -- many warnings in lilypond.dvi are now gone.
170
171 2004-10-27  Werner Lemberg  <wl@gnu.org>
172
173         * Documentation/user/music-glossary.tely: Revised.
174
175 2004-10-26  Carl Sorensen  <carldsorensen@comcast.net>
176
177         * input/test/fret-diagram.ly: insert breaks, remove raggedright to
178         improve fret diagram spacing in printed output.
179
180         * Documentation/user/notation.itely (Fret diagrams): Remove raggedright
181         from options for the example so fret-diagrams won't overlap
182         one another.
183
184 2004-10-26  Werner Lemberg  <wl@gnu.org>
185
186         * scripts/lilypond-book.py: Some additional formatting for
187         orthogonality.
188         (ly_options) [*]: Format strings.
189         [RAGGEDRIGHT]: Don't set `indent'.  This is now properly handled
190         by `compose_ly'.
191         (output) [LATEX][OUTPUT]: Format string and simplify.
192         (PREAMBLE_LY, FRAGMENT_LY): Format string.
193         (classic_lilypond_book_compatibility): Take key/value pair as
194         parameter.
195         Return key/value pair.
196         (compose_ly): Rewritten, taking the snippet type as third parameter. 
197         The default values are now set more sensible, and a `linewidth'
198         option is no longer overwritten under some circumstances.
199
200         * Documentation/user/music-glossary.tely: Replace all accented
201         character macros with latin-1 codes.
202
203 2004-10-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
204
205         * lily/music-function.cc (ly_make_music_function): when an
206         argument predicate is markup?, the signature keyword becomes
207         "markup" iso "scm".
208
209         * lily/lexer.ll (music_function_type): new MUSIC_FUNCTION_*MARKUP*
210         tokens, for functions which signatures contain "markup".
211
212         * lily/parser.yy (Generic_prefix_music_scm): add treatment for new
213         MUSIC_FUNCTION_*MARKUP* tokens.
214
215 2004-10-26  Jan Nieuwenhuizen  <janneke@gnu.org>
216
217         * input/regression/lyrics-bar.ly: Make StaffGroup accept the new
218         Lyrics context.
219
220 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
221
222         * python/lilylib.py (make_ps_images): return list of output files.
223
224         * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with
225         all springs tight, and still satisfy the constraints.
226
227 2004-10-25  Werner Lemberg  <wl@gnu.org>
228
229         * scripts/lilypond-book.py: s/option-sep/option_sep/.
230         (format_res) [LATEX, TEXINFO]: Skip whitespace before comma also.
231         (snippet_res): Fix regexps and make them ignore whitespace properly.
232         (compose_ly): Use `re.split' instead of `string.split' to remove
233         surrounding whitespace.
234         Some formatting to get more consistency.
235
236 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
237
238         * VERSION: 2.3.24
239         
240         * scm/define-context-properties.scm
241         (all-user-translation-properties): add verticallySpacedContexts.
242
243         * scm/define-grob-interfaces.scm (vertically-spaceable-interface):
244         add interface
245
246         * scm/define-grob-properties.scm (all-internal-grob-properties):
247         add spaceable-staves
248
249         * scm/define-grobs.scm (all-grob-descriptions): set
250         vertically-spaceable-interface for VerticalAxisGroup and
251         RemoveEmptyVerticalGroup
252
253         * lily/system.cc (get_line): determine staff_refpoints_
254         using spaceable-staves.
255
256         * lily/score-engraver.cc (acknowledge_grob): ack
257         vertically-spaceable-interface and verticallySpacedContexts to
258         set spaceable-staves.
259
260         * input/regression/new-slur.ly: add slur under 16th subbeam case.
261
262         * lily/slur-scoring.cc (fill): init has_same_beam_ before use.
263
264 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
265
266         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): tune
267         minimumVerticalExtent tweaks. 
268  
269         * mf/feta-schrift.mf: include size of thumb appendix in
270         bbox. Fixes: c-thumb-notehead.ly  
271
272         * THANKS: add Meisters to the Development team.
273
274         * scm/framework-tex.scm (convert-to-dvi): redirect output to
275         /dev/null for non-verbose.
276
277         * Documentation/user/invoking.itely (Invoking lilypond): add note
278         about resource usage.
279
280         * tex/GNUmakefile (TEX_FILES): add texinfo.cnf
281
282         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): add
283         --enable-encoding
284
285         * Documentation/user/lilypond.tely: add -*- coding: latin-1 -*- everywhere. 
286
287         * Documentation/user/changing-defaults.itely (Text encoding):
288         change to latin1.
289
290         * Documentation/user/lilypond.tely: add language and encoding.
291
292         * scm/define-grobs.scm (all-grob-descriptions): add
293         line-interface.
294
295         * configure.in (PKG_CONFIG_PATH): bump makeinfo version to 4.7
296
297         * input/test/ossia.ly: font sizes for ossia.
298
299         * scripts/convert-ly.py (conv): \context Foo = NOTENAME
300         -> \context Foo = "NOTENAME".
301
302         * lily/main.cc (determine_output_options): fix ordering.
303
304 2004-10-24  Erik Sandberg  <ersa9195@student.uu.se>
305
306         * THANKS: Added bughunters for 2.3.
307
308 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
309
310         * Documentation/user/macros.itexi: use findex functions/internals
311         objects.
312
313         * scm/documentation-generate.scm (string-append): add syncodeindex
314
315         * Documentation/user/tutorial.itely (A lead sheet): use \chords
316         for tutoring chord names.
317  
318         * Documentation/user/lilypond.tely: remove @authors.
319
320 2004-10-23  Werner Lemberg  <wl@gnu.org>
321
322         * scm/framework-tex.scm (dump-page): Add width to \lybox call.
323         Remove first two parameters of \lybox.
324         Don't emit \vbox around \lybox.
325         (dump-line): Add width to \lybox call.
326         Remove first two parameters of \lybox.
327
328         * tex/lilyponddefs.tex (\topalign, \leftalign): Removed.
329         (\lyitem): Updated.
330         (\lybox): Only take three parameters.
331         Create box which has zero depth, only height.
332         Center box vertically along the x-height of current font.
333
334 2004-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
335
336         * VERSION (PACKAGE_NAME): release 2.3.23
337
338         * scm/framework-tex.scm (convert-to-ps): add -E if filename
339         contains .preview.
340
341 2004-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
342
343         * lily/lyric-extender.cc (print): only run to right-bound if
344         broken. This fixes input/regression/lyric-extender.ly
345
346         * input/regression/beamed-chord.ly: removed.
347
348         * Documentation/user/macros.itexi: add \global to definitions for
349         feta macros.
350
351         * po/fr.po: updated po file.
352
353         * po/de.po: updated po file.
354
355 2004-10-22  Werner Lemberg  <wl@gnu.org>
356
357         * tex/lilyponddefs.tex (\lilypondend): Undo change from 2004-10-20.
358
359 2004-10-21  Werner Lemberg  <wl@gnu.org>
360
361         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
362         (\lilypondexperimentalfeatures): Removed.
363
364 2004-10-20  Jürgen Reuter  <reuter@ipd.uka.de>
365
366         * Documentation/user/notation.itely: fixed 2 typos
367
368 2004-10-20  Werner Lemberg  <wl@gnu.org>
369
370         * scm/framework-tex.scm (header-end): Don't set \outputscale.
371         (dump-line): Produce prettier output.
372
373         * tex/lilyponddefs.tex: Comment all macros extensively.
374         (\lilypondstart): Set \outputscale.
375         Define \lilypondpagebreak and \lilypondnopagebreak here.
376         Don't test for positive \lilypondpaperlinewidth -- this is always
377         positive in the normal case (LilyPond produces bad output otherwise
378         so we can safely ignore negative or zero values).
379         (\lilypondend): Remove useless test for \lilypondbook.
380         (\fetasixteen, \fetafont, \fetachar): Removed, unused.  We also
381         don't input `feta20.tex'.
382
383 2004-10-19  Graham Percival  <gperlist@shaw.ca>
384
385         * Documentation/user/examples.itely: added texidoc lilypond-book
386         template.
387
388 2004-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
389
390         * cygwin/lilypond.hint: Update.
391
392 2004-10-18  Carl Sorensen  <carldsorensen@comcast.net>
393
394         * Documentation/user/notation.itely (Fret diagrams): Add documentation
395         for fret diagram markups to user manual
396
397         * scm/fret-diagrams.scm (fret-diagram-terse): Fix mistake in internal
398         documentation for fret-diagram-terse
399
400         * Documentation/user/notation.itely: Added section on fret diagrams.
401
402 2004-10-18  Jan Nieuwenhuizen  <janneke@gnu.org>
403
404         * scripts/convert-ly.py (usage): Fix --help description.  Apply
405         range also for --show-rules.
406
407 2004-10-18  Werner Lemberg  <wl@gnu.org>
408
409         * scripts/lilypond-book.py (Snippet, Include_snippet)
410         [replacement_text]: Use group `match'.
411
412 2004-10-17  Jan Nieuwenhuizen  <janneke@gnu.org>
413
414         * Documentation/user/macros.itexi: Use @ref instead of @inforef
415         for html.  Apparently, ``you should'' in texinfo documentation is
416         merely a guideline that can safely be ignored.
417
418         * elisp/lilypond-init.el (auto-mode-alist): Add .ily to
419         auto-mode-alist.
420
421         * input/test/engraver-example.ily: 
422         * input/regression/allfontstyle.ily: Rename, update users.
423
424 2004-10-16  Graham Percival  <gperlist@shaw.ca>
425
426         * Documentation/user/lilypond-book.itely: add more details about
427         building .lytex files.
428
429         * Documentation/user/examples.itely: added piano-lyrics template
430
431         * input/template/piano-4-voices.ly, piano-lyrics.ly: remove.
432
433         * input/GNUmakefile: remove "templates" from build subdirs.
434
435         * input/template: removed.
436
437 2004-10-16  Werner Lemberg  <wl@gnu.org>
438
439         * scripts/lilypond-book.py (snippet_res): Define group `match'
440         everywhere.
441         Accept more spaces between commands and its arguments and options.
442         Fix some regexps.
443         (output): Remove some newlines in string values and suppress spaces
444         in output.
445         (output_texinfo): Output `output_print_filename' only if not empty.
446         (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'.
447
448 2004-10-16  Werner Lemberg  <wl@gnu.org>
449
450         * scm/framework-tex.scm (font-load-command, define-fonts): Protect
451         some TeX line ends with `%' to avoid additional horizontal space in
452         output.
453
454         * scripts/lilypond-book.py: Unexpand spaces to tabs.
455         (snippet_res): Use `x' modifier to represent regular expressions
456         in a friendlier way.
457         Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'.
458         (find_toplevel_snippets): Don't use indices from match group 0,
459         which is the whole pattern space, but group 1.
460
461 2004-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
462
463         * flower/include/direction.hh (enum Direction): add
464         DIRECTION_LIMIT
465
466 2004-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
467
468         * po/fr.po: new po file.
469
470 2004-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
471
472         * Documentation/user/macros.itexi: Do not construct external
473         references using @uref.  That results in broken links.
474
475         * lily/slur.cc (outside_slur_callback): Use int in for loop;
476         avoids g++-3.4.1 enum beature.
477
478 2004-10-13  Graham Percival  <gperlist@shaw.ca>
479
480         * Documentation/user/examples.itely: added lilypond-book template.
481
482         * Documentation/user/lilypond-book.itely: added filename extension
483         page.
484
485 2004-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
486
487         * debian/rules (binary-indep): Link images for info.
488
489         * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR.  Cool
490         feature nicked from jEdit.
491
492 2004-10-12  Pedro Kroger  <kroeger@pedrokroeger.net>
493
494         * Documentation/user/introduction.itely: Minor corrections.
495
496         * Documentation/user/notation.itely: Minor corrections.
497
498         * Documentation/user/tutorial.itely: Minor corrections.
499
500 2004-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
501
502         * scm/framework-ps.scm (page-header): Fix Layout renaming bug.
503
504         * scm/*.scm:
505         * ly/paper-defaults.ly: Use papersizename only.
506
507 2004-10-11  Werner Lemberg  <wl@gnu.org>
508
509         * tex/lilyponddefs.tex (\lyitem): Don't use \topalign to make
510         \raise work with positive values.
511
512 2004-10-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
513
514         * Documentation/user/notation.itely (Multi measure rests): Update
515         the docs corresponding to the implementation change from 2004-10-08.
516
517 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
518
519         * VERSION (MY_PATCH_LEVEL): release 2.3.22
520
521         * scm/part-combiner.scm (determine-split-list): reinstate
522         playing+resting case. 
523
524         * Documentation/user/invoking.itely (Reporting bugs): rename.
525
526         * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22.
527
528         * lily/parser.yy (Prefix_composite_music): change no-transposition
529         for mode_changing_head to figures too.
530
531         * lily/phrasing-slur-engraver.cc (acknowledge_grob): do something
532         with normal slurs too.
533         
534         * lily/slur-scoring.cc (move_away_from_staffline): new function.
535         (get_base_attachments): move away attachment point for breaks
536         similar to attachment points on slurs (staffline collision, and
537         half a space of padding)
538
539         * scm/page-layout.scm (ly:optimal-page-breaks): don't compute
540         force twice.
541
542         * lily/simple-spacer.cc (LY_DEFINE): if line too long in ragged
543         mode, return #f.        
544
545         * scm/page-layout.scm (ly:optimal-page-breaks): set force = 0.0
546         for last page if raggedlast. 
547
548         * lily/parser.yy (Prefix_composite_music): untransposable is for
549         FiguredBass, not ChordNames
550
551 2004-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
552
553         * scm/framework-tex.scm: Merge fix.
554
555 2004-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
556
557         The grand \paper -> \layout, \bookpaper -> \paper renaming.
558
559 2004-10-10  Graham Percival  <gperlist@shaw.ca>
560
561         * Documentation/user/notation.itely: add raggedright to a whole
562         bunch of places.
563
564 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
565
566         * scm/paper.scm (set-paper-dimension-variables): new
567         function. Define dimension-variables explicitly in \paper too.
568         This allows overriding linewidth inside \score { \paper { } }
569         blocks
570  
571         * scm/framework-tex.scm (convert-to-ps): invoke dvips with -t
572         landscape.
573         (header): add landscape and papersize options.
574
575 2004-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
576
577         * lily/*.cc: use robust_scm2moment() where appropriate.
578
579         * lily/moment.cc (robust_scm2moment): new function.
580
581         * scm/titling.scm (default-score-title): remove caps for piece.
582
583         * VERSION: 2.3.21 released.
584         
585         * lily/include/slur-scoring.hh (struct Slur_score_state): new file
586
587         * lily/include/slur-configuration.hh (class Slur_configuration):
588         new file.
589
590         * lily/slur-configuration.cc: new file. move scoring functions
591         into Slur_configuration.
592
593         * lily/slur-scoring.cc (Slur_score_state): change static functions
594         to methods of Slur_score_state.
595
596         * lily/bezier-bow.cc (Message): 
597
598         * flower/include/interval-set.hh (Message): new file.
599
600         * flower/interval-set.cc (Message): new file.
601
602 2004-10-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
603
604         * lily/multi-measure-rest-engraver.cc (process_music): always
605         generate MultiMeasureRestNumbers.
606
607         * SConstruct (txt_files): switch of make dist
608
609         * lily/bezier-bow.cc (get_slur_indent_height): change recipe to
610         make sure that (indent < len / 3). This fixes progerror-max_h.ly
611
612         * lily/multi-measure-rest-engraver.cc (process_music): make
613         MultiMeasureRestNumber too.
614
615 2004-10-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
616
617         * Documentation/user/notation.itely (Bar lines): Added a note that
618         defaultBarType is to be changed in the Timing context.
619
620 2004-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
621
622         * lily/include/guile-compatibility.hh: add file.
623
624         * scm/framework-tex.scm (convert-to-dvi): use max of current
625         extra_mem_top and 1M.
626
627         * lily/kpath.cc (LY_DEFINE): ly_kpathsea_expand_variable. New
628         function.
629
630 2004-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
631
632         * scm/framework-tex.scm (convert-to-dvi): set extra_mem_top to 1M.
633  
634 2004-10-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
635
636         * lily/slur-scoring.cc (struct Slur_score_state): add
637         has_same_beam_, edge_has_beams_, is_broken_ bools.
638         (get_base_attachments): simpler Y attachment determination for
639         broken slurs.
640
641 2004-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
642
643         * buildscripts/texi2omf.py: Add hashbang.  Starting the script in
644         bash without that is quite interesting.  Add xml and some omf
645         keys.
646
647 2004-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
648
649         * Documentation/user/macros.itexi: Add xml macros.
650
651         * Documentation/user/GNUmakefile (extra-local-help): Add xml rules.
652
653         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): Fix location.
654
655 2004-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
656
657         * lily/break-substitution.cc (substitute_mutable_property_alist):
658         only put property back into value if != SCM_UNDEFINED
659
660         * lily/lyric-extender.cc (print): don't take common refpoint of
661         null object if right_text isn't there.
662  
663         * lily/slur-scoring.cc (struct Slur_score_state): new
664         struct. Collect scoring function arguments.
665         (struct Slur_score_state): add musical_dy_
666         (get_extra_encompass_infos): new function. Split off state
667         computations.
668
669         * scm/part-combiner.scm (determine-split-list): remove playing1
670         and playing2.
671
672 2004-10-02  Graham Percival  <gperlist@shaw.ca>
673
674         * Documentation/index.html.in: remove link to templates.
675
676         * Documentation/user/notation.itely: more small fixes.
677
678 2004-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
679
680         * lily/timing-engraver.cc (process_music): move setting
681         measure-length. This fixes spacing-whole-rest.ly
682
683         * VERSION (PACKAGE_NAME): release 2.3.20
684         
685         * input/regression/quote-transposition.ly: update example
686
687         * scm/define-music-properties.scm (all-music-properties): change
688         meaning of instrumentTransposition.  It is now the pitch played
689         that sounds as middle C. This means that instrumentTransposition
690         can be \transposed. 
691         Fixes: transpose-quote.ly
692
693         * lily/parser.yy (command_element): reverse setting of
694         instrumentTransposition
695
696         * lily/pitch.cc (pitch_interval): rename.
697
698         * lily/recording-group-engraver.cc (stop_translation_timestep):
699         remove macrameing of accumulator and set_car/cdr.
700         Fixes: transposition-quote.ly
701
702         * lily/music.cc (transpose): fold Event::transpose() in.
703
704         * lily/event.cc: remove Transpose. 
705
706         * lily/recording-group-engraver.cc: cleanup.
707
708         * ly/music-functions-init.ly (displayMusic): add function.
709
710         * make/lilypond.fedora.spec.in: rename file.
711
712         * lily/lily-lexer.cc (mark_smob): don't use ly_cdr() for getting
713         to-be-marked objects. Use SCM_CELL_WORD_1 instead. 
714
715         * Documentation/user/changing-defaults.itely (Changing context
716         properties on the fly): typo.
717
718         * lily/slur.cc (outside_slur_callback): try three sample points
719         for determining collisions. This fixes: slur-script.ly.
720
721 2004-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
722
723         * scripts/lilypond-book.py (ext2format): Add latex as Latex.
724
725 2004-10-01  Graham Percival  <gperlist@shaw.ca>
726
727         * Documentation/user/notation.itely: more small fixes.
728
729         * Documentation/user/examples.itely: make new sections.
730
731         * input/test/bar-lines.ly: improve output, fix bug.
732
733         * Documentation/user/changing-defaults.itely: small fixes.
734
735 2004-10-01  Werner Lemberg  <wl@gnu.org>
736
737         * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle
738         T1 encoding in texinfo mode.
739         (\lilypondstart): Use it.
740         (\lilypondloop, \lilyponditerate): Removed.  Unused.
741
742 2004-09-30  Werner Lemberg  <wl@gnu.org>
743
744         * tex/lilyponddefs.tex (\lilypondstart): Define
745         \lilypondfontencoding for both texinfo and latex mode.
746
747         * scm/framework-tex.scm (font-load-command): Use
748         \lilypondfontencoding.
749
750 2004-09-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
751
752         * scm/framework-tex.scm (dump-page): take with-extents?
753         argument. If true, output Y extents. Used for lilypond-book
754         documents.
755
756         * scripts/lilypond-book.py (PREAMBLE_LY): set dump-extents for
757         \bookpaper.
758
759         * lily/slur.cc (outside_slur_callback): epsilon-delta management
760         for slur edges. Fixes: progerror-no-bezier-intersection.ly
761  
762         * scm/framework-tex.scm (dump-page): put stencil height in dumped
763         page.
764
765 2004-09-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
766
767         * Documentation/user/notation.itely (Multi measure rests):
768         Improved example.
769
770 2004-09-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
771
772         * lily/auto-beam-engraver.cc (test_moment): robustify.
773
774 2004-09-28  Werner Lemberg  <wl@gnu.org>
775
776         * scm/framework-tex.scm (font-load-command): Define proper font
777         macro which sets font encoding if available.
778         (define-fonts): Define \lilypondpaperinputencoding, to be taken
779         from the \bookpaper block.
780
781         * tex/lilyponddefs.tex (\lilypondstart): Use
782         \lilypondpaperinputencoding for global input encoding.
783
784 2004-09-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
785
786         * lily/score.cc (Score): oops. Copy error_found_ too.
787
788 2004-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
789
790         * stepmake/stepmake/texinfo-rules.make: 
791         * Documentation/GNUmakefile: --srcdir build fixes.
792
793         * input/test/coriolan-margin.ly: Put papersize settings in \bookpaper.
794
795         * Documentation/user/latex-lilypond-example.latex:
796         * Documentation/user/latex-example.latex: Fix compile errors.
797         Still buggy, need more love.
798
799 2004-09-27  Werner Lemberg  <wl@gnu.org>
800
801         * tex/lilyponddefs.tex (\lilypondstart): Use \frenchspacing.
802
803 2004-09-26  Juergen Reuter  <reuter@ipd.uka.de>
804
805         * Documentation/user/examples.itely: removed \midi block to
806         simplify the example
807
808         * Documentation/user/notation.itely: Removed superfluous
809         TextSpanner tweakings (is already done by engraver-init.ly).
810         Documented bug: vertical alignment of articulations.
811
812         * Documentation/user/notation.itely, ly/engraver-init.ly
813         (VaticanaVoice, GregorianTranscriptionVoice): Bugfix: TextSpanner
814         padding.
815
816         * Documentation/user/notation.itely, ly/engraver-init.ly: moved
817         docu about TextSpanner padding bug from manual to engraver.ly
818         (since it's workarounded and hence not user-visible any more)
819
820 2004-09-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
821
822         * VERSION: release 2.3.19
823
824 2004-09-26  Graham Percival  <gperlist@shaw.ca>
825
826         * ly/property-init.ly: fix bug in displaying ledger lines while
827         \hideNotes is on.
828
829         * Documentation/user/notation.itely: more editing.
830
831         * Documentation/user/examples.itely: add piano-dynamics template.
832
833         * input/template/piano-dynamics.ly: remove.
834
835         * Documentation/user/sound-output.itexi: more editing
836
837 2004-09-25  Graham Percival  <gperlist@shaw.ca>
838
839         * Documentation/user/notation.itely: more editing.
840
841 2004-09-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
842
843         * scm/ly-from-scheme.scm (read-lily-expression): use ~s in format
844         instead of ~a, to get #{ #"foo" #} actually printed to #"foo".
845
846 2004-09-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
847
848         * lily/hairpin.cc (print): check columns of bounds, not bounds
849         themselves.
850         (print): robustify bound-padding lookup.
851
852         * lily/*: ly_c[ad]+r -> scm_XXX , ly_c_pair_p -> scm_is_pair.
853
854         * scripts/lilypond-book.py (Compile_error.process_include): catch
855         Compile_error exception, and remove output .texi.
856
857         * scm/define-music-properties.scm (all-music-properties): add
858         error-found
859
860         * lily/parser.yy (Music_list): add error-found to music with errors.
861
862         * lily/lily-parser.cc (LY_DEFINE): ignore scores with errors.
863
864         * lily/book.cc (process): ignore books with errors
865
866         * lily/include/score.hh (class Score): add error_found_ member.
867
868         * lily/drum-note-engraver.cc (try_music): idem.
869
870         * lily/note-heads-engraver.cc: remove start-playing-event.
871
872         * lily/part-combine-iterator.cc (Part_combine_iterator): use
873         BusyPlayingEvent to determine which voice was active last.
874         (unisono): use last active to where to get unisono information
875         from. This fixes: partcombine-rest.ly (again).
876
877         * scm/part-combiner.scm (determine-split-list): cleanups
878
879 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
880
881         * input/regression/lyric-extender.ly: simplify.
882         complexify.
883
884         * lily/lyric-extender.cc (print): use it to determine size of
885         extender. Remove Lyric_extender::is_visible().
886
887         * lily/extender-engraver.cc (acknowledge_grob): store lyric in
888         next property.
889
890         * lily/lyric-engraver.cc: remove get_current_rest().
891         
892 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
893
894         * input/regression/lyric-extender.ly: Fix and add test.
895
896         * lily/extender-engraver.cc (stop_translation_timestep): Oops, typo.
897
898 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
899
900         * lily/note-head.cc: remove Note_head::extent.
901
902 2004-09-23  Graham Percival  <gperlist@shaw.ca>
903
904         * Documentation/user/tutorial.itely: do manual style 2-space
905         indents in examples
906
907         * Documentation/user/notation.itely: more editing.
908
909 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
910
911         * lily/lyric-engraver.cc (get_current_rest): New function.
912
913         * lily/extender-engraver.cc (stop_translation_timestep): Use it:
914         stop at rest.
915
916         * lily/lyric-extender.cc (print): Fix crash (Russ Ross).
917
918         * lily/slur-scoring.cc (get_bezier): Fix for broken beziers.
919
920 2004-09-23  Juergen Reuter  <reuter@ipd.uka.de>
921
922         * Documentation/user/examples.itely (Small ensembles): added
923         example for transcription of mensural music
924
925         * Documentation/user/notation.itely (The Lyrics context): fixed broken
926         link to SATB vocal score
927
928         * Documentation/user/notation.itely (System start delimiters):
929         fixed typo: GrandStaff->StaffGroup
930
931         * Documentation/user/notation.itely (Ancient articulations):
932         removed obsolete comment on \episem bug
933
934 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
935
936         * scm/framework-tex.scm (output-preview-framework): Fix invocation
937         of header.
938
939 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
940
941         * lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
942         start to note-column.
943
944         * lily/hairpin.cc (print): check text-interface, to attach to
945         dynamic texts.  
946
947         * lily/include/text-item.hh (class Text_interface): rename
948         Text_item -> Text_interface
949
950         * lily/piano-pedal-bracket.cc (print): robustify.
951
952 2004-09-22  Pedro Kroger  <kroeger@pedrokroeger.net>
953
954         * scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.
955
956         * scm/page-layout.scm (plain-header): if printfirstpagenumber is
957         true will print the page number in the first page.
958
959         * Documentation/user/changing-defaults.itely: Document
960         printfirstpagenumber.
961
962 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
963
964         * lily/phrasing-slur-engraver.cc (acknowledge_grob): avoid more
965         objects.
966
967         * lily/beam-concave.cc (calc_concaveness): take absolute value of
968         dy for scaling. This fixes various downbeams.
969         
970
971         * lily/beam-quanting.cc (best_quant_score_idx): 
972
973 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
974
975         * scm/framework-tex.scm (header-to-file): Fix.
976
977 2004-09-22  Werner Lemberg  <wl@gnu.org>
978
979         * lily/parser.yy <score_body>: Fix typo.
980
981 2004-09-22  Graham Percival  <gperlist@shaw.ca>
982
983         * Documentation/user/tutorial.itely: modified a "future planning"
984         comment.
985
986         * Documentation/user/notation.itely: more editing.
987
988 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
989
990         * scm/define-markup-commands.scm (note-by-number): read font-size
991         to determine stem length. Fixes: markup-note.ly
992
993 2004-09-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
994
995         * lily/slur.cc (outside_slur_callback): read #'padding for
996         slur-padding. Fixes: slur-script.ly
997
998         * lily/parser.yy (score_body): disallow \bookpaper in \score.
999
1000 2004-09-21  Juergen Reuter  <reuter@ipd.uka.de>
1001
1002         * Documentation/user/notation.itely (ancient flags): documented
1003         flags-related known bugs
1004
1005         * lily/include/ligature-engraver.hh: added comment about why and
1006         how of (non-)use of abstract virtual methods
1007
1008         * ly/engraver-init.ly (VaticanaVoice,
1009         GregorianTranscriptionVoice): bugfix (workaround): TextSpanner:
1010         unset dash-fraction property in order to get solid lines
1011
1012         * ly/engraver-init.ly (MensuralStaff): fixed bad comment
1013
1014 2004-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1015
1016         * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
1017
1018 2004-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1019
1020         * lily/parse-scm.cc (internal_ly_parse_scm): Eval in module, not
1021         in function.
1022
1023         * scm/framework-tex.scm (convert-to-dvi): Use nonstopmode.  Set
1024         openout_any=p.  Throughout: progress to stderr, translate user
1025         messages.
1026
1027         * scm/output-gnome.scm: Fix font dir description.
1028
1029 2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1030
1031         * input/test/mensural-ligatures.ly (voice): move linethickness
1032         settings to bookpaper.
1033
1034         * lily/simple-spacer.cc (Module): use force to stretch to 
1035         line length as force measure for ragged spacing.
1036         
1037         * lily/lily-parser.cc (get_paper): don't set parent for \paper
1038         blocks in the parser. This eliminates ordering dependency for
1039         \bookpaper and \paper
1040
1041         * ly/part-paper-init.ly: remove file.
1042
1043         * lily/includable-lexer.cc (new_input): elucidate message.
1044
1045         * VERSION: 2.3.18 released.
1046         
1047 2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1048
1049         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
1050         * input/mutopia/R.Schumann/romanze-op28-2.ly:
1051         * input/mutopia/F.Schubert/standchen.ly: Remove obsolete
1052         #'Slur.attachment setting.
1053
1054         * elisp/lilypond-mode.el (LilyPond-command-alist): Use -ftex,
1055         friendlier for point and click.
1056
1057 2004-09-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1058
1059         * ly/init.ly: reverse collected scores.
1060
1061         * scm/page-layout.scm (ly:optimal-page-breaks): use non-ragged
1062         layout to determine force.
1063         
1064 2004-09-18  Werner Lemberg  <wl@gnu.org>
1065
1066         * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
1067         ties.
1068
1069         * ly/declarations-init.ly (escapedBiggerSymbol,
1070         escapedSmallerSymbol): Fix typos.
1071
1072         * scripts/convert-ly.py: s/removeTag/removeWithTag/.
1073
1074 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1075
1076         * input/{input,regression}/*.ly: run convert-ly
1077
1078         * VERSION: release 2.3.17
1079
1080         * lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
1081         little wider for attachment calculation. This prevents stem and
1082         slur touching.
1083
1084         * lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
1085         ) 
1086
1087         * input/regression/tie.ly (texidoc): cleanup.
1088
1089         * ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
1090         and ~
1091
1092         * lily/slur-scoring.cc (score_extra_encompass): check if extra
1093         objects are on boundary column. 
1094
1095         * lily/main.cc (parse_argv): process --tex too.
1096
1097         * ly/music-functions-init.ly (keepWithTag): add music functions
1098         keepWithTag and removeWithTag.
1099
1100         * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.
1101
1102         * lily/accidental-engraver.cc (recent_enough): interpret laziness
1103         = #t. This fixes no-reset accidental-style.
1104
1105         * input/regression/accidental-piano.ly (Module): new file.
1106
1107         * lily/lily-guile.cc (LY_DEFINE): ly_assoc_get: new function.
1108
1109 2004-09-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1110
1111         * lily/slur-scoring.cc (score_extra_encompass): widen X extent of
1112         extra encompass.
1113         (score_extra_encompass): use Y coordinate of attachment if X
1114         attachment falls in extra encompass X extent.
1115
1116         * buildscripts/guile-gnome.sh (SLIB_PATH): add SLIB_PATH to
1117         GUILE_LOAD_PATH
1118
1119 2004-09-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1120
1121         * scm/output-gnome.scm: Small fixes.
1122
1123         * buildscripts/guile-gnome.sh: Getting close to 2.6.0 release.
1124
1125 2004-09-16  Juergen Reuter  <reuter@ipd.uka.de>
1126
1127         * Documentation/user/notation.itely (Ancient flags): Removed
1128         documentation on adjust-if-on-staffline (this property was removed
1129         by Han-Wen).
1130
1131         * Documentation/user/notation.itely (Ancient notation): Minor
1132         cleanups and fixes.  Renamed "Vaticana style contexts" ->
1133         "Gregorian Chant contexts".  Added section "Mensural contexts".
1134         Added section "Ancient articulations".
1135
1136         * ly/engraver-init.ly: Added "MensuralVoice" and "MensuralStaff".
1137
1138 2004-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1139
1140         * buildscripts/guile-gnome.sh: Add missing bit.
1141
1142 2004-09-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1143
1144         * buildscripts/guile-gnome.sh (LD_LIBRARY_PATH): new script.
1145
1146         * lily/slur-scoring.cc (get_y_attachment_range): set end point
1147         using base_attachment.
1148
1149         * scm/page-layout.scm (default-page-make-stencil): whoops. Add
1150         page header back.
1151
1152         * scm/documentation-generate.scm (top-node): move version to top
1153         node.
1154
1155         * lily/ledger-line-spanner.cc: add ledgered-interface, with
1156         property no-ledgers.
1157
1158 2004-09-16  Heikki Junes  <hjunes@cc.hut.fi>
1159
1160         * Documentation/user/{changing-defaults,examples,invoking,
1161         tutorial}.itely: Expand 's to is.
1162
1163         * Documentation/user/notation.itely: Capitalize only first letter.
1164
1165         * Documentation/user/programming-interface.itely: Capitalize Scheme.
1166
1167         * Documentation/user/lilypond-book.itely: use @refbugs.
1168
1169         * THANKS: sort.
1170
1171         * input/mutopia/F.Schubert/morgenlied.ly,
1172         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly,
1173         input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full
1174         name.
1175
1176 2004-09-15  Juergen Reuter  <reuter@ipd.uka.de>
1177
1178         * mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
1179         lneomensural char entry; (ii) fixed mensural/neomensural naming
1180         clash typo; (iii) lneomensural char: fixed stem attachment point.
1181         WARNING: FONT CHANGED!
1182
1183 2004-09-15  Graham Percival  <gperlist@shaw.ca>
1184
1185         * Documentation/user/introduction.itely: update \stemBoth to
1186         \stemNeutral.
1187
1188         * Documentation/user/notation.itely: more editing of the manual.
1189
1190 2004-09-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1191
1192         * lily/slur-scoring.cc (score_edges): add exp(slope*dir*leftright)
1193         factor in edge attraction. This reflects that the left edge may
1194         have a larger gap for an ascending up-slur.
1195         (get_base_attachments): copy bound Y from right bound, if there is
1196         only one note-column after the line break.
1197
1198 2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1199
1200         * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
1201
1202 2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1203
1204         * lily/phrasing-slur-engraver.cc (process_music): Create
1205         PhrasingSlur instead of Slur.
1206
1207         * Documentation/user/changing-defaults.itely (Defining new
1208         contexts): Fixed misprinted context name.
1209
1210 2004-09-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1211
1212         * ly/property-init.ly (hideStaffSwitch): remove turnOff.
1213
1214         * scripts/convert-ly.py (conv): change Both to Neutral in property
1215         settings.
1216
1217         * ly/engraver-init.ly: increase extent of Staff. 
1218
1219 2004-09-13  Graham Percival  <gperlist@shaw.ca>
1220
1221         * scm/script.scm: change behaviour of slur and accent.
1222
1223         * Documentation/user/music-glossary.tely: de-gender a few entires.
1224
1225         * Documentation/user/introduction.itely: de-gender a few sentences.
1226
1227 2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1228
1229         * input/regression/rehearsal-mark-number.ly: Reuse the existing
1230         formatting routine when adding boxed numbers. Makes it easier to
1231         extrapolate how to do for boxed letters.
1232
1233 2004-09-12  Graham Percival  <gperlist@shaw.ca>
1234
1235         * Documentation/user/notation.itely: fixed Time Signature numbers bug.
1236
1237         * Documentation/user/invoking.itexi: updated the "reporting bugs"
1238         section.
1239
1240 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1241
1242         * scm/define-grobs.scm (all-grob-descriptions): longer
1243         ideallengths for stems in higher order beams.
1244
1245         * Documentation/user/changing-defaults.itely (Page layout):
1246         document them.
1247
1248         * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
1249         to get sane spaces for titles.
1250
1251         * ly/book-paper-defaults.ly: new parameters aftertitlespace,
1252         beforetitlespace, betweentitlespace.
1253
1254         * input/regression/beam-quant-standard.ly (primeSixteenths): add
1255         16th notes.
1256
1257         * lily/beam.cc (set_minimum_dy): new function. Round non-zero
1258         small slope up to smallest quant. This prevents small slopes from
1259         getting rounded to zero.
1260
1261         * lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
1262         are smaller than the smallest quant.
1263
1264         * input/tutorial/brahms*.ly: remove.
1265
1266         * input/*: update all .ly files.
1267          
1268         * ly/a4-init.ly (vsize): remove papersize init files.
1269
1270         * scripts/convert-ly.py (conv): add conversion.
1271
1272         * lily/parser.yy: change mode changing commands to XXXmode,
1273         eg. drummode.
1274         (mode_changing_head): group mode changes.
1275         (mode_changing_head_with_context): new commands: create context as
1276         well as change mode.
1277
1278         * input/regression/system-overstrike.ly: new file.
1279
1280         * scm/page-layout.scm (ly:optimal-page-breaks): add
1281         betweensystempadding also to fixed distance for the spring.
1282  
1283         * scm/define-grobs.scm (all-grob-descriptions): fix order of
1284         key-cancellation.
1285
1286         * input/regression/beam-concave-damped.ly: new file.
1287
1288         * lily/beam-concave.cc: new file, with new routines for concave
1289         decisions. There are now two types of concaveness: 1. a sharp
1290         logic decision forcing a beam horizontal, and 2. a number that
1291         measures how concave beams are that are not caught by 1.
1292
1293         This fixes: morgenlied.ly and input/regression/beam-concave.ly
1294         
1295         * lily/new-fingering-engraver.cc (stop_translation_timestep): new
1296         property: add-stem-support
1297
1298 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1299
1300         * lily/slur-scoring.cc (get_bound_info): only do
1301         broken trend at the end of the line.
1302
1303         * VERSION (PACKAGE_NAME): release 2.3.16.
1304
1305         * input/regression/phrasing-slur.ly (Module): remove (duplicate
1306         with phrasing-slur-slur-avoid.ly)
1307
1308         * lily/slur-scoring.cc (struct Extra_collision_info): collect
1309         parameters for extra offset.
1310         (get_bezier): add slurs mid-points for curve determination
1311         (score_extra_encompass): add slur end points for scoring.
1312
1313 2004-09-11  Matthias Neeracher  <neeracher@mac.com>
1314
1315         * scm/framework-ps.scm (reencode-font): Handling font scaling
1316         and reencoding differently to work around a bug in gs 8.30 and
1317         earlier.
1318         Update callers.
1319
1320 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1321
1322         * lily/slur-scoring.cc (broken_trend_y): always take use vdir
1323         extent index of other system. Fixes slurs across line breaks.
1324
1325         * lily/tuplet-engraver.cc (start_translation_timestep): use
1326         Tuplet_description::stop_ for determining when to stop producing
1327         tuplet brackets. This fixes: tuplet-overwrite.ly
1328
1329         * lily/*-engraver.cc: remove all Protected_scm objects to fix GC
1330         errors with GUILE 1.7 CVS.
1331
1332         * lily/translator.cc (derived_mark): new function.
1333
1334         * lily/slur-scoring.cc (score_encompass): new penalty type:
1335         variance penalty demerits slurs where one head/stem is much
1336         closer to the slur than average.
1337
1338         * lily/tuplet-bracket.cc (print): use robust_relative_extent
1339         iso. extent()
1340         (calc_position_and_height): use robust_relative_extent(). This
1341         fixes a couple of programming_errors
1342
1343         * input/regression/part-combine-mmrest-after-solo.ly (Module): new
1344         file.
1345
1346         * lily/part-combine-iterator.cc (unisono): bugfix for the case
1347         that voice-2 plays solo, and voice-1 has an mmrest that starts
1348         earlier. In that case, we switch to voice-2, so we catch the
1349         mmrest of voice-2. This fixes: partcombine-rest.ly.
1350  
1351 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1352
1353         * scm/define-grob-properties.scm (all-internal-grob-properties):
1354         add adjacent-hairpins property.
1355
1356         * lily/hairpin.cc: lengthen hairpin if space is available.
1357
1358         * input/regression/dynamics-hairpin-length.ly (Module): new file.
1359
1360 2004-09-10  Graham Percival  <gperlist@shaw.ca>
1361
1362         * Documentation/user/notation.itely: small fixes to docs.
1363
1364 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1365         
1366         * VERSION (PACKAGE_NAME): release 2.3.15
1367
1368         * make/lilypond.redhat.spec.in (Requires): bump requirement for
1369         ec-fonts-mftraced
1370
1371         * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
1372         the latest ec-fonts-mftraced package.
1373
1374         * scm/define-context-properties.scm
1375         (all-internal-translation-properties): add property. Remove
1376         definition of quotes property.
1377
1378         * Documentation/user/notation.itely (Quoting other voices):
1379         document it
1380
1381         * lily/quote-iterator.cc (moment_less): add quotedEventTypes
1382         property, to determine what events are processed in \quote.
1383
1384 2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
1385
1386         * (many files): removed most occurrences of underscore ("_")
1387         from font characters; made font character naming more
1388         consistent
1389
1390         * input/test/gregorian-scripts.ly: fixed another victim of grand
1391         replacement operations
1392
1393         * lily/vaticana-ligature-engraver.cc: caught some more "_"
1394         inconsistencies
1395
1396         * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
1397
1398 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1399
1400         * Documentation/user/changing-defaults.itely (Paper size): doc
1401         landscape
1402         
1403
1404         * scm/framework-ps.scm (eps-header): bugfixes. 
1405
1406         * scm/titling.scm (default-score-title): remove opus from the
1407         \score title.
1408
1409 2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
1410
1411         * scripts/convert-ly.py (program_name): changed to sys.argv[0]
1412
1413         * scripts/abc2ly.py (program_name): changed to sys.argv[0]
1414
1415         * scripts/etf2ly.py (program_name): changed to sys.argv[0]
1416
1417         * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
1418
1419         * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
1420
1421         * scripts/midi2ly.py (program_name): changed to sys.argv[0]
1422
1423         * scripts/mup2ly.py (program_name): changed to sys.argv[0]
1424
1425         * scripts/ps2png.py (program_name): changed to sys.argv[0]
1426
1427 2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1428
1429         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
1430         character position.  Huh?
1431
1432         * scm/output-gnome.scm (placebox): Shield affine-relative.
1433
1434         * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
1435         cater for system's pango 1.5.1.
1436
1437         * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
1438
1439         * scm/slur.scm: Tweak.
1440
1441 2004-09-08  Graham Percival  <gperlist@shaw.ca>
1442
1443         * Documentation/user/{first couple of chapters}: more editing.
1444
1445 2004-09-07  Graham Percival  <gperlist@shaw.ca>
1446
1447         * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
1448         and summary.
1449
1450         * Documentation/user/{first couple of chapters}: the big "Graham's
1451         moved to a new city, his friends haven't arrived, and he has no
1452         internet access" patch.  Numerous editorial and stylistic changes
1453         to the manual.
1454
1455 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1456
1457         * scm/framework-ps.scm (output-framework): handle landscape settings.
1458
1459         * ps/lilyponddefs.ps: cleanup.
1460
1461 2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1462
1463         * scm/define-grobs.scm (all-grob-descriptions): unset
1464         threshold. This fixes morgenlied. 
1465
1466         * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
1467         rod calculation.
1468
1469         * lily/system.cc (get_line): don't take piano-pedal & dynamic line
1470         spanners into account for staff-extents.
1471
1472         * lily/ottava-bracket.cc (print): take common refpoint of dots
1473         into account as well.
1474
1475 2004-09-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1476
1477         * lily/lookup.cc (triangle): translate by interval.
1478
1479         * VERSION (PACKAGE_NAME): release 2.3.14
1480
1481         * Documentation/user/changing-defaults.itely (Page layout): add
1482         betweensystempadding
1483
1484         * scm/page-layout.scm (ly:optimal-page-breaks): typo.
1485
1486         * input/regression/quote-cyclic.ly (Module): new file.
1487
1488         * scm/lily.scm (print): add function.
1489
1490         * scm/music-functions.scm (quote-substitute): new
1491         function. Substitute \quote when putting music into \score.
1492
1493         * input/regression/key-signature-cancellation.ly (Module): new file.
1494
1495         * lily/*.cc: more ly_scm2 -> scm_to converions.
1496
1497         * lily/key-signature-interface.cc (print): take position
1498         difference into account when spacing naturals.
1499
1500         * lily/key-engraver.cc (create_key): create KeyCancellation grob
1501         separately, so the cancellation can be put before the staff-bar
1502
1503         * scm/define-grobs.scm (all-grob-descriptions): add a
1504         KeyCancellation grob.
1505
1506         * lily/tuplet-engraver.cc (struct Tuplet_description): new
1507         struct. Use to clean-up Tuplet_engraver
1508
1509 2004-09-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1510
1511         * lily/*: ly_scm2int -> scm_to_int
1512         ly_scm2double -> scm_to_double
1513
1514         * lily/include/lily-guile.hh (scm_from_double): more compat glue.
1515
1516 2004-09-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1517
1518         * lily/simple-spacer.cc (LY_DEFINE): return something sensible for
1519         0 springs
1520
1521         * lily/system.cc (post_processing): 
1522
1523         * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform
1524         density for vertical spacing by means of force penalty.
1525         
1526         * scm/paper.scm (paper-set-staff-size): add betweensystemspace as
1527         dimension-variables
1528
1529         * Documentation/user/changing-defaults.itely (Page layout): add
1530         betweensystemspace variable.
1531
1532         * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm
1533
1534         * scm/page-layout.scm (space-systems): new function. Use spring
1535         and rod approach for vertically spacing systems.
1536
1537         * ly/engraver-init.ly: tune down minimumVerticalExtent.
1538
1539         * scm/define-grobs.scm (all-grob-descriptions): set threshold for
1540         vertical alignment.
1541
1542         * lily/slur-engraver.cc (process_music): add warning for slur.
1543
1544 2004-09-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1545
1546         * lily/include/lily-guile.hh (scm_is_number): add scm_is_number
1547
1548         * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
1549         export spacing routine to SCM.
1550
1551         * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
1552         new class, separate Grobs from interface.
1553
1554 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1555
1556         * lily/include/lily-guile.hh: compatibility glue for 1.6
1557
1558         * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string.
1559
1560         * lily/lily-guile.cc: remove ly_scm2str0.
1561
1562 2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1563
1564         * Documentation/user/macros.itexi: Use @inforef iso @uref for
1565         external references.  Fixes HTML cross references with makeinfo 4.7.
1566
1567 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1568
1569         * lily/include/simple-spacer.hh (struct Simple_spacer): remove
1570         expand_only option.
1571
1572 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1573
1574         * lily/system.cc (get_line): add System stencil to exprs. Fixes
1575         system-extents.ly.
1576
1577         * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).
1578
1579         * scm/define-grobs.scm (all-grob-descriptions): decrease padding
1580         for MultiMeasureRestNumber
1581
1582         * VERSION (PACKAGE_NAME): release 2.3.13
1583
1584 2004-08-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1585
1586         * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition
1587         takes two arguments.
1588
1589 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1590
1591         * input/regression/slur-stem-broken.ly: remove.
1592
1593         * lily/slur.cc: add quant-score.
1594
1595         * input/regression/slur-staccato.ly (texidoc): remove
1596
1597         * make/lilypond.redhat.spec.in (Group): remove musedata2ly
1598
1599 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1600
1601         * lily/include/bezier-bow.hh: remove.
1602
1603         * lily/slur-bezier-bow.cc (Module): remove.
1604
1605         * lily/include/slur.hh (Module): remove.
1606
1607         * lily/slur.cc: remove
1608
1609         * input/test/slur-beautiful.ly (Module): remove
1610
1611         * input/test/slur-attachment-override.ly (Module): remove
1612
1613         * lily/slur-quanting.cc (after_line_breaking): only do scoring
1614         when less than 4 control-points.
1615
1616         * lily/key-signature-interface.cc: add style.
1617
1618         * Documentation/user/notation.itely (Automatic staff changes):
1619         document new behavior.
1620
1621         * input/regression/slur-extreme.ly: new file.
1622
1623         * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
1624         bass. Obviates \clef bass in the bass staff, when using \autochange 
1625
1626         * lily/auto-change-iterator.cc (construct_children): instantiate
1627         up/down Staff, create Voice on up staff initially. Obviates
1628         explicit instantiation of up/down contexts for \autochange. 
1629
1630         * lily/slur-quanting.cc (get_bezier): new functionality, blow up
1631         slur depending on extents of note heads.
1632         
1633 2004-08-28  Graham Percival  <gperlist@shaw.ca>
1634
1635         * Documentation/user/tutorial.itely: minor editing.
1636
1637         * Documentation/user/examples.itely: tiny editing.
1638
1639 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1640
1641         * lily/slur-quanting.cc (init_score_param): read scoring
1642         parameters from slur-details property
1643
1644         * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
1645         Accidental
1646
1647         * Documentation/user/advanced.itely: removed.
1648
1649         * Documentation/user/programming-interface.itely (How markups work
1650         internally): new subsection.
1651
1652         * Documentation/user/converters.itely (Invoking abc2ly): remove
1653         musedata2ly.
1654
1655 2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1656
1657         * Documentation/user/point-and-click.texi (Point and click): new file.
1658         put point & click in appendix.
1659         
1660         * Documentation/user/changing-defaults.itely (Vertical spacing):
1661         corrections
1662
1663 2004-08-27  Graham Percival  <gperlist@shaw.ca>
1664
1665         * Documentation/user/introduction.itely: add note about the
1666         "example templates" section of the manual, and remove link to
1667         input/template/
1668
1669 2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
1670
1671         * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
1672         -> La@TeX
1673
1674         * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
1675         missing lneo_mensural head; editorial cleanups
1676
1677         * lily/mensural-ligature.cc: added more comments
1678
1679 2004-08-26  Graham Percival  <gperlist@shaw.ca>
1680
1681         * Documentation/user/examples.itely: second, third, fourth, and fifth
1682         sections added.
1683
1684         * input/template/{various}: removed files included in examples.itely.
1685
1686 2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
1687
1688         * lily/stem.cc: bugfix: adjust-if-on-staffline: use
1689         Stem::stem_end_position instead of broken
1690         Staff_symbol_referencer::get_position
1691
1692 2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1693
1694         * debian/changelog: debian patch by Anthony Fok.
1695
1696         * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
1697
1698         * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
1699         get spurious messages with skipTypesetting on.
1700
1701 2004-08-25  Graham Percival   <gperlist@shaw.ca>
1702
1703         * Documentation/user/lilypond-book.itely: slight clean-up.
1704
1705         * Documentation/user/examples.itely: began section.
1706
1707 2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1708
1709         * lily/script-interface.cc: add slur property.
1710
1711         * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs
1712         too.
1713
1714         * input/regression/phrasing-slur-slur-avoid.ly: new file.
1715
1716         * lily/ottava-bracket.cc (print): always start from right edge of
1717         a broken bound. This fixes ottava-clef.ps 
1718
1719 2004-08-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1720
1721         * input/regression/slur-script-inside.ly: new file.
1722
1723         * lily/new-slur.cc (outside_slur_callback): new function, to make
1724         scripts avoid slurs 
1725
1726         * lily/slur-engraver.cc (finalize): 
1727
1728         * lily/script-interface.cc: add inside-slur property.
1729
1730         * lily/slur-engraver.cc (finalize): read inside-slur property.
1731
1732         * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
1733         message.
1734
1735         * ly/property-init.ly (unHideNotes): hide accidentals at staff
1736         level. Fixes: hideNotes-accidental.ly
1737
1738 2004-08-23  Pedro Kroger  <kroeger@pedrokroeger.net>
1739
1740         * scm/page-layout.scm (plain-header): fix bug that print page
1741         number in the first page if firstpagenumber was different than 1.
1742
1743 2004-08-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1744
1745         * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky
1746         fonts. Fixes triangle markup for chords.
1747
1748         * lily/slur-quanting.cc (score_extra_encompass): make score depend
1749         on distance. This fixes slur-tenuto.ly and slur-tie.ly
1750  
1751         * flower/include/interval.hh (T>): add distance() function
1752
1753         * lily/ottava-bracket.cc (print): add dots to extent. Fixes
1754         octaviation-dot.ly 
1755
1756         * lily/context-scheme.cc: ly_context_grob_definition: new function.
1757
1758         * VERSION (MY_PATCH_LEVEL): release 2.3.12
1759
1760         * lily/new-slur.cc (add_column): remove set_interface()
1761
1762 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1763
1764         * input/regression/slur-double.ly: new file. 
1765
1766         * lily/slur-engraver.cc: add doubleSlurs property
1767
1768         * scm/fret-diagrams.scm (label-fret): use cond instead of case for
1769         symbols.
1770
1771         * Documentation/user/notation.itely (Easy Notation note heads):
1772         revise notation Chapter.
1773
1774         * ly/music-functions-init.ly (makecluster): add makeClusters music
1775         function.
1776
1777         * lily/part-combine-engraver.cc: rename soloADue ->
1778         printPartCombineTexts
1779
1780         * scripts/convert-ly.py (conv): junk script{Up|Down|Both}.
1781
1782         * lily/horizontal-bracket.cc (print): use
1783         Tuplet_bracket::make_bracket, so it supports bracket-flare,
1784         edge-eight and shorten-pair.
1785
1786 2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
1787
1788         * Documentation/user/changing-defaults.itely (Page layout):
1789         description of firstpagenumber. Moved @refbugs about rightmargin
1790         to the end of the section (it was looking like the documentation
1791         after the refbugs was part of the bug comment).
1792
1793         * scm/framework-ps.scm (output-framework): set the first
1794         postscript page number to firstpagenumber
1795
1796         * scm/page-layout.scm (ly:optimal-page-breaks): print the first
1797         page number according to firstpagenumber
1798
1799         * scm/paper.scm (set-paper-dimensions): added firstpagenumber
1800         parameter
1801
1802 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1803
1804         * lily/slur-engraver.cc (class Slur_engraver): simplify: remove
1805         nested slurs. 
1806
1807         * scripts/convert-ly.py (lilypond_version_re_str): handle
1808         \version "bar" % "foo"
1809
1810         * lily/completion-note-heads-engraver.cc (process_music): set
1811         duration-log before announcing object.
1812         
1813         * lily/staff-symbol.cc (print): subtract thickness from staff line
1814         length
1815
1816         * lily/parser.yy (book_body): disallow { ..music.. } inside \book
1817         
1818 2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
1819
1820         * scm/stencil.scm: remove fontify-text and fontify-text-white
1821
1822 2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1823
1824         * scm/part-combiner.scm: skip name string. Fixes segfault problem.
1825
1826         * Documentation/user/sound-output.texi (Sound): new file. Move all
1827         MIDI related information.
1828
1829 2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1830
1831         * lily/script-engraver.cc (acknowledge_grob): only take into
1832         account note heads with a music cause. Fixes ambitus-accent.ly
1833
1834         * scm/define-markup-commands.scm (finger): set encoding to
1835         fetaNumber.
1836
1837 2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
1838
1839         * scripts/convert-ly.py: typo
1840
1841 2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
1842
1843         * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
1844         font calls for diagrams based on paper and props
1845
1846 2004-08-19  Graham Percival <gperlist@shaw.ca>
1847
1848         * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
1849
1850 2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
1851
1852         * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
1853         added setHairpinDecresc/Dim
1854
1855 2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1856
1857         * lily/include/lily-guile.hh: Cosmetics.
1858
1859 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1860
1861         * input/regression/fermata-rest-position.ly: new file
1862
1863         * ly/property-init.ly (hideNotes): remove \setMmRestFermata
1864
1865         * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
1866
1867 2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1868
1869         * scm/framework-tex.scm (output-preview-framework) 
1870         (output-classic-framework): 
1871         * scm/framework-ps.scm (output-preview-framework):
1872         s/ly:paper-book-lines/ly:paper-book-systems/g
1873
1874         * scm/fret-diagrams.scm (ss-font-encoding):
1875         s/my-font-encoding/ss-font-encoding
1876
1877 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1878
1879         * scm/music-functions.scm (direction-polyphonic-grobs): Set
1880         direction also on fingerings.
1881
1882         * lily/clef-engraver.cc: Add forceClef to list of read properties.
1883
1884 2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1885
1886         * po/nl.po: Some updates.
1887
1888         * scm/lily.scm (_): New function.
1889         (postscript->pdf, postscript->png, lilypond-main)
1890         (postscript->pdf): Use it.  Write messages to stderr.
1891
1892         * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
1893
1894         * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
1895         xgettext does not recognise scheme yet.  Patch submitted.
1896
1897         * lily/scm-option.cc (LY_DEFINE):
1898         * lily/main.cc: The program is now called lilypond (WAS:
1899         lilypond-bin).
1900
1901         * lily/rest-collision.cc (do_shift): Uniformise two too many rests
1902         messages.
1903
1904         * lily/include/paper-book.hh
1905         * lily/include/paper-system.hh: Finish renaming of paper-line to
1906         system.  Fix users.
1907
1908 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1909
1910         * scm/documentation-generate.scm (string-append): add version.
1911
1912         * scm/define-markup-commands.scm (box): add box-padding and
1913         thickness props for the box command.
1914  
1915         * Documentation/user/changing-defaults.itely (Text encoding):
1916         elucidate use of \encoding for \header strings.
1917
1918         * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
1919
1920         * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
1921         staff-change.ly
1922
1923         * lily/output-def.cc (assign_context_def): use set_variable().
1924
1925         * lily/text-item.cc (interpret_string): accept string input
1926         encoding too.
1927
1928         * scm/encoding.scm (read-encoding-file): print warning when file
1929         can't be found.
1930
1931         * tex/latin1.enc: remove.
1932
1933         * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
1934
1935         * lily/rod.cc (columnize): robustness fix. Don't crash for
1936         nil span points. Fixes: appoggiatura-segfault.ly
1937         (add_to_cols): extra robustness fix.
1938
1939 2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1940
1941         * lily/text-item.cc (interpret_string): use lookup_variable() to
1942         fidn inputencoding. Now, \paper inherits inputencoding from
1943         \bookpaper.
1944
1945         * lily/script-engraver.cc (stop_translation_timestep): remove slur
1946         collision kludge.
1947
1948         * lily/dynamic-engraver.cc (typeset_all): remove slur collision
1949         kludge.
1950
1951 2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1952
1953         * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
1954
1955 2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1956
1957         * lily/spanner.cc (spanned_rank_iv): Bugfix.
1958
1959         * lily.scm: Mark un-internationlised user messages (with FIXME).
1960
1961         * lily/include/modified-font-metric.hh (struct
1962         Modified_font_metric): New file.  (WAS: incorrectly named
1963         scaled-font-metric.hh ?)
1964
1965         * lily/include/scaled-font-metric.hh: Remove.
1966
1967         * lily/text-item.cc (interpret_string): Identify and document
1968         input-encoding problem.
1969
1970         * lily/paper-book.cc (pages): Do not use `paper' as variable name
1971         for a Bookpaper.
1972
1973         * tex/latin1.enc: Replace /minus with /hyphen.
1974
1975         * scm/encoding.scm: For latin1 (input-)encoding, use
1976         latin1.  (Cork.enc is NOT latin1 -- see man latin1).
1977
1978         * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
1979         inputencoding.
1980
1981 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
1982
1983         * Documentation/topdocs/INSTALL.html: fixes.
1984
1985 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
1986
1987         * buildscripts/builder.py: Fix for scons CVS.
1988
1989 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
1990
1991         * Documentation/user/notation.itely,
1992         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
1993         input/test/ambitus-mixed.ly: fix plurals:
1994         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
1995
1996 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1997
1998         * lily/dynamic-engraver.cc (typeset_all):
1999         * lily/script-engraver.cc (stop_translation_timestep): Handle
2000         collisions with new-slur.
2001
2002 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2003
2004         * scm/define-grobs.scm (all-grob-descriptions): Add
2005         new-slur-interface.
2006
2007 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2008
2009         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
2010         produces .PS
2011
2012 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
2013
2014         * scm/define-grob-properties.scm (all-user-grob-properties): fix
2015         definition of number-type
2016
2017 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
2018
2019         * scm/fret-diagrams.scm : change sans-serif font encoding from 
2020         TeX-text to ec (uses ecss fonts instead of cmss fonts)
2021
2022         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
2023         number-type and label-dir
2024
2025         * scm/define-grob-properties.scm: add number-type and label-dir
2026
2027         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either
2028         left or right.  Allow choice of upper-case roman, lower-case roman, or
2029         arabic numerals in fret label
2030
2031 2004-08-04  Werner Lemberg  <wl@gnu.org>
2032
2033         * lily/slur-quanting.cc: Include libc-extension.hh.
2034         s/round/my_round/.
2035         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
2036         s/autobeaming/autoBeaming/.
2037
2038 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2039
2040         * VERSION: 2.3.11 released.
2041
2042         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
2043         renameinput.
2044
2045 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2046
2047         * lily/lookup.cc (round_filled_box): remove warnings about blot
2048         diameter.
2049
2050         * scm/paper.scm (paper-set-staff-size): make linethickness more
2051         easily tunable.
2052
2053         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
2054         \newlyrics -> \addlyrics
2055
2056         * lily/text-spanner.cc (print): use it.
2057
2058         * lily/dynamic-text-spanner.cc (print): use it.
2059
2060         * lily/grob.cc (robust_relative_extent): new function.
2061
2062         * scripts/lilypond-book.py (main): add -f tex as default process.
2063
2064         * lily/text-spanner.cc (print): only take linear_combination of
2065         nonempty interval.
2066         
2067
2068 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
2069
2070         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
2071         isn't specified by the user in \bookpaper center the music in the
2072         page.
2073
2074 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2075
2076         * Fix some problems after the renaming of my-lily -> lily
2077
2078 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2079
2080         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
2081
2082         * lily/slur-quanting.cc (enumerate_attachments): apply center on
2083         stem-X in more cases. 
2084
2085         * lily/stem.cc (dim_callback): solve todo.
2086
2087 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2088
2089         * input/test/README: new file.
2090
2091         * lily/lily-parser.cc: rename my-lily* files.
2092
2093         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
2094         parser.
2095
2096         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
2097
2098         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
2099
2100         * make/mutopia-targets.make (local-WWW): don't make ps.gz
2101         examples. They take a huge amount of space.
2102
2103         * Documentation/user/GNUmakefile: fix symlinks.
2104
2105         * VERSION: 2.3.10 released.
2106         
2107         * input/test/lyrics-skip-notes.ly: remove
2108
2109         * input/test/stem-cross-staff.ly (noFlag): fold into manual
2110
2111         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
2112         remove.
2113
2114 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
2115
2116         * Documentation/user/{changing-defaults,notation,tutorial}.itely:
2117         fixes.
2118
2119 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2120
2121         * input/regression/beam-dir-functions.ly: move from test/
2122
2123         * Documentation/user/notation.itely (Feathered beams): new node.
2124
2125         * Documentation/user/changing-defaults.itely (Difficult tweaks):
2126         new node
2127
2128         * input/regression/lyric-hyphen-retain.ly: move to regression.
2129
2130         * input/regression/harmonic.ly: fold into manual
2131         
2132         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
2133         stem-length,chord-names-no-inversions}.ly: remove
2134         
2135         * input/test/tie-cross-voice.ly: move to regression.
2136
2137         * Documentation/user/notation.itely (Running trills): new node.
2138
2139         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
2140
2141         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
2142
2143         * lily/trill-spanner-engraver.cc: new file.
2144
2145         * input/regression/trill-spanner.ly: new file.
2146
2147         * input/test/timing.ly: fold into manual.
2148
2149         * input/test/time.ly: remove
2150
2151         * input/test/trill.ly: remove
2152         
2153         * input/test/time-signature-double.ly: fold into manual
2154
2155         * input/test/separate-staccato.ly: remove
2156
2157         * input/test/spanner-after-break-tweak.ly: fold into manual.
2158
2159         * input/test/script-priority.ly: fold into manual.
2160
2161         * input/test/scheme-interactions.ly: remove.
2162         
2163         * input/test/unfold-all-repeats.ly (mel),
2164         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
2165         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
2166         fold into manual.
2167
2168         * input/regression/no-staff.ly: move from input/test/
2169
2170         * input/regression/markup-score.ly: move from input/test/
2171
2172         * input/test/lyrics-melisma-faster.ly: fold into manual
2173         
2174         * input/test/lyrics-melisma-variants.ly: fold into manual
2175
2176         * Documentation/user/notation.itely (Popular music): new node. 
2177
2178         * input/test/gourlay.ly: remove
2179         
2180         * input/test/improv.ly: fold into manual.
2181
2182         * input/test/figured-bass-alternate.ly (fl): remove
2183
2184         * lily/dynamic-text-spanner.cc (print): new file.
2185
2186         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
2187
2188         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
2189         keep recursing into children in case a parent context inserts a
2190         grob into a child context.
2191
2192         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
2193         
2194 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2195
2196         * scm/define-markup-commands.scm (postscript): new markup command
2197         \postscript
2198
2199         * Documentation/user/notation.itely (Formatting cue notes): new
2200         section.
2201
2202         * input/test/clef-end-of-line.ly: fold into manual.
2203
2204         * input/test/scales-greek.ly: remove.
2205
2206         * input/test/chords-without-melody.ly: fold into manual.
2207
2208         * input/test/cadenza-skip.ly: remove.
2209
2210         * input/test/clef-8-syntax.ly: remove.
2211
2212         * input/test/clef-manual-control.ly: move into manual.
2213
2214         * Documentation/user/notation.itely (Aligning to cadenzas): fold
2215         in cadenza-skip.ly
2216
2217         * mf/parmesan*.mf: change neo_mensural to neomensural.
2218
2219         * input/test/trills.ly: remove.
2220
2221         * input/test/transposition.ly: remove.
2222
2223         * input/test/to-xml.ly: move to no-notation.
2224
2225         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
2226
2227         * lily/ledger-line-spanner.cc (print): use staff variable, not
2228         me. Fixes ledger lines on differently sized staves.
2229
2230         * input/test/rhythm-excercise.ly: remove file.
2231
2232         * lily/stem.cc (dim_callback): only do something if visible. Fixes
2233         spurious flag not found warning for 128th rest.
2234
2235         * input/regression/rest-dot-position.ly: new file.
2236         
2237         * input/test/rest-dot-positions.ly: remove
2238
2239         * lily/staff-symbol-referencer.cc (get_position): emergency
2240         fallback: use coordinate * 2.
2241
2242         * input/no-notation/midi-scales.ly: move from test/
2243
2244         * scm/define-markup-commands.scm (score): remove debugging code.
2245
2246         * input/test/incipit.ly (violin): remove. 
2247
2248         * lily/system-start-delimiter.cc (print): only draw system
2249         delimiter to staves that reach up to left bound of the delimiter.
2250
2251         * input/no-notation/embedded-scm.ly: move from test/
2252
2253         * input/test/follow-voice.ly: remove
2254
2255         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
2256
2257         * input/test/drarn*: remove
2258         
2259         * input/test/count-systems.ly: remove.
2260
2261         * lily/bar-line.cc (compound_barline): fix : for staff without
2262         lines.
2263
2264         * lily/accidental.cc (print): use music_font_alist_chain(). This
2265         fixes smaller cautionaries.
2266
2267         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
2268         encoding for accidental.
2269
2270         * Documentation/user/notation.itely (Educational use): new section
2271
2272         * input/test/*.ly: clean up directory: move examples into manual
2273         or regtest.
2274         
2275
2276         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
2277         mode as well. This fixes resolution errors.
2278
2279 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2280
2281         * scm/lily.scm (postscript->png): show commands for --verbose.
2282
2283         * flower/include/getopt-long.hh: opps. short option should be
2284         char, not int.
2285
2286         * Documentation/user/GNUmakefile: use symlinks to save space.
2287
2288         * VERSION: 2.3.9 released.
2289
2290         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
2291
2292         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
2293         manual.
2294
2295         * Documentation/user/tutorial.itely (Integrating text and music):
2296         remove \score and \notes from manual.
2297
2298         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
2299         mode in the beginning.
2300
2301 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2302
2303         * Documentation/user/changing-defaults.itely (Horizontal spacing):
2304         Correct the documentation of the spacing parameters. 
2305
2306         * Documentation/user/tutorial.itely (Integrating text and music), 
2307         Documentation/user/lilypond-book.itely (Integrating LaTeX and
2308         music): Document that you need to add the map file ec-mftrace.map
2309         in the dvips command.   
2310
2311 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2312
2313         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
2314         found.
2315
2316         * lily/text-item.cc (interpret_string): insert encoding setting
2317         here
2318
2319         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
2320         encoding kludge.
2321
2322         * Documentation/user/changing-defaults.itely (Text encoding): node
2323         on encoding.
2324
2325         * lily/lyric-engraver.cc (try_music): remove superfluous check.
2326
2327         * lily/book-paper-def.cc (find_scaled_font): remove default
2328         encoding, because it messes up font loading for feta and
2329         parmesan. Encoding should only be specified for running texts.
2330
2331         * lily/modified-font-metric.cc (text_dimension): support coding
2332         scheme ""
2333         
2334 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2335
2336         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
2337         definition, so \override works as expected.
2338
2339         * lily/measure-grouping-engraver.cc: clarify
2340
2341 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2342
2343         * lily/parser.yy (context_def_mod): remove \consistsend
2344
2345         * lily/context-def.cc (instantiate): use Translator::must_be_last
2346         to determine engraver order.
2347
2348         * lily/translator.cc (must_be_last): new function
2349
2350         * scripts/convert-ly.py (conv): rule.
2351
2352         * lily/bar-line.cc (print): return '() for height == 0.0 too.
2353
2354 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
2355
2356         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
2357  
2358 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2359
2360         * lily/include/lily-guile.hh (scm_is_int): compat glue.
2361
2362 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
2363
2364         * input/regression/page-layout.ly: new file.
2365
2366         * scm/paper.scm (set-paper-dimensions): Preliminary support for
2367         left and right margins.
2368
2369         * Documentation/user/changing-defaults.itely (Page layout):
2370         Explain the leftmargin option.
2371
2372 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2373
2374         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
2375
2376         * input/test/lyrics-melisma-faster.ly: new file.
2377
2378         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
2379         change of melody by setting associatedVoice.
2380
2381         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
2382
2383         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
2384         file contents, rather \include them, so default linewidth is set.
2385         (ly_options): make BOOKPAPER set of options. Move linewidth
2386         settings there.
2387
2388         * Documentation/user/examples.itely: new file. Templates are to be
2389         moved here.
2390
2391         * Documentation/user/programming-interface.itely: move chapter.
2392
2393         * scm/document-markup.scm (doc-markup-function): add @code
2394
2395         * stepmake/stepmake/texinfo-rules.make: remove chmod.
2396
2397 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2398
2399         * scm/page-layout.scm (plain-header): add printpagenumber boolean
2400         to bookpaper.
2401
2402         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
2403         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
2404
2405         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
2406
2407         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
2408
2409         * scripts/lilypond-latex.py: move from lilypond.py
2410
2411         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
2412         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
2413
2414         * scm/lily.scm (postscript->png): new function
2415         (postscript->pdf): new function
2416
2417         * lily/paper-book.cc (post_processing): call
2418         convert-to-{dvi,ps,png,pdf}
2419
2420         * scripts/ps2png.py (option_definitions): new file.
2421
2422         * lily/paper-book.cc (output): call output-preview-framework
2423         (post_processing): new function. Do PDF/PNG conversion.
2424
2425         * lily/paper-outputter.cc (close): new function.
2426
2427         * scm/framework-ps.scm (convert-to-pdf): new function. Call
2428         ps2pdf.
2429         (output-preview-framework): new function. Generate a preview .ps
2430         
2431
2432 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2433
2434         * VERSION: release 2.3.8
2435         
2436         * lily/note-head.cc: remove ledger line handling.
2437
2438         * lily/ambitus.cc (print): strip away accidental / note head code,
2439         and associated properties.
2440
2441         * lily/ambitus-engraver.cc (create_ambitus): change name to
2442         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
2443         other ambitus parts.
2444         (create_ambitus): group grobs in Ambitus grouping object. 
2445
2446         * lily/include/pitch-interval.hh (Pitch>): new file.
2447
2448         * lily/pitch-interval.cc (add_point): new file.
2449
2450         * lily/ledger-line-engraver.cc: new file.
2451
2452         * lily/ledger-line-spanner.cc (print): new file. Set limits to
2453         ledger line length to avoid clashes.
2454
2455 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2456
2457         * Documentation/user/invoking.itexi (Invoking lilypond): remove
2458         deprecated options
2459
2460 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2461
2462         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
2463         to command line option: fast=1 (default on).
2464
2465         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
2466         This brings SCons run-time on up-to-date tree down from 48s with
2467         only checksums, to 34s without 2day checksums, to 14s (make needs
2468         4 seconds).
2469         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
2470         necessary.
2471
2472 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2473
2474         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
2475         (score_extra_encompass): process scripts at edges too, by checking
2476         control points directly. 
2477
2478 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2479
2480         * po/nl.po: Update.
2481
2482         * lily/main.cc: Fix ly:option-usage help.
2483
2484         * input/regression/slur-script.ly: More collision tests.
2485
2486         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
2487
2488 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2489
2490         * VERSION: release 2.3.7
2491
2492         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
2493         files.
2494
2495         * Documentation/user/notation.itely (Slurs): document ^ and _ for
2496         slurs.
2497
2498         * input/regression/slur-script.ly: new file.
2499
2500         * lily/accidental-engraver.cc (process_acknowledged_grobs):
2501         make accidental appear to come from note head engraver.
2502
2503         * lily/slur-quanting.cc: new file.
2504         (score_extra_encompass): new function. Avoid scripts and
2505         accidentals
2506
2507 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2508
2509         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
2510         This greatly reduces the number of files that get recompiled
2511         after touching config.hh.
2512
2513         * config.hh.in: Remove GUILE_*_VERSION.
2514
2515         * lily/new-slur.cc: Resolve conflicts.
2516
2517         * lily/stem-engraver.cc (make_stem): New method.
2518
2519         * lily/include/script-interface.hh:
2520         * lily/script-interface.cc: New file.
2521
2522         * lily/include/script.hh:
2523         * lily/script.cc: Remove.
2524
2525         * lily/music.cc (duration_log): New method.
2526
2527         * lily/script.cc (struct Skript): Remove.
2528
2529         * lily/new-slur.cc (get_base_attachments): Try at articulations.
2530         Lots of coding cleanups (Stom).
2531
2532 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2533
2534         * lily/new-slur.cc (avoid_staff_line): new function: avoid
2535         collisions with staff lines.
2536
2537         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
2538         global_path
2539
2540         * scm/define-grobs.scm (all-grob-descriptions): set ratio
2541         .25. This flattens short slurs.
2542
2543         * lily/new-slur.cc (enumerate_attachments): move X of attachment
2544         points for tilted slurs.
2545
2546         * input/regression/slur-tilt.ly: new file.
2547
2548         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
2549         stems of 16th graces too.
2550
2551         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
2552         quant penalty dependent on how much the line is in the gap.
2553
2554         * input/regression/grace-stem-length.ly: new file.
2555
2556         * lily/beam-quanting.cc (score_forbidden_quants): remove
2557         interquant check. The penalty of 1000 is much too harsh, and the
2558         inter case should be caught by check-staff-line-in-gap check.
2559
2560         * lily/scm-option.cc: move debug-beam to \paper.
2561
2562         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
2563         .txt files to appease makeinfo.
2564
2565         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
2566         remove texttagline.
2567         
2568         * lily/new-slur.cc: cleanup, split in functions.
2569
2570         * lily/parser.yy (chord_body_element): allow octave-check = inside
2571         chord body. 
2572
2573         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
2574
2575         * lily/stem.cc (height): call Beam::after_line_breaking().
2576
2577         * lily/rest-collision.cc (force_shift_callback): only call shift
2578         for columns containing rests.
2579
2580         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
2581
2582         * input/regression/font-postscript.ly: invoke afm2tfm. 
2583
2584 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2585
2586         * mf/SConscript: Build map files.
2587
2588         * SConstruct: Rename $out to out-www in web.
2589
2590 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2591
2592         * SConstruct (web_kluts): Have make web build in out-www.  Not.
2593
2594 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2595
2596         * Documentation/user/music-glossary.tely (Top): add fragment to
2597         pertinent @lilypond entries.
2598
2599         * scm/define-grobs.scm: switch on new-slur by default.
2600
2601         * lily/scm-option.cc: symbol != string.
2602
2603         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
2604         really work yet.
2605         (set_end_points): make X coord of attachment dependent on  Y.
2606         (score_encompass): add edges too.
2607
2608 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2609
2610         * lily/stem.cc (get_beaming): new function.
2611
2612         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
2613         for fragment snippets. This fixes inclusion of toplevel-music
2614         examples (such as new-slur.ly)
2615  
2616 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2617
2618         * scripts/lilypond-book.py: Remove second import of stat.
2619
2620         * More SCons cleanups.
2621
2622         * Documentation/bibliography/computer-notation.bib (note): Remove
2623         extraneous closing brace.
2624
2625 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2626
2627         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
2628         stat calls.
2629
2630         * Documentation/bibliography/SConscript (bibs): failed try to get
2631         bib2html find html-long.bst.
2632
2633         * buildscripts/bib2html.py (stat): fail if bibtex fails.
2634
2635         * make/stepmake.make: use usescons for using scons. 
2636
2637 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2638
2639         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
2640         for lilypondend.  Import stat (huh?).
2641
2642 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2643
2644         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
2645         bypass dvi. 
2646
2647         * input/regression/font-postscript.ly: new file. 
2648
2649         * scm/framework-ps.scm (load-fonts): load pfb files too.
2650
2651         * lily/pfb.cc (pfb2pfa): new file.
2652
2653 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2654
2655         * scripts/lilypond-book.py (PREAMBLE_LY): set
2656         toplevel-music-handler too.
2657
2658 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2659
2660         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
2661         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
2662
2663         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
2664
2665         * python/SConscript:
2666         * python/vim:
2667         * input/mutopia/*SConscript: New file.
2668
2669         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
2670
2671         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
2672         fixes web build.
2673
2674         * make/stepmake.make (scons): re-route to SCONS if user has been
2675         running scons in this tree.
2676
2677         * SConstruct (config_vars): Add CPPDEFINES.
2678         (env): Set checksums type to "content".
2679         (save_config_cache): Do not exit after configuring when using
2680         checksums (the default) instead of timestamps.
2681
2682 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2683
2684         * SConstruct: Further development.
2685
2686         * input/test/SConscript: 
2687         * input/template/SConscript: 
2688         * input/regression/SConscript: 
2689         * Documentation/bibliography/SConscript:
2690         * Documentation/bibliography/index.html.in: New file.
2691
2692         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
2693         generation.
2694
2695         * buildscripts/builder.py: Add new builders.
2696
2697         * make/stepmake.make: 
2698         * stepmake/stepmake/*.make: 
2699         * configure.in:
2700         * lily/*:
2701         * flower*: Use config.hh (Was config.h).
2702
2703         * scm/encoding.scm (get-coding): Print friendly error message when
2704         no encoding is found, rather than crashing.
2705
2706 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2707
2708         * lily/new-slur.cc (score_slopes): strong sloping score only when
2709         stems point in same dir. 
2710
2711 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2712
2713         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
2714         for beam start.
2715
2716         * lily/parser.yy (context_prop_spec): check grob name for
2717         alphanumericness..
2718
2719         * lily/lyric-engraver.cc: creates LyricText objects
2720
2721 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2722
2723         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
2724
2725 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2726
2727         * SConstruct: Configure only pristine build tree or on user
2728         request.  Cleanups.  Add Documentation/topdocs to subdirs.
2729         Use checksums instead of timestamps.
2730         (CheckYYCurrentBuffer): Return result.
2731
2732         * Documentation/topdocs/SConscript: New file.
2733
2734 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2735
2736         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
2737
2738         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
2739         scm_from_int instead.
2740
2741 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2742
2743         * SConstruct: Updates.  Add targets: tar, dist, release.
2744
2745 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2746
2747         * input/mutopia-header.ly: Generate output.
2748
2749         * SConstruct:
2750         * buildscripts/builder.py:
2751         * Documentation/user/SConscript: SCons fixes.
2752
2753 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2754
2755         * lily/new-slur.cc (class New_slur): new file. Score based slur
2756         computations.
2757
2758 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2759
2760         * mf/SConscript: Remove Builders.
2761
2762         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
2763
2764         * input/SConscript: 
2765         * Documentation/user/SConscript: New file.
2766
2767 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2768
2769         * Documentation/topdocs/NEWS.texi (Top): add note about new
2770         emacs electric-|
2771
2772         * scm/*.scm: adapt ly:warn calls.
2773
2774         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
2775
2776         * lily/repeat-acknowledge-engraver.cc (process_music): look at
2777         main timing, not grace timing. Fixes volta-repeat-grace.
2778
2779         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
2780         remove ly:kpathsea-gulp-file.
2781
2782         * scm/translation-functions.scm (format-metronome-markup): make
2783         note smaller, align to bottom.
2784
2785         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
2786
2787         * lily/metronome-engraver.cc (stop_translation_timestep): attach
2788         metronome to musical column. Don't ack time sigs or bar lines.
2789
2790 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
2791
2792         * THANKS: sort, add David. Kristof contributed code, he is a
2793         contributor.
2794
2795 2004-07-09  David Svoboda      <svoboda@cmu.edu>
2796
2797         * elisp/lilypond-mode.el,
2798         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
2799         count beats between last measure stop | and point in emacs.
2800         
2801 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2802
2803         * tex/GNUmakefile (TEX_FILES): don't dist
2804         music-drawing-routines.ps, latin1.enc 
2805
2806         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
2807         --no-pdf, --pdftex
2808         (copyright): add --latex option
2809         (ic_p.make_include_option): use direct PS as default.
2810
2811         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
2812
2813         * input/regression/beam-concave.ly (rossFourBeams): add cases from
2814         Ross
2815
2816         * scm/script.scm (default-script-alist): marcato should follow
2817         into staff
2818         
2819 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2820
2821         * buildscripts/builder.py:
2822         
2823         * Documentation/SConscript (outdir): New file.  Add *list.ly
2824         dependencies.  Fixes PDF doc build.
2825
2826 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2827
2828         * SConstruct: Add Tar target (incomplete), fix install issues, fix
2829         run from build-dir.
2830
2831         * ly/SConscript:
2832         * scm/SConscript: New file.
2833
2834         * lily/main.cc (dir_info): Print variables in sh format.
2835
2836         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
2837
2838         * mf/SConscript: Update multiple target rules.
2839
2840         * SConstruct (assert_version): Add.
2841
2842 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2843
2844         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
2845
2846 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2847
2848         * buildscripts/mf-to-table.py: Do not try to open ''.
2849
2850         * mf/SConscript: New file.
2851
2852 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
2853
2854         * scm/fret-diagrams.scm : Convert many properties to constants,
2855         reducing the pollution of the property namespace.
2856
2857         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
2858         unnecessary properties for fret-diagram
2859
2860         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
2861         for interface
2862
2863 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2864
2865         * SConstruct: Update.
2866
2867 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2868
2869         * input/regression/beam-quant-standard.ly (seconds): print desired
2870         quants when failing.
2871
2872 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2873
2874         * SConstruct:
2875         * flower/SConscript:
2876         * lily/SConscript: New file.
2877
2878 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
2879
2880         * scm/define-grob-properties.scm (all-user-grob-properties): Add
2881         descriptions for all fret-diagram properties.
2882
2883         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
2884         fret-diagram interface code
2885
2886 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2887
2888         * ly/book-paper-defaults.ly: set default encoding to ec.
2889
2890         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
2891         installed.
2892
2893         * tex/latin1.enc: new file, from a2ps. 
2894
2895 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
2896
2897         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
2898         add a faint, green border line.
2899
2900         * Documentation/index.html.in: drop <table>, add a faint border line.
2901
2902 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2903
2904         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
2905
2906         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
2907
2908 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
2909
2910         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
2911
2912         * scm/output-tex.scm (white-text): Add scale parameter to allow font
2913         scaling
2914
2915         * scm/stencil.scm (fontify-text-white) : Adjust to better center,
2916         properly scale white text
2917
2918         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
2919         position for numbered dots so dot will touch fret.
2920         (various routines): move to font-metric interface, rather than
2921         name, size interface.  Clean up comments.
2922
2923         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
2924         size and offset to better center white text.
2925
2926 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2927
2928         * ChangeLog: Remove pre-2.1 changes.
2929
2930         * Documentation/misc/ChangeLog-2.1: New file.
2931
2932         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
2933         from ChangeLog.
2934
2935 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2936
2937         * input/test/chords-below-volta-bracket.ly,
2938         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
2939
2940 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2941
2942         * VERSION: release 2.3.6
2943
2944         * input/regression/beam-quant-standard.ly: new file: test standard
2945         beam quants.
2946
2947         * scm/beam.scm (check-quant-callbacks): new function
2948         (check-beam-quant): new function: check whether current beam
2949         quants match argument.
2950
2951         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
2952         forbidden quant for sitting (upstem)/hanging (downstem) on outer
2953         staffline line.
2954
2955 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2956
2957         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
2958         functions.
2959
2960         * lily/note-collision.cc (do_shifts): align colliding notes to
2961         their leftmost note.
2962
2963         * input/regression/collision-alignment.ly: new file.
2964
2965         * ly/init.ly: don't print gc stats.
2966
2967         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
2968         extra newline
2969
2970         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
2971         for dimensions. This fixes ottava-remove-empty-staff.ly
2972
2973         * input/regression/lyrics-tenor-clef.ly: new file.
2974
2975         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
2976         cyclic parents when two axis-group-engravers are
2977         present. Fixes: crash-axis-group-engraver.ly. 
2978         
2979         * input/test/volta-chord-names.ly: new file.
2980
2981         * scm/define-context-properties.scm
2982         (all-user-translation-properties): change voltaOnThisStaff
2983         definition. 
2984
2985         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
2986         if necessary.
2987
2988         * lily/volta-bracket.cc (print): handle volta brackets without
2989         bars. 
2990
2991 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2992
2993         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
2994         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
2995
2996 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2997
2998         * scm/output-gnome.scm: updated instructions for running gnome
2999         backend
3000
3001 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
3002
3003         * scm/fret-diagrams.scm (draw-dots): default values for dot size
3004         and dot-position now depend on finger-code value; in-dot makes
3005         dots larger and centered.
3006         (draw-barre): added straight-barre indicator option
3007         (draw-dots): made fontify-text-white work.
3008
3009         * music-drawing-routines.ps: added /draw_white_text
3010
3011         * scm/output-tex.scm:  added white-text
3012
3013         * scm/output-ps.scm:  added white-text
3014
3015         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
3016         list of stencil expressions
3017
3018         * scm/stencil.scm: Added fontify-text-white
3019
3020 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
3021
3022         * input/regression/+.ly: use @unnumbered section.
3023
3024 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3025
3026         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
3027         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
3028
3029 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3030
3031         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
3032
3033 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3034
3035         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
3036         was causing an error. (was not actually commited in 2004-06-20)
3037
3038         * input/regression/lily-in-scheme.ly (withPaddingC): does not
3039         breaks anymore
3040
3041 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3042
3043         * VERSION: 2.3.5 released.
3044         
3045         * lily/my-lily-parser.cc (parse_string): switch module too.
3046
3047 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3048
3049         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
3050         ec-fonts-mftraced to running requirements.
3051
3052 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3053
3054         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
3055         assignments don't reach the original file.
3056
3057         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
3058         exists
3059
3060 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3061
3062         * scm/output-gnome.scm: 
3063         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
3064
3065         * debian/: Apply Debian patch (Anthony Fok).
3066
3067 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
3068
3069         * Documentation/user/music-glossary.tely: fix titling; @top is already
3070         an @unnumbered @chapter.
3071
3072 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3073
3074         * debian/GNUmakefile (EXTRA_DIST_FILES):
3075         (CONF_FILES): update file list.
3076
3077         * lily/stencil.cc (interpret_stencil_expression): bugfix.
3078
3079 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3080
3081         * debian/: Remove cruft (requested Anthony Fok.)
3082
3083         * buildscripts/guile-gnome.sh: Build without gcc libtool version
3084         juggling.
3085
3086         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
3087         Add popup menu with grob properties.
3088
3089         * lily/grob-scheme.cc (ly:grob-properties):
3090         (ly:grob-basic-properties): New function.
3091
3092         * lily/stencil.cc (interpret_stencil_expression): Comment-out
3093         "no-origin" call.  Fixes -fps output.
3094
3095         * scm/output-ps.scm (no-origin): Add dummy implementation.
3096
3097         * scm/output-gnome.scm (define-origin): Remove
3098         (grob-cause): Add.
3099
3100         * scm/output-ps.scm (scm):
3101         * scm/output-tex.scm (scm): Remove define-origin from exports list.
3102         (define-origin): Remove.
3103
3104         * scm/output-gnome.scm (define-origin): 
3105
3106         * scm/lily.scm (ly:all-output-backend-commands): Remove
3107         define-origin.  Add grob-cause.
3108
3109 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
3110
3111         * buildscripts/lilypond-words.py: add ly/portugues.ly.
3112
3113 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
3114
3115         * Documentation/user/GNUmakefile:
3116         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
3117         --include-css=.../texinfo.css; command includes css into the html.
3118
3119         * Documentation/texinfo.css: add file.
3120         define <hr> as black and thin.            
3121
3122 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3123
3124         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
3125         stencil expression. Junk define-origin.
3126
3127         * lily/my-lily-parser.cc (parse_string): init parser variable when
3128         lexer_ is set, ie. in parse_string and parse_file.
3129
3130         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
3131         ly:score-bookify.
3132
3133         * scm/lily.scm (collect-scores-for-book): new function.
3134
3135         * ly/init.ly: print collected scores/musics.
3136
3137         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
3138         scope, not in lily module.
3139
3140         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
3141
3142         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
3143         encapsulate gtk/pango tests.
3144
3145         * po/tr.po: Turkish translation.
3146
3147 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3148
3149         * input/regression/lily-in-scheme.ly: regression test for #{
3150         ... #} syntax
3151
3152         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
3153         was causing an error.
3154
3155         * Documentation/user/programming-interface.itely (Using LilyPond
3156         syntax inside Scheme): documentation for #{ ... #} syntax.
3157
3158 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
3159
3160         * Documentation/index.html.in: use black thin <hr>.
3161
3162         * buildscripts/mutopia-index.py: use thin black <hr>.
3163
3164 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3165
3166         * scm/fret-diagrams.scm: Use UNIX style line endings.
3167         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
3168         typo.  Fixes compile.
3169
3170         * scm/output-ps.scm (white-dot): Remove second incarnation.
3171
3172         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
3173
3174 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3175
3176         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
3177         single file error.
3178
3179         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
3180
3181 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
3182
3183         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
3184         remove size as argument to fret-diagram interface;
3185         improved white-circle dots for fret;
3186         improved top-fret thick line/
3187
3188         * scm/output-ps.scm: added white-dot function
3189
3190         * scm/output-tex.scm: added white-dot function
3191
3192         * tex/music-drawing-routines.ps: added draw_white_dot function
3193
3194         * ps/music-drawing-routines.ps: added draw_white_dot function
3195
3196         * input/test/fret-diagram.ly: examples to show multiple
3197         functions and multiple interfaces
3198
3199 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3200
3201         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
3202         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
3203
3204         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
3205         conflict.  Have I told you lately how much I love autotools?
3206
3207 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3208
3209         * lily/lily-guile.cc: 
3210         * lily/pangofc-afm-decoder.cc:
3211         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
3212         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
3213
3214         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
3215         developers.
3216
3217         * lily/paper-outputter.cc (file): New method.
3218         (dump_string): Use it.
3219
3220         * scm/output-gnome.scm: Update with pango CVS info, lilylib
3221         musing.
3222
3223         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
3224         of them has a comma :-).
3225
3226         * scm/framework-gnome.scm: Add pango decoders.
3227
3228         * lily/include/pangofc-afm-decoder.hh: 
3229         * lily/pangofc-afm-decoder.cc: New file.
3230
3231         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
3232
3233         * configure.in: Check for pango.
3234
3235         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
3236         autoconf).
3237         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
3238
3239         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
3240
3241 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3242
3243         * Documentation/user/tutorial.itely (Integrating text and music):
3244         fix grammar & punctuation.
3245
3246 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3247
3248         * lily/: Stray janitorial cleanups.
3249
3250         * scm/lily.scm (ly:all-stencil-expressions):
3251         * scm/lily.scm (ly:all-output-backend-commands): New function.
3252
3253         * scm/safe-lily.scm (safe-objects): Add them.
3254
3255         * scm/framework-gnome.scm (<gnome-outputter>): New class.
3256
3257         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
3258
3259 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3260
3261         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
3262
3263 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3264
3265         * scm/page-layout.scm (default-page-make-stencil): add
3266         raggedbottom, raggedlastbottom.
3267
3268         * Documentation/user/changing-defaults.itely (Page layout): add doc.
3269
3270         * scm/framework-tex.scm (define-fonts): fix export of
3271         papersize.
3272
3273         * lily/paper-book.cc (classic_output): strip suffixes from
3274         framework functions.
3275
3276         * lily/tuplet-bracket.cc (before_line_breaking): do not return
3277         SCM_UNDEFINED to Scheme.
3278
3279 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3280
3281         * lily/book.cc: remove Book::to_stencil().
3282         (process): whoops. Score::book_rendering returns vector, not list.
3283
3284         * scripts/convert-ly.py (conv): remove \notes.
3285         apply to input examples.
3286
3287         * lily/paper-outputter.cc (output_stencil): don't use
3288         smobify_self() but self_scm()
3289
3290         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
3291         from smobify_self().
3292
3293         * lily/paper-book.cc (output): load framework module
3294         scm_c_resolve_module().
3295
3296         * python/lilylib.py (exit): exit with argument i.
3297
3298 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3299
3300         * scm/framework-gnome.scm (output-framework-gnome): Try loading
3301         gnome modules from non-toplevel.
3302
3303         * lily/ly-module.cc (ly:import-module): Export to ly:.
3304
3305         * lily/paper-score.cc (process): Do not show progress newline.
3306
3307         * lily/paper-book.cc (output, classic_output): Show progess
3308         newline after score.
3309
3310 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
3311
3312         * buildscripts/lilypond-words.py: add ly/vlaams.ly
3313
3314 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3315
3316         * lily/score.cc (ly:run-translator): Do not crash on empty music
3317         list.
3318
3319         * lily/book.cc (process): Do not render score when systems is empty.
3320
3321         * input/simple-song.ly: Down one octave.
3322
3323         * scm/output-gnome.scm: Remove script again; re-add modules fix
3324         (CVS conflict resolve?)
3325
3326         * lily/stencil.cc (ly:interpret-stencil): Was:
3327         interpret_stencil_expression.
3328
3329 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3330
3331         * buildscripts/guile-gnome.sh: New file.
3332
3333         * scm/output-gnome.scm: White background, better window size, sane
3334         canvas size.  Cleanups.
3335
3336 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3337
3338         * VERSION: release 2.3.4
3339
3340         * Documentation/user/invoking.itexi (Invoking the lilypond
3341         binary): document --safe.
3342
3343         * scm/output-gnome.scm: set PATH in script.
3344
3345         * scm/page-layout.scm (default-page-make-stencil): don't stretch
3346         if there is too few systems on a page.
3347
3348         * lily/parser.yy (relative_music): start at middle C without pitch
3349         argument.
3350
3351         * Documentation/user/changing-defaults.itely (Page layout): new node.
3352         (Paper size): rename node
3353         (Page breaking): new node.
3354         (Titling): move from invoking.
3355         (File structure): new node.
3356
3357         * lily/parser.yy (score_body): allow \header and music anywhere in
3358         \score body.
3359
3360 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3361
3362         * scm/lily.scm (ly:load): Remove page-breaking.scm.
3363
3364 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3365
3366         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
3367
3368         * lily/include/paper-line.hh: rename to Paper_system.
3369
3370         * lily/include/paper-book.hh: doc class.
3371
3372         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
3373
3374         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
3375         (plain-header): add instrument-name.
3376         (default-page-make-stencil): bugfixes.
3377
3378         * lily/parser.yy (book_body): allow \header anywhere in \book{}
3379
3380         * lily/paper-book.cc: remove copyright & tagline. Remove
3381         interactions with Page
3382
3383         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
3384         here, 
3385         (default-page-make-stencil): new function
3386         (default-page-music-height): new function
3387         (page-headfoot): new function
3388         (ly:optimal-page-breaks): generate stencils directly from here
3389
3390         * scm/titling.scm: new file, group titling functions
3391
3392 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3393
3394         * scm/output-gnome.scm: Handle multiple pages.
3395
3396         * scm/framework-gnome.scm: Do not load output-gnome.
3397         (framework-gnome): Invoke output-gnome::header and
3398         output-gnome::end-output as faked stencils.  Fixes experimental
3399         gnome output.
3400
3401 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3402
3403         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
3404         octavation compatibility fixes. Backportme. 
3405
3406         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
3407         pages.
3408         (ly:optimal-page-breaks): combine-penalties: no shortcut for
3409         negative. Now we handle negative penalties (ie. \pageBreak)
3410         correctly.
3411
3412         * lily/system.cc (get_line): extract page-penalty from the left
3413         bound.
3414
3415         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
3416
3417 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3418
3419         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
3420
3421 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3422
3423         * scm/output-gnome.scm: Update script.  Move development to
3424         lilypond_2_3_2 branch for now.
3425
3426 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3427
3428         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
3429         negative penalties.
3430         cleanups.
3431
3432         * Documentation/user/changing-defaults.itely (Creating contexts):
3433         index entries
3434
3435         * scm/page-breaking.scm (ly:optimal-page-breaks): new
3436         file. Rewrite function. 
3437
3438         * lily/paper-book.cc (pages): new interface: page-breaking returns
3439         list of line-list.
3440
3441         * lily/page.cc (Page): take lines argument.
3442
3443         * scm/document-translation.scm (all-engravers-doc): link to user man
3444
3445         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty
3446         iso. score.
3447
3448         * Documentation/user/notation.itely (Relative octaves): typo.
3449
3450         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
3451
3452 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3453
3454         * scm/output-gnome.scm: Update build script.
3455
3456 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3457
3458         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
3459         gnome backend.
3460
3461         * scm/framework-gnome.scm: New file.
3462
3463         * scm/lily.scm: Use it.
3464
3465         * lily/paper-outputter.cc: Janitorial cleanups.
3466         (ly:outputter-dump-string): Remove unreachable statement.
3467
3468         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
3469         (ice-9): Bugfix: Add srfi-1.
3470
3471         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
3472
3473 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3474
3475         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
3476         in do_quit()
3477
3478 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3479
3480         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
3481
3482 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3483
3484         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3485         override of Beam::position-callbacks. Why would grace beams not be
3486         quantized? Fixes: weird-stem-size-grace. 
3487
3488         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
3489         warning only once. Backportme.
3490
3491         * lily/accidental-engraver.cc (number_accidentals_from_sig):
3492         bugfix, 2nd try. Backportme.
3493
3494         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
3495
3496 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3497
3498         * Documentation/user/notation.itely (Instrument transpositions):
3499         Correct the name of the instrumentTransposition property.
3500
3501 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3502
3503         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
3504
3505 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3506
3507         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
3508         and postLilyPondExample are called when defined.
3509
3510 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3511
3512         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
3513         This fixes setting notenames with `\include "nederlands.ly" '
3514
3515         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
3516         new function.
3517
3518 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3519
3520         * scm/page-layout.scm: don't do piece, it should be in score-title
3521         only.
3522
3523         * lily/lexer.ll: lex \score separately.
3524
3525         * lily/paper-book.cc: junk stencil2line.
3526
3527         * lily/paper-line.cc (Paper_line): construct from Stencil
3528         directly. No futzing with the dimensions.
3529
3530         * lily/include/paper-line.hh (class Paper_line): 
3531
3532         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
3533         takes arbitrary number of arguments.
3534
3535         * input/test/markup-score.ly (tuning): simplify example. 
3536
3537 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3538
3539         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
3540
3541         * scm/define-markup-commands.scm (score): define score-markup
3542
3543         * lily/parser.yy (markup): use score-markup.
3544
3545         * lily/score.cc: add ly:score? 
3546
3547 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
3548
3549         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
3550         fret-parse-string so it prepares for calls to fret-diagram-verbose
3551         Changed display constants to props so they are available for
3552         \override.
3553
3554 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3555
3556         * VERSION: release 2.3.3
3557
3558         * stepmake/stepmake/generic-vars.make: unset LANG.
3559
3560         * input/regression/tuplet-nest.ly: bugfix.
3561
3562         * lily/tie-performer.cc (stop_translation_timestep): reset
3563         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
3564
3565         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
3566         clear repeat_ directly after setting stem_tremolo_. Fixes:
3567         tremolo-repeat.ly
3568
3569         * input/regression/span-bar-break.ly: new file.
3570
3571         * scm/define-grobs.scm (all-grob-descriptions): remove
3572         break-visibility from SpanBar. Fixes: piano-repeat.ly
3573
3574 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3575
3576         * python/lilylib.py (make_ps_images): only compute bbox when needed.
3577
3578         * scripts/lilypond-book.py (process_snippets): use lily -f ps
3579         files for generating pngs. (failed experiment)
3580
3581         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
3582         file with PFA fonts included.
3583
3584         * lily/score.cc (default_rendering): put header in too.
3585
3586         * lily/paper-line.cc (LY_DEFINE): change function to
3587         ly:paper-line-extent
3588
3589         * scm/page-layout.scm (default-book-title): only add lines for
3590         non-nil fields.
3591         (default-score-title): idem.
3592
3593         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
3594
3595         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
3596
3597         * lily/include/paper-book.hh (class Paper_book): remove height_
3598         member.
3599
3600         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
3601
3602         * lily/ly-module.cc (LY_DEFINE): bugfix.
3603
3604         * lily/paper-book.cc (book_title): separate function for the book
3605         title.
3606
3607         * scm/page-layout.scm (default-book-title): only account for
3608         markup fields.
3609
3610         * scm/framework-ps.scm: new file. Move high level interface from
3611         output-ps.scm
3612
3613         * scm/music-functions.scm (def-grace-function): move macros from
3614         ly/music-functions-init.ly
3615
3616         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
3617         framework-tex.scm
3618
3619         * scm/framework-tex.scm (dump-line): new file. High level
3620         interface for output (pages, systems, header). 
3621
3622         * lily/include/page.hh (class Page): add is_last_ field.
3623
3624         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
3625
3626         * lily/paper-book.cc (split_string): new function
3627         (output): output multiple formats, i.e. --format=ps,tex
3628
3629         * scm/output-ps.scm (output-scopes): dump variables directly.
3630         (define-fonts): rewrite for new interface
3631
3632         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
3633
3634         * lily/paper-outputter.cc (Paper_outputter): take format argument.
3635
3636         * lily/main.cc (parse_argv): don't set extension for output.
3637
3638         * lily/clef-engraver.cc (create_clef): remove
3639         Staff_symbol_referencer::set_position() call. 
3640
3641 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3642
3643         * ly/music-functions-init.ly (addlyrics): set the 'origin property
3644         with the location argument in music function definitions.
3645
3646 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3647
3648         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
3649         staffsymbol dependency.
3650
3651         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
3652         cleanups.
3653
3654         * lily/book.cc (process): return Paper_book
3655         (to_stencil): use Book::process().
3656
3657         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
3658         header_ field. Store in $globalheader
3659
3660         * lily/parser.yy (book_body): book header is initted to
3661         $globalheader.
3662
3663
3664 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3665
3666         * input/test/fill-a4.ly: removed.
3667
3668         * lily/parser.yy (output_def): push scope of parent_ Output_def
3669         too.
3670
3671 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3672
3673         * scm/output-gnome.scm: Update info.
3674
3675 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3676
3677         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
3678
3679         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
3680         than 1 module.
3681
3682         * lily/include/ly-module.hh (ly_use_module): rename is_module to
3683         ly_c_module_p.
3684
3685         * scm/page-layout.scm (default-book-title): move Scheme titling
3686         functions to here.
3687
3688         * lily/parser.yy (book_paper_block): remove scope too.
3689
3690         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
3691
3692         * lily/rest.cc: add direction to rest properties.
3693
3694         * lily/include/output-def.hh: new file, move from
3695         music-output-def.hh
3696
3697 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3698
3699         * scm/output-gnome.scm: Describe feta-cork hack.
3700
3701 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3702
3703         * lily/include/book-paper-def.hh: derive from Output_def 
3704
3705         * lily/include/paper-def.hh: move all functionality out of class.
3706         Junk header.
3707
3708         * lily/include/music-output-def.hh: rename Music_output_def to
3709         Output_def.
3710
3711         * input/wilhelmus.ly: only set space for Paper formatting. 
3712
3713         * lily/include/midi-def.hh: remove file, remove class.
3714         Move functions to Music-output-def.
3715
3716         * lily/music-output-def.cc (Music_output_def): remove separate
3717         translator table. Lookup translators in scope directly. This
3718         obviates Context suffix for context identifiers, i.e.
3719
3720         \context {
3721           \Staff
3722           .. 
3723           }
3724
3725
3726         will work.
3727
3728
3729         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
3730
3731         * Documentation/user/changing-defaults.itely (Horizontal spacing):
3732         document spacing override hack.
3733
3734 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3735
3736         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
3737         installation info.  Support point-and-click.  Add +/- zoom
3738         keybindings.
3739
3740 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3741
3742         * VERSION: 2.3.2 released
3743
3744         * lily/parser.yy (book_body): set default bookpaper.
3745
3746         * scm/output-tex.scm (header): kludge: hard code linewidth. 
3747
3748         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
3749
3750 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3751
3752         * lily/score.cc (default_rendering): scale outputdef before
3753         starting.
3754
3755 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3756
3757         * scm/fret-diagrams.scm: Add header.
3758
3759         * scm/output-gnome.scm: Hello world :-)
3760
3761 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3762
3763         * scripts/lilypond.py (run_dvips): only add papersize if present.
3764
3765         * lily/accidental-engraver.cc (update_local_key_signature): new
3766         function, fold code from initialize() and process_music().
3767         (update_local_key_signature): use deep copy. This fixes one
3768         problem from custom-key-signatures.ly.
3769         (number_accidentals_from_sig): tighter check for
3770         accidental-too-old.
3771
3772         * ly/engraver-init.ly: remove localKeySignature
3773         definition from ChoirStaff, StaffGroup, Score.
3774
3775         * lily/percent-repeat-engraver.cc (try_music): add moments for
3776         barlines too. Fixes: skipbars-percent-repeat.ly.
3777
3778 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3779
3780         * lily/context-def.cc (filter_performers): don't go to cdrloc if
3781         skipping last pair. Fixes: crash-bar-number.
3782
3783         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
3784         D. Sorensen)
3785
3786         * input/test/fret-diagram.ly: new file.
3787
3788         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
3789         (scale-paper): divide by scale.
3790
3791 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3792
3793         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
3794         case.
3795
3796 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3797
3798         * scm/stencil.scm (fontify-text): reinstate function
3799
3800         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
3801
3802         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
3803
3804         * lily/parser.yy (book_paper_head): \bookpaper {} 
3805
3806         * python/midi.c: remove config.h
3807
3808 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3809
3810         * scm/output-gnome.scm: Update.
3811
3812 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3813
3814         * scm/output-gnome.scm: New file.
3815
3816         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
3817
3818 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3819
3820         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
3821         (find_scaled_font): move from Paper_def
3822
3823 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3824
3825         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
3826         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
3827
3828         * po/fr.po: update po.
3829
3830         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
3831
3832         * lily/book-paper-def.cc (print_smob): new file.
3833
3834 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
3835
3836         * buildscripts/lilypond-words.py: search words also from
3837         music-functions-init.ly.
3838
3839 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3840
3841         * ly/music-functions-init.ly (def-music-function): new helper
3842         macro for defining music functions. \addlyrics \appoggiatura
3843         \acciaccatura \grace \partcombine \autochange \applycontext
3844         \applyoutput and \breathe are now defined here thanks to it.
3845
3846         * lily/parser.yy: 
3847         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
3848         \grace \partcombine \autochange \applycontext \applyoutput and
3849         \breathe keywords removed from the parser.
3850
3851         * lily/parser.yy: 
3852         * lily/music-function.cc (ly_make_music_function): 
3853         * lily/lexer.ll (music_function_type): added a case for 0-arg
3854         music functions.
3855
3856 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3857
3858         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
3859         refering to a music expression can be used in lily-inside-scheme:
3860         #{ $music #}
3861
3862         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
3863         and ly:parser-define, and change ly:parser-parse-string in order
3864         to make #{ $music #} work.
3865
3866         * scm/new-markup.scm (compile-markup-expression): when an argument
3867         is a string, use `make-simple-markup'.
3868
3869 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3870
3871         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
3872
3873 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3874
3875         * scripts/convert-ly.py (FatalConversionError.func): handle + in
3876         font-size. (backportme)
3877
3878 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3879
3880         * lily/paper-outputter.cc (output_stencil): dump font definitions
3881         before each stencil.
3882
3883         * lily/include/paper-book.hh (struct Score_lines): new
3884         struct. Collect info per Paper-score.
3885
3886         * lily/include/page.hh (class Page): to_stencil() returns Stencil
3887         everywhere.
3888
3889         * lily/stencil.cc (find_expression_fonts): new function
3890
3891         * lily/paper-outputter.cc (output_stencil): use
3892         interpret_stencil_expr
3893
3894         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
3895         (interpret_stencil_expr): new function. Generic stencil
3896         interpretation.
3897
3898         * lily/paper-def.cc (find_scaled_font): divide lookup
3899         magnification by outpuscale for non-virtual fontmetrics. This
3900         fixes ludicrously long font definitions for text
3901         fonts. (backportme)
3902
3903         * lily/score-engraver.cc: remove
3904         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
3905
3906 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3907
3908         * input/test/markup-score.ly: Remove \notes.
3909
3910         * lily/parser.yy (book_body): Grok Composite_music and \header.
3911         (markup): Push NOTES mode before score_block.
3912
3913         * VERSION: release 2.3.1
3914
3915         * mf/feta-klef.mf: 
3916         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
3917
3918         * Documentation/user/programming-interface.itely: Use @emph (was:
3919         @em).
3920
3921         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
3922
3923 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3924
3925         * scm/output-tex.scm (output-tex-string): tighten safe security.
3926
3927         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
3928
3929         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
3930         allowed ly functions.
3931
3932         * lily/ly-module.cc (ly_module_define): only define variable if
3933         bound.
3934         (ly_make_anonymous_module): take safe option.
3935
3936 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3937
3938         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
3939
3940 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3941
3942         * input/regression/newaddlyrics.ly: Fix.
3943
3944         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
3945         \score \notes.
3946
3947 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
3948
3949         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
3950
3951 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3952
3953         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
3954
3955         * lily/paper-line.cc (Paper_line): don't store list of stencils,
3956         but convert to single Stencil immediately.
3957
3958         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
3959
3960 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3961
3962         * scm/output-sodipodi.scm: Resurrect sodipodi output.
3963
3964 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
3965
3966         * elisp/lilypond-mode.el: Changed the way defaults are created for
3967         LilyPond-command-master.  LilyPond-mode will now check the
3968         timestamps of the files to see which command has to run next.
3969
3970 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3971
3972         * scm/bass-figure.scm (format-bass-figure): don't set
3973         number-markup for strings. This fixes string in bass
3974         figure. (backportme)
3975
3976         * lily/parser.yy (bass_number): insert number-markup into figure
3977         definition.
3978
3979         * scm/define-music-properties.scm (all-music-properties): make
3980         'figure a markup.
3981
3982         * scripts/convert-ly.py (conv): \apply -> \applymusic
3983
3984 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
3985
3986         * elisp/lilypond-mode.el: changed the order of some commands
3987         ("Midi" after "2Midi"), use the user-defined
3988         LilyPond-command-default as default instead of "LilyPond"
3989
3990         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
3991         to set the master file for the next command.
3992
3993         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
3994         with font-lock-reference-face.
3995
3996 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
3997
3998         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
3999
4000         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
4001
4002 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4003
4004         * ly/music-functions-init.ly (TODO): new file.
4005
4006         * lily/parser.yy (Generic_prefix_music_scm): add more
4007         music_function symbols.
4008         (Prefix_composite_music): change \apply to music-function   
4009
4010         * lily/include/music-function.hh: rename to music-function
4011
4012 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4013
4014         * lily/music-head.cc (LY_DEFINE): change order of args.
4015
4016         * input/regression/music-head.ly (texidoc): new file.
4017
4018         * lily/parser.yy (Generic_prefix_music): allow generic
4019         music-transformation functions. 
4020
4021         * lily/include/music-head.hh (is_music_head): new file.
4022
4023         * lily/music-head.cc (get_music_head_transform): new file.
4024
4025 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4026
4027         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
4028         empty extent. This fixes ottava brackets on rests. (backportme)
4029
4030         * make/lilypond.redhat.spec.in (Group): ln png files for info.
4031
4032         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
4033
4034         * cygwin/lily-wins.py: update for the lily-wins.py script.
4035
4036 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4037
4038         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
4039         code. This will obviate typeset_grob () in the future.  The effect
4040         of this is that improperly written spanner handling will result in
4041         invalid spanner bounds.
4042         (announce_grob): add to elems_ from here
4043         (typeset_grob): comment out.  
4044
4045         * lily/include/engraver.hh (make_spanner): new calling interface
4046         for make_{item,spanner}. This obviates most calls to
4047         announce_grob().
4048
4049         * scm/music-functions.scm (set-accidental-style): use GrandStaff
4050         iso. PianoStaff for piano styles.
4051
4052 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
4053
4054         * Documentation/user/music-glossary.tely: add segno after d.s.
4055
4056 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4057
4058         * lily/include/audio-column.hh: remove unused variables.
4059         (patch by Michael Welsh Duggan)
4060
4061         * flower/include/axes.hh (other_axis): inline Axes function
4062         (thanks to David Brandon).
4063
4064 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4065
4066         * cygwin/mknetrel: Install image links (backportme).
4067
4068         * Documentation/user/GNUmakefile (local-install-info): Activate
4069         actual installing of image links (backportme).
4070
4071 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4072
4073         * Documentation/user/notation.itely (Measure repeats): Removed
4074         unnecessary (and confusing) \context Voice{.
4075
4076 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4077
4078         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
4079
4080         * lily/page.cc (Page): Do not use ly_scheme_function for
4081         volatile/configurable variables (FIXME: better name).
4082
4083         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
4084         get_scmvar).
4085
4086 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4087
4088         * scripts/convert-ly.py (FatalConversionError.subst): use
4089         \transposition.
4090
4091 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4092
4093         * lily/include/page.hh (class Page): Declare left_margin ().
4094
4095         * lily/page.cc: Remove paper var caching.
4096
4097 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4098
4099         * Documentation/user/music-glossary.tely: Add name to @top node.
4100         Remove comment from @table definitions (workaround for makinfo
4101         bug).
4102
4103         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
4104         ly:stencil-get-expr).  Update callers.
4105         (ly:stencil-align-to!):  Return stencil too.
4106
4107         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
4108         stencil.  Remove looped line-based page output.
4109         (output_line): Use line stencil.  Remove looped stencil-based line
4110         output.
4111
4112         * lily/page.cc (ly:page-paper-lines): New function.
4113
4114         * input/test/markup-score.ly: New file.
4115
4116         * scm/define-markup-commands.scm (stencil): New markup.
4117
4118         * lily/book.cc (to_stencil): New method.
4119
4120         * lily/parser.yy (markup): Use it to grok \score.
4121
4122 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4123
4124         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
4125
4126         * lily/paper-book.cc (pages): Change signature.  Update callers.
4127
4128         * lily/include/page.hh:
4129         * lily/page.cc: New file.
4130
4131         * lily/paper-line.cc (to_stencil): New method.
4132
4133         * lily/paper-outputter.cc (output_stencil): New method.
4134
4135         * lily/paper-outputter.cc (output_line): Use them.
4136
4137         * lily/warn.cc: Remove.
4138
4139         * lily/my-lily-parser.cc (distill_inname): Remove.
4140
4141         * flower/include/file-name.hh: 
4142         * flower/file-name.cc: New file.  Update users.
4143
4144         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
4145         (find): New method of same name.
4146
4147         * lily/my-lily-parser.cc (ly:parse-file): Use it.
4148
4149         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
4150         constant error message.
4151
4152 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
4153
4154         * input/test/{blank-notes.ly,staff-container.ly}: typos.
4155
4156 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4157
4158         * Documentation/user/music-glossary.tely: @table @strong' replaced
4159         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
4160         (backportme).
4161
4162 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4163
4164         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
4165
4166         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
4167         #{ lily music expression #} that returns an equivalent scheme
4168         music expression by parsing the string.
4169
4170 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4171
4172         * lily/my-lily-parser.cc:
4173         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
4174         SCM string (foo.ly/toto.scm support).
4175
4176 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4177
4178         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
4179
4180 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4181
4182         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
4183
4184         * scripts/lilypond-book.py: LY code that includes \header is
4185         not assumed to be a fragment.
4186
4187 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4188
4189         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
4190         tremolo beams up.
4191
4192         * lily/stem.cc (chord_start_y): Return 0 if no heads.
4193         (get_default_stem_end_position): No tremolo head juggling if no
4194         heads.  Fixes tremolo crash on rests (backportme).
4195
4196         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
4197
4198 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4199
4200         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
4201         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
4202
4203         * lily/lexer.ll: Allow \encoding in NOTES mode.
4204
4205         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
4206         for lyrics, not for commands.
4207
4208         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
4209         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
4210
4211         * input/regression/newaddlyrics.ly: New file.
4212
4213         * Documentation/topdocs/NEWS.texi: Update.
4214
4215         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
4216         (Music_list): Allow embedded scm.
4217
4218         * lily/score.cc (ly:score-bookify): New function.
4219
4220         * lily/music.cc (ly:music-scorify): Idem.
4221
4222         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
4223         (ly:parser-print-score): Idem.
4224
4225         * scm/lily.scm (default-toplevel-book-handler): Idem.
4226         (default-toplevel-music-handler): Idem.
4227         (default-toplevel-score-handler): Idem.
4228
4229         * ly/declarations-init.ly: Set default toplevel handlers.
4230
4231         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
4232
4233         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
4234         printer for score at toplevel.
4235
4236 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
4237
4238         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
4239         Fix for simple case: input/simple-song.ly, more complex stuff
4240         does not work yet.
4241
4242 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4243
4244         * lily/parser.yy (Prefix_composite_music): split Composite_music
4245         in Prefix_composite_music and Grouped_music_list.
4246         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
4247
4248 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
4249
4250         * scm/lily.scm (toplevel-expression): New define.
4251
4252         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
4253
4254         * lily/parser.yy (toplevel_expression): Use it.
4255
4256         * lily/include/my-lily-parser.hh: Smobbify.
4257
4258         * lily/my-lily-parser.cc (parse_string): New method.
4259
4260         * lily/my-lily-parser.cc (ly:parse-string): New function.
4261
4262         * Documentation/user/lilypond.tely: Add comment and workaround for
4263         gs-8.01 crash.  Fixes make web.
4264
4265         Simplification of toplevel music.
4266
4267         * lily/lexer.ll, lily/parser.yy:
4268
4269         * In LYRICS mode, return LYRICS_STRING.  This fixes one
4270         shift/reduce problem.
4271
4272         * Use NOTES mode at start of maininput.
4273
4274         * Grok toplevel composite music expression, put in score and book.
4275
4276         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
4277
4278         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
4279
4280         * input/simple.ly: New file.
4281
4282         * input/simple-song.ly: Idem.
4283
4284 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4285
4286         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
4287         Sandberg.
4288
4289 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4290
4291         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
4292
4293 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
4294
4295         * input/regression/accidental-octave.ly: doc automatic showing
4296         of note names.
4297
4298 2004-04-16  Heikki Junes <janneke@gnu.org>
4299
4300         * po/fi.po: do "make po && make -C po po-update" at top-level,
4301         then "cp po/out/fi.po po/fi.po" and update fields.
4302
4303         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
4304
4305 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
4306
4307         * Documentation/user/introduction.itely (About this manual): Fix
4308         templates and regression urls (backportme).
4309
4310 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4311
4312         * ly/engraver-init.ly (Score:graceSettings): Increase
4313         beamed-lengths, especially for 32nd notes.
4314
4315         * Documentation/user/notation.itely (Grace notes): Correct the
4316         syntax for add-grace-property example.
4317
4318 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4319
4320         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
4321         `Generated' tag.
4322
4323         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
4324         Severely broken (the Debian package, at least).
4325
4326 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4327
4328         * lily/context.cc (find_create_context): assign to lvalue.
4329
4330 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4331
4332         * lily/include/translator.hh (class Translator): rename
4333         get_parent_context() to context () to avoid confusion.
4334
4335         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
4336
4337         * lily/lexer.ll: change is_string -> ly_c_string_p 
4338
4339         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
4340
4341         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
4342
4343 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4344
4345         * VERSION: release 2.3.0
4346
4347         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
4348
4349         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
4350         if nonempty.
4351
4352         * lily/include/context.hh (class Context): make members protected.
4353         (children_contexts): new accessor function.
4354
4355         * lily/include/translator.hh (class Translator): make
4356         daddy_context_ protected.
4357         (class Translator): clean up. 
4358
4359         * lily/include/context.hh (class Context): make daddy_context_
4360         private.
4361
4362         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
4363         higher for finding Voice. (backportme)  
4364
4365         * lily/include/context.hh (class Context): remove
4366         find_context_below() as a method.
4367
4368         * Documentation/user/notation.itely (The Lyrics context): add note
4369         about manual durations
4370
4371         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
4372         encoding.
4373
4374         * scm/output-tex.scm (text): dump \inputencoding{} for text.
4375
4376 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4377
4378         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
4379         \usepackage{inputenc}
4380
4381         * lily/paper-book.cc (classic_output): don't advance Offset for
4382         TeX output.
4383
4384         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
4385         ec-sauter.map in rules
4386
4387         * mf/ecb.mf (font_identifier): new file, based on ecbx
4388
4389         * mf/ecb10.mf (gensize): new file.
4390
4391         * Documentation/topdocs/NEWS.texi (Top): document some more new
4392         features.
4393
4394         * ly/declarations-init.ly: run convert-ly
4395
4396         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
4397         from input-file-results. Remove input-file-results.* 
4398
4399 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4400
4401         * scm/output-ps.scm (font-command): Fix, again.
4402
4403         * input/test/title-markup.ly: Add \noPagebreak test.
4404
4405         * lily/score-engraver.cc (try_music): Bugfix.
4406
4407 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4408
4409         * lily/main.cc (main_with_guile): excise dependency options -M and
4410         --dep-prefix
4411
4412         * lily/input-file-results.cc: excise Makefile dependency code
4413
4414         * Documentation/user/invoking.itexi (Invoking the lilypond
4415         binary): remove dep doco
4416
4417         * lily/main.cc (main_with_guile): call lilypond-main
4418
4419         * scm/lily.scm (lilypond-main): new function: handle multiple files.
4420
4421         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
4422         exception.
4423
4424         * lily/my-lily-parser.cc: remove paper_description function
4425
4426         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
4427         new function.
4428
4429         * lily/main.cc: remove global_score_count.
4430
4431         * lily/book.cc (process): don't take header from global_input_file.
4432
4433         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
4434
4435         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
4436
4437         * lily/music-output-def.cc (LY_DEFINE): new function
4438         ly_output_description. This function does the bulk for  setting,
4439         parsing and breaking down of an input file.
4440
4441         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
4442         anonymous modules globally. Let's hope they get GCd
4443
4444         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
4445
4446 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4447
4448         * scm/output-ps.scm (header): Papersize from paper.
4449
4450         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
4451         for classic output.
4452
4453         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
4454         lilypondclassic is defined.
4455         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
4456
4457         * input/regression/between-systems.ly: Remove.
4458
4459         * python/lilylib.py (get_bbox): Fix regular expression
4460         for bounding box.
4461
4462         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
4463
4464         * scm/output-tex.scm (stop-page): Use it.
4465
4466         * scm/output-ps.scm (define-fonts): Bugfix.
4467
4468         * lily/grob.cc: Add penalty to interface.
4469
4470         * lily/include/paper-line.hh (class Paper_line): New member
4471         var penalty_.
4472
4473         * lily/system.cc (get_line): Initialise Paper_line with
4474         page-penalty's from original grobs.
4475
4476         * scm/define-music-properties.scm (all-music-properties): Add
4477         page-penalty.
4478
4479         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
4480
4481         * lily/score-engraver.cc (try_music): Handle page-penalty.
4482
4483         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
4484
4485 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4486
4487         * ly/declarations-init.ly (melismaEnd): typo
4488
4489         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
4490
4491         * scm/output-ps.scm (text): split string into spaces, use moveto
4492         for setting space. 
4493
4494 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4495
4496         * po/nl.po: Update.
4497
4498         * scm/font.scm (add-cmr-fonts): Typo.
4499
4500 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4501
4502         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
4503         font-encoding.
4504
4505         * scm/define-grobs.scm (all-grob-descriptions): idem.
4506
4507         * lily/time-signature.cc (numbered_time_signature): idem.
4508
4509         * scm/font.scm (add-cmr-fonts): use real encoding names for
4510         font-encoding.
4511
4512 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4513
4514         * lily/paper-book.cc (classic_output): 
4515         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
4516         Fixes classic output.
4517         (lilypondstart):
4518         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
4519         kludge.
4520
4521         * scripts/old-lilypond-book.py: Remove.
4522
4523         Page layout for SCOREs enclosed in a BOOK:
4524
4525         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
4526         layout tweaking.
4527
4528         * input/les-nereides.ly (theScore): Add \book.
4529
4530         * input/test/title-markup.ly: Add \book.
4531
4532         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
4533         only if 'verbose.
4534
4535         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
4536
4537         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
4538
4539         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
4540         * scm/output-tex.scm (start-system): Update for page layout by
4541         LilyPond.
4542
4543         * scm/output-ps.scm (start-system): Previously (new-start-system).
4544
4545         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
4546         passed to define-fonts.
4547
4548         * lily/paper-column.cc: 
4549         * lily/system.cc (get_line):
4550         * ly/property-init.ly (newpage): 
4551         * scm/define-grob-properties.scm:
4552         * scm/output-ps.scm: 
4553         * scm/output-tex.scm: Remove between-system-string kludge.
4554
4555         * scm/output-ps.scm (define-fonts, font-command,
4556         font-load-encoding): Handle ENCODING = #f.
4557
4558         * scm/output-tex.scm (output-scopes): Check if variable is bound.
4559
4560         * scm/define-markup-commands.scm (fill-line): Use
4561         make-simple-markup (WAS: unexisting make-word-markup).
4562
4563         * lily/text-item.cc (interpret_markup): Bugfix, transpose
4564         ENCODING, MARKUP parameters for interpret_string.
4565
4566         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
4567
4568         * lily/score.cc (book_rendering): New method.
4569         (default_rendering): Create Paper_book helper locally, dump
4570         output.
4571
4572         * lily/my-lily-lexer.cc (the_key_tab): Add book.
4573
4574         * lily/parser.yy: Handle \book.
4575
4576         * lily/include/book.hh: 
4577         * lily/book.cc: New file.
4578
4579 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4580
4581         * lily/text-item.cc (interpret_string): new file, select font with
4582         encoding.
4583
4584         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
4585
4586         * scm/define-markup-commands.scm (encoded-simple): new markup command.
4587
4588         * lily/parser.yy (markup): take encoding from lexer.
4589
4590 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4591
4592         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
4593
4594         * scm/output-ps.scm: Remove some cruft.
4595
4596 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4597
4598         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
4599
4600         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
4601
4602 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4603
4604         * scm/font.scm (add-century-schoolbook-fonts):
4605         (make-century-schoolbook-tree): New function.
4606
4607         * input/test/title-markup.ly: Use Century Schoolbook font.
4608
4609 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4610
4611         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
4612         to Erik Sandberg) 
4613
4614         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
4615
4616         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
4617
4618         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
4619
4620         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
4621
4622 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4623
4624         * scm/part-combiner.scm (determine-split-list): bugfix: if no
4625         solo-state (at end of solo), we can set the solo status
4626         too. (backportme.)
4627
4628         * input/regression/part-combine-solo-end.ly: new file.
4629
4630 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4631
4632         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
4633         flavour abc files.  Really ignore unknown keys (backportme).
4634
4635 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4636
4637         * lily/scaled-font-metric.cc (text_dimension): only multiply with
4638         magnification_ when looking up in orig_.
4639
4640         * scm/output-tex.scm (text): switch off char-mapping.
4641
4642         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
4643         because AFM's encoding field cannot have spaces.
4644
4645 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4646
4647         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
4648
4649 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4650
4651         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
4652
4653         * mf/cmr.enc: new file, without hi-bit ascii info. 
4654
4655         * lily/bezier-bow.cc (slur_shape): make indent dependent on
4656         width. This removes the 'hook' at the end of a long slur.
4657
4658         * buildscripts/mf-to-table.py (parse_logfile): don't append
4659         encoding to fontname.
4660
4661 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4662
4663         * scm/output-ps.scm (define-fonts): Load .enc only once.
4664
4665         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
4666         too.
4667
4668 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4669
4670         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
4671         encoding field.
4672
4673         * lily/stencil-scheme.cc: remove ly:fontify-atom 
4674
4675         * ly/portuges.ly (pitchnames): new file.
4676
4677         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
4678         Michael Welsh Duggan
4679
4680         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
4681
4682         * ly/nederlands.ly: add comment about digits.
4683
4684         * lily/scaled-font-metric.cc (derived_mark): idem.
4685
4686         * scm/encoding.scm (make-encoding-mapping): change permutation to
4687         mapping.
4688
4689         * lily/scaled-font-metric.cc (derived_mark): is a const method.
4690         (Modified_font_metric): make alist for coding_description_
4691         (LY_DEFINE): remove coding-name.
4692
4693         * scm/output-tex.scm (text): remove debugging code.
4694
4695         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
4696
4697         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
4698         from infile.
4699
4700         * mf/feta-generic.mf: move fet_beginfont into generic code.
4701         use fetaMusic (without space) as encoding
4702
4703         * mf/feta-autometric.mf: take encoding argument
4704
4705         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
4706
4707         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
4708         use.
4709
4710         * scm/encoding.scm (read-encoding-file): use symbol for glyph
4711         name.
4712
4713 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4714
4715         * input/test/title-markup.ly: Set inputencoding.
4716
4717         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
4718
4719         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
4720
4721         * scm/encoding.scm (get-coding-filename, get-coding-command): New
4722         function.
4723         (coding-alist): Also hold filename, command.
4724         (read-encoding-file): Return symbols.
4725
4726 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4727
4728         * scm/output-tex.scm: remove fontify; text and char take a font
4729         argument.
4730
4731         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
4732
4733         * lily/scaled-font-metric.cc (text_dimension): init
4734         coding_{permutation,table}_ too 
4735         (LY_DEFINE): ly:font-encoding, new function return
4736
4737         * lily/paper-def.cc (find_scaled_font): take input coding from
4738         inputcoding paper var.
4739
4740         * lily/performance.cc (output): remap modulo 16.
4741
4742         * lily/text-item.cc (interpret_markup): whoops, variable
4743         shadowing fixed.
4744
4745 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
4746
4747         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
4748         symbols, not symbols to strings.
4749
4750         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
4751         symbols, not symbols to strings.
4752
4753 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4754
4755         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
4756         (ly:kpathsea-gulp-file): New function.
4757
4758         * scm/encoding.scm (read-encoding-file): Use it.
4759
4760 2004-04-06  Werner Lemberg  <wl@gnu.org>
4761
4762         * scm/encoding.scm (coding-alist): Fix typo.
4763
4764 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4765
4766         * lily/scaled-font-metric.cc (text_dimension): move function from
4767         Font_metric
4768         (make_scaled_font_metric): init coding_scheme_ to TeX
4769         (text_dimension): use get-coding-vector for non TeX coding_scheme_
4770
4771         * lily/include/scaled-font-metric.hh (struct
4772         Modified_font_metric): rename from Scaled_font_metric
4773
4774         * scm/encoding.scm (read-encoding-file): split up large function,
4775         leave caching to (delay)
4776
4777         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
4778
4779 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4780
4781         * lily/my-lily-lexer.cc (set_encoding): New method.
4782
4783         * lily/lexer.ll: Grok \encoding.
4784
4785         * lily/font-metric.cc (get_encoded_index): New function.
4786
4787         * lily/include/font-metric.hh (coding_scheme): New method.
4788
4789         * scm/encoding.scm: New file.
4790
4791         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
4792
4793 2004-04-05  Werner Lemberg  <wl@gnu.org>
4794
4795         * Documentation/user/tutorial.itely: Revised (finished).
4796
4797         * Documentation/user/macros.itexi (@separate): Removed.
4798
4799 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4800
4801         * scm/output-ps.scm (define-fonts): fix scaling.
4802
4803         * lily/scaled-font-metric.cc (design_size): add function.
4804
4805         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
4806         partial cut&paste of ly:font-magnification.
4807
4808 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4809
4810         * scm/output-ps.scm (define-fonts):
4811         (fontify): Update.
4812
4813 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4814
4815         * po/fr.po: update. (backportme).
4816
4817         * po/nl.po: update. (backportme). 
4818
4819         * mf/feta-beugel.mf: document why design size is not fixed.
4820
4821         * mf/feta-braces-a.mf: rename to stress that it's not design size.
4822
4823 2004-04-04  Werner Lemberg  <wl@gnu.org>
4824
4825         * Documentation/user/tutorial.itely: Revised (continued).
4826
4827 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4828
4829         * po/nl.po: Update (backportme).
4830
4831 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4832
4833         * po/de.po: update. (backportme).
4834
4835         * scm/output-tex.scm (font-command): use ly: functions to
4836         construct name.
4837         (define-fonts): don't use alist, just dump \font definitions.
4838         (font-load-command): calculate proper scaling by taking
4839         outputscale from paper argument.
4840
4841         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
4842         expression.
4843
4844         * lily/paper-outputter.cc (output_header): pass paper arg to
4845         define-fonts
4846
4847         * lily/paper-def.cc (font_descriptions): dump list of
4848         Scaled_font_metrics
4849         (find_scaled_font): take Font_metric argument, store
4850         Scaled_font_metrics in hash-table containing (size ->
4851         Scaled_font_metrics) alist.
4852         (get_dimension): rename from get_realvar
4853
4854         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
4855         ly:font-magnification, ly:font-name: new functions
4856
4857 2004-04-03  Werner Lemberg  <wl@gnu.org>
4858
4859         * Documentation/user/dedication.itely,
4860         Documentation/user/preface.itely,
4861         Documentation/user/introduction.itely,
4862         Documentation/user/tutorial.itely: Revised.
4863         Removing leading spaces which distorts output if info files are read
4864         with stand-alone info.
4865         Removing superfluous inter-word spaces which also distorts output
4866         for stand-alone info.
4867         Using ` and ' instead of `` and '' everywhere to improve
4868         legilibility with stand-alone info
4869         Using @samp for single-letter input items and data which contains
4870         spaces, @code for other things.
4871
4872         * lily/grob-interface.cc: Adding copyright.
4873         (check_interfaces_for_property): Improve format of warning message.
4874
4875 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4876
4877         * lily/include/font-metric.hh (struct Font_metric): add
4878         design_size () method.
4879
4880         * buildscripts/mf-to-table.py (base): add DesignSize comment.
4881
4882         * lily/afm.cc (read_afm_file): read design size.
4883
4884         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
4885
4886         * scm/music-functions.scm (unfold-repeats): handle dots too.
4887
4888 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4889
4890         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
4891         (backportme)
4892
4893 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4894
4895         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
4896         lyric indent.  Revert melismaBusyProperties using \unset.
4897
4898 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4899
4900         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
4901
4902         * lily/parser.yy (command_element): allow redefinition of |
4903         meaning.
4904
4905         * lily/break-align-engraver.cc (acknowledge_grob): construct
4906         LeftEdge where the first cause for alignment is coming from.
4907         This makes \override Staff.LeftEdge work as expected.
4908
4909         * lily/slur-performer.cc (Slur_performer): add inits
4910
4911         * lily/beam-performer.cc (Beam_performer): add inits
4912
4913 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4914
4915         * VERSION (PACKAGE_NAME): release 2.2.0