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