]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* stepmake/stepmake/texinfo-rules.make: strip DVI support.
[lilypond.git] / ChangeLog
1 2006-07-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
2
3         * stepmake/stepmake/texinfo-rules.make: strip DVI support.
4
5         * scm/framework-eps.scm (dump-stencils-as-EPSes): generate
6         systems.pdftex too.o 
7
8         * scm/backend-library.scm (postscript->pdf): use -dEPSCrop for PDF.
9
10         * make/lilypond-vars.make (TEXINPUTS): add pdf output format.
11
12         * Documentation/topdocs/NEWS.tely (Top): add pdftex note.
13
14         * scm/output-ps.scm (resetrotation): use gsave/grestore for rotation.
15
16         * lily/main.cc (parse_argv): don't overwrite previous --formats string.
17
18         * scm/backend-library.scm (postscript->pdf): strip .eps too. 
19
20 2006-07-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
21
22         * scm/layout-page-layout.scm: Define module, tidy code, use more
23         functions iso. a single big one.
24
25         * scm/layout-page-dump.scm: move page dump functions used in two
26         pass spacing to this file. Define module.
27
28         * scm/lily.scm (ly:load): don't load layout-page-layout.scm
29          (separate module)
30
31         * ly/paper-defaults.ly: use module layout-page-layout.
32
33 2006-07-14  Erik Sandberg  <mandolaerik@gmail.com>
34
35         * lily/music.cc: Revised MusicEvent event class. It now contains
36         event data directly instead of encapsulating it in music. The
37         previously used class is renamed to OldMusicEvent.
38
39         * lily/stream-event.cc: Stream events are now probs.
40         
41         * lily/translator-group.cc, lily/translator.cc: Translators can
42         now listen directly to stream events, by using macros
43         [DECLARE,IMPLEMENT]_TRANSLATOR_LISTENER.
44
45         * lily/arpeggio-engraver.cc: Converted to use new event system
46
47         * THANKS: Corrected spelling mistake.
48
49 2006-07-12  Graham Percival  <gpermus@gmail.com>
50
51         * Documentation/user/SConscript, make/lilypond-vars.make,
52         input/GNUmakefile: doc build looks in input/manual instead
53         of input/test/
54
55         * input/manual/ GNUmakefile, SConscript: build files for
56         input/manual/
57
58         * input/test/ various: some files moved to input/manual/ 
59
60         * Documentation/user/basic-notation.itely: small updates;
61         thanks Kieren and Charles!
62
63 2006-07-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
64
65         * VERSION (PACKAGE_NAME): release 2.9.11
66
67         * Documentation/topdocs/NEWS.tely (Top): update prop value 
68
69         * Documentation/user/basic-notation.itely (Tuplets): new property
70         value.
71
72 2006-07-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
73
74         * python/convertrules.py (conv): tweaks. 
75
76         * VERSION (PATCH_LEVEL): bump version.
77
78         * python/convertrules.py (conv): add rule for
79         tupletNumberFormatFunction.
80
81         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
82         tupletNumberFormatFunction.
83
84         * scm/define-grobs.scm (all-grob-descriptions): calc TupletNumber
85         text through 'text callback.
86
87         * lily/time-scaled-music-iterator.cc (construct_children): copy
88         tweaks generated events.
89
90         * scm/define-context-properties.scm
91         (all-user-translation-properties): remove tupletNumberFormatFunction
92
93         * lily/tuplet-engraver.cc (process_music): don't read
94         tupletNumberFormatFunction
95
96         * scm/output-lib.scm (tuplet-number::calc-fraction-text): new
97         function.
98
99 2006-07-11  Erik Sandberg  <mandolaerik@gmail.com>
100
101         * lily/global-context-scheme.cc: Separated ly:run-translator into
102         smaller pieces.
103
104         * lily/score-engraver.cc, lily/score-performer.cc,
105         scm/define-context-properties.scm: Make paper/midi output
106         accessable as a context property.
107
108         * lily/score-translator.cc, lily/score-context.cc: Removed.
109
110 2006-07-07  Guido Amoruso  <guidonte@katamail.com>
111
112         * scm/ps-to-png.scm (Module): 
113         * scm/framework-tex.scm (Module): 
114         * scm/framework-ps.scm (Module): 
115         * scm/backend-library.scm (Module): 
116         * scm/framework-ps.scm: invoke gs with "-dDEVICEWIDTHPOINTS" and
117         "dDEVICEHEIGHTPOINTS".
118
119 2006-07-04  Graham Percival  <gpermus@gmail.com>
120
121         * Documentation/user/ various: general improvements to
122         "working with lilypond files" section.
123
124 2006-07-03  Erik Sandberg  <mandolaerik@gmail.com>
125
126         * lily/sequential-iterator.cc: Change the default get_music_list
127         to read elements-callback music property
128
129         * scm/define-music-types.scm, scm/music-functions.scm: Cleaner
130         processing of multimeasure rests. Softcoded
131         sequential-music-iterator.
132
133         * lily/sequential-music-iterator.cc: Removed.
134
135 2006-06-28  Graham Percival  <gpermus@gmail.com>
136
137         * Documentation/user/basic-notation.itely: clarify \repeatTie.
138
139 2006-06-27  Erik Sandberg  <mandolaerik@gmail.com>
140
141         * lily/parser.yy: Wrap non-post-events in EventChords before
142         assigning them to identifiers.
143
144 2006-06-27  Mats Bengtsson  <mabe@drongo.s3.kth.se>
145
146         * lily/bar-line.cc (compound_barline): Fix parenthesis error,
147         gives correct vertical placement of \bar ":" in all staff
148         sizes. Thanks Martial!
149
150 2006-06-26  Graham Percival  <gpermus@gmail.com>
151
152         * Documentation/user/invoking.itely : minor update from mailist.
153
154 2006-06-26  Erik Sandberg  <mandolaerik@gmail.com>
155
156         * lily/ various: Introduce stream events of types Prepare,
157         OneTimeStep, CreateContext, AnnounceNewContext, RemoveContext,
158         ChangeContext, SetProperty, RevertProperty, Override and Revert.
159
160         * lily/global-context*.cc: Time is now -inf before iteration
161         starts.
162
163         * lily/include/context.hh: Removed unique_, init_
164
165         * Documentation/topdocs/NEWS: Make the feathered beam example
166         avoid triggering a bug.
167
168 2006-06-24  Graham Percival  <gpermus@gmail.com>
169
170         * Documentation/user/ various: small additions from mailist.
171
172 2006-06-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
173
174         * ly/performer-init.ly: Add some missing links in the context
175         hierarchy for MIDI output. There are probably some more missing!
176
177 2006-06-21  Graham Percival  <gpermus@gmail.com>
178
179         * Documentation/user/ various: minor spelling fixes;
180         thanks Dave Luttinen!
181
182         * Documentation/user/ various: small clarifications;
183         thanks Anthony Youngman!
184
185 2006-06-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
186
187         * po/fr.po: add \n appropriately.
188
189         * lily/lexer.ll: remove ? from version-seen?  
190
191 2006-06-19  John Mandereau  <john.mandereau@free.fr>
192
193         * po/fr.po; update translation, by Jean-Charles Malahieude and
194         John Mandereau.
195
196 2006-06-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
197
198         * THANKS: add Markus Schneider.
199
200         * lily/tab-staff-symbol-engraver.cc: derive from Engraver, not
201         Staff_symbol_engraver
202
203         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): don't
204         replace staff_engraver
205
206         * lily/staff-symbol-engraver.cc (stop_spanner): announce end of
207         spanner.
208
209         * lily/staff-collecting-engraver.cc
210         (acknowledge_end_staff_symbol): new function
211
212         * lily/volta-engraver.cc (acknowledge_end_staff_symbol): new function. 
213
214         * lily/staff-collecting-engraver.cc
215         (acknowledge_end_staff_symbol): new function.
216
217         * lily/main.cc: switch on relocation by default.
218
219 2006-06-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
220
221         * lily/spacing-spanner.cc (musical_column_spacing): set
222         compound_fixed_note_space to 0.0. Document why.
223
224         * lily/simple-spacer.cc (is_sane): also have a kludge for numeric
225         range of inverse_hooke_
226         (Simple_spacer): init completely.
227         (fits): const
228         (get_line_configuration): don't use cols.resize(); it introduces
229         initialized data.
230
231         * scm/framework-ps.scm (dump-page): add setstrokeadjust. Backportme.
232
233         * ps/music-drawing-routines.ps: remove selectfont L1 hack.
234
235         * lily/beaming-pattern.cc (best_splitpoint_index): urg, 2nd
236         try. Divide by beatlength.
237
238         * input/regression/beaming-ternary-metrum.ly: update doc.
239         add beatLength hack.
240
241         * scm/music-functions.scm (make-time-signature-set): add
242         standard-beat-grouping. 
243
244 2006-06-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
245
246         * input/regression/tie-whole.ly: new file.
247
248         * lily/tie-formatting-problem.cc (set_column_chord_outline): don't
249         cross center of note head in case of invisible stem. 
250
251 2006-06-16  Graham Percival  <gpermus@gmail.com>
252
253         * Documentation/user/ various: small fixes from mailist.
254
255 2006-06-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
256
257         * lily/breathing-sign.cc (offset_callback): idem.
258
259         * lily/align-interface.cc (align_to_fixed_distance): remove
260         hungarian suffix.
261
262         * lily/beaming-pattern.cc (count_factor_twos): oops. We want
263         x%2==0.
264
265 2006-06-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
266
267         * VERSION (PACKAGE_NAME): release 2.9.9
268
269         * ly/lilypond-book-preamble.ly: add \version
270
271 2006-06-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
272
273         * scripts/lilypond-book.py (PREAMBLE_LY): include
274         lilypond-book-preamble.ly
275
276         * lily/stem.cc (get_beaming): return max of 0 and
277         scm_ilength. Fixes slurring from/to beams.
278
279         * ly/lilypond-book-preamble.ly: new file.
280
281         * lily/slur.cc: add inspect-index feature.
282
283 2006-06-13  Graham Percival  <gpermus@gmail.com>
284
285         * Documentation/user/tutorial.itely: trivial fix.
286
287 2006-06-13  Erik Sandberg  <mandolaerik@gmail.com>
288
289         * lily/parser.yy, scm/ly-syntax-constructors.scm: Produce almost
290         all non-event music in the parser via MAKE_SYNTAX.
291
292         * lily/parser-scheme.cc: Add ly:parser-error function
293
294         * scm/paper.scm: fix typo
295
296 2006-06-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
297
298         * THANKS: add RT.
299
300         * lily/font-config.cc (init_fontconfig): add warning if cache_file
301         is null.
302
303         * buildscripts/output-distance.py (test_compare_signatures):
304         timing routines.
305         (read_signature_file): use new signature format.
306
307         * scm/stencil.scm (write-system-signature): simpler signature
308         format.
309
310         * lily/stem.cc (calc_stem_end_position): calc quantized-positions
311         for beamed case. 
312
313         * lily/note-spacing.cc (stem_dir_correction): don't inspect
314         stem_end_position, but estimate instead. 
315
316         * lily/tuplet-bracket.cc (calc_positions): look at
317         stem-end-position for tuplet bracket slope. Fixes sloped tuplet
318         brackets narrower than beams. 
319
320         * lily/lexer.ll: set version-seen? even if version is
321         INVALID. 
322
323         * lily/rest.cc (y_offset_callback): bugfix: decide position
324         override based on scm_is_number(). Fixes \rest on center staff
325         line. 
326
327         * lily/beaming-pattern.cc (best_splitpoint_index): fix beaming
328         patterns for 16th triplets.
329
330 2006-06-10  Graham Percival  <gpermus@gmail.com>
331
332         * Documentation/user/ page.itely, global.itely: editing
333         and reorg.
334
335         * Documentation/user/ various: findex -> funindex.
336
337 2006-06-10  Erik Sandberg  <mandolaerik@gmail.com>
338
339         * lily/time-scaled-music-iterator.cc: Use tupletSpannerDuration to
340         insert extra tuplet events.
341
342 2006-06-10  Graham Percival  <gpermus@gmail.com>
343
344         * Documentation/user/programming-interfaces.itely: add
345         info from NEWS.
346
347         * python/convertrules.py: add annotatefoo -> annotate-foo
348         rules.
349
350         * Documentation/user/global.itely: start editing.
351
352         * Documentation/user/page.itely: major editing, new spacing
353         docs.
354
355 2006-06-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
356
357         * scm/define-markup-commands.scm (wordwrap-markups): use
358         output-def 'line-width if undefined.
359
360         * HACKING: trim outdated info.
361
362 2006-06-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
363
364         * scm/define-grobs.scm (all-grob-descriptions): Add
365         line-spanner-interface to all grobs that already have
366         text-spanner-interface or dynamic-text-spanner-interface
367
368         * scm/page.scm: Rename annotate{headers,systems,page}->
369         annotate-*
370
371         * input/regression/page-spacing.ly,
372         input/regression/page-layout-manual-position.ly: idem
373
374 2006-06-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
375
376         * lily/line-spanner.cc: cleanup property list.
377
378         * scripts/lilypond-book.py (find_toplevel_snippets): don't use
379         generator expressions (2.3 compat). 
380
381 2006-06-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
382
383         * lily/vertical-align-engraver.cc: Make sure that the
384         align{Above,Below}Context properties are included in the automatic
385         documentation.
386
387 2006-06-08  Joe Neeman  <joeneeman@gmail.com>
388
389         * scm/paper-system.scm (paper-system-annotate): also annotate the
390         estimated pure-Y-extent
391
392         * scm/define-grobs.scm: add pure-Y-extent and pure-Y-offset functions
393
394         * lily/system.cc (break_into_pieces): set the estimated height
395         of each child system
396
397         * lily/stem.cc (pure_height): new pure-Y-extent callback
398
399         * lily/staff-symbol-referencer.cc (callback): don't destroy
400         the staff-position property
401
402         * lily/hara-kiri-group-spanner.cc (request_suicide): split
403         consider_suicide into two functions
404
405         * lily/constrained-breaking.cc (resize): use the new pure
406         callbacks to estimate the height of a system
407
408         * lily/axis-group-interface.cc (pure_group_height): new
409         side-effect-free VerticalAxisGroup height-callback
410
411         * lily/align-interface.cc (get_extents_aligned_translates):
412         split align_elements_to_extents into two functions
413         (get_pure_child_y_translation): new function
414
415         * lily/grob.cc: new functions for pure-Y-extent and pure-Y-offset
416
417         * lily/item.cc: new functions pure_is_visible and spanned_rank_iv
418
419         * lily/paper-score.cc: cache break_indices and columns
420
421         * lily/side-position-interface.cc: new pure-Y-extent callbacks
422         
423 2006-06-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
424
425         * lily/font-config.cc (init_fontconfig): do the init if
426         cache_file, but don't look at cache_file.
427
428         * input/regression/quote-tie.ly: new file.
429
430         * lily/tie-engraver.cc (struct Head_event_tuple): add end_moment_
431         to Head_event_tuple, so we deal gracefully with ties on
432         cue-endings.
433
434         * lily/pango-font.cc (pango_item_string_stencil): type correctness
435         for FcChar8*
436
437 2006-06-08  Graham Percival  <gpermus@gmail.com>
438
439         * input/test/ smart-transpose.ly, reverse-music.ly:
440         \applyMusic to music functions update, thanks Michael!
441
442 2006-06-07  Graham Percival  <gpermus@gmail.com>
443
444         * input/test/ add-staccato.ly, add-text-script.ly,
445         unfold-all-repeats.ly, music-box.ly: \applyMusic to
446         music functions update, thanks to Michael Meixner.
447
448         * Documentation/user/music-glossary.tely: small fix
449         from Francisco.
450
451         * Documentation/user/ various: minor additions from mailist.
452
453         * Documentation/user/lilypond.tely, basic-notation.itely:
454         small test of @funindex.  (works here)
455
456         * input/test/font-table.ly: reduce size to partially
457         de-ugly version in manual.
458
459         * Documentation/user/page.itely: new file (split former
460         "global issues" into "page settings" and "non-musical
461         output".
462
463         * Documentation/user/ various: fix @ref{}s to match
464         new chapter names (above).
465
466 2006-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
467
468         * SConstruct (LILYPONDPREFIX): Bootstrap fix.
469
470 2006-06-06  Graham Percival  <gpermus@gmail.com>
471
472         * Documentation/user/advanced-notation.itely: add example
473         for segno/coda on barline.
474
475         * tex/texinfo.tex: merge from upstream.
476
477 2006-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
478
479         * scripts/lilypond-book.py (process_snippets): Argument fix.
480
481         * SConstruct:
482         * buildscripts/builder.py:
483         * lily/SConscript: 
484         * mf/SConscript: 
485         * Documentation/user/SConscript:  More SCons fixes.
486
487 2006-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
488
489         * lily/font-config.cc (init_fontconfig): Only initialize if
490         global cache_file is found.
491
492 2006-06-06  Erik Sandberg  <mandolaerik@gmail.com>
493
494         * ly/music-functions-init.ly: Updated \overrideProperty to use the
495         new \applyOutput.
496
497 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
498
499         * VERSION (PACKAGE_NAME): release 2.9.8
500
501         * lily/ledger-line-engraver.cc (stop_translation_timestep): new
502         function. Delay ledger modifying ledgered grobs to
503         stop_translation_timestep(), to ensure that we're ledgering
504         according to the new spanner.
505         (acknowledge_staff_symbol): don't check for non-NULL
506         staff_sym->get_bound()
507
508         * lily/staff-symbol-engraver.cc (start_spanner): set left bound on
509         creation.
510
511         * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for
512         pictures too.
513
514         * GNUmakefile.in (dist-toplevel-txt-files): dist aclocal.m4
515         directly from srcdir/stepmake/aclocal.m4
516         
517         * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for
518         disting MISC files.
519
520         * lily/simple-spacer.cc (get_column_desc): desc -> description.
521
522 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
523
524         * lily/simple-spacer.cc (get_line_configuration): add
525         keep-inside-line rods
526         (struct Column_desc): add constructor
527         (struct Rod_desc): add constructor
528         (get_line_forces): check for forced page breaks here too
529
530         * lily/instrument-name-engraver.cc (acknowledge_axis_group): prevent
531         support/elements cycles between InstrumentNames and AxisGroups
532
533 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
534
535         * config.make.in (METAFONT): remove MAKEINFO_VERSION
536
537         * stepmake/stepmake/topdocs-targets.make (make-txt-files): define
538         make-txt-files target.
539
540         * stepmake/stepmake/toplevel-targets.make (do-top-doc): use
541         make-txt-files target.
542
543         * configure.in (LINK_GXX_STATICALLY): $srcdir for readlink.py
544
545         * stepmake/stepmake/generic-vars.make (distdir): create dist in
546         top-build-dir.
547
548 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
549
550         * Documentation/user/instrument-notation.itely,
551         input/regression/breathing-sign-ancient.ly,
552         input/test/divisiones.ly: Removed redundant property settings for
553         vaticana contexts.
554
555         * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to
556         fix lyrics alignment problems.  They are implemented now as scheme
557         functions that add the appropriate unicode char to the first lyric
558         event rather than adding a separate lyric event.  Minor edit of
559         comments.
560
561 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
562
563         * GNUmakefile.in (dist-toplevel-txt-files): new target. Don't
564         pollute src dir with built .txt files, but install directly from
565         Documentation/topdocs/out/
566
567         * buildscripts/output-distance.py
568         (ComparisonData.create_html_result_page): put version/directories
569         in table header.
570
571         * Documentation/topdocs/NEWS.tely (Top): document spacing section
572         feature.
573
574         * configure.in (LINK_GXX_STATICALLY): use readlink.py to resolve links.
575         Patch by Karl Hammar
576         
577         * buildscripts/readlink.py: add  file.
578         Patch by Karl Hammar
579
580 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
581
582         * lily/tuplet-number.cc (print): prevent stencil from being
583         garbage collected.
584
585 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
586
587         * scm/stencil.scm (write-system-signature): explicitly 
588         -well, superfluously- close output port.
589
590         * buildscripts/output-distance.py (main): oops. Add extra argument.
591
592 2006-06-05  Graham Percival  <gpermus@gmail.com>
593
594         * Documentation/user/music-glossary.tely: clarified example
595         from Francisco Vila, thanks!
596
597 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
598
599         * input/regression/spacing-section.ly: new file.
600
601         * lily/input.cc (programming_error): new function.
602
603         * lily/spacing-engraver.cc (try_music): new function. Accept
604         spacing-section-event
605
606         * lily/spacing-spanner.cc (set_springs): take slices of all
607         columns for spacing.
608
609         * lily/include/paper-column.hh (class Paper_column): add
610         Paper_column::compare.
611
612         * ly/spanners-init.ly (newSpacingSection): add newSpacingSection.
613
614         * scm/define-music-types.scm (music-descriptions): add
615         SpacingSectionEvent
616
617         * lily/music-iterator.cc (report_event): use programming_error for
618         sending non-event error.
619
620         * lily/input.cc (programming_error): new function
621
622         * buildscripts/output-distance.py (main): use compare-XXX for
623         compare files.
624         (main): --threshold option, default at 0.30
625
626         * output-distance.py (main): add --threshold option.
627
628 2006-06-04  Nicolas Sceaux  <nicolas.sceaux@free.fr>
629
630         * scm/paper-system.scm (paper-system-annotate): fix problem when
631         annotating an empty system
632
633 2006-06-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
634
635         * GNUmakefile.in: reinstate old web tar/copying.
636
637 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
638
639         * lily/lyric-combine-music-iterator.cc (find_voice): return 0 if
640         nothing changes. (Erik S) 
641
642         * lily/percent-repeat-iterator.cc (get_music_list): fix repeat
643         count. (Erik S)
644
645 2006-05-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
646
647         * scm/define-markup-commands.scm (whiteout): do not force
648         foreground color of argument markup to black.
649
650         * scm/stencil.scm (annotate-y-interval): put arrow dimension at
651         the left of the arrow, instead of below the arrow name, so that,
652         when two little arrows are vertically stacked, their dimensions
653         and name should not overlap. Add a color key parameter.
654
655         * scm/paper-system.scm (paper-system-annotate): Annotate
656         next-space+next-padding instead of next-space. Annotate space
657         between next-padding and next-space+padding, respectively, and
658         following system extent and refpoint-Y-extent. Use colors.
659
660         * scm/page.scm (annotate-page): translate annotations slightly to
661         the right.
662
663 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
664
665         * lily/figured-bass-position-engraver.cc (acknowledge_end_slur):
666         fix for x-staff slurs. Thanks Joe!
667
668         * buildscripts/output-distance.py
669         (SystemLink.output_expression_change_count): keep track of changed
670         details, and dump in details html page.
671  
672         * input/regression/figured-bass-staff.ly: add note about setting
673         properties in Staff context.
674
675         * lily/figured-bass-position-engraver.cc (acknowledge_slur):
676         add slurs and ties to support too.
677
678         * buildscripts/output-distance.py (main): set dest_dir
679         argument. Add --max-count option.
680
681 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
682
683         * ly/gregorian-init.ly: Converted to utf-8.  Added memorable
684         shortcuts for special unicode chars that are useful in chant
685         notation.  Revised exisiting and added new comments.
686
687 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
688
689         * make/mutopia-rules.make: remove duplicate recipe.
690
691 2006-06-02  Werner Lemberg  <wl@gnu.org>
692
693         * tex/texinfo.cnf: Fix typo (\euro -> \minus).
694         Add support for U+0132 (IJ) and U+0133 (ij).
695
696 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
697
698         * buildscripts/output-distance.py (FileLink): new class. collect
699         info systems from one .ly file. 
700         (FileLink.link_files_for_html): further tweaks.
701
702 2006-06-02  Graham Percival  <gpermus@gmail.com>
703
704         * tex/texinfo.tex: partial fix for @funindex.
705
706         * Documentation/user/macros.tely: uncomment @funindex (doesn't
707         break anything).
708
709 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
710
711         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
712
713         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
714         @example too. Backportme.
715
716 2006-06-02  Graham Percival  <gpermus@gmail.com>
717
718         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
719         from Werner Lemberg.
720
721 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
722
723         * Documentation/user/music-glossary.tely: additional spanish
724         updates and a lyrics fix in an example.
725
726 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
727
728         * scm/define-grob-properties.scm: Previous patch contained
729         spurious line from another patch not yet committed.  Fixed.
730
731         * scm/define-grob-properties.scm: Add missing doc strings for
732         ancient notation.
733
734 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
735
736         * buildscripts/output-distance.py
737         (ComparisonData.write_text_result_page): separate the scores, sort
738         by geo_score.
739
740         * scm/framework-eps.scm (output-classic-framework): start at 1 for
741         system signatures.
742
743         * buildscripts/output-distance.py (me_path): use argv[0] for
744         sys.path extension
745         (ComparisonData.img_cell): use colored borders.
746
747         * scm/stencil.scm (write-system-signature): escape newlines too.
748         (write-system-signature): use (1,-1) interval for empty interval
749
750 2006-01-01  Graham Percival  <gpermus@gmail.com>
751
752         * Documentation/user/music-glossary.tely: Spanish updates
753         from Francisco Vila.
754
755         * Documentation/user/lilypond-book.itely: addition from
756         Vaclav Smilauer.
757
758         * Documentation/user/ various: edits, small additions
759         from mailist, etc.
760
761 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
762
763         * GNUmakefile.in (tree-lib-prefix-current):
764         (tree-share-prefix-current): Use version number in tree, add
765         `current' symlinks.
766
767 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
768
769         * GNUmakefile.in: write VERSION, again.
770
771         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
772         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
773
774         * stepmake/aclocal.m4: robuster version detection.
775
776         * buildscripts/output-distance.py
777         (ComparisonData.create_html_result_page): copy only if file
778         exists, fixup src paths.
779
780         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
781
782 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
783
784         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
785         Another datarootdir reto.
786
787         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
788         available.  This should be moved to postinstall-lilypond-doc.
789
790 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
791
792         * GNUmakefile.in: simplify local-WWW-post. 
793         remove -type l from find.
794
795         * buildscripts/output-distance.py (ComparisonData.compare_trees):
796         fixes. Don't follow symlinks.
797         (ComparisonData.create_html_result_page): remove previous results.
798         insert ../python in path.
799
800         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
801
802 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
803
804         * config.make.in (datadir): Add datarootdir to silence autoconf.
805
806         * stepmake/aclocal.m4: Update for autoconf-2.59d.
807
808 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
809
810         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
811
812         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
813         slash beams too wide.
814
815 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
816
817         * VERSION: release 2.9.7
818         
819 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
820
821         * lily/relocate.cc (read_relocation_dir): Do not blindly
822         dereference DIR.
823
824 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
825
826         * lily/parser.yy: replace THIS by PARSER
827
828         * Documentation/index.html.in: add link to test-results.html page.
829
830         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
831
832         * scm/translation-functions.scm (format-bass-figure): translate
833         digits over 10 to the left
834
835         * scm/define-markup-commands.scm (translate-scaled): new markup.
836
837         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
838         7 glyph. 
839
840         * ly/engraver-init.ly: add Figured_bass_engraver
841
842         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
843
844         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
845
846         * lily/score-engraver.cc (announce_grob): only note START announces.
847
848         * lily/include/engraver-group.hh (Translator_group):
849         acknowledge_hash_table_ is now drul.
850
851         * lily/engraver.cc (announce_end_grob): new method.
852
853         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
854
855         * lily/translator-dispatch-list.cc (create): take start_end argument.
856
857         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
858         acknowledge_static_array_ to drul
859
860         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
861
862         * scm/define-grob-interfaces.scm
863         (bass-figure-alignment-interface): add bass-figure-alignment-interface
864
865         * scm/define-grobs.scm (all-grob-descriptions): add
866         BassFigureAlignmentPositioning
867
868         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
869         number stays up to date. Backportme.
870
871 2006-05-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
872
873         * Documentation/user/basic-notation.itely (Bar lines): Document
874         the "||:" bar type. 
875
876 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
877
878         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
879
880         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
881         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
882         build.
883
884         * Resurrect `scons lily' build.
885
886         * SConstruct (symlink_tree): Bugfix: link
887         music-drawing-routines.ps to file iso directory.
888
889         * lily/SConscript: Remove kpath-guile from LIBS.
890
891         * SConstruct (libdir_package_version): Typo.
892         (configure): Comment-out fontforge for lack of fontforge.pc .
893         Also add libdir* to environment.
894
895 2006-05-30  Graham Percival  <gpermus@gmail.com>
896
897         * Documentation/user/ various: minor additions from mailist and
898         editing.
899
900 2006-05-30  Paco <fravd@ya.com>
901
902         * Documentation/user/music-glossary.tely: numerous corrections and
903         some new translations.
904
905 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
906
907         * BackportmeStart.
908         
909         * buildscripts/output-distance.py
910         (ComparisonData.create_html_result_page): new routine: summarise
911         results in HTML page with images. 
912         (ComparisonData.create_text_result_page): create summary text files too.
913
914         * GNUmakefile.in (web-ext): package .signature files too. They
915         compress well. 
916
917         * scm/stencil.scm (write-system-signature): typo.
918
919         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
920
921         * scm/stencil.scm (write-system-signature): better escaping.
922         only write signature for music systems, not for markup systems.
923
924         * scm/framework-ps.scm (output-framework): dump-signatures support
925         for plain output.
926
927         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
928
929         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
930         for -dno-point-and-click
931
932         * lily/grob.cc (get_print_stencil): don't read
933         point_and_click_global to determine whether to set grob-cause.
934
935 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
936
937         * buildscripts/output-distance.py (main): new function.
938         (ComparisonData): new class.
939
940         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
941         careful with generating new LedgerLineSpanners.
942
943         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
944
945         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
946         context. This fixes double ledger lines in output. 
947
948         * lily/system.cc (get_paper_system): remove 3 layer limit.
949
950         * buildscripts/output-distance.py (SystemLink.distance): new
951         file. Compare signatures.
952
953         * python/safeeval.py (SafeEval.visitUnarySub): new file.
954
955         * lily/grob-array.cc (remove_duplicates): rename from
956         uniq(). Sort before calling uniq() so it actually works.
957
958 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
959
960         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
961         \version from lilypond file snippet.
962         (Lilypond_file_snippet.ly): oops. typo.
963         (find_toplevel_snippets): urgh. again.
964
965         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
966         prevent duplicated broken items in output.
967
968         * scm/framework-eps.scm (output-classic-framework): only dump if
969         dump-signatures is set.
970
971         * scm/lily.scm (define-scheme-options): add dump-signatures option.
972
973         * scm/stencil.scm (write-system-signature): new routine: write
974         python parseable signature of a separate paper system.
975         BackportmeEnd.
976         
977 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
978
979         * lily/stanza-number-engraver.cc (process_music): use is_markup()
980         iso is_string().
981         include header.
982
983 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
984
985         * translator-group.cc: send music events to engravers in
986         non-bottom contexts.
987
988         * tuplet-engraver.cc: process tuplet brackets in correct order.
989
990 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
991
992         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
993         arg 2 might point us to a new binary (patch by Karl Hammar)
994         
995 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
996
997         * VERSION (PACKAGE_NAME): release 2.9.6
998
999         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
1000
1001         * Documentation/user/*.itely: 2nd
1002         attempt: replace funindex -> findex globally.
1003
1004 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1005
1006         * input/no-notation/display-lily-tests.ly: fix \applyOutput
1007         test. Add \break, \pageBreak, \pageTurn, etc, tests.
1008
1009         * scm/define-music-display-methods.scm: display methods for
1010         breaks. Fix \applyOutput.
1011
1012 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1013
1014         * Documentation/user/macros.itexi: comment out funindex expansion. 
1015
1016         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
1017         everywhere.
1018
1019         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
1020         Karl Hammar. Backportme.
1021  
1022         * Documentation/user/advanced-notation.itely (Balloon help): idem.
1023
1024         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
1025
1026         * Documentation/user/programming-interface.itely (Running a
1027         function on all layout objects): idem.
1028
1029         * Documentation/user/introduction.itely (Automated engraving):
1030         update \applyOutput syntax
1031
1032         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
1033         remove debugging hook.
1034
1035         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
1036         expansion. 
1037
1038         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
1039
1040         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
1041         TEXI2DVI_FLAGS to texi2dvi invocation. 
1042
1043 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
1044
1045         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
1046         works. More work is done by iterator now, and engraver has been
1047         very much simplified.
1048
1049         * lily/translator-group.cc: try_music is now invoked through a
1050         listener
1051
1052         * lily/*-iterator.cc: Massive cleanups. Junked
1053         try_music_in_children globally. Renamed try_music to report_event,
1054         and made that method descend to a bottom context automatically.
1055
1056         * lily/event-iterator.cc: New file.
1057
1058         * lily/output-property-iterator.cc,
1059         lily/old-lyric-combine-music-iterator.cc: Removed.
1060
1061         * python/convert-rules.py: Modified the syntax for \applyOutput.
1062
1063 2006-05-23  Graham Percival  <gpermus@gmail.com>
1064
1065         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
1066         creation.
1067
1068         * Documentation/user/ various: stuff that might have helped
1069         to fix the pdf creation, plus some minor doc additions.
1070
1071         * Documentation/user/changing-defaults.itely: remove @b from
1072         @b{ @internasref{foo}}; this breaks texi2dvi -E.
1073
1074 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1075
1076         * lily/beaming-pattern.cc (beamify): deal with negative start
1077         moments for beaming patterns.
1078
1079 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
1080
1081         * lily/beaming-info.cc (beamify): new function: read beatLength
1082         and beatGrouping from context. 
1083
1084         * input/regression/beam-beat-grouping.ly (Module): new file.
1085
1086         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
1087
1088         * lily/beam.cc (get_beam_segments): generate events for
1089         max_connect_ case too.
1090         (get_beam_segments): read Stem::max-beam-connect.
1091
1092         * input/regression/beam-single-stem.ly: new file.
1093
1094         * lily/stem.cc (set_beaming): use #f as signaling value for
1095         beamcount 0.
1096
1097         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
1098
1099         * lily/beam.cc (set_beaming): read clip-edges property.
1100         (calc_direction): don't suicide for single stem.
1101
1102         * lily/beaming-info.cc (best_splitpoint_index): take bool*
1103         argument, remove 1<<15 hack. Remove clip_edges() 
1104
1105         * lily/hairpin.cc (print): only do padding for nonmusical bounds
1106
1107 2006-05-21  Graham Percival  <gpermus@gmail.com>
1108
1109         * Documentation/user/basic-notation.itely: reorg.
1110
1111         * Documentation/user/ various: minor fixes.
1112
1113 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1114
1115         * lily/stencil-expression.cc (register_stencil_head): opps, append
1116         to cdr of static SCM object.
1117
1118 2006-05-19  Graham Percival  <gpermus@gmail.com>
1119
1120         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
1121         update framework for command index.  DOC WRITERS: use @funindex
1122         instead of @cindex @code{}.
1123
1124         * Documentation/user/ various: replace @cindex @code{} => @funindex
1125
1126 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1127
1128         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
1129         case positions is set manually. 
1130
1131 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
1132         
1133         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
1134         rules to Scheme.
1135
1136 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
1137
1138         * Documentation/user/changing-defaults.itely (Contexts explained):
1139         use absolute dimension for @image.
1140
1141         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
1142         out image for illustration too.
1143         ($(outdir)/%.png): add more png <-> eps rules. 
1144
1145 2006-05-17  Graham Percival  <gpermus@gmail.com>
1146
1147         * Documentation/user/ various: remove trailing whitespace, cosmetic
1148         change to reduce changes produced by diff.
1149
1150 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1151
1152         * lily/main.cc (do_chroot_jail): correctness tweak.
1153
1154         * python/lilylib.py (system): import subprocess in system () only.
1155
1156         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
1157
1158         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
1159         variable. Backportme.
1160
1161 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
1162         
1163         * lily/parser.yy: Change all syntax rules of type Music to SCM type
1164
1165 2006-05-17  Werner Lemberg  <wl@gnu.org>
1166
1167         * lily/lexer.ll (init_signature_has_table): Add
1168         `scm-scm-music-music'.
1169
1170         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
1171         (Generic_prefix_music_scm): Add rule for it.
1172
1173         * lily/quote-iterator.cc (Quote_iterator::process): Handle
1174         `quoted-transposition' property.
1175
1176         * ly/music-functions-init.ly (transposedCueDuring): New function.
1177
1178         * scm/define-music-properties.scm (all-music-properties): Updated.
1179
1180         * Documenation/topdocs/NEWS.itely: Document it.
1181
1182 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1183
1184         * python/lilylib.py (system): move import subprocess to system()
1185         definition. 
1186
1187         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
1188
1189         * VERSION (PATCH_LEVEL): release 2.9.5
1190         
1191         * Documentation/topdocs/INSTALL.texi (Top): update versions and
1192         build instructions. 
1193
1194         * ly/engraver-init.ly: switch on hairpinToBarline by default.
1195
1196 2006-05-16  Graham Percival  <gpermus@gmail.com>
1197
1198         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
1199
1200         * Documentation/user/ various: minor fixes.
1201
1202 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1203
1204         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
1205
1206 2006-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1207
1208         * Documentation/user/advanced-notation.itely (Instrument names):
1209         Modified obsolete instruction on how to move instrument names away
1210         from the staves. Hmm, at second thought the bug probably has been
1211         solved, so the full bug description should probably be removed.
1212
1213 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1214
1215         * lily/dynamic-engraver.cc (typeset_all): hang ending on
1216         currentCommandColumn. 
1217
1218         * lily/hairpin.cc (print): also add padding for non-neighbor
1219         hairpin bounds.
1220
1221         * scm/define-context-properties.scm
1222         (all-user-translation-properties): add hairpinToBarline
1223
1224         * input/regression/hairpin-to-barline.ly: new file.
1225
1226         * lily/context.cc (internal_send_stream_event): thinko fix.
1227
1228         * lily/tie.cc (set_default_control_points): robustness fix.
1229
1230         * python/musicxml.py (Part.interpret): don't complain about
1231         incomplete measures.
1232
1233         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
1234         new music if last_event_chord() returned None.
1235
1236         * python/musicxml.py (Part.interpret): skip back over chord notes.
1237
1238 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
1239         
1240         * lily/percent-repeat-engraver.cc, lily/parser.yy,
1241         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
1242         lily/slash-repeat-engraver.cc,
1243         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
1244         iterator sends PercentEvents
1245
1246         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
1247         rework tuplets: send start/stop events to engraver
1248
1249         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
1250         dispatchers event-source and events-below to Context
1251         
1252 2006-05-15  Graham Percival  <gpermus@gmail.com>
1253
1254         * Documentation/user/README.txt: update info for doc writers.
1255
1256         * Documentation/user/programming-interface.itely: integrate
1257         Nicolas' fixes for chapter rewrite.
1258
1259         * Documentation/user/ various: minor fixes.
1260
1261 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
1262
1263         * lily/clef-engraver.cc: cleanup.
1264
1265         * Documentation/user/GNUmakefile: dist context-example.eps too.
1266
1267         * lily/key-engraver.cc (create_key): use
1268         explicitKeySignatureVisibility for cancellation too. 
1269
1270         * lily/font-config.cc (init_fontconfig): don't close file if
1271         f==NULL. 
1272
1273 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
1274
1275         * Documentation/topdocs/NEWS.tely: niente and rotation news
1276
1277 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
1278
1279         * lily/include/stencil.hh
1280         * lily/stencil.cc (rotate): new function. Makes it possible
1281         to rotate a stencil around a given offset.
1282
1283         * lily/grob.cc (get_print_stencil): add rotation support
1284
1285         * lily/stencil-interpret.cc (interpret_stencil_expression):
1286         add rotation support
1287
1288         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
1289
1290         * scm/define-grob-properties.scm: add 'rotation property
1291
1292         * scm/define-markup-commands.scm: add rotate markup command
1293         
1294         * scm/output-ps.scm: add rotation support in PostScript backend
1295
1296         * scm/output-svg.scm: add rotation support in SVG backend
1297
1298 2006-05-13  Graham Percival  <gpermus@gmail.com>
1299
1300         * Documentation/user/music-glossary.itely: French correction.
1301
1302         * Documentation/user/programming-interface.itely: major
1303         new docs, some reorg, some info from Nicolas.
1304
1305         * Documentation/user/ various: small fixes.
1306
1307 2006-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1308
1309         * Documentation/user/programming-interface.itely (Markup
1310         programmer interface): Remove duplicate text.
1311
1312 2006-05-12  Graham Percival  <gpermus@gmail.com>
1313
1314         * Documentation/user/context-example.eps: new file.
1315
1316         * Documentation/user/changing-defaults.itely: set up file to
1317         use eps image.
1318
1319         * Documentation/user/programming-interface.itely: changes
1320         from mailist.
1321
1322 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
1323
1324         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
1325
1326 2006-05-11  Graham Percival  <gpermus@gmail.com>
1327
1328         * Documentation/user/programming-interface.itely: first round of
1329         editing and merging emails from Nicolas.
1330
1331         * Documentation/user/scheme-tutorial: minor edit.
1332
1333 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
1334
1335         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
1336         XML attributes.
1337         (Xml_node.message): use it.
1338
1339         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
1340         oops. Add duration argument.
1341
1342 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
1343
1344         * lily/paper-column-engraver.cc (make_columns):
1345         * scm/define-grobs.scm: Revert my previous change and set the default
1346         in define-grobs.scm instead.
1347
1348 2006-05-09  Graham Percival  <gpermus@gmail.com>
1349         
1350         * Documentation/user/changing-defaults.itely: general editing,
1351         info about \set and \override.
1352
1353         * Documentation/user/tweaking.itely, advanced-notation.itely:
1354         fixes from Dave Luttinen, thanks!
1355
1356 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
1357
1358         * lily/paper-column-engraver.cc (make_columns): By default, a column
1359         needs to be breakable.
1360
1361 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
1362
1363         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
1364         Attributes methods
1365         (musicxml_time_to_lily): idem
1366         (musicxml_key_to_lily): idem
1367         (instrument_drumtype_dict): dict for supported drumtypes.
1368         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
1369         moments and pending mm rests
1370         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
1371         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
1372         (musicxml_voice_to_lily_voice): add mode change.
1373         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
1374         speed and less memory usage (factor 5 to 10).
1375         (convert): write -defs.ly  and driver file separately so people
1376         can script their own part extraction.
1377
1378         * python/musicxml.py (minidom_demarshal_node): new function:
1379         separate minidom handling.
1380         (lxml_demarshal_node): new function: support lxml.etree too.
1381         (Xml_node.message): new function: verbose error message, with XML
1382         path to offending node.
1383         (Attributes.get_measure_length): sane interface to MusicXML attributes.
1384         (Part_list.generate_id_instrument_dict): new method: collect
1385         instrument names, to be able to set drum_type.
1386         (Part.interpret): handle underfull measures
1387         (Part.interpret): assign instrument names.
1388
1389         * python/musicexp.py (Output_printer.close): new method
1390         (MusicWrapper.print_ly): new class: support other modes,
1391         eg. \drummode
1392         (BarCheck.print_ly): new class. Support bar checks, with comments
1393         and fancy barchecks. 
1394         (NoteEvent.__init__): also set drum_type for drum notes.
1395         (MultiMeasureRest.lisp_expression): dump mm rests.
1396
1397         * lily/paper-column-engraver.cc (stop_translation_timestep): set
1398         line-break-permission if forbidBreak is not set.
1399
1400 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
1401
1402         * scm/define-context-properties.scm:
1403         * scm/define-grob-properties.scm:
1404         * scm/define-grobs.scm:
1405         * scm/define-music-display-methods.scm:
1406         * scm/define-music-properties.scm:
1407         * scm/define-music-types.scm:
1408         * scm/music-functions.scm:
1409         * ly/declarations-init.ly:
1410         * lily/include/constrained-breaking.hh:
1411         * lily/system.cc:
1412         * lily/spaceable-grob.cc:
1413         * lily/simple-spacer.cc:
1414         * lily/paper-score.cc:
1415         * lily/paper-column.cc:
1416         * lily/paper-column-engraver.cc:
1417         * lily/item.cc:
1418         * lily/gourlay-breaking.cc:
1419         * lily/constrained-breaking.cc:
1420         * python/convertrules.py:
1421         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
1422         "page-break-penalty" and "line-break-permission".
1423         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
1424         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
1425
1426         * lily/bar-engraver.cc:
1427         * lily/beam-engraver.cc:
1428         * lily/forbid-break-engraver.cc:
1429         * lily/ligature-engraver.cc:
1430         * lily/paper-column-engraver.cc:
1431         * lily/percent-repeat-engraver.cc:
1432         * lily/score-engraver.cc:
1433         * lily/score-engraver.hh:
1434         * lily/paper-column-engraver.hh:
1435         Inter-engraver communication regarding line breaks is done through context
1436         properties (Score.forbidBreak) instead of function calls.
1437
1438 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
1439
1440         * VERSION (PACKAGE_NAME): release 2.9.4
1441
1442 2006-05-08  Graham Percival  <gpermus@gmail.com>
1443
1444         * Documentation/user/working.itely: proofreading from Dave
1445         Luttinen, thanks.
1446
1447         * Doucmentation/user/README.txt: updated with manual style info.
1448
1449         * Documentation/user/ various: trim linewidth to 78 chars.
1450
1451 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
1452
1453         * scm/define-grob-properties.scm (all-internal-grob-properties):
1454         remove chord-tremolo property.
1455
1456         * lily/beam.cc (get_beam_segments): don't use stem position as
1457         base for broken ends.
1458
1459 2006-05-06  Graham Percival  <gpermus@gmail.com>
1460
1461         * Documentation/user/putting.itely: proofreading from Dave
1462         Luttinen, thanks!
1463
1464         * Documentation/user/ various: more reorg and clarifications.
1465
1466 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1467
1468         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
1469
1470         * ly/music-functions-init.ly: new function featherDurations
1471
1472         * lily/beam.cc: read grow-direction for feathered beaming.
1473
1474         * Documentation/topdocs/NEWS.tely (Top): typo.
1475
1476 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1477
1478         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
1479         tremolo beams.
1480
1481 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
1482         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
1483         used by music streams.
1484
1485         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
1486         lily/stream-event.cc, lily/stream-event-scheme.cc,
1487         lily/listener.cc, lily/scheme-listener.cc,
1488         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
1489         lily/include/stream-event.hh, lily/include/listener.hh,
1490         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
1491         Created data structures for music streams.
1492         
1493 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1494
1495         * lily/beam.cc (get_beam_segments): new function. Reorganise the
1496         construction of a beam. 
1497         (print): rewrite. 
1498
1499         * flower/include/std-vector.hh (default_compare): use only one comparison.
1500
1501         * scm/define-markup-commands.scm (note-by-number): remove debug display.
1502         (note-by-number): further attachment fixes.
1503
1504         * scm/lily-library.scm (ordered-cons): new function.
1505         (interval-index): new function
1506
1507         * lily/note-head-scheme.cc (LY_DEFINE): new file.
1508
1509         * lily/note-head.cc (get_stem_attachment): new function.
1510
1511         * scm/define-markup-commands.scm (note-by-number): read 'style
1512         property. 
1513
1514         * input/regression/markup-note.ly: show note-head style option.
1515
1516         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
1517         triangle head.
1518
1519 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1520
1521         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
1522
1523         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
1524
1525         * lily/include/constrained-breaking.hh: GCC 4 fix.
1526
1527 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
1528
1529         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
1530         Replace it with functions get_line_forces and get_line_configuration.
1531         (class Simple_spacer): Make data private.
1532         Rewrite compression algorithm to be faster and simpler.
1533
1534         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
1535         * lily/gourlay-breaking.cc (solve):
1536         * lily/constrained_breaking.cc (space_line):
1537         Change it to the new simple-spacer code.
1538
1539         * lily/paper-score.cc (get_paper_systems):
1540         (Paper_score):
1541         (process):
1542         Delay breaking the systems until they are requested.
1543         (find_break_indices):
1544         Use vsize for indices.
1545         (calc_breaking):
1546         Move the "Calculating line breaks" message here.
1547
1548         * lily/system.cc (pre_processing):
1549         Move the "Calculating line breaks" message away from here.
1550         (break_into_pieces):
1551         Allow multiple calls to this function in sequence (with touching-but-
1552         not-overlapping breakpoints).
1553
1554         * lily/constrained-breaking.cc:
1555         Replace most of the get_XXXX functions with get_line_details.
1556         Only calculate the force for each line. Calculate configurations only
1557         for the lines we will actually use.
1558         Replace cols_ with lines_.
1559
1560 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1561
1562         * mf/GNUmakefile (depth): remove FC_FIND.
1563
1564         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
1565
1566         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
1567
1568         * scm/framework-ps.scm (write-preamble): new function.
1569         (write-preamble): load mac fonts via fondu, even if gs-font-load
1570         is set.
1571
1572 2006-05-03  Werner Lemberg  <wl@gnu.org>
1573
1574         * mf/GNUmakefile (FC_FIND): Fix typo.
1575
1576 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
1577
1578         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
1579
1580 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1581
1582         * stepmake/aclocal.m4: run python-config for crosscompiling
1583         flags. 
1584
1585         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
1586         -f png for HTML, TEXINFO formats. 
1587
1588         * input/tutorial/lbook-html-test.html: new file.
1589
1590         * lily/include/tie-formatting-problem.hh (class
1591         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
1592         [column, direction]. This fixes laissez vibrer ties.
1593  
1594         * flower/include/tuple.hh (struct Tuple2): new file.
1595
1596         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
1597         $(FCMATCH), only if $(NCSB_DIR) not set. 
1598
1599         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
1600
1601         * config.make.in (DOCUMENTATION): set FCMATCH.  
1602
1603         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
1604
1605 2006-05-03  Graham Percival  <gpermus@gmail.com>
1606
1607         * Documentation/user/ various: final round of reorg.
1608
1609         * Documentation/user/instrument-notation.itely: some more
1610         fixes from Eduardo, thanks!
1611
1612 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1613
1614         * VERSION (PACKAGE_NAME): release 2.9.3
1615
1616         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
1617
1618         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
1619
1620 2006-05-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1621
1622         * scm/define-grob-properties.scm (all-user-grob-properties):
1623         Correct typo, thanks to Eduardo.
1624
1625 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1626
1627         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
1628
1629         * buildscripts/lilypond-words.py (F): indent fix.
1630
1631         * input/regression/tie-arpeggio-collision.ly: new file.
1632
1633         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
1634         function: store outlines per column rank.
1635
1636         * lily/include/tie-configuration.hh (class Tie_configuration): add
1637         column_ranks_ to specification and configuration, to distinguish
1638         between ties for different heads in arpegiated chords.
1639
1640         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
1641
1642         * *.py: more 4 space indents.
1643
1644         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
1645
1646 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
1647
1648         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
1649
1650 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1651
1652         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
1653
1654         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
1655
1656         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
1657
1658 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1659
1660         * python/convertrules.py (conv): indent 4 for python files.
1661
1662 2006-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1663
1664         * Documentation/user/changing-defaults.itely (Creating contexts):
1665         Clarify \new semantics.
1666
1667 2006-04-28  Graham Percival  <gpermus@gmail.com>
1668
1669         * Documentation/user/ various: major new sections in the
1670         Learning manual, slight reorg elsewhere.
1671
1672 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
1673
1674         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
1675
1676         * scm/framework-ps.scm (output-framework): remove PageMedia
1677
1678 2006-04-27  Graham Percival  <gpermus@gmail.com>
1679
1680         * Documentation/user/ tweaks.itely, working.itely: new
1681         files, being more advanced "learning manual" chapters.
1682
1683         * Documentation/user/ tutorial, putting, lilypond: reorg.
1684
1685 2006-04-26  Graham Percival  <gpermus@gmail.com>
1686
1687         * input/regression/lyric-combine-polyphonic.ly: fixed test
1688         (no more "can't find context `one'" error).
1689
1690 2006-04-25  Joe Neeman <joeneeman@gmail.com>
1691
1692         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
1693
1694         * input/regression/stem-tremolo.ly: add 2 more whole note examples
1695         
1696 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1697
1698         * lily/relocate.cc (read_relocation_dir): new function.
1699
1700 2006-04-26  Graham Percival  <gpermus@gmail.com>
1701
1702         * Documentation/user/instrument-notation.itely: a few more fixes
1703         from Eduardo, thanks!
1704
1705         * Documentation/user/README.txt: new file; contains info on
1706         style that used to be in lilypond.tely.
1707
1708         * Documentation/user/ various: first round of doc reorg.
1709
1710         * Documentation/user/baer-flat-bw.png: remove alpha bit from
1711         graphic; this probably causes problems on some pdf
1712         viewers, notably Adobe Acrobat.
1713
1714 2006-04-24  Graham Percival  <gpermus@gmail.com>
1715
1716         * Documentation/user/instrument-notation.itely: many alterations
1717         to Vocal music, from Eduardo Viera.
1718
1719 2006-04-23  Graham Percival  <gpermus@gmail.com>
1720
1721         * Documentation/user/instrument-notation.itely: fix \new
1722         instead of \context problem.
1723
1724 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1725
1726         * lily/relocate.cc (expand_environment_variables): new function.
1727         (read_line): id.
1728         (read_relocation_file): id.
1729
1730         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
1731
1732 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
1733
1734         * ly/engraver-init.ly: remove old comments from TabVoice
1735
1736 2006-04-20  Graham Percival  <gpermus@gmail.com>
1737
1738         * Documentation/user/instrument-notation.itely: added Erlend's
1739         latest doc patch, thanks!
1740
1741 2006-04-19  Erlend Aasland <erlenda@gmail.com>
1742
1743         * lily/include/slur.hh:
1744         * lily/slur.cc:
1745         * lily/phrasing-slur-engraver.cc:
1746         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
1747         acknowledge_extra_object () from Phrasing_slur_engraver:: and
1748         Slur_engraver:: and putting it in
1749         Slur::auxiliary_acknowledge_extra_object ().
1750
1751         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
1752
1753         * lily/note-collision.cc: fix a comment
1754
1755 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1756
1757         * stepmake/bin/add-html-footer.py: fix footer position in
1758         generated html files: before </body> and </html> tags.
1759
1760 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1761
1762         * scripts/GNUmakefile: revert last "fix", which rather broke make.
1763         Earlier successive `make' commands finally compiled ok.
1764
1765         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
1766
1767 2006-04-18  Erlend Aasland <erlenda@gmail.com>
1768
1769         * lily/include/stem-tremolo.hh:
1770         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
1771         callers.
1772
1773         * lily/lookup.cc:
1774         * lily/include/lookup.hh: add rotated_box ()
1775
1776 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1777
1778         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
1779         been generated. Fixes "can't get `--help'" bug after make clean.
1780
1781         * THANKS: alphabetize contributors.
1782
1783 2006-04-17  Graham Percival  <gpermus@gmail.com>
1784
1785         * Documentation/user/instrument-notation.itely: added Erlend's
1786         tabs and banjo doc patch.  Thanks!
1787
1788 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
1789
1790         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
1791
1792         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
1793
1794         * scm/output-lib.scm: add some more predefined string tunings.
1795
1796         * Documentation/user/instrument-notation.itely: and doc them.
1797
1798 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
1799
1800         * ly/engraver.ly: Remove obsolete comments.
1801
1802         * ly/gregorian-init.ly: Define default layout block.
1803
1804         * input/puer-fragment.ly: Updated and extended.
1805
1806 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1807
1808         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
1809         pdf conversion behaviour.
1810
1811         * flower/file-name.cc (dir_name)
1812         (get_working_directory): Move from relocate.cc.
1813
1814         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
1815         
1816         * lily/relocate.cc: Encapsulate sys/stat.h in
1817         HAVE_STAT_H.
1818
1819 2006-04-14  Graham Percival  <gpermus@gmail.com>
1820
1821         * Documentation/user/ various: small updates from Cameron
1822         and Juergen, thanks!
1823
1824         * Documentation/user/ various: small updates of my own.
1825
1826         * THANKS: 2.7 -> 2.8.
1827
1828 2006-04-11  Graham Percival  <gpermus@gmail.com>
1829
1830         * scm/define-context-properties.scm: typo.
1831
1832         * Documentation/user/ : many more small updates.
1833
1834 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
1835
1836         * scm/define-music-types.scm: disposed "docme".
1837
1838 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
1839
1840         * lily/hairpin.cc: make niente circles a bit smaller.
1841
1842 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
1843
1844         * mf/GNUmakefile: remove redundant mftrace check. Also remove
1845         get-pfa and get-*-fonts targets.
1846
1847 2006-04-10  Graham Percival  <gpermus@gmail.com>
1848
1849         * THANKS, Documentation/user/ basic-notation, advanced-notation,
1850         music-glossary, programming-interface: more minor fixes
1851         from mailist.
1852
1853         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
1854
1855         * scm/define-context-properties.scm: another old \property update.
1856         This time tested for compiling!
1857
1858 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
1859
1860         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
1861
1862 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1863
1864         * scm/define-context-properties.scm (all-user-translation-properties): 
1865         * Documentation/user/global.itely (Page formatting): Compile fix.
1866
1867 2006-04-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1868
1869         * Documentation/user/advanced-notation.itely (Polymetric
1870         notation): Update the example to use the "+" symbol and add link
1871         to input/test/compound-time.ly.
1872
1873 2006-04-08  Graham Percival  <gpermus@gmail.com>
1874
1875         * scm/define-grob-properties.scm: clarify docs for #'direction.
1876
1877         * scm/define-context-properties.scm: update old \property override.
1878
1879         * Documentation/user/ advanced-notation, global, lilypond-book:
1880         more minor doc updates.
1881
1882 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
1883
1884         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
1885
1886         * scm/backend-library.scm (search-gs): oops.
1887
1888 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1889
1890         * scripts/lilypond-book.py (output): use base, not filename for href.
1891
1892         * scm/backend-library.scm: only look for gs.
1893
1894         * scripts/lilypond-book.py (output): fix printfilename.
1895
1896         * lily/parser.yy (music_function_musicless_prefix): fold together
1897         definitions of signature (SCM*) (Music|post_event|chord_body_element)
1898
1899         * lily/slur.cc (print): only set font-size if not set yet.
1900
1901         * lily/slur-configuration.cc (add_score): improved layout of debug
1902         scoring output.
1903
1904 2006-04-05  David Feuer  <David.Feuer@gmail.com>
1905
1906         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
1907         (draw_circle): Hopefully fixed regression.
1908         Improved documentation for several procedures.
1909         
1910 2006-03-04  Werner Lemberg  <wl@gnu.org>
1911
1912         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
1913
1914 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1915
1916         * scripts/musicxml2ly.py (bindir): add dynamic
1917         relocation. 
1918
1919 2006-04-04  Graham Percival  <gpermus@gmail.com>
1920
1921         * Documentation/user/ basic-notation, advanced-notation, putting,
1922         instrument-notation, invoking, lilypond, THANKS: another ream of small
1923         fixes from the Doc Helpers.
1924
1925 2006-04-03  David Feuer  <David.Feuer@gmail.com>
1926
1927         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
1928
1929         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
1930
1931         * Cleaned up interfaces between PostScript and Scheme, and moved
1932         computations from PostScript to Scheme:
1933
1934         * music-drawing-routines.ps
1935         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
1936         with stroke_and_fill throughout.
1937         (euclidean_length, print_letter, draw_box): Deleted unused
1938         procedures.  If someone needs draw_box, implement it using
1939         draw_round_box; don't duplicate code.
1940         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
1941         Refactored/cleaned up interfaces.
1942         (mark_URI): Moved.
1943
1944         * output-ps.scm: reordered arguments to PostScript functions to
1945         match new interfaces
1946         (glyph-string): Rewrote glyph-string.
1947         (grob-cause): Replaced string-append with format.
1948         (repeat-slash): Rewrote to do computation here.
1949         (round-filled-box): Rewrote to do computation here.
1950
1951 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
1952
1953         * stepmake/stepmake/generic-targets.make: add cvs-clean target
1954
1955         * stepmake/stepmake/toplevel- targets.make: print help info about
1956         cvs-clean
1957
1958 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
1959
1960         * input/regression/hairpin-circled.ly: new file
1961
1962 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
1963
1964         * lily/hairpin.cc (print): add support for circled tip
1965
1966         * scm/define-grob-properties.scm: add circled-tip parameter
1967
1968         * scm/define-grobs.scm: init circled-tip to false
1969         
1970 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1971
1972         * scm/music-functions.scm (quote-substitute): set
1973         iterators-ctor. 
1974
1975 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1976
1977         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
1978         BSTINPUTS. 
1979
1980         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
1981
1982         * scm/output-ps.scm (glyph-string): revert cid selectfont.
1983
1984 2006-03-31  David Feuer  <david.feuer@gmail.com>
1985         
1986         * scm/framework-ps.scm:
1987         
1988         * scm/output-ps.scm: glyph-string now produces smaller, more
1989         readable, and probably faster PostScript.  Several findfont
1990         scalefont setfont instances changed to selectfont
1991         Hacked-up string-appends changed to formats.
1992
1993         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
1994         
1995 2006-03-30  Graham Percival  <gpermus@gmail.com>
1996
1997         * scm/lily-library.scm: make "no version" warning message more polite.
1998
1999         * lily/music.cc: add double quotes to failed octave check.
2000
2001         * Documentation/user/ advanced-notation, changing-defaults,
2002         instrument-notation, invoking, music-glossary: whole bunch of minor
2003         fixes from mailist.
2004
2005 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
2006
2007         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
2008         $(buildscriptdir) iso. depth.
2009
2010         * VERSION (PACKAGE_NAME): release 2.9.1
2011
2012 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2013
2014         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
2015
2016         * VERSION (PATCH_LEVEL): bump version number.
2017
2018         * flower/include/guile-compatibility.hh (scm_from_uint32): add
2019         scm_from_uint32 ()
2020
2021         * lily/pango-font.cc (pango_item_string_stencil): use
2022         scm_from_uint32 ()
2023
2024         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
2025         $(outdir)/emmentaler-%.svg): remove canary.
2026
2027         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
2028         glyphnames if we have a ttf font.
2029
2030 2006-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2031
2032         * Documentation/user/advanced-notation.itely (Font selection):
2033         Corrected reference to the font-family-override.ly example.
2034
2035 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
2036         
2037         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
2038         stem-tremolo object in the stem (or else the stem might not be
2039         long enough).
2040
2041 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2042
2043         * lily/ttf.cc (print_trailer): only print existing glyphs.
2044
2045 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
2046
2047         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
2048         position the tremolo based on the position of the notehead.
2049
2050         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
2051         notes and update the texidoc line with the new positioning rules.
2052         
2053 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2054
2055         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
2056
2057         * scripts/lilypond-book.py (Module): set default for linewidth if
2058         preamble not found.
2059
2060 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2061
2062         * VERSION (PACKAGE_NAME): release 2.9.0.
2063
2064         * input/regression/stem-tremolo-position.ly: new file.
2065
2066         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
2067
2068 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
2069
2070         * lily/stem-tremolo.cc (print): position
2071         the tremolo depending only on the end of the stem
2072         and not on the notehead
2073         (raw_stencil): center, on the middle staff line, the
2074         flag that is closest to the end of the stem (previously
2075         the bottom flag)
2076         (calc_width): add this callback to shorten a tremolo when
2077         it is beamed or it is stemup with a flag
2078         (style): add this callback to make a tremolo rectangular when
2079         it is beamed or it is stemup with a flag
2080         (rotated_box): this is like Lookup::beam but makes a rotated
2081         rectangle instead of a parallelogram
2082
2083         * lily/stem.cc (calc_stem_info): make sure the stem
2084         is long enough to fit the tremolo
2085         (calc-length): reduce the length of tremolo stems since the
2086         tremolo code is now capable of better positioning
2087
2088         * scm/define-grobs.scm: make calc_width the default beam-width
2089         callback for stem-tremolo and add the style callback
2090                 
2091 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2092
2093         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
2094         case. 
2095
2096 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2097
2098         * lily/ttf.cc (make_index_to_charcode_map): restore old
2099         cmap. 
2100
2101 2006-03-28  Werner Lemberg  <wl@gnu.org>
2102
2103         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
2104
2105 2006-03-28  Graham Percival  <gpermus@gmail.com>
2106
2107         * THANKS: update for 2.9, add section for Documentation helpers.
2108
2109         * Documentation/topdocs/NEWS.tely: compile fix.
2110
2111         * Documentation/user/ basic-notation, global, advanced-notation,
2112         examples.itely: minor fixes from mailist.
2113
2114 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
2115
2116         * mf/feta-bolletjes.mf: match width of solfa notes with normal
2117         note heads. 
2118
2119         * lily/ttf.cc (print_trailer): use it.
2120
2121         * lily/pango-font.cc (get_unicode_name): new function.
2122
2123         * lily/ttf.cc (make_index_to_charcode_map): move function from
2124         open-type-font.cc
2125         (print_trailer): substitute uniXXXX name if applicable. 
2126
2127         * lily/pango-font.cc (get_index_to_charcode_map): new function.
2128         (pango_item_string_stencil): use it to generate uniXXXX names.
2129
2130         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
2131         note heads, for uniform widths in shape note output.
2132         (overdone_heads): hmm. remove them again.
2133
2134         * scripts/lilypond-book.py (output): add links to filenames.
2135
2136         * Documentation/topdocs/INSTALL.texi (Top): update versions.
2137
2138         * lily/note-collision.cc (get_clash_groups): only consider when
2139         Note_column::dir <> CENTER. 
2140
2141         * scripts/lilypond-book.py (get_option_parser): init output_name
2142         to ''. 
2143
2144 2006-03-24  Graham Percival  <gpermus@gmail.com>
2145
2146         * Documentation/topdocs/NEWS.tely: add @end itemize
2147
2148         * Documentation/user/ global, advanced-notation: minor
2149         stuff from mailist.
2150
2151 2006-03-23  Graham Percival  <gpermus@gmail.com>
2152
2153         * Documentation/user/ lilypond.tely, music-glossary,
2154         preface: housekeeping; 2005->2006, remove "notes for 2.6"
2155
2156 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
2157
2158         * mf/GNUmakefile: don't install .enc files.
2159
2160         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
2161
2162         * VERSION (PATCH_LEVEL): bump to 2.9.0
2163
2164 2006-03-22  Graham Percival  <gpermus@gmail.com>
2165
2166         * Documentation/user/advanced-notation.itely: minor fixes
2167         from mailist.
2168
2169 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
2170
2171         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
2172
2173         * branch lilypond_2_8
2174
2175 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
2176
2177         * scripts/lilypond-book.py (samefile): new function, for windoze
2178         compatibility.
2179
2180 2006-03-21  Graham Percival  <gpermus@gmail.com>
2181
2182         * ly/engraver-init.ly: add info about StaffGroup.
2183
2184 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
2185
2186         * input/regression/stem-direction-context.ly: idem.
2187
2188         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
2189
2190         * THANKS: add Mats.
2191
2192         * input/regression/page-layout-twopass.ly: comment out \markup so
2193         tweak-file is left.
2194
2195         * lily/instrument-name-engraver.cc (finalize): add to instrument
2196         name global System. This also fixes chopped instrument names, but
2197         doesn't crash when there are slurs/beams.
2198
2199         * lily/slur-configuration.cc (add_score): disallow negative slur
2200         scores.
2201         
2202 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2203
2204         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
2205
2206         * lily/instrument-name-engraver.cc (process_music): kludge: add
2207         InstrumentName spanner to axis group of left bound. Fixes chopped
2208         off instrument names in EPS images.
2209
2210         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
2211
2212         * scripts/abc2ly.py (option_parser): update to 2.7.40
2213
2214 2006-03-20  Graham Percival  <gpermus@gmail.com>
2215
2216         * THANKS: move small doc contributors to SUGGESTIONS.
2217
2218         * Documentation/user/ basic-notation, advanced-notation,
2219         global: small changes from mailist.
2220
2221 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2222
2223         * Documentation/user/advanced-notation.itely (Text marks): update
2224         for new rehearsalMarkAlignSymbol convention.
2225
2226         * VERSION (PATCH_LEVEL): bump version.
2227
2228         * input/test/instrument-name-align.ly: new file.
2229
2230         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
2231
2232         * input/test/instrument-name-align.ly: new file. Document how to
2233         align instrument names.
2234
2235         * lily/mark-engraver.cc: remove properties.
2236
2237         * scm/define-context-properties.scm
2238         (all-user-translation-properties): remove align symbol properties
2239         for barnumber/reh. mark.
2240
2241         * lily/break-align-interface.cc (self_align_callback): new
2242         interface, new function. Look at complete alignment. This handles
2243         tunable break alignments in case break-align-symbols are missing.
2244
2245         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
2246
2247         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
2248
2249         * python/convertrules.py (conv): mark/bar number alignment rule.
2250
2251         * lily/break-align-interface.cc (calc_positioning_done): also
2252         store offset from last visible break-alignment to its
2253         neighbor. This makes alignment on non-visible objects more reliable.
2254
2255         * po/lilypond.pot (Module): ran po-replace.
2256
2257         * input/regression/tie-single-manual.ly (Module): new file.
2258
2259         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
2260         look at has_manual_position_.
2261         (from_ties): set has_manual_position_ if tie has staff-position set.
2262
2263         * lily/tuplet-bracket.cc (calc_positions): idem.
2264
2265         * lily/tuplet-number.cc (print): don't print tupletnumber if it
2266         doesn't span time.
2267
2268 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2269
2270         * scm/define-markup-commands.scm (smallCaps): new markup command
2271         for turning a text to small caps using smaller font size and upper
2272         casing.
2273
2274 2006-03-17  Graham Percival  <gpermus@gmail.com>
2275
2276         * Documentation/user/ examples, instrument-notation,
2277         advnaced-notation: minor fixes from mailist.
2278
2279 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2280
2281         * Documentation/user/tutorial.itely (First steps): change example
2282         to verbatim.  
2283
2284 2006-03-17  Graham Percival  <gpermus@gmail.com>
2285
2286         * Documentation/user/ examples, advanced: minor changes from mailist.
2287
2288         * THANKS: add Geoff Horton, for documentation stuff.
2289
2290 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2291
2292         * python/lilylib.py (system): revert have_select kludge.
2293
2294         * Documentation/user/tutorial.itely (Commenting input files):
2295         update version numbers in doc. 
2296
2297         * scm/define-grob-interfaces.scm (multi-measure-interface): add
2298         bound-padding to multi-measure-interface
2299
2300 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2301
2302         * input/test/engraver-example.ily: update version number.
2303
2304         * VERSION (PACKAGE_NAME): release 2.7.39
2305
2306         * lily/note-spacing.cc (get_spacing): heighten threshold where
2307         accidentals/arpeggios influence previous spacing fully.
2308
2309         * lily/rest.cc (y_offset_callback): only use direction if
2310         staff-position wasn't set before.
2311
2312         * lily/bar-number-engraver.cc: add support for
2313         barNumberAlignSymbol. 
2314         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
2315
2316         * lily/pointer-group-interface.cc (set_ordered): new function. 
2317         (add_unordered_grob): new function.
2318
2319         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
2320         to ordered, unless the opposite has been proved.  This fixes
2321         random reordering of large object groups across linebreaks,
2322         eg. beams.
2323
2324         * lily/main.cc (do_chroot_jail): printf format fix.
2325
2326         * lily/tie-formatting-problem.cc (generate_configuration):
2327         multiply y-shift for dot with direction.
2328  
2329         * scm/define-markup-commands.scm (note-by-number): put (magstep
2330         size) in y-attach too.
2331
2332         * Documentation/topdocs/NEWS.tely (Top): show override.
2333
2334         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
2335         direction for stems.
2336         
2337 2006-03-15  Graham Percival  <gpermus@gmail.com>
2338
2339         * Documentation/user/ changing-defaults, global: minor
2340         fixes from mailist.
2341
2342 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2343
2344         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
2345
2346         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
2347         breakable items after uniformly stretched notes.
2348
2349         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
2350         outline with outer edge of note heads. This prevents infinity
2351         problems with tied whole notes.
2352
2353         * scripts/lilypond-book.py (do_file): use os.popen
2354
2355         * python/convertrules.py (conv): add rule for Stem #'beamed-*
2356
2357 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
2358
2359         * Documentation/user/invoking.itely: Add ragged-right to bug report
2360         guidelines.
2361
2362 2006-03-14  Graham Percival  <gpermus@gmail.com>
2363
2364         * Documentation/user/global.itely: small fix from mailist.
2365
2366 2006-03-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2367
2368         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
2369         file descriptor returned by tempfile.mkstemp() when writing
2370         to tmpfile and closing it. Solves problem with unlink(tmpfile)
2371         on mingw.
2372
2373 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2374
2375         * po/fi.po: newline bugfix.
2376
2377 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2378
2379         * scm/paper.scm (paper-alist): Rounding fixes.
2380
2381 2006-03-13  Graham Percival  <gpermus@gmail.com>
2382
2383         * Documentation/user/ changing-defaults, instrument-notation,
2384         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
2385
2386 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
2387
2388         * po/fi.po: update.
2389
2390 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2391
2392         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
2393         mailto: to http:// 
2394
2395         * python/lilylib.py (print_environment): move ps_page_count to
2396         lilypond-book.py
2397
2398 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2399
2400         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
2401
2402         * scm/framework-ps.scm (embed-document): new function. Use to
2403         embed PFA files.
2404
2405         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
2406
2407 2006-03-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2408
2409         * Documentation/user/instrument-notation.itely (Setting simple
2410         songs): Added \book{...} around the full example, so the separate
2411         markups are included in the printed example. 
2412
2413 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2414
2415         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
2416         tmphandle.
2417
2418         * python/lilylib.py (system): rewrite system() using
2419         subprocess. Remove >& redirection trickery.
2420
2421 2006-03-11  Graham Percival  <gpermus@gmail.com>
2422
2423         * Documentation/user/ changing-defaults, global, scheme-tutorial,
2424         notation-appendices.itely: minor fixes from mailist.
2425
2426 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2427
2428         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
2429         unsplit man also needs images.
2430
2431         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
2432
2433         * VERSION (PACKAGE_NAME): 2.7.38 released.
2434
2435 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2436
2437         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
2438         log in output dir.
2439
2440 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
2441
2442         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
2443         respects the Score.skipTypesetting property.
2444         
2445 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2446
2447         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
2448         Prolog. No %%EOF after CFF file.
2449
2450 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
2451         
2452         * lily/constrained-breaking.cc (get_max_systems): used to return a
2453         much too big value
2454         (combine_demerits): use pointers to reduce copying data
2455         (calc_subproblem): idem
2456         (get_page_penalty): add page turn penalties
2457         
2458 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2459
2460         * Documentation/user/invoking.itely (Invoking lilypond): better
2461         explanation of -e usage.
2462
2463         * lily/main.cc (main_with_guile): don't append to
2464         init_scheme_code_string
2465
2466         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
2467
2468         * Documentation/user/invoking.itely: add note about MacOS X scripts.
2469
2470         * scripts/convert-ly.py (do_options): don't print help for
2471         --show-rules rule.
2472
2473         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
2474         @code and @example. Update from texinfo.tex from CVS.
2475
2476 2006-03-08  Graham Percival  <gpermus@gmail.com>
2477
2478         * Documentation/user/scheme-tutorial.itely: clarifies distances
2479         measured in staff-spaces.
2480
2481 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2482
2483         * lily/slur.cc (outside_slur_callback): only calculate offsets if
2484         consider[k] is true.
2485
2486         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
2487
2488         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
2489         consider columns that have originals.  Unifies spacing for mm
2490         rests around line breaks.
2491
2492         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
2493         (set_text_rods): idem.
2494         (calculate_spacing_rods): new function: share code between
2495         set_text_rods and set_spacing_rods.
2496         (set_text_rods): take extents of bounds into account.  
2497
2498 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2499
2500         * Documentation/user/basic-notation.itely (Writing music in
2501         parallel): don't use relative.
2502
2503 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2504
2505         * ly/music-functions-init.ly (Module): add shiftDurations
2506
2507         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
2508
2509         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
2510
2511         * ly/engraver-init.ly: init vocalName to nil.
2512
2513 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
2514
2515         * scm/music-functions.scm (music->make-music): bugfix,
2516         KeyChangeEvents are now handled correctly.
2517
2518         * scripts/lilypond-book.py: Add --debug option.
2519
2520 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2521
2522         * python/lilylib.py: add tempfile.
2523
2524 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2525
2526         * VERSION (PACKAGE_NAME): release 2.7.37
2527
2528         * python/lilylib.py (ps_page_count): remove make_ps_images().
2529         (ps_page_count): remove mkdir_p
2530         (system): remove cleanup_temp.
2531         (exit): remove lilypond_version_(check)
2532         (error_log): remove pseudo_filter_p
2533         remove read_pipe
2534         remove cp_to_dir
2535         remove identify
2536
2537         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
2538         use __main__
2539
2540         * lily/accidental-engraver.cc (make_standard_accidental): only add
2541         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
2542
2543         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
2544         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
2545         Make incompatibilities.
2546
2547         * scm/output-ps.scm (grob-cause): replace backslashes by /
2548         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
2549
2550 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2551
2552         * cygwin/GNUmakefile: Install fixes.
2553
2554         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
2555
2556         * lily/note-head.cc (head::get_balltype): Compile fix.
2557
2558         * flower/file-name.cc (dos_to_posix): Flower string fix.
2559
2560 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2561
2562         * python/lilylib.py: pychecker cleanups.
2563
2564         * scripts/lilypond-book.py
2565         (Lilypond_snippet.output_print_filename): pychecker cleanups
2566
2567         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
2568
2569         * python/lilylib.py (underscore): remove identify() , warranty()
2570
2571         * ps/music-drawing-routines.ps: change Border routine for GSView
2572         compatibility.
2573
2574         * lily/stem.cc (height): use quantize-positions.  This triggers
2575         set_stem_lengths, so scripts on beamed stems are handled correctly.
2576
2577         * lily/side-position-interface.cc (aligned_side): check if edges
2578         of script are inside staff. Fixes accent of edge of the staff.
2579
2580         * input/regression/staccato-pos.ly: more examples.
2581
2582         * stepmake/aclocal.m4 (depth): fix bashism.
2583
2584         * lily/lyric-combine-music-iterator.cc: move from
2585         new-lyric-combine-iterator.cc
2586         (process): add pending_grace_lyric_ member to delay lyrics on
2587         grace notes.
2588
2589         * lily/system-start-text.cc (print): suicide if we don't have any
2590         elements. Fixes hara kiri'd instrument names.
2591
2592         * scripts/mup2ly.py (Module): remove.
2593
2594 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2595
2596         * Documentation/user/global.itely (A single music expression):
2597         close @lilypond properly
2598
2599         * lily/volta-bracket.cc (modify_edge_height): change from
2600         after_line_breaking_callback. Suicide last bracket if appropriate.
2601  
2602         * python/lilylib.py: strip getopt support
2603
2604         * scripts/etf2ly.py (do_options): use optparse
2605
2606         * scripts/midi2ly.py: optparse, strip lilylib copy. 
2607
2608         * scripts/abc2ly.py (voices): use optparse.
2609
2610         * stepmake/stepmake/generic-vars.make: new function absdir.
2611
2612         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
2613
2614         * scripts/lilypond-book.py (find_file): use global_options for
2615         include path
2616
2617         * scm/ps-to-png.scm (ps-page-count): prevent null characters
2618         entering C code.
2619
2620 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2621
2622         * python/lilylib.py (get_global_option): ughness for extracting
2623         global options from lilylib.
2624         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
2625
2626         * scripts/lilypond-book.py (get_option_parser): use optparse for
2627         option handling.  Put options in global_options variable.
2628
2629 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
2630
2631         * Documentation/index.html.in: clarify.
2632
2633 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2634
2635         * scm/layout-page-layout.scm (write-page-breaks): add a
2636         music-system-heights property to the page layout output.
2637
2638         * scm/page.scm (make-page-stencil): take footer into account when
2639         computing the 'space-left page property
2640         (annotate-space-left): take footer into account when annonating
2641         space left.
2642
2643 2006-02-28  Graham Percival  <gpermus@gmail.com>
2644
2645         * Documentation/user/ advanced-notation, global: more (final)
2646         docs for music expressions, removed special fermatas.
2647
2648 2006-02-27  Graham Percival  <gpermus@gmail.com>
2649
2650         * Documentation/user/ basic-notation, global: minor changes
2651         from mailist.
2652
2653 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2654
2655         * scm/framework-ps.scm:         
2656         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
2657         layer for inf? and nan? from framework-ps to lily-library.
2658
2659 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2660
2661         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
2662         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
2663
2664         * buildscripts/substitute-encoding.py (Module): remove file.
2665
2666         * mf/GNUmakefile: more PFA strippage.
2667
2668         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
2669
2670         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
2671         generation
2672
2673         * scm/framework-ps.scm: remove font name munging.
2674
2675         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
2676
2677 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2678
2679         * scm/markup.scm (define-markup-command): change
2680         def-markup-command to define-markup-command
2681
2682         * scm/music-functions.scm (define-music-function): change
2683         def-music-function to define-music-function.
2684
2685         * python/convertrules.py (conv): rules for def-music-function
2686         and def-markup-commands
2687
2688         * Documentation/user/programming-interface.itely,
2689         input/no-notation/display-lily-tests.ly,
2690         input/regression/lily-in-scheme.ly,
2691         input/regression/markup-user.ly,
2692         input/regression/music-function.ly, input/regression/tie-chord.ly,
2693         scm/fret-diagrams.scm, ly/music-functions-init.ly,
2694         ly/gregorian-init.ly: use new macro names (define-music-function,
2695         define-markup-command).
2696
2697 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2698
2699         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
2700         (output): add comments to lp-book latex output.
2701
2702         * GNUmakefile.in (footifymail): use gmane address for webpage bug
2703         address.
2704
2705 2006-02-23  Graham Percival  <gpermus@gmail.com>
2706
2707         * Documentation/user/ tutorial, global: minor changes.
2708
2709 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2710
2711         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
2712         blocks (for make 3.80)
2713
2714         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
2715         \notemode so that user should not have to explicitely type it.
2716
2717         * scm/define-music-display-methods.scm: various
2718         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
2719         constructs)
2720
2721         * input/no-notation/display-lily-tests.ly: new tests for
2722         \applyOutput and \applyContext
2723
2724 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2725
2726         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
2727         changed it slightly so that the number of systems returned by
2728         solve () will be the same as the last value passed to resize
2729         (). I've also added more documentation, removed casts, fixed style
2730         problems and put in some recovery if constraints aren't satisfied."
2731
2732 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2733
2734         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
2735         for emacs < 22 compatibility.
2736         (count-rexp): Use it.
2737         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
2738         substring juggling (Milan Zamazal).
2739
2740 2006-02-23  Graham Percival  <gpermus@gmail.com>
2741
2742         * Documentation/user/ basic-notation, advanced-notation,
2743         global.itely, invoking.itely, tutorial,itely:
2744         minor fixes from mailist.
2745
2746         * scm/define-markup-commands.scm: improve docs of \filled-box.
2747
2748 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
2749
2750         * Documentation/index.html.in: changes concern the previous release.
2751
2752         * input/regression/+.ly: cultivate typographical terminology.
2753
2754 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2755
2756         * scm/define-grob-interfaces.scm (parentheses-interface): add
2757         padding to parentheses-interface.
2758
2759         * Documentation/user/GNUmakefile: remove $(CROSS) support from
2760         Documentation/user/GNUmakefile. Use --disable-documentation for that.
2761
2762         * VERSION (PATCH_LEVEL): release 2.7.36
2763
2764         * lily/slur.cc: add avoid-slur (ugh.)
2765         
2766         * lily/slur-configuration.cc (fit_factor): oops, skip point if
2767         intersection gets smaller. This fixes slurs over extreme points.
2768
2769         * lily/melody-engraver.cc (stop_translation_timestep): ignore
2770         stems with neutral-direction set.
2771
2772         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
2773
2774         * lily/open-type-font.cc (load_table): format error.
2775
2776         * lily/change-iterator.cc (process): format fix.
2777
2778         * flower/include/international.hh (_f): idem.
2779
2780         * flower/include/std-string.hh: add format printf attribute.
2781
2782         * scm/define-grobs.scm (all-grob-descriptions): height of all
2783         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
2784
2785         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
2786         ambitus lines.
2787
2788         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
2789
2790 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
2791
2792         * input/regression/: upgraded syntax for some files.
2793
2794         * THANKS: Add bughunters.
2795
2796 2006-02-22  Graham Percival  <gpermus@gmail.com>
2797
2798         * Documentation/user/ invoking.itely, advanced-notation.itely,
2799         global.itely: long-awaited "let's make chapter 10 not suck"
2800         update.  Rearrange chapter 10; now called "global issues",
2801         addresses file structure, etc.  Some info from other files
2802         moved into global.itely.
2803
2804 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2805
2806         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
2807         catch trill-span-event notes.
2808
2809         * Documentation/user/examples.itely (Ancient notation templates): typo.
2810         (Jazz combo): typo.
2811
2812         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
2813
2814         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
2815
2816         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
2817
2818         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
2819
2820         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
2821         froum Laissez_vibrer_engraver.
2822
2823         * ly/declarations-init.ly (repeatTie): add \repeatTie
2824
2825         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
2826
2827         * scm/define-grob-properties.scm (all-user-grob-properties): add
2828         head-direction property.
2829
2830         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
2831         from_lv_ties. Take head direction argument.
2832
2833         * lily/semi-tie-column.cc: rename from
2834         laissez-vibrer-tie-column.cc. Rename class too.
2835
2836         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
2837         class too.
2838
2839         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
2840
2841         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
2842         0 case.
2843         (find_breaks): idem.
2844
2845 2006-02-21  Graham Percival  <gpermus@gmail.com>
2846
2847         * Documentation/user/advanced-notation.itely: fixed make-moment]
2848         example.
2849
2850         * Documentation/user/basic-notation.itely: more clarification to
2851         transpose.
2852
2853 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2854
2855         * lily/include/constrained-breaking.hh (class
2856         Constrained_breaking): new file.
2857
2858         * lily/constrained-breaking.cc (resize): new file.
2859
2860         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
2861
2862         * Documentation/user/advanced-notation.itely (Clusters): insert
2863         end ignore too.
2864
2865         * lily/tie-column.cc (calc_positioning_done): support for
2866         tie-score debugging
2867
2868         * lily/tie-formatting-problem.cc
2869         (generate_extremal_tie_variations): factor out.
2870         (score_ties_configuration): annotate all tie 
2871         (print_ties_configuration): new routine.
2872         (generate_configuration): nudge extremal ties outside of the head
2873         Y extents.
2874         (score_ties_configuration): oops. convert to staff-space before
2875         determining position symmetry.
2876
2877 2006-02-20  Graham Percival  <gpermus@gmail.com>
2878
2879         * Documentation/user/*-notation.itely: misc minor editing,
2880         shifting doc sections around.
2881
2882         * Documentation/user/*-notation-itely, global.itely,
2883         changing-defaults.itely: added new stuff from NEWS.
2884
2885 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
2886
2887         * po/fi.po: update.
2888
2889 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2890
2891         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
2892         lilypond --verbose for lp-book.
2893
2894         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
2895         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
2896
2897         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
2898         $(buildscript-dir) iso. absolute depth.
2899
2900         * buildscripts/genicon.py (dir): thinko.
2901
2902         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
2903
2904 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
2905
2906         * scm/output-lib.scm: swap darkcyan/darkyellow
2907
2908         * THANKS: Add bughunters.
2909
2910 2006-02-19  Graham Percival  <gpermus@gmail.com>
2911
2912         * Documentation/user/programming-interfaces.itely: fixed example.
2913
2914         * Documentation/user/instrument-notation.itely: fix @{ @}.
2915
2916         * scm/script.scm: add avoid-slur for \open.
2917
2918 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2919
2920         * lily/tie-formatting-problem.cc (score_configuration): use
2921         sliding score for min-length. 
2922
2923         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
2924         spaghetti for icons.
2925
2926         * buildscripts/genicon.py (program_name): new file.
2927
2928         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
2929         in outline too.  
2930         (generate_configuration): for small ties, also look for collisions
2931         at Y + DIR*h + DELTA_Y.
2932         (get_variations): consider variation for dot positions too.
2933
2934         * lily/side-position-interface.cc (aligned_side): take abs for
2935         quantized rounded position. Fixes tenuto below staff.
2936
2937         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
2938         markers when necessary.
2939
2940         * lily/program-option.cc (internal_set_option): add
2941         strict_infinity_checking option.
2942
2943         * scm/output-lib.scm (cyan): swap yellow and cyan.
2944
2945 2006-02-19  Graham Percival  <gpermus@gmail.com>
2946
2947         * darwin.patch: trivial linenumber update.
2948
2949         * Documentation/user/ {various}: `\context foo = named' changed
2950         to `\new foo = "name"' in docs.
2951
2952 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2953
2954         * scm/stencil.scm (annotate-y-interval): use it.
2955
2956         * scm/lily-library.scm (interval-sane?): new function.
2957
2958         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
2959         tfm_checksum stuff.
2960
2961         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
2962         common refpoint.
2963
2964         * flower/include/std-vector.hh (iterof): add iterof macro.
2965
2966         * lily/enclosing-bracket.cc (width): new function.
2967
2968         * lily/align-interface.cc (align_elements_to_extents): reinstate
2969         warning.
2970
2971 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
2972
2973         * Documentation/index.html.in: fix spelling: thankyous.
2974
2975 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2976
2977         * lily/lyric-hyphen.cc: typo.
2978
2979 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2980
2981         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
2982         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
2983         builds don't work. 
2984
2985         * VERSION: release 2.7.35
2986
2987         * lily/beam.cc (get_default_dir): oops. Take abs () for
2988         extremes[DOWN].
2989         (get_default_dir): use extreme position criterion only in absence
2990         of forced stem directions.
2991
2992         * VERSION (PATCH_LEVEL): bump VERSION.
2993
2994         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
2995         dependencies. Necessary for -jX builds.  
2996
2997 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2998
2999         * lily/relocate.cc (setup_paths): Yet another const fix.
3000
3001 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3002
3003         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
3004
3005         * lily/relocate.cc (setup_paths): oops.
3006
3007 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
3008
3009         * Documentation/index.html.in: order links: html before PDF.
3010
3011 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3012
3013         * lily/tie-column-format.cc (Module): remove.
3014
3015         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
3016
3017         * lily/text-spanner.cc (print): idem.
3018
3019         * lily/dynamic-text-spanner.cc (print): only print line if longer
3020         than dash-period.
3021
3022         * lily/auto-change-iterator.cc (change_to): formatting.
3023
3024         * lily/beam.cc (get_default_dir): take extreme note head as input
3025         for stem direction.
3026
3027         * lily/tie.cc (get_default_dir): only look directions for visible
3028         stems. 
3029
3030         * lily/side-position-interface.cc (aligned_side): oops. Don't
3031         mutiply with direction. This fixes quantized (staccato, tenuto)
3032         scripts below notes.
3033
3034         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
3035         direction. Fixes c-lyrics-center-align.ly
3036
3037 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3038
3039         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
3040         constructor.
3041
3042         * lily/std-string.cc:
3043         * lily/include/std-vector.hh (split_string): Move and rename from
3044         lily/include/misc.hh, lily/misc.cc.  Update callers.
3045
3046 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3047
3048         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
3049
3050 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3051
3052         * flower/test-file.cc: New file.
3053
3054         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
3055         libraries.
3056
3057         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
3058
3059 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3060
3061         * flower/include/file-storage.hh: remove file.
3062
3063         * lily/include/midi-item.hh (class Midi_track): idem.
3064
3065         * lily/include/source.hh (class Sources): idem.
3066
3067         * lily/include/performance.hh (class Performance): use vector
3068         iso. Cons<>
3069
3070         * flower/include/cons.hh (class Cons): remove file.
3071
3072         * flower/include/flower-proto.hh: remove template cruft.
3073
3074         * lily/include/font-metric.hh: use size_t not vsize for indices.
3075
3076         * flower/include/flower-proto.hh (Module): remove std-vector.hh
3077         from proto.
3078
3079         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
3080
3081         * lily/include/paper-book.hh (class Paper_book):
3082         make get_system_specs() public.
3083
3084         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
3085         the force=10000 case if we don't have a current-best. 
3086
3087         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
3088         vsize 
3089
3090         * flower/include/flower-proto.hh: remove outdated templates.
3091
3092         * scm/page.scm: use annotate-spacing
3093
3094 2006-02-15  Graham Percival  <gpermus@gmail.com>
3095
3096         * scm/translation-functions.scm: circle patch from Erlend, thanks!
3097
3098         * THANKS: moved Erlend Aasland to contributors.
3099
3100 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3101
3102         * config.hh.in: remove HAVE_PANGO_16
3103
3104         * lily/tuplet-bracket.cc (calc_positions): multiply with
3105         staff-space for beam case. This fixes tuplets+beams on scaled
3106         staves.
3107
3108         * config.hh.in: remove all Kpathsea related defines.
3109
3110         * lily/dot-column.cc (side_position): reach stem via dots->
3111         head->stem. Inspect all stems for dot collisions. 
3112
3113         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
3114         stem handling.
3115
3116         * lily/bar-number-engraver.cc (process_music): document function
3117         of whichBar.
3118
3119         * lily/score.cc (default_rendering): add pscore, not systems
3120         themselves.
3121
3122         * lily/paper-book.cc (get_system_specs): separate generation of
3123         titles and systems.
3124
3125         * flower/include/std-vector.hh: don't include config.hh
3126
3127 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3128
3129         * flower/include/std-vector.hh: Better wrapper compatibility with
3130         std::vector.
3131
3132         * flower/include/flower-proto.hh: Remove cheap forward declaration
3133         attempts.
3134
3135         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
3136
3137 2006-02-14  Graham Percival  <gpermus@gmail.com>
3138
3139         * Documentation/user/invoking.itely: add warning about command line.
3140
3141 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3142
3143         * lily/include/lily-proto.hh: add Prob, rm Page.
3144
3145         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
3146
3147         * VERSION: release 2.7.34
3148
3149         * lily/relocate.cc (framework_relocation): show canary if
3150         GHOSTSCRIPT_VERSION undefined.
3151
3152         * GNUmakefile.in: remove $(VERSION) symlink.
3153
3154         * lily/relocate.cc (setup_paths): add + 
3155
3156 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3157
3158         * Documentation/index.html.in: specify sizes for all big HTML pages.
3159
3160 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3161
3162         * config.hh.in: remove @FRAMEWORKDIR@
3163
3164         * lily/system-start-text.cc (get_stencil): new file: separate out
3165         system-start-delimiter text support.
3166
3167         * input/**ly: replace \context with \new where appropriate.
3168         
3169         * THANKS: add Don.
3170
3171         * lily/slur-scoring.cc (get_base_attachments): use
3172         robust_relative_extent. This fixes problems with empty paper-columns. 
3173
3174 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3175
3176         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
3177
3178         * scm/define-music-properties.scm (all-music-properties):
3179         create-new property.
3180
3181         * lily/context-specced-music-iterator.cc (construct_children):
3182         inspect 'create-new property iso. magical $uniqueContextId context
3183         id.
3184
3185         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
3186
3187         * lily/context-key-manager.cc (Module): new file. Encapsulate
3188         object key generation.
3189
3190         * lily/include/context-key-manager.hh (Module): new file.
3191
3192 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3193
3194         * scm/define-grobs.scm (all-grob-descriptions): center instrument
3195         names vertically
3196
3197         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
3198         options.
3199         (reloc_b): excise --enable-framework-dir
3200
3201         * lily/relocate.cc (framework_relocation): use getenv
3202         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
3203
3204 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3205
3206         * flower/include/std-string.hh: 
3207         * flower/include/std-vector.hh: Finish std:: conversion; move
3208         flower extensions from std:: namespace.  Update users.
3209
3210         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
3211         their expansion to vector<*>.  Update users.
3212
3213 2006-02-10  Graham Percival  <gpermus@gmail.com>
3214
3215         * Documentation/user/invoking.itely: add example to File structure.
3216
3217         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
3218         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
3219
3220 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3221
3222         * ly/paper-defaults.ly: typo.
3223
3224         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
3225         set_parent() for parentheses. This will make it show up in bbox
3226         calculations.
3227
3228         * scm/output-lib.scm (parentheses-item::print): rewrite, using
3229         ly:grob-common* functions.
3230
3231         * lily/grob-scheme.cc (LY_DEFINE):
3232         ly:grob-common-refpoint-of-array: new function 
3233         ly:grob-common-refpoint: new function 
3234         ly:grob-relative-coordinate: new function 
3235
3236         * lily/instrument-name-engraver.cc (process_music): use
3237         Text_interface::is_markup(). This fixes \markup on instrument names.  
3238
3239         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
3240         for ties and slurs.
3241
3242         * lily/slur.cc (print): idem.
3243
3244         * lily/tie.cc: add line-thickness for ties. 
3245
3246 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3247
3248         * scm/output-svg.scm: Document diversion from GNU coding standards
3249         as a workaround for a bug in Microsoft Internet Explorer.
3250
3251 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3252
3253         * lily/instrument-name-engraver.cc (process_music): use
3254         is_markup() iso. is_string()
3255
3256         * Documentation/user/changing-defaults.itely (Module): add menu entry.
3257
3258         * lily/percent-repeat-engraver.cc (process_music): only look at
3259         main_part_ for % repeats.
3260
3261         * lily/stem-tremolo.cc (get_beam_translation): new function.
3262         (calc_slope): new function.
3263         (height): don't use real slope.
3264
3265 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
3266
3267         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
3268         new connect-to-neighbor, control-points and staff-padding
3269         properties to make ligature brackets showing up again.
3270
3271 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3272
3273         * VERSION: release 2.7.33
3274
3275         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
3276         too many.
3277
3278         * Documentation/user/changing-defaults.itely (Difficult tweaks):
3279         remove applyOutput example.
3280         (Objects connected to the input): document \tweak, \parenthesize
3281
3282         * lily/relocate.cc (prefix_relocation): allow "current"
3283         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
3284         changing VERSION in a lily tree less painful.
3285
3286         * input/regression/parenthesize.ly: new file. 
3287
3288         * scm/output-lib.scm (parenthesize-element): new function.
3289
3290         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
3291
3292         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
3293
3294         * lily/accidental-engraver.cc (make_standard_accidental): reroute
3295         cause: accidentals are caused by note heads, not note events. 
3296
3297 2006-02-08  Graham Percival  <gpermus@gmail.com>
3298
3299         * darwin.patch: small patch from Erlend, thanks!
3300
3301         * Documentation/user/basic-notation.itely: add stem-neutral example.
3302
3303         * Documentation/user/putting.itely: clarifications.
3304
3305 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3306
3307         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
3308         note, add more guidelines to what should go into NEWS.
3309
3310         * input/sakura-sakura.ly: document how to override font.
3311
3312         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
3313
3314 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3315
3316         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
3317
3318 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3319
3320         * scripts/convert-ly.py (lilypond_version_re_str): Move from
3321         convertrules.  Add explicit grouping, needed for python2.2.
3322
3323 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3324
3325         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
3326
3327 2006-02-07  Graham Percival  <gpermus@gmail.com>
3328
3329         * Documentation/user/global.itely: fix line-width in (text) docs.
3330
3331         * Documentation/user/lilypond-book.itely: same.
3332
3333 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3334
3335         * VERSION (PACKAGE_NAME): release 2.7.32
3336
3337         * Documentation/topdocs/NEWS.tely (Top): document new variable
3338         naming.
3339
3340         * flower/include/array.icc (Message): remove file.
3341
3342         * flower/include/std-vector.hh: make sure vsize and VPOS are
3343         defined for binary_search_bounds().
3344
3345         * flower/std-string.cc (std): add to_string(long unsigned).
3346
3347         * configure.in (gui_b): excise std_string option.
3348         (gui_b): excise std_vector option.
3349
3350         * flower/string.cc (Module): excise flower array & string
3351
3352         * flower/include/std-string.hh: excise flower string.
3353
3354         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
3355
3356         * python/convertrules.py (lilypond_version_re_str): require
3357         only numbers and dots in \version string.
3358
3359 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3360
3361         * lily/system-start-delimiter.cc (print): allow style = text too.
3362
3363         * lily/system-start-delimiter-engraver.cc
3364         (acknowledge_system_start_text): new function, also add add to
3365         support of system-start-text (instrument names). This fixes
3366         instrument names on piano staves.
3367
3368         * lily/instrument-name-engraver.cc: rewrite. Use
3369         system-start-delimiter approach. This save memory and cpu.
3370
3371         * scm/define-grobs.scm (all-grob-descriptions): remove
3372         instrument-name from break-alignment.
3373
3374         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
3375
3376 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3377
3378         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
3379         jobserver going.
3380
3381         * configure.in (std_vector): On by default.
3382
3383         * lily/include/font-metric.hh:
3384         * lily/include/tfm-reader.hh: 
3385         * lily/include/spanner.hh: Use unsigned for indices and sizes.
3386         Update users.
3387
3388         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
3389
3390 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3391
3392         * VERSION (PACKAGE_NAME): 2.7.31
3393
3394         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
3395         EPS edge at 0, but take minimum with left-overshoot. This fixes
3396         cut off system start delims. 
3397
3398         * lily/instrument-name-engraver.cc (stop_translation_timestep):
3399         hack: add to axis group if not added yet. This fixes hara kiri'd
3400         piano staves.
3401
3402         * lily/hara-kiri-group-spanner.cc
3403         (force_hara_kiri_in_y_parent_callback): fix signatures.
3404
3405         * lily/hairpin.cc (print): check next hairpin to see whether or
3406         not to be continuing.
3407
3408 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3409
3410         * Remove trailing whitespace from makefiles.
3411         
3412         * flower/include/std-vector.hh: Add binary_search_bounds workaround
3413         for earlier gcc.
3414
3415         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
3416
3417         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
3418
3419         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
3420
3421         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
3422
3423         * configure.in: Use it.
3424
3425 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3426
3427         * scm/music-functions.scm (pitch-of-note): new function.
3428
3429         * ly/music-functions-init.ly: add \octave and \addquote
3430
3431         * lily/parser.yy (music_function_chord_body): softcode \octave.
3432         (lilypond_header): softcode \addquote
3433
3434 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3435
3436         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
3437         array.hh, parray.hh at all.  Getting ready to flip the
3438         configure default.
3439
3440         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
3441
3442         * lily/source-file.cc (file::get_line): Help binary_search_bounds
3443         a bit.
3444
3445         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
3446
3447 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3448
3449         * flower/include/array.hh: typo. 
3450
3451 2006-02-02  Graham Percival  <gpermus@gmail.com>
3452
3453         * Documentation/user/advanced-notation.itely: doc "\#" in text.
3454
3455 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3456
3457         * flower/include/pqueue.hh: Derive from std::vector.
3458
3459         * flower/include/parray.hh: Conform to std::vector interface.
3460         Update users.
3461
3462 2006-02-02  Graham Percival  <gpermus@gmail.com>
3463
3464         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
3465
3466 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3467
3468         * flower/file-path.cc (is_file): remove if 0 section.
3469
3470         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
3471         selecting afii61352.
3472
3473 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3474
3475         * flower/include/std-vector.hh (boundary): Oops, reverse.
3476
3477         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
3478         remove superfluous `d'.
3479
3480         * flower/include/std-vector.hh (boundary, top): Detach from class.
3481         Remove empty vector shell.
3482
3483         * flower/include/array.hh (reverse, swap): Detach from class.
3484         Update users.
3485         
3486         * flower/include/std-vector.hh
3487         * flower/include/array.hh (concat): Globally change to insert ().
3488
3489         
3490         * flower/include/std-vector.hh
3491         * flower/include/parray.hh
3492         * flower/include/array.hh (elem, elem_ref): Globally replace by
3493         at ().
3494
3495 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3496
3497         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
3498
3499         * python/convertrules.py (FatalConversionError.sub_cxx_id):
3500         anticipate on identifier substitutions.
3501
3502 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3503
3504         * flower/include/std-vector.hh (insert): Remove, replace by
3505         std::vector interface.  Update callers.
3506
3507         * flower/include/array.icc (insert): Change signature to
3508         match std::vector interface.
3509         
3510         * flower/include/array.icc (vector_sort): Bugfix.
3511
3512 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3513
3514         * lily/parser.yy (output_def_head_with_mode_switch): new
3515         production. Result: dashes and underscores may be used in the
3516         \paper block.
3517
3518         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
3519
3520         * python/convertrules.py (conv): oops. One slash too much.
3521
3522 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3523
3524         * flower/include/std-vector.hh (sort): Remove, replace by
3525         ::vector_sort.  Update callers.
3526
3527         * flower/include/std-vector.hh (slice): Remove.  Update callers.
3528         (sort): Bugfix.
3529
3530         * flower/test-std.cc (vector_sort): New test.
3531
3532 2006-02-01  Graham Percival  <gpermus@gmail.com>
3533
3534         * Documentation/user/putting.itely: fixes from Erik.
3535
3536 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3537
3538         * flower/test-std.cc: Add simple unit test for vector migration.
3539
3540         * stepmake/stepmake/test*: Unit test support.
3541
3542         * flower/include/std-vector.hh (del): Remove.  Use erase (),
3543         update callers.
3544
3545         * flower/include/array.hh (begin, end): Add.
3546         (del, get): Remove.
3547
3548 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3549
3550         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
3551         std::string not String. 
3552
3553         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
3554         iso UINT_MAX.
3555
3556         * lily/prob.cc (Prob): copy type_ too.
3557
3558         * lily/lily-guile.cc (mangle_cxx_identifier): new
3559         function. Class_bla::foo_bar_[px] ->
3560         ly:class-bla::foo-bar[?!]. Changes throughout
3561
3562 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3563
3564         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
3565
3566         * lily/beam.cc (calc_direction): take dir from visible stem in
3567         degenerate case.
3568
3569 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3570
3571         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
3572         Fix -1, >=0 boundary checks for unsigned vsize.
3573
3574         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
3575         loop for unsigned vsize.
3576
3577         * configure.in (--enable-std-vector): New option.
3578         (--enable-std-string): On by default.
3579
3580         * flower/include/std-vector.hh: New file.  Enable switch to
3581         std::vector, update client code.
3582
3583 2006-01-30  Graham Percival  <gpermus@gmail.com>
3584
3585         * scm/document-translation.scm: clarify "this context is also
3586         known as".  Thanks, Werner!
3587
3588         * Documentation/user/putting.itely: small fixes from Don Blaheta.
3589
3590         * Documentation/user/invoking.itely: small fix from Don.
3591
3592 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3593
3594         * scm/lily.scm (define-scheme-options): rename option
3595         preview-include-book-title to book-title-preview
3596         (define-scheme-options): move force-eps-font-include (from paper
3597         block) to eps-font-include -d option.
3598
3599         * VERSION (PATCH_LEVEL): release 2.7.30
3600
3601         * input/bach-schenker.ly (staffPiano): new file.
3602
3603         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
3604
3605         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
3606         credits to Nicolas.
3607
3608         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
3609
3610         * ps/lilyponddefs.ps: remove start-system, stop-system,
3611         start-page fluff. This saves putting { } code on the stack, fixing
3612         stack overflows when including EPS files.
3613
3614 2006-01-29  Graham Percival  <gpermus@gmail.com>
3615
3616         * Documentation/user/putting.itely: minor fixes (comments on -devel).
3617
3618 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3619
3620         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
3621
3622 2006-01-28  Graham Percival  <gpermus@gmail.com>
3623
3624         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
3625
3626 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3627
3628         * input/mutopia/claop.py: Update.
3629
3630 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3631
3632         * input/regression/completion-heads.ly (texidoc): fix.
3633
3634         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
3635
3636         * lily/tie-formatting-problem.cc
3637         (set_ties_config_standard_directions): use abs iso fabs for ints.
3638
3639         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
3640
3641         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
3642         little less than noteheight, to prevent overlaps in chords.
3643
3644         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
3645         head, and fudge stem-attachment.
3646
3647         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
3648
3649         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
3650
3651 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3652
3653         * lily/main.cc (main): Debugging aid: catch exceptions.
3654
3655         * flower/std-string.cc (to_string): Robustification.  Fixes midi
3656         output with std::string.
3657
3658 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3659
3660         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
3661
3662 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3663
3664         * Fix -DSTRING_UTILS_INLINED.
3665
3666 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3667
3668         * VERSION (PATCH_LEVEL): release 2.7.29
3669
3670         * lily/relocate.cc (setup_paths): mingw uses std string too.
3671
3672         * lily/*.cc: various fixes for substr(ARG).
3673
3674         * lily/sustain-pedal.cc (print): 
3675
3676         * flower/file-name.cc (slashify): use std strings.
3677
3678         * flower/string-convert.cc: remove publib.h
3679
3680         * scm/define-markup-commands.scm (verbatim-file): new markup
3681         command \verbatim-file
3682
3683         * Documentation/topdocs/NEWS.tely: fixup URLs
3684
3685         * input/regression/alignment-vertical-manual-setting.ly (Module):
3686         new file.
3687
3688         * lily/align-interface.cc (align_elements_to_extents): overwrite
3689         translations with numbers in alignment-offsets from left bound
3690
3691         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
3692         (page-translate-systems): new function: take into account Y-offset.
3693
3694         * Documentation/topdocs/NEWS.tely (Top): document new features.
3695
3696         * input/regression/page-layout-manual-position.ly (Module): new
3697         file.
3698
3699 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3700
3701         * flower/file-path.cc (path::parse_path): Oops.
3702
3703         * Finish std::string interface.  For now, use std:: marker
3704         throughout for easy s/r.
3705
3706 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3707
3708         * Documentation/user/putting.itely (Score is a single musical
3709         expression): typo.
3710         (Score is a single musical expression): more typos.
3711
3712         * scm/page.scm (annotate-space-left): thinko.
3713         (annotate-page): more thinkos.
3714
3715 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3716
3717         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
3718         for different \score blocks separately.
3719         (post-process-pages): put write-page-layout into paper block.
3720
3721         * lily/output-def.cc (get_parser): new file.
3722
3723         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
3724         file.
3725
3726         * lily/include/output-def.hh (class Output_def): add parser_ member.
3727
3728         * input/regression/page-layout-twopass.ly (Module): new file.
3729
3730         * scm/lily.scm: remove cpp hack.
3731
3732         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
3733
3734 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3735
3736         * GNUmakefile.in (c-clean): New target.
3737
3738         * flower/include/std-string.hh: String/std::string compatibility:
3739         Use NPOS for `not found' (iso -1), use ssize for length () and pos
3740         type.
3741
3742         * flower/rational.cc: 
3743         * flower/include/rational.hh: 
3744
3745         * flower/offset.cc: 
3746         * flower/include/offset.hh: 
3747
3748         * flower/interval.cc: 
3749         * flower/include/interval.hh: 
3750
3751         * flower/string-convert.cc: 
3752         * flower/include/string-convert.hh: Use std::string [interface].
3753         Update callers.
3754
3755 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
3756
3757         * Documentation/index.html.in: clean up.
3758
3759 2006-01-25  Graham Percival  <gpermus@gmail.com>
3760
3761         * Documentation/user/putting.itely: another new untested doc section.
3762
3763 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3764
3765         * scm/layout-page-layout.scm (write-page-breaks): write
3766         \spacingTweaks #ALIST. Handle grace timing.
3767
3768         * scm/: more imports.
3769
3770         * scm/page.scm (make-page): add footer/header.
3771         (annotate-space-left): revise: only take page argument.
3772         (layout->page-init): new function.
3773
3774         * scm/layout-page-layout.scm (write-page-breaks): preliminary
3775         version of the system/spacing/linebreak hack writing to the output
3776
3777         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
3778         ly:make-prob.
3779
3780         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
3781         ly:spanner-bound
3782
3783 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3784
3785         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
3786
3787         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
3788
3789         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
3790         handling to page.scm
3791
3792         * lily/prob-scheme.cc (LY_DEFINE): new file.
3793         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
3794
3795         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
3796         prob functions.
3797
3798         * lily/music.cc (derived_mark): derive Music from Prob.
3799
3800         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
3801
3802         * lily/prob.cc (Module): Implement Prob (Property Object), object
3803         with shared and r/w property alists.  
3804
3805         * lily/include/prob.hh (Module): new file. Declare Prob.
3806
3807         * flower/string.cc: remove is_empty().
3808
3809         * flower/include/string.hh (class String): remove String:: qualifier.
3810
3811         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
3812         substitute appropriate functions.
3813
3814         * flower/include/string.hh (class String): remove to_str0 and
3815         is_empty(). S&R everywhere.
3816
3817 2006-01-23  Graham Percival  <gpermus@gmail.com>
3818
3819         * Documentation/user/basic-notation.itely: add hairpin
3820         after-linebreak tweak to commonprop.
3821
3822         * Documentation/user/putting.itely: added two new sections.
3823
3824 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3825
3826         * flower/international.cc: 
3827         * flower/include/international.hh: 
3828
3829         * flower/getopt-long.cc: 
3830         * flower/include/getopt-long.hh: Use std::string [interface].
3831         Update callers.
3832
3833         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
3834
3835         * stepmake/stepmake/executable-rules.make: Add dependency on
3836         module libraries.
3837
3838 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3839
3840         * flower/file-path.cc: 
3841         * flower/include/file-path.hh: Use std::string [interface].
3842         Update callers.
3843
3844         * flower/direction.cc: 
3845         * flower/axis.cc: Unused.  Remove.
3846
3847         * configure.in (--enable-std-string): New option.
3848
3849         * flower/std-string.cc: 
3850         * flower/include/std-string.hh: New file.
3851
3852         * flower/file-name.cc[STD_STRING]:
3853         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
3854
3855 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3856
3857         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
3858
3859         * scm/define-markup-commands.scm (with-dimensions):
3860         with-dimensions markup command.
3861
3862         * input/test/font-table.ly: use it.
3863
3864         * lily/open-type-font.cc (glyph_list): new function.
3865
3866         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
3867
3868         * lily/ttf.cc: remove ly:font-glyph-list scheme function
3869
3870 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3871
3872         * ly/music-functions-init.ly (parallelMusic): new music function
3873         for parallel music entry.
3874
3875         * scm/define-music-properties.scm (all-music-properties): new
3876         'void music property
3877
3878         * scm/music-functions.scm (ly:music-message): make public, to be
3879         used in music function definitions
3880
3881         * scm/lily-library.scm (collect-music-for-book): discard music
3882         when the 'void property is set.
3883
3884 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3885
3886         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
3887
3888         * mf/GNUmakefile: idem.
3889
3890         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
3891
3892         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
3893
3894         * Documentation/user/notation-appendices.itely (The Feta font):
3895         use it.
3896
3897         * input/test/font-table.ly: new file. Generate font table within lily.
3898
3899         * Documentation/user/notation-appendices.itely (The Feta font):
3900         use new font-table.ly file. 
3901
3902         * stepmake/stepmake/install-out-targets.make
3903         (local-install-outfiles): only create directory if
3904         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
3905
3906 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3907
3908         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
3909
3910         * VERSION (PACKAGE_NAME): release 2.7.28
3911
3912         * scm/framework-ps.scm (write-preamble): use it to pick exactly
3913         the right font from a Mac dfont.
3914         (write-preamble): don't forget directory, only look at files.
3915
3916         This fixes problems with TTF files in dfonts that don't match
3917         their PostScript names.
3918          
3919         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
3920         PS name from TTF font.
3921
3922         * input/regression/tie-manual.ly: document new feature.
3923
3924         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
3925
3926         * VERSION (MY_PATCH_LEVEL): bump to .28
3927
3928         * Documentation/user/basic-notation.itely (Ties): add tie examples
3929         refs.
3930
3931         * lily/tie-formatting-problem.cc (score_ties_configuration):
3932         symmetry penalties for outer ties.
3933
3934 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3935
3936         * lily/tie-formatting-problem.cc (generate_configuration) 
3937         (set_manual_tie_configuration): skip non-pair manual
3938         tie-configuration, so you can set individual ties as
3939
3940           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
3941
3942         * input/regression/tie-chord.ly: use generateTiePattern to
3943         simplify file.
3944
3945         * lily/tie-formatting-problem.cc (peak_around): new function.
3946         (score_configuration): use sliding criterion for staff line collisions. 
3947         (score_configuration): idem for dot collisions.
3948         (generate_configuration): use separate stem_gap for gap to stem.
3949
3950         * lily/include/tie-formatting-problem.hh (struct Tie_details):
3951         separate penalty factors for x and y distance.
3952         (struct Tie_details): separate penalties for tip and center line collisions.
3953
3954 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
3955
3956         * lily/tie-formatting-problem.cc (generate_configuration): make
3957         large ties avoid stafflines in the horizontal section.
3958         (score_configuration): use softcoded penalties
3959         (score_aptitude): idem.
3960
3961         * lily/tie-helper.cc (from_grob): softcode tie details
3962
3963         * lily/staff-symbol-referencer.cc (on_staff_line): new function
3964
3965         * lily/staff-symbol-referencer.cc (on_line): rename from
3966         on_staffline 
3967
3968 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3969
3970         * ly/music-functions-init.ly: remove duplicate tag.
3971
3972         * lily/include/*.hh: GCC 4.1 fixes.
3973
3974 006-01-16  Erlend Aasland  <erlenda@gmail.com>
3975
3976         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
3977
3978         * scm/define-music-types.scm: fix bug in desc. string
3979         for OverrideProperty
3980
3981 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
3982
3983         * scripts/lilypond-book.py: bugfix
3984
3985         * scm/define-music-types.scm: fix typos.
3986
3987 2006-01-14  Graham Percival  <gpermus@gmail.com>
3988
3989         * Documentation/user/ basic-notation.itely, global.itely,
3990         advanced-notation.itely, instrument-notation.itely: small
3991         additions (bugs and commonly tweaked properties).
3992
3993 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3994
3995         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
3996         detection of mingw build.
3997         (MINGW_BUILD): opps.
3998
3999 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4000
4001         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
4002         i686-mingw32.
4003
4004 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4005
4006         * scm/music-functions.scm (skip->rest): add skip->rest
4007
4008 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4009
4010         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
4011         explicitly.
4012
4013         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
4014         config dirs. Aids debugging. 
4015         (display_config): also display config files.
4016
4017 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4018
4019         * VERSION: release 2.7.27
4020
4021         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
4022         for determining bar size.
4023
4024         * lily/staff-symbol.cc (print): place lines at distance line-positions
4025
4026         * scm/define-grob-properties.scm (all-user-grob-properties): add
4027         line-positions.
4028
4029         * lily/staff-symbol.cc (height): new function.
4030
4031         * input/regression/staff-line-positions.ly:  new file.
4032
4033 2006-01-06  Graham Percival  <gpermus@gmail.com>
4034
4035         * input/test/add-staccato.ly: remove reference to old file.
4036
4037 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4038
4039         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
4040         lilypond binary too.
4041
4042 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4043
4044         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
4045
4046 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4047
4048         * scripts/midi2ly.py: Bugfix: Declare datadir.
4049
4050         * make/ly-rules.make:
4051         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
4052         that seems to be gone). Fixes make web.
4053
4054         * The grand 2005-2006 replace.
4055
4056         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
4057
4058 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4059
4060         * make/lilypond-vars.make: set LILYPOND_BINARY variable
4061         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
4062         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
4063         like -dgs-font-load.
4064
4065         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
4066         remove absolute path to lilypond binary.
4067         
4068 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
4069
4070         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
4071
4072 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4073
4074         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
4075
4076         * mf/GNUmakefile: remove broken dvips map symlink.
4077
4078 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4079
4080         * lily/main.cc: 
4081         * configure.in: Cosmetic fixes.
4082
4083 2006-01-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4084
4085         * Documentation/user/music-glossary.tely (Pitch names): Added
4086         Spanish pitch names and durations, thanks to Ernesto Gancedo
4087
4088 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4089
4090         * scm/lily.scm (define-scheme-options): use quasi-quote for option
4091         init. Fixes verbose printing of .scm files.
4092
4093         * stepmake/aclocal.m4: add spaces before - options.
4094         
4095 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4096
4097         * lily/relocate.cc (setup_paths): Bugfix: do not store result
4098         of path search in local block variable.
4099
4100 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4101
4102         * configure.in (NCSB_DIR): --enable-ncsb-dir
4103         (LINK_GXX_STATICALLY): denko.
4104
4105         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
4106
4107         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
4108         use locate to find c059033l.pfb. 
4109         
4110 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4111
4112         * lily/tie-formatting-problem.cc
4113         (problem::generate_base_chord_configuration): Use my_round (was
4114         round).
4115
4116         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
4117         do not invoke mbrtowc.
4118
4119         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
4120
4121 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4122
4123         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
4124
4125 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
4126
4127         * Documentation/user/invoking.itely (svg): revise.
4128
4129 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4130
4131         * lily/lexer.ll: use sourcefilename iso. renameinput.
4132
4133 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4134
4135         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
4136         <PostScriptName>.ttf instead of c059XXXttf.
4137
4138         * lily/program-option.cc (LY_DEFINE): special support for
4139         --verbose, so it works before option init too.
4140  
4141         * mf/GNUmakefile (local-install): oops.
4142
4143         * lily/lyric-hyphen.cc (print): oops.
4144
4145         * buildscripts/pfx2ttf.fontforge: new file.
4146         
4147         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
4148         ($(outdir)/%.ttf): new rule. 
4149
4150         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
4151         to LyricHyphen.
4152
4153         * lily/lyric-hyphen.cc (print): multiply hyphen height by
4154         font-size
4155
4156 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4157
4158         * VERSION: release 2.7.26
4159         
4160         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
4161
4162 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4163
4164         * lily/font-config.cc (init_fontconfig): verbosity.
4165
4166         * THANKS: add Muziekacademie Lede. 
4167
4168         * scripts/musicxml2ly.py (print_voice_definitions): new function 
4169         (print_score_setup): new function
4170         (convert): read part definition to output staves properly.
4171
4172         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
4173         Music_xml notes.
4174
4175         * python/musicexp.py (Output_printer.__init__): use _ in data
4176         members.
4177         (Output_printer.unformatted_output): new function: no formatting,
4178         but count braces.
4179         (Duration.get_length): remove isinstance() checks for
4180         Output_printer everywhere.
4181
4182         * input/regression/lyrics-bar.ly (texidoc): add
4183         Separating_line_group_engraver.
4184
4185 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4186
4187         * lily/relocate.cc (framework_relocation): New function,
4188         factored from set_relocation ().
4189         (prefix_relocation): Rename from set_relocation ().
4190         (setup_paths): Use it.
4191
4192 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4193
4194         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
4195         numbers. Patch by Erlend Aasland.
4196
4197 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4198
4199         * lily/font-config.cc (init_fontconfig): print warning if cache
4200         file is not existant.
4201
4202         * lily/main.cc: don't use #ifdef but #if
4203
4204 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4205
4206         * lily/grob-property.cc (internal_set_property): don't abort on
4207         calculation-in-progress.
4208
4209         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
4210
4211         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
4212         connect-to-neighbor property not connect-to-other
4213
4214         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
4215         (LY_DEFINE): oops. don't forget protection.
4216
4217         * flower/parse-afm.cc (Module): strip AFM handling completely.
4218
4219         * lily/stencil-expression.cc: idem.
4220
4221         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
4222
4223         * lily/function-documentation.cc (ly_add_function_documentation):
4224         use static member iso. Protected_scm
4225
4226         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
4227
4228         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
4229
4230 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4231
4232         * lily/relocate.cc (set_env_dir): New function.
4233         (set_relocation): Use it to fix setting PANGO_PREFIX.
4234
4235 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4236
4237         * input/regression/stem-direction-context.ly: remove rest.
4238
4239         * lily/melody-engraver.cc (process_music): restart for bar lines.
4240         (acknowledge_slur): restart for slurs.
4241
4242 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
4243
4244         * Documentation/user/invoking.itely: describe how to view SVG 
4245         output using Inkscape which replace embedded fonts with OTF fonts.
4246
4247 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4248
4249         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
4250
4251 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4252
4253         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
4254         comment.
4255
4256 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4257
4258         * VERSION (PACKAGE_NAME): release 2.7.25
4259
4260         * Documentation/topdocs/NEWS.tely (Top): document new feature.
4261
4262         * input/regression/stem-direction-context.ly: new file.
4263
4264         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
4265
4266         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
4267         on rest.
4268
4269         * ly/engraver-init.ly: add Melody_engraver
4270
4271         * lily/beam.cc (calc_direction): use default-direction
4272         iso. get_default_direction()
4273
4274         * scm/define-grob-properties.scm (all-user-grob-properties): add
4275         default-direction property.
4276
4277         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
4278
4279         * lily/stem.cc (calc_default_direction): remove
4280         Stem::get_default_direction, use default-direction with callback
4281         instead.
4282
4283         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
4284
4285         * lily/melody-engraver.cc: new file. Acknowledge stems for
4286         interpolated stem directions. 
4287
4288         * lily/melody-spanner.cc: new file. Interpolate stem directions.
4289
4290         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
4291
4292         * lily/slur-configuration.cc (fit_factor): more robust check for
4293         point in curve X-extent.
4294
4295         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
4296         (outside_slur_callback): check for 'outside avoidance.
4297
4298         * lily/slur-configuration.cc (score_extra_encompass): don't use
4299         bound->column() == avoid->column() for checking extents, as this
4300         doesn't work for accidentals. 
4301
4302         * lily/slur-engraver.cc (acknowledge_extra_object): remove
4303         DynamicText hardcoding.
4304
4305         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
4306         crash if bound stem is NULL
4307
4308         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
4309         pedals.
4310
4311 2005-12-22  Graham Percival  <gpermus@gmail.com>
4312
4313         * scm/define-markup-commands.scm: typo.  @code{\raise}
4314         => @code{\\raise}.
4315
4316         * darwin.patch: now used again, includes a
4317         required patch from fink.
4318
4319 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
4320
4321         * po/TODO: mention gtranslator along with kbabel.
4322         * po/fi.po: update translations.
4323
4324 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4325
4326         * lily/relocate.cc (setup_paths): Bugfix.
4327
4328 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4329
4330         * lily/slur-configuration.cc (score_extra_encompass): don't use
4331         "avoid" choice for avoid-slur.
4332
4333         * stepmake/bin/install.py (dest): don't create existing dir.
4334
4335 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4336
4337         * stepmake/bin/install.py: Remove file before copying.
4338
4339         * config.make.in: 
4340         * stepmake/aclocal.m4: Do not substitute INSTALL.
4341
4342 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4343
4344         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
4345         depend on link-tree.
4346
4347         * lily/relocate.cc (setup_paths): only check path for non-absolute
4348         dir without directory part.
4349
4350         * flower/file-name.cc (is_absolute):  new method.
4351         (is_absolute): check root_ too.
4352
4353 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4354
4355         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
4356         relocation code.  Oops, don't comment out too much.
4357
4358         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
4359         iso itself.
4360
4361         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
4362         compile.
4363
4364 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4365
4366         * .cvsignore: Add install-sh.
4367
4368         * autogen.sh (srcdir): Typo.
4369
4370 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4371
4372         * autogen.sh (srcdir): urg. Touch install-sh.
4373
4374         * stepmake/bin/install-sh (Module): remove.
4375
4376         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
4377
4378         * lily/include/relocate.hh: new file.
4379
4380         * lily/relocate.cc: new file. Contain relocation logic.
4381
4382         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
4383         (main): read LILYPOND_VERBOSE as the first thing.
4384
4385         * stepmake/aclocal.m4: remove INSTALL variable.
4386
4387         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
4388         separate target for making font symlinks.
4389         (documentation-dir): use $(if $(findstring )) for switching off
4390         Documentation.
4391
4392         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
4393         something if DOCUMENTATION is no.
4394
4395 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4396
4397         * VERSION: release 2.7.24
4398
4399         * lily/script-column-engraver.cc (stop_translation_timestep):
4400         delay adding to script-column.
4401
4402         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
4403
4404         * python/convertrules.py (conv): rule for number-visibility
4405
4406         * lily/slur-configuration.cc (score_extra_encompass): different
4407         distance measure for avoid and inside avoidance.
4408         (score_extra_encompass): use 1/(distance+eps) as penalty.
4409
4410         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
4411         encompass objects for generating slur curves.
4412
4413         * lily/slur.cc: use details iso. slur-details property.
4414
4415         * input/regression/slur-tuplet.ly: new file.
4416
4417         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
4418
4419         * flower/include/offset.hh (class Offset): new operator /=
4420
4421         * lily/tuplet-number.cc (print): new file, new interface.
4422
4423         * scm/define-grob-properties.scm (all-user-grob-properties):
4424         remove number-visibility property.
4425
4426         * lily/tuplet-bracket.cc (calc_control_points): new function
4427         (calc_connect_to_neighbors): new function.
4428         (print): remove text handling for tuplet numberdef.
4429
4430         * lily/tuplet-engraver.cc (struct Tuplet_description): create
4431         TupletNumbers too. 
4432
4433         * lily/lily-guile.cc (robust_scm2booldrul): new function
4434
4435         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
4436
4437         * lily/tuplet-bracket.cc (calc_position_and_height): use
4438         staff-padding to control whether tuplet brackets are over staves.
4439
4440         * lily/grob.cc (suicide): clear dim_caches_.
4441
4442         * lily/dimension-cache.cc (clear): new function.
4443
4444         * lily/grob.cc (extent): swap order of min-extent and extent
4445         calculations. This fixes hara kiri staves. 
4446
4447 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4448
4449         * lily/main.cc: Nitpick: relocation is not based on path, but on
4450         directory (location).
4451
4452 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4453
4454         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
4455
4456         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
4457
4458         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
4459
4460         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
4461
4462         * stepmake/stepmake/generic-vars.make (Module): idem.
4463
4464         * stepmake/stepmake/executable-targets.make (default): use it.
4465
4466         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
4467
4468         * make/GNUmakefile: don't install make rules.
4469
4470         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
4471         slashes.
4472         (prepend_env_path): more verbosity.
4473
4474 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4475
4476         * GNUmakefile.in: add dir argument for find command.
4477
4478         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
4479         fixes weird line numbers for point & click.
4480
4481         * lily/source-file.cc (get_counts): init line/column/char counts.
4482
4483 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4484
4485         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
4486
4487 2005-12-16  Graham Percival  <gpermus@gmail.com>
4488
4489         * Documentation/user/basic-notation.itely, advanced-notation.itely:
4490         minor fixes from Fredric.  Thanks!
4491
4492 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4493
4494         * ly/music-functions-init.ly: add \bar and \clef music function 
4495
4496         * lily/lily-lexer.cc: idem.
4497
4498         * lily/parser.yy (FIXME): remove BAR and CLEF.
4499
4500 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4501
4502         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
4503
4504         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
4505         function arguments too
4506
4507         * lily/main.cc (set_relocation): new function.
4508
4509         * scripts/musicxml2ly.py (convert): add \version
4510
4511         * lily/tie.cc: remove get_default_attachments()
4512
4513         * VERSION (PACKAGE_NAME): release 2.7.23
4514         
4515         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
4516         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
4517
4518         * Documentation/topdocs/NEWS.tely (Top): document new feature.
4519
4520         * lily/tie-formatting-problem.cc (score_ties): new function
4521         (get_variations): new function. Try flipping dirs for collisions.
4522         (generate_optimal_chord_configuration): new function. 1-opt search
4523         for better configuration.
4524
4525         * lily/tie-configuration.cc: new file.
4526
4527         * lily/tie.cc: junk Tie::get_configuration()
4528
4529         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
4530         (score_ties_configuration): new function.
4531         (generate_ties_configuration): new function.
4532         (generate_base_chord_configuration): new function.
4533         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
4534         (set_manual_tie_configuration): Move body from tie-column-format.cc 
4535
4536         * input/regression/tie-dot.ly: new file.
4537
4538         * lily/tie-formatting-problem.cc (score_configuration): score
4539         tie/dot collisions.
4540
4541         * lily/tie-helper.cc (get_transformed_bezier): new function
4542
4543         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
4544
4545         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
4546         -undefined suppress iso. -framework Python 
4547
4548         * scm/define-grobs.scm (all-grob-descriptions): set
4549         springs-and-rods (thanks Joe Neeman!)
4550
4551 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4552
4553         * input/no-notation/display-lily-tests.ly (test): 
4554         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
4555         changed from \tag #'(a b) to \tag #'a \tag #'b
4556
4557 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4558
4559         * Documentation/topdocs/NEWS.tely: strip out-www.
4560
4561         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
4562
4563         * config.make.in (AR): add AR and RANLIB
4564
4565         * flower/libc-extension.cc: include cassert
4566
4567         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
4568         darwin check.
4569
4570 2005-12-11  Graham Percival  <gpermus@gmail.com>
4571
4572         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
4573
4574         * stepmake/stepmake/python-modules-vars.make: define
4575         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
4576
4577         * THANKS: added Johannes Schindelin.
4578
4579 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4580
4581         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
4582
4583         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
4584         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
4585
4586         * lily/parser.yy: reorganize file layout.
4587
4588         * ly/music-functions-init.ly: add tweak music function.
4589
4590         * lily/grob-info.cc (ultimate_music_cause): new function:
4591         recursively lookup causes. 
4592
4593         * lily/parser.yy (chord_body_element): allow music functions for
4594         post-events, allow music functions for chord elements. 
4595  
4596         * lily/font-config-scheme.cc (display_fontset): add cast.
4597
4598         * python/convertrules.py (FatalConversionError.sub_syms): \tag
4599         #'(a b) -> \tag #'a \tag #'b rule.
4600
4601         * python/musicexp.py (Output_printer.dump_version): new function
4602
4603 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4604
4605         * lily/parser.yy (FIXME): remove \tag
4606         (FIXME): remove tag_music() function.
4607
4608         * lily/lily-lexer.cc: remove \tag
4609
4610         * ly/music-functions-init.ly: define music-function "tag"
4611
4612         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
4613
4614 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4615
4616         * VERSION (PATCH_LEVEL): release 2.7.22
4617
4618         * input/regression/lyric-hyphen-retain.ly: renew.
4619
4620         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
4621         grob
4622
4623         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
4624         iso. minimum-length property for rods.
4625
4626         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
4627         LyricSpace item to keep lyrics spaced apart.
4628
4629         * ly/engraver-init.ly: remove Separating_line_group_engraver
4630
4631         * Documentation/user/music-glossary.tely: do setfilename before
4632         music-glossary.
4633
4634 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
4635
4636         * Documentation/user/lilypond-book.itely: use `,´ after xref:
4637         See xref documentation, for example.
4638
4639 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4640
4641         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
4642         pending_skip iso. ly_voice[-1]
4643         (main): add if __main__ for debugging.
4644
4645         * python/musicxml.py (Accidental.__init__): new class.
4646
4647         * scripts/musicxml2ly.py (progress): new function
4648         (musicxml_key_to_lily): don't barf on modeless keys.
4649         (create_skip_music): new function.
4650         (musicxml_spanner_to_lily_event): new function. Handle beams too.
4651         (musicxml_note_to_lily_main_event): new function.
4652
4653         * python/musicexp.py (Music.__init__): add comment field.
4654         (NestedMusic.append): new routine.
4655         (SequentialMusic.print_ly): print comment.
4656         (ArpeggioEvent.ly_expression): new class
4657         (BeamEvent.ly_expression): new class
4658         (NoteEvent.__init__): support for cautionary/forced accs.
4659
4660         * lily/lookup.cc (slur): normal order for array loop.
4661
4662         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
4663         to 0.0.
4664
4665         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
4666         collapsed.
4667
4668 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
4669
4670         * scm/music-functions.scm: Make phrasing slurs follow voice direction
4671
4672         * scripts/lilypond-book.py: Introduce option
4673             --preserve-line-breaks, for usage with srcltx
4674
4675 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4676
4677         * scm/output-lib.scm (print-circled-text-callback): draw circle
4678         around text using make-circle-markup.
4679
4680         * Documentation/user/*: strip out-www from file names.
4681
4682 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
4683
4684         * Documentation/user/lilypond.tely (direntry): remove empty lines;
4685         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
4686
4687 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4688
4689         * Documentation/user/GNUmakefile: idem.
4690
4691         * Documentation/user/macros.itexi: strip out-www
4692
4693         * python/rational.py: python 2.3 compat.
4694
4695         * VERSION (PATCH_LEVEL): release 2.7.21
4696
4697         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
4698         option formatting, lilypond style.
4699
4700         * python/musicexp.py: grab from Ikebana: a library for composing
4701         ly music expressions. 
4702         (Output_printer): class for advanced .ly printing.
4703         (eg. tupletting) 
4704
4705         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
4706         convert to pythonesque structure.
4707
4708         * python/rational.py: PD rational number class.
4709
4710         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
4711
4712 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
4713
4714         * lily/part-combine-iterator.cc: Minor bugfix
4715         
4716         * THANKS: Update bughunters
4717
4718 2005-12-02  Werner Lemberg  <wl@gnu.org>
4719
4720         * mf/README: Document process for proper mf2pt1 conversion.
4721
4722         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
4723         overlapping.
4724
4725         * mf/feta-harmonica.mf: Removed.  Unused.
4726
4727 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4728
4729         * scripts/lilypond-book.py (do_file): fix thinkos.
4730
4731 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4732
4733         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
4734         ($(outdir)/parser.cc): 
4735         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
4736
4737 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
4738
4739         * ly/titling-init.ly (tagline): it should be a space between
4740         "Music engraving by LilyPond" and the version number.
4741
4742 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4743
4744         * VERSION (PACKAGE_NAME): release 2.7.20
4745
4746 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4747
4748         * scm/define-markup-commands.scm (pad-to-box): new markup command.
4749
4750         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
4751         1.0.
4752         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
4753
4754 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4755
4756         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
4757
4758         * kpath-guile/: remove directory
4759
4760         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
4761         file. Encapsulate kpathsea using commandline tools.
4762
4763         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
4764         kpathsea) module.
4765
4766 2005-11-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4767
4768         * Documentation/user/advanced-notation.itely (Setting automatic
4769         beam behavior): Correct a few typos. Thanks to David Bobroff.
4770
4771         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
4772         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
4773
4774 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4775
4776         * scripts/*.py: gmane address for bugs.
4777
4778 2005-11-28 Pal Benko <benkop@freestart.hu>
4779         
4780         * make/ly-rules.make: add -f switch to mv
4781
4782         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
4783
4784         * lily/bar-line.cc: interpret it
4785
4786 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4787
4788         * configure.in (--disable-documentation): New switch.
4789
4790         * GNUmakefile.in: Use it.
4791
4792         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
4793
4794 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4795
4796         * scripts/lilypond-book.py (do_file): search chunks for
4797         \\begin{document}
4798
4799         * GNUmakefile.in: add copy step in between so we can lose the
4800         out-www directories.
4801
4802 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4803
4804         * lily/pango-font.cc (pango_item_string_stencil): put
4805         geometry.width into glyph-string too.
4806
4807 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4808
4809         * scm/define-music-display-methods.scm (RevertProperty):
4810         (OverrideProperty): Use grob-property-path property, a list of
4811         symbols, instead of grob-property, which used to be a single
4812         symbol.
4813         (BassFigureEvent): a figure can be a plain number, not necessarily a
4814         markup.
4815
4816 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4817
4818         * VERSION: release 2.7.19
4819         
4820         * lily/figured-bass-engraver.cc (process_music): check
4821         figuredBassCenterContinuations first.
4822
4823         * scm/translation-functions.scm (format-bass-figure): make double
4824         sharp larger. 
4825
4826         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
4827         determine X-parent.
4828
4829         * lily/system-start-delimiter-engraver.cc: move from
4830         Nested_system_start_delimiter_engraver, rename
4831         Nested_system_start_delimiter_engraver ->
4832         System_start_delimiter_engraver.
4833
4834         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
4835         bracket type from hierarchy.
4836
4837 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4838
4839         * lily/rest.cc (y_offset_callback): read staff-position.
4840
4841         * scm/define-grob-properties.scm (all-user-grob-properties): don't
4842         mark after-line-breaking-callback as internal.
4843
4844         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
4845
4846 2005-11-25  Werner Lemberg  <wl@gnu.org>
4847
4848         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
4849
4850 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4851
4852         * stepmake/bin/add-html-footer.py (do_file): add google
4853
4854         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
4855         staff if first_start_ is true.
4856
4857 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4858
4859         * scripts/midi2ly.py (split_track): add __repr__ members.
4860         (track_first_item): only return Item if not None. This fixes a
4861         problem when dumping a track that starts with an empty channel.
4862
4863         * python/midi.c: doc module.
4864
4865 2005-11-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4866
4867         * Documentation/user/global.itely (Creating MIDI files): Fix
4868         compilation problem.
4869
4870 2005-11-22  Graham Percival  <gpermus@gmail.com>
4871
4872         * Documentation/user/basic-notation.itely: clarify dynamic
4873         padding text.
4874
4875         * Documentation/user/advanced-notation.itely: add unicode
4876         escape control example, whatever that is.  :)
4877
4878         * Documentation/user/global.itely: added "removing dynamics
4879         from MIDI" code.
4880
4881 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4882
4883         * VERSION (PATCH_LEVEL): release 2.7.18
4884
4885         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
4886         System_start_delimiter_engraver by
4887         Nested_system_start_delimiter_engraver.
4888
4889         * lily/nested-system-start-delimiter-engraver.cc (struct
4890         Bracket_nesting_node): new class.
4891         (struct Bracket_nesting_group): new class
4892         (struct Bracket_nesting_staff): new class.
4893         (process_music): create hierarchy of grobs. This allows separate
4894         tuning of different SSDs. 
4895
4896         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
4897         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
4898
4899 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4900
4901         * lily/side-position-interface.cc (aligned_side): multiply
4902         staff_radius by 2.
4903
4904         * lily/script-engraver.cc (make_script_from_event): allow setting
4905         values to '()
4906
4907 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4908
4909         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
4910
4911         * scm/define-grobs.scm (all-grob-descriptions): new grob
4912         NestedSystemStartDelimiter.
4913
4914         * input/regression/system-start-heavy-bar.ly: new file.
4915
4916         * lily/nested-system-start-delimiter-engraver.cc: new file.
4917
4918         * lily/nested-system-start-delimiter.cc: new file.
4919
4920         * input/regression/system-start-nesting.ly: new file.
4921
4922         * scm/define-grobs.scm (all-grob-descriptions): use X side
4923         positioning for positioning braces for nested contexts.
4924
4925         * lily/system-start-delimiter.cc (print): don't divide extent by
4926         staff_space.
4927         (print): use style iso. glyph.
4928         (staff_bracket): translate glyph inside routine already.
4929
4930 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
4931
4932         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
4933         names.
4934
4935 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4936
4937         * scm/define-context-properties.scm
4938         (all-user-translation-properties): rename figuredBassFormatter
4939         from newFiguredBassFormatter.
4940
4941         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
4942
4943         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
4944
4945         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
4946
4947         * lily/beam.cc (calc_beaming): new function.
4948         (calc_shorten): new function.
4949
4950         * THANKS: add Edward Neeman.
4951
4952         * input/regression/accidental-clef-change.ly: new file.
4953
4954         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
4955
4956         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
4957
4958         * lily/clef-engraver.cc (inspect_clef_properties): reset
4959         localKeySignature for clef changes.
4960
4961 2005-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4962
4963         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
4964         add dummy definition that works in Linux and add information in
4965         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
4966
4967         * Documentation/user/changing-defaults.itely (Modifying context
4968         plug-ins): Add index for \with.
4969
4970         * Documentation/user/music-glossary.tely (dal segno): Updated
4971         example to version >=2.6.
4972
4973 2005-11-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4974
4975         * Documentation/user/instrument-notation.itely (Printing chord
4976         names): Reorder \chordmode and \repeat in one example.
4977
4978 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4979
4980         * VERSION: release 2.7.17
4981         
4982         * Documentation/topdocs/NEWS.tely (Top): add note about
4983         refactoring.
4984
4985         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
4986         new function. Search region of 3 positions for best tie.
4987         (score_configuration): new function.
4988         (score_aptitude): new function.
4989         (generate_configuration): new function.
4990         (get_configuration): new function.
4991         (Tie_formatting_problem): new function
4992
4993         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
4994
4995         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
4996
4997         * THANKS: add Eduardo Vieira & Ralph Little
4998
4999         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
5000         narrower.
5001
5002         * lily/include/tie-formatting-problem.hh (class
5003         Tie_formatting_problem): add Tie_details to
5004         Tie_formatting_problem. Update calling conventions.
5005
5006         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
5007         config.make.
5008
5009         * Documentation/user/lilypond.tely: remove musedata2ly entry.
5010
5011 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
5012
5013         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
5014         scm/define-context-properties.scm: Maintenance bugfix: make
5015         ligature brackets work again by removing obsolete ligature
5016         primitive callback push/pop.
5017
5018         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
5019         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
5020         value.
5021
5022 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5023
5024         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
5025         used and do not call it a path.
5026         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
5027
5028 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5029
5030         * lily/include/tie-formatting-problem.hh (class
5031         Tie_formatting_problem): new file.
5032
5033         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
5034
5035         * Documentation/misc/ChangeLog-2.3:  new file.
5036
5037         * lily/audio-staff.cc (output): degarianize.
5038
5039 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5040
5041         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
5042         Unset PYTHONOPTIMIZE.  Fixes install if set.
5043
5044 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5045
5046         * python/convertrules.py (conv): add warning about drums. 
5047
5048         * make/stepmake.make: include toplevel-version.make after config.make.
5049
5050         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
5051         also allow python2.4
5052
5053         * config.make.in (configure-srcdir): remove GXX GCC vars.
5054
5055         * stepmake/aclocal.m4: don't do non-srcdir build with
5056         symlinks. Use inclusion, so the src directory name can be changed.
5057
5058 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5059
5060         * make/mutopia-vars.make:
5061         * make/ly-vars.make: Use src-wildcard iso wildcard for source
5062         files.
5063
5064 2005-11-13  Werner Lemberg  <wl@gnu.org>
5065
5066         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
5067         but the affected path.  This ensures that the (overlapping) outlines
5068         have the same direction, which is a necessary prerequisite for
5069         FontForge's algorithm to remove overlaps.
5070         Formatting.
5071
5072         * mf/feta-haak.mf: Formatting.
5073         (draw_bracket): Slightly modify outline to avoid an unnecessary
5074         corner.
5075         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
5076         them from the affected paths.
5077
5078 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5079
5080         * mf/README: remove xpm / accordion notes.
5081
5082         * lily/tie-column-format.cc (set_chord_outline): add dots into
5083         skyline extents. This fixes tie formatting if the left head has dots.
5084
5085         * lily/tie.cc (get_configuration): only shift tie by a whole staff
5086         space inside the staff.
5087         (get_configuration): shift another position if necessary in case
5088         of left head tie  
5089
5090 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5091
5092         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
5093         buildscript-dir iso. $(depth)/buildscripts.
5094
5095         * tex/GNUmakefile (local-uninstall): remove
5096         music-drawing-routines.ps juggling.
5097
5098         * stepmake/stepmake/install-targets.make (local-install-files):
5099         prepend src-dir to install targets.
5100
5101         * lily/system-start-delimiter-engraver.cc
5102         (acknowledge_system_start_delimiter): use
5103         add_offset_callback(). This fixes translation of nested
5104         staffgroups.
5105
5106         * lily/grob-closure.cc (add_offset_callback): only encaps in
5107         simple_closure if it's a procedure.
5108         
5109         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
5110         from bar-line.
5111
5112         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
5113         remove-empty where pertinent.
5114
5115 2005-11-12  Graham Percival  <gpermus@gmail.com>
5116
5117         * Documentation/user/instrument-notation.itely: added
5118         Cameron Horsburgh's multiple stanzas docs.  Thanks!
5119
5120 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5121
5122         * lily/GNUmakefile
5123         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
5124         make picture in builddir, not srcdir.
5125
5126 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5127
5128         * VERSION: release 2.7.16
5129         
5130         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
5131         shell arguments. 
5132
5133 2005-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5134
5135         * Documentation/user/examples.itely (Piano templates): Minor
5136         modification to the Piano centered lyrics example.
5137
5138 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5139
5140         * scripts/lilypond-invoke-editor.scm (run-browser): look at
5141         $BROWSER.
5142
5143         * Documentation/user/point-and-click.itely: simplify p&c
5144         instruction: don't configure firefox. Put lilypond-invoke-editor
5145         in front of the browser.
5146
5147         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
5148         (run-browser): new function.
5149
5150         * lily/parser.yy (Lily_lexer): recognize Book
5151
5152         * lily/book.cc (clone): new function
5153
5154         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
5155
5156 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
5157
5158         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
5159         Maintenance bugfix: reduce number of font related warnings by
5160         updating naming conventions for glyph-name.
5161
5162 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5163
5164         * scm/define-grobs.scm (all-grob-descriptions): add
5165         rhythmic-grob-interface to TabNoteHead.
5166
5167         * scm/layout-beam.scm (check-quant-callbacks): remove
5168         set_stem_lengths()
5169
5170 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
5171
5172         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
5173         alignment of centered divisiones.
5174
5175         * scm/scripts.scm (articulations): Maintenance bugfix:
5176         follow-into-staff -> quantize-position.
5177
5178         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
5179         plica head in porrectus deminutus.
5180
5181 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5182
5183         * make/lilypond.fedora.spec.in (Group): add %clean section.
5184
5185         * lily/tuplet-bracket.cc (print): change check: remove bracket if
5186         less then 1/5th of total length.  
5187         (print): use gap too.  Fixes tupletUp-single-bracket.ly
5188
5189         * scm/music-functions.scm (glue-mm-rest-texts): also put other
5190         events into EventChord. This fixes textspanners on mm rests. Fixes
5191         spanner-rest.ly
5192
5193         * lily/side-position-interface.cc (get_axis): read side-axis
5194         (set_axis): set side-axis.
5195
5196         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
5197         properties everywhere.
5198
5199         * lily/spacing-spanner.cc (breakable_column_spacing): add
5200         average-spacing-wishes. Take maximum if not set.
5201         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
5202
5203         * scm/define-grobs.scm (all-grob-descriptions): add
5204         average-spacing-wishes.
5205
5206         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
5207         offset callbacks. This fixes alignment for Fingering objects.
5208
5209         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
5210         space for key - timesig combination. 
5211
5212         * input/regression/script-stem-tremolo.ly (Module): new file.
5213
5214         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
5215         to key sig.
5216
5217         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
5218         Fixes: c-tremolo-script.ly.
5219         
5220         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
5221
5222         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
5223         
5224         * scm/define-grobs.scm (all-grob-descriptions): remove
5225         self-X-offset. Fixes alignment of octavate-8.
5226
5227         * scripts/lilypond-book.py (datadir): look in
5228         LILYPONDPREFIX/share/lilypond/current/
5229
5230         * GNUmakefile.in: symlink current to <VERSION>. 
5231
5232 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
5233
5234         * lily/main.cc: eps listed as a backend.
5235
5236 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5237
5238         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
5239
5240 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5241
5242         * lily/include/score.hh (class Score): remove texts_ member.
5243
5244         * lily/beam.cc (set_stem_lengths): force direction callback.
5245         (print): read quantized-positions, so we can force
5246         Beam::set_stem_lengths to occur.
5247         (rest_collision_callback): use common X parent. 
5248
5249 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5250
5251         * flower/file-path.cc (find): Bugfix: Return name of file found.
5252
5253         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
5254         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
5255         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
5256
5257 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5258
5259         * flower/offset.cc: idem.
5260
5261         * mf/*.mf: update email address.
5262
5263         * lily/font-config-scheme.cc:  new file.
5264
5265         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
5266
5267         * lily/*:  cs.uu.nl -> xs4all.nl
5268
5269         * VERSION (PATCH_LEVEL): release 2.7.15
5270
5271         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
5272         spec files.
5273
5274         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
5275
5276 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5277
5278         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
5279
5280         * lily/staff-performer.cc (process_music): add audio
5281         elements. This makes MIDI instrument changes work once again.
5282
5283         * lily/main.cc (LY_DEFINE): add gmane address.
5284
5285         * lily/beam.cc: remove calc_positions()
5286
5287         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
5288         original_ in private scope.
5289         (class Grob): drop pscore_ pointer, change to output_def pointer.
5290         (class Grob): cleanup class definition.
5291
5292         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
5293
5294 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5295
5296         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
5297         absolute.  Better diagnostics.
5298
5299         * GNUmakefile.in: Add bin/ to tree and populate with some links.
5300         This makes lilypond run from the build directory using argv0
5301         relocation (without any --prefix or LILYPONDPREFIX setting).
5302
5303 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5304
5305         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
5306
5307         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
5308         with simple-closure.
5309
5310         * lily/self-aligment-interface.cc (set_align_self): new function
5311         (set_center_parent): new function.
5312
5313         * lily/side-position-interface.cc (set_axis): new function.
5314
5315         * lily/new-fingering-engraver.cc (position_scripts): use drul for
5316         generic code. 
5317
5318         * scm/define-grob-properties.scm (all-user-grob-properties):
5319         remove [XY]-offset-callbacks add [YX]-offset
5320         
5321 2005-11-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5322
5323         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
5324         entry for time signatures after breathing signs. Bug report by
5325         Scott Russell.
5326
5327 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5328
5329         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
5330         not absolute, make it absolute using PATH.
5331
5332 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5333
5334         * python/midi.c (initmidi): Fix type for mingw.
5335
5336 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5337
5338         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
5339
5340         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
5341         cross compiling.
5342
5343         * stepmake/aclocal.m4: Support python cross compiling.
5344
5345         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
5346         Add mingw section.
5347
5348 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5349
5350         * scm/output-lib.scm (chain-grob-member-functions): replace
5351         chained-callback.cc
5352
5353         * lily/chained-callback.cc (Module): remove file.
5354
5355         * lily/rest-collision.cc (force_shift_callback_rest): change to
5356         chained callback.
5357
5358         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
5359
5360         * lily/grob.cc (y_parent_positioning): remove axis argument from
5361         parent_positioning callbacks.
5362         (Grob): junk init code
5363         (get_offset): use generic property callbacks for
5364         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
5365         (axis_parent_positioning): new function
5366         (axis_offset_symbol): new function
5367         (chain_offset_callback): new function
5368         (add_offset_callback): new function
5369
5370         * lily/beam.cc (rest_collision_callback): change signature; this
5371         is now a chained callback.
5372
5373         * lily/include/dimension-cache.hh (class Dimension_cache): remove
5374         callback administration.
5375
5376         * lily/simple-closure.cc: new file. Smob type that allows "grob
5377         member functions",
5378
5379             (ly:make-simple-closure FUNC A B)
5380
5381         is evaluated as (FUNC grob A B). This allows chaining of callbacks
5382         in various ways.
5383
5384         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
5385         callbacks.
5386
5387         * lily/slur.cc (outside_slur_callback): take 2 arguments.
5388
5389         * lily/rest.cc (polyphonic_offset_callback): remove.
5390
5391         * lily/script-engraver.cc (try_music): remove bool* argument.
5392
5393         * scm/script.scm (default-script-alist): set quantize-position
5394         appropriately.
5395
5396         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
5397
5398         * lily/side-position-interface.cc (aligned_side): move staff
5399         position quantization from
5400         Side_position_interface::quantised_position().
5401         (quantised_position): remove
5402         
5403 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5404
5405         * input/regression/beam-quant-standard.ly: reindent, set
5406         debug-beam-quanting to #t.
5407
5408         * lily/beam-concave.cc (calc_concaveness): set concaveness to
5409         10000 if this is a "hard" concave beam.
5410
5411         * lily/beam.cc (calc_least_squares_positions): change from
5412         calc_least_squares_dy
5413         (set_stem_lengths): this is now a chained callback.
5414
5415         * lily/context-property.cc (execute_general_pushpop_property):
5416         bugfix override with procedure should have effect.
5417
5418         * scm/define-grob-properties.scm (all-internal-grob-properties):
5419         remove position-callbacks.
5420
5421         * scm/define-grobs.scm (all-grob-descriptions): use
5422         ly:make-callback-chain for positions property.
5423
5424         * scm/layout-beam.scm (check-quant-callbacks): return list of
5425         chained callbacks.
5426
5427         * scm/lily.scm (type-p-name-alist): add callback-chain
5428
5429         * lily/lily-guile.cc (type_check_assignment): type check failure
5430         is warning not message.
5431
5432         * lily/grob-property.cc (try_callback): walk callback chain if
5433         appropriate.
5434
5435         * lily/chained-callback.cc: new file. new smob type.
5436
5437         * lily/lily-guile.cc (procedure_arity): new function.
5438
5439 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5440
5441         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
5442
5443 2005-10-25  John Mandereau  <john.mandereau@free.fr>
5444  
5445         * Documentation/user/instrument-notation.itely (Figured bass):
5446         describe new features
5447
5448 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5449
5450         * lily/beam.cc (calc_least_squares_dy): use property callback.
5451
5452         * lily/beam-concave.cc (calc_concaveness): use property callback.
5453
5454         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
5455
5456 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5457
5458         * HACKING: Update.
5459
5460 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5461
5462         * scm/layout-page-layout.scm (page-headfoot): annotate
5463         pagetopspace too.
5464
5465         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
5466
5467         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
5468         doesn't take y-space.
5469
5470         * scm/paper.scm (paper-alist): fix A7 dimensions. 
5471
5472 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5473
5474         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
5475         src-wildcard, remove $(wildcard).
5476
5477         * po/GNUmakefile (PO_FILES): 
5478         * ps/GNUmakefile (PS_FILES): 
5479         * tex/GNUmakefile (TEX_FILES): 
5480         * cygwin/GNUmakefile (POSTINSTALLS):
5481         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
5482         some wildcard calls.
5483
5484 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5485
5486         * THANKS: add Thomas Bushnell.
5487
5488 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5489
5490         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
5491         (lilypond-main): Redirect to gui-main if 'gui is set.
5492
5493         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
5494         for alternative installations kludging s/share/lib/g
5495         LILYPONDPREFIX. 
5496
5497         * SConstruct (libdir_package_version): Define.
5498
5499         * python/SConscript: 
5500         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
5501         module in libdir.  
5502
5503 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5504
5505         * lily/main.cc: clarify --safe.
5506
5507 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5508
5509         * VERSION: release 2.7.14
5510         
5511         * Documentation/user/*.itely: remove minimumVerticalExtent.
5512
5513         * scm/define-grobs.scm (all-grob-descriptions): remove
5514         RemoveEmptyVerticalGroup
5515
5516         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
5517
5518         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
5519         compile on MOSX
5520
5521         * python/convertrules.py (conv): add rules.
5522
5523         * lily/grob.cc: remove is_empty()
5524
5525         * lily/grob-property.cc: remove add_to_list_property().
5526
5527         * scripts/convert-ly.py (datadir): add prefix switching hack to
5528         .py too.
5529
5530         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
5531         space-function tweak.
5532
5533         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
5534
5535         * scm/define-grob-properties.scm (all-user-grob-properties):
5536         remove callback property.
5537
5538         * lily/include/grob.hh (class Grob): remove property_callbacks_
5539         member. Properties of procedure type are assumed to be callbacks.
5540
5541         * lily/ligature-engraver.cc (override_stencil_callback):
5542         rewrite. Use noteHeadLigaturePrimitive as source.
5543
5544         * scm/define-grob-properties.scm (all-internal-grob-properties):
5545         remove ligature-primitive-callback
5546
5547         * lily/include/dimension-cache.hh (class Dimension_cache): make
5548         class, with Grob as friend.
5549
5550         * lily/grob.cc: remove set_extent_callback(), set_extent() and
5551         has_extent_callback()
5552
5553         * scm/translation-functions.scm (format-new-bass-figure): read
5554         figuredBassPlusDirection
5555
5556         * scm/define-context-properties.scm
5557         (all-user-translation-properties): add figuredBassPlusDirection.
5558
5559         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
5560
5561         * lily/align-interface.cc (set_ordered): new function.
5562
5563         * lily/grob.cc (flush_extent_cache): rewrite.
5564
5565         * lily/dimension-cache.cc (Dimension_cache): cache extent as
5566         Interval pointer directly.
5567
5568         * lily/main.cc (setup_paths): insert extra / .
5569         (setup_paths): junk cff entry.
5570
5571         * lily/font-config.cc (init_fontconfig): only add type1 / otf
5572         directories.
5573
5574         * lily/axis-group-engraver.cc (finalize): remove
5575         extraVerticalExtent, minimumVerticalExtent verticalExtent.
5576
5577         * lily/grob.cc (Grob): don't set extent from ctor.
5578         (extent): use property callbacks. 
5579
5580         * lily/axis-group-interface.cc: remove set_axes() function.
5581
5582         * lily/grob-property.cc (del_property): new function.
5583
5584 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5585
5586         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
5587         
5588 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5589
5590         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
5591
5592 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5593
5594         * mf/SConscript: Updates.
5595
5596         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
5597
5598         * stepmake/stepmake/*:
5599         * */GNUmakefile:
5600         * config.make.in:
5601         * GNUmakefile.in:
5602         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
5603         from any directory in build-dir.  Cleanups.
5604
5605         * make/srcdir.make.in: Remove.
5606
5607         * lily/main.cc (setup_paths): Fix and document build-dir hack.
5608
5609         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
5610         main).
5611
5612         * lily/SConscript: Remove ttftools.
5613
5614         * SConstruct: Resurrect.
5615
5616 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5617
5618         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
5619         Y coordinate. 
5620
5621         * lily/paper-book.cc (add_score_title): put Paper_score title into
5622         systems_ list.
5623
5624         * scm/translation-functions.scm (format-new-bass-figure): also
5625         allow plus in combination with _
5626
5627 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5628
5629         * VERSION: 2.7.13 released.
5630
5631         * lily/note-collision.cc (check_meshing_chords): don't wipe
5632         stencil, merely set transparent.
5633
5634         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
5635         (Top): document #'callbacks.
5636         (Top): document nested \override.
5637
5638         * input/regression/figured-bass.ly: update for slash and pluses.
5639
5640         * input/regression/figured-bass-continuation-forbid.ly (Module):
5641         new file.
5642
5643         * scm/translation-functions.scm (format-new-bass-figure): use
5644         slashed-digit if diminished is set.
5645         (format-new-bass-figure): add + if 'augmented is set.
5646
5647         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
5648
5649         * input/test/piano-staff-distance.ly: remove file.
5650
5651         * Documentation/user/advanced-notation.itely (Formatting cue
5652         notes): use length-fraction for making stems/beams smaller.
5653
5654         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
5655         modifications.
5656
5657         * lily/new-figured-bass-engraver.cc: new property
5658         centerFiguredBassContinuations
5659
5660         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5661         use callbacks.
5662
5663         * lily/context-property.cc (execute_general_pushpop_property):
5664         robustness checks.
5665
5666         * input/regression/override-nest.ly: new file.
5667
5668         * python/convertrules.py (FatalConversionError.subber): conversion
5669         rule for #'callbacks
5670
5671         * input/regression/override-nest.ly: new function.
5672
5673         * lily/parser.yy (music_property_def): allow \override #'a #'b =
5674         #c too. 
5675
5676         * lily/context-property.cc (lookup_nested_property): new function.
5677         (evict_from_alist): new function.
5678         (general_pushpop_property): new function.
5679         (execute_general_pushpop_property): rewrite. Support nested
5680         properties too.
5681
5682 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5683
5684         * lily/beam.cc: use length-fraction too.
5685
5686         * scm/define-grob-properties.scm (all-user-grob-properties):
5687         remove property flag-width-function
5688         (all-user-grob-properties): remove space-function.
5689
5690         * scm/layout-beam.scm: remove flag-width-function.
5691
5692         * lily/beam.cc: remove flag-width-function
5693
5694         * scm/layout-beam.scm: remove beam dir functions.
5695
5696         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
5697
5698         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
5699         for easier grace tweaks.
5700
5701         * lily/beam.cc: remove dir-function.
5702
5703         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
5704
5705         * lily/grob.cc: remove spacing-procedure.
5706
5707         * lily/note-head.cc (calc_stem_attachment): new function.
5708         (internal_print): use callback to get glyph-name.
5709
5710         * lily/grob-property.cc (get_interfaces): new function.
5711
5712         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
5713
5714         * lily/stem.cc (calc_stem_end_position): new function.
5715         (calc_length): new function.
5716         document details for stem.
5717         remove Stem::get_direction()
5718
5719         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
5720
5721         * lily/grob-property.cc (set_callback): new function.
5722
5723         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
5724
5725         * lily/item-scheme.cc: new file.
5726
5727         * lily/bar-line.cc (before_line_breaking): remove function.
5728         remove bar-size-procedure, break-glyph-function
5729
5730         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
5731
5732         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
5733
5734         * lily/system-start-delimiter.cc (print): suicide from
5735         here. Remove after_line_breaking_callback.
5736
5737         * lily/script-interface.cc (calc_direction): use callback for direction.
5738
5739         * lily/side-position-interface.cc (aligned_side): don't use
5740         Side_position_interface::get_direction directly. Use callback. 
5741
5742         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
5743         calculate stencil.
5744         (get_print_stencil): rename from get_stencil: create stencil with
5745         transparency, color and cause. 
5746
5747         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
5748
5749         * python/convertrules.py (conv): insert temporary warning rule.
5750
5751         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
5752
5753         * lily/grob-property.cc (try_callback): remove marker if applicable.
5754
5755         * lily/grob.cc: elucidate doc about after/before-line-breaking
5756
5757         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
5758
5759         * lily/stem.cc (height): idem.
5760
5761         * lily/stem-tremolo.cc: idem.
5762
5763         * lily/slur.cc (height): don't use get_uncached_stencil()
5764
5765         * lily/rest.cc (y_offset_callback): use offset callback
5766         iso. after-line-breaking callback.
5767
5768         * lily/grob.cc: change after/before-line-breaking-callback to
5769         after/before-line-breaking dummy properties.
5770
5771         * lily/include/grob.hh: remove Grob_status.
5772
5773         * scm/define-context-properties.scm
5774         (all-user-translation-properties): remove verticalAlignmentChildCallback
5775
5776         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
5777         (calc_direction): use callback
5778         (calc_positions): use callback.
5779
5780         * lily/tie.cc (calc_direction): use callback. Only call parent
5781         positioning for more than one tie.
5782
5783         * lily/tie-column.cc (calc_positioning_done): use callback
5784
5785         * lily/slur-scoring.cc (calc_control_points): use callback
5786
5787         * lily/slur.cc (calc_direction): use callback.
5788
5789         * lily/note-collision.cc (force_shift_callback): remove.
5790
5791         * lily/dot-column.cc (force_shift_callback): remove. Use
5792         other_axis_parent_positioning.
5793
5794         * lily/grob.cc (other_axis_parent_positioning): new function.
5795         (same_axis_parent_positioning): new function
5796
5797         * lily/align-interface.cc (alignment_callback): remove function.
5798
5799         * lily/note-collision.cc (calc_positioning_done): use callback.
5800
5801         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
5802         (calc_direction): idem.
5803         remove print function.
5804
5805         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
5806
5807         * lily/dot-column.cc (calc_positioning_done): use callback.
5808
5809         * lily/break-align-interface.cc (calc_positioning_done): use callback.
5810
5811         * lily/beam.cc (calc_direction): use pseudo-property for beam
5812         direction callback.
5813         (calc_positions): use callback 
5814
5815         * lily/align-interface.cc (calc_positioning_done): use
5816         callback. Fold fixed  distance and normal alignment in one function.
5817
5818         * lily/stem.cc (calc_stem_end_position): use callback.
5819         (calc_positioning_done): idem.
5820         (calc_direction): idem.
5821         (calc_stem_end_position): idem
5822         (calc_stem_info): idem.
5823
5824         * lily/grob-property.cc (get_property_data): new function: 
5825         (try_callback): new function.
5826
5827         * scm/define-grob-properties.scm (all-user-grob-properties): doc
5828         callbacks property.
5829
5830         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
5831
5832 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5833
5834         * lily/tie.cc (get_position): robustness fix. Don't crash if a
5835         tie
5836         has no heads.
5837         
5838         * lily/include/*.hh (Module): compile fixes.
5839
5840 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
5841
5842         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
5843         as an argument for char-syntax: use (char-syntax (or nil 0)) 
5844         instead of (char-syntax nil), thanks to Milan Zamazal.
5845
5846 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5847
5848         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
5849         dist.
5850
5851         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
5852         themselves.
5853
5854 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5855
5856         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
5857         add class_name() method.
5858
5859         * lily/music-scheme.cc: remove ly:music-name.
5860
5861 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5862
5863         * cygwin/postinstall-lilypond.sh: Remove cruft.
5864
5865         * cygwin/postremove-lilypond.sh: Remove.
5866
5867         * cygwin/GNUmakefile (default): Remove postremove rules.
5868
5869 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5870
5871         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
5872         even header too.
5873         
5874         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
5875         MacOS 9 users.
5876
5877         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
5878         consider break index for broken spanner.
5879
5880         * scm/define-markup-commands.scm (wordwrap-string): remove \r
5881         characters from string before splitting.
5882
5883 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5884
5885         * scm/framework-ps.scm (output-preview-framework): use
5886         is-book-title to determine whether to chop off the booktitle.
5887
5888         * lily/paper-book.cc (systems): init from book-title-properties
5889         (add_score_title): init score-title-properties.
5890
5891         * ly/paper-defaults.ly: add {score,book}-title-properties.
5892
5893         * scm/document-backend.scm (lookup-interface): error message if
5894         using unknown interface.
5895
5896         * lily/volta-bracket.cc (after_line_breaking): new function. Set
5897         edge-height.
5898
5899         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
5900         make_bracket.
5901         (make_bracket): new function.
5902
5903         * scm/lily.scm (define-scheme-options): add paper-size option.
5904
5905         * ly/declarations-init.ly (laissezVibrer): get paper size from
5906         -dpaper-size
5907
5908         * scm/translation-functions.scm: use \fontsize for changing the
5909         fontsize.
5910
5911         * scm/define-grobs.scm (all-grob-descriptions): set
5912         between-length-limit to 1.0
5913
5914         * lily/tie-helper.cc: add between_length_limit_ detail property.
5915
5916         * mf/feta-bolletjes.mf: typos.
5917
5918         * lily/note-head.cc (internal_print): don't shadow idx
5919         parameter. This fixes wrong attachment for do shape heads.
5920
5921 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5922
5923         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
5924
5925         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
5926
5927         * scm/layout-slur.scm: rename from slur.scm
5928
5929         * scm/layout-page-layout.scm: rename from page-layout.scm
5930
5931         * scm/layout-beam.scm: rename from beam.scm
5932
5933         * scm/define-grob-interfaces.scm (bass-figure-interface): add
5934         bass-figure-interface
5935
5936         * lily/new-figured-bass-engraver.cc (process_music): add
5937         implicitBassFigures property.
5938         
5939         * scm/define-markup-commands.scm (pad-x): new markup.
5940
5941         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
5942         minimumVerticalExtent on FiguredBass context.
5943
5944         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
5945         case the continuation crosses a line break.
5946
5947 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5948
5949         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
5950         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
5951         absolute file name bug.  
5952
5953 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5954
5955         * VERSION (PACKAGE_NAME): release 2.7.12
5956
5957         * input/regression/figured-bass-continuation-center.ly: new file.
5958
5959         * input/regression/beam-outside-beamlets.ly: new file.
5960
5961         * lily/beam.cc (set_beaming): don't clip edges.
5962         (connect_beams): don't clip edges.
5963
5964         * lily/beaming-info.cc (clip_edges): new function.
5965
5966         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
5967
5968         * Documentation/user/instrument-notation.itely (Figured bass):
5969         demonstrate extenders, update seealso links.
5970
5971         * scm/titling.scm (marked-up-headfoot): change tagline
5972         handling. tagline = ##f will blank the tagline as well.
5973
5974 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5975
5976         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
5977
5978         * lily/new-figured-bass-engraver.cc (struct
5979         New_figured_bass_engraver): add new_music_found_ member.
5980
5981         * lily/lilypond-version.cc (Lilypond_version): deal with
5982         incorrectly formatted version strings. 
5983
5984         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
5985         New_figured_bass_engraver by default.
5986
5987         * lily/ttf.cc (print_trailer): only define glyph names when
5988         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
5989
5990 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5991
5992         * lily/horizontal-bracket.cc (make_bracket): new function.
5993
5994         * scm/define-grobs.scm (all-grob-descriptions): new grobs
5995         NewBassFigure, BassFigureBracket, BassFigureContinuation,
5996         BassFigureLine, BassFigureAlignment
5997
5998         * lily/new-figured-bass-engraver.cc (process_music): new file.
5999
6000         * lily/figured-bass-continuation.cc: new file.
6001
6002         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
6003         new file.
6004
6005 2005-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6006
6007         * scripts/lilypond-book.py: Bug fix, put the quote around the
6008         actual score for LaTeX documents.
6009
6010         * scm/define-grobs.scm (all-grob-descriptions): Change
6011         collapse-height of the SystemStartBracket grob to 5.0, 
6012         so the bracket disappears for single stave score lines (similarly
6013         to SystemStartBraces). 
6014
6015         * Documentation/user/advanced-notation.itely (Polymetric
6016         notation): Clarify the use of compressMusic.
6017
6018         * Documentation/user/basic-notation.itely (Grace notes): Clarify
6019         that the grace spacer note in other staves need the same duration
6020         and document the stroke-style property.
6021
6022 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6023
6024         * Documentation/user/global.itely (Vertical spacing): document
6025         alignment-extra-space and fixed-alignment-extra-space.
6026
6027         * Documentation/topdocs/NEWS.tely (Top): add entry.
6028
6029         * input/regression/alignment-vertical-spacing.ly: new file.
6030
6031         * python/convertrules.py (conv): add rule.
6032
6033         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
6034
6035         * lily/align-interface.cc (stretch_after_break): new
6036         function. Read fixed-alignment-extra-space property.
6037         (align_elements_to_extents): read alignment-extra-space property.
6038
6039         * lily/lily-guile.cc (robust_scm2dir): new function.
6040
6041         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
6042         (annotate-space-left): new function. Annotate space left on page. 
6043         (annotate-y-interval): new function.
6044         (paper-system-annotate-last): new function. Annotate bottom-space.
6045
6046         * mf/feta-beugel.mf (y): 
6047
6048 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6049
6050         * VERSION (PACKAGE_NAME):  release 2.7.11
6051
6052         * scm/lily-library.scm (interval-translate): new function
6053         (interval-center): new function. 
6054
6055         * scm/page-layout.scm (paper-system-annotate): new function. Add
6056         arrows for dimensions.
6057  
6058         * scm/stencil.scm (dimension-arrows): new function.
6059
6060         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
6061
6062         * input/regression/page-spacing.ly: add annotatespacing
6063
6064         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
6065         (LY_DEFINE): new function ly:paper-system-set-property!
6066
6067         * Documentation/user/global.itely (Paper size): explain how to add
6068         sizes.
6069
6070         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
6071         correspond to GS's definition.
6072
6073         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
6074         tuplet bracket.
6075         (print): only connect to next bracket if the next one is alive.
6076         (print): set padding to 0.0 if the bound is a breakable
6077         column. This makes tupletFullLength brackets reach up to the staff
6078         line if it doesn't connect to the next line.
6079
6080 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6081
6082         * lily/bar-number-engraver.cc: correct docs.
6083
6084         * scm/output-lib.scm (first-bar-number-invisible): rename from
6085         default-bar-number-visibility
6086
6087 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6088
6089         * scm/define-music-properties.scm (all-music-properties): remove
6090         predicate property.
6091
6092 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
6093
6094         * po/fi.po: refresh.
6095
6096 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6097
6098         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
6099         superfluous s1.
6100         (disappear): bugfix.
6101
6102         * lily/stem-tremolo.cc (raw_stencil): read slope property.
6103
6104         * lily/include/paper-system.hh (class Paper_system): remove
6105         staff_extents_ member.
6106
6107         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
6108
6109         * lily/include/paper-system.hh (class Paper_system): remove
6110         number_ variable. Remove is_title_. Remove break_before_penalty_
6111
6112         * lily/paper-book.cc (systems): use 'number property iso. number_
6113         member.
6114
6115         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
6116         remove ly:paper-system-number.
6117
6118         * scm/lily-library.scm (paper-system-title?): new function.
6119
6120         * lily/book.cc (process): bugfix: flip ?: cases. 
6121
6122         * Documentation/user/changing-defaults.itely (Difficult tweaks):
6123         add outputProperty.
6124
6125         * ly/music-functions-init.ly: add outputProperty music function.
6126
6127         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
6128
6129         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
6130         and next-padding.
6131         (optimal-page-breaks): rename from ly:optimal-page-breaks.
6132
6133         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
6134
6135         * lily/paper-system.cc (internal_get_property): new function.
6136
6137         * Documentation/user/global.itely (Vertical spacing): refer to
6138         page-spacing.ly
6139
6140         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
6141         pagetopspace
6142
6143         * input/regression/page-spacing.ly: new file.
6144
6145         * input/regression/page-top-space.ly: new file.
6146
6147         * lily/spacing-spanner.cc: cmath -> math.h
6148
6149         * lily/paper-system.cc (read_left_bound): new function. Read
6150         line-break-system-details from left bound to determine extents.
6151  
6152         * Documentation/user/programming-interface.itely (Using LilyPond
6153         syntax inside Scheme): change applyxxx -> applyXxx.
6154
6155         * ly/music-functions-init.ly: add outputProperty music function.
6156
6157         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
6158
6159         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
6160
6161         * python/convertrules.py (conv): rule
6162
6163         * ly/music-functions-init.ly: applyxxx -> applyXxx
6164
6165         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
6166         TabVoice to Voice.
6167
6168 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6169
6170         * flower/include/real.hh: include <math.h> iso. <cmath>
6171
6172         * flower/include/offset.hh: include real.hh
6173
6174 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6175
6176         * Documentation/user/changing-defaults.itely (Difficult tweaks):
6177         fix example, now that 'interfaces is no longer directly available.
6178
6179         * lily/book.cc (process): don't crash if paper == NULL.
6180
6181         * po/fr.po: update.
6182
6183 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6184
6185         * scm/define-music-types.scm (music-descriptions): set length and
6186         start-callback for QuoteMusic
6187
6188 2005-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6189
6190         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
6191         arguments. Fixes compilation error with gcc 3.3.
6192
6193 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6194
6195         * VERSION: release 2.7.10
6196
6197         * stepmake/stepmake/python-module-rules.make
6198         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
6199
6200         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
6201         real.hh
6202
6203 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6204
6205         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
6206         -Werror. Otherwise GCC barfs over various optimizations.
6207
6208         * scm/define-grob-properties.scm (all-internal-grob-properties):
6209         add note-head property
6210
6211         * Documentation/user/instrument-notation.itely (Laissez vibrer
6212         ties): new node.
6213
6214         * input/regression/laissez-vibrer-ties.ly: new file.
6215
6216         * lily/laissez-vibrer-engraver.cc: new file.    
6217
6218         * lily/include/tie-column-format.hh: new file.
6219
6220         * lily/tie-column-format.cc: new file. 
6221
6222         * lily/tie-column.cc (set_manual_tie_configuration): new function.
6223
6224         * lily/laissez-vibrer-tie.cc: new file.
6225
6226         * lily/include/laissez-vibrer-tie.hh: new file.
6227
6228         * ly/engraver-init.ly: add Laissez_vibrer_engraver
6229
6230         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
6231
6232         * scm/define-grobs.scm (all-grob-descriptions): add
6233         LaissezVibrerTie, LaissezVibrerTieColumn
6234
6235         * lily/tie-column.cc (set_tie_config_directions): new function
6236         (final_shape_adjustment): new function.
6237         (shift_small_ties): new function.
6238
6239         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
6240
6241         * lily/include/tie.hh (struct Tie_details): add x_gap_
6242         (struct Tie_configuration): add head_position_
6243
6244         * lily/tie-column.cc (set_chord_outline): new function.
6245
6246         * mf/cmr.enc.in:  remove file.
6247
6248 2005-09-11  Graham Percival  <gpermus@gmail.com>
6249
6250         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
6251
6252 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6253
6254         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
6255         reduce aliasing effects.
6256
6257         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
6258         box in skyline.
6259
6260 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6261
6262         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
6263
6264         * flower/include/real.hh: std::fabs too.
6265
6266 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
6267
6268         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
6269
6270         * lily, flower: Include C++ iso C headers.  Import namespace std
6271         throughout.
6272
6273         * lily/side-position-interface.cc: 
6274         * lily/scm-hash.cc: 
6275         * lily/note-head.cc: 
6276         * lily/include/includable-lexer.hh: 
6277         * flower/include/string-data.icc: Remove using std::*.
6278
6279         * lily, flower: Include C++ iso C headers.  Import namespace std
6280         throughout.
6281
6282         * lily/side-position-interface.cc: 
6283         * lily/scm-hash.cc: 
6284         * lily/note-head.cc: 
6285         * lily/include/includable-lexer.hh: 
6286         * flower/include/string-data.icc: Remove using std::*.
6287
6288         * Documentation/user/instrument-notation.itely (Entering lyrics):
6289         Multiple latin-1->utf-8 conversion fix.
6290
6291         * Documentation/user/*tely: Update Emacs cookie to utf-8.
6292
6293 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6294
6295         * lily/tie.cc (get_configuration): also avoid dots for non-space
6296         situations.
6297
6298 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6299
6300         * Documentation/user/instrument-notation.itely: Bugfix.
6301
6302 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6303
6304         * tex/GNUmakefile: don't install texinfo.tex
6305
6306         * tex/ : cleanup: remove unused files.
6307
6308         * lily/general-scheme.cc: remove my_{isinf,isnan}.
6309
6310         * flower/include/real.hh: using std::{isnan,isinf}
6311         
6312         * VERSION (PATCH_LEVEL): release 2.7.9
6313
6314 2005-09-05  Graham Percival  <gpermus@gmail.com>
6315
6316         * Documentation/user/ instrument-notation.itely,
6317         advanced-notation.itely: minor tweaks.
6318
6319         * input/test/script-chart.ly: add item padding.
6320
6321 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6322
6323         * flower/offset.cc: use math.h iso. <cmath>
6324
6325         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
6326         of IE users.
6327
6328         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
6329         (widen-left-stencil-edges): new function. Fix alignment problems
6330         with LaTeX includegraphics.
6331
6332         * lily/text-interface.cc (interpret_markup): use abort().
6333
6334 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6335
6336         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
6337
6338         * lily/tie.cc (get_configuration): update bezier shape as we
6339         change Y positions.
6340         (get_configuration): don't move large ties if we're outside of the
6341         staff.
6342
6343 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6344
6345         * scm/define-markup-commands.scm (strut): swap X and Y dims.
6346         
6347 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6348
6349         * .cvsignore: Add auto-generated configure files and then some.
6350
6351 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6352
6353         * scm/define-grobs.scm (DynamicLineSpanner): Add
6354         X-extent-callback.  Fixes hairpin-slur collision.
6355
6356 2005-08-31  Graham Percival  <gpermus@gmail.com>
6357
6358         * Documentation/user/advanced-notation.itely,
6359         basic-notation.itely: minor changes.
6360
6361 2005-08-31  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6362
6363         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
6364         \linebreak between each .eps file if \betweenLilyPondSystem is
6365         undefined. 
6366
6367         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
6368         music): Document the \linebreak
6369
6370         * Documentation/user/lilypond-book.itely,
6371         input/tutorial/lbook-latex-test.tex,
6372         Documentation/user/examples.itely: Remove \usepackage{graphics}
6373
6374 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6375
6376         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
6377
6378         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
6379         compat bugfix.
6380
6381         * scripts/lilypond-book.py (PREAMBLE_LY): define
6382         inside-lilypond-book
6383         (modify_preamble): new function. Insert \RequirePackage{graphics}
6384         when no {graphics found in preamble.  
6385
6386 2005-08030  Graham Percival  <gpermus@gmail.com>
6387
6388         * Documentation/user/basic-notation.itely, global.itely,
6389         tutorial.itely: misc small changes.
6390
6391 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6392
6393         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
6394         VERSION.
6395
6396 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6397
6398         * lily/tie-column.cc (new_directions): put Tie down on center
6399         staff line. 
6400
6401         * lily/script-interface.cc (before_line_breaking): use
6402         Grob::programming_error
6403
6404         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
6405
6406         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
6407         of splitext.
6408
6409 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6410
6411         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
6412
6413 2005-08-29  Werner Lemberg  <wl@gnu.org>
6414
6415         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
6416         the `*.scale.pfa' files to avoid warnings.
6417
6418 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6419
6420         * lily/tempo-performer.cc (process_music): idem.
6421
6422         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
6423
6424 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6425
6426         * Documentation/user/advanced-notation.itely (Text markup): not a
6427         fragment.
6428
6429         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
6430
6431         * lily/staff-performer.cc (initialize): add tempo/name to
6432         audio_staff_
6433
6434
6435 2005-08-26  Graham Percival  <gpermus@gmail.com>
6436
6437         * Documentation/user/advanced.itely: add text-only example.
6438
6439         * Documentation/user/invoking.itely: add index entries for
6440         convert-ly.
6441
6442         * Documentation/user/ tutorial.itely, basic-notation.itely:
6443         small fixes suggested by Steve D.  Thanks!
6444
6445 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6446
6447         * input/regression/markup-bidi-pango.ly: new file.
6448
6449         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
6450         standard. Remove #ifdef. Remove memleak.
6451         (text_stencil): use text_dir to decide how to composite items.
6452         (text_stencil): determine uniform text direction for the entire
6453         string.
6454
6455         * scripts/lilypond-book.py (output_name): remove
6456         latex_filter_cmd. Non-portable to non-Unix systems. 
6457         (get_latex_textwidth): use File.write and os.unlink() instead.
6458
6459         * THANKS: add Vicente & Trevor.
6460
6461         * lily/grob.cc (discretionary_processing): look up origin for
6462         programming_error too. 
6463
6464         * input/regression/tie-broken.ly: new file.
6465
6466         * lily/tie-column.cc (set_chord_outlines): set outline for line
6467         break case too.
6468         
6469 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6470
6471         * lily/pango-font.cc (text_stencil): don't translate glyphs in
6472         unscaled transform, just translate stencils.
6473
6474         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
6475         MIDI.
6476
6477         * scm/define-markup-commands.scm (wordwrap-string): use
6478         text-direction
6479         (wordwrap-stencils): idem.
6480         (line): idem.
6481         (fill-line): idem.
6482         (wordwrap-stencils): translate last line to right for
6483         text-direction = LEFT.
6484
6485         * scm/define-grob-properties.scm (all-user-grob-properties): add
6486         text-direction.
6487
6488 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6489
6490         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
6491         when copying a Lily_parser object.
6492
6493 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6494
6495         * scm/define-markup-commands.scm (null): add null markup.
6496
6497 2005-08-25  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6498
6499         * lily/item.cc: Add documentation of center-invisible
6500
6501 2005-08-24  Graham Percival  <gpermus@gmail.com>
6502
6503         * Documentation/user/advanced-notation.itely: add info about
6504         raising text.
6505
6506         * Documentation/user/programming-interface.itely: fix example
6507         involving raised text.
6508
6509 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6510
6511         * lily/beam.cc (print): fix X start/end points of isolated
6512         beamlets.
6513
6514         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
6515
6516         * lily/multi-measure-rest.cc (set_text_rods): new function.
6517
6518         * lily/vertical-align-engraver.cc (process_music): call
6519         Align_interface::set_axis(). This forces #'elements to be ordered,
6520         preventing random vertical reordering of staves.
6521
6522         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
6523         add avoid-slur property. 
6524
6525         * Documentation/user/basic-notation.itely (Measure repeats): add
6526         countPercentRepeats example.
6527
6528         * Documentation/user/advanced-notation.itely (Other text markup
6529         issues): remove remark about normal-font.  We have \normal-text
6530
6531         * input/regression/tie-chord.ly: add note about remaining bugs.
6532
6533         * lily/tie.cc (print): try Tie_column::set_directions () if
6534         control-points not yet defined.
6535
6536 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6537
6538         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
6539         extent. This fixes braces falling out of the EPS bbox.
6540
6541         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
6542         exactly to bbox.
6543
6544 2005-08-23  Graham Percival  <gpermus@gmail.com>
6545
6546         * {various} : change #up->#UP and #down->#DOWN.
6547
6548         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
6549
6550         * Documentation/user/advanced-notation.itely: clarify
6551         what objects handles text on a multimeasure rest.
6552
6553 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6554
6555         * VERSION (PATCH_LEVEL): release 2.7.7
6556
6557 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6558
6559         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
6560
6561         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
6562
6563         * input/regression/*.ly: formatting clean-up. Default layout
6564         before music expression.
6565
6566         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
6567         romanze28-2 example.
6568
6569         * scm/ps-to-png.scm: remove dir-re function.
6570         (make-ps-images): generate page names, instead of globbing them.
6571         This brings down LilyPond memory usage for make web by a factor
6572         10. 
6573
6574         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
6575         don't use glob. With 3000 files, globbing
6576         Documentation/user/out-www/ can take too much time. 
6577         
6578         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
6579
6580         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
6581
6582         * input/regression/tie-manual.ly: new file
6583
6584         * input/regression/tie-chord.ly: update.
6585
6586         * flower/include/interval.hh (struct Interval_t): 
6587
6588         * lily/tie.cc (distance): new function 
6589         (height): new function.
6590         (init): new function
6591         (Tie_details): new struct.
6592
6593         * lily/skyline.cc (skyline_height): new function.
6594
6595         * lily/tie-column.cc (set_chord_outlines): new function.
6596         (new_directions): read tie-configuration
6597
6598         * lily/skyline.cc: fix ASCII art.
6599         
6600 2005-08-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6601
6602         * python/convertrules.py (string_or_scheme): Fix spelling error
6603
6604 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6605         
6606         * lily/tie-column.cc (set_directions): set directions only once.
6607         (add_configuration): new function.
6608
6609         * lily/tie.cc (set_control_points): new function
6610
6611         * lily/tie-column.cc (new_directions): new function.
6612
6613         * ly/music-functions-init.ly: set 'pitch property
6614         iso. trill-pitch. This makes \relative work with \pitchedTrill
6615
6616         * lily/tie.cc (get_configuration): new function. Don't generate
6617         control points, rather, generate configuration.
6618         remove head-pair property.
6619
6620         * lily/include/tie.hh (struct Tie_configuration): new struct.
6621
6622 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6623
6624         * Documentation/topdocs/NEWS.tely: clarify.
6625
6626 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6627
6628         * lily/tie.cc: remove minimum-length
6629
6630         * scm/define-grob-properties.scm (all-user-grob-properties):
6631         remove staffline-clearance, y-offset 
6632
6633         * input/regression/tie-dots.ly (Module): remove.
6634
6635         * lily/tie.cc (get_control_points): rewrite. Put short ties in
6636         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
6637
6638         * input/regression/tie-single.ly: new file.
6639
6640 2005-08-21  Graham Percival  <gpermus@gmail.com>
6641
6642         * ly/bagpipe.ly: fix compile problem.
6643
6644 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6645
6646         * lily/midi-item.cc (name): new method.
6647
6648         * lily/staff-performer.cc (acknowledge_audio_element): use
6649         signature of baseclass.
6650
6651         * lily/engraver-group.cc (do_announces): move recursion call out
6652         of while loop. 
6653
6654         * lily/drum-note-performer.cc (class Drum_note_performer): use
6655         process_music everywhere.
6656
6657         * ly/performer-init.ly: add default children everywhere.
6658
6659         * lily/paper-book.cc (output): call paper-book-write-midis
6660         directly: always write MIDI, even if no \layout {} block. 
6661
6662 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6663
6664         * VERSION (PACKAGE_NAME): release 2.7.6
6665
6666         * lily/percent-repeat-engraver.cc (try_music): don't print warning
6667         about not being able to handle repeat.
6668
6669 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6670
6671         * Documentation/user/examples.itely (Piano templates):
6672         * lily/include/performer-group.hh: Remove last traces of
6673         Performer_group_performer.  Fixes make web.
6674
6675 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6676
6677         * Documentation/user/examples.itely (Piano templates): change
6678         Engraver_group_engraver -> Engraver_group
6679
6680         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
6681         scm_stand_in_procs is not weak_any.
6682
6683         * lily/volta-bracket.cc (print): don't use strcmp().
6684
6685         * lily/volta-engraver.cc (process_music): use
6686         Text_interface::is_markup() for setting the 'text property of the
6687         volta bracket.
6688
6689         * input/mutopia/claop.py (accents): update syntax to 2.6
6690
6691         * scm/define-context-properties.scm
6692         (all-user-translation-properties): add countPercentRepeats.
6693
6694         * Documentation/user/basic-notation.itely (Measure repeats): add
6695         isolated percent example.
6696
6697 2005-08-18  Graham Percival  <gpermus@gmail.com>
6698
6699         * input/ {various}: change direction #1, #-1 to
6700         #up/#down or \fooUp, \fooDown.
6701
6702         * Documentation/user/music-glossary.tely: #-1 to #down.
6703
6704         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
6705         to #up, #-1 to #down.
6706
6707 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6708
6709         * lily/include/engraver-group.hh: rename.
6710
6711         * lily/include/performer-group.hh: rename.
6712
6713 2005-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6714
6715         * input/test/script-abbreviations.ly: Removed some old LaTeX
6716         left overs.
6717
6718 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6719
6720         * python/convertrules.py (conv): inside-slur -> avoid-slur.
6721         Remove functions.  Remove if 1: constructs, reindent.
6722
6723         * scripts/convert-ly.py (add_version): Add functions from
6724         convertrules.py
6725
6726         * scm/script.scm (default-script-alist):
6727         s/priority/script-priority.  Fixes script stacking.  Backportme.
6728         (Fermata): Very low priority.
6729
6730 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6731
6732         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
6733
6734         * input/regression/slur-script.ly: remove padding tweaks. Add
6735         comment strings.
6736
6737         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
6738         time sigs and related stuff.
6739
6740         * scm/define-grob-properties.scm (all-user-grob-properties): add
6741         @code{} tags to property description.
6742
6743         * lily/include/line-group-group-engraver.hh (Module): remove file.
6744
6745         * python/convertrules.py (conv): add rule for
6746         Engraver_group_engraver -> Engraver_group.
6747
6748         * lily/include/performer-group-performer.hh: analogous.
6749
6750         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
6751
6752         * lily/context-def.cc (instantiate): check for
6753         Engraver_group_engraver and Performer_group_performer not
6754         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
6755  
6756 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6757
6758         * input/les-nereides.ly: Remove three fingering tweaks, update
6759         remaining one.
6760
6761         * input/regression/slur-script-inside.ly: Update, fix doc.
6762
6763         * scm/script.scm: Update to avoid-slur.
6764
6765         * scm/define-grob-properties.scm (avoid-slur): New property.
6766
6767         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
6768         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
6769         outside_slur_callback if avoid-slur != #'inside.
6770
6771         * scm/define-grobs.scm (Fingering, Textscript): No
6772         inside-slur/outside-slur preference.
6773         (DynamicLineSpanner): Always outside slur.
6774
6775         * input/regression/slur-script.ly: More tests.
6776
6777 2005-08-17  Graham Percival  <gpermus@gmail.com>
6778
6779         * Documentation/user/lilypond-book: fix notime entry.
6780
6781         * Documentation/user/advanced-notation.itely: add info on
6782         getting an I rehearsal mark.
6783
6784         * Documentation/user/putting.itely: reinstate "I", re-enforce
6785         the fact that \override numbers are the result of
6786         experimentation and personal taste.
6787
6788         * Documentation/user/invoking.itely: update convert-ly bugs.
6789
6790 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6791
6792         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
6793         to #t.
6794
6795         * lily/timing-translator.cc (initialize): don't initialize timing.
6796
6797         * input/regression/stem-spacing.ly (Module): remove file.
6798
6799         * input/regression/spacing-stick-out.ly: specify Score context for
6800         \override
6801
6802         * input/regression/clefs.ly: remove spurious {}s 
6803
6804 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
6805
6806         * Documentation/topdocs/NEWS.tely,
6807         input/regression/repeat-percent-count.ly: clarify a bit.
6808
6809 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6810
6811         * input/no-notation/display-lily-tests.ly: delete
6812         display-lily-init call.
6813
6814         * ly/music-functions-init.ly (displayLilyMusic): move
6815         display-lily-init call at top level, so that the user should not
6816         have to call it.
6817
6818         * scm/define-music-display-methods.scm (note-name->lily-string):
6819         retrieve note names directly from pitchnames using new function `rassoc'.
6820         (display-lily-init): note names list construction removed.
6821
6822 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6823
6824         * THANKS: spello.
6825
6826         * lily/lily-parser.cc (get_header): copy module, instead of
6827         returning it.
6828
6829         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
6830         counters.
6831
6832         * Documentation/user/basic-notation.itely (Measure repeats): add
6833         links to Counter grobs.
6834
6835         * scm/define-grobs.scm (all-grob-descriptions): add
6836         DoublePercentRepeatCounter
6837         (all-grob-descriptions): add PercentRepeatCounter
6838
6839         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
6840         also create counter grobs.
6841
6842         * lily/separation-item.cc (extremal_break_aligned_grob): don't
6843         return grob without space-alist.
6844
6845         * input/proportional.ly: tune staff-padding.
6846
6847         * input/regression/repeat-percent-count.ly: new file. 
6848
6849 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6850
6851         * input/no-notation/display-lily-tests.ly: moved from
6852         input/regression/ to input/no-notation. Be sure to call
6853         `display-lily-init' before trying to use the display function.
6854
6855 2005-08-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6856
6857         * scripts/lilypond-book.py (option_definitions): Don't localize
6858         the empty string. Fixes bug when --psfonts was used with
6859         non-English locale.
6860
6861 2005-08-15  Graham Percival  <gpermus@gmail.com>
6862
6863         * lily/tuplet-bracket.cc: simple build fix.
6864
6865         * Documentation/user/putting.itely: use "we" instead of "I".
6866
6867         * Documentation/user/basic-notation.itely: cautionary accidentals
6868         work with naturals, too.
6869
6870 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6871
6872         * lily/tuplet-bracket.cc (calc_position_and_height): add
6873         staff-padding support.
6874
6875         * input/proportional.ly: set staff-padding.
6876         
6877         * VERSION (PATCH_LEVEL): release 2.7.5
6878
6879         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
6880         fixes. Remove tweaks.
6881
6882         * input/regression/tuplet-slope.ly: add a test case.
6883
6884         * lily/tuplet-bracket.cc (calc_position_and_height): revert
6885         erroneous fix. Add spanner bounds to offset array with relative X
6886         positions.
6887
6888         * ly/engraver-init.ly: add Rest_engraver only once.
6889
6890         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
6891         (*parser*) lookup if (*parser*) != #f.
6892
6893 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6894
6895         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
6896         Cut-and paste update.
6897
6898         * input/regression/slur-script.ly: Add example of reverting
6899         inside-slur for fingering.
6900
6901         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
6902         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
6903
6904         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
6905         outside_slur_callback if inside-slur == #f (as opposed to unset).
6906
6907 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6908
6909         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
6910         encoding files are already removed.
6911
6912 2005-08-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6913
6914         * Documentation/user/advanced-notation.itely (Instrument names):
6915         Document a workaround for instrument names that collide with
6916         system start braces/brackets.
6917
6918 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6919
6920         * lily/rest-collision.cc (do_shift): spello.
6921
6922         * input/proportional.ly: use #'used property. Set break-overshoot
6923         property.
6924
6925         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
6926
6927         * lily/paper-column.cc: add #'used property
6928
6929         * lily/mark-engraver.cc (stop_translation_timestep): set grob
6930         array for staves found.
6931
6932         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
6933         array for stavesFound.
6934
6935         * lily/staff-spacing.cc (next_note_correction): add fixed and
6936         space to calling convention. This fixes spacing of accidentals
6937         after barlines.
6938
6939         * input/regression/spacing-accidental-stretch.ly: add barline -
6940         accidental case.
6941
6942         * scm/framework-ps.scm (page-header): add version number to
6943         creator
6944         (eps-header): idem.
6945
6946         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
6947         
6948 2005-08-13  Graham Percival  <gpermus@gmail.com>
6949
6950         * Documentation/user/global.itely: add "fit as much as
6951         possible onto this page" example (Vertical spacing).
6952
6953 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6954
6955         * *: Nitpick run.
6956
6957         * buildscripts/fixcc.py: Fixes.
6958
6959 2005-08-12  Graham Percival  <gpermus@gmail.com>
6960
6961         * Documentation/user/advanced-notation.itely: add markup
6962         example to Text spanners.
6963
6964 2005-08-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6965
6966         * Documentation/user/basic-notation.itely (Ties): Add example of
6967         tying a tremolo to a chord. Thanks to Steve Doonan. 
6968
6969         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
6970         properties and move tieMelismaBusy to the list of written
6971         properties. 
6972
6973 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
6974
6975         * po/TODO: suggest to use a dedicated tool like kbabel.
6976
6977         * po/fi.po: update using kbabel.
6978
6979 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6980
6981         * *: Remove obsolete files.  Nitpick run.
6982
6983         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
6984
6985 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6986
6987         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
6988         too.
6989
6990         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
6991
6992         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
6993         whitespace as symbol separator.
6994
6995         * lily/side-position-interface.cc: Add slur-padding.
6996
6997         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
6998         quite a large fix, and it never worked in a stable release; so not
6999         really a regression.
7000
7001         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
7002         Update cut and paste code from Slur_engraver.
7003
7004         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
7005         Add.
7006
7007         * scm/define-grobs.scm (DynamicLineSpanner): Add
7008         dynamic-line-spanner-interface.
7009         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
7010
7011 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7012
7013         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
7014         to_boolean () so that non-set 'inside-slur means false.
7015
7016         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
7017         slur has control-points.  Skip script without direction.  Always
7018         do_shift if script inside slur, even if slur not contained in
7019         script y-extent.  Increment k in loop.
7020
7021 2005-08-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7022
7023         * scm/define-markup-commands.scm: Improved regexp to search for
7024         EPS bounding boxes and corrected call to ly:warning.
7025
7026 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7027
7028         * Documentation/user/programming-interface.itely (Displaying music
7029         expressions): doc for \displayLilyMusic. Also some precisions in
7030         "Markup construction in Scheme"
7031
7032 2005-08-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7033
7034         * scm/define-markup-commands.scm (normal-text): Added 2 new
7035         markup commands, \normal-text and \medium (the latter thanks to
7036         Bruce Fairchild). 
7037
7038 2005-08-08  Graham Percival  <gpermus@gmail.com>
7039
7040         * Documentation/user/programming-interface.itely: fix @{ @}.
7041
7042         * scm/define-markup-commands.scm: add linewidth info to
7043         \justify and \wordwrap, add "upright is the opposite of italic".
7044
7045         * Documentation/user/advanced-notation.itely: shaped->shape,
7046         add (cons (markup "foo")) type of example to text markup,
7047         reword multi-measure rests section.
7048
7049         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
7050         comment.  No actual code was touched.
7051
7052         * Documentation/user/invoking.itely: add more info about
7053         \include.  Thanks, Bruce!
7054
7055         * THANKS: add Bruce Fairchild, alphabetise.
7056
7057         * Documentation/user/global.itely: document \score{\header{}}
7058         behavior.
7059
7060         * Documentation/user/basic-notation.itely: reword multi-measure
7061         rest discussion in Rests.
7062
7063 2005-08-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7064
7065         * Documentation/user/programming-interface.itely (Markup
7066         construction in Scheme): Corrected example and tried to clarify
7067         the implicit \line in the table.
7068
7069 2005-08-07  Graham Percival  <gpermus@gmail.com>
7070
7071         * Documentation/user/instrument-notation.itely: moved
7072         some bagpipe info back into the bagpipe section.  Somehow
7073         it ended up in the "other vocal issues" section?!  :o_O
7074
7075 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7076
7077         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
7078         directories, not paths).
7079
7080 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7081
7082         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
7083         plain emmentaler/aybabtu.  Backportme.
7084
7085         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
7086         missing dir correction.
7087
7088 2005-08-05  Graham Percival  <gperlist@shaw.ca>
7089
7090         * scm/define-markup-commands: fix reversed justify/wordwrap
7091         doc strings.
7092
7093 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
7094
7095         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
7096         lily/gregorian-ligature-engaver.cc,
7097         lily/include/ligature-engraver.hh,
7098         lily/include/coherent-ligature-engraver.hh,
7099         lily/include/gregorian-ligature-engraver.hh: make these classes
7100         truely abstract.  This should fix some internal oddities such as
7101         duplicate as well as dead translator/property declarations, and
7102         also some dead code.
7103
7104         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
7105         bugfix: avoid message "junking empty ligature" on ligature
7106         brackets by collecting dummy grobs.
7107
7108 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7109
7110         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
7111
7112         * input/proportional.ly (staffKind): bugfix.
7113         (staffKind): updates by Trevor Baca.
7114
7115         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
7116         default layout. 
7117
7118         * lily/tuplet-bracket.cc (print): check whether edge-text is a
7119         pair.
7120
7121         * lily/beam.cc (rest_collision_callback): call position_beam() if
7122         necessary.
7123
7124         * VERSION: release 2.7.4
7125
7126         * input/regression/spacing-uniform-stretching.ly: new file.
7127
7128         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
7129
7130         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
7131         contributor.
7132
7133         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
7134
7135         * input/proportional.ly: new file.
7136
7137         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
7138         columns is empty
7139
7140         * lily/tuplet-engraver.cc (finalize): new function. Reset right
7141         bounds to currentCommandColumn for the last step.
7142         (start_translation_timestep): if tupletFullLength is set, set
7143         bound to Paper Column
7144
7145         * input/regression/tuplet-full-length.ly (indent): new file.
7146
7147         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
7148         clique of loose columns, eg. a set of grace notes in strict
7149         notespacing.
7150
7151         * input/regression/spacing-strict-spacing-grace.ly: new file.
7152
7153         * lily/key-signature-interface.cc: change property name to
7154         alteration-alist
7155
7156         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
7157         keyAccidentalOrder
7158
7159         * python/convertrules.py (conv): keyAccidentalOrder ->
7160         keyAlterationOrder
7161
7162         * lily/key-engraver.cc (create_key): always print a cancellation
7163         for going to C-major/A-minor, regardless of printKeyCancellation.
7164         (create_key): remove typecheck for visibility. This fixes key
7165         signature not being printed.
7166
7167         * lily/spacing-determine-loose-columns.cc: new file.
7168
7169         * input/regression/spacing-strict-notespacing.ly: new file.
7170
7171         * lily/spacing-spanner.cc (generate_springs): rename from
7172         do_measure. 
7173         (generate_pair_spacing): new function.
7174         (init, generate_pair_spacing): set between-cols for floating
7175         nonmusical columns.
7176
7177         * lily/spaceable-grob.cc (get_spring): new function. 
7178
7179         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
7180         relative to the right edge of the prefatory matter.
7181
7182         * lily/beam.cc (print): read break-overshoot to determine where to
7183         stop/start broken beams.
7184
7185         * input/regression/spanner-break-overshoot.ly: new file.
7186
7187 2005-08-04  Graham Percival  <gperlist@shaw.ca>
7188
7189         * ly/bagpipe.ly: updated.
7190
7191         * Documentat/user/instrument.itely: un-comment out bagpipe example.
7192
7193 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7194
7195         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
7196         support: now (de)crescs avoid slurs as well.
7197
7198         * Documentation/user/instrument-notation.itely (Bagpipe example):
7199         comment out non-functioning bagpipe example.
7200         (Bagpipe definitions): idem.
7201
7202         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
7203         (Top): add proportionalNotationDuration example.
7204
7205         * input/regression/spacing-proportional.ly: new file.
7206
7207         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
7208         synched to a beam.
7209
7210         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
7211         fixes beams with a single stem (eg. beams across linebreaks.)
7212
7213         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
7214
7215         * flower/rational.cc (operator +): prevent overflow. This fixes
7216         heavily nested tuplets.
7217
7218         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
7219         have to protect even those unlikely to be corrupted data members.  
7220
7221 2005-08-04  Graham Percival  <gperlist@shaw.ca>
7222
7223         * ly/bagpipe.ly: new file.
7224
7225         * THANKS: added Sven Axelsson.
7226
7227 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7228
7229         * lily/spacing-engraver.cc (stop_translation_timestep): directly
7230         copy proportionalNotationDuration into currentMusicalColumn if
7231         set.
7232
7233         * lily/spacing-spanner.cc (musical_column_spacing): if
7234         uniform-stretching set, fixed space is 0.0
7235
7236         * input/regression/spacing-multi-tuplet.ly: show
7237         uniform-stretching property.
7238
7239         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
7240
7241         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
7242         (struct Spacing_options): new struct.
7243
7244         * lily/spacing-basic.cc: new file.
7245
7246         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
7247         delta_t doesn't have to be smaller than shortest_playing_len
7248
7249 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7250
7251         * input/regression/markup-arrows.ly:  new file.
7252
7253         * lily/tuplet-bracket.cc: document new behavior.
7254
7255         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
7256         with line breaks.
7257
7258         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
7259
7260         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
7261         default 
7262
7263         * lily/tuplet-bracket.cc: add edge-text property.
7264         add break-overshoot.
7265         (print): read break-overshoot.
7266         (print): read edge-text, add stencils.
7267
7268         * mf/feta-arrow.mf: new file.
7269
7270         * mf/feta-generic.mf: add feta-arrow.
7271
7272 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7273
7274         * Documentation/user/lilypond-book.itely (An example of a
7275         musicological document): Added flag -o to dvips for people who use
7276         the default setting in teTeX where output is sent to the printer. 
7277
7278         * Documentation/user/global.itely (Vertical spacing): Added
7279         reference to the Axis_group_engraver which documents the *Extent
7280         properties.
7281
7282 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7283
7284         * Documentation/user/basic-notation.itely (Tuplets): add note
7285         about nested tuplets. Remove BUG. 
7286
7287         * input/regression/tuplet-nest.ly: update: remove manual hack. 
7288
7289         * lily/tuplet-bracket.cc (print): use robust_scm2drul
7290         (print): manually call print() for subtuplets.
7291         (calc_position_and_height): add subtuplets to the
7292         support. Vertically shift outer tuplet 
7293
7294         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
7295         remove-first for Lyrics, ChordNames and FiguredBass
7296
7297         * scm/define-grob-properties.scm (all-internal-grob-properties):
7298         use ly:grob-array? iso. grob-list?
7299         (all-internal-grob-properties): add tuplets grob-array.
7300
7301         * lily/tuplet-bracket.cc (add_tuplet_bracket):
7302         new function
7303
7304 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7305
7306         * input/test/time-signature-staff.ly: new file.
7307
7308         * ly/declarations-init.ly (center): escape to Scheme. Fixes
7309         spurious #<Music FingerEvent> errors. Backportme.
7310
7311 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7312
7313         * Documentation/user/programming-interface.itely (Markup
7314         construction in Scheme): Corrected markup syntax in the
7315         translation table.
7316
7317 2005-08-03  Graham Percival  <gperlist@shaw.ca>
7318
7319         * Documentation/user/instrument-notation.itely: small update
7320         to bagpipe notation docs; thanks Sven!
7321
7322         * Documentation/user/basic-notation.itely: add link about trills.
7323
7324 2005-08-02  Graham Percival  <gperlist@shaw.ca>
7325
7326         * Documentation/user/music-glossary: remove accidentally committed
7327         fink patch.
7328
7329 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
7330
7331         * lily/lily-parser.cc (get_header): new function. Enable multiple
7332         \header definitions.
7333
7334         * lily/parser.yy (lilypond_header_body): use get_header.
7335
7336         * ly/init.ly:
7337         * scm/lily-library.scm (print-score-with-defaults): renamed
7338         $globalheader to $defaultheader
7339             
7340         * Documentation/user/global.itely (Creating titles): added short
7341         explanation that multiple headers are useable.
7342
7343
7344 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7345
7346         * lily/module-scheme.cc (LY_DEFINE): new file. 
7347
7348         * Documentation/user/advanced-notation.itely (Font selection): add
7349         doco for make-pango-font-tree.
7350
7351 2005-07-31  Graham Percival  <gperlist@shaw.ca>
7352
7353         * Documentation/user/music-glossary: more languages
7354         for tenuto.
7355
7356         * Docuemntation/user/instrument-notation.itely: minor
7357         update for bagpipe example.
7358
7359 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7360
7361         * input/regression/+.ly (TODO): add some text.
7362
7363 2005-07-28  Graham Percival  <gperlist@shaw.ca>
7364
7365         * Documentation/user/invoking.itely: \score begins with music.
7366
7367         * Documentation/user/ basic-notation.itely,
7368         instrument-notation.itely: minor changes.
7369
7370         * Documentation/user/music-glossary.itely: began tenuto entry.
7371
7372 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7373
7374         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
7375
7376         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
7377
7378 2005-07-27  Graham Percival  <gperlist@shaw.ca>
7379
7380         * Documentation/user/examples.itely: remove bagpipe template.
7381
7382         * Documentation/user/instrument-notation.itely: add bagpipe
7383         section, maybe fix quotes in lyrics.  I hate text encoding.
7384         Clarify chord durations, more bagpipe stuff.
7385
7386 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7387  
7388         * lily/accidental-engraver.cc: formatting fixes.
7389
7390         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
7391         grob-array.
7392
7393         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
7394
7395         * lily/note-column.cc (arpeggio): new function.
7396
7397         * lily/note-spacing.cc (get_spacing): also take arpeggio into
7398         account for spacing.
7399
7400 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7401
7402         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
7403         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
7404         mingw build.
7405         
7406 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7407
7408         * scm/lily.scm (lilypond-all): clear anonymous modules after
7409         processing files.
7410
7411 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7412
7413         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
7414         SCM_I_CONSP
7415
7416         * VERSION: 2.7.3 released
7417
7418         * Documentation/user/invoking.itely (Invoking lilypond): add
7419         LILYPOND_GC_YIELD documentation.
7420
7421         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
7422         scm_from_real / scm_make_real.
7423
7424         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
7425         higher. This increases memory footprint, but provides overall
7426         speedup of 15 to 20%. 
7427
7428         * lily/include/translator.hh (class Translator): remove
7429         PRECOMPUTED_VIRTUAL everywhere.
7430
7431         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
7432
7433         * lily/context.cc (now_mom): non-recursive now_mom() 
7434
7435         * lily/include/profile.hh: new file.
7436
7437         * lily/profile.cc: new file.
7438
7439         * lily/grob.cc (Grob::Grob): look properties up directly.
7440
7441         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
7442         lookups.
7443
7444         * lily/include/box.hh (class Box): smob Box type.
7445
7446         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
7447
7448         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
7449         protect() and unprotect(). Use throughout.
7450
7451 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7452
7453         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
7454
7455         * scm/define-music-display-methods.scm (markup->lily-string):
7456         markup elements can also be strings (without simple-markup
7457         appended)
7458
7459 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7460
7461         * lily/context.cc (where_defined): also assign value in
7462         where_defined().
7463
7464         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
7465         (curve_coordinate): new function
7466
7467         * lily/simple-spacer.cc (add_columns): only add rods between
7468         column i and begin/end if keep-inside-line is set (this repleces
7469         allow-outside-line as default)
7470
7471 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7472
7473         * lily/tuplet-engraver.cc (start_translation_timestep): only read
7474         tupletSpannerDuration if applicable.
7475
7476         * lily/font-size-engraver.cc (process_music): read fontSize only
7477         once per timestep.
7478
7479         * lily/engraver*cc: use throughout.
7480         
7481         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
7482
7483         * lily/translator.cc (add_acknowledger): new file. Directly jump
7484         into an Engraver::acknowledge_xxx () method based on a grobs
7485         interface-list.
7486
7487         * lily/include/translator-dispatch-list.hh (class
7488         Engraver_dispatch_list): new struct, new file.
7489
7490         * scm/define-context-properties.scm
7491         (all-internal-translation-properties): remove acceptHashTable,
7492         acknowledgeHashTable
7493
7494         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
7495
7496         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
7497         change acknowledgeHashTable to C++ member. 
7498
7499         * lily/rest-collision.cc (do_shift): use extract_grob_set().
7500
7501 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7502
7503         * scm/display-lily.scm: new file. Define a `display-lily-music'
7504         function, that displays the music expression given as an argument,
7505         using LilyPond notation.
7506
7507         * scm/define-music-display-methods.scm: new file. Implementation
7508         of display methods for each music type.
7509
7510         * ly/music-functions-init.ly (displayLilyMusic): new function for
7511         displaying music with LilyPond notation.
7512
7513         * input/regression/display-lily-tests.ly: new regression test file
7514         for `display-lily-music'.
7515
7516         * scm/markup.scm: remove obsolete debugging code (for printing
7517         markups with LilyPond notation).
7518
7519         * scm/define-music-types.scm (music-name-to-property-table):
7520         * scm/clef.scm (supported-clefs): export, in order to be accessible
7521         from the (scm display-lily) module.
7522
7523 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7524
7525         * Documentation/topdocs/NEWS.tely (Top): Typo.
7526
7527 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7528
7529         * Documentation/index.html.in, Documentation/texinfo.css,
7530           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
7531           Documentation/bibliography/index.html.in,
7532           Documentation/bibliography/html-long.bst: revert css-width patch,
7533           it does not work with IE6.
7534
7535 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7536
7537         * Documentation/texinfo.css: revert 760px hack. 
7538
7539         * VERSION: release 2.7.2
7540
7541         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
7542
7543         * Documentation/user/basic-notation.itely (Barnumber check): add
7544         section.
7545
7546         * scm/music-functions.scm (skip-to-last): new function. Show only
7547         last showLastLength part of the \score.
7548
7549         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
7550
7551         * python/convertrules.py (conv): add ly:x-moment rule
7552
7553         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
7554
7555         * Documentation/topdocs/NEWS.tely (Top): add new feature.
7556
7557         * Documentation/user/instrument-notation.itely (Flexibility in
7558         alignment): options in subsections.
7559
7560         * lily/lyric-engraver.cc (process_music): don't typeset text for _
7561         syllable text. Instead, assume that the previous lyric text is a
7562         melismated text.
7563
7564         * Documentation/index.html.in: revert 800x600 change.
7565
7566 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7567
7568         * lily/main.cc (main): Remove invalid handle kludge.
7569
7570         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
7571         (lambda): add gui define.
7572
7573 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7574
7575         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
7576
7577         * Documentation/user/instrument-notation.itely (Musica ficta
7578         accidentals): add section Musica ficta accidentals
7579
7580         * lily/accidental-engraver.cc (make_suggested_accidental): new
7581         function.
7582         (make_standard_accidental): move into new function.
7583         (create_accidental): new function.
7584
7585         * scm/define-grobs.scm (all-grob-descriptions): new Grob
7586         AccidentalSuggestion
7587
7588         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
7589
7590         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
7591         undefined.
7592
7593         * Documentation/user/global.itely (Page formatting): document
7594         horizontalshift.
7595
7596         * scm/page-layout.scm (default-page-music-height):
7597         horizontalshift: new variable, shift all systems by
7598         horizontalshift to the right, to make space for instrument names.
7599
7600         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
7601
7602         * lily/input-scheme.cc (LY_DEFINE): take format commands.
7603
7604 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7605
7606         * lily/note-column.cc (dir): idem.
7607
7608         * lily/spacing-spanner.cc (Module): idem.
7609
7610         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
7611
7612         * lily/include/paper-column.hh (class Paper_column): add
7613         non-static get_rank() member.
7614
7615         * VERSION: release 2.7.1
7616         
7617         * scm/framework-null.scm: new file, used for benchmarking.
7618
7619 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7620
7621         * Documentation/topdocs/INSTALL.texi, configure.in: fix
7622         version dependencies for fontforge and gs.
7623
7624         * Documentation/index.html.in, Documentation/texinfo.css,
7625         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
7626         Documentation/bibliography/index.html.in, 
7627         Documentation/bibliography/html-long.bst: optimize width of
7628         html for a 800x600 screen (width:760), increases printability
7629         when 'fit to page' is not set and readability in wide screens.
7630
7631         * stepmake/bin/add-html-footer.py: add missing </p>.
7632
7633 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7634
7635         * scm/define-markup-commands.scm (beam): use polygon in beam
7636         command.
7637
7638         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
7639         all acknowledged grobs, and do potentially expensive merge and
7640         write in one go.
7641
7642         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
7643
7644         * configure.in (reloc_b): add --enable-static-gxx to statically
7645         link to libstdc++
7646
7647         * lily/GNUmakefile (static-gxx-libs): new target
7648         static-gxx-libs. Create symlink to libstdc++.a
7649
7650         * lily/new-lyric-combine-music-iterator.cc: rename to
7651         Lyric_combine_music_iterator
7652
7653         * lily/lyric-combine-music-iterator.cc
7654         (Old_lyric_combine_music_iterator): rename to
7655         Old_lyric_combine_music_iterator
7656
7657         * lily/*-engraver.cc (various): remove double use of
7658         PRECOMPUTED_VIRTUAL function: only use
7659         start_translation_timestep() and stop_translation_timestep(), not
7660         both.
7661
7662         * lily/break-substitution.cc (fast_substitute_grob_array): do
7663         fast_substitute_grob_array for all unordered grob_arrays.
7664         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
7665         (substitute_grob_array): optimize.
7666
7667         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
7668
7669         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
7670
7671         * lily/parser.yy: revert $globalheader patch.
7672         
7673         * lily/include/translator.icc
7674         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
7675         Translator methods, without _static helper.
7676  
7677         * lily/grob-smob.cc (derived_mark): rename from
7678         do_derived_mark(). Return void.
7679
7680         * scm/define-context-properties.scm
7681         (all-internal-translation-properties): remove tweakCount/tweakRank.
7682
7683         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
7684         predefined break-visibilities.
7685
7686         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
7687         booleans for break-visibility.
7688
7689         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
7690
7691         * python/convertrules.py (conv): rule for Timing_translator. 
7692
7693         * lily/include/translator.icc: new file. 
7694
7695         * lily/paper-column-engraver.cc (process_music): new
7696         file. Separate Paper_column factory from Score_engraver.
7697
7698         * lily/vertically-spaced-context-engraver.cc: administer
7699         spaceable-staves property of System.
7700
7701         * lily/translator-group-ctors.cc: new file.
7702
7703         * lily/context-property.cc (make_grob_from_properties): construct
7704         the right Grob class programmatically, looking at the class entry
7705         for the meta property.
7706
7707         * lily/break-align-engraver.cc (stop_translation_timestep): call
7708         Break_align_interface::add_element() directly.
7709
7710         * lily/context.cc (measure_position): measure_position() is now a
7711         normal function.
7712
7713         * lily/include/translator.hh (class Translator): rename
7714         process_acknowledged_grobs() to process_acknowledged() and move to
7715         Translator.
7716
7717         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
7718         field for each grob description.
7719
7720         * lily/include/translator-group.hh (class Translator_group):
7721         change to base class. Separate class from Translator. This gets
7722         rid of virtual inheritance for Engravers/Performers.
7723
7724         * lily/staff-performer.cc (class Staff_performer): derive
7725         Staff_performer from Performer, not Performer_group_performer 
7726
7727         * Lily/translator-group.cc (precomputed_recurse_over_translators):
7728         new function.
7729         (precompute_method_bindings): new function. Precompute lists of
7730         Translators, so we only call methods (process_music,
7731         start_translation_timestep, etc.) for Translators needing
7732         it. Also: dispose of pointer-to-member-function calls.
7733
7734         * lily/engraver-group-engraver.cc: remove engraver_each,
7735         recurse_down_engravers ()
7736
7737         * lily/note-head.cc (internal_print): only call
7738         glyph-name-procedure if style != default. 
7739
7740 2005-07-16  Graham Percival  <gperlist@shaw.ca>
7741
7742         * ly/titling-init.ly: add printallheaders option.
7743
7744         * Documentation/user/global.itely: document printallheaders.
7745
7746 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7747
7748         * lily/system.cc (do_derived_mark): don't mark from object_alist_
7749         anymore, but do it centrally.  
7750
7751         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
7752         hammer hack.
7753
7754         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
7755
7756         * scm/output-lib.scm: remove hammer-print-function.
7757
7758         * lily/include/pointer-group-interface.hh (extract_grob_set): new
7759         macro. Declare a Link_array<Grob> and fill it from a grob.
7760         (extract_item_set): idem for item.
7761
7762         * lily/break-substitution.cc: add header.
7763         (fast_substitute_grob_array): rewrite for Grob_arrays.
7764         (substitute_grob_array): idem.
7765
7766         * lily/group-interface.cc (add_thing): remove file.
7767
7768         * flower/include/parray.hh (class Link_array): slice() is const.
7769
7770         * lily/include/grob-array.hh: new file.
7771
7772         * lily/grob-array.cc (spanner): new file.
7773
7774         * lily/beam-quanting.cc (fill): read details property from beam.
7775
7776         * lily/beam.cc: support details property.
7777
7778         * total speedups below: approx 10%.
7779
7780         * lily/include/beam.hh: new struct, softcode beam quanting parameters
7781
7782         * lily/include/grob.hh (class Grob): add interfaces_ member.
7783
7784         * lily/bezier.cc (init_polynomial_cache): new function: cache
7785         binom(3,j) t^j (1-t)^{3-j}
7786         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
7787
7788         * lily/*.cc: substitution throughout.
7789
7790         * lily/grob-property.cc (internal_get_object): new routine.
7791         (internal_set_object): idem. Store grob refrences in separate
7792         alist. This saves processing time, since properties aren't
7793         break-substituted, and the per grob namespace is smaller, both for
7794         grobs and non-grob properties.
7795
7796         * scm/define-grob-properties.scm (all-internal-grob-properties):
7797         remove center-element.
7798
7799         * lily/grob.cc: remove tweak-count, tweak-rank.
7800
7801 2005-07-15  Graham Percival  <gperlist@shaw.ca>
7802
7803         * Documentation/user/lilypond-book.itely: fixes example.
7804
7805 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7806
7807         * Documentation/user/global.itely (Creating titles):    
7808         * Documentation/user/examples.itely (All headers): change the
7809         place of \header in \score blocks (after music block) to make
7810         examples compile (cf. changes on parser.yy on 2005-07-10)
7811
7812 2005-07-13  Graham Percival  <gperlist@shaw.ca>
7813
7814         * python/convertrules.py: add exc -> ecc rule.
7815
7816         * scripts/convert-ly.py: add location of convertrules.py
7817         in a comment.
7818
7819         * Documentation/user/changing-defaults.itely: fix language.
7820
7821 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7822
7823         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
7824
7825 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7826
7827         * scm/output-socket.scm (grob-bbox): don't use inf? 
7828
7829         * flower/include/rational.hh: add operator bool() 
7830
7831         * scm/define-music-types.scm (music-descriptions): remove
7832         internal-class-name properties.
7833
7834         * lily/include/event.hh: remove file.
7835
7836         * lily/include/music-constructor.hh: remove file.
7837
7838         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
7839         in 'types property.
7840
7841         * lily/music.cc (duration_length_callback): new function.
7842
7843         * lily/event.cc: remove file.
7844
7845         * lily/music-constructor.cc: remove file.
7846
7847         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
7848
7849         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
7850         (get_context_key): idem.
7851
7852         * scm/lily.scm (lambda): new option object-keys (default to #f)
7853
7854         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
7855
7856         * scm/output-gnome.scm: remove beam routine.
7857
7858         * scm/output-ps.scm (scm): idem.
7859
7860         * scm/output-svg.scm: remove beam.
7861
7862         * ps/music-drawing-routines.ps: remove draw_beam.
7863
7864         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
7865
7866         * flower/include/guile-compatibility.hh (scm_from_locale_string):
7867         add scm_from_locale_string compatibility glue. 
7868
7869 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
7870
7871         * scripts/lilypond-book.py: Prevent occuring error when
7872         'lilypond-book --output=foo/ somefile.ly' is executed multiple
7873         times and target file shoud be overwritten.  (Error message said
7874         'input file and output file is same'.)
7875
7876 2005-07-13  Graham Percival  <gperlist@shaw.ca>
7877
7878         * input/regression/slur-extreme.ly,
7879         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
7880         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
7881         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
7882         "excentricity" to "eccentricity".
7883
7884         * Documentation/user/converters.itely: fix URL for Noteedit and
7885         Rosegarden.
7886
7887         * THANKS: added Yoshinobu Ishizaki.
7888
7889 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7890
7891         * scm/define-markup-commands.scm (justify-field): add. 
7892
7893         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
7894
7895 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7896
7897         * lily/lookup.cc (filled_box): express filled_box with
7898         round_filled_box
7899
7900         * scm/midi.scm (paper-book-write-midis): new function. Write all
7901         performances in numbered MIDI files.
7902
7903         * lily/performance-scheme.cc (LY_DEFINE): new file.
7904         (LY_DEFINE): new function ly:performance-write.
7905
7906         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
7907         new function.
7908         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
7909
7910         * scm/framework-*.scm: use port arguments throughout.
7911
7912         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
7913
7914         * lily/paper-outputter.cc (Paper_outputter): take port argument.
7915
7916         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
7917
7918         * scm/framework-texstr.scm (output-framework): 
7919
7920         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
7921
7922         * scm/output-lib.scm (tablature-stem-attachment-function):
7923         tablature stem attachment fix. 
7924
7925 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7926
7927         * lily/bezier.cc: hardcode binomial coefficients of order 3.
7928
7929         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
7930
7931         * scm/define-music-types.scm (music-descriptions): don't use
7932         Music_wrapper type.
7933
7934         * lily/paper-column.cc (print): print moment too.
7935
7936         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
7937         remove compatibility cruft.
7938
7939         * lily/parser.yy (score_body): \score can only begin with Music. 
7940
7941         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
7942         make-score. Take music argument only. Move parser interaction to
7943         Scheme.
7944
7945         * scm/lily-library.scm (scorify-music): new function.
7946
7947         * python/lilylib.py (datadir): remove 2.1 compat kludge.
7948         (datadir): remove resource import.
7949         (print_environment): remove get_bbox()
7950         (cp_to_dir): remove pre 1.5.2 compat glue.
7951
7952 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7953
7954         * lily/include/simple-spacer.hh (Module): idem.
7955
7956         * lily/include/spring.hh (struct Spring): store inverse
7957         strength. This prevents division by zero.
7958
7959         * VERSION: release 2.7.0
7960         
7961         * lily/include/music.hh (class Music): remove Music::duration_log()
7962
7963         * lily/stem-engraver.cc (make_stem): take duration log from event.
7964
7965         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
7966
7967 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7968
7969         * scm/lily.scm (ly:load): load autochange.scm
7970
7971         * Documentation/user/tutorial.itely (Running LilyPond for the
7972         first time): remove reference to DVI/TeX
7973
7974         * scm/define-markup-commands.scm (text): add \text markup command.
7975
7976         * configure.in (reloc_b): bump requirement to Python 2.2.
7977
7978         * lily/include/dots.hh (class Dots): make has_interface() static.
7979
7980         * python/convertrules.py (conv): add rule for ly:grob-default-font
7981
7982         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
7983         alphabetical order.
7984
7985         * input/regression/trill-spanner-pitched.ly: new file.
7986
7987         * lily/font-interface-scheme.cc (LY_DEFINE): function
7988         ly:grob-default-font (changed from get-default-font).
7989
7990         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
7991
7992         * lily/note-head.cc (internal_print): if style is not a symbol,
7993         set style to 'default. 
7994         (internal_print): no style suffix if glyph-name-procedure not
7995         set. Default to quarter head.
7996
7997         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
7998
7999         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
8000
8001         * ly/music-functions-init.ly: \pitchedTrill
8002
8003         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
8004
8005         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
8006
8007         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
8008
8009         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
8010
8011         * po/fr.po: update
8012
8013         * po/de.po: update.
8014
8015 2005-07-06  Graham Percival  <gperlist@shaw.ca>
8016
8017         * Documentation/user/changing-defaults.itely: add link
8018         to grob-iterface.
8019
8020         * Documentation/user/advanced-notation.itely: add material
8021         to Setting automatic beam behaviour.  Thanks, Joe!
8022
8023         * Documentation/user/lilypond.itely: change encoding to utf-8.
8024
8025 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8026
8027         * Documentation/user/advanced-notation.itely (Setting automatic
8028         beam behavior): Correct the documentation of
8029         revert-auto-beam-setting (backportme)
8030
8031 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8032
8033         * lily/ly-module.cc (ly_make_anonymous_module): define
8034         %module-public-interface of module. 
8035
8036         * lily/lily-parser.cc (print_smob): allow printing of parser smob
8037         without lexer.
8038
8039 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8040
8041         * input/regression/fret-diagrams.ly: stretch example.
8042
8043 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8044
8045         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
8046         Fodor).
8047
8048 2005-06-30  Graham Percival  <gperlist@shaw.ca>
8049
8050         * Documentation/topdocs/AUTHORS.texi: update personal web address.
8051
8052         * Documentation/user/examples.itely, lilypond-book.itely:
8053         change \RequirePackage to \usepackage.
8054
8055         * Documentation/user/global.itely: document copyright and tagline.
8056
8057 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8058
8059         * Documentation/user/basic-notation.itely (Transpose): remove link
8060         to nonexistent UntransposableMusic.
8061
8062         * scm/output-svg.scm: remove old definitions.
8063
8064         * scripts/lilypond-book.py (do_file): search for kpsewhich before
8065         invoking.
8066
8067         * python/lilylib.py (search_exe_path): new function.
8068
8069 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8070
8071         * python/lilylib.py (mkdir_p): remove setup_environment()
8072         (backportme)
8073
8074         * buildscripts/mutopia-index.py (headertext): trim text.
8075
8076         * Documentation/topdocs/NEWS.tely (Top): refresh.
8077
8078         * scm/define-markup-commands.scm (wordwrap-string): new function:
8079         split string in paras and words.
8080         (wordwrap-markups): new function.
8081         (wordwrap-stencils): new function. 
8082         (justify): use it.
8083         (wordwrap): use it.
8084         (wordwrap-string): use it
8085         (justify-string): use it.
8086
8087         * scm/lily-library.scm (regexp-split): new function.
8088
8089         * scm/define-markup-commands.scm: remove encoded-simple. 
8090         remove font-markup.
8091         (fontsize): remove old version  of fontsize.
8092         (wordwrap): new markup function. Wrap into paragraphs.
8093
8094         * VERSION: Branch lilypond_2_6
8095         (MINOR_VERSION): go to 2.7.0
8096
8097 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8098
8099         * po/zh_TW.po: update from translation project.
8100
8101 2005-06-28  Graham Percival  <gperlist@shaw.ca>
8102
8103         * scm/midi.scm: compile fix.
8104
8105 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8106
8107         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
8108         patch. Now, the tempfile module is loaded too, not only used.
8109
8110 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
8111
8112         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
8113         0.05 - 1.00 to 0.25 - 1.00
8114
8115         * scm/midi.scm: moved the default-instrument-equalizer procedure
8116         to just under the insturment-equalizer-alist it takes as an
8117         argument.
8118
8119 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8120
8121         * Documentation/user/advanced-notation.itely (Font selection):
8122         remove CMR note.
8123
8124         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
8125
8126 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8127
8128         * THANKS: Add UTF-8 marker.
8129
8130         * Documentation/user/point-and-click.itely (http): Update: use
8131         lilypond-invoke-editor.  Fix: instruct to use user.js.
8132
8133 2005-06-27  Graham Percival  <gperlist@shaw.ca>
8134
8135         * ly/titling-init.ly: implements printpagenumber, increases
8136         space between dedication and title (to avoid collisions with
8137         "g" and "q" in dedication), and nicer logic about copyright
8138         and instrument fields being printed on the first page.
8139         Thanks Vincent!
8140
8141         * Documentation/user/global.itely: document printpagenumber.
8142
8143 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8144
8145         * Documentation/topdocs/NEWS.tely: Update to 2.6.
8146
8147 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8148
8149         * THANKS: update to 2.6
8150
8151         * VERSION: 2.6.0 released.
8152
8153 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8154
8155         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
8156         rule, errorneously removed probably because of misleading comment.
8157
8158 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8159
8160         * python/lilylib.py (datadir): py2exe comments.
8161
8162         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
8163
8164         * configure.in (reloc_b): make fontconfig REQUIRED.
8165
8166 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
8167
8168         * po/fi.po: add latest translations.
8169
8170 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8171
8172         * ChangeLog: recode utf-8
8173
8174         * Documentation/pictures/lilypond.xpm (Module): edited photo as
8175         logo.
8176
8177         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
8178
8179         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
8180
8181         * python/convertrules.py (do_conversion): don't print program_name
8182         from within a module
8183
8184         * configure.in (reloc_b): bump fontforge requirement to 20050624.
8185
8186         * python/convertrules.py (conv): add 2.6.0 dummy rule.
8187
8188 2005-06-23  Graham Percival  <gperlist@shaw.ca>
8189
8190         * Documentation/user/lilypond-book.itely,
8191         Documentation/user/examples.itely: add \RequirePackage{graphics}.
8192
8193         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
8194         fixes baseline-skip.  Thanks Vincent!
8195
8196         * Documentation/user/advanced-notation.itely, global.itely:
8197         moved "Selecting font sizes" to global, since it deals with
8198         notation font size, not text fonts.
8199
8200 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8201
8202         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
8203         to fonts.
8204
8205 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8206
8207         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
8208         workaround since /dev/stdin doesn't work on Cygwin. Using a
8209         temporary file in the current directory since latex doesn't
8210         understand the path name to the default TMP in Cygwin (at least on
8211         win XP).
8212         
8213         * Documentation/user/global.itely (Creating titles): Correct
8214         misprint in example. Thanks to Rob Vlasaty.
8215
8216 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8217
8218         * VERSION (PATCH_LEVEL): release 2.5.32
8219
8220         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
8221         variable in lily module
8222
8223         * scm/framework-ps.scm (output-classic-framework): error message
8224         regarding the classic framework.
8225
8226         * Documentation/user/henle-flat-gray.png (Module): new file.
8227
8228         * Documentation/user/baer-flat-gray.png (Module): new file.
8229
8230         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
8231         whiteout for markups.
8232
8233         * buildscripts/substitute-encoding.py (note_glyph): include _ in
8234         regex too. This fixes change clef appearance in PDF. 
8235
8236         * ttftool/include/*: remove.
8237
8238         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
8239
8240         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
8241
8242         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
8243
8244         * ttftool/*: remove ttftool subdirectory.
8245
8246         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
8247
8248         * lily/ttf.cc (print_header): new file. Convert to type42, using
8249         FreeType to parse the TTF. 
8250
8251         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
8252         and post table may differ. Pass around post_nglyphs as well.
8253
8254 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8255
8256         * ly/music-functions-init.ly (musicMap): new music function
8257         musicMap. 
8258         
8259 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8260
8261         * make/mutopia-rules.make: anti-alias-factor = 2
8262
8263         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
8264         page switch.
8265
8266         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
8267         anti-alias-factor for lilypond-book runs.
8268
8269         * scm/ps-to-png.scm (scale-down-image): new function.
8270         (my-system): new function.
8271         (make-ps-images): blow up GS resolution by anti-alias-factor,
8272         scale down image by anti-alias-factor.  This improves appearance
8273         of bitmaps
8274         (make-ps-images): remove showpage. Fixes spurious empty png at
8275         end.
8276
8277         * scm/framework-ps.scm (write-preamble): downcase filename before
8278         string-matching. Should fix .TTF files (as opposed to ttf files)  
8279
8280         * Documentation/user/tutorial.itely (Running LilyPond for the
8281         first time): separate subsections for windows, macos and unix.  
8282
8283         * Documentation/user/invoking.itely (Updating files with
8284         convert-ly): add MacOS X note.
8285
8286 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8287
8288         * Documentation/user/introduction.itely (Engraving): don't include
8289         file optical-spacing, add directly.
8290
8291         * lily/paper-outputter.cc (file): open file in binary mode. This
8292         fixes OTF embedding on windows.
8293
8294 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8295
8296         * scm/framework-ps.scm (write-preamble): remove debugging output.
8297
8298         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
8299
8300         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
8301         outdir.
8302         (install-fc-cache): install font cache in installation directories.
8303
8304 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8305
8306         * scm/editor.scm (editor-command-template-alist): Use char iso
8307         column, except for Emacs.
8308         (get-editor-command): Substitute char too (Bertalan Fodor).
8309
8310 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8311
8312         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
8313         quoted ~s.  This should fix PNG output on Windows; single quotes
8314         are regular characters on Windows.
8315
8316 2005-06-16  Graham Percival  <gperlist@shaw.ca>
8317
8318         * Documentation/user/basic-notation.itely: include ChoirStaff
8319         in System start delimiters.
8320
8321         * Documentation/user/putting.itely: new doc section on
8322         fixing overlapping notation.
8323
8324 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8325
8326         * Documentation/user/global.itely (Paper size): \paper is in
8327         \book, not \score.
8328
8329         * make/mutopia-rules.make: -ddelete-intermediate-files
8330
8331         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
8332
8333 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8334
8335         * ChangeLog: Recode utf-8.
8336
8337         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
8338         datadir with .py modules.
8339
8340 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8341
8342         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
8343
8344 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8345
8346         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
8347         
8348         * scm/framework-ps.scm (write-preamble): remove status check.
8349
8350         * Documentation/user/invoking.itely (Updating files with
8351         convert-ly): remove -o option.
8352
8353         * VERSION (PACKAGE_NAME): release 2.5.31
8354
8355         * scm/framework-ps.scm (write-preamble): use ly:system.
8356         (write-preamble): verbosity.
8357
8358         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
8359
8360         * python/convertrules.py: new file. Store conversion rules
8361         separately.
8362
8363 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8364
8365         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
8366
8367 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8368
8369         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
8370         \musicDisplay 
8371
8372         * Documentation/user/instrument-notation.itely (More stanzas): Add
8373         reference to StanzaNumber.
8374
8375 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8376
8377         * THANKS: separate section for website translators.
8378
8379 2005-06-14  Graham Percival  <gperlist@shaw.ca>
8380
8381         * Documentation/topdocs/INSTALL.texi: update vim info;
8382         thanks Simon Bailey!
8383
8384         * Documentation/user/advanced-notation.itely: included
8385         color names.
8386
8387         * Documentation/user/advanced-notation.itely,
8388         Documentation/usr/notation-appendices.itely: moved
8389         color names into an appendix.
8390
8391 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8392         
8393         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
8394
8395         * scm/lily.scm (lambda): initialize program options from here.
8396
8397         * scm/framework-*.scm: add header info.
8398
8399         * lily/main.cc (parse_argv): only set output format to pdf if no
8400         other format specified.
8401
8402         * scm/backend-library.scm (postprocess-output): process
8403         'delete-intermediate-files after running convert-to-*. This fixes
8404         PNG generation when 'delete-intermediate-files is set.
8405         
8406 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8407
8408         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
8409         links on website. 
8410
8411 2005-06-13  Graham Percival  <gperlist@shaw.ca>
8412
8413         * Documentation/topdocs/INSTALL.texi,
8414         Documentation/user/lilypond-book.itely: typos.
8415
8416 2005-06-12  Pal Benko  <benkop@freestart.hu>
8417
8418         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
8419         added between program name and switch; -b changed to -f not
8420         to generate pdf
8421
8422 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8423
8424         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
8425         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
8426
8427         * input/sakura-sakura.ly: add \midi.
8428
8429         * buildscripts/mutopia-index.py (find): use /usr/bin/find
8430         iso. python find. 
8431
8432         * ttftool/test.c (main): cosmetics.
8433
8434         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
8435
8436         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
8437         create a ttf2ps binary.
8438
8439         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
8440
8441         * scm/backend-library.scm (postscript->png): set rename-page-1 to
8442         true.
8443
8444 2005-06-11  Graham Percival <gperlist@shaw.ca>
8445
8446         * Documentation/user/lilypond-book.itely: add warning about
8447         the font warnings in dvips.
8448
8449 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8450
8451         * THANKS: typo
8452
8453         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
8454
8455         * GNUmakefile.in: remove links for .map, .enc
8456         don't fail if out/ doesn't exist yet.
8457
8458 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8459
8460         * ttftool/util.c (surely_read): return nbytes
8461
8462         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
8463
8464         * VERSION (PACKAGE_NAME): release 2.5.30
8465
8466         * flower/string-convert.cc (precision_string): >? fix.
8467
8468         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
8469         (make-ps-images): add verbose -q too.
8470
8471         * lily/default-actions.cc (Module): new file. default
8472         {book,score}-print functions.
8473
8474         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
8475         pass results via parseStringResult, lookup via ly:parser-lookup.  
8476
8477         * lily/lily-parser.cc (Lily_parser): only clone lexer in
8478         constructors.
8479         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
8480         (parse_string): idem.
8481
8482         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
8483
8484         * lily/main.cc (main_with_guile): copy be_verbose_global into
8485         ly_set_option()
8486
8487 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8488
8489         * scm/backend-library.scm (postscript->pdf):
8490         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
8491         verbose mode.  Search for several names of gs executable.
8492
8493 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8494
8495         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
8496         directly. This fixes a massive memory leak, provided you use CVS
8497         GUILE.
8498
8499 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
8500
8501         * ly/property-init.ly: Added tieDashed.
8502
8503         * THANKS: Added some bughunters for 2.5.
8504
8505 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8506
8507         * lily/program-option.cc: add debug-gc option.
8508
8509         * lily/include/lily-guile-macros.hh: don't protect exported module
8510         objects.
8511
8512         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
8513
8514         * scm/backend-library.scm (postscript->pdf): use
8515         delete-intermediate-files iso. running-from-gui? 
8516
8517         * ttftool/util.c (surely_read): robustness. Allow read() to return
8518         less bytes than requested, as per posix standards.
8519
8520         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
8521         program option.
8522
8523         * ttftool/include/ttftool.h ("C"): rename verbosity to
8524         ttf_verbosity. Add to public interface.
8525
8526         * scm/music-functions.scm (unfold-repeats): remove debugging display.
8527
8528         * lily/program-option.cc: rename from scm-option.cc
8529
8530         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
8531         (get_help_string): Print pretty help string.
8532
8533         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
8534         to snippet preamble.
8535
8536         * lily/scm-option.cc: remove command-line-settings option. Fold
8537         all command-line options plus default settings in a generic
8538         interface. 
8539
8540         * flower/getopt-long.cc (table_string): indent 2nd lines of help
8541         texts too.
8542
8543 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8544
8545         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
8546         or EXT_ components non-empty.
8547
8548 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8549
8550         * scm/lily.scm (running-from-gui?): Export.
8551
8552         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
8553         output in .ly source directory.
8554
8555 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8556
8557         * ttftool/util.c (surely_lseek): more verbosity.
8558
8559         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
8560         compile.
8561
8562         * lily/parser.yy (Repeated_music): remove >? 
8563
8564         * scm/backend-library.scm (postscript->pdf): Support for
8565         -dgs-font-load=1
8566
8567         * scm/framework-ps.scm (write-preamble): make font loading
8568         switchable to GS via --define-default gs-font-load=1
8569
8570 2005-06-09  Graham Percival  <gperlist@shaw.ca>
8571
8572         * Documentation/user/global.itely: added \layout docs.
8573
8574 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8575
8576         * lily/lily-parser-scheme.cc: add unistd.h
8577
8578 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8579
8580         * scm/editor.scm: add char argument.
8581
8582         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
8583
8584         * ttftool/util.c (syserror): use errno for better error reporting.
8585
8586         * lily/source-file.cc (get_counts): new function. Calc column,
8587         line and char count in one go.
8588
8589         * lily/binary-source-file.cc (quote_input): rename to quote_input
8590
8591         * lily/input.cc (set): new function.
8592
8593 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8594
8595         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
8596         directory part of file name to search directory.
8597
8598         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
8599         search path and chdir to DIR if --outname=DIR used.
8600
8601         * lily/main.cc (prepend_env_path): Bugfix: Check directory
8602         existence before appending original path.
8603
8604 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8605
8606         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
8607         file" massage.
8608
8609         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
8610         texinfo.tex is always used.
8611         
8612 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8613
8614         * flower/include/axis.hh: rename from axes.hh
8615
8616         * lily/include/text-interface.hh (Module): rename from text-item.hh
8617
8618         * VERSION (PATCH_LEVEL): release 2.5.29
8619
8620         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
8621
8622         * scm/framework-ps.scm (font-file-as-ps-string): new function.
8623         (handle-macfont): new function. Call fondu for Native mac fonts.
8624
8625         * scm/define-markup-commands.scm (fill-line): handle text-widths =
8626         '() case.
8627
8628 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8629
8630         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
8631         multi-page.  Fix .eps regular expression.
8632
8633 2005-06-07  Graham Percival  <gperlist@shaw.ca>
8634
8635         * Documentation/user/putting.itely: add info on modifying templates.
8636
8637         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
8638         misc small changes.
8639
8640 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8641
8642         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
8643
8644         * scripts/lilypond-ps2png.scm
8645
8646         * VERSION (PACKAGE_NAME): release 2.5.28
8647
8648 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8649
8650         * lily/main.cc (prepend_env_path): Do not append /, that does not
8651         work.  Localedir lives in datadir, not in prefix.
8652
8653         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
8654         hack for windows.
8655
8656         * flower/include/file-cookie.hh: Compile fix.
8657
8658 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8659
8660         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
8661
8662         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
8663         system primitives.
8664         (gulp-port): using read-string!/partial. We don't want to read an
8665         entire PS file  (GUILE 1.6 limits strings to 16M) 
8666
8667         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
8668         properties. Add font-interface. 
8669
8670         * scm/define-grob-properties.scm (all-user-grob-properties):
8671         remove old bracket properties.
8672
8673         * scm/x11-color.scm: reformat. 
8674
8675         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
8676         LedgerLineSpanner if new StaffSymbol is found. 
8677
8678         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
8679         staff-symbol for finishing staff. 
8680
8681         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
8682
8683         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
8684         change black to currentColor everywhere. This fixes color support
8685         in SVG.
8686
8687 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
8688
8689         * input/regression/fret-diagrams.ly: new file to test fret diagram
8690         capability
8691
8692         * scm/output-tex.scm: remove white-dot and white-text
8693
8694         * scm/output-ps.scm: remove white-dot and white-text
8695
8696         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
8697         using ly:stencil-in-color instead
8698         (draw-dots) : remove call to white-dot
8699
8700 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8701
8702         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
8703         support.
8704
8705         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
8706
8707         * flower/include/file-cookie.hh: new file. lily_cookie extension 
8708
8709         * flower/file-cookie.cc: new file. lily_cookie extension.
8710         
8711 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8712
8713         * scm/editor.scm (editor-command-template-alist): Add syn
8714         editor (Jaap [de Vos]).
8715
8716 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8717
8718         * scripts/lilypond-ps2png.scm:
8719         * scm/ps-to-png.scm: New file.
8720
8721         * scm/backend-library.scm (postscript->png): Use it.
8722
8723         * scripts/lilypond-ps-to-png.py: Remove file.
8724
8725         * python/lilylib.py (get_bbox, make_ps_images): Remove.
8726
8727 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8728
8729         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
8730
8731         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
8732         start on grace moment. Fixes autobeam-grace.ly.
8733
8734         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
8735         process anything unless we're at the end of a pending beam. Fixes
8736         syncopated 8ths beamed across a beat.
8737
8738 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8739
8740         * scm/editor.scm (editor-command-template-alist): Start emacs if
8741         emacslient fails.
8742
8743         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
8744
8745         * flower/file-path.cc (is_file, is_dir): Export.
8746
8747         * lily/main.cc (prepend_env_path, set_env_file): Use them.
8748
8749 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8750
8751         * lily/easy-notation.cc: Added include cctype to correct
8752         compilation error.
8753
8754 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8755
8756         * scm/backend-library.scm (postscript->pdf): set resolution to
8757         1200, so bitmap fonts aren't that ugly. 
8758
8759         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
8760
8761         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
8762         parent if we have a notehead. Fixes incorrect offsets when
8763         Paper_column is very wide in the X direction.
8764
8765         * input/regression/font-family-override.ly (Module): new file.
8766
8767         * scm/font.scm (make-pango-font-tree): new function.
8768
8769         * lily/beam.cc (before_line_breaking): remove warning about less
8770         than 2 visible stems. We still get a warning when there is only
8771         one stem.
8772
8773 2005-06-01  Werner Lemberg  <wl@gnu.org>
8774
8775         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
8776         correctly.
8777
8778 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8779
8780         * lily/slur-scoring.cc (generate_avoid_offsets): new
8781         function. Generate avoid offsets once per slur.
8782
8783         * lily/slur.cc (add_extra_encompass): add dependency to
8784         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
8785
8786         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
8787         too. Fixes inf error with added bass notes.
8788
8789         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
8790         argument anymore.
8791
8792         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
8793
8794         * input/tutorial/lbook-latex-test.tex: add line length test.
8795
8796         * scripts/lilypond-book.py (set_default_options): new
8797         function. Call this before dissecting snippets, so linewidth
8798         settings reach the snippets.
8799
8800 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8801
8802         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
8803
8804 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8805
8806         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
8807
8808 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8809
8810         * stepmake/aclocal.m4: More autopackage friendliness.
8811
8812 2005-05-31  Graham Percival  <gperlist@shaw.ca>
8813
8814         * Documentation/index.html.in: remove link to LSR.
8815
8816         * Documentation/user/global.itely: remove duplicate
8817         "dedication" \header{} section.
8818
8819 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8820
8821         * VERSION (PACKAGE_NAME): release 2.5.27.
8822
8823         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
8824         too. Plugs memory leak.
8825
8826         * make/lilypond.fedora.spec.in (Group): remove
8827         lilypond-pdfpc-helper.
8828
8829         * scripts/GNUmakefile (SEXECUTABLES): remove
8830         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
8831
8832         * scm/font.scm (make-century-schoolbook-tree): add Mono as
8833         'typewriter family.
8834
8835         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
8836         memory leak.
8837
8838         * lily/parser.yy (score_body): don't clone Score, that's done in
8839         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
8840
8841         * lily/score-engraver.cc (derived_mark): new function.
8842         (initialize): unprotect Paper_score. This fixes a memory leak.
8843
8844         * lily/score-performer.cc (derived_mark): new function.
8845
8846         * lily/score-translator.cc (get_output): use SCM for get_output() call.
8847
8848         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
8849         spurious warning.
8850
8851         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
8852         serif.
8853
8854 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8855
8856         * configure.in (reloc_b): Add --enable-relocation.
8857
8858 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8859
8860         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
8861
8862         * input/regression/alignment-order.ly: add Staff example.
8863
8864 2005-05-31  John Mandereau   <john.mandereau@free.fr>
8865
8866         * po/fr.po: update.
8867
8868 2005-05-31  Graham Percival  <gperlist@shaw.ca>
8869
8870         * Documentation/index.html.in: add link to LSR.
8871
8872 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8873
8874         * scm/define-stencil-commands.scm (Module): new file. Register all
8875         allowed stencil expression heads in a central place.
8876
8877         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
8878         ly:make-stencil
8879
8880         * lily/stencil-expression.cc (all_stencil_heads): registering
8881         stencil expressions.
8882
8883         * lily/stencil-interpret.cc: new file. Stencil expression
8884         interpreting.
8885
8886         * input/xiao-haizi-guai-guai.ly: move file back.
8887
8888 2005-05-30  Graham Percival  <gperlist@shaw.ca>
8889
8890         * Documentation/user/advanced.itely, converters.itely,
8891         instrument-notation.itely, lilypond-book.itely: misc small
8892         changes.
8893
8894 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8895
8896         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
8897
8898         * make/lilypond.fedora.spec.in: Fix source url.
8899
8900         * cygwin: Update from mingw patches.
8901
8902         * scm/editor.scm (editor-command-template-alist): Use jedit
8903         -reuseview (Bertalan), add uedit (Patrick Huberts).
8904
8905         * input/xiao-hai-zi-guai-guai.ly: Rename from
8906         xiao-haizi-guai-guai.ly.
8907
8908         * input/*: Reindent, do not use TAB.
8909
8910         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
8911         white background.
8912
8913 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8914
8915         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
8916         numerical overflow error.
8917
8918 2005-05-29 Laura Conrad <lconrad@laymusic.org>
8919         
8920         * abc2ly.py: fix to syntax error in multi-part output.
8921
8922 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8923
8924         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
8925         with disappearing span bars when alignAboveContext is active
8926
8927         * lily/property-iterator.cc (check_grob): use is-grob?
8928         object-property. Fixes crash-key-sig-font-size.ly. 
8929
8930 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8931
8932         * lily/bar-line.cc (print): don't round barlines; this produces
8933         odd aliasing effects in Acroread.
8934
8935         * lily/timing-engraver.cc (process_music): robustness fix.
8936
8937         * lily/context-def.cc (filter_engravers): bugfix.
8938
8939 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8940
8941         * lily/lilypond.rc.in: Add ly-icon.
8942
8943         * lily/GNUmakefile: 
8944         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
8945         rules.
8946
8947 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8948
8949         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
8950
8951         * ps/music-drawing-routines.ps: 
8952
8953         * scm/output-ps.scm: remove draw ez_ball.
8954
8955         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
8956         EasyNotation context definition.
8957
8958         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
8959         Text_interface and color for making easy note heads.
8960
8961         * lily/stencil.cc (with_color): new function.
8962
8963         * ps/music-drawing-routines.ps: remove draw_zigzag_line
8964
8965         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
8966         output routine. Zigzag now works in SVG too.
8967
8968         * scm/output-tex.scm (filledbox): idem.
8969
8970         * scm/output-svg.scm (filledbox): idem.
8971
8972         * scm/output-ps.scm (lily-def): remove horizontal-line. 
8973
8974         * lily/lookup.cc (horizontal_line): use draw-line. 
8975
8976         * lily/system-start-delimiter.cc: remove old staff bracket code.
8977
8978         * mf/feta-haak.mf: further tweaks.
8979
8980         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
8981
8982         * mf/feta-generic.mf: include feta-haak.
8983
8984         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
8985
8986         * scm/framework-ps.scm (write-preamble): only load fonts if their
8987         filename is a string. 
8988
8989 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8990
8991         * scm/output-svg.scm (circle): support circle.
8992         (bracket): stub for bracket.
8993
8994         * scripts/lilypond-book.py (main): make sure --psfonts warning is
8995         correct.
8996
8997 2005-05-26  Graham Percival  <gperlist@shaw.ca>
8998
8999         * Documentation/user/lilypond.tely, advanced-notation.itely,
9000         basic-notation.itely, instrument-notation.itely, global.itely,
9001         introduction.itely, tutorial.itely: rearranging, editing,
9002         clean-up.
9003
9004         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
9005         for compiling on FreeBSD.
9006
9007 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9008
9009         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
9010         otf files.
9011
9012         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
9013         bugfixes.
9014
9015         * VERSION: 2.5.26 released.
9016
9017         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
9018
9019 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
9020
9021         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
9022         if printpagenumber is false.
9023
9024 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9025
9026         * lily/font-config.cc (init_fontconfig): comment out FontConfig
9027         cache warning.
9028
9029         * lily/tie.cc (print): support dotted ties.
9030         
9031 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9032
9033         * scm/define-grobs.scm (all-grob-descriptions): switch off
9034         debugging
9035         (all-grob-descriptions): Arpeggio has Y-extent.
9036
9037         * scm/define-music-properties.scm (all-music-properties): document
9038         length-callback and start-callback as "read-only".
9039
9040         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
9041         length-callback after creation. 
9042
9043         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
9044         compressmusic -> compressMusic.
9045
9046         * ly/music-functions-init.ly (oldaddlyrics): idem.
9047
9048         * lily/parser.yy: NewLyricCombineMusic ->
9049         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
9050
9051 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
9052
9053         * ly/Welcome_to_LilyPond.ly: typo.
9054
9055 2005-05-24  Graham Percival  <gperlist@shaw.ca>
9056
9057         * Documentation/user/lilypond.tely: move changing-defaults to be
9058         before global issues.
9059
9060         * Documentation/user/basic-notation.itely: move Transpose section
9061         here from advanced/Other.
9062
9063         * Documentation/user/changing-defaults.itely,
9064         advanced-notation.itely: move Fonts to advanced, edit.
9065
9066 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9067
9068         * lily/parser.yy (bare_int): remove rule.  From now on, we require
9069         # before negative integers.
9070
9071 2005-05-23  Graham Percival  <gperlist@shaw.ca>
9072
9073         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
9074
9075         * Documentation/user/lilypond.tely: change Unified index to
9076         LilyPond index.
9077
9078         * Documentation/user/advanced-notation.itely,
9079         instrument-notation.itely: editing.
9080
9081 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9082
9083         * scm/lily.scm (lilypond-all): Bugfix: return failed.
9084
9085         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
9086
9087 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9088
9089         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
9090         ly:port-move.  Needs to be stderr-specific on mingw.
9091         Run fixcc.
9092
9093 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
9094
9095         * lily/general-scheme.cc (ly:port-move): Remove.
9096
9097         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
9098         windows.
9099
9100         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
9101         variables.  This eliminates the need for a gs.bat wrapper, which
9102         opens a console.
9103
9104         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
9105         * scm/lily.scm (running-from-gui?): 
9106         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
9107         artifact of not compiling with -mwindows.
9108
9109         * scm/editor.scm: Define PLATFORM.
9110
9111 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9112
9113         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
9114         can start to cut & paste lilypond-book fragments.  
9115
9116         * scm/define-music-types.scm (music-descriptions): remove
9117         UntransposableMusic
9118
9119 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9120
9121         * scm/output-ps.scm (glyph-string): remove / before CIDs.
9122
9123 2005-05-20  Graham Percival  <gperlist@shaw.ca>
9124
9125         * Documentation/user/instrument-notation.itely: remove *Engraver.
9126
9127         * Documentation/user/advanced-notation.itely: edit, rearrange.
9128
9129 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9130
9131         * scm/output-ps.scm (glyph-string): take cid? argument. Use
9132         findresource iso. findfont for CID CFF fonts.
9133
9134         * VERSION (PACKAGE_NAME): release 2.5.25
9135
9136         * ly/Welcome_to_LilyPond.ly: add  \version
9137
9138 2005-05-20  Graham Percival  <gperlist@shaw.ca>
9139
9140         * Documentation/user/programming-interface.itely: move
9141         \displayMusic into its own section.
9142
9143         * Documentation/user/basic-notation.itely: finish editing.
9144
9145 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9146
9147         * flower/file-path.cc (find): don't throw away file_name.dir, but
9148         append to it. Fixes \include with directories.
9149
9150         * flower/include/file-path.hh (class File_path): don't derive from
9151         Array<String>.
9152
9153         * flower/include/file-name.hh (class File_name): remove to_str0()
9154
9155         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
9156         Hara_kiri_engraver in separate file.
9157
9158         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
9159         translation went wrong. Fixes vertically translated slurs.
9160
9161 2005-05-19  Graham Percival  <gperlist@shaw.ca>
9162
9163         * Documentation/user/basic-notaton.itely: editing.
9164
9165 2005-05-18  Graham Percival  <gperlist@shaw.ca>
9166
9167         * Documentation/user/macros.itexi, basic-notation.itely:
9168         add @commonprop (commonly used properties) macro.
9169
9170 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9171
9172         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
9173
9174         * scripts/lilypond-book.py (invokes_lilypond): new function
9175         (main): only run fontextract if invokes_lilypond() is true.
9176
9177         * lily/function-documentation.cc (ly_add_function_documentation):
9178         duh, use !=
9179
9180         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
9181
9182         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
9183
9184         * scm/lily.scm (running-from-gui?): lowercase Darwin.
9185
9186         * lily/function-documentation.cc (ly_add_function_documentation):
9187         use scm_hash_table_p() for checking.
9188
9189 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9190
9191         * Documentation/user/advanced-notation.itely (Text scripts):
9192         Change nonexisting @internalsref{Text markup} to @ref{Text
9193         markup}.  Change @internalsref{Text script} to
9194         @internalsref{TextScript}.
9195
9196         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
9197
9198 2005-05-17  Graham Percival  <gperlist@shaw.ca>
9199
9200         * Documentation/user/tutorial.itely, basic-notation.itely,
9201         changing-defaults.itely: remove duplicate cindex entries
9202         that appear on the same page.
9203
9204         * scm/define-grobs.scm: change default padding for TextSpanner.
9205
9206         * Documentation/topdocs/AUTHORS.texi: update email address.
9207
9208         * Documentation/user/global.itely: add info about \include.
9209
9210 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9211
9212         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
9213         when running-from-gui.
9214
9215         * scm/editor.scm (get-editor): Add platform defaults.
9216
9217         * scm/backend-library.scm (postscript->pdf): Typo.
9218
9219 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9220
9221         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
9222
9223         * lily/font-config.cc (init_fontconfig): add warning about cache.
9224
9225 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9226
9227         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
9228
9229 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9230
9231         * lily/horizontal-bracket.cc (print): Take care of the direction
9232         property so brackets above the stave point downwards. 
9233
9234         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
9235         for HorizontalBracket so it doesn't end up within the stave.
9236
9237 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9238
9239         * lily/GNUmakefile (default): Typo.
9240
9241         * scm/lily.scm (PLATFORM): Export.
9242
9243         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
9244         load-font-via-GS, ttftool or fopencookie is broken on windows.
9245         
9246         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
9247         -dSAFER, that is broken on windows.
9248
9249 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9250
9251         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
9252         for FlexLexer.h
9253
9254         * scripts/lilypond-invoke-editor.scm: remove stray -
9255
9256 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9257
9258         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
9259         Fixes deprecation warning.
9260
9261         * flower/include/string.icc (to_string): Only inline if
9262         -DSTRING_UTILS_INLINED.
9263
9264         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
9265         name.  Remove windows comment.
9266
9267         * scm/editor.scm (slashify): New function.
9268         (get-editor-command): Use it.
9269         (get-command-template): Do not alter editor command if
9270         environment value includes `%(file)s' magic.
9271
9272         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
9273         (dissect-uri): Use it.
9274         (unquote-uri): Bugfix.
9275
9276 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9277
9278         * scm/framework-ps.scm (write-preamble): add TTF rule.
9279
9280         * Documentation/topdocs/README.texi (Top): remove note about
9281         xdelta.
9282
9283         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
9284         requirement.
9285
9286         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
9287         function. Figure out where FlexLexer.h lives
9288
9289         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
9290         
9291 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9292
9293         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
9294         with Windows root in file name.
9295
9296         * scm/backend-library.scm (ly:system): Only redirect output (using
9297         system and shell, ugh) if /dev/null is writable.
9298
9299         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
9300         windows icon.
9301
9302         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
9303         on Mingw.
9304
9305         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
9306         click.
9307
9308         * flower/file-path.cc (is_dir, is_file): New function.  Actually
9309         use result of stat when available.
9310
9311         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
9312         absolute file name and root.
9313
9314         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
9315
9316         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
9317
9318         * flower/file-name.cc (slashify): Bugfix, do substitute if no
9319         slashes in file name.
9320
9321 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9322
9323         * Documentation/user/preface.itely (Preface): Run
9324         texinfo-all-menus-update.
9325
9326         * scm/editor.scm (get-editor-command): Bugfix: allow full
9327         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
9328
9329         * Documentation/pictures/lilypond-48.xpm: New file.
9330
9331         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
9332
9333         * ly/Welcome_to_LilyPond.ly: New file.
9334
9335         * lily/main.cc (main): Only identify if we have a terminal.
9336
9337         * scm/backend-library.scm (postscript->png)
9338         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
9339         non-/bin/sh).
9340
9341 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
9342
9343         * Documentation/topdocs/AUTHORS.texi: polish, update.
9344
9345 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9346
9347         * Documentation/user/preface.itely (Notes for version 2.6): new
9348         notes for 2.6
9349
9350         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
9351         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
9352         is not fully contained" warnings.
9353
9354         * lily/slur-scoring.cc (get_bound_info): remove warning.
9355
9356         * lily/staff-symbol-engraver.cc (process_music): start initial
9357         spanner in process_music(). This fixes overrides of StaffSymbol
9358         properties.
9359
9360         * scm/framework-pdf.scm (Module): remove.
9361
9362         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
9363
9364         * lily/ambitus-engraver.cc: formatting cleanups.
9365
9366         * mf/feta-solfa.mf (Module): remove.
9367
9368         * ChangeLog: more details about contributions.
9369
9370 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9371
9372         * lily/align-interface.cc (align_elements_to_extents): warn if
9373         called too early. Fixes: disappearing-staff-lines.ly
9374
9375         * VERSION (PACKAGE_NAME): release 2.5.24
9376
9377 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9378
9379         * stepmake/aclocal.m4: Typo.
9380
9381         * flower/string.cc (substitute): Take two strings or two
9382         characters.  Update callers.
9383
9384 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9385
9386         * flower/file-name.cc (File_name): Slashify.
9387
9388         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
9389
9390         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
9391
9392         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
9393
9394         * configure.in (gui_b): Use it.
9395
9396         * lily/lilypond.rc.in: New file.
9397
9398         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
9399
9400 2005-05-12  Graham Percival  <gperlist@shaw.ca>
9401
9402         * Documentation/user/advanced-notation.itely: edit of Text
9403         section; clarify text scripts vs. text markup.
9404
9405 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9406
9407         * lily/multi-measure-rest-engraver.cc
9408         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
9409         separation items on start. Fixes mm rests in start of score.
9410
9411         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
9412         don't access StaffSymbol if not there.
9413         Fixes: crash-staff-symbol-engraver.ly.
9414
9415         * lily/instrument-name-engraver.cc (class
9416         Instrument_name_engraver): data member first_. Create
9417         InstrumentName on start. 
9418
9419 2005-05-12  Graham Percival  <gperlist@shaw.ca>
9420
9421         * Documentation/user/instrument-notation.itely: add guitar
9422         position.
9423
9424         * Documentation/user/introduction.itely,
9425         Documentation/user/lilypond.tely,
9426         Documentation/user/tutorial.itely: begin pruning
9427         unused (duplicated) cindex entries and misc cleanup.
9428
9429 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9430
9431         * input/test/volta-chord-names.ly: Bring the explanation up to
9432         date.
9433
9434 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9435
9436         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
9437         Specify `@documentencoding utf-8' for html, ignore warnings.
9438
9439 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
9440
9441         * THANKS: Added bughunters.
9442
9443 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9444
9445         * lily/main.cc: update help string for `lilypond -H'.
9446
9447         * po/fi.po: update.
9448         
9449 2005-05-10  Graham Percival  <gperlist@shaw.ca>
9450
9451         * Documentation/user/advanced-notation.itely: minor fixes.
9452
9453 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9454
9455         * scm/editor.scm: New module.
9456
9457         * scm/lily.scm (gui-main): Use it.
9458
9459         * scm/framework-gnome.scm (spawn-editor): Use it.
9460
9461         * scripts/lilypond-invoke-editor.scm: Use it in new script.
9462
9463 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9464
9465         * scm/framework-ps.scm (load-font-via-GS):  new function.
9466
9467         * lily/pango-font.cc (pango_item_string_stencil): add support for
9468         CID keyed font.
9469
9470         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
9471
9472 2005-05-10  Graham Percival  <gperlist@shaw.ca>
9473
9474         * Documentation/user/basic-notation.itely: add @ref.
9475
9476         * Documentation/user/advanced-notation.itely: add example
9477         of 5/8 beaming.
9478
9479 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9480
9481         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
9482
9483         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
9484         going through ps2pdf wrappers.
9485
9486 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
9487
9488         * Documentation/user/instrument-notation.itely: petrucci note
9489         heads: updated docu
9490
9491         * input/regression/note-head-style.ly: updated regression test;
9492         indentation fixes
9493
9494         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
9495         heads as default
9496
9497         * mf/parmesan-heads.mf: minor editing; use musicological names
9498         (rather than optical description) as note head names
9499
9500         * scm/output-lib.scm: complete petrucci heads
9501
9502 2005-05-09  Pal Benko  <benkop@freestart.hu>
9503
9504         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
9505         heads, but bigger)
9506
9507 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9508
9509         * lily/main.cc (main_with_guile): Remove no files check.
9510
9511         * lily/main.cc (ly:usage): Export to Scheme.
9512
9513         * scm/lily.scm (no-files-handler): New function.
9514
9515         * scm/lily.scm (lilypond-main): Use it.
9516
9517         * configure.in (gui_b): Add mbrtowc checking.
9518         Resurrect [utf8/]wchar.h checking.
9519
9520 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9521
9522         * Documentation/user/advanced-notation.itely (Metronome marks):
9523         Add link to the program reference for MetronomeMark
9524
9525         * Documentation/user/lilypond-book.itely (An example of a
9526         musicological document): Correct the example using psfonts 
9527
9528 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
9529
9530         * po/fi.po: update after a lesson how to update entries against
9531         source.
9532         
9533         * po/TODO: document the lesson.
9534
9535 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9536
9537         * configure.in (gui_b): remove wcrtomb checking.
9538
9539         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
9540         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
9541
9542 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9543
9544         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
9545         keep Scheme expressions and strings unmodified when doing the
9546         conversion to postfix notation for slurs and beams. Should
9547         hopefully solve most related conversion problems. 
9548
9549         * Documentation/user/lilypond-book.itely : Clarify and correct how
9550         to call dvips with -h psfonts.
9551
9552 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9553
9554         * Documentation/user/instrument-notation.itely (Entering lyrics):
9555         Typo.  Fixes build.
9556
9557 2005-05-09  Graham Percival  <gperlist@shaw.ca>
9558
9559         * Documentation/user/lilypond-book.itely: document PSFONTS file.
9560
9561         * Documentation/user/lilypond.tely, lilypond-book.itely,
9562         tutorial.itely: change references to 2.5.x to 2.6.x.
9563
9564         * Documentation/user/instrument-notation.itely: clarified \addlyrics
9565         vs \lyricmode.
9566
9567         * Documentation/user/invoking.itely: remove old info about
9568         lilypond-profile.
9569
9570         * Documentation/topdocs/INSTALL.texi: remove old info about
9571         lilypond-profile, add warning about needing international fonts
9572         to build docs.
9573
9574 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9575
9576         * lily/include/grob-info.hh (class Grob_info): make data member
9577         private. Changes throughout.
9578
9579         * input/regression/alignment-order.ly: new file. 
9580
9581         * lily/vertical-align-engraver.cc (acknowledge_grob): read
9582         alignAboveContext and alignBelowContext
9583
9584 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9585
9586         * lily/pfb.cc (LY_DEFINE): add cast.
9587
9588         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
9589         matches .otf
9590         (write-preamble): warn about unknown fonts.
9591
9592         * lily/pfb.cc (Module): new function ly:otf->cff
9593
9594         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
9595         (get_otf_table): new function.
9596
9597 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9598
9599         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
9600         iso. ps2png.
9601
9602 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9603
9604         * po/fi.po: apply second round of update.
9605
9606 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9607
9608         * scm/x11-color.scm (make-x11-color-handler): don't use
9609         #\sp. Apparently doesn't work on all platforms. 
9610
9611 2005-05-06  Graham Percival  <gperlist@shaw.ca>
9612
9613         * Documentation/user/advanced-notation.itely, putting.itely,
9614         tutorial.itely, global.itely, introduction.itely: really minor fixes.
9615
9616 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9617
9618         * VERSION (PACKAGE_NAME): release 2.5.23
9619
9620 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9621
9622         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
9623         convert to utf-8.
9624
9625         * THANKS: Add translators for this release, convert to utf-8.
9626
9627         * mf/GNUmakefile (MFTRACE_FLAGS):
9628         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
9629         outdir as option (WAS: hardcoded).
9630
9631 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9632
9633         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
9634         finished_span_
9635
9636         * THANKS: add Hans Forbrich.
9637
9638         * Documentation/topdocs/NEWS.tely (Top): document new feature.
9639
9640         * Documentation/user/basic-notation.itely (Staff symbol): document
9641         start/stop staff. Reference to ossia.ly
9642
9643         * input/test/ossia.ly: new example using stop and startStaff.
9644
9645         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
9646         in other words, don't create "|" barline at start of the score.
9647         (start_translation_timestep): don't set whichBar for start of score.
9648
9649         * input/regression/staff-halfway.ly: use new functionality.
9650
9651         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
9652         start and stop staff based on events.
9653
9654         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
9655
9656         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
9657
9658 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9659
9660         * Documentation/user/programming-interface.itely (How markups work
9661         internally ): remove \encoding reference.
9662
9663 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9664
9665         * scripts/convert-ly.py: Attempt to do a smarter update of 
9666         text markups from versions < 1.9.0 with arbitrary nesting.
9667
9668 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
9669
9670         * po/fi.po: convert to utf-8, and update.
9671
9672 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9673
9674         * make/lilypond.suse.spec.in: update from suse 2.4 package.
9675
9676         * lily/*.cc: more <? >? to min/max changes
9677
9678         * lily/include/interpretation-context-handle.hh: rename
9679         Interpretation_context_handle to Context_handle.
9680
9681 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
9682
9683         * input/regression/GNUmakefile (local_delete): use `find` together 
9684         with `xargs` to avoid too long argument-lists in cmd line.
9685
9686 2005-05-04  Graham Percival  <gperlist@shaw.ca>
9687
9688         * Documentation/user/introduction.itely: updates "About this manual".
9689
9690         * Documentation/user/advanced-notation.itely,
9691         invoking.itely: minor fixes.
9692
9693 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9694
9695         * COPYING: add font exception. Update FSF address. 
9696
9697         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
9698         should be taken without child context.
9699
9700         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
9701
9702         * scm/define-markup-commands.scm (triangle): new command, as
9703         robust replacement for unicode Delta/Triangle.
9704
9705 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9706
9707         * ps/music-drawing-routines.ps: add fillp argument.
9708
9709         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
9710
9711         * lily/font-config.cc (init_fontconfig): don't add cff/
9712
9713         * VERSION (PACKAGE_NAME): release 2.5.22
9714
9715         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
9716
9717         * lily/grace-engraver.cc (consider_change_grace_settings): use
9718         is_alias(). Fixes problem with CueVoice grace notes. 
9719
9720         * lily/simultaneous-music-iterator.cc (construct_children): call
9721         Music_iterator::quit() for iterators that start out invalid. This
9722         fixes indefinitely continuing contexts.
9723
9724         * buildscripts/substitute-encoding.py: new file
9725
9726         * Documentation/user/basic-notation.itely (Basic polyphony): fix
9727         missing @end 
9728
9729         * scripts/lilypond-book.py (write_if_updated): print file name.
9730
9731         * Documentation/user/basic-notation.itely (Explicitly
9732         instantiating voices): idem.
9733
9734         * Documentation/user/advanced-notation.itely (Text spanners):
9735         remove stray { } 
9736
9737         * lily/context.cc (default_child_context_name): the default child
9738         is now first in accepts_list_.
9739
9740         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
9741         \defaultchild to all relevant contexts.  This fixes:
9742         drums-pitch.ly.
9743
9744         (Probably also fixes similar problems with ancient
9745         transcriptions getting CueVoices instead of the desired voices.)
9746  
9747         * lily/context-def.cc (get_default_child): new function.
9748         (get_accepted): place default child in front of list.
9749
9750         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
9751
9752         * lily/include/context-def.hh (struct Context_def): add
9753         default_accept_
9754
9755 2005-05-03  Graham Percival  <gperlist@shaw.ca>
9756
9757         * scm/define-grobs.scm: remove "remove-first" line, since
9758         the absent property is set to #f anyway.
9759
9760         * Documentation/user/basic-notation.itely,
9761         advanced-notation.itely, instrument-notation.itely: minor
9762         fixes.
9763
9764         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
9765
9766         * Documentation/user/advanced-notation.itely,
9767         changing-defaults.itely: consolidate Text stuff in
9768         advanced notation.
9769
9770         * Documentation/user/global.itely: better docs for \header.
9771
9772         * Documentation/user/putting.itely: new chapter; placeholder
9773         for future expansion.
9774
9775         * Documentation/user/examples.itely: moved "suggestions for
9776         writing LP files" section into putting.itely.
9777
9778         * Documentation/user/lilypond.itely: added new chapter,
9779         fixed the short table of contents.
9780
9781 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9782
9783         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
9784         infinity for unfeasible beams.
9785
9786         * make/lilypond.fedora.spec.in (Group): idem.
9787
9788         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
9789
9790         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
9791
9792         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
9793         fonts directly.
9794
9795         * buildscripts/gen-emmentaler-scripts.py (i): idem.
9796
9797         * mf/GNUmakefile: remove all CFF rules.
9798
9799         * scm/framework-ps.scm (ps-embed-cff): reinstate.
9800
9801         * lily/open-type-font-scheme.cc (LY_DEFINE):
9802         new function ly:otf-font-table-data.
9803         (LY_DEFINE): new function otf-font?
9804
9805 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9806
9807         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
9808         ($(outdir)/Fontmap.lily): idem.
9809
9810         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
9811         for PFAEmmentaler-XXX.pfa. 
9812
9813         * Documentation/user/music-glossary.tely (accidental): NL
9814         translation of accidental.
9815
9816 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9817
9818         * flower/include/international.hh: Bugfix: include "string.hh".
9819
9820         * lily/include/mingw-compatibility.hh: New file.
9821
9822         * flower/include/libc-extension.hh (memrev): Rename from strrev.
9823
9824         * configure.in: Search for mingw wcrtomb library.
9825
9826 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9827
9828         * scripts/convert-ly.py: Bug fix
9829
9830         * Documentation/user/changing-defaults.itely (Common tweaks):
9831         Added example where the context has to be specified explicitly
9832         (MetronomeMark). 
9833
9834 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9835
9836         * scripts/lilypond-book.py (ly_options): set timing to #f for
9837         notime option.
9838
9839         * scripts/convert-ly.py (conv): typo.
9840
9841         * flower/*.cc: remove <? and >?
9842         
9843         * lily/*.cc: remove <? and >?
9844
9845         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
9846         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
9847         editor.
9848
9849 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9850
9851         * lily/part-combine-engraver.cc: add space to variable list.
9852
9853 2005-04-30  Graham Percival  <gperlist@shaw.ca>
9854
9855         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
9856         remove-first to false (matches docs)
9857
9858         * Documentation/user/advanced-notation.itely: corrected docs
9859         concerning remove-first.
9860
9861 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9862
9863         * lily/part-combine-engraver.cc: make sure that the relevant
9864         properties are included in the documentation.
9865
9866 2005-04-28  Graham Percival  <gperlist@shaw.ca>
9867
9868         * Documentation/user/lilypond-book.itely: Bernard's docs
9869         for \betweenLilyPondSystem.
9870
9871 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9872
9873         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
9874         remarks.
9875
9876 2005-04-28  Pal Benko  <benkop@freestart.hu>
9877
9878         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
9879         only on vertical lines of flexa shape, and use a constant
9880         thickness value for horizontal lines (patch slightly modified by
9881         Jürgen Reuter)
9882
9883         * lily/include/mensural-ligature.hh: make 2 comments clearer
9884
9885 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
9886
9887         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
9888         to need_extra_horizontal_space; bugfix: use class scope to avoid
9889         global namespace pollution
9890
9891         * Documentation/user/instrument-notation.itely (ligatures): added
9892         comment on possible future syntax change and how to work around
9893
9894         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
9895         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
9896         intervals (fixes agnus dei example)
9897
9898         * Documentation/user/instrument-notation.itely (white mensural
9899         ligatures): selected a more illustrative example
9900
9901 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
9902
9903         * Documentation/index.html.in: specify utf-8 charset in meta content.
9904
9905 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9906
9907         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
9908         empty 2nd page for single page.
9909
9910         * scm/lily.scm: remove p&c definitions.
9911
9912         * po/zh_TW.po (Module): new translation.
9913
9914         * lily/lily-guile.cc (ly_chain_assoc): remove.
9915
9916         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
9917         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
9918
9919 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9920
9921         * lily/beaming-info.cc: remove infinity_i
9922
9923         * scripts/abc2ly.py (out_filename): fix thinko with \version.
9924
9925 2005-04-26  Graham Percival  <gperlist@shaw.ca>
9926
9927         * Documentation/user/basic-notation.itely,
9928         instrument-notation.itely, advanced-notation.itely,
9929         changing-defaults.itely: minor fixes.  Added docs
9930         for colors to advanced-notation.itely.
9931
9932         * Documentation/user/advanced-notation.itely: fixed compile
9933         problem and added Bernard's x11-color doc patch.
9934
9935 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9936
9937         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
9938         alright this time round.
9939
9940 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9941
9942         * Documentation/topdocs/INSTALL.texi (Top): idem.
9943
9944         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
9945
9946         * VERSION (MAJOR_VERSION): release 2.5.21
9947
9948         * scm/output-ps.scm (grob-cause): bugfix.
9949
9950 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9951
9952         * cygwin/*: Update.
9953
9954         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
9955         stuff.
9956
9957         * scm/output-ps.scm (grob-cause): Bugfix.
9958
9959         * scm/lily.scm (ly:load): Remove x11-color.
9960
9961         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
9962         quote executable, fixes getting version from program --with
9963         --options.
9964         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
9965         $ac_exeect.
9966
9967         * Documentation/user/GNUmakefile: Only build music-glossary with
9968         rendered lilypond snippets during web.
9969
9970 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9971
9972         * po/de.po: update.
9973
9974         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
9975
9976 2005-04-22  Laura Conrad <lconrad@laymusic.org>
9977  
9978         * scripts/abc2ly:
9979         second title line append with punctuation dash character;
9980         encode abc2ly python strings in utf-8
9981        
9982 2005-04-21  Laura Conrad <lconrad@laymusic.org>
9983
9984         * scripts/abc2ly fix chords (again)
9985  
9986 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
9987
9988         * scm/x11-color.scm: new file
9989         All x11 color names can be accessed with:
9990         #(x11-color 'ColorName),
9991         #(x11-color "ColorName") or:
9992         #(x11-color "color name")
9993         If the x11 color name is not recognised then it defaults
9994         to black
9995
9996         * scm/lily.scm: amended to call scm/x11-color.scm
9997
9998 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9999
10000         * Documentation/user/invoking.itely (Reporting bugs): comment out
10001         reference to online PNG bug repository.
10002
10003 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10004
10005         * lily/translator-scheme.cc (ly:translator-property): Remove.
10006         Update callers.
10007
10008         * lily/context-scheme.cc (ly:context-now): Move from translator.
10009         Update callers.
10010
10011 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10012
10013         * input/regression/grid-lines.ly (skips): refine example.
10014
10015         * scm/define-context-properties.scm
10016         (all-user-translation-properties): doc autoBeamCheck
10017
10018         * input/regression/grid-lines.ly (Module): new file.
10019
10020         * lily/grid-point-engraver.cc (Module): new file.
10021
10022         * lily/grid-line.cc (Module): new file.
10023
10024         * lily/grid-line-span-engraver.cc (Module): new file.
10025
10026         * lily/grid-line-interface.cc (Module): new file.
10027
10028 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10029
10030         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
10031         missing parameter, actualy cdr through list.  Actually return a
10032         list with ENTRY removed (was '()).
10033
10034         * scripts/convert-ly.py: Update.  Print warning if file cannot be
10035         opened.
10036         (do_conversion): Fix printing of continuation comma.
10037
10038         * Documentation/user/advanced-notation.itely (Beam formatting):
10039         Remove refbugs about compound time and mixed duration.
10040
10041         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
10042         modulo moments explicitely.
10043
10044         * lily/moment.cc (operator %): New function.
10045
10046         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
10047
10048         * lily/translator-scheme.cc (ly:translator-now,
10049         ly:translator-property): New function.
10050
10051         * scm/auto-beam.scm (default-auto-beam-check): New function.
10052
10053         * lily/auto-beam-engraver.cc (test_moment): Use it.
10054
10055         * flower/rational.cc (operator %): Bugfix.
10056
10057 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
10058
10059         * scripts/abc2ly: Bugfix
10060
10061 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10062
10063         * python/fontextract.py (write_extracted_fonts): bugfix, too many
10064         %'s on EndFont comment.
10065
10066         * lily/ledger-line-spanner.cc: some more words of explanation.
10067
10068 2005-04-20  John Williams <williams@tni.com>  
10069         
10070         * scripts/lilypond-book.py: htmlquote bugfix.
10071         Allow snippets to be given distinct filenames.
10072         Allow the default alt text to be overridden.
10073
10074 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
10075
10076         * ly/performer-init.ly: Bugfix
10077
10078         * THANKS: Added bughunters.
10079
10080 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10081
10082         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
10083
10084         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
10085         position (was: use modulo measure length).
10086
10087         * configure.in (no gui_b): Remove optional gtk+ requirement.
10088
10089 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10090
10091         * Documentation/user/basic-notation.itely (Pitches): add
10092         LedgerLineSpanner.
10093
10094         * lily/dynamic-engraver.cc (process_music): set right bound to
10095         script if present. Else, do not set.
10096         (acknowledge_grob): only set right bound of finished spanner to
10097         note column if no other bound is set.
10098
10099         * python/lilylib.py (make_ps_images): switch back to png16m.
10100         
10101 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10102
10103         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
10104         writing up to date file.  Add dvips usage suggestion.
10105
10106         * scripts/convert-ly.py: Fix error message.
10107         Print usage if no files on command line.
10108         (usage): Add example usage.
10109
10110         * input/test/compound-time.ly: New file.
10111
10112         * input/test/circle.ly: New file.
10113
10114         * Documentation/topdocs/NEWS.tely: Use them.
10115
10116         * input/test/boxed-stencil.ly: Remove \score.
10117
10118         * buildscripts/mf-to-table.py (base): Add .log dependency.
10119
10120         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
10121         pfa's.  Add .log dependency
10122
10123         * scm/define-markup-commands.scm (lower): New command.
10124
10125         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
10126         make it default.
10127
10128 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10129
10130         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
10131         also to finished cresc as right bound. This fixes:
10132         skip-string-decresc.ly
10133
10134         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
10135         relative_coordinate if extent is empty.
10136
10137         * lily/stem.cc (width_callback): determine correct extent if flag
10138         is not there. This fixes slur-no-flag.ly
10139
10140         * lily/grace-engraver.cc (consider_change_grace_settings): new
10141         function.
10142         (initialize): also consider_change_grace_settings() on
10143         initialization. Fixes large grace notes at start of score.
10144
10145         * lily/break-align-interface.cc (do_alignment): don't translate if
10146         total_extent is empty.
10147
10148         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
10149
10150 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10151
10152         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
10153         with slash.
10154
10155 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10156
10157         * stepmake/aclocal.m4: Remove tfm_path.
10158
10159 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10160
10161         * scm/music-functions.scm (markup-expression->make-markup): fix
10162         bug with cons arguments of markup commands.
10163         (music->make-music): fix music expression property list building
10164
10165 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10166
10167         * aclocal.m4: Massage package names.
10168
10169         * SCons updates.
10170
10171 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10172
10173         * VERSION (PACKAGE_NAME): release 2.5.20
10174
10175         * lily/stem.cc (calc_stem_info): add minimum Y extent of
10176         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
10177
10178         * lily/percent-repeat-engraver.cc (try_music): add measure before
10179         next_moment to future processing moment. Fixes:
10180         percent-repeat-mm-rest.ly
10181         (process_music): don't add moment for 2nd time.
10182
10183         * input/regression/repeat-percent.ly: add mmrests as extra test.
10184
10185         * lily/axis-group-engraver.cc (acknowledge_grob): read
10186         keepAliveInterfaces to decide what to kill.
10187
10188         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
10189         percent-repeat-interface to keepAliveInterfaces. This fixes
10190         percent-repeat-harakiri.
10191
10192 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10193
10194         * SCons updates.
10195
10196 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10197
10198         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
10199
10200         * aclocal.m4: remove --enable-tfm-path configure option
10201
10202         * input/test/ancient-font.ly (lowerStaff): clef name errors.
10203
10204         * scm/backend-library.scm (postscript->png): newline after
10205         finishing command.
10206
10207         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
10208         (LY_DEFINE): ly:paper-score-paper-systems: new function 
10209
10210         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
10211
10212         * lily/score.cc (default_rendering): use Music_output too.
10213
10214         * input/test/chord-names-languages.ly (Module): rename file.
10215
10216         * lily/text-spanner.cc: add bound-padding.
10217
10218         * lily/paper-book.cc (systems): accept Paper_score
10219         iso. Paper_system vector. 
10220
10221         * input/regression/line-arrows.ly: new file.
10222
10223         * lily/paper-score.cc (process): run get_paper_systems() only once.
10224
10225         * lily/line-spanner.cc (line_stencil): add arrows.
10226
10227 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
10228
10229         * lily/line-interface.cc (make_arrow): new function. 
10230         (arrows): idem.
10231
10232 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
10233
10234         * input/test/chord-names-german.ly: update for italian/french
10235         chords.
10236         
10237         * Documentation/user/instrument-notation.itely (Printing chord
10238         names): update.
10239
10240 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10241
10242         * lily/include/paper-score.hh (class Paper_score): remove unused
10243         prototypes.
10244
10245         * lily/book.cc (process): add -COUNT to midi output.
10246
10247         * lily/score.cc (book_rendering): remove outname argument
10248         (book_rendering): return list of Music_outputs. 
10249
10250         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
10251
10252         * lily/book.cc (process): loop over Music_outputs returned from
10253         Score::book_rendering().
10254
10255         * lily/*.cc (width_callback): remove spurious "unused" warnings
10256         for assert (axis==[XY]_AXIS); 
10257
10258         * lily/include/music-output.hh (class Music_output): smobify class.
10259
10260         * lily/include/paper-score.hh (class Paper_score): make members
10261         private.
10262
10263         * lily/performance.cc (process): return #f iso. #<undefined>. This
10264         prevents #<undefined> leaking into GUILE-userspace.
10265
10266 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10267
10268         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
10269
10270 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
10271
10272         * scm/chord-name.scm : support for italian and french
10273         chords names.
10274
10275         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
10276         a space defined by chordPrefixSpacer when the root name is
10277         direclty followed by a prefix.
10278
10279         * ly/engraver-init.ly : chordPrefixSpacer       
10280         * scm/define-context-properties.scm : chordPrefixSpacer
10281         * ly/property-init.ly : italianChords, frenchChords 
10282
10283 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10284
10285         * mf/feta-din.mf: Remove.
10286
10287         * mf/GNUmakefile (fontdir): Bugfix.
10288
10289         * mf/SConstruct: Some updates.
10290
10291         * SConstruct: Require pkg-config.
10292         (test_program): Bugfix for double digit version compares, use
10293         integer (not string-) compare.
10294         Optionally require gs 8.14.
10295
10296         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
10297
10298         * lily/*: s/ifdef HAVE_*/if have/.
10299
10300         * SConstruct (test_lib): New function.  Update pkg-config and some
10301         other requirements.
10302
10303         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
10304         freetype, pangof2t.
10305
10306 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10307
10308         * po/lilypond.pot, ...: Update using bison-CVS.
10309
10310         * python/lilylib.py (make_ps_images): Fixo.
10311
10312 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10313
10314         * python/lilylib.py (make_ps_images): typo.
10315
10316         * configure.in (gui_b): make bison optional.
10317
10318         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
10319
10320 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
10321
10322         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
10323         with one parameter can be defined in a LaTeX file when processed
10324         by lilypond-book this will be evaluated between the systems of
10325         a multi-system score. The parameter is the number of systems processed.
10326
10327 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10328
10329         * python/lilylib.py (make_ps_images): Escape newline.
10330
10331         * Documentation/user/music-glossary.tely: Run
10332         texinfo-all-menus-update.
10333
10334 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10335
10336         * scm/lily-library.scm (old-relative-not-used-message)
10337         (version-not-seen-message): Add input-file-name-location to message.
10338
10339         * lily/parser.yy (lilypond): Add token aliases.
10340
10341         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
10342         not confuse with alteration.
10343         (alteration): Add.
10344
10345 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10346
10347         * python/lilylib.py (make_ps_images): use -dEPSCrop
10348
10349         * VERSION (PACKAGE_NAME): release 2.5.19 
10350
10351         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
10352         only put xrefs in info documentation.
10353
10354         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
10355         .pdf rule to tex-rules.make.
10356
10357         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
10358         from -systems.* output.
10359
10360         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
10361         directly, remove -$(PAGESIZE) target.
10362
10363         * input/test/embedded-postscript.ly: update.
10364
10365 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10366
10367         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
10368
10369         * Documentation/user/changing-defaults.itely (Font selection):
10370         document font-name.
10371
10372         * input/regression/font-name.ly: show Pango fonts for
10373         font-name. Update example. 
10374
10375         * lily/pango-select.cc (properties_to_pango_description): don't
10376         convert symbol font-size to number, but use to lookup.
10377
10378         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
10379
10380         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
10381         (NAME . FILE-NAME) tuples for font descriptions. 
10382         (write-preamble): display BeginFont DSC comments.
10383
10384         * python/fontextract.py (write_extracted_fonts): new file. Extract
10385         font resources from a PS file.
10386
10387         * scripts/lilypond-book.py (option_definitions): --psfonts option.
10388         (Compile_error.process_include): do_file returns chunks.
10389
10390         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
10391
10392         * make/lysdoc-targets.make: .texi is .PRECIOUS
10393
10394         * scripts/lilypond-book.py (write_if_updated): new function.
10395
10396 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10397
10398         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
10399
10400 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10401
10402         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
10403
10404         * input/regression/markup-syntax.ly: remove \score.
10405
10406         * scm/define-markup-commands.scm (draw-circle): add fill argument
10407
10408         * scm/stencil.scm (make-circle-stencil): add fill argument
10409
10410         * ps/music-drawing-routines.ps: add fill argument.
10411
10412         * ly/performer-init.ly: add CueVoice to MIDI too.
10413
10414         * ps/music-drawing-routines.ps: new routine BeginEPSF /
10415         EndEPSF.
10416
10417         * input/regression/markup-eps.ly: new file.
10418
10419         * scm/framework-ps.scm (write-preamble): change order: vars should
10420         be inited before procedures.
10421
10422         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
10423         for EPS files.
10424
10425         * scm/define-markup-commands.scm (epsfile): add epsfile command.
10426
10427 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10428
10429         * configure.in (gui_b): add check for ghostscript 8.15
10430
10431 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10432
10433         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
10434         start of line. Fixes cresc-after-newline.ly
10435
10436         * lily/source-file.cc (file_line_column_string): use get_column().
10437
10438 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10439
10440         * lily/source-file.cc (get_column): utf-8 support for column numbers.
10441
10442 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10443
10444         * lily/*: use message () iso progress_indication () for messages.
10445         Revise/uniformise user messages.
10446
10447         * flower/warn.cc (progress_indication): New function.
10448         (message): Use it.  Fixes newline problems.
10449
10450         * config.make.in (webdir): Sort out install dirs.
10451
10452         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
10453
10454         * python/lilylib.py (command_name): Bugfix.
10455         (make_ps_images):
10456
10457 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
10458
10459         * lily/main.cc: --help says what types of backends are availabe
10460
10461 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10462
10463         Fix ./VERSION dependency, and without need to reconfigure.
10464
10465         * lily/main.cc (setup_paths): Update.
10466
10467         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
10468
10469         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
10470
10471         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
10472         Add \line for some simplistic cases.
10473
10474         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
10475
10476 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10477
10478         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
10479         to compile LY files (useful for adding eg. "-I" args)
10480         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
10481         2Gnome command for gnome backend.
10482         (LilyPond-command-formatgnome): call the 2Gnome command. key
10483         binding: C-c C-g
10484
10485 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10486
10487         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
10488         depend on all PNG images.
10489
10490 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10491
10492         * GNUmakefile.in: Bugfix: also link .map files.
10493
10494 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10495
10496         * scm/music-functions.scm (music->make-music): generate 
10497         a (make-music ...) sexpr from a music expression.
10498         (display-scheme-music): use guile pretty printer to display the
10499         make-music sexpr.
10500
10501 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10502
10503         * ly/engraver-init.ly: reindent.
10504         Add CueVoice.
10505
10506         * scm/music-functions.scm (music-pretty-string): handle moments
10507         too.
10508         (music-pretty-string): only print non-empty lists.
10509         (cue-substitute): create CueVoice context, which has smaller type.
10510
10511         * lily/moment-scheme.cc (LY_DEFINE): new methods
10512         ly:moment-grace-{numerator,denominator}
10513
10514         * lily/context-handle.cc: remove quit() method. 
10515
10516         * lily/font-config.cc (init_fontconfig): be verbose about font path.
10517         (init_fontconfig): success is 0, not !0
10518
10519 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10520
10521         * mf/feta-nummer-code.mf (code): add plus glyph.
10522
10523         * lily/tie.cc (print): idem.
10524
10525         * lily/slur.cc (print): don't use thickness property for
10526         slur shape-thickness.
10527
10528         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
10529         while adding stencils.
10530
10531         * scm/define-markup-commands.scm (with-color): with-color markup
10532         command.
10533         (whiteout): new markup command 
10534         (filled-box): new markup command
10535
10536 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10537
10538         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
10539         test for PDF docs.
10540
10541         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
10542         PFAAybabtu-Regular.  Fixes feta font in PDFs.
10543         
10544         Notes for tetex-3.0 make web:
10545            psclean.map: s/uhv8a/uhvr8a/
10546            config.ps add:
10547                 p +psfonts_t1.map
10548                 p +psclean.map
10549                 p +typeface.map
10550
10551 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10552
10553         * scm/music-functions.scm (music-pretty-string): fix bug with
10554         string argument.
10555
10556 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
10557
10558         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
10559
10560 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10561
10562         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
10563         only process options if they're there.
10564         (write_file_map): add version-seen? to snippet-map.ly
10565
10566 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
10567
10568         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
10569         formatting cleanups.
10570
10571         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
10572         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
10573
10574 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10575
10576         * scm/framework-ps.scm (ps-font-command): don't hash, just use
10577         name directly.
10578
10579         * lily/main.cc (setup_paths): either add mf/out to search path or 
10580         fonts/{otf,type1,etc}
10581         
10582         * lily/font-config.cc (init_fontconfig): either add mf/out to
10583         FontConfig or fonts/{otf,type1,etc}
10584
10585         * GNUmakefile.in: don't put mf/ link in share/ dir.
10586
10587         * lily/staff-spacing.cc: move same-direction-correction to
10588         note-spacing-interface
10589
10590         * scm/lily.scm (lilypond-main): use variable argument count for
10591         exception handler.
10592
10593         * lily/font-config.cc (init_fontconfig): add operator pacification
10594         message.
10595
10596         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
10597
10598         * buildscripts/gen-emmentaler-scripts.py (i): generate
10599         PFAEmmentaler as well.
10600
10601         * scm/framework-ps.scm (munge-lily-font-name): new function
10602         (write-preamble): hack: insert PFA equivalent of CFF into
10603         .PS. This makes LilyPond output printable on normal PS printers
10604         again.
10605
10606         * buildscripts/gen-emmentaler-scripts.py (i): generate
10607         PFAEmmentaler.pfa aswell.
10608
10609 2005-04-06  John Williams <williams@tni.com>  
10610         
10611         * scripts/lilypond-book.py: refactor the compose_ly procedure.
10612         
10613 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10614
10615         * scm/page-layout.scm (default-page-make-stencil): always combine
10616         the header stencil, even if empty. This prevents the body text to
10617         reach up to the margins.
10618
10619         * po/rw.po (Module): new file, for Kinyarwanda.
10620
10621         * input/test/spacing-optical.ly (Module): new file.
10622
10623         * lily/staff-spacing.cc: add same-direction-correction
10624
10625 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10626
10627         * Documentation/user/introduction.itely (Engraving): Comment-out
10628         non-existent file.
10629
10630 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10631
10632         * scm/define-grob-properties.scm (all-user-grob-properties): add
10633         same-direction-correction
10634
10635         * VERSION: release 2.5.18
10636
10637 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10638
10639         * lily/grob.cc (mark_smob): Check pscore->layout_ before
10640         dereferencing.  Fixes make web.
10641
10642         * lily/midi-stream.cc: Handle unwritable midi file.  Include
10643         errno.h.
10644
10645         * Documentation/user/: Fix links.
10646
10647 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10648
10649         * lily/text-interface.cc (Module): rename from text-item.cc
10650
10651         * input/regression/apply-output.ly (texidoc): function naming fix.
10652
10653         * lily/time-signature-performer.cc (derived_mark): new function.
10654
10655         * lily/lily-parser-scheme.cc:  print mapped file name for progress
10656
10657         * scripts/lilypond-book.py (find_linestarts): new function.
10658         (find_toplevel_snippets): keep track of line numbers.
10659
10660         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
10661         all key changes.
10662
10663         * ly/declarations-init.ly (partCombineListener): use
10664         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
10665
10666         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
10667
10668 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10669
10670         * lily/text-item.cc: Fix link.
10671
10672         * Documentation/user/changing-defaults.itely (Changing defaults):
10673         Fix programs reference links.
10674
10675         * Documentation/user/music-glossary.tely: Convert to utf-8.
10676
10677 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10678
10679         * make/lilypond-vars.make: remove TEXMF from variables.
10680         remove DEB_BUILD pk font variables.
10681         remove GUILE_LOAD_PATH
10682         remove TeX memory vars.
10683
10684 2005-04-04  Werner Lemberg  <wl@gnu.org>
10685
10686         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
10687
10688 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10689
10690         * ps/lilyponddefs.ps: remove reencode-font
10691
10692         * lily/simple-spacer.cc (add_columns): also compare
10693         directly. Column rank doesn't distinguish between broken and
10694         unbroken columns. This fixes large spaces before time sig changes.
10695
10696         * Documentation/user/point-and-click.itely: document ly:set-option.
10697
10698         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
10699         point_and_click_global is set.
10700
10701         * lily/scm-option.cc (LY_DEFINE): add point-and-click
10702         ly:set-option argument.
10703
10704 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10705
10706         * GNUmakefile.in: Include symlinks in webball.
10707
10708         * Documentation/user/GNUmakefile (source-links): Add symlinks to
10709         source dir for split and non-split manuals.
10710
10711         * Documentation/user/*y: Fix @uref/@inputfile links for
10712         split/non-split HTML documents.
10713
10714         * Documentation/user/GNUmakefile (local-WWW): Do not generate
10715         .ps.gz.
10716         
10717 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10718
10719         * GNUmakefile.in: Add newline.
10720
10721 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
10722
10723         * tex/lilyponddefs.tex: use color instead of xcolor
10724         * scm/output-tex.scm: minor editing
10725
10726 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10727
10728         * scm/music-functions.scm (display-scheme-music): pretty printer
10729         for music expressions.
10730
10731 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10732
10733         * buildscripts/install-info-html.sh (index_file): Fix link.
10734
10735 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10736
10737         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
10738
10739         * Documentation/index.html.in: Add size estimates with some big pages.
10740
10741         * Documentation/user/tutorial.itely (Running LilyPond for the
10742         first time): Add/replace some @rglos links.  TODO: add more
10743         @rglos links in tutorial, test non-intrusiveness (.css).
10744
10745         * stepmake/bin/add-html-footer.py (do_file): Remove info's
10746         annoying's indication of referencing external document.
10747
10748         * Documentation/user/GNUmakefile: Split version of glossary too.
10749         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
10750         links, not only for html.
10751
10752         * Documentation/user/introduction.itely: Fix some links for other
10753         than html, do not use `here' as link name.
10754
10755 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10756
10757         * scm/documentation-generate.scm (string-append): Fix @usermanref,
10758         @glossaryref.
10759
10760 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10761
10762         * scm/page-layout.scm (default-page-make-stencil): only add header
10763         if existing and not empty. Fixes spurious programming error.
10764
10765         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
10766
10767 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
10768
10769         * scm/output-tex.scm: implement {re,}setcolor
10770         * tex/lilyponddefs.tex: use color package
10771
10772 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10773
10774         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
10775         additions to website.
10776
10777         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
10778
10779         * Documentation/user/macros.itexi: Fix @usermanref html links in
10780         split documents: use @inforef.
10781
10782 2005-03-30  Graham Percival  <gperlist@shaw.ca>
10783
10784         * Documentation/user/programming-interface.itely: minor fix.
10785
10786         * Documentation/user/advanced-notation.itely: added info to
10787         Metronome markings.
10788
10789 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10790
10791         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
10792         use box-stencil.  Remove y-padding argument.
10793         (make-stencil-circler): New function.
10794
10795         * buildscripts/lilypond-words.py (F): 
10796         * elisp/SConscript (a): 
10797         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
10798         * vim/SConscript (a): 
10799         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
10800
10801         * lily/general-scheme.cc: Build fix.
10802
10803         * scm/markup.scm:
10804         * input/regression/markup-scheme.ly: 
10805         * input/regression/markup-syntax.ly: Drop 'new-' from name.
10806
10807         * scm/stencil.scm (make-circle-stencil): New function.
10808
10809         * scm/define-markup-commands.scm (draw-circle): Use it.  New
10810         name (was cicle).  Update callers.
10811         (circle): New markup command, similar to box.
10812
10813         * scm/stencil.scm (circle-stencil): New function.
10814
10815 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
10816
10817         * configure.in: Detect libutf8/wchar.h variant.
10818
10819         * stepmake/aclocal.m4: Modify shared size test.
10820
10821 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10822
10823         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
10824
10825 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10826
10827         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
10828         
10829         * VERSION (PACKAGE_NAME):  release 2.5.17
10830
10831 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10832
10833         * scm/backend-library.scm (postscript->png): Fix comment and png
10834         message.
10835
10836         * GNUmakefile.in (link-tree): Fix locales.
10837
10838 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10839
10840         * lily/stencil-scheme.cc (LY_DEFINE): change to
10841         ly:stencil-aligned-to, non mutating.
10842
10843         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
10844
10845         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
10846
10847         * lily/quote-iterator.cc (derived_mark): call
10848         Music_wrapper_iterator::derived_mark() too.
10849
10850         * lily/grace-engraver.cc (derived_mark): change signature, add
10851         const.
10852
10853 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10854
10855         * SConstruct (symlink): 
10856         * GNUmakefile.in (link-tree): Add scripts to prefix.
10857
10858         * lily/general-scheme.cc (ly:effective-prefix): New function.
10859
10860         * scm/backend-library.scm (postscript->png): Use it.
10861
10862 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10863
10864         * lily/paper-score.cc (process): don't delete grobs after
10865         producing stencils. 
10866
10867         * scm/part-combiner.scm (determine-split-list): switch off
10868         debugging info.
10869
10870         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
10871         if available.
10872
10873         * scm/define-context-properties.scm
10874         (all-user-translation-properties): add stringNumberOrientations.
10875
10876         * lily/new-fingering-engraver.cc (position_scripts): make generic,
10877         so fingering and string-numbers are separately controlled.
10878
10879 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10880
10881         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
10882         not use debugging.
10883
10884 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10885
10886         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
10887
10888         * config.hh.in: add HAVE_FONTCONFIG.
10889
10890         * Documentation/user/instrument-notation.itely (String number
10891         indications): new node.
10892
10893         * input/regression/new-markup-syntax.ly (texidoc): add circle.
10894
10895         * lily/new-fingering-engraver.cc (add_string): new function. 
10896         (acknowledge_grob): accept string-number-event as well.
10897
10898         * scm/define-markup-commands.scm (circle): new markup command.
10899
10900         * scm/output-lib.scm (print-circled-text-callback): new function.
10901
10902         * lily/GNUmakefile: move ifeq after include stepmake.make.
10903
10904 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10905
10906         * config.make.in (HAVE_LIBKPATHSEA_SO):
10907         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
10908
10909         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
10910         add KPATHSEA_LIBS.
10911
10912         * debian/watch: 
10913         * debian/control: Update.
10914
10915 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10916
10917         * input/test/title-markup.ly (spaceTest): remove.
10918
10919         * input/test/embedded-tex.ly (Module): remove.
10920
10921         * input/test/music-box.ly: use 'name property, not ly:music-name.
10922
10923         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
10924
10925         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
10926
10927 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10928
10929         * Documentation/topdocs/INSTALL.texi (Top): Remove information
10930         about xdeltas.  Add information about CVS.
10931
10932         * scm/lily.scm (lilypond-main): Fix invocation of handler,
10933         gracefully handle failed files.
10934
10935         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
10936
10937         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
10938         small fixes.
10939
10940         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
10941         No unnecessarily specific i18n messages.  Remove stray `1'.
10942
10943 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10944
10945         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
10946         documentencoding
10947
10948         * scm/documentation-lib.scm (texi-file-head): set utf-8
10949         documentencoding.
10950
10951         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
10952         Delta, not the Symbol one. 
10953
10954         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
10955         for the .map file.
10956
10957         * Documentation/topdocs/INSTALL.texi (Top): add running
10958         requirement as compilation requirement.
10959
10960 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10961
10962         * buildscripts/mutopia-index.py (headertext): add h1 header and
10963         utf-8 charset meta field.
10964
10965         * input/GNUmakefile: prune example list.
10966
10967         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
10968         options.
10969
10970         * lily/slur-scoring.cc (get_base_attachments): only look at stem
10971         extent for visible stems.
10972
10973         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
10974
10975 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10976
10977         * Documentation/topdocs/INSTALL.texi (Top): Updates.
10978
10979         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
10980
10981 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10982
10983         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
10984         pass inf/nan into slur scoring.
10985
10986         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
10987         page.
10988
10989         * scripts/abc2ly.py (dump_voices): use alphabet().
10990
10991 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
10992         
10993         * mf/GNUmakefile (depth): use $(FONTFORGE). 
10994
10995 2005-03-27 Matthias Neeracher <neeracher@mac.com>
10996         
10997         * flower/include/virtual-methods.hh: simplify. Patch by
10998
10999 2005-03-25  John Williams <williams@tni.com>  
11000
11001         * scripts/lilypond-book.py (main): add png for HTML too, guess
11002         only if necessary. 
11003
11004 2005-03-25  Graham Percival  <gperlist@shaw.ca>
11005
11006         * Documentation/topdocs/INSTALL.texi: now recommends
11007         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
11008
11009         * Documentation/user/basic-notation.itely,
11010         Documentation/user/tutoria.itely: warn about
11011         only one (phrasing) slur at once.
11012
11013 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
11014
11015         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
11016
11017 2005-03-23  Graham Percival  <gperlist@shaw.ca>
11018
11019         * Documentation/user/basic-notation.itely: fixed info about
11020         ending a (de)cresc.
11021
11022         * Documentation/user/lilypond-book.itely: fixed
11023         lilypond-book filter example and warned about not doing
11024         --filter and --process at the same time.
11025
11026 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11027
11028         * lily/parser.yy (bass_number),
11029         Documentation/user/instrument-notation.itely (Figured bass): 
11030         Add the possibility to use text markup in figured bass. 
11031
11032 2005-03-19  Graham Percival  <gperlist@shaw.ca>
11033
11034         * Documentation/user/global.itely: added info about naming
11035         identifiers and breakbefore.
11036
11037         * Documentation/user/invoking.itely: added info about batch
11038         processing files with convert-ly, removed references to TeX
11039         in the jail section.
11040
11041         * Documentation/user/examples.itely: possibly fixed piano
11042         dynamics.
11043
11044         * Documentation/user/advanced-notation.itely: added info
11045         about removing other types of Staff.
11046
11047         * Documentation/user/instrument-notation.itely: possibly
11048         fixed piano staff line switch.
11049
11050         * Documentation/user/changing-defaults.itely: added info
11051         about using normal font in titles.
11052
11053 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11054
11055         * VERSION (PATCH_LEVEL): release 2.5.16
11056
11057         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
11058         explicitly.
11059
11060 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11061
11062         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
11063         whitespace.
11064
11065         * python/lilylib.py (make_ps_images):
11066         * scm/backend-library.scm (postscript->pdf, postscript->png):
11067         Quote file name.  Use format rather than string-append juggling.
11068
11069 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11070
11071         * python/lilylib.py (make_ps_images): add x to -g argument. 
11072
11073         * lily/key-performer.cc (create_audio_elements): don't use
11074         scm_eval_string. Check for minor 3rd directly.
11075   
11076         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
11077         (sarabandeCelloGlobal): key is D minor, not F major.
11078
11079 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11080
11081         Fix truncated --png output (Peter Danenberg).
11082         
11083         * python/lilylib.py (make_ps_images):
11084         * scripts/ps2png.py (copyright): Grok --papersize option.
11085
11086         * scm/backend-library.scm (postscript->png): Add parameter
11087         PAPERSIZE.  Update callers.
11088
11089         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
11090         Fixes symbol placement.
11091
11092         * lily/spanner.cc: 
11093         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
11094         <libc-extension.hh>).
11095
11096 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11097
11098         * Nitpick run.
11099
11100         * buildscripts/fixcc.py: Update.
11101
11102         Builddir run fixes.
11103
11104         * HACKING (datadir): Add VERSION.
11105
11106         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
11107         higher up.
11108
11109 2005-03-15  Werner Lemberg  <wl@gnu.org>
11110
11111         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
11112         diagonal stem doesn't become thinner.
11113
11114 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11115
11116         * buildscripts/fixcc.py: Fixes (Werner).
11117
11118 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11119
11120         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
11121         Emmentaler/Aybabtu.
11122
11123         * GNUmakefile.in: fix lilypond-words path.
11124
11125         * po/tr.po: update to 2.3.21
11126
11127         * lily/new-fingering-engraver.cc (position_scripts): take priority
11128         from head position.
11129
11130         * input/regression/finger-chords-order.ly (texidoc): new file.
11131
11132 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11133
11134         * make/ly-rules.make: 
11135         * stepmake/aclocal.m4: 
11136         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
11137
11138         * buildscripts/fixcc.py (rules): Leave space after operator.
11139
11140 2005-03-14  Werner Lemberg  <wl@gnu.org>
11141
11142         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
11143         top of the glyph with smooth curve.
11144
11145 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11146
11147         * Documentation/user/global.itely (Page layout): remove
11148         printpagenumber.
11149
11150 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
11151
11152         * input/regression/mensural-ligatures.ly: new file (with examples
11153         compiled by Pal Benko).
11154
11155         * Documentation/user/instrument-notation.itely: Bugfix: yet some
11156         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
11157         musicglyph access.  Many small beautifications in ancient
11158         examples.
11159
11160         * input/test/divisiones.ly: fixed indentation; small
11161         beautifications
11162
11163         * ly/engraver-init.ly: added FIXME comment
11164
11165         * scripts/lilypond-book.py,
11166         Documentation/user/lilypond-book.itely: added music fragment
11167         option "packed" to lilypond-book
11168
11169         * Documentation/user/instrument-notation.itely: Bugfix: added
11170         missing LedgerLineSpanner color setting in several places.  Added
11171         music fragment option "packed" to VaticanaContext example.
11172
11173 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11174
11175         * scm/define-grobs.scm (all-grob-descriptions): switch off
11176         Hyphen_spanner::set_spacing_rods 
11177
11178         * lily/lyric-hyphen.cc (print): add padding between syllable and
11179         hyphen.
11180         (print): shorten hyphen in tight situations (determine using
11181         minimum-length)
11182
11183         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
11184         0.4pt.
11185
11186 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11187
11188         * ly/titling-init.ly (bookTitleMarkup): Refinements.
11189
11190         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
11191         header/footer markings for regression-test.
11192
11193         * scm/backend-library.scm (output-scopes, header-to-file): Move
11194         from framework-tex.scm.
11195
11196         * scm/framework-ps.scm (output-framework)
11197         (output-preview-framework):
11198         * scm/framework-eps.scm (output-classic-framework)
11199         (output-framework): Use it.  Fixes collated files.
11200
11201 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11202
11203         * input/sakura-sakura.ly: 
11204         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
11205
11206         * buildscripts/guile-gnome.sh: Update.
11207
11208         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
11209
11210         * mf/aybabtu.pe.in: Capitalize Aybabtu.
11211
11212 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11213
11214         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
11215         culprit: always exit the loop if we find a rod, even if it has
11216         distance < 0. 
11217
11218         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
11219         algorithm.
11220
11221         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
11222         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
11223
11224         * scm/output-svg.scm (dashed-line): new  function body.
11225         
11226         * GNUmakefile.in: create .htaccess.
11227
11228 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11229
11230         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
11231
11232 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11233
11234         * VERSION (PACKAGE_NAME): release 2.5.15
11235
11236         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
11237
11238         * scm/framework-svg.scm (output-framework): put scaling in
11239         document header. Apply scaling only once.
11240         (output-framework): dump page size in px, not mm. 
11241
11242         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
11243         from font-size.
11244
11245         * lily/paper-outputter-scheme.cc (LY_DEFINE):
11246         ly:outputter-output-scheme, new function.
11247
11248         * scm/output-svg.scm (pango-description-to-svg-font): new function
11249
11250 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11251
11252         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
11253         target.
11254
11255         * input/typography-demo.ly: new file.
11256
11257 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11258
11259         * Documentation/user/global.itely (File structure): Add markup blocks
11260         to toplevel expressions.
11261         (Multiple movements, Creating titles): Add markup blocks.
11262
11263         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
11264         <libc-extension.hh>).
11265
11266         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
11267
11268         * flower
11269         * lily
11270         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
11271
11272 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11273
11274         * lily/accidental.cc: special bboxes for natural. 
11275
11276         * mf/feta-toevallig.mf: make stems heavier.
11277
11278         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
11279         texts as well.
11280
11281         * mf/feta-klef.mf: revise. 
11282
11283         * mf/feta-schrift.mf: make thinning of accent less pronounced.
11284
11285         * mf/feta-klef.mf: add rounded curve at top. 
11286         make thinnib a little heavier.
11287
11288 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11289
11290         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
11291
11292         * buildscripts/fixcc.py: New file.
11293
11294         * input/regression/utf8.ly: Update Debian font description.
11295
11296 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11297
11298         * stepmake/aclocal.m4: Fix test.
11299
11300 2005-03-09  Graham Percival  <gperlist@shaw.ca>
11301
11302         * Documentation/user/invoking.itely: added Sebastino Vigna's
11303         docs for the --jail option.
11304
11305 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11306
11307         * lily/stem.cc (print): only produce stemlets if there are no
11308         noteheads on this stem.
11309
11310         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
11311         don't crash on stemlet (visible stem without heads).
11312
11313         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
11314         unbroken situations. 
11315
11316         * scm/output-lib.scm (center-invisible): new function.
11317
11318         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
11319         wishes to determine loose column space.
11320
11321         * lily/font-config.cc (init_fontconfig): add
11322         fonts/{otf,type1,cff}  to path.
11323
11324         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
11325
11326         * mf/GNUmakefile (Module): install all fonts under otf/
11327
11328         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
11329         replace /fonts/otf/ by /ps/ 
11330
11331         
11332 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11333
11334         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
11335
11336         * lily/book.cc (process): Oops, add score_.header_.
11337
11338         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
11339
11340         * lily/parser.yy: Handle toplevel and book texts as score.
11341
11342         * scm/page-layout.scm (default-page-make-stencil):
11343         Bugfix: (page-properties rename.
11344
11345         * scm/backend-library.scm (ly:system): Typo.
11346
11347 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11348
11349         * stepmake/stepmake/executable-targets.make (installexe): don't
11350         strip installed executables
11351
11352         * lily/font-select.cc (get_font_by_design_size): revert
11353         pango_description_string as well.
11354
11355         * lily/system.cc (set_loose_columns): put loose column just left
11356         of next column.
11357
11358         * lily/include/group-interface.hh (extract_grob_array): rename
11359         from Pointer_group_interface__extract_grobs
11360
11361         * input/regression/ledger-line-minimum.ly (texidoc): new file.
11362
11363         * lily/ledger-line-spanner.cc (set_spacing_rods): new
11364         function. Keep ledgered note heads at a minimum distance.
11365         Introduce minimum-length-fraction
11366         (print): introduce length-fraction property.
11367
11368 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11369
11370         * tex/GNUmakefile: remove latin1.enc rules.
11371
11372 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11373
11374         * scm/titling.scm: Typo.
11375
11376         * input/regression/score-text.ly: Really add.
11377
11378         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
11379
11380 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11381
11382         * lily/open-type-font-scheme.cc:  new file.
11383
11384 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11385
11386         * scm/titling.scm (layout-extract-page-properties): Rename from
11387         page-properties.  Update callers.
11388
11389         * lily/lexer.ll (Lily_lexer):
11390         * lily/parser.yy: Junk lyric_markup state.
11391
11392         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
11393
11394         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
11395         Add texts parameter.
11396
11397 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11398
11399         * lily/lexer.ll (lyric_markup): New mode.
11400         (Lily_lexer::push_lyric_markup_state): New method.
11401         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
11402
11403         * lily/parser.yy (book_body):
11404         (toplevel_expression): Grok \markup texts.
11405
11406         * lily/score-scheme.cc (ly:music-scorify): 
11407         * scm/lily-library.scm (collect-music-for-book): Take texts
11408         parameter.
11409
11410         * lily/score.cc (texts_): New member.
11411
11412         * lily/paper-book.cc (systems): Format score texts.
11413
11414         * score-text.ly: New file.
11415
11416         * ttftool/SConscript:
11417         * kpath-guile/SConscript: New file.
11418
11419         * lily/SConscript:
11420         * SConstruct: Update.
11421
11422 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11423
11424         * VERSION (PACKAGE_NAME): release 2.5.14
11425
11426 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11427
11428         * lily/main.cc: Add dummy xgettext markers.
11429
11430 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11431
11432         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
11433         requirements
11434
11435         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
11436         executable is < 40k
11437
11438         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
11439         hack.
11440
11441 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11442
11443         * flower/libc-extension.cc:
11444         * flower/include/libc-extension.hh: [Open]BSD simply cast
11445         cookie/funopen declarations.
11446
11447         * stepmake/aclocal.m4: Check for libkpathsea.so.
11448
11449         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
11450         dl_kpse_find_file.
11451
11452 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11453
11454         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
11455         (open_library): alternative for static library.
11456
11457 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11458
11459         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
11460
11461         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
11462
11463         Drop run-time dependency on teTeX.
11464
11465         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
11466
11467         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
11468         KPATHSEA_LIBS in LIBS.
11469         (STEPMAKE_DLOPEN): New function.
11470
11471         * lily/font-config.cc (init_fontconfig): Use dir for directory,
11472         not path.
11473
11474         * flower/file-path.cc (directories): Rename from paths, as this
11475         return an array of directories (a single path).
11476
11477 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11478
11479         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
11480
11481         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
11482         new ly:kpathsea-find-file
11483
11484         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
11485
11486         * kpath-guile/GNUmakefile: new file
11487
11488         * buildscripts/gen-emmentaler-scripts.py (i): generate
11489         emmentaler-X.fontname as well.
11490
11491         * buildscripts/ps-embed-cff.py: new script
11492
11493         * scm/lily-library.scm: remove ps-embed-cff.
11494
11495         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
11496         font loading. 
11497
11498         * scm/font.scm (add-music-fonts): load dynamics/numbers through
11499         fontconfig as well.
11500
11501         * lily/font-config.cc (init_fontconfig): add cff/ too.
11502
11503         * ly/generate-embedded-cff.ly: capitalize.
11504
11505         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
11506         so as to register the pango font.
11507
11508         * lily/font-config.cc (init_fontconfig): add
11509         prefix/{otf,type1,mf/out} to fontconfig path.
11510
11511         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
11512         overrides all. 
11513
11514         * configure.in (gui_b): remove ec mftrace check
11515
11516         * config.hh.in: use lilypond-Major.Minor as data directory.
11517
11518         * scm/framework-ps.scm (dump-page): use output-units for landscape.
11519
11520         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
11521         name.
11522
11523 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11524
11525         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
11526         error messages.
11527
11528         * flower/libc-extension.cc:
11529         * flower/include/libc-extension.hh: [Open]BSD fixes for
11530         cookie/funopen declarations.
11531
11532 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11533
11534         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
11535         emmentaler.
11536
11537         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
11538         lcrm10.
11539
11540         * scm/define-markup-commands.scm (fontsize): new markup
11541         command. Also set baseline-skip
11542
11543 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
11544         
11545         * lily/main.cc (do_chroot_jail): paranoia security for webserver
11546         use.
11547
11548 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11549
11550         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
11551
11552         * lily/pdf.cc: remove PDF related files
11553
11554 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11555
11556         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
11557         <hamamatsu@gmx.de>
11558
11559 2005-03-05  Graham Percival  <gperlist@shaw.ca>
11560
11561         * Documentation/user/advanced-notation.itely: first draft
11562         of reorg done.
11563
11564         * Documentation/user/global.itely: fixed (sub)section
11565         bits of MIDI.
11566
11567 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11568
11569         * cygwin/mknetrel (extras): Bufix (Bertalan).
11570
11571         * Documentation/user/basic-notation.itely (Chords): @ref fix.
11572         * Documentation/user/instrument-notation.itely (Introducing chord
11573         names): Compile fix: must have unique name.
11574
11575 2005-03-02  Graham Percival  <gperlist@shaw.ca>
11576
11577         * Documentation/user/instrument-notation.itely: reorg.
11578
11579 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11580
11581         * scm/output-gnome.scm:
11582         * scm/output-svg.scm: Fix font scaling.
11583
11584 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11585
11586         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
11587         what link to use best.
11588
11589         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
11590         * Documentation/user/tutorial.itely (Automatic and manual beams):
11591         Fix @ref.
11592
11593         * lily/tweak-registration.cc (replace_grob_tweak): New function.
11594         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
11595         * scm/framework-gnome.scm (tweak): Use it.
11596
11597 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11598
11599         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
11600
11601         * scm/output-ps.scm (white-text): reinstate white-text
11602
11603 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11604
11605         * scm/output-ps.scm (offset-add): Remove.
11606
11607         * scm/lily-library.scm (offset-flip-y): New function.
11608         * scm/framework-gnome.scm (tweak): Use it.
11609
11610         * scm/output-gnome.scm (grob-cause): Add parameter.
11611
11612         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
11613         * scm/output-ps.scm (url-link): Move.
11614         (white-text): Warn user about brokenness.
11615
11616         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
11617         wrt ghostscript.
11618
11619 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11620
11621         * lily/slash-repeat-engraver.cc (try_music): always make slashes
11622         if body length smaller than measure length.
11623
11624         * scm/define-markup-commands.scm (with-url): oops. use Y extent
11625         for Y.
11626
11627         * ly/titling-init.ly (tagline): put default tagline in \paper
11628
11629 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11630
11631         * lily/kpath.cc: 
11632         * lily/pdf.cc (Pdf_file): Use more generic error messages.
11633
11634         * scm/lily-library.scm (version-not-seen-message): New function.
11635         * ly/init.ly: Use it.
11636
11637         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
11638         breaks as progess.
11639
11640         * scripts/lilypond-book.py (do_process_cmd): Do not lump
11641         whitespace with l10n message.
11642
11643         * scm/framework-tex.scm (convert-to-ps):
11644         (convert-to-dvi): Do not use overly specific l10n messages.
11645
11646         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
11647
11648         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
11649         merge stderr with stdout.  
11650
11651 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11652
11653         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
11654         Neeracher).
11655
11656 2005-02-29  Graham Percival  <gperlist@shaw.ca>
11657
11658         * Documentation/user/instrument-notation.teily: moved
11659         \arpeggio to Basic.
11660
11661         * Documentation/user/advanced-notation.itely: Articulation to
11662         Basic, a bunch of stuff from Basic moved to Advanced.
11663
11664         * Documentation/user/basic.itely: swapped various sections,
11665         reorganized Basic.
11666
11667 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11668
11669         * flower/memory-stream.cc: 
11670         * flower/libc-extension.cc: Remove obsolete #undefs.
11671
11672         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
11673         more carefully.
11674
11675 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11676
11677         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
11678         dependency.
11679
11680         * VERSION (PACKAGE_NAME): release 2.5.13
11681
11682         * GNUmakefile.in (web-ext): don't ship ps.gz
11683
11684         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
11685         stdout
11686
11687 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11688
11689         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
11690         without libintl.  Now it compiles too.
11691
11692 2005-02-28  Graham Percival  <gperlist@shaw.ca>
11693
11694         * Documentation/user/basic-notation.itely,
11695         instument-notation.itely, advanced-notation.itely:
11696         split up contents of notation.itely.
11697
11698         * Documentation/user/notation.itely: file removed.
11699
11700         * Documentation/user/invoking.itely, converters.itely:
11701         moved convert-ly info to invoking.itely.
11702
11703         * Documentation/user/global.itely, changing-defaults.itely,
11704         sound-output.itexi: moved global settings, file layout, and
11705         sound into global.itely.
11706
11707         * Documentation/user/sound-output.itexi: file removed.
11708
11709         * Documentation/user/lilypond.tely: removed links to
11710         notation.itely and sound.itely.
11711
11712 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11713
11714         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
11715
11716         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
11717  
11718         * THANKS: add sponsor.
11719
11720         * scm/define-markup-commands.scm (with-url): new markup command.
11721
11722         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
11723         tagline.
11724         
11725         * scm/output-tex.scm (url-link): stub.
11726
11727         * scm/output-ps.scm (url-link): new function.
11728
11729         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
11730         ly:set-point-and-click
11731
11732 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11733
11734         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
11735         based on pdf-viewer setting.
11736
11737         * scm/framework-ps.scm (write-preamble): Find and set preferred
11738         pdf-viewer.
11739
11740 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11741
11742         * Documentation/user/point-and-click.itely: update for PDF point &
11743         click.
11744
11745         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
11746         editors based on EDITOR setting.
11747
11748 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11749
11750         * scm/*: Oops, more grand 2005 replace bits.
11751
11752 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11753
11754         * ps/music-drawing-routines.ps: new routine: insert PDF mark
11755
11756         * scm/output-ps.scm (grob-cause): point & click support for
11757         PostScript
11758
11759 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11760
11761         * lily/input-scheme.cc (LY_DEFINE): rename to
11762         ly:input-file-line-column
11763
11764 2005-02-26  Graham Percival  <gperlist@shaw.ca>
11765
11766         * Documentation/user/examples.itely: small fix from Steve Doonan.
11767
11768         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
11769
11770         * THANKS: added Yuval Harel.
11771
11772         * Documentation/user/{various}: inserted two spaces after a period.
11773
11774         * Documentation/user/lilypond.tely: added framework for reorg.
11775
11776         * Documentation/user/basic-notation.itely, instrument-notation.itely,
11777         advanced-notation.itely, global.itely: new files, placeholder for
11778         future reorg.
11779
11780 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
11781
11782         * Documentation/user/notation.itely: revamped Polyphony section
11783         
11784 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11785
11786         * Documentation/user/lilypond-book.itely (Music fragment options):
11787         doc fontload.
11788
11789         * Documentation/user/changing-defaults.itely (Text encoding): add
11790         fontload option to utf8 include
11791
11792         * scripts/lilypond-book.py (compose_ly): add fontload option
11793
11794         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
11795         force-eps-font-include option.
11796
11797         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
11798         black triangle
11799
11800         * Documentation/user/invoking.itely (Editor support): remove
11801         lilypond-latex section.
11802
11803         * scripts/lilypond-latex.py (Module): remove script.
11804
11805         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
11806         overwrite .log. 
11807
11808         * lily/main.cc: remove -m, --no-layout
11809
11810         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
11811         to define. We don't want to override fprintf everywhere.
11812
11813 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11814
11815         * cygwin/lilypond.hint: 
11816         * cygwin/README.in: Update dependencies.
11817
11818         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
11819         Bugfix: do not pollute CPPFLAGS, LIBS.
11820
11821         * cygwin/mknetrel (extras): Cross compile fixes.
11822
11823         * ttftool/util.c: 
11824         * ttftool/ttfps.c: 
11825         * ttftool/ps.c: #include libc-extension.hh
11826
11827         * flower/include/libc-extension.hh:
11828         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
11829         wrapper using funopen.
11830         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
11831         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
11832
11833         * config.hh.in:
11834         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
11835         (AC_CHECK_HEADERS): Add libio.h
11836
11837         * scripts/convert-ly.py: Uniformize, internationalize.
11838         (2.5.2): Remove fatal encoding rule.
11839         (2.5.13): Handle latin1 encoding gracefully.
11840
11841 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11842
11843         * HACKING: Fix line breaks.
11844
11845 2005-02-23  Werner Lemberg  <wl@gnu.org>
11846
11847         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
11848         contains those two files.
11849
11850 2005-02-21  Werner Lemberg  <wl@gnu.org>
11851
11852         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
11853         to improve overlap removal process.
11854
11855         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
11856         left and right ending.  This ensures better overlapping.
11857         Update all callers.
11858         ("lineprall"): Don't use draw_gridline to get better overlapping.
11859
11860 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11861
11862         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
11863
11864         * Documentation/topdocs/NEWS.tely (Top): oops.
11865
11866 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
11867
11868         * HACKING: new file.
11869
11870         * input/regression/utf8.ly (portuguese): added a portuguese example
11871         to show latin1 accents.
11872
11873 2005-02-21  Pal Benko  <benkop@freestart.hu>
11874
11875         * lily/mensural-ligature-engraver.cc:
11876         * lily/mensural-ligature.cc:
11877         * lily/include/mensural-ligature.hh: new algorithm implemented
11878
11879         * scm/define-grob-properties.scm: join-left killed (add-join may
11880         be used); join-left-amount changed to join-right-amount
11881
11882 2005-02-21  Graham Percival  <gperlist@shaw.ca>
11883
11884         * Documentation/user/notation.itely: small but urgent fix.
11885
11886 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
11887
11888         * lily/duration-scheme.cc: bugfix: correct parameters to
11889         SCM_ASSERT_TYPE.
11890
11891         * THANKS: added Pal.
11892
11893         * Documentation/user/notation.itely: bugfix: unTeXified
11894         $\\backslash$.  Bugfix: yet another glyph renaming victim:
11895         "timesig.*x/y" -> "timesig.*xy".
11896
11897 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11898         
11899         * VERSION (PACKAGE_NAME): release 2.5.12
11900
11901 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11902
11903         * ly/engraver-init.ly: set tieWaitForNote to #t by default
11904
11905         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
11906
11907         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
11908
11909         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
11910
11911 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11912
11913         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
11914         latin1..utf-8.
11915
11916         * input/regression/stanza-number.ly:
11917         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
11918
11919         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
11920
11921 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11922
11923         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
11924         NEWS. Refer to website for older news.  
11925
11926         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
11927         .HTML. This should be done for specific servers only.
11928
11929         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
11930         .ly image examples.
11931
11932         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
11933         in layer 0 too.
11934
11935         * scm/define-context-properties.scm
11936         (all-user-translation-properties): add tieWaitForNote
11937
11938         * scm/define-grobs.scm (all-grob-descriptions): add
11939         Tie_column::before_line_breaking
11940
11941         * lily/tie.cc (get_column_rank): new function
11942
11943         * lily/tie-column.cc (before_line_breaking): new function.
11944         (werner_directions): take into account ties that start on
11945         different columns.  
11946
11947         * lily/score-engraver.cc (set_columns): move add_column() so we
11948         have column rank available.
11949
11950         * lily/tie.cc (get_column_rank): new function.
11951
11952         * input/regression/utf8.ly (japanese): add japanese lyrics.
11953
11954         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
11955
11956         * THANKS: add Steve D
11957
11958         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
11959         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
11960
11961 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
11962
11963         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
11964         to show harmonic notes
11965         * scm/define-markup-commands.scm: in \markup-by-number
11966         "dots-dot" -> "dots.dot" to show dotted notes
11967
11968 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11969
11970         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
11971
11972         * flower/memory-stream.cc (writer): new file.
11973
11974         * configure.in: add endian test.
11975
11976 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
11977
11978         * Documentation/user/examples.itely: small
11979         simplification/beautification
11980
11981         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
11982         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
11983         notation manual.
11984
11985         * lily/mensural-ligature.cc: bugfix: another few victims of the
11986         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
11987
11988         * ly/gregorian-init.ly: commit some experimental code for hi-level
11989         ligature input language lying around here for several months.
11990
11991         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
11992         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
11993
11994         * lily/vaticana-ligature-engraver.cc: bugfix: another few
11995         "x-y-z"->"x.y.s-z" fixes.
11996
11997 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11998
11999         * scm/framework-pdf.scm (scm): new file
12000
12001         * lily/include/pdf.hh (class Pdf_file): new file.
12002
12003         * lily/pdf.cc (write_trailer): new file.
12004
12005 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
12006
12007         * input/regression/color.ly: new file
12008
12009         * lily/stencil.cc (interpret_stencil_expression):
12010         when a color expression is encountered: save current color,
12011         process the rest of the expression, and restore previous color.
12012
12013         * lily/system.cc (get_line): check all grobs for color property and
12014         prepare the stencil scheme expressions for further processing.
12015         Fix layer-loop.
12016
12017         * scm/define-grob-properties.scm: introduce the color property.
12018
12019         * scm/output-lib.scm: color helper functions.
12020
12021         * scm/output-ps.scm: introduce setcolor/resetcolor.
12022
12023 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
12024
12025         * ly/*.ly, input/regression/*.ly: Added missing \version
12026         statements in some files.
12027
12028 2005-02-15  Graham Percival  <gperlist@shaw.ca>
12029
12030         * Documentation/user/notation.itely: minor editing.
12031
12032         * Documentation/user/converters.itely: updated convert-ly bugs.
12033
12034         * Documentation/user/lilypond-book.itely: add info about using
12035         feta characters in latex.
12036
12037 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12038
12039         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
12040
12041 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12042
12043         * scm/define-grob-properties.scm (all-user-grob-properties):
12044         removed 'dashed property.
12045
12046 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12047
12048         * scm/lily.scm (define-safe-public): new macro for defining
12049         variables that can be used in --safe mode. Use it in *.scm
12050         instead of manually setting safe-objects in safe-lily.scm.
12051
12052 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12053         
12054         * lily/slur.cc: Slur-dash patch by Bertalan.
12055
12056         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
12057
12058         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
12059
12060 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12061
12062         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
12063
12064 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12065
12066         * mf/GNUmakefile: teTeX-3.0 install fix.
12067
12068         * Cygwin patch from Bertalan.
12069
12070         * stepmake/stepmake/metafont-rules.make: Remove bashism.
12071
12072 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12073
12074         * GNUmakefile.in: 
12075         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
12076
12077         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
12078         2.0.x compatibility.
12079
12080 2005-02-08  Werner Lemberg  <wl@gnu.org>
12081
12082         * mf/feta-din-code.mf: Format; clean up code.
12083         Replace `---' with `--' plus explicit path directions.
12084         (linethickness#, stafflinethickness#): Remove.
12085         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
12086         ("dynamic s"): Improve shape.
12087         ("dynamic p"): Improve shape.
12088         Replace `draw' with better outline approximation.
12089         ("dynamic r"): Improve shape.
12090         Don't call `fill' and `draw' at the same time.
12091
12092 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12093
12094         * SConstruct (symlink):
12095         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
12096         build fix: add enc symlink.
12097
12098         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
12099
12100         Support for DESTDIR besides prefix=/foo
12101
12102         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
12103
12104         * stepmake/stepmake/*.make:
12105         * */GNUmakefile:
12106         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
12107
12108         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
12109
12110         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
12111         mawk in fontforge (date) test.
12112
12113 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12114
12115         * scm/font.scm (make-century-schoolbook-tree): add NCS as
12116         font-family=roman. Add Luxi Sans as sans
12117
12118 2005-02-07  Graham Percival  <gperlist@shaw.ca>
12119
12120         * Documentation/user/notation.itely: add warning about
12121         percent repeats and Voice contexts.
12122
12123         * Documentation/user/lilypond-book.itely: clarified the
12124         necessity of dvips -u arguments.
12125
12126 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
12127
12128         * THANKS: Added a bunch of bug hunters.
12129
12130 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12131
12132         * scm/framework-ps.scm (output-preview-framework): bugfix.
12133
12134         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
12135         o/ for chord modifier..
12136
12137         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
12138
12139         * lily/drum-note-performer.cc:  remove unused (thanks Michael
12140         Welsh Duggan). 
12141
12142 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12143
12144         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
12145
12146         * ly/titling-init.ly: Do not also print intstrument in header on
12147         first page.  Do not print page number on first and only page.
12148
12149 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12150
12151         * input/regression/*.ly: remove old-relative everywhere
12152
12153         * lily/music-sequence.cc (simultaneous_relative_callback): do
12154         what-if analysis on copy, not on original. Fixes old-relative
12155         compatibility.
12156
12157         * scm/backend-library.scm (postscript->png): space before
12158         --verbose.
12159         
12160 2005-02-05  Werner Lemberg  <wl@gnu.org>
12161
12162         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
12163         is defined.
12164
12165         * mf/feta-alphabet.mf: Define `staffsize#'.
12166         Include `feta-params.mf'.
12167         s/staffheight/design_size/.
12168
12169         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
12170
12171         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
12172
12173         * mf/feta-nummer-code.mf: Reformatted.
12174         (draw_six): Use outline intersection to avoid a self-intersecting
12175         path.
12176         ("Numeral comma"): Fix serious outline glitches.  This slightly
12177         changes the glyph shape.
12178         ("Numeral dash"): Use `draw_rounded_block'.
12179         ("Numeral dot"): Use `drawdot'.
12180         ("Numeral 1"): Assure identical tangent directions for the
12181         intersection points of paths.  The glyph shape improvement is only
12182         visible at very high magnifications.
12183         ("Numeral 2"): Use `solve' macro to make the lower right part of
12184         the glyph outline touch the x axis exactly.  This changes the
12185         glyph shape.
12186         Minor fixes for better overlap removal support.
12187         ("Numeral 4"): Make lefter corner `rounder'.
12188         ("Numeral 5"): Assure identical tangent directions for the
12189         intersection points of paths.  This improves the glyph shape at
12190         high magnifications.
12191         ("Numeral 7"): Use `solve' macro to make the upper right part of
12192         the glyph outline touch the metrics box exactly.  This changes the
12193         glyph shape.
12194         Avoid corner in the upper left part of the glyph (causing a minor
12195         shape change).
12196
12197         * mf/feta-ital-*.mf: Removed.  Unused.
12198
12199 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12200
12201         * VERSION (PATCH_LEVEL): release 2.5.11
12202
12203         * input/regression/fill-line-test.ly: new file.
12204
12205         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
12206         emmentaler name, eg. emmentaler-23. 
12207
12208 2005-02-04  Christian Hitz  <chhitz@gmx.net>
12209
12210         * scm/scm/define-markup-commands.scm (fill-line): rework for better
12211         alignment with centered texts
12212
12213         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
12214         list of paddings
12215
12216 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12217
12218         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
12219
12220         * lily/note-column.cc (translate_rests): call flush_extent_cache()
12221         of parents when translating rests. Fixes: c-chord-rest.ly 
12222
12223         * lily/include/dimension-cache.hh (struct Dimension_cache): add
12224         dimension_callback_ member.
12225
12226         * lily/grob.cc (flush_extent_cache): new function. Force recompute
12227         of extents.
12228
12229 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
12230
12231         * all but lily/*: The grand 2004/2005 replace.
12232
12233 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12234
12235         * lily/*: add space after ,  
12236
12237         * scm/music-functions.scm (has-request-chord): don't use
12238         ly:music-name anywhere. Fixes <<\\>> notation. 
12239
12240         * scm/define-markup-commands.scm (box): use font-size for
12241         padding. Fixes boxed-rehearsal-marks.ly
12242
12243         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
12244         identifier definition too, so foo = \lyrics { ...   } bar = #1
12245         doesn't complain about "bar" being LYRICS_STRING.
12246
12247         * lily/paper-def.cc (find_pango_font): new routine; Store
12248         pango_fonts in hash tab too. This is necessary for retrieving
12249         Pango_fonts::physical_font_tab() later on.
12250  
12251         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
12252         crash if psname is null.
12253
12254         * lily/lily-guile.cc (ly_hash2alist): new function
12255
12256         * Documentation/user/changing-defaults.itely (Text encoding):
12257         rewrite. 
12258
12259         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
12260         -> font_filename mapping.
12261
12262         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
12263         ly_pango_font_physical_fonts
12264
12265         * scm/framework-ps.scm (supplies-or-needs): extract names from
12266         physical Pango_fonts.
12267
12268         * utf8.ly: new file.
12269
12270 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12271
12272         * Documentation/user/changing-defaults.itely (Page layout): add
12273         doco about systemSeparatorMarkup.
12274
12275         * scm/page-layout.scm (default-page-make-stencil): add-to-page
12276         function.
12277         (default-page-make-stencil): insert system separators.
12278
12279         * scm/define-markup-commands.scm (hcenter): add
12280         (beam): add.
12281
12282 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12283
12284         * scm/output-ps.scm (ez-ball): reinstate ez notation.
12285
12286 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12287
12288         * lily/main.cc: Spell backend consistently.  Sort options.
12289
12290 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12291
12292         * scripts/lilypond-book.py (Module): revert @include.
12293         
12294 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12295
12296         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
12297         Bugfix: @include .tex (not .texi).  Small cleanups.
12298
12299         * stepmake/bin/add-html-footer.py (i18n): New function.
12300
12301 2005-01-31  Werner Lemberg  <wl@gnu.org>
12302
12303         * mf/feta-nummer.mf: Removed.  Unused.
12304
12305 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12306
12307         * lily/ : 2004 -> 2005 s&r
12308
12309         * scm/file-cache.scm (cached-file-contents): add file. Read each
12310         file only once.
12311
12312         * scm/font.scm (add-pango-fonts): change order. Medium weight is
12313         now default.
12314
12315         * VERSION: release 2.5.10
12316         
12317         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
12318
12319         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
12320
12321         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
12322         that both X and Y extents of bbox are non-nil.
12323
12324 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12325
12326         * scm/chord-name.scm (alteration->text-accidental-markup): change
12327         - to . 
12328
12329         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
12330
12331         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
12332
12333         * Documentation/user/invoking.itely (Invoking lilypond): add note
12334         about EPS backend.
12335
12336         * scm/framework-eps.scm: new file: create per-system/per-page EPS
12337         files for inclusion in lilypond-book document.
12338
12339         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
12340
12341         * input/tutorial/lbook-texi-test.texi: new file.
12342
12343         * scm/safe-lily.scm (safe-objects): add
12344         {begin,end}-of-line-(in)?visible as safe.
12345  
12346 2005-01-30  Graham Percival  <gperlist@shaw.ca>
12347
12348         * Documentation/user/changing-defaults.itely: fixed example
12349         of (dynamics).
12350
12351 2005-01-29  Graham Percival  <gperlist@shaw.ca>
12352
12353         * lily/main.cc: fix info about -o=FILE.
12354
12355 2005-01-29  Werner Lemberg  <wl@gnu.org>
12356
12357         * mf/feta-toevallig.mf ("Natural"): Completely changed the
12358         construction to assure smooth transition from straight to curved
12359         lines.
12360
12361 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12362
12363         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
12364         stencils.
12365
12366         * ps/lilyponddefs.ps: add start-page, start-system doesn't
12367         translate to top of page. Fixes alignment problems of
12368         lilypond-generated EPS files.
12369
12370 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12371
12372         * scm/part-combiner.scm (analyse-spanner-states): trigger on
12373         crescendo-end as well, since Decrescendo maybe ended with Stop
12374         Crescendo.). Fixes: partcombine-diminuendo.ly
12375
12376         * scm/script.scm (default-script-alist): swap portato symbols.
12377
12378         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
12379
12380         * lily/paper-outputter-scheme.cc (LY_DEFINE):
12381         ly:outputter-port. New function.
12382
12383         * scm/framework-ps.scm (output-classic-framework): dump a
12384         -systems.texi too
12385         (output-classic-framework): dump multiple systems on an "infinite"
12386         page EPS including fonts. 
12387
12388         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
12389         .eps files for both texi and tex formats. Use PNG coming from
12390         lilypond.
12391         
12392 2005-01-28  Graham Percival  <gperlist@shaw.ca>
12393
12394         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
12395
12396         * scripts/lilypond-latex.py: fix info about -o=FILE.
12397
12398 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12399
12400         * ly/generate-embedded-cff.ly: write .cff.ps files.
12401
12402         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
12403
12404         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
12405         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
12406
12407 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12408
12409         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
12410
12411 2005-01-28  Werner Lemberg  <wl@gnu.org>
12412
12413         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
12414         macros.
12415         (draw_bulb): Improved.
12416
12417         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
12418         metapost bug.
12419         (draw_pedal_P): Use soft_end_penstroke.
12420         (draw_pedal_d): Use soft_start_penstroke.
12421
12422         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
12423         path.
12424         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
12425         doesn't change the glyph shape.
12426
12427         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
12428         changing the shape) to avoid fontforge warnings.
12429
12430         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
12431         soft_end_penstroke and fix glyph shape.
12432
12433 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12434
12435         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
12436
12437 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12438
12439         * scm/define-markup-commands.scm (line): filter out empty stencils
12440         from line command.
12441
12442         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
12443         amount.
12444
12445 2005-01-27  Graham Percival  <gperlist@shaw.ca>
12446
12447         * Documentation/user/notation.itely: added info about what
12448         \voiceFoo does.  Also rewrote warning about marks at
12449         a line break.
12450
12451         * Documentation/user/changing-defaults.itely: added info
12452         about putting dynamics in parenthesis and brackets.
12453
12454 2005-01-27  Werner Lemberg  <wl@gnu.org>
12455
12456         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
12457
12458 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12459
12460         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
12461         portato-direction.ly
12462
12463         * lily/beam.cc (consider_auto_knees): add beam height to
12464         threshold. Fixes: knee-multiple-beam.ly
12465
12466         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
12467         pedal line spanners. Fixes: instrument-center-pedal.ly
12468
12469         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
12470         if encountering barline. Fixes: auto-beam-repeat.ly
12471
12472 2005-01-26  Werner Lemberg  <wl@gnu.org>
12473
12474         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
12475         overlapping.
12476
12477         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
12478         with inflections for the 1/2 sharp glyph.
12479
12480         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
12481         connection between `t' and `r'.
12482         Unify bulb with the rest of `r' to avoid grazing outlines which
12483         confuses the overlap removal algorithm of fontforge.
12484
12485         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
12486         inflections.
12487         (draw_cross): Fix shape to have uniform thickness in corners.
12488
12489         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
12490         to avoid an uneven number of self-intersections; this confuses
12491         fontforge.
12492         Fix a slight bug in the shape at left bottom (which is visible only
12493         at high magnifications).
12494         `Center' the stem horizontally to avoid overlapping.
12495
12496 2005-01-24  Werner Lemberg  <wl@gnu.org>
12497
12498         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
12499         to `asis'.
12500         (fet_begingroup): Save group name in string `feta_group'.
12501         (fet_endgroup): Updated.
12502         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
12503
12504         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
12505
12506         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
12507         in metapost.
12508
12509 2005-01-24  Graham Percival  <gperlist@shaw.ca>
12510
12511         * Documentation/user/notation.itely: really minor editing.
12512
12513 2005-01-22  Graham Percival  <gperlist@shaw.ca>
12514
12515         * Documentation/user/examples.itely: minor editing.
12516
12517         * Documentation/user/changing-defaults.itely: minor editing.
12518
12519         * Documentation/user/notation.itely: clarified info on polyphony
12520         and \addlyrics.
12521
12522 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12523
12524         * scm/output-gnome.scm: 
12525         * scm/output-svg.scm:
12526         * scm/lily-library.scm (font-name-style): Update font name
12527         kludging for fontconfig use.
12528
12529 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
12530
12531         * scm/define-markup-commands.scm: Document right-align and
12532         larger markup commands. Remove "TODO" from the topmost comment
12533         "each markup function should have a doc string." More consistent
12534         use of new-lines.
12535
12536 2005-01-22  Graham Percival  <gperlist@shaw.ca>
12537
12538         * Documentation/user/changing-defaults: removed info about
12539         copyright symbol, since it's likely to change soon.
12540         Added info about betweensystemspace.
12541
12542         * Documentation/user/notation.itely: minor fixes.
12543
12544         * Documentation/user/lilypond.tely,
12545         Documentation/user/music-glossary.tely: changed copyright
12546         date to 2005 instead of 2004.
12547
12548         * input/test/volta-chord-names.ly: added old example back.
12549
12550 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12551
12552         * mf/feta-beugel.mf: use design size 20 (not 15).
12553
12554         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
12555         change name to aybabtu completely
12556
12557 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12558
12559         * buildscripts/gen-emmentaler-scripts.py (outdir): add
12560         design_size to fontname
12561
12562 2005-01-19  Werner Lemberg  <wl@gnu.org>
12563
12564         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
12565         mf/feta-schrift.mf: s/p/pat/ if a path variable.
12566
12567         * mf/feta-autometric.mf (set_char_box): Add code which emits
12568         specials for mf2pt1 if run with metapost.
12569         (to_bp): New macro for mf2pt1.
12570
12571 2005-01-18  Graham Percival  <gperlist@shaw.ca>
12572
12573         * Documentation/user/changing-defaults: added info on
12574         creating a copyright symbol.
12575
12576 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12577
12578         * VERSION: release 2.5.9
12579         
12580 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
12581
12582         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
12583
12584         * Documentation/user/notation.itely: Document
12585         score-override-auto-beam-setting Fix documentation for
12586         revert-auto-beam-setting.
12587
12588 2005-01-18  Werner Lemberg  <wl@gnu.org>
12589
12590         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
12591         (procset): New function to define a procset resource.
12592         (ps-embed-pfa): New function to define a font resource.
12593         (setup): New function to define a `Setup' environment.
12594         (preamble): Use new functions.
12595
12596         * ps/lilypond.defs (init-lilypond-parameters): New function to
12597         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
12598
12599 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12600
12601         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
12602
12603 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
12604
12605         * scm/define-markup-commands.scm: Change number->markletter-string
12606         to take two arguments (vector number). Add number->mark-alphabet-vector
12607         and markalphabet markup command.
12608
12609         * scm/translation-functions.scm: Add format-mark-box-alphabet,
12610         format-mark-alphabet, format-mark-box-barnumbers and
12611         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
12612
12613 2005-01-17  Graham Percival  <gperlist@shaw.ca>
12614
12615         * Documentation/user/examples.itely: add SATB automatic piano
12616         reduction template.
12617
12618         * Documentation/user/notation.itely: added info about changing
12619         partcombine texts.  Also adds examples of alternate lyrics.
12620
12621         * Documentation/user/changing-defaults.itely: added warning
12622         about \RemoveEmptyStaffContext overriding previous changes.
12623
12624 2005-01-17  Werner Lemberg  <wl@gnu.org>
12625
12626         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
12627         feta-alphabet*.
12628
12629 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12630
12631         * python/lilylib.py (make_ps_images): don't do final showpage for
12632         multi-page documents.
12633         
12634         * VERSION (MY_PATCH_LEVEL): release 2.5.8
12635
12636 2005-01-16  Graham Percival  <gperlist@shaw.ca>
12637
12638         * Documentation/user/lilypond.tely: changed order of appendices;
12639         unified index should be last.
12640
12641         * Documentation/user/notation.itely: add example of key signatures
12642         and info about Staff.printKeyCancellation.
12643
12644 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12645
12646         * lily/include/repeated-music.hh (class Repeated_music): change
12647         into "namespace" class.
12648
12649         * lily/event.cc: remove Key_change_event.
12650
12651         * lily/include/transposed-music.hh (class Transposed_music): remove.
12652
12653         * lily/transposed-music.cc: remove
12654
12655         * lily/include/relative-music.hh: remove.
12656
12657         * lily/include/music-sequence.hh (struct Music_sequence): change
12658         into "namespace" class.
12659
12660         * lily/untransposable-music.cc (Module): remove
12661
12662         * lily/include/un-relativable-music.hh (Module): remove
12663
12664         * lily/include/untransposable-music.hh (Module): remove
12665
12666         * lily/include/music-list.hh (Module): remove file
12667
12668         * lily/un-relativable-music.cc: remove file.
12669
12670 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12671
12672         * lily/parser.yy: Compile fix.
12673
12674 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12675
12676         * lily/include/music.hh (class Music): unvirtualize transpose().
12677
12678         * lily/sequential-music.cc: remove file.
12679
12680         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
12681
12682         * lily/slur-scoring.cc (get_best_curve): only switch on
12683         DEBUG_SLUR_SCORING for non NDEBUG builds.
12684
12685         * lily/include/music.hh (class Music): replace Music::start_mom()
12686         by start-callback property
12687
12688         * lily/include/grace-music.hh: remove file. 
12689
12690         * lily/stem.cc (height): robustness fix.
12691
12692         * lily/time-scaled-music.cc: remove file.
12693
12694         * lily/include/music.hh (class Music): include SCM init argument.
12695         (class Music): replace Music::get_length() virtual by
12696         length-callback property everywhere.
12697
12698         * scripts/convert-ly.py (conv): add  # to \property scalar value.
12699
12700         * mf/GNUmakefile: don't install *list.ly
12701
12702 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12703
12704         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
12705
12706 2005-01-12  Werner Lemberg  <wl@gnu.org>
12707
12708         This patch addresses the following problems in the feta sources
12709         files which contribute to the fetaXX fonts.
12710
12711         . Many fixes for rasterization at low resolutions (consistent use of
12712           `vround' and `hround', integer shift values for paths, applying
12713           `eps' for mirrored paths, use of `define_whole_pixels' and
12714           friends, etc.) -- while this probably looks like a waste of time
12715           it has revealed deficiencies in some glyph shapes.  See comment at
12716           the end of feta-params.mf how vertical symmetry is achieved.
12717
12718         . The `---' operator has been replaced everywhere with `--'; this
12719           both improves and considerably reduces the font size after
12720           conversion with mf2pt1.
12721
12722         These change aren't explicitly mentioned below since virtually all
12723         glyphs are affected.
12724
12725         Other notable differences:
12726
12727         . Glyphs from feta-accordion.mf now have charboxes around the
12728           outline.
12729
12730         . Fixed incorrect charbox for `accDot'.
12731
12732         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
12733
12734         . Fixed position of the bow in the `upprall' glyph and its siblings.
12735
12736         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
12737           dependent on the staff line thickness to avoid touching the middle
12738           staff line at smaller sizes.
12739
12740         . Largely extended output for feta-testXX: Where useful, glyphs
12741         are shown both between and on staff lines.
12742
12743
12744         * mf/feta-params.mf (staff_space_rounded,
12745         stafflinethickness_rounded, linethickness_rounded,
12746         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
12747         Update all code which uses them where appropriate.
12748         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
12749         New variables used to control rasterization at low resolutions.  Set
12750         to zero if feta code is processed with metapost.
12751
12752         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
12753         (draw_rounded_block, draw_square_block): Updated to use `--' only.
12754         (flare_path): Updated.
12755         Make it work with `filldraw' (but only circular pens).
12756         (hfloor, vfloor, hceiling, vceiling): New macros.
12757
12758         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
12759         Use `draw' again in mf mode to have good pixel dropout control.
12760         Fix intersection points of horizontal lines with circle.
12761         ("accDot"): Fix parameters for set_char_box.
12762         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
12763         control.
12764
12765         * mf/feta-banier.mf: Updated.
12766
12767         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
12768         testing.
12769         (undraw_inside_ellipse): Remove `center' argument.  Update all
12770         callers.
12771         (draw_brevis): New macro, called by "Brevis notehead".
12772         (draw_whole_triangle_head): New macro, called by "Whole
12773         trianglehead".
12774         (draw_small_triangle_head): Use `filldraw'.
12775
12776         * mf/feta-eindelijk.mf: Remove useless global group.
12777         Updated.
12778
12779         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
12780         `filldraw'.
12781
12782         * mf/feta-pendaal.mf: Updated.
12783
12784         * mf/feta-puntje.mf: Updated.
12785
12786         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
12787         less points.
12788         ("Flageolet"): Use `draw' again in mf mode to have good pixel
12789         dropout control.
12790         ("Varied Coda"): Use `draw_block'.
12791         (draw_comma): Fix typo.
12792         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
12793         pixel dropout control.
12794
12795         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
12796         position of bow.
12797
12798         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
12799         sizes.
12800
12801         * mf/feta-toevallig.mf (remember_pic): New variable, used for
12802         testing.
12803         (draw_meta_sharp): Much simplified.
12804         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
12805
12806         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
12807
12808 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12809
12810         * Documentation/user/notation.itely (Ancient rests): Fix typo
12811         (thanks Anthony)
12812
12813 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12814
12815         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
12816
12817         * lily/main.cc (setup_paths): Add cff.
12818
12819         * mf/GNUmakefile (foe): Include actual target %.cff.
12820         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
12821
12822 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12823
12824         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
12825         suffix for main_input_b_.
12826
12827         * scm/music-functions.scm (toplevel-music-functions):
12828         precompute music lengths for music expressions.  
12829
12830 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12831
12832         * lily/include/input.hh (class Input): new `end_' slot for end of
12833         input. Renamed defined_str0_ to start_.
12834
12835         * lily/input.cc (Input): Add Input::Input (Input const &) and
12836         remove Input::Input (Source_file*, char const *). Use the new
12837         slots.
12838         (set_location): method used by bison to propagate input
12839         locations (YYLLOC_DEFAULT).
12840         (end_line_number, end_column_number, step_forward): new methods
12841         
12842         * lily/input-scheme.cc (ly:input-both-locations): new function,
12843         similar to ly:input-location, but also return the end line and
12844         column.
12845
12846         * lily/include/includable-lexer.hh: 
12847         * lily/includable-lexer.cc: 
12848         * lily/include/lily-lexer.hh (class Lily_lexer): 
12849         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
12850         Includable_lexer to Lily_lexer, in order to update lexloc (the
12851         yylloc), a new slot of Lily_lexer.
12852         (here_input, LexerError): simplify by using the lexloc slot (aka
12853         yylloc)
12854
12855         * lily/lexer.ll: #define yylloc to use input locations (it may
12856         be useless here?). Fixed the #embedded_scm rule (step the location
12857         forward in order to skip the sharp sign before parsing the scheme
12858         expression)
12859
12860         * lily/include/lily-parser.hh (class Lily_parser): 
12861         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
12862         here_input()
12863         (parser_error): overload for more precise locations of errors.
12864
12865         * lily/parser.yy (YYLTYPE): set location type to Input
12866         (YYLLOC_DEFAULT): use Input::set_location()
12867         (yylex): add the YYLTYPE* location parameter.
12868         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
12869         Give an Input parameter to THIS->parser-error() for more accurate
12870         messages.
12871
12872 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12873
12874         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
12875
12876         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
12877         on BEAMQUANTING for non-NDEBUG builds.
12878
12879         * lily/stem.cc (head_count): performance: avoid String::String()
12880         inside oft called function.
12881
12882 2005-01-09  Graham Percival  <gperlist@shaw.ca>
12883
12884         * Documentation/user/examles.itely: attempted fix for broken
12885         string quartet template.
12886
12887         * Documentation/user/notation.itely: remove unnecessary broken
12888         link.
12889
12890 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12891
12892         * VERSION (PACKAGE_NAME): release 2.5.7
12893
12894 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12895
12896         * config.make.in (METAFONT): Append -progname=mf, fixes use with
12897         mf-nowin for teTeX-3.0.  Backportme.
12898
12899         * scm/output-svg.scm (utf8-string): New function.
12900
12901         * scm/output-gnome.scm (utf8-string): New function.
12902         (otf-name-mangling): Remove.
12903
12904         * lily/pango-font.cc (Pango_font): Use font string iso font
12905         filename for utf8-text.
12906
12907         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
12908         name.
12909
12910 2005-01-08  Graham Percival  <gperlist@shaw.ca>
12911
12912         * Documentation/user/notation.itely: add info about
12913         Staff.extraNatural = ##f in Pitches section.  Also
12914         fixed some minor issues in the Vocal music section.
12915
12916 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12917
12918         * scm/output-ps.scm (white-text): comment out Helvetica font,
12919         which is broken for my GS install.
12920
12921         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
12922         which provides a tighter bbox.
12923
12924         * scm/define-grobs.scm (all-grob-descriptions): remove all
12925         extra-offsets from definitions.
12926
12927 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
12928
12929         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
12930         add tuning for 4-string bass and some common 4/5-string banjo
12931         tunings.  New function (four-string-banjo) turns a 5-string tuning
12932         into a 4-string tuning.  New function
12933         (fret-number-tablature-format-banjo) computes correct fret numbers
12934         on 5-string banjos.
12935
12936         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
12937         Add beam correction to TabVoice.
12938
12939         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
12940         using bold font; makes tabs more readable.
12941
12942 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12943
12944         * lily/font-select.cc (get_font_by_design_size): don't make
12945         Modified_font_metric; this causes trouble, since we don't know the
12946         font magnification from inside Pango_font::text_stencil()
12947
12948         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
12949
12950         * Documentation/user/notation.itely (The Lyrics context): comment out
12951         broken {Small ensembles} link.
12952
12953         * scm/framework-svg.scm (output-framework): change calling convention.
12954
12955         * lily/object-key-dumper-scheme.cc: new file.
12956
12957         * lily/object-key-undumper-scheme.cc: new file.
12958
12959         * lily/tweak-registration-scheme.cc: new file.
12960
12961         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
12962
12963         * Documentation/user/examples.itely (String quartet): uncomment
12964         broken example.
12965
12966         * lily/font-config.cc: new file.
12967
12968 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12969
12970         * scm/output-svg.scm: 
12971         * scm/output-gnome.scm: s/bigcheese/emmentaler.
12972
12973         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
12974
12975 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12976
12977         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
12978         Add headers.
12979
12980         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
12981
12982 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12983
12984         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
12985
12986         * lily/include/main.hh: lose _b hungarian suffixes for global
12987         variables.
12988
12989         * lily/include/lily-guile-macros.hh: new file.
12990
12991         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
12992
12993         * lily/general-scheme.cc: new file. 
12994
12995         * lily/font-select.cc (get_font_by_design_size): retrieve
12996         PangoFont for (designsize . "pango-descr") entries.
12997
12998         * lily/lily-parser-scheme.cc: new file.
12999
13000         * lily/output-def-scheme.cc: new file.
13001
13002         * lily/paper-book-scheme.cc: new file.
13003
13004         * lily/duration-scheme.cc (LY_DEFINE): new file.
13005
13006         * lily/pitch-scheme.cc:  new file.
13007
13008         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
13009
13010 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13011
13012         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
13013
13014 2005-01-06  Graham Percival  <gperlist@shaw.ca>
13015
13016         * Documentation/user/notation.itely: minor editing.
13017
13018         * Documentation/user/changing-defaults: minor editing.
13019
13020         * Documentation/user/examples.itely: add template for
13021         string quartet part extraction; demonstrates tag.
13022
13023 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
13024
13025         * Documentation/user/notation.itely: documents
13026         format-mark-box-letters and format-mark-box-numbers
13027
13028         * scm/define-context-properties.scm: change comment.
13029
13030 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13031
13032         * scm/framework-ps.scm (output-classic-framework): new function:
13033         dump systems as separate .eps files (without fonts) and write a
13034         single collecting .tex file.
13035
13036 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13037
13038         * Documentation/user/notation.itely (Setting simple songs):
13039         Correct several errors in the equivalent formulation of
13040         \addlyrics. 
13041         (The Lyrics context): Corrected link to the SATB example.
13042
13043 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13044
13045         * scm/lily.scm (completize-formats): new function
13046         (postprocess-output): new function
13047
13048         * lily/paper-book.cc (classic_output): change calling
13049         convention. Give basename as first argument. 
13050         remove Paper_book::post_processing().
13051
13052         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
13053
13054 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13055
13056         * lily/paper-outputter.cc (LY_DEFINE): new function
13057         ly:outputter-close.
13058
13059         * lily/main.cc: change --format,-f to --backend,-b
13060
13061         * lily/include/main.hh: rename format to backend.
13062
13063         * scm/translation-functions.scm (format-mark-box-numbers): add.
13064         patch by Erlend Aasland
13065
13066 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13067
13068         * lily/pango-font.cc (text_stencil): dump string as
13069         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
13070
13071 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
13072
13073         * configure.in (gui_b): Remove handy developer-only
13074         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
13075         CVS source installations (but break other non-default but correct
13076         PKG_CONFIG_PATH setups), as this is no longer developer-only.
13077
13078         * SConstruct: 
13079         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
13080         compatibility (backportme).
13081
13082         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
13083
13084 2005-01-03  Werner Lemberg  <wl@gnu.org>
13085
13086         Prepare glyph shapes for mf2pt1 conversion.
13087
13088         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
13089         (accDiscant, accFreebase, accStdbase): Replace `draw' with
13090         `penstroke'.
13091         (accDot): Use `drawdot'.
13092         (accBayanbase): Replace `draw' with `draw_gridline'.
13093         (print_penpos): Moved to feta-macros.mf.
13094         (accOldEE): Replace `filldraw' with `penstroke'.
13095         Replace `draw' with `penstroke' and `drawdot'.
13096
13097         * mf/feta-banier.mf: Code clean-up.
13098         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
13099         `fill'.
13100
13101         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
13102
13103         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
13104         paremeter to control drawing of labels.  Update all callers.
13105
13106         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
13107         (new_bulb): Return a bulb as a single path.  To do that, it now
13108         takes some more parameters.  Updated all callers.
13109         (draw_gclef): Major clean-up.  `draw' has been replaced with
13110         `penstroke', unnecessary outlines have been removed.
13111         Remove (unused) gnome-canvas code.
13112
13113         * mf/feta-macros.mf (print_penpos): New macro (from
13114         feta-accordion.mf).
13115         Other minor fixes.
13116
13117         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
13118         ("Pedal dot"): Use `drawdot'.
13119         (draw_pedal_P): Add parameter to control drawing of labels.  Update
13120         all callers.
13121         Fix shape at top.
13122         (draw_pedal_e): Add parameter to control drawing of labels.  Update
13123         all callers.
13124         (draw_pedal_d): Add parameter to control drawing of labels.  Update
13125         all callers.
13126         Revert drawing direction.
13127
13128         * mf/feta-schrift.mf (draw_fermata): Use single path.
13129         (draw_short_fermata): Replace `filldraw' with `fill'.
13130         (draw_long_fermata, draw_very_long_fermata): Replace calls to
13131         `draw_rounded_block' with a single path.
13132         ("Thumb"): Draw full circle instead of mirroring segments.
13133         (draw_accent): New macro.
13134         ("> accent", "espr"): Use it.
13135         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
13136         ("open (unstopped)"): Draw full circle instead of mirroring
13137         segments.
13138         (draw_vee): Removed.
13139         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
13140         ("Downbow"): Replace calls to `draw_rounded_block' with a single
13141         path.
13142         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
13143         partial pieces drawn with `fill' -- these do still overlap with the
13144         stem of the `t' but just once, not multiple times so that fontforge
13145         can handle it gracefully.
13146         Change other parts of the glyph so that fontforge's overlapping
13147         algorithm reliably works.
13148         (draw_heel): Replace `draw' with `fill'.
13149         (draw_toe): Use `draw_accent' instead of `draw_vee'.
13150         ("Flageolet"): Replace `draw' with `penstroke'.
13151         ("Segno"): Replace `filldraw' with `penstroke'.
13152         Replace `draw' with `drawdot'.
13153         ("Coda"): Replace `fill' with `penstroke', using a single path.
13154         ("Varied Coda"): Use less overlapping paths.
13155         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
13156         single path.
13157
13158         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
13159         group to better control the `labels' command.
13160         Rename argument to `offset' and use it actually.  Update all
13161         callers.
13162         Replace `filldraw' with `fill'.
13163         ("mordent", "prallmordent", "upmordent", "downmordent",
13164         "lineprall"): Replace `draw' with `draw_gridline'.
13165         ("upprall", "downprall"): Replace `draw' with `fill'.
13166
13167         * mf/feta-timesig.mf: Formatting.
13168
13169         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
13170         to...
13171         ("Flat"): Here.
13172         (draw_paren): Move code to draw labels to...
13173         ("Right Parenthesis"): Here.
13174
13175 2005-01-02  Graham Percival <gperlist@shaw.ca>
13176
13177         * Documentation/user/notation.itely: add example of \setTextDecresc
13178         and \setTextDim.
13179
13180 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
13181
13182         * scm/define-markup-commands.scm :  fix glyph-strings of
13183         accidentals and \note-by-number
13184
13185 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13186
13187         * VERSION: 2.5.6 released.
13188         
13189         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
13190
13191         * input/regression/new-markup-scheme.ly: oops. font-family=music
13192         -> font-encoding fetaMusic.  
13193
13194         * lily/main.cc: put default to PS.
13195
13196         * lily/tfm.cc: idem.
13197
13198         * lily/afm.cc: idem.
13199
13200         * lily/include/modified-font-metric.hh (struct
13201         Modified_font_metric): remove coding_scheme() method.
13202
13203         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
13204
13205         * scripts/convert-ly.py (conv): crash on encountering \encoding.
13206
13207         * input/les-nereides.ly: convert to utf8
13208
13209         * lily/modified-font-metric.cc (text_dimension): idem.
13210
13211         * lily/parser.yy (TODO): idem.
13212
13213         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
13214
13215         * lily/lexer.ll: remove encoding
13216
13217         * scm/framework-ps.scm (output-variables): separately scale the
13218         page to mm 
13219
13220         * lily/pango-font.cc (Pango_font): fix scaling.
13221
13222         * lily/font-metric.cc (design_size): design_size returns a
13223         dimension now as well.
13224
13225 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13226
13227         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
13228         brace generation. 
13229
13230         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
13231
13232 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
13233
13234         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
13235         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
13236
13237 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13238
13239         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
13240         in first run as well.
13241
13242         * scm/paper.scm (layout-set-staff-size): use text-font-size in
13243         dimension less points (ie. 12 = 12 point)
13244
13245         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
13246
13247         * lily/all-font-metrics.cc (find_pango_font): set description_
13248
13249         * lily/pango-font.cc (text_stencil): export size as well.
13250         (text_stencil): fix scaling and extents box.
13251
13252 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13253
13254         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
13255
13256         * Documentation/user/invoking.itely (Invoking lilypond): document
13257         texstr
13258
13259         * scripts/convert-ly.py (conv): add ancient rules.
13260
13261         * scm/clef.scm (c0-pitch-alist): replace - with .
13262
13263         * scripts/lilypond-book.py (process_snippets): add texstr support.
13264
13265         * scm/framework-texstr.scm (header): change extension to .textmetrics
13266
13267         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
13268         -f tex.
13269
13270         * lily/text-metrics.cc: new file.
13271         (try_load_text_metrics): new function
13272
13273         * lily/include/text-metrics.hh: new file.
13274
13275 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13276
13277         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
13278         ly_scheme_function to ly_lily_module_constant.
13279
13280         * lily/modified-font-metric.cc (text_dimension): try
13281         lookup_tex_text_dimension() first.
13282
13283         * lily/tfm.cc: new function ly:load-text-dimensions
13284
13285 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13286
13287         * scm/output-texstr.scm (text): use \lilygetmetrics
13288
13289         * scm/framework-texstr.scm (header): dump in new format.
13290
13291         * tex/lilypond-tex-metrics: new file.
13292         
13293 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13294
13295         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
13296         mapping.
13297         (index_to_charcode): New method.
13298
13299         * scm/output-ps.scm (glyph-string): 
13300         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
13301
13302 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
13303
13304         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
13305         implement fully, need FONT to get to charcode.
13306
13307         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
13308
13309         * scm: Cleanups.
13310
13311         * Documentation/user/changing-defaults.itely: Fix internalsrefs
13312         {Tunable context properties},
13313         {All layout objects},
13314         {Music definitions}.
13315
13316 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13317
13318         * VERSION: release 2.5.5
13319         
13320         * lily/main.cc: use TeX as default output format.
13321
13322         * flower/file-path.cc (find): try to open directly as well, so we
13323         find absolute path files. 
13324
13325         * lily/pango-select.cc: new file.
13326
13327         * scm/framework-ps.scm: remove all encoding code. 
13328         load pfb/pfa for PangoFont too.
13329         
13330         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
13331
13332 2004-12-22  Werner Lemberg  <wl@gnu.org>
13333
13334         Prepare glyph shapes for mf2pt1 conversion.
13335
13336         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
13337
13338         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
13339         (define_triangle_shape): Use it to replace `draw' with `fill' and
13340         `unfill'.  Update all callers.
13341         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
13342         (draw_cross): Ditto.
13343         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
13344         Use penrazor for better conversion with mf2pt1.
13345         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
13346         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
13347         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
13348         draw_la_head, draw_ti_head): Replace `filldraw' with
13349         `fill'.  Update all callers.
13350
13351 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13352
13353         * lily/paper-book.cc (output): revert: only allow a single output
13354         format.
13355
13356         * lily/include/pango-font.hh: new file.
13357
13358         * lily/pango-font.cc: new file.
13359
13360         * lily/font-metric.cc (text_stencil): new routine
13361
13362         * lily/all-font-metrics.cc (find_pango_font): new routine.
13363
13364         * lily/include/font-metric.hh (struct Font_metric): add
13365         text_stencil()
13366
13367         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
13368
13369 2004-12-22  Werner Lemberg  <wl@gnu.org>
13370
13371         Prepare glyph shapes for mf2pt1 conversion.
13372
13373         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
13374
13375         * mf/feta-toevallig.mf: Formatting.
13376         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
13377         ("Natural"): Fix paths to allow better postprocessing.
13378         (draw_meta_flat): Use `z3l' as additional point in path to get
13379         better conversion with mf2pt1.
13380         Other minor cleanups.
13381         ("3/4 Flat"): Add auxiliary points and modify path to replace
13382         `draw' with `fill'.
13383         ("Double Sharp"): Mirror path segments instead of picture elements
13384         to get a single outline.
13385         Modify path to replace `filldraw' with `fill'.
13386
13387 2004-12-22  Graham Percival  <gperlist@shaw.ca>
13388
13389         * input/test/unfold-all-repeats.ly: added file back.
13390
13391         * Documentation/user/notation.itely,
13392         Documentation/user/programming-interface.itely
13393         Documentation/user/changing-defaults.itely: fixed misc broken
13394         links to input/test/ files.
13395
13396 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13397
13398         * tex/texinfo.tex: Update.  We should not be distributing this,
13399         but since we do, use latest version.
13400
13401         * Documentation/user/macros.itexi: Comment-out \fetaflat,
13402         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
13403         macros for feta glyphs.
13404
13405 2004-12-22  Graham Percival  <gperlist@shaw.ca>
13406
13407         * Documentation/user/changing-defaults.itely: fix index for set.
13408
13409         * Documentation/user/converters.itely: added convert-ly bugs list
13410         from CVS.
13411
13412 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
13413
13414         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
13415         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
13416         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
13417         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
13418
13419         * mf/GNUmakefile (pfa_warning): Use less broken check.
13420
13421         * python/lilylib.py (setup_environment): Remove cruft from
13422         GS_FONTPATH.
13423
13424         * configure.in: Bump mftrace requirement to 1.1.1.
13425
13426 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
13427
13428         * scm/output-svg.scm (beam): Use polygon.
13429
13430         * scm/lily-library.scm: Bugfix.
13431
13432         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
13433
13434         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
13435
13436 2004-12-19  Werner Lemberg  <wl@gnu.org>
13437
13438         Prepare glyph shapes for mf2pt1 conversion.
13439
13440         * mf/feta-eindelijk: Some formatting.
13441         (multi_rest_x, multi_beam_height): Removed.  Unused.
13442         ("Quarter rest"): Use `intersectiontimes' to create a single
13443         outline.
13444         (rest_crook): Removed.  Unused.
13445         (draw_rest_bulb): Return path (without filling).  Update callers.
13446         Simplified.
13447         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
13448         "128th rest"): Simplify `pat'.
13449         Create single outline.
13450
13451 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
13452
13453         * mf/GNUmakefile (ALL_GEN_FILES):
13454         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
13455
13456         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
13457         function.
13458
13459 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13460
13461         * scm/output-texstr.scm (placebox): add routine
13462
13463         * VERSION (PACKAGE_NAME): release 2.5.4
13464
13465         * scm/framework-texstr.scm (output-framework): new file.  
13466
13467         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
13468         processing.
13469
13470         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
13471
13472         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
13473         rule.
13474
13475         * configure.in (gui_b): bump mftrace requirement to 1.1.0
13476
13477         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
13478
13479         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
13480
13481 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
13482
13483         * scm/framework-svg.scm (dump-page): Implement landscape.
13484
13485 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13486
13487         * lily/main.cc (setup_paths): Add svg to search path.
13488
13489         * scm/output-svg.scm:
13490         * scm/framework-svg.scm: Add pageSet.  Update.
13491         (dump-fonts): New function.
13492         (output-framework): Use it.
13493
13494         * mf/GNUmakefile: 
13495         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
13496
13497 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13498
13499         * tex/lilyponddefs.tex: comment out new ifpdf code.
13500
13501 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13502
13503         * GNUmakefile.in: 
13504         * SConstruct (symlink): Replace afm by otf.
13505
13506         * scm/framework-gnome.scm (gnome-main): Remove invocation of
13507         ly:pango-add-afm-decoder.
13508
13509         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
13510
13511 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13512
13513         * scm/output-ps.scm (new-text): don't access t glyph for getting
13514         space dimension.
13515
13516         * ly/init.ly: warn about \version
13517
13518         * lily/lexer.ll: set version-seen?
13519
13520 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13521
13522         * scm/output-svg.scm (string->entities): Update.
13523
13524 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13525
13526         * lily/main.cc (setup_paths): replace afm by otf for path. 
13527
13528         * lily/pangofc-afm-decoder.cc: remove.
13529
13530         * lily/include/pangofc-afm-decoder.hh: remove.
13531
13532         * scm/framework-scm.scm (output-framework): new file.
13533
13534         * mf/GNUmakefile: remove SAUTER_FONTS.
13535         remove SVG/sodipodi hacks.
13536
13537         * scm/lily-library.scm (stderr): move stderr.
13538
13539         * mf/GNUmakefile: remove AFM support.
13540
13541         * buildscripts/mf-to-table.py (base): remove AFM support.
13542
13543         * lily/open-type-font.cc (design_size): use design_size
13544
13545 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
13546
13547         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
13548
13549 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13550
13551         * mf/GNUmakefile: Generate combined aybabtu info.
13552         * mf/aybabtu.pe.in (i): Load it.
13553
13554         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
13555         are not symbols.
13556
13557         * lily/include/open-type-font.hh (count): New method.
13558
13559         * mf/aybabtu.pe.in: Typo.
13560
13561         * Documentation/user/out/lilypond-internals.nexi (Scheme
13562         functions): Typo.
13563
13564         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
13565
13566 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13567
13568         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
13569         subfonts.
13570
13571         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
13572
13573         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
13574         (tex-font-command-raw): new function.
13575
13576         * lily/include/virtual-font-metric.hh (Module): remove file
13577
13578         * lily/virtual-font-metric.cc (Module): remove file.
13579         
13580
13581         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
13582         (get_indexed_char): read bbox from lily table if present.
13583
13584 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13585
13586         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
13587         aybabtu.subfonts
13588
13589         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
13590         global glyphname. Enables more than 64 glyphs in the OTF.
13591
13592 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13593
13594         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
13595         braces.
13596
13597         * lily/open-type-font.cc (design_size): Use 12 as default for
13598         design size.
13599
13600         * mf/aybabtu.pe.in: New file.  Merge all our braces.
13601
13602         * mf/GNUmakefile: Generate aybabtu.
13603
13604         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
13605
13606 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13607
13608         * scm/lily-library.scm (char->unicode-index): Remove.
13609
13610         * scm/output-gnome.scm (text): Bugfix for plain string input.
13611         Updates.
13612
13613         * scm/output-svg.scm (svg-font): Add weight to font selection.
13614
13615 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13616
13617         * Documentation/topdocs/INSTALL.texi (Top): Point to
13618         buildscripts/out/clean-fonts instead of
13619         buildscripts/clean-fonts.sh. 
13620
13621 2004-12-13  Graham Percival  <gperlist@shaw.ca>
13622
13623         * input/regression/figured-bass.ly: attempt to clarify text.
13624
13625         * Documentation/user/notation.tely: add cindex for tag, attempt to
13626         add figured bass example.
13627
13628         * Documentation/user/changing-defaults: basic editing.
13629
13630 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13631
13632         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
13633
13634         * lily/open-type-font.cc (LY_DEFINE): new function
13635         ly:font-sub-fonts
13636
13637         * lily/include/font-metric.hh (struct Font_metric): new method
13638         sub_fonts()
13639
13640         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
13641         . with - in add.stem.
13642         
13643 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13644
13645         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
13646         and fetaDynamic.
13647
13648         * lily/rest.cc (glyph_name): Change - to . .
13649
13650         * scm/output-gnome.scm (text): Hello world, again.
13651
13652         * scm/output-svg.scm (named-glyph): New function.  Hello world!
13653
13654         * lily/modified-font-metric.cc (index_to_charcode): New method.
13655
13656         * lily/include/font-metric.hh (index_to_charcode): New function.
13657
13658         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
13659         new function.
13660         (ly:font-glyph-to-index): Remove.
13661
13662 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13663
13664         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
13665
13666         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
13667
13668         * lily/open-type-font.cc (load_scheme_table): new function
13669
13670         * lily/dots.cc (print): replace - 
13671
13672         * lily/open-type-font.cc (attachment_point): new function.
13673         (load_table): read LILC table
13674
13675         * buildscripts/gen-bigcheese-scripts.py (Module): new
13676         file. Generate FF scripts.
13677
13678         * mf/feta-din10.mf: idem.
13679
13680         * mf/feta-nummer10.mf: remove mf files.
13681
13682         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
13683
13684 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13685
13686         * lily/lily-guile.cc: Use scm_from_locale_stringn.
13687
13688         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
13689         compatibility.
13690
13691 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13692
13693         * lily/open-type-font.cc (get_indexed_char): scale metrics by
13694         design-size and units_per_EM.
13695
13696         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
13697
13698 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13699
13700         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
13701         does not crash fontforge.
13702
13703         * scm/lily-library.scm (char->unicode-index): Hack to map onto
13704         PUA.
13705
13706 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13707
13708         * scm/framework-ps.scm (ps-embed-cff): new function.
13709
13710         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
13711
13712 2004-12-12  Werner Lemberg  <wl@gnu.org>
13713
13714         * mf/bigcheese.pe.in: Add PUA mapping.
13715         Don't create Type 42 but bare CFF font.
13716
13717 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13718
13719         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
13720         within canvas boundaries.
13721
13722         * mf/merge.pe.in: Set font names, version, license GPL.
13723
13724         * make/substitute.make: Add FONTFORGE.
13725
13726         * config.make.in (FONTFORGE): Add.
13727
13728         * configure.in (gui_b): Use PATH_PROG for fontforge.
13729
13730 2004-12-11  Graham Percival  <gperlist@shaw.ca>
13731
13732         * scm/define-markup-commands.scm: add baseline-skip to info
13733         about \column.
13734
13735 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13736
13737         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
13738
13739         * scm/output-gnome.scm (named-glyph): Use it.
13740
13741         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
13742
13743         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
13744         (upper_string, lower_string, reverse_string): Remove.
13745
13746         * configure.in (fontforge): Reinstate version check.
13747
13748         * ly/engraver-init.ly: Fix clef glyph names.
13749
13750         * lily/time-signature.cc (special_time_signature): Fix fraction
13751         glyph names.
13752
13753 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13754
13755         * mf/merge.pe: new file.
13756
13757         * lily/freetype.cc: new file.
13758
13759         * lily/include/open-type-font.hh (class Open_type_font): new file.
13760
13761         * lily/include/freetype.hh: new file.
13762
13763         * lily/open-type-font.cc: new file.
13764
13765         * lily/all-font-metrics.cc (find_otf): new function.
13766
13767 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13768
13769         * lily/time-signature.cc (special_time_signature): Fix.
13770
13771         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
13772         GTK2 before checking for pango.  Fixes -fgnome.
13773
13774         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
13775         Scheme name.
13776
13777         * scm/define-markup-commands.scm:
13778         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
13779
13780         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
13781
13782         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
13783         date versions.  Fixes configure.
13784         (STEPMAKE_CHECK_VERSION): Support optional actual program version
13785         argument.
13786
13787 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13788
13789         * buildscripts/mf-to-table.py (write_ps_encoding): write real
13790         names in .enc
13791
13792         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
13793
13794 2004-12-09  Graham Percival  <gperlist@shaw.ca>
13795
13796         * Documentation/user/changing-defaults.itely: add info about
13797         make-dynamic-script
13798
13799         * Documentation/user/notation.itely: add link in dynamics to
13800         section about make-dynamic-script.
13801
13802 2004-12-09  Christian hitz  <chhitz@gmx.net>
13803
13804         * lily/lily-guile.cc: change MACOS_X to __APPLE__
13805
13806 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13807
13808         * buildscripts/mf-to-table.py (parse_logfile): use . for
13809         concatting name and group.
13810         (parse_logfile): use M for Minus (negative.)
13811
13812         * lily/include/type-swallow-translator.hh
13813         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
13814
13815         * lily/*.cc: cosmetics around = sign.
13816
13817         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
13818         lyric spacing on the penultimate column.
13819
13820 2004-12-05  Christian Hitz  <chhitz@gmx.net>
13821
13822         * configure.in:
13823         * lily/accidental-placement.cc:
13824         * lily/bar-line.cc:
13825         * lily/beam-concave.cc:
13826         * lily/beam-quanting.cc:
13827         * lily/beam.cc:
13828         * lily/bezier-bow.cc:
13829         * lily/bezier.cc:
13830         * lily/break-align-interface.cc:
13831         * lily/custos.cc:
13832         * lily/dimension-cache.cc:
13833         * lily/dot-column.cc:
13834         * lily/font-metric.cc:
13835         * lily/font-select.cc:
13836         * lily/gourlay-breaking.cc:
13837         * lily/grob-property.cc:
13838         * lily/grob.cc:
13839         * lily/lily-guile.cc:
13840         * lily/line-spanner.cc:
13841         * lily/lookup.cc:
13842         * lily/lyric-extender.cc:
13843         * lily/lyric-hyphen.cc:
13844         * lily/mensural-ligature.cc:
13845         * lily/midi-def.cc:
13846         * lily/misc.cc:
13847         * lily/note-collision.cc:
13848         * lily/note-column.cc:
13849         * lily/note-head.cc:
13850         * lily/paper-outputter.cc:
13851         * lily/percent-repeat-item.cc:
13852         * lily/rest-collision.cc:
13853         * lily/side-position-interface.cc:
13854         * lily/simple-spacer.cc:
13855         * lily/slur-configuration.cc:
13856         * lily/slur-scoring.cc:
13857         * lily/slur.cc:
13858         * lily/spaceable-grob.cc:
13859         * lily/spacing-spanner.cc:
13860         * lily/spanner.cc:
13861         * lily/staff-symbol-referencer.cc:
13862         * lily/stem.cc:
13863         * lily/stencil.cc:
13864         * lily/system-start-delimiter.cc:
13865         * lily/system.cc:
13866         * lily/text-item.cc:
13867         * lily/tie.cc:
13868         * lily/tuplet-bracket.cc:
13869         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
13870         <cmath> beacause isinf/isnan is undefined in <cmath>
13871
13872 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13873
13874         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
13875
13876 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13877
13878         * VERSION: release 2.5.3
13879         
13880 2004-11-29  Arno Waschk <arno@arnowaschk.de>
13881
13882         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
13883
13884 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13885
13886         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
13887
13888         * lily/note-head.cc (internal_print): always try the "s" head if
13889         u/d not found.
13890
13891         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
13892
13893 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13894
13895         * mf/parmesan-heads.mf (overdone_heads): typos.
13896
13897 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13898
13899         * lily/parser.yy (markup): in markups, { .. } without command
13900         before are also flattened, ie \line must be explicitely used.
13901
13902         * Documentation/user/changing-defaults.itely:
13903         * Documentation/user/notation.itely: 
13904         * input/wilhelmus.ly: 
13905         * input/regression/instrument-name-markup.ly: 
13906         * input/regression/markup-score.ly: 
13907         * input/regression/new-markup-scheme.ly: 
13908         * input/regression/new-markup-syntax.ly: 
13909         * input/test/coriolan-margin.ly: use \line in markups where
13910         appropriate
13911         
13912 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13913
13914         * scm/new-markup.scm (map-markup-command-list): helper function
13915         used in parser.yy to map markup commands on a markup list.
13916
13917         * lily/parser.yy: get rid off < > in markups by treating { } as
13918         real lists.
13919
13920         * lily/lexer.ll: remove < > from markup lexer mode.
13921
13922         * scripts/convert-ly.py (conv): add rule for converting 
13923         \markup < > to \markup { }
13924
13925         * ly/titling-init.ly: 
13926         * input/test/coriolan-margin.ly: 
13927         * input/regression/new-markup-syntax.ly: 
13928         * input/regression/new-markup-scheme.ly: 
13929         * input/regression/multi-measure-rest-text.ly: 
13930         * input/regression/markup-stack.ly: 
13931         * input/regression/markup-score.ly: 
13932         * input/regression/instrument-name-markup.ly: 
13933         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
13934         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
13935         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
13936         * input/wilhelmus.ly: 
13937         * Documentation/user/notation.itely: 
13938         * Documentation/user/music-glossary.tely: 
13939         * Documentation/user/changing-defaults.itely: change < > to { } in
13940         markups
13941
13942 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13943
13944         * lily/accidental-placement.cc (position_accidentals): shortcut if
13945         no accidentals to place.
13946
13947 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13948
13949         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
13950         typo s/ly:dimension ?/ly:dimension?/
13951
13952         * input/regression/lily-in-scheme.ly: 
13953         * input/regression/music-function.ly: 
13954         * ly/spanners-init.ly (assertBeamSlope): 
13955         * scm/music-functions.scm (def-grace-function): add the paper
13956         argument to music function definitions.
13957
13958 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13959
13960         * lily/moment.cc (LY_DEFINE):
13961         ly:moment-main-{denominator,numberator}, new function.
13962
13963         * lily/score-engraver.cc (typeset_all): assign to column on basis
13964         of axis-group-parent-X setting.
13965
13966         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
13967         add_element() on basis of axis-group-parent-Y setting.
13968
13969         * lily/grob.cc: add axis-group-parent-{XY} properties.
13970
13971         * input/regression/spacing-stick-out.ly: new file.
13972
13973         * lily/simple-spacer.cc (add_columns): use binary search for
13974         setting column rods. Changes O(n^2) to O(n log(n)) for
13975         constructing spacing problem from columns.
13976         (add_columns): read allow-outside-line to make sure no texts stick
13977         out.
13978         (solve): Simple_spacer::is_active() only determines
13979         satisfies_constraints_ for non-ragged typesetting.
13980
13981         * lily/simultaneous-music.cc (to_relative_octave): only set
13982         old_relative_used if return pitch actually changed.
13983
13984         * scm/define-context-properties.scm
13985         (all-user-translation-properties): change to match implementation.
13986
13987         * python/lilylib.py: Replace re.match by re.search and adds "-c
13988         showpage" to the gs command line (Johannes Schindelin)
13989
13990         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
13991         before processing. Prevents crash when inf is in the extent.
13992
13993         * scm/define-markup-commands.scm (note-by-number): add "s" to
13994         "noteheads-" glyphname.
13995  
13996         * lily/parser.yy (Generic_prefix_music): supply parser argument to
13997         music function as well.
13998         
13999 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14000
14001         * VERSION: release 2.5.2
14002
14003         * Documentation/user/changing-defaults.itely (Creating titles):
14004         add breakbefore variable.
14005
14006         * lily/paper-book.cc (set_system_penalty): new function. Set
14007         penalty_ based on breakBefore setting
14008
14009         * lily/context-specced-music-iterator.cc (construct_children):
14010         interpret special context id $uniqueContextId 
14011
14012         * lily/context.cc (create_unique_context): new method. Move
14013         creation of unique (\new) contexts into interpreting phase. This
14014         makes
14015
14016           foo= \new Staff ..
14017           << \foo \foo >>
14018
14019         produce 2 staves.
14020         
14021
14022         * scm/define-music-properties.scm (all-music-properties): add
14023         quoted-voice-direction
14024
14025         * ly/music-functions-init.ly: killCues function.
14026
14027         * scm/music-functions.scm (cue-substitute): move creation of voice
14028         contexts further to the back. 
14029
14030 2004-11-25  Werner Lemberg  <wl@gnu.org>
14031
14032         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
14033         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
14034
14035 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
14036
14037         * buildscripts/guile-gnome.sh: Fixed typo.
14038
14039 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14040
14041         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
14042
14043         * scripts/abc2ly.py (dump_slyrics): add ord(). 
14044
14045         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
14046         to regular engraver. 
14047
14048 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14049
14050         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
14051
14052 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14053
14054         * scm/define-markup-commands.scm (fill-line): Typo.
14055
14056         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
14057         and newer.
14058
14059 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
14060
14061         * ly/dynamic-scripts-init.ly: Fixed typo.
14062
14063 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14064
14065         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
14066         note-head, to have different attachment points for up and down.
14067
14068         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
14069
14070         * mf/feta-generic.mf (else): remove solfa.
14071
14072         * mf/feta-bolletjes.mf (tishape): remove unicode test.
14073
14074         * scm/define-context-properties.scm
14075         (all-user-translation-properties): add shapeNoteStyles property.
14076
14077         * lily/shape-note-heads-engraver.cc (process_music): new file.
14078
14079         * lily/event.cc (transpose): call Event::transpose() for
14080         transposing the tonic.
14081
14082 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
14083
14084         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
14085         Unicode/OpenType and AFM.
14086
14087         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
14088
14089 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14090
14091         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
14092
14093         * lily/context.cc (Context): unprotect key from ctor.
14094
14095         * scm/stencil.scm (stack-lines): return empty-stencil if argument
14096         is '()
14097         (stack-stencils): idem.
14098
14099         * Documentation/user/changing-defaults.itely (Creating titles):
14100         document new title layout options.
14101
14102         * lily/parser.yy (lilypond_header_body): copy previous
14103         $globalheader if present.
14104
14105         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
14106         ly:module-copy
14107         
14108         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
14109
14110         * scm/titling.scm: remove old titling functions
14111
14112         * lily/stencil.cc (translate): remove absolute dimension.
14113
14114         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
14115         via markup.
14116
14117         * scm/page-layout.scm (marked-up-headfoot): create header/footer
14118         field from user-supplied markup
14119
14120         * scm/define-markup-commands.scm (on-the-fly): new markup
14121         command. Enter SCM markup procedure directly in Scheme.
14122         (fromproperty): new markup command. Read markup from props argument.
14123
14124         * scm/titling.scm (marked-up-title): create title via
14125         user-specified markup. 
14126
14127         * scm/define-markup-commands.scm (column): remove empty stencils
14128         from column.
14129
14130         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
14131         not have side-effect of creating variable stub.
14132
14133         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
14134
14135 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
14136
14137         * scm/encoding.scm (coding-alist): 
14138         * scm/font.scm (add-ec-fonts):
14139         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
14140         Extended-TeX-Font-Encoding---Latin.
14141
14142         * lily/side-position-interface.cc (general_side_position): Add
14143         actual offset to error message (avoid constant error messages).
14144
14145         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
14146         block.
14147
14148         * lily/font-select.cc (select_encoded_font)
14149         (get_font_by_mag_step, get_font_by_design_size): 
14150         * lily/modified-font-metric.cc (Modified_font_metric): 
14151         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
14152
14153         * scm/encoding.scm (coding-alist): Add fetaDynamic.
14154         (read-encoding-file): Bugfix: do not require space after bracket.
14155
14156         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
14157         these do not exist.
14158
14159 2004-11-20  Graham Percival  <gperlist@shaw.ca>
14160
14161         * Documentation/user/notation.itely: added info about typesetting
14162         boxed bar numbers.
14163
14164 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14165
14166         * flower/interval.cc (T_to_string): gcc4 fixes.
14167
14168         * scm/define-markup-commands.scm (fill-line): use
14169         stack-stencils. This fixes problems with putting already centered
14170         stencils in a line.
14171
14172         * VERSION: release 2.5.1
14173
14174         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
14175
14176 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14177
14178         * input/example-[1-3].ly: simplify.
14179
14180         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
14181
14182         * scm/output-ps.scm (new-text): new function. Use glyphshow to
14183         show glyphs.
14184
14185         * scm/encoding.scm (decode-byte-string): new function.
14186
14187         * scripts/convert-ly.py (conv): add warning about
14188         set-global-staff-size.
14189
14190         * Doxyfile: add. 
14191
14192         * scripts/convert-ly.py (conv): add raggedlastbottom rule
14193         (conv): warn for TextSpanner split.
14194         (conv): warn for textheight.
14195
14196 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
14197
14198         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
14199         building the documentation, info with images are installed.
14200         (final-install): Fix description.  Mention sourcing of login
14201         scripts (instead of running).
14202
14203 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
14204
14205         * Debian lmodern support.  Note that LilyPond will issue warnings
14206         
14207             no such encoding: "FontSpecific"
14208
14209           The font selection mechanism wants to get the encoding from the
14210           font itself, but the idea of lmodern is that it is usable with
14211           different encodings, ie, Lily should get the encoding from the
14212           font tree, rather than the font itself.  This would require some
14213           more work.
14214         
14215         * configure.in: Test for and accept lmodern if EC fonts not found.
14216
14217         * scm/framework-tex.scm (font-load-command): TeX font name
14218         mangling for latin1 encoded cork-lm fonts.
14219         (convert-to-ps): Load lm.map if available.
14220
14221         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
14222         available.
14223
14224         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
14225
14226         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
14227         available.
14228
14229         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
14230         path for absolute file name, that is silly.
14231
14232         * lily/score-engraver.cc (initialize): 
14233
14234         * Documentation/user/GNUmakefile (local-install-info): Invoke
14235         install-info --remove first.
14236
14237         * #include cleanup (Andreas Scherer).
14238
14239 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
14240
14241         * input/test/script-abbreviations.ly: fix typos.
14242
14243 2004-11-17  Werner Lemberg  <wl@gnu.org>
14244
14245         * python/lilylib.py (options_help_str): Support pretty-printing of
14246         newlines in fourth element of option description.
14247
14248         * scripts/lilypond-book.py (option_definitions): Use new lilylib
14249         feature.
14250         Sort options.
14251
14252         * Documentation/user/lilypond-book.itely: Finish update.
14253
14254 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
14255
14256         * Documentation/user/macros.itexi: Add comment about \command.
14257
14258         * Documentation/user/lilypond.tely:
14259         * Documentation/user/lilypond-book.itely: Fix names of lilypond
14260         and lilypond-book nodes, so that `info lilypond' visits the manual
14261         at top level, and `info lilypond-book' visits the lilypond-book
14262         section.
14263
14264         * Documentation/user/GNUmakefile (local-install-info): Fix rules
14265         and packager messages.
14266
14267         * lily/pangofc-afm-decoder.cc: Update test.
14268
14269 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
14270
14271         * scm/lily-library.scm (char->unicode-index): New function.
14272
14273         * scm/output-gnome.scm: 
14274         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
14275
14276         * Proper naming of file name throughout; s/filename/file[-_]name/.
14277
14278         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
14279
14280         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
14281
14282 2004-11-16  Werner Lemberg  <wl@gnu.org>
14283
14284         * scripts/lilypond-book.py: The Lord has commanded me to use only
14285         tabs for indentation.  Your humble servant obeys.
14286
14287 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
14288
14289         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
14290         including font, if LilyPond-feta font is only feta font in path.
14291
14292         * scm/output-gnome.scm (text): Revert to file name of font if font
14293         has no name.  Fixes ec font selection.
14294         (char): Bugfix: do not utf8 twice.  Fixes clefs.
14295
14296         * scm/framework-svg.scm:
14297         * scm/output-svg.scm: New file.  TODO: figure out how to
14298         do character by index in font.
14299
14300         * scm/output-sodipodi.scm: Remove.
14301
14302         * scm/output-ps.scm (stem): Remove.
14303
14304 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
14305
14306         * scm/output-gnome.scm (beam): New function.
14307         (slur): Round corners.
14308         (round-filled-box): Round corners.
14309
14310 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14311
14312         * scm/output-gnome.scm (beam): add function.
14313         (draw-line): new routine.
14314         (dashed-line): stub; call draw-line
14315         (polygon): new routine.
14316
14317 2004-11-15  Werner Lemberg  <wl@gnu.org>
14318
14319         * Documentation/user/lilypond-book.itely: Revise section on
14320         lilypond-book options.
14321         Other minor fixes.
14322
14323         * scripts/lilypond-book.py: Change indentation to 4.
14324         Minor formatting.
14325
14326 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14327
14328         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
14329         grobs that have tweaks specced.
14330         
14331 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
14332
14333         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
14334
14335 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14336
14337         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
14338         actual char #, not 0 based index.
14339
14340         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
14341
14342         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
14343         Warning: do make -C mf clean.
14344
14345         * lily/context-property.cc: Compile fix.
14346
14347         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
14348         Grok ec-fonts, braces and dynamics.
14349
14350         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
14351
14352 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14353
14354         * lily/include/tweak-registration.hh: new file.
14355
14356         * lily/tweak-registration.cc: new file.
14357
14358         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
14359         saving tweaks.
14360
14361         * scm/output-gnome.scm (text): comment dribble.
14362
14363 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14364
14365         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
14366
14367         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
14368         path-def before using.  Fixes muchtomany slurs in wrong places
14369         bug.
14370
14371 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14372
14373         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
14374
14375         * lily/include/object-key-undumper.hh (Module): new file.
14376
14377         * lily/object-key-undumper.cc (Module): New file. Deserialize
14378         keys. SCM bindings
14379
14380         * lily/object-key-dumper.cc (Object_key_dumper): idem.
14381         Provide SCM bindings.
14382
14383         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
14384         new file. Serialize object keys.
14385         
14386         * lily/object-key.cc (dump): new function.
14387         (as_scheme): new virtual function
14388         (undump): new function
14389         (undumpers): new table.
14390
14391         * lily/include/global-context.hh (Context): take \score key upon init.
14392
14393         * lily/object-key-dumper.cc (serialize_key): new file.
14394
14395         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
14396
14397         * lily/lily-lexer.cc: remove \quote.
14398
14399         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
14400
14401         * lily/context.cc (Context): take key argument in ctor.
14402         (create_context): new function
14403
14404         * lily/grob.cc (Grob): take key argument in ctor.  
14405
14406         * lily/lilypond-key.cc (do_compare): new file.
14407
14408         * lily/object-key.cc (Object_key): new file.
14409
14410         * lily/include/object-key.hh (class Object_key): new file.
14411
14412         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
14413
14414 2004-11-13  Graham Percival  <gperlist@shaw.ca>
14415
14416         * Documentation/user/lilypond-book.itely: add small warning about
14417         noindent default in lilypond-book.
14418
14419         * Documentation/user/converters.itely: add examples for convert-ly.
14420
14421         * Documentation/user/examples.itely: change version string in templates
14422         to 2.4.0.
14423
14424 2004-11-12  Karl Hammar  <karl@aspodata.se>
14425
14426         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
14427         cmdline, use xargs instead (backportme)
14428
14429 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
14430         
14431         * Documentation/user/: Numerous fixes in the user manual.
14432
14433 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14434
14435         * lily/parser.yy (re_rhythmed_music): search music expression for
14436         context-id, surround by \new Voice if not found. Fixes:
14437         addlyrics-second-staff.ly
14438
14439         * VERSION: 2.5.0 released.
14440         
14441 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
14442
14443         * Documentation/index.html.in: Fix url to one big page.  (backportme)
14444
14445         * Documentation/user/GNUmakefile: Separate rules for split and
14446         unsplit html documents.  Remove perl massaging.  (backportme)
14447
14448 2004-11-11  Graham Percival  <gperlist@shaw.ca>
14449
14450         * Documentation/user/lilypond-book.itely: add short warning about
14451         \lilypond{} in LaTeX docs.
14452
14453 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14454
14455         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
14456         found.  (backportme)
14457
14458         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
14459         version requirement.  (backportme)
14460
14461         * configure.in: Be explicit about old versions of
14462         ec-fonts-mtraced.  (backportme)
14463
14464         * lily/context-selector.cc (set_tweaks): New function.
14465         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
14466         web with -DTWEAK.
14467
14468         * Documentation/user/introduction.itely (Automated engraving):
14469         Remove fragment option.  Fixes web.
14470
14471         * lily/context-property.cc (make_item_from_properties):
14472         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
14473         #ifdef.
14474
14475         * scm/define-context-properties.scm
14476         (all-internal-translation-properties): Add tweakRank and tweakCount.
14477
14478         * lily/grob.cc: 
14479         * scm/define-grob-properties.scm (all-internal-grob-properties):
14480         Add tweak-rank and tweak-count.
14481
14482 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14483
14484         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
14485         New function.
14486         (text): Use them.
14487
14488         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
14489         animated/opaque grob dragging tweaks.
14490
14491         * buildscripts/guile-gnome.sh: Update.
14492
14493 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
14494
14495         * scm/define-grobs.scm (all-grob-descriptions): Added
14496         line-interface to the LigatureBracket object.
14497
14498 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14499
14500         * scm/framework-gnome.scm (item-event): Support non-animated mouse
14501         dragging tweaks.
14502
14503         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
14504
14505         * lily/context-selector.cc (store_context): New function.
14506
14507         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
14508         (store_grob): New function.
14509         (identify_grob): Add Moment parameter.
14510
14511         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
14512         exists.
14513
14514         * scm/framework-gnome.scm (save-tweaks): Write as alist.
14515
14516 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14517
14518         * scm/framework-gnome.scm (item-event): Print grob id.
14519         (save-tweaks): New function.
14520         (tweak): New funtion.
14521         (item-event): Use it, bound to arrow keys.
14522
14523         * lily/context-property.cc (make_item_from_properties): Register grob.
14524         * lily/context.cc (add_context): Register context.
14525
14526         * lily/include/context-selector.hh:
14527         * lily/include/grob-selector.hh:
14528         * lily/context-selector.cc:
14529         * lily/grob-selector.cc: New file.
14530
14531 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14532
14533         * lily/slur.cc: add 'positions to interface
14534
14535         * lily/main.cc: reinstate PS as standard output format. 
14536
14537         * scm/framework-tex.scm (output-preview-framework): print systems
14538         up to first non title system.
14539
14540         * lily/grace-engraver.cc (start_translation_timestep): split
14541         scm_cadddr
14542         
14543 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14544
14545         * lily/quote-iterator.cc (Module): remove old quote-iterator
14546
14547         * scm/define-music-types.scm (music-descriptions): move
14548         NewQuoteMusic over QuoteMusic
14549
14550         * Documentation/user/notation.itely (Formatting cue notes): use
14551         \cueDuring.
14552
14553         * lily/new-quote-iterator.cc (quote_ok): new function.
14554
14555         * input/regression/quote-cue-during.ly: new file.
14556
14557         * input/regression/quote-grace.ly: new file.
14558
14559         * scm/define-context-properties.scm (Module): change definition of
14560         graceSettings
14561
14562         * lily/context-property.cc (Module): rename from
14563         translator-property.cc
14564
14565         * lily/context.cc (context_name_symbol): new function
14566
14567         * lily/grace-engraver.cc: new file. Set properties for grobs based
14568         on the grace-ness of now_moment().
14569
14570         * scm/music-functions.scm (add-grace-property): use list
14571         iso. vector for graceSettings
14572         remove set-{start,stop}-grace-properties. 
14573
14574         * lily/new-quote-iterator.cc (construct_children): set
14575         quote_outlet_ if no quoted-context-{id,type} specified.
14576
14577         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
14578
14579         * lily/parser.yy (command_element): remove \quote.
14580
14581         * ly/music-functions-init.ly (location): add quoteDuring music
14582         function. 
14583
14584         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
14585         optional semicolon. (backportme)
14586
14587 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14588
14589         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
14590         need to link to GUILE et al.
14591
14592 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14593
14594         * scm/define-music-properties.scm (all-music-properties): add
14595         quoted-context-type, quoted-context-id.
14596
14597         * scm/lily.scm (type-check-list): new function.
14598         
14599         * scm/lily-library.scm: new file. Generic library routines.
14600
14601         * lily/parser.yy (Generic_prefix_music): move typechecking out of
14602         parser.
14603
14604         * ly/music-functions-init.ly: add quoteDuring function.
14605
14606         * lily/include/music-iterator.hh (class Music_iterator): rename
14607         set_translator -> set_context
14608
14609         * lily/parser.yy (Generic_prefix_music_scm): add
14610         MUSIC_FUNCTION_SCM_SCM_MUSIC
14611
14612         * scm/lily.scm (sanitize-command-option): new function. (backportme)
14613
14614         * scm/framework-tex.scm (header): sanitize TeX paper size.
14615         (backportme)
14616
14617 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14618
14619         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
14620
14621         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
14622
14623         * scm/framework-tex.scm (font-load-command): Use T1 if no
14624         font-encoding set.  (backportme)
14625
14626         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
14627         exists before converting.  (backportme)
14628
14629         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
14630         exists before converting.  (backportme)
14631         (convert-to-ps): Remove .ps file if it exists before
14632         converting.  (backportme)
14633
14634         * lily/lexer.ll: Remove extra progress newline, use present tense.
14635
14636         * scm/paper.scm (paper-alist): public.
14637         * scm/framework-tex.scm (convert-to-ps):
14638         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
14639         command line.
14640
14641 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14642
14643         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
14644
14645         * lily/recording-group-engraver.cc (derived_mark): mark
14646         now_events_. (backportme)
14647
14648 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14649
14650         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
14651
14652         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
14653         invoking latex. (backportme.)
14654
14655         * lily/stem.cc (off_callback): center stems for all rest stems.
14656
14657 2004-11-05  Werner Lemberg  <wl@gnu.org>
14658
14659         * Documentation/user/lilypond.tely: Add more guidelines for writing
14660         lilypond texinfo documents.
14661
14662 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
14663
14664         * Documentation/index.html.in: remove <hr>.
14665
14666         * THANKS: change 2.3 to 2.4.
14667
14668 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
14669
14670         * scm/output-gnome.scm: More fontconfig comment.
14671
14672 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
14673
14674         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
14675         <package> directory in $(builddir)/share according with
14676         PACKAGE_NAME defined in the VERSION file.
14677
14678 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14679
14680         * lily/beam.cc (rest_collision_callback): use local beam
14681         multiplicity.
14682
14683         * input/regression/stem-stemlet.ly: new file.
14684
14685         * lily/stem.cc (add_head): store rests as well.
14686
14687         * scm/define-grob-properties.scm (all-user-grob-properties): add
14688         stemlet-length
14689
14690         * lily/stem.cc: store rests as well.
14691         
14692         * input/regression/new-slur.ly: mention forcing.
14693
14694 2004-11-04  Werner Lemberg  <wl@gnu.org>
14695
14696         * Documentation/user/*: A new round of layout fixes and document
14697         structure cleanup.
14698
14699 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
14700
14701         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
14702
14703 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
14704
14705         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
14706
14707 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
14708
14709         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
14710
14711         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
14712
14713         * lily/main.cc (main): Invoke identify.
14714
14715         * scm/lily.scm (postscript->pdf): Remove progress newline.
14716         Write progress to stderr.
14717
14718         * lily/paper-book.cc (output): Remove progress newline.
14719
14720         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
14721         gettext on user messages, and remove whitespace.
14722
14723         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
14724
14725         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
14726         argv[0] (Thomas Scharkowski).
14727
14728         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
14729         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
14730         for ec-fonts-mtraced.
14731
14732         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
14733         --srcdir build (Bertalan).
14734
14735         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
14736         headers and library too (Laura Conrad).
14737
14738         * Documentation/topdocs/INSTALL.texi (Top): Mention development
14739         package for guile too (Laura Conrad).
14740
14741         * lily/main.cc (usage): Typo.
14742
14743 2004-11-02  Werner Lemberg  <wl@gnu.org>
14744
14745         * Documentation/user/notation.ly: More fixes to improve appearance.
14746
14747         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
14748         better output for multicolumn tables.
14749
14750 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
14751
14752         * lily/main.cc (dir_info): Fixed typo in the printouts.
14753
14754 2004-11-01  Werner Lemberg  <wl@gnu.org>
14755
14756         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
14757         of output.
14758         Set `per_line' to 2; replace hard-coded value with it.
14759
14760         * Documentation/user/*: Many fixes to improve appearance of
14761         printed manual.
14762
14763 2004-11-01  Werner Lemberg  <wl@gnu.org>
14764
14765         * Documentation/user/changing-defaults.itely,
14766         Documentation/user/notation.ly,
14767         Documentation/user/programming-interface.itely: Use @/.
14768         Fix formatting of some lilypond snippets and tables.
14769
14770         * scripts/lilypond-book.py (compose_ly): Provide useful default
14771         for LINEWIDTH in `override'.
14772
14773 2004-10-31  Graham Percival  <gperlist@shaw.ca>
14774
14775         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
14776
14777 2004-10-31  Werner Lemberg  <wl@gnu.org>
14778
14779         Resetting @exampleindent to `5' gives ugly results with texinfo's
14780         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
14781         (if not quoting) to change @exampleindent only locally.
14782
14783         * scripts/lilypond-book.py (NOQUOTE): New variable.
14784         (output) [LATEX]: Remove AFTER and BEFORE.
14785         [TEXINFO]: Remove AFTER and BEFORE.
14786         Fix QUOTE and VERBATIM pattern.
14787         Add NOQUOTE pattern.
14788         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
14789         and BEFORE.
14790         [output_texinfo]: Use NOQUOTE.
14791
14792 2004-10-31  Graham Percival  <gperlist@shaw.ca>
14793
14794         * Documentation/user/changing-defaults.itely: clarify paper
14795         size commands with correct info.
14796
14797         * Documentation/user/lilypond-book.itely: add more docs for
14798         filename extensions.
14799
14800 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14801
14802         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
14803         (PATCH_LEVEL): start 2.5.0.
14804
14805 #Local variables:
14806 #coding: utf-8
14807 #End:
14808