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