]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* lily/parser.yy, lily/lexer.ll: added some simplifications by
[lilypond.git] / ChangeLog
1 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
2
3         * lily/parser.yy, lily/lexer.ll: added some simplifications by
4         Angelo Contardi.
5
6 2006-07-19  Graham Percival  <gpermus@gmail.com>
7
8         * input/manual/screech-boink.ly: moved to here.
9
10         * input/screech-boink.ly: deleted.
11
12         * scm/define-grob-properties.scm: clarify doc string.
13
14 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
15
16         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): pdf iso. eps as
17         base.
18
19 2006-07-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
20
21         * VERSION (PATCH_LEVEL): bump version. Release 2.9.12
22
23         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
24         doc pdftex usage.
25
26         * lily/translator-group.cc (connect_to_context): non const error message.
27
28         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): update to use PDF
29
30         * scm/paper.scm (internal-set-paper-size): define landscape to #f
31         if unset.
32
33         * scm/framework-ps.scm (convert-to-pdf): swap h and w in case of landscape. 
34
35         * stepmake/stepmake/texinfo-rules.make: strip DVI support.
36
37         * scm/framework-eps.scm (dump-stencils-as-EPSes): generate
38         systems.pdftex too.
39
40         * scm/backend-library.scm (postscript->pdf): use -dEPSCrop for PDF.
41
42         * make/lilypond-vars.make (TEXINPUTS): add pdf output format.
43
44         * Documentation/topdocs/NEWS.tely (Top): add pdftex note.
45
46         * scm/output-ps.scm (resetrotation): use gsave/grestore for rotation.
47
48         * lily/main.cc (parse_argv): don't overwrite previous --formats string.
49
50         * scm/backend-library.scm (postscript->pdf): strip .eps too. 
51
52 2006-07-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
53
54         * scm/layout-page-layout.scm: Define module, tidy code, use more
55         functions iso. a single big one.
56
57         * scm/layout-page-dump.scm: move page dump functions used in two
58         pass spacing to this file. Define module.
59
60         * scm/lily.scm (ly:load): don't load layout-page-layout.scm
61          (separate module)
62
63         * ly/paper-defaults.ly: use module layout-page-layout.
64
65 2006-07-14  Erik Sandberg  <mandolaerik@gmail.com>
66
67         * lily/music.cc: Revised MusicEvent event class. It now contains
68         event data directly instead of encapsulating it in music. The
69         previously used class is renamed to OldMusicEvent.
70
71         * lily/stream-event.cc: Stream events are now probs.
72         
73         * lily/translator-group.cc, lily/translator.cc: Translators can
74         now listen directly to stream events, by using macros
75         [DECLARE,IMPLEMENT]_TRANSLATOR_LISTENER.
76
77         * lily/arpeggio-engraver.cc: Converted to use new event system
78
79         * THANKS: Corrected spelling mistake.
80
81 2006-07-12  Graham Percival  <gpermus@gmail.com>
82
83         * Documentation/user/SConscript, make/lilypond-vars.make,
84         input/GNUmakefile: doc build looks in input/manual instead
85         of input/test/
86
87         * input/manual/ GNUmakefile, SConscript: build files for
88         input/manual/
89
90         * input/test/ various: some files moved to input/manual/ 
91
92         * Documentation/user/basic-notation.itely: small updates;
93         thanks Kieren and Charles!
94
95 2006-07-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
96
97         * VERSION (PACKAGE_NAME): release 2.9.11
98
99         * Documentation/topdocs/NEWS.tely (Top): update prop value 
100
101         * Documentation/user/basic-notation.itely (Tuplets): new property
102         value.
103
104 2006-07-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
105
106         * python/convertrules.py (conv): tweaks. 
107
108         * VERSION (PATCH_LEVEL): bump version.
109
110         * python/convertrules.py (conv): add rule for
111         tupletNumberFormatFunction.
112
113         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
114         tupletNumberFormatFunction.
115
116         * scm/define-grobs.scm (all-grob-descriptions): calc TupletNumber
117         text through 'text callback.
118
119         * lily/time-scaled-music-iterator.cc (construct_children): copy
120         tweaks generated events.
121
122         * scm/define-context-properties.scm
123         (all-user-translation-properties): remove tupletNumberFormatFunction
124
125         * lily/tuplet-engraver.cc (process_music): don't read
126         tupletNumberFormatFunction
127
128         * scm/output-lib.scm (tuplet-number::calc-fraction-text): new
129         function.
130
131 2006-07-11  Erik Sandberg  <mandolaerik@gmail.com>
132
133         * lily/global-context-scheme.cc: Separated ly:run-translator into
134         smaller pieces.
135
136         * lily/score-engraver.cc, lily/score-performer.cc,
137         scm/define-context-properties.scm: Make paper/midi output
138         accessable as a context property.
139
140         * lily/score-translator.cc, lily/score-context.cc: Removed.
141
142 2006-07-07  Guido Amoruso  <guidonte@katamail.com>
143
144         * scm/ps-to-png.scm (Module): 
145         * scm/framework-tex.scm (Module): 
146         * scm/framework-ps.scm (Module): 
147         * scm/backend-library.scm (Module): 
148         * scm/framework-ps.scm: invoke gs with "-dDEVICEWIDTHPOINTS" and
149         "dDEVICEHEIGHTPOINTS".
150
151 2006-07-04  Graham Percival  <gpermus@gmail.com>
152
153         * Documentation/user/ various: general improvements to
154         "working with lilypond files" section.
155
156 2006-07-03  Erik Sandberg  <mandolaerik@gmail.com>
157
158         * lily/sequential-iterator.cc: Change the default get_music_list
159         to read elements-callback music property
160
161         * scm/define-music-types.scm, scm/music-functions.scm: Cleaner
162         processing of multimeasure rests. Softcoded
163         sequential-music-iterator.
164
165         * lily/sequential-music-iterator.cc: Removed.
166
167 2006-06-28  Graham Percival  <gpermus@gmail.com>
168
169         * Documentation/user/basic-notation.itely: clarify \repeatTie.
170
171 2006-06-27  Erik Sandberg  <mandolaerik@gmail.com>
172
173         * lily/parser.yy: Wrap non-post-events in EventChords before
174         assigning them to identifiers.
175
176 2006-06-27  Mats Bengtsson  <mabe@drongo.s3.kth.se>
177
178         * lily/bar-line.cc (compound_barline): Fix parenthesis error,
179         gives correct vertical placement of \bar ":" in all staff
180         sizes. Thanks Martial!
181
182 2006-06-26  Graham Percival  <gpermus@gmail.com>
183
184         * Documentation/user/invoking.itely : minor update from mailist.
185
186 2006-06-26  Erik Sandberg  <mandolaerik@gmail.com>
187
188         * lily/ various: Introduce stream events of types Prepare,
189         OneTimeStep, CreateContext, AnnounceNewContext, RemoveContext,
190         ChangeContext, SetProperty, RevertProperty, Override and Revert.
191
192         * lily/global-context*.cc: Time is now -inf before iteration
193         starts.
194
195         * lily/include/context.hh: Removed unique_, init_
196
197         * Documentation/topdocs/NEWS: Make the feathered beam example
198         avoid triggering a bug.
199
200 2006-06-24  Graham Percival  <gpermus@gmail.com>
201
202         * Documentation/user/ various: small additions from mailist.
203
204 2006-06-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
205
206         * ly/performer-init.ly: Add some missing links in the context
207         hierarchy for MIDI output. There are probably some more missing!
208
209 2006-06-21  Graham Percival  <gpermus@gmail.com>
210
211         * Documentation/user/ various: minor spelling fixes;
212         thanks Dave Luttinen!
213
214         * Documentation/user/ various: small clarifications;
215         thanks Anthony Youngman!
216
217 2006-06-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
218
219         * po/fr.po: add \n appropriately.
220
221         * lily/lexer.ll: remove ? from version-seen?  
222
223 2006-06-19  John Mandereau  <john.mandereau@free.fr>
224
225         * po/fr.po; update translation, by Jean-Charles Malahieude and
226         John Mandereau.
227
228 2006-06-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
229
230         * THANKS: add Markus Schneider.
231
232         * lily/tab-staff-symbol-engraver.cc: derive from Engraver, not
233         Staff_symbol_engraver
234
235         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): don't
236         replace staff_engraver
237
238         * lily/staff-symbol-engraver.cc (stop_spanner): announce end of
239         spanner.
240
241         * lily/staff-collecting-engraver.cc
242         (acknowledge_end_staff_symbol): new function
243
244         * lily/volta-engraver.cc (acknowledge_end_staff_symbol): new function. 
245
246         * lily/staff-collecting-engraver.cc
247         (acknowledge_end_staff_symbol): new function.
248
249         * lily/main.cc: switch on relocation by default.
250
251 2006-06-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
252
253         * lily/spacing-spanner.cc (musical_column_spacing): set
254         compound_fixed_note_space to 0.0. Document why.
255
256         * lily/simple-spacer.cc (is_sane): also have a kludge for numeric
257         range of inverse_hooke_
258         (Simple_spacer): init completely.
259         (fits): const
260         (get_line_configuration): don't use cols.resize(); it introduces
261         initialized data.
262
263         * scm/framework-ps.scm (dump-page): add setstrokeadjust. Backportme.
264
265         * ps/music-drawing-routines.ps: remove selectfont L1 hack.
266
267         * lily/beaming-pattern.cc (best_splitpoint_index): urg, 2nd
268         try. Divide by beatlength.
269
270         * input/regression/beaming-ternary-metrum.ly: update doc.
271         add beatLength hack.
272
273         * scm/music-functions.scm (make-time-signature-set): add
274         standard-beat-grouping. 
275
276 2006-06-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
277
278         * input/regression/tie-whole.ly: new file.
279
280         * lily/tie-formatting-problem.cc (set_column_chord_outline): don't
281         cross center of note head in case of invisible stem. 
282
283 2006-06-16  Graham Percival  <gpermus@gmail.com>
284
285         * Documentation/user/ various: small fixes from mailist.
286
287 2006-06-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
288
289         * lily/breathing-sign.cc (offset_callback): idem.
290
291         * lily/align-interface.cc (align_to_fixed_distance): remove
292         hungarian suffix.
293
294         * lily/beaming-pattern.cc (count_factor_twos): oops. We want
295         x%2==0.
296
297 2006-06-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
298
299         * VERSION (PACKAGE_NAME): release 2.9.9
300
301         * ly/lilypond-book-preamble.ly: add \version
302
303 2006-06-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
304
305         * scripts/lilypond-book.py (PREAMBLE_LY): include
306         lilypond-book-preamble.ly
307
308         * lily/stem.cc (get_beaming): return max of 0 and
309         scm_ilength. Fixes slurring from/to beams.
310
311         * ly/lilypond-book-preamble.ly: new file.
312
313         * lily/slur.cc: add inspect-index feature.
314
315 2006-06-13  Graham Percival  <gpermus@gmail.com>
316
317         * Documentation/user/tutorial.itely: trivial fix.
318
319 2006-06-13  Erik Sandberg  <mandolaerik@gmail.com>
320
321         * lily/parser.yy, scm/ly-syntax-constructors.scm: Produce almost
322         all non-event music in the parser via MAKE_SYNTAX.
323
324         * lily/parser-scheme.cc: Add ly:parser-error function
325
326         * scm/paper.scm: fix typo
327
328 2006-06-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
329
330         * THANKS: add RT.
331
332         * lily/font-config.cc (init_fontconfig): add warning if cache_file
333         is null.
334
335         * buildscripts/output-distance.py (test_compare_signatures):
336         timing routines.
337         (read_signature_file): use new signature format.
338
339         * scm/stencil.scm (write-system-signature): simpler signature
340         format.
341
342         * lily/stem.cc (calc_stem_end_position): calc quantized-positions
343         for beamed case. 
344
345         * lily/note-spacing.cc (stem_dir_correction): don't inspect
346         stem_end_position, but estimate instead. 
347
348         * lily/tuplet-bracket.cc (calc_positions): look at
349         stem-end-position for tuplet bracket slope. Fixes sloped tuplet
350         brackets narrower than beams. 
351
352         * lily/lexer.ll: set version-seen? even if version is
353         INVALID. 
354
355         * lily/rest.cc (y_offset_callback): bugfix: decide position
356         override based on scm_is_number(). Fixes \rest on center staff
357         line. 
358
359         * lily/beaming-pattern.cc (best_splitpoint_index): fix beaming
360         patterns for 16th triplets.
361
362 2006-06-10  Graham Percival  <gpermus@gmail.com>
363
364         * Documentation/user/ page.itely, global.itely: editing
365         and reorg.
366
367         * Documentation/user/ various: findex -> funindex.
368
369 2006-06-10  Erik Sandberg  <mandolaerik@gmail.com>
370
371         * lily/time-scaled-music-iterator.cc: Use tupletSpannerDuration to
372         insert extra tuplet events.
373
374 2006-06-10  Graham Percival  <gpermus@gmail.com>
375
376         * Documentation/user/programming-interfaces.itely: add
377         info from NEWS.
378
379         * python/convertrules.py: add annotatefoo -> annotate-foo
380         rules.
381
382         * Documentation/user/global.itely: start editing.
383
384         * Documentation/user/page.itely: major editing, new spacing
385         docs.
386
387 2006-06-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
388
389         * scm/define-markup-commands.scm (wordwrap-markups): use
390         output-def 'line-width if undefined.
391
392         * HACKING: trim outdated info.
393
394 2006-06-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
395
396         * scm/define-grobs.scm (all-grob-descriptions): Add
397         line-spanner-interface to all grobs that already have
398         text-spanner-interface or dynamic-text-spanner-interface
399
400         * scm/page.scm: Rename annotate{headers,systems,page}->
401         annotate-*
402
403         * input/regression/page-spacing.ly,
404         input/regression/page-layout-manual-position.ly: idem
405
406 2006-06-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
407
408         * lily/line-spanner.cc: cleanup property list.
409
410         * scripts/lilypond-book.py (find_toplevel_snippets): don't use
411         generator expressions (2.3 compat). 
412
413 2006-06-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
414
415         * lily/vertical-align-engraver.cc: Make sure that the
416         align{Above,Below}Context properties are included in the automatic
417         documentation.
418
419 2006-06-08  Joe Neeman  <joeneeman@gmail.com>
420
421         * scm/paper-system.scm (paper-system-annotate): also annotate the
422         estimated pure-Y-extent
423
424         * scm/define-grobs.scm: add pure-Y-extent and pure-Y-offset functions
425
426         * lily/system.cc (break_into_pieces): set the estimated height
427         of each child system
428
429         * lily/stem.cc (pure_height): new pure-Y-extent callback
430
431         * lily/staff-symbol-referencer.cc (callback): don't destroy
432         the staff-position property
433
434         * lily/hara-kiri-group-spanner.cc (request_suicide): split
435         consider_suicide into two functions
436
437         * lily/constrained-breaking.cc (resize): use the new pure
438         callbacks to estimate the height of a system
439
440         * lily/axis-group-interface.cc (pure_group_height): new
441         side-effect-free VerticalAxisGroup height-callback
442
443         * lily/align-interface.cc (get_extents_aligned_translates):
444         split align_elements_to_extents into two functions
445         (get_pure_child_y_translation): new function
446
447         * lily/grob.cc: new functions for pure-Y-extent and pure-Y-offset
448
449         * lily/item.cc: new functions pure_is_visible and spanned_rank_iv
450
451         * lily/paper-score.cc: cache break_indices and columns
452
453         * lily/side-position-interface.cc: new pure-Y-extent callbacks
454         
455 2006-06-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
456
457         * lily/font-config.cc (init_fontconfig): do the init if
458         cache_file, but don't look at cache_file.
459
460         * input/regression/quote-tie.ly: new file.
461
462         * lily/tie-engraver.cc (struct Head_event_tuple): add end_moment_
463         to Head_event_tuple, so we deal gracefully with ties on
464         cue-endings.
465
466         * lily/pango-font.cc (pango_item_string_stencil): type correctness
467         for FcChar8*
468
469 2006-06-08  Graham Percival  <gpermus@gmail.com>
470
471         * input/test/ smart-transpose.ly, reverse-music.ly:
472         \applyMusic to music functions update, thanks Michael!
473
474 2006-06-07  Graham Percival  <gpermus@gmail.com>
475
476         * input/test/ add-staccato.ly, add-text-script.ly,
477         unfold-all-repeats.ly, music-box.ly: \applyMusic to
478         music functions update, thanks to Michael Meixner.
479
480         * Documentation/user/music-glossary.tely: small fix
481         from Francisco.
482
483         * Documentation/user/ various: minor additions from mailist.
484
485         * Documentation/user/lilypond.tely, basic-notation.itely:
486         small test of @funindex.  (works here)
487
488         * input/test/font-table.ly: reduce size to partially
489         de-ugly version in manual.
490
491         * Documentation/user/page.itely: new file (split former
492         "global issues" into "page settings" and "non-musical
493         output".
494
495         * Documentation/user/ various: fix @ref{}s to match
496         new chapter names (above).
497
498 2006-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
499
500         * SConstruct (LILYPONDPREFIX): Bootstrap fix.
501
502 2006-06-06  Graham Percival  <gpermus@gmail.com>
503
504         * Documentation/user/advanced-notation.itely: add example
505         for segno/coda on barline.
506
507         * tex/texinfo.tex: merge from upstream.
508
509 2006-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
510
511         * scripts/lilypond-book.py (process_snippets): Argument fix.
512
513         * SConstruct:
514         * buildscripts/builder.py:
515         * lily/SConscript: 
516         * mf/SConscript: 
517         * Documentation/user/SConscript:  More SCons fixes.
518
519 2006-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
520
521         * lily/font-config.cc (init_fontconfig): Only initialize if
522         global cache_file is found.
523
524 2006-06-06  Erik Sandberg  <mandolaerik@gmail.com>
525
526         * ly/music-functions-init.ly: Updated \overrideProperty to use the
527         new \applyOutput.
528
529 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
530
531         * VERSION (PACKAGE_NAME): release 2.9.8
532
533         * lily/ledger-line-engraver.cc (stop_translation_timestep): new
534         function. Delay ledger modifying ledgered grobs to
535         stop_translation_timestep(), to ensure that we're ledgering
536         according to the new spanner.
537         (acknowledge_staff_symbol): don't check for non-NULL
538         staff_sym->get_bound()
539
540         * lily/staff-symbol-engraver.cc (start_spanner): set left bound on
541         creation.
542
543         * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for
544         pictures too.
545
546         * GNUmakefile.in (dist-toplevel-txt-files): dist aclocal.m4
547         directly from srcdir/stepmake/aclocal.m4
548         
549         * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for
550         disting MISC files.
551
552         * lily/simple-spacer.cc (get_column_desc): desc -> description.
553
554 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
555
556         * lily/simple-spacer.cc (get_line_configuration): add
557         keep-inside-line rods
558         (struct Column_desc): add constructor
559         (struct Rod_desc): add constructor
560         (get_line_forces): check for forced page breaks here too
561
562         * lily/instrument-name-engraver.cc (acknowledge_axis_group): prevent
563         support/elements cycles between InstrumentNames and AxisGroups
564
565 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
566
567         * config.make.in (METAFONT): remove MAKEINFO_VERSION
568
569         * stepmake/stepmake/topdocs-targets.make (make-txt-files): define
570         make-txt-files target.
571
572         * stepmake/stepmake/toplevel-targets.make (do-top-doc): use
573         make-txt-files target.
574
575         * configure.in (LINK_GXX_STATICALLY): $srcdir for readlink.py
576
577         * stepmake/stepmake/generic-vars.make (distdir): create dist in
578         top-build-dir.
579
580 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
581
582         * Documentation/user/instrument-notation.itely,
583         input/regression/breathing-sign-ancient.ly,
584         input/test/divisiones.ly: Removed redundant property settings for
585         vaticana contexts.
586
587         * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to
588         fix lyrics alignment problems.  They are implemented now as scheme
589         functions that add the appropriate unicode char to the first lyric
590         event rather than adding a separate lyric event.  Minor edit of
591         comments.
592
593 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
594
595         * GNUmakefile.in (dist-toplevel-txt-files): new target. Don't
596         pollute src dir with built .txt files, but install directly from
597         Documentation/topdocs/out/
598
599         * buildscripts/output-distance.py
600         (ComparisonData.create_html_result_page): put version/directories
601         in table header.
602
603         * Documentation/topdocs/NEWS.tely (Top): document spacing section
604         feature.
605
606         * configure.in (LINK_GXX_STATICALLY): use readlink.py to resolve links.
607         Patch by Karl Hammar
608         
609         * buildscripts/readlink.py: add  file.
610         Patch by Karl Hammar
611
612 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
613
614         * lily/tuplet-number.cc (print): prevent stencil from being
615         garbage collected.
616
617 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
618
619         * scm/stencil.scm (write-system-signature): explicitly 
620         -well, superfluously- close output port.
621
622         * buildscripts/output-distance.py (main): oops. Add extra argument.
623
624 2006-06-05  Graham Percival  <gpermus@gmail.com>
625
626         * Documentation/user/music-glossary.tely: clarified example
627         from Francisco Vila, thanks!
628
629 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
630
631         * input/regression/spacing-section.ly: new file.
632
633         * lily/input.cc (programming_error): new function.
634
635         * lily/spacing-engraver.cc (try_music): new function. Accept
636         spacing-section-event
637
638         * lily/spacing-spanner.cc (set_springs): take slices of all
639         columns for spacing.
640
641         * lily/include/paper-column.hh (class Paper_column): add
642         Paper_column::compare.
643
644         * ly/spanners-init.ly (newSpacingSection): add newSpacingSection.
645
646         * scm/define-music-types.scm (music-descriptions): add
647         SpacingSectionEvent
648
649         * lily/music-iterator.cc (report_event): use programming_error for
650         sending non-event error.
651
652         * lily/input.cc (programming_error): new function
653
654         * buildscripts/output-distance.py (main): use compare-XXX for
655         compare files.
656         (main): --threshold option, default at 0.30
657
658         * output-distance.py (main): add --threshold option.
659
660 2006-06-04  Nicolas Sceaux  <nicolas.sceaux@free.fr>
661
662         * scm/paper-system.scm (paper-system-annotate): fix problem when
663         annotating an empty system
664
665 2006-06-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
666
667         * GNUmakefile.in: reinstate old web tar/copying.
668
669 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
670
671         * lily/lyric-combine-music-iterator.cc (find_voice): return 0 if
672         nothing changes. (Erik S) 
673
674         * lily/percent-repeat-iterator.cc (get_music_list): fix repeat
675         count. (Erik S)
676
677 2006-05-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
678
679         * scm/define-markup-commands.scm (whiteout): do not force
680         foreground color of argument markup to black.
681
682         * scm/stencil.scm (annotate-y-interval): put arrow dimension at
683         the left of the arrow, instead of below the arrow name, so that,
684         when two little arrows are vertically stacked, their dimensions
685         and name should not overlap. Add a color key parameter.
686
687         * scm/paper-system.scm (paper-system-annotate): Annotate
688         next-space+next-padding instead of next-space. Annotate space
689         between next-padding and next-space+padding, respectively, and
690         following system extent and refpoint-Y-extent. Use colors.
691
692         * scm/page.scm (annotate-page): translate annotations slightly to
693         the right.
694
695 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
696
697         * lily/figured-bass-position-engraver.cc (acknowledge_end_slur):
698         fix for x-staff slurs. Thanks Joe!
699
700         * buildscripts/output-distance.py
701         (SystemLink.output_expression_change_count): keep track of changed
702         details, and dump in details html page.
703  
704         * input/regression/figured-bass-staff.ly: add note about setting
705         properties in Staff context.
706
707         * lily/figured-bass-position-engraver.cc (acknowledge_slur):
708         add slurs and ties to support too.
709
710         * buildscripts/output-distance.py (main): set dest_dir
711         argument. Add --max-count option.
712
713 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
714
715         * ly/gregorian-init.ly: Converted to utf-8.  Added memorable
716         shortcuts for special unicode chars that are useful in chant
717         notation.  Revised exisiting and added new comments.
718
719 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
720
721         * make/mutopia-rules.make: remove duplicate recipe.
722
723 2006-06-02  Werner Lemberg  <wl@gnu.org>
724
725         * tex/texinfo.cnf: Fix typo (\euro -> \minus).
726         Add support for U+0132 (IJ) and U+0133 (ij).
727
728 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
729
730         * buildscripts/output-distance.py (FileLink): new class. collect
731         info systems from one .ly file. 
732         (FileLink.link_files_for_html): further tweaks.
733
734 2006-06-02  Graham Percival  <gpermus@gmail.com>
735
736         * tex/texinfo.tex: partial fix for @funindex.
737
738         * Documentation/user/macros.tely: uncomment @funindex (doesn't
739         break anything).
740
741 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
742
743         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
744
745         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
746         @example too. Backportme.
747
748 2006-06-02  Graham Percival  <gpermus@gmail.com>
749
750         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
751         from Werner Lemberg.
752
753 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
754
755         * Documentation/user/music-glossary.tely: additional spanish
756         updates and a lyrics fix in an example.
757
758 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
759
760         * scm/define-grob-properties.scm: Previous patch contained
761         spurious line from another patch not yet committed.  Fixed.
762
763         * scm/define-grob-properties.scm: Add missing doc strings for
764         ancient notation.
765
766 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
767
768         * buildscripts/output-distance.py
769         (ComparisonData.write_text_result_page): separate the scores, sort
770         by geo_score.
771
772         * scm/framework-eps.scm (output-classic-framework): start at 1 for
773         system signatures.
774
775         * buildscripts/output-distance.py (me_path): use argv[0] for
776         sys.path extension
777         (ComparisonData.img_cell): use colored borders.
778
779         * scm/stencil.scm (write-system-signature): escape newlines too.
780         (write-system-signature): use (1,-1) interval for empty interval
781
782 2006-01-01  Graham Percival  <gpermus@gmail.com>
783
784         * Documentation/user/music-glossary.tely: Spanish updates
785         from Francisco Vila.
786
787         * Documentation/user/lilypond-book.itely: addition from
788         Vaclav Smilauer.
789
790         * Documentation/user/ various: edits, small additions
791         from mailist, etc.
792
793 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
794
795         * GNUmakefile.in (tree-lib-prefix-current):
796         (tree-share-prefix-current): Use version number in tree, add
797         `current' symlinks.
798
799 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
800
801         * GNUmakefile.in: write VERSION, again.
802
803         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
804         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
805
806         * stepmake/aclocal.m4: robuster version detection.
807
808         * buildscripts/output-distance.py
809         (ComparisonData.create_html_result_page): copy only if file
810         exists, fixup src paths.
811
812         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
813
814 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
815
816         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
817         Another datarootdir reto.
818
819         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
820         available.  This should be moved to postinstall-lilypond-doc.
821
822 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
823
824         * GNUmakefile.in: simplify local-WWW-post. 
825         remove -type l from find.
826
827         * buildscripts/output-distance.py (ComparisonData.compare_trees):
828         fixes. Don't follow symlinks.
829         (ComparisonData.create_html_result_page): remove previous results.
830         insert ../python in path.
831
832         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
833
834 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
835
836         * config.make.in (datadir): Add datarootdir to silence autoconf.
837
838         * stepmake/aclocal.m4: Update for autoconf-2.59d.
839
840 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
841
842         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
843
844         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
845         slash beams too wide.
846
847 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
848
849         * VERSION: release 2.9.7
850         
851 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
852
853         * lily/relocate.cc (read_relocation_dir): Do not blindly
854         dereference DIR.
855
856 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
857
858         * lily/parser.yy: replace THIS by PARSER
859
860         * Documentation/index.html.in: add link to test-results.html page.
861
862         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
863
864         * scm/translation-functions.scm (format-bass-figure): translate
865         digits over 10 to the left
866
867         * scm/define-markup-commands.scm (translate-scaled): new markup.
868
869         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
870         7 glyph. 
871
872         * ly/engraver-init.ly: add Figured_bass_engraver
873
874         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
875
876         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
877
878         * lily/score-engraver.cc (announce_grob): only note START announces.
879
880         * lily/include/engraver-group.hh (Translator_group):
881         acknowledge_hash_table_ is now drul.
882
883         * lily/engraver.cc (announce_end_grob): new method.
884
885         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
886
887         * lily/translator-dispatch-list.cc (create): take start_end argument.
888
889         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
890         acknowledge_static_array_ to drul
891
892         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
893
894         * scm/define-grob-interfaces.scm
895         (bass-figure-alignment-interface): add bass-figure-alignment-interface
896
897         * scm/define-grobs.scm (all-grob-descriptions): add
898         BassFigureAlignmentPositioning
899
900         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
901         number stays up to date. Backportme.
902
903 2006-05-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
904
905         * Documentation/user/basic-notation.itely (Bar lines): Document
906         the "||:" bar type. 
907
908 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
909
910         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
911
912         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
913         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
914         build.
915
916         * Resurrect `scons lily' build.
917
918         * SConstruct (symlink_tree): Bugfix: link
919         music-drawing-routines.ps to file iso directory.
920
921         * lily/SConscript: Remove kpath-guile from LIBS.
922
923         * SConstruct (libdir_package_version): Typo.
924         (configure): Comment-out fontforge for lack of fontforge.pc .
925         Also add libdir* to environment.
926
927 2006-05-30  Graham Percival  <gpermus@gmail.com>
928
929         * Documentation/user/ various: minor additions from mailist and
930         editing.
931
932 2006-05-30  Paco <fravd@ya.com>
933
934         * Documentation/user/music-glossary.tely: numerous corrections and
935         some new translations.
936
937 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
938
939         * BackportmeStart.
940         
941         * buildscripts/output-distance.py
942         (ComparisonData.create_html_result_page): new routine: summarise
943         results in HTML page with images. 
944         (ComparisonData.create_text_result_page): create summary text files too.
945
946         * GNUmakefile.in (web-ext): package .signature files too. They
947         compress well. 
948
949         * scm/stencil.scm (write-system-signature): typo.
950
951         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
952
953         * scm/stencil.scm (write-system-signature): better escaping.
954         only write signature for music systems, not for markup systems.
955
956         * scm/framework-ps.scm (output-framework): dump-signatures support
957         for plain output.
958
959         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
960
961         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
962         for -dno-point-and-click
963
964         * lily/grob.cc (get_print_stencil): don't read
965         point_and_click_global to determine whether to set grob-cause.
966
967 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
968
969         * buildscripts/output-distance.py (main): new function.
970         (ComparisonData): new class.
971
972         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
973         careful with generating new LedgerLineSpanners.
974
975         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
976
977         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
978         context. This fixes double ledger lines in output. 
979
980         * lily/system.cc (get_paper_system): remove 3 layer limit.
981
982         * buildscripts/output-distance.py (SystemLink.distance): new
983         file. Compare signatures.
984
985         * python/safeeval.py (SafeEval.visitUnarySub): new file.
986
987         * lily/grob-array.cc (remove_duplicates): rename from
988         uniq(). Sort before calling uniq() so it actually works.
989
990 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
991
992         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
993         \version from lilypond file snippet.
994         (Lilypond_file_snippet.ly): oops. typo.
995         (find_toplevel_snippets): urgh. again.
996
997         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
998         prevent duplicated broken items in output.
999
1000         * scm/framework-eps.scm (output-classic-framework): only dump if
1001         dump-signatures is set.
1002
1003         * scm/lily.scm (define-scheme-options): add dump-signatures option.
1004
1005         * scm/stencil.scm (write-system-signature): new routine: write
1006         python parseable signature of a separate paper system.
1007         BackportmeEnd.
1008         
1009 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
1010
1011         * lily/stanza-number-engraver.cc (process_music): use is_markup()
1012         iso is_string().
1013         include header.
1014
1015 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
1016
1017         * translator-group.cc: send music events to engravers in
1018         non-bottom contexts.
1019
1020         * tuplet-engraver.cc: process tuplet brackets in correct order.
1021
1022 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1023
1024         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
1025         arg 2 might point us to a new binary (patch by Karl Hammar)
1026         
1027 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1028
1029         * VERSION (PACKAGE_NAME): release 2.9.6
1030
1031         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
1032
1033         * Documentation/user/*.itely: 2nd
1034         attempt: replace funindex -> findex globally.
1035
1036 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1037
1038         * input/no-notation/display-lily-tests.ly: fix \applyOutput
1039         test. Add \break, \pageBreak, \pageTurn, etc, tests.
1040
1041         * scm/define-music-display-methods.scm: display methods for
1042         breaks. Fix \applyOutput.
1043
1044 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1045
1046         * Documentation/user/macros.itexi: comment out funindex expansion. 
1047
1048         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
1049         everywhere.
1050
1051         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
1052         Karl Hammar. Backportme.
1053  
1054         * Documentation/user/advanced-notation.itely (Balloon help): idem.
1055
1056         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
1057
1058         * Documentation/user/programming-interface.itely (Running a
1059         function on all layout objects): idem.
1060
1061         * Documentation/user/introduction.itely (Automated engraving):
1062         update \applyOutput syntax
1063
1064         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
1065         remove debugging hook.
1066
1067         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
1068         expansion. 
1069
1070         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
1071
1072         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
1073         TEXI2DVI_FLAGS to texi2dvi invocation. 
1074
1075 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
1076
1077         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
1078         works. More work is done by iterator now, and engraver has been
1079         very much simplified.
1080
1081         * lily/translator-group.cc: try_music is now invoked through a
1082         listener
1083
1084         * lily/*-iterator.cc: Massive cleanups. Junked
1085         try_music_in_children globally. Renamed try_music to report_event,
1086         and made that method descend to a bottom context automatically.
1087
1088         * lily/event-iterator.cc: New file.
1089
1090         * lily/output-property-iterator.cc,
1091         lily/old-lyric-combine-music-iterator.cc: Removed.
1092
1093         * python/convert-rules.py: Modified the syntax for \applyOutput.
1094
1095 2006-05-23  Graham Percival  <gpermus@gmail.com>
1096
1097         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
1098         creation.
1099
1100         * Documentation/user/ various: stuff that might have helped
1101         to fix the pdf creation, plus some minor doc additions.
1102
1103         * Documentation/user/changing-defaults.itely: remove @b from
1104         @b{ @internasref{foo}}; this breaks texi2dvi -E.
1105
1106 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1107
1108         * lily/beaming-pattern.cc (beamify): deal with negative start
1109         moments for beaming patterns.
1110
1111 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
1112
1113         * lily/beaming-info.cc (beamify): new function: read beatLength
1114         and beatGrouping from context. 
1115
1116         * input/regression/beam-beat-grouping.ly (Module): new file.
1117
1118         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
1119
1120         * lily/beam.cc (get_beam_segments): generate events for
1121         max_connect_ case too.
1122         (get_beam_segments): read Stem::max-beam-connect.
1123
1124         * input/regression/beam-single-stem.ly: new file.
1125
1126         * lily/stem.cc (set_beaming): use #f as signaling value for
1127         beamcount 0.
1128
1129         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
1130
1131         * lily/beam.cc (set_beaming): read clip-edges property.
1132         (calc_direction): don't suicide for single stem.
1133
1134         * lily/beaming-info.cc (best_splitpoint_index): take bool*
1135         argument, remove 1<<15 hack. Remove clip_edges() 
1136
1137         * lily/hairpin.cc (print): only do padding for nonmusical bounds
1138
1139 2006-05-21  Graham Percival  <gpermus@gmail.com>
1140
1141         * Documentation/user/basic-notation.itely: reorg.
1142
1143         * Documentation/user/ various: minor fixes.
1144
1145 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1146
1147         * lily/stencil-expression.cc (register_stencil_head): opps, append
1148         to cdr of static SCM object.
1149
1150 2006-05-19  Graham Percival  <gpermus@gmail.com>
1151
1152         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
1153         update framework for command index.  DOC WRITERS: use @funindex
1154         instead of @cindex @code{}.
1155
1156         * Documentation/user/ various: replace @cindex @code{} => @funindex
1157
1158 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1159
1160         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
1161         case positions is set manually. 
1162
1163 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
1164         
1165         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
1166         rules to Scheme.
1167
1168 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
1169
1170         * Documentation/user/changing-defaults.itely (Contexts explained):
1171         use absolute dimension for @image.
1172
1173         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
1174         out image for illustration too.
1175         ($(outdir)/%.png): add more png <-> eps rules. 
1176
1177 2006-05-17  Graham Percival  <gpermus@gmail.com>
1178
1179         * Documentation/user/ various: remove trailing whitespace, cosmetic
1180         change to reduce changes produced by diff.
1181
1182 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1183
1184         * lily/main.cc (do_chroot_jail): correctness tweak.
1185
1186         * python/lilylib.py (system): import subprocess in system () only.
1187
1188         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
1189
1190         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
1191         variable. Backportme.
1192
1193 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
1194         
1195         * lily/parser.yy: Change all syntax rules of type Music to SCM type
1196
1197 2006-05-17  Werner Lemberg  <wl@gnu.org>
1198
1199         * lily/lexer.ll (init_signature_has_table): Add
1200         `scm-scm-music-music'.
1201
1202         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
1203         (Generic_prefix_music_scm): Add rule for it.
1204
1205         * lily/quote-iterator.cc (Quote_iterator::process): Handle
1206         `quoted-transposition' property.
1207
1208         * ly/music-functions-init.ly (transposedCueDuring): New function.
1209
1210         * scm/define-music-properties.scm (all-music-properties): Updated.
1211
1212         * Documenation/topdocs/NEWS.itely: Document it.
1213
1214 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1215
1216         * python/lilylib.py (system): move import subprocess to system()
1217         definition. 
1218
1219         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
1220
1221         * VERSION (PATCH_LEVEL): release 2.9.5
1222         
1223         * Documentation/topdocs/INSTALL.texi (Top): update versions and
1224         build instructions. 
1225
1226         * ly/engraver-init.ly: switch on hairpinToBarline by default.
1227
1228 2006-05-16  Graham Percival  <gpermus@gmail.com>
1229
1230         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
1231
1232         * Documentation/user/ various: minor fixes.
1233
1234 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1235
1236         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
1237
1238 2006-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1239
1240         * Documentation/user/advanced-notation.itely (Instrument names):
1241         Modified obsolete instruction on how to move instrument names away
1242         from the staves. Hmm, at second thought the bug probably has been
1243         solved, so the full bug description should probably be removed.
1244
1245 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1246
1247         * lily/dynamic-engraver.cc (typeset_all): hang ending on
1248         currentCommandColumn. 
1249
1250         * lily/hairpin.cc (print): also add padding for non-neighbor
1251         hairpin bounds.
1252
1253         * scm/define-context-properties.scm
1254         (all-user-translation-properties): add hairpinToBarline
1255
1256         * input/regression/hairpin-to-barline.ly: new file.
1257
1258         * lily/context.cc (internal_send_stream_event): thinko fix.
1259
1260         * lily/tie.cc (set_default_control_points): robustness fix.
1261
1262         * python/musicxml.py (Part.interpret): don't complain about
1263         incomplete measures.
1264
1265         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
1266         new music if last_event_chord() returned None.
1267
1268         * python/musicxml.py (Part.interpret): skip back over chord notes.
1269
1270 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
1271         
1272         * lily/percent-repeat-engraver.cc, lily/parser.yy,
1273         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
1274         lily/slash-repeat-engraver.cc,
1275         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
1276         iterator sends PercentEvents
1277
1278         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
1279         rework tuplets: send start/stop events to engraver
1280
1281         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
1282         dispatchers event-source and events-below to Context
1283         
1284 2006-05-15  Graham Percival  <gpermus@gmail.com>
1285
1286         * Documentation/user/README.txt: update info for doc writers.
1287
1288         * Documentation/user/programming-interface.itely: integrate
1289         Nicolas' fixes for chapter rewrite.
1290
1291         * Documentation/user/ various: minor fixes.
1292
1293 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
1294
1295         * lily/clef-engraver.cc: cleanup.
1296
1297         * Documentation/user/GNUmakefile: dist context-example.eps too.
1298
1299         * lily/key-engraver.cc (create_key): use
1300         explicitKeySignatureVisibility for cancellation too. 
1301
1302         * lily/font-config.cc (init_fontconfig): don't close file if
1303         f==NULL. 
1304
1305 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
1306
1307         * Documentation/topdocs/NEWS.tely: niente and rotation news
1308
1309 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
1310
1311         * lily/include/stencil.hh
1312         * lily/stencil.cc (rotate): new function. Makes it possible
1313         to rotate a stencil around a given offset.
1314
1315         * lily/grob.cc (get_print_stencil): add rotation support
1316
1317         * lily/stencil-interpret.cc (interpret_stencil_expression):
1318         add rotation support
1319
1320         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
1321
1322         * scm/define-grob-properties.scm: add 'rotation property
1323
1324         * scm/define-markup-commands.scm: add rotate markup command
1325         
1326         * scm/output-ps.scm: add rotation support in PostScript backend
1327
1328         * scm/output-svg.scm: add rotation support in SVG backend
1329
1330 2006-05-13  Graham Percival  <gpermus@gmail.com>
1331
1332         * Documentation/user/music-glossary.itely: French correction.
1333
1334         * Documentation/user/programming-interface.itely: major
1335         new docs, some reorg, some info from Nicolas.
1336
1337         * Documentation/user/ various: small fixes.
1338
1339 2006-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1340
1341         * Documentation/user/programming-interface.itely (Markup
1342         programmer interface): Remove duplicate text.
1343
1344 2006-05-12  Graham Percival  <gpermus@gmail.com>
1345
1346         * Documentation/user/context-example.eps: new file.
1347
1348         * Documentation/user/changing-defaults.itely: set up file to
1349         use eps image.
1350
1351         * Documentation/user/programming-interface.itely: changes
1352         from mailist.
1353
1354 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
1355
1356         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
1357
1358 2006-05-11  Graham Percival  <gpermus@gmail.com>
1359
1360         * Documentation/user/programming-interface.itely: first round of
1361         editing and merging emails from Nicolas.
1362
1363         * Documentation/user/scheme-tutorial: minor edit.
1364
1365 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
1366
1367         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
1368         XML attributes.
1369         (Xml_node.message): use it.
1370
1371         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
1372         oops. Add duration argument.
1373
1374 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
1375
1376         * lily/paper-column-engraver.cc (make_columns):
1377         * scm/define-grobs.scm: Revert my previous change and set the default
1378         in define-grobs.scm instead.
1379
1380 2006-05-09  Graham Percival  <gpermus@gmail.com>
1381         
1382         * Documentation/user/changing-defaults.itely: general editing,
1383         info about \set and \override.
1384
1385         * Documentation/user/tweaking.itely, advanced-notation.itely:
1386         fixes from Dave Luttinen, thanks!
1387
1388 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
1389
1390         * lily/paper-column-engraver.cc (make_columns): By default, a column
1391         needs to be breakable.
1392
1393 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
1394
1395         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
1396         Attributes methods
1397         (musicxml_time_to_lily): idem
1398         (musicxml_key_to_lily): idem
1399         (instrument_drumtype_dict): dict for supported drumtypes.
1400         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
1401         moments and pending mm rests
1402         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
1403         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
1404         (musicxml_voice_to_lily_voice): add mode change.
1405         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
1406         speed and less memory usage (factor 5 to 10).
1407         (convert): write -defs.ly  and driver file separately so people
1408         can script their own part extraction.
1409
1410         * python/musicxml.py (minidom_demarshal_node): new function:
1411         separate minidom handling.
1412         (lxml_demarshal_node): new function: support lxml.etree too.
1413         (Xml_node.message): new function: verbose error message, with XML
1414         path to offending node.
1415         (Attributes.get_measure_length): sane interface to MusicXML attributes.
1416         (Part_list.generate_id_instrument_dict): new method: collect
1417         instrument names, to be able to set drum_type.
1418         (Part.interpret): handle underfull measures
1419         (Part.interpret): assign instrument names.
1420
1421         * python/musicexp.py (Output_printer.close): new method
1422         (MusicWrapper.print_ly): new class: support other modes,
1423         eg. \drummode
1424         (BarCheck.print_ly): new class. Support bar checks, with comments
1425         and fancy barchecks. 
1426         (NoteEvent.__init__): also set drum_type for drum notes.
1427         (MultiMeasureRest.lisp_expression): dump mm rests.
1428
1429         * lily/paper-column-engraver.cc (stop_translation_timestep): set
1430         line-break-permission if forbidBreak is not set.
1431
1432 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
1433
1434         * scm/define-context-properties.scm:
1435         * scm/define-grob-properties.scm:
1436         * scm/define-grobs.scm:
1437         * scm/define-music-display-methods.scm:
1438         * scm/define-music-properties.scm:
1439         * scm/define-music-types.scm:
1440         * scm/music-functions.scm:
1441         * ly/declarations-init.ly:
1442         * lily/include/constrained-breaking.hh:
1443         * lily/system.cc:
1444         * lily/spaceable-grob.cc:
1445         * lily/simple-spacer.cc:
1446         * lily/paper-score.cc:
1447         * lily/paper-column.cc:
1448         * lily/paper-column-engraver.cc:
1449         * lily/item.cc:
1450         * lily/gourlay-breaking.cc:
1451         * lily/constrained-breaking.cc:
1452         * python/convertrules.py:
1453         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
1454         "page-break-penalty" and "line-break-permission".
1455         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
1456         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
1457
1458         * lily/bar-engraver.cc:
1459         * lily/beam-engraver.cc:
1460         * lily/forbid-break-engraver.cc:
1461         * lily/ligature-engraver.cc:
1462         * lily/paper-column-engraver.cc:
1463         * lily/percent-repeat-engraver.cc:
1464         * lily/score-engraver.cc:
1465         * lily/score-engraver.hh:
1466         * lily/paper-column-engraver.hh:
1467         Inter-engraver communication regarding line breaks is done through context
1468         properties (Score.forbidBreak) instead of function calls.
1469
1470 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
1471
1472         * VERSION (PACKAGE_NAME): release 2.9.4
1473
1474 2006-05-08  Graham Percival  <gpermus@gmail.com>
1475
1476         * Documentation/user/working.itely: proofreading from Dave
1477         Luttinen, thanks.
1478
1479         * Doucmentation/user/README.txt: updated with manual style info.
1480
1481         * Documentation/user/ various: trim linewidth to 78 chars.
1482
1483 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
1484
1485         * scm/define-grob-properties.scm (all-internal-grob-properties):
1486         remove chord-tremolo property.
1487
1488         * lily/beam.cc (get_beam_segments): don't use stem position as
1489         base for broken ends.
1490
1491 2006-05-06  Graham Percival  <gpermus@gmail.com>
1492
1493         * Documentation/user/putting.itely: proofreading from Dave
1494         Luttinen, thanks!
1495
1496         * Documentation/user/ various: more reorg and clarifications.
1497
1498 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1499
1500         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
1501
1502         * ly/music-functions-init.ly: new function featherDurations
1503
1504         * lily/beam.cc: read grow-direction for feathered beaming.
1505
1506         * Documentation/topdocs/NEWS.tely (Top): typo.
1507
1508 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1509
1510         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
1511         tremolo beams.
1512
1513 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
1514         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
1515         used by music streams.
1516
1517         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
1518         lily/stream-event.cc, lily/stream-event-scheme.cc,
1519         lily/listener.cc, lily/scheme-listener.cc,
1520         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
1521         lily/include/stream-event.hh, lily/include/listener.hh,
1522         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
1523         Created data structures for music streams.
1524         
1525 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1526
1527         * lily/beam.cc (get_beam_segments): new function. Reorganise the
1528         construction of a beam. 
1529         (print): rewrite. 
1530
1531         * flower/include/std-vector.hh (default_compare): use only one comparison.
1532
1533         * scm/define-markup-commands.scm (note-by-number): remove debug display.
1534         (note-by-number): further attachment fixes.
1535
1536         * scm/lily-library.scm (ordered-cons): new function.
1537         (interval-index): new function
1538
1539         * lily/note-head-scheme.cc (LY_DEFINE): new file.
1540
1541         * lily/note-head.cc (get_stem_attachment): new function.
1542
1543         * scm/define-markup-commands.scm (note-by-number): read 'style
1544         property. 
1545
1546         * input/regression/markup-note.ly: show note-head style option.
1547
1548         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
1549         triangle head.
1550
1551 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1552
1553         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
1554
1555         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
1556
1557         * lily/include/constrained-breaking.hh: GCC 4 fix.
1558
1559 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
1560
1561         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
1562         Replace it with functions get_line_forces and get_line_configuration.
1563         (class Simple_spacer): Make data private.
1564         Rewrite compression algorithm to be faster and simpler.
1565
1566         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
1567         * lily/gourlay-breaking.cc (solve):
1568         * lily/constrained_breaking.cc (space_line):
1569         Change it to the new simple-spacer code.
1570
1571         * lily/paper-score.cc (get_paper_systems):
1572         (Paper_score):
1573         (process):
1574         Delay breaking the systems until they are requested.
1575         (find_break_indices):
1576         Use vsize for indices.
1577         (calc_breaking):
1578         Move the "Calculating line breaks" message here.
1579
1580         * lily/system.cc (pre_processing):
1581         Move the "Calculating line breaks" message away from here.
1582         (break_into_pieces):
1583         Allow multiple calls to this function in sequence (with touching-but-
1584         not-overlapping breakpoints).
1585
1586         * lily/constrained-breaking.cc:
1587         Replace most of the get_XXXX functions with get_line_details.
1588         Only calculate the force for each line. Calculate configurations only
1589         for the lines we will actually use.
1590         Replace cols_ with lines_.
1591
1592 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1593
1594         * mf/GNUmakefile (depth): remove FC_FIND.
1595
1596         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
1597
1598         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
1599
1600         * scm/framework-ps.scm (write-preamble): new function.
1601         (write-preamble): load mac fonts via fondu, even if gs-font-load
1602         is set.
1603
1604 2006-05-03  Werner Lemberg  <wl@gnu.org>
1605
1606         * mf/GNUmakefile (FC_FIND): Fix typo.
1607
1608 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
1609
1610         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
1611
1612 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1613
1614         * stepmake/aclocal.m4: run python-config for crosscompiling
1615         flags. 
1616
1617         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
1618         -f png for HTML, TEXINFO formats. 
1619
1620         * input/tutorial/lbook-html-test.html: new file.
1621
1622         * lily/include/tie-formatting-problem.hh (class
1623         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
1624         [column, direction]. This fixes laissez vibrer ties.
1625  
1626         * flower/include/tuple.hh (struct Tuple2): new file.
1627
1628         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
1629         $(FCMATCH), only if $(NCSB_DIR) not set. 
1630
1631         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
1632
1633         * config.make.in (DOCUMENTATION): set FCMATCH.  
1634
1635         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
1636
1637 2006-05-03  Graham Percival  <gpermus@gmail.com>
1638
1639         * Documentation/user/ various: final round of reorg.
1640
1641         * Documentation/user/instrument-notation.itely: some more
1642         fixes from Eduardo, thanks!
1643
1644 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1645
1646         * VERSION (PACKAGE_NAME): release 2.9.3
1647
1648         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
1649
1650         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
1651
1652 2006-05-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1653
1654         * scm/define-grob-properties.scm (all-user-grob-properties):
1655         Correct typo, thanks to Eduardo.
1656
1657 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1658
1659         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
1660
1661         * buildscripts/lilypond-words.py (F): indent fix.
1662
1663         * input/regression/tie-arpeggio-collision.ly: new file.
1664
1665         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
1666         function: store outlines per column rank.
1667
1668         * lily/include/tie-configuration.hh (class Tie_configuration): add
1669         column_ranks_ to specification and configuration, to distinguish
1670         between ties for different heads in arpegiated chords.
1671
1672         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
1673
1674         * *.py: more 4 space indents.
1675
1676         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
1677
1678 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
1679
1680         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
1681
1682 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1683
1684         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
1685
1686         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
1687
1688         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
1689
1690 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1691
1692         * python/convertrules.py (conv): indent 4 for python files.
1693
1694 2006-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1695
1696         * Documentation/user/changing-defaults.itely (Creating contexts):
1697         Clarify \new semantics.
1698
1699 2006-04-28  Graham Percival  <gpermus@gmail.com>
1700
1701         * Documentation/user/ various: major new sections in the
1702         Learning manual, slight reorg elsewhere.
1703
1704 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
1705
1706         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
1707
1708         * scm/framework-ps.scm (output-framework): remove PageMedia
1709
1710 2006-04-27  Graham Percival  <gpermus@gmail.com>
1711
1712         * Documentation/user/ tweaks.itely, working.itely: new
1713         files, being more advanced "learning manual" chapters.
1714
1715         * Documentation/user/ tutorial, putting, lilypond: reorg.
1716
1717 2006-04-26  Graham Percival  <gpermus@gmail.com>
1718
1719         * input/regression/lyric-combine-polyphonic.ly: fixed test
1720         (no more "can't find context `one'" error).
1721
1722 2006-04-25  Joe Neeman <joeneeman@gmail.com>
1723
1724         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
1725
1726         * input/regression/stem-tremolo.ly: add 2 more whole note examples
1727         
1728 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1729
1730         * lily/relocate.cc (read_relocation_dir): new function.
1731
1732 2006-04-26  Graham Percival  <gpermus@gmail.com>
1733
1734         * Documentation/user/instrument-notation.itely: a few more fixes
1735         from Eduardo, thanks!
1736
1737         * Documentation/user/README.txt: new file; contains info on
1738         style that used to be in lilypond.tely.
1739
1740         * Documentation/user/ various: first round of doc reorg.
1741
1742         * Documentation/user/baer-flat-bw.png: remove alpha bit from
1743         graphic; this probably causes problems on some pdf
1744         viewers, notably Adobe Acrobat.
1745
1746 2006-04-24  Graham Percival  <gpermus@gmail.com>
1747
1748         * Documentation/user/instrument-notation.itely: many alterations
1749         to Vocal music, from Eduardo Viera.
1750
1751 2006-04-23  Graham Percival  <gpermus@gmail.com>
1752
1753         * Documentation/user/instrument-notation.itely: fix \new
1754         instead of \context problem.
1755
1756 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1757
1758         * lily/relocate.cc (expand_environment_variables): new function.
1759         (read_line): id.
1760         (read_relocation_file): id.
1761
1762         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
1763
1764 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
1765
1766         * ly/engraver-init.ly: remove old comments from TabVoice
1767
1768 2006-04-20  Graham Percival  <gpermus@gmail.com>
1769
1770         * Documentation/user/instrument-notation.itely: added Erlend's
1771         latest doc patch, thanks!
1772
1773 2006-04-19  Erlend Aasland <erlenda@gmail.com>
1774
1775         * lily/include/slur.hh:
1776         * lily/slur.cc:
1777         * lily/phrasing-slur-engraver.cc:
1778         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
1779         acknowledge_extra_object () from Phrasing_slur_engraver:: and
1780         Slur_engraver:: and putting it in
1781         Slur::auxiliary_acknowledge_extra_object ().
1782
1783         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
1784
1785         * lily/note-collision.cc: fix a comment
1786
1787 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1788
1789         * stepmake/bin/add-html-footer.py: fix footer position in
1790         generated html files: before </body> and </html> tags.
1791
1792 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1793
1794         * scripts/GNUmakefile: revert last "fix", which rather broke make.
1795         Earlier successive `make' commands finally compiled ok.
1796
1797         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
1798
1799 2006-04-18  Erlend Aasland <erlenda@gmail.com>
1800
1801         * lily/include/stem-tremolo.hh:
1802         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
1803         callers.
1804
1805         * lily/lookup.cc:
1806         * lily/include/lookup.hh: add rotated_box ()
1807
1808 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1809
1810         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
1811         been generated. Fixes "can't get `--help'" bug after make clean.
1812
1813         * THANKS: alphabetize contributors.
1814
1815 2006-04-17  Graham Percival  <gpermus@gmail.com>
1816
1817         * Documentation/user/instrument-notation.itely: added Erlend's
1818         tabs and banjo doc patch.  Thanks!
1819
1820 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
1821
1822         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
1823
1824         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
1825
1826         * scm/output-lib.scm: add some more predefined string tunings.
1827
1828         * Documentation/user/instrument-notation.itely: and doc them.
1829
1830 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
1831
1832         * ly/engraver.ly: Remove obsolete comments.
1833
1834         * ly/gregorian-init.ly: Define default layout block.
1835
1836         * input/puer-fragment.ly: Updated and extended.
1837
1838 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1839
1840         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
1841         pdf conversion behaviour.
1842
1843         * flower/file-name.cc (dir_name)
1844         (get_working_directory): Move from relocate.cc.
1845
1846         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
1847         
1848         * lily/relocate.cc: Encapsulate sys/stat.h in
1849         HAVE_STAT_H.
1850
1851 2006-04-14  Graham Percival  <gpermus@gmail.com>
1852
1853         * Documentation/user/ various: small updates from Cameron
1854         and Juergen, thanks!
1855
1856         * Documentation/user/ various: small updates of my own.
1857
1858         * THANKS: 2.7 -> 2.8.
1859
1860 2006-04-11  Graham Percival  <gpermus@gmail.com>
1861
1862         * scm/define-context-properties.scm: typo.
1863
1864         * Documentation/user/ : many more small updates.
1865
1866 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
1867
1868         * scm/define-music-types.scm: disposed "docme".
1869
1870 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
1871
1872         * lily/hairpin.cc: make niente circles a bit smaller.
1873
1874 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
1875
1876         * mf/GNUmakefile: remove redundant mftrace check. Also remove
1877         get-pfa and get-*-fonts targets.
1878
1879 2006-04-10  Graham Percival  <gpermus@gmail.com>
1880
1881         * THANKS, Documentation/user/ basic-notation, advanced-notation,
1882         music-glossary, programming-interface: more minor fixes
1883         from mailist.
1884
1885         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
1886
1887         * scm/define-context-properties.scm: another old \property update.
1888         This time tested for compiling!
1889
1890 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
1891
1892         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
1893
1894 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1895
1896         * scm/define-context-properties.scm (all-user-translation-properties): 
1897         * Documentation/user/global.itely (Page formatting): Compile fix.
1898
1899 2006-04-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1900
1901         * Documentation/user/advanced-notation.itely (Polymetric
1902         notation): Update the example to use the "+" symbol and add link
1903         to input/test/compound-time.ly.
1904
1905 2006-04-08  Graham Percival  <gpermus@gmail.com>
1906
1907         * scm/define-grob-properties.scm: clarify docs for #'direction.
1908
1909         * scm/define-context-properties.scm: update old \property override.
1910
1911         * Documentation/user/ advanced-notation, global, lilypond-book:
1912         more minor doc updates.
1913
1914 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
1915
1916         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
1917
1918         * scm/backend-library.scm (search-gs): oops.
1919
1920 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1921
1922         * scripts/lilypond-book.py (output): use base, not filename for href.
1923
1924         * scm/backend-library.scm: only look for gs.
1925
1926         * scripts/lilypond-book.py (output): fix printfilename.
1927
1928         * lily/parser.yy (music_function_musicless_prefix): fold together
1929         definitions of signature (SCM*) (Music|post_event|chord_body_element)
1930
1931         * lily/slur.cc (print): only set font-size if not set yet.
1932
1933         * lily/slur-configuration.cc (add_score): improved layout of debug
1934         scoring output.
1935
1936 2006-04-05  David Feuer  <David.Feuer@gmail.com>
1937
1938         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
1939         (draw_circle): Hopefully fixed regression.
1940         Improved documentation for several procedures.
1941         
1942 2006-03-04  Werner Lemberg  <wl@gnu.org>
1943
1944         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
1945
1946 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1947
1948         * scripts/musicxml2ly.py (bindir): add dynamic
1949         relocation. 
1950
1951 2006-04-04  Graham Percival  <gpermus@gmail.com>
1952
1953         * Documentation/user/ basic-notation, advanced-notation, putting,
1954         instrument-notation, invoking, lilypond, THANKS: another ream of small
1955         fixes from the Doc Helpers.
1956
1957 2006-04-03  David Feuer  <David.Feuer@gmail.com>
1958
1959         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
1960
1961         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
1962
1963         * Cleaned up interfaces between PostScript and Scheme, and moved
1964         computations from PostScript to Scheme:
1965
1966         * music-drawing-routines.ps
1967         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
1968         with stroke_and_fill throughout.
1969         (euclidean_length, print_letter, draw_box): Deleted unused
1970         procedures.  If someone needs draw_box, implement it using
1971         draw_round_box; don't duplicate code.
1972         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
1973         Refactored/cleaned up interfaces.
1974         (mark_URI): Moved.
1975
1976         * output-ps.scm: reordered arguments to PostScript functions to
1977         match new interfaces
1978         (glyph-string): Rewrote glyph-string.
1979         (grob-cause): Replaced string-append with format.
1980         (repeat-slash): Rewrote to do computation here.
1981         (round-filled-box): Rewrote to do computation here.
1982
1983 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
1984
1985         * stepmake/stepmake/generic-targets.make: add cvs-clean target
1986
1987         * stepmake/stepmake/toplevel- targets.make: print help info about
1988         cvs-clean
1989
1990 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
1991
1992         * input/regression/hairpin-circled.ly: new file
1993
1994 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
1995
1996         * lily/hairpin.cc (print): add support for circled tip
1997
1998         * scm/define-grob-properties.scm: add circled-tip parameter
1999
2000         * scm/define-grobs.scm: init circled-tip to false
2001         
2002 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2003
2004         * scm/music-functions.scm (quote-substitute): set
2005         iterators-ctor. 
2006
2007 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
2008
2009         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
2010         BSTINPUTS. 
2011
2012         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
2013
2014         * scm/output-ps.scm (glyph-string): revert cid selectfont.
2015
2016 2006-03-31  David Feuer  <david.feuer@gmail.com>
2017         
2018         * scm/framework-ps.scm:
2019         
2020         * scm/output-ps.scm: glyph-string now produces smaller, more
2021         readable, and probably faster PostScript.  Several findfont
2022         scalefont setfont instances changed to selectfont
2023         Hacked-up string-appends changed to formats.
2024
2025         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
2026         
2027 2006-03-30  Graham Percival  <gpermus@gmail.com>
2028
2029         * scm/lily-library.scm: make "no version" warning message more polite.
2030
2031         * lily/music.cc: add double quotes to failed octave check.
2032
2033         * Documentation/user/ advanced-notation, changing-defaults,
2034         instrument-notation, invoking, music-glossary: whole bunch of minor
2035         fixes from mailist.
2036
2037 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
2038
2039         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
2040         $(buildscriptdir) iso. depth.
2041
2042         * VERSION (PACKAGE_NAME): release 2.9.1
2043
2044 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2045
2046         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
2047
2048         * VERSION (PATCH_LEVEL): bump version number.
2049
2050         * flower/include/guile-compatibility.hh (scm_from_uint32): add
2051         scm_from_uint32 ()
2052
2053         * lily/pango-font.cc (pango_item_string_stencil): use
2054         scm_from_uint32 ()
2055
2056         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
2057         $(outdir)/emmentaler-%.svg): remove canary.
2058
2059         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
2060         glyphnames if we have a ttf font.
2061
2062 2006-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2063
2064         * Documentation/user/advanced-notation.itely (Font selection):
2065         Corrected reference to the font-family-override.ly example.
2066
2067 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
2068         
2069         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
2070         stem-tremolo object in the stem (or else the stem might not be
2071         long enough).
2072
2073 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2074
2075         * lily/ttf.cc (print_trailer): only print existing glyphs.
2076
2077 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
2078
2079         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
2080         position the tremolo based on the position of the notehead.
2081
2082         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
2083         notes and update the texidoc line with the new positioning rules.
2084         
2085 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2086
2087         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
2088
2089         * scripts/lilypond-book.py (Module): set default for linewidth if
2090         preamble not found.
2091
2092 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2093
2094         * VERSION (PACKAGE_NAME): release 2.9.0.
2095
2096         * input/regression/stem-tremolo-position.ly: new file.
2097
2098         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
2099
2100 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
2101
2102         * lily/stem-tremolo.cc (print): position
2103         the tremolo depending only on the end of the stem
2104         and not on the notehead
2105         (raw_stencil): center, on the middle staff line, the
2106         flag that is closest to the end of the stem (previously
2107         the bottom flag)
2108         (calc_width): add this callback to shorten a tremolo when
2109         it is beamed or it is stemup with a flag
2110         (style): add this callback to make a tremolo rectangular when
2111         it is beamed or it is stemup with a flag
2112         (rotated_box): this is like Lookup::beam but makes a rotated
2113         rectangle instead of a parallelogram
2114
2115         * lily/stem.cc (calc_stem_info): make sure the stem
2116         is long enough to fit the tremolo
2117         (calc-length): reduce the length of tremolo stems since the
2118         tremolo code is now capable of better positioning
2119
2120         * scm/define-grobs.scm: make calc_width the default beam-width
2121         callback for stem-tremolo and add the style callback
2122                 
2123 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2124
2125         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
2126         case. 
2127
2128 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2129
2130         * lily/ttf.cc (make_index_to_charcode_map): restore old
2131         cmap. 
2132
2133 2006-03-28  Werner Lemberg  <wl@gnu.org>
2134
2135         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
2136
2137 2006-03-28  Graham Percival  <gpermus@gmail.com>
2138
2139         * THANKS: update for 2.9, add section for Documentation helpers.
2140
2141         * Documentation/topdocs/NEWS.tely: compile fix.
2142
2143         * Documentation/user/ basic-notation, global, advanced-notation,
2144         examples.itely: minor fixes from mailist.
2145
2146 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
2147
2148         * mf/feta-bolletjes.mf: match width of solfa notes with normal
2149         note heads. 
2150
2151         * lily/ttf.cc (print_trailer): use it.
2152
2153         * lily/pango-font.cc (get_unicode_name): new function.
2154
2155         * lily/ttf.cc (make_index_to_charcode_map): move function from
2156         open-type-font.cc
2157         (print_trailer): substitute uniXXXX name if applicable. 
2158
2159         * lily/pango-font.cc (get_index_to_charcode_map): new function.
2160         (pango_item_string_stencil): use it to generate uniXXXX names.
2161
2162         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
2163         note heads, for uniform widths in shape note output.
2164         (overdone_heads): hmm. remove them again.
2165
2166         * scripts/lilypond-book.py (output): add links to filenames.
2167
2168         * Documentation/topdocs/INSTALL.texi (Top): update versions.
2169
2170         * lily/note-collision.cc (get_clash_groups): only consider when
2171         Note_column::dir <> CENTER. 
2172
2173         * scripts/lilypond-book.py (get_option_parser): init output_name
2174         to ''. 
2175
2176 2006-03-24  Graham Percival  <gpermus@gmail.com>
2177
2178         * Documentation/topdocs/NEWS.tely: add @end itemize
2179
2180         * Documentation/user/ global, advanced-notation: minor
2181         stuff from mailist.
2182
2183 2006-03-23  Graham Percival  <gpermus@gmail.com>
2184
2185         * Documentation/user/ lilypond.tely, music-glossary,
2186         preface: housekeeping; 2005->2006, remove "notes for 2.6"
2187
2188 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
2189
2190         * mf/GNUmakefile: don't install .enc files.
2191
2192         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
2193
2194         * VERSION (PATCH_LEVEL): bump to 2.9.0
2195
2196 2006-03-22  Graham Percival  <gpermus@gmail.com>
2197
2198         * Documentation/user/advanced-notation.itely: minor fixes
2199         from mailist.
2200
2201 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
2202
2203         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
2204
2205         * branch lilypond_2_8
2206
2207 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
2208
2209         * scripts/lilypond-book.py (samefile): new function, for windoze
2210         compatibility.
2211
2212 2006-03-21  Graham Percival  <gpermus@gmail.com>
2213
2214         * ly/engraver-init.ly: add info about StaffGroup.
2215
2216 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
2217
2218         * input/regression/stem-direction-context.ly: idem.
2219
2220         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
2221
2222         * THANKS: add Mats.
2223
2224         * input/regression/page-layout-twopass.ly: comment out \markup so
2225         tweak-file is left.
2226
2227         * lily/instrument-name-engraver.cc (finalize): add to instrument
2228         name global System. This also fixes chopped instrument names, but
2229         doesn't crash when there are slurs/beams.
2230
2231         * lily/slur-configuration.cc (add_score): disallow negative slur
2232         scores.
2233         
2234 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2235
2236         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
2237
2238         * lily/instrument-name-engraver.cc (process_music): kludge: add
2239         InstrumentName spanner to axis group of left bound. Fixes chopped
2240         off instrument names in EPS images.
2241
2242         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
2243
2244         * scripts/abc2ly.py (option_parser): update to 2.7.40
2245
2246 2006-03-20  Graham Percival  <gpermus@gmail.com>
2247
2248         * THANKS: move small doc contributors to SUGGESTIONS.
2249
2250         * Documentation/user/ basic-notation, advanced-notation,
2251         global: small changes from mailist.
2252
2253 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2254
2255         * Documentation/user/advanced-notation.itely (Text marks): update
2256         for new rehearsalMarkAlignSymbol convention.
2257
2258         * VERSION (PATCH_LEVEL): bump version.
2259
2260         * input/test/instrument-name-align.ly: new file.
2261
2262         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
2263
2264         * input/test/instrument-name-align.ly: new file. Document how to
2265         align instrument names.
2266
2267         * lily/mark-engraver.cc: remove properties.
2268
2269         * scm/define-context-properties.scm
2270         (all-user-translation-properties): remove align symbol properties
2271         for barnumber/reh. mark.
2272
2273         * lily/break-align-interface.cc (self_align_callback): new
2274         interface, new function. Look at complete alignment. This handles
2275         tunable break alignments in case break-align-symbols are missing.
2276
2277         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
2278
2279         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
2280
2281         * python/convertrules.py (conv): mark/bar number alignment rule.
2282
2283         * lily/break-align-interface.cc (calc_positioning_done): also
2284         store offset from last visible break-alignment to its
2285         neighbor. This makes alignment on non-visible objects more reliable.
2286
2287         * po/lilypond.pot (Module): ran po-replace.
2288
2289         * input/regression/tie-single-manual.ly (Module): new file.
2290
2291         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
2292         look at has_manual_position_.
2293         (from_ties): set has_manual_position_ if tie has staff-position set.
2294
2295         * lily/tuplet-bracket.cc (calc_positions): idem.
2296
2297         * lily/tuplet-number.cc (print): don't print tupletnumber if it
2298         doesn't span time.
2299
2300 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2301
2302         * scm/define-markup-commands.scm (smallCaps): new markup command
2303         for turning a text to small caps using smaller font size and upper
2304         casing.
2305
2306 2006-03-17  Graham Percival  <gpermus@gmail.com>
2307
2308         * Documentation/user/ examples, instrument-notation,
2309         advnaced-notation: minor fixes from mailist.
2310
2311 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2312
2313         * Documentation/user/tutorial.itely (First steps): change example
2314         to verbatim.  
2315
2316 2006-03-17  Graham Percival  <gpermus@gmail.com>
2317
2318         * Documentation/user/ examples, advanced: minor changes from mailist.
2319
2320         * THANKS: add Geoff Horton, for documentation stuff.
2321
2322 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2323
2324         * python/lilylib.py (system): revert have_select kludge.
2325
2326         * Documentation/user/tutorial.itely (Commenting input files):
2327         update version numbers in doc. 
2328
2329         * scm/define-grob-interfaces.scm (multi-measure-interface): add
2330         bound-padding to multi-measure-interface
2331
2332 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2333
2334         * input/test/engraver-example.ily: update version number.
2335
2336         * VERSION (PACKAGE_NAME): release 2.7.39
2337
2338         * lily/note-spacing.cc (get_spacing): heighten threshold where
2339         accidentals/arpeggios influence previous spacing fully.
2340
2341         * lily/rest.cc (y_offset_callback): only use direction if
2342         staff-position wasn't set before.
2343
2344         * lily/bar-number-engraver.cc: add support for
2345         barNumberAlignSymbol. 
2346         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
2347
2348         * lily/pointer-group-interface.cc (set_ordered): new function. 
2349         (add_unordered_grob): new function.
2350
2351         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
2352         to ordered, unless the opposite has been proved.  This fixes
2353         random reordering of large object groups across linebreaks,
2354         eg. beams.
2355
2356         * lily/main.cc (do_chroot_jail): printf format fix.
2357
2358         * lily/tie-formatting-problem.cc (generate_configuration):
2359         multiply y-shift for dot with direction.
2360  
2361         * scm/define-markup-commands.scm (note-by-number): put (magstep
2362         size) in y-attach too.
2363
2364         * Documentation/topdocs/NEWS.tely (Top): show override.
2365
2366         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
2367         direction for stems.
2368         
2369 2006-03-15  Graham Percival  <gpermus@gmail.com>
2370
2371         * Documentation/user/ changing-defaults, global: minor
2372         fixes from mailist.
2373
2374 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2375
2376         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
2377
2378         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
2379         breakable items after uniformly stretched notes.
2380
2381         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
2382         outline with outer edge of note heads. This prevents infinity
2383         problems with tied whole notes.
2384
2385         * scripts/lilypond-book.py (do_file): use os.popen
2386
2387         * python/convertrules.py (conv): add rule for Stem #'beamed-*
2388
2389 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
2390
2391         * Documentation/user/invoking.itely: Add ragged-right to bug report
2392         guidelines.
2393
2394 2006-03-14  Graham Percival  <gpermus@gmail.com>
2395
2396         * Documentation/user/global.itely: small fix from mailist.
2397
2398 2006-03-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2399
2400         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
2401         file descriptor returned by tempfile.mkstemp() when writing
2402         to tmpfile and closing it. Solves problem with unlink(tmpfile)
2403         on mingw.
2404
2405 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2406
2407         * po/fi.po: newline bugfix.
2408
2409 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2410
2411         * scm/paper.scm (paper-alist): Rounding fixes.
2412
2413 2006-03-13  Graham Percival  <gpermus@gmail.com>
2414
2415         * Documentation/user/ changing-defaults, instrument-notation,
2416         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
2417
2418 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
2419
2420         * po/fi.po: update.
2421
2422 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2423
2424         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
2425         mailto: to http:// 
2426
2427         * python/lilylib.py (print_environment): move ps_page_count to
2428         lilypond-book.py
2429
2430 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2431
2432         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
2433
2434         * scm/framework-ps.scm (embed-document): new function. Use to
2435         embed PFA files.
2436
2437         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
2438
2439 2006-03-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2440
2441         * Documentation/user/instrument-notation.itely (Setting simple
2442         songs): Added \book{...} around the full example, so the separate
2443         markups are included in the printed example. 
2444
2445 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2446
2447         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
2448         tmphandle.
2449
2450         * python/lilylib.py (system): rewrite system() using
2451         subprocess. Remove >& redirection trickery.
2452
2453 2006-03-11  Graham Percival  <gpermus@gmail.com>
2454
2455         * Documentation/user/ changing-defaults, global, scheme-tutorial,
2456         notation-appendices.itely: minor fixes from mailist.
2457
2458 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2459
2460         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
2461         unsplit man also needs images.
2462
2463         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
2464
2465         * VERSION (PACKAGE_NAME): 2.7.38 released.
2466
2467 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2468
2469         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
2470         log in output dir.
2471
2472 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
2473
2474         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
2475         respects the Score.skipTypesetting property.
2476         
2477 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2478
2479         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
2480         Prolog. No %%EOF after CFF file.
2481
2482 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
2483         
2484         * lily/constrained-breaking.cc (get_max_systems): used to return a
2485         much too big value
2486         (combine_demerits): use pointers to reduce copying data
2487         (calc_subproblem): idem
2488         (get_page_penalty): add page turn penalties
2489         
2490 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2491
2492         * Documentation/user/invoking.itely (Invoking lilypond): better
2493         explanation of -e usage.
2494
2495         * lily/main.cc (main_with_guile): don't append to
2496         init_scheme_code_string
2497
2498         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
2499
2500         * Documentation/user/invoking.itely: add note about MacOS X scripts.
2501
2502         * scripts/convert-ly.py (do_options): don't print help for
2503         --show-rules rule.
2504
2505         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
2506         @code and @example. Update from texinfo.tex from CVS.
2507
2508 2006-03-08  Graham Percival  <gpermus@gmail.com>
2509
2510         * Documentation/user/scheme-tutorial.itely: clarifies distances
2511         measured in staff-spaces.
2512
2513 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2514
2515         * lily/slur.cc (outside_slur_callback): only calculate offsets if
2516         consider[k] is true.
2517
2518         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
2519
2520         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
2521         consider columns that have originals.  Unifies spacing for mm
2522         rests around line breaks.
2523
2524         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
2525         (set_text_rods): idem.
2526         (calculate_spacing_rods): new function: share code between
2527         set_text_rods and set_spacing_rods.
2528         (set_text_rods): take extents of bounds into account.  
2529
2530 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2531
2532         * Documentation/user/basic-notation.itely (Writing music in
2533         parallel): don't use relative.
2534
2535 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2536
2537         * ly/music-functions-init.ly (Module): add shiftDurations
2538
2539         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
2540
2541         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
2542
2543         * ly/engraver-init.ly: init vocalName to nil.
2544
2545 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
2546
2547         * scm/music-functions.scm (music->make-music): bugfix,
2548         KeyChangeEvents are now handled correctly.
2549
2550         * scripts/lilypond-book.py: Add --debug option.
2551
2552 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2553
2554         * python/lilylib.py: add tempfile.
2555
2556 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2557
2558         * VERSION (PACKAGE_NAME): release 2.7.37
2559
2560         * python/lilylib.py (ps_page_count): remove make_ps_images().
2561         (ps_page_count): remove mkdir_p
2562         (system): remove cleanup_temp.
2563         (exit): remove lilypond_version_(check)
2564         (error_log): remove pseudo_filter_p
2565         remove read_pipe
2566         remove cp_to_dir
2567         remove identify
2568
2569         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
2570         use __main__
2571
2572         * lily/accidental-engraver.cc (make_standard_accidental): only add
2573         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
2574
2575         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
2576         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
2577         Make incompatibilities.
2578
2579         * scm/output-ps.scm (grob-cause): replace backslashes by /
2580         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
2581
2582 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2583
2584         * cygwin/GNUmakefile: Install fixes.
2585
2586         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
2587
2588         * lily/note-head.cc (head::get_balltype): Compile fix.
2589
2590         * flower/file-name.cc (dos_to_posix): Flower string fix.
2591
2592 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2593
2594         * python/lilylib.py: pychecker cleanups.
2595
2596         * scripts/lilypond-book.py
2597         (Lilypond_snippet.output_print_filename): pychecker cleanups
2598
2599         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
2600
2601         * python/lilylib.py (underscore): remove identify() , warranty()
2602
2603         * ps/music-drawing-routines.ps: change Border routine for GSView
2604         compatibility.
2605
2606         * lily/stem.cc (height): use quantize-positions.  This triggers
2607         set_stem_lengths, so scripts on beamed stems are handled correctly.
2608
2609         * lily/side-position-interface.cc (aligned_side): check if edges
2610         of script are inside staff. Fixes accent of edge of the staff.
2611
2612         * input/regression/staccato-pos.ly: more examples.
2613
2614         * stepmake/aclocal.m4 (depth): fix bashism.
2615
2616         * lily/lyric-combine-music-iterator.cc: move from
2617         new-lyric-combine-iterator.cc
2618         (process): add pending_grace_lyric_ member to delay lyrics on
2619         grace notes.
2620
2621         * lily/system-start-text.cc (print): suicide if we don't have any
2622         elements. Fixes hara kiri'd instrument names.
2623
2624         * scripts/mup2ly.py (Module): remove.
2625
2626 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2627
2628         * Documentation/user/global.itely (A single music expression):
2629         close @lilypond properly
2630
2631         * lily/volta-bracket.cc (modify_edge_height): change from
2632         after_line_breaking_callback. Suicide last bracket if appropriate.
2633  
2634         * python/lilylib.py: strip getopt support
2635
2636         * scripts/etf2ly.py (do_options): use optparse
2637
2638         * scripts/midi2ly.py: optparse, strip lilylib copy. 
2639
2640         * scripts/abc2ly.py (voices): use optparse.
2641
2642         * stepmake/stepmake/generic-vars.make: new function absdir.
2643
2644         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
2645
2646         * scripts/lilypond-book.py (find_file): use global_options for
2647         include path
2648
2649         * scm/ps-to-png.scm (ps-page-count): prevent null characters
2650         entering C code.
2651
2652 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2653
2654         * python/lilylib.py (get_global_option): ughness for extracting
2655         global options from lilylib.
2656         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
2657
2658         * scripts/lilypond-book.py (get_option_parser): use optparse for
2659         option handling.  Put options in global_options variable.
2660
2661 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
2662
2663         * Documentation/index.html.in: clarify.
2664
2665 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2666
2667         * scm/layout-page-layout.scm (write-page-breaks): add a
2668         music-system-heights property to the page layout output.
2669
2670         * scm/page.scm (make-page-stencil): take footer into account when
2671         computing the 'space-left page property
2672         (annotate-space-left): take footer into account when annonating
2673         space left.
2674
2675 2006-02-28  Graham Percival  <gpermus@gmail.com>
2676
2677         * Documentation/user/ advanced-notation, global: more (final)
2678         docs for music expressions, removed special fermatas.
2679
2680 2006-02-27  Graham Percival  <gpermus@gmail.com>
2681
2682         * Documentation/user/ basic-notation, global: minor changes
2683         from mailist.
2684
2685 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2686
2687         * scm/framework-ps.scm:         
2688         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
2689         layer for inf? and nan? from framework-ps to lily-library.
2690
2691 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2692
2693         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
2694         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
2695
2696         * buildscripts/substitute-encoding.py (Module): remove file.
2697
2698         * mf/GNUmakefile: more PFA strippage.
2699
2700         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
2701
2702         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
2703         generation
2704
2705         * scm/framework-ps.scm: remove font name munging.
2706
2707         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
2708
2709 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2710
2711         * scm/markup.scm (define-markup-command): change
2712         def-markup-command to define-markup-command
2713
2714         * scm/music-functions.scm (define-music-function): change
2715         def-music-function to define-music-function.
2716
2717         * python/convertrules.py (conv): rules for def-music-function
2718         and def-markup-commands
2719
2720         * Documentation/user/programming-interface.itely,
2721         input/no-notation/display-lily-tests.ly,
2722         input/regression/lily-in-scheme.ly,
2723         input/regression/markup-user.ly,
2724         input/regression/music-function.ly, input/regression/tie-chord.ly,
2725         scm/fret-diagrams.scm, ly/music-functions-init.ly,
2726         ly/gregorian-init.ly: use new macro names (define-music-function,
2727         define-markup-command).
2728
2729 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2730
2731         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
2732         (output): add comments to lp-book latex output.
2733
2734         * GNUmakefile.in (footifymail): use gmane address for webpage bug
2735         address.
2736
2737 2006-02-23  Graham Percival  <gpermus@gmail.com>
2738
2739         * Documentation/user/ tutorial, global: minor changes.
2740
2741 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2742
2743         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
2744         blocks (for make 3.80)
2745
2746         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
2747         \notemode so that user should not have to explicitely type it.
2748
2749         * scm/define-music-display-methods.scm: various
2750         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
2751         constructs)
2752
2753         * input/no-notation/display-lily-tests.ly: new tests for
2754         \applyOutput and \applyContext
2755
2756 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2757
2758         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
2759         changed it slightly so that the number of systems returned by
2760         solve () will be the same as the last value passed to resize
2761         (). I've also added more documentation, removed casts, fixed style
2762         problems and put in some recovery if constraints aren't satisfied."
2763
2764 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2765
2766         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
2767         for emacs < 22 compatibility.
2768         (count-rexp): Use it.
2769         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
2770         substring juggling (Milan Zamazal).
2771
2772 2006-02-23  Graham Percival  <gpermus@gmail.com>
2773
2774         * Documentation/user/ basic-notation, advanced-notation,
2775         global.itely, invoking.itely, tutorial,itely:
2776         minor fixes from mailist.
2777
2778         * scm/define-markup-commands.scm: improve docs of \filled-box.
2779
2780 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
2781
2782         * Documentation/index.html.in: changes concern the previous release.
2783
2784         * input/regression/+.ly: cultivate typographical terminology.
2785
2786 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2787
2788         * scm/define-grob-interfaces.scm (parentheses-interface): add
2789         padding to parentheses-interface.
2790
2791         * Documentation/user/GNUmakefile: remove $(CROSS) support from
2792         Documentation/user/GNUmakefile. Use --disable-documentation for that.
2793
2794         * VERSION (PATCH_LEVEL): release 2.7.36
2795
2796         * lily/slur.cc: add avoid-slur (ugh.)
2797         
2798         * lily/slur-configuration.cc (fit_factor): oops, skip point if
2799         intersection gets smaller. This fixes slurs over extreme points.
2800
2801         * lily/melody-engraver.cc (stop_translation_timestep): ignore
2802         stems with neutral-direction set.
2803
2804         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
2805
2806         * lily/open-type-font.cc (load_table): format error.
2807
2808         * lily/change-iterator.cc (process): format fix.
2809
2810         * flower/include/international.hh (_f): idem.
2811
2812         * flower/include/std-string.hh: add format printf attribute.
2813
2814         * scm/define-grobs.scm (all-grob-descriptions): height of all
2815         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
2816
2817         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
2818         ambitus lines.
2819
2820         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
2821
2822 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
2823
2824         * input/regression/: upgraded syntax for some files.
2825
2826         * THANKS: Add bughunters.
2827
2828 2006-02-22  Graham Percival  <gpermus@gmail.com>
2829
2830         * Documentation/user/ invoking.itely, advanced-notation.itely,
2831         global.itely: long-awaited "let's make chapter 10 not suck"
2832         update.  Rearrange chapter 10; now called "global issues",
2833         addresses file structure, etc.  Some info from other files
2834         moved into global.itely.
2835
2836 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2837
2838         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
2839         catch trill-span-event notes.
2840
2841         * Documentation/user/examples.itely (Ancient notation templates): typo.
2842         (Jazz combo): typo.
2843
2844         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
2845
2846         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
2847
2848         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
2849
2850         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
2851
2852         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
2853         froum Laissez_vibrer_engraver.
2854
2855         * ly/declarations-init.ly (repeatTie): add \repeatTie
2856
2857         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
2858
2859         * scm/define-grob-properties.scm (all-user-grob-properties): add
2860         head-direction property.
2861
2862         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
2863         from_lv_ties. Take head direction argument.
2864
2865         * lily/semi-tie-column.cc: rename from
2866         laissez-vibrer-tie-column.cc. Rename class too.
2867
2868         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
2869         class too.
2870
2871         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
2872
2873         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
2874         0 case.
2875         (find_breaks): idem.
2876
2877 2006-02-21  Graham Percival  <gpermus@gmail.com>
2878
2879         * Documentation/user/advanced-notation.itely: fixed make-moment]
2880         example.
2881
2882         * Documentation/user/basic-notation.itely: more clarification to
2883         transpose.
2884
2885 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2886
2887         * lily/include/constrained-breaking.hh (class
2888         Constrained_breaking): new file.
2889
2890         * lily/constrained-breaking.cc (resize): new file.
2891
2892         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
2893
2894         * Documentation/user/advanced-notation.itely (Clusters): insert
2895         end ignore too.
2896
2897         * lily/tie-column.cc (calc_positioning_done): support for
2898         tie-score debugging
2899
2900         * lily/tie-formatting-problem.cc
2901         (generate_extremal_tie_variations): factor out.
2902         (score_ties_configuration): annotate all tie 
2903         (print_ties_configuration): new routine.
2904         (generate_configuration): nudge extremal ties outside of the head
2905         Y extents.
2906         (score_ties_configuration): oops. convert to staff-space before
2907         determining position symmetry.
2908
2909 2006-02-20  Graham Percival  <gpermus@gmail.com>
2910
2911         * Documentation/user/*-notation.itely: misc minor editing,
2912         shifting doc sections around.
2913
2914         * Documentation/user/*-notation-itely, global.itely,
2915         changing-defaults.itely: added new stuff from NEWS.
2916
2917 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
2918
2919         * po/fi.po: update.
2920
2921 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2922
2923         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
2924         lilypond --verbose for lp-book.
2925
2926         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
2927         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
2928
2929         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
2930         $(buildscript-dir) iso. absolute depth.
2931
2932         * buildscripts/genicon.py (dir): thinko.
2933
2934         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
2935
2936 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
2937
2938         * scm/output-lib.scm: swap darkcyan/darkyellow
2939
2940         * THANKS: Add bughunters.
2941
2942 2006-02-19  Graham Percival  <gpermus@gmail.com>
2943
2944         * Documentation/user/programming-interfaces.itely: fixed example.
2945
2946         * Documentation/user/instrument-notation.itely: fix @{ @}.
2947
2948         * scm/script.scm: add avoid-slur for \open.
2949
2950 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2951
2952         * lily/tie-formatting-problem.cc (score_configuration): use
2953         sliding score for min-length. 
2954
2955         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
2956         spaghetti for icons.
2957
2958         * buildscripts/genicon.py (program_name): new file.
2959
2960         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
2961         in outline too.  
2962         (generate_configuration): for small ties, also look for collisions
2963         at Y + DIR*h + DELTA_Y.
2964         (get_variations): consider variation for dot positions too.
2965
2966         * lily/side-position-interface.cc (aligned_side): take abs for
2967         quantized rounded position. Fixes tenuto below staff.
2968
2969         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
2970         markers when necessary.
2971
2972         * lily/program-option.cc (internal_set_option): add
2973         strict_infinity_checking option.
2974
2975         * scm/output-lib.scm (cyan): swap yellow and cyan.
2976
2977 2006-02-19  Graham Percival  <gpermus@gmail.com>
2978
2979         * darwin.patch: trivial linenumber update.
2980
2981         * Documentation/user/ {various}: `\context foo = named' changed
2982         to `\new foo = "name"' in docs.
2983
2984 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2985
2986         * scm/stencil.scm (annotate-y-interval): use it.
2987
2988         * scm/lily-library.scm (interval-sane?): new function.
2989
2990         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
2991         tfm_checksum stuff.
2992
2993         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
2994         common refpoint.
2995
2996         * flower/include/std-vector.hh (iterof): add iterof macro.
2997
2998         * lily/enclosing-bracket.cc (width): new function.
2999
3000         * lily/align-interface.cc (align_elements_to_extents): reinstate
3001         warning.
3002
3003 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
3004
3005         * Documentation/index.html.in: fix spelling: thankyous.
3006
3007 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3008
3009         * lily/lyric-hyphen.cc: typo.
3010
3011 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3012
3013         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
3014         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
3015         builds don't work. 
3016
3017         * VERSION: release 2.7.35
3018
3019         * lily/beam.cc (get_default_dir): oops. Take abs () for
3020         extremes[DOWN].
3021         (get_default_dir): use extreme position criterion only in absence
3022         of forced stem directions.
3023
3024         * VERSION (PATCH_LEVEL): bump VERSION.
3025
3026         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
3027         dependencies. Necessary for -jX builds.  
3028
3029 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3030
3031         * lily/relocate.cc (setup_paths): Yet another const fix.
3032
3033 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3034
3035         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
3036
3037         * lily/relocate.cc (setup_paths): oops.
3038
3039 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
3040
3041         * Documentation/index.html.in: order links: html before PDF.
3042
3043 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3044
3045         * lily/tie-column-format.cc (Module): remove.
3046
3047         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
3048
3049         * lily/text-spanner.cc (print): idem.
3050
3051         * lily/dynamic-text-spanner.cc (print): only print line if longer
3052         than dash-period.
3053
3054         * lily/auto-change-iterator.cc (change_to): formatting.
3055
3056         * lily/beam.cc (get_default_dir): take extreme note head as input
3057         for stem direction.
3058
3059         * lily/tie.cc (get_default_dir): only look directions for visible
3060         stems. 
3061
3062         * lily/side-position-interface.cc (aligned_side): oops. Don't
3063         mutiply with direction. This fixes quantized (staccato, tenuto)
3064         scripts below notes.
3065
3066         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
3067         direction. Fixes c-lyrics-center-align.ly
3068
3069 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3070
3071         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
3072         constructor.
3073
3074         * lily/std-string.cc:
3075         * lily/include/std-vector.hh (split_string): Move and rename from
3076         lily/include/misc.hh, lily/misc.cc.  Update callers.
3077
3078 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3079
3080         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
3081
3082 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3083
3084         * flower/test-file.cc: New file.
3085
3086         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
3087         libraries.
3088
3089         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
3090
3091 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3092
3093         * flower/include/file-storage.hh: remove file.
3094
3095         * lily/include/midi-item.hh (class Midi_track): idem.
3096
3097         * lily/include/source.hh (class Sources): idem.
3098
3099         * lily/include/performance.hh (class Performance): use vector
3100         iso. Cons<>
3101
3102         * flower/include/cons.hh (class Cons): remove file.
3103
3104         * flower/include/flower-proto.hh: remove template cruft.
3105
3106         * lily/include/font-metric.hh: use size_t not vsize for indices.
3107
3108         * flower/include/flower-proto.hh (Module): remove std-vector.hh
3109         from proto.
3110
3111         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
3112
3113         * lily/include/paper-book.hh (class Paper_book):
3114         make get_system_specs() public.
3115
3116         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
3117         the force=10000 case if we don't have a current-best. 
3118
3119         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
3120         vsize 
3121
3122         * flower/include/flower-proto.hh: remove outdated templates.
3123
3124         * scm/page.scm: use annotate-spacing
3125
3126 2006-02-15  Graham Percival  <gpermus@gmail.com>
3127
3128         * scm/translation-functions.scm: circle patch from Erlend, thanks!
3129
3130         * THANKS: moved Erlend Aasland to contributors.
3131
3132 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3133
3134         * config.hh.in: remove HAVE_PANGO_16
3135
3136         * lily/tuplet-bracket.cc (calc_positions): multiply with
3137         staff-space for beam case. This fixes tuplets+beams on scaled
3138         staves.
3139
3140         * config.hh.in: remove all Kpathsea related defines.
3141
3142         * lily/dot-column.cc (side_position): reach stem via dots->
3143         head->stem. Inspect all stems for dot collisions. 
3144
3145         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
3146         stem handling.
3147
3148         * lily/bar-number-engraver.cc (process_music): document function
3149         of whichBar.
3150
3151         * lily/score.cc (default_rendering): add pscore, not systems
3152         themselves.
3153
3154         * lily/paper-book.cc (get_system_specs): separate generation of
3155         titles and systems.
3156
3157         * flower/include/std-vector.hh: don't include config.hh
3158
3159 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3160
3161         * flower/include/std-vector.hh: Better wrapper compatibility with
3162         std::vector.
3163
3164         * flower/include/flower-proto.hh: Remove cheap forward declaration
3165         attempts.
3166
3167         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
3168
3169 2006-02-14  Graham Percival  <gpermus@gmail.com>
3170
3171         * Documentation/user/invoking.itely: add warning about command line.
3172
3173 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3174
3175         * lily/include/lily-proto.hh: add Prob, rm Page.
3176
3177         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
3178
3179         * VERSION: release 2.7.34
3180
3181         * lily/relocate.cc (framework_relocation): show canary if
3182         GHOSTSCRIPT_VERSION undefined.
3183
3184         * GNUmakefile.in: remove $(VERSION) symlink.
3185
3186         * lily/relocate.cc (setup_paths): add + 
3187
3188 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3189
3190         * Documentation/index.html.in: specify sizes for all big HTML pages.
3191
3192 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3193
3194         * config.hh.in: remove @FRAMEWORKDIR@
3195
3196         * lily/system-start-text.cc (get_stencil): new file: separate out
3197         system-start-delimiter text support.
3198
3199         * input/**ly: replace \context with \new where appropriate.
3200         
3201         * THANKS: add Don.
3202
3203         * lily/slur-scoring.cc (get_base_attachments): use
3204         robust_relative_extent. This fixes problems with empty paper-columns. 
3205
3206 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3207
3208         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
3209
3210         * scm/define-music-properties.scm (all-music-properties):
3211         create-new property.
3212
3213         * lily/context-specced-music-iterator.cc (construct_children):
3214         inspect 'create-new property iso. magical $uniqueContextId context
3215         id.
3216
3217         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
3218
3219         * lily/context-key-manager.cc (Module): new file. Encapsulate
3220         object key generation.
3221
3222         * lily/include/context-key-manager.hh (Module): new file.
3223
3224 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3225
3226         * scm/define-grobs.scm (all-grob-descriptions): center instrument
3227         names vertically
3228
3229         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
3230         options.
3231         (reloc_b): excise --enable-framework-dir
3232
3233         * lily/relocate.cc (framework_relocation): use getenv
3234         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
3235
3236 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3237
3238         * flower/include/std-string.hh: 
3239         * flower/include/std-vector.hh: Finish std:: conversion; move
3240         flower extensions from std:: namespace.  Update users.
3241
3242         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
3243         their expansion to vector<*>.  Update users.
3244
3245 2006-02-10  Graham Percival  <gpermus@gmail.com>
3246
3247         * Documentation/user/invoking.itely: add example to File structure.
3248
3249         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
3250         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
3251
3252 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3253
3254         * ly/paper-defaults.ly: typo.
3255
3256         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
3257         set_parent() for parentheses. This will make it show up in bbox
3258         calculations.
3259
3260         * scm/output-lib.scm (parentheses-item::print): rewrite, using
3261         ly:grob-common* functions.
3262
3263         * lily/grob-scheme.cc (LY_DEFINE):
3264         ly:grob-common-refpoint-of-array: new function 
3265         ly:grob-common-refpoint: new function 
3266         ly:grob-relative-coordinate: new function 
3267
3268         * lily/instrument-name-engraver.cc (process_music): use
3269         Text_interface::is_markup(). This fixes \markup on instrument names.  
3270
3271         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
3272         for ties and slurs.
3273
3274         * lily/slur.cc (print): idem.
3275
3276         * lily/tie.cc: add line-thickness for ties. 
3277
3278 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3279
3280         * scm/output-svg.scm: Document diversion from GNU coding standards
3281         as a workaround for a bug in Microsoft Internet Explorer.
3282
3283 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3284
3285         * lily/instrument-name-engraver.cc (process_music): use
3286         is_markup() iso. is_string()
3287
3288         * Documentation/user/changing-defaults.itely (Module): add menu entry.
3289
3290         * lily/percent-repeat-engraver.cc (process_music): only look at
3291         main_part_ for % repeats.
3292
3293         * lily/stem-tremolo.cc (get_beam_translation): new function.
3294         (calc_slope): new function.
3295         (height): don't use real slope.
3296
3297 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
3298
3299         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
3300         new connect-to-neighbor, control-points and staff-padding
3301         properties to make ligature brackets showing up again.
3302
3303 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3304
3305         * VERSION: release 2.7.33
3306
3307         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
3308         too many.
3309
3310         * Documentation/user/changing-defaults.itely (Difficult tweaks):
3311         remove applyOutput example.
3312         (Objects connected to the input): document \tweak, \parenthesize
3313
3314         * lily/relocate.cc (prefix_relocation): allow "current"
3315         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
3316         changing VERSION in a lily tree less painful.
3317
3318         * input/regression/parenthesize.ly: new file. 
3319
3320         * scm/output-lib.scm (parenthesize-element): new function.
3321
3322         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
3323
3324         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
3325
3326         * lily/accidental-engraver.cc (make_standard_accidental): reroute
3327         cause: accidentals are caused by note heads, not note events. 
3328
3329 2006-02-08  Graham Percival  <gpermus@gmail.com>
3330
3331         * darwin.patch: small patch from Erlend, thanks!
3332
3333         * Documentation/user/basic-notation.itely: add stem-neutral example.
3334
3335         * Documentation/user/putting.itely: clarifications.
3336
3337 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3338
3339         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
3340         note, add more guidelines to what should go into NEWS.
3341
3342         * input/sakura-sakura.ly: document how to override font.
3343
3344         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
3345
3346 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3347
3348         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
3349
3350 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3351
3352         * scripts/convert-ly.py (lilypond_version_re_str): Move from
3353         convertrules.  Add explicit grouping, needed for python2.2.
3354
3355 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3356
3357         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
3358
3359 2006-02-07  Graham Percival  <gpermus@gmail.com>
3360
3361         * Documentation/user/global.itely: fix line-width in (text) docs.
3362
3363         * Documentation/user/lilypond-book.itely: same.
3364
3365 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3366
3367         * VERSION (PACKAGE_NAME): release 2.7.32
3368
3369         * Documentation/topdocs/NEWS.tely (Top): document new variable
3370         naming.
3371
3372         * flower/include/array.icc (Message): remove file.
3373
3374         * flower/include/std-vector.hh: make sure vsize and VPOS are
3375         defined for binary_search_bounds().
3376
3377         * flower/std-string.cc (std): add to_string(long unsigned).
3378
3379         * configure.in (gui_b): excise std_string option.
3380         (gui_b): excise std_vector option.
3381
3382         * flower/string.cc (Module): excise flower array & string
3383
3384         * flower/include/std-string.hh: excise flower string.
3385
3386         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
3387
3388         * python/convertrules.py (lilypond_version_re_str): require
3389         only numbers and dots in \version string.
3390
3391 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3392
3393         * lily/system-start-delimiter.cc (print): allow style = text too.
3394
3395         * lily/system-start-delimiter-engraver.cc
3396         (acknowledge_system_start_text): new function, also add add to
3397         support of system-start-text (instrument names). This fixes
3398         instrument names on piano staves.
3399
3400         * lily/instrument-name-engraver.cc: rewrite. Use
3401         system-start-delimiter approach. This save memory and cpu.
3402
3403         * scm/define-grobs.scm (all-grob-descriptions): remove
3404         instrument-name from break-alignment.
3405
3406         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
3407
3408 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3409
3410         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
3411         jobserver going.
3412
3413         * configure.in (std_vector): On by default.
3414
3415         * lily/include/font-metric.hh:
3416         * lily/include/tfm-reader.hh: 
3417         * lily/include/spanner.hh: Use unsigned for indices and sizes.
3418         Update users.
3419
3420         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
3421
3422 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3423
3424         * VERSION (PACKAGE_NAME): 2.7.31
3425
3426         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
3427         EPS edge at 0, but take minimum with left-overshoot. This fixes
3428         cut off system start delims. 
3429
3430         * lily/instrument-name-engraver.cc (stop_translation_timestep):
3431         hack: add to axis group if not added yet. This fixes hara kiri'd
3432         piano staves.
3433
3434         * lily/hara-kiri-group-spanner.cc
3435         (force_hara_kiri_in_y_parent_callback): fix signatures.
3436
3437         * lily/hairpin.cc (print): check next hairpin to see whether or
3438         not to be continuing.
3439
3440 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3441
3442         * Remove trailing whitespace from makefiles.
3443         
3444         * flower/include/std-vector.hh: Add binary_search_bounds workaround
3445         for earlier gcc.
3446
3447         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
3448
3449         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
3450
3451         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
3452
3453         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
3454
3455         * configure.in: Use it.
3456
3457 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3458
3459         * scm/music-functions.scm (pitch-of-note): new function.
3460
3461         * ly/music-functions-init.ly: add \octave and \addquote
3462
3463         * lily/parser.yy (music_function_chord_body): softcode \octave.
3464         (lilypond_header): softcode \addquote
3465
3466 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3467
3468         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
3469         array.hh, parray.hh at all.  Getting ready to flip the
3470         configure default.
3471
3472         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
3473
3474         * lily/source-file.cc (file::get_line): Help binary_search_bounds
3475         a bit.
3476
3477         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
3478
3479 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3480
3481         * flower/include/array.hh: typo. 
3482
3483 2006-02-02  Graham Percival  <gpermus@gmail.com>
3484
3485         * Documentation/user/advanced-notation.itely: doc "\#" in text.
3486
3487 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3488
3489         * flower/include/pqueue.hh: Derive from std::vector.
3490
3491         * flower/include/parray.hh: Conform to std::vector interface.
3492         Update users.
3493
3494 2006-02-02  Graham Percival  <gpermus@gmail.com>
3495
3496         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
3497
3498 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3499
3500         * flower/file-path.cc (is_file): remove if 0 section.
3501
3502         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
3503         selecting afii61352.
3504
3505 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3506
3507         * flower/include/std-vector.hh (boundary): Oops, reverse.
3508
3509         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
3510         remove superfluous `d'.
3511
3512         * flower/include/std-vector.hh (boundary, top): Detach from class.
3513         Remove empty vector shell.
3514
3515         * flower/include/array.hh (reverse, swap): Detach from class.
3516         Update users.
3517         
3518         * flower/include/std-vector.hh
3519         * flower/include/array.hh (concat): Globally change to insert ().
3520
3521         
3522         * flower/include/std-vector.hh
3523         * flower/include/parray.hh
3524         * flower/include/array.hh (elem, elem_ref): Globally replace by
3525         at ().
3526
3527 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3528
3529         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
3530
3531         * python/convertrules.py (FatalConversionError.sub_cxx_id):
3532         anticipate on identifier substitutions.
3533
3534 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3535
3536         * flower/include/std-vector.hh (insert): Remove, replace by
3537         std::vector interface.  Update callers.
3538
3539         * flower/include/array.icc (insert): Change signature to
3540         match std::vector interface.
3541         
3542         * flower/include/array.icc (vector_sort): Bugfix.
3543
3544 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3545
3546         * lily/parser.yy (output_def_head_with_mode_switch): new
3547         production. Result: dashes and underscores may be used in the
3548         \paper block.
3549
3550         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
3551
3552         * python/convertrules.py (conv): oops. One slash too much.
3553
3554 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3555
3556         * flower/include/std-vector.hh (sort): Remove, replace by
3557         ::vector_sort.  Update callers.
3558
3559         * flower/include/std-vector.hh (slice): Remove.  Update callers.
3560         (sort): Bugfix.
3561
3562         * flower/test-std.cc (vector_sort): New test.
3563
3564 2006-02-01  Graham Percival  <gpermus@gmail.com>
3565
3566         * Documentation/user/putting.itely: fixes from Erik.
3567
3568 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3569
3570         * flower/test-std.cc: Add simple unit test for vector migration.
3571
3572         * stepmake/stepmake/test*: Unit test support.
3573
3574         * flower/include/std-vector.hh (del): Remove.  Use erase (),
3575         update callers.
3576
3577         * flower/include/array.hh (begin, end): Add.
3578         (del, get): Remove.
3579
3580 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3581
3582         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
3583         std::string not String. 
3584
3585         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
3586         iso UINT_MAX.
3587
3588         * lily/prob.cc (Prob): copy type_ too.
3589
3590         * lily/lily-guile.cc (mangle_cxx_identifier): new
3591         function. Class_bla::foo_bar_[px] ->
3592         ly:class-bla::foo-bar[?!]. Changes throughout
3593
3594 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3595
3596         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
3597
3598         * lily/beam.cc (calc_direction): take dir from visible stem in
3599         degenerate case.
3600
3601 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3602
3603         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
3604         Fix -1, >=0 boundary checks for unsigned vsize.
3605
3606         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
3607         loop for unsigned vsize.
3608
3609         * configure.in (--enable-std-vector): New option.
3610         (--enable-std-string): On by default.
3611
3612         * flower/include/std-vector.hh: New file.  Enable switch to
3613         std::vector, update client code.
3614
3615 2006-01-30  Graham Percival  <gpermus@gmail.com>
3616
3617         * scm/document-translation.scm: clarify "this context is also
3618         known as".  Thanks, Werner!
3619
3620         * Documentation/user/putting.itely: small fixes from Don Blaheta.
3621
3622         * Documentation/user/invoking.itely: small fix from Don.
3623
3624 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3625
3626         * scm/lily.scm (define-scheme-options): rename option
3627         preview-include-book-title to book-title-preview
3628         (define-scheme-options): move force-eps-font-include (from paper
3629         block) to eps-font-include -d option.
3630
3631         * VERSION (PATCH_LEVEL): release 2.7.30
3632
3633         * input/bach-schenker.ly (staffPiano): new file.
3634
3635         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
3636
3637         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
3638         credits to Nicolas.
3639
3640         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
3641
3642         * ps/lilyponddefs.ps: remove start-system, stop-system,
3643         start-page fluff. This saves putting { } code on the stack, fixing
3644         stack overflows when including EPS files.
3645
3646 2006-01-29  Graham Percival  <gpermus@gmail.com>
3647
3648         * Documentation/user/putting.itely: minor fixes (comments on -devel).
3649
3650 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3651
3652         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
3653
3654 2006-01-28  Graham Percival  <gpermus@gmail.com>
3655
3656         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
3657
3658 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3659
3660         * input/mutopia/claop.py: Update.
3661
3662 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3663
3664         * input/regression/completion-heads.ly (texidoc): fix.
3665
3666         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
3667
3668         * lily/tie-formatting-problem.cc
3669         (set_ties_config_standard_directions): use abs iso fabs for ints.
3670
3671         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
3672
3673         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
3674         little less than noteheight, to prevent overlaps in chords.
3675
3676         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
3677         head, and fudge stem-attachment.
3678
3679         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
3680
3681         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
3682
3683 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3684
3685         * lily/main.cc (main): Debugging aid: catch exceptions.
3686
3687         * flower/std-string.cc (to_string): Robustification.  Fixes midi
3688         output with std::string.
3689
3690 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3691
3692         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
3693
3694 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3695
3696         * Fix -DSTRING_UTILS_INLINED.
3697
3698 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3699
3700         * VERSION (PATCH_LEVEL): release 2.7.29
3701
3702         * lily/relocate.cc (setup_paths): mingw uses std string too.
3703
3704         * lily/*.cc: various fixes for substr(ARG).
3705
3706         * lily/sustain-pedal.cc (print): 
3707
3708         * flower/file-name.cc (slashify): use std strings.
3709
3710         * flower/string-convert.cc: remove publib.h
3711
3712         * scm/define-markup-commands.scm (verbatim-file): new markup
3713         command \verbatim-file
3714
3715         * Documentation/topdocs/NEWS.tely: fixup URLs
3716
3717         * input/regression/alignment-vertical-manual-setting.ly (Module):
3718         new file.
3719
3720         * lily/align-interface.cc (align_elements_to_extents): overwrite
3721         translations with numbers in alignment-offsets from left bound
3722
3723         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
3724         (page-translate-systems): new function: take into account Y-offset.
3725
3726         * Documentation/topdocs/NEWS.tely (Top): document new features.
3727
3728         * input/regression/page-layout-manual-position.ly (Module): new
3729         file.
3730
3731 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3732
3733         * flower/file-path.cc (path::parse_path): Oops.
3734
3735         * Finish std::string interface.  For now, use std:: marker
3736         throughout for easy s/r.
3737
3738 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3739
3740         * Documentation/user/putting.itely (Score is a single musical
3741         expression): typo.
3742         (Score is a single musical expression): more typos.
3743
3744         * scm/page.scm (annotate-space-left): thinko.
3745         (annotate-page): more thinkos.
3746
3747 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3748
3749         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
3750         for different \score blocks separately.
3751         (post-process-pages): put write-page-layout into paper block.
3752
3753         * lily/output-def.cc (get_parser): new file.
3754
3755         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
3756         file.
3757
3758         * lily/include/output-def.hh (class Output_def): add parser_ member.
3759
3760         * input/regression/page-layout-twopass.ly (Module): new file.
3761
3762         * scm/lily.scm: remove cpp hack.
3763
3764         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
3765
3766 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3767
3768         * GNUmakefile.in (c-clean): New target.
3769
3770         * flower/include/std-string.hh: String/std::string compatibility:
3771         Use NPOS for `not found' (iso -1), use ssize for length () and pos
3772         type.
3773
3774         * flower/rational.cc: 
3775         * flower/include/rational.hh: 
3776
3777         * flower/offset.cc: 
3778         * flower/include/offset.hh: 
3779
3780         * flower/interval.cc: 
3781         * flower/include/interval.hh: 
3782
3783         * flower/string-convert.cc: 
3784         * flower/include/string-convert.hh: Use std::string [interface].
3785         Update callers.
3786
3787 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
3788
3789         * Documentation/index.html.in: clean up.
3790
3791 2006-01-25  Graham Percival  <gpermus@gmail.com>
3792
3793         * Documentation/user/putting.itely: another new untested doc section.
3794
3795 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3796
3797         * scm/layout-page-layout.scm (write-page-breaks): write
3798         \spacingTweaks #ALIST. Handle grace timing.
3799
3800         * scm/: more imports.
3801
3802         * scm/page.scm (make-page): add footer/header.
3803         (annotate-space-left): revise: only take page argument.
3804         (layout->page-init): new function.
3805
3806         * scm/layout-page-layout.scm (write-page-breaks): preliminary
3807         version of the system/spacing/linebreak hack writing to the output
3808
3809         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
3810         ly:make-prob.
3811
3812         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
3813         ly:spanner-bound
3814
3815 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3816
3817         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
3818
3819         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
3820
3821         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
3822         handling to page.scm
3823
3824         * lily/prob-scheme.cc (LY_DEFINE): new file.
3825         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
3826
3827         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
3828         prob functions.
3829
3830         * lily/music.cc (derived_mark): derive Music from Prob.
3831
3832         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
3833
3834         * lily/prob.cc (Module): Implement Prob (Property Object), object
3835         with shared and r/w property alists.  
3836
3837         * lily/include/prob.hh (Module): new file. Declare Prob.
3838
3839         * flower/string.cc: remove is_empty().
3840
3841         * flower/include/string.hh (class String): remove String:: qualifier.
3842
3843         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
3844         substitute appropriate functions.
3845
3846         * flower/include/string.hh (class String): remove to_str0 and
3847         is_empty(). S&R everywhere.
3848
3849 2006-01-23  Graham Percival  <gpermus@gmail.com>
3850
3851         * Documentation/user/basic-notation.itely: add hairpin
3852         after-linebreak tweak to commonprop.
3853
3854         * Documentation/user/putting.itely: added two new sections.
3855
3856 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3857
3858         * flower/international.cc: 
3859         * flower/include/international.hh: 
3860
3861         * flower/getopt-long.cc: 
3862         * flower/include/getopt-long.hh: Use std::string [interface].
3863         Update callers.
3864
3865         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
3866
3867         * stepmake/stepmake/executable-rules.make: Add dependency on
3868         module libraries.
3869
3870 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3871
3872         * flower/file-path.cc: 
3873         * flower/include/file-path.hh: Use std::string [interface].
3874         Update callers.
3875
3876         * flower/direction.cc: 
3877         * flower/axis.cc: Unused.  Remove.
3878
3879         * configure.in (--enable-std-string): New option.
3880
3881         * flower/std-string.cc: 
3882         * flower/include/std-string.hh: New file.
3883
3884         * flower/file-name.cc[STD_STRING]:
3885         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
3886
3887 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3888
3889         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
3890
3891         * scm/define-markup-commands.scm (with-dimensions):
3892         with-dimensions markup command.
3893
3894         * input/test/font-table.ly: use it.
3895
3896         * lily/open-type-font.cc (glyph_list): new function.
3897
3898         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
3899
3900         * lily/ttf.cc: remove ly:font-glyph-list scheme function
3901
3902 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3903
3904         * ly/music-functions-init.ly (parallelMusic): new music function
3905         for parallel music entry.
3906
3907         * scm/define-music-properties.scm (all-music-properties): new
3908         'void music property
3909
3910         * scm/music-functions.scm (ly:music-message): make public, to be
3911         used in music function definitions
3912
3913         * scm/lily-library.scm (collect-music-for-book): discard music
3914         when the 'void property is set.
3915
3916 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3917
3918         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
3919
3920         * mf/GNUmakefile: idem.
3921
3922         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
3923
3924         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
3925
3926         * Documentation/user/notation-appendices.itely (The Feta font):
3927         use it.
3928
3929         * input/test/font-table.ly: new file. Generate font table within lily.
3930
3931         * Documentation/user/notation-appendices.itely (The Feta font):
3932         use new font-table.ly file. 
3933
3934         * stepmake/stepmake/install-out-targets.make
3935         (local-install-outfiles): only create directory if
3936         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
3937
3938 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3939
3940         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
3941
3942         * VERSION (PACKAGE_NAME): release 2.7.28
3943
3944         * scm/framework-ps.scm (write-preamble): use it to pick exactly
3945         the right font from a Mac dfont.
3946         (write-preamble): don't forget directory, only look at files.
3947
3948         This fixes problems with TTF files in dfonts that don't match
3949         their PostScript names.
3950          
3951         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
3952         PS name from TTF font.
3953
3954         * input/regression/tie-manual.ly: document new feature.
3955
3956         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
3957
3958         * VERSION (MY_PATCH_LEVEL): bump to .28
3959
3960         * Documentation/user/basic-notation.itely (Ties): add tie examples
3961         refs.
3962
3963         * lily/tie-formatting-problem.cc (score_ties_configuration):
3964         symmetry penalties for outer ties.
3965
3966 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3967
3968         * lily/tie-formatting-problem.cc (generate_configuration) 
3969         (set_manual_tie_configuration): skip non-pair manual
3970         tie-configuration, so you can set individual ties as
3971
3972           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
3973
3974         * input/regression/tie-chord.ly: use generateTiePattern to
3975         simplify file.
3976
3977         * lily/tie-formatting-problem.cc (peak_around): new function.
3978         (score_configuration): use sliding criterion for staff line collisions. 
3979         (score_configuration): idem for dot collisions.
3980         (generate_configuration): use separate stem_gap for gap to stem.
3981
3982         * lily/include/tie-formatting-problem.hh (struct Tie_details):
3983         separate penalty factors for x and y distance.
3984         (struct Tie_details): separate penalties for tip and center line collisions.
3985
3986 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
3987
3988         * lily/tie-formatting-problem.cc (generate_configuration): make
3989         large ties avoid stafflines in the horizontal section.
3990         (score_configuration): use softcoded penalties
3991         (score_aptitude): idem.
3992
3993         * lily/tie-helper.cc (from_grob): softcode tie details
3994
3995         * lily/staff-symbol-referencer.cc (on_staff_line): new function
3996
3997         * lily/staff-symbol-referencer.cc (on_line): rename from
3998         on_staffline 
3999
4000 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4001
4002         * ly/music-functions-init.ly: remove duplicate tag.
4003
4004         * lily/include/*.hh: GCC 4.1 fixes.
4005
4006 006-01-16  Erlend Aasland  <erlenda@gmail.com>
4007
4008         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
4009
4010         * scm/define-music-types.scm: fix bug in desc. string
4011         for OverrideProperty
4012
4013 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
4014
4015         * scripts/lilypond-book.py: bugfix
4016
4017         * scm/define-music-types.scm: fix typos.
4018
4019 2006-01-14  Graham Percival  <gpermus@gmail.com>
4020
4021         * Documentation/user/ basic-notation.itely, global.itely,
4022         advanced-notation.itely, instrument-notation.itely: small
4023         additions (bugs and commonly tweaked properties).
4024
4025 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4026
4027         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
4028         detection of mingw build.
4029         (MINGW_BUILD): opps.
4030
4031 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4032
4033         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
4034         i686-mingw32.
4035
4036 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4037
4038         * scm/music-functions.scm (skip->rest): add skip->rest
4039
4040 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4041
4042         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
4043         explicitly.
4044
4045         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
4046         config dirs. Aids debugging. 
4047         (display_config): also display config files.
4048
4049 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4050
4051         * VERSION: release 2.7.27
4052
4053         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
4054         for determining bar size.
4055
4056         * lily/staff-symbol.cc (print): place lines at distance line-positions
4057
4058         * scm/define-grob-properties.scm (all-user-grob-properties): add
4059         line-positions.
4060
4061         * lily/staff-symbol.cc (height): new function.
4062
4063         * input/regression/staff-line-positions.ly:  new file.
4064
4065 2006-01-06  Graham Percival  <gpermus@gmail.com>
4066
4067         * input/test/add-staccato.ly: remove reference to old file.
4068
4069 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4070
4071         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
4072         lilypond binary too.
4073
4074 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4075
4076         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
4077
4078 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4079
4080         * scripts/midi2ly.py: Bugfix: Declare datadir.
4081
4082         * make/ly-rules.make:
4083         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
4084         that seems to be gone). Fixes make web.
4085
4086         * The grand 2005-2006 replace.
4087
4088         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
4089
4090 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4091
4092         * make/lilypond-vars.make: set LILYPOND_BINARY variable
4093         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
4094         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
4095         like -dgs-font-load.
4096
4097         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
4098         remove absolute path to lilypond binary.
4099         
4100 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
4101
4102         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
4103
4104 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4105
4106         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
4107
4108         * mf/GNUmakefile: remove broken dvips map symlink.
4109
4110 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4111
4112         * lily/main.cc: 
4113         * configure.in: Cosmetic fixes.
4114
4115 2006-01-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4116
4117         * Documentation/user/music-glossary.tely (Pitch names): Added
4118         Spanish pitch names and durations, thanks to Ernesto Gancedo
4119
4120 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4121
4122         * scm/lily.scm (define-scheme-options): use quasi-quote for option
4123         init. Fixes verbose printing of .scm files.
4124
4125         * stepmake/aclocal.m4: add spaces before - options.
4126         
4127 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4128
4129         * lily/relocate.cc (setup_paths): Bugfix: do not store result
4130         of path search in local block variable.
4131
4132 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4133
4134         * configure.in (NCSB_DIR): --enable-ncsb-dir
4135         (LINK_GXX_STATICALLY): denko.
4136
4137         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
4138
4139         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
4140         use locate to find c059033l.pfb. 
4141         
4142 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4143
4144         * lily/tie-formatting-problem.cc
4145         (problem::generate_base_chord_configuration): Use my_round (was
4146         round).
4147
4148         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
4149         do not invoke mbrtowc.
4150
4151         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
4152
4153 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4154
4155         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
4156
4157 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
4158
4159         * Documentation/user/invoking.itely (svg): revise.
4160
4161 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4162
4163         * lily/lexer.ll: use sourcefilename iso. renameinput.
4164
4165 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4166
4167         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
4168         <PostScriptName>.ttf instead of c059XXXttf.
4169
4170         * lily/program-option.cc (LY_DEFINE): special support for
4171         --verbose, so it works before option init too.
4172  
4173         * mf/GNUmakefile (local-install): oops.
4174
4175         * lily/lyric-hyphen.cc (print): oops.
4176
4177         * buildscripts/pfx2ttf.fontforge: new file.
4178         
4179         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
4180         ($(outdir)/%.ttf): new rule. 
4181
4182         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
4183         to LyricHyphen.
4184
4185         * lily/lyric-hyphen.cc (print): multiply hyphen height by
4186         font-size
4187
4188 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4189
4190         * VERSION: release 2.7.26
4191         
4192         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
4193
4194 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4195
4196         * lily/font-config.cc (init_fontconfig): verbosity.
4197
4198         * THANKS: add Muziekacademie Lede. 
4199
4200         * scripts/musicxml2ly.py (print_voice_definitions): new function 
4201         (print_score_setup): new function
4202         (convert): read part definition to output staves properly.
4203
4204         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
4205         Music_xml notes.
4206
4207         * python/musicexp.py (Output_printer.__init__): use _ in data
4208         members.
4209         (Output_printer.unformatted_output): new function: no formatting,
4210         but count braces.
4211         (Duration.get_length): remove isinstance() checks for
4212         Output_printer everywhere.
4213
4214         * input/regression/lyrics-bar.ly (texidoc): add
4215         Separating_line_group_engraver.
4216
4217 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4218
4219         * lily/relocate.cc (framework_relocation): New function,
4220         factored from set_relocation ().
4221         (prefix_relocation): Rename from set_relocation ().
4222         (setup_paths): Use it.
4223
4224 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4225
4226         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
4227         numbers. Patch by Erlend Aasland.
4228
4229 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4230
4231         * lily/font-config.cc (init_fontconfig): print warning if cache
4232         file is not existant.
4233
4234         * lily/main.cc: don't use #ifdef but #if
4235
4236 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4237
4238         * lily/grob-property.cc (internal_set_property): don't abort on
4239         calculation-in-progress.
4240
4241         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
4242
4243         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
4244         connect-to-neighbor property not connect-to-other
4245
4246         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
4247         (LY_DEFINE): oops. don't forget protection.
4248
4249         * flower/parse-afm.cc (Module): strip AFM handling completely.
4250
4251         * lily/stencil-expression.cc: idem.
4252
4253         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
4254
4255         * lily/function-documentation.cc (ly_add_function_documentation):
4256         use static member iso. Protected_scm
4257
4258         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
4259
4260         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
4261
4262 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4263
4264         * lily/relocate.cc (set_env_dir): New function.
4265         (set_relocation): Use it to fix setting PANGO_PREFIX.
4266
4267 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4268
4269         * input/regression/stem-direction-context.ly: remove rest.
4270
4271         * lily/melody-engraver.cc (process_music): restart for bar lines.
4272         (acknowledge_slur): restart for slurs.
4273
4274 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
4275
4276         * Documentation/user/invoking.itely: describe how to view SVG 
4277         output using Inkscape which replace embedded fonts with OTF fonts.
4278
4279 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4280
4281         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
4282
4283 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4284
4285         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
4286         comment.
4287
4288 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4289
4290         * VERSION (PACKAGE_NAME): release 2.7.25
4291
4292         * Documentation/topdocs/NEWS.tely (Top): document new feature.
4293
4294         * input/regression/stem-direction-context.ly: new file.
4295
4296         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
4297
4298         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
4299         on rest.
4300
4301         * ly/engraver-init.ly: add Melody_engraver
4302
4303         * lily/beam.cc (calc_direction): use default-direction
4304         iso. get_default_direction()
4305
4306         * scm/define-grob-properties.scm (all-user-grob-properties): add
4307         default-direction property.
4308
4309         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
4310
4311         * lily/stem.cc (calc_default_direction): remove
4312         Stem::get_default_direction, use default-direction with callback
4313         instead.
4314
4315         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
4316
4317         * lily/melody-engraver.cc: new file. Acknowledge stems for
4318         interpolated stem directions. 
4319
4320         * lily/melody-spanner.cc: new file. Interpolate stem directions.
4321
4322         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
4323
4324         * lily/slur-configuration.cc (fit_factor): more robust check for
4325         point in curve X-extent.
4326
4327         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
4328         (outside_slur_callback): check for 'outside avoidance.
4329
4330         * lily/slur-configuration.cc (score_extra_encompass): don't use
4331         bound->column() == avoid->column() for checking extents, as this
4332         doesn't work for accidentals. 
4333
4334         * lily/slur-engraver.cc (acknowledge_extra_object): remove
4335         DynamicText hardcoding.
4336
4337         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
4338         crash if bound stem is NULL
4339
4340         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
4341         pedals.
4342
4343 2005-12-22  Graham Percival  <gpermus@gmail.com>
4344
4345         * scm/define-markup-commands.scm: typo.  @code{\raise}
4346         => @code{\\raise}.
4347
4348         * darwin.patch: now used again, includes a
4349         required patch from fink.
4350
4351 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
4352
4353         * po/TODO: mention gtranslator along with kbabel.
4354         * po/fi.po: update translations.
4355
4356 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4357
4358         * lily/relocate.cc (setup_paths): Bugfix.
4359
4360 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4361
4362         * lily/slur-configuration.cc (score_extra_encompass): don't use
4363         "avoid" choice for avoid-slur.
4364
4365         * stepmake/bin/install.py (dest): don't create existing dir.
4366
4367 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4368
4369         * stepmake/bin/install.py: Remove file before copying.
4370
4371         * config.make.in: 
4372         * stepmake/aclocal.m4: Do not substitute INSTALL.
4373
4374 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4375
4376         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
4377         depend on link-tree.
4378
4379         * lily/relocate.cc (setup_paths): only check path for non-absolute
4380         dir without directory part.
4381
4382         * flower/file-name.cc (is_absolute):  new method.
4383         (is_absolute): check root_ too.
4384
4385 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4386
4387         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
4388         relocation code.  Oops, don't comment out too much.
4389
4390         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
4391         iso itself.
4392
4393         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
4394         compile.
4395
4396 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4397
4398         * .cvsignore: Add install-sh.
4399
4400         * autogen.sh (srcdir): Typo.
4401
4402 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4403
4404         * autogen.sh (srcdir): urg. Touch install-sh.
4405
4406         * stepmake/bin/install-sh (Module): remove.
4407
4408         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
4409
4410         * lily/include/relocate.hh: new file.
4411
4412         * lily/relocate.cc: new file. Contain relocation logic.
4413
4414         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
4415         (main): read LILYPOND_VERBOSE as the first thing.
4416
4417         * stepmake/aclocal.m4: remove INSTALL variable.
4418
4419         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
4420         separate target for making font symlinks.
4421         (documentation-dir): use $(if $(findstring )) for switching off
4422         Documentation.
4423
4424         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
4425         something if DOCUMENTATION is no.
4426
4427 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4428
4429         * VERSION: release 2.7.24
4430
4431         * lily/script-column-engraver.cc (stop_translation_timestep):
4432         delay adding to script-column.
4433
4434         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
4435
4436         * python/convertrules.py (conv): rule for number-visibility
4437
4438         * lily/slur-configuration.cc (score_extra_encompass): different
4439         distance measure for avoid and inside avoidance.
4440         (score_extra_encompass): use 1/(distance+eps) as penalty.
4441
4442         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
4443         encompass objects for generating slur curves.
4444
4445         * lily/slur.cc: use details iso. slur-details property.
4446
4447         * input/regression/slur-tuplet.ly: new file.
4448
4449         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
4450
4451         * flower/include/offset.hh (class Offset): new operator /=
4452
4453         * lily/tuplet-number.cc (print): new file, new interface.
4454
4455         * scm/define-grob-properties.scm (all-user-grob-properties):
4456         remove number-visibility property.
4457
4458         * lily/tuplet-bracket.cc (calc_control_points): new function
4459         (calc_connect_to_neighbors): new function.
4460         (print): remove text handling for tuplet numberdef.
4461
4462         * lily/tuplet-engraver.cc (struct Tuplet_description): create
4463         TupletNumbers too. 
4464
4465         * lily/lily-guile.cc (robust_scm2booldrul): new function
4466
4467         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
4468
4469         * lily/tuplet-bracket.cc (calc_position_and_height): use
4470         staff-padding to control whether tuplet brackets are over staves.
4471
4472         * lily/grob.cc (suicide): clear dim_caches_.
4473
4474         * lily/dimension-cache.cc (clear): new function.
4475
4476         * lily/grob.cc (extent): swap order of min-extent and extent
4477         calculations. This fixes hara kiri staves. 
4478
4479 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4480
4481         * lily/main.cc: Nitpick: relocation is not based on path, but on
4482         directory (location).
4483
4484 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4485
4486         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
4487
4488         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
4489
4490         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
4491
4492         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
4493
4494         * stepmake/stepmake/generic-vars.make (Module): idem.
4495
4496         * stepmake/stepmake/executable-targets.make (default): use it.
4497
4498         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
4499
4500         * make/GNUmakefile: don't install make rules.
4501
4502         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
4503         slashes.
4504         (prepend_env_path): more verbosity.
4505
4506 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4507
4508         * GNUmakefile.in: add dir argument for find command.
4509
4510         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
4511         fixes weird line numbers for point & click.
4512
4513         * lily/source-file.cc (get_counts): init line/column/char counts.
4514
4515 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4516
4517         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
4518
4519 2005-12-16  Graham Percival  <gpermus@gmail.com>
4520
4521         * Documentation/user/basic-notation.itely, advanced-notation.itely:
4522         minor fixes from Fredric.  Thanks!
4523
4524 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4525
4526         * ly/music-functions-init.ly: add \bar and \clef music function 
4527
4528         * lily/lily-lexer.cc: idem.
4529
4530         * lily/parser.yy (FIXME): remove BAR and CLEF.
4531
4532 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4533
4534         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
4535
4536         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
4537         function arguments too
4538
4539         * lily/main.cc (set_relocation): new function.
4540
4541         * scripts/musicxml2ly.py (convert): add \version
4542
4543         * lily/tie.cc: remove get_default_attachments()
4544
4545         * VERSION (PACKAGE_NAME): release 2.7.23
4546         
4547         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
4548         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
4549
4550         * Documentation/topdocs/NEWS.tely (Top): document new feature.
4551
4552         * lily/tie-formatting-problem.cc (score_ties): new function
4553         (get_variations): new function. Try flipping dirs for collisions.
4554         (generate_optimal_chord_configuration): new function. 1-opt search
4555         for better configuration.
4556
4557         * lily/tie-configuration.cc: new file.
4558
4559         * lily/tie.cc: junk Tie::get_configuration()
4560
4561         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
4562         (score_ties_configuration): new function.
4563         (generate_ties_configuration): new function.
4564         (generate_base_chord_configuration): new function.
4565         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
4566         (set_manual_tie_configuration): Move body from tie-column-format.cc 
4567
4568         * input/regression/tie-dot.ly: new file.
4569
4570         * lily/tie-formatting-problem.cc (score_configuration): score
4571         tie/dot collisions.
4572
4573         * lily/tie-helper.cc (get_transformed_bezier): new function
4574
4575         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
4576
4577         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
4578         -undefined suppress iso. -framework Python 
4579
4580         * scm/define-grobs.scm (all-grob-descriptions): set
4581         springs-and-rods (thanks Joe Neeman!)
4582
4583 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4584
4585         * input/no-notation/display-lily-tests.ly (test): 
4586         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
4587         changed from \tag #'(a b) to \tag #'a \tag #'b
4588
4589 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4590
4591         * Documentation/topdocs/NEWS.tely: strip out-www.
4592
4593         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
4594
4595         * config.make.in (AR): add AR and RANLIB
4596
4597         * flower/libc-extension.cc: include cassert
4598
4599         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
4600         darwin check.
4601
4602 2005-12-11  Graham Percival  <gpermus@gmail.com>
4603
4604         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
4605
4606         * stepmake/stepmake/python-modules-vars.make: define
4607         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
4608
4609         * THANKS: added Johannes Schindelin.
4610
4611 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4612
4613         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
4614
4615         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
4616         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
4617
4618         * lily/parser.yy: reorganize file layout.
4619
4620         * ly/music-functions-init.ly: add tweak music function.
4621
4622         * lily/grob-info.cc (ultimate_music_cause): new function:
4623         recursively lookup causes. 
4624
4625         * lily/parser.yy (chord_body_element): allow music functions for
4626         post-events, allow music functions for chord elements. 
4627  
4628         * lily/font-config-scheme.cc (display_fontset): add cast.
4629
4630         * python/convertrules.py (FatalConversionError.sub_syms): \tag
4631         #'(a b) -> \tag #'a \tag #'b rule.
4632
4633         * python/musicexp.py (Output_printer.dump_version): new function
4634
4635 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4636
4637         * lily/parser.yy (FIXME): remove \tag
4638         (FIXME): remove tag_music() function.
4639
4640         * lily/lily-lexer.cc: remove \tag
4641
4642         * ly/music-functions-init.ly: define music-function "tag"
4643
4644         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
4645
4646 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4647
4648         * VERSION (PATCH_LEVEL): release 2.7.22
4649
4650         * input/regression/lyric-hyphen-retain.ly: renew.
4651
4652         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
4653         grob
4654
4655         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
4656         iso. minimum-length property for rods.
4657
4658         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
4659         LyricSpace item to keep lyrics spaced apart.
4660
4661         * ly/engraver-init.ly: remove Separating_line_group_engraver
4662
4663         * Documentation/user/music-glossary.tely: do setfilename before
4664         music-glossary.
4665
4666 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
4667
4668         * Documentation/user/lilypond-book.itely: use `,´ after xref:
4669         See xref documentation, for example.
4670
4671 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4672
4673         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
4674         pending_skip iso. ly_voice[-1]
4675         (main): add if __main__ for debugging.
4676
4677         * python/musicxml.py (Accidental.__init__): new class.
4678
4679         * scripts/musicxml2ly.py (progress): new function
4680         (musicxml_key_to_lily): don't barf on modeless keys.
4681         (create_skip_music): new function.
4682         (musicxml_spanner_to_lily_event): new function. Handle beams too.
4683         (musicxml_note_to_lily_main_event): new function.
4684
4685         * python/musicexp.py (Music.__init__): add comment field.
4686         (NestedMusic.append): new routine.
4687         (SequentialMusic.print_ly): print comment.
4688         (ArpeggioEvent.ly_expression): new class
4689         (BeamEvent.ly_expression): new class
4690         (NoteEvent.__init__): support for cautionary/forced accs.
4691
4692         * lily/lookup.cc (slur): normal order for array loop.
4693
4694         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
4695         to 0.0.
4696
4697         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
4698         collapsed.
4699
4700 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
4701
4702         * scm/music-functions.scm: Make phrasing slurs follow voice direction
4703
4704         * scripts/lilypond-book.py: Introduce option
4705             --preserve-line-breaks, for usage with srcltx
4706
4707 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4708
4709         * scm/output-lib.scm (print-circled-text-callback): draw circle
4710         around text using make-circle-markup.
4711
4712         * Documentation/user/*: strip out-www from file names.
4713
4714 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
4715
4716         * Documentation/user/lilypond.tely (direntry): remove empty lines;
4717         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
4718
4719 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4720
4721         * Documentation/user/GNUmakefile: idem.
4722
4723         * Documentation/user/macros.itexi: strip out-www
4724
4725         * python/rational.py: python 2.3 compat.
4726
4727         * VERSION (PATCH_LEVEL): release 2.7.21
4728
4729         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
4730         option formatting, lilypond style.
4731
4732         * python/musicexp.py: grab from Ikebana: a library for composing
4733         ly music expressions. 
4734         (Output_printer): class for advanced .ly printing.
4735         (eg. tupletting) 
4736
4737         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
4738         convert to pythonesque structure.
4739
4740         * python/rational.py: PD rational number class.
4741
4742         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
4743
4744 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
4745
4746         * lily/part-combine-iterator.cc: Minor bugfix
4747         
4748         * THANKS: Update bughunters
4749
4750 2005-12-02  Werner Lemberg  <wl@gnu.org>
4751
4752         * mf/README: Document process for proper mf2pt1 conversion.
4753
4754         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
4755         overlapping.
4756
4757         * mf/feta-harmonica.mf: Removed.  Unused.
4758
4759 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4760
4761         * scripts/lilypond-book.py (do_file): fix thinkos.
4762
4763 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4764
4765         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
4766         ($(outdir)/parser.cc): 
4767         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
4768
4769 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
4770
4771         * ly/titling-init.ly (tagline): it should be a space between
4772         "Music engraving by LilyPond" and the version number.
4773
4774 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4775
4776         * VERSION (PACKAGE_NAME): release 2.7.20
4777
4778 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4779
4780         * scm/define-markup-commands.scm (pad-to-box): new markup command.
4781
4782         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
4783         1.0.
4784         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
4785
4786 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4787
4788         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
4789
4790         * kpath-guile/: remove directory
4791
4792         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
4793         file. Encapsulate kpathsea using commandline tools.
4794
4795         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
4796         kpathsea) module.
4797
4798 2005-11-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4799
4800         * Documentation/user/advanced-notation.itely (Setting automatic
4801         beam behavior): Correct a few typos. Thanks to David Bobroff.
4802
4803         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
4804         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
4805
4806 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4807
4808         * scripts/*.py: gmane address for bugs.
4809
4810 2005-11-28 Pal Benko <benkop@freestart.hu>
4811         
4812         * make/ly-rules.make: add -f switch to mv
4813
4814         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
4815
4816         * lily/bar-line.cc: interpret it
4817
4818 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4819
4820         * configure.in (--disable-documentation): New switch.
4821
4822         * GNUmakefile.in: Use it.
4823
4824         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
4825
4826 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4827
4828         * scripts/lilypond-book.py (do_file): search chunks for
4829         \\begin{document}
4830
4831         * GNUmakefile.in: add copy step in between so we can lose the
4832         out-www directories.
4833
4834 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4835
4836         * lily/pango-font.cc (pango_item_string_stencil): put
4837         geometry.width into glyph-string too.
4838
4839 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4840
4841         * scm/define-music-display-methods.scm (RevertProperty):
4842         (OverrideProperty): Use grob-property-path property, a list of
4843         symbols, instead of grob-property, which used to be a single
4844         symbol.
4845         (BassFigureEvent): a figure can be a plain number, not necessarily a
4846         markup.
4847
4848 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4849
4850         * VERSION: release 2.7.19
4851         
4852         * lily/figured-bass-engraver.cc (process_music): check
4853         figuredBassCenterContinuations first.
4854
4855         * scm/translation-functions.scm (format-bass-figure): make double
4856         sharp larger. 
4857
4858         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
4859         determine X-parent.
4860
4861         * lily/system-start-delimiter-engraver.cc: move from
4862         Nested_system_start_delimiter_engraver, rename
4863         Nested_system_start_delimiter_engraver ->
4864         System_start_delimiter_engraver.
4865
4866         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
4867         bracket type from hierarchy.
4868
4869 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4870
4871         * lily/rest.cc (y_offset_callback): read staff-position.
4872
4873         * scm/define-grob-properties.scm (all-user-grob-properties): don't
4874         mark after-line-breaking-callback as internal.
4875
4876         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
4877
4878 2005-11-25  Werner Lemberg  <wl@gnu.org>
4879
4880         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
4881
4882 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4883
4884         * stepmake/bin/add-html-footer.py (do_file): add google
4885
4886         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
4887         staff if first_start_ is true.
4888
4889 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4890
4891         * scripts/midi2ly.py (split_track): add __repr__ members.
4892         (track_first_item): only return Item if not None. This fixes a
4893         problem when dumping a track that starts with an empty channel.
4894
4895         * python/midi.c: doc module.
4896
4897 2005-11-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4898
4899         * Documentation/user/global.itely (Creating MIDI files): Fix
4900         compilation problem.
4901
4902 2005-11-22  Graham Percival  <gpermus@gmail.com>
4903
4904         * Documentation/user/basic-notation.itely: clarify dynamic
4905         padding text.
4906
4907         * Documentation/user/advanced-notation.itely: add unicode
4908         escape control example, whatever that is.  :)
4909
4910         * Documentation/user/global.itely: added "removing dynamics
4911         from MIDI" code.
4912
4913 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4914
4915         * VERSION (PATCH_LEVEL): release 2.7.18
4916
4917         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
4918         System_start_delimiter_engraver by
4919         Nested_system_start_delimiter_engraver.
4920
4921         * lily/nested-system-start-delimiter-engraver.cc (struct
4922         Bracket_nesting_node): new class.
4923         (struct Bracket_nesting_group): new class
4924         (struct Bracket_nesting_staff): new class.
4925         (process_music): create hierarchy of grobs. This allows separate
4926         tuning of different SSDs. 
4927
4928         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
4929         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
4930
4931 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4932
4933         * lily/side-position-interface.cc (aligned_side): multiply
4934         staff_radius by 2.
4935
4936         * lily/script-engraver.cc (make_script_from_event): allow setting
4937         values to '()
4938
4939 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4940
4941         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
4942
4943         * scm/define-grobs.scm (all-grob-descriptions): new grob
4944         NestedSystemStartDelimiter.
4945
4946         * input/regression/system-start-heavy-bar.ly: new file.
4947
4948         * lily/nested-system-start-delimiter-engraver.cc: new file.
4949
4950         * lily/nested-system-start-delimiter.cc: new file.
4951
4952         * input/regression/system-start-nesting.ly: new file.
4953
4954         * scm/define-grobs.scm (all-grob-descriptions): use X side
4955         positioning for positioning braces for nested contexts.
4956
4957         * lily/system-start-delimiter.cc (print): don't divide extent by
4958         staff_space.
4959         (print): use style iso. glyph.
4960         (staff_bracket): translate glyph inside routine already.
4961
4962 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
4963
4964         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
4965         names.
4966
4967 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4968
4969         * scm/define-context-properties.scm
4970         (all-user-translation-properties): rename figuredBassFormatter
4971         from newFiguredBassFormatter.
4972
4973         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
4974
4975         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
4976
4977         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
4978
4979         * lily/beam.cc (calc_beaming): new function.
4980         (calc_shorten): new function.
4981
4982         * THANKS: add Edward Neeman.
4983
4984         * input/regression/accidental-clef-change.ly: new file.
4985
4986         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
4987
4988         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
4989
4990         * lily/clef-engraver.cc (inspect_clef_properties): reset
4991         localKeySignature for clef changes.
4992
4993 2005-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4994
4995         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
4996         add dummy definition that works in Linux and add information in
4997         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
4998
4999         * Documentation/user/changing-defaults.itely (Modifying context
5000         plug-ins): Add index for \with.
5001
5002         * Documentation/user/music-glossary.tely (dal segno): Updated
5003         example to version >=2.6.
5004
5005 2005-11-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5006
5007         * Documentation/user/instrument-notation.itely (Printing chord
5008         names): Reorder \chordmode and \repeat in one example.
5009
5010 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5011
5012         * VERSION: release 2.7.17
5013         
5014         * Documentation/topdocs/NEWS.tely (Top): add note about
5015         refactoring.
5016
5017         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
5018         new function. Search region of 3 positions for best tie.
5019         (score_configuration): new function.
5020         (score_aptitude): new function.
5021         (generate_configuration): new function.
5022         (get_configuration): new function.
5023         (Tie_formatting_problem): new function
5024
5025         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
5026
5027         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
5028
5029         * THANKS: add Eduardo Vieira & Ralph Little
5030
5031         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
5032         narrower.
5033
5034         * lily/include/tie-formatting-problem.hh (class
5035         Tie_formatting_problem): add Tie_details to
5036         Tie_formatting_problem. Update calling conventions.
5037
5038         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
5039         config.make.
5040
5041         * Documentation/user/lilypond.tely: remove musedata2ly entry.
5042
5043 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
5044
5045         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
5046         scm/define-context-properties.scm: Maintenance bugfix: make
5047         ligature brackets work again by removing obsolete ligature
5048         primitive callback push/pop.
5049
5050         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
5051         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
5052         value.
5053
5054 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5055
5056         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
5057         used and do not call it a path.
5058         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
5059
5060 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5061
5062         * lily/include/tie-formatting-problem.hh (class
5063         Tie_formatting_problem): new file.
5064
5065         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
5066
5067         * Documentation/misc/ChangeLog-2.3:  new file.
5068
5069         * lily/audio-staff.cc (output): degarianize.
5070
5071 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5072
5073         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
5074         Unset PYTHONOPTIMIZE.  Fixes install if set.
5075
5076 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5077
5078         * python/convertrules.py (conv): add warning about drums. 
5079
5080         * make/stepmake.make: include toplevel-version.make after config.make.
5081
5082         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
5083         also allow python2.4
5084
5085         * config.make.in (configure-srcdir): remove GXX GCC vars.
5086
5087         * stepmake/aclocal.m4: don't do non-srcdir build with
5088         symlinks. Use inclusion, so the src directory name can be changed.
5089
5090 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5091
5092         * make/mutopia-vars.make:
5093         * make/ly-vars.make: Use src-wildcard iso wildcard for source
5094         files.
5095
5096 2005-11-13  Werner Lemberg  <wl@gnu.org>
5097
5098         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
5099         but the affected path.  This ensures that the (overlapping) outlines
5100         have the same direction, which is a necessary prerequisite for
5101         FontForge's algorithm to remove overlaps.
5102         Formatting.
5103
5104         * mf/feta-haak.mf: Formatting.
5105         (draw_bracket): Slightly modify outline to avoid an unnecessary
5106         corner.
5107         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
5108         them from the affected paths.
5109
5110 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5111
5112         * mf/README: remove xpm / accordion notes.
5113
5114         * lily/tie-column-format.cc (set_chord_outline): add dots into
5115         skyline extents. This fixes tie formatting if the left head has dots.
5116
5117         * lily/tie.cc (get_configuration): only shift tie by a whole staff
5118         space inside the staff.
5119         (get_configuration): shift another position if necessary in case
5120         of left head tie  
5121
5122 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5123
5124         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
5125         buildscript-dir iso. $(depth)/buildscripts.
5126
5127         * tex/GNUmakefile (local-uninstall): remove
5128         music-drawing-routines.ps juggling.
5129
5130         * stepmake/stepmake/install-targets.make (local-install-files):
5131         prepend src-dir to install targets.
5132
5133         * lily/system-start-delimiter-engraver.cc
5134         (acknowledge_system_start_delimiter): use
5135         add_offset_callback(). This fixes translation of nested
5136         staffgroups.
5137
5138         * lily/grob-closure.cc (add_offset_callback): only encaps in
5139         simple_closure if it's a procedure.
5140         
5141         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
5142         from bar-line.
5143
5144         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
5145         remove-empty where pertinent.
5146
5147 2005-11-12  Graham Percival  <gpermus@gmail.com>
5148
5149         * Documentation/user/instrument-notation.itely: added
5150         Cameron Horsburgh's multiple stanzas docs.  Thanks!
5151
5152 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5153
5154         * lily/GNUmakefile
5155         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
5156         make picture in builddir, not srcdir.
5157
5158 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5159
5160         * VERSION: release 2.7.16
5161         
5162         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
5163         shell arguments. 
5164
5165 2005-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5166
5167         * Documentation/user/examples.itely (Piano templates): Minor
5168         modification to the Piano centered lyrics example.
5169
5170 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5171
5172         * scripts/lilypond-invoke-editor.scm (run-browser): look at
5173         $BROWSER.
5174
5175         * Documentation/user/point-and-click.itely: simplify p&c
5176         instruction: don't configure firefox. Put lilypond-invoke-editor
5177         in front of the browser.
5178
5179         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
5180         (run-browser): new function.
5181
5182         * lily/parser.yy (Lily_lexer): recognize Book
5183
5184         * lily/book.cc (clone): new function
5185
5186         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
5187
5188 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
5189
5190         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
5191         Maintenance bugfix: reduce number of font related warnings by
5192         updating naming conventions for glyph-name.
5193
5194 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5195
5196         * scm/define-grobs.scm (all-grob-descriptions): add
5197         rhythmic-grob-interface to TabNoteHead.
5198
5199         * scm/layout-beam.scm (check-quant-callbacks): remove
5200         set_stem_lengths()
5201
5202 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
5203
5204         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
5205         alignment of centered divisiones.
5206
5207         * scm/scripts.scm (articulations): Maintenance bugfix:
5208         follow-into-staff -> quantize-position.
5209
5210         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
5211         plica head in porrectus deminutus.
5212
5213 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5214
5215         * make/lilypond.fedora.spec.in (Group): add %clean section.
5216
5217         * lily/tuplet-bracket.cc (print): change check: remove bracket if
5218         less then 1/5th of total length.  
5219         (print): use gap too.  Fixes tupletUp-single-bracket.ly
5220
5221         * scm/music-functions.scm (glue-mm-rest-texts): also put other
5222         events into EventChord. This fixes textspanners on mm rests. Fixes
5223         spanner-rest.ly
5224
5225         * lily/side-position-interface.cc (get_axis): read side-axis
5226         (set_axis): set side-axis.
5227
5228         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
5229         properties everywhere.
5230
5231         * lily/spacing-spanner.cc (breakable_column_spacing): add
5232         average-spacing-wishes. Take maximum if not set.
5233         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
5234
5235         * scm/define-grobs.scm (all-grob-descriptions): add
5236         average-spacing-wishes.
5237
5238         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
5239         offset callbacks. This fixes alignment for Fingering objects.
5240
5241         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
5242         space for key - timesig combination. 
5243
5244         * input/regression/script-stem-tremolo.ly (Module): new file.
5245
5246         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
5247         to key sig.
5248
5249         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
5250         Fixes: c-tremolo-script.ly.
5251         
5252         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
5253
5254         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
5255         
5256         * scm/define-grobs.scm (all-grob-descriptions): remove
5257         self-X-offset. Fixes alignment of octavate-8.
5258
5259         * scripts/lilypond-book.py (datadir): look in
5260         LILYPONDPREFIX/share/lilypond/current/
5261
5262         * GNUmakefile.in: symlink current to <VERSION>. 
5263
5264 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
5265
5266         * lily/main.cc: eps listed as a backend.
5267
5268 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5269
5270         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
5271
5272 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5273
5274         * lily/include/score.hh (class Score): remove texts_ member.
5275
5276         * lily/beam.cc (set_stem_lengths): force direction callback.
5277         (print): read quantized-positions, so we can force
5278         Beam::set_stem_lengths to occur.
5279         (rest_collision_callback): use common X parent. 
5280
5281 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5282
5283         * flower/file-path.cc (find): Bugfix: Return name of file found.
5284
5285         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
5286         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
5287         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
5288
5289 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5290
5291         * flower/offset.cc: idem.
5292
5293         * mf/*.mf: update email address.
5294
5295         * lily/font-config-scheme.cc:  new file.
5296
5297         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
5298
5299         * lily/*:  cs.uu.nl -> xs4all.nl
5300
5301         * VERSION (PATCH_LEVEL): release 2.7.15
5302
5303         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
5304         spec files.
5305
5306         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
5307
5308 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5309
5310         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
5311
5312         * lily/staff-performer.cc (process_music): add audio
5313         elements. This makes MIDI instrument changes work once again.
5314
5315         * lily/main.cc (LY_DEFINE): add gmane address.
5316
5317         * lily/beam.cc: remove calc_positions()
5318
5319         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
5320         original_ in private scope.
5321         (class Grob): drop pscore_ pointer, change to output_def pointer.
5322         (class Grob): cleanup class definition.
5323
5324         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
5325
5326 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5327
5328         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
5329         absolute.  Better diagnostics.
5330
5331         * GNUmakefile.in: Add bin/ to tree and populate with some links.
5332         This makes lilypond run from the build directory using argv0
5333         relocation (without any --prefix or LILYPONDPREFIX setting).
5334
5335 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5336
5337         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
5338
5339         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
5340         with simple-closure.
5341
5342         * lily/self-aligment-interface.cc (set_align_self): new function
5343         (set_center_parent): new function.
5344
5345         * lily/side-position-interface.cc (set_axis): new function.
5346
5347         * lily/new-fingering-engraver.cc (position_scripts): use drul for
5348         generic code. 
5349
5350         * scm/define-grob-properties.scm (all-user-grob-properties):
5351         remove [XY]-offset-callbacks add [YX]-offset
5352         
5353 2005-11-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5354
5355         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
5356         entry for time signatures after breathing signs. Bug report by
5357         Scott Russell.
5358
5359 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5360
5361         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
5362         not absolute, make it absolute using PATH.
5363
5364 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5365
5366         * python/midi.c (initmidi): Fix type for mingw.
5367
5368 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5369
5370         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
5371
5372         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
5373         cross compiling.
5374
5375         * stepmake/aclocal.m4: Support python cross compiling.
5376
5377         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
5378         Add mingw section.
5379
5380 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5381
5382         * scm/output-lib.scm (chain-grob-member-functions): replace
5383         chained-callback.cc
5384
5385         * lily/chained-callback.cc (Module): remove file.
5386
5387         * lily/rest-collision.cc (force_shift_callback_rest): change to
5388         chained callback.
5389
5390         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
5391
5392         * lily/grob.cc (y_parent_positioning): remove axis argument from
5393         parent_positioning callbacks.
5394         (Grob): junk init code
5395         (get_offset): use generic property callbacks for
5396         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
5397         (axis_parent_positioning): new function
5398         (axis_offset_symbol): new function
5399         (chain_offset_callback): new function
5400         (add_offset_callback): new function
5401
5402         * lily/beam.cc (rest_collision_callback): change signature; this
5403         is now a chained callback.
5404
5405         * lily/include/dimension-cache.hh (class Dimension_cache): remove
5406         callback administration.
5407
5408         * lily/simple-closure.cc: new file. Smob type that allows "grob
5409         member functions",
5410
5411             (ly:make-simple-closure FUNC A B)
5412
5413         is evaluated as (FUNC grob A B). This allows chaining of callbacks
5414         in various ways.
5415
5416         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
5417         callbacks.
5418
5419         * lily/slur.cc (outside_slur_callback): take 2 arguments.
5420
5421         * lily/rest.cc (polyphonic_offset_callback): remove.
5422
5423         * lily/script-engraver.cc (try_music): remove bool* argument.
5424
5425         * scm/script.scm (default-script-alist): set quantize-position
5426         appropriately.
5427
5428         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
5429
5430         * lily/side-position-interface.cc (aligned_side): move staff
5431         position quantization from
5432         Side_position_interface::quantised_position().
5433         (quantised_position): remove
5434         
5435 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5436
5437         * input/regression/beam-quant-standard.ly: reindent, set
5438         debug-beam-quanting to #t.
5439
5440         * lily/beam-concave.cc (calc_concaveness): set concaveness to
5441         10000 if this is a "hard" concave beam.
5442
5443         * lily/beam.cc (calc_least_squares_positions): change from
5444         calc_least_squares_dy
5445         (set_stem_lengths): this is now a chained callback.
5446
5447         * lily/context-property.cc (execute_general_pushpop_property):
5448         bugfix override with procedure should have effect.
5449
5450         * scm/define-grob-properties.scm (all-internal-grob-properties):
5451         remove position-callbacks.
5452
5453         * scm/define-grobs.scm (all-grob-descriptions): use
5454         ly:make-callback-chain for positions property.
5455
5456         * scm/layout-beam.scm (check-quant-callbacks): return list of
5457         chained callbacks.
5458
5459         * scm/lily.scm (type-p-name-alist): add callback-chain
5460
5461         * lily/lily-guile.cc (type_check_assignment): type check failure
5462         is warning not message.
5463
5464         * lily/grob-property.cc (try_callback): walk callback chain if
5465         appropriate.
5466
5467         * lily/chained-callback.cc: new file. new smob type.
5468
5469         * lily/lily-guile.cc (procedure_arity): new function.
5470
5471 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5472
5473         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
5474
5475 2005-10-25  John Mandereau  <john.mandereau@free.fr>
5476  
5477         * Documentation/user/instrument-notation.itely (Figured bass):
5478         describe new features
5479
5480 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5481
5482         * lily/beam.cc (calc_least_squares_dy): use property callback.
5483
5484         * lily/beam-concave.cc (calc_concaveness): use property callback.
5485
5486         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
5487
5488 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5489
5490         * HACKING: Update.
5491
5492 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5493
5494         * scm/layout-page-layout.scm (page-headfoot): annotate
5495         pagetopspace too.
5496
5497         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
5498
5499         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
5500         doesn't take y-space.
5501
5502         * scm/paper.scm (paper-alist): fix A7 dimensions. 
5503
5504 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5505
5506         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
5507         src-wildcard, remove $(wildcard).
5508
5509         * po/GNUmakefile (PO_FILES): 
5510         * ps/GNUmakefile (PS_FILES): 
5511         * tex/GNUmakefile (TEX_FILES): 
5512         * cygwin/GNUmakefile (POSTINSTALLS):
5513         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
5514         some wildcard calls.
5515
5516 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5517
5518         * THANKS: add Thomas Bushnell.
5519
5520 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5521
5522         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
5523         (lilypond-main): Redirect to gui-main if 'gui is set.
5524
5525         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
5526         for alternative installations kludging s/share/lib/g
5527         LILYPONDPREFIX. 
5528
5529         * SConstruct (libdir_package_version): Define.
5530
5531         * python/SConscript: 
5532         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
5533         module in libdir.  
5534
5535 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5536
5537         * lily/main.cc: clarify --safe.
5538
5539 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5540
5541         * VERSION: release 2.7.14
5542         
5543         * Documentation/user/*.itely: remove minimumVerticalExtent.
5544
5545         * scm/define-grobs.scm (all-grob-descriptions): remove
5546         RemoveEmptyVerticalGroup
5547
5548         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
5549
5550         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
5551         compile on MOSX
5552
5553         * python/convertrules.py (conv): add rules.
5554
5555         * lily/grob.cc: remove is_empty()
5556
5557         * lily/grob-property.cc: remove add_to_list_property().
5558
5559         * scripts/convert-ly.py (datadir): add prefix switching hack to
5560         .py too.
5561
5562         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
5563         space-function tweak.
5564
5565         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
5566
5567         * scm/define-grob-properties.scm (all-user-grob-properties):
5568         remove callback property.
5569
5570         * lily/include/grob.hh (class Grob): remove property_callbacks_
5571         member. Properties of procedure type are assumed to be callbacks.
5572
5573         * lily/ligature-engraver.cc (override_stencil_callback):
5574         rewrite. Use noteHeadLigaturePrimitive as source.
5575
5576         * scm/define-grob-properties.scm (all-internal-grob-properties):
5577         remove ligature-primitive-callback
5578
5579         * lily/include/dimension-cache.hh (class Dimension_cache): make
5580         class, with Grob as friend.
5581
5582         * lily/grob.cc: remove set_extent_callback(), set_extent() and
5583         has_extent_callback()
5584
5585         * scm/translation-functions.scm (format-new-bass-figure): read
5586         figuredBassPlusDirection
5587
5588         * scm/define-context-properties.scm
5589         (all-user-translation-properties): add figuredBassPlusDirection.
5590
5591         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
5592
5593         * lily/align-interface.cc (set_ordered): new function.
5594
5595         * lily/grob.cc (flush_extent_cache): rewrite.
5596
5597         * lily/dimension-cache.cc (Dimension_cache): cache extent as
5598         Interval pointer directly.
5599
5600         * lily/main.cc (setup_paths): insert extra / .
5601         (setup_paths): junk cff entry.
5602
5603         * lily/font-config.cc (init_fontconfig): only add type1 / otf
5604         directories.
5605
5606         * lily/axis-group-engraver.cc (finalize): remove
5607         extraVerticalExtent, minimumVerticalExtent verticalExtent.
5608
5609         * lily/grob.cc (Grob): don't set extent from ctor.
5610         (extent): use property callbacks. 
5611
5612         * lily/axis-group-interface.cc: remove set_axes() function.
5613
5614         * lily/grob-property.cc (del_property): new function.
5615
5616 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5617
5618         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
5619         
5620 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5621
5622         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
5623
5624 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5625
5626         * mf/SConscript: Updates.
5627
5628         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
5629
5630         * stepmake/stepmake/*:
5631         * */GNUmakefile:
5632         * config.make.in:
5633         * GNUmakefile.in:
5634         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
5635         from any directory in build-dir.  Cleanups.
5636
5637         * make/srcdir.make.in: Remove.
5638
5639         * lily/main.cc (setup_paths): Fix and document build-dir hack.
5640
5641         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
5642         main).
5643
5644         * lily/SConscript: Remove ttftools.
5645
5646         * SConstruct: Resurrect.
5647
5648 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5649
5650         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
5651         Y coordinate. 
5652
5653         * lily/paper-book.cc (add_score_title): put Paper_score title into
5654         systems_ list.
5655
5656         * scm/translation-functions.scm (format-new-bass-figure): also
5657         allow plus in combination with _
5658
5659 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5660
5661         * VERSION: 2.7.13 released.
5662
5663         * lily/note-collision.cc (check_meshing_chords): don't wipe
5664         stencil, merely set transparent.
5665
5666         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
5667         (Top): document #'callbacks.
5668         (Top): document nested \override.
5669
5670         * input/regression/figured-bass.ly: update for slash and pluses.
5671
5672         * input/regression/figured-bass-continuation-forbid.ly (Module):
5673         new file.
5674
5675         * scm/translation-functions.scm (format-new-bass-figure): use
5676         slashed-digit if diminished is set.
5677         (format-new-bass-figure): add + if 'augmented is set.
5678
5679         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
5680
5681         * input/test/piano-staff-distance.ly: remove file.
5682
5683         * Documentation/user/advanced-notation.itely (Formatting cue
5684         notes): use length-fraction for making stems/beams smaller.
5685
5686         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
5687         modifications.
5688
5689         * lily/new-figured-bass-engraver.cc: new property
5690         centerFiguredBassContinuations
5691
5692         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5693         use callbacks.
5694
5695         * lily/context-property.cc (execute_general_pushpop_property):
5696         robustness checks.
5697
5698         * input/regression/override-nest.ly: new file.
5699
5700         * python/convertrules.py (FatalConversionError.subber): conversion
5701         rule for #'callbacks
5702
5703         * input/regression/override-nest.ly: new function.
5704
5705         * lily/parser.yy (music_property_def): allow \override #'a #'b =
5706         #c too. 
5707
5708         * lily/context-property.cc (lookup_nested_property): new function.
5709         (evict_from_alist): new function.
5710         (general_pushpop_property): new function.
5711         (execute_general_pushpop_property): rewrite. Support nested
5712         properties too.
5713
5714 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5715
5716         * lily/beam.cc: use length-fraction too.
5717
5718         * scm/define-grob-properties.scm (all-user-grob-properties):
5719         remove property flag-width-function
5720         (all-user-grob-properties): remove space-function.
5721
5722         * scm/layout-beam.scm: remove flag-width-function.
5723
5724         * lily/beam.cc: remove flag-width-function
5725
5726         * scm/layout-beam.scm: remove beam dir functions.
5727
5728         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
5729
5730         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
5731         for easier grace tweaks.
5732
5733         * lily/beam.cc: remove dir-function.
5734
5735         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
5736
5737         * lily/grob.cc: remove spacing-procedure.
5738
5739         * lily/note-head.cc (calc_stem_attachment): new function.
5740         (internal_print): use callback to get glyph-name.
5741
5742         * lily/grob-property.cc (get_interfaces): new function.
5743
5744         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
5745
5746         * lily/stem.cc (calc_stem_end_position): new function.
5747         (calc_length): new function.
5748         document details for stem.
5749         remove Stem::get_direction()
5750
5751         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
5752
5753         * lily/grob-property.cc (set_callback): new function.
5754
5755         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
5756
5757         * lily/item-scheme.cc: new file.
5758
5759         * lily/bar-line.cc (before_line_breaking): remove function.
5760         remove bar-size-procedure, break-glyph-function
5761
5762         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
5763
5764         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
5765
5766         * lily/system-start-delimiter.cc (print): suicide from
5767         here. Remove after_line_breaking_callback.
5768
5769         * lily/script-interface.cc (calc_direction): use callback for direction.
5770
5771         * lily/side-position-interface.cc (aligned_side): don't use
5772         Side_position_interface::get_direction directly. Use callback. 
5773
5774         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
5775         calculate stencil.
5776         (get_print_stencil): rename from get_stencil: create stencil with
5777         transparency, color and cause. 
5778
5779         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
5780
5781         * python/convertrules.py (conv): insert temporary warning rule.
5782
5783         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
5784
5785         * lily/grob-property.cc (try_callback): remove marker if applicable.
5786
5787         * lily/grob.cc: elucidate doc about after/before-line-breaking
5788
5789         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
5790
5791         * lily/stem.cc (height): idem.
5792
5793         * lily/stem-tremolo.cc: idem.
5794
5795         * lily/slur.cc (height): don't use get_uncached_stencil()
5796
5797         * lily/rest.cc (y_offset_callback): use offset callback
5798         iso. after-line-breaking callback.
5799
5800         * lily/grob.cc: change after/before-line-breaking-callback to
5801         after/before-line-breaking dummy properties.
5802
5803         * lily/include/grob.hh: remove Grob_status.
5804
5805         * scm/define-context-properties.scm
5806         (all-user-translation-properties): remove verticalAlignmentChildCallback
5807
5808         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
5809         (calc_direction): use callback
5810         (calc_positions): use callback.
5811
5812         * lily/tie.cc (calc_direction): use callback. Only call parent
5813         positioning for more than one tie.
5814
5815         * lily/tie-column.cc (calc_positioning_done): use callback
5816
5817         * lily/slur-scoring.cc (calc_control_points): use callback
5818
5819         * lily/slur.cc (calc_direction): use callback.
5820
5821         * lily/note-collision.cc (force_shift_callback): remove.
5822
5823         * lily/dot-column.cc (force_shift_callback): remove. Use
5824         other_axis_parent_positioning.
5825
5826         * lily/grob.cc (other_axis_parent_positioning): new function.
5827         (same_axis_parent_positioning): new function
5828
5829         * lily/align-interface.cc (alignment_callback): remove function.
5830
5831         * lily/note-collision.cc (calc_positioning_done): use callback.
5832
5833         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
5834         (calc_direction): idem.
5835         remove print function.
5836
5837         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
5838
5839         * lily/dot-column.cc (calc_positioning_done): use callback.
5840
5841         * lily/break-align-interface.cc (calc_positioning_done): use callback.
5842
5843         * lily/beam.cc (calc_direction): use pseudo-property for beam
5844         direction callback.
5845         (calc_positions): use callback 
5846
5847         * lily/align-interface.cc (calc_positioning_done): use
5848         callback. Fold fixed  distance and normal alignment in one function.
5849
5850         * lily/stem.cc (calc_stem_end_position): use callback.
5851         (calc_positioning_done): idem.
5852         (calc_direction): idem.
5853         (calc_stem_end_position): idem
5854         (calc_stem_info): idem.
5855
5856         * lily/grob-property.cc (get_property_data): new function: 
5857         (try_callback): new function.
5858
5859         * scm/define-grob-properties.scm (all-user-grob-properties): doc
5860         callbacks property.
5861
5862         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
5863
5864 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5865
5866         * lily/tie.cc (get_position): robustness fix. Don't crash if a
5867         tie
5868         has no heads.
5869         
5870         * lily/include/*.hh (Module): compile fixes.
5871
5872 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
5873
5874         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
5875         as an argument for char-syntax: use (char-syntax (or nil 0)) 
5876         instead of (char-syntax nil), thanks to Milan Zamazal.
5877
5878 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5879
5880         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
5881         dist.
5882
5883         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
5884         themselves.
5885
5886 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5887
5888         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
5889         add class_name() method.
5890
5891         * lily/music-scheme.cc: remove ly:music-name.
5892
5893 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5894
5895         * cygwin/postinstall-lilypond.sh: Remove cruft.
5896
5897         * cygwin/postremove-lilypond.sh: Remove.
5898
5899         * cygwin/GNUmakefile (default): Remove postremove rules.
5900
5901 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5902
5903         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
5904         even header too.
5905         
5906         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
5907         MacOS 9 users.
5908
5909         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
5910         consider break index for broken spanner.
5911
5912         * scm/define-markup-commands.scm (wordwrap-string): remove \r
5913         characters from string before splitting.
5914
5915 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5916
5917         * scm/framework-ps.scm (output-preview-framework): use
5918         is-book-title to determine whether to chop off the booktitle.
5919
5920         * lily/paper-book.cc (systems): init from book-title-properties
5921         (add_score_title): init score-title-properties.
5922
5923         * ly/paper-defaults.ly: add {score,book}-title-properties.
5924
5925         * scm/document-backend.scm (lookup-interface): error message if
5926         using unknown interface.
5927
5928         * lily/volta-bracket.cc (after_line_breaking): new function. Set
5929         edge-height.
5930
5931         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
5932         make_bracket.
5933         (make_bracket): new function.
5934
5935         * scm/lily.scm (define-scheme-options): add paper-size option.
5936
5937         * ly/declarations-init.ly (laissezVibrer): get paper size from
5938         -dpaper-size
5939
5940         * scm/translation-functions.scm: use \fontsize for changing the
5941         fontsize.
5942
5943         * scm/define-grobs.scm (all-grob-descriptions): set
5944         between-length-limit to 1.0
5945
5946         * lily/tie-helper.cc: add between_length_limit_ detail property.
5947
5948         * mf/feta-bolletjes.mf: typos.
5949
5950         * lily/note-head.cc (internal_print): don't shadow idx
5951         parameter. This fixes wrong attachment for do shape heads.
5952
5953 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5954
5955         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
5956
5957         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
5958
5959         * scm/layout-slur.scm: rename from slur.scm
5960
5961         * scm/layout-page-layout.scm: rename from page-layout.scm
5962
5963         * scm/layout-beam.scm: rename from beam.scm
5964
5965         * scm/define-grob-interfaces.scm (bass-figure-interface): add
5966         bass-figure-interface
5967
5968         * lily/new-figured-bass-engraver.cc (process_music): add
5969         implicitBassFigures property.
5970         
5971         * scm/define-markup-commands.scm (pad-x): new markup.
5972
5973         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
5974         minimumVerticalExtent on FiguredBass context.
5975
5976         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
5977         case the continuation crosses a line break.
5978
5979 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5980
5981         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
5982         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
5983         absolute file name bug.  
5984
5985 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5986
5987         * VERSION (PACKAGE_NAME): release 2.7.12
5988
5989         * input/regression/figured-bass-continuation-center.ly: new file.
5990
5991         * input/regression/beam-outside-beamlets.ly: new file.
5992
5993         * lily/beam.cc (set_beaming): don't clip edges.
5994         (connect_beams): don't clip edges.
5995
5996         * lily/beaming-info.cc (clip_edges): new function.
5997
5998         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
5999
6000         * Documentation/user/instrument-notation.itely (Figured bass):
6001         demonstrate extenders, update seealso links.
6002
6003         * scm/titling.scm (marked-up-headfoot): change tagline
6004         handling. tagline = ##f will blank the tagline as well.
6005
6006 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6007
6008         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
6009
6010         * lily/new-figured-bass-engraver.cc (struct
6011         New_figured_bass_engraver): add new_music_found_ member.
6012
6013         * lily/lilypond-version.cc (Lilypond_version): deal with
6014         incorrectly formatted version strings. 
6015
6016         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
6017         New_figured_bass_engraver by default.
6018
6019         * lily/ttf.cc (print_trailer): only define glyph names when
6020         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
6021
6022 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6023
6024         * lily/horizontal-bracket.cc (make_bracket): new function.
6025
6026         * scm/define-grobs.scm (all-grob-descriptions): new grobs
6027         NewBassFigure, BassFigureBracket, BassFigureContinuation,
6028         BassFigureLine, BassFigureAlignment
6029
6030         * lily/new-figured-bass-engraver.cc (process_music): new file.
6031
6032         * lily/figured-bass-continuation.cc: new file.
6033
6034         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
6035         new file.
6036
6037 2005-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6038
6039         * scripts/lilypond-book.py: Bug fix, put the quote around the
6040         actual score for LaTeX documents.
6041
6042         * scm/define-grobs.scm (all-grob-descriptions): Change
6043         collapse-height of the SystemStartBracket grob to 5.0, 
6044         so the bracket disappears for single stave score lines (similarly
6045         to SystemStartBraces). 
6046
6047         * Documentation/user/advanced-notation.itely (Polymetric
6048         notation): Clarify the use of compressMusic.
6049
6050         * Documentation/user/basic-notation.itely (Grace notes): Clarify
6051         that the grace spacer note in other staves need the same duration
6052         and document the stroke-style property.
6053
6054 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6055
6056         * Documentation/user/global.itely (Vertical spacing): document
6057         alignment-extra-space and fixed-alignment-extra-space.
6058
6059         * Documentation/topdocs/NEWS.tely (Top): add entry.
6060
6061         * input/regression/alignment-vertical-spacing.ly: new file.
6062
6063         * python/convertrules.py (conv): add rule.
6064
6065         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
6066
6067         * lily/align-interface.cc (stretch_after_break): new
6068         function. Read fixed-alignment-extra-space property.
6069         (align_elements_to_extents): read alignment-extra-space property.
6070
6071         * lily/lily-guile.cc (robust_scm2dir): new function.
6072
6073         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
6074         (annotate-space-left): new function. Annotate space left on page. 
6075         (annotate-y-interval): new function.
6076         (paper-system-annotate-last): new function. Annotate bottom-space.
6077
6078         * mf/feta-beugel.mf (y): 
6079
6080 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6081
6082         * VERSION (PACKAGE_NAME):  release 2.7.11
6083
6084         * scm/lily-library.scm (interval-translate): new function
6085         (interval-center): new function. 
6086
6087         * scm/page-layout.scm (paper-system-annotate): new function. Add
6088         arrows for dimensions.
6089  
6090         * scm/stencil.scm (dimension-arrows): new function.
6091
6092         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
6093
6094         * input/regression/page-spacing.ly: add annotatespacing
6095
6096         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
6097         (LY_DEFINE): new function ly:paper-system-set-property!
6098
6099         * Documentation/user/global.itely (Paper size): explain how to add
6100         sizes.
6101
6102         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
6103         correspond to GS's definition.
6104
6105         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
6106         tuplet bracket.
6107         (print): only connect to next bracket if the next one is alive.
6108         (print): set padding to 0.0 if the bound is a breakable
6109         column. This makes tupletFullLength brackets reach up to the staff
6110         line if it doesn't connect to the next line.
6111
6112 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6113
6114         * lily/bar-number-engraver.cc: correct docs.
6115
6116         * scm/output-lib.scm (first-bar-number-invisible): rename from
6117         default-bar-number-visibility
6118
6119 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6120
6121         * scm/define-music-properties.scm (all-music-properties): remove
6122         predicate property.
6123
6124 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
6125
6126         * po/fi.po: refresh.
6127
6128 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6129
6130         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
6131         superfluous s1.
6132         (disappear): bugfix.
6133
6134         * lily/stem-tremolo.cc (raw_stencil): read slope property.
6135
6136         * lily/include/paper-system.hh (class Paper_system): remove
6137         staff_extents_ member.
6138
6139         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
6140
6141         * lily/include/paper-system.hh (class Paper_system): remove
6142         number_ variable. Remove is_title_. Remove break_before_penalty_
6143
6144         * lily/paper-book.cc (systems): use 'number property iso. number_
6145         member.
6146
6147         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
6148         remove ly:paper-system-number.
6149
6150         * scm/lily-library.scm (paper-system-title?): new function.
6151
6152         * lily/book.cc (process): bugfix: flip ?: cases. 
6153
6154         * Documentation/user/changing-defaults.itely (Difficult tweaks):
6155         add outputProperty.
6156
6157         * ly/music-functions-init.ly: add outputProperty music function.
6158
6159         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
6160
6161         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
6162         and next-padding.
6163         (optimal-page-breaks): rename from ly:optimal-page-breaks.
6164
6165         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
6166
6167         * lily/paper-system.cc (internal_get_property): new function.
6168
6169         * Documentation/user/global.itely (Vertical spacing): refer to
6170         page-spacing.ly
6171
6172         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
6173         pagetopspace
6174
6175         * input/regression/page-spacing.ly: new file.
6176
6177         * input/regression/page-top-space.ly: new file.
6178
6179         * lily/spacing-spanner.cc: cmath -> math.h
6180
6181         * lily/paper-system.cc (read_left_bound): new function. Read
6182         line-break-system-details from left bound to determine extents.
6183  
6184         * Documentation/user/programming-interface.itely (Using LilyPond
6185         syntax inside Scheme): change applyxxx -> applyXxx.
6186
6187         * ly/music-functions-init.ly: add outputProperty music function.
6188
6189         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
6190
6191         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
6192
6193         * python/convertrules.py (conv): rule
6194
6195         * ly/music-functions-init.ly: applyxxx -> applyXxx
6196
6197         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
6198         TabVoice to Voice.
6199
6200 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6201
6202         * flower/include/real.hh: include <math.h> iso. <cmath>
6203
6204         * flower/include/offset.hh: include real.hh
6205
6206 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6207
6208         * Documentation/user/changing-defaults.itely (Difficult tweaks):
6209         fix example, now that 'interfaces is no longer directly available.
6210
6211         * lily/book.cc (process): don't crash if paper == NULL.
6212
6213         * po/fr.po: update.
6214
6215 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6216
6217         * scm/define-music-types.scm (music-descriptions): set length and
6218         start-callback for QuoteMusic
6219
6220 2005-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6221
6222         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
6223         arguments. Fixes compilation error with gcc 3.3.
6224
6225 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6226
6227         * VERSION: release 2.7.10
6228
6229         * stepmake/stepmake/python-module-rules.make
6230         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
6231
6232         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
6233         real.hh
6234
6235 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6236
6237         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
6238         -Werror. Otherwise GCC barfs over various optimizations.
6239
6240         * scm/define-grob-properties.scm (all-internal-grob-properties):
6241         add note-head property
6242
6243         * Documentation/user/instrument-notation.itely (Laissez vibrer
6244         ties): new node.
6245
6246         * input/regression/laissez-vibrer-ties.ly: new file.
6247
6248         * lily/laissez-vibrer-engraver.cc: new file.    
6249
6250         * lily/include/tie-column-format.hh: new file.
6251
6252         * lily/tie-column-format.cc: new file. 
6253
6254         * lily/tie-column.cc (set_manual_tie_configuration): new function.
6255
6256         * lily/laissez-vibrer-tie.cc: new file.
6257
6258         * lily/include/laissez-vibrer-tie.hh: new file.
6259
6260         * ly/engraver-init.ly: add Laissez_vibrer_engraver
6261
6262         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
6263
6264         * scm/define-grobs.scm (all-grob-descriptions): add
6265         LaissezVibrerTie, LaissezVibrerTieColumn
6266
6267         * lily/tie-column.cc (set_tie_config_directions): new function
6268         (final_shape_adjustment): new function.
6269         (shift_small_ties): new function.
6270
6271         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
6272
6273         * lily/include/tie.hh (struct Tie_details): add x_gap_
6274         (struct Tie_configuration): add head_position_
6275
6276         * lily/tie-column.cc (set_chord_outline): new function.
6277
6278         * mf/cmr.enc.in:  remove file.
6279
6280 2005-09-11  Graham Percival  <gpermus@gmail.com>
6281
6282         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
6283
6284 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6285
6286         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
6287         reduce aliasing effects.
6288
6289         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
6290         box in skyline.
6291
6292 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6293
6294         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
6295
6296         * flower/include/real.hh: std::fabs too.
6297
6298 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
6299
6300         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
6301
6302         * lily, flower: Include C++ iso C headers.  Import namespace std
6303         throughout.
6304
6305         * lily/side-position-interface.cc: 
6306         * lily/scm-hash.cc: 
6307         * lily/note-head.cc: 
6308         * lily/include/includable-lexer.hh: 
6309         * flower/include/string-data.icc: Remove using std::*.
6310
6311         * lily, flower: Include C++ iso C headers.  Import namespace std
6312         throughout.
6313
6314         * lily/side-position-interface.cc: 
6315         * lily/scm-hash.cc: 
6316         * lily/note-head.cc: 
6317         * lily/include/includable-lexer.hh: 
6318         * flower/include/string-data.icc: Remove using std::*.
6319
6320         * Documentation/user/instrument-notation.itely (Entering lyrics):
6321         Multiple latin-1->utf-8 conversion fix.
6322
6323         * Documentation/user/*tely: Update Emacs cookie to utf-8.
6324
6325 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6326
6327         * lily/tie.cc (get_configuration): also avoid dots for non-space
6328         situations.
6329
6330 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6331
6332         * Documentation/user/instrument-notation.itely: Bugfix.
6333
6334 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6335
6336         * tex/GNUmakefile: don't install texinfo.tex
6337
6338         * tex/ : cleanup: remove unused files.
6339
6340         * lily/general-scheme.cc: remove my_{isinf,isnan}.
6341
6342         * flower/include/real.hh: using std::{isnan,isinf}
6343         
6344         * VERSION (PATCH_LEVEL): release 2.7.9
6345
6346 2005-09-05  Graham Percival  <gpermus@gmail.com>
6347
6348         * Documentation/user/ instrument-notation.itely,
6349         advanced-notation.itely: minor tweaks.
6350
6351         * input/test/script-chart.ly: add item padding.
6352
6353 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6354
6355         * flower/offset.cc: use math.h iso. <cmath>
6356
6357         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
6358         of IE users.
6359
6360         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
6361         (widen-left-stencil-edges): new function. Fix alignment problems
6362         with LaTeX includegraphics.
6363
6364         * lily/text-interface.cc (interpret_markup): use abort().
6365
6366 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6367
6368         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
6369
6370         * lily/tie.cc (get_configuration): update bezier shape as we
6371         change Y positions.
6372         (get_configuration): don't move large ties if we're outside of the
6373         staff.
6374
6375 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6376
6377         * scm/define-markup-commands.scm (strut): swap X and Y dims.
6378         
6379 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6380
6381         * .cvsignore: Add auto-generated configure files and then some.
6382
6383 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6384
6385         * scm/define-grobs.scm (DynamicLineSpanner): Add
6386         X-extent-callback.  Fixes hairpin-slur collision.
6387
6388 2005-08-31  Graham Percival  <gpermus@gmail.com>
6389
6390         * Documentation/user/advanced-notation.itely,
6391         basic-notation.itely: minor changes.
6392
6393 2005-08-31  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6394
6395         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
6396         \linebreak between each .eps file if \betweenLilyPondSystem is
6397         undefined. 
6398
6399         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
6400         music): Document the \linebreak
6401
6402         * Documentation/user/lilypond-book.itely,
6403         input/tutorial/lbook-latex-test.tex,
6404         Documentation/user/examples.itely: Remove \usepackage{graphics}
6405
6406 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6407
6408         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
6409
6410         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
6411         compat bugfix.
6412
6413         * scripts/lilypond-book.py (PREAMBLE_LY): define
6414         inside-lilypond-book
6415         (modify_preamble): new function. Insert \RequirePackage{graphics}
6416         when no {graphics found in preamble.  
6417
6418 2005-08030  Graham Percival  <gpermus@gmail.com>
6419
6420         * Documentation/user/basic-notation.itely, global.itely,
6421         tutorial.itely: misc small changes.
6422
6423 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6424
6425         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
6426         VERSION.
6427
6428 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6429
6430         * lily/tie-column.cc (new_directions): put Tie down on center
6431         staff line. 
6432
6433         * lily/script-interface.cc (before_line_breaking): use
6434         Grob::programming_error
6435
6436         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
6437
6438         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
6439         of splitext.
6440
6441 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6442
6443         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
6444
6445 2005-08-29  Werner Lemberg  <wl@gnu.org>
6446
6447         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
6448         the `*.scale.pfa' files to avoid warnings.
6449
6450 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6451
6452         * lily/tempo-performer.cc (process_music): idem.
6453
6454         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
6455
6456 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6457
6458         * Documentation/user/advanced-notation.itely (Text markup): not a
6459         fragment.
6460
6461         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
6462
6463         * lily/staff-performer.cc (initialize): add tempo/name to
6464         audio_staff_
6465
6466
6467 2005-08-26  Graham Percival  <gpermus@gmail.com>
6468
6469         * Documentation/user/advanced.itely: add text-only example.
6470
6471         * Documentation/user/invoking.itely: add index entries for
6472         convert-ly.
6473
6474         * Documentation/user/ tutorial.itely, basic-notation.itely:
6475         small fixes suggested by Steve D.  Thanks!
6476
6477 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6478
6479         * input/regression/markup-bidi-pango.ly: new file.
6480
6481         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
6482         standard. Remove #ifdef. Remove memleak.
6483         (text_stencil): use text_dir to decide how to composite items.
6484         (text_stencil): determine uniform text direction for the entire
6485         string.
6486
6487         * scripts/lilypond-book.py (output_name): remove
6488         latex_filter_cmd. Non-portable to non-Unix systems. 
6489         (get_latex_textwidth): use File.write and os.unlink() instead.
6490
6491         * THANKS: add Vicente & Trevor.
6492
6493         * lily/grob.cc (discretionary_processing): look up origin for
6494         programming_error too. 
6495
6496         * input/regression/tie-broken.ly: new file.
6497
6498         * lily/tie-column.cc (set_chord_outlines): set outline for line
6499         break case too.
6500         
6501 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6502
6503         * lily/pango-font.cc (text_stencil): don't translate glyphs in
6504         unscaled transform, just translate stencils.
6505
6506         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
6507         MIDI.
6508
6509         * scm/define-markup-commands.scm (wordwrap-string): use
6510         text-direction
6511         (wordwrap-stencils): idem.
6512         (line): idem.
6513         (fill-line): idem.
6514         (wordwrap-stencils): translate last line to right for
6515         text-direction = LEFT.
6516
6517         * scm/define-grob-properties.scm (all-user-grob-properties): add
6518         text-direction.
6519
6520 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6521
6522         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
6523         when copying a Lily_parser object.
6524
6525 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6526
6527         * scm/define-markup-commands.scm (null): add null markup.
6528
6529 2005-08-25  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6530
6531         * lily/item.cc: Add documentation of center-invisible
6532
6533 2005-08-24  Graham Percival  <gpermus@gmail.com>
6534
6535         * Documentation/user/advanced-notation.itely: add info about
6536         raising text.
6537
6538         * Documentation/user/programming-interface.itely: fix example
6539         involving raised text.
6540
6541 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6542
6543         * lily/beam.cc (print): fix X start/end points of isolated
6544         beamlets.
6545
6546         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
6547
6548         * lily/multi-measure-rest.cc (set_text_rods): new function.
6549
6550         * lily/vertical-align-engraver.cc (process_music): call
6551         Align_interface::set_axis(). This forces #'elements to be ordered,
6552         preventing random vertical reordering of staves.
6553
6554         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
6555         add avoid-slur property. 
6556
6557         * Documentation/user/basic-notation.itely (Measure repeats): add
6558         countPercentRepeats example.
6559
6560         * Documentation/user/advanced-notation.itely (Other text markup
6561         issues): remove remark about normal-font.  We have \normal-text
6562
6563         * input/regression/tie-chord.ly: add note about remaining bugs.
6564
6565         * lily/tie.cc (print): try Tie_column::set_directions () if
6566         control-points not yet defined.
6567
6568 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6569
6570         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
6571         extent. This fixes braces falling out of the EPS bbox.
6572
6573         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
6574         exactly to bbox.
6575
6576 2005-08-23  Graham Percival  <gpermus@gmail.com>
6577
6578         * {various} : change #up->#UP and #down->#DOWN.
6579
6580         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
6581
6582         * Documentation/user/advanced-notation.itely: clarify
6583         what objects handles text on a multimeasure rest.
6584
6585 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6586
6587         * VERSION (PATCH_LEVEL): release 2.7.7
6588
6589 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6590
6591         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
6592
6593         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
6594
6595         * input/regression/*.ly: formatting clean-up. Default layout
6596         before music expression.
6597
6598         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
6599         romanze28-2 example.
6600
6601         * scm/ps-to-png.scm: remove dir-re function.
6602         (make-ps-images): generate page names, instead of globbing them.
6603         This brings down LilyPond memory usage for make web by a factor
6604         10. 
6605
6606         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
6607         don't use glob. With 3000 files, globbing
6608         Documentation/user/out-www/ can take too much time. 
6609         
6610         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
6611
6612         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
6613
6614         * input/regression/tie-manual.ly: new file
6615
6616         * input/regression/tie-chord.ly: update.
6617
6618         * flower/include/interval.hh (struct Interval_t): 
6619
6620         * lily/tie.cc (distance): new function 
6621         (height): new function.
6622         (init): new function
6623         (Tie_details): new struct.
6624
6625         * lily/skyline.cc (skyline_height): new function.
6626
6627         * lily/tie-column.cc (set_chord_outlines): new function.
6628         (new_directions): read tie-configuration
6629
6630         * lily/skyline.cc: fix ASCII art.
6631         
6632 2005-08-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6633
6634         * python/convertrules.py (string_or_scheme): Fix spelling error
6635
6636 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6637         
6638         * lily/tie-column.cc (set_directions): set directions only once.
6639         (add_configuration): new function.
6640
6641         * lily/tie.cc (set_control_points): new function
6642
6643         * lily/tie-column.cc (new_directions): new function.
6644
6645         * ly/music-functions-init.ly: set 'pitch property
6646         iso. trill-pitch. This makes \relative work with \pitchedTrill
6647
6648         * lily/tie.cc (get_configuration): new function. Don't generate
6649         control points, rather, generate configuration.
6650         remove head-pair property.
6651
6652         * lily/include/tie.hh (struct Tie_configuration): new struct.
6653
6654 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6655
6656         * Documentation/topdocs/NEWS.tely: clarify.
6657
6658 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6659
6660         * lily/tie.cc: remove minimum-length
6661
6662         * scm/define-grob-properties.scm (all-user-grob-properties):
6663         remove staffline-clearance, y-offset 
6664
6665         * input/regression/tie-dots.ly (Module): remove.
6666
6667         * lily/tie.cc (get_control_points): rewrite. Put short ties in
6668         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
6669
6670         * input/regression/tie-single.ly: new file.
6671
6672 2005-08-21  Graham Percival  <gpermus@gmail.com>
6673
6674         * ly/bagpipe.ly: fix compile problem.
6675
6676 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6677
6678         * lily/midi-item.cc (name): new method.
6679
6680         * lily/staff-performer.cc (acknowledge_audio_element): use
6681         signature of baseclass.
6682
6683         * lily/engraver-group.cc (do_announces): move recursion call out
6684         of while loop. 
6685
6686         * lily/drum-note-performer.cc (class Drum_note_performer): use
6687         process_music everywhere.
6688
6689         * ly/performer-init.ly: add default children everywhere.
6690
6691         * lily/paper-book.cc (output): call paper-book-write-midis
6692         directly: always write MIDI, even if no \layout {} block. 
6693
6694 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6695
6696         * VERSION (PACKAGE_NAME): release 2.7.6
6697
6698         * lily/percent-repeat-engraver.cc (try_music): don't print warning
6699         about not being able to handle repeat.
6700
6701 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6702
6703         * Documentation/user/examples.itely (Piano templates):
6704         * lily/include/performer-group.hh: Remove last traces of
6705         Performer_group_performer.  Fixes make web.
6706
6707 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6708
6709         * Documentation/user/examples.itely (Piano templates): change
6710         Engraver_group_engraver -> Engraver_group
6711
6712         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
6713         scm_stand_in_procs is not weak_any.
6714
6715         * lily/volta-bracket.cc (print): don't use strcmp().
6716
6717         * lily/volta-engraver.cc (process_music): use
6718         Text_interface::is_markup() for setting the 'text property of the
6719         volta bracket.
6720
6721         * input/mutopia/claop.py (accents): update syntax to 2.6
6722
6723         * scm/define-context-properties.scm
6724         (all-user-translation-properties): add countPercentRepeats.
6725
6726         * Documentation/user/basic-notation.itely (Measure repeats): add
6727         isolated percent example.
6728
6729 2005-08-18  Graham Percival  <gpermus@gmail.com>
6730
6731         * input/ {various}: change direction #1, #-1 to
6732         #up/#down or \fooUp, \fooDown.
6733
6734         * Documentation/user/music-glossary.tely: #-1 to #down.
6735
6736         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
6737         to #up, #-1 to #down.
6738
6739 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6740
6741         * lily/include/engraver-group.hh: rename.
6742
6743         * lily/include/performer-group.hh: rename.
6744
6745 2005-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6746
6747         * input/test/script-abbreviations.ly: Removed some old LaTeX
6748         left overs.
6749
6750 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6751
6752         * python/convertrules.py (conv): inside-slur -> avoid-slur.
6753         Remove functions.  Remove if 1: constructs, reindent.
6754
6755         * scripts/convert-ly.py (add_version): Add functions from
6756         convertrules.py
6757
6758         * scm/script.scm (default-script-alist):
6759         s/priority/script-priority.  Fixes script stacking.  Backportme.
6760         (Fermata): Very low priority.
6761
6762 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6763
6764         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
6765
6766         * input/regression/slur-script.ly: remove padding tweaks. Add
6767         comment strings.
6768
6769         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
6770         time sigs and related stuff.
6771
6772         * scm/define-grob-properties.scm (all-user-grob-properties): add
6773         @code{} tags to property description.
6774
6775         * lily/include/line-group-group-engraver.hh (Module): remove file.
6776
6777         * python/convertrules.py (conv): add rule for
6778         Engraver_group_engraver -> Engraver_group.
6779
6780         * lily/include/performer-group-performer.hh: analogous.
6781
6782         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
6783
6784         * lily/context-def.cc (instantiate): check for
6785         Engraver_group_engraver and Performer_group_performer not
6786         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
6787  
6788 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6789
6790         * input/les-nereides.ly: Remove three fingering tweaks, update
6791         remaining one.
6792
6793         * input/regression/slur-script-inside.ly: Update, fix doc.
6794
6795         * scm/script.scm: Update to avoid-slur.
6796
6797         * scm/define-grob-properties.scm (avoid-slur): New property.
6798
6799         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
6800         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
6801         outside_slur_callback if avoid-slur != #'inside.
6802
6803         * scm/define-grobs.scm (Fingering, Textscript): No
6804         inside-slur/outside-slur preference.
6805         (DynamicLineSpanner): Always outside slur.
6806
6807         * input/regression/slur-script.ly: More tests.
6808
6809 2005-08-17  Graham Percival  <gpermus@gmail.com>
6810
6811         * Documentation/user/lilypond-book: fix notime entry.
6812
6813         * Documentation/user/advanced-notation.itely: add info on
6814         getting an I rehearsal mark.
6815
6816         * Documentation/user/putting.itely: reinstate "I", re-enforce
6817         the fact that \override numbers are the result of
6818         experimentation and personal taste.
6819
6820         * Documentation/user/invoking.itely: update convert-ly bugs.
6821
6822 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6823
6824         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
6825         to #t.
6826
6827         * lily/timing-translator.cc (initialize): don't initialize timing.
6828
6829         * input/regression/stem-spacing.ly (Module): remove file.
6830
6831         * input/regression/spacing-stick-out.ly: specify Score context for
6832         \override
6833
6834         * input/regression/clefs.ly: remove spurious {}s 
6835
6836 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
6837
6838         * Documentation/topdocs/NEWS.tely,
6839         input/regression/repeat-percent-count.ly: clarify a bit.
6840
6841 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6842
6843         * input/no-notation/display-lily-tests.ly: delete
6844         display-lily-init call.
6845
6846         * ly/music-functions-init.ly (displayLilyMusic): move
6847         display-lily-init call at top level, so that the user should not
6848         have to call it.
6849
6850         * scm/define-music-display-methods.scm (note-name->lily-string):
6851         retrieve note names directly from pitchnames using new function `rassoc'.
6852         (display-lily-init): note names list construction removed.
6853
6854 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6855
6856         * THANKS: spello.
6857
6858         * lily/lily-parser.cc (get_header): copy module, instead of
6859         returning it.
6860
6861         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
6862         counters.
6863
6864         * Documentation/user/basic-notation.itely (Measure repeats): add
6865         links to Counter grobs.
6866
6867         * scm/define-grobs.scm (all-grob-descriptions): add
6868         DoublePercentRepeatCounter
6869         (all-grob-descriptions): add PercentRepeatCounter
6870
6871         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
6872         also create counter grobs.
6873
6874         * lily/separation-item.cc (extremal_break_aligned_grob): don't
6875         return grob without space-alist.
6876
6877         * input/proportional.ly: tune staff-padding.
6878
6879         * input/regression/repeat-percent-count.ly: new file. 
6880
6881 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6882
6883         * input/no-notation/display-lily-tests.ly: moved from
6884         input/regression/ to input/no-notation. Be sure to call
6885         `display-lily-init' before trying to use the display function.
6886
6887 2005-08-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6888
6889         * scripts/lilypond-book.py (option_definitions): Don't localize
6890         the empty string. Fixes bug when --psfonts was used with
6891         non-English locale.
6892
6893 2005-08-15  Graham Percival  <gpermus@gmail.com>
6894
6895         * lily/tuplet-bracket.cc: simple build fix.
6896
6897         * Documentation/user/putting.itely: use "we" instead of "I".
6898
6899         * Documentation/user/basic-notation.itely: cautionary accidentals
6900         work with naturals, too.
6901
6902 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6903
6904         * lily/tuplet-bracket.cc (calc_position_and_height): add
6905         staff-padding support.
6906
6907         * input/proportional.ly: set staff-padding.
6908         
6909         * VERSION (PATCH_LEVEL): release 2.7.5
6910
6911         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
6912         fixes. Remove tweaks.
6913
6914         * input/regression/tuplet-slope.ly: add a test case.
6915
6916         * lily/tuplet-bracket.cc (calc_position_and_height): revert
6917         erroneous fix. Add spanner bounds to offset array with relative X
6918         positions.
6919
6920         * ly/engraver-init.ly: add Rest_engraver only once.
6921
6922         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
6923         (*parser*) lookup if (*parser*) != #f.
6924
6925 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6926
6927         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
6928         Cut-and paste update.
6929
6930         * input/regression/slur-script.ly: Add example of reverting
6931         inside-slur for fingering.
6932
6933         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
6934         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
6935
6936         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
6937         outside_slur_callback if inside-slur == #f (as opposed to unset).
6938
6939 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6940
6941         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
6942         encoding files are already removed.
6943
6944 2005-08-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6945
6946         * Documentation/user/advanced-notation.itely (Instrument names):
6947         Document a workaround for instrument names that collide with
6948         system start braces/brackets.
6949
6950 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6951
6952         * lily/rest-collision.cc (do_shift): spello.
6953
6954         * input/proportional.ly: use #'used property. Set break-overshoot
6955         property.
6956
6957         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
6958
6959         * lily/paper-column.cc: add #'used property
6960
6961         * lily/mark-engraver.cc (stop_translation_timestep): set grob
6962         array for staves found.
6963
6964         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
6965         array for stavesFound.
6966
6967         * lily/staff-spacing.cc (next_note_correction): add fixed and
6968         space to calling convention. This fixes spacing of accidentals
6969         after barlines.
6970
6971         * input/regression/spacing-accidental-stretch.ly: add barline -
6972         accidental case.
6973
6974         * scm/framework-ps.scm (page-header): add version number to
6975         creator
6976         (eps-header): idem.
6977
6978         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
6979         
6980 2005-08-13  Graham Percival  <gpermus@gmail.com>
6981
6982         * Documentation/user/global.itely: add "fit as much as
6983         possible onto this page" example (Vertical spacing).
6984
6985 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6986
6987         * *: Nitpick run.
6988
6989         * buildscripts/fixcc.py: Fixes.
6990
6991 2005-08-12  Graham Percival  <gpermus@gmail.com>
6992
6993         * Documentation/user/advanced-notation.itely: add markup
6994         example to Text spanners.
6995
6996 2005-08-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6997
6998         * Documentation/user/basic-notation.itely (Ties): Add example of
6999         tying a tremolo to a chord. Thanks to Steve Doonan. 
7000
7001         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
7002         properties and move tieMelismaBusy to the list of written
7003         properties. 
7004
7005 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
7006
7007         * po/TODO: suggest to use a dedicated tool like kbabel.
7008
7009         * po/fi.po: update using kbabel.
7010
7011 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7012
7013         * *: Remove obsolete files.  Nitpick run.
7014
7015         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
7016
7017 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7018
7019         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
7020         too.
7021
7022         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
7023
7024         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
7025         whitespace as symbol separator.
7026
7027         * lily/side-position-interface.cc: Add slur-padding.
7028
7029         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
7030         quite a large fix, and it never worked in a stable release; so not
7031         really a regression.
7032
7033         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
7034         Update cut and paste code from Slur_engraver.
7035
7036         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
7037         Add.
7038
7039         * scm/define-grobs.scm (DynamicLineSpanner): Add
7040         dynamic-line-spanner-interface.
7041         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
7042
7043 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7044
7045         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
7046         to_boolean () so that non-set 'inside-slur means false.
7047
7048         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
7049         slur has control-points.  Skip script without direction.  Always
7050         do_shift if script inside slur, even if slur not contained in
7051         script y-extent.  Increment k in loop.
7052
7053 2005-08-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7054
7055         * scm/define-markup-commands.scm: Improved regexp to search for
7056         EPS bounding boxes and corrected call to ly:warning.
7057
7058 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7059
7060         * Documentation/user/programming-interface.itely (Displaying music
7061         expressions): doc for \displayLilyMusic. Also some precisions in
7062         "Markup construction in Scheme"
7063
7064 2005-08-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7065
7066         * scm/define-markup-commands.scm (normal-text): Added 2 new
7067         markup commands, \normal-text and \medium (the latter thanks to
7068         Bruce Fairchild). 
7069
7070 2005-08-08  Graham Percival  <gpermus@gmail.com>
7071
7072         * Documentation/user/programming-interface.itely: fix @{ @}.
7073
7074         * scm/define-markup-commands.scm: add linewidth info to
7075         \justify and \wordwrap, add "upright is the opposite of italic".
7076
7077         * Documentation/user/advanced-notation.itely: shaped->shape,
7078         add (cons (markup "foo")) type of example to text markup,
7079         reword multi-measure rests section.
7080
7081         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
7082         comment.  No actual code was touched.
7083
7084         * Documentation/user/invoking.itely: add more info about
7085         \include.  Thanks, Bruce!
7086
7087         * THANKS: add Bruce Fairchild, alphabetise.
7088
7089         * Documentation/user/global.itely: document \score{\header{}}
7090         behavior.
7091
7092         * Documentation/user/basic-notation.itely: reword multi-measure
7093         rest discussion in Rests.
7094
7095 2005-08-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7096
7097         * Documentation/user/programming-interface.itely (Markup
7098         construction in Scheme): Corrected example and tried to clarify
7099         the implicit \line in the table.
7100
7101 2005-08-07  Graham Percival  <gpermus@gmail.com>
7102
7103         * Documentation/user/instrument-notation.itely: moved
7104         some bagpipe info back into the bagpipe section.  Somehow
7105         it ended up in the "other vocal issues" section?!  :o_O
7106
7107 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7108
7109         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
7110         directories, not paths).
7111
7112 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7113
7114         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
7115         plain emmentaler/aybabtu.  Backportme.
7116
7117         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
7118         missing dir correction.
7119
7120 2005-08-05  Graham Percival  <gperlist@shaw.ca>
7121
7122         * scm/define-markup-commands: fix reversed justify/wordwrap
7123         doc strings.
7124
7125 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
7126
7127         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
7128         lily/gregorian-ligature-engaver.cc,
7129         lily/include/ligature-engraver.hh,
7130         lily/include/coherent-ligature-engraver.hh,
7131         lily/include/gregorian-ligature-engraver.hh: make these classes
7132         truely abstract.  This should fix some internal oddities such as
7133         duplicate as well as dead translator/property declarations, and
7134         also some dead code.
7135
7136         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
7137         bugfix: avoid message "junking empty ligature" on ligature
7138         brackets by collecting dummy grobs.
7139
7140 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7141
7142         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
7143
7144         * input/proportional.ly (staffKind): bugfix.
7145         (staffKind): updates by Trevor Baca.
7146
7147         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
7148         default layout. 
7149
7150         * lily/tuplet-bracket.cc (print): check whether edge-text is a
7151         pair.
7152
7153         * lily/beam.cc (rest_collision_callback): call position_beam() if
7154         necessary.
7155
7156         * VERSION: release 2.7.4
7157
7158         * input/regression/spacing-uniform-stretching.ly: new file.
7159
7160         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
7161
7162         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
7163         contributor.
7164
7165         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
7166
7167         * input/proportional.ly: new file.
7168
7169         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
7170         columns is empty
7171
7172         * lily/tuplet-engraver.cc (finalize): new function. Reset right
7173         bounds to currentCommandColumn for the last step.
7174         (start_translation_timestep): if tupletFullLength is set, set
7175         bound to Paper Column
7176
7177         * input/regression/tuplet-full-length.ly (indent): new file.
7178
7179         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
7180         clique of loose columns, eg. a set of grace notes in strict
7181         notespacing.
7182
7183         * input/regression/spacing-strict-spacing-grace.ly: new file.
7184
7185         * lily/key-signature-interface.cc: change property name to
7186         alteration-alist
7187
7188         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
7189         keyAccidentalOrder
7190
7191         * python/convertrules.py (conv): keyAccidentalOrder ->
7192         keyAlterationOrder
7193
7194         * lily/key-engraver.cc (create_key): always print a cancellation
7195         for going to C-major/A-minor, regardless of printKeyCancellation.
7196         (create_key): remove typecheck for visibility. This fixes key
7197         signature not being printed.
7198
7199         * lily/spacing-determine-loose-columns.cc: new file.
7200
7201         * input/regression/spacing-strict-notespacing.ly: new file.
7202
7203         * lily/spacing-spanner.cc (generate_springs): rename from
7204         do_measure. 
7205         (generate_pair_spacing): new function.
7206         (init, generate_pair_spacing): set between-cols for floating
7207         nonmusical columns.
7208
7209         * lily/spaceable-grob.cc (get_spring): new function. 
7210
7211         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
7212         relative to the right edge of the prefatory matter.
7213
7214         * lily/beam.cc (print): read break-overshoot to determine where to
7215         stop/start broken beams.
7216
7217         * input/regression/spanner-break-overshoot.ly: new file.
7218
7219 2005-08-04  Graham Percival  <gperlist@shaw.ca>
7220
7221         * ly/bagpipe.ly: updated.
7222
7223         * Documentat/user/instrument.itely: un-comment out bagpipe example.
7224
7225 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7226
7227         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
7228         support: now (de)crescs avoid slurs as well.
7229
7230         * Documentation/user/instrument-notation.itely (Bagpipe example):
7231         comment out non-functioning bagpipe example.
7232         (Bagpipe definitions): idem.
7233
7234         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
7235         (Top): add proportionalNotationDuration example.
7236
7237         * input/regression/spacing-proportional.ly: new file.
7238
7239         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
7240         synched to a beam.
7241
7242         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
7243         fixes beams with a single stem (eg. beams across linebreaks.)
7244
7245         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
7246
7247         * flower/rational.cc (operator +): prevent overflow. This fixes
7248         heavily nested tuplets.
7249
7250         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
7251         have to protect even those unlikely to be corrupted data members.  
7252
7253 2005-08-04  Graham Percival  <gperlist@shaw.ca>
7254
7255         * ly/bagpipe.ly: new file.
7256
7257         * THANKS: added Sven Axelsson.
7258
7259 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7260
7261         * lily/spacing-engraver.cc (stop_translation_timestep): directly
7262         copy proportionalNotationDuration into currentMusicalColumn if
7263         set.
7264
7265         * lily/spacing-spanner.cc (musical_column_spacing): if
7266         uniform-stretching set, fixed space is 0.0
7267
7268         * input/regression/spacing-multi-tuplet.ly: show
7269         uniform-stretching property.
7270
7271         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
7272
7273         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
7274         (struct Spacing_options): new struct.
7275
7276         * lily/spacing-basic.cc: new file.
7277
7278         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
7279         delta_t doesn't have to be smaller than shortest_playing_len
7280
7281 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7282
7283         * input/regression/markup-arrows.ly:  new file.
7284
7285         * lily/tuplet-bracket.cc: document new behavior.
7286
7287         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
7288         with line breaks.
7289
7290         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
7291
7292         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
7293         default 
7294
7295         * lily/tuplet-bracket.cc: add edge-text property.
7296         add break-overshoot.
7297         (print): read break-overshoot.
7298         (print): read edge-text, add stencils.
7299
7300         * mf/feta-arrow.mf: new file.
7301
7302         * mf/feta-generic.mf: add feta-arrow.
7303
7304 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7305
7306         * Documentation/user/lilypond-book.itely (An example of a
7307         musicological document): Added flag -o to dvips for people who use
7308         the default setting in teTeX where output is sent to the printer. 
7309
7310         * Documentation/user/global.itely (Vertical spacing): Added
7311         reference to the Axis_group_engraver which documents the *Extent
7312         properties.
7313
7314 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7315
7316         * Documentation/user/basic-notation.itely (Tuplets): add note
7317         about nested tuplets. Remove BUG. 
7318
7319         * input/regression/tuplet-nest.ly: update: remove manual hack. 
7320
7321         * lily/tuplet-bracket.cc (print): use robust_scm2drul
7322         (print): manually call print() for subtuplets.
7323         (calc_position_and_height): add subtuplets to the
7324         support. Vertically shift outer tuplet 
7325
7326         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
7327         remove-first for Lyrics, ChordNames and FiguredBass
7328
7329         * scm/define-grob-properties.scm (all-internal-grob-properties):
7330         use ly:grob-array? iso. grob-list?
7331         (all-internal-grob-properties): add tuplets grob-array.
7332
7333         * lily/tuplet-bracket.cc (add_tuplet_bracket):
7334         new function
7335
7336 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7337
7338         * input/test/time-signature-staff.ly: new file.
7339
7340         * ly/declarations-init.ly (center): escape to Scheme. Fixes
7341         spurious #<Music FingerEvent> errors. Backportme.
7342
7343 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7344
7345         * Documentation/user/programming-interface.itely (Markup
7346         construction in Scheme): Corrected markup syntax in the
7347         translation table.
7348
7349 2005-08-03  Graham Percival  <gperlist@shaw.ca>
7350
7351         * Documentation/user/instrument-notation.itely: small update
7352         to bagpipe notation docs; thanks Sven!
7353
7354         * Documentation/user/basic-notation.itely: add link about trills.
7355
7356 2005-08-02  Graham Percival  <gperlist@shaw.ca>
7357
7358         * Documentation/user/music-glossary: remove accidentally committed
7359         fink patch.
7360
7361 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
7362
7363         * lily/lily-parser.cc (get_header): new function. Enable multiple
7364         \header definitions.
7365
7366         * lily/parser.yy (lilypond_header_body): use get_header.
7367
7368         * ly/init.ly:
7369         * scm/lily-library.scm (print-score-with-defaults): renamed
7370         $globalheader to $defaultheader
7371             
7372         * Documentation/user/global.itely (Creating titles): added short
7373         explanation that multiple headers are useable.
7374
7375
7376 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7377
7378         * lily/module-scheme.cc (LY_DEFINE): new file. 
7379
7380         * Documentation/user/advanced-notation.itely (Font selection): add
7381         doco for make-pango-font-tree.
7382
7383 2005-07-31  Graham Percival  <gperlist@shaw.ca>
7384
7385         * Documentation/user/music-glossary: more languages
7386         for tenuto.
7387
7388         * Docuemntation/user/instrument-notation.itely: minor
7389         update for bagpipe example.
7390
7391 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7392
7393         * input/regression/+.ly (TODO): add some text.
7394
7395 2005-07-28  Graham Percival  <gperlist@shaw.ca>
7396
7397         * Documentation/user/invoking.itely: \score begins with music.
7398
7399         * Documentation/user/ basic-notation.itely,
7400         instrument-notation.itely: minor changes.
7401
7402         * Documentation/user/music-glossary.itely: began tenuto entry.
7403
7404 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7405
7406         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
7407
7408         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
7409
7410 2005-07-27  Graham Percival  <gperlist@shaw.ca>
7411
7412         * Documentation/user/examples.itely: remove bagpipe template.
7413
7414         * Documentation/user/instrument-notation.itely: add bagpipe
7415         section, maybe fix quotes in lyrics.  I hate text encoding.
7416         Clarify chord durations, more bagpipe stuff.
7417
7418 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7419  
7420         * lily/accidental-engraver.cc: formatting fixes.
7421
7422         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
7423         grob-array.
7424
7425         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
7426
7427         * lily/note-column.cc (arpeggio): new function.
7428
7429         * lily/note-spacing.cc (get_spacing): also take arpeggio into
7430         account for spacing.
7431
7432 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7433
7434         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
7435         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
7436         mingw build.
7437         
7438 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7439
7440         * scm/lily.scm (lilypond-all): clear anonymous modules after
7441         processing files.
7442
7443 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7444
7445         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
7446         SCM_I_CONSP
7447
7448         * VERSION: 2.7.3 released
7449
7450         * Documentation/user/invoking.itely (Invoking lilypond): add
7451         LILYPOND_GC_YIELD documentation.
7452
7453         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
7454         scm_from_real / scm_make_real.
7455
7456         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
7457         higher. This increases memory footprint, but provides overall
7458         speedup of 15 to 20%. 
7459
7460         * lily/include/translator.hh (class Translator): remove
7461         PRECOMPUTED_VIRTUAL everywhere.
7462
7463         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
7464
7465         * lily/context.cc (now_mom): non-recursive now_mom() 
7466
7467         * lily/include/profile.hh: new file.
7468
7469         * lily/profile.cc: new file.
7470
7471         * lily/grob.cc (Grob::Grob): look properties up directly.
7472
7473         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
7474         lookups.
7475
7476         * lily/include/box.hh (class Box): smob Box type.
7477
7478         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
7479
7480         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
7481         protect() and unprotect(). Use throughout.
7482
7483 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7484
7485         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
7486
7487         * scm/define-music-display-methods.scm (markup->lily-string):
7488         markup elements can also be strings (without simple-markup
7489         appended)
7490
7491 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7492
7493         * lily/context.cc (where_defined): also assign value in
7494         where_defined().
7495
7496         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
7497         (curve_coordinate): new function
7498
7499         * lily/simple-spacer.cc (add_columns): only add rods between
7500         column i and begin/end if keep-inside-line is set (this repleces
7501         allow-outside-line as default)
7502
7503 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7504
7505         * lily/tuplet-engraver.cc (start_translation_timestep): only read
7506         tupletSpannerDuration if applicable.
7507
7508         * lily/font-size-engraver.cc (process_music): read fontSize only
7509         once per timestep.
7510
7511         * lily/engraver*cc: use throughout.
7512         
7513         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
7514
7515         * lily/translator.cc (add_acknowledger): new file. Directly jump
7516         into an Engraver::acknowledge_xxx () method based on a grobs
7517         interface-list.
7518
7519         * lily/include/translator-dispatch-list.hh (class
7520         Engraver_dispatch_list): new struct, new file.
7521
7522         * scm/define-context-properties.scm
7523         (all-internal-translation-properties): remove acceptHashTable,
7524         acknowledgeHashTable
7525
7526         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
7527
7528         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
7529         change acknowledgeHashTable to C++ member. 
7530
7531         * lily/rest-collision.cc (do_shift): use extract_grob_set().
7532
7533 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7534
7535         * scm/display-lily.scm: new file. Define a `display-lily-music'
7536         function, that displays the music expression given as an argument,
7537         using LilyPond notation.
7538
7539         * scm/define-music-display-methods.scm: new file. Implementation
7540         of display methods for each music type.
7541
7542         * ly/music-functions-init.ly (displayLilyMusic): new function for
7543         displaying music with LilyPond notation.
7544
7545         * input/regression/display-lily-tests.ly: new regression test file
7546         for `display-lily-music'.
7547
7548         * scm/markup.scm: remove obsolete debugging code (for printing
7549         markups with LilyPond notation).
7550
7551         * scm/define-music-types.scm (music-name-to-property-table):
7552         * scm/clef.scm (supported-clefs): export, in order to be accessible
7553         from the (scm display-lily) module.
7554
7555 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7556
7557         * Documentation/topdocs/NEWS.tely (Top): Typo.
7558
7559 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7560
7561         * Documentation/index.html.in, Documentation/texinfo.css,
7562           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
7563           Documentation/bibliography/index.html.in,
7564           Documentation/bibliography/html-long.bst: revert css-width patch,
7565           it does not work with IE6.
7566
7567 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7568
7569         * Documentation/texinfo.css: revert 760px hack. 
7570
7571         * VERSION: release 2.7.2
7572
7573         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
7574
7575         * Documentation/user/basic-notation.itely (Barnumber check): add
7576         section.
7577
7578         * scm/music-functions.scm (skip-to-last): new function. Show only
7579         last showLastLength part of the \score.
7580
7581         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
7582
7583         * python/convertrules.py (conv): add ly:x-moment rule
7584
7585         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
7586
7587         * Documentation/topdocs/NEWS.tely (Top): add new feature.
7588
7589         * Documentation/user/instrument-notation.itely (Flexibility in
7590         alignment): options in subsections.
7591
7592         * lily/lyric-engraver.cc (process_music): don't typeset text for _
7593         syllable text. Instead, assume that the previous lyric text is a
7594         melismated text.
7595
7596         * Documentation/index.html.in: revert 800x600 change.
7597
7598 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7599
7600         * lily/main.cc (main): Remove invalid handle kludge.
7601
7602         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
7603         (lambda): add gui define.
7604
7605 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7606
7607         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
7608
7609         * Documentation/user/instrument-notation.itely (Musica ficta
7610         accidentals): add section Musica ficta accidentals
7611
7612         * lily/accidental-engraver.cc (make_suggested_accidental): new
7613         function.
7614         (make_standard_accidental): move into new function.
7615         (create_accidental): new function.
7616
7617         * scm/define-grobs.scm (all-grob-descriptions): new Grob
7618         AccidentalSuggestion
7619
7620         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
7621
7622         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
7623         undefined.
7624
7625         * Documentation/user/global.itely (Page formatting): document
7626         horizontalshift.
7627
7628         * scm/page-layout.scm (default-page-music-height):
7629         horizontalshift: new variable, shift all systems by
7630         horizontalshift to the right, to make space for instrument names.
7631
7632         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
7633
7634         * lily/input-scheme.cc (LY_DEFINE): take format commands.
7635
7636 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7637
7638         * lily/note-column.cc (dir): idem.
7639
7640         * lily/spacing-spanner.cc (Module): idem.
7641
7642         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
7643
7644         * lily/include/paper-column.hh (class Paper_column): add
7645         non-static get_rank() member.
7646
7647         * VERSION: release 2.7.1
7648         
7649         * scm/framework-null.scm: new file, used for benchmarking.
7650
7651 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7652
7653         * Documentation/topdocs/INSTALL.texi, configure.in: fix
7654         version dependencies for fontforge and gs.
7655
7656         * Documentation/index.html.in, Documentation/texinfo.css,
7657         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
7658         Documentation/bibliography/index.html.in, 
7659         Documentation/bibliography/html-long.bst: optimize width of
7660         html for a 800x600 screen (width:760), increases printability
7661         when 'fit to page' is not set and readability in wide screens.
7662
7663         * stepmake/bin/add-html-footer.py: add missing </p>.
7664
7665 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7666
7667         * scm/define-markup-commands.scm (beam): use polygon in beam
7668         command.
7669
7670         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
7671         all acknowledged grobs, and do potentially expensive merge and
7672         write in one go.
7673
7674         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
7675
7676         * configure.in (reloc_b): add --enable-static-gxx to statically
7677         link to libstdc++
7678
7679         * lily/GNUmakefile (static-gxx-libs): new target
7680         static-gxx-libs. Create symlink to libstdc++.a
7681
7682         * lily/new-lyric-combine-music-iterator.cc: rename to
7683         Lyric_combine_music_iterator
7684
7685         * lily/lyric-combine-music-iterator.cc
7686         (Old_lyric_combine_music_iterator): rename to
7687         Old_lyric_combine_music_iterator
7688
7689         * lily/*-engraver.cc (various): remove double use of
7690         PRECOMPUTED_VIRTUAL function: only use
7691         start_translation_timestep() and stop_translation_timestep(), not
7692         both.
7693
7694         * lily/break-substitution.cc (fast_substitute_grob_array): do
7695         fast_substitute_grob_array for all unordered grob_arrays.
7696         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
7697         (substitute_grob_array): optimize.
7698
7699         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
7700
7701         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
7702
7703         * lily/parser.yy: revert $globalheader patch.
7704         
7705         * lily/include/translator.icc
7706         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
7707         Translator methods, without _static helper.
7708  
7709         * lily/grob-smob.cc (derived_mark): rename from
7710         do_derived_mark(). Return void.
7711
7712         * scm/define-context-properties.scm
7713         (all-internal-translation-properties): remove tweakCount/tweakRank.
7714
7715         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
7716         predefined break-visibilities.
7717
7718         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
7719         booleans for break-visibility.
7720
7721         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
7722
7723         * python/convertrules.py (conv): rule for Timing_translator. 
7724
7725         * lily/include/translator.icc: new file. 
7726
7727         * lily/paper-column-engraver.cc (process_music): new
7728         file. Separate Paper_column factory from Score_engraver.
7729
7730         * lily/vertically-spaced-context-engraver.cc: administer
7731         spaceable-staves property of System.
7732
7733         * lily/translator-group-ctors.cc: new file.
7734
7735         * lily/context-property.cc (make_grob_from_properties): construct
7736         the right Grob class programmatically, looking at the class entry
7737         for the meta property.
7738
7739         * lily/break-align-engraver.cc (stop_translation_timestep): call
7740         Break_align_interface::add_element() directly.
7741
7742         * lily/context.cc (measure_position): measure_position() is now a
7743         normal function.
7744
7745         * lily/include/translator.hh (class Translator): rename
7746         process_acknowledged_grobs() to process_acknowledged() and move to
7747         Translator.
7748
7749         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
7750         field for each grob description.
7751
7752         * lily/include/translator-group.hh (class Translator_group):
7753         change to base class. Separate class from Translator. This gets
7754         rid of virtual inheritance for Engravers/Performers.
7755
7756         * lily/staff-performer.cc (class Staff_performer): derive
7757         Staff_performer from Performer, not Performer_group_performer 
7758
7759         * Lily/translator-group.cc (precomputed_recurse_over_translators):
7760         new function.
7761         (precompute_method_bindings): new function. Precompute lists of
7762         Translators, so we only call methods (process_music,
7763         start_translation_timestep, etc.) for Translators needing
7764         it. Also: dispose of pointer-to-member-function calls.
7765
7766         * lily/engraver-group-engraver.cc: remove engraver_each,
7767         recurse_down_engravers ()
7768
7769         * lily/note-head.cc (internal_print): only call
7770         glyph-name-procedure if style != default. 
7771
7772 2005-07-16  Graham Percival  <gperlist@shaw.ca>
7773
7774         * ly/titling-init.ly: add printallheaders option.
7775
7776         * Documentation/user/global.itely: document printallheaders.
7777
7778 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7779
7780         * lily/system.cc (do_derived_mark): don't mark from object_alist_
7781         anymore, but do it centrally.  
7782
7783         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
7784         hammer hack.
7785
7786         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
7787
7788         * scm/output-lib.scm: remove hammer-print-function.
7789
7790         * lily/include/pointer-group-interface.hh (extract_grob_set): new
7791         macro. Declare a Link_array<Grob> and fill it from a grob.
7792         (extract_item_set): idem for item.
7793
7794         * lily/break-substitution.cc: add header.
7795         (fast_substitute_grob_array): rewrite for Grob_arrays.
7796         (substitute_grob_array): idem.
7797
7798         * lily/group-interface.cc (add_thing): remove file.
7799
7800         * flower/include/parray.hh (class Link_array): slice() is const.
7801
7802         * lily/include/grob-array.hh: new file.
7803
7804         * lily/grob-array.cc (spanner): new file.
7805
7806         * lily/beam-quanting.cc (fill): read details property from beam.
7807
7808         * lily/beam.cc: support details property.
7809
7810         * total speedups below: approx 10%.
7811
7812         * lily/include/beam.hh: new struct, softcode beam quanting parameters
7813
7814         * lily/include/grob.hh (class Grob): add interfaces_ member.
7815
7816         * lily/bezier.cc (init_polynomial_cache): new function: cache
7817         binom(3,j) t^j (1-t)^{3-j}
7818         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
7819
7820         * lily/*.cc: substitution throughout.
7821
7822         * lily/grob-property.cc (internal_get_object): new routine.
7823         (internal_set_object): idem. Store grob refrences in separate
7824         alist. This saves processing time, since properties aren't
7825         break-substituted, and the per grob namespace is smaller, both for
7826         grobs and non-grob properties.
7827
7828         * scm/define-grob-properties.scm (all-internal-grob-properties):
7829         remove center-element.
7830
7831         * lily/grob.cc: remove tweak-count, tweak-rank.
7832
7833 2005-07-15  Graham Percival  <gperlist@shaw.ca>
7834
7835         * Documentation/user/lilypond-book.itely: fixes example.
7836
7837 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7838
7839         * Documentation/user/global.itely (Creating titles):    
7840         * Documentation/user/examples.itely (All headers): change the
7841         place of \header in \score blocks (after music block) to make
7842         examples compile (cf. changes on parser.yy on 2005-07-10)
7843
7844 2005-07-13  Graham Percival  <gperlist@shaw.ca>
7845
7846         * python/convertrules.py: add exc -> ecc rule.
7847
7848         * scripts/convert-ly.py: add location of convertrules.py
7849         in a comment.
7850
7851         * Documentation/user/changing-defaults.itely: fix language.
7852
7853 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7854
7855         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
7856
7857 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7858
7859         * scm/output-socket.scm (grob-bbox): don't use inf? 
7860
7861         * flower/include/rational.hh: add operator bool() 
7862
7863         * scm/define-music-types.scm (music-descriptions): remove
7864         internal-class-name properties.
7865
7866         * lily/include/event.hh: remove file.
7867
7868         * lily/include/music-constructor.hh: remove file.
7869
7870         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
7871         in 'types property.
7872
7873         * lily/music.cc (duration_length_callback): new function.
7874
7875         * lily/event.cc: remove file.
7876
7877         * lily/music-constructor.cc: remove file.
7878
7879         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
7880
7881         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
7882         (get_context_key): idem.
7883
7884         * scm/lily.scm (lambda): new option object-keys (default to #f)
7885
7886         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
7887
7888         * scm/output-gnome.scm: remove beam routine.
7889
7890         * scm/output-ps.scm (scm): idem.
7891
7892         * scm/output-svg.scm: remove beam.
7893
7894         * ps/music-drawing-routines.ps: remove draw_beam.
7895
7896         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
7897
7898         * flower/include/guile-compatibility.hh (scm_from_locale_string):
7899         add scm_from_locale_string compatibility glue. 
7900
7901 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
7902
7903         * scripts/lilypond-book.py: Prevent occuring error when
7904         'lilypond-book --output=foo/ somefile.ly' is executed multiple
7905         times and target file shoud be overwritten.  (Error message said
7906         'input file and output file is same'.)
7907
7908 2005-07-13  Graham Percival  <gperlist@shaw.ca>
7909
7910         * input/regression/slur-extreme.ly,
7911         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
7912         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
7913         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
7914         "excentricity" to "eccentricity".
7915
7916         * Documentation/user/converters.itely: fix URL for Noteedit and
7917         Rosegarden.
7918
7919         * THANKS: added Yoshinobu Ishizaki.
7920
7921 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7922
7923         * scm/define-markup-commands.scm (justify-field): add. 
7924
7925         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
7926
7927 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7928
7929         * lily/lookup.cc (filled_box): express filled_box with
7930         round_filled_box
7931
7932         * scm/midi.scm (paper-book-write-midis): new function. Write all
7933         performances in numbered MIDI files.
7934
7935         * lily/performance-scheme.cc (LY_DEFINE): new file.
7936         (LY_DEFINE): new function ly:performance-write.
7937
7938         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
7939         new function.
7940         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
7941
7942         * scm/framework-*.scm: use port arguments throughout.
7943
7944         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
7945
7946         * lily/paper-outputter.cc (Paper_outputter): take port argument.
7947
7948         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
7949
7950         * scm/framework-texstr.scm (output-framework): 
7951
7952         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
7953
7954         * scm/output-lib.scm (tablature-stem-attachment-function):
7955         tablature stem attachment fix. 
7956
7957 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7958
7959         * lily/bezier.cc: hardcode binomial coefficients of order 3.
7960
7961         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
7962
7963         * scm/define-music-types.scm (music-descriptions): don't use
7964         Music_wrapper type.
7965
7966         * lily/paper-column.cc (print): print moment too.
7967
7968         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
7969         remove compatibility cruft.
7970
7971         * lily/parser.yy (score_body): \score can only begin with Music. 
7972
7973         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
7974         make-score. Take music argument only. Move parser interaction to
7975         Scheme.
7976
7977         * scm/lily-library.scm (scorify-music): new function.
7978
7979         * python/lilylib.py (datadir): remove 2.1 compat kludge.
7980         (datadir): remove resource import.
7981         (print_environment): remove get_bbox()
7982         (cp_to_dir): remove pre 1.5.2 compat glue.
7983
7984 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7985
7986         * lily/include/simple-spacer.hh (Module): idem.
7987
7988         * lily/include/spring.hh (struct Spring): store inverse
7989         strength. This prevents division by zero.
7990
7991         * VERSION: release 2.7.0
7992         
7993         * lily/include/music.hh (class Music): remove Music::duration_log()
7994
7995         * lily/stem-engraver.cc (make_stem): take duration log from event.
7996
7997         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
7998
7999 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8000
8001         * scm/lily.scm (ly:load): load autochange.scm
8002
8003         * Documentation/user/tutorial.itely (Running LilyPond for the
8004         first time): remove reference to DVI/TeX
8005
8006         * scm/define-markup-commands.scm (text): add \text markup command.
8007
8008         * configure.in (reloc_b): bump requirement to Python 2.2.
8009
8010         * lily/include/dots.hh (class Dots): make has_interface() static.
8011
8012         * python/convertrules.py (conv): add rule for ly:grob-default-font
8013
8014         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
8015         alphabetical order.
8016
8017         * input/regression/trill-spanner-pitched.ly: new file.
8018
8019         * lily/font-interface-scheme.cc (LY_DEFINE): function
8020         ly:grob-default-font (changed from get-default-font).
8021
8022         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
8023
8024         * lily/note-head.cc (internal_print): if style is not a symbol,
8025         set style to 'default. 
8026         (internal_print): no style suffix if glyph-name-procedure not
8027         set. Default to quarter head.
8028
8029         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
8030
8031         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
8032
8033         * ly/music-functions-init.ly: \pitchedTrill
8034
8035         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
8036
8037         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
8038
8039         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
8040
8041         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
8042
8043         * po/fr.po: update
8044
8045         * po/de.po: update.
8046
8047 2005-07-06  Graham Percival  <gperlist@shaw.ca>
8048
8049         * Documentation/user/changing-defaults.itely: add link
8050         to grob-iterface.
8051
8052         * Documentation/user/advanced-notation.itely: add material
8053         to Setting automatic beam behaviour.  Thanks, Joe!
8054
8055         * Documentation/user/lilypond.itely: change encoding to utf-8.
8056
8057 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8058
8059         * Documentation/user/advanced-notation.itely (Setting automatic
8060         beam behavior): Correct the documentation of
8061         revert-auto-beam-setting (backportme)
8062
8063 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8064
8065         * lily/ly-module.cc (ly_make_anonymous_module): define
8066         %module-public-interface of module. 
8067
8068         * lily/lily-parser.cc (print_smob): allow printing of parser smob
8069         without lexer.
8070
8071 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8072
8073         * input/regression/fret-diagrams.ly: stretch example.
8074
8075 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8076
8077         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
8078         Fodor).
8079
8080 2005-06-30  Graham Percival  <gperlist@shaw.ca>
8081
8082         * Documentation/topdocs/AUTHORS.texi: update personal web address.
8083
8084         * Documentation/user/examples.itely, lilypond-book.itely:
8085         change \RequirePackage to \usepackage.
8086
8087         * Documentation/user/global.itely: document copyright and tagline.
8088
8089 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8090
8091         * Documentation/user/basic-notation.itely (Transpose): remove link
8092         to nonexistent UntransposableMusic.
8093
8094         * scm/output-svg.scm: remove old definitions.
8095
8096         * scripts/lilypond-book.py (do_file): search for kpsewhich before
8097         invoking.
8098
8099         * python/lilylib.py (search_exe_path): new function.
8100
8101 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8102
8103         * python/lilylib.py (mkdir_p): remove setup_environment()
8104         (backportme)
8105
8106         * buildscripts/mutopia-index.py (headertext): trim text.
8107
8108         * Documentation/topdocs/NEWS.tely (Top): refresh.
8109
8110         * scm/define-markup-commands.scm (wordwrap-string): new function:
8111         split string in paras and words.
8112         (wordwrap-markups): new function.
8113         (wordwrap-stencils): new function. 
8114         (justify): use it.
8115         (wordwrap): use it.
8116         (wordwrap-string): use it
8117         (justify-string): use it.
8118
8119         * scm/lily-library.scm (regexp-split): new function.
8120
8121         * scm/define-markup-commands.scm: remove encoded-simple. 
8122         remove font-markup.
8123         (fontsize): remove old version  of fontsize.
8124         (wordwrap): new markup function. Wrap into paragraphs.
8125
8126         * VERSION: Branch lilypond_2_6
8127         (MINOR_VERSION): go to 2.7.0
8128
8129 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8130
8131         * po/zh_TW.po: update from translation project.
8132
8133 2005-06-28  Graham Percival  <gperlist@shaw.ca>
8134
8135         * scm/midi.scm: compile fix.
8136
8137 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8138
8139         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
8140         patch. Now, the tempfile module is loaded too, not only used.
8141
8142 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
8143
8144         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
8145         0.05 - 1.00 to 0.25 - 1.00
8146
8147         * scm/midi.scm: moved the default-instrument-equalizer procedure
8148         to just under the insturment-equalizer-alist it takes as an
8149         argument.
8150
8151 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8152
8153         * Documentation/user/advanced-notation.itely (Font selection):
8154         remove CMR note.
8155
8156         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
8157
8158 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8159
8160         * THANKS: Add UTF-8 marker.
8161
8162         * Documentation/user/point-and-click.itely (http): Update: use
8163         lilypond-invoke-editor.  Fix: instruct to use user.js.
8164
8165 2005-06-27  Graham Percival  <gperlist@shaw.ca>
8166
8167         * ly/titling-init.ly: implements printpagenumber, increases
8168         space between dedication and title (to avoid collisions with
8169         "g" and "q" in dedication), and nicer logic about copyright
8170         and instrument fields being printed on the first page.
8171         Thanks Vincent!
8172
8173         * Documentation/user/global.itely: document printpagenumber.
8174
8175 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8176
8177         * Documentation/topdocs/NEWS.tely: Update to 2.6.
8178
8179 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8180
8181         * THANKS: update to 2.6
8182
8183         * VERSION: 2.6.0 released.
8184
8185 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8186
8187         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
8188         rule, errorneously removed probably because of misleading comment.
8189
8190 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8191
8192         * python/lilylib.py (datadir): py2exe comments.
8193
8194         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
8195
8196         * configure.in (reloc_b): make fontconfig REQUIRED.
8197
8198 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
8199
8200         * po/fi.po: add latest translations.
8201
8202 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8203
8204         * ChangeLog: recode utf-8
8205
8206         * Documentation/pictures/lilypond.xpm (Module): edited photo as
8207         logo.
8208
8209         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
8210
8211         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
8212
8213         * python/convertrules.py (do_conversion): don't print program_name
8214         from within a module
8215
8216         * configure.in (reloc_b): bump fontforge requirement to 20050624.
8217
8218         * python/convertrules.py (conv): add 2.6.0 dummy rule.
8219
8220 2005-06-23  Graham Percival  <gperlist@shaw.ca>
8221
8222         * Documentation/user/lilypond-book.itely,
8223         Documentation/user/examples.itely: add \RequirePackage{graphics}.
8224
8225         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
8226         fixes baseline-skip.  Thanks Vincent!
8227
8228         * Documentation/user/advanced-notation.itely, global.itely:
8229         moved "Selecting font sizes" to global, since it deals with
8230         notation font size, not text fonts.
8231
8232 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8233
8234         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
8235         to fonts.
8236
8237 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8238
8239         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
8240         workaround since /dev/stdin doesn't work on Cygwin. Using a
8241         temporary file in the current directory since latex doesn't
8242         understand the path name to the default TMP in Cygwin (at least on
8243         win XP).
8244         
8245         * Documentation/user/global.itely (Creating titles): Correct
8246         misprint in example. Thanks to Rob Vlasaty.
8247
8248 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8249
8250         * VERSION (PATCH_LEVEL): release 2.5.32
8251
8252         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
8253         variable in lily module
8254
8255         * scm/framework-ps.scm (output-classic-framework): error message
8256         regarding the classic framework.
8257
8258         * Documentation/user/henle-flat-gray.png (Module): new file.
8259
8260         * Documentation/user/baer-flat-gray.png (Module): new file.
8261
8262         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
8263         whiteout for markups.
8264
8265         * buildscripts/substitute-encoding.py (note_glyph): include _ in
8266         regex too. This fixes change clef appearance in PDF. 
8267
8268         * ttftool/include/*: remove.
8269
8270         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
8271
8272         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
8273
8274         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
8275
8276         * ttftool/*: remove ttftool subdirectory.
8277
8278         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
8279
8280         * lily/ttf.cc (print_header): new file. Convert to type42, using
8281         FreeType to parse the TTF. 
8282
8283         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
8284         and post table may differ. Pass around post_nglyphs as well.
8285
8286 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8287
8288         * ly/music-functions-init.ly (musicMap): new music function
8289         musicMap. 
8290         
8291 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8292
8293         * make/mutopia-rules.make: anti-alias-factor = 2
8294
8295         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
8296         page switch.
8297
8298         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
8299         anti-alias-factor for lilypond-book runs.
8300
8301         * scm/ps-to-png.scm (scale-down-image): new function.
8302         (my-system): new function.
8303         (make-ps-images): blow up GS resolution by anti-alias-factor,
8304         scale down image by anti-alias-factor.  This improves appearance
8305         of bitmaps
8306         (make-ps-images): remove showpage. Fixes spurious empty png at
8307         end.
8308
8309         * scm/framework-ps.scm (write-preamble): downcase filename before
8310         string-matching. Should fix .TTF files (as opposed to ttf files)  
8311
8312         * Documentation/user/tutorial.itely (Running LilyPond for the
8313         first time): separate subsections for windows, macos and unix.  
8314
8315         * Documentation/user/invoking.itely (Updating files with
8316         convert-ly): add MacOS X note.
8317
8318 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8319
8320         * Documentation/user/introduction.itely (Engraving): don't include
8321         file optical-spacing, add directly.
8322
8323         * lily/paper-outputter.cc (file): open file in binary mode. This
8324         fixes OTF embedding on windows.
8325
8326 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8327
8328         * scm/framework-ps.scm (write-preamble): remove debugging output.
8329
8330         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
8331
8332         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
8333         outdir.
8334         (install-fc-cache): install font cache in installation directories.
8335
8336 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8337
8338         * scm/editor.scm (editor-command-template-alist): Use char iso
8339         column, except for Emacs.
8340         (get-editor-command): Substitute char too (Bertalan Fodor).
8341
8342 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8343
8344         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
8345         quoted ~s.  This should fix PNG output on Windows; single quotes
8346         are regular characters on Windows.
8347
8348 2005-06-16  Graham Percival  <gperlist@shaw.ca>
8349
8350         * Documentation/user/basic-notation.itely: include ChoirStaff
8351         in System start delimiters.
8352
8353         * Documentation/user/putting.itely: new doc section on
8354         fixing overlapping notation.
8355
8356 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8357
8358         * Documentation/user/global.itely (Paper size): \paper is in
8359         \book, not \score.
8360
8361         * make/mutopia-rules.make: -ddelete-intermediate-files
8362
8363         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
8364
8365 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8366
8367         * ChangeLog: Recode utf-8.
8368
8369         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
8370         datadir with .py modules.
8371
8372 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8373
8374         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
8375
8376 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8377
8378         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
8379         
8380         * scm/framework-ps.scm (write-preamble): remove status check.
8381
8382         * Documentation/user/invoking.itely (Updating files with
8383         convert-ly): remove -o option.
8384
8385         * VERSION (PACKAGE_NAME): release 2.5.31
8386
8387         * scm/framework-ps.scm (write-preamble): use ly:system.
8388         (write-preamble): verbosity.
8389
8390         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
8391
8392         * python/convertrules.py: new file. Store conversion rules
8393         separately.
8394
8395 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8396
8397         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
8398
8399 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8400
8401         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
8402         \musicDisplay 
8403
8404         * Documentation/user/instrument-notation.itely (More stanzas): Add
8405         reference to StanzaNumber.
8406
8407 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8408
8409         * THANKS: separate section for website translators.
8410
8411 2005-06-14  Graham Percival  <gperlist@shaw.ca>
8412
8413         * Documentation/topdocs/INSTALL.texi: update vim info;
8414         thanks Simon Bailey!
8415
8416         * Documentation/user/advanced-notation.itely: included
8417         color names.
8418
8419         * Documentation/user/advanced-notation.itely,
8420         Documentation/usr/notation-appendices.itely: moved
8421         color names into an appendix.
8422
8423 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8424         
8425         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
8426
8427         * scm/lily.scm (lambda): initialize program options from here.
8428
8429         * scm/framework-*.scm: add header info.
8430
8431         * lily/main.cc (parse_argv): only set output format to pdf if no
8432         other format specified.
8433
8434         * scm/backend-library.scm (postprocess-output): process
8435         'delete-intermediate-files after running convert-to-*. This fixes
8436         PNG generation when 'delete-intermediate-files is set.
8437         
8438 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8439
8440         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
8441         links on website. 
8442
8443 2005-06-13  Graham Percival  <gperlist@shaw.ca>
8444
8445         * Documentation/topdocs/INSTALL.texi,
8446         Documentation/user/lilypond-book.itely: typos.
8447
8448 2005-06-12  Pal Benko  <benkop@freestart.hu>
8449
8450         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
8451         added between program name and switch; -b changed to -f not
8452         to generate pdf
8453
8454 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8455
8456         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
8457         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
8458
8459         * input/sakura-sakura.ly: add \midi.
8460
8461         * buildscripts/mutopia-index.py (find): use /usr/bin/find
8462         iso. python find. 
8463
8464         * ttftool/test.c (main): cosmetics.
8465
8466         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
8467
8468         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
8469         create a ttf2ps binary.
8470
8471         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
8472
8473         * scm/backend-library.scm (postscript->png): set rename-page-1 to
8474         true.
8475
8476 2005-06-11  Graham Percival <gperlist@shaw.ca>
8477
8478         * Documentation/user/lilypond-book.itely: add warning about
8479         the font warnings in dvips.
8480
8481 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8482
8483         * THANKS: typo
8484
8485         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
8486
8487         * GNUmakefile.in: remove links for .map, .enc
8488         don't fail if out/ doesn't exist yet.
8489
8490 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8491
8492         * ttftool/util.c (surely_read): return nbytes
8493
8494         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
8495
8496         * VERSION (PACKAGE_NAME): release 2.5.30
8497
8498         * flower/string-convert.cc (precision_string): >? fix.
8499
8500         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
8501         (make-ps-images): add verbose -q too.
8502
8503         * lily/default-actions.cc (Module): new file. default
8504         {book,score}-print functions.
8505
8506         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
8507         pass results via parseStringResult, lookup via ly:parser-lookup.  
8508
8509         * lily/lily-parser.cc (Lily_parser): only clone lexer in
8510         constructors.
8511         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
8512         (parse_string): idem.
8513
8514         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
8515
8516         * lily/main.cc (main_with_guile): copy be_verbose_global into
8517         ly_set_option()
8518
8519 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8520
8521         * scm/backend-library.scm (postscript->pdf):
8522         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
8523         verbose mode.  Search for several names of gs executable.
8524
8525 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8526
8527         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
8528         directly. This fixes a massive memory leak, provided you use CVS
8529         GUILE.
8530
8531 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
8532
8533         * ly/property-init.ly: Added tieDashed.
8534
8535         * THANKS: Added some bughunters for 2.5.
8536
8537 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8538
8539         * lily/program-option.cc: add debug-gc option.
8540
8541         * lily/include/lily-guile-macros.hh: don't protect exported module
8542         objects.
8543
8544         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
8545
8546         * scm/backend-library.scm (postscript->pdf): use
8547         delete-intermediate-files iso. running-from-gui? 
8548
8549         * ttftool/util.c (surely_read): robustness. Allow read() to return
8550         less bytes than requested, as per posix standards.
8551
8552         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
8553         program option.
8554
8555         * ttftool/include/ttftool.h ("C"): rename verbosity to
8556         ttf_verbosity. Add to public interface.
8557
8558         * scm/music-functions.scm (unfold-repeats): remove debugging display.
8559
8560         * lily/program-option.cc: rename from scm-option.cc
8561
8562         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
8563         (get_help_string): Print pretty help string.
8564
8565         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
8566         to snippet preamble.
8567
8568         * lily/scm-option.cc: remove command-line-settings option. Fold
8569         all command-line options plus default settings in a generic
8570         interface. 
8571
8572         * flower/getopt-long.cc (table_string): indent 2nd lines of help
8573         texts too.
8574
8575 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8576
8577         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
8578         or EXT_ components non-empty.
8579
8580 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8581
8582         * scm/lily.scm (running-from-gui?): Export.
8583
8584         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
8585         output in .ly source directory.
8586
8587 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8588
8589         * ttftool/util.c (surely_lseek): more verbosity.
8590
8591         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
8592         compile.
8593
8594         * lily/parser.yy (Repeated_music): remove >? 
8595
8596         * scm/backend-library.scm (postscript->pdf): Support for
8597         -dgs-font-load=1
8598
8599         * scm/framework-ps.scm (write-preamble): make font loading
8600         switchable to GS via --define-default gs-font-load=1
8601
8602 2005-06-09  Graham Percival  <gperlist@shaw.ca>
8603
8604         * Documentation/user/global.itely: added \layout docs.
8605
8606 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8607
8608         * lily/lily-parser-scheme.cc: add unistd.h
8609
8610 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8611
8612         * scm/editor.scm: add char argument.
8613
8614         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
8615
8616         * ttftool/util.c (syserror): use errno for better error reporting.
8617
8618         * lily/source-file.cc (get_counts): new function. Calc column,
8619         line and char count in one go.
8620
8621         * lily/binary-source-file.cc (quote_input): rename to quote_input
8622
8623         * lily/input.cc (set): new function.
8624
8625 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8626
8627         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
8628         directory part of file name to search directory.
8629
8630         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
8631         search path and chdir to DIR if --outname=DIR used.
8632
8633         * lily/main.cc (prepend_env_path): Bugfix: Check directory
8634         existence before appending original path.
8635
8636 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8637
8638         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
8639         file" massage.
8640
8641         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
8642         texinfo.tex is always used.
8643         
8644 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8645
8646         * flower/include/axis.hh: rename from axes.hh
8647
8648         * lily/include/text-interface.hh (Module): rename from text-item.hh
8649
8650         * VERSION (PATCH_LEVEL): release 2.5.29
8651
8652         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
8653
8654         * scm/framework-ps.scm (font-file-as-ps-string): new function.
8655         (handle-macfont): new function. Call fondu for Native mac fonts.
8656
8657         * scm/define-markup-commands.scm (fill-line): handle text-widths =
8658         '() case.
8659
8660 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8661
8662         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
8663         multi-page.  Fix .eps regular expression.
8664
8665 2005-06-07  Graham Percival  <gperlist@shaw.ca>
8666
8667         * Documentation/user/putting.itely: add info on modifying templates.
8668
8669         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
8670         misc small changes.
8671
8672 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8673
8674         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
8675
8676         * scripts/lilypond-ps2png.scm
8677
8678         * VERSION (PACKAGE_NAME): release 2.5.28
8679
8680 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8681
8682         * lily/main.cc (prepend_env_path): Do not append /, that does not
8683         work.  Localedir lives in datadir, not in prefix.
8684
8685         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
8686         hack for windows.
8687
8688         * flower/include/file-cookie.hh: Compile fix.
8689
8690 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8691
8692         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
8693
8694         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
8695         system primitives.
8696         (gulp-port): using read-string!/partial. We don't want to read an
8697         entire PS file  (GUILE 1.6 limits strings to 16M) 
8698
8699         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
8700         properties. Add font-interface. 
8701
8702         * scm/define-grob-properties.scm (all-user-grob-properties):
8703         remove old bracket properties.
8704
8705         * scm/x11-color.scm: reformat. 
8706
8707         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
8708         LedgerLineSpanner if new StaffSymbol is found. 
8709
8710         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
8711         staff-symbol for finishing staff. 
8712
8713         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
8714
8715         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
8716         change black to currentColor everywhere. This fixes color support
8717         in SVG.
8718
8719 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
8720
8721         * input/regression/fret-diagrams.ly: new file to test fret diagram
8722         capability
8723
8724         * scm/output-tex.scm: remove white-dot and white-text
8725
8726         * scm/output-ps.scm: remove white-dot and white-text
8727
8728         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
8729         using ly:stencil-in-color instead
8730         (draw-dots) : remove call to white-dot
8731
8732 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8733
8734         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
8735         support.
8736
8737         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
8738
8739         * flower/include/file-cookie.hh: new file. lily_cookie extension 
8740
8741         * flower/file-cookie.cc: new file. lily_cookie extension.
8742         
8743 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8744
8745         * scm/editor.scm (editor-command-template-alist): Add syn
8746         editor (Jaap [de Vos]).
8747
8748 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8749
8750         * scripts/lilypond-ps2png.scm:
8751         * scm/ps-to-png.scm: New file.
8752
8753         * scm/backend-library.scm (postscript->png): Use it.
8754
8755         * scripts/lilypond-ps-to-png.py: Remove file.
8756
8757         * python/lilylib.py (get_bbox, make_ps_images): Remove.
8758
8759 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8760
8761         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
8762
8763         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
8764         start on grace moment. Fixes autobeam-grace.ly.
8765
8766         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
8767         process anything unless we're at the end of a pending beam. Fixes
8768         syncopated 8ths beamed across a beat.
8769
8770 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8771
8772         * scm/editor.scm (editor-command-template-alist): Start emacs if
8773         emacslient fails.
8774
8775         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
8776
8777         * flower/file-path.cc (is_file, is_dir): Export.
8778
8779         * lily/main.cc (prepend_env_path, set_env_file): Use them.
8780
8781 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8782
8783         * lily/easy-notation.cc: Added include cctype to correct
8784         compilation error.
8785
8786 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8787
8788         * scm/backend-library.scm (postscript->pdf): set resolution to
8789         1200, so bitmap fonts aren't that ugly. 
8790
8791         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
8792
8793         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
8794         parent if we have a notehead. Fixes incorrect offsets when
8795         Paper_column is very wide in the X direction.
8796
8797         * input/regression/font-family-override.ly (Module): new file.
8798
8799         * scm/font.scm (make-pango-font-tree): new function.
8800
8801         * lily/beam.cc (before_line_breaking): remove warning about less
8802         than 2 visible stems. We still get a warning when there is only
8803         one stem.
8804
8805 2005-06-01  Werner Lemberg  <wl@gnu.org>
8806
8807         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
8808         correctly.
8809
8810 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8811
8812         * lily/slur-scoring.cc (generate_avoid_offsets): new
8813         function. Generate avoid offsets once per slur.
8814
8815         * lily/slur.cc (add_extra_encompass): add dependency to
8816         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
8817
8818         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
8819         too. Fixes inf error with added bass notes.
8820
8821         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
8822         argument anymore.
8823
8824         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
8825
8826         * input/tutorial/lbook-latex-test.tex: add line length test.
8827
8828         * scripts/lilypond-book.py (set_default_options): new
8829         function. Call this before dissecting snippets, so linewidth
8830         settings reach the snippets.
8831
8832 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8833
8834         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
8835
8836 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8837
8838         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
8839
8840 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8841
8842         * stepmake/aclocal.m4: More autopackage friendliness.
8843
8844 2005-05-31  Graham Percival  <gperlist@shaw.ca>
8845
8846         * Documentation/index.html.in: remove link to LSR.
8847
8848         * Documentation/user/global.itely: remove duplicate
8849         "dedication" \header{} section.
8850
8851 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8852
8853         * VERSION (PACKAGE_NAME): release 2.5.27.
8854
8855         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
8856         too. Plugs memory leak.
8857
8858         * make/lilypond.fedora.spec.in (Group): remove
8859         lilypond-pdfpc-helper.
8860
8861         * scripts/GNUmakefile (SEXECUTABLES): remove
8862         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
8863
8864         * scm/font.scm (make-century-schoolbook-tree): add Mono as
8865         'typewriter family.
8866
8867         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
8868         memory leak.
8869
8870         * lily/parser.yy (score_body): don't clone Score, that's done in
8871         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
8872
8873         * lily/score-engraver.cc (derived_mark): new function.
8874         (initialize): unprotect Paper_score. This fixes a memory leak.
8875
8876         * lily/score-performer.cc (derived_mark): new function.
8877
8878         * lily/score-translator.cc (get_output): use SCM for get_output() call.
8879
8880         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
8881         spurious warning.
8882
8883         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
8884         serif.
8885
8886 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8887
8888         * configure.in (reloc_b): Add --enable-relocation.
8889
8890 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8891
8892         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
8893
8894         * input/regression/alignment-order.ly: add Staff example.
8895
8896 2005-05-31  John Mandereau   <john.mandereau@free.fr>
8897
8898         * po/fr.po: update.
8899
8900 2005-05-31  Graham Percival  <gperlist@shaw.ca>
8901
8902         * Documentation/index.html.in: add link to LSR.
8903
8904 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8905
8906         * scm/define-stencil-commands.scm (Module): new file. Register all
8907         allowed stencil expression heads in a central place.
8908
8909         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
8910         ly:make-stencil
8911
8912         * lily/stencil-expression.cc (all_stencil_heads): registering
8913         stencil expressions.
8914
8915         * lily/stencil-interpret.cc: new file. Stencil expression
8916         interpreting.
8917
8918         * input/xiao-haizi-guai-guai.ly: move file back.
8919
8920 2005-05-30  Graham Percival  <gperlist@shaw.ca>
8921
8922         * Documentation/user/advanced.itely, converters.itely,
8923         instrument-notation.itely, lilypond-book.itely: misc small
8924         changes.
8925
8926 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8927
8928         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
8929
8930         * make/lilypond.fedora.spec.in: Fix source url.
8931
8932         * cygwin: Update from mingw patches.
8933
8934         * scm/editor.scm (editor-command-template-alist): Use jedit
8935         -reuseview (Bertalan), add uedit (Patrick Huberts).
8936
8937         * input/xiao-hai-zi-guai-guai.ly: Rename from
8938         xiao-haizi-guai-guai.ly.
8939
8940         * input/*: Reindent, do not use TAB.
8941
8942         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
8943         white background.
8944
8945 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8946
8947         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
8948         numerical overflow error.
8949
8950 2005-05-29 Laura Conrad <lconrad@laymusic.org>
8951         
8952         * abc2ly.py: fix to syntax error in multi-part output.
8953
8954 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8955
8956         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
8957         with disappearing span bars when alignAboveContext is active
8958
8959         * lily/property-iterator.cc (check_grob): use is-grob?
8960         object-property. Fixes crash-key-sig-font-size.ly. 
8961
8962 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8963
8964         * lily/bar-line.cc (print): don't round barlines; this produces
8965         odd aliasing effects in Acroread.
8966
8967         * lily/timing-engraver.cc (process_music): robustness fix.
8968
8969         * lily/context-def.cc (filter_engravers): bugfix.
8970
8971 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8972
8973         * lily/lilypond.rc.in: Add ly-icon.
8974
8975         * lily/GNUmakefile: 
8976         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
8977         rules.
8978
8979 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8980
8981         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
8982
8983         * ps/music-drawing-routines.ps: 
8984
8985         * scm/output-ps.scm: remove draw ez_ball.
8986
8987         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
8988         EasyNotation context definition.
8989
8990         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
8991         Text_interface and color for making easy note heads.
8992
8993         * lily/stencil.cc (with_color): new function.
8994
8995         * ps/music-drawing-routines.ps: remove draw_zigzag_line
8996
8997         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
8998         output routine. Zigzag now works in SVG too.
8999
9000         * scm/output-tex.scm (filledbox): idem.
9001
9002         * scm/output-svg.scm (filledbox): idem.
9003
9004         * scm/output-ps.scm (lily-def): remove horizontal-line. 
9005
9006         * lily/lookup.cc (horizontal_line): use draw-line. 
9007
9008         * lily/system-start-delimiter.cc: remove old staff bracket code.
9009
9010         * mf/feta-haak.mf: further tweaks.
9011
9012         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
9013
9014         * mf/feta-generic.mf: include feta-haak.
9015
9016         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
9017
9018         * scm/framework-ps.scm (write-preamble): only load fonts if their
9019         filename is a string. 
9020
9021 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9022
9023         * scm/output-svg.scm (circle): support circle.
9024         (bracket): stub for bracket.
9025
9026         * scripts/lilypond-book.py (main): make sure --psfonts warning is
9027         correct.
9028
9029 2005-05-26  Graham Percival  <gperlist@shaw.ca>
9030
9031         * Documentation/user/lilypond.tely, advanced-notation.itely,
9032         basic-notation.itely, instrument-notation.itely, global.itely,
9033         introduction.itely, tutorial.itely: rearranging, editing,
9034         clean-up.
9035
9036         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
9037         for compiling on FreeBSD.
9038
9039 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9040
9041         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
9042         otf files.
9043
9044         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
9045         bugfixes.
9046
9047         * VERSION: 2.5.26 released.
9048
9049         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
9050
9051 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
9052
9053         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
9054         if printpagenumber is false.
9055
9056 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9057
9058         * lily/font-config.cc (init_fontconfig): comment out FontConfig
9059         cache warning.
9060
9061         * lily/tie.cc (print): support dotted ties.
9062         
9063 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9064
9065         * scm/define-grobs.scm (all-grob-descriptions): switch off
9066         debugging
9067         (all-grob-descriptions): Arpeggio has Y-extent.
9068
9069         * scm/define-music-properties.scm (all-music-properties): document
9070         length-callback and start-callback as "read-only".
9071
9072         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
9073         length-callback after creation. 
9074
9075         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
9076         compressmusic -> compressMusic.
9077
9078         * ly/music-functions-init.ly (oldaddlyrics): idem.
9079
9080         * lily/parser.yy: NewLyricCombineMusic ->
9081         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
9082
9083 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
9084
9085         * ly/Welcome_to_LilyPond.ly: typo.
9086
9087 2005-05-24  Graham Percival  <gperlist@shaw.ca>
9088
9089         * Documentation/user/lilypond.tely: move changing-defaults to be
9090         before global issues.
9091
9092         * Documentation/user/basic-notation.itely: move Transpose section
9093         here from advanced/Other.
9094
9095         * Documentation/user/changing-defaults.itely,
9096         advanced-notation.itely: move Fonts to advanced, edit.
9097
9098 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9099
9100         * lily/parser.yy (bare_int): remove rule.  From now on, we require
9101         # before negative integers.
9102
9103 2005-05-23  Graham Percival  <gperlist@shaw.ca>
9104
9105         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
9106
9107         * Documentation/user/lilypond.tely: change Unified index to
9108         LilyPond index.
9109
9110         * Documentation/user/advanced-notation.itely,
9111         instrument-notation.itely: editing.
9112
9113 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9114
9115         * scm/lily.scm (lilypond-all): Bugfix: return failed.
9116
9117         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
9118
9119 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9120
9121         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
9122         ly:port-move.  Needs to be stderr-specific on mingw.
9123         Run fixcc.
9124
9125 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
9126
9127         * lily/general-scheme.cc (ly:port-move): Remove.
9128
9129         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
9130         windows.
9131
9132         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
9133         variables.  This eliminates the need for a gs.bat wrapper, which
9134         opens a console.
9135
9136         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
9137         * scm/lily.scm (running-from-gui?): 
9138         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
9139         artifact of not compiling with -mwindows.
9140
9141         * scm/editor.scm: Define PLATFORM.
9142
9143 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9144
9145         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
9146         can start to cut & paste lilypond-book fragments.  
9147
9148         * scm/define-music-types.scm (music-descriptions): remove
9149         UntransposableMusic
9150
9151 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9152
9153         * scm/output-ps.scm (glyph-string): remove / before CIDs.
9154
9155 2005-05-20  Graham Percival  <gperlist@shaw.ca>
9156
9157         * Documentation/user/instrument-notation.itely: remove *Engraver.
9158
9159         * Documentation/user/advanced-notation.itely: edit, rearrange.
9160
9161 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9162
9163         * scm/output-ps.scm (glyph-string): take cid? argument. Use
9164         findresource iso. findfont for CID CFF fonts.
9165
9166         * VERSION (PACKAGE_NAME): release 2.5.25
9167
9168         * ly/Welcome_to_LilyPond.ly: add  \version
9169
9170 2005-05-20  Graham Percival  <gperlist@shaw.ca>
9171
9172         * Documentation/user/programming-interface.itely: move
9173         \displayMusic into its own section.
9174
9175         * Documentation/user/basic-notation.itely: finish editing.
9176
9177 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9178
9179         * flower/file-path.cc (find): don't throw away file_name.dir, but
9180         append to it. Fixes \include with directories.
9181
9182         * flower/include/file-path.hh (class File_path): don't derive from
9183         Array<String>.
9184
9185         * flower/include/file-name.hh (class File_name): remove to_str0()
9186
9187         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
9188         Hara_kiri_engraver in separate file.
9189
9190         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
9191         translation went wrong. Fixes vertically translated slurs.
9192
9193 2005-05-19  Graham Percival  <gperlist@shaw.ca>
9194
9195         * Documentation/user/basic-notaton.itely: editing.
9196
9197 2005-05-18  Graham Percival  <gperlist@shaw.ca>
9198
9199         * Documentation/user/macros.itexi, basic-notation.itely:
9200         add @commonprop (commonly used properties) macro.
9201
9202 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9203
9204         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
9205
9206         * scripts/lilypond-book.py (invokes_lilypond): new function
9207         (main): only run fontextract if invokes_lilypond() is true.
9208
9209         * lily/function-documentation.cc (ly_add_function_documentation):
9210         duh, use !=
9211
9212         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
9213
9214         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
9215
9216         * scm/lily.scm (running-from-gui?): lowercase Darwin.
9217
9218         * lily/function-documentation.cc (ly_add_function_documentation):
9219         use scm_hash_table_p() for checking.
9220
9221 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9222
9223         * Documentation/user/advanced-notation.itely (Text scripts):
9224         Change nonexisting @internalsref{Text markup} to @ref{Text
9225         markup}.  Change @internalsref{Text script} to
9226         @internalsref{TextScript}.
9227
9228         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
9229
9230 2005-05-17  Graham Percival  <gperlist@shaw.ca>
9231
9232         * Documentation/user/tutorial.itely, basic-notation.itely,
9233         changing-defaults.itely: remove duplicate cindex entries
9234         that appear on the same page.
9235
9236         * scm/define-grobs.scm: change default padding for TextSpanner.
9237
9238         * Documentation/topdocs/AUTHORS.texi: update email address.
9239
9240         * Documentation/user/global.itely: add info about \include.
9241
9242 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9243
9244         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
9245         when running-from-gui.
9246
9247         * scm/editor.scm (get-editor): Add platform defaults.
9248
9249         * scm/backend-library.scm (postscript->pdf): Typo.
9250
9251 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9252
9253         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
9254
9255         * lily/font-config.cc (init_fontconfig): add warning about cache.
9256
9257 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9258
9259         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
9260
9261 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9262
9263         * lily/horizontal-bracket.cc (print): Take care of the direction
9264         property so brackets above the stave point downwards. 
9265
9266         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
9267         for HorizontalBracket so it doesn't end up within the stave.
9268
9269 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9270
9271         * lily/GNUmakefile (default): Typo.
9272
9273         * scm/lily.scm (PLATFORM): Export.
9274
9275         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
9276         load-font-via-GS, ttftool or fopencookie is broken on windows.
9277         
9278         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
9279         -dSAFER, that is broken on windows.
9280
9281 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9282
9283         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
9284         for FlexLexer.h
9285
9286         * scripts/lilypond-invoke-editor.scm: remove stray -
9287
9288 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9289
9290         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
9291         Fixes deprecation warning.
9292
9293         * flower/include/string.icc (to_string): Only inline if
9294         -DSTRING_UTILS_INLINED.
9295
9296         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
9297         name.  Remove windows comment.
9298
9299         * scm/editor.scm (slashify): New function.
9300         (get-editor-command): Use it.
9301         (get-command-template): Do not alter editor command if
9302         environment value includes `%(file)s' magic.
9303
9304         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
9305         (dissect-uri): Use it.
9306         (unquote-uri): Bugfix.
9307
9308 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9309
9310         * scm/framework-ps.scm (write-preamble): add TTF rule.
9311
9312         * Documentation/topdocs/README.texi (Top): remove note about
9313         xdelta.
9314
9315         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
9316         requirement.
9317
9318         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
9319         function. Figure out where FlexLexer.h lives
9320
9321         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
9322         
9323 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9324
9325         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
9326         with Windows root in file name.
9327
9328         * scm/backend-library.scm (ly:system): Only redirect output (using
9329         system and shell, ugh) if /dev/null is writable.
9330
9331         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
9332         windows icon.
9333
9334         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
9335         on Mingw.
9336
9337         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
9338         click.
9339
9340         * flower/file-path.cc (is_dir, is_file): New function.  Actually
9341         use result of stat when available.
9342
9343         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
9344         absolute file name and root.
9345
9346         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
9347
9348         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
9349
9350         * flower/file-name.cc (slashify): Bugfix, do substitute if no
9351         slashes in file name.
9352
9353 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9354
9355         * Documentation/user/preface.itely (Preface): Run
9356         texinfo-all-menus-update.
9357
9358         * scm/editor.scm (get-editor-command): Bugfix: allow full
9359         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
9360
9361         * Documentation/pictures/lilypond-48.xpm: New file.
9362
9363         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
9364
9365         * ly/Welcome_to_LilyPond.ly: New file.
9366
9367         * lily/main.cc (main): Only identify if we have a terminal.
9368
9369         * scm/backend-library.scm (postscript->png)
9370         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
9371         non-/bin/sh).
9372
9373 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
9374
9375         * Documentation/topdocs/AUTHORS.texi: polish, update.
9376
9377 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9378
9379         * Documentation/user/preface.itely (Notes for version 2.6): new
9380         notes for 2.6
9381
9382         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
9383         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
9384         is not fully contained" warnings.
9385
9386         * lily/slur-scoring.cc (get_bound_info): remove warning.
9387
9388         * lily/staff-symbol-engraver.cc (process_music): start initial
9389         spanner in process_music(). This fixes overrides of StaffSymbol
9390         properties.
9391
9392         * scm/framework-pdf.scm (Module): remove.
9393
9394         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
9395
9396         * lily/ambitus-engraver.cc: formatting cleanups.
9397
9398         * mf/feta-solfa.mf (Module): remove.
9399
9400         * ChangeLog: more details about contributions.
9401
9402 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9403
9404         * lily/align-interface.cc (align_elements_to_extents): warn if
9405         called too early. Fixes: disappearing-staff-lines.ly
9406
9407         * VERSION (PACKAGE_NAME): release 2.5.24
9408
9409 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9410
9411         * stepmake/aclocal.m4: Typo.
9412
9413         * flower/string.cc (substitute): Take two strings or two
9414         characters.  Update callers.
9415
9416 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9417
9418         * flower/file-name.cc (File_name): Slashify.
9419
9420         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
9421
9422         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
9423
9424         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
9425
9426         * configure.in (gui_b): Use it.
9427
9428         * lily/lilypond.rc.in: New file.
9429
9430         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
9431
9432 2005-05-12  Graham Percival  <gperlist@shaw.ca>
9433
9434         * Documentation/user/advanced-notation.itely: edit of Text
9435         section; clarify text scripts vs. text markup.
9436
9437 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9438
9439         * lily/multi-measure-rest-engraver.cc
9440         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
9441         separation items on start. Fixes mm rests in start of score.
9442
9443         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
9444         don't access StaffSymbol if not there.
9445         Fixes: crash-staff-symbol-engraver.ly.
9446
9447         * lily/instrument-name-engraver.cc (class
9448         Instrument_name_engraver): data member first_. Create
9449         InstrumentName on start. 
9450
9451 2005-05-12  Graham Percival  <gperlist@shaw.ca>
9452
9453         * Documentation/user/instrument-notation.itely: add guitar
9454         position.
9455
9456         * Documentation/user/introduction.itely,
9457         Documentation/user/lilypond.tely,
9458         Documentation/user/tutorial.itely: begin pruning
9459         unused (duplicated) cindex entries and misc cleanup.
9460
9461 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9462
9463         * input/test/volta-chord-names.ly: Bring the explanation up to
9464         date.
9465
9466 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9467
9468         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
9469         Specify `@documentencoding utf-8' for html, ignore warnings.
9470
9471 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
9472
9473         * THANKS: Added bughunters.
9474
9475 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9476
9477         * lily/main.cc: update help string for `lilypond -H'.
9478
9479         * po/fi.po: update.
9480         
9481 2005-05-10  Graham Percival  <gperlist@shaw.ca>
9482
9483         * Documentation/user/advanced-notation.itely: minor fixes.
9484
9485 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9486
9487         * scm/editor.scm: New module.
9488
9489         * scm/lily.scm (gui-main): Use it.
9490
9491         * scm/framework-gnome.scm (spawn-editor): Use it.
9492
9493         * scripts/lilypond-invoke-editor.scm: Use it in new script.
9494
9495 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9496
9497         * scm/framework-ps.scm (load-font-via-GS):  new function.
9498
9499         * lily/pango-font.cc (pango_item_string_stencil): add support for
9500         CID keyed font.
9501
9502         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
9503
9504 2005-05-10  Graham Percival  <gperlist@shaw.ca>
9505
9506         * Documentation/user/basic-notation.itely: add @ref.
9507
9508         * Documentation/user/advanced-notation.itely: add example
9509         of 5/8 beaming.
9510
9511 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9512
9513         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
9514
9515         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
9516         going through ps2pdf wrappers.
9517
9518 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
9519
9520         * Documentation/user/instrument-notation.itely: petrucci note
9521         heads: updated docu
9522
9523         * input/regression/note-head-style.ly: updated regression test;
9524         indentation fixes
9525
9526         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
9527         heads as default
9528
9529         * mf/parmesan-heads.mf: minor editing; use musicological names
9530         (rather than optical description) as note head names
9531
9532         * scm/output-lib.scm: complete petrucci heads
9533
9534 2005-05-09  Pal Benko  <benkop@freestart.hu>
9535
9536         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
9537         heads, but bigger)
9538
9539 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9540
9541         * lily/main.cc (main_with_guile): Remove no files check.
9542
9543         * lily/main.cc (ly:usage): Export to Scheme.
9544
9545         * scm/lily.scm (no-files-handler): New function.
9546
9547         * scm/lily.scm (lilypond-main): Use it.
9548
9549         * configure.in (gui_b): Add mbrtowc checking.
9550         Resurrect [utf8/]wchar.h checking.
9551
9552 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9553
9554         * Documentation/user/advanced-notation.itely (Metronome marks):
9555         Add link to the program reference for MetronomeMark
9556
9557         * Documentation/user/lilypond-book.itely (An example of a
9558         musicological document): Correct the example using psfonts 
9559
9560 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
9561
9562         * po/fi.po: update after a lesson how to update entries against
9563         source.
9564         
9565         * po/TODO: document the lesson.
9566
9567 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9568
9569         * configure.in (gui_b): remove wcrtomb checking.
9570
9571         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
9572         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
9573
9574 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9575
9576         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
9577         keep Scheme expressions and strings unmodified when doing the
9578         conversion to postfix notation for slurs and beams. Should
9579         hopefully solve most related conversion problems. 
9580
9581         * Documentation/user/lilypond-book.itely : Clarify and correct how
9582         to call dvips with -h psfonts.
9583
9584 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9585
9586         * Documentation/user/instrument-notation.itely (Entering lyrics):
9587         Typo.  Fixes build.
9588
9589 2005-05-09  Graham Percival  <gperlist@shaw.ca>
9590
9591         * Documentation/user/lilypond-book.itely: document PSFONTS file.
9592
9593         * Documentation/user/lilypond.tely, lilypond-book.itely,
9594         tutorial.itely: change references to 2.5.x to 2.6.x.
9595
9596         * Documentation/user/instrument-notation.itely: clarified \addlyrics
9597         vs \lyricmode.
9598
9599         * Documentation/user/invoking.itely: remove old info about
9600         lilypond-profile.
9601
9602         * Documentation/topdocs/INSTALL.texi: remove old info about
9603         lilypond-profile, add warning about needing international fonts
9604         to build docs.
9605
9606 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9607
9608         * lily/include/grob-info.hh (class Grob_info): make data member
9609         private. Changes throughout.
9610
9611         * input/regression/alignment-order.ly: new file. 
9612
9613         * lily/vertical-align-engraver.cc (acknowledge_grob): read
9614         alignAboveContext and alignBelowContext
9615
9616 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9617
9618         * lily/pfb.cc (LY_DEFINE): add cast.
9619
9620         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
9621         matches .otf
9622         (write-preamble): warn about unknown fonts.
9623
9624         * lily/pfb.cc (Module): new function ly:otf->cff
9625
9626         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
9627         (get_otf_table): new function.
9628
9629 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9630
9631         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
9632         iso. ps2png.
9633
9634 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9635
9636         * po/fi.po: apply second round of update.
9637
9638 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9639
9640         * scm/x11-color.scm (make-x11-color-handler): don't use
9641         #\sp. Apparently doesn't work on all platforms. 
9642
9643 2005-05-06  Graham Percival  <gperlist@shaw.ca>
9644
9645         * Documentation/user/advanced-notation.itely, putting.itely,
9646         tutorial.itely, global.itely, introduction.itely: really minor fixes.
9647
9648 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9649
9650         * VERSION (PACKAGE_NAME): release 2.5.23
9651
9652 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9653
9654         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
9655         convert to utf-8.
9656
9657         * THANKS: Add translators for this release, convert to utf-8.
9658
9659         * mf/GNUmakefile (MFTRACE_FLAGS):
9660         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
9661         outdir as option (WAS: hardcoded).
9662
9663 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9664
9665         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
9666         finished_span_
9667
9668         * THANKS: add Hans Forbrich.
9669
9670         * Documentation/topdocs/NEWS.tely (Top): document new feature.
9671
9672         * Documentation/user/basic-notation.itely (Staff symbol): document
9673         start/stop staff. Reference to ossia.ly
9674
9675         * input/test/ossia.ly: new example using stop and startStaff.
9676
9677         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
9678         in other words, don't create "|" barline at start of the score.
9679         (start_translation_timestep): don't set whichBar for start of score.
9680
9681         * input/regression/staff-halfway.ly: use new functionality.
9682
9683         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
9684         start and stop staff based on events.
9685
9686         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
9687
9688         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
9689
9690 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9691
9692         * Documentation/user/programming-interface.itely (How markups work
9693         internally ): remove \encoding reference.
9694
9695 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9696
9697         * scripts/convert-ly.py: Attempt to do a smarter update of 
9698         text markups from versions < 1.9.0 with arbitrary nesting.
9699
9700 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
9701
9702         * po/fi.po: convert to utf-8, and update.
9703
9704 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9705
9706         * make/lilypond.suse.spec.in: update from suse 2.4 package.
9707
9708         * lily/*.cc: more <? >? to min/max changes
9709
9710         * lily/include/interpretation-context-handle.hh: rename
9711         Interpretation_context_handle to Context_handle.
9712
9713 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
9714
9715         * input/regression/GNUmakefile (local_delete): use `find` together 
9716         with `xargs` to avoid too long argument-lists in cmd line.
9717
9718 2005-05-04  Graham Percival  <gperlist@shaw.ca>
9719
9720         * Documentation/user/introduction.itely: updates "About this manual".
9721
9722         * Documentation/user/advanced-notation.itely,
9723         invoking.itely: minor fixes.
9724
9725 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9726
9727         * COPYING: add font exception. Update FSF address. 
9728
9729         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
9730         should be taken without child context.
9731
9732         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
9733
9734         * scm/define-markup-commands.scm (triangle): new command, as
9735         robust replacement for unicode Delta/Triangle.
9736
9737 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9738
9739         * ps/music-drawing-routines.ps: add fillp argument.
9740
9741         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
9742
9743         * lily/font-config.cc (init_fontconfig): don't add cff/
9744
9745         * VERSION (PACKAGE_NAME): release 2.5.22
9746
9747         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
9748
9749         * lily/grace-engraver.cc (consider_change_grace_settings): use
9750         is_alias(). Fixes problem with CueVoice grace notes. 
9751
9752         * lily/simultaneous-music-iterator.cc (construct_children): call
9753         Music_iterator::quit() for iterators that start out invalid. This
9754         fixes indefinitely continuing contexts.
9755
9756         * buildscripts/substitute-encoding.py: new file
9757
9758         * Documentation/user/basic-notation.itely (Basic polyphony): fix
9759         missing @end 
9760
9761         * scripts/lilypond-book.py (write_if_updated): print file name.
9762
9763         * Documentation/user/basic-notation.itely (Explicitly
9764         instantiating voices): idem.
9765
9766         * Documentation/user/advanced-notation.itely (Text spanners):
9767         remove stray { } 
9768
9769         * lily/context.cc (default_child_context_name): the default child
9770         is now first in accepts_list_.
9771
9772         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
9773         \defaultchild to all relevant contexts.  This fixes:
9774         drums-pitch.ly.
9775
9776         (Probably also fixes similar problems with ancient
9777         transcriptions getting CueVoices instead of the desired voices.)
9778  
9779         * lily/context-def.cc (get_default_child): new function.
9780         (get_accepted): place default child in front of list.
9781
9782         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
9783
9784         * lily/include/context-def.hh (struct Context_def): add
9785         default_accept_
9786
9787 2005-05-03  Graham Percival  <gperlist@shaw.ca>
9788
9789         * scm/define-grobs.scm: remove "remove-first" line, since
9790         the absent property is set to #f anyway.
9791
9792         * Documentation/user/basic-notation.itely,
9793         advanced-notation.itely, instrument-notation.itely: minor
9794         fixes.
9795
9796         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
9797
9798         * Documentation/user/advanced-notation.itely,
9799         changing-defaults.itely: consolidate Text stuff in
9800         advanced notation.
9801
9802         * Documentation/user/global.itely: better docs for \header.
9803
9804         * Documentation/user/putting.itely: new chapter; placeholder
9805         for future expansion.
9806
9807         * Documentation/user/examples.itely: moved "suggestions for
9808         writing LP files" section into putting.itely.
9809
9810         * Documentation/user/lilypond.itely: added new chapter,
9811         fixed the short table of contents.
9812
9813 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9814
9815         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
9816         infinity for unfeasible beams.
9817
9818         * make/lilypond.fedora.spec.in (Group): idem.
9819
9820         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
9821
9822         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
9823
9824         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
9825         fonts directly.
9826
9827         * buildscripts/gen-emmentaler-scripts.py (i): idem.
9828
9829         * mf/GNUmakefile: remove all CFF rules.
9830
9831         * scm/framework-ps.scm (ps-embed-cff): reinstate.
9832
9833         * lily/open-type-font-scheme.cc (LY_DEFINE):
9834         new function ly:otf-font-table-data.
9835         (LY_DEFINE): new function otf-font?
9836
9837 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9838
9839         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
9840         ($(outdir)/Fontmap.lily): idem.
9841
9842         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
9843         for PFAEmmentaler-XXX.pfa. 
9844
9845         * Documentation/user/music-glossary.tely (accidental): NL
9846         translation of accidental.
9847
9848 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9849
9850         * flower/include/international.hh: Bugfix: include "string.hh".
9851
9852         * lily/include/mingw-compatibility.hh: New file.
9853
9854         * flower/include/libc-extension.hh (memrev): Rename from strrev.
9855
9856         * configure.in: Search for mingw wcrtomb library.
9857
9858 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9859
9860         * scripts/convert-ly.py: Bug fix
9861
9862         * Documentation/user/changing-defaults.itely (Common tweaks):
9863         Added example where the context has to be specified explicitly
9864         (MetronomeMark). 
9865
9866 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9867
9868         * scripts/lilypond-book.py (ly_options): set timing to #f for
9869         notime option.
9870
9871         * scripts/convert-ly.py (conv): typo.
9872
9873         * flower/*.cc: remove <? and >?
9874         
9875         * lily/*.cc: remove <? and >?
9876
9877         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
9878         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
9879         editor.
9880
9881 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9882
9883         * lily/part-combine-engraver.cc: add space to variable list.
9884
9885 2005-04-30  Graham Percival  <gperlist@shaw.ca>
9886
9887         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
9888         remove-first to false (matches docs)
9889
9890         * Documentation/user/advanced-notation.itely: corrected docs
9891         concerning remove-first.
9892
9893 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9894
9895         * lily/part-combine-engraver.cc: make sure that the relevant
9896         properties are included in the documentation.
9897
9898 2005-04-28  Graham Percival  <gperlist@shaw.ca>
9899
9900         * Documentation/user/lilypond-book.itely: Bernard's docs
9901         for \betweenLilyPondSystem.
9902
9903 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9904
9905         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
9906         remarks.
9907
9908 2005-04-28  Pal Benko  <benkop@freestart.hu>
9909
9910         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
9911         only on vertical lines of flexa shape, and use a constant
9912         thickness value for horizontal lines (patch slightly modified by
9913         Jürgen Reuter)
9914
9915         * lily/include/mensural-ligature.hh: make 2 comments clearer
9916
9917 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
9918
9919         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
9920         to need_extra_horizontal_space; bugfix: use class scope to avoid
9921         global namespace pollution
9922
9923         * Documentation/user/instrument-notation.itely (ligatures): added
9924         comment on possible future syntax change and how to work around
9925
9926         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
9927         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
9928         intervals (fixes agnus dei example)
9929
9930         * Documentation/user/instrument-notation.itely (white mensural
9931         ligatures): selected a more illustrative example
9932
9933 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
9934
9935         * Documentation/index.html.in: specify utf-8 charset in meta content.
9936
9937 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9938
9939         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
9940         empty 2nd page for single page.
9941
9942         * scm/lily.scm: remove p&c definitions.
9943
9944         * po/zh_TW.po (Module): new translation.
9945
9946         * lily/lily-guile.cc (ly_chain_assoc): remove.
9947
9948         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
9949         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
9950
9951 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9952
9953         * lily/beaming-info.cc: remove infinity_i
9954
9955         * scripts/abc2ly.py (out_filename): fix thinko with \version.
9956
9957 2005-04-26  Graham Percival  <gperlist@shaw.ca>
9958
9959         * Documentation/user/basic-notation.itely,
9960         instrument-notation.itely, advanced-notation.itely,
9961         changing-defaults.itely: minor fixes.  Added docs
9962         for colors to advanced-notation.itely.
9963
9964         * Documentation/user/advanced-notation.itely: fixed compile
9965         problem and added Bernard's x11-color doc patch.
9966
9967 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9968
9969         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
9970         alright this time round.
9971
9972 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9973
9974         * Documentation/topdocs/INSTALL.texi (Top): idem.
9975
9976         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
9977
9978         * VERSION (MAJOR_VERSION): release 2.5.21
9979
9980         * scm/output-ps.scm (grob-cause): bugfix.
9981
9982 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9983
9984         * cygwin/*: Update.
9985
9986         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
9987         stuff.
9988
9989         * scm/output-ps.scm (grob-cause): Bugfix.
9990
9991         * scm/lily.scm (ly:load): Remove x11-color.
9992
9993         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
9994         quote executable, fixes getting version from program --with
9995         --options.
9996         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
9997         $ac_exeect.
9998
9999         * Documentation/user/GNUmakefile: Only build music-glossary with
10000         rendered lilypond snippets during web.
10001
10002 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10003
10004         * po/de.po: update.
10005
10006         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
10007
10008 2005-04-22  Laura Conrad <lconrad@laymusic.org>
10009  
10010         * scripts/abc2ly:
10011         second title line append with punctuation dash character;
10012         encode abc2ly python strings in utf-8
10013        
10014 2005-04-21  Laura Conrad <lconrad@laymusic.org>
10015
10016         * scripts/abc2ly fix chords (again)
10017  
10018 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
10019
10020         * scm/x11-color.scm: new file
10021         All x11 color names can be accessed with:
10022         #(x11-color 'ColorName),
10023         #(x11-color "ColorName") or:
10024         #(x11-color "color name")
10025         If the x11 color name is not recognised then it defaults
10026         to black
10027
10028         * scm/lily.scm: amended to call scm/x11-color.scm
10029
10030 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10031
10032         * Documentation/user/invoking.itely (Reporting bugs): comment out
10033         reference to online PNG bug repository.
10034
10035 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10036
10037         * lily/translator-scheme.cc (ly:translator-property): Remove.
10038         Update callers.
10039
10040         * lily/context-scheme.cc (ly:context-now): Move from translator.
10041         Update callers.
10042
10043 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10044
10045         * input/regression/grid-lines.ly (skips): refine example.
10046
10047         * scm/define-context-properties.scm
10048         (all-user-translation-properties): doc autoBeamCheck
10049
10050         * input/regression/grid-lines.ly (Module): new file.
10051
10052         * lily/grid-point-engraver.cc (Module): new file.
10053
10054         * lily/grid-line.cc (Module): new file.
10055
10056         * lily/grid-line-span-engraver.cc (Module): new file.
10057
10058         * lily/grid-line-interface.cc (Module): new file.
10059
10060 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10061
10062         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
10063         missing parameter, actualy cdr through list.  Actually return a
10064         list with ENTRY removed (was '()).
10065
10066         * scripts/convert-ly.py: Update.  Print warning if file cannot be
10067         opened.
10068         (do_conversion): Fix printing of continuation comma.
10069
10070         * Documentation/user/advanced-notation.itely (Beam formatting):
10071         Remove refbugs about compound time and mixed duration.
10072
10073         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
10074         modulo moments explicitely.
10075
10076         * lily/moment.cc (operator %): New function.
10077
10078         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
10079
10080         * lily/translator-scheme.cc (ly:translator-now,
10081         ly:translator-property): New function.
10082
10083         * scm/auto-beam.scm (default-auto-beam-check): New function.
10084
10085         * lily/auto-beam-engraver.cc (test_moment): Use it.
10086
10087         * flower/rational.cc (operator %): Bugfix.
10088
10089 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
10090
10091         * scripts/abc2ly: Bugfix
10092
10093 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10094
10095         * python/fontextract.py (write_extracted_fonts): bugfix, too many
10096         %'s on EndFont comment.
10097
10098         * lily/ledger-line-spanner.cc: some more words of explanation.
10099
10100 2005-04-20  John Williams <williams@tni.com>  
10101         
10102         * scripts/lilypond-book.py: htmlquote bugfix.
10103         Allow snippets to be given distinct filenames.
10104         Allow the default alt text to be overridden.
10105
10106 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
10107
10108         * ly/performer-init.ly: Bugfix
10109
10110         * THANKS: Added bughunters.
10111
10112 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10113
10114         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
10115
10116         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
10117         position (was: use modulo measure length).
10118
10119         * configure.in (no gui_b): Remove optional gtk+ requirement.
10120
10121 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10122
10123         * Documentation/user/basic-notation.itely (Pitches): add
10124         LedgerLineSpanner.
10125
10126         * lily/dynamic-engraver.cc (process_music): set right bound to
10127         script if present. Else, do not set.
10128         (acknowledge_grob): only set right bound of finished spanner to
10129         note column if no other bound is set.
10130
10131         * python/lilylib.py (make_ps_images): switch back to png16m.
10132         
10133 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10134
10135         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
10136         writing up to date file.  Add dvips usage suggestion.
10137
10138         * scripts/convert-ly.py: Fix error message.
10139         Print usage if no files on command line.
10140         (usage): Add example usage.
10141
10142         * input/test/compound-time.ly: New file.
10143
10144         * input/test/circle.ly: New file.
10145
10146         * Documentation/topdocs/NEWS.tely: Use them.
10147
10148         * input/test/boxed-stencil.ly: Remove \score.
10149
10150         * buildscripts/mf-to-table.py (base): Add .log dependency.
10151
10152         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
10153         pfa's.  Add .log dependency
10154
10155         * scm/define-markup-commands.scm (lower): New command.
10156
10157         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
10158         make it default.
10159
10160 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10161
10162         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
10163         also to finished cresc as right bound. This fixes:
10164         skip-string-decresc.ly
10165
10166         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
10167         relative_coordinate if extent is empty.
10168
10169         * lily/stem.cc (width_callback): determine correct extent if flag
10170         is not there. This fixes slur-no-flag.ly
10171
10172         * lily/grace-engraver.cc (consider_change_grace_settings): new
10173         function.
10174         (initialize): also consider_change_grace_settings() on
10175         initialization. Fixes large grace notes at start of score.
10176
10177         * lily/break-align-interface.cc (do_alignment): don't translate if
10178         total_extent is empty.
10179
10180         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
10181
10182 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10183
10184         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
10185         with slash.
10186
10187 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10188
10189         * stepmake/aclocal.m4: Remove tfm_path.
10190
10191 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10192
10193         * scm/music-functions.scm (markup-expression->make-markup): fix
10194         bug with cons arguments of markup commands.
10195         (music->make-music): fix music expression property list building
10196
10197 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10198
10199         * aclocal.m4: Massage package names.
10200
10201         * SCons updates.
10202
10203 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10204
10205         * VERSION (PACKAGE_NAME): release 2.5.20
10206
10207         * lily/stem.cc (calc_stem_info): add minimum Y extent of
10208         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
10209
10210         * lily/percent-repeat-engraver.cc (try_music): add measure before
10211         next_moment to future processing moment. Fixes:
10212         percent-repeat-mm-rest.ly
10213         (process_music): don't add moment for 2nd time.
10214
10215         * input/regression/repeat-percent.ly: add mmrests as extra test.
10216
10217         * lily/axis-group-engraver.cc (acknowledge_grob): read
10218         keepAliveInterfaces to decide what to kill.
10219
10220         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
10221         percent-repeat-interface to keepAliveInterfaces. This fixes
10222         percent-repeat-harakiri.
10223
10224 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10225
10226         * SCons updates.
10227
10228 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10229
10230         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
10231
10232         * aclocal.m4: remove --enable-tfm-path configure option
10233
10234         * input/test/ancient-font.ly (lowerStaff): clef name errors.
10235
10236         * scm/backend-library.scm (postscript->png): newline after
10237         finishing command.
10238
10239         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
10240         (LY_DEFINE): ly:paper-score-paper-systems: new function 
10241
10242         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
10243
10244         * lily/score.cc (default_rendering): use Music_output too.
10245
10246         * input/test/chord-names-languages.ly (Module): rename file.
10247
10248         * lily/text-spanner.cc: add bound-padding.
10249
10250         * lily/paper-book.cc (systems): accept Paper_score
10251         iso. Paper_system vector. 
10252
10253         * input/regression/line-arrows.ly: new file.
10254
10255         * lily/paper-score.cc (process): run get_paper_systems() only once.
10256
10257         * lily/line-spanner.cc (line_stencil): add arrows.
10258
10259 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
10260
10261         * lily/line-interface.cc (make_arrow): new function. 
10262         (arrows): idem.
10263
10264 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
10265
10266         * input/test/chord-names-german.ly: update for italian/french
10267         chords.
10268         
10269         * Documentation/user/instrument-notation.itely (Printing chord
10270         names): update.
10271
10272 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10273
10274         * lily/include/paper-score.hh (class Paper_score): remove unused
10275         prototypes.
10276
10277         * lily/book.cc (process): add -COUNT to midi output.
10278
10279         * lily/score.cc (book_rendering): remove outname argument
10280         (book_rendering): return list of Music_outputs. 
10281
10282         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
10283
10284         * lily/book.cc (process): loop over Music_outputs returned from
10285         Score::book_rendering().
10286
10287         * lily/*.cc (width_callback): remove spurious "unused" warnings
10288         for assert (axis==[XY]_AXIS); 
10289
10290         * lily/include/music-output.hh (class Music_output): smobify class.
10291
10292         * lily/include/paper-score.hh (class Paper_score): make members
10293         private.
10294
10295         * lily/performance.cc (process): return #f iso. #<undefined>. This
10296         prevents #<undefined> leaking into GUILE-userspace.
10297
10298 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10299
10300         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
10301
10302 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
10303
10304         * scm/chord-name.scm : support for italian and french
10305         chords names.
10306
10307         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
10308         a space defined by chordPrefixSpacer when the root name is
10309         direclty followed by a prefix.
10310
10311         * ly/engraver-init.ly : chordPrefixSpacer       
10312         * scm/define-context-properties.scm : chordPrefixSpacer
10313         * ly/property-init.ly : italianChords, frenchChords 
10314
10315 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10316
10317         * mf/feta-din.mf: Remove.
10318
10319         * mf/GNUmakefile (fontdir): Bugfix.
10320
10321         * mf/SConstruct: Some updates.
10322
10323         * SConstruct: Require pkg-config.
10324         (test_program): Bugfix for double digit version compares, use
10325         integer (not string-) compare.
10326         Optionally require gs 8.14.
10327
10328         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
10329
10330         * lily/*: s/ifdef HAVE_*/if have/.
10331
10332         * SConstruct (test_lib): New function.  Update pkg-config and some
10333         other requirements.
10334
10335         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
10336         freetype, pangof2t.
10337
10338 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10339
10340         * po/lilypond.pot, ...: Update using bison-CVS.
10341
10342         * python/lilylib.py (make_ps_images): Fixo.
10343
10344 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10345
10346         * python/lilylib.py (make_ps_images): typo.
10347
10348         * configure.in (gui_b): make bison optional.
10349
10350         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
10351
10352 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
10353
10354         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
10355         with one parameter can be defined in a LaTeX file when processed
10356         by lilypond-book this will be evaluated between the systems of
10357         a multi-system score. The parameter is the number of systems processed.
10358
10359 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10360
10361         * python/lilylib.py (make_ps_images): Escape newline.
10362
10363         * Documentation/user/music-glossary.tely: Run
10364         texinfo-all-menus-update.
10365
10366 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10367
10368         * scm/lily-library.scm (old-relative-not-used-message)
10369         (version-not-seen-message): Add input-file-name-location to message.
10370
10371         * lily/parser.yy (lilypond): Add token aliases.
10372
10373         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
10374         not confuse with alteration.
10375         (alteration): Add.
10376
10377 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10378
10379         * python/lilylib.py (make_ps_images): use -dEPSCrop
10380
10381         * VERSION (PACKAGE_NAME): release 2.5.19 
10382
10383         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
10384         only put xrefs in info documentation.
10385
10386         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
10387         .pdf rule to tex-rules.make.
10388
10389         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
10390         from -systems.* output.
10391
10392         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
10393         directly, remove -$(PAGESIZE) target.
10394
10395         * input/test/embedded-postscript.ly: update.
10396
10397 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10398
10399         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
10400
10401         * Documentation/user/changing-defaults.itely (Font selection):
10402         document font-name.
10403
10404         * input/regression/font-name.ly: show Pango fonts for
10405         font-name. Update example. 
10406
10407         * lily/pango-select.cc (properties_to_pango_description): don't
10408         convert symbol font-size to number, but use to lookup.
10409
10410         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
10411
10412         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
10413         (NAME . FILE-NAME) tuples for font descriptions. 
10414         (write-preamble): display BeginFont DSC comments.
10415
10416         * python/fontextract.py (write_extracted_fonts): new file. Extract
10417         font resources from a PS file.
10418
10419         * scripts/lilypond-book.py (option_definitions): --psfonts option.
10420         (Compile_error.process_include): do_file returns chunks.
10421
10422         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
10423
10424         * make/lysdoc-targets.make: .texi is .PRECIOUS
10425
10426         * scripts/lilypond-book.py (write_if_updated): new function.
10427
10428 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10429
10430         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
10431
10432 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10433
10434         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
10435
10436         * input/regression/markup-syntax.ly: remove \score.
10437
10438         * scm/define-markup-commands.scm (draw-circle): add fill argument
10439
10440         * scm/stencil.scm (make-circle-stencil): add fill argument
10441
10442         * ps/music-drawing-routines.ps: add fill argument.
10443
10444         * ly/performer-init.ly: add CueVoice to MIDI too.
10445
10446         * ps/music-drawing-routines.ps: new routine BeginEPSF /
10447         EndEPSF.
10448
10449         * input/regression/markup-eps.ly: new file.
10450
10451         * scm/framework-ps.scm (write-preamble): change order: vars should
10452         be inited before procedures.
10453
10454         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
10455         for EPS files.
10456
10457         * scm/define-markup-commands.scm (epsfile): add epsfile command.
10458
10459 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10460
10461         * configure.in (gui_b): add check for ghostscript 8.15
10462
10463 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10464
10465         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
10466         start of line. Fixes cresc-after-newline.ly
10467
10468         * lily/source-file.cc (file_line_column_string): use get_column().
10469
10470 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10471
10472         * lily/source-file.cc (get_column): utf-8 support for column numbers.
10473
10474 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10475
10476         * lily/*: use message () iso progress_indication () for messages.
10477         Revise/uniformise user messages.
10478
10479         * flower/warn.cc (progress_indication): New function.
10480         (message): Use it.  Fixes newline problems.
10481
10482         * config.make.in (webdir): Sort out install dirs.
10483
10484         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
10485
10486         * python/lilylib.py (command_name): Bugfix.
10487         (make_ps_images):
10488
10489 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
10490
10491         * lily/main.cc: --help says what types of backends are availabe
10492
10493 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10494
10495         Fix ./VERSION dependency, and without need to reconfigure.
10496
10497         * lily/main.cc (setup_paths): Update.
10498
10499         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
10500
10501         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
10502
10503         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
10504         Add \line for some simplistic cases.
10505
10506         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
10507
10508 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10509
10510         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
10511         to compile LY files (useful for adding eg. "-I" args)
10512         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
10513         2Gnome command for gnome backend.
10514         (LilyPond-command-formatgnome): call the 2Gnome command. key
10515         binding: C-c C-g
10516
10517 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10518
10519         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
10520         depend on all PNG images.
10521
10522 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10523
10524         * GNUmakefile.in: Bugfix: also link .map files.
10525
10526 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10527
10528         * scm/music-functions.scm (music->make-music): generate 
10529         a (make-music ...) sexpr from a music expression.
10530         (display-scheme-music): use guile pretty printer to display the
10531         make-music sexpr.
10532
10533 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10534
10535         * ly/engraver-init.ly: reindent.
10536         Add CueVoice.
10537
10538         * scm/music-functions.scm (music-pretty-string): handle moments
10539         too.
10540         (music-pretty-string): only print non-empty lists.
10541         (cue-substitute): create CueVoice context, which has smaller type.
10542
10543         * lily/moment-scheme.cc (LY_DEFINE): new methods
10544         ly:moment-grace-{numerator,denominator}
10545
10546         * lily/context-handle.cc: remove quit() method. 
10547
10548         * lily/font-config.cc (init_fontconfig): be verbose about font path.
10549         (init_fontconfig): success is 0, not !0
10550
10551 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10552
10553         * mf/feta-nummer-code.mf (code): add plus glyph.
10554
10555         * lily/tie.cc (print): idem.
10556
10557         * lily/slur.cc (print): don't use thickness property for
10558         slur shape-thickness.
10559
10560         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
10561         while adding stencils.
10562
10563         * scm/define-markup-commands.scm (with-color): with-color markup
10564         command.
10565         (whiteout): new markup command 
10566         (filled-box): new markup command
10567
10568 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10569
10570         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
10571         test for PDF docs.
10572
10573         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
10574         PFAAybabtu-Regular.  Fixes feta font in PDFs.
10575         
10576         Notes for tetex-3.0 make web:
10577            psclean.map: s/uhv8a/uhvr8a/
10578            config.ps add:
10579                 p +psfonts_t1.map
10580                 p +psclean.map
10581                 p +typeface.map
10582
10583 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10584
10585         * scm/music-functions.scm (music-pretty-string): fix bug with
10586         string argument.
10587
10588 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
10589
10590         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
10591
10592 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10593
10594         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
10595         only process options if they're there.
10596         (write_file_map): add version-seen? to snippet-map.ly
10597
10598 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
10599
10600         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
10601         formatting cleanups.
10602
10603         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
10604         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
10605
10606 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10607
10608         * scm/framework-ps.scm (ps-font-command): don't hash, just use
10609         name directly.
10610
10611         * lily/main.cc (setup_paths): either add mf/out to search path or 
10612         fonts/{otf,type1,etc}
10613         
10614         * lily/font-config.cc (init_fontconfig): either add mf/out to
10615         FontConfig or fonts/{otf,type1,etc}
10616
10617         * GNUmakefile.in: don't put mf/ link in share/ dir.
10618
10619         * lily/staff-spacing.cc: move same-direction-correction to
10620         note-spacing-interface
10621
10622         * scm/lily.scm (lilypond-main): use variable argument count for
10623         exception handler.
10624
10625         * lily/font-config.cc (init_fontconfig): add operator pacification
10626         message.
10627
10628         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
10629
10630         * buildscripts/gen-emmentaler-scripts.py (i): generate
10631         PFAEmmentaler as well.
10632
10633         * scm/framework-ps.scm (munge-lily-font-name): new function
10634         (write-preamble): hack: insert PFA equivalent of CFF into
10635         .PS. This makes LilyPond output printable on normal PS printers
10636         again.
10637
10638         * buildscripts/gen-emmentaler-scripts.py (i): generate
10639         PFAEmmentaler.pfa aswell.
10640
10641 2005-04-06  John Williams <williams@tni.com>  
10642         
10643         * scripts/lilypond-book.py: refactor the compose_ly procedure.
10644         
10645 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10646
10647         * scm/page-layout.scm (default-page-make-stencil): always combine
10648         the header stencil, even if empty. This prevents the body text to
10649         reach up to the margins.
10650
10651         * po/rw.po (Module): new file, for Kinyarwanda.
10652
10653         * input/test/spacing-optical.ly (Module): new file.
10654
10655         * lily/staff-spacing.cc: add same-direction-correction
10656
10657 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10658
10659         * Documentation/user/introduction.itely (Engraving): Comment-out
10660         non-existent file.
10661
10662 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10663
10664         * scm/define-grob-properties.scm (all-user-grob-properties): add
10665         same-direction-correction
10666
10667         * VERSION: release 2.5.18
10668
10669 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10670
10671         * lily/grob.cc (mark_smob): Check pscore->layout_ before
10672         dereferencing.  Fixes make web.
10673
10674         * lily/midi-stream.cc: Handle unwritable midi file.  Include
10675         errno.h.
10676
10677         * Documentation/user/: Fix links.
10678
10679 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10680
10681         * lily/text-interface.cc (Module): rename from text-item.cc
10682
10683         * input/regression/apply-output.ly (texidoc): function naming fix.
10684
10685         * lily/time-signature-performer.cc (derived_mark): new function.
10686
10687         * lily/lily-parser-scheme.cc:  print mapped file name for progress
10688
10689         * scripts/lilypond-book.py (find_linestarts): new function.
10690         (find_toplevel_snippets): keep track of line numbers.
10691
10692         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
10693         all key changes.
10694
10695         * ly/declarations-init.ly (partCombineListener): use
10696         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
10697
10698         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
10699
10700 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10701
10702         * lily/text-item.cc: Fix link.
10703
10704         * Documentation/user/changing-defaults.itely (Changing defaults):
10705         Fix programs reference links.
10706
10707         * Documentation/user/music-glossary.tely: Convert to utf-8.
10708
10709 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10710
10711         * make/lilypond-vars.make: remove TEXMF from variables.
10712         remove DEB_BUILD pk font variables.
10713         remove GUILE_LOAD_PATH
10714         remove TeX memory vars.
10715
10716 2005-04-04  Werner Lemberg  <wl@gnu.org>
10717
10718         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
10719
10720 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10721
10722         * ps/lilyponddefs.ps: remove reencode-font
10723
10724         * lily/simple-spacer.cc (add_columns): also compare
10725         directly. Column rank doesn't distinguish between broken and
10726         unbroken columns. This fixes large spaces before time sig changes.
10727
10728         * Documentation/user/point-and-click.itely: document ly:set-option.
10729
10730         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
10731         point_and_click_global is set.
10732
10733         * lily/scm-option.cc (LY_DEFINE): add point-and-click
10734         ly:set-option argument.
10735
10736 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10737
10738         * GNUmakefile.in: Include symlinks in webball.
10739
10740         * Documentation/user/GNUmakefile (source-links): Add symlinks to
10741         source dir for split and non-split manuals.
10742
10743         * Documentation/user/*y: Fix @uref/@inputfile links for
10744         split/non-split HTML documents.
10745
10746         * Documentation/user/GNUmakefile (local-WWW): Do not generate
10747         .ps.gz.
10748         
10749 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10750
10751         * GNUmakefile.in: Add newline.
10752
10753 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
10754
10755         * tex/lilyponddefs.tex: use color instead of xcolor
10756         * scm/output-tex.scm: minor editing
10757
10758 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10759
10760         * scm/music-functions.scm (display-scheme-music): pretty printer
10761         for music expressions.
10762
10763 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10764
10765         * buildscripts/install-info-html.sh (index_file): Fix link.
10766
10767 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10768
10769         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
10770
10771         * Documentation/index.html.in: Add size estimates with some big pages.
10772
10773         * Documentation/user/tutorial.itely (Running LilyPond for the
10774         first time): Add/replace some @rglos links.  TODO: add more
10775         @rglos links in tutorial, test non-intrusiveness (.css).
10776
10777         * stepmake/bin/add-html-footer.py (do_file): Remove info's
10778         annoying's indication of referencing external document.
10779
10780         * Documentation/user/GNUmakefile: Split version of glossary too.
10781         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
10782         links, not only for html.
10783
10784         * Documentation/user/introduction.itely: Fix some links for other
10785         than html, do not use `here' as link name.
10786
10787 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10788
10789         * scm/documentation-generate.scm (string-append): Fix @usermanref,
10790         @glossaryref.
10791
10792 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10793
10794         * scm/page-layout.scm (default-page-make-stencil): only add header
10795         if existing and not empty. Fixes spurious programming error.
10796
10797         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
10798
10799 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
10800
10801         * scm/output-tex.scm: implement {re,}setcolor
10802         * tex/lilyponddefs.tex: use color package
10803
10804 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10805
10806         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
10807         additions to website.
10808
10809         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
10810
10811         * Documentation/user/macros.itexi: Fix @usermanref html links in
10812         split documents: use @inforef.
10813
10814 2005-03-30  Graham Percival  <gperlist@shaw.ca>
10815
10816         * Documentation/user/programming-interface.itely: minor fix.
10817
10818         * Documentation/user/advanced-notation.itely: added info to
10819         Metronome markings.
10820
10821 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10822
10823         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
10824         use box-stencil.  Remove y-padding argument.
10825         (make-stencil-circler): New function.
10826
10827         * buildscripts/lilypond-words.py (F): 
10828         * elisp/SConscript (a): 
10829         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
10830         * vim/SConscript (a): 
10831         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
10832
10833         * lily/general-scheme.cc: Build fix.
10834
10835         * scm/markup.scm:
10836         * input/regression/markup-scheme.ly: 
10837         * input/regression/markup-syntax.ly: Drop 'new-' from name.
10838
10839         * scm/stencil.scm (make-circle-stencil): New function.
10840
10841         * scm/define-markup-commands.scm (draw-circle): Use it.  New
10842         name (was cicle).  Update callers.
10843         (circle): New markup command, similar to box.
10844
10845         * scm/stencil.scm (circle-stencil): New function.
10846
10847 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
10848
10849         * configure.in: Detect libutf8/wchar.h variant.
10850
10851         * stepmake/aclocal.m4: Modify shared size test.
10852
10853 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10854
10855         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
10856
10857 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10858
10859         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
10860         
10861         * VERSION (PACKAGE_NAME):  release 2.5.17
10862
10863 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10864
10865         * scm/backend-library.scm (postscript->png): Fix comment and png
10866         message.
10867
10868         * GNUmakefile.in (link-tree): Fix locales.
10869
10870 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10871
10872         * lily/stencil-scheme.cc (LY_DEFINE): change to
10873         ly:stencil-aligned-to, non mutating.
10874
10875         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
10876
10877         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
10878
10879         * lily/quote-iterator.cc (derived_mark): call
10880         Music_wrapper_iterator::derived_mark() too.
10881
10882         * lily/grace-engraver.cc (derived_mark): change signature, add
10883         const.
10884
10885 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10886
10887         * SConstruct (symlink): 
10888         * GNUmakefile.in (link-tree): Add scripts to prefix.
10889
10890         * lily/general-scheme.cc (ly:effective-prefix): New function.
10891
10892         * scm/backend-library.scm (postscript->png): Use it.
10893
10894 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10895
10896         * lily/paper-score.cc (process): don't delete grobs after
10897         producing stencils. 
10898
10899         * scm/part-combiner.scm (determine-split-list): switch off
10900         debugging info.
10901
10902         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
10903         if available.
10904
10905         * scm/define-context-properties.scm
10906         (all-user-translation-properties): add stringNumberOrientations.
10907
10908         * lily/new-fingering-engraver.cc (position_scripts): make generic,
10909         so fingering and string-numbers are separately controlled.
10910
10911 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10912
10913         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
10914         not use debugging.
10915
10916 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10917
10918         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
10919
10920         * config.hh.in: add HAVE_FONTCONFIG.
10921
10922         * Documentation/user/instrument-notation.itely (String number
10923         indications): new node.
10924
10925         * input/regression/new-markup-syntax.ly (texidoc): add circle.
10926
10927         * lily/new-fingering-engraver.cc (add_string): new function. 
10928         (acknowledge_grob): accept string-number-event as well.
10929
10930         * scm/define-markup-commands.scm (circle): new markup command.
10931
10932         * scm/output-lib.scm (print-circled-text-callback): new function.
10933
10934         * lily/GNUmakefile: move ifeq after include stepmake.make.
10935
10936 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10937
10938         * config.make.in (HAVE_LIBKPATHSEA_SO):
10939         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
10940
10941         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
10942         add KPATHSEA_LIBS.
10943
10944         * debian/watch: 
10945         * debian/control: Update.
10946
10947 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10948
10949         * input/test/title-markup.ly (spaceTest): remove.
10950
10951         * input/test/embedded-tex.ly (Module): remove.
10952
10953         * input/test/music-box.ly: use 'name property, not ly:music-name.
10954
10955         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
10956
10957         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
10958
10959 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10960
10961         * Documentation/topdocs/INSTALL.texi (Top): Remove information
10962         about xdeltas.  Add information about CVS.
10963
10964         * scm/lily.scm (lilypond-main): Fix invocation of handler,
10965         gracefully handle failed files.
10966
10967         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
10968
10969         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
10970         small fixes.
10971
10972         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
10973         No unnecessarily specific i18n messages.  Remove stray `1'.
10974
10975 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10976
10977         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
10978         documentencoding
10979
10980         * scm/documentation-lib.scm (texi-file-head): set utf-8
10981         documentencoding.
10982
10983         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
10984         Delta, not the Symbol one. 
10985
10986         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
10987         for the .map file.
10988
10989         * Documentation/topdocs/INSTALL.texi (Top): add running
10990         requirement as compilation requirement.
10991
10992 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10993
10994         * buildscripts/mutopia-index.py (headertext): add h1 header and
10995         utf-8 charset meta field.
10996
10997         * input/GNUmakefile: prune example list.
10998
10999         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
11000         options.
11001
11002         * lily/slur-scoring.cc (get_base_attachments): only look at stem
11003         extent for visible stems.
11004
11005         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
11006
11007 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11008
11009         * Documentation/topdocs/INSTALL.texi (Top): Updates.
11010
11011         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
11012
11013 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11014
11015         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
11016         pass inf/nan into slur scoring.
11017
11018         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
11019         page.
11020
11021         * scripts/abc2ly.py (dump_voices): use alphabet().
11022
11023 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
11024         
11025         * mf/GNUmakefile (depth): use $(FONTFORGE). 
11026
11027 2005-03-27 Matthias Neeracher <neeracher@mac.com>
11028         
11029         * flower/include/virtual-methods.hh: simplify. Patch by
11030
11031 2005-03-25  John Williams <williams@tni.com>  
11032
11033         * scripts/lilypond-book.py (main): add png for HTML too, guess
11034         only if necessary. 
11035
11036 2005-03-25  Graham Percival  <gperlist@shaw.ca>
11037
11038         * Documentation/topdocs/INSTALL.texi: now recommends
11039         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
11040
11041         * Documentation/user/basic-notation.itely,
11042         Documentation/user/tutoria.itely: warn about
11043         only one (phrasing) slur at once.
11044
11045 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
11046
11047         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
11048
11049 2005-03-23  Graham Percival  <gperlist@shaw.ca>
11050
11051         * Documentation/user/basic-notation.itely: fixed info about
11052         ending a (de)cresc.
11053
11054         * Documentation/user/lilypond-book.itely: fixed
11055         lilypond-book filter example and warned about not doing
11056         --filter and --process at the same time.
11057
11058 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11059
11060         * lily/parser.yy (bass_number),
11061         Documentation/user/instrument-notation.itely (Figured bass): 
11062         Add the possibility to use text markup in figured bass. 
11063
11064 2005-03-19  Graham Percival  <gperlist@shaw.ca>
11065
11066         * Documentation/user/global.itely: added info about naming
11067         identifiers and breakbefore.
11068
11069         * Documentation/user/invoking.itely: added info about batch
11070         processing files with convert-ly, removed references to TeX
11071         in the jail section.
11072
11073         * Documentation/user/examples.itely: possibly fixed piano
11074         dynamics.
11075
11076         * Documentation/user/advanced-notation.itely: added info
11077         about removing other types of Staff.
11078
11079         * Documentation/user/instrument-notation.itely: possibly
11080         fixed piano staff line switch.
11081
11082         * Documentation/user/changing-defaults.itely: added info
11083         about using normal font in titles.
11084
11085 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11086
11087         * VERSION (PATCH_LEVEL): release 2.5.16
11088
11089         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
11090         explicitly.
11091
11092 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11093
11094         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
11095         whitespace.
11096
11097         * python/lilylib.py (make_ps_images):
11098         * scm/backend-library.scm (postscript->pdf, postscript->png):
11099         Quote file name.  Use format rather than string-append juggling.
11100
11101 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11102
11103         * python/lilylib.py (make_ps_images): add x to -g argument. 
11104
11105         * lily/key-performer.cc (create_audio_elements): don't use
11106         scm_eval_string. Check for minor 3rd directly.
11107   
11108         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
11109         (sarabandeCelloGlobal): key is D minor, not F major.
11110
11111 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11112
11113         Fix truncated --png output (Peter Danenberg).
11114         
11115         * python/lilylib.py (make_ps_images):
11116         * scripts/ps2png.py (copyright): Grok --papersize option.
11117
11118         * scm/backend-library.scm (postscript->png): Add parameter
11119         PAPERSIZE.  Update callers.
11120
11121         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
11122         Fixes symbol placement.
11123
11124         * lily/spanner.cc: 
11125         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
11126         <libc-extension.hh>).
11127
11128 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11129
11130         * Nitpick run.
11131
11132         * buildscripts/fixcc.py: Update.
11133
11134         Builddir run fixes.
11135
11136         * HACKING (datadir): Add VERSION.
11137
11138         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
11139         higher up.
11140
11141 2005-03-15  Werner Lemberg  <wl@gnu.org>
11142
11143         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
11144         diagonal stem doesn't become thinner.
11145
11146 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11147
11148         * buildscripts/fixcc.py: Fixes (Werner).
11149
11150 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11151
11152         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
11153         Emmentaler/Aybabtu.
11154
11155         * GNUmakefile.in: fix lilypond-words path.
11156
11157         * po/tr.po: update to 2.3.21
11158
11159         * lily/new-fingering-engraver.cc (position_scripts): take priority
11160         from head position.
11161
11162         * input/regression/finger-chords-order.ly (texidoc): new file.
11163
11164 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11165
11166         * make/ly-rules.make: 
11167         * stepmake/aclocal.m4: 
11168         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
11169
11170         * buildscripts/fixcc.py (rules): Leave space after operator.
11171
11172 2005-03-14  Werner Lemberg  <wl@gnu.org>
11173
11174         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
11175         top of the glyph with smooth curve.
11176
11177 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11178
11179         * Documentation/user/global.itely (Page layout): remove
11180         printpagenumber.
11181
11182 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
11183
11184         * input/regression/mensural-ligatures.ly: new file (with examples
11185         compiled by Pal Benko).
11186
11187         * Documentation/user/instrument-notation.itely: Bugfix: yet some
11188         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
11189         musicglyph access.  Many small beautifications in ancient
11190         examples.
11191
11192         * input/test/divisiones.ly: fixed indentation; small
11193         beautifications
11194
11195         * ly/engraver-init.ly: added FIXME comment
11196
11197         * scripts/lilypond-book.py,
11198         Documentation/user/lilypond-book.itely: added music fragment
11199         option "packed" to lilypond-book
11200
11201         * Documentation/user/instrument-notation.itely: Bugfix: added
11202         missing LedgerLineSpanner color setting in several places.  Added
11203         music fragment option "packed" to VaticanaContext example.
11204
11205 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11206
11207         * scm/define-grobs.scm (all-grob-descriptions): switch off
11208         Hyphen_spanner::set_spacing_rods 
11209
11210         * lily/lyric-hyphen.cc (print): add padding between syllable and
11211         hyphen.
11212         (print): shorten hyphen in tight situations (determine using
11213         minimum-length)
11214
11215         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
11216         0.4pt.
11217
11218 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11219
11220         * ly/titling-init.ly (bookTitleMarkup): Refinements.
11221
11222         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
11223         header/footer markings for regression-test.
11224
11225         * scm/backend-library.scm (output-scopes, header-to-file): Move
11226         from framework-tex.scm.
11227
11228         * scm/framework-ps.scm (output-framework)
11229         (output-preview-framework):
11230         * scm/framework-eps.scm (output-classic-framework)
11231         (output-framework): Use it.  Fixes collated files.
11232
11233 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11234
11235         * input/sakura-sakura.ly: 
11236         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
11237
11238         * buildscripts/guile-gnome.sh: Update.
11239
11240         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
11241
11242         * mf/aybabtu.pe.in: Capitalize Aybabtu.
11243
11244 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11245
11246         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
11247         culprit: always exit the loop if we find a rod, even if it has
11248         distance < 0. 
11249
11250         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
11251         algorithm.
11252
11253         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
11254         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
11255
11256         * scm/output-svg.scm (dashed-line): new  function body.
11257         
11258         * GNUmakefile.in: create .htaccess.
11259
11260 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11261
11262         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
11263
11264 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11265
11266         * VERSION (PACKAGE_NAME): release 2.5.15
11267
11268         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
11269
11270         * scm/framework-svg.scm (output-framework): put scaling in
11271         document header. Apply scaling only once.
11272         (output-framework): dump page size in px, not mm. 
11273
11274         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
11275         from font-size.
11276
11277         * lily/paper-outputter-scheme.cc (LY_DEFINE):
11278         ly:outputter-output-scheme, new function.
11279
11280         * scm/output-svg.scm (pango-description-to-svg-font): new function
11281
11282 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11283
11284         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
11285         target.
11286
11287         * input/typography-demo.ly: new file.
11288
11289 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11290
11291         * Documentation/user/global.itely (File structure): Add markup blocks
11292         to toplevel expressions.
11293         (Multiple movements, Creating titles): Add markup blocks.
11294
11295         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
11296         <libc-extension.hh>).
11297
11298         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
11299
11300         * flower
11301         * lily
11302         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
11303
11304 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11305
11306         * lily/accidental.cc: special bboxes for natural. 
11307
11308         * mf/feta-toevallig.mf: make stems heavier.
11309
11310         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
11311         texts as well.
11312
11313         * mf/feta-klef.mf: revise. 
11314
11315         * mf/feta-schrift.mf: make thinning of accent less pronounced.
11316
11317         * mf/feta-klef.mf: add rounded curve at top. 
11318         make thinnib a little heavier.
11319
11320 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11321
11322         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
11323
11324         * buildscripts/fixcc.py: New file.
11325
11326         * input/regression/utf8.ly: Update Debian font description.
11327
11328 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11329
11330         * stepmake/aclocal.m4: Fix test.
11331
11332 2005-03-09  Graham Percival  <gperlist@shaw.ca>
11333
11334         * Documentation/user/invoking.itely: added Sebastino Vigna's
11335         docs for the --jail option.
11336
11337 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11338
11339         * lily/stem.cc (print): only produce stemlets if there are no
11340         noteheads on this stem.
11341
11342         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
11343         don't crash on stemlet (visible stem without heads).
11344
11345         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
11346         unbroken situations. 
11347
11348         * scm/output-lib.scm (center-invisible): new function.
11349
11350         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
11351         wishes to determine loose column space.
11352
11353         * lily/font-config.cc (init_fontconfig): add
11354         fonts/{otf,type1,cff}  to path.
11355
11356         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
11357
11358         * mf/GNUmakefile (Module): install all fonts under otf/
11359
11360         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
11361         replace /fonts/otf/ by /ps/ 
11362
11363         
11364 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11365
11366         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
11367
11368         * lily/book.cc (process): Oops, add score_.header_.
11369
11370         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
11371
11372         * lily/parser.yy: Handle toplevel and book texts as score.
11373
11374         * scm/page-layout.scm (default-page-make-stencil):
11375         Bugfix: (page-properties rename.
11376
11377         * scm/backend-library.scm (ly:system): Typo.
11378
11379 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11380
11381         * stepmake/stepmake/executable-targets.make (installexe): don't
11382         strip installed executables
11383
11384         * lily/font-select.cc (get_font_by_design_size): revert
11385         pango_description_string as well.
11386
11387         * lily/system.cc (set_loose_columns): put loose column just left
11388         of next column.
11389
11390         * lily/include/group-interface.hh (extract_grob_array): rename
11391         from Pointer_group_interface__extract_grobs
11392
11393         * input/regression/ledger-line-minimum.ly (texidoc): new file.
11394
11395         * lily/ledger-line-spanner.cc (set_spacing_rods): new
11396         function. Keep ledgered note heads at a minimum distance.
11397         Introduce minimum-length-fraction
11398         (print): introduce length-fraction property.
11399
11400 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11401
11402         * tex/GNUmakefile: remove latin1.enc rules.
11403
11404 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11405
11406         * scm/titling.scm: Typo.
11407
11408         * input/regression/score-text.ly: Really add.
11409
11410         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
11411
11412 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11413
11414         * lily/open-type-font-scheme.cc:  new file.
11415
11416 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11417
11418         * scm/titling.scm (layout-extract-page-properties): Rename from
11419         page-properties.  Update callers.
11420
11421         * lily/lexer.ll (Lily_lexer):
11422         * lily/parser.yy: Junk lyric_markup state.
11423
11424         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
11425
11426         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
11427         Add texts parameter.
11428
11429 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11430
11431         * lily/lexer.ll (lyric_markup): New mode.
11432         (Lily_lexer::push_lyric_markup_state): New method.
11433         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
11434
11435         * lily/parser.yy (book_body):
11436         (toplevel_expression): Grok \markup texts.
11437
11438         * lily/score-scheme.cc (ly:music-scorify): 
11439         * scm/lily-library.scm (collect-music-for-book): Take texts
11440         parameter.
11441
11442         * lily/score.cc (texts_): New member.
11443
11444         * lily/paper-book.cc (systems): Format score texts.
11445
11446         * score-text.ly: New file.
11447
11448         * ttftool/SConscript:
11449         * kpath-guile/SConscript: New file.
11450
11451         * lily/SConscript:
11452         * SConstruct: Update.
11453
11454 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11455
11456         * VERSION (PACKAGE_NAME): release 2.5.14
11457
11458 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11459
11460         * lily/main.cc: Add dummy xgettext markers.
11461
11462 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11463
11464         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
11465         requirements
11466
11467         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
11468         executable is < 40k
11469
11470         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
11471         hack.
11472
11473 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11474
11475         * flower/libc-extension.cc:
11476         * flower/include/libc-extension.hh: [Open]BSD simply cast
11477         cookie/funopen declarations.
11478
11479         * stepmake/aclocal.m4: Check for libkpathsea.so.
11480
11481         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
11482         dl_kpse_find_file.
11483
11484 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11485
11486         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
11487         (open_library): alternative for static library.
11488
11489 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11490
11491         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
11492
11493         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
11494
11495         Drop run-time dependency on teTeX.
11496
11497         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
11498
11499         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
11500         KPATHSEA_LIBS in LIBS.
11501         (STEPMAKE_DLOPEN): New function.
11502
11503         * lily/font-config.cc (init_fontconfig): Use dir for directory,
11504         not path.
11505
11506         * flower/file-path.cc (directories): Rename from paths, as this
11507         return an array of directories (a single path).
11508
11509 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11510
11511         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
11512
11513         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
11514         new ly:kpathsea-find-file
11515
11516         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
11517
11518         * kpath-guile/GNUmakefile: new file
11519
11520         * buildscripts/gen-emmentaler-scripts.py (i): generate
11521         emmentaler-X.fontname as well.
11522
11523         * buildscripts/ps-embed-cff.py: new script
11524
11525         * scm/lily-library.scm: remove ps-embed-cff.
11526
11527         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
11528         font loading. 
11529
11530         * scm/font.scm (add-music-fonts): load dynamics/numbers through
11531         fontconfig as well.
11532
11533         * lily/font-config.cc (init_fontconfig): add cff/ too.
11534
11535         * ly/generate-embedded-cff.ly: capitalize.
11536
11537         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
11538         so as to register the pango font.
11539
11540         * lily/font-config.cc (init_fontconfig): add
11541         prefix/{otf,type1,mf/out} to fontconfig path.
11542
11543         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
11544         overrides all. 
11545
11546         * configure.in (gui_b): remove ec mftrace check
11547
11548         * config.hh.in: use lilypond-Major.Minor as data directory.
11549
11550         * scm/framework-ps.scm (dump-page): use output-units for landscape.
11551
11552         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
11553         name.
11554
11555 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11556
11557         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
11558         error messages.
11559
11560         * flower/libc-extension.cc:
11561         * flower/include/libc-extension.hh: [Open]BSD fixes for
11562         cookie/funopen declarations.
11563
11564 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11565
11566         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
11567         emmentaler.
11568
11569         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
11570         lcrm10.
11571
11572         * scm/define-markup-commands.scm (fontsize): new markup
11573         command. Also set baseline-skip
11574
11575 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
11576         
11577         * lily/main.cc (do_chroot_jail): paranoia security for webserver
11578         use.
11579
11580 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11581
11582         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
11583
11584         * lily/pdf.cc: remove PDF related files
11585
11586 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11587
11588         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
11589         <hamamatsu@gmx.de>
11590
11591 2005-03-05  Graham Percival  <gperlist@shaw.ca>
11592
11593         * Documentation/user/advanced-notation.itely: first draft
11594         of reorg done.
11595
11596         * Documentation/user/global.itely: fixed (sub)section
11597         bits of MIDI.
11598
11599 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11600
11601         * cygwin/mknetrel (extras): Bufix (Bertalan).
11602
11603         * Documentation/user/basic-notation.itely (Chords): @ref fix.
11604         * Documentation/user/instrument-notation.itely (Introducing chord
11605         names): Compile fix: must have unique name.
11606
11607 2005-03-02  Graham Percival  <gperlist@shaw.ca>
11608
11609         * Documentation/user/instrument-notation.itely: reorg.
11610
11611 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11612
11613         * scm/output-gnome.scm:
11614         * scm/output-svg.scm: Fix font scaling.
11615
11616 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11617
11618         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
11619         what link to use best.
11620
11621         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
11622         * Documentation/user/tutorial.itely (Automatic and manual beams):
11623         Fix @ref.
11624
11625         * lily/tweak-registration.cc (replace_grob_tweak): New function.
11626         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
11627         * scm/framework-gnome.scm (tweak): Use it.
11628
11629 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11630
11631         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
11632
11633         * scm/output-ps.scm (white-text): reinstate white-text
11634
11635 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11636
11637         * scm/output-ps.scm (offset-add): Remove.
11638
11639         * scm/lily-library.scm (offset-flip-y): New function.
11640         * scm/framework-gnome.scm (tweak): Use it.
11641
11642         * scm/output-gnome.scm (grob-cause): Add parameter.
11643
11644         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
11645         * scm/output-ps.scm (url-link): Move.
11646         (white-text): Warn user about brokenness.
11647
11648         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
11649         wrt ghostscript.
11650
11651 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11652
11653         * lily/slash-repeat-engraver.cc (try_music): always make slashes
11654         if body length smaller than measure length.
11655
11656         * scm/define-markup-commands.scm (with-url): oops. use Y extent
11657         for Y.
11658
11659         * ly/titling-init.ly (tagline): put default tagline in \paper
11660
11661 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11662
11663         * lily/kpath.cc: 
11664         * lily/pdf.cc (Pdf_file): Use more generic error messages.
11665
11666         * scm/lily-library.scm (version-not-seen-message): New function.
11667         * ly/init.ly: Use it.
11668
11669         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
11670         breaks as progess.
11671
11672         * scripts/lilypond-book.py (do_process_cmd): Do not lump
11673         whitespace with l10n message.
11674
11675         * scm/framework-tex.scm (convert-to-ps):
11676         (convert-to-dvi): Do not use overly specific l10n messages.
11677
11678         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
11679
11680         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
11681         merge stderr with stdout.  
11682
11683 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11684
11685         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
11686         Neeracher).
11687
11688 2005-02-29  Graham Percival  <gperlist@shaw.ca>
11689
11690         * Documentation/user/instrument-notation.teily: moved
11691         \arpeggio to Basic.
11692
11693         * Documentation/user/advanced-notation.itely: Articulation to
11694         Basic, a bunch of stuff from Basic moved to Advanced.
11695
11696         * Documentation/user/basic.itely: swapped various sections,
11697         reorganized Basic.
11698
11699 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11700
11701         * flower/memory-stream.cc: 
11702         * flower/libc-extension.cc: Remove obsolete #undefs.
11703
11704         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
11705         more carefully.
11706
11707 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11708
11709         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
11710         dependency.
11711
11712         * VERSION (PACKAGE_NAME): release 2.5.13
11713
11714         * GNUmakefile.in (web-ext): don't ship ps.gz
11715
11716         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
11717         stdout
11718
11719 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11720
11721         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
11722         without libintl.  Now it compiles too.
11723
11724 2005-02-28  Graham Percival  <gperlist@shaw.ca>
11725
11726         * Documentation/user/basic-notation.itely,
11727         instument-notation.itely, advanced-notation.itely:
11728         split up contents of notation.itely.
11729
11730         * Documentation/user/notation.itely: file removed.
11731
11732         * Documentation/user/invoking.itely, converters.itely:
11733         moved convert-ly info to invoking.itely.
11734
11735         * Documentation/user/global.itely, changing-defaults.itely,
11736         sound-output.itexi: moved global settings, file layout, and
11737         sound into global.itely.
11738
11739         * Documentation/user/sound-output.itexi: file removed.
11740
11741         * Documentation/user/lilypond.tely: removed links to
11742         notation.itely and sound.itely.
11743
11744 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11745
11746         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
11747
11748         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
11749  
11750         * THANKS: add sponsor.
11751
11752         * scm/define-markup-commands.scm (with-url): new markup command.
11753
11754         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
11755         tagline.
11756         
11757         * scm/output-tex.scm (url-link): stub.
11758
11759         * scm/output-ps.scm (url-link): new function.
11760
11761         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
11762         ly:set-point-and-click
11763
11764 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11765
11766         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
11767         based on pdf-viewer setting.
11768
11769         * scm/framework-ps.scm (write-preamble): Find and set preferred
11770         pdf-viewer.
11771
11772 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11773
11774         * Documentation/user/point-and-click.itely: update for PDF point &
11775         click.
11776
11777         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
11778         editors based on EDITOR setting.
11779
11780 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11781
11782         * scm/*: Oops, more grand 2005 replace bits.
11783
11784 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11785
11786         * ps/music-drawing-routines.ps: new routine: insert PDF mark
11787
11788         * scm/output-ps.scm (grob-cause): point & click support for
11789         PostScript
11790
11791 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11792
11793         * lily/input-scheme.cc (LY_DEFINE): rename to
11794         ly:input-file-line-column
11795
11796 2005-02-26  Graham Percival  <gperlist@shaw.ca>
11797
11798         * Documentation/user/examples.itely: small fix from Steve Doonan.
11799
11800         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
11801
11802         * THANKS: added Yuval Harel.
11803
11804         * Documentation/user/{various}: inserted two spaces after a period.
11805
11806         * Documentation/user/lilypond.tely: added framework for reorg.
11807
11808         * Documentation/user/basic-notation.itely, instrument-notation.itely,
11809         advanced-notation.itely, global.itely: new files, placeholder for
11810         future reorg.
11811
11812 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
11813
11814         * Documentation/user/notation.itely: revamped Polyphony section
11815         
11816 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11817
11818         * Documentation/user/lilypond-book.itely (Music fragment options):
11819         doc fontload.
11820
11821         * Documentation/user/changing-defaults.itely (Text encoding): add
11822         fontload option to utf8 include
11823
11824         * scripts/lilypond-book.py (compose_ly): add fontload option
11825
11826         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
11827         force-eps-font-include option.
11828
11829         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
11830         black triangle
11831
11832         * Documentation/user/invoking.itely (Editor support): remove
11833         lilypond-latex section.
11834
11835         * scripts/lilypond-latex.py (Module): remove script.
11836
11837         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
11838         overwrite .log. 
11839
11840         * lily/main.cc: remove -m, --no-layout
11841
11842         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
11843         to define. We don't want to override fprintf everywhere.
11844
11845 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11846
11847         * cygwin/lilypond.hint: 
11848         * cygwin/README.in: Update dependencies.
11849
11850         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
11851         Bugfix: do not pollute CPPFLAGS, LIBS.
11852
11853         * cygwin/mknetrel (extras): Cross compile fixes.
11854
11855         * ttftool/util.c: 
11856         * ttftool/ttfps.c: 
11857         * ttftool/ps.c: #include libc-extension.hh
11858
11859         * flower/include/libc-extension.hh:
11860         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
11861         wrapper using funopen.
11862         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
11863         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
11864
11865         * config.hh.in:
11866         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
11867         (AC_CHECK_HEADERS): Add libio.h
11868
11869         * scripts/convert-ly.py: Uniformize, internationalize.
11870         (2.5.2): Remove fatal encoding rule.
11871         (2.5.13): Handle latin1 encoding gracefully.
11872
11873 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11874
11875         * HACKING: Fix line breaks.
11876
11877 2005-02-23  Werner Lemberg  <wl@gnu.org>
11878
11879         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
11880         contains those two files.
11881
11882 2005-02-21  Werner Lemberg  <wl@gnu.org>
11883
11884         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
11885         to improve overlap removal process.
11886
11887         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
11888         left and right ending.  This ensures better overlapping.
11889         Update all callers.
11890         ("lineprall"): Don't use draw_gridline to get better overlapping.
11891
11892 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11893
11894         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
11895
11896         * Documentation/topdocs/NEWS.tely (Top): oops.
11897
11898 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
11899
11900         * HACKING: new file.
11901
11902         * input/regression/utf8.ly (portuguese): added a portuguese example
11903         to show latin1 accents.
11904
11905 2005-02-21  Pal Benko  <benkop@freestart.hu>
11906
11907         * lily/mensural-ligature-engraver.cc:
11908         * lily/mensural-ligature.cc:
11909         * lily/include/mensural-ligature.hh: new algorithm implemented
11910
11911         * scm/define-grob-properties.scm: join-left killed (add-join may
11912         be used); join-left-amount changed to join-right-amount
11913
11914 2005-02-21  Graham Percival  <gperlist@shaw.ca>
11915
11916         * Documentation/user/notation.itely: small but urgent fix.
11917
11918 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
11919
11920         * lily/duration-scheme.cc: bugfix: correct parameters to
11921         SCM_ASSERT_TYPE.
11922
11923         * THANKS: added Pal.
11924
11925         * Documentation/user/notation.itely: bugfix: unTeXified
11926         $\\backslash$.  Bugfix: yet another glyph renaming victim:
11927         "timesig.*x/y" -> "timesig.*xy".
11928
11929 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11930         
11931         * VERSION (PACKAGE_NAME): release 2.5.12
11932
11933 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11934
11935         * ly/engraver-init.ly: set tieWaitForNote to #t by default
11936
11937         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
11938
11939         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
11940
11941         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
11942
11943 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11944
11945         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
11946         latin1..utf-8.
11947
11948         * input/regression/stanza-number.ly:
11949         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
11950
11951         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
11952
11953 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11954
11955         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
11956         NEWS. Refer to website for older news.  
11957
11958         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
11959         .HTML. This should be done for specific servers only.
11960
11961         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
11962         .ly image examples.
11963
11964         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
11965         in layer 0 too.
11966
11967         * scm/define-context-properties.scm
11968         (all-user-translation-properties): add tieWaitForNote
11969
11970         * scm/define-grobs.scm (all-grob-descriptions): add
11971         Tie_column::before_line_breaking
11972
11973         * lily/tie.cc (get_column_rank): new function
11974
11975         * lily/tie-column.cc (before_line_breaking): new function.
11976         (werner_directions): take into account ties that start on
11977         different columns.  
11978
11979         * lily/score-engraver.cc (set_columns): move add_column() so we
11980         have column rank available.
11981
11982         * lily/tie.cc (get_column_rank): new function.
11983
11984         * input/regression/utf8.ly (japanese): add japanese lyrics.
11985
11986         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
11987
11988         * THANKS: add Steve D
11989
11990         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
11991         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
11992
11993 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
11994
11995         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
11996         to show harmonic notes
11997         * scm/define-markup-commands.scm: in \markup-by-number
11998         "dots-dot" -> "dots.dot" to show dotted notes
11999
12000 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12001
12002         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
12003
12004         * flower/memory-stream.cc (writer): new file.
12005
12006         * configure.in: add endian test.
12007
12008 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
12009
12010         * Documentation/user/examples.itely: small
12011         simplification/beautification
12012
12013         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
12014         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
12015         notation manual.
12016
12017         * lily/mensural-ligature.cc: bugfix: another few victims of the
12018         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
12019
12020         * ly/gregorian-init.ly: commit some experimental code for hi-level
12021         ligature input language lying around here for several months.
12022
12023         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
12024         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
12025
12026         * lily/vaticana-ligature-engraver.cc: bugfix: another few
12027         "x-y-z"->"x.y.s-z" fixes.
12028
12029 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12030
12031         * scm/framework-pdf.scm (scm): new file
12032
12033         * lily/include/pdf.hh (class Pdf_file): new file.
12034
12035         * lily/pdf.cc (write_trailer): new file.
12036
12037 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
12038
12039         * input/regression/color.ly: new file
12040
12041         * lily/stencil.cc (interpret_stencil_expression):
12042         when a color expression is encountered: save current color,
12043         process the rest of the expression, and restore previous color.
12044
12045         * lily/system.cc (get_line): check all grobs for color property and
12046         prepare the stencil scheme expressions for further processing.
12047         Fix layer-loop.
12048
12049         * scm/define-grob-properties.scm: introduce the color property.
12050
12051         * scm/output-lib.scm: color helper functions.
12052
12053         * scm/output-ps.scm: introduce setcolor/resetcolor.
12054
12055 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
12056
12057         * ly/*.ly, input/regression/*.ly: Added missing \version
12058         statements in some files.
12059
12060 2005-02-15  Graham Percival  <gperlist@shaw.ca>
12061
12062         * Documentation/user/notation.itely: minor editing.
12063
12064         * Documentation/user/converters.itely: updated convert-ly bugs.
12065
12066         * Documentation/user/lilypond-book.itely: add info about using
12067         feta characters in latex.
12068
12069 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12070
12071         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
12072
12073 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12074
12075         * scm/define-grob-properties.scm (all-user-grob-properties):
12076         removed 'dashed property.
12077
12078 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12079
12080         * scm/lily.scm (define-safe-public): new macro for defining
12081         variables that can be used in --safe mode. Use it in *.scm
12082         instead of manually setting safe-objects in safe-lily.scm.
12083
12084 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12085         
12086         * lily/slur.cc: Slur-dash patch by Bertalan.
12087
12088         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
12089
12090         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
12091
12092 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12093
12094         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
12095
12096 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12097
12098         * mf/GNUmakefile: teTeX-3.0 install fix.
12099
12100         * Cygwin patch from Bertalan.
12101
12102         * stepmake/stepmake/metafont-rules.make: Remove bashism.
12103
12104 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12105
12106         * GNUmakefile.in: 
12107         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
12108
12109         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
12110         2.0.x compatibility.
12111
12112 2005-02-08  Werner Lemberg  <wl@gnu.org>
12113
12114         * mf/feta-din-code.mf: Format; clean up code.
12115         Replace `---' with `--' plus explicit path directions.
12116         (linethickness#, stafflinethickness#): Remove.
12117         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
12118         ("dynamic s"): Improve shape.
12119         ("dynamic p"): Improve shape.
12120         Replace `draw' with better outline approximation.
12121         ("dynamic r"): Improve shape.
12122         Don't call `fill' and `draw' at the same time.
12123
12124 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12125
12126         * SConstruct (symlink):
12127         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
12128         build fix: add enc symlink.
12129
12130         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
12131
12132         Support for DESTDIR besides prefix=/foo
12133
12134         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
12135
12136         * stepmake/stepmake/*.make:
12137         * */GNUmakefile:
12138         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
12139
12140         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
12141
12142         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
12143         mawk in fontforge (date) test.
12144
12145 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12146
12147         * scm/font.scm (make-century-schoolbook-tree): add NCS as
12148         font-family=roman. Add Luxi Sans as sans
12149
12150 2005-02-07  Graham Percival  <gperlist@shaw.ca>
12151
12152         * Documentation/user/notation.itely: add warning about
12153         percent repeats and Voice contexts.
12154
12155         * Documentation/user/lilypond-book.itely: clarified the
12156         necessity of dvips -u arguments.
12157
12158 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
12159
12160         * THANKS: Added a bunch of bug hunters.
12161
12162 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12163
12164         * scm/framework-ps.scm (output-preview-framework): bugfix.
12165
12166         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
12167         o/ for chord modifier..
12168
12169         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
12170
12171         * lily/drum-note-performer.cc:  remove unused (thanks Michael
12172         Welsh Duggan). 
12173
12174 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12175
12176         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
12177
12178         * ly/titling-init.ly: Do not also print intstrument in header on
12179         first page.  Do not print page number on first and only page.
12180
12181 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12182
12183         * input/regression/*.ly: remove old-relative everywhere
12184
12185         * lily/music-sequence.cc (simultaneous_relative_callback): do
12186         what-if analysis on copy, not on original. Fixes old-relative
12187         compatibility.
12188
12189         * scm/backend-library.scm (postscript->png): space before
12190         --verbose.
12191         
12192 2005-02-05  Werner Lemberg  <wl@gnu.org>
12193
12194         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
12195         is defined.
12196
12197         * mf/feta-alphabet.mf: Define `staffsize#'.
12198         Include `feta-params.mf'.
12199         s/staffheight/design_size/.
12200
12201         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
12202
12203         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
12204
12205         * mf/feta-nummer-code.mf: Reformatted.
12206         (draw_six): Use outline intersection to avoid a self-intersecting
12207         path.
12208         ("Numeral comma"): Fix serious outline glitches.  This slightly
12209         changes the glyph shape.
12210         ("Numeral dash"): Use `draw_rounded_block'.
12211         ("Numeral dot"): Use `drawdot'.
12212         ("Numeral 1"): Assure identical tangent directions for the
12213         intersection points of paths.  The glyph shape improvement is only
12214         visible at very high magnifications.
12215         ("Numeral 2"): Use `solve' macro to make the lower right part of
12216         the glyph outline touch the x axis exactly.  This changes the
12217         glyph shape.
12218         Minor fixes for better overlap removal support.
12219         ("Numeral 4"): Make lefter corner `rounder'.
12220         ("Numeral 5"): Assure identical tangent directions for the
12221         intersection points of paths.  This improves the glyph shape at
12222         high magnifications.
12223         ("Numeral 7"): Use `solve' macro to make the upper right part of
12224         the glyph outline touch the metrics box exactly.  This changes the
12225         glyph shape.
12226         Avoid corner in the upper left part of the glyph (causing a minor
12227         shape change).
12228
12229         * mf/feta-ital-*.mf: Removed.  Unused.
12230
12231 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12232
12233         * VERSION (PATCH_LEVEL): release 2.5.11
12234
12235         * input/regression/fill-line-test.ly: new file.
12236
12237         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
12238         emmentaler name, eg. emmentaler-23. 
12239
12240 2005-02-04  Christian Hitz  <chhitz@gmx.net>
12241
12242         * scm/scm/define-markup-commands.scm (fill-line): rework for better
12243         alignment with centered texts
12244
12245         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
12246         list of paddings
12247
12248 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12249
12250         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
12251
12252         * lily/note-column.cc (translate_rests): call flush_extent_cache()
12253         of parents when translating rests. Fixes: c-chord-rest.ly 
12254
12255         * lily/include/dimension-cache.hh (struct Dimension_cache): add
12256         dimension_callback_ member.
12257
12258         * lily/grob.cc (flush_extent_cache): new function. Force recompute
12259         of extents.
12260
12261 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
12262
12263         * all but lily/*: The grand 2004/2005 replace.
12264
12265 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12266
12267         * lily/*: add space after ,  
12268
12269         * scm/music-functions.scm (has-request-chord): don't use
12270         ly:music-name anywhere. Fixes <<\\>> notation. 
12271
12272         * scm/define-markup-commands.scm (box): use font-size for
12273         padding. Fixes boxed-rehearsal-marks.ly
12274
12275         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
12276         identifier definition too, so foo = \lyrics { ...   } bar = #1
12277         doesn't complain about "bar" being LYRICS_STRING.
12278
12279         * lily/paper-def.cc (find_pango_font): new routine; Store
12280         pango_fonts in hash tab too. This is necessary for retrieving
12281         Pango_fonts::physical_font_tab() later on.
12282  
12283         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
12284         crash if psname is null.
12285
12286         * lily/lily-guile.cc (ly_hash2alist): new function
12287
12288         * Documentation/user/changing-defaults.itely (Text encoding):
12289         rewrite. 
12290
12291         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
12292         -> font_filename mapping.
12293
12294         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
12295         ly_pango_font_physical_fonts
12296
12297         * scm/framework-ps.scm (supplies-or-needs): extract names from
12298         physical Pango_fonts.
12299
12300         * utf8.ly: new file.
12301
12302 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12303
12304         * Documentation/user/changing-defaults.itely (Page layout): add
12305         doco about systemSeparatorMarkup.
12306
12307         * scm/page-layout.scm (default-page-make-stencil): add-to-page
12308         function.
12309         (default-page-make-stencil): insert system separators.
12310
12311         * scm/define-markup-commands.scm (hcenter): add
12312         (beam): add.
12313
12314 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12315
12316         * scm/output-ps.scm (ez-ball): reinstate ez notation.
12317
12318 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12319
12320         * lily/main.cc: Spell backend consistently.  Sort options.
12321
12322 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12323
12324         * scripts/lilypond-book.py (Module): revert @include.
12325         
12326 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12327
12328         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
12329         Bugfix: @include .tex (not .texi).  Small cleanups.
12330
12331         * stepmake/bin/add-html-footer.py (i18n): New function.
12332
12333 2005-01-31  Werner Lemberg  <wl@gnu.org>
12334
12335         * mf/feta-nummer.mf: Removed.  Unused.
12336
12337 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12338
12339         * lily/ : 2004 -> 2005 s&r
12340
12341         * scm/file-cache.scm (cached-file-contents): add file. Read each
12342         file only once.
12343
12344         * scm/font.scm (add-pango-fonts): change order. Medium weight is
12345         now default.
12346
12347         * VERSION: release 2.5.10
12348         
12349         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
12350
12351         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
12352
12353         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
12354         that both X and Y extents of bbox are non-nil.
12355
12356 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12357
12358         * scm/chord-name.scm (alteration->text-accidental-markup): change
12359         - to . 
12360
12361         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
12362
12363         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
12364
12365         * Documentation/user/invoking.itely (Invoking lilypond): add note
12366         about EPS backend.
12367
12368         * scm/framework-eps.scm: new file: create per-system/per-page EPS
12369         files for inclusion in lilypond-book document.
12370
12371         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
12372
12373         * input/tutorial/lbook-texi-test.texi: new file.
12374
12375         * scm/safe-lily.scm (safe-objects): add
12376         {begin,end}-of-line-(in)?visible as safe.
12377  
12378 2005-01-30  Graham Percival  <gperlist@shaw.ca>
12379
12380         * Documentation/user/changing-defaults.itely: fixed example
12381         of (dynamics).
12382
12383 2005-01-29  Graham Percival  <gperlist@shaw.ca>
12384
12385         * lily/main.cc: fix info about -o=FILE.
12386
12387 2005-01-29  Werner Lemberg  <wl@gnu.org>
12388
12389         * mf/feta-toevallig.mf ("Natural"): Completely changed the
12390         construction to assure smooth transition from straight to curved
12391         lines.
12392
12393 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12394
12395         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
12396         stencils.
12397
12398         * ps/lilyponddefs.ps: add start-page, start-system doesn't
12399         translate to top of page. Fixes alignment problems of
12400         lilypond-generated EPS files.
12401
12402 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12403
12404         * scm/part-combiner.scm (analyse-spanner-states): trigger on
12405         crescendo-end as well, since Decrescendo maybe ended with Stop
12406         Crescendo.). Fixes: partcombine-diminuendo.ly
12407
12408         * scm/script.scm (default-script-alist): swap portato symbols.
12409
12410         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
12411
12412         * lily/paper-outputter-scheme.cc (LY_DEFINE):
12413         ly:outputter-port. New function.
12414
12415         * scm/framework-ps.scm (output-classic-framework): dump a
12416         -systems.texi too
12417         (output-classic-framework): dump multiple systems on an "infinite"
12418         page EPS including fonts. 
12419
12420         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
12421         .eps files for both texi and tex formats. Use PNG coming from
12422         lilypond.
12423         
12424 2005-01-28  Graham Percival  <gperlist@shaw.ca>
12425
12426         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
12427
12428         * scripts/lilypond-latex.py: fix info about -o=FILE.
12429
12430 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12431
12432         * ly/generate-embedded-cff.ly: write .cff.ps files.
12433
12434         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
12435
12436         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
12437         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
12438
12439 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12440
12441         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
12442
12443 2005-01-28  Werner Lemberg  <wl@gnu.org>
12444
12445         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
12446         macros.
12447         (draw_bulb): Improved.
12448
12449         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
12450         metapost bug.
12451         (draw_pedal_P): Use soft_end_penstroke.
12452         (draw_pedal_d): Use soft_start_penstroke.
12453
12454         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
12455         path.
12456         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
12457         doesn't change the glyph shape.
12458
12459         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
12460         changing the shape) to avoid fontforge warnings.
12461
12462         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
12463         soft_end_penstroke and fix glyph shape.
12464
12465 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12466
12467         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
12468
12469 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12470
12471         * scm/define-markup-commands.scm (line): filter out empty stencils
12472         from line command.
12473
12474         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
12475         amount.
12476
12477 2005-01-27  Graham Percival  <gperlist@shaw.ca>
12478
12479         * Documentation/user/notation.itely: added info about what
12480         \voiceFoo does.  Also rewrote warning about marks at
12481         a line break.
12482
12483         * Documentation/user/changing-defaults.itely: added info
12484         about putting dynamics in parenthesis and brackets.
12485
12486 2005-01-27  Werner Lemberg  <wl@gnu.org>
12487
12488         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
12489
12490 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12491
12492         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
12493         portato-direction.ly
12494
12495         * lily/beam.cc (consider_auto_knees): add beam height to
12496         threshold. Fixes: knee-multiple-beam.ly
12497
12498         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
12499         pedal line spanners. Fixes: instrument-center-pedal.ly
12500
12501         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
12502         if encountering barline. Fixes: auto-beam-repeat.ly
12503
12504 2005-01-26  Werner Lemberg  <wl@gnu.org>
12505
12506         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
12507         overlapping.
12508
12509         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
12510         with inflections for the 1/2 sharp glyph.
12511
12512         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
12513         connection between `t' and `r'.
12514         Unify bulb with the rest of `r' to avoid grazing outlines which
12515         confuses the overlap removal algorithm of fontforge.
12516
12517         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
12518         inflections.
12519         (draw_cross): Fix shape to have uniform thickness in corners.
12520
12521         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
12522         to avoid an uneven number of self-intersections; this confuses
12523         fontforge.
12524         Fix a slight bug in the shape at left bottom (which is visible only
12525         at high magnifications).
12526         `Center' the stem horizontally to avoid overlapping.
12527
12528 2005-01-24  Werner Lemberg  <wl@gnu.org>
12529
12530         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
12531         to `asis'.
12532         (fet_begingroup): Save group name in string `feta_group'.
12533         (fet_endgroup): Updated.
12534         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
12535
12536         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
12537
12538         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
12539         in metapost.
12540
12541 2005-01-24  Graham Percival  <gperlist@shaw.ca>
12542
12543         * Documentation/user/notation.itely: really minor editing.
12544
12545 2005-01-22  Graham Percival  <gperlist@shaw.ca>
12546
12547         * Documentation/user/examples.itely: minor editing.
12548
12549         * Documentation/user/changing-defaults.itely: minor editing.
12550
12551         * Documentation/user/notation.itely: clarified info on polyphony
12552         and \addlyrics.
12553
12554 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12555
12556         * scm/output-gnome.scm: 
12557         * scm/output-svg.scm:
12558         * scm/lily-library.scm (font-name-style): Update font name
12559         kludging for fontconfig use.
12560
12561 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
12562
12563         * scm/define-markup-commands.scm: Document right-align and
12564         larger markup commands. Remove "TODO" from the topmost comment
12565         "each markup function should have a doc string." More consistent
12566         use of new-lines.
12567
12568 2005-01-22  Graham Percival  <gperlist@shaw.ca>
12569
12570         * Documentation/user/changing-defaults: removed info about
12571         copyright symbol, since it's likely to change soon.
12572         Added info about betweensystemspace.
12573
12574         * Documentation/user/notation.itely: minor fixes.
12575
12576         * Documentation/user/lilypond.tely,
12577         Documentation/user/music-glossary.tely: changed copyright
12578         date to 2005 instead of 2004.
12579
12580         * input/test/volta-chord-names.ly: added old example back.
12581
12582 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12583
12584         * mf/feta-beugel.mf: use design size 20 (not 15).
12585
12586         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
12587         change name to aybabtu completely
12588
12589 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12590
12591         * buildscripts/gen-emmentaler-scripts.py (outdir): add
12592         design_size to fontname
12593
12594 2005-01-19  Werner Lemberg  <wl@gnu.org>
12595
12596         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
12597         mf/feta-schrift.mf: s/p/pat/ if a path variable.
12598
12599         * mf/feta-autometric.mf (set_char_box): Add code which emits
12600         specials for mf2pt1 if run with metapost.
12601         (to_bp): New macro for mf2pt1.
12602
12603 2005-01-18  Graham Percival  <gperlist@shaw.ca>
12604
12605         * Documentation/user/changing-defaults: added info on
12606         creating a copyright symbol.
12607
12608 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12609
12610         * VERSION: release 2.5.9
12611         
12612 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
12613
12614         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
12615
12616         * Documentation/user/notation.itely: Document
12617         score-override-auto-beam-setting Fix documentation for
12618         revert-auto-beam-setting.
12619
12620 2005-01-18  Werner Lemberg  <wl@gnu.org>
12621
12622         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
12623         (procset): New function to define a procset resource.
12624         (ps-embed-pfa): New function to define a font resource.
12625         (setup): New function to define a `Setup' environment.
12626         (preamble): Use new functions.
12627
12628         * ps/lilypond.defs (init-lilypond-parameters): New function to
12629         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
12630
12631 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12632
12633         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
12634
12635 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
12636
12637         * scm/define-markup-commands.scm: Change number->markletter-string
12638         to take two arguments (vector number). Add number->mark-alphabet-vector
12639         and markalphabet markup command.
12640
12641         * scm/translation-functions.scm: Add format-mark-box-alphabet,
12642         format-mark-alphabet, format-mark-box-barnumbers and
12643         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
12644
12645 2005-01-17  Graham Percival  <gperlist@shaw.ca>
12646
12647         * Documentation/user/examples.itely: add SATB automatic piano
12648         reduction template.
12649
12650         * Documentation/user/notation.itely: added info about changing
12651         partcombine texts.  Also adds examples of alternate lyrics.
12652
12653         * Documentation/user/changing-defaults.itely: added warning
12654         about \RemoveEmptyStaffContext overriding previous changes.
12655
12656 2005-01-17  Werner Lemberg  <wl@gnu.org>
12657
12658         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
12659         feta-alphabet*.
12660
12661 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12662
12663         * python/lilylib.py (make_ps_images): don't do final showpage for
12664         multi-page documents.
12665         
12666         * VERSION (MY_PATCH_LEVEL): release 2.5.8
12667
12668 2005-01-16  Graham Percival  <gperlist@shaw.ca>
12669
12670         * Documentation/user/lilypond.tely: changed order of appendices;
12671         unified index should be last.
12672
12673         * Documentation/user/notation.itely: add example of key signatures
12674         and info about Staff.printKeyCancellation.
12675
12676 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12677
12678         * lily/include/repeated-music.hh (class Repeated_music): change
12679         into "namespace" class.
12680
12681         * lily/event.cc: remove Key_change_event.
12682
12683         * lily/include/transposed-music.hh (class Transposed_music): remove.
12684
12685         * lily/transposed-music.cc: remove
12686
12687         * lily/include/relative-music.hh: remove.
12688
12689         * lily/include/music-sequence.hh (struct Music_sequence): change
12690         into "namespace" class.
12691
12692         * lily/untransposable-music.cc (Module): remove
12693
12694         * lily/include/un-relativable-music.hh (Module): remove
12695
12696         * lily/include/untransposable-music.hh (Module): remove
12697
12698         * lily/include/music-list.hh (Module): remove file
12699
12700         * lily/un-relativable-music.cc: remove file.
12701
12702 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12703
12704         * lily/parser.yy: Compile fix.
12705
12706 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12707
12708         * lily/include/music.hh (class Music): unvirtualize transpose().
12709
12710         * lily/sequential-music.cc: remove file.
12711
12712         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
12713
12714         * lily/slur-scoring.cc (get_best_curve): only switch on
12715         DEBUG_SLUR_SCORING for non NDEBUG builds.
12716
12717         * lily/include/music.hh (class Music): replace Music::start_mom()
12718         by start-callback property
12719
12720         * lily/include/grace-music.hh: remove file. 
12721
12722         * lily/stem.cc (height): robustness fix.
12723
12724         * lily/time-scaled-music.cc: remove file.
12725
12726         * lily/include/music.hh (class Music): include SCM init argument.
12727         (class Music): replace Music::get_length() virtual by
12728         length-callback property everywhere.
12729
12730         * scripts/convert-ly.py (conv): add  # to \property scalar value.
12731
12732         * mf/GNUmakefile: don't install *list.ly
12733
12734 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12735
12736         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
12737
12738 2005-01-12  Werner Lemberg  <wl@gnu.org>
12739
12740         This patch addresses the following problems in the feta sources
12741         files which contribute to the fetaXX fonts.
12742
12743         . Many fixes for rasterization at low resolutions (consistent use of
12744           `vround' and `hround', integer shift values for paths, applying
12745           `eps' for mirrored paths, use of `define_whole_pixels' and
12746           friends, etc.) -- while this probably looks like a waste of time
12747           it has revealed deficiencies in some glyph shapes.  See comment at
12748           the end of feta-params.mf how vertical symmetry is achieved.
12749
12750         . The `---' operator has been replaced everywhere with `--'; this
12751           both improves and considerably reduces the font size after
12752           conversion with mf2pt1.
12753
12754         These change aren't explicitly mentioned below since virtually all
12755         glyphs are affected.
12756
12757         Other notable differences:
12758
12759         . Glyphs from feta-accordion.mf now have charboxes around the
12760           outline.
12761
12762         . Fixed incorrect charbox for `accDot'.
12763
12764         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
12765
12766         . Fixed position of the bow in the `upprall' glyph and its siblings.
12767
12768         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
12769           dependent on the staff line thickness to avoid touching the middle
12770           staff line at smaller sizes.
12771
12772         . Largely extended output for feta-testXX: Where useful, glyphs
12773         are shown both between and on staff lines.
12774
12775
12776         * mf/feta-params.mf (staff_space_rounded,
12777         stafflinethickness_rounded, linethickness_rounded,
12778         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
12779         Update all code which uses them where appropriate.
12780         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
12781         New variables used to control rasterization at low resolutions.  Set
12782         to zero if feta code is processed with metapost.
12783
12784         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
12785         (draw_rounded_block, draw_square_block): Updated to use `--' only.
12786         (flare_path): Updated.
12787         Make it work with `filldraw' (but only circular pens).
12788         (hfloor, vfloor, hceiling, vceiling): New macros.
12789
12790         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
12791         Use `draw' again in mf mode to have good pixel dropout control.
12792         Fix intersection points of horizontal lines with circle.
12793         ("accDot"): Fix parameters for set_char_box.
12794         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
12795         control.
12796
12797         * mf/feta-banier.mf: Updated.
12798
12799         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
12800         testing.
12801         (undraw_inside_ellipse): Remove `center' argument.  Update all
12802         callers.
12803         (draw_brevis): New macro, called by "Brevis notehead".
12804         (draw_whole_triangle_head): New macro, called by "Whole
12805         trianglehead".
12806         (draw_small_triangle_head): Use `filldraw'.
12807
12808         * mf/feta-eindelijk.mf: Remove useless global group.
12809         Updated.
12810
12811         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
12812         `filldraw'.
12813
12814         * mf/feta-pendaal.mf: Updated.
12815
12816         * mf/feta-puntje.mf: Updated.
12817
12818         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
12819         less points.
12820         ("Flageolet"): Use `draw' again in mf mode to have good pixel
12821         dropout control.
12822         ("Varied Coda"): Use `draw_block'.
12823         (draw_comma): Fix typo.
12824         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
12825         pixel dropout control.
12826
12827         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
12828         position of bow.
12829
12830         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
12831         sizes.
12832
12833         * mf/feta-toevallig.mf (remember_pic): New variable, used for
12834         testing.
12835         (draw_meta_sharp): Much simplified.
12836         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
12837
12838         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
12839
12840 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12841
12842         * Documentation/user/notation.itely (Ancient rests): Fix typo
12843         (thanks Anthony)
12844
12845 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12846
12847         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
12848
12849         * lily/main.cc (setup_paths): Add cff.
12850
12851         * mf/GNUmakefile (foe): Include actual target %.cff.
12852         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
12853
12854 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12855
12856         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
12857         suffix for main_input_b_.
12858
12859         * scm/music-functions.scm (toplevel-music-functions):
12860         precompute music lengths for music expressions.  
12861
12862 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12863
12864         * lily/include/input.hh (class Input): new `end_' slot for end of
12865         input. Renamed defined_str0_ to start_.
12866
12867         * lily/input.cc (Input): Add Input::Input (Input const &) and
12868         remove Input::Input (Source_file*, char const *). Use the new
12869         slots.
12870         (set_location): method used by bison to propagate input
12871         locations (YYLLOC_DEFAULT).
12872         (end_line_number, end_column_number, step_forward): new methods
12873         
12874         * lily/input-scheme.cc (ly:input-both-locations): new function,
12875         similar to ly:input-location, but also return the end line and
12876         column.
12877
12878         * lily/include/includable-lexer.hh: 
12879         * lily/includable-lexer.cc: 
12880         * lily/include/lily-lexer.hh (class Lily_lexer): 
12881         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
12882         Includable_lexer to Lily_lexer, in order to update lexloc (the
12883         yylloc), a new slot of Lily_lexer.
12884         (here_input, LexerError): simplify by using the lexloc slot (aka
12885         yylloc)
12886
12887         * lily/lexer.ll: #define yylloc to use input locations (it may
12888         be useless here?). Fixed the #embedded_scm rule (step the location
12889         forward in order to skip the sharp sign before parsing the scheme
12890         expression)
12891
12892         * lily/include/lily-parser.hh (class Lily_parser): 
12893         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
12894         here_input()
12895         (parser_error): overload for more precise locations of errors.
12896
12897         * lily/parser.yy (YYLTYPE): set location type to Input
12898         (YYLLOC_DEFAULT): use Input::set_location()
12899         (yylex): add the YYLTYPE* location parameter.
12900         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
12901         Give an Input parameter to THIS->parser-error() for more accurate
12902         messages.
12903
12904 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12905
12906         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
12907
12908         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
12909         on BEAMQUANTING for non-NDEBUG builds.
12910
12911         * lily/stem.cc (head_count): performance: avoid String::String()
12912         inside oft called function.
12913
12914 2005-01-09  Graham Percival  <gperlist@shaw.ca>
12915
12916         * Documentation/user/examles.itely: attempted fix for broken
12917         string quartet template.
12918
12919         * Documentation/user/notation.itely: remove unnecessary broken
12920         link.
12921
12922 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12923
12924         * VERSION (PACKAGE_NAME): release 2.5.7
12925
12926 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12927
12928         * config.make.in (METAFONT): Append -progname=mf, fixes use with
12929         mf-nowin for teTeX-3.0.  Backportme.
12930
12931         * scm/output-svg.scm (utf8-string): New function.
12932
12933         * scm/output-gnome.scm (utf8-string): New function.
12934         (otf-name-mangling): Remove.
12935
12936         * lily/pango-font.cc (Pango_font): Use font string iso font
12937         filename for utf8-text.
12938
12939         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
12940         name.
12941
12942 2005-01-08  Graham Percival  <gperlist@shaw.ca>
12943
12944         * Documentation/user/notation.itely: add info about
12945         Staff.extraNatural = ##f in Pitches section.  Also
12946         fixed some minor issues in the Vocal music section.
12947
12948 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12949
12950         * scm/output-ps.scm (white-text): comment out Helvetica font,
12951         which is broken for my GS install.
12952
12953         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
12954         which provides a tighter bbox.
12955
12956         * scm/define-grobs.scm (all-grob-descriptions): remove all
12957         extra-offsets from definitions.
12958
12959 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
12960
12961         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
12962         add tuning for 4-string bass and some common 4/5-string banjo
12963         tunings.  New function (four-string-banjo) turns a 5-string tuning
12964         into a 4-string tuning.  New function
12965         (fret-number-tablature-format-banjo) computes correct fret numbers
12966         on 5-string banjos.
12967
12968         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
12969         Add beam correction to TabVoice.
12970
12971         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
12972         using bold font; makes tabs more readable.
12973
12974 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12975
12976         * lily/font-select.cc (get_font_by_design_size): don't make
12977         Modified_font_metric; this causes trouble, since we don't know the
12978         font magnification from inside Pango_font::text_stencil()
12979
12980         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
12981
12982         * Documentation/user/notation.itely (The Lyrics context): comment out
12983         broken {Small ensembles} link.
12984
12985         * scm/framework-svg.scm (output-framework): change calling convention.
12986
12987         * lily/object-key-dumper-scheme.cc: new file.
12988
12989         * lily/object-key-undumper-scheme.cc: new file.
12990
12991         * lily/tweak-registration-scheme.cc: new file.
12992
12993         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
12994
12995         * Documentation/user/examples.itely (String quartet): uncomment
12996         broken example.
12997
12998         * lily/font-config.cc: new file.
12999
13000 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13001
13002         * scm/output-svg.scm: 
13003         * scm/output-gnome.scm: s/bigcheese/emmentaler.
13004
13005         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
13006
13007 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13008
13009         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
13010         Add headers.
13011
13012         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
13013
13014 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13015
13016         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
13017
13018         * lily/include/main.hh: lose _b hungarian suffixes for global
13019         variables.
13020
13021         * lily/include/lily-guile-macros.hh: new file.
13022
13023         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
13024
13025         * lily/general-scheme.cc: new file. 
13026
13027         * lily/font-select.cc (get_font_by_design_size): retrieve
13028         PangoFont for (designsize . "pango-descr") entries.
13029
13030         * lily/lily-parser-scheme.cc: new file.
13031
13032         * lily/output-def-scheme.cc: new file.
13033
13034         * lily/paper-book-scheme.cc: new file.
13035
13036         * lily/duration-scheme.cc (LY_DEFINE): new file.
13037
13038         * lily/pitch-scheme.cc:  new file.
13039
13040         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
13041
13042 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13043
13044         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
13045
13046 2005-01-06  Graham Percival  <gperlist@shaw.ca>
13047
13048         * Documentation/user/notation.itely: minor editing.
13049
13050         * Documentation/user/changing-defaults: minor editing.
13051
13052         * Documentation/user/examples.itely: add template for
13053         string quartet part extraction; demonstrates tag.
13054
13055 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
13056
13057         * Documentation/user/notation.itely: documents
13058         format-mark-box-letters and format-mark-box-numbers
13059
13060         * scm/define-context-properties.scm: change comment.
13061
13062 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13063
13064         * scm/framework-ps.scm (output-classic-framework): new function:
13065         dump systems as separate .eps files (without fonts) and write a
13066         single collecting .tex file.
13067
13068 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13069
13070         * Documentation/user/notation.itely (Setting simple songs):
13071         Correct several errors in the equivalent formulation of
13072         \addlyrics. 
13073         (The Lyrics context): Corrected link to the SATB example.
13074
13075 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13076
13077         * scm/lily.scm (completize-formats): new function
13078         (postprocess-output): new function
13079
13080         * lily/paper-book.cc (classic_output): change calling
13081         convention. Give basename as first argument. 
13082         remove Paper_book::post_processing().
13083
13084         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
13085
13086 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13087
13088         * lily/paper-outputter.cc (LY_DEFINE): new function
13089         ly:outputter-close.
13090
13091         * lily/main.cc: change --format,-f to --backend,-b
13092
13093         * lily/include/main.hh: rename format to backend.
13094
13095         * scm/translation-functions.scm (format-mark-box-numbers): add.
13096         patch by Erlend Aasland
13097
13098 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13099
13100         * lily/pango-font.cc (text_stencil): dump string as
13101         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
13102
13103 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
13104
13105         * configure.in (gui_b): Remove handy developer-only
13106         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
13107         CVS source installations (but break other non-default but correct
13108         PKG_CONFIG_PATH setups), as this is no longer developer-only.
13109
13110         * SConstruct: 
13111         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
13112         compatibility (backportme).
13113
13114         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
13115
13116 2005-01-03  Werner Lemberg  <wl@gnu.org>
13117
13118         Prepare glyph shapes for mf2pt1 conversion.
13119
13120         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
13121         (accDiscant, accFreebase, accStdbase): Replace `draw' with
13122         `penstroke'.
13123         (accDot): Use `drawdot'.
13124         (accBayanbase): Replace `draw' with `draw_gridline'.
13125         (print_penpos): Moved to feta-macros.mf.
13126         (accOldEE): Replace `filldraw' with `penstroke'.
13127         Replace `draw' with `penstroke' and `drawdot'.
13128
13129         * mf/feta-banier.mf: Code clean-up.
13130         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
13131         `fill'.
13132
13133         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
13134
13135         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
13136         paremeter to control drawing of labels.  Update all callers.
13137
13138         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
13139         (new_bulb): Return a bulb as a single path.  To do that, it now
13140         takes some more parameters.  Updated all callers.
13141         (draw_gclef): Major clean-up.  `draw' has been replaced with
13142         `penstroke', unnecessary outlines have been removed.
13143         Remove (unused) gnome-canvas code.
13144
13145         * mf/feta-macros.mf (print_penpos): New macro (from
13146         feta-accordion.mf).
13147         Other minor fixes.
13148
13149         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
13150         ("Pedal dot"): Use `drawdot'.
13151         (draw_pedal_P): Add parameter to control drawing of labels.  Update
13152         all callers.
13153         Fix shape at top.
13154         (draw_pedal_e): Add parameter to control drawing of labels.  Update
13155         all callers.
13156         (draw_pedal_d): Add parameter to control drawing of labels.  Update
13157         all callers.
13158         Revert drawing direction.
13159
13160         * mf/feta-schrift.mf (draw_fermata): Use single path.
13161         (draw_short_fermata): Replace `filldraw' with `fill'.
13162         (draw_long_fermata, draw_very_long_fermata): Replace calls to
13163         `draw_rounded_block' with a single path.
13164         ("Thumb"): Draw full circle instead of mirroring segments.
13165         (draw_accent): New macro.
13166         ("> accent", "espr"): Use it.
13167         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
13168         ("open (unstopped)"): Draw full circle instead of mirroring
13169         segments.
13170         (draw_vee): Removed.
13171         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
13172         ("Downbow"): Replace calls to `draw_rounded_block' with a single
13173         path.
13174         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
13175         partial pieces drawn with `fill' -- these do still overlap with the
13176         stem of the `t' but just once, not multiple times so that fontforge
13177         can handle it gracefully.
13178         Change other parts of the glyph so that fontforge's overlapping
13179         algorithm reliably works.
13180         (draw_heel): Replace `draw' with `fill'.
13181         (draw_toe): Use `draw_accent' instead of `draw_vee'.
13182         ("Flageolet"): Replace `draw' with `penstroke'.
13183         ("Segno"): Replace `filldraw' with `penstroke'.
13184         Replace `draw' with `drawdot'.
13185         ("Coda"): Replace `fill' with `penstroke', using a single path.
13186         ("Varied Coda"): Use less overlapping paths.
13187         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
13188         single path.
13189
13190         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
13191         group to better control the `labels' command.
13192         Rename argument to `offset' and use it actually.  Update all
13193         callers.
13194         Replace `filldraw' with `fill'.
13195         ("mordent", "prallmordent", "upmordent", "downmordent",
13196         "lineprall"): Replace `draw' with `draw_gridline'.
13197         ("upprall", "downprall"): Replace `draw' with `fill'.
13198
13199         * mf/feta-timesig.mf: Formatting.
13200
13201         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
13202         to...
13203         ("Flat"): Here.
13204         (draw_paren): Move code to draw labels to...
13205         ("Right Parenthesis"): Here.
13206
13207 2005-01-02  Graham Percival <gperlist@shaw.ca>
13208
13209         * Documentation/user/notation.itely: add example of \setTextDecresc
13210         and \setTextDim.
13211
13212 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
13213
13214         * scm/define-markup-commands.scm :  fix glyph-strings of
13215         accidentals and \note-by-number
13216
13217 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13218
13219         * VERSION: 2.5.6 released.
13220         
13221         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
13222
13223         * input/regression/new-markup-scheme.ly: oops. font-family=music
13224         -> font-encoding fetaMusic.  
13225
13226         * lily/main.cc: put default to PS.
13227
13228         * lily/tfm.cc: idem.
13229
13230         * lily/afm.cc: idem.
13231
13232         * lily/include/modified-font-metric.hh (struct
13233         Modified_font_metric): remove coding_scheme() method.
13234
13235         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
13236
13237         * scripts/convert-ly.py (conv): crash on encountering \encoding.
13238
13239         * input/les-nereides.ly: convert to utf8
13240
13241         * lily/modified-font-metric.cc (text_dimension): idem.
13242
13243         * lily/parser.yy (TODO): idem.
13244
13245         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
13246
13247         * lily/lexer.ll: remove encoding
13248
13249         * scm/framework-ps.scm (output-variables): separately scale the
13250         page to mm 
13251
13252         * lily/pango-font.cc (Pango_font): fix scaling.
13253
13254         * lily/font-metric.cc (design_size): design_size returns a
13255         dimension now as well.
13256
13257 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13258
13259         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
13260         brace generation. 
13261
13262         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
13263
13264 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
13265
13266         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
13267         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
13268
13269 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13270
13271         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
13272         in first run as well.
13273
13274         * scm/paper.scm (layout-set-staff-size): use text-font-size in
13275         dimension less points (ie. 12 = 12 point)
13276
13277         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
13278
13279         * lily/all-font-metrics.cc (find_pango_font): set description_
13280
13281         * lily/pango-font.cc (text_stencil): export size as well.
13282         (text_stencil): fix scaling and extents box.
13283
13284 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13285
13286         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
13287
13288         * Documentation/user/invoking.itely (Invoking lilypond): document
13289         texstr
13290
13291         * scripts/convert-ly.py (conv): add ancient rules.
13292
13293         * scm/clef.scm (c0-pitch-alist): replace - with .
13294
13295         * scripts/lilypond-book.py (process_snippets): add texstr support.
13296
13297         * scm/framework-texstr.scm (header): change extension to .textmetrics
13298
13299         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
13300         -f tex.
13301
13302         * lily/text-metrics.cc: new file.
13303         (try_load_text_metrics): new function
13304
13305         * lily/include/text-metrics.hh: new file.
13306
13307 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13308
13309         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
13310         ly_scheme_function to ly_lily_module_constant.
13311
13312         * lily/modified-font-metric.cc (text_dimension): try
13313         lookup_tex_text_dimension() first.
13314
13315         * lily/tfm.cc: new function ly:load-text-dimensions
13316
13317 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13318
13319         * scm/output-texstr.scm (text): use \lilygetmetrics
13320
13321         * scm/framework-texstr.scm (header): dump in new format.
13322
13323         * tex/lilypond-tex-metrics: new file.
13324         
13325 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13326
13327         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
13328         mapping.
13329         (index_to_charcode): New method.
13330
13331         * scm/output-ps.scm (glyph-string): 
13332         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
13333
13334 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
13335
13336         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
13337         implement fully, need FONT to get to charcode.
13338
13339         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
13340
13341         * scm: Cleanups.
13342
13343         * Documentation/user/changing-defaults.itely: Fix internalsrefs
13344         {Tunable context properties},
13345         {All layout objects},
13346         {Music definitions}.
13347
13348 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13349
13350         * VERSION: release 2.5.5
13351         
13352         * lily/main.cc: use TeX as default output format.
13353
13354         * flower/file-path.cc (find): try to open directly as well, so we
13355         find absolute path files. 
13356
13357         * lily/pango-select.cc: new file.
13358
13359         * scm/framework-ps.scm: remove all encoding code. 
13360         load pfb/pfa for PangoFont too.
13361         
13362         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
13363
13364 2004-12-22  Werner Lemberg  <wl@gnu.org>
13365
13366         Prepare glyph shapes for mf2pt1 conversion.
13367
13368         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
13369
13370         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
13371         (define_triangle_shape): Use it to replace `draw' with `fill' and
13372         `unfill'.  Update all callers.
13373         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
13374         (draw_cross): Ditto.
13375         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
13376         Use penrazor for better conversion with mf2pt1.
13377         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
13378         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
13379         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
13380         draw_la_head, draw_ti_head): Replace `filldraw' with
13381         `fill'.  Update all callers.
13382
13383 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13384
13385         * lily/paper-book.cc (output): revert: only allow a single output
13386         format.
13387
13388         * lily/include/pango-font.hh: new file.
13389
13390         * lily/pango-font.cc: new file.
13391
13392         * lily/font-metric.cc (text_stencil): new routine
13393
13394         * lily/all-font-metrics.cc (find_pango_font): new routine.
13395
13396         * lily/include/font-metric.hh (struct Font_metric): add
13397         text_stencil()
13398
13399         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
13400
13401 2004-12-22  Werner Lemberg  <wl@gnu.org>
13402
13403         Prepare glyph shapes for mf2pt1 conversion.
13404
13405         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
13406
13407         * mf/feta-toevallig.mf: Formatting.
13408         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
13409         ("Natural"): Fix paths to allow better postprocessing.
13410         (draw_meta_flat): Use `z3l' as additional point in path to get
13411         better conversion with mf2pt1.
13412         Other minor cleanups.
13413         ("3/4 Flat"): Add auxiliary points and modify path to replace
13414         `draw' with `fill'.
13415         ("Double Sharp"): Mirror path segments instead of picture elements
13416         to get a single outline.
13417         Modify path to replace `filldraw' with `fill'.
13418
13419 2004-12-22  Graham Percival  <gperlist@shaw.ca>
13420
13421         * input/test/unfold-all-repeats.ly: added file back.
13422
13423         * Documentation/user/notation.itely,
13424         Documentation/user/programming-interface.itely
13425         Documentation/user/changing-defaults.itely: fixed misc broken
13426         links to input/test/ files.
13427
13428 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13429
13430         * tex/texinfo.tex: Update.  We should not be distributing this,
13431         but since we do, use latest version.
13432
13433         * Documentation/user/macros.itexi: Comment-out \fetaflat,
13434         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
13435         macros for feta glyphs.
13436
13437 2004-12-22  Graham Percival  <gperlist@shaw.ca>
13438
13439         * Documentation/user/changing-defaults.itely: fix index for set.
13440
13441         * Documentation/user/converters.itely: added convert-ly bugs list
13442         from CVS.
13443
13444 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
13445
13446         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
13447         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
13448         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
13449         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
13450
13451         * mf/GNUmakefile (pfa_warning): Use less broken check.
13452
13453         * python/lilylib.py (setup_environment): Remove cruft from
13454         GS_FONTPATH.
13455
13456         * configure.in: Bump mftrace requirement to 1.1.1.
13457
13458 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
13459
13460         * scm/output-svg.scm (beam): Use polygon.
13461
13462         * scm/lily-library.scm: Bugfix.
13463
13464         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
13465
13466         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
13467
13468 2004-12-19  Werner Lemberg  <wl@gnu.org>
13469
13470         Prepare glyph shapes for mf2pt1 conversion.
13471
13472         * mf/feta-eindelijk: Some formatting.
13473         (multi_rest_x, multi_beam_height): Removed.  Unused.
13474         ("Quarter rest"): Use `intersectiontimes' to create a single
13475         outline.
13476         (rest_crook): Removed.  Unused.
13477         (draw_rest_bulb): Return path (without filling).  Update callers.
13478         Simplified.
13479         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
13480         "128th rest"): Simplify `pat'.
13481         Create single outline.
13482
13483 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
13484
13485         * mf/GNUmakefile (ALL_GEN_FILES):
13486         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
13487
13488         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
13489         function.
13490
13491 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13492
13493         * scm/output-texstr.scm (placebox): add routine
13494
13495         * VERSION (PACKAGE_NAME): release 2.5.4
13496
13497         * scm/framework-texstr.scm (output-framework): new file.  
13498
13499         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
13500         processing.
13501
13502         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
13503
13504         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
13505         rule.
13506
13507         * configure.in (gui_b): bump mftrace requirement to 1.1.0
13508
13509         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
13510
13511         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
13512
13513 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
13514
13515         * scm/framework-svg.scm (dump-page): Implement landscape.
13516
13517 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13518
13519         * lily/main.cc (setup_paths): Add svg to search path.
13520
13521         * scm/output-svg.scm:
13522         * scm/framework-svg.scm: Add pageSet.  Update.
13523         (dump-fonts): New function.
13524         (output-framework): Use it.
13525
13526         * mf/GNUmakefile: 
13527         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
13528
13529 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13530
13531         * tex/lilyponddefs.tex: comment out new ifpdf code.
13532
13533 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13534
13535         * GNUmakefile.in: 
13536         * SConstruct (symlink): Replace afm by otf.
13537
13538         * scm/framework-gnome.scm (gnome-main): Remove invocation of
13539         ly:pango-add-afm-decoder.
13540
13541         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
13542
13543 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13544
13545         * scm/output-ps.scm (new-text): don't access t glyph for getting
13546         space dimension.
13547
13548         * ly/init.ly: warn about \version
13549
13550         * lily/lexer.ll: set version-seen?
13551
13552 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13553
13554         * scm/output-svg.scm (string->entities): Update.
13555
13556 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13557
13558         * lily/main.cc (setup_paths): replace afm by otf for path. 
13559
13560         * lily/pangofc-afm-decoder.cc: remove.
13561
13562         * lily/include/pangofc-afm-decoder.hh: remove.
13563
13564         * scm/framework-scm.scm (output-framework): new file.
13565
13566         * mf/GNUmakefile: remove SAUTER_FONTS.
13567         remove SVG/sodipodi hacks.
13568
13569         * scm/lily-library.scm (stderr): move stderr.
13570
13571         * mf/GNUmakefile: remove AFM support.
13572
13573         * buildscripts/mf-to-table.py (base): remove AFM support.
13574
13575         * lily/open-type-font.cc (design_size): use design_size
13576
13577 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
13578
13579         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
13580
13581 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13582
13583         * mf/GNUmakefile: Generate combined aybabtu info.
13584         * mf/aybabtu.pe.in (i): Load it.
13585
13586         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
13587         are not symbols.
13588
13589         * lily/include/open-type-font.hh (count): New method.
13590
13591         * mf/aybabtu.pe.in: Typo.
13592
13593         * Documentation/user/out/lilypond-internals.nexi (Scheme
13594         functions): Typo.
13595
13596         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
13597
13598 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13599
13600         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
13601         subfonts.
13602
13603         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
13604
13605         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
13606         (tex-font-command-raw): new function.
13607
13608         * lily/include/virtual-font-metric.hh (Module): remove file
13609
13610         * lily/virtual-font-metric.cc (Module): remove file.
13611         
13612
13613         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
13614         (get_indexed_char): read bbox from lily table if present.
13615
13616 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13617
13618         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
13619         aybabtu.subfonts
13620
13621         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
13622         global glyphname. Enables more than 64 glyphs in the OTF.
13623
13624 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13625
13626         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
13627         braces.
13628
13629         * lily/open-type-font.cc (design_size): Use 12 as default for
13630         design size.
13631
13632         * mf/aybabtu.pe.in: New file.  Merge all our braces.
13633
13634         * mf/GNUmakefile: Generate aybabtu.
13635
13636         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
13637
13638 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13639
13640         * scm/lily-library.scm (char->unicode-index): Remove.
13641
13642         * scm/output-gnome.scm (text): Bugfix for plain string input.
13643         Updates.
13644
13645         * scm/output-svg.scm (svg-font): Add weight to font selection.
13646
13647 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13648
13649         * Documentation/topdocs/INSTALL.texi (Top): Point to
13650         buildscripts/out/clean-fonts instead of
13651         buildscripts/clean-fonts.sh. 
13652
13653 2004-12-13  Graham Percival  <gperlist@shaw.ca>
13654
13655         * input/regression/figured-bass.ly: attempt to clarify text.
13656
13657         * Documentation/user/notation.tely: add cindex for tag, attempt to
13658         add figured bass example.
13659
13660         * Documentation/user/changing-defaults: basic editing.
13661
13662 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13663
13664         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
13665
13666         * lily/open-type-font.cc (LY_DEFINE): new function
13667         ly:font-sub-fonts
13668
13669         * lily/include/font-metric.hh (struct Font_metric): new method
13670         sub_fonts()
13671
13672         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
13673         . with - in add.stem.
13674         
13675 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13676
13677         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
13678         and fetaDynamic.
13679
13680         * lily/rest.cc (glyph_name): Change - to . .
13681
13682         * scm/output-gnome.scm (text): Hello world, again.
13683
13684         * scm/output-svg.scm (named-glyph): New function.  Hello world!
13685
13686         * lily/modified-font-metric.cc (index_to_charcode): New method.
13687
13688         * lily/include/font-metric.hh (index_to_charcode): New function.
13689
13690         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
13691         new function.
13692         (ly:font-glyph-to-index): Remove.
13693
13694 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13695
13696         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
13697
13698         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
13699
13700         * lily/open-type-font.cc (load_scheme_table): new function
13701
13702         * lily/dots.cc (print): replace - 
13703
13704         * lily/open-type-font.cc (attachment_point): new function.
13705         (load_table): read LILC table
13706
13707         * buildscripts/gen-bigcheese-scripts.py (Module): new
13708         file. Generate FF scripts.
13709
13710         * mf/feta-din10.mf: idem.
13711
13712         * mf/feta-nummer10.mf: remove mf files.
13713
13714         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
13715
13716 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13717
13718         * lily/lily-guile.cc: Use scm_from_locale_stringn.
13719
13720         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
13721         compatibility.
13722
13723 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13724
13725         * lily/open-type-font.cc (get_indexed_char): scale metrics by
13726         design-size and units_per_EM.
13727
13728         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
13729
13730 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13731
13732         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
13733         does not crash fontforge.
13734
13735         * scm/lily-library.scm (char->unicode-index): Hack to map onto
13736         PUA.
13737
13738 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13739
13740         * scm/framework-ps.scm (ps-embed-cff): new function.
13741
13742         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
13743
13744 2004-12-12  Werner Lemberg  <wl@gnu.org>
13745
13746         * mf/bigcheese.pe.in: Add PUA mapping.
13747         Don't create Type 42 but bare CFF font.
13748
13749 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13750
13751         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
13752         within canvas boundaries.
13753
13754         * mf/merge.pe.in: Set font names, version, license GPL.
13755
13756         * make/substitute.make: Add FONTFORGE.
13757
13758         * config.make.in (FONTFORGE): Add.
13759
13760         * configure.in (gui_b): Use PATH_PROG for fontforge.
13761
13762 2004-12-11  Graham Percival  <gperlist@shaw.ca>
13763
13764         * scm/define-markup-commands.scm: add baseline-skip to info
13765         about \column.
13766
13767 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13768
13769         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
13770
13771         * scm/output-gnome.scm (named-glyph): Use it.
13772
13773         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
13774
13775         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
13776         (upper_string, lower_string, reverse_string): Remove.
13777
13778         * configure.in (fontforge): Reinstate version check.
13779
13780         * ly/engraver-init.ly: Fix clef glyph names.
13781
13782         * lily/time-signature.cc (special_time_signature): Fix fraction
13783         glyph names.
13784
13785 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13786
13787         * mf/merge.pe: new file.
13788
13789         * lily/freetype.cc: new file.
13790
13791         * lily/include/open-type-font.hh (class Open_type_font): new file.
13792
13793         * lily/include/freetype.hh: new file.
13794
13795         * lily/open-type-font.cc: new file.
13796
13797         * lily/all-font-metrics.cc (find_otf): new function.
13798
13799 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13800
13801         * lily/time-signature.cc (special_time_signature): Fix.
13802
13803         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
13804         GTK2 before checking for pango.  Fixes -fgnome.
13805
13806         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
13807         Scheme name.
13808
13809         * scm/define-markup-commands.scm:
13810         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
13811
13812         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
13813
13814         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
13815         date versions.  Fixes configure.
13816         (STEPMAKE_CHECK_VERSION): Support optional actual program version
13817         argument.
13818
13819 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13820
13821         * buildscripts/mf-to-table.py (write_ps_encoding): write real
13822         names in .enc
13823
13824         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
13825
13826 2004-12-09  Graham Percival  <gperlist@shaw.ca>
13827
13828         * Documentation/user/changing-defaults.itely: add info about
13829         make-dynamic-script
13830
13831         * Documentation/user/notation.itely: add link in dynamics to
13832         section about make-dynamic-script.
13833
13834 2004-12-09  Christian hitz  <chhitz@gmx.net>
13835
13836         * lily/lily-guile.cc: change MACOS_X to __APPLE__
13837
13838 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13839
13840         * buildscripts/mf-to-table.py (parse_logfile): use . for
13841         concatting name and group.
13842         (parse_logfile): use M for Minus (negative.)
13843
13844         * lily/include/type-swallow-translator.hh
13845         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
13846
13847         * lily/*.cc: cosmetics around = sign.
13848
13849         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
13850         lyric spacing on the penultimate column.
13851
13852 2004-12-05  Christian Hitz  <chhitz@gmx.net>
13853
13854         * configure.in:
13855         * lily/accidental-placement.cc:
13856         * lily/bar-line.cc:
13857         * lily/beam-concave.cc:
13858         * lily/beam-quanting.cc:
13859         * lily/beam.cc:
13860         * lily/bezier-bow.cc:
13861         * lily/bezier.cc:
13862         * lily/break-align-interface.cc:
13863         * lily/custos.cc:
13864         * lily/dimension-cache.cc:
13865         * lily/dot-column.cc:
13866         * lily/font-metric.cc:
13867         * lily/font-select.cc:
13868         * lily/gourlay-breaking.cc:
13869         * lily/grob-property.cc:
13870         * lily/grob.cc:
13871         * lily/lily-guile.cc:
13872         * lily/line-spanner.cc:
13873         * lily/lookup.cc:
13874         * lily/lyric-extender.cc:
13875         * lily/lyric-hyphen.cc:
13876         * lily/mensural-ligature.cc:
13877         * lily/midi-def.cc:
13878         * lily/misc.cc:
13879         * lily/note-collision.cc:
13880         * lily/note-column.cc:
13881         * lily/note-head.cc:
13882         * lily/paper-outputter.cc:
13883         * lily/percent-repeat-item.cc:
13884         * lily/rest-collision.cc:
13885         * lily/side-position-interface.cc:
13886         * lily/simple-spacer.cc:
13887         * lily/slur-configuration.cc:
13888         * lily/slur-scoring.cc:
13889         * lily/slur.cc:
13890         * lily/spaceable-grob.cc:
13891         * lily/spacing-spanner.cc:
13892         * lily/spanner.cc:
13893         * lily/staff-symbol-referencer.cc:
13894         * lily/stem.cc:
13895         * lily/stencil.cc:
13896         * lily/system-start-delimiter.cc:
13897         * lily/system.cc:
13898         * lily/text-item.cc:
13899         * lily/tie.cc:
13900         * lily/tuplet-bracket.cc:
13901         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
13902         <cmath> beacause isinf/isnan is undefined in <cmath>
13903
13904 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13905
13906         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
13907
13908 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13909
13910         * VERSION: release 2.5.3
13911         
13912 2004-11-29  Arno Waschk <arno@arnowaschk.de>
13913
13914         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
13915
13916 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13917
13918         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
13919
13920         * lily/note-head.cc (internal_print): always try the "s" head if
13921         u/d not found.
13922
13923         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
13924
13925 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13926
13927         * mf/parmesan-heads.mf (overdone_heads): typos.
13928
13929 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13930
13931         * lily/parser.yy (markup): in markups, { .. } without command
13932         before are also flattened, ie \line must be explicitely used.
13933
13934         * Documentation/user/changing-defaults.itely:
13935         * Documentation/user/notation.itely: 
13936         * input/wilhelmus.ly: 
13937         * input/regression/instrument-name-markup.ly: 
13938         * input/regression/markup-score.ly: 
13939         * input/regression/new-markup-scheme.ly: 
13940         * input/regression/new-markup-syntax.ly: 
13941         * input/test/coriolan-margin.ly: use \line in markups where
13942         appropriate
13943         
13944 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13945
13946         * scm/new-markup.scm (map-markup-command-list): helper function
13947         used in parser.yy to map markup commands on a markup list.
13948
13949         * lily/parser.yy: get rid off < > in markups by treating { } as
13950         real lists.
13951
13952         * lily/lexer.ll: remove < > from markup lexer mode.
13953
13954         * scripts/convert-ly.py (conv): add rule for converting 
13955         \markup < > to \markup { }
13956
13957         * ly/titling-init.ly: 
13958         * input/test/coriolan-margin.ly: 
13959         * input/regression/new-markup-syntax.ly: 
13960         * input/regression/new-markup-scheme.ly: 
13961         * input/regression/multi-measure-rest-text.ly: 
13962         * input/regression/markup-stack.ly: 
13963         * input/regression/markup-score.ly: 
13964         * input/regression/instrument-name-markup.ly: 
13965         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
13966         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
13967         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
13968         * input/wilhelmus.ly: 
13969         * Documentation/user/notation.itely: 
13970         * Documentation/user/music-glossary.tely: 
13971         * Documentation/user/changing-defaults.itely: change < > to { } in
13972         markups
13973
13974 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13975
13976         * lily/accidental-placement.cc (position_accidentals): shortcut if
13977         no accidentals to place.
13978
13979 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13980
13981         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
13982         typo s/ly:dimension ?/ly:dimension?/
13983
13984         * input/regression/lily-in-scheme.ly: 
13985         * input/regression/music-function.ly: 
13986         * ly/spanners-init.ly (assertBeamSlope): 
13987         * scm/music-functions.scm (def-grace-function): add the paper
13988         argument to music function definitions.
13989
13990 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13991
13992         * lily/moment.cc (LY_DEFINE):
13993         ly:moment-main-{denominator,numberator}, new function.
13994
13995         * lily/score-engraver.cc (typeset_all): assign to column on basis
13996         of axis-group-parent-X setting.
13997
13998         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
13999         add_element() on basis of axis-group-parent-Y setting.
14000
14001         * lily/grob.cc: add axis-group-parent-{XY} properties.
14002
14003         * input/regression/spacing-stick-out.ly: new file.
14004
14005         * lily/simple-spacer.cc (add_columns): use binary search for
14006         setting column rods. Changes O(n^2) to O(n log(n)) for
14007         constructing spacing problem from columns.
14008         (add_columns): read allow-outside-line to make sure no texts stick
14009         out.
14010         (solve): Simple_spacer::is_active() only determines
14011         satisfies_constraints_ for non-ragged typesetting.
14012
14013         * lily/simultaneous-music.cc (to_relative_octave): only set
14014         old_relative_used if return pitch actually changed.
14015
14016         * scm/define-context-properties.scm
14017         (all-user-translation-properties): change to match implementation.
14018
14019         * python/lilylib.py: Replace re.match by re.search and adds "-c
14020         showpage" to the gs command line (Johannes Schindelin)
14021
14022         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
14023         before processing. Prevents crash when inf is in the extent.
14024
14025         * scm/define-markup-commands.scm (note-by-number): add "s" to
14026         "noteheads-" glyphname.
14027  
14028         * lily/parser.yy (Generic_prefix_music): supply parser argument to
14029         music function as well.
14030         
14031 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14032
14033         * VERSION: release 2.5.2
14034
14035         * Documentation/user/changing-defaults.itely (Creating titles):
14036         add breakbefore variable.
14037
14038         * lily/paper-book.cc (set_system_penalty): new function. Set
14039         penalty_ based on breakBefore setting
14040
14041         * lily/context-specced-music-iterator.cc (construct_children):
14042         interpret special context id $uniqueContextId 
14043
14044         * lily/context.cc (create_unique_context): new method. Move
14045         creation of unique (\new) contexts into interpreting phase. This
14046         makes
14047
14048           foo= \new Staff ..
14049           << \foo \foo >>
14050
14051         produce 2 staves.
14052         
14053
14054         * scm/define-music-properties.scm (all-music-properties): add
14055         quoted-voice-direction
14056
14057         * ly/music-functions-init.ly: killCues function.
14058
14059         * scm/music-functions.scm (cue-substitute): move creation of voice
14060         contexts further to the back. 
14061
14062 2004-11-25  Werner Lemberg  <wl@gnu.org>
14063
14064         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
14065         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
14066
14067 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
14068
14069         * buildscripts/guile-gnome.sh: Fixed typo.
14070
14071 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14072
14073         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
14074
14075         * scripts/abc2ly.py (dump_slyrics): add ord(). 
14076
14077         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
14078         to regular engraver. 
14079
14080 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14081
14082         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
14083
14084 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14085
14086         * scm/define-markup-commands.scm (fill-line): Typo.
14087
14088         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
14089         and newer.
14090
14091 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
14092
14093         * ly/dynamic-scripts-init.ly: Fixed typo.
14094
14095 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14096
14097         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
14098         note-head, to have different attachment points for up and down.
14099
14100         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
14101
14102         * mf/feta-generic.mf (else): remove solfa.
14103
14104         * mf/feta-bolletjes.mf (tishape): remove unicode test.
14105
14106         * scm/define-context-properties.scm
14107         (all-user-translation-properties): add shapeNoteStyles property.
14108
14109         * lily/shape-note-heads-engraver.cc (process_music): new file.
14110
14111         * lily/event.cc (transpose): call Event::transpose() for
14112         transposing the tonic.
14113
14114 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
14115
14116         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
14117         Unicode/OpenType and AFM.
14118
14119         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
14120
14121 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14122
14123         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
14124
14125         * lily/context.cc (Context): unprotect key from ctor.
14126
14127         * scm/stencil.scm (stack-lines): return empty-stencil if argument
14128         is '()
14129         (stack-stencils): idem.
14130
14131         * Documentation/user/changing-defaults.itely (Creating titles):
14132         document new title layout options.
14133
14134         * lily/parser.yy (lilypond_header_body): copy previous
14135         $globalheader if present.
14136
14137         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
14138         ly:module-copy
14139         
14140         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
14141
14142         * scm/titling.scm: remove old titling functions
14143
14144         * lily/stencil.cc (translate): remove absolute dimension.
14145
14146         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
14147         via markup.
14148
14149         * scm/page-layout.scm (marked-up-headfoot): create header/footer
14150         field from user-supplied markup
14151
14152         * scm/define-markup-commands.scm (on-the-fly): new markup
14153         command. Enter SCM markup procedure directly in Scheme.
14154         (fromproperty): new markup command. Read markup from props argument.
14155
14156         * scm/titling.scm (marked-up-title): create title via
14157         user-specified markup. 
14158
14159         * scm/define-markup-commands.scm (column): remove empty stencils
14160         from column.
14161
14162         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
14163         not have side-effect of creating variable stub.
14164
14165         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
14166
14167 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
14168
14169         * scm/encoding.scm (coding-alist): 
14170         * scm/font.scm (add-ec-fonts):
14171         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
14172         Extended-TeX-Font-Encoding---Latin.
14173
14174         * lily/side-position-interface.cc (general_side_position): Add
14175         actual offset to error message (avoid constant error messages).
14176
14177         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
14178         block.
14179
14180         * lily/font-select.cc (select_encoded_font)
14181         (get_font_by_mag_step, get_font_by_design_size): 
14182         * lily/modified-font-metric.cc (Modified_font_metric): 
14183         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
14184
14185         * scm/encoding.scm (coding-alist): Add fetaDynamic.
14186         (read-encoding-file): Bugfix: do not require space after bracket.
14187
14188         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
14189         these do not exist.
14190
14191 2004-11-20  Graham Percival  <gperlist@shaw.ca>
14192
14193         * Documentation/user/notation.itely: added info about typesetting
14194         boxed bar numbers.
14195
14196 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14197
14198         * flower/interval.cc (T_to_string): gcc4 fixes.
14199
14200         * scm/define-markup-commands.scm (fill-line): use
14201         stack-stencils. This fixes problems with putting already centered
14202         stencils in a line.
14203
14204         * VERSION: release 2.5.1
14205
14206         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
14207
14208 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14209
14210         * input/example-[1-3].ly: simplify.
14211
14212         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
14213
14214         * scm/output-ps.scm (new-text): new function. Use glyphshow to
14215         show glyphs.
14216
14217         * scm/encoding.scm (decode-byte-string): new function.
14218
14219         * scripts/convert-ly.py (conv): add warning about
14220         set-global-staff-size.
14221
14222         * Doxyfile: add. 
14223
14224         * scripts/convert-ly.py (conv): add raggedlastbottom rule
14225         (conv): warn for TextSpanner split.
14226         (conv): warn for textheight.
14227
14228 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
14229
14230         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
14231         building the documentation, info with images are installed.
14232         (final-install): Fix description.  Mention sourcing of login
14233         scripts (instead of running).
14234
14235 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
14236
14237         * Debian lmodern support.  Note that LilyPond will issue warnings
14238         
14239             no such encoding: "FontSpecific"
14240
14241           The font selection mechanism wants to get the encoding from the
14242           font itself, but the idea of lmodern is that it is usable with
14243           different encodings, ie, Lily should get the encoding from the
14244           font tree, rather than the font itself.  This would require some
14245           more work.
14246         
14247         * configure.in: Test for and accept lmodern if EC fonts not found.
14248
14249         * scm/framework-tex.scm (font-load-command): TeX font name
14250         mangling for latin1 encoded cork-lm fonts.
14251         (convert-to-ps): Load lm.map if available.
14252
14253         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
14254         available.
14255
14256         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
14257
14258         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
14259         available.
14260
14261         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
14262         path for absolute file name, that is silly.
14263
14264         * lily/score-engraver.cc (initialize): 
14265
14266         * Documentation/user/GNUmakefile (local-install-info): Invoke
14267         install-info --remove first.
14268
14269         * #include cleanup (Andreas Scherer).
14270
14271 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
14272
14273         * input/test/script-abbreviations.ly: fix typos.
14274
14275 2004-11-17  Werner Lemberg  <wl@gnu.org>
14276
14277         * python/lilylib.py (options_help_str): Support pretty-printing of
14278         newlines in fourth element of option description.
14279
14280         * scripts/lilypond-book.py (option_definitions): Use new lilylib
14281         feature.
14282         Sort options.
14283
14284         * Documentation/user/lilypond-book.itely: Finish update.
14285
14286 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
14287
14288         * Documentation/user/macros.itexi: Add comment about \command.
14289
14290         * Documentation/user/lilypond.tely:
14291         * Documentation/user/lilypond-book.itely: Fix names of lilypond
14292         and lilypond-book nodes, so that `info lilypond' visits the manual
14293         at top level, and `info lilypond-book' visits the lilypond-book
14294         section.
14295
14296         * Documentation/user/GNUmakefile (local-install-info): Fix rules
14297         and packager messages.
14298
14299         * lily/pangofc-afm-decoder.cc: Update test.
14300
14301 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
14302
14303         * scm/lily-library.scm (char->unicode-index): New function.
14304
14305         * scm/output-gnome.scm: 
14306         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
14307
14308         * Proper naming of file name throughout; s/filename/file[-_]name/.
14309
14310         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
14311
14312         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
14313
14314 2004-11-16  Werner Lemberg  <wl@gnu.org>
14315
14316         * scripts/lilypond-book.py: The Lord has commanded me to use only
14317         tabs for indentation.  Your humble servant obeys.
14318
14319 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
14320
14321         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
14322         including font, if LilyPond-feta font is only feta font in path.
14323
14324         * scm/output-gnome.scm (text): Revert to file name of font if font
14325         has no name.  Fixes ec font selection.
14326         (char): Bugfix: do not utf8 twice.  Fixes clefs.
14327
14328         * scm/framework-svg.scm:
14329         * scm/output-svg.scm: New file.  TODO: figure out how to
14330         do character by index in font.
14331
14332         * scm/output-sodipodi.scm: Remove.
14333
14334         * scm/output-ps.scm (stem): Remove.
14335
14336 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
14337
14338         * scm/output-gnome.scm (beam): New function.
14339         (slur): Round corners.
14340         (round-filled-box): Round corners.
14341
14342 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14343
14344         * scm/output-gnome.scm (beam): add function.
14345         (draw-line): new routine.
14346         (dashed-line): stub; call draw-line
14347         (polygon): new routine.
14348
14349 2004-11-15  Werner Lemberg  <wl@gnu.org>
14350
14351         * Documentation/user/lilypond-book.itely: Revise section on
14352         lilypond-book options.
14353         Other minor fixes.
14354
14355         * scripts/lilypond-book.py: Change indentation to 4.
14356         Minor formatting.
14357
14358 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14359
14360         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
14361         grobs that have tweaks specced.
14362         
14363 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
14364
14365         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
14366
14367 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14368
14369         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
14370         actual char #, not 0 based index.
14371
14372         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
14373
14374         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
14375         Warning: do make -C mf clean.
14376
14377         * lily/context-property.cc: Compile fix.
14378
14379         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
14380         Grok ec-fonts, braces and dynamics.
14381
14382         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
14383
14384 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14385
14386         * lily/include/tweak-registration.hh: new file.
14387
14388         * lily/tweak-registration.cc: new file.
14389
14390         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
14391         saving tweaks.
14392
14393         * scm/output-gnome.scm (text): comment dribble.
14394
14395 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14396
14397         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
14398
14399         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
14400         path-def before using.  Fixes muchtomany slurs in wrong places
14401         bug.
14402
14403 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14404
14405         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
14406
14407         * lily/include/object-key-undumper.hh (Module): new file.
14408
14409         * lily/object-key-undumper.cc (Module): New file. Deserialize
14410         keys. SCM bindings
14411
14412         * lily/object-key-dumper.cc (Object_key_dumper): idem.
14413         Provide SCM bindings.
14414
14415         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
14416         new file. Serialize object keys.
14417         
14418         * lily/object-key.cc (dump): new function.
14419         (as_scheme): new virtual function
14420         (undump): new function
14421         (undumpers): new table.
14422
14423         * lily/include/global-context.hh (Context): take \score key upon init.
14424
14425         * lily/object-key-dumper.cc (serialize_key): new file.
14426
14427         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
14428
14429         * lily/lily-lexer.cc: remove \quote.
14430
14431         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
14432
14433         * lily/context.cc (Context): take key argument in ctor.
14434         (create_context): new function
14435
14436         * lily/grob.cc (Grob): take key argument in ctor.  
14437
14438         * lily/lilypond-key.cc (do_compare): new file.
14439
14440         * lily/object-key.cc (Object_key): new file.
14441
14442         * lily/include/object-key.hh (class Object_key): new file.
14443
14444         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
14445
14446 2004-11-13  Graham Percival  <gperlist@shaw.ca>
14447
14448         * Documentation/user/lilypond-book.itely: add small warning about
14449         noindent default in lilypond-book.
14450
14451         * Documentation/user/converters.itely: add examples for convert-ly.
14452
14453         * Documentation/user/examples.itely: change version string in templates
14454         to 2.4.0.
14455
14456 2004-11-12  Karl Hammar  <karl@aspodata.se>
14457
14458         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
14459         cmdline, use xargs instead (backportme)
14460
14461 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
14462         
14463         * Documentation/user/: Numerous fixes in the user manual.
14464
14465 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14466
14467         * lily/parser.yy (re_rhythmed_music): search music expression for
14468         context-id, surround by \new Voice if not found. Fixes:
14469         addlyrics-second-staff.ly
14470
14471         * VERSION: 2.5.0 released.
14472         
14473 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
14474
14475         * Documentation/index.html.in: Fix url to one big page.  (backportme)
14476
14477         * Documentation/user/GNUmakefile: Separate rules for split and
14478         unsplit html documents.  Remove perl massaging.  (backportme)
14479
14480 2004-11-11  Graham Percival  <gperlist@shaw.ca>
14481
14482         * Documentation/user/lilypond-book.itely: add short warning about
14483         \lilypond{} in LaTeX docs.
14484
14485 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14486
14487         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
14488         found.  (backportme)
14489
14490         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
14491         version requirement.  (backportme)
14492
14493         * configure.in: Be explicit about old versions of
14494         ec-fonts-mtraced.  (backportme)
14495
14496         * lily/context-selector.cc (set_tweaks): New function.
14497         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
14498         web with -DTWEAK.
14499
14500         * Documentation/user/introduction.itely (Automated engraving):
14501         Remove fragment option.  Fixes web.
14502
14503         * lily/context-property.cc (make_item_from_properties):
14504         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
14505         #ifdef.
14506
14507         * scm/define-context-properties.scm
14508         (all-internal-translation-properties): Add tweakRank and tweakCount.
14509
14510         * lily/grob.cc: 
14511         * scm/define-grob-properties.scm (all-internal-grob-properties):
14512         Add tweak-rank and tweak-count.
14513
14514 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14515
14516         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
14517         New function.
14518         (text): Use them.
14519
14520         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
14521         animated/opaque grob dragging tweaks.
14522
14523         * buildscripts/guile-gnome.sh: Update.
14524
14525 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
14526
14527         * scm/define-grobs.scm (all-grob-descriptions): Added
14528         line-interface to the LigatureBracket object.
14529
14530 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14531
14532         * scm/framework-gnome.scm (item-event): Support non-animated mouse
14533         dragging tweaks.
14534
14535         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
14536
14537         * lily/context-selector.cc (store_context): New function.
14538
14539         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
14540         (store_grob): New function.
14541         (identify_grob): Add Moment parameter.
14542
14543         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
14544         exists.
14545
14546         * scm/framework-gnome.scm (save-tweaks): Write as alist.
14547
14548 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14549
14550         * scm/framework-gnome.scm (item-event): Print grob id.
14551         (save-tweaks): New function.
14552         (tweak): New funtion.
14553         (item-event): Use it, bound to arrow keys.
14554
14555         * lily/context-property.cc (make_item_from_properties): Register grob.
14556         * lily/context.cc (add_context): Register context.
14557
14558         * lily/include/context-selector.hh:
14559         * lily/include/grob-selector.hh:
14560         * lily/context-selector.cc:
14561         * lily/grob-selector.cc: New file.
14562
14563 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14564
14565         * lily/slur.cc: add 'positions to interface
14566
14567         * lily/main.cc: reinstate PS as standard output format. 
14568
14569         * scm/framework-tex.scm (output-preview-framework): print systems
14570         up to first non title system.
14571
14572         * lily/grace-engraver.cc (start_translation_timestep): split
14573         scm_cadddr
14574         
14575 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14576
14577         * lily/quote-iterator.cc (Module): remove old quote-iterator
14578
14579         * scm/define-music-types.scm (music-descriptions): move
14580         NewQuoteMusic over QuoteMusic
14581
14582         * Documentation/user/notation.itely (Formatting cue notes): use
14583         \cueDuring.
14584
14585         * lily/new-quote-iterator.cc (quote_ok): new function.
14586
14587         * input/regression/quote-cue-during.ly: new file.
14588
14589         * input/regression/quote-grace.ly: new file.
14590
14591         * scm/define-context-properties.scm (Module): change definition of
14592         graceSettings
14593
14594         * lily/context-property.cc (Module): rename from
14595         translator-property.cc
14596
14597         * lily/context.cc (context_name_symbol): new function
14598
14599         * lily/grace-engraver.cc: new file. Set properties for grobs based
14600         on the grace-ness of now_moment().
14601
14602         * scm/music-functions.scm (add-grace-property): use list
14603         iso. vector for graceSettings
14604         remove set-{start,stop}-grace-properties. 
14605
14606         * lily/new-quote-iterator.cc (construct_children): set
14607         quote_outlet_ if no quoted-context-{id,type} specified.
14608
14609         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
14610
14611         * lily/parser.yy (command_element): remove \quote.
14612
14613         * ly/music-functions-init.ly (location): add quoteDuring music
14614         function. 
14615
14616         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
14617         optional semicolon. (backportme)
14618
14619 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14620
14621         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
14622         need to link to GUILE et al.
14623
14624 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14625
14626         * scm/define-music-properties.scm (all-music-properties): add
14627         quoted-context-type, quoted-context-id.
14628
14629         * scm/lily.scm (type-check-list): new function.
14630         
14631         * scm/lily-library.scm: new file. Generic library routines.
14632
14633         * lily/parser.yy (Generic_prefix_music): move typechecking out of
14634         parser.
14635
14636         * ly/music-functions-init.ly: add quoteDuring function.
14637
14638         * lily/include/music-iterator.hh (class Music_iterator): rename
14639         set_translator -> set_context
14640
14641         * lily/parser.yy (Generic_prefix_music_scm): add
14642         MUSIC_FUNCTION_SCM_SCM_MUSIC
14643
14644         * scm/lily.scm (sanitize-command-option): new function. (backportme)
14645
14646         * scm/framework-tex.scm (header): sanitize TeX paper size.
14647         (backportme)
14648
14649 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14650
14651         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
14652
14653         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
14654
14655         * scm/framework-tex.scm (font-load-command): Use T1 if no
14656         font-encoding set.  (backportme)
14657
14658         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
14659         exists before converting.  (backportme)
14660
14661         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
14662         exists before converting.  (backportme)
14663         (convert-to-ps): Remove .ps file if it exists before
14664         converting.  (backportme)
14665
14666         * lily/lexer.ll: Remove extra progress newline, use present tense.
14667
14668         * scm/paper.scm (paper-alist): public.
14669         * scm/framework-tex.scm (convert-to-ps):
14670         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
14671         command line.
14672
14673 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14674
14675         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
14676
14677         * lily/recording-group-engraver.cc (derived_mark): mark
14678         now_events_. (backportme)
14679
14680 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14681
14682         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
14683
14684         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
14685         invoking latex. (backportme.)
14686
14687         * lily/stem.cc (off_callback): center stems for all rest stems.
14688
14689 2004-11-05  Werner Lemberg  <wl@gnu.org>
14690
14691         * Documentation/user/lilypond.tely: Add more guidelines for writing
14692         lilypond texinfo documents.
14693
14694 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
14695
14696         * Documentation/index.html.in: remove <hr>.
14697
14698         * THANKS: change 2.3 to 2.4.
14699
14700 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
14701
14702         * scm/output-gnome.scm: More fontconfig comment.
14703
14704 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
14705
14706         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
14707         <package> directory in $(builddir)/share according with
14708         PACKAGE_NAME defined in the VERSION file.
14709
14710 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14711
14712         * lily/beam.cc (rest_collision_callback): use local beam
14713         multiplicity.
14714
14715         * input/regression/stem-stemlet.ly: new file.
14716
14717         * lily/stem.cc (add_head): store rests as well.
14718
14719         * scm/define-grob-properties.scm (all-user-grob-properties): add
14720         stemlet-length
14721
14722         * lily/stem.cc: store rests as well.
14723         
14724         * input/regression/new-slur.ly: mention forcing.
14725
14726 2004-11-04  Werner Lemberg  <wl@gnu.org>
14727
14728         * Documentation/user/*: A new round of layout fixes and document
14729         structure cleanup.
14730
14731 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
14732
14733         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
14734
14735 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
14736
14737         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
14738
14739 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
14740
14741         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
14742
14743         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
14744
14745         * lily/main.cc (main): Invoke identify.
14746
14747         * scm/lily.scm (postscript->pdf): Remove progress newline.
14748         Write progress to stderr.
14749
14750         * lily/paper-book.cc (output): Remove progress newline.
14751
14752         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
14753         gettext on user messages, and remove whitespace.
14754
14755         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
14756
14757         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
14758         argv[0] (Thomas Scharkowski).
14759
14760         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
14761         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
14762         for ec-fonts-mtraced.
14763
14764         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
14765         --srcdir build (Bertalan).
14766
14767         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
14768         headers and library too (Laura Conrad).
14769
14770         * Documentation/topdocs/INSTALL.texi (Top): Mention development
14771         package for guile too (Laura Conrad).
14772
14773         * lily/main.cc (usage): Typo.
14774
14775 2004-11-02  Werner Lemberg  <wl@gnu.org>
14776
14777         * Documentation/user/notation.ly: More fixes to improve appearance.
14778
14779         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
14780         better output for multicolumn tables.
14781
14782 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
14783
14784         * lily/main.cc (dir_info): Fixed typo in the printouts.
14785
14786 2004-11-01  Werner Lemberg  <wl@gnu.org>
14787
14788         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
14789         of output.
14790         Set `per_line' to 2; replace hard-coded value with it.
14791
14792         * Documentation/user/*: Many fixes to improve appearance of
14793         printed manual.
14794
14795 2004-11-01  Werner Lemberg  <wl@gnu.org>
14796
14797         * Documentation/user/changing-defaults.itely,
14798         Documentation/user/notation.ly,
14799         Documentation/user/programming-interface.itely: Use @/.
14800         Fix formatting of some lilypond snippets and tables.
14801
14802         * scripts/lilypond-book.py (compose_ly): Provide useful default
14803         for LINEWIDTH in `override'.
14804
14805 2004-10-31  Graham Percival  <gperlist@shaw.ca>
14806
14807         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
14808
14809 2004-10-31  Werner Lemberg  <wl@gnu.org>
14810
14811         Resetting @exampleindent to `5' gives ugly results with texinfo's
14812         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
14813         (if not quoting) to change @exampleindent only locally.
14814
14815         * scripts/lilypond-book.py (NOQUOTE): New variable.
14816         (output) [LATEX]: Remove AFTER and BEFORE.
14817         [TEXINFO]: Remove AFTER and BEFORE.
14818         Fix QUOTE and VERBATIM pattern.
14819         Add NOQUOTE pattern.
14820         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
14821         and BEFORE.
14822         [output_texinfo]: Use NOQUOTE.
14823
14824 2004-10-31  Graham Percival  <gperlist@shaw.ca>
14825
14826         * Documentation/user/changing-defaults.itely: clarify paper
14827         size commands with correct info.
14828
14829         * Documentation/user/lilypond-book.itely: add more docs for
14830         filename extensions.
14831
14832 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14833
14834         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
14835         (PATCH_LEVEL): start 2.5.0.
14836
14837 #Local variables:
14838 #coding: utf-8
14839 #End:
14840