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