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