]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
Mathieu Giraud's patch
[lilypond.git] / ChangeLog
1 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
2
3         * scm/chord-name.scm : support for italian and french
4         chords names.
5
6         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
7         a space defined by chordPrefixSpacer when the root name is
8         direclty followed by a prefix.
9
10         * ly/engraver-init.ly : chordPrefixSpacer       
11         * scm/define-context-properties.scm : chordPrefixSpacer
12         * ly/property-init.ly : italianChords, frenchChords 
13
14 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15
16         * SConstruct: Require pkg-config.
17         (test_program): Bugfix for double digit version compares, use
18         integer (not string-) compare.
19         Optionall require gs 8.14.
20
21         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
22
23         * lily/*: s/ifdef HAVE_*/if have/.
24
25         * SConstruct (test_lib): New function.  Update pkg-config and some
26         other requirements.
27
28         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
29         freetype, pangof2t.
30
31 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
32
33         * po/lilypond.pot, ...: Update using bison-CVS.
34
35         * python/lilylib.py (make_ps_images): Fixo.
36
37 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
38
39         * python/lilylib.py (make_ps_images): typo.
40
41         * configure.in (gui_b): make bison optional.
42
43         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
44
45 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
46
47         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
48         with one parameter can be defined in a LaTeX file when processed
49         by lilypond-book this will be evaluated between the systems of
50         a muti-system score. The parameter is the number of systems processed.
51
52 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
53
54         * python/lilylib.py (make_ps_images): Escape newline.
55
56         * Documentation/user/music-glossary.tely: Run
57         texinfo-all-menus-update.
58
59 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
60
61         * scm/lily-library.scm (old-relative-not-used-message)
62         (version-not-seen-message): Add input-file-name-location to message.
63
64         * lily/parser.yy (lilypond): Add token aliases.
65
66         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
67         not confuse with alteration.
68         (alteration): Add.
69
70 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
71
72         * python/lilylib.py (make_ps_images): use -dEPSCrop
73
74         * VERSION (PACKAGE_NAME): release 2.5.19 
75
76         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
77         only put xrefs in info documentation.
78
79         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
80         .pdf rule to tex-rules.make.
81
82         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
83         from -systems.* output.
84
85         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
86         directly, remove -$(PAGESIZE) target.
87
88         * input/test/embedded-postscript.ly: update.
89
90 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
91
92         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
93
94         * Documentation/user/changing-defaults.itely (Font selection):
95         document font-name.
96
97         * input/regression/font-name.ly: show Pango fonts for
98         font-name. Update example. 
99
100         * lily/pango-select.cc (properties_to_pango_description): don't
101         convert symbol font-size to number, but use to lookup.
102
103         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
104
105         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
106         (NAME . FILE-NAME) tuples for font descriptions. 
107         (write-preamble): display BeginFont DSC comments.
108
109         * python/fontextract.py (write_extracted_fonts): new file. Extract
110         font resources from a PS file.
111
112         * scripts/lilypond-book.py (option_definitions): --psfonts option.
113         (Compile_error.process_include): do_file returns chunks.
114
115         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
116
117         * make/lysdoc-targets.make: .texi is .PRECIOUS
118
119         * scripts/lilypond-book.py (write_if_updated): new function.
120
121 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
122
123         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
124
125 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
126
127         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
128
129         * input/regression/markup-syntax.ly: remove \score.
130
131         * scm/define-markup-commands.scm (draw-circle): add fill argument
132
133         * scm/stencil.scm (make-circle-stencil): add fill argument
134
135         * ps/music-drawing-routines.ps: add fill argument.
136
137         * ly/performer-init.ly: add CueVoice to MIDI too.
138
139         * ps/music-drawing-routines.ps: new routine BeginEPSF /
140         EndEPSF.
141
142         * input/regression/markup-eps.ly: new file.
143
144         * scm/framework-ps.scm (write-preamble): change order: vars should
145         be inited before procedures.
146
147         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
148         for EPS files.
149
150         * scm/define-markup-commands.scm (epsfile): add epsfile command.
151
152 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
153
154         * configure.in (gui_b): add check for ghostscript 8.15
155
156 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
157
158         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
159         start of line. Fixes cresc-after-newline.ly
160
161         * lily/source-file.cc (file_line_column_string): use get_column().
162
163 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
164
165         * lily/source-file.cc (get_column): utf-8 support for column numbers.
166
167 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
168
169         * lily/*: use message () iso progress_indication () for messages.
170         Revise/uniformise user messages.
171
172         * flower/warn.cc (progress_indication): New function.
173         (message): Use it.  Fixes newline problems.
174
175         * config.make.in (webdir): Sort out install dirs.
176
177         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
178
179         * python/lilylib.py (command_name): Bugfix.
180         (make_ps_images):
181
182 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
183
184         * lily/main.cc: --help says what types of backends are availabe
185
186 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
187
188         Fix ./VERSION dependency, and without need to reconfigure.
189
190         * lily/main.cc (setup_paths): Update.
191
192         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
193
194         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
195
196         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
197         Add \line for some simplistic cases.
198
199         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
200
201 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
202
203         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
204         to compile LY files (useful for adding eg. "-I" args)
205         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
206         2Gnome command for gnome backend.
207         (LilyPond-command-formatgnome): call the 2Gnome command. key
208         binding: C-c C-g
209
210 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
211
212         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
213         depend on all PNG images.
214
215 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
216
217         * GNUmakefile.in: Bugfix: also link .map files.
218
219 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
220
221         * scm/music-functions.scm (music->make-music): generate 
222         a (make-music ...) sexpr from a music expression.
223         (display-scheme-music): use guile pretty printer to display the
224         make-music sexpr.
225
226 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
227
228         * ly/engraver-init.ly: reindent.
229         Add CueVoice.
230
231         * scm/music-functions.scm (music-pretty-string): handle moments
232         too.
233         (music-pretty-string): only print non-empty lists.
234         (cue-substitute): create CueVoice context, which has smaller type.
235
236         * lily/moment-scheme.cc (LY_DEFINE): new methods
237         ly:moment-grace-{numerator,denominator}
238
239         * lily/context-handle.cc: remove quit() method. 
240
241         * lily/font-config.cc (init_fontconfig): be verbose about font path.
242         (init_fontconfig): success is 0, not !0
243
244 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
245
246         * mf/feta-nummer-code.mf (code): add plus glyph.
247
248         * lily/tie.cc (print): idem.
249
250         * lily/slur.cc (print): don't use thickness property for
251         slur shape-thickness.
252
253         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
254         while adding stencils.
255
256         * scm/define-markup-commands.scm (with-color): with-color markup
257         command.
258         (whiteout): new markup command 
259         (filled-box): new markup command
260
261 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
262
263         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
264         test for PDF docs.
265
266         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
267         PFAAybabtu-Regular.  Fixes feta font in PDFs.
268         
269         Notes for tetex-3.0 make web:
270            psclean.map: s/uhv8a/uhvr8a/
271            config.ps add:
272                 p +psfonts_t1.map
273                 p +psclean.map
274                 p +typeface.map
275
276 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
277
278         * scm/music-functions.scm (music-pretty-string): fix bug with
279         string argument.
280
281 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
282
283         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
284
285 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
286
287         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
288         only process options if they're there.
289         (write_file_map): add version-seen? to snippet-map.ly
290
291 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
292
293         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
294         formatting cleanups.
295
296         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
297         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
298
299 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
300
301         * scm/framework-ps.scm (ps-font-command): don't hash, just use
302         name directly.
303
304         * lily/main.cc (setup_paths): either add mf/out to search path or 
305         fonts/{otf,type1,etc}
306         
307         * lily/font-config.cc (init_fontconfig): either add mf/out to
308         FontConfig or fonts/{otf,type1,etc}
309
310         * GNUmakefile.in: don't put mf/ link in share/ dir.
311
312         * lily/staff-spacing.cc: move same-direction-correction to
313         note-spacing-interface
314
315         * scm/lily.scm (lilypond-main): use variable argument count for
316         exception handler.
317
318         * lily/font-config.cc (init_fontconfig): add operator pacification
319         message.
320
321         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
322
323         * buildscripts/gen-emmentaler-scripts.py (i): generate
324         PFAEmmentaler as well.
325
326         * scm/framework-ps.scm (munge-lily-font-name): new function
327         (write-preamble): hack: insert PFA equivalent of CFF into
328         .PS. This makes LilyPond output printable on normal PS printers
329         again.
330
331         * buildscripts/gen-emmentaler-scripts.py (i): generate
332         PFAEmmentaler.pfa aswell.
333
334         * scripts/lilypond-book.py: refactor the compose_ly procedure.
335         Patch by John Williams.
336         
337 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
338
339         * scm/page-layout.scm (default-page-make-stencil): always combine
340         the header stencil, even if empty. This prevents the body text to
341         reach up to the margins.
342
343         * po/rw.po (Module): new file, for Kinyarwanda.
344
345         * input/test/spacing-optical.ly (Module): new file.
346
347         * lily/staff-spacing.cc: add same-direction-correction
348
349 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
350
351         * Documentation/user/introduction.itely (Engraving): Comment-out
352         non-existent file.
353
354 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
355
356         * scm/define-grob-properties.scm (all-user-grob-properties): add
357         same-direction-correction
358
359         * VERSION: release 2.5.18
360
361 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
362
363         * lily/grob.cc (mark_smob): Check pscore->layout_ before
364         dereferencing.  Fixes make web.
365
366         * lily/midi-stream.cc: Handle unwritable midi file.  Include
367         errno.h.
368
369         * Documentation/user/: Fix links.
370
371 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
372
373         * lily/text-interface.cc (Module): rename from text-item.cc
374
375         * input/regression/apply-output.ly (texidoc): function naming fix.
376
377         * lily/time-signature-performer.cc (derived_mark): new function.
378
379         * lily/lily-parser-scheme.cc:  print mapped file name for progress
380
381         * scripts/lilypond-book.py (find_linestarts): new function.
382         (find_toplevel_snippets): keep track of line numbers.
383
384         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
385         all key changes.
386
387         * ly/declarations-init.ly (partCombineListener): use
388         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
389
390         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
391
392 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
393
394         * lily/text-item.cc: Fix link.
395
396         * Documentation/user/changing-defaults.itely (Changing defaults):
397         Fix programs reference links.
398
399         * Documentation/user/music-glossary.tely: Convert to utf-8.
400
401 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
402
403         * make/lilypond-vars.make: remove TEXMF from variables.
404         remove DEB_BUILD pk font variables.
405         remove GUILE_LOAD_PATH
406         remove TeX memory vars.
407
408 2005-04-04  Werner Lemberg  <wl@gnu.org>
409
410         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
411
412 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
413
414         * ps/lilyponddefs.ps: remove reencode-font
415
416         * lily/simple-spacer.cc (add_columns): also compare
417         directly. Column rank doesn't distinguish between broken and
418         unbroken columns. This fixes large spaces before time sig changes.
419
420         * Documentation/user/point-and-click.itely: document ly:set-option.
421
422         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
423         point_and_click_global is set.
424
425         * lily/scm-option.cc (LY_DEFINE): add point-and-click
426         ly:set-option argument.
427
428 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
429
430         * GNUmakefile.in: Include symlinks in webball.
431
432         * Documentation/user/GNUmakefile (source-links): Add symlinks to
433         source dir for split and non-split manuals.
434
435         * Documentation/user/*y: Fix @uref/@inputfile links for
436         split/non-split HTML documents.
437
438         * Documentation/user/GNUmakefile (local-WWW): Do not generate
439         .ps.gz.
440         
441 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
442
443         * GNUmakefile.in: Add newline.
444
445 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
446
447         * tex/lilyponddefs.tex: use color instead of xcolor
448         * scm/output-tex.scm: minor editing
449
450 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
451
452         * scm/music-functions.scm (display-scheme-music): pretty printer
453         for music expressions.
454
455 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
456
457         * buildscripts/install-info-html.sh (index_file): Fix link.
458
459 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
460
461         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
462
463         * Documentation/index.html.in: Add size estimates with some big pages.
464
465         * Documentation/user/tutorial.itely (Running LilyPond for the
466         first time): Add/replace some @rglos links.  TODO: add more
467         @rglos links in tutorial, test non-intrusiveness (.css).
468
469         * stepmake/bin/add-html-footer.py (do_file): Remove info's
470         annoying's indication of referencing external document.
471
472         * Documentation/user/GNUmakefile: Split version of glossary too.
473         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
474         links, not only for html.
475
476         * Documentation/user/introduction.itely: Fix some links for other
477         than html, do not use `here' as link name.
478
479 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
480
481         * scm/documentation-generate.scm (string-append): Fix @usermanref,
482         @glossaryref.
483
484 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
485
486         * scm/page-layout.scm (default-page-make-stencil): only add header
487         if existing and not empty. Fixes spurious programming error.
488
489         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
490
491 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
492
493         * scm/output-tex.scm: implement {re,}setcolor
494         * tex/lilyponddefs.tex: use color package
495
496 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
497
498         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
499         additions to website.
500
501         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
502
503         * Documentation/user/macros.itexi: Fix @usermanref html links in
504         split documents: use @inforef.
505
506 2005-03-30  Graham Percival  <gperlist@shaw.ca>
507
508         * Documentation/user/programming-interface.itely: minor fix.
509
510         * Documentation/user/advanced-notation.itely: added info to
511         Metronome markings.
512
513 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
514
515         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
516         use box-stencil.  Remove y-padding argument.
517         (make-stencil-circler): New function.
518
519         * buildscripts/lilypond-words.py (F): 
520         * elisp/SConscript (a): 
521         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
522         * vim/SConscript (a): 
523         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
524
525         * lily/general-scheme.cc: Build fix.
526
527         * scm/markup.scm:
528         * input/regression/markup-scheme.ly: 
529         * input/regression/markup-syntax.ly: Drop 'new-' from name.
530
531         * scm/stencil.scm (make-circle-stencil): New function.
532
533         * scm/define-markup-commands.scm (draw-circle): Use it.  New
534         name (was cicle).  Update callers.
535         (circle): New markup command, similar to box.
536
537         * scm/stencil.scm (circle-stencil): New function.
538
539 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
540
541         * configure.in: Detect libutf8/wchar.h variant.
542
543         * stepmake/aclocal.m4: Modify shared size test.
544
545 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
546
547         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
548
549 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
550
551         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
552         
553         * VERSION (PACKAGE_NAME):  release 2.5.17
554
555 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
556
557         * scm/backend-library.scm (postscript->png): Fix comment and png
558         message.
559
560         * GNUmakefile.in (link-tree): Fix locales.
561
562 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
563
564         * lily/stencil-scheme.cc (LY_DEFINE): change to
565         ly:stencil-aligned-to, non mutating.
566
567         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
568
569         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
570
571         * lily/quote-iterator.cc (derived_mark): call
572         Music_wrapper_iterator::derived_mark() too.
573
574         * lily/grace-engraver.cc (derived_mark): change signature, add
575         const.
576
577 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
578
579         * SConstruct (symlink): 
580         * GNUmakefile.in (link-tree): Add scripts to prefix.
581
582         * lily/general-scheme.cc (ly:effective-prefix): New function.
583
584         * scm/backend-library.scm (postscript->png): Use it.
585
586 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
587
588         * lily/paper-score.cc (process): don't delete grobs after
589         producing stencils. 
590
591         * scm/part-combiner.scm (determine-split-list): switch off
592         debugging info.
593
594         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
595         if available.
596
597         * scm/define-context-properties.scm
598         (all-user-translation-properties): add stringNumberOrientations.
599
600         * lily/new-fingering-engraver.cc (position_scripts): make generic,
601         so fingering and string-numbers are separately controlled.
602
603 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
604
605         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
606         not use debugging.
607
608 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
609
610         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
611
612         * config.hh.in: add HAVE_FONTCONFIG.
613
614         * Documentation/user/instrument-notation.itely (String number
615         indications): new node.
616
617         * input/regression/new-markup-syntax.ly (texidoc): add circle.
618
619         * lily/new-fingering-engraver.cc (add_string): new function. 
620         (acknowledge_grob): accept string-number-event as well.
621
622         * scm/define-markup-commands.scm (circle): new markup command.
623
624         * scm/output-lib.scm (print-circled-text-callback): new function.
625
626         * lily/GNUmakefile: move ifeq after include stepmake.make.
627
628 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
629
630         * config.make.in (HAVE_LIBKPATHSEA_SO):
631         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
632
633         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
634         add KPATHSEA_LIBS.
635
636         * debian/watch: 
637         * debian/control: Update.
638
639 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
640
641         * input/test/title-markup.ly (spaceTest): remove.
642
643         * input/test/embedded-tex.ly (Module): remove.
644
645         * input/test/music-box.ly: use 'name property, not ly:music-name.
646
647         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
648
649         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
650
651 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
652
653         * Documentation/topdocs/INSTALL.texi (Top): Remove information
654         about xdeltas.  Add information about CVS.
655
656         * scm/lily.scm (lilypond-main): Fix invocation of handler,
657         gracefully handle failed files.
658
659         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
660
661         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
662         small fixes.
663
664         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
665         No unnecessarily specific i18n messages.  Remove stray `1'.
666
667 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
668
669         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
670         documentencoding
671
672         * scm/documentation-lib.scm (texi-file-head): set utf-8
673         documentencoding.
674
675         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
676         Delta, not the Symbol one. 
677
678         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
679         for the .map file.
680
681         * Documentation/topdocs/INSTALL.texi (Top): add running
682         requirement as compilation requirement.
683
684 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
685
686         * buildscripts/mutopia-index.py (headertext): add h1 header and
687         utf-8 charset meta field.
688
689         * input/GNUmakefile: prune example list.
690
691         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
692         options.
693
694         * lily/slur-scoring.cc (get_base_attachments): only look at stem
695         extent for visible stems.
696
697         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
698
699 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
700
701         * Documentation/topdocs/INSTALL.texi (Top): Updates.
702
703         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
704
705 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
706
707         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
708         pass inf/nan into slur scoring.
709
710         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
711         page.
712
713         * scripts/lilypond-book.py (main): add png for HTML too, guess
714         only if necessary. Thanks to John Williams.
715
716         * flower/include/virtual-methods.hh: simplify. Patch by Matthias
717         Neeracher.
718
719         * mf/GNUmakefile (depth): use $(FONTFORGE). Patch by Jeff Smith
720         <whydoubt@yahoo.com>
721
722         * scripts/abc2ly.py (dump_voices): use alphabet(). 
723
724 2005-03-25  Graham Percival  <gperlist@shaw.ca>
725
726         * Documentation/topdocs/INSTALL.texi: now recommends
727         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
728
729         * Documentation/user/basic-notation.itely,
730         Documentation/user/tutoria.itely: warn about
731         only one (phrasing) slur at once.
732
733 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
734
735         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
736
737 2005-03-23  Graham Percival  <gperlist@shaw.ca>
738
739         * Documentation/user/basic-notation.itely: fixed info about
740         ending a (de)cresc.
741
742         * Documentation/user/lilypond-book.itely: fixed
743         lilypond-book filter example and warned about not doing
744         --filter and --process at the same time.
745
746 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
747
748         * lily/parser.yy (bass_number),
749         Documentation/user/instrument-notation.itely (Figured bass): 
750         Add the possibility to use text markup in figured bass. 
751
752 2005-03-19  Graham Percival  <gperlist@shaw.ca>
753
754         * Documentation/user/global.itely: added info about naming
755         identifiers and breakbefore.
756
757         * Documentation/user/invoking.itely: added info about batch
758         processing files with convert-ly, removed references to TeX
759         in the jail section.
760
761         * Documentation/user/examples.itely: possibly fixed piano
762         dynamics.
763
764         * Documentation/user/advanced-notation.itely: added info
765         about removing other types of Staff.
766
767         * Documentation/user/instrument-notation.itely: possibly
768         fixed piano staff line switch.
769
770         * Documentation/user/changing-defaults.itely: added info
771         about using normal font in titles.
772
773 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
774
775         * VERSION (PATCH_LEVEL): release 2.5.16
776
777         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
778         explicitly.
779
780 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
781
782         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
783         whitespace.
784
785         * python/lilylib.py (make_ps_images):
786         * scm/backend-library.scm (postscript->pdf, postscript->png):
787         Quote file name.  Use format rather than string-append juggling.
788
789 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
790
791         * python/lilylib.py (make_ps_images): add x to -g argument. 
792
793         * lily/key-performer.cc (create_audio_elements): don't use
794         scm_eval_string. Check for minor 3rd directly.
795   
796         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
797         (sarabandeCelloGlobal): key is D minor, not F major.
798
799 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
800
801         Fix truncated --png output (Peter Danenberg).
802         
803         * python/lilylib.py (make_ps_images):
804         * scripts/ps2png.py (copyright): Grok --papersize option.
805
806         * scm/backend-library.scm (postscript->png): Add parameter
807         PAPERSIZE.  Update callers.
808
809         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
810         Fixes symbol placement.
811
812         * lily/spanner.cc: 
813         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
814         <libc-extension.hh>).
815
816 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
817
818         * Nitpick run.
819
820         * buildscripts/fixcc.py: Update.
821
822         Builddir run fixes.
823
824         * HACKING (datadir): Add VERSION.
825
826         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
827         higher up.
828
829 2005-03-15  Werner Lemberg  <wl@gnu.org>
830
831         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
832         diagonal stem doesn't become thinner.
833
834 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
835
836         * buildscripts/fixcc.py: Fixes (Werner).
837
838 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
839
840         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
841         Emmentaler/Aybabtu.
842
843         * GNUmakefile.in: fix lilypond-words path.
844
845         * po/tr.po: update to 2.3.21
846
847         * lily/new-fingering-engraver.cc (position_scripts): take priority
848         from head position.
849
850         * input/regression/finger-chords-order.ly (texidoc): new file.
851
852 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
853
854         * make/ly-rules.make: 
855         * stepmake/aclocal.m4: 
856         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
857
858         * buildscripts/fixcc.py (rules): Leave space after operator.
859
860 2005-03-14  Werner Lemberg  <wl@gnu.org>
861
862         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
863         top of the glyph with smooth curve.
864
865 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
866
867         * Documentation/user/global.itely (Page layout): remove
868         printpagenumber.
869
870 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
871
872         * input/regression/mensural-ligatures.ly: new file (with examples
873         compiled by Pal Benko).
874
875         * Documentation/user/instrument-notation.itely: Bugfix: yet some
876         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
877         musicglyph access.  Many small beautifications in ancient
878         examples.
879
880         * input/test/divisiones.ly: fixed indentation; small
881         beautifications
882
883         * ly/engraver-init.ly: added FIXME comment
884
885         * scripts/lilypond-book.py,
886         Documentation/user/lilypond-book.itely: added music fragment
887         option "packed" to lilypond-book
888
889         * Documentation/user/instrument-notation.itely: Bugfix: added
890         missing LedgerLineSpanner color setting in several places.  Added
891         music fragment option "packed" to VaticanaContext example.
892
893 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
894
895         * scm/define-grobs.scm (all-grob-descriptions): switch off
896         Hyphen_spanner::set_spacing_rods 
897
898         * lily/lyric-hyphen.cc (print): add padding between syllable and
899         hyphen.
900         (print): shorten hyphen in tight situations (determine using
901         minimum-length)
902
903         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
904         0.4pt.
905
906 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
907
908         * ly/titling-init.ly (bookTitleMarkup): Refinements.
909
910         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
911         header/footer markings for regression-test.
912
913         * scm/backend-library.scm (output-scopes, header-to-file): Move
914         from framework-tex.scm.
915
916         * scm/framework-ps.scm (output-framework)
917         (output-preview-framework):
918         * scm/framework-eps.scm (output-classic-framework)
919         (output-framework): Use it.  Fixes collated files.
920
921 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
922
923         * input/sakura-sakura.ly: 
924         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
925
926         * buildscripts/guile-gnome.sh: Update.
927
928         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
929
930         * mf/aybabtu.pe.in: Capitalize Aybabtu.
931
932 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
933
934         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
935         culprit: always exit the loop if we find a rod, even if it has
936         distance < 0. 
937
938         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
939         algorithm.
940
941         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
942         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
943
944         * scm/output-svg.scm (dashed-line): new  function body.
945         
946         * GNUmakefile.in: create .htaccess.
947
948 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
949
950         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
951
952 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
953
954         * VERSION (PACKAGE_NAME): release 2.5.15
955
956         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
957
958         * scm/framework-svg.scm (output-framework): put scaling in
959         document header. Apply scaling only once.
960         (output-framework): dump page size in px, not mm. 
961
962         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
963         from font-size.
964
965         * lily/paper-outputter-scheme.cc (LY_DEFINE):
966         ly:outputter-output-scheme, new function.
967
968         * scm/output-svg.scm (pango-description-to-svg-font): new function
969
970 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
971
972         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
973         target.
974
975         * input/typography-demo.ly: new file.
976
977 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
978
979         * Documentation/user/global.itely (File structure): Add markup blocks
980         to toplevel expressions.
981         (Multiple movements, Creating titles): Add markup blocks.
982
983         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
984         <libc-extension.hh>).
985
986         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
987
988         * flower
989         * lily
990         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
991
992 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
993
994         * lily/accidental.cc: special bboxes for natural. 
995
996         * mf/feta-toevallig.mf: make stems heavier.
997
998         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
999         texts as well.
1000
1001         * mf/feta-klef.mf: revise. 
1002
1003         * mf/feta-schrift.mf: make thinning of accent less pronounced.
1004
1005         * mf/feta-klef.mf: add rounded curve at top. 
1006         make thinnib a little heavier.
1007
1008 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1009
1010         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
1011
1012         * buildscripts/fixcc.py: New file.
1013
1014         * input/regression/utf8.ly: Update Debian font description.
1015
1016 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1017
1018         * stepmake/aclocal.m4: Fix test.
1019
1020 2005-03-09  Graham Percival  <gperlist@shaw.ca>
1021
1022         * Documentation/user/invoking.itely: added Sebastino Vigna's
1023         docs for the --jail option.
1024
1025 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1026
1027         * lily/stem.cc (print): only produce stemlets if there are no
1028         noteheads on this stem.
1029
1030         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
1031         don't crash on stemlet (visible stem without heads).
1032
1033         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
1034         unbroken situations. 
1035
1036         * scm/output-lib.scm (center-invisible): new function.
1037
1038         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
1039         wishes to determine loose column space.
1040
1041         * lily/font-config.cc (init_fontconfig): add
1042         fonts/{otf,type1,cff}  to path.
1043
1044         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
1045
1046         * mf/GNUmakefile (Module): install all fonts under otf/
1047
1048         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
1049         replace /fonts/otf/ by /ps/ 
1050
1051         
1052 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1053
1054         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
1055
1056         * lily/book.cc (process): Oops, add score_.header_.
1057
1058         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
1059
1060         * lily/parser.yy: Handle toplevel and book texts as score.
1061
1062         * scm/page-layout.scm (default-page-make-stencil):
1063         Bugfix: (page-properties rename.
1064
1065         * scm/backend-library.scm (ly:system): Typo.
1066
1067 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1068
1069         * stepmake/stepmake/executable-targets.make (installexe): don't
1070         strip installed executables
1071
1072         * lily/font-select.cc (get_font_by_design_size): revert
1073         pango_description_string as well.
1074
1075         * lily/system.cc (set_loose_columns): put loose column just left
1076         of next column.
1077
1078         * lily/include/group-interface.hh (extract_grob_array): rename
1079         from Pointer_group_interface__extract_grobs
1080
1081         * input/regression/ledger-line-minimum.ly (texidoc): new file.
1082
1083         * lily/ledger-line-spanner.cc (set_spacing_rods): new
1084         function. Keep ledgered note heads at a minimum distance.
1085         Introduce minimum-length-fraction
1086         (print): introduce length-fraction property.
1087
1088 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1089
1090         * tex/GNUmakefile: remove latin1.enc rules.
1091
1092 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1093
1094         * scm/titling.scm: Typo.
1095
1096         * input/regression/score-text.ly: Really add.
1097
1098         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
1099
1100 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1101
1102         * lily/open-type-font-scheme.cc:  new file.
1103
1104 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1105
1106         * scm/titling.scm (layout-extract-page-properties): Rename from
1107         page-properties.  Update callers.
1108
1109         * lily/lexer.ll (Lily_lexer):
1110         * lily/parser.yy: Junk lyric_markup state.
1111
1112         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
1113
1114         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
1115         Add texts parameter.
1116
1117 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1118
1119         * lily/lexer.ll (lyric_markup): New mode.
1120         (Lily_lexer::push_lyric_markup_state): New method.
1121         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
1122
1123         * lily/parser.yy (book_body):
1124         (toplevel_expression): Grok \markup texts.
1125
1126         * lily/score-scheme.cc (ly:music-scorify): 
1127         * scm/lily-library.scm (collect-music-for-book): Take texts
1128         parameter.
1129
1130         * lily/score.cc (texts_): New member.
1131
1132         * lily/paper-book.cc (systems): Format score texts.
1133
1134         * score-text.ly: New file.
1135
1136         * ttftool/SConscript:
1137         * kpath-guile/SConscript: New file.
1138
1139         * lily/SConscript:
1140         * SConstruct: Update.
1141
1142 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1143
1144         * VERSION (PACKAGE_NAME): release 2.5.14
1145
1146 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1147
1148         * lily/main.cc: Add dummy xgettext markers.
1149
1150 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1151
1152         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
1153         requirements
1154
1155         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
1156         executable is < 40k
1157
1158         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
1159         hack.
1160
1161 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1162
1163         * flower/libc-extension.cc:
1164         * flower/include/libc-extension.hh: [Open]BSD simply cast
1165         cookie/funopen declarations.
1166
1167         * stepmake/aclocal.m4: Check for libkpathsea.so.
1168
1169         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
1170         dl_kpse_find_file.
1171
1172 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1173
1174         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
1175         (open_library): alternative for static library.
1176
1177 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1178
1179         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
1180
1181         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
1182
1183         Drop run-time dependency on teTeX.
1184
1185         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
1186
1187         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
1188         KPATHSEA_LIBS in LIBS.
1189         (STEPMAKE_DLOPEN): New function.
1190
1191         * lily/font-config.cc (init_fontconfig): Use dir for directory,
1192         not path.
1193
1194         * flower/file-path.cc (directories): Rename from paths, as this
1195         return an array of directories (a single path).
1196
1197 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1198
1199         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
1200
1201         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
1202         new ly:kpathsea-find-file
1203
1204         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
1205
1206         * kpath-guile/GNUmakefile: new file
1207
1208         * buildscripts/gen-emmentaler-scripts.py (i): generate
1209         emmentaler-X.fontname as well.
1210
1211         * buildscripts/ps-embed-cff.py: new script
1212
1213         * scm/lily-library.scm: remove ps-embed-cff.
1214
1215         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
1216         font loading. 
1217
1218         * scm/font.scm (add-music-fonts): load dynamics/numbers through
1219         fontconfig as well.
1220
1221         * lily/font-config.cc (init_fontconfig): add cff/ too.
1222
1223         * ly/generate-embedded-cff.ly: capitalize.
1224
1225         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
1226         so as to register the pango font.
1227
1228         * lily/font-config.cc (init_fontconfig): add
1229         prefix/{otf,type1,mf/out} to fontconfig path.
1230
1231         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
1232         overrides all. 
1233
1234         * configure.in (gui_b): remove ec mftrace check
1235
1236         * config.hh.in: use lilypond-Major.Minor as data directory.
1237
1238         * scm/framework-ps.scm (dump-page): use output-units for landscape.
1239
1240         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
1241         name.
1242
1243 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1244
1245         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
1246         error messages.
1247
1248         * flower/libc-extension.cc:
1249         * flower/include/libc-extension.hh: [Open]BSD fixes for
1250         cookie/funopen declarations.
1251
1252 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1253
1254         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
1255         emmentaler.
1256
1257         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
1258         lcrm10.
1259
1260         * scm/define-markup-commands.scm (fontsize): new markup
1261         command. Also set baseline-skip
1262
1263         * lily/main.cc (do_chroot_jail): paranoia security for webserver
1264         use. Patch by Sebastiano Vigna <vigna@dsi.unimi.it>.
1265
1266 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1267
1268         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
1269
1270         * lily/pdf.cc: remove PDF related files
1271
1272 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1273
1274         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
1275         <hamamatsu@gmx.de>
1276
1277 2005-03-05  Graham Percival  <gperlist@shaw.ca>
1278
1279         * Documentation/user/advanced-notation.itely: first draft
1280         of reorg done.
1281
1282         * Documentation/user/global.itely: fixed (sub)section
1283         bits of MIDI.
1284
1285 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1286
1287         * cygwin/mknetrel (extras): Bufix (Bertalan).
1288
1289         * Documentation/user/basic-notation.itely (Chords): @ref fix.
1290         * Documentation/user/instrument-notation.itely (Introducing chord
1291         names): Compile fix: must have unique name.
1292
1293 2005-03-02  Graham Percival  <gperlist@shaw.ca>
1294
1295         * Documentation/user/instrument-notation.itely: reorg.
1296
1297 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1298
1299         * scm/output-gnome.scm:
1300         * scm/output-svg.scm: Fix font scaling.
1301
1302 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1303
1304         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
1305         what link to use best.
1306
1307         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
1308         * Documentation/user/tutorial.itely (Automatic and manual beams):
1309         Fix @ref.
1310
1311         * lily/tweak-registration.cc (replace_grob_tweak): New function.
1312         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
1313         * scm/framework-gnome.scm (tweak): Use it.
1314
1315 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1316
1317         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
1318
1319         * scm/output-ps.scm (white-text): reinstate white-text
1320
1321 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1322
1323         * scm/output-ps.scm (offset-add): Remove.
1324
1325         * scm/lily-library.scm (offset-flip-y): New function.
1326         * scm/framework-gnome.scm (tweak): Use it.
1327
1328         * scm/output-gnome.scm (grob-cause): Add parameter.
1329
1330         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
1331         * scm/output-ps.scm (url-link): Move.
1332         (white-text): Warn user about brokenness.
1333
1334         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
1335         wrt ghostscript.
1336
1337 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1338
1339         * lily/slash-repeat-engraver.cc (try_music): always make slashes
1340         if body length smaller than measure length.
1341
1342         * scm/define-markup-commands.scm (with-url): oops. use Y extent
1343         for Y.
1344
1345         * ly/titling-init.ly (tagline): put default tagline in \paper
1346
1347 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1348
1349         * lily/kpath.cc: 
1350         * lily/pdf.cc (Pdf_file): Use more generic error messages.
1351
1352         * scm/lily-library.scm (version-not-seen-message): New function.
1353         * ly/init.ly: Use it.
1354
1355         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
1356         breaks as progess.
1357
1358         * scripts/lilypond-book.py (do_process_cmd): Do not lump
1359         whitespace with l10n message.
1360
1361         * scm/framework-tex.scm (convert-to-ps):
1362         (convert-to-dvi): Do not use overly specific l10n messages.
1363
1364         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
1365
1366         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
1367         merge stderr with stdout.  
1368
1369 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1370
1371         * flower/libc-extension.cc: Tested BSD compile fix (Matthias Neeracher).
1372
1373 2005-02-29  Graham Percival  <gperlist@shaw.ca>
1374
1375         * Documentation/user/instrument-notation.teily: moved
1376         \arpeggio to Basic.
1377
1378         * Documentation/user/advanced-notation.itely: Articulation to
1379         Basic, a bunch of stuff from Basic moved to Advanced.
1380
1381         * Documentation/user/basic.itely: swapped various sections,
1382         reorganized Basic.
1383
1384 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1385
1386         * flower/memory-stream.cc: 
1387         * flower/libc-extension.cc: Remove obsolete #undefs.
1388
1389         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
1390         more carefully.
1391
1392 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1393
1394         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
1395         dependency.
1396
1397         * VERSION (PACKAGE_NAME): release 2.5.13
1398
1399         * GNUmakefile.in (web-ext): don't ship ps.gz
1400
1401         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
1402         stdout
1403
1404 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1405
1406         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
1407         without libintl.  Now it compiles too.
1408
1409 2005-02-28  Graham Percival  <gperlist@shaw.ca>
1410
1411         * Documentation/user/basic-notation.itely,
1412         instument-notation.itely, advanced-notation.itely:
1413         split up contents of notation.itely.
1414
1415         * Documentation/user/notation.itely: file removed.
1416
1417         * Documentation/user/invoking.itely, converters.itely:
1418         moved convert-ly info to invoking.itely.
1419
1420         * Documentation/user/global.itely, changing-defaults.itely,
1421         sound-output.itexi: moved global settings, file layout, and
1422         sound into global.itely.
1423
1424         * Documentation/user/sound-output.itexi: file removed.
1425
1426         * Documentation/user/lilypond.tely: removed links to
1427         notation.itely and sound.itely.
1428
1429 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1430
1431         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
1432
1433         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
1434  
1435         * THANKS: add sponsor.
1436
1437         * scm/define-markup-commands.scm (with-url): new markup command.
1438
1439         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
1440         tagline.
1441         
1442         * scm/output-tex.scm (url-link): stub.
1443
1444         * scm/output-ps.scm (url-link): new function.
1445
1446         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
1447         ly:set-point-and-click
1448
1449 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1450
1451         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
1452         based on pdf-viewer setting.
1453
1454         * scm/framework-ps.scm (write-preamble): Find and set preferred
1455         pdf-viewer.
1456
1457 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1458
1459         * Documentation/user/point-and-click.itely: update for PDF point &
1460         click.
1461
1462         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
1463         editors based on EDITOR setting.
1464
1465 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1466
1467         * scm/*: Oops, more grand 2005 replace bits.
1468
1469 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1470
1471         * ps/music-drawing-routines.ps: new routine: insert PDF mark
1472
1473         * scm/output-ps.scm (grob-cause): point & click support for
1474         PostScript
1475
1476 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1477
1478         * lily/input-scheme.cc (LY_DEFINE): rename to
1479         ly:input-file-line-column
1480
1481 2005-02-26  Graham Percival  <gperlist@shaw.ca>
1482
1483         * Documentation/user/examples.itely: small fix from Steve Doonan.
1484
1485         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
1486
1487         * Documentation/user/notation.itely: revamped Polyphony section
1488         from Yuval Harel.  Thanks!
1489
1490         * THANKS: added Yuval Harel.
1491
1492         * Documentation/user/{various}: inserted two spaces after a period.
1493
1494         * Documentation/user/lilypond.tely: added framework for reorg.
1495
1496         * Documentation/user/basic-notation.itely, instrument-notation.itely,
1497         advanced-notation.itely, global.itely: new files, placeholder for
1498         future reorg.
1499
1500 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1501
1502         * Documentation/user/lilypond-book.itely (Music fragment options):
1503         doc fontload.
1504
1505         * Documentation/user/changing-defaults.itely (Text encoding): add
1506         fontload option to utf8 include
1507
1508         * scripts/lilypond-book.py (compose_ly): add fontload option
1509
1510         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
1511         force-eps-font-include option.
1512
1513         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
1514         black triangle
1515
1516         * Documentation/user/invoking.itely (Editor support): remove
1517         lilypond-latex section.
1518
1519         * scripts/lilypond-latex.py (Module): remove script.
1520
1521         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
1522         overwrite .log. 
1523
1524         * lily/main.cc: remove -m, --no-layout
1525
1526         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
1527         to define. We don't want to override fprintf everywhere.
1528
1529 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1530
1531         * cygwin/lilypond.hint: 
1532         * cygwin/README.in: Update dependencies.
1533
1534         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
1535         Bugfix: do not pollute CPPFLAGS, LIBS.
1536
1537         * cygwin/mknetrel (extras): Cross compile fixes.
1538
1539         * ttftool/util.c: 
1540         * ttftool/ttfps.c: 
1541         * ttftool/ps.c: #include libc-extension.hh
1542
1543         * flower/include/libc-extension.hh:
1544         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
1545         wrapper using funopen.
1546         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
1547         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
1548
1549         * config.hh.in:
1550         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
1551         (AC_CHECK_HEADERS): Add libio.h
1552
1553         * scripts/convert-ly.py: Uniformize, internationalize.
1554         (2.5.2): Remove fatal encoding rule.
1555         (2.5.13): Handle latin1 encoding gracefully.
1556
1557 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1558
1559         * HACKING: Fix line breaks.
1560
1561 2005-02-23  Werner Lemberg  <wl@gnu.org>
1562
1563         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
1564         contains those two files.
1565
1566 2005-02-21  Werner Lemberg  <wl@gnu.org>
1567
1568         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
1569         to improve overlap removal process.
1570
1571         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
1572         left and right ending.  This ensures better overlapping.
1573         Update all callers.
1574         ("lineprall"): Don't use draw_gridline to get better overlapping.
1575
1576 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1577
1578         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
1579
1580         * Documentation/topdocs/NEWS.tely (Top): oops.
1581
1582 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
1583
1584         * HACKING: new file.
1585
1586         * input/regression/utf8.ly (portuguese): added a portuguese example
1587         to show latin1 accents.
1588
1589 2005-02-21  Pal Benko  <benkop@freestart.hu>
1590
1591         * lily/mensural-ligature-engraver.cc:
1592         * lily/mensural-ligature.cc:
1593         * lily/include/mensural-ligature.hh: new algorithm implemented
1594
1595         * scm/define-grob-properties.scm: join-left killed (add-join may
1596         be used); join-left-amount changed to join-right-amount
1597
1598 2005-02-21  Graham Percival  <gperlist@shaw.ca>
1599
1600         * Documentation/user/notation.itely: small but urgent fix.
1601
1602 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
1603
1604         * lily/duration-scheme.cc: bugfix: correct parameters to
1605         SCM_ASSERT_TYPE.
1606
1607         * THANKS: added Pal.
1608
1609         * Documentation/user/notation.itely: bugfix: unTeXified
1610         $\\backslash$.  Bugfix: yet another glyph renaming victim:
1611         "timesig.*x/y" -> "timesig.*xy".
1612
1613 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1614         
1615         * VERSION (PACKAGE_NAME): release 2.5.12
1616
1617 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1618
1619         * ly/engraver-init.ly: set tieWaitForNote to #t by default
1620
1621         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
1622
1623         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
1624
1625         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
1626
1627 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1628
1629         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
1630         latin1..utf-8.
1631
1632         * input/regression/stanza-number.ly:
1633         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
1634
1635         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
1636
1637 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1638
1639         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
1640         NEWS. Refer to website for older news.  
1641
1642         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
1643         .HTML. This should be done for specific servers only.
1644
1645         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
1646         .ly image examples.
1647
1648         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
1649         in layer 0 too.
1650
1651         * scm/define-context-properties.scm
1652         (all-user-translation-properties): add tieWaitForNote
1653
1654         * scm/define-grobs.scm (all-grob-descriptions): add
1655         Tie_column::before_line_breaking
1656
1657         * lily/tie.cc (get_column_rank): new function
1658
1659         * lily/tie-column.cc (before_line_breaking): new function.
1660         (werner_directions): take into account ties that start on
1661         different columns.  
1662
1663         * lily/score-engraver.cc (set_columns): move add_column() so we
1664         have column rank available.
1665
1666         * lily/tie.cc (get_column_rank): new function.
1667
1668         * input/regression/utf8.ly (japanese): add japanese lyrics.
1669
1670         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
1671
1672         * THANKS: add Steve D
1673
1674         * ttftool/*.c: add TTF -> Type42 conversion library.
1675
1676 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
1677
1678         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
1679         to show harmonic notes
1680         * scm/define-markup-commands.scm: in \markup-by-number
1681         "dots-dot" -> "dots.dot" to show dotted notes
1682
1683 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1684
1685         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
1686
1687         * flower/memory-stream.cc (writer): new file.
1688
1689         * configure.in: add endian test.
1690
1691 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
1692
1693         * Documentation/user/examples.itely: small
1694         simplification/beautification
1695
1696         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
1697         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
1698         notation manual.
1699
1700         * lily/mensural-ligature.cc: bugfix: another few victims of the
1701         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
1702
1703         * ly/gregorian-init.ly: commit some experimental code for hi-level
1704         ligature input language lying around here for several months.
1705
1706         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
1707         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
1708
1709         * lily/vaticana-ligature-engraver.cc: bugfix: another few
1710         "x-y-z"->"x.y.s-z" fixes.
1711
1712 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1713
1714         * scm/framework-pdf.scm (scm): new file
1715
1716         * lily/include/pdf.hh (class Pdf_file): new file.
1717
1718         * lily/pdf.cc (write_trailer): new file.
1719
1720 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
1721
1722         * input/regression/color.ly: new file
1723
1724         * lily/stencil.cc (interpret_stencil_expression):
1725         when a color expression is encountered: save current color,
1726         process the rest of the expression, and restore previous color.
1727
1728         * lily/system.cc (get_line): check all grobs for color property and
1729         prepare the stencil scheme expressions for further processing.
1730         Fix layer-loop.
1731
1732         * scm/define-grob-properties.scm: introduce the color property.
1733
1734         * scm/output-lib.scm: color helper functions.
1735
1736         * scm/output-ps.scm: introduce setcolor/resetcolor.
1737
1738 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
1739
1740         * ly/*.ly, input/regression/*.ly: Added missing \version
1741         statements in some files.
1742
1743 2005-02-15  Graham Percival  <gperlist@shaw.ca>
1744
1745         * Documentation/user/notation.itely: minor editing.
1746
1747         * Documentation/user/converters.itely: updated convert-ly bugs.
1748
1749         * Documentation/user/lilypond-book.itely: add info about using
1750         feta characters in latex.
1751
1752 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1753
1754         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
1755
1756 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1757
1758         * scm/define-grob-properties.scm (all-user-grob-properties):
1759         removed 'dashed property.
1760
1761 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1762
1763         * scm/lily.scm (define-safe-public): new macro for defining
1764         variables that can be used in --safe mode. Use it in *.scm
1765         instead of manually setting safe-objects in safe-lily.scm.
1766
1767 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1768         
1769         * Slur-dash patch by Bertalan.
1770
1771         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
1772
1773         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
1774
1775 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1776
1777         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
1778
1779 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1780
1781         * mf/GNUmakefile: teTeX-3.0 install fix.
1782
1783         * Cygwin patch from Bertalan.
1784
1785         * stepmake/stepmake/metafont-rules.make: Remove bashism.
1786
1787 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1788
1789         * GNUmakefile.in: 
1790         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
1791
1792         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
1793         2.0.x compatibility.
1794
1795 2005-02-08  Werner Lemberg  <wl@gnu.org>
1796
1797         * mf/feta-din-code.mf: Format; clean up code.
1798         Replace `---' with `--' plus explicit path directions.
1799         (linethickness#, stafflinethickness#): Remove.
1800         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
1801         ("dynamic s"): Improve shape.
1802         ("dynamic p"): Improve shape.
1803         Replace `draw' with better outline approximation.
1804         ("dynamic r"): Improve shape.
1805         Don't call `fill' and `draw' at the same time.
1806
1807 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1808
1809         * SConstruct (symlink):
1810         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
1811         build fix: add enc symlink.
1812
1813         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
1814
1815         Support for DESTDIR besides prefix=/foo
1816
1817         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
1818
1819         * stepmake/stepmake/*.make:
1820         * */GNUmakefile:
1821         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
1822
1823         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
1824
1825         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
1826         mawk in fontforge (date) test.
1827
1828 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1829
1830         * scm/font.scm (make-century-schoolbook-tree): add NCS as
1831         font-family=roman. Add Luxi Sans as sans
1832
1833 2005-02-07  Graham Percival  <gperlist@shaw.ca>
1834
1835         * Documentation/user/notation.itely: add warning about
1836         percent repeats and Voice contexts.
1837
1838         * Documentation/user/lilypond-book.itely: clarified the
1839         necessity of dvips -u arguments.
1840
1841 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
1842
1843         * THANKS: Added a bunch of bug hunters.
1844
1845 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1846
1847         * scm/framework-ps.scm (output-preview-framework): bugfix.
1848
1849         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
1850         o/ for chord modifier..
1851
1852         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
1853
1854         * lily/drum-note-performer.cc:  remove unused (thanks Michael
1855         Welsh Duggan). 
1856
1857 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1858
1859         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
1860
1861         * ly/titling-init.ly: Do not also print intstrument in header on
1862         first page.  Do not print page number on first and only page.
1863
1864 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1865
1866         * input/regression/*.ly: remove old-relative everywhere
1867
1868         * lily/music-sequence.cc (simultaneous_relative_callback): do
1869         what-if analysis on copy, not on original. Fixes old-relative
1870         compatibility.
1871
1872         * scm/backend-library.scm (postscript->png): space before
1873         --verbose.
1874         
1875 2005-02-05  Werner Lemberg  <wl@gnu.org>
1876
1877         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
1878         is defined.
1879
1880         * mf/feta-alphabet.mf: Define `staffsize#'.
1881         Include `feta-params.mf'.
1882         s/staffheight/design_size/.
1883
1884         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
1885
1886         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
1887
1888         * mf/feta-nummer-code.mf: Reformatted.
1889         (draw_six): Use outline intersection to avoid a self-intersecting
1890         path.
1891         ("Numeral comma"): Fix serious outline glitches.  This slightly
1892         changes the glyph shape.
1893         ("Numeral dash"): Use `draw_rounded_block'.
1894         ("Numeral dot"): Use `drawdot'.
1895         ("Numeral 1"): Assure identical tangent directions for the
1896         intersection points of paths.  The glyph shape improvement is only
1897         visible at very high magnifications.
1898         ("Numeral 2"): Use `solve' macro to make the lower right part of
1899         the glyph outline touch the x axis exactly.  This changes the
1900         glyph shape.
1901         Minor fixes for better overlap removal support.
1902         ("Numeral 4"): Make lefter corner `rounder'.
1903         ("Numeral 5"): Assure identical tangent directions for the
1904         intersection points of paths.  This improves the glyph shape at
1905         high magnifications.
1906         ("Numeral 7"): Use `solve' macro to make the upper right part of
1907         the glyph outline touch the metrics box exactly.  This changes the
1908         glyph shape.
1909         Avoid corner in the upper left part of the glyph (causing a minor
1910         shape change).
1911
1912         * mf/feta-ital-*.mf: Removed.  Unused.
1913
1914 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1915
1916         * VERSION (PATCH_LEVEL): release 2.5.11
1917
1918         * input/regression/fill-line-test.ly: new file.
1919
1920         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
1921         emmentaler name, eg. emmentaler-23. 
1922
1923 2005-02-04  Christian Hitz  <chhitz@gmx.net>
1924
1925         * scm/scm/define-markup-commands.scm (fill-line): rework for better
1926         alignment with centered texts
1927
1928         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
1929         list of paddings
1930
1931 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1932
1933         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
1934
1935         * lily/note-column.cc (translate_rests): call flush_extent_cache()
1936         of parents when translating rests. Fixes: c-chord-rest.ly 
1937
1938         * lily/include/dimension-cache.hh (struct Dimension_cache): add
1939         dimension_callback_ member.
1940
1941         * lily/grob.cc (flush_extent_cache): new function. Force recompute
1942         of extents.
1943
1944 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1945
1946         * all but lily/*: The grand 2004/2005 replace.
1947
1948 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1949
1950         * lily/*: add space after ,  
1951
1952         * scm/music-functions.scm (has-request-chord): don't use
1953         ly:music-name anywhere. Fixes <<\\>> notation. 
1954
1955         * scm/define-markup-commands.scm (box): use font-size for
1956         padding. Fixes boxed-rehearsal-marks.ly
1957
1958         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
1959         identifier definition too, so foo = \lyrics { ...   } bar = #1
1960         doesn't complain about "bar" being LYRICS_STRING.
1961
1962         * lily/paper-def.cc (find_pango_font): new routine; Store
1963         pango_fonts in hash tab too. This is necessary for retrieving
1964         Pango_fonts::physical_font_tab() later on.
1965  
1966         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
1967         crash if psname is null.
1968
1969         * lily/lily-guile.cc (ly_hash2alist): new function
1970
1971         * Documentation/user/changing-defaults.itely (Text encoding):
1972         rewrite. 
1973
1974         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
1975         -> font_filename mapping.
1976
1977         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
1978         ly_pango_font_physical_fonts
1979
1980         * scm/framework-ps.scm (supplies-or-needs): extract names from
1981         physical Pango_fonts.
1982
1983         * utf8.ly: new file.
1984
1985 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1986
1987         * Documentation/user/changing-defaults.itely (Page layout): add
1988         doco about systemSeparatorMarkup.
1989
1990         * scm/page-layout.scm (default-page-make-stencil): add-to-page
1991         function.
1992         (default-page-make-stencil): insert system separators.
1993
1994         * scm/define-markup-commands.scm (hcenter): add
1995         (beam): add.
1996
1997 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1998
1999         * scm/output-ps.scm (ez-ball): reinstate ez notation.
2000
2001 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2002
2003         * lily/main.cc: Spell backend consistently.  Sort options.
2004
2005 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2006
2007         * scripts/lilypond-book.py (Module): revert @include.
2008         
2009 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2010
2011         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
2012         Bugfix: @include .tex (not .texi).  Small cleanups.
2013
2014         * stepmake/bin/add-html-footer.py (i18n): New function.
2015
2016 2005-01-31  Werner Lemberg  <wl@gnu.org>
2017
2018         * mf/feta-nummer.mf: Removed.  Unused.
2019
2020 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2021
2022         * lily/ : 2004 -> 2005 s&r
2023
2024         * scm/file-cache.scm (cached-file-contents): add file. Read each
2025         file only once.
2026
2027         * scm/font.scm (add-pango-fonts): change order. Medium weight is
2028         now default.
2029
2030         * VERSION: release 2.5.10
2031         
2032         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
2033
2034         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
2035
2036         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
2037         that both X and Y extents of bbox are non-nil.
2038
2039 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2040
2041         * scm/chord-name.scm (alteration->text-accidental-markup): change
2042         - to . 
2043
2044         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
2045
2046         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
2047
2048         * Documentation/user/invoking.itely (Invoking lilypond): add note
2049         about EPS backend.
2050
2051         * scm/framework-eps.scm: new file: create per-system/per-page EPS
2052         files for inclusion in lilypond-book document.
2053
2054         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
2055
2056         * input/tutorial/lbook-texi-test.texi: new file.
2057
2058         * scm/safe-lily.scm (safe-objects): add
2059         {begin,end}-of-line-(in)?visible as safe.
2060  
2061 2005-01-30  Graham Percival  <gperlist@shaw.ca>
2062
2063         * Documentation/user/changing-defaults.itely: fixed example
2064         of (dynamics).
2065
2066 2005-01-29  Graham Percival  <gperlist@shaw.ca>
2067
2068         * lily/main.cc: fix info about -o=FILE.
2069
2070 2005-01-29  Werner Lemberg  <wl@gnu.org>
2071
2072         * mf/feta-toevallig.mf ("Natural"): Completely changed the
2073         construction to assure smooth transition from straight to curved
2074         lines.
2075
2076 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2077
2078         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
2079         stencils.
2080
2081         * ps/lilyponddefs.ps: add start-page, start-system doesn't
2082         translate to top of page. Fixes alignment problems of
2083         lilypond-generated EPS files.
2084
2085 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2086
2087         * scm/part-combiner.scm (analyse-spanner-states): trigger on
2088         crescendo-end as well, since Decrescendo maybe ended with Stop
2089         Crescendo.). Fixes: partcombine-diminuendo.ly
2090
2091         * scm/script.scm (default-script-alist): swap portato symbols.
2092
2093         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
2094
2095         * lily/paper-outputter-scheme.cc (LY_DEFINE):
2096         ly:outputter-port. New function.
2097
2098         * scm/framework-ps.scm (output-classic-framework): dump a
2099         -systems.texi too
2100         (output-classic-framework): dump multiple systems on an "infinite"
2101         page EPS including fonts. 
2102
2103         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
2104         .eps files for both texi and tex formats. Use PNG coming from
2105         lilypond.
2106         
2107 2005-01-28  Graham Percival  <gperlist@shaw.ca>
2108
2109         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
2110
2111         * scripts/lilypond-latex.py: fix info about -o=FILE.
2112
2113 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2114
2115         * ly/generate-embedded-cff.ly: write .cff.ps files.
2116
2117         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
2118
2119         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
2120         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
2121
2122 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2123
2124         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
2125
2126 2005-01-28  Werner Lemberg  <wl@gnu.org>
2127
2128         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
2129         macros.
2130         (draw_bulb): Improved.
2131
2132         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
2133         metapost bug.
2134         (draw_pedal_P): Use soft_end_penstroke.
2135         (draw_pedal_d): Use soft_start_penstroke.
2136
2137         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
2138         path.
2139         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
2140         doesn't change the glyph shape.
2141
2142         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
2143         changing the shape) to avoid fontforge warnings.
2144
2145         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
2146         soft_end_penstroke and fix glyph shape.
2147
2148 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2149
2150         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
2151
2152 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2153
2154         * scm/define-markup-commands.scm (line): filter out empty stencils
2155         from line command.
2156
2157         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
2158         amount.
2159
2160 2005-01-27  Graham Percival  <gperlist@shaw.ca>
2161
2162         * Documentation/user/notation.itely: added info about what
2163         \voiceFoo does.  Also rewrote warning about marks at
2164         a line break.
2165
2166         * Documentation/user/changing-defaults.itely: added info
2167         about putting dynamics in parenthesis and brackets.
2168
2169 2005-01-27  Werner Lemberg  <wl@gnu.org>
2170
2171         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
2172
2173 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2174
2175         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
2176         portato-direction.ly
2177
2178         * lily/beam.cc (consider_auto_knees): add beam height to
2179         threshold. Fixes: knee-multiple-beam.ly
2180
2181         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
2182         pedal line spanners. Fixes: instrument-center-pedal.ly
2183
2184         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
2185         if encountering barline. Fixes: auto-beam-repeat.ly
2186
2187 2005-01-26  Werner Lemberg  <wl@gnu.org>
2188
2189         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
2190         overlapping.
2191
2192         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
2193         with inflections for the 1/2 sharp glyph.
2194
2195         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
2196         connection between `t' and `r'.
2197         Unify bulb with the rest of `r' to avoid grazing outlines which
2198         confuses the overlap removal algorithm of fontforge.
2199
2200         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
2201         inflections.
2202         (draw_cross): Fix shape to have uniform thickness in corners.
2203
2204         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
2205         to avoid an uneven number of self-intersections; this confuses
2206         fontforge.
2207         Fix a slight bug in the shape at left bottom (which is visible only
2208         at high magnifications).
2209         `Center' the stem horizontally to avoid overlapping.
2210
2211 2005-01-24  Werner Lemberg  <wl@gnu.org>
2212
2213         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
2214         to `asis'.
2215         (fet_begingroup): Save group name in string `feta_group'.
2216         (fet_endgroup): Updated.
2217         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
2218
2219         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
2220
2221         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
2222         in metapost.
2223
2224 2005-01-24  Graham Percival  <gperlist@shaw.ca>
2225
2226         * Documentation/user/notation.itely: really minor editing.
2227
2228 2005-01-22  Graham Percival  <gperlist@shaw.ca>
2229
2230         * Documentation/user/examples.itely: minor editing.
2231
2232         * Documentation/user/changing-defaults.itely: minor editing.
2233
2234         * Documentation/user/notation.itely: clarified info on polyphony
2235         and \addlyrics.
2236
2237 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2238
2239         * scm/output-gnome.scm: 
2240         * scm/output-svg.scm:
2241         * scm/lily-library.scm (font-name-style): Update font name
2242         kludging for fontconfig use.
2243
2244 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
2245
2246         * scm/define-markup-commands.scm: Document right-align and
2247         larger markup commands. Remove "TODO" from the topmost comment
2248         "each markup function should have a doc string." More consistent
2249         use of new-lines.
2250
2251 2005-01-22  Graham Percival  <gperlist@shaw.ca>
2252
2253         * Documentation/user/changing-defaults: removed info about
2254         copyright symbol, since it's likely to change soon.
2255         Added info about betweensystemspace.
2256
2257         * Documentation/user/notation.itely: minor fixes.
2258
2259         * Documentation/user/lilypond.tely,
2260         Documentation/user/music-glossary.tely: changed copyright
2261         date to 2005 instead of 2004.
2262
2263         * input/test/volta-chord-names.ly: added old example back.
2264
2265 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2266
2267         * mf/feta-beugel.mf: use design size 20 (not 15).
2268
2269         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
2270         change name to aybabtu completely
2271
2272 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2273
2274         * buildscripts/gen-emmentaler-scripts.py (outdir): add
2275         design_size to fontname
2276
2277 2005-01-19  Werner Lemberg  <wl@gnu.org>
2278
2279         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
2280         mf/feta-schrift.mf: s/p/pat/ if a path variable.
2281
2282         * mf/feta-autometric.mf (set_char_box): Add code which emits
2283         specials for mf2pt1 if run with metapost.
2284         (to_bp): New macro for mf2pt1.
2285
2286 2005-01-18  Graham Percival  <gperlist@shaw.ca>
2287
2288         * Documentation/user/changing-defaults: added info on
2289         creating a copyright symbol.
2290
2291 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2292
2293         * VERSION: release 2.5.9
2294         
2295 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
2296
2297         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
2298
2299         * Documentation/user/notation.itely: Document
2300         score-override-auto-beam-setting Fix documentation for
2301         revert-auto-beam-setting.
2302
2303 2005-01-18  Werner Lemberg  <wl@gnu.org>
2304
2305         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
2306         (procset): New function to define a procset resource.
2307         (ps-embed-pfa): New function to define a font resource.
2308         (setup): New function to define a `Setup' environment.
2309         (preamble): Use new functions.
2310
2311         * ps/lilypond.defs (init-lilypond-parameters): New function to
2312         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
2313
2314 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2315
2316         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
2317
2318 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
2319
2320         * scm/define-markup-commands.scm: Change number->markletter-string
2321         to take two arguments (vector number). Add number->mark-alphabet-vector
2322         and markalphabet markup command.
2323
2324         * scm/translation-functions.scm: Add format-mark-box-alphabet,
2325         format-mark-alphabet, format-mark-box-barnumbers and
2326         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
2327
2328 2005-01-17  Graham Percival  <gperlist@shaw.ca>
2329
2330         * Documentation/user/examples.itely: add SATB automatic piano
2331         reduction template.
2332
2333         * Documentation/user/notation.itely: added info about changing
2334         partcombine texts.  Also adds examples of alternate lyrics.
2335
2336         * Documentation/user/changing-defaults.itely: added warning
2337         about \RemoveEmptyStaffContext overriding previous changes.
2338
2339 2005-01-17  Werner Lemberg  <wl@gnu.org>
2340
2341         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
2342         feta-alphabet*.
2343
2344 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2345
2346         * python/lilylib.py (make_ps_images): don't do final showpage for
2347         multi-page documents.
2348         
2349         * VERSION (MY_PATCH_LEVEL): release 2.5.8
2350
2351 2005-01-16  Graham Percival  <gperlist@shaw.ca>
2352
2353         * Documentation/user/lilypond.tely: changed order of appendices;
2354         unified index should be last.
2355
2356         * Documentation/user/notation.itely: add example of key signatures
2357         and info about Staff.printKeyCancellation.
2358
2359 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2360
2361         * lily/include/repeated-music.hh (class Repeated_music): change
2362         into "namespace" class.
2363
2364         * lily/event.cc: remove Key_change_event.
2365
2366         * lily/include/transposed-music.hh (class Transposed_music): remove.
2367
2368         * lily/transposed-music.cc: remove
2369
2370         * lily/include/relative-music.hh: remove.
2371
2372         * lily/include/music-sequence.hh (struct Music_sequence): change
2373         into "namespace" class.
2374
2375         * lily/untransposable-music.cc (Module): remove
2376
2377         * lily/include/un-relativable-music.hh (Module): remove
2378
2379         * lily/include/untransposable-music.hh (Module): remove
2380
2381         * lily/include/music-list.hh (Module): remove file
2382
2383         * lily/un-relativable-music.cc: remove file.
2384
2385 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2386
2387         * lily/parser.yy: Compile fix.
2388
2389 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2390
2391         * lily/include/music.hh (class Music): unvirtualize transpose().
2392
2393         * lily/sequential-music.cc: remove file.
2394
2395         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
2396
2397         * lily/slur-scoring.cc (get_best_curve): only switch on
2398         DEBUG_SLUR_SCORING for non NDEBUG builds.
2399
2400         * lily/include/music.hh (class Music): replace Music::start_mom()
2401         by start-callback property
2402
2403         * lily/include/grace-music.hh: remove file. 
2404
2405         * lily/stem.cc (height): robustness fix.
2406
2407         * lily/time-scaled-music.cc: remove file.
2408
2409         * lily/include/music.hh (class Music): include SCM init argument.
2410         (class Music): replace Music::get_length() virtual by
2411         length-callback property everywhere.
2412
2413         * scripts/convert-ly.py (conv): add  # to \property scalar value.
2414
2415         * mf/GNUmakefile: don't install *list.ly
2416
2417 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2418
2419         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
2420
2421 2005-01-12  Werner Lemberg  <wl@gnu.org>
2422
2423         This patch addresses the following problems in the feta sources
2424         files which contribute to the fetaXX fonts.
2425
2426         . Many fixes for rasterization at low resolutions (consistent use of
2427           `vround' and `hround', integer shift values for paths, applying
2428           `eps' for mirrored paths, use of `define_whole_pixels' and
2429           friends, etc.) -- while this probably looks like a waste of time
2430           it has revealed deficiencies in some glyph shapes.  See comment at
2431           the end of feta-params.mf how vertical symmetry is achieved.
2432
2433         . The `---' operator has been replaced everywhere with `--'; this
2434           both improves and considerably reduces the font size after
2435           conversion with mf2pt1.
2436
2437         These change aren't explicitly mentioned below since virtually all
2438         glyphs are affected.
2439
2440         Other notable differences:
2441
2442         . Glyphs from feta-accordion.mf now have charboxes around the
2443           outline.
2444
2445         . Fixed incorrect charbox for `accDot'.
2446
2447         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
2448
2449         . Fixed position of the bow in the `upprall' glyph and its siblings.
2450
2451         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
2452           dependent on the staff line thickness to avoid touching the middle
2453           staff line at smaller sizes.
2454
2455         . Largely extended output for feta-testXX: Where useful, glyphs
2456         are shown both between and on staff lines.
2457
2458
2459         * mf/feta-params.mf (staff_space_rounded,
2460         stafflinethickness_rounded, linethickness_rounded,
2461         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
2462         Update all code which uses them where appropriate.
2463         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
2464         New variables used to control rasterization at low resolutions.  Set
2465         to zert if feta code is processed with metapost.
2466
2467         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
2468         (draw_rounded_block, draw_square_block): Updated to use `--' only.
2469         (flare_path): Updated.
2470         Make it work with `filldraw' (but only circular pens).
2471         (hfloor, vfloor, hceiling, vceiling): New macros.
2472
2473         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
2474         Use `draw' again in mf mode to have good pixel dropout control.
2475         Fix intersection points of horizontal lines with circle.
2476         ("accDot"): Fix parameters for set_char_box.
2477         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
2478         control.
2479
2480         * mf/feta-banier.mf: Updated.
2481
2482         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
2483         testing.
2484         (undraw_inside_ellipse): Remove `center' argument.  Update all
2485         callers.
2486         (draw_brevis): New macro, called by "Brevis notehead".
2487         (draw_whole_triangle_head): New macro, called by "Whole
2488         trianglehead".
2489         (draw_small_triangle_head): Use `filldraw'.
2490
2491         * mf/feta-eindelijk.mf: Remove useless global group.
2492         Updated.
2493
2494         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
2495         `filldraw'.
2496
2497         * mf/feta-pendaal.mf: Updated.
2498
2499         * mf/feta-puntje.mf: Updated.
2500
2501         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
2502         less points.
2503         ("Flageolet"): Use `draw' again in mf mode to have good pixel
2504         dropout control.
2505         ("Varied Coda"): Use `draw_block'.
2506         (draw_comma): Fix typo.
2507         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
2508         pixel dropout control.
2509
2510         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
2511         position of bow.
2512
2513         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
2514         sizes.
2515
2516         * mf/feta-toevallig.mf (remember_pic): New variable, used for
2517         testing.
2518         (draw_meta_sharp): Much simplified.
2519         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
2520
2521         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
2522
2523 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2524
2525         * Documentation/user/notation.itely (Ancient rests): Fix typo
2526         (thanks Anthony)
2527
2528 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2529
2530         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
2531
2532         * lily/main.cc (setup_paths): Add cff.
2533
2534         * mf/GNUmakefile (foe): Include actual target %.cff.
2535         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
2536
2537 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2538
2539         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
2540         suffix for main_input_b_.
2541
2542         * scm/music-functions.scm (toplevel-music-functions):
2543         precompute music lengths for music expressions.  
2544
2545 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2546
2547         * lily/include/input.hh (class Input): new `end_' slot for end of
2548         input. Renamed defined_str0_ to start_.
2549
2550         * lily/input.cc (Input): Add Input::Input (Input const &) and
2551         remove Input::Input (Source_file*, char const *). Use the new
2552         slots.
2553         (set_location): method used by bison to propagate input
2554         locations (YYLLOC_DEFAULT).
2555         (end_line_number, end_column_number, step_forward): new methods
2556         
2557         * lily/input-scheme.cc (ly:input-both-locations): new function,
2558         similar to ly:input-location, but also return the end line and
2559         column.
2560
2561         * lily/include/includable-lexer.hh: 
2562         * lily/includable-lexer.cc: 
2563         * lily/include/lily-lexer.hh (class Lily_lexer): 
2564         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
2565         Includable_lexer to Lily_lexer, in order to update lexloc (the
2566         yylloc), a new slot of Lily_lexer.
2567         (here_input, LexerError): simplify by using the lexloc slot (aka
2568         yylloc)
2569
2570         * lily/lexer.ll: #define yylloc to use input locations (it may
2571         be useless here?). Fixed the #embedded_scm rule (step the location
2572         forward in order to skip the sharp sign before parsing the scheme
2573         expression)
2574
2575         * lily/include/lily-parser.hh (class Lily_parser): 
2576         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
2577         here_input()
2578         (parser_error): overload for more precise locations of errors.
2579
2580         * lily/parser.yy (YYLTYPE): set location type to Input
2581         (YYLLOC_DEFAULT): use Input::set_location()
2582         (yylex): add the YYLTYPE* location parameter.
2583         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
2584         Give an Input parameter to THIS->parser-error() for more accurate
2585         messages.
2586
2587 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2588
2589         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
2590
2591         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
2592         on BEAMQUANTING for non-NDEBUG builds.
2593
2594         * lily/stem.cc (head_count): performance: avoid String::String()
2595         inside oft called function.
2596
2597 2005-01-09  Graham Percival  <gperlist@shaw.ca>
2598
2599         * Documentation/user/examles.itely: attempted fix for broken
2600         string quartet template.
2601
2602         * Documentation/user/notation.itely: remove unnecessary broken
2603         link.
2604
2605 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2606
2607         * VERSION (PACKAGE_NAME): release 2.5.7
2608
2609 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2610
2611         * config.make.in (METAFONT): Append -progname=mf, fixes use with
2612         mf-nowin for teTeX-3.0.  Backportme.
2613
2614         * scm/output-svg.scm (utf8-string): New function.
2615
2616         * scm/output-gnome.scm (utf8-string): New function.
2617         (otf-name-mangling): Remove.
2618
2619         * lily/pango-font.cc (Pango_font): Use font string iso font
2620         filename for utf8-text.
2621
2622         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
2623         name.
2624
2625 2005-01-08  Graham Percival  <gperlist@shaw.ca>
2626
2627         * Documentation/user/notation.itely: add info about
2628         Staff.extraNatural = ##f in Pitches section.  Also
2629         fixed some minor issues in the Vocal music section.
2630
2631 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2632
2633         * scm/output-ps.scm (white-text): comment out Helvetica font,
2634         which is broken for my GS install.
2635
2636         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
2637         which provides a tighter bbox.
2638
2639         * scm/define-grobs.scm (all-grob-descriptions): remove all
2640         extra-offsets from definitions.
2641
2642 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
2643
2644         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
2645         add tuning for 4-string bass and some common 4/5-string banjo
2646         tunings.  New function (four-string-banjo) turns a 5-string tuning
2647         into a 4-string tuning.  New function
2648         (fret-number-tablature-format-banjo) computes correct fret numbers
2649         on 5-string banjos.
2650
2651         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
2652         Add beam correction to TabVoice.
2653
2654         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
2655         using bold font; makes tabs more readable.
2656
2657 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2658
2659         * lily/font-select.cc (get_font_by_design_size): don't make
2660         Modified_font_metric; this causes trouble, since we don't know the
2661         font magnification from inside Pango_font::text_stencil()
2662
2663         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
2664
2665         * Documentation/user/notation.itely (The Lyrics context): comment out
2666         broken {Small ensembles} link.
2667
2668         * scm/framework-svg.scm (output-framework): change calling convention.
2669
2670         * lily/object-key-dumper-scheme.cc: new file.
2671
2672         * lily/object-key-undumper-scheme.cc: new file.
2673
2674         * lily/tweak-registration-scheme.cc: new file.
2675
2676         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
2677
2678         * Documentation/user/examples.itely (String quartet): uncomment
2679         broken example.
2680
2681         * lily/font-config.cc: new file.
2682
2683 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2684
2685         * scm/output-svg.scm: 
2686         * scm/output-gnome.scm: s/bigcheese/emmentaler.
2687
2688         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
2689
2690 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2691
2692         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
2693         Add headers.
2694
2695         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
2696
2697 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2698
2699         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
2700
2701         * lily/include/main.hh: lose _b hungarian suffixes for global
2702         variables.
2703
2704         * lily/include/lily-guile-macros.hh: new file.
2705
2706         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
2707
2708         * lily/general-scheme.cc: new file. 
2709
2710         * lily/font-select.cc (get_font_by_design_size): retrieve
2711         PangoFont for (designsize . "pango-descr") entries.
2712
2713         * lily/lily-parser-scheme.cc: new file.
2714
2715         * lily/output-def-scheme.cc: new file.
2716
2717         * lily/paper-book-scheme.cc: new file.
2718
2719         * lily/duration-scheme.cc (LY_DEFINE): new file.
2720
2721         * lily/pitch-scheme.cc:  new file.
2722
2723         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
2724
2725 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2726
2727         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
2728
2729 2005-01-06  Graham Percival  <gperlist@shaw.ca>
2730
2731         * Documentation/user/notation.itely: minor editing.
2732
2733         * Documentation/user/changing-defaults: minor editing.
2734
2735         * Documentation/user/examples.itely: add template for
2736         string quartet part extraction; demonstrates tag.
2737
2738 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
2739
2740         * Documentation/user/notation.itely: documents
2741         format-mark-box-letters and format-mark-box-numbers
2742
2743         * scm/define-context-properties.scm: change comment.
2744
2745 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2746
2747         * scm/framework-ps.scm (output-classic-framework): new function:
2748         dump systems as separate .eps files (without fonts) and write a
2749         single collecting .tex file.
2750
2751 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2752
2753         * Documentation/user/notation.itely (Setting simple songs):
2754         Correct several errors in the equivalent formulation of
2755         \addlyrics. 
2756         (The Lyrics context): Corrected link to the SATB example.
2757
2758 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2759
2760         * scm/lily.scm (completize-formats): new function
2761         (postprocess-output): new function
2762
2763         * lily/paper-book.cc (classic_output): change calling
2764         convention. Give basename as first argument. 
2765         remove Paper_book::post_processing().
2766
2767         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
2768
2769 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2770
2771         * lily/paper-outputter.cc (LY_DEFINE): new function
2772         ly:outputter-close.
2773
2774         * lily/main.cc: change --format,-f to --backend,-b
2775
2776         * lily/include/main.hh: rename format to backend.
2777
2778         * scm/translation-functions.scm (format-mark-box-numbers): add.
2779         patch by Erlend Aasland
2780
2781 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2782
2783         * lily/pango-font.cc (text_stencil): dump string as
2784         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
2785
2786 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2787
2788         * configure.in (gui_b): Remove handy developer-only
2789         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
2790         CVS source installations (but break other non-default but correct
2791         PKG_CONFIG_PATH setups), as this is no longer developer-only.
2792
2793         * SConstruct: 
2794         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
2795         compatibility (backportme).
2796
2797         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
2798
2799 2005-01-03  Werner Lemberg  <wl@gnu.org>
2800
2801         Prepare glyph shapes for mf2pt1 conversion.
2802
2803         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
2804         (accDiscant, accFreebase, accStdbase): Replace `draw' with
2805         `penstroke'.
2806         (accDot): Use `drawdot'.
2807         (accBayanbase): Replace `draw' with `draw_gridline'.
2808         (print_penpos): Moved to feta-macros.mf.
2809         (accOldEE): Replace `filldraw' with `penstroke'.
2810         Replace `draw' with `penstroke' and `drawdot'.
2811
2812         * mf/feta-banier.mf: Code clean-up.
2813         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
2814         `fill'.
2815
2816         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
2817
2818         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
2819         paremeter to control drawing of labels.  Update all callers.
2820
2821         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
2822         (new_bulb): Return a bulb as a single path.  To do that, it now
2823         takes some more parameters.  Updated all callers.
2824         (draw_gclef): Major clean-up.  `draw' has been replaced with
2825         `penstroke', unnecessary outlines have been removed.
2826         Remove (unused) gnome-canvas code.
2827
2828         * mf/feta-macros.mf (print_penpos): New macro (from
2829         feta-accordion.mf).
2830         Other minor fixes.
2831
2832         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
2833         ("Pedal dot"): Use `drawdot'.
2834         (draw_pedal_P): Add parameter to control drawing of labels.  Update
2835         all callers.
2836         Fix shape at top.
2837         (draw_pedal_e): Add parameter to control drawing of labels.  Update
2838         all callers.
2839         (draw_pedal_d): Add parameter to control drawing of labels.  Update
2840         all callers.
2841         Revert drawing direction.
2842
2843         * mf/feta-schrift.mf (draw_fermata): Use single path.
2844         (draw_short_fermata): Replace `filldraw' with `fill'.
2845         (draw_long_fermata, draw_very_long_fermata): Replace calls to
2846         `draw_rounded_block' with a single path.
2847         ("Thumb"): Draw full circle instead of mirroring segments.
2848         (draw_accent): New macro.
2849         ("> accent", "espr"): Use it.
2850         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
2851         ("open (unstopped)"): Draw full circle instead of mirroring
2852         segments.
2853         (draw_vee): Removed.
2854         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
2855         ("Downbow"): Replace calls to `draw_rounded_block' with a single
2856         path.
2857         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
2858         partial pieces drawn with `fill' -- these do still overlap with the
2859         stem of the `t' but just once, not multiple times so that fontforge
2860         can handle it gracefully.
2861         Change other parts of the glyph so that fontforge's overlapping
2862         algorithm reliably works.
2863         (draw_heel): Replace `draw' with `fill'.
2864         (draw_toe): Use `draw_accent' instead of `draw_vee'.
2865         ("Flageolet"): Replace `draw' with `penstroke'.
2866         ("Segno"): Replace `filldraw' with `penstroke'.
2867         Replace `draw' with `drawdot'.
2868         ("Coda"): Replace `fill' with `penstroke', using a single path.
2869         ("Varied Coda"): Use less overlapping paths.
2870         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
2871         single path.
2872
2873         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
2874         group to better control the `labels' command.
2875         Rename argument to `offset' and use it actually.  Update all
2876         callers.
2877         Replace `filldraw' with `fill'.
2878         ("mordent", "prallmordent", "upmordent", "downmordent",
2879         "lineprall"): Replace `draw' with `draw_gridline'.
2880         ("upprall", "downprall"): Replace `draw' with `fill'.
2881
2882         * mf/feta-timesig.mf: Formatting.
2883
2884         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
2885         to...
2886         ("Flat"): Here.
2887         (draw_paren): Move code to draw labels to...
2888         ("Right Parenthesis"): Here.
2889
2890 2005-01-02  Graham Percival <gperlist@shaw.ca>
2891
2892         * Documentation/user/notation.itely: add example of \setTextDecresc
2893         and \setTextDim.
2894
2895 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
2896
2897         * scm/define-markup-commands.scm :  fix glyph-strings of
2898         accidentals and \note-by-number
2899
2900 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2901
2902         * VERSION: 2.5.6 released.
2903         
2904         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
2905
2906         * input/regression/new-markup-scheme.ly: oops. font-family=music
2907         -> font-encoding fetaMusic.  
2908
2909         * lily/main.cc: put default to PS.
2910
2911         * lily/tfm.cc: idem.
2912
2913         * lily/afm.cc: idem.
2914
2915         * lily/include/modified-font-metric.hh (struct
2916         Modified_font_metric): remove coding_scheme() method.
2917
2918         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
2919
2920         * scripts/convert-ly.py (conv): crash on encountering \encoding.
2921
2922         * input/les-nereides.ly: convert to utf8
2923
2924         * lily/modified-font-metric.cc (text_dimension): idem.
2925
2926         * lily/parser.yy (TODO): idem.
2927
2928         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
2929
2930         * lily/lexer.ll: remove encoding
2931
2932         * scm/framework-ps.scm (output-variables): separately scale the
2933         page to mm 
2934
2935         * lily/pango-font.cc (Pango_font): fix scaling.
2936
2937         * lily/font-metric.cc (design_size): design_size returns a
2938         dimension now as well.
2939
2940 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2941
2942         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
2943         brace generation. 
2944
2945         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
2946
2947 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2948
2949         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
2950         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
2951
2952 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2953
2954         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
2955         in first run as well.
2956
2957         * scm/paper.scm (layout-set-staff-size): use text-font-size in
2958         dimension less points (ie. 12 = 12 point)
2959
2960         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
2961
2962         * lily/all-font-metrics.cc (find_pango_font): set description_
2963
2964         * lily/pango-font.cc (text_stencil): export size as well.
2965         (text_stencil): fix scaling and extents box.
2966
2967 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2968
2969         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
2970
2971         * Documentation/user/invoking.itely (Invoking lilypond): document
2972         texstr
2973
2974         * scripts/convert-ly.py (conv): add ancient rules.
2975
2976         * scm/clef.scm (c0-pitch-alist): replace - with .
2977
2978         * scripts/lilypond-book.py (process_snippets): add texstr support.
2979
2980         * scm/framework-texstr.scm (header): change extension to .textmetrics
2981
2982         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
2983         -f tex.
2984
2985         * lily/text-metrics.cc: new file.
2986         (try_load_text_metrics): new function
2987
2988         * lily/include/text-metrics.hh: new file.
2989
2990 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2991
2992         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
2993         ly_scheme_function to ly_lily_module_constant.
2994
2995         * lily/modified-font-metric.cc (text_dimension): try
2996         lookup_tex_text_dimension() first.
2997
2998         * lily/tfm.cc: new function ly:load-text-dimensions
2999
3000 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3001
3002         * scm/output-texstr.scm (text): use \lilygetmetrics
3003
3004         * scm/framework-texstr.scm (header): dump in new format.
3005
3006         * tex/lilypond-tex-metrics: new file.
3007         
3008 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3009
3010         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
3011         mapping.
3012         (index_to_charcode): New method.
3013
3014         * scm/output-ps.scm (glyph-string): 
3015         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
3016
3017 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3018
3019         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
3020         implement fully, need FONT to get to charcode.
3021
3022         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
3023
3024         * scm: Cleanups.
3025
3026         * Documentation/user/changing-defaults.itely: Fix internalsrefs
3027         {Tunable context properties},
3028         {All layout objects},
3029         {Music definitions}.
3030
3031 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3032
3033         * VERSION: release 2.5.5
3034         
3035         * lily/main.cc: use TeX as default output format.
3036
3037         * flower/file-path.cc (find): try to open directly as well, so we
3038         find absolute path files. 
3039
3040         * lily/pango-select.cc: new file.
3041
3042         * scm/framework-ps.scm: remove all encoding code. 
3043         load pfb/pfa for PangoFont too.
3044         
3045         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
3046
3047 2004-12-22  Werner Lemberg  <wl@gnu.org>
3048
3049         Prepare glyph shapes for mf2pt1 conversion.
3050
3051         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
3052
3053         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
3054         (define_triangle_shape): Use it to replace `draw' with `fill' and
3055         `unfill'.  Update all callers.
3056         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
3057         (draw_cross): Ditto.
3058         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
3059         Use penrazor for better conversion with mf2pt1.
3060         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
3061         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
3062         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
3063         draw_la_head, draw_ti_head): Replace `filldraw' with
3064         `fill'.  Update all callers.
3065
3066 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3067
3068         * lily/paper-book.cc (output): revert: only allow a single output
3069         format.
3070
3071         * lily/include/pango-font.hh: new file.
3072
3073         * lily/pango-font.cc: new file.
3074
3075         * lily/font-metric.cc (text_stencil): new routine
3076
3077         * lily/all-font-metrics.cc (find_pango_font): new routine.
3078
3079         * lily/include/font-metric.hh (struct Font_metric): add
3080         text_stencil()
3081
3082         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
3083
3084 2004-12-22  Werner Lemberg  <wl@gnu.org>
3085
3086         Prepare glyph shapes for mf2pt1 conversion.
3087
3088         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
3089
3090         * mf/feta-toevallig.mf: Formatting.
3091         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
3092         ("Natural"): Fix paths to allow better postprocessing.
3093         (draw_meta_flat): Use `z3l' as additional point in path to get
3094         better conversion with mf2pt1.
3095         Other minor cleanups.
3096         ("3/4 Flat"): Add auxiliary points and modify path to replace
3097         `draw' with `fill'.
3098         ("Double Sharp"): Mirror path segments instead of picture elements
3099         to get a single outline.
3100         Modify path to replace `filldraw' with `fill'.
3101
3102 2004-12-22  Graham Percival  <gperlist@shaw.ca>
3103
3104         * input/test/unfold-all-repeats.ly: added file back.
3105
3106         * Documentation/user/notation.itely,
3107         Documentation/user/programming-interface.itely
3108         Documentation/user/changing-defaults.itely: fixed misc broken
3109         links to input/test/ files.
3110
3111 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3112
3113         * tex/texinfo.tex: Update.  We should not be distributing this,
3114         but since we do, use latest version.
3115
3116         * Documentation/user/macros.itexi: Comment-out \fetaflat,
3117         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
3118         macros for feta glyphs.
3119
3120 2004-12-22  Graham Percival  <gperlist@shaw.ca>
3121
3122         * Documentation/user/changing-defaults.itely: fix index for set.
3123
3124         * Documentation/user/converters.itely: added convert-ly bugs list
3125         from CVS.
3126
3127 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3128
3129         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
3130         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
3131         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
3132         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
3133
3134         * mf/GNUmakefile (pfa_warning): Use less broken check.
3135
3136         * python/lilylib.py (setup_environment): Remove cruft from
3137         GS_FONTPATH.
3138
3139         * configure.in: Bump mftrace requirement to 1.1.1.
3140
3141 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3142
3143         * scm/output-svg.scm (beam): Use polygon.
3144
3145         * scm/lily-library.scm: Bugfix.
3146
3147         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
3148
3149         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
3150
3151 2004-12-19  Werner Lemberg  <wl@gnu.org>
3152
3153         Prepare glyph shapes for mf2pt1 conversion.
3154
3155         * mf/feta-eindelijk: Some formatting.
3156         (multi_rest_x, multi_beam_height): Removed.  Unused.
3157         ("Quarter rest"): Use `intersectiontimes' to create a single
3158         outline.
3159         (rest_crook): Removed.  Unused.
3160         (draw_rest_bulb): Return path (wihtout filling).  Update callers.
3161         Simplified.
3162         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
3163         "128th rest"): Simplify `pat'.
3164         Create single outline.
3165
3166 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3167
3168         * mf/GNUmakefile (ALL_GEN_FILES):
3169         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
3170
3171         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
3172         function.
3173
3174 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3175
3176         * scm/output-texstr.scm (placebox): add routine
3177
3178         * VERSION (PACKAGE_NAME): release 2.5.4
3179
3180         * scm/framework-texstr.scm (output-framework): new file.  
3181
3182         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
3183         processing.
3184
3185         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
3186
3187         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
3188         rule.
3189
3190         * configure.in (gui_b): bump mftrace requirement to 1.1.0
3191
3192         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
3193
3194         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
3195
3196 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3197
3198         * scm/framework-svg.scm (dump-page): Implement landscape.
3199
3200 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3201
3202         * lily/main.cc (setup_paths): Add svg to search path.
3203
3204         * scm/output-svg.scm:
3205         * scm/framework-svg.scm: Add pageSet.  Update.
3206         (dump-fonts): New function.
3207         (output-framework): Use it.
3208
3209         * mf/GNUmakefile: 
3210         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
3211
3212 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3213
3214         * tex/lilyponddefs.tex: comment out new ifpdf code.
3215
3216 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3217
3218         * GNUmakefile.in: 
3219         * SConstruct (symlink): Replace afm by otf.
3220
3221         * scm/framework-gnome.scm (gnome-main): Remove invocation of
3222         ly:pango-add-afm-decoder.
3223
3224         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
3225
3226 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3227
3228         * scm/output-ps.scm (new-text): don't access t glyph for getting
3229         space dimension.
3230
3231         * ly/init.ly: warn about \version
3232
3233         * lily/lexer.ll: set version-seen?
3234
3235 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3236
3237         * scm/output-svg.scm (string->entities): Update.
3238
3239 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3240
3241         * lily/main.cc (setup_paths): replace afm by otf for path. 
3242
3243         * lily/pangofc-afm-decoder.cc: remove.
3244
3245         * lily/include/pangofc-afm-decoder.hh: remove.
3246
3247         * scm/framework-scm.scm (output-framework): new file.
3248
3249         * mf/GNUmakefile: remove SAUTER_FONTS.
3250         remove SVG/sodipodi hacks.
3251
3252         * scm/lily-library.scm (stderr): move stderr.
3253
3254         * mf/GNUmakefile: remove AFM support.
3255
3256         * buildscripts/mf-to-table.py (base): remove AFM support.
3257
3258         * lily/open-type-font.cc (design_size): use design_size
3259
3260 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
3261
3262         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
3263
3264 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3265
3266         * mf/GNUmakefile: Generate combined aybabtu info.
3267         * mf/aybabtu.pe.in (i): Load it.
3268
3269         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
3270         are not symbols.
3271
3272         * lily/include/open-type-font.hh (count): New method.
3273
3274         * mf/aybabtu.pe.in: Typo.
3275
3276         * Documentation/user/out/lilypond-internals.nexi (Scheme
3277         functions): Typo.
3278
3279         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
3280
3281 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3282
3283         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
3284         subfonts.
3285
3286         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
3287
3288         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
3289         (tex-font-command-raw): new function.
3290
3291         * lily/include/virtual-font-metric.hh (Module): remove file
3292
3293         * lily/virtual-font-metric.cc (Module): remove file.
3294         
3295
3296         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
3297         (get_indexed_char): read bbox from lily table if present.
3298
3299 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3300
3301         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
3302         aybabtu.subfonts
3303
3304         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
3305         global glyphname. Enables more than 64 glyphs in the OTF.
3306
3307 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3308
3309         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
3310         braces.
3311
3312         * lily/open-type-font.cc (design_size): Use 12 as default for
3313         design size.
3314
3315         * mf/aybabtu.pe.in: New file.  Merge all our braces.
3316
3317         * mf/GNUmakefile: Generate aybabtu.
3318
3319         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
3320
3321 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3322
3323         * scm/lily-library.scm (char->unicode-index): Remove.
3324
3325         * scm/output-gnome.scm (text): Bugfix for plain string input.
3326         Updates.
3327
3328         * scm/output-svg.scm (svg-font): Add weight to font selection.
3329
3330 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3331
3332         * Documentation/topdocs/INSTALL.texi (Top): Point to
3333         buildscripts/out/clean-fonts instead of
3334         buildscripts/clean-fonts.sh. 
3335
3336 2004-12-13  Graham Percival  <gperlist@shaw.ca>
3337
3338         * input/regression/figured-bass.ly: attempt to clarify text.
3339
3340         * Documentation/user/notation.tely: add cindex for tag, attempt to
3341         add figured bass example.
3342
3343         * Documentation/user/changing-defaults: basic editing.
3344
3345 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3346
3347         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
3348
3349         * lily/open-type-font.cc (LY_DEFINE): new function
3350         ly:font-sub-fonts
3351
3352         * lily/include/font-metric.hh (struct Font_metric): new method
3353         sub_fonts()
3354
3355         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
3356         . with - in add.stem.
3357         
3358 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3359
3360         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
3361         and fetaDynamic.
3362
3363         * lily/rest.cc (glyph_name): Change - to . .
3364
3365         * scm/output-gnome.scm (text): Hello world, again.
3366
3367         * scm/output-svg.scm (named-glyph): New function.  Hello world!
3368
3369         * lily/modified-font-metric.cc (index_to_charcode): New method.
3370
3371         * lily/include/font-metric.hh (index_to_charcode): New function.
3372
3373         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
3374         new function.
3375         (ly:font-glyph-to-index): Remove.
3376
3377 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3378
3379         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
3380
3381         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
3382
3383         * lily/open-type-font.cc (load_scheme_table): new function
3384
3385         * lily/dots.cc (print): replace - 
3386
3387         * lily/open-type-font.cc (attachment_point): new function.
3388         (load_table): read LILC table
3389
3390         * buildscripts/gen-bigcheese-scripts.py (Module): new
3391         file. Generate FF scripts.
3392
3393         * mf/feta-din10.mf: idem.
3394
3395         * mf/feta-nummer10.mf: remove mf files.
3396
3397         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
3398
3399 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3400
3401         * lily/lily-guile.cc: Use scm_from_locale_stringn.
3402
3403         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
3404         compatibility.
3405
3406 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3407
3408         * lily/open-type-font.cc (get_indexed_char): scale metrics by
3409         design-size and units_per_EM.
3410
3411         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
3412
3413 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3414
3415         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
3416         does not crash fontforge.
3417
3418         * scm/lily-library.scm (char->unicode-index): Hack to map onto
3419         PUA.
3420
3421 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3422
3423         * scm/framework-ps.scm (ps-embed-cff): new function.
3424
3425         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
3426
3427 2004-12-12  Werner Lemberg  <wl@gnu.org>
3428
3429         * mf/bigcheese.pe.in: Add PUA mapping.
3430         Don't create Type 42 but bare CFF font.
3431
3432 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3433
3434         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
3435         within canvas boundaries.
3436
3437         * mf/merge.pe.in: Set font names, version, license GPL.
3438
3439         * make/substitute.make: Add FONTFORGE.
3440
3441         * config.make.in (FONTFORGE): Add.
3442
3443         * configure.in (gui_b): Use PATH_PROG for fontforge.
3444
3445 2004-12-11  Graham Percival  <gperlist@shaw.ca>
3446
3447         * scm/define-markup-commands.scm: add baseline-skip to info
3448         about \column.
3449
3450 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3451
3452         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
3453
3454         * scm/output-gnome.scm (named-glyph): Use it.
3455
3456         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
3457
3458         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
3459         (upper_string, lower_string, reverse_string): Remove.
3460
3461         * configure.in (fontforge): Reinstate version check.
3462
3463         * ly/engraver-init.ly: Fix clef glyph names.
3464
3465         * lily/time-signature.cc (special_time_signature): Fix fraction
3466         glyph names.
3467
3468 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3469
3470         * mf/merge.pe: new file.
3471
3472         * lily/freetype.cc: new file.
3473
3474         * lily/include/open-type-font.hh (class Open_type_font): new file.
3475
3476         * lily/include/freetype.hh: new file.
3477
3478         * lily/open-type-font.cc: new file.
3479
3480         * lily/all-font-metrics.cc (find_otf): new function.
3481
3482 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3483
3484         * lily/time-signature.cc (special_time_signature): Fix.
3485
3486         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
3487         GTK2 before checking for pango.  Fixes -fgnome.
3488
3489         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
3490         Scheme name.
3491
3492         * scm/define-markup-commands.scm:
3493         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
3494
3495         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
3496
3497         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
3498         date versions.  Fixes configure.
3499         (STEPMAKE_CHECK_VERSION): Support optional actual program version
3500         argument.
3501
3502 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3503
3504         * buildscripts/mf-to-table.py (write_ps_encoding): write real
3505         names in .enc
3506
3507         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
3508
3509 2004-12-09  Graham Percival  <gperlist@shaw.ca>
3510
3511         * Documentation/user/changing-defaults.itely: add info about
3512         make-dynamic-script
3513
3514         * Documentation/user/notation.itely: add link in dynamics to
3515         section about make-dynamic-script.
3516
3517 2004-12-09  Christian hitz  <chhitz@gmx.net>
3518
3519         * lily/lily-guile.cc: change MACOS_X to __APPLE__
3520
3521 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3522
3523         * buildscripts/mf-to-table.py (parse_logfile): use . for
3524         concatting name and group.
3525         (parse_logfile): use M for Minus (negative.)
3526
3527         * lily/include/type-swallow-translator.hh
3528         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
3529
3530         * lily/*.cc: cosmetics around = sign.
3531
3532         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
3533         lyric spacing on the penultimate column.
3534
3535 2004-12-05  Christian Hitz  <chhitz@gmx.net>
3536
3537         * configure.in:
3538         * lily/accidental-placement.cc:
3539         * lily/bar-line.cc:
3540         * lily/beam-concave.cc:
3541         * lily/beam-quanting.cc:
3542         * lily/beam.cc:
3543         * lily/bezier-bow.cc:
3544         * lily/bezier.cc:
3545         * lily/break-align-interface.cc:
3546         * lily/custos.cc:
3547         * lily/dimension-cache.cc:
3548         * lily/dot-column.cc:
3549         * lily/font-metric.cc:
3550         * lily/font-select.cc:
3551         * lily/gourlay-breaking.cc:
3552         * lily/grob-property.cc:
3553         * lily/grob.cc:
3554         * lily/lily-guile.cc:
3555         * lily/line-spanner.cc:
3556         * lily/lookup.cc:
3557         * lily/lyric-extender.cc:
3558         * lily/lyric-hyphen.cc:
3559         * lily/mensural-ligature.cc:
3560         * lily/midi-def.cc:
3561         * lily/misc.cc:
3562         * lily/note-collision.cc:
3563         * lily/note-column.cc:
3564         * lily/note-head.cc:
3565         * lily/paper-outputter.cc:
3566         * lily/percent-repeat-item.cc:
3567         * lily/rest-collision.cc:
3568         * lily/side-position-interface.cc:
3569         * lily/simple-spacer.cc:
3570         * lily/slur-configuration.cc:
3571         * lily/slur-scoring.cc:
3572         * lily/slur.cc:
3573         * lily/spaceable-grob.cc:
3574         * lily/spacing-spanner.cc:
3575         * lily/spanner.cc:
3576         * lily/staff-symbol-referencer.cc:
3577         * lily/stem.cc:
3578         * lily/stencil.cc:
3579         * lily/system-start-delimiter.cc:
3580         * lily/system.cc:
3581         * lily/text-item.cc:
3582         * lily/tie.cc:
3583         * lily/tuplet-bracket.cc:
3584         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
3585         <cmath> beacause isinf/isnan is undefined in <cmath>
3586
3587 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3588
3589         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
3590
3591 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3592
3593         * VERSION: release 2.5.3
3594         
3595 2004-11-29  Arno Waschk <arno@arnowaschk.de>
3596
3597         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
3598
3599 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3600
3601         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
3602
3603         * lily/note-head.cc (internal_print): always try the "s" head if
3604         u/d not found.
3605
3606         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
3607
3608 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3609
3610         * mf/parmesan-heads.mf (overdone_heads): typos.
3611
3612 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3613
3614         * lily/parser.yy (markup): in markups, { .. } without command
3615         before are also flattened, ie \line must be explicitely used.
3616
3617         * Documentation/user/changing-defaults.itely:
3618         * Documentation/user/notation.itely: 
3619         * input/wilhelmus.ly: 
3620         * input/regression/instrument-name-markup.ly: 
3621         * input/regression/markup-score.ly: 
3622         * input/regression/new-markup-scheme.ly: 
3623         * input/regression/new-markup-syntax.ly: 
3624         * input/test/coriolan-margin.ly: use \line in markups where
3625         appropriate
3626         
3627 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3628
3629         * scm/new-markup.scm (map-markup-command-list): helper function
3630         used in parser.yy to map markup commands on a markup list.
3631
3632         * lily/parser.yy: get rid off < > in markups by treating { } as
3633         real lists.
3634
3635         * lily/lexer.ll: remove < > from markup lexer mode.
3636
3637         * scripts/convert-ly.py (conv): add rule for converting 
3638         \markup < > to \markup { }
3639
3640         * ly/titling-init.ly: 
3641         * input/test/coriolan-margin.ly: 
3642         * input/regression/new-markup-syntax.ly: 
3643         * input/regression/new-markup-scheme.ly: 
3644         * input/regression/multi-measure-rest-text.ly: 
3645         * input/regression/markup-stack.ly: 
3646         * input/regression/markup-score.ly: 
3647         * input/regression/instrument-name-markup.ly: 
3648         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
3649         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
3650         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
3651         * input/wilhelmus.ly: 
3652         * Documentation/user/notation.itely: 
3653         * Documentation/user/music-glossary.tely: 
3654         * Documentation/user/changing-defaults.itely: change < > to { } in
3655         markups
3656
3657 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3658
3659         * lily/accidental-placement.cc (position_accidentals): shortcut if
3660         no accidentals to place.
3661
3662 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3663
3664         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
3665         typo s/ly:dimension ?/ly:dimension?/
3666
3667         * input/regression/lily-in-scheme.ly: 
3668         * input/regression/music-function.ly: 
3669         * ly/spanners-init.ly (assertBeamSlope): 
3670         * scm/music-functions.scm (def-grace-function): add the paper
3671         argument to music function definitions.
3672
3673 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3674
3675         * lily/moment.cc (LY_DEFINE):
3676         ly:moment-main-{denominator,numberator}, new function.
3677
3678         * lily/score-engraver.cc (typeset_all): assign to column on basis
3679         of axis-group-parent-X setting.
3680
3681         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
3682         add_element() on basis of axis-group-parent-Y setting.
3683
3684         * lily/grob.cc: add axis-group-parent-{XY} properties.
3685
3686         * input/regression/spacing-stick-out.ly: new file.
3687
3688         * lily/simple-spacer.cc (add_columns): use binary search for
3689         setting column rods. Changes O(n^2) to O(n log(n)) for
3690         constructing spacing problem from columns.
3691         (add_columns): read allow-outside-line to make sure no texts stick
3692         out.
3693         (solve): Simple_spacer::is_active() only determines
3694         satisfies_constraints_ for non-ragged typesetting.
3695
3696         * lily/simultaneous-music.cc (to_relative_octave): only set
3697         old_relative_used if return pitch actually changed.
3698
3699         * scm/define-context-properties.scm
3700         (all-user-translation-properties): change to match implementation.
3701
3702         * python/lilylib.py: Replace re.match by re.search and adds "-c
3703         showpage" to the gs command line (Johannes Schindelin)
3704
3705         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
3706         before processing. Prevents crash when inf is in the extent.
3707
3708         * scm/define-markup-commands.scm (note-by-number): add "s" to
3709         "noteheads-" glyphname.
3710  
3711         * lily/parser.yy (Generic_prefix_music): supply parser argument to
3712         music function as well.
3713         
3714 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3715
3716         * VERSION: release 2.5.2
3717
3718         * Documentation/user/changing-defaults.itely (Creating titles):
3719         add breakbefore variable.
3720
3721         * lily/paper-book.cc (set_system_penalty): new function. Set
3722         penalty_ based on breakBefore setting
3723
3724         * lily/context-specced-music-iterator.cc (construct_children):
3725         interpret special context id $uniqueContextId 
3726
3727         * lily/context.cc (create_unique_context): new method. Move
3728         creation of unique (\new) contexts into interpreting phase. This
3729         makes
3730
3731           foo= \new Staff ..
3732           << \foo \foo >>
3733
3734         produce 2 staves.
3735         
3736
3737         * scm/define-music-properties.scm (all-music-properties): add
3738         quoted-voice-direction
3739
3740         * ly/music-functions-init.ly: killCues function.
3741
3742         * scm/music-functions.scm (cue-substitute): move creation of voice
3743         contexts further to the back. 
3744
3745 2004-11-25  Werner Lemberg  <wl@gnu.org>
3746
3747         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
3748         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
3749
3750 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
3751
3752         * buildscripts/guile-gnome.sh: Fixed typo.
3753
3754 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3755
3756         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
3757
3758         * scripts/abc2ly.py (dump_slyrics): add ord(). 
3759
3760         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
3761         to regular engraver. 
3762
3763 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3764
3765         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
3766
3767 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3768
3769         * scm/define-markup-commands.scm (fill-line): Typo.
3770
3771         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
3772         and newer.
3773
3774 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
3775
3776         * ly/dynamic-scripts-init.ly: Fixed typo.
3777
3778 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3779
3780         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
3781         note-head, to have different attachment points for up and down.
3782
3783         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
3784
3785         * mf/feta-generic.mf (else): remove solfa.
3786
3787         * mf/feta-bolletjes.mf (tishape): remove unicode test.
3788
3789         * scm/define-context-properties.scm
3790         (all-user-translation-properties): add shapeNoteStyles property.
3791
3792         * lily/shape-note-heads-engraver.cc (process_music): new file.
3793
3794         * lily/event.cc (transpose): call Event::transpose() for
3795         transposing the tonic.
3796
3797 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3798
3799         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
3800         Unicode/OpenType and AFM.
3801
3802         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
3803
3804 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3805
3806         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
3807
3808         * lily/context.cc (Context): unprotect key from ctor.
3809
3810         * scm/stencil.scm (stack-lines): return empty-stencil if argument
3811         is '()
3812         (stack-stencils): idem.
3813
3814         * Documentation/user/changing-defaults.itely (Creating titles):
3815         document new title layout options.
3816
3817         * lily/parser.yy (lilypond_header_body): copy previous
3818         $globalheader if present.
3819
3820         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
3821         ly:module-copy
3822         
3823         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
3824
3825         * scm/titling.scm: remove old titling functions
3826
3827         * lily/stencil.cc (translate): remove absolute dimension.
3828
3829         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
3830         via markup.
3831
3832         * scm/page-layout.scm (marked-up-headfoot): create header/footer
3833         field from user-supplied markup
3834
3835         * scm/define-markup-commands.scm (on-the-fly): new markup
3836         command. Enter SCM markup procedure directly in Scheme.
3837         (fromproperty): new markup command. Read markup from props argument.
3838
3839         * scm/titling.scm (marked-up-title): create title via
3840         user-specified markup. 
3841
3842         * scm/define-markup-commands.scm (column): remove empty stencils
3843         from column.
3844
3845         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
3846         not have side-effect of creating variable stub.
3847
3848         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
3849
3850 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3851
3852         * scm/encoding.scm (coding-alist): 
3853         * scm/font.scm (add-ec-fonts):
3854         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
3855         Extended-TeX-Font-Encoding---Latin.
3856
3857         * lily/side-position-interface.cc (general_side_position): Add
3858         actual offset to error message (avoid constant error messages).
3859
3860         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
3861         block.
3862
3863         * lily/font-select.cc (select_encoded_font)
3864         (get_font_by_mag_step, get_font_by_design_size): 
3865         * lily/modified-font-metric.cc (Modified_font_metric): 
3866         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
3867
3868         * scm/encoding.scm (coding-alist): Add fetaDynamic.
3869         (read-encoding-file): Bugfix: do not require space after bracket.
3870
3871         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
3872         these do not exist.
3873
3874 2004-11-20  Graham Percival  <gperlist@shaw.ca>
3875
3876         * Documentation/user/notation.itely: added info about typesetting
3877         boxed bar numbers.
3878
3879 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3880
3881         * flower/interval.cc (T_to_string): gcc4 fixes.
3882
3883         * scm/define-markup-commands.scm (fill-line): use
3884         stack-stencils. This fixes problems with putting already centered
3885         stencils in a line.
3886
3887         * VERSION: release 2.5.1
3888
3889         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
3890
3891 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3892
3893         * input/example-[1-3].ly: simplify.
3894
3895         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
3896
3897         * scm/output-ps.scm (new-text): new function. Use glyphshow to
3898         show glyphs.
3899
3900         * scm/encoding.scm (decode-byte-string): new function.
3901
3902         * scripts/convert-ly.py (conv): add warning about
3903         set-global-staff-size.
3904
3905         * Doxyfile: add. 
3906
3907         * scripts/convert-ly.py (conv): add raggedlastbottom rule
3908         (conv): warn for TextSpanner split.
3909         (conv): warn for textheight.
3910
3911 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3912
3913         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
3914         building the documentation, info with images are installed.
3915         (final-install): Fix description.  Mention sourcing of login
3916         scripts (instead of running).
3917
3918 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3919
3920         * Debian lmodern support.  Note that LilyPond will issue warnings
3921         
3922             no such encoding: "FontSpecific"
3923
3924           The font selection mechanism wants to get the encoding from the
3925           font itself, but the idea of lmodern is that it is usable with
3926           different encodings, ie, Lily should get the encoding from the
3927           font tree, rather than the font itself.  This would require some
3928           more work.
3929         
3930         * configure.in: Test for and accept lmodern if EC fonts not found.
3931
3932         * scm/framework-tex.scm (font-load-command): TeX font name
3933         mangling for latin1 encoded cork-lm fonts.
3934         (convert-to-ps): Load lm.map if available.
3935
3936         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
3937         available.
3938
3939         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
3940
3941         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
3942         available.
3943
3944         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
3945         path for absolute file name, that is silly.
3946
3947         * lily/score-engraver.cc (initialize): 
3948
3949         * Documentation/user/GNUmakefile (local-install-info): Invoke
3950         install-info --remove first.
3951
3952         * #include cleanup (Andreas Scherer).
3953
3954 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
3955
3956         * input/test/script-abbreviations.ly: fix typos.
3957
3958 2004-11-17  Werner Lemberg  <wl@gnu.org>
3959
3960         * python/lilylib.py (options_help_str): Support pretty-printing of
3961         newlines in fourth element of option description.
3962
3963         * scripts/lilypond-book.py (option_definitions): Use new lilylib
3964         feature.
3965         Sort options.
3966
3967         * Documentation/user/lilypond-book.itely: Finish update.
3968
3969 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3970
3971         * Documentation/user/macros.itexi: Add comment about \command.
3972
3973         * Documentation/user/lilypond.tely:
3974         * Documentation/user/lilypond-book.itely: Fix names of lilypond
3975         and lilypond-book nodes, so that `info lilypond' visits the manual
3976         at top level, and `info lilypond-book' visits the lilypond-book
3977         section.
3978
3979         * Documentation/user/GNUmakefile (local-install-info): Fix rules
3980         and packager messages.
3981
3982         * lily/pangofc-afm-decoder.cc: Update test.
3983
3984 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3985
3986         * scm/lily-library.scm (char->unicode-index): New function.
3987
3988         * scm/output-gnome.scm: 
3989         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
3990
3991         * Proper naming of file name throughout; s/filename/file[-_]name/.
3992
3993         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
3994
3995         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
3996
3997 2004-11-16  Werner Lemberg  <wl@gnu.org>
3998
3999         * scripts/lilypond-book.py: The Lord has commanded me to use only
4000         tabs for indentation.  Your humble servant obeys.
4001
4002 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4003
4004         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
4005         including font, if LilyPond-feta font is only feta font in path.
4006
4007         * scm/output-gnome.scm (text): Revert to file name of font if font
4008         has no name.  Fixes ec font selection.
4009         (char): Bugfix: do not utf8 twice.  Fixes clefs.
4010
4011         * scm/framework-svg.scm:
4012         * scm/output-svg.scm: New file.  TODO: figure out how to
4013         do character by index in font.
4014
4015         * scm/output-sodipodi.scm: Remove.
4016
4017         * scm/output-ps.scm (stem): Remove.
4018
4019 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
4020
4021         * scm/output-gnome.scm (beam): New function.
4022         (slur): Round corners.
4023         (round-filled-box): Round corners.
4024
4025 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4026
4027         * scm/output-gnome.scm (beam): add function.
4028         (draw-line): new routine.
4029         (dashed-line): stub; call draw-line
4030         (polygon): new routine.
4031
4032 2004-11-15  Werner Lemberg  <wl@gnu.org>
4033
4034         * Documentation/user/lilypond-book.itely: Revise section on
4035         lilypond-book options.
4036         Other minor fixes.
4037
4038         * scripts/lilypond-book.py: Change indentation to 4.
4039         Minor formatting.
4040
4041 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4042
4043         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
4044         grobs that have tweaks specced.
4045         
4046 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
4047
4048         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
4049
4050 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4051
4052         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
4053         actual char #, not 0 based index.
4054
4055         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
4056
4057         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
4058         Warning: do make -C mf clean.
4059
4060         * lily/context-property.cc: Compile fix.
4061
4062         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
4063         Grok ec-fonts, braces and dynamics.
4064
4065         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
4066
4067 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4068
4069         * lily/include/tweak-registration.hh: new file.
4070
4071         * lily/tweak-registration.cc: new file.
4072
4073         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
4074         saving tweaks.
4075
4076         * scm/output-gnome.scm (text): comment dribble.
4077
4078 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4079
4080         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
4081
4082         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
4083         path-def before using.  Fixes muchtomany slurs in wrong places
4084         bug.
4085
4086 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4087
4088         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
4089
4090         * lily/include/object-key-undumper.hh (Module): new file.
4091
4092         * lily/object-key-undumper.cc (Module): New file. Deserialize
4093         keys. SCM bindings
4094
4095         * lily/object-key-dumper.cc (Object_key_dumper): idem.
4096         Provide SCM bindings.
4097
4098         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
4099         new file. Serialize object keys.
4100         
4101         * lily/object-key.cc (dump): new function.
4102         (as_scheme): new virtual function
4103         (undump): new function
4104         (undumpers): new table.
4105
4106         * lily/include/global-context.hh (Context): take \score key upon init.
4107
4108         * lily/object-key-dumper.cc (serialize_key): new file.
4109
4110         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
4111
4112         * lily/lily-lexer.cc: remove \quote.
4113
4114         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
4115
4116         * lily/context.cc (Context): take key argument in ctor.
4117         (create_context): new function
4118
4119         * lily/grob.cc (Grob): take key argument in ctor.  
4120
4121         * lily/lilypond-key.cc (do_compare): new file.
4122
4123         * lily/object-key.cc (Object_key): new file.
4124
4125         * lily/include/object-key.hh (class Object_key): new file.
4126
4127         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
4128
4129 2004-11-13  Graham Percival  <gperlist@shaw.ca>
4130
4131         * Documentation/user/lilypond-book.itely: add small warning about
4132         noindent default in lilypond-book.
4133
4134         * Documentation/user/converters.itely: add examples for convert-ly.
4135
4136         * Documentation/user/examples.itely: change version string in templates
4137         to 2.4.0.
4138
4139 2004-11-12  Karl Hammar  <karl@aspodata.se>
4140
4141         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
4142         cmdline, use xargs instead (backportme)
4143
4144 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
4145         
4146         * Documentation/user/: Numerous fixes in the user manual.
4147
4148 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4149
4150         * lily/parser.yy (re_rhythmed_music): search music expression for
4151         context-id, surround by \new Voice if not found. Fixes:
4152         addlyrics-second-staff.ly
4153
4154         * VERSION: 2.5.0 released.
4155         
4156 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4157
4158         * Documentation/index.html.in: Fix url to one big page.  (backportme)
4159
4160         * Documentation/user/GNUmakefile: Separate rules for split and
4161         unsplit html documents.  Remove perl massaging.  (backportme)
4162
4163 2004-11-11  Graham Percival  <gperlist@shaw.ca>
4164
4165         * Documentation/user/lilypond-book.itely: add short warning about
4166         \lilypond{} in LaTeX docs.
4167
4168 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4169
4170         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
4171         found.  (backportme)
4172
4173         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
4174         version requirement.  (backportme)
4175
4176         * configure.in: Be explicit about old versions of
4177         ec-fonts-mtraced.  (backportme)
4178
4179         * lily/context-selector.cc (set_tweaks): New function.
4180         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
4181         web with -DTWEAK.
4182
4183         * Documentation/user/introduction.itely (Automated engraving):
4184         Remove fragment option.  Fixes web.
4185
4186         * lily/context-property.cc (make_item_from_properties):
4187         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
4188         #ifdef.
4189
4190         * scm/define-context-properties.scm
4191         (all-internal-translation-properties): Add tweakRank and tweakCount.
4192
4193         * lily/grob.cc: 
4194         * scm/define-grob-properties.scm (all-internal-grob-properties):
4195         Add tweak-rank and tweak-count.
4196
4197 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4198
4199         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
4200         New function.
4201         (text): Use them.
4202
4203         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
4204         animated/opaque grob dragging tweaks.
4205
4206         * buildscripts/guile-gnome.sh: Update.
4207
4208 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4209
4210         * scm/define-grobs.scm (all-grob-descriptions): Added
4211         line-interface to the LigatureBracket object.
4212
4213 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4214
4215         * scm/framework-gnome.scm (item-event): Support non-animated mouse
4216         dragging tweaks.
4217
4218         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
4219
4220         * lily/context-selector.cc (store_context): New function.
4221
4222         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
4223         (store_grob): New function.
4224         (identify_grob): Add Moment parameter.
4225
4226         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
4227         exists.
4228
4229         * scm/framework-gnome.scm (save-tweaks): Write as alist.
4230
4231 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4232
4233         * scm/framework-gnome.scm (item-event): Print grob id.
4234         (save-tweaks): New function.
4235         (tweak): New funtion.
4236         (item-event): Use it, bound to arrow keys.
4237
4238         * lily/context-property.cc (make_item_from_properties): Register grob.
4239         * lily/context.cc (add_context): Register context.
4240
4241         * lily/include/context-selector.hh:
4242         * lily/include/grob-selector.hh:
4243         * lily/context-selector.cc:
4244         * lily/grob-selector.cc: New file.
4245
4246 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4247
4248         * lily/slur.cc: add 'positions to interface
4249
4250         * lily/main.cc: reinstate PS as standard output format. 
4251
4252         * scm/framework-tex.scm (output-preview-framework): print systems
4253         up to first non title system.
4254
4255         * lily/grace-engraver.cc (start_translation_timestep): split
4256         scm_cadddr
4257         
4258 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4259
4260         * lily/quote-iterator.cc (Module): remove old quote-iterator
4261
4262         * scm/define-music-types.scm (music-descriptions): move
4263         NewQuoteMusic over QuoteMusic
4264
4265         * Documentation/user/notation.itely (Formatting cue notes): use
4266         \cueDuring.
4267
4268         * lily/new-quote-iterator.cc (quote_ok): new function.
4269
4270         * input/regression/quote-cue-during.ly: new file.
4271
4272         * input/regression/quote-grace.ly: new file.
4273
4274         * scm/define-context-properties.scm (Module): change definition of
4275         graceSettings
4276
4277         * lily/context-property.cc (Module): rename from
4278         translator-property.cc
4279
4280         * lily/context.cc (context_name_symbol): new function
4281
4282         * lily/grace-engraver.cc: new file. Set properties for grobs based
4283         on the grace-ness of now_moment().
4284
4285         * scm/music-functions.scm (add-grace-property): use list
4286         iso. vector for graceSettings
4287         remove set-{start,stop}-grace-properties. 
4288
4289         * lily/new-quote-iterator.cc (construct_children): set
4290         quote_outlet_ if no quoted-context-{id,type} specified.
4291
4292         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
4293
4294         * lily/parser.yy (command_element): remove \quote.
4295
4296         * ly/music-functions-init.ly (location): add quoteDuring music
4297         function. 
4298
4299         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
4300         optional semicolon. (backportme)
4301
4302 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4303
4304         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
4305         need to link to GUILE et al.
4306
4307 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4308
4309         * scm/define-music-properties.scm (all-music-properties): add
4310         quoted-context-type, quoted-context-id.
4311
4312         * scm/lily.scm (type-check-list): new function.
4313         
4314         * scm/lily-library.scm: new file. Generic library routines.
4315
4316         * lily/parser.yy (Generic_prefix_music): move typechecking out of
4317         parser.
4318
4319         * ly/music-functions-init.ly: add quoteDuring function.
4320
4321         * lily/include/music-iterator.hh (class Music_iterator): rename
4322         set_translator -> set_context
4323
4324         * lily/parser.yy (Generic_prefix_music_scm): add
4325         MUSIC_FUNCTION_SCM_SCM_MUSIC
4326
4327         * scm/lily.scm (sanitize-command-option): new function. (backportme)
4328
4329         * scm/framework-tex.scm (header): sanitize TeX paper size.
4330         (backportme)
4331
4332 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4333
4334         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
4335
4336         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
4337
4338         * scm/framework-tex.scm (font-load-command): Use T1 if no
4339         font-encoding set.  (backportme)
4340
4341         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
4342         exists before converting.  (backportme)
4343
4344         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
4345         exists before converting.  (backportme)
4346         (convert-to-ps): Remove .ps file if it exists before
4347         converting.  (backportme)
4348
4349         * lily/lexer.ll: Remove extra progress newline, use present tense.
4350
4351         * scm/paper.scm (paper-alist): public.
4352         * scm/framework-tex.scm (convert-to-ps):
4353         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
4354         command line.
4355
4356 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4357
4358         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
4359
4360         * lily/recording-group-engraver.cc (derived_mark): mark
4361         now_events_. (backportme)
4362
4363 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4364
4365         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
4366
4367         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
4368         invoking latex. (backportme.)
4369
4370         * lily/stem.cc (off_callback): center stems for all rest stems.
4371
4372 2004-11-05  Werner Lemberg  <wl@gnu.org>
4373
4374         * Documentation/user/lilypond.tely: Add more guidelines for writing
4375         lilypond texinfo documents.
4376
4377 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
4378
4379         * Documentation/index.html.in: remove <hr>.
4380
4381         * THANKS: change 2.3 to 2.4.
4382
4383 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
4384
4385         * scm/output-gnome.scm: More fontconfig comment.
4386
4387 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
4388
4389         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
4390         <package> directory in $(builddir)/share according with
4391         PACKAGE_NAME defined in the VERSION file.
4392
4393 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4394
4395         * lily/beam.cc (rest_collision_callback): use local beam
4396         multiplicity.
4397
4398         * input/regression/stem-stemlet.ly: new file.
4399
4400         * lily/stem.cc (add_head): store rests as well.
4401
4402         * scm/define-grob-properties.scm (all-user-grob-properties): add
4403         stemlet-length
4404
4405         * lily/stem.cc: store rests as well.
4406         
4407         * input/regression/new-slur.ly: mention forcing.
4408
4409 2004-11-04  Werner Lemberg  <wl@gnu.org>
4410
4411         * Documentation/user/*: A new round of layout fixes and document
4412         structure cleanup.
4413
4414 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
4415
4416         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
4417
4418 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4419
4420         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
4421
4422 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4423
4424         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
4425
4426         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
4427
4428         * lily/main.cc (main): Invoke identify.
4429
4430         * scm/lily.scm (postscript->pdf): Remove progress newline.
4431         Write progress to stderr.
4432
4433         * lily/paper-book.cc (output): Remove progress newline.
4434
4435         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
4436         gettext on user messages, and remove whitespace.
4437
4438         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
4439
4440         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
4441         argv[0] (Thomas Scharkowski).
4442
4443         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
4444         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
4445         for ec-fonts-mtraced.
4446
4447         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
4448         --srcdir build (Bertalan).
4449
4450         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
4451         headers and library too (Laura Conrad).
4452
4453         * Documentation/topdocs/INSTALL.texi (Top): Mention development
4454         package for guile too (Laura Conrad).
4455
4456         * lily/main.cc (usage): Typo.
4457
4458 2004-11-02  Werner Lemberg  <wl@gnu.org>
4459
4460         * Documentation/user/notation.ly: More fixes to improve appearance.
4461
4462         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
4463         better output for multicolumn tables.
4464
4465 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4466
4467         * lily/main.cc (dir_info): Fixed typo in the printouts.
4468
4469 2004-11-01  Werner Lemberg  <wl@gnu.org>
4470
4471         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
4472         of output.
4473         Set `per_line' to 2; replace hard-coded value with it.
4474
4475         * Documentation/user/*: Many fixes to improve appearance of
4476         printed manual.
4477
4478 2004-11-01  Werner Lemberg  <wl@gnu.org>
4479
4480         * Documentation/user/changing-defaults.itely,
4481         Documentation/user/notation.ly,
4482         Documentation/user/programming-interface.itely: Use @/.
4483         Fix formatting of some lilypond snippets and tables.
4484
4485         * scripts/lilypond-book.py (compose_ly): Provide useful default
4486         for LINEWIDTH in `override'.
4487
4488 2004-10-31  Graham Percival  <gperlist@shaw.ca>
4489
4490         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
4491
4492 2004-10-31  Werner Lemberg  <wl@gnu.org>
4493
4494         Resetting @exampleindent to `5' gives ugly results with texinfo's
4495         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
4496         (if not quoting) to change @exampleindent only locally.
4497
4498         * scripts/lilypond-book.py (NOQUOTE): New variable.
4499         (output) [LATEX]: Remove AFTER and BEFORE.
4500         [TEXINFO]: Remove AFTER and BEFORE.
4501         Fix QUOTE and VERBATIM pattern.
4502         Add NOQUOTE pattern.
4503         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
4504         and BEFORE.
4505         [output_texinfo]: Use NOQUOTE.
4506
4507 2004-10-31  Graham Percival  <gperlist@shaw.ca>
4508
4509         * Documentation/user/changing-defaults.itely: clarify paper
4510         size commands with correct info.
4511
4512         * Documentation/user/lilypond-book.itely: add more docs for
4513         filename extensions.
4514
4515 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4516
4517         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
4518         (PATCH_LEVEL): start 2.5.0.
4519
4520 2004-10-30  Graham Percival  <gperlist@shaw.ca>
4521
4522         * Documentation/user/notation.itely: add warning about bar numbers
4523         in multistaff music, add warning about quoting grace notes.
4524
4525         * Documentation/user/changing-defaults.itely: clarify paper size commands,
4526         add missing subsubtitle entry to Creating titles.
4527
4528         * Documentation/user/tutorial.itely: change 3.0 references to 2.4.
4529
4530 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4531
4532         * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
4533         case.
4534         (conv): add dummy 2.4.0 conversion rule.
4535
4536         * Documentation/user/lilypond.tely: add @finalout.
4537
4538         * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_
4539         for attaching, fixes slur/stem left attachment of
4540         downslur/downstem.
4541
4542         * lily/quote-iterator.cc (process): use <= for comparisons. Fixes
4543         quote problem if for last note of quoted sequence. 
4544
4545         * input/regression/part-combine-text.ly (comm): add expect strings.
4546
4547 2004-10-30  Werner Lemberg  <wl@gnu.org>
4548
4549         * Documentation/user/examples.itely: Improved layout.
4550
4551         * Documentation/invoking.itely: Use `@/' to insert breakpoints.
4552
4553         * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'.
4554
4555         * Documentation/notation.itely: Use `@/'.
4556         Other layout fixes.
4557
4558 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4559
4560         * lily/part-combine-iterator.cc (unisono): examine last_playing_
4561         (not state_), this fixes a2 printing after chord.
4562
4563         * input/regression/no-staff.ly: fix octave, revise syntax.
4564
4565         * input/regression/lyrics-bar.ly (texidoc): fixes.
4566
4567         * input/regression/beam-dir-functions.ly (Module): remove from regtest
4568
4569         * input/regression/accidentals.ly (Module): remove from regtest.
4570
4571         * lily/parser.yy (Prefix_composite_music): 
4572         oops. Chords should be unrelativable, not bass figures untransposable.
4573
4574         * VERSION: 2.3.26 released.
4575         
4576         * lily/completion-note-heads-engraver.cc (try_music): only return
4577         something when is_first_ is true. Fixes lyrics with completion_heads. 
4578
4579         * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. 
4580
4581         * scm/lily.scm (ly:system): new function. Catches uninstalled
4582         ps2png.
4583
4584 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4585
4586         * Documentation/user/notation.itely: remove
4587         @hyphenatedinternalsref.
4588
4589 2004-10-29  Werner Lemberg  <wl@gnu.org>
4590
4591         * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox.
4592
4593         * scripts/lilypond-book.py (no_options): New dictionary.
4594         (simple_options): New list.
4595         (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns.
4596         (compose_ly): Use `no_options' and `simple_options'.
4597         Fix logic of option handling.
4598         Handle `linewidth' option without parameter.
4599
4600 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4601
4602         * lily/lookup.cc (triangle): use (0, interval.length()) for X
4603         extent, since the stencil is translated later on.
4604
4605         * lily/ledger-line-spanner.cc (print): swap linear_combination
4606         arguments, effectively shortens ledger line. 
4607
4608         * Documentation/user/GNUmakefile
4609         ($(outdir)/lilypond/lilypond.html): use find to remove files.
4610
4611         * lily/main.cc: --no-pages option.
4612
4613 2004-10-28  Carl Sorensen  <carldsorensen@comcast.net>
4614
4615         * Documentation/user/notation.itely (Fret diagrams): add extra
4616         notes to example to avoid collisions between fret diagrams.
4617
4618 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4619
4620         * Documentation/user/notation.itely (Automatic note splitting):
4621         note about lyrics. 
4622
4623         * Documentation/user/converters.itely (Invoking convert-ly): note
4624         about version numbers. 
4625
4626         * scripts/abc2ly.py (dump_score): revise lyric dumping
4627
4628         * scripts/mup2ly.py (pre_processor_commands): always open file.
4629
4630         * scripts/etf2ly.py (Frame.calculate): always close \grace.
4631         (Etf_file.dump): add \version
4632
4633         * VERSION: 2.3.25 released.
4634
4635         * lily/scm-option.cc: add 'resolution to ly:get-option argument
4636         list.
4637
4638 2004-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4639
4640         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-origin
4641
4642 2004-10-28  Werner Lemberg  <wl@gnu.org>
4643
4644         * Documentation/user/music-glossary.tely: More fixes to improve
4645         appearance with DVI output.
4646
4647         * scripts/lilypond-book.py (compose_ly): Use 0.4in for
4648         EXAMPLEINDENT.  This is the maximum value for quotation environments
4649         used in `texinfo.tex' -- many warnings in lilypond.dvi are now gone.
4650
4651 2004-10-27  Werner Lemberg  <wl@gnu.org>
4652
4653         * Documentation/user/music-glossary.tely: Revised.
4654
4655 2004-10-26  Carl Sorensen  <carldsorensen@comcast.net>
4656
4657         * input/test/fret-diagram.ly: insert breaks, remove raggedright to
4658         improve fret diagram spacing in printed output.
4659
4660         * Documentation/user/notation.itely (Fret diagrams): Remove raggedright
4661         from options for the example so fret-diagrams won't overlap
4662         one another.
4663
4664 2004-10-26  Werner Lemberg  <wl@gnu.org>
4665
4666         * scripts/lilypond-book.py: Some additional formatting for
4667         orthogonality.
4668         (ly_options) [*]: Format strings.
4669         [RAGGEDRIGHT]: Don't set `indent'.  This is now properly handled
4670         by `compose_ly'.
4671         (output) [LATEX][OUTPUT]: Format string and simplify.
4672         (PREAMBLE_LY, FRAGMENT_LY): Format string.
4673         (classic_lilypond_book_compatibility): Take key/value pair as
4674         parameter.
4675         Return key/value pair.
4676         (compose_ly): Rewritten, taking the snippet type as third parameter. 
4677         The default values are now set more sensible, and a `linewidth'
4678         option is no longer overwritten under some circumstances.
4679
4680         * Documentation/user/music-glossary.tely: Replace all accented
4681         character macros with latin-1 codes.
4682
4683 2004-10-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4684
4685         * lily/music-function.cc (ly_make_music_function): when an
4686         argument predicate is markup?, the signature keyword becomes
4687         "markup" iso "scm".
4688
4689         * lily/lexer.ll (music_function_type): new MUSIC_FUNCTION_*MARKUP*
4690         tokens, for functions which signatures contain "markup".
4691
4692         * lily/parser.yy (Generic_prefix_music_scm): add treatment for new
4693         MUSIC_FUNCTION_*MARKUP* tokens.
4694
4695 2004-10-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4696
4697         * input/regression/lyrics-bar.ly: Make StaffGroup accept the new
4698         Lyrics context.
4699
4700 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4701
4702         * python/lilylib.py (make_ps_images): return list of output files.
4703
4704         * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with
4705         all springs tight, and still satisfy the constraints.
4706
4707 2004-10-25  Werner Lemberg  <wl@gnu.org>
4708
4709         * scripts/lilypond-book.py: s/option-sep/option_sep/.
4710         (format_res) [LATEX, TEXINFO]: Skip whitespace before comma also.
4711         (snippet_res): Fix regexps and make them ignore whitespace properly.
4712         (compose_ly): Use `re.split' instead of `string.split' to remove
4713         surrounding whitespace.
4714         Some formatting to get more consistency.
4715
4716 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4717
4718         * VERSION: 2.3.24
4719         
4720         * scm/define-context-properties.scm
4721         (all-user-translation-properties): add verticallySpacedContexts.
4722
4723         * scm/define-grob-interfaces.scm (vertically-spaceable-interface):
4724         add interface
4725
4726         * scm/define-grob-properties.scm (all-internal-grob-properties):
4727         add spaceable-staves
4728
4729         * scm/define-grobs.scm (all-grob-descriptions): set
4730         vertically-spaceable-interface for VerticalAxisGroup and
4731         RemoveEmptyVerticalGroup
4732
4733         * lily/system.cc (get_line): determine staff_refpoints_
4734         using spaceable-staves.
4735
4736         * lily/score-engraver.cc (acknowledge_grob): ack
4737         vertically-spaceable-interface and verticallySpacedContexts to
4738         set spaceable-staves.
4739
4740         * input/regression/new-slur.ly: add slur under 16th subbeam case.
4741
4742         * lily/slur-scoring.cc (fill): init has_same_beam_ before use.
4743
4744 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4745
4746         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): tune
4747         minimumVerticalExtent tweaks. 
4748  
4749         * mf/feta-schrift.mf: include size of thumb appendix in
4750         bbox. Fixes: c-thumb-notehead.ly  
4751
4752         * THANKS: add Meisters to the Development team.
4753
4754         * scm/framework-tex.scm (convert-to-dvi): redirect output to
4755         /dev/null for non-verbose.
4756
4757         * Documentation/user/invoking.itely (Invoking lilypond): add note
4758         about resource usage.
4759
4760         * tex/GNUmakefile (TEX_FILES): add texinfo.cnf
4761
4762         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): add
4763         --enable-encoding
4764
4765         * Documentation/user/lilypond.tely: add -*- coding: latin-1 -*- everywhere. 
4766
4767         * Documentation/user/changing-defaults.itely (Text encoding):
4768         change to latin1.
4769
4770         * Documentation/user/lilypond.tely: add language and encoding.
4771
4772         * scm/define-grobs.scm (all-grob-descriptions): add
4773         line-interface.
4774
4775         * configure.in (PKG_CONFIG_PATH): bump makeinfo version to 4.7
4776
4777         * input/test/ossia.ly: font sizes for ossia.
4778
4779         * scripts/convert-ly.py (conv): \context Foo = NOTENAME
4780         -> \context Foo = "NOTENAME".
4781
4782         * lily/main.cc (determine_output_options): fix ordering.
4783
4784 2004-10-24  Erik Sandberg  <ersa9195@student.uu.se>
4785
4786         * THANKS: Added bughunters for 2.3.
4787
4788 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4789
4790         * Documentation/user/macros.itexi: use findex functions/internals
4791         objects.
4792
4793         * scm/documentation-generate.scm (string-append): add syncodeindex
4794
4795         * Documentation/user/tutorial.itely (A lead sheet): use \chords
4796         for tutoring chord names.
4797  
4798         * Documentation/user/lilypond.tely: remove @authors.
4799
4800 2004-10-23  Werner Lemberg  <wl@gnu.org>
4801
4802         * scm/framework-tex.scm (dump-page): Add width to \lybox call.
4803         Remove first two parameters of \lybox.
4804         Don't emit \vbox around \lybox.
4805         (dump-line): Add width to \lybox call.
4806         Remove first two parameters of \lybox.
4807
4808         * tex/lilyponddefs.tex (\topalign, \leftalign): Removed.
4809         (\lyitem): Updated.
4810         (\lybox): Only take three parameters.
4811         Create box which has zero depth, only height.
4812         Center box vertically along the x-height of current font.
4813
4814 2004-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4815
4816         * VERSION (PACKAGE_NAME): release 2.3.23
4817
4818         * scm/framework-tex.scm (convert-to-ps): add -E if filename
4819         contains .preview.
4820
4821 2004-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4822
4823         * lily/lyric-extender.cc (print): only run to right-bound if
4824         broken. This fixes input/regression/lyric-extender.ly
4825
4826         * input/regression/beamed-chord.ly: removed.
4827
4828         * Documentation/user/macros.itexi: add \global to definitions for
4829         feta macros.
4830
4831         * po/fr.po: updated po file.
4832
4833         * po/de.po: updated po file.
4834
4835 2004-10-22  Werner Lemberg  <wl@gnu.org>
4836
4837         * tex/lilyponddefs.tex (\lilypondend): Undo change from 2004-10-20.
4838
4839 2004-10-21  Werner Lemberg  <wl@gnu.org>
4840
4841         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
4842         (\lilypondexperimentalfeatures): Removed.
4843
4844 2004-10-20  Jürgen Reuter  <reuter@ipd.uka.de>
4845
4846         * Documentation/user/notation.itely: fixed 2 typos
4847
4848 2004-10-20  Werner Lemberg  <wl@gnu.org>
4849
4850         * scm/framework-tex.scm (header-end): Don't set \outputscale.
4851         (dump-line): Produce prettier output.
4852
4853         * tex/lilyponddefs.tex: Comment all macros extensively.
4854         (\lilypondstart): Set \outputscale.
4855         Define \lilypondpagebreak and \lilypondnopagebreak here.
4856         Don't test for positive \lilypondpaperlinewidth -- this is always
4857         positive in the normal case (LilyPond produces bad output otherwise
4858         so we can safely ignore negative or zero values).
4859         (\lilypondend): Remove useless test for \lilypondbook.
4860         (\fetasixteen, \fetafont, \fetachar): Removed, unused.  We also
4861         don't input `feta20.tex'.
4862
4863 2004-10-19  Graham Percival  <gperlist@shaw.ca>
4864
4865         * Documentation/user/examples.itely: added texidoc lilypond-book
4866         template.
4867
4868 2004-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4869
4870         * cygwin/lilypond.hint: Update.
4871
4872 2004-10-18  Carl Sorensen  <carldsorensen@comcast.net>
4873
4874         * Documentation/user/notation.itely (Fret diagrams): Add documentation
4875         for fret diagram markups to user manual
4876
4877         * scm/fret-diagrams.scm (fret-diagram-terse): Fix mistake in internal
4878         documentation for fret-diagram-terse
4879
4880         * Documentation/user/notation.itely: Added section on fret diagrams.
4881
4882 2004-10-18  Jan Nieuwenhuizen  <janneke@gnu.org>
4883
4884         * scripts/convert-ly.py (usage): Fix --help description.  Apply
4885         range also for --show-rules.
4886
4887 2004-10-18  Werner Lemberg  <wl@gnu.org>
4888
4889         * scripts/lilypond-book.py (Snippet, Include_snippet)
4890         [replacement_text]: Use group `match'.
4891
4892 2004-10-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4893
4894         * Documentation/user/macros.itexi: Use @ref instead of @inforef
4895         for html.  Apparently, ``you should'' in texinfo documentation is
4896         merely a guideline that can safely be ignored.
4897
4898         * elisp/lilypond-init.el (auto-mode-alist): Add .ily to
4899         auto-mode-alist.
4900
4901         * input/test/engraver-example.ily: 
4902         * input/regression/allfontstyle.ily: Rename, update users.
4903
4904 2004-10-16  Graham Percival  <gperlist@shaw.ca>
4905
4906         * Documentation/user/lilypond-book.itely: add more details about
4907         building .lytex files.
4908
4909         * Documentation/user/examples.itely: added piano-lyrics template
4910
4911         * input/template/piano-4-voices.ly, piano-lyrics.ly: remove.
4912
4913         * input/GNUmakefile: remove "templates" from build subdirs.
4914
4915         * input/template: removed.
4916
4917 2004-10-16  Werner Lemberg  <wl@gnu.org>
4918
4919         * scripts/lilypond-book.py (snippet_res): Define group `match'
4920         everywhere.
4921         Accept more spaces between commands and its arguments and options.
4922         Fix some regexps.
4923         (output): Remove some newlines in string values and suppress spaces
4924         in output.
4925         (output_texinfo): Output `output_print_filename' only if not empty.
4926         (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'.
4927
4928 2004-10-16  Werner Lemberg  <wl@gnu.org>
4929
4930         * scm/framework-tex.scm (font-load-command, define-fonts): Protect
4931         some TeX line ends with `%' to avoid additional horizontal space in
4932         output.
4933
4934         * scripts/lilypond-book.py: Unexpand spaces to tabs.
4935         (snippet_res): Use `x' modifier to represent regular expressions
4936         in a friendlier way.
4937         Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'.
4938         (find_toplevel_snippets): Don't use indices from match group 0,
4939         which is the whole pattern space, but group 1.
4940
4941 2004-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4942
4943         * flower/include/direction.hh (enum Direction): add
4944         DIRECTION_LIMIT
4945
4946 2004-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4947
4948         * po/fr.po: new po file.
4949
4950 2004-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
4951
4952         * Documentation/user/macros.itexi: Do not construct external
4953         references using @uref.  That results in broken links.
4954
4955         * lily/slur.cc (outside_slur_callback): Use int in for loop;
4956         avoids g++-3.4.1 enum beature.
4957
4958 2004-10-13  Graham Percival  <gperlist@shaw.ca>
4959
4960         * Documentation/user/examples.itely: added lilypond-book template.
4961
4962         * Documentation/user/lilypond-book.itely: added filename extension
4963         page.
4964
4965 2004-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4966
4967         * debian/rules (binary-indep): Link images for info.
4968
4969         * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR.  Cool
4970         feature nicked from jEdit.
4971
4972 2004-10-12  Pedro Kroger  <kroeger@pedrokroeger.net>
4973
4974         * Documentation/user/introduction.itely: Minor corrections.
4975
4976         * Documentation/user/notation.itely: Minor corrections.
4977
4978         * Documentation/user/tutorial.itely: Minor corrections.
4979
4980 2004-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4981
4982         * scm/framework-ps.scm (page-header): Fix Layout renaming bug.
4983
4984         * scm/*.scm:
4985         * ly/paper-defaults.ly: Use papersizename only.
4986
4987 2004-10-11  Werner Lemberg  <wl@gnu.org>
4988
4989         * tex/lilyponddefs.tex (\lyitem): Don't use \topalign to make
4990         \raise work with positive values.
4991
4992 2004-10-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4993
4994         * Documentation/user/notation.itely (Multi measure rests): Update
4995         the docs corresponding to the implementation change from 2004-10-08.
4996
4997 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4998
4999         * VERSION (MY_PATCH_LEVEL): release 2.3.22
5000
5001         * scm/part-combiner.scm (determine-split-list): reinstate
5002         playing+resting case. 
5003
5004         * Documentation/user/invoking.itely (Reporting bugs): rename.
5005
5006         * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22.
5007
5008         * lily/parser.yy (Prefix_composite_music): change no-transposition
5009         for mode_changing_head to figures too.
5010
5011         * lily/phrasing-slur-engraver.cc (acknowledge_grob): do something
5012         with normal slurs too.
5013         
5014         * lily/slur-scoring.cc (move_away_from_staffline): new function.
5015         (get_base_attachments): move away attachment point for breaks
5016         similar to attachment points on slurs (staffline collision, and
5017         half a space of padding)
5018
5019         * scm/page-layout.scm (ly:optimal-page-breaks): don't compute
5020         force twice.
5021
5022         * lily/simple-spacer.cc (LY_DEFINE): if line too long in ragged
5023         mode, return #f.        
5024
5025         * scm/page-layout.scm (ly:optimal-page-breaks): set force = 0.0
5026         for last page if raggedlast. 
5027
5028         * lily/parser.yy (Prefix_composite_music): untransposable is for
5029         FiguredBass, not ChordNames
5030
5031 2004-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5032
5033         * scm/framework-tex.scm: Merge fix.
5034
5035 2004-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5036
5037         The grand \paper -> \layout, \bookpaper -> \paper renaming.
5038
5039 2004-10-10  Graham Percival  <gperlist@shaw.ca>
5040
5041         * Documentation/user/notation.itely: add raggedright to a whole
5042         bunch of places.
5043
5044 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5045
5046         * scm/paper.scm (set-paper-dimension-variables): new
5047         function. Define dimension-variables explicitly in \paper too.
5048         This allows overriding linewidth inside \score { \paper { } }
5049         blocks
5050  
5051         * scm/framework-tex.scm (convert-to-ps): invoke dvips with -t
5052         landscape.
5053         (header): add landscape and papersize options.
5054
5055 2004-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5056
5057         * lily/*.cc: use robust_scm2moment() where appropriate.
5058
5059         * lily/moment.cc (robust_scm2moment): new function.
5060
5061         * scm/titling.scm (default-score-title): remove caps for piece.
5062
5063         * VERSION: 2.3.21 released.
5064         
5065         * lily/include/slur-scoring.hh (struct Slur_score_state): new file
5066
5067         * lily/include/slur-configuration.hh (class Slur_configuration):
5068         new file.
5069
5070         * lily/slur-configuration.cc: new file. move scoring functions
5071         into Slur_configuration.
5072
5073         * lily/slur-scoring.cc (Slur_score_state): change static functions
5074         to methods of Slur_score_state.
5075
5076         * lily/bezier-bow.cc (Message): 
5077
5078         * flower/include/interval-set.hh (Message): new file.
5079
5080         * flower/interval-set.cc (Message): new file.
5081
5082 2004-10-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5083
5084         * lily/multi-measure-rest-engraver.cc (process_music): always
5085         generate MultiMeasureRestNumbers.
5086
5087         * SConstruct (txt_files): switch of make dist
5088
5089         * lily/bezier-bow.cc (get_slur_indent_height): change recipe to
5090         make sure that (indent < len / 3). This fixes progerror-max_h.ly
5091
5092         * lily/multi-measure-rest-engraver.cc (process_music): make
5093         MultiMeasureRestNumber too.
5094
5095 2004-10-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5096
5097         * Documentation/user/notation.itely (Bar lines): Added a note that
5098         defaultBarType is to be changed in the Timing context.
5099
5100 2004-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5101
5102         * lily/include/guile-compatibility.hh: add file.
5103
5104         * scm/framework-tex.scm (convert-to-dvi): use max of current
5105         extra_mem_top and 1M.
5106
5107         * lily/kpath.cc (LY_DEFINE): ly_kpathsea_expand_variable. New
5108         function.
5109
5110 2004-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5111
5112         * scm/framework-tex.scm (convert-to-dvi): set extra_mem_top to 1M.
5113  
5114 2004-10-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5115
5116         * lily/slur-scoring.cc (struct Slur_score_state): add
5117         has_same_beam_, edge_has_beams_, is_broken_ bools.
5118         (get_base_attachments): simpler Y attachment determination for
5119         broken slurs.
5120
5121 2004-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5122
5123         * buildscripts/texi2omf.py: Add hashbang.  Starting the script in
5124         bash without that is quite interesting.  Add xml and some omf
5125         keys.
5126
5127 2004-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5128
5129         * Documentation/user/macros.itexi: Add xml macros.
5130
5131         * Documentation/user/GNUmakefile (extra-local-help): Add xml rules.
5132
5133         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): Fix location.
5134
5135 2004-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5136
5137         * lily/break-substitution.cc (substitute_mutable_property_alist):
5138         only put property back into value if != SCM_UNDEFINED
5139
5140         * lily/lyric-extender.cc (print): don't take common refpoint of
5141         null object if right_text isn't there.
5142  
5143         * lily/slur-scoring.cc (struct Slur_score_state): new
5144         struct. Collect scoring function arguments.
5145         (struct Slur_score_state): add musical_dy_
5146         (get_extra_encompass_infos): new function. Split off state
5147         computations.
5148
5149         * scm/part-combiner.scm (determine-split-list): remove playing1
5150         and playing2.
5151
5152 2004-10-02  Graham Percival  <gperlist@shaw.ca>
5153
5154         * Documentation/index.html.in: remove link to templates.
5155
5156         * Documentation/user/notation.itely: more small fixes.
5157
5158 2004-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5159
5160         * lily/timing-engraver.cc (process_music): move setting
5161         measure-length. This fixes spacing-whole-rest.ly
5162
5163         * VERSION (PACKAGE_NAME): release 2.3.20
5164         
5165         * input/regression/quote-transposition.ly: update example
5166
5167         * scm/define-music-properties.scm (all-music-properties): change
5168         meaning of instrumentTransposition.  It is now the pitch played
5169         that sounds as middle C. This means that instrumentTransposition
5170         can be \transposed. 
5171         Fixes: transpose-quote.ly
5172
5173         * lily/parser.yy (command_element): reverse setting of
5174         instrumentTransposition
5175
5176         * lily/pitch.cc (pitch_interval): rename.
5177
5178         * lily/recording-group-engraver.cc (stop_translation_timestep):
5179         remove macrameing of accumulator and set_car/cdr.
5180         Fixes: transposition-quote.ly
5181
5182         * lily/music.cc (transpose): fold Event::transpose() in.
5183
5184         * lily/event.cc: remove Transpose. 
5185
5186         * lily/recording-group-engraver.cc: cleanup.
5187
5188         * ly/music-functions-init.ly (displayMusic): add function.
5189
5190         * make/lilypond.fedora.spec.in: rename file.
5191
5192         * lily/lily-lexer.cc (mark_smob): don't use ly_cdr() for getting
5193         to-be-marked objects. Use SCM_CELL_WORD_1 instead. 
5194
5195         * Documentation/user/changing-defaults.itely (Changing context
5196         properties on the fly): typo.
5197
5198         * lily/slur.cc (outside_slur_callback): try three sample points
5199         for determining collisions. This fixes: slur-script.ly.
5200
5201 2004-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5202
5203         * scripts/lilypond-book.py (ext2format): Add latex as Latex.
5204
5205 2004-10-01  Graham Percival  <gperlist@shaw.ca>
5206
5207         * Documentation/user/notation.itely: more small fixes.
5208
5209         * Documentation/user/examples.itely: make new sections.
5210
5211         * input/test/bar-lines.ly: improve output, fix bug.
5212
5213         * Documentation/user/changing-defaults.itely: small fixes.
5214
5215 2004-10-01  Werner Lemberg  <wl@gnu.org>
5216
5217         * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle
5218         T1 encoding in texinfo mode.
5219         (\lilypondstart): Use it.
5220         (\lilypondloop, \lilyponditerate): Removed.  Unused.
5221
5222 2004-09-30  Werner Lemberg  <wl@gnu.org>
5223
5224         * tex/lilyponddefs.tex (\lilypondstart): Define
5225         \lilypondfontencoding for both texinfo and latex mode.
5226
5227         * scm/framework-tex.scm (font-load-command): Use
5228         \lilypondfontencoding.
5229
5230 2004-09-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5231
5232         * scm/framework-tex.scm (dump-page): take with-extents?
5233         argument. If true, output Y extents. Used for lilypond-book
5234         documents.
5235
5236         * scripts/lilypond-book.py (PREAMBLE_LY): set dump-extents for
5237         \bookpaper.
5238
5239         * lily/slur.cc (outside_slur_callback): epsilon-delta management
5240         for slur edges. Fixes: progerror-no-bezier-intersection.ly
5241  
5242         * scm/framework-tex.scm (dump-page): put stencil height in dumped
5243         page.
5244
5245 2004-09-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5246
5247         * Documentation/user/notation.itely (Multi measure rests):
5248         Improved example.
5249
5250 2004-09-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5251
5252         * lily/auto-beam-engraver.cc (test_moment): robustify.
5253
5254 2004-09-28  Werner Lemberg  <wl@gnu.org>
5255
5256         * scm/framework-tex.scm (font-load-command): Define proper font
5257         macro which sets font encoding if available.
5258         (define-fonts): Define \lilypondpaperinputencoding, to be taken
5259         from the \bookpaper block.
5260
5261         * tex/lilyponddefs.tex (\lilypondstart): Use
5262         \lilypondpaperinputencoding for global input encoding.
5263
5264 2004-09-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5265
5266         * lily/score.cc (Score): oops. Copy error_found_ too.
5267
5268 2004-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5269
5270         * stepmake/stepmake/texinfo-rules.make: 
5271         * Documentation/GNUmakefile: --srcdir build fixes.
5272
5273         * input/test/coriolan-margin.ly: Put papersize settings in \bookpaper.
5274
5275         * Documentation/user/latex-lilypond-example.latex:
5276         * Documentation/user/latex-example.latex: Fix compile errors.
5277         Still buggy, need more love.
5278
5279 2004-09-27  Werner Lemberg  <wl@gnu.org>
5280
5281         * tex/lilyponddefs.tex (\lilypondstart): Use \frenchspacing.
5282
5283 2004-09-26  Juergen Reuter  <reuter@ipd.uka.de>
5284
5285         * Documentation/user/examples.itely: removed \midi block to
5286         simplify the example
5287
5288         * Documentation/user/notation.itely: Removed superfluous
5289         TextSpanner tweakings (is already done by engraver-init.ly).
5290         Documented bug: vertical alignment of articulations.
5291
5292         * Documentation/user/notation.itely, ly/engraver-init.ly
5293         (VaticanaVoice, GregorianTranscriptionVoice): Bugfix: TextSpanner
5294         padding.
5295
5296         * Documentation/user/notation.itely, ly/engraver-init.ly: moved
5297         docu about TextSpanner padding bug from manual to engraver.ly
5298         (since it's workarounded and hence not user-visible any more)
5299
5300 2004-09-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5301
5302         * VERSION: release 2.3.19
5303
5304 2004-09-26  Graham Percival  <gperlist@shaw.ca>
5305
5306         * ly/property-init.ly: fix bug in displaying ledger lines while
5307         \hideNotes is on.
5308
5309         * Documentation/user/notation.itely: more editing.
5310
5311         * Documentation/user/examples.itely: add piano-dynamics template.
5312
5313         * input/template/piano-dynamics.ly: remove.
5314
5315         * Documentation/user/sound-output.itexi: more editing
5316
5317 2004-09-25  Graham Percival  <gperlist@shaw.ca>
5318
5319         * Documentation/user/notation.itely: more editing.
5320
5321 2004-09-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5322
5323         * scm/ly-from-scheme.scm (read-lily-expression): use ~s in format
5324         instead of ~a, to get #{ #"foo" #} actually printed to #"foo".
5325
5326 2004-09-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5327
5328         * lily/hairpin.cc (print): check columns of bounds, not bounds
5329         themselves.
5330         (print): robustify bound-padding lookup.
5331
5332         * lily/*: ly_c[ad]+r -> scm_XXX , ly_c_pair_p -> scm_is_pair.
5333
5334         * scripts/lilypond-book.py (Compile_error.process_include): catch
5335         Compile_error exception, and remove output .texi.
5336
5337         * scm/define-music-properties.scm (all-music-properties): add
5338         error-found
5339
5340         * lily/parser.yy (Music_list): add error-found to music with errors.
5341
5342         * lily/lily-parser.cc (LY_DEFINE): ignore scores with errors.
5343
5344         * lily/book.cc (process): ignore books with errors
5345
5346         * lily/include/score.hh (class Score): add error_found_ member.
5347
5348         * lily/drum-note-engraver.cc (try_music): idem.
5349
5350         * lily/note-heads-engraver.cc: remove start-playing-event.
5351
5352         * lily/part-combine-iterator.cc (Part_combine_iterator): use
5353         BusyPlayingEvent to determine which voice was active last.
5354         (unisono): use last active to where to get unisono information
5355         from. This fixes: partcombine-rest.ly (again).
5356
5357         * scm/part-combiner.scm (determine-split-list): cleanups
5358
5359 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5360
5361         * input/regression/lyric-extender.ly: simplify.
5362         complexify.
5363
5364         * lily/lyric-extender.cc (print): use it to determine size of
5365         extender. Remove Lyric_extender::is_visible().
5366
5367         * lily/extender-engraver.cc (acknowledge_grob): store lyric in
5368         next property.
5369
5370         * lily/lyric-engraver.cc: remove get_current_rest().
5371         
5372 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5373
5374         * input/regression/lyric-extender.ly: Fix and add test.
5375
5376         * lily/extender-engraver.cc (stop_translation_timestep): Oops, typo.
5377
5378 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5379
5380         * lily/note-head.cc: remove Note_head::extent.
5381
5382 2004-09-23  Graham Percival  <gperlist@shaw.ca>
5383
5384         * Documentation/user/tutorial.itely: do manual style 2-space
5385         indents in examples
5386
5387         * Documentation/user/notation.itely: more editing.
5388
5389 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5390
5391         * lily/lyric-engraver.cc (get_current_rest): New function.
5392
5393         * lily/extender-engraver.cc (stop_translation_timestep): Use it:
5394         stop at rest.
5395
5396         * lily/lyric-extender.cc (print): Fix crash (Russ Ross).
5397
5398         * lily/slur-scoring.cc (get_bezier): Fix for broken beziers.
5399
5400 2004-09-23  Juergen Reuter  <reuter@ipd.uka.de>
5401
5402         * Documentation/user/examples.itely (Small ensembles): added
5403         example for transcription of mensural music
5404
5405         * Documentation/user/notation.itely (The Lyrics context): fixed broken
5406         link to SATB vocal score
5407
5408         * Documentation/user/notation.itely (System start delimiters):
5409         fixed typo: GrandStaff->StaffGroup
5410
5411         * Documentation/user/notation.itely (Ancient articulations):
5412         removed obsolete comment on \episem bug
5413
5414 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5415
5416         * scm/framework-tex.scm (output-preview-framework): Fix invocation
5417         of header.
5418
5419 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5420
5421         * lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
5422         start to note-column.
5423
5424         * lily/hairpin.cc (print): check text-interface, to attach to
5425         dynamic texts.  
5426
5427         * lily/include/text-item.hh (class Text_interface): rename
5428         Text_item -> Text_interface
5429
5430         * lily/piano-pedal-bracket.cc (print): robustify.
5431
5432 2004-09-22  Pedro Kroger  <kroeger@pedrokroeger.net>
5433
5434         * scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.
5435
5436         * scm/page-layout.scm (plain-header): if printfirstpagenumber is
5437         true will print the page number in the first page.
5438
5439         * Documentation/user/changing-defaults.itely: Document
5440         printfirstpagenumber.
5441
5442 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5443
5444         * lily/phrasing-slur-engraver.cc (acknowledge_grob): avoid more
5445         objects.
5446
5447         * lily/beam-concave.cc (calc_concaveness): take absolute value of
5448         dy for scaling. This fixes various downbeams.
5449         
5450
5451         * lily/beam-quanting.cc (best_quant_score_idx): 
5452
5453 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5454
5455         * scm/framework-tex.scm (header-to-file): Fix.
5456
5457 2004-09-22  Werner Lemberg  <wl@gnu.org>
5458
5459         * lily/parser.yy <score_body>: Fix typo.
5460
5461 2004-09-22  Graham Percival  <gperlist@shaw.ca>
5462
5463         * Documentation/user/tutorial.itely: modified a "future planning"
5464         comment.
5465
5466         * Documentation/user/notation.itely: more editing.
5467
5468 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5469
5470         * scm/define-markup-commands.scm (note-by-number): read font-size
5471         to determine stem length. Fixes: markup-note.ly
5472
5473 2004-09-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5474
5475         * lily/slur.cc (outside_slur_callback): read #'padding for
5476         slur-padding. Fixes: slur-script.ly
5477
5478         * lily/parser.yy (score_body): disallow \bookpaper in \score.
5479
5480 2004-09-21  Juergen Reuter  <reuter@ipd.uka.de>
5481
5482         * Documentation/user/notation.itely (ancient flags): documented
5483         flags-related known bugs
5484
5485         * lily/include/ligature-engraver.hh: added comment about why and
5486         how of (non-)use of abstract virtual methods
5487
5488         * ly/engraver-init.ly (VaticanaVoice,
5489         GregorianTranscriptionVoice): bugfix (workaround): TextSpanner:
5490         unset dash-fraction property in order to get solid lines
5491
5492         * ly/engraver-init.ly (MensuralStaff): fixed bad comment
5493
5494 2004-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5495
5496         * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
5497
5498 2004-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5499
5500         * lily/parse-scm.cc (internal_ly_parse_scm): Eval in module, not
5501         in function.
5502
5503         * scm/framework-tex.scm (convert-to-dvi): Use nonstopmode.  Set
5504         openout_any=p.  Throughout: progress to stderr, translate user
5505         messages.
5506
5507         * scm/output-gnome.scm: Fix font dir description.
5508
5509 2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5510
5511         * input/test/mensural-ligatures.ly (voice): move linethickness
5512         settings to bookpaper.
5513
5514         * lily/simple-spacer.cc (Module): use force to stretch to 
5515         line length as force measure for ragged spacing.
5516         
5517         * lily/lily-parser.cc (get_paper): don't set parent for \paper
5518         blocks in the parser. This eliminates ordering dependency for
5519         \bookpaper and \paper
5520
5521         * ly/part-paper-init.ly: remove file.
5522
5523         * lily/includable-lexer.cc (new_input): elucidate message.
5524
5525         * VERSION: 2.3.18 released.
5526         
5527 2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5528
5529         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5530         * input/mutopia/R.Schumann/romanze-op28-2.ly:
5531         * input/mutopia/F.Schubert/standchen.ly: Remove obsolete
5532         #'Slur.attachment setting.
5533
5534         * elisp/lilypond-mode.el (LilyPond-command-alist): Use -ftex,
5535         friendlier for point and click.
5536
5537 2004-09-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5538
5539         * ly/init.ly: reverse collected scores.
5540
5541         * scm/page-layout.scm (ly:optimal-page-breaks): use non-ragged
5542         layout to determine force.
5543         
5544 2004-09-18  Werner Lemberg  <wl@gnu.org>
5545
5546         * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
5547         ties.
5548
5549         * ly/declarations-init.ly (escapedBiggerSymbol,
5550         escapedSmallerSymbol): Fix typos.
5551
5552         * scripts/convert-ly.py: s/removeTag/removeWithTag/.
5553
5554 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5555
5556         * input/{input,regression}/*.ly: run convert-ly
5557
5558         * VERSION: release 2.3.17
5559
5560         * lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
5561         little wider for attachment calculation. This prevents stem and
5562         slur touching.
5563
5564         * lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
5565         ) 
5566
5567         * input/regression/tie.ly (texidoc): cleanup.
5568
5569         * ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
5570         and ~
5571
5572         * lily/slur-scoring.cc (score_extra_encompass): check if extra
5573         objects are on boundary column. 
5574
5575         * lily/main.cc (parse_argv): process --tex too.
5576
5577         * ly/music-functions-init.ly (keepWithTag): add music functions
5578         keepWithTag and removeWithTag.
5579
5580         * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.
5581
5582         * lily/accidental-engraver.cc (recent_enough): interpret laziness
5583         = #t. This fixes no-reset accidental-style.
5584
5585         * input/regression/accidental-piano.ly (Module): new file.
5586
5587         * lily/lily-guile.cc (LY_DEFINE): ly_assoc_get: new function.
5588
5589 2004-09-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5590
5591         * lily/slur-scoring.cc (score_extra_encompass): widen X extent of
5592         extra encompass.
5593         (score_extra_encompass): use Y coordinate of attachment if X
5594         attachment falls in extra encompass X extent.
5595
5596         * buildscripts/guile-gnome.sh (SLIB_PATH): add SLIB_PATH to
5597         GUILE_LOAD_PATH
5598
5599 2004-09-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5600
5601         * scm/output-gnome.scm: Small fixes.
5602
5603         * buildscripts/guile-gnome.sh: Getting close to 2.6.0 release.
5604
5605 2004-09-16  Juergen Reuter  <reuter@ipd.uka.de>
5606
5607         * Documentation/user/notation.itely (Ancient flags): Removed
5608         documentation on adjust-if-on-staffline (this property was removed
5609         by Han-Wen).
5610
5611         * Documentation/user/notation.itely (Ancient notation): Minor
5612         cleanups and fixes.  Renamed "Vaticana style contexts" ->
5613         "Gregorian Chant contexts".  Added section "Mensural contexts".
5614         Added section "Ancient articulations".
5615
5616         * ly/engraver-init.ly: Added "MensuralVoice" and "MensuralStaff".
5617
5618 2004-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5619
5620         * buildscripts/guile-gnome.sh: Add missing bit.
5621
5622 2004-09-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5623
5624         * buildscripts/guile-gnome.sh (LD_LIBRARY_PATH): new script.
5625
5626         * lily/slur-scoring.cc (get_y_attachment_range): set end point
5627         using base_attachment.
5628
5629         * scm/page-layout.scm (default-page-make-stencil): whoops. Add
5630         page header back.
5631
5632         * scm/documentation-generate.scm (top-node): move version to top
5633         node.
5634
5635         * lily/ledger-line-spanner.cc: add ledgered-interface, with
5636         property no-ledgers.
5637
5638 2004-09-16  Heikki Junes  <hjunes@cc.hut.fi>
5639
5640         * Documentation/user/{changing-defaults,examples,invoking,
5641         tutorial}.itely: Expand 's to is.
5642
5643         * Documentation/user/notation.itely: Capitalize only first letter.
5644
5645         * Documentation/user/programming-interface.itely: Capitalize Scheme.
5646
5647         * Documentation/user/lilypond-book.itely: use @refbugs.
5648
5649         * THANKS: sort.
5650
5651         * input/mutopia/F.Schubert/morgenlied.ly,
5652         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly,
5653         input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full
5654         name.
5655
5656 2004-09-15  Juergen Reuter  <reuter@ipd.uka.de>
5657
5658         * mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
5659         lneomensural char entry; (ii) fixed mensural/neomensural naming
5660         clash typo; (iii) lneomensural char: fixed stem attachment point.
5661         WARNING: FONT CHANGED!
5662
5663 2004-09-15  Graham Percival  <gperlist@shaw.ca>
5664
5665         * Documentation/user/introduction.itely: update \stemBoth to
5666         \stemNeutral.
5667
5668         * Documentation/user/notation.itely: more editing of the manual.
5669
5670 2004-09-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5671
5672         * lily/slur-scoring.cc (score_edges): add exp(slope*dir*leftright)
5673         factor in edge attraction. This reflects that the left edge may
5674         have a larger gap for an ascending up-slur.
5675         (get_base_attachments): copy bound Y from right bound, if there is
5676         only one note-column after the line break.
5677
5678 2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5679
5680         * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
5681
5682 2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5683
5684         * lily/phrasing-slur-engraver.cc (process_music): Create
5685         PhrasingSlur instead of Slur.
5686
5687         * Documentation/user/changing-defaults.itely (Defining new
5688         contexts): Fixed misprinted context name.
5689
5690 2004-09-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5691
5692         * ly/property-init.ly (hideStaffSwitch): remove turnOff.
5693
5694         * scripts/convert-ly.py (conv): change Both to Neutral in property
5695         settings.
5696
5697         * ly/engraver-init.ly: increase extent of Staff. 
5698
5699 2004-09-13  Graham Percival  <gperlist@shaw.ca>
5700
5701         * scm/script.scm: change behaviour of slur and accent.
5702
5703         * Documentation/user/music-glossary.tely: de-gender a few entires.
5704
5705         * Documentation/user/introduction.itely: de-gender a few sentences.
5706
5707 2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5708
5709         * input/regression/rehearsal-mark-number.ly: Reuse the existing
5710         formatting routine when adding boxed numbers. Makes it easier to
5711         extrapolate how to do for boxed letters.
5712
5713 2004-09-12  Graham Percival  <gperlist@shaw.ca>
5714
5715         * Documentation/user/notation.itely: fixed Time Signature numbers bug.
5716
5717         * Documentation/user/invoking.itexi: updated the "reporting bugs"
5718         section.
5719
5720 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5721
5722         * scm/define-grobs.scm (all-grob-descriptions): longer
5723         ideallengths for stems in higher order beams.
5724
5725         * Documentation/user/changing-defaults.itely (Page layout):
5726         document them.
5727
5728         * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
5729         to get sane spaces for titles.
5730
5731         * ly/book-paper-defaults.ly: new parameters aftertitlespace,
5732         beforetitlespace, betweentitlespace.
5733
5734         * input/regression/beam-quant-standard.ly (primeSixteenths): add
5735         16th notes.
5736
5737         * lily/beam.cc (set_minimum_dy): new function. Round non-zero
5738         small slope up to smallest quant. This prevents small slopes from
5739         getting rounded to zero.
5740
5741         * lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
5742         are smaller than the smallest quant.
5743
5744         * input/tutorial/brahms*.ly: remove.
5745
5746         * input/*: update all .ly files.
5747          
5748         * ly/a4-init.ly (vsize): remove papersize init files.
5749
5750         * scripts/convert-ly.py (conv): add conversion.
5751
5752         * lily/parser.yy: change mode changing commands to XXXmode,
5753         eg. drummode.
5754         (mode_changing_head): group mode changes.
5755         (mode_changing_head_with_context): new commands: create context as
5756         well as change mode.
5757
5758         * input/regression/system-overstrike.ly: new file.
5759
5760         * scm/page-layout.scm (ly:optimal-page-breaks): add
5761         betweensystempadding also to fixed distance for the spring.
5762  
5763         * scm/define-grobs.scm (all-grob-descriptions): fix order of
5764         key-cancellation.
5765
5766         * input/regression/beam-concave-damped.ly: new file.
5767
5768         * lily/beam-concave.cc: new file, with new routines for concave
5769         decisions. There are now two types of concaveness: 1. a sharp
5770         logic decision forcing a beam horizontal, and 2. a number that
5771         measures how concave beams are that are not caught by 1.
5772
5773         This fixes: morgenlied.ly and input/regression/beam-concave.ly
5774         
5775         * lily/new-fingering-engraver.cc (stop_translation_timestep): new
5776         property: add-stem-support
5777
5778 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5779
5780         * lily/slur-scoring.cc (get_bound_info): only do
5781         broken trend at the end of the line.
5782
5783         * VERSION (PACKAGE_NAME): release 2.3.16.
5784
5785         * input/regression/phrasing-slur.ly (Module): remove (duplicate
5786         with phrasing-slur-slur-avoid.ly)
5787
5788         * lily/slur-scoring.cc (struct Extra_collision_info): collect
5789         parameters for extra offset.
5790         (get_bezier): add slurs mid-points for curve determination
5791         (score_extra_encompass): add slur end points for scoring.
5792
5793 2004-09-11  Matthias Neeracher  <neeracher@mac.com>
5794
5795         * scm/framework-ps.scm (reencode-font): Handling font scaling
5796         and reencoding differently to work around a bug in gs 8.30 and
5797         earlier.
5798         Update callers.
5799
5800 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5801
5802         * lily/slur-scoring.cc (broken_trend_y): always take use vdir
5803         extent index of other system. Fixes slurs across line breaks.
5804
5805         * lily/tuplet-engraver.cc (start_translation_timestep): use
5806         Tuplet_description::stop_ for determining when to stop producing
5807         tuplet brackets. This fixes: tuplet-overwrite.ly
5808
5809         * lily/*-engraver.cc: remove all Protected_scm objects to fix GC
5810         errors with GUILE 1.7 CVS.
5811
5812         * lily/translator.cc (derived_mark): new function.
5813
5814         * lily/slur-scoring.cc (score_encompass): new penalty type:
5815         variance penalty demerits slurs where one head/stem is much
5816         closer to the slur than average.
5817
5818         * lily/tuplet-bracket.cc (print): use robust_relative_extent
5819         iso. extent()
5820         (calc_position_and_height): use robust_relative_extent(). This
5821         fixes a couple of programming_errors
5822
5823         * input/regression/part-combine-mmrest-after-solo.ly (Module): new
5824         file.
5825
5826         * lily/part-combine-iterator.cc (unisono): bugfix for the case
5827         that voice-2 plays solo, and voice-1 has an mmrest that starts
5828         earlier. In that case, we switch to voice-2, so we catch the
5829         mmrest of voice-2. This fixes: partcombine-rest.ly.
5830  
5831 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5832
5833         * scm/define-grob-properties.scm (all-internal-grob-properties):
5834         add adjacent-hairpins property.
5835
5836         * lily/hairpin.cc: lengthen hairpin if space is available.
5837
5838         * input/regression/dynamics-hairpin-length.ly (Module): new file.
5839
5840 2004-09-10  Graham Percival  <gperlist@shaw.ca>
5841
5842         * Documentation/user/notation.itely: small fixes to docs.
5843
5844 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5845         
5846         * VERSION (PACKAGE_NAME): release 2.3.15
5847
5848         * make/lilypond.redhat.spec.in (Requires): bump requirement for
5849         ec-fonts-mftraced
5850
5851         * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
5852         the latest ec-fonts-mftraced package.
5853
5854         * scm/define-context-properties.scm
5855         (all-internal-translation-properties): add property. Remove
5856         definition of quotes property.
5857
5858         * Documentation/user/notation.itely (Quoting other voices):
5859         document it
5860
5861         * lily/quote-iterator.cc (moment_less): add quotedEventTypes
5862         property, to determine what events are processed in \quote.
5863
5864 2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
5865
5866         * (many files): removed most occurrences of underscore ("_")
5867         from font characters; made font character naming more
5868         consistent
5869
5870         * input/test/gregorian-scripts.ly: fixed another victim of grand
5871         replacement operations
5872
5873         * lily/vaticana-ligature-engraver.cc: caught some more "_"
5874         inconsistencies
5875
5876         * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
5877
5878 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5879
5880         * Documentation/user/changing-defaults.itely (Paper size): doc
5881         landscape
5882         
5883
5884         * scm/framework-ps.scm (eps-header): bugfixes. 
5885
5886         * scm/titling.scm (default-score-title): remove opus from the
5887         \score title.
5888
5889 2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
5890
5891         * scripts/convert-ly.py (program_name): changed to sys.argv[0]
5892
5893         * scripts/abc2ly.py (program_name): changed to sys.argv[0]
5894
5895         * scripts/etf2ly.py (program_name): changed to sys.argv[0]
5896
5897         * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
5898
5899         * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
5900
5901         * scripts/midi2ly.py (program_name): changed to sys.argv[0]
5902
5903         * scripts/mup2ly.py (program_name): changed to sys.argv[0]
5904
5905         * scripts/ps2png.py (program_name): changed to sys.argv[0]
5906
5907 2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5908
5909         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
5910         character position.  Huh?
5911
5912         * scm/output-gnome.scm (placebox): Shield affine-relative.
5913
5914         * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
5915         cater for system's pango 1.5.1.
5916
5917         * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
5918
5919         * scm/slur.scm: Tweak.
5920
5921 2004-09-08  Graham Percival  <gperlist@shaw.ca>
5922
5923         * Documentation/user/{first couple of chapters}: more editing.
5924
5925 2004-09-07  Graham Percival  <gperlist@shaw.ca>
5926
5927         * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
5928         and summary.
5929
5930         * Documentation/user/{first couple of chapters}: the big "Graham's
5931         moved to a new city, his friends haven't arrived, and he has no
5932         internet access" patch.  Numerous editorial and stylistic changes
5933         to the manual.
5934
5935 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5936
5937         * scm/framework-ps.scm (output-framework): handle landscape settings.
5938
5939         * ps/lilyponddefs.ps: cleanup.
5940
5941 2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5942
5943         * scm/define-grobs.scm (all-grob-descriptions): unset
5944         threshold. This fixes morgenlied. 
5945
5946         * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
5947         rod calculation.
5948
5949         * lily/system.cc (get_line): don't take piano-pedal & dynamic line
5950         spanners into account for staff-extents.
5951
5952         * lily/ottava-bracket.cc (print): take common refpoint of dots
5953         into account as well.
5954
5955 2004-09-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5956
5957         * lily/lookup.cc (triangle): translate by interval.
5958
5959         * VERSION (PACKAGE_NAME): release 2.3.14
5960
5961         * Documentation/user/changing-defaults.itely (Page layout): add
5962         betweensystempadding
5963
5964         * scm/page-layout.scm (ly:optimal-page-breaks): typo.
5965
5966         * input/regression/quote-cyclic.ly (Module): new file.
5967
5968         * scm/lily.scm (print): add function.
5969
5970         * scm/music-functions.scm (quote-substitute): new
5971         function. Substitute \quote when putting music into \score.
5972
5973         * input/regression/key-signature-cancellation.ly (Module): new file.
5974
5975         * lily/*.cc: more ly_scm2 -> scm_to converions.
5976
5977         * lily/key-signature-interface.cc (print): take position
5978         difference into account when spacing naturals.
5979
5980         * lily/key-engraver.cc (create_key): create KeyCancellation grob
5981         separately, so the cancellation can be put before the staff-bar
5982
5983         * scm/define-grobs.scm (all-grob-descriptions): add a
5984         KeyCancellation grob.
5985
5986         * lily/tuplet-engraver.cc (struct Tuplet_description): new
5987         struct. Use to clean-up Tuplet_engraver
5988
5989 2004-09-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5990
5991         * lily/*: ly_scm2int -> scm_to_int
5992         ly_scm2double -> scm_to_double
5993
5994         * lily/include/lily-guile.hh (scm_from_double): more compat glue.
5995
5996 2004-09-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5997
5998         * lily/simple-spacer.cc (LY_DEFINE): return something sensible for
5999         0 springs
6000
6001         * lily/system.cc (post_processing): 
6002
6003         * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform
6004         density for vertical spacing by means of force penalty.
6005         
6006         * scm/paper.scm (paper-set-staff-size): add betweensystemspace as
6007         dimension-variables
6008
6009         * Documentation/user/changing-defaults.itely (Page layout): add
6010         betweensystemspace variable.
6011
6012         * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm
6013
6014         * scm/page-layout.scm (space-systems): new function. Use spring
6015         and rod approach for vertically spacing systems.
6016
6017         * ly/engraver-init.ly: tune down minimumVerticalExtent.
6018
6019         * scm/define-grobs.scm (all-grob-descriptions): set threshold for
6020         vertical alignment.
6021
6022         * lily/slur-engraver.cc (process_music): add warning for slur.
6023
6024 2004-09-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6025
6026         * lily/include/lily-guile.hh (scm_is_number): add scm_is_number
6027
6028         * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
6029         export spacing routine to SCM.
6030
6031         * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
6032         new class, separate Grobs from interface.
6033
6034 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6035
6036         * lily/include/lily-guile.hh: compatibility glue for 1.6
6037
6038         * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string.
6039
6040         * lily/lily-guile.cc: remove ly_scm2str0.
6041
6042 2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6043
6044         * Documentation/user/macros.itexi: Use @inforef iso @uref for
6045         external references.  Fixes HTML cross references with makeinfo 4.7.
6046
6047 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6048
6049         * lily/include/simple-spacer.hh (struct Simple_spacer): remove
6050         expand_only option.
6051
6052 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6053
6054         * lily/system.cc (get_line): add System stencil to exprs. Fixes
6055         system-extents.ly.
6056
6057         * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).
6058
6059         * scm/define-grobs.scm (all-grob-descriptions): decrease padding
6060         for MultiMeasureRestNumber
6061
6062         * VERSION (PACKAGE_NAME): release 2.3.13
6063
6064 2004-08-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6065
6066         * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition
6067         takes two arguments.
6068
6069 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6070
6071         * input/regression/slur-stem-broken.ly: remove.
6072
6073         * lily/slur.cc: add quant-score.
6074
6075         * input/regression/slur-staccato.ly (texidoc): remove
6076
6077         * make/lilypond.redhat.spec.in (Group): remove musedata2ly
6078
6079 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6080
6081         * lily/include/bezier-bow.hh: remove.
6082
6083         * lily/slur-bezier-bow.cc (Module): remove.
6084
6085         * lily/include/slur.hh (Module): remove.
6086
6087         * lily/slur.cc: remove
6088
6089         * input/test/slur-beautiful.ly (Module): remove
6090
6091         * input/test/slur-attachment-override.ly (Module): remove
6092
6093         * lily/slur-quanting.cc (after_line_breaking): only do scoring
6094         when less than 4 control-points.
6095
6096         * lily/key-signature-interface.cc: add style.
6097
6098         * Documentation/user/notation.itely (Automatic staff changes):
6099         document new behavior.
6100
6101         * input/regression/slur-extreme.ly: new file.
6102
6103         * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
6104         bass. Obviates \clef bass in the bass staff, when using \autochange 
6105
6106         * lily/auto-change-iterator.cc (construct_children): instantiate
6107         up/down Staff, create Voice on up staff initially. Obviates
6108         explicit instantiation of up/down contexts for \autochange. 
6109
6110         * lily/slur-quanting.cc (get_bezier): new functionality, blow up
6111         slur depending on extents of note heads.
6112         
6113 2004-08-28  Graham Percival  <gperlist@shaw.ca>
6114
6115         * Documentation/user/tutorial.itely: minor editing.
6116
6117         * Documentation/user/examples.itely: tiny editing.
6118
6119 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6120
6121         * lily/slur-quanting.cc (init_score_param): read scoring
6122         parameters from slur-details property
6123
6124         * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
6125         Accidental
6126
6127         * Documentation/user/advanced.itely: removed.
6128
6129         * Documentation/user/programming-interface.itely (How markups work
6130         internally): new subsection.
6131
6132         * Documentation/user/converters.itely (Invoking abc2ly): remove
6133         musedata2ly.
6134
6135 2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6136
6137         * Documentation/user/point-and-click.texi (Point and click): new file.
6138         put point & click in appendix.
6139         
6140         * Documentation/user/changing-defaults.itely (Vertical spacing):
6141         corrections
6142
6143 2004-08-27  Graham Percival  <gperlist@shaw.ca>
6144
6145         * Documentation/user/introduction.itely: add note about the
6146         "example templates" section of the manual, and remove link to
6147         input/template/
6148
6149 2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
6150
6151         * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
6152         -> La@TeX
6153
6154         * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
6155         missing lneo_mensural head; editorial cleanups
6156
6157         * lily/mensural-ligature.cc: added more comments
6158
6159 2004-08-26  Graham Percival  <gperlist@shaw.ca>
6160
6161         * Documentation/user/examples.itely: second, third, fourth, and fifth
6162         sections added.
6163
6164         * input/template/{various}: removed files included in examples.itely.
6165
6166 2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
6167
6168         * lily/stem.cc: bugfix: adjust-if-on-staffline: use
6169         Stem::stem_end_position instead of broken
6170         Staff_symbol_referencer::get_position
6171
6172 2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6173
6174         * debian/changelog: debian patch by Anthony Fok.
6175
6176         * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
6177
6178         * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
6179         get spurious messages with skipTypesetting on.
6180
6181 2004-08-25  Graham Percival   <gperlist@shaw.ca>
6182
6183         * Documentation/user/lilypond-book.itely: slight clean-up.
6184
6185         * Documentation/user/examples.itely: began section.
6186
6187 2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6188
6189         * lily/script-interface.cc: add slur property.
6190
6191         * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs
6192         too.
6193
6194         * input/regression/phrasing-slur-slur-avoid.ly: new file.
6195
6196         * lily/ottava-bracket.cc (print): always start from right edge of
6197         a broken bound. This fixes ottava-clef.ps 
6198
6199 2004-08-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6200
6201         * input/regression/slur-script-inside.ly: new file.
6202
6203         * lily/new-slur.cc (outside_slur_callback): new function, to make
6204         scripts avoid slurs 
6205
6206         * lily/slur-engraver.cc (finalize): 
6207
6208         * lily/script-interface.cc: add inside-slur property.
6209
6210         * lily/slur-engraver.cc (finalize): read inside-slur property.
6211
6212         * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
6213         message.
6214
6215         * ly/property-init.ly (unHideNotes): hide accidentals at staff
6216         level. Fixes: hideNotes-accidental.ly
6217
6218 2004-08-23  Pedro Kroger  <kroeger@pedrokroeger.net>
6219
6220         * scm/page-layout.scm (plain-header): fix bug that print page
6221         number in the first page if firstpagenumber was different than 1.
6222
6223 2004-08-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6224
6225         * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky
6226         fonts. Fixes triangle markup for chords.
6227
6228         * lily/slur-quanting.cc (score_extra_encompass): make score depend
6229         on distance. This fixes slur-tenuto.ly and slur-tie.ly
6230  
6231         * flower/include/interval.hh (T>): add distance() function
6232
6233         * lily/ottava-bracket.cc (print): add dots to extent. Fixes
6234         octaviation-dot.ly 
6235
6236         * lily/context-scheme.cc: ly_context_grob_definition: new function.
6237
6238         * VERSION (MY_PATCH_LEVEL): release 2.3.12
6239
6240         * lily/new-slur.cc (add_column): remove set_interface()
6241
6242 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6243
6244         * input/regression/slur-double.ly: new file. 
6245
6246         * lily/slur-engraver.cc: add doubleSlurs property
6247
6248         * scm/fret-diagrams.scm (label-fret): use cond instead of case for
6249         symbols.
6250
6251         * Documentation/user/notation.itely (Easy Notation note heads):
6252         revise notation Chapter.
6253
6254         * ly/music-functions-init.ly (makecluster): add makeClusters music
6255         function.
6256
6257         * lily/part-combine-engraver.cc: rename soloADue ->
6258         printPartCombineTexts
6259
6260         * scripts/convert-ly.py (conv): junk script{Up|Down|Both}.
6261
6262         * lily/horizontal-bracket.cc (print): use
6263         Tuplet_bracket::make_bracket, so it supports bracket-flare,
6264         edge-eight and shorten-pair.
6265
6266 2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
6267
6268         * Documentation/user/changing-defaults.itely (Page layout):
6269         description of firstpagenumber. Moved @refbugs about rightmargin
6270         to the end of the section (it was looking like the documentation
6271         after the refbugs was part of the bug comment).
6272
6273         * scm/framework-ps.scm (output-framework): set the first
6274         postscript page number to firstpagenumber
6275
6276         * scm/page-layout.scm (ly:optimal-page-breaks): print the first
6277         page number according to firstpagenumber
6278
6279         * scm/paper.scm (set-paper-dimensions): added firstpagenumber
6280         parameter
6281
6282 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6283
6284         * lily/slur-engraver.cc (class Slur_engraver): simplify: remove
6285         nested slurs. 
6286
6287         * scripts/convert-ly.py (lilypond_version_re_str): handle
6288         \version "bar" % "foo"
6289
6290         * lily/completion-note-heads-engraver.cc (process_music): set
6291         duration-log before announcing object.
6292         
6293         * lily/staff-symbol.cc (print): subtract thickness from staff line
6294         length
6295
6296         * lily/parser.yy (book_body): disallow { ..music.. } inside \book
6297         
6298 2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
6299
6300         * scm/stencil.scm: remove fontify-text and fontify-text-white
6301
6302 2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6303
6304         * scm/part-combiner.scm: skip name string. Fixes segfault problem.
6305
6306         * Documentation/user/sound-output.texi (Sound): new file. Move all
6307         MIDI related information.
6308
6309 2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6310
6311         * lily/script-engraver.cc (acknowledge_grob): only take into
6312         account note heads with a music cause. Fixes ambitus-accent.ly
6313
6314         * scm/define-markup-commands.scm (finger): set encoding to
6315         fetaNumber.
6316
6317 2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
6318
6319         * scripts/convert-ly.py: typo
6320
6321 2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
6322
6323         * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
6324         font calls for diagrams based on paper and props
6325
6326 2004-08-19  Graham Percival <gperlist@shaw.ca>
6327
6328         * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
6329
6330 2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
6331
6332         * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
6333         added setHairpinDecresc/Dim
6334
6335 2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6336
6337         * lily/include/lily-guile.hh: Cosmetics.
6338
6339 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6340
6341         * input/regression/fermata-rest-position.ly: new file
6342
6343         * ly/property-init.ly (hideNotes): remove \setMmRestFermata
6344
6345         * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
6346
6347 2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6348
6349         * scm/framework-tex.scm (output-preview-framework) 
6350         (output-classic-framework): 
6351         * scm/framework-ps.scm (output-preview-framework):
6352         s/ly:paper-book-lines/ly:paper-book-systems/g
6353
6354         * scm/fret-diagrams.scm (ss-font-encoding):
6355         s/my-font-encoding/ss-font-encoding
6356
6357 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6358
6359         * scm/music-functions.scm (direction-polyphonic-grobs): Set
6360         direction also on fingerings.
6361
6362         * lily/clef-engraver.cc: Add forceClef to list of read properties.
6363
6364 2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6365
6366         * po/nl.po: Some updates.
6367
6368         * scm/lily.scm (_): New function.
6369         (postscript->pdf, postscript->png, lilypond-main)
6370         (postscript->pdf): Use it.  Write messages to stderr.
6371
6372         * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
6373
6374         * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
6375         xgettext does not recognise scheme yet.  Patch submitted.
6376
6377         * lily/scm-option.cc (LY_DEFINE):
6378         * lily/main.cc: The program is now called lilypond (WAS:
6379         lilypond-bin).
6380
6381         * lily/rest-collision.cc (do_shift): Uniformise two too many rests
6382         messages.
6383
6384         * lily/include/paper-book.hh
6385         * lily/include/paper-system.hh: Finish renaming of paper-line to
6386         system.  Fix users.
6387
6388 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6389
6390         * scm/documentation-generate.scm (string-append): add version.
6391
6392         * scm/define-markup-commands.scm (box): add box-padding and
6393         thickness props for the box command.
6394  
6395         * Documentation/user/changing-defaults.itely (Text encoding):
6396         elucidate use of \encoding for \header strings.
6397
6398         * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
6399
6400         * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
6401         staff-change.ly
6402
6403         * lily/output-def.cc (assign_context_def): use set_variable().
6404
6405         * lily/text-item.cc (interpret_string): accept string input
6406         encoding too.
6407
6408         * scm/encoding.scm (read-encoding-file): print warning when file
6409         can't be found.
6410
6411         * tex/latin1.enc: remove.
6412
6413         * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
6414
6415         * lily/rod.cc (columnize): robustness fix. Don't crash for
6416         nil span points. Fixes: appoggiatura-segfault.ly
6417         (add_to_cols): extra robustness fix.
6418
6419 2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6420
6421         * lily/text-item.cc (interpret_string): use lookup_variable() to
6422         fidn inputencoding. Now, \paper inherits inputencoding from
6423         \bookpaper.
6424
6425         * lily/script-engraver.cc (stop_translation_timestep): remove slur
6426         collision kludge.
6427
6428         * lily/dynamic-engraver.cc (typeset_all): remove slur collision
6429         kludge.
6430
6431 2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6432
6433         * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
6434
6435 2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6436
6437         * lily/spanner.cc (spanned_rank_iv): Bugfix.
6438
6439         * lily.scm: Mark un-internationlised user messages (with FIXME).
6440
6441         * lily/include/modified-font-metric.hh (struct
6442         Modified_font_metric): New file.  (WAS: incorrectly named
6443         scaled-font-metric.hh ?)
6444
6445         * lily/include/scaled-font-metric.hh: Remove.
6446
6447         * lily/text-item.cc (interpret_string): Identify and document
6448         input-encoding problem.
6449
6450         * lily/paper-book.cc (pages): Do not use `paper' as variable name
6451         for a Bookpaper.
6452
6453         * tex/latin1.enc: Replace /minus with /hyphen.
6454
6455         * scm/encoding.scm: For latin1 (input-)encoding, use
6456         latin1.  (Cork.enc is NOT latin1 -- see man latin1).
6457
6458         * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
6459         inputencoding.
6460
6461 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
6462
6463         * Documentation/topdocs/INSTALL.html: fixes.
6464
6465 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
6466
6467         * buildscripts/builder.py: Fix for scons CVS.
6468
6469 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
6470
6471         * Documentation/user/notation.itely,
6472         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
6473         input/test/ambitus-mixed.ly: fix plurals:
6474         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
6475
6476 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6477
6478         * lily/dynamic-engraver.cc (typeset_all):
6479         * lily/script-engraver.cc (stop_translation_timestep): Handle
6480         collisions with new-slur.
6481
6482 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6483
6484         * scm/define-grobs.scm (all-grob-descriptions): Add
6485         new-slur-interface.
6486
6487 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6488
6489         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
6490         produces .PS
6491
6492 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
6493
6494         * scm/define-grob-properties.scm (all-user-grob-properties): fix
6495         definition of number-type
6496
6497 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
6498
6499         * scm/fret-diagrams.scm : change sans-serif font encoding from 
6500         TeX-text to ec (uses ecss fonts instead of cmss fonts)
6501
6502         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
6503         number-type and label-dir
6504
6505         * scm/define-grob-properties.scm: add number-type and label-dir
6506
6507         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either
6508         left or right.  Allow choice of upper-case roman, lower-case roman, or
6509         arabic numerals in fret label
6510
6511 2004-08-04  Werner Lemberg  <wl@gnu.org>
6512
6513         * lily/slur-quanting.cc: Include libc-extension.hh.
6514         s/round/my_round/.
6515         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
6516         s/autobeaming/autoBeaming/.
6517
6518 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6519
6520         * VERSION: 2.3.11 released.
6521
6522         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
6523         renameinput.
6524
6525 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6526
6527         * lily/lookup.cc (round_filled_box): remove warnings about blot
6528         diameter.
6529
6530         * scm/paper.scm (paper-set-staff-size): make linethickness more
6531         easily tunable.
6532
6533         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
6534         \newlyrics -> \addlyrics
6535
6536         * lily/text-spanner.cc (print): use it.
6537
6538         * lily/dynamic-text-spanner.cc (print): use it.
6539
6540         * lily/grob.cc (robust_relative_extent): new function.
6541
6542         * scripts/lilypond-book.py (main): add -f tex as default process.
6543
6544         * lily/text-spanner.cc (print): only take linear_combination of
6545         nonempty interval.
6546         
6547
6548 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
6549
6550         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
6551         isn't specified by the user in \bookpaper center the music in the
6552         page.
6553
6554 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6555
6556         * Fix some problems after the renaming of my-lily -> lily
6557
6558 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6559
6560         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
6561
6562         * lily/slur-quanting.cc (enumerate_attachments): apply center on
6563         stem-X in more cases. 
6564
6565         * lily/stem.cc (dim_callback): solve todo.
6566
6567 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6568
6569         * input/test/README: new file.
6570
6571         * lily/lily-parser.cc: rename my-lily* files.
6572
6573         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
6574         parser.
6575
6576         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
6577
6578         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
6579
6580         * make/mutopia-targets.make (local-WWW): don't make ps.gz
6581         examples. They take a huge amount of space.
6582
6583         * Documentation/user/GNUmakefile: fix symlinks.
6584
6585         * VERSION: 2.3.10 released.
6586         
6587         * input/test/lyrics-skip-notes.ly: remove
6588
6589         * input/test/stem-cross-staff.ly (noFlag): fold into manual
6590
6591         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
6592         remove.
6593
6594 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
6595
6596         * Documentation/user/{changing-defaults,notation,tutorial}.itely:
6597         fixes.
6598
6599 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6600
6601         * input/regression/beam-dir-functions.ly: move from test/
6602
6603         * Documentation/user/notation.itely (Feathered beams): new node.
6604
6605         * Documentation/user/changing-defaults.itely (Difficult tweaks):
6606         new node
6607
6608         * input/regression/lyric-hyphen-retain.ly: move to regression.
6609
6610         * input/regression/harmonic.ly: fold into manual
6611         
6612         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
6613         stem-length,chord-names-no-inversions}.ly: remove
6614         
6615         * input/test/tie-cross-voice.ly: move to regression.
6616
6617         * Documentation/user/notation.itely (Running trills): new node.
6618
6619         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
6620
6621         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
6622
6623         * lily/trill-spanner-engraver.cc: new file.
6624
6625         * input/regression/trill-spanner.ly: new file.
6626
6627         * input/test/timing.ly: fold into manual.
6628
6629         * input/test/time.ly: remove
6630
6631         * input/test/trill.ly: remove
6632         
6633         * input/test/time-signature-double.ly: fold into manual
6634
6635         * input/test/separate-staccato.ly: remove
6636
6637         * input/test/spanner-after-break-tweak.ly: fold into manual.
6638
6639         * input/test/script-priority.ly: fold into manual.
6640
6641         * input/test/scheme-interactions.ly: remove.
6642         
6643         * input/test/unfold-all-repeats.ly (mel),
6644         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
6645         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
6646         fold into manual.
6647
6648         * input/regression/no-staff.ly: move from input/test/
6649
6650         * input/regression/markup-score.ly: move from input/test/
6651
6652         * input/test/lyrics-melisma-faster.ly: fold into manual
6653         
6654         * input/test/lyrics-melisma-variants.ly: fold into manual
6655
6656         * Documentation/user/notation.itely (Popular music): new node. 
6657
6658         * input/test/gourlay.ly: remove
6659         
6660         * input/test/improv.ly: fold into manual.
6661
6662         * input/test/figured-bass-alternate.ly (fl): remove
6663
6664         * lily/dynamic-text-spanner.cc (print): new file.
6665
6666         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
6667
6668         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
6669         keep recursing into children in case a parent context inserts a
6670         grob into a child context.
6671
6672         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
6673         
6674 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6675
6676         * scm/define-markup-commands.scm (postscript): new markup command
6677         \postscript
6678
6679         * Documentation/user/notation.itely (Formatting cue notes): new
6680         section.
6681
6682         * input/test/clef-end-of-line.ly: fold into manual.
6683
6684         * input/test/scales-greek.ly: remove.
6685
6686         * input/test/chords-without-melody.ly: fold into manual.
6687
6688         * input/test/cadenza-skip.ly: remove.
6689
6690         * input/test/clef-8-syntax.ly: remove.
6691
6692         * input/test/clef-manual-control.ly: move into manual.
6693
6694         * Documentation/user/notation.itely (Aligning to cadenzas): fold
6695         in cadenza-skip.ly
6696
6697         * mf/parmesan*.mf: change neo_mensural to neomensural.
6698
6699         * input/test/trills.ly: remove.
6700
6701         * input/test/transposition.ly: remove.
6702
6703         * input/test/to-xml.ly: move to no-notation.
6704
6705         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
6706
6707         * lily/ledger-line-spanner.cc (print): use staff variable, not
6708         me. Fixes ledger lines on differently sized staves.
6709
6710         * input/test/rhythm-excercise.ly: remove file.
6711
6712         * lily/stem.cc (dim_callback): only do something if visible. Fixes
6713         spurious flag not found warning for 128th rest.
6714
6715         * input/regression/rest-dot-position.ly: new file.
6716         
6717         * input/test/rest-dot-positions.ly: remove
6718
6719         * lily/staff-symbol-referencer.cc (get_position): emergency
6720         fallback: use coordinate * 2.
6721
6722         * input/no-notation/midi-scales.ly: move from test/
6723
6724         * scm/define-markup-commands.scm (score): remove debugging code.
6725
6726         * input/test/incipit.ly (violin): remove. 
6727
6728         * lily/system-start-delimiter.cc (print): only draw system
6729         delimiter to staves that reach up to left bound of the delimiter.
6730
6731         * input/no-notation/embedded-scm.ly: move from test/
6732
6733         * input/test/follow-voice.ly: remove
6734
6735         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
6736
6737         * input/test/drarn*: remove
6738         
6739         * input/test/count-systems.ly: remove.
6740
6741         * lily/bar-line.cc (compound_barline): fix : for staff without
6742         lines.
6743
6744         * lily/accidental.cc (print): use music_font_alist_chain(). This
6745         fixes smaller cautionaries.
6746
6747         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
6748         encoding for accidental.
6749
6750         * Documentation/user/notation.itely (Educational use): new section
6751
6752         * input/test/*.ly: clean up directory: move examples into manual
6753         or regtest.
6754         
6755
6756         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
6757         mode as well. This fixes resolution errors.
6758
6759 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6760
6761         * scm/lily.scm (postscript->png): show commands for --verbose.
6762
6763         * flower/include/getopt-long.hh: opps. short option should be
6764         char, not int.
6765
6766         * Documentation/user/GNUmakefile: use symlinks to save space.
6767
6768         * VERSION: 2.3.9 released.
6769
6770         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
6771
6772         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
6773         manual.
6774
6775         * Documentation/user/tutorial.itely (Integrating text and music):
6776         remove \score and \notes from manual.
6777
6778         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
6779         mode in the beginning.
6780
6781 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6782
6783         * Documentation/user/changing-defaults.itely (Horizontal spacing):
6784         Correct the documentation of the spacing parameters. 
6785
6786         * Documentation/user/tutorial.itely (Integrating text and music), 
6787         Documentation/user/lilypond-book.itely (Integrating LaTeX and
6788         music): Document that you need to add the map file ec-mftrace.map
6789         in the dvips command.   
6790
6791 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6792
6793         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
6794         found.
6795
6796         * lily/text-item.cc (interpret_string): insert encoding setting
6797         here
6798
6799         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
6800         encoding kludge.
6801
6802         * Documentation/user/changing-defaults.itely (Text encoding): node
6803         on encoding.
6804
6805         * lily/lyric-engraver.cc (try_music): remove superfluous check.
6806
6807         * lily/book-paper-def.cc (find_scaled_font): remove default
6808         encoding, because it messes up font loading for feta and
6809         parmesan. Encoding should only be specified for running texts.
6810
6811         * lily/modified-font-metric.cc (text_dimension): support coding
6812         scheme ""
6813         
6814 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6815
6816         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
6817         definition, so \override works as expected.
6818
6819         * lily/measure-grouping-engraver.cc: clarify
6820
6821 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6822
6823         * lily/parser.yy (context_def_mod): remove \consistsend
6824
6825         * lily/context-def.cc (instantiate): use Translator::must_be_last
6826         to determine engraver order.
6827
6828         * lily/translator.cc (must_be_last): new function
6829
6830         * scripts/convert-ly.py (conv): rule.
6831
6832         * lily/bar-line.cc (print): return '() for height == 0.0 too.
6833
6834 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6835
6836         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
6837  
6838 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6839
6840         * lily/include/lily-guile.hh (scm_is_int): compat glue.
6841
6842 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
6843
6844         * input/regression/page-layout.ly: new file.
6845
6846         * scm/paper.scm (set-paper-dimensions): Preliminary support for
6847         left and right margins.
6848
6849         * Documentation/user/changing-defaults.itely (Page layout):
6850         Explain the leftmargin option.
6851
6852 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6853
6854         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
6855
6856         * input/test/lyrics-melisma-faster.ly: new file.
6857
6858         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
6859         change of melody by setting associatedVoice.
6860
6861         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
6862
6863         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
6864         file contents, rather \include them, so default linewidth is set.
6865         (ly_options): make BOOKPAPER set of options. Move linewidth
6866         settings there.
6867
6868         * Documentation/user/examples.itely: new file. Templates are to be
6869         moved here.
6870
6871         * Documentation/user/programming-interface.itely: move chapter.
6872
6873         * scm/document-markup.scm (doc-markup-function): add @code
6874
6875         * stepmake/stepmake/texinfo-rules.make: remove chmod.
6876
6877 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6878
6879         * scm/page-layout.scm (plain-header): add printpagenumber boolean
6880         to bookpaper.
6881
6882         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
6883         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
6884
6885         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
6886
6887         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
6888
6889         * scripts/lilypond-latex.py: move from lilypond.py
6890
6891         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
6892         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
6893
6894         * scm/lily.scm (postscript->png): new function
6895         (postscript->pdf): new function
6896
6897         * lily/paper-book.cc (post_processing): call
6898         convert-to-{dvi,ps,png,pdf}
6899
6900         * scripts/ps2png.py (option_definitions): new file.
6901
6902         * lily/paper-book.cc (output): call output-preview-framework
6903         (post_processing): new function. Do PDF/PNG conversion.
6904
6905         * lily/paper-outputter.cc (close): new function.
6906
6907         * scm/framework-ps.scm (convert-to-pdf): new function. Call
6908         ps2pdf.
6909         (output-preview-framework): new function. Generate a preview .ps
6910         
6911
6912 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6913
6914         * VERSION: release 2.3.8
6915         
6916         * lily/note-head.cc: remove ledger line handling.
6917
6918         * lily/ambitus.cc (print): strip away accidental / note head code,
6919         and associated properties.
6920
6921         * lily/ambitus-engraver.cc (create_ambitus): change name to
6922         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
6923         other ambitus parts.
6924         (create_ambitus): group grobs in Ambitus grouping object. 
6925
6926         * lily/include/pitch-interval.hh (Pitch>): new file.
6927
6928         * lily/pitch-interval.cc (add_point): new file.
6929
6930         * lily/ledger-line-engraver.cc: new file.
6931
6932         * lily/ledger-line-spanner.cc (print): new file. Set limits to
6933         ledger line length to avoid clashes.
6934
6935 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6936
6937         * Documentation/user/invoking.itexi (Invoking lilypond): remove
6938         deprecated options
6939
6940 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6941
6942         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
6943         to command line option: fast=1 (default on).
6944
6945         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
6946         This brings SCons run-time on up-to-date tree down from 48s with
6947         only checksums, to 34s without 2day checksums, to 14s (make needs
6948         4 seconds).
6949         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
6950         necessary.
6951
6952 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6953
6954         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
6955         (score_extra_encompass): process scripts at edges too, by checking
6956         control points directly. 
6957
6958 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6959
6960         * po/nl.po: Update.
6961
6962         * lily/main.cc: Fix ly:option-usage help.
6963
6964         * input/regression/slur-script.ly: More collision tests.
6965
6966         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
6967
6968 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6969
6970         * VERSION: release 2.3.7
6971
6972         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
6973         files.
6974
6975         * Documentation/user/notation.itely (Slurs): document ^ and _ for
6976         slurs.
6977
6978         * input/regression/slur-script.ly: new file.
6979
6980         * lily/accidental-engraver.cc (process_acknowledged_grobs):
6981         make accidental appear to come from note head engraver.
6982
6983         * lily/slur-quanting.cc: new file.
6984         (score_extra_encompass): new function. Avoid scripts and
6985         accidentals
6986
6987 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6988
6989         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
6990         This greatly reduces the number of files that get recompiled
6991         after touching config.hh.
6992
6993         * config.hh.in: Remove GUILE_*_VERSION.
6994
6995         * lily/new-slur.cc: Resolve conflicts.
6996
6997         * lily/stem-engraver.cc (make_stem): New method.
6998
6999         * lily/include/script-interface.hh:
7000         * lily/script-interface.cc: New file.
7001
7002         * lily/include/script.hh:
7003         * lily/script.cc: Remove.
7004
7005         * lily/music.cc (duration_log): New method.
7006
7007         * lily/script.cc (struct Skript): Remove.
7008
7009         * lily/new-slur.cc (get_base_attachments): Try at articulations.
7010         Lots of coding cleanups (Stom).
7011
7012 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7013
7014         * lily/new-slur.cc (avoid_staff_line): new function: avoid
7015         collisions with staff lines.
7016
7017         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
7018         global_path
7019
7020         * scm/define-grobs.scm (all-grob-descriptions): set ratio
7021         .25. This flattens short slurs.
7022
7023         * lily/new-slur.cc (enumerate_attachments): move X of attachment
7024         points for tilted slurs.
7025
7026         * input/regression/slur-tilt.ly: new file.
7027
7028         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
7029         stems of 16th graces too.
7030
7031         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
7032         quant penalty dependent on how much the line is in the gap.
7033
7034         * input/regression/grace-stem-length.ly: new file.
7035
7036         * lily/beam-quanting.cc (score_forbidden_quants): remove
7037         interquant check. The penalty of 1000 is much too harsh, and the
7038         inter case should be caught by check-staff-line-in-gap check.
7039
7040         * lily/scm-option.cc: move debug-beam to \paper.
7041
7042         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
7043         .txt files to appease makeinfo.
7044
7045         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
7046         remove texttagline.
7047         
7048         * lily/new-slur.cc: cleanup, split in functions.
7049
7050         * lily/parser.yy (chord_body_element): allow octave-check = inside
7051         chord body. 
7052
7053         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
7054
7055         * lily/stem.cc (height): call Beam::after_line_breaking().
7056
7057         * lily/rest-collision.cc (force_shift_callback): only call shift
7058         for columns containing rests.
7059
7060         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
7061
7062         * input/regression/font-postscript.ly: invoke afm2tfm. 
7063
7064 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7065
7066         * mf/SConscript: Build map files.
7067
7068         * SConstruct: Rename $out to out-www in web.
7069
7070 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7071
7072         * SConstruct (web_kluts): Have make web build in out-www.  Not.
7073
7074 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7075
7076         * Documentation/user/music-glossary.tely (Top): add fragment to
7077         pertinent @lilypond entries.
7078
7079         * scm/define-grobs.scm: switch on new-slur by default.
7080
7081         * lily/scm-option.cc: symbol != string.
7082
7083         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
7084         really work yet.
7085         (set_end_points): make X coord of attachment dependent on  Y.
7086         (score_encompass): add edges too.
7087
7088 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7089
7090         * lily/stem.cc (get_beaming): new function.
7091
7092         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
7093         for fragment snippets. This fixes inclusion of toplevel-music
7094         examples (such as new-slur.ly)
7095  
7096 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7097
7098         * scripts/lilypond-book.py: Remove second import of stat.
7099
7100         * More SCons cleanups.
7101
7102         * Documentation/bibliography/computer-notation.bib (note): Remove
7103         extraneous closing brace.
7104
7105 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7106
7107         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
7108         stat calls.
7109
7110         * Documentation/bibliography/SConscript (bibs): failed try to get
7111         bib2html find html-long.bst.
7112
7113         * buildscripts/bib2html.py (stat): fail if bibtex fails.
7114
7115         * make/stepmake.make: use usescons for using scons. 
7116
7117 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7118
7119         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
7120         for lilypondend.  Import stat (huh?).
7121
7122 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7123
7124         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
7125         bypass dvi. 
7126
7127         * input/regression/font-postscript.ly: new file. 
7128
7129         * scm/framework-ps.scm (load-fonts): load pfb files too.
7130
7131         * lily/pfb.cc (pfb2pfa): new file.
7132
7133 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7134
7135         * scripts/lilypond-book.py (PREAMBLE_LY): set
7136         toplevel-music-handler too.
7137
7138 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7139
7140         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
7141         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
7142
7143         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
7144
7145         * python/SConscript:
7146         * python/vim:
7147         * input/mutopia/*SConscript: New file.
7148
7149         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
7150
7151         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
7152         fixes web build.
7153
7154         * make/stepmake.make (scons): re-route to SCONS if user has been
7155         running scons in this tree.
7156
7157         * SConstruct (config_vars): Add CPPDEFINES.
7158         (env): Set checksums type to "content".
7159         (save_config_cache): Do not exit after configuring when using
7160         checksums (the default) instead of timestamps.
7161
7162 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7163
7164         * SConstruct: Further development.
7165
7166         * input/test/SConscript: 
7167         * input/template/SConscript: 
7168         * input/regression/SConscript: 
7169         * Documentation/bibliography/SConscript:
7170         * Documentation/bibliography/index.html.in: New file.
7171
7172         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
7173         generation.
7174
7175         * buildscripts/builder.py: Add new builders.
7176
7177         * make/stepmake.make: 
7178         * stepmake/stepmake/*.make: 
7179         * configure.in:
7180         * lily/*:
7181         * flower*: Use config.hh (Was config.h).
7182
7183         * scm/encoding.scm (get-coding): Print friendly error message when
7184         no encoding is found, rather than crashing.
7185
7186 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7187
7188         * lily/new-slur.cc (score_slopes): strong sloping score only when
7189         stems point in same dir. 
7190
7191 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7192
7193         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
7194         for beam start.
7195
7196         * lily/parser.yy (context_prop_spec): check grob name for
7197         alphanumericness..
7198
7199         * lily/lyric-engraver.cc: creates LyricText objects
7200
7201 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7202
7203         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
7204
7205 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7206
7207         * SConstruct: Configure only pristine build tree or on user
7208         request.  Cleanups.  Add Documentation/topdocs to subdirs.
7209         Use checksums instead of timestamps.
7210         (CheckYYCurrentBuffer): Return result.
7211
7212         * Documentation/topdocs/SConscript: New file.
7213
7214 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7215
7216         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
7217
7218         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
7219         scm_from_int instead.
7220
7221 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7222
7223         * SConstruct: Updates.  Add targets: tar, dist, release.
7224
7225 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7226
7227         * input/mutopia-header.ly: Generate output.
7228
7229         * SConstruct:
7230         * buildscripts/builder.py:
7231         * Documentation/user/SConscript: SCons fixes.
7232
7233 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7234
7235         * lily/new-slur.cc (class New_slur): new file. Score based slur
7236         computations.
7237
7238 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7239
7240         * mf/SConscript: Remove Builders.
7241
7242         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
7243
7244         * input/SConscript: 
7245         * Documentation/user/SConscript: New file.
7246
7247 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7248
7249         * Documentation/topdocs/NEWS.texi (Top): add note about new
7250         emacs electric-|
7251
7252         * scm/*.scm: adapt ly:warn calls.
7253
7254         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
7255
7256         * lily/repeat-acknowledge-engraver.cc (process_music): look at
7257         main timing, not grace timing. Fixes volta-repeat-grace.
7258
7259         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
7260         remove ly:kpathsea-gulp-file.
7261
7262         * scm/translation-functions.scm (format-metronome-markup): make
7263         note smaller, align to bottom.
7264
7265         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
7266
7267         * lily/metronome-engraver.cc (stop_translation_timestep): attach
7268         metronome to musical column. Don't ack time sigs or bar lines.
7269
7270 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7271
7272         * THANKS: sort, add David. Kristof contributed code, he is a
7273         contributor.
7274
7275 2004-07-09  David Svoboda      <svoboda@cmu.edu>
7276
7277         * elisp/lilypond-mode.el,
7278         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
7279         count beats between last measure stop | and point in emacs.
7280         
7281 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7282
7283         * tex/GNUmakefile (TEX_FILES): don't dist
7284         music-drawing-routines.ps, latin1.enc 
7285
7286         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
7287         --no-pdf, --pdftex
7288         (copyright): add --latex option
7289         (ic_p.make_include_option): use direct PS as default.
7290
7291         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
7292
7293         * input/regression/beam-concave.ly (rossFourBeams): add cases from
7294         Ross
7295
7296         * scm/script.scm (default-script-alist): marcato should follow
7297         into staff
7298         
7299 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7300
7301         * buildscripts/builder.py:
7302         
7303         * Documentation/SConscript (outdir): New file.  Add *list.ly
7304         dependencies.  Fixes PDF doc build.
7305
7306 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7307
7308         * SConstruct: Add Tar target (incomplete), fix install issues, fix
7309         run from build-dir.
7310
7311         * ly/SConscript:
7312         * scm/SConscript: New file.
7313
7314         * lily/main.cc (dir_info): Print variables in sh format.
7315
7316         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
7317
7318         * mf/SConscript: Update multiple target rules.
7319
7320         * SConstruct (assert_version): Add.
7321
7322 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7323
7324         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
7325
7326 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7327
7328         * buildscripts/mf-to-table.py: Do not try to open ''.
7329
7330         * mf/SConscript: New file.
7331
7332 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
7333
7334         * scm/fret-diagrams.scm : Convert many properties to constants,
7335         reducing the pollution of the property namespace.
7336
7337         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
7338         unnecessary properties for fret-diagram
7339
7340         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
7341         for interface
7342
7343 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7344
7345         * SConstruct: Update.
7346
7347 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7348
7349         * input/regression/beam-quant-standard.ly (seconds): print desired
7350         quants when failing.
7351
7352 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7353
7354         * SConstruct:
7355         * flower/SConscript:
7356         * lily/SConscript: New file.
7357
7358 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
7359
7360         * scm/define-grob-properties.scm (all-user-grob-properties): Add
7361         descriptions for all fret-diagram properties.
7362
7363         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
7364         fret-diagram interface code
7365
7366 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7367
7368         * ly/book-paper-defaults.ly: set default encoding to ec.
7369
7370         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
7371         installed.
7372
7373         * tex/latin1.enc: new file, from a2ps. 
7374
7375 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
7376
7377         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
7378         add a faint, green border line.
7379
7380         * Documentation/index.html.in: drop <table>, add a faint border line.
7381
7382 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7383
7384         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
7385
7386         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
7387
7388 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
7389
7390         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
7391
7392         * scm/output-tex.scm (white-text): Add scale parameter to allow font
7393         scaling
7394
7395         * scm/stencil.scm (fontify-text-white) : Adjust to better center,
7396         properly scale white text
7397
7398         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
7399         position for numbered dots so dot will touch fret.
7400         (various routines): move to font-metric interface, rather than
7401         name, size interface.  Clean up comments.
7402
7403         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
7404         size and offset to better center white text.
7405
7406 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7407
7408         * ChangeLog: Remove pre-2.1 changes.
7409
7410         * Documentation/misc/ChangeLog-2.1: New file.
7411
7412         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
7413         from ChangeLog.
7414
7415 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7416
7417         * input/test/chords-below-volta-bracket.ly,
7418         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
7419
7420 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7421
7422         * VERSION: release 2.3.6
7423
7424         * input/regression/beam-quant-standard.ly: new file: test standard
7425         beam quants.
7426
7427         * scm/beam.scm (check-quant-callbacks): new function
7428         (check-beam-quant): new function: check whether current beam
7429         quants match argument.
7430
7431         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
7432         forbidden quant for sitting (upstem)/hanging (downstem) on outer
7433         staffline line.
7434
7435 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7436
7437         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
7438         functions.
7439
7440         * lily/note-collision.cc (do_shifts): align colliding notes to
7441         their leftmost note.
7442
7443         * input/regression/collision-alignment.ly: new file.
7444
7445         * ly/init.ly: don't print gc stats.
7446
7447         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
7448         extra newline
7449
7450         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
7451         for dimensions. This fixes ottava-remove-empty-staff.ly
7452
7453         * input/regression/lyrics-tenor-clef.ly: new file.
7454
7455         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
7456         cyclic parents when two axis-group-engravers are
7457         present. Fixes: crash-axis-group-engraver.ly. 
7458         
7459         * input/test/volta-chord-names.ly: new file.
7460
7461         * scm/define-context-properties.scm
7462         (all-user-translation-properties): change voltaOnThisStaff
7463         definition. 
7464
7465         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
7466         if necessary.
7467
7468         * lily/volta-bracket.cc (print): handle volta brackets without
7469         bars. 
7470
7471 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7472
7473         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
7474         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
7475
7476 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7477
7478         * scm/output-gnome.scm: updated instructions for running gnome
7479         backend
7480
7481 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
7482
7483         * scm/fret-diagrams.scm (draw-dots): default values for dot size
7484         and dot-position now depend on finger-code value; in-dot makes
7485         dots larger and centered.
7486         (draw-barre): added straight-barre indicator option
7487         (draw-dots): made fontify-text-white work.
7488
7489         * music-drawing-routines.ps: added /draw_white_text
7490
7491         * scm/output-tex.scm:  added white-text
7492
7493         * scm/output-ps.scm:  added white-text
7494
7495         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
7496         list of stencil expressions
7497
7498         * scm/stencil.scm: Added fontify-text-white
7499
7500 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
7501
7502         * input/regression/+.ly: use @unnumbered section.
7503
7504 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7505
7506         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
7507         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
7508
7509 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7510
7511         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
7512
7513 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7514
7515         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
7516         was causing an error. (was not actually commited in 2004-06-20)
7517
7518         * input/regression/lily-in-scheme.ly (withPaddingC): does not
7519         breaks anymore
7520
7521 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7522
7523         * VERSION: 2.3.5 released.
7524         
7525         * lily/my-lily-parser.cc (parse_string): switch module too.
7526
7527 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7528
7529         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
7530         ec-fonts-mftraced to running requirements.
7531
7532 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7533
7534         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
7535         assignments don't reach the original file.
7536
7537         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
7538         exists
7539
7540 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7541
7542         * scm/output-gnome.scm: 
7543         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
7544
7545         * debian/: Apply Debian patch (Anthony Fok).
7546
7547 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
7548
7549         * Documentation/user/music-glossary.tely: fix titling; @top is already
7550         an @unnumbered @chapter.
7551
7552 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7553
7554         * debian/GNUmakefile (EXTRA_DIST_FILES):
7555         (CONF_FILES): update file list.
7556
7557         * lily/stencil.cc (interpret_stencil_expression): bugfix.
7558
7559 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7560
7561         * debian/: Remove cruft (requested Anthony Fok.)
7562
7563         * buildscripts/guile-gnome.sh: Build without gcc libtool version
7564         juggling.
7565
7566         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
7567         Add popup menu with grob properties.
7568
7569         * lily/grob-scheme.cc (ly:grob-properties):
7570         (ly:grob-basic-properties): New function.
7571
7572         * lily/stencil.cc (interpret_stencil_expression): Comment-out
7573         "no-origin" call.  Fixes -fps output.
7574
7575         * scm/output-ps.scm (no-origin): Add dummy implementation.
7576
7577         * scm/output-gnome.scm (define-origin): Remove
7578         (grob-cause): Add.
7579
7580         * scm/output-ps.scm (scm):
7581         * scm/output-tex.scm (scm): Remove define-origin from exports list.
7582         (define-origin): Remove.
7583
7584         * scm/output-gnome.scm (define-origin): 
7585
7586         * scm/lily.scm (ly:all-output-backend-commands): Remove
7587         define-origin.  Add grob-cause.
7588
7589 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
7590
7591         * buildscripts/lilypond-words.py: add ly/portugues.ly.
7592
7593 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
7594
7595         * Documentation/user/GNUmakefile:
7596         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
7597         --include-css=.../texinfo.css; command includes css into the html.
7598
7599         * Documentation/texinfo.css: add file.
7600         define <hr> as black and thin.            
7601
7602 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7603
7604         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
7605         stencil expression. Junk define-origin.
7606
7607         * lily/my-lily-parser.cc (parse_string): init parser variable when
7608         lexer_ is set, ie. in parse_string and parse_file.
7609
7610         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
7611         ly:score-bookify.
7612
7613         * scm/lily.scm (collect-scores-for-book): new function.
7614
7615         * ly/init.ly: print collected scores/musics.
7616
7617         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
7618         scope, not in lily module.
7619
7620         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
7621
7622         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
7623         encapsulate gtk/pango tests.
7624
7625         * po/tr.po: Turkish translation.
7626
7627 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7628
7629         * input/regression/lily-in-scheme.ly: regression test for #{
7630         ... #} syntax
7631
7632         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
7633         was causing an error.
7634
7635         * Documentation/user/programming-interface.itely (Using LilyPond
7636         syntax inside Scheme): documentation for #{ ... #} syntax.
7637
7638 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
7639
7640         * Documentation/index.html.in: use black thin <hr>.
7641
7642         * buildscripts/mutopia-index.py: use thin black <hr>.
7643
7644 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7645
7646         * scm/fret-diagrams.scm: Use UNIX style line endings.
7647         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
7648         typo.  Fixes compile.
7649
7650         * scm/output-ps.scm (white-dot): Remove second incarnation.
7651
7652         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
7653
7654 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7655
7656         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
7657         single file error.
7658
7659         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
7660
7661 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
7662
7663         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
7664         remove size as argument to fret-diagram interface;
7665         improved white-circle dots for fret;
7666         improved top-fret thick line/
7667
7668         * scm/output-ps.scm: added white-dot function
7669
7670         * scm/output-tex.scm: added white-dot function
7671
7672         * tex/music-drawing-routines.ps: added draw_white_dot function
7673
7674         * ps/music-drawing-routines.ps: added draw_white_dot function
7675
7676         * input/test/fret-diagram.ly: examples to show multiple
7677         functions and multiple interfaces
7678
7679 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7680
7681         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
7682         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
7683
7684         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
7685         conflict.  Have I told you lately how much I love autotools?
7686
7687 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7688
7689         * lily/lily-guile.cc: 
7690         * lily/pangofc-afm-decoder.cc:
7691         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
7692         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
7693
7694         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
7695         developers.
7696
7697         * lily/paper-outputter.cc (file): New method.
7698         (dump_string): Use it.
7699
7700         * scm/output-gnome.scm: Update with pango CVS info, lilylib
7701         musing.
7702
7703         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
7704         of them has a comma :-).
7705
7706         * scm/framework-gnome.scm: Add pango decoders.
7707
7708         * lily/include/pangofc-afm-decoder.hh: 
7709         * lily/pangofc-afm-decoder.cc: New file.
7710
7711         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
7712
7713         * configure.in: Check for pango.
7714
7715         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
7716         autoconf).
7717         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
7718
7719         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
7720
7721 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7722
7723         * Documentation/user/tutorial.itely (Integrating text and music):
7724         fix grammar & punctuation.
7725
7726 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7727
7728         * lily/: Stray janitorial cleanups.
7729
7730         * scm/lily.scm (ly:all-stencil-expressions):
7731         * scm/lily.scm (ly:all-output-backend-commands): New function.
7732
7733         * scm/safe-lily.scm (safe-objects): Add them.
7734
7735         * scm/framework-gnome.scm (<gnome-outputter>): New class.
7736
7737         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
7738
7739 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7740
7741         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
7742
7743 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7744
7745         * scm/page-layout.scm (default-page-make-stencil): add
7746         raggedbottom, raggedlastbottom.
7747
7748         * Documentation/user/changing-defaults.itely (Page layout): add doc.
7749
7750         * scm/framework-tex.scm (define-fonts): fix export of
7751         papersize.
7752
7753         * lily/paper-book.cc (classic_output): strip suffixes from
7754         framework functions.
7755
7756         * lily/tuplet-bracket.cc (before_line_breaking): do not return
7757         SCM_UNDEFINED to Scheme.
7758
7759 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7760
7761         * lily/book.cc: remove Book::to_stencil().
7762         (process): whoops. Score::book_rendering returns vector, not list.
7763
7764         * scripts/convert-ly.py (conv): remove \notes.
7765         apply to input examples.
7766
7767         * lily/paper-outputter.cc (output_stencil): don't use
7768         smobify_self() but self_scm()
7769
7770         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
7771         from smobify_self().
7772
7773         * lily/paper-book.cc (output): load framework module
7774         scm_c_resolve_module().
7775
7776         * python/lilylib.py (exit): exit with argument i.
7777
7778 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7779
7780         * scm/framework-gnome.scm (output-framework-gnome): Try loading
7781         gnome modules from non-toplevel.
7782
7783         * lily/ly-module.cc (ly:import-module): Export to ly:.
7784
7785         * lily/paper-score.cc (process): Do not show progress newline.
7786
7787         * lily/paper-book.cc (output, classic_output): Show progess
7788         newline after score.
7789
7790 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
7791
7792         * buildscripts/lilypond-words.py: add ly/vlaams.ly
7793
7794 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7795
7796         * lily/score.cc (ly:run-translator): Do not crash on empty music
7797         list.
7798
7799         * lily/book.cc (process): Do not render score when systems is empty.
7800
7801         * input/simple-song.ly: Down one octave.
7802
7803         * scm/output-gnome.scm: Remove script again; re-add modules fix
7804         (CVS conflict resolve?)
7805
7806         * lily/stencil.cc (ly:interpret-stencil): Was:
7807         interpret_stencil_expression.
7808
7809 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7810
7811         * buildscripts/guile-gnome.sh: New file.
7812
7813         * scm/output-gnome.scm: White background, better window size, sane
7814         canvas size.  Cleanups.
7815
7816 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7817
7818         * VERSION: release 2.3.4
7819
7820         * Documentation/user/invoking.itexi (Invoking the lilypond
7821         binary): document --safe.
7822
7823         * scm/output-gnome.scm: set PATH in script.
7824
7825         * scm/page-layout.scm (default-page-make-stencil): don't stretch
7826         if there is too few systems on a page.
7827
7828         * lily/parser.yy (relative_music): start at middle C without pitch
7829         argument.
7830
7831         * Documentation/user/changing-defaults.itely (Page layout): new node.
7832         (Paper size): rename node
7833         (Page breaking): new node.
7834         (Titling): move from invoking.
7835         (File structure): new node.
7836
7837         * lily/parser.yy (score_body): allow \header and music anywhere in
7838         \score body.
7839
7840 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7841
7842         * scm/lily.scm (ly:load): Remove page-breaking.scm.
7843
7844 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7845
7846         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
7847
7848         * lily/include/paper-line.hh: rename to Paper_system.
7849
7850         * lily/include/paper-book.hh: doc class.
7851
7852         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
7853
7854         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
7855         (plain-header): add instrument-name.
7856         (default-page-make-stencil): bugfixes.
7857
7858         * lily/parser.yy (book_body): allow \header anywhere in \book{}
7859
7860         * lily/paper-book.cc: remove copyright & tagline. Remove
7861         interactions with Page
7862
7863         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
7864         here, 
7865         (default-page-make-stencil): new function
7866         (default-page-music-height): new function
7867         (page-headfoot): new function
7868         (ly:optimal-page-breaks): generate stencils directly from here
7869
7870         * scm/titling.scm: new file, group titling functions
7871
7872 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7873
7874         * scm/output-gnome.scm: Handle multiple pages.
7875
7876         * scm/framework-gnome.scm: Do not load output-gnome.
7877         (framework-gnome): Invoke output-gnome::header and
7878         output-gnome::end-output as faked stencils.  Fixes experimental
7879         gnome output.
7880
7881 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7882
7883         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
7884         octavation compatibility fixes. Backportme. 
7885
7886         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
7887         pages.
7888         (ly:optimal-page-breaks): combine-penalties: no shortcut for
7889         negative. Now we handle negative penalties (ie. \pageBreak)
7890         correctly.
7891
7892         * lily/system.cc (get_line): extract page-penalty from the left
7893         bound.
7894
7895         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
7896
7897 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7898
7899         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
7900
7901 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7902
7903         * scm/output-gnome.scm: Update script.  Move development to
7904         lilypond_2_3_2 branch for now.
7905
7906 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7907
7908         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
7909         negative penalties.
7910         cleanups.
7911
7912         * Documentation/user/changing-defaults.itely (Creating contexts):
7913         index entries
7914
7915         * scm/page-breaking.scm (ly:optimal-page-breaks): new
7916         file. Rewrite function. 
7917
7918         * lily/paper-book.cc (pages): new interface: page-breaking returns
7919         list of line-list.
7920
7921         * lily/page.cc (Page): take lines argument.
7922
7923         * scm/document-translation.scm (all-engravers-doc): link to user man
7924
7925         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty
7926         iso. score.
7927
7928         * Documentation/user/notation.itely (Relative octaves): typo.
7929
7930         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
7931
7932 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7933
7934         * scm/output-gnome.scm: Update build script.
7935
7936 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7937
7938         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
7939         gnome backend.
7940
7941         * scm/framework-gnome.scm: New file.
7942
7943         * scm/lily.scm: Use it.
7944
7945         * lily/paper-outputter.cc: Janitorial cleanups.
7946         (ly:outputter-dump-string): Remove unreachable statement.
7947
7948         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
7949         (ice-9): Bugfix: Add srfi-1.
7950
7951         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
7952
7953 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7954
7955         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
7956         in do_quit()
7957
7958 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7959
7960         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
7961
7962 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7963
7964         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
7965         override of Beam::position-callbacks. Why would grace beams not be
7966         quantized? Fixes: weird-stem-size-grace. 
7967
7968         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
7969         warning only once. Backportme.
7970
7971         * lily/accidental-engraver.cc (number_accidentals_from_sig):
7972         bugfix, 2nd try. Backportme.
7973
7974         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
7975
7976 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7977
7978         * Documentation/user/notation.itely (Instrument transpositions):
7979         Correct the name of the instrumentTransposition property.
7980
7981 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7982
7983         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
7984
7985 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7986
7987         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
7988         and postLilyPondExample are called when defined.
7989
7990 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7991
7992         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
7993         This fixes setting notenames with `\include "nederlands.ly" '
7994
7995         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
7996         new function.
7997
7998 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7999
8000         * scm/page-layout.scm: don't do piece, it should be in score-title
8001         only.
8002
8003         * lily/lexer.ll: lex \score separately.
8004
8005         * lily/paper-book.cc: junk stencil2line.
8006
8007         * lily/paper-line.cc (Paper_line): construct from Stencil
8008         directly. No futzing with the dimensions.
8009
8010         * lily/include/paper-line.hh (class Paper_line): 
8011
8012         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
8013         takes arbitrary number of arguments.
8014
8015         * input/test/markup-score.ly (tuning): simplify example. 
8016
8017 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8018
8019         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
8020
8021         * scm/define-markup-commands.scm (score): define score-markup
8022
8023         * lily/parser.yy (markup): use score-markup.
8024
8025         * lily/score.cc: add ly:score? 
8026
8027 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
8028
8029         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
8030         fret-parse-string so it prepares for calls to fret-diagram-verbose
8031         Changed display constants to props so they are available for
8032         \override.
8033
8034 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8035
8036         * VERSION: release 2.3.3
8037
8038         * stepmake/stepmake/generic-vars.make: unset LANG.
8039
8040         * input/regression/tuplet-nest.ly: bugfix.
8041
8042         * lily/tie-performer.cc (stop_translation_timestep): reset
8043         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
8044
8045         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
8046         clear repeat_ directly after setting stem_tremolo_. Fixes:
8047         tremolo-repeat.ly
8048
8049         * input/regression/span-bar-break.ly: new file.
8050
8051         * scm/define-grobs.scm (all-grob-descriptions): remove
8052         break-visibility from SpanBar. Fixes: piano-repeat.ly
8053
8054 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8055
8056         * python/lilylib.py (make_ps_images): only compute bbox when needed.
8057
8058         * scripts/lilypond-book.py (process_snippets): use lily -f ps
8059         files for generating pngs. (failed experiment)
8060
8061         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
8062         file with PFA fonts included.
8063
8064         * lily/score.cc (default_rendering): put header in too.
8065
8066         * lily/paper-line.cc (LY_DEFINE): change function to
8067         ly:paper-line-extent
8068
8069         * scm/page-layout.scm (default-book-title): only add lines for
8070         non-nil fields.
8071         (default-score-title): idem.
8072
8073         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
8074
8075         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
8076
8077         * lily/include/paper-book.hh (class Paper_book): remove height_
8078         member.
8079
8080         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
8081
8082         * lily/ly-module.cc (LY_DEFINE): bugfix.
8083
8084         * lily/paper-book.cc (book_title): separate function for the book
8085         title.
8086
8087         * scm/page-layout.scm (default-book-title): only account for
8088         markup fields.
8089
8090         * scm/framework-ps.scm: new file. Move high level interface from
8091         output-ps.scm
8092
8093         * scm/music-functions.scm (def-grace-function): move macros from
8094         ly/music-functions-init.ly
8095
8096         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
8097         framework-tex.scm
8098
8099         * scm/framework-tex.scm (dump-line): new file. High level
8100         interface for output (pages, systems, header). 
8101
8102         * lily/include/page.hh (class Page): add is_last_ field.
8103
8104         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
8105
8106         * lily/paper-book.cc (split_string): new function
8107         (output): output multiple formats, i.e. --format=ps,tex
8108
8109         * scm/output-ps.scm (output-scopes): dump variables directly.
8110         (define-fonts): rewrite for new interface
8111
8112         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
8113
8114         * lily/paper-outputter.cc (Paper_outputter): take format argument.
8115
8116         * lily/main.cc (parse_argv): don't set extension for output.
8117
8118         * lily/clef-engraver.cc (create_clef): remove
8119         Staff_symbol_referencer::set_position() call. 
8120
8121 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8122
8123         * ly/music-functions-init.ly (addlyrics): set the 'origin property
8124         with the location argument in music function definitions.
8125
8126 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8127
8128         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
8129         staffsymbol dependency.
8130
8131         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
8132         cleanups.
8133
8134         * lily/book.cc (process): return Paper_book
8135         (to_stencil): use Book::process().
8136
8137         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
8138         header_ field. Store in $globalheader
8139
8140         * lily/parser.yy (book_body): book header is initted to
8141         $globalheader.
8142
8143
8144 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8145
8146         * input/test/fill-a4.ly: removed.
8147
8148         * lily/parser.yy (output_def): push scope of parent_ Output_def
8149         too.
8150
8151 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8152
8153         * scm/output-gnome.scm: Update info.
8154
8155 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8156
8157         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
8158
8159         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
8160         than 1 module.
8161
8162         * lily/include/ly-module.hh (ly_use_module): rename is_module to
8163         ly_c_module_p.
8164
8165         * scm/page-layout.scm (default-book-title): move Scheme titling
8166         functions to here.
8167
8168         * lily/parser.yy (book_paper_block): remove scope too.
8169
8170         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
8171
8172         * lily/rest.cc: add direction to rest properties.
8173
8174         * lily/include/output-def.hh: new file, move from
8175         music-output-def.hh
8176
8177 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8178
8179         * scm/output-gnome.scm: Describe feta-cork hack.
8180
8181 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8182
8183         * lily/include/book-paper-def.hh: derive from Output_def 
8184
8185         * lily/include/paper-def.hh: move all functionality out of class.
8186         Junk header.
8187
8188         * lily/include/music-output-def.hh: rename Music_output_def to
8189         Output_def.
8190
8191         * input/wilhelmus.ly: only set space for Paper formatting. 
8192
8193         * lily/include/midi-def.hh: remove file, remove class.
8194         Move functions to Music-output-def.
8195
8196         * lily/music-output-def.cc (Music_output_def): remove separate
8197         translator table. Lookup translators in scope directly. This
8198         obviates Context suffix for context identifiers, i.e.
8199
8200         \context {
8201           \Staff
8202           .. 
8203           }
8204
8205
8206         will work.
8207
8208
8209         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
8210
8211         * Documentation/user/changing-defaults.itely (Horizontal spacing):
8212         document spacing override hack.
8213
8214 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8215
8216         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
8217         installation info.  Support point-and-click.  Add +/- zoom
8218         keybindings.
8219
8220 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8221
8222         * VERSION: 2.3.2 released
8223
8224         * lily/parser.yy (book_body): set default bookpaper.
8225
8226         * scm/output-tex.scm (header): kludge: hard code linewidth. 
8227
8228         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
8229
8230 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8231
8232         * lily/score.cc (default_rendering): scale outputdef before
8233         starting.
8234
8235 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
8236
8237         * scm/fret-diagrams.scm: Add header.
8238
8239         * scm/output-gnome.scm: Hello world :-)
8240
8241 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8242
8243         * scripts/lilypond.py (run_dvips): only add papersize if present.
8244
8245         * lily/accidental-engraver.cc (update_local_key_signature): new
8246         function, fold code from initialize() and process_music().
8247         (update_local_key_signature): use deep copy. This fixes one
8248         problem from custom-key-signatures.ly.
8249         (number_accidentals_from_sig): tighter check for
8250         accidental-too-old.
8251
8252         * ly/engraver-init.ly: remove localKeySignature
8253         definition from ChoirStaff, StaffGroup, Score.
8254
8255         * lily/percent-repeat-engraver.cc (try_music): add moments for
8256         barlines too. Fixes: skipbars-percent-repeat.ly.
8257
8258 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8259
8260         * lily/context-def.cc (filter_performers): don't go to cdrloc if
8261         skipping last pair. Fixes: crash-bar-number.
8262
8263         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
8264         D. Sorensen)
8265
8266         * input/test/fret-diagram.ly: new file.
8267
8268         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
8269         (scale-paper): divide by scale.
8270
8271 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8272
8273         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
8274         case.
8275
8276 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8277
8278         * scm/stencil.scm (fontify-text): reinstate function
8279
8280         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
8281
8282         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
8283
8284         * lily/parser.yy (book_paper_head): \bookpaper {} 
8285
8286         * python/midi.c: remove config.h
8287
8288 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8289
8290         * scm/output-gnome.scm: Update.
8291
8292 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8293
8294         * scm/output-gnome.scm: New file.
8295
8296         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
8297
8298 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8299
8300         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
8301         (find_scaled_font): move from Paper_def
8302
8303 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8304
8305         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
8306         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
8307
8308         * po/fr.po: update po.
8309
8310         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
8311
8312         * lily/book-paper-def.cc (print_smob): new file.
8313
8314 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
8315
8316         * buildscripts/lilypond-words.py: search words also from
8317         music-functions-init.ly.
8318
8319 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8320
8321         * ly/music-functions-init.ly (def-music-function): new helper
8322         macro for defining music functions. \addlyrics \appoggiatura
8323         \acciaccatura \grace \partcombine \autochange \applycontext
8324         \applyoutput and \breathe are now defined here thanks to it.
8325
8326         * lily/parser.yy: 
8327         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
8328         \grace \partcombine \autochange \applycontext \applyoutput and
8329         \breathe keywords removed from the parser.
8330
8331         * lily/parser.yy: 
8332         * lily/music-function.cc (ly_make_music_function): 
8333         * lily/lexer.ll (music_function_type): added a case for 0-arg
8334         music functions.
8335
8336 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8337
8338         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
8339         refering to a music expression can be used in lily-inside-scheme:
8340         #{ $music #}
8341
8342         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
8343         and ly:parser-define, and change ly:parser-parse-string in order
8344         to make #{ $music #} work.
8345
8346         * scm/new-markup.scm (compile-markup-expression): when an argument
8347         is a string, use `make-simple-markup'.
8348
8349 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8350
8351         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
8352
8353 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8354
8355         * scripts/convert-ly.py (FatalConversionError.func): handle + in
8356         font-size. (backportme)
8357
8358 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8359
8360         * lily/paper-outputter.cc (output_stencil): dump font definitions
8361         before each stencil.
8362
8363         * lily/include/paper-book.hh (struct Score_lines): new
8364         struct. Collect info per Paper-score.
8365
8366         * lily/include/page.hh (class Page): to_stencil() returns Stencil
8367         everywhere.
8368
8369         * lily/stencil.cc (find_expression_fonts): new function
8370
8371         * lily/paper-outputter.cc (output_stencil): use
8372         interpret_stencil_expr
8373
8374         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
8375         (interpret_stencil_expr): new function. Generic stencil
8376         interpretation.
8377
8378         * lily/paper-def.cc (find_scaled_font): divide lookup
8379         magnification by outpuscale for non-virtual fontmetrics. This
8380         fixes ludicrously long font definitions for text
8381         fonts. (backportme)
8382
8383         * lily/score-engraver.cc: remove
8384         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
8385
8386 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8387
8388         * input/test/markup-score.ly: Remove \notes.
8389
8390         * lily/parser.yy (book_body): Grok Composite_music and \header.
8391         (markup): Push NOTES mode before score_block.
8392
8393         * VERSION: release 2.3.1
8394
8395         * mf/feta-klef.mf: 
8396         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
8397
8398         * Documentation/user/programming-interface.itely: Use @emph (was:
8399         @em).
8400
8401         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
8402
8403 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8404
8405         * scm/output-tex.scm (output-tex-string): tighten safe security.
8406
8407         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
8408
8409         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
8410         allowed ly functions.
8411
8412         * lily/ly-module.cc (ly_module_define): only define variable if
8413         bound.
8414         (ly_make_anonymous_module): take safe option.
8415
8416 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8417
8418         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
8419
8420 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8421
8422         * input/regression/newaddlyrics.ly: Fix.
8423
8424         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
8425         \score \notes.
8426
8427 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
8428
8429         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
8430
8431 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8432
8433         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
8434
8435         * lily/paper-line.cc (Paper_line): don't store list of stencils,
8436         but convert to single Stencil immediately.
8437
8438         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
8439
8440 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8441
8442         * scm/output-sodipodi.scm: Resurrect sodipodi output.
8443
8444 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
8445
8446         * elisp/lilypond-mode.el: Changed the way defaults are created for
8447         LilyPond-command-master.  LilyPond-mode will now check the
8448         timestamps of the files to see which command has to run next.
8449
8450 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8451
8452         * scm/bass-figure.scm (format-bass-figure): don't set
8453         number-markup for strings. This fixes string in bass
8454         figure. (backportme)
8455
8456         * lily/parser.yy (bass_number): insert number-markup into figure
8457         definition.
8458
8459         * scm/define-music-properties.scm (all-music-properties): make
8460         'figure a markup.
8461
8462         * scripts/convert-ly.py (conv): \apply -> \applymusic
8463
8464 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
8465
8466         * elisp/lilypond-mode.el: changed the order of some commands
8467         ("Midi" after "2Midi"), use the user-defined
8468         LilyPond-command-default as default instead of "LilyPond"
8469
8470         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
8471         to set the master file for the next command.
8472
8473         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
8474         with font-lock-reference-face.
8475
8476 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
8477
8478         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
8479
8480         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
8481
8482 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8483
8484         * ly/music-functions-init.ly (TODO): new file.
8485
8486         * lily/parser.yy (Generic_prefix_music_scm): add more
8487         music_function symbols.
8488         (Prefix_composite_music): change \apply to music-function   
8489
8490         * lily/include/music-function.hh: rename to music-function
8491
8492 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8493
8494         * lily/music-head.cc (LY_DEFINE): change order of args.
8495
8496         * input/regression/music-head.ly (texidoc): new file.
8497
8498         * lily/parser.yy (Generic_prefix_music): allow generic
8499         music-transformation functions. 
8500
8501         * lily/include/music-head.hh (is_music_head): new file.
8502
8503         * lily/music-head.cc (get_music_head_transform): new file.
8504
8505 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8506
8507         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
8508         empty extent. This fixes ottava brackets on rests. (backportme)
8509
8510         * make/lilypond.redhat.spec.in (Group): ln png files for info.
8511
8512         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
8513
8514         * cygwin/lily-wins.py: update for the lily-wins.py script.
8515
8516 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8517
8518         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
8519         code. This will obviate typeset_grob () in the future.  The effect
8520         of this is that improperly written spanner handling will result in
8521         invalid spanner bounds.
8522         (announce_grob): add to elems_ from here
8523         (typeset_grob): comment out.  
8524
8525         * lily/include/engraver.hh (make_spanner): new calling interface
8526         for make_{item,spanner}. This obviates most calls to
8527         announce_grob().
8528
8529         * scm/music-functions.scm (set-accidental-style): use GrandStaff
8530         iso. PianoStaff for piano styles.
8531
8532 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
8533
8534         * Documentation/user/music-glossary.tely: add segno after d.s.
8535
8536 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8537
8538         * lily/include/audio-column.hh: remove unused variables.
8539         (patch by Michael Welsh Duggan)
8540
8541         * flower/include/axes.hh (other_axis): inline Axes function
8542         (thanks to David Brandon).
8543
8544 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8545
8546         * cygwin/mknetrel: Install image links (backportme).
8547
8548         * Documentation/user/GNUmakefile (local-install-info): Activate
8549         actual installing of image links (backportme).
8550
8551 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8552
8553         * Documentation/user/notation.itely (Measure repeats): Removed
8554         unnecessary (and confusing) \context Voice{.
8555
8556 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8557
8558         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
8559
8560         * lily/page.cc (Page): Do not use ly_scheme_function for
8561         volatile/configurable variables (FIXME: better name).
8562
8563         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
8564         get_scmvar).
8565
8566 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8567
8568         * scripts/convert-ly.py (FatalConversionError.subst): use
8569         \transposition.
8570
8571 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8572
8573         * lily/include/page.hh (class Page): Declare left_margin ().
8574
8575         * lily/page.cc: Remove paper var caching.
8576
8577 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8578
8579         * Documentation/user/music-glossary.tely: Add name to @top node.
8580         Remove comment from @table definitions (workaround for makinfo
8581         bug).
8582
8583         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
8584         ly:stencil-get-expr).  Update callers.
8585         (ly:stencil-align-to!):  Return stencil too.
8586
8587         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
8588         stencil.  Remove looped line-based page output.
8589         (output_line): Use line stencil.  Remove looped stencil-based line
8590         output.
8591
8592         * lily/page.cc (ly:page-paper-lines): New function.
8593
8594         * input/test/markup-score.ly: New file.
8595
8596         * scm/define-markup-commands.scm (stencil): New markup.
8597
8598         * lily/book.cc (to_stencil): New method.
8599
8600         * lily/parser.yy (markup): Use it to grok \score.
8601
8602 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8603
8604         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
8605
8606         * lily/paper-book.cc (pages): Change signature.  Update callers.
8607
8608         * lily/include/page.hh:
8609         * lily/page.cc: New file.
8610
8611         * lily/paper-line.cc (to_stencil): New method.
8612
8613         * lily/paper-outputter.cc (output_stencil): New method.
8614
8615         * lily/paper-outputter.cc (output_line): Use them.
8616
8617         * lily/warn.cc: Remove.
8618
8619         * lily/my-lily-parser.cc (distill_inname): Remove.
8620
8621         * flower/include/file-name.hh: 
8622         * flower/file-name.cc: New file.  Update users.
8623
8624         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
8625         (find): New method of same name.
8626
8627         * lily/my-lily-parser.cc (ly:parse-file): Use it.
8628
8629         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
8630         constant error message.
8631
8632 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
8633
8634         * input/test/{blank-notes.ly,staff-container.ly}: typos.
8635
8636 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8637
8638         * Documentation/user/music-glossary.tely: @table @strong' replaced
8639         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
8640         (backportme).
8641
8642 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8643
8644         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
8645
8646         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
8647         #{ lily music expression #} that returns an equivalent scheme
8648         music expression by parsing the string.
8649
8650 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
8651
8652         * lily/my-lily-parser.cc:
8653         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
8654         SCM string (foo.ly/toto.scm support).
8655
8656 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8657
8658         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
8659
8660 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8661
8662         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
8663
8664         * scripts/lilypond-book.py: LY code that includes \header is
8665         not assumed to be a fragment.
8666
8667 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
8668
8669         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
8670         tremolo beams up.
8671
8672         * lily/stem.cc (chord_start_y): Return 0 if no heads.
8673         (get_default_stem_end_position): No tremolo head juggling if no
8674         heads.  Fixes tremolo crash on rests (backportme).
8675
8676         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
8677
8678 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8679
8680         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
8681         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
8682
8683         * lily/lexer.ll: Allow \encoding in NOTES mode.
8684
8685         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
8686         for lyrics, not for commands.
8687
8688         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
8689         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
8690
8691         * input/regression/newaddlyrics.ly: New file.
8692
8693         * Documentation/topdocs/NEWS.texi: Update.
8694
8695         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
8696         (Music_list): Allow embedded scm.
8697
8698         * lily/score.cc (ly:score-bookify): New function.
8699
8700         * lily/music.cc (ly:music-scorify): Idem.
8701
8702         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
8703         (ly:parser-print-score): Idem.
8704
8705         * scm/lily.scm (default-toplevel-book-handler): Idem.
8706         (default-toplevel-music-handler): Idem.
8707         (default-toplevel-score-handler): Idem.
8708
8709         * ly/declarations-init.ly: Set default toplevel handlers.
8710
8711         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
8712
8713         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
8714         printer for score at toplevel.
8715
8716 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8717
8718         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
8719         Fix for simple case: input/simple-song.ly, more complex stuff
8720         does not work yet.
8721
8722 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8723
8724         * lily/parser.yy (Prefix_composite_music): split Composite_music
8725         in Prefix_composite_music and Grouped_music_list.
8726         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
8727
8728 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8729
8730         * scm/lily.scm (toplevel-expression): New define.
8731
8732         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
8733
8734         * lily/parser.yy (toplevel_expression): Use it.
8735
8736         * lily/include/my-lily-parser.hh: Smobbify.
8737
8738         * lily/my-lily-parser.cc (parse_string): New method.
8739
8740         * lily/my-lily-parser.cc (ly:parse-string): New function.
8741
8742         * Documentation/user/lilypond.tely: Add comment and workaround for
8743         gs-8.01 crash.  Fixes make web.
8744
8745         Simplification of toplevel music.
8746
8747         * lily/lexer.ll, lily/parser.yy:
8748
8749         * In LYRICS mode, return LYRICS_STRING.  This fixes one
8750         shift/reduce problem.
8751
8752         * Use NOTES mode at start of maininput.
8753
8754         * Grok toplevel composite music expression, put in score and book.
8755
8756         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
8757
8758         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
8759
8760         * input/simple.ly: New file.
8761
8762         * input/simple-song.ly: Idem.
8763
8764 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8765
8766         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
8767         Sandberg.
8768
8769 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8770
8771         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
8772
8773 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
8774
8775         * input/regression/accidental-octave.ly: doc automatic showing
8776         of note names.
8777
8778 2004-04-16  Heikki Junes <janneke@gnu.org>
8779
8780         * po/fi.po: do "make po && make -C po po-update" at top-level,
8781         then "cp po/out/fi.po po/fi.po" and update fields.
8782
8783         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
8784
8785 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
8786
8787         * Documentation/user/introduction.itely (About this manual): Fix
8788         templates and regression urls (backportme).
8789
8790 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8791
8792         * ly/engraver-init.ly (Score:graceSettings): Increase
8793         beamed-lengths, especially for 32nd notes.
8794
8795         * Documentation/user/notation.itely (Grace notes): Correct the
8796         syntax for add-grace-property example.
8797
8798 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8799
8800         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
8801         `Generated' tag.
8802
8803         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
8804         Severely broken (the Debian package, at least).
8805
8806 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8807
8808         * lily/context.cc (find_create_context): assign to lvalue.
8809
8810 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8811
8812         * lily/include/translator.hh (class Translator): rename
8813         get_parent_context() to context () to avoid confusion.
8814
8815         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
8816
8817         * lily/lexer.ll: change is_string -> ly_c_string_p 
8818
8819         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
8820
8821         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
8822
8823 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8824
8825         * VERSION: release 2.3.0
8826
8827         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
8828
8829         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
8830         if nonempty.
8831
8832         * lily/include/context.hh (class Context): make members protected.
8833         (children_contexts): new accessor function.
8834
8835         * lily/include/translator.hh (class Translator): make
8836         daddy_context_ protected.
8837         (class Translator): clean up. 
8838
8839         * lily/include/context.hh (class Context): make daddy_context_
8840         private.
8841
8842         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
8843         higher for finding Voice. (backportme)  
8844
8845         * lily/include/context.hh (class Context): remove
8846         find_context_below() as a method.
8847
8848         * Documentation/user/notation.itely (The Lyrics context): add note
8849         about manual durations
8850
8851         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
8852         encoding.
8853
8854         * scm/output-tex.scm (text): dump \inputencoding{} for text.
8855
8856 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8857
8858         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
8859         \usepackage{inputenc}
8860
8861         * lily/paper-book.cc (classic_output): don't advance Offset for
8862         TeX output.
8863
8864         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
8865         ec-sauter.map in rules
8866
8867         * mf/ecb.mf (font_identifier): new file, based on ecbx
8868
8869         * mf/ecb10.mf (gensize): new file.
8870
8871         * Documentation/topdocs/NEWS.texi (Top): document some more new
8872         features.
8873
8874         * ly/declarations-init.ly: run convert-ly
8875
8876         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
8877         from input-file-results. Remove input-file-results.* 
8878
8879 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8880
8881         * scm/output-ps.scm (font-command): Fix, again.
8882
8883         * input/test/title-markup.ly: Add \noPagebreak test.
8884
8885         * lily/score-engraver.cc (try_music): Bugfix.
8886
8887 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8888
8889         * lily/main.cc (main_with_guile): excise dependency options -M and
8890         --dep-prefix
8891
8892         * lily/input-file-results.cc: excise Makefile dependency code
8893
8894         * Documentation/user/invoking.itexi (Invoking the lilypond
8895         binary): remove dep doco
8896
8897         * lily/main.cc (main_with_guile): call lilypond-main
8898
8899         * scm/lily.scm (lilypond-main): new function: handle multiple files.
8900
8901         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
8902         exception.
8903
8904         * lily/my-lily-parser.cc: remove paper_description function
8905
8906         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
8907         new function.
8908
8909         * lily/main.cc: remove global_score_count.
8910
8911         * lily/book.cc (process): don't take header from global_input_file.
8912
8913         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
8914
8915         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
8916
8917         * lily/music-output-def.cc (LY_DEFINE): new function
8918         ly_output_description. This function does the bulk for  setting,
8919         parsing and breaking down of an input file.
8920
8921         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
8922         anonymous modules globally. Let's hope they get GCd
8923
8924         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
8925
8926 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8927
8928         * scm/output-ps.scm (header): Papersize from paper.
8929
8930         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
8931         for classic output.
8932
8933         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
8934         lilypondclassic is defined.
8935         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
8936
8937         * input/regression/between-systems.ly: Remove.
8938
8939         * python/lilylib.py (get_bbox): Fix regular expression
8940         for bounding box.
8941
8942         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
8943
8944         * scm/output-tex.scm (stop-page): Use it.
8945
8946         * scm/output-ps.scm (define-fonts): Bugfix.
8947
8948         * lily/grob.cc: Add penalty to interface.
8949
8950         * lily/include/paper-line.hh (class Paper_line): New member
8951         var penalty_.
8952
8953         * lily/system.cc (get_line): Initialise Paper_line with
8954         page-penalty's from original grobs.
8955
8956         * scm/define-music-properties.scm (all-music-properties): Add
8957         page-penalty.
8958
8959         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
8960
8961         * lily/score-engraver.cc (try_music): Handle page-penalty.
8962
8963         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
8964
8965 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8966
8967         * ly/declarations-init.ly (melismaEnd): typo
8968
8969         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
8970
8971         * scm/output-ps.scm (text): split string into spaces, use moveto
8972         for setting space. 
8973
8974 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8975
8976         * po/nl.po: Update.
8977
8978         * scm/font.scm (add-cmr-fonts): Typo.
8979
8980 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8981
8982         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
8983         font-encoding.
8984
8985         * scm/define-grobs.scm (all-grob-descriptions): idem.
8986
8987         * lily/time-signature.cc (numbered_time_signature): idem.
8988
8989         * scm/font.scm (add-cmr-fonts): use real encoding names for
8990         font-encoding.
8991
8992 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8993
8994         * lily/paper-book.cc (classic_output): 
8995         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
8996         Fixes classic output.
8997         (lilypondstart):
8998         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
8999         kludge.
9000
9001         * scripts/old-lilypond-book.py: Remove.
9002
9003         Page layout for SCOREs enclosed in a BOOK:
9004
9005         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
9006         layout tweaking.
9007
9008         * input/les-nereides.ly (theScore): Add \book.
9009
9010         * input/test/title-markup.ly: Add \book.
9011
9012         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
9013         only if 'verbose.
9014
9015         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
9016
9017         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
9018
9019         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
9020         * scm/output-tex.scm (start-system): Update for page layout by
9021         LilyPond.
9022
9023         * scm/output-ps.scm (start-system): Previously (new-start-system).
9024
9025         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
9026         passed to define-fonts.
9027
9028         * lily/paper-column.cc: 
9029         * lily/system.cc (get_line):
9030         * ly/property-init.ly (newpage): 
9031         * scm/define-grob-properties.scm:
9032         * scm/output-ps.scm: 
9033         * scm/output-tex.scm: Remove between-system-string kludge.
9034
9035         * scm/output-ps.scm (define-fonts, font-command,
9036         font-load-encoding): Handle ENCODING = #f.
9037
9038         * scm/output-tex.scm (output-scopes): Check if variable is bound.
9039
9040         * scm/define-markup-commands.scm (fill-line): Use
9041         make-simple-markup (WAS: unexisting make-word-markup).
9042
9043         * lily/text-item.cc (interpret_markup): Bugfix, transpose
9044         ENCODING, MARKUP parameters for interpret_string.
9045
9046         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
9047
9048         * lily/score.cc (book_rendering): New method.
9049         (default_rendering): Create Paper_book helper locally, dump
9050         output.
9051
9052         * lily/my-lily-lexer.cc (the_key_tab): Add book.
9053
9054         * lily/parser.yy: Handle \book.
9055
9056         * lily/include/book.hh: 
9057         * lily/book.cc: New file.
9058
9059 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9060
9061         * lily/text-item.cc (interpret_string): new file, select font with
9062         encoding.
9063
9064         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
9065
9066         * scm/define-markup-commands.scm (encoded-simple): new markup command.
9067
9068         * lily/parser.yy (markup): take encoding from lexer.
9069
9070 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9071
9072         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
9073
9074         * scm/output-ps.scm: Remove some cruft.
9075
9076 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9077
9078         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
9079
9080         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
9081
9082 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9083
9084         * scm/font.scm (add-century-schoolbook-fonts):
9085         (make-century-schoolbook-tree): New function.
9086
9087         * input/test/title-markup.ly: Use Century Schoolbook font.
9088
9089 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9090
9091         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
9092         to Erik Sandberg) 
9093
9094         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
9095
9096         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
9097
9098         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
9099
9100         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
9101
9102 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9103
9104         * scm/part-combiner.scm (determine-split-list): bugfix: if no
9105         solo-state (at end of solo), we can set the solo status
9106         too. (backportme.)
9107
9108         * input/regression/part-combine-solo-end.ly: new file.
9109
9110 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9111
9112         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
9113         flavour abc files.  Really ignore unknown keys (backportme).
9114
9115 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9116
9117         * lily/scaled-font-metric.cc (text_dimension): only multiply with
9118         magnification_ when looking up in orig_.
9119
9120         * scm/output-tex.scm (text): switch off char-mapping.
9121
9122         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
9123         because AFM's encoding field cannot have spaces.
9124
9125 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9126
9127         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
9128
9129 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9130
9131         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
9132
9133         * mf/cmr.enc: new file, without hi-bit ascii info. 
9134
9135         * lily/bezier-bow.cc (slur_shape): make indent dependent on
9136         width. This removes the 'hook' at the end of a long slur.
9137
9138         * buildscripts/mf-to-table.py (parse_logfile): don't append
9139         encoding to fontname.
9140
9141 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9142
9143         * scm/output-ps.scm (define-fonts): Load .enc only once.
9144
9145         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
9146         too.
9147
9148 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9149
9150         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
9151         encoding field.
9152
9153         * lily/stencil-scheme.cc: remove ly:fontify-atom 
9154
9155         * ly/portuges.ly (pitchnames): new file.
9156
9157         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
9158         Michael Welsh Duggan
9159
9160         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
9161
9162         * ly/nederlands.ly: add comment about digits.
9163
9164         * lily/scaled-font-metric.cc (derived_mark): idem.
9165
9166         * scm/encoding.scm (make-encoding-mapping): change permutation to
9167         mapping.
9168
9169         * lily/scaled-font-metric.cc (derived_mark): is a const method.
9170         (Modified_font_metric): make alist for coding_description_
9171         (LY_DEFINE): remove coding-name.
9172
9173         * scm/output-tex.scm (text): remove debugging code.
9174
9175         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
9176
9177         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
9178         from infile.
9179
9180         * mf/feta-generic.mf: move fet_beginfont into generic code.
9181         use fetaMusic (without space) as encoding
9182
9183         * mf/feta-autometric.mf: take encoding argument
9184
9185         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
9186
9187         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
9188         use.
9189
9190         * scm/encoding.scm (read-encoding-file): use symbol for glyph
9191         name.
9192
9193 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9194
9195         * input/test/title-markup.ly: Set inputencoding.
9196
9197         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
9198
9199         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
9200
9201         * scm/encoding.scm (get-coding-filename, get-coding-command): New
9202         function.
9203         (coding-alist): Also hold filename, command.
9204         (read-encoding-file): Return symbols.
9205
9206 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9207
9208         * scm/output-tex.scm: remove fontify; text and char take a font
9209         argument.
9210
9211         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
9212
9213         * lily/scaled-font-metric.cc (text_dimension): init
9214         coding_{permutation,table}_ too 
9215         (LY_DEFINE): ly:font-encoding, new function return
9216
9217         * lily/paper-def.cc (find_scaled_font): take input coding from
9218         inputcoding paper var.
9219
9220         * lily/performance.cc (output): remap modulo 16.
9221
9222         * lily/text-item.cc (interpret_markup): whoops, variable
9223         shadowing fixed.
9224
9225 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
9226
9227         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
9228         symbols, not symbols to strings.
9229
9230         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
9231         symbols, not symbols to strings.
9232
9233 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9234
9235         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
9236         (ly:kpathsea-gulp-file): New function.
9237
9238         * scm/encoding.scm (read-encoding-file): Use it.
9239
9240 2004-04-06  Werner Lemberg  <wl@gnu.org>
9241
9242         * scm/encoding.scm (coding-alist): Fix typo.
9243
9244 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9245
9246         * lily/scaled-font-metric.cc (text_dimension): move function from
9247         Font_metric
9248         (make_scaled_font_metric): init coding_scheme_ to TeX
9249         (text_dimension): use get-coding-vector for non TeX coding_scheme_
9250
9251         * lily/include/scaled-font-metric.hh (struct
9252         Modified_font_metric): rename from Scaled_font_metric
9253
9254         * scm/encoding.scm (read-encoding-file): split up large function,
9255         leave caching to (delay)
9256
9257         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
9258
9259 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9260
9261         * lily/my-lily-lexer.cc (set_encoding): New method.
9262
9263         * lily/lexer.ll: Grok \encoding.
9264
9265         * lily/font-metric.cc (get_encoded_index): New function.
9266
9267         * lily/include/font-metric.hh (coding_scheme): New method.
9268
9269         * scm/encoding.scm: New file.
9270
9271         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
9272
9273 2004-04-05  Werner Lemberg  <wl@gnu.org>
9274
9275         * Documentation/user/tutorial.itely: Revised (finished).
9276
9277         * Documentation/user/macros.itexi (@separate): Removed.
9278
9279 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9280
9281         * scm/output-ps.scm (define-fonts): fix scaling.
9282
9283         * lily/scaled-font-metric.cc (design_size): add function.
9284
9285         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
9286         partial cut&paste of ly:font-magnification.
9287
9288 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9289
9290         * scm/output-ps.scm (define-fonts):
9291         (fontify): Update.
9292
9293 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9294
9295         * po/fr.po: update. (backportme).
9296
9297         * po/nl.po: update. (backportme). 
9298
9299         * mf/feta-beugel.mf: document why design size is not fixed.
9300
9301         * mf/feta-braces-a.mf: rename to stress that it's not design size.
9302
9303 2004-04-04  Werner Lemberg  <wl@gnu.org>
9304
9305         * Documentation/user/tutorial.itely: Revised (continued).
9306
9307 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9308
9309         * po/nl.po: Update (backportme).
9310
9311 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9312
9313         * po/de.po: update. (backportme).
9314
9315         * scm/output-tex.scm (font-command): use ly: functions to
9316         construct name.
9317         (define-fonts): don't use alist, just dump \font definitions.
9318         (font-load-command): calculate proper scaling by taking
9319         outputscale from paper argument.
9320
9321         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
9322         expression.
9323
9324         * lily/paper-outputter.cc (output_header): pass paper arg to
9325         define-fonts
9326
9327         * lily/paper-def.cc (font_descriptions): dump list of
9328         Scaled_font_metrics
9329         (find_scaled_font): take Font_metric argument, store
9330         Scaled_font_metrics in hash-table containing (size ->
9331         Scaled_font_metrics) alist.
9332         (get_dimension): rename from get_realvar
9333
9334         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
9335         ly:font-magnification, ly:font-name: new functions
9336
9337 2004-04-03  Werner Lemberg  <wl@gnu.org>
9338
9339         * Documentation/user/dedication.itely,
9340         Documentation/user/preface.itely,
9341         Documentation/user/introduction.itely,
9342         Documentation/user/tutorial.itely: Revised.
9343         Removing leading spaces which distorts output if info files are read
9344         with stand-alone info.
9345         Removing superfluous inter-word spaces which also distorts output
9346         for stand-alone info.
9347         Using ` and ' instead of `` and '' everywhere to improve
9348         legilibility with stand-alone info
9349         Using @samp for single-letter input items and data which contains
9350         spaces, @code for other things.
9351
9352         * lily/grob-interface.cc: Adding copyright.
9353         (check_interfaces_for_property): Improve format of warning message.
9354
9355 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9356
9357         * lily/include/font-metric.hh (struct Font_metric): add
9358         design_size () method.
9359
9360         * buildscripts/mf-to-table.py (base): add DesignSize comment.
9361
9362         * lily/afm.cc (read_afm_file): read design size.
9363
9364         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
9365
9366         * scm/music-functions.scm (unfold-repeats): handle dots too.
9367
9368 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9369
9370         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
9371         (backportme)
9372
9373 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9374
9375         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
9376         lyric indent.  Revert melismaBusyProperties using \unset.
9377
9378 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9379
9380         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
9381
9382         * lily/parser.yy (command_element): allow redefinition of |
9383         meaning.
9384
9385         * lily/break-align-engraver.cc (acknowledge_grob): construct
9386         LeftEdge where the first cause for alignment is coming from.
9387         This makes \override Staff.LeftEdge work as expected.
9388
9389         * lily/slur-performer.cc (Slur_performer): add inits
9390
9391         * lily/beam-performer.cc (Beam_performer): add inits
9392
9393 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9394
9395         * VERSION (PACKAGE_NAME): release 2.2.0