]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
Small updates; thanks Kieren and Charles.
[lilypond.git] / ChangeLog
1 2006-07-12  Graham Percival  <gpermus@gmail.com>
2
3         * Documentation/user/SConscript, make/lilypond-vars.make,
4         input/GNUmakefile: doc build looks in input/manual instead
5         of input/test/
6
7         * input/manual/ GNUmakefile, SConscript: build files for
8         input/manual/
9
10         * input/test/ various: some files moved to input/manual/ 
11
12         * Documentation/user/basic-notation.itely: small updates;
13         thanks Kieren and Charles!
14
15 2006-07-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
16
17         * Documentation/topdocs/NEWS.tely (Top): update prop value 
18
19         * Documentation/user/basic-notation.itely (Tuplets): new property
20         value.
21
22 2006-07-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
23
24         * python/convertrules.py (conv): tweaks. 
25
26         * VERSION (PATCH_LEVEL): bump version.
27
28         * python/convertrules.py (conv): add rule for tupletNumberFormatFunction.
29
30         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
31         tupletNumberFormatFunction.
32
33         * scm/define-grobs.scm (all-grob-descriptions): calc TupletNumber
34         text through 'text callback.
35
36         * lily/time-scaled-music-iterator.cc (construct_children): copy
37         tweaks generated events.
38
39         * scm/define-context-properties.scm
40         (all-user-translation-properties): remove tupletNumberFormatFunction
41
42         * lily/tuplet-engraver.cc (process_music): don't read
43         tupletNumberFormatFunction
44
45         * scm/output-lib.scm (tuplet-number::calc-fraction-text): new
46         function.
47
48 2006-07-11  Erik Sandberg  <mandolaerik@gmail.com>
49
50         * lily/global-context-scheme.cc: Separated ly:run-translator into
51         smaller pieces.
52
53         * lily/score-engraver.cc, lily/score-performer.cc,
54         scm/define-context-properties.scm: Make paper/midi output
55         accessable as a context property.
56
57         * lily/score-translator.cc, lily/score-context.cc: Removed.
58
59 2006-07-07  Guido Amoruso  <guidonte@katamail.com>
60
61         * scm/ps-to-png.scm (Module): 
62         * scm/framework-tex.scm (Module): 
63         * scm/framework-ps.scm (Module): 
64         * scm/backend-library.scm (Module): 
65         * scm/framework-ps.scm: invoke gs with "-dDEVICEWIDTHPOINTS" and
66         "dDEVICEHEIGHTPOINTS".
67
68 2006-07-04  Graham Percival  <gpermus@gmail.com>
69
70         * Documentation/user/ various: general improvements to
71         "working with lilypond files" section.
72
73 2006-07-03  Erik Sandberg  <mandolaerik@gmail.com>
74
75         * lily/sequential-iterator.cc: Change the default get_music_list
76         to read elements-callback music property
77
78         * scm/define-music-types.scm, scm/music-functions.scm: Cleaner
79         processing of multimeasure rests. Softcoded
80         sequential-music-iterator.
81
82         * lily/sequential-music-iterator.cc: Removed.
83
84 2006-06-28  Graham Percival  <gpermus@gmail.com>
85
86         * Documentation/user/basic-notation.itely: clarify \repeatTie.
87
88 2006-06-27  Erik Sandberg  <mandolaerik@gmail.com>
89
90         * lily/parser.yy: Wrap non-post-events in EventChords before
91         assigning them to identifiers.
92
93 2006-06-27  Mats Bengtsson  <mabe@drongo.s3.kth.se>
94
95         * lily/bar-line.cc (compound_barline): Fix parenthesis error,
96         gives correct vertical placement of \bar ":" in all staff
97         sizes. Thanks Martial!
98
99 2006-06-26  Graham Percival  <gpermus@gmail.com>
100
101         * Documentation/user/invoking.itely : minor update from mailist.
102
103 2006-06-26  Erik Sandberg  <mandolaerik@gmail.com>
104
105         * lily/ various: Introduce stream events of types Prepare,
106         OneTimeStep, CreateContext, AnnounceNewContext, RemoveContext,
107         ChangeContext, SetProperty, RevertProperty, Override and Revert.
108
109         * lily/global-context*.cc: Time is now -inf before iteration
110         starts.
111
112         * lily/include/context.hh: Removed unique_, init_
113
114         * Documentation/topdocs/NEWS: Make the feathered beam example
115         avoid triggering a bug.
116
117 2006-06-24  Graham Percival  <gpermus@gmail.com>
118
119         * Documentation/user/ various: small additions from mailist.
120
121 2006-06-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
122
123         * ly/performer-init.ly: Add some missing links in the context
124         hierarchy for MIDI output. There are probably some more missing!
125
126 2006-06-21  Graham Percival  <gpermus@gmail.com>
127
128         * Documentation/user/ various: minor spelling fixes;
129         thanks Dave Luttinen!
130
131         * Documentation/user/ various: small clarifications;
132         thanks Anthony Youngman!
133
134 2006-06-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
135
136         * po/fr.po: add \n appropriately.
137
138         * lily/lexer.ll: remove ? from version-seen?  
139
140 2006-06-19  John Mandereau  <john.mandereau@free.fr>
141
142         * po/fr.po; update translation, by Jean-Charles Malahieude and
143         John Mandereau.
144
145 2006-06-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
146
147         * THANKS: add Markus Schneider.
148
149         * lily/tab-staff-symbol-engraver.cc: derive from Engraver, not
150         Staff_symbol_engraver
151
152         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): don't
153         replace staff_engraver
154
155         * lily/staff-symbol-engraver.cc (stop_spanner): announce end of
156         spanner.
157
158         * lily/staff-collecting-engraver.cc
159         (acknowledge_end_staff_symbol): new function
160
161         * lily/volta-engraver.cc (acknowledge_end_staff_symbol): new function. 
162
163         * lily/staff-collecting-engraver.cc
164         (acknowledge_end_staff_symbol): new function.
165
166         * lily/main.cc: switch on relocation by default.
167
168 2006-06-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
169
170         * lily/spacing-spanner.cc (musical_column_spacing): set
171         compound_fixed_note_space to 0.0. Document why.
172
173         * lily/simple-spacer.cc (is_sane): also have a kludge for numeric
174         range of inverse_hooke_
175         (Simple_spacer): init completely.
176         (fits): const
177         (get_line_configuration): don't use cols.resize(); it introduces
178         initialized data.
179
180         * scm/framework-ps.scm (dump-page): add setstrokeadjust. Backportme.
181
182         * ps/music-drawing-routines.ps: remove selectfont L1 hack.
183
184         * lily/beaming-pattern.cc (best_splitpoint_index): urg, 2nd
185         try. Divide by beatlength.
186
187         * input/regression/beaming-ternary-metrum.ly: update doc.
188         add beatLength hack.
189
190         * scm/music-functions.scm (make-time-signature-set): add
191         standard-beat-grouping. 
192
193 2006-06-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
194
195         * input/regression/tie-whole.ly: new file.
196
197         * lily/tie-formatting-problem.cc (set_column_chord_outline): don't
198         cross center of note head in case of invisible stem. 
199
200 2006-06-16  Graham Percival  <gpermus@gmail.com>
201
202         * Documentation/user/ various: small fixes from mailist.
203
204 2006-06-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
205
206         * lily/breathing-sign.cc (offset_callback): idem.
207
208         * lily/align-interface.cc (align_to_fixed_distance): remove
209         hungarian suffix.
210
211         * lily/beaming-pattern.cc (count_factor_twos): oops. We want
212         x%2==0.
213
214 2006-06-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
215
216         * VERSION (PACKAGE_NAME): release 2.9.9
217
218         * ly/lilypond-book-preamble.ly: add \version
219
220 2006-06-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
221
222         * scripts/lilypond-book.py (PREAMBLE_LY): include
223         lilypond-book-preamble.ly
224
225         * lily/stem.cc (get_beaming): return max of 0 and
226         scm_ilength. Fixes slurring from/to beams.
227
228         * ly/lilypond-book-preamble.ly: new file.
229
230         * lily/slur.cc: add inspect-index feature.
231
232 2006-06-13  Graham Percival  <gpermus@gmail.com>
233
234         * Documentation/user/tutorial.itely: trivial fix.
235
236 2006-06-13  Erik Sandberg  <mandolaerik@gmail.com>
237
238         * lily/parser.yy, scm/ly-syntax-constructors.scm: Produce almost
239         all non-event music in the parser via MAKE_SYNTAX.
240
241         * lily/parser-scheme.cc: Add ly:parser-error function
242
243         * scm/paper.scm: fix typo
244
245 2006-06-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
246
247         * THANKS: add RT.
248
249         * lily/font-config.cc (init_fontconfig): add warning if cache_file
250         is null.
251
252         * buildscripts/output-distance.py (test_compare_signatures):
253         timing routines.
254         (read_signature_file): use new signature format.
255
256         * scm/stencil.scm (write-system-signature): simpler signature
257         format.
258
259         * lily/stem.cc (calc_stem_end_position): calc quantized-positions
260         for beamed case. 
261
262         * lily/note-spacing.cc (stem_dir_correction): don't inspect
263         stem_end_position, but estimate instead. 
264
265         * lily/tuplet-bracket.cc (calc_positions): look at
266         stem-end-position for tuplet bracket slope. Fixes sloped tuplet
267         brackets narrower than beams. 
268
269         * lily/lexer.ll: set version-seen? even if version is
270         INVALID. 
271
272         * lily/rest.cc (y_offset_callback): bugfix: decide position
273         override based on scm_is_number(). Fixes \rest on center staff
274         line. 
275
276         * lily/beaming-pattern.cc (best_splitpoint_index): fix beaming
277         patterns for 16th triplets.
278
279 2006-06-10  Graham Percival  <gpermus@gmail.com>
280
281         * Documentation/user/ page.itely, global.itely: editing
282         and reorg.
283
284         * Documentation/user/ various: findex -> funindex.
285
286 2006-06-10  Erik Sandberg  <mandolaerik@gmail.com>
287
288         * lily/time-scaled-music-iterator.cc: Use tupletSpannerDuration to
289         insert extra tuplet events.
290
291 2006-06-10  Graham Percival  <gpermus@gmail.com>
292
293         * Documentation/user/programming-interfaces.itely: add
294         info from NEWS.
295
296         * python/convertrules.py: add annotatefoo -> annotate-foo
297         rules.
298
299         * Documentation/user/global.itely: start editing.
300
301         * Documentation/user/page.itely: major editing, new spacing
302         docs.
303
304 2006-06-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
305
306         * scm/define-markup-commands.scm (wordwrap-markups): use
307         output-def 'line-width if undefined.
308
309         * HACKING: trim outdated info.
310
311 2006-06-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
312
313         * scm/define-grobs.scm (all-grob-descriptions): Add
314         line-spanner-interface to all grobs that already have
315         text-spanner-interface or dynamic-text-spanner-interface
316
317         * scm/page.scm: Rename annotate{headers,systems,page}->
318         annotate-*
319
320         * input/regression/page-spacing.ly,
321         input/regression/page-layout-manual-position.ly: idem
322
323 2006-06-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
324
325         * lily/line-spanner.cc: cleanup property list.
326
327         * scripts/lilypond-book.py (find_toplevel_snippets): don't use
328         generator expressions (2.3 compat). 
329
330 2006-06-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
331
332         * lily/vertical-align-engraver.cc: Make sure that the
333         align{Above,Below}Context properties are included in the automatic
334         documentation.
335
336 2006-06-08  Joe Neeman  <joeneeman@gmail.com>
337
338         * scm/paper-system.scm (paper-system-annotate): also annotate the
339         estimated pure-Y-extent
340
341         * scm/define-grobs.scm: add pure-Y-extent and pure-Y-offset functions
342
343         * lily/system.cc (break_into_pieces): set the estimated height
344         of each child system
345
346         * lily/stem.cc (pure_height): new pure-Y-extent callback
347
348         * lily/staff-symbol-referencer.cc (callback): don't destroy
349         the staff-position property
350
351         * lily/hara-kiri-group-spanner.cc (request_suicide): split
352         consider_suicide into two functions
353
354         * lily/constrained-breaking.cc (resize): use the new pure
355         callbacks to estimate the height of a system
356
357         * lily/axis-group-interface.cc (pure_group_height): new
358         side-effect-free VerticalAxisGroup height-callback
359
360         * lily/align-interface.cc (get_extents_aligned_translates):
361         split align_elements_to_extents into two functions
362         (get_pure_child_y_translation): new function
363
364         * lily/grob.cc: new functions for pure-Y-extent and pure-Y-offset
365
366         * lily/item.cc: new functions pure_is_visible and spanned_rank_iv
367
368         * lily/paper-score.cc: cache break_indices and columns
369
370         * lily/side-position-interface.cc: new pure-Y-extent callbacks
371         
372 2006-06-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
373
374         * lily/font-config.cc (init_fontconfig): do the init if
375         cache_file, but don't look at cache_file.
376
377         * input/regression/quote-tie.ly: new file.
378
379         * lily/tie-engraver.cc (struct Head_event_tuple): add end_moment_
380         to Head_event_tuple, so we deal gracefully with ties on
381         cue-endings.
382
383         * lily/pango-font.cc (pango_item_string_stencil): type correctness
384         for FcChar8*
385
386 2006-06-08  Graham Percival  <gpermus@gmail.com>
387
388         * input/test/ smart-transpose.ly, reverse-music.ly:
389         \applyMusic to music functions update, thanks Michael!
390
391 2006-06-07  Graham Percival  <gpermus@gmail.com>
392
393         * input/test/ add-staccato.ly, add-text-script.ly,
394         unfold-all-repeats.ly, music-box.ly: \applyMusic to
395         music functions update, thanks to Michael Meixner.
396
397         * Documentation/user/music-glossary.tely: small fix
398         from Francisco.
399
400         * Documentation/user/ various: minor additions from mailist.
401
402         * Documentation/user/lilypond.tely, basic-notation.itely:
403         small test of @funindex.  (works here)
404
405         * input/test/font-table.ly: reduce size to partially
406         de-ugly version in manual.
407
408         * Documentation/user/page.itely: new file (split former
409         "global issues" into "page settings" and "non-musical
410         output".
411
412         * Documentation/user/ various: fix @ref{}s to match
413         new chapter names (above).
414
415 2006-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
416
417         * SConstruct (LILYPONDPREFIX): Bootstrap fix.
418
419 2006-06-06  Graham Percival  <gpermus@gmail.com>
420
421         * Documentation/user/advanced-notation.itely: add example
422         for segno/coda on barline.
423
424         * tex/texinfo.tex: merge from upstream.
425
426 2006-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
427
428         * scripts/lilypond-book.py (process_snippets): Argument fix.
429
430         * SConstruct:
431         * buildscripts/builder.py:
432         * lily/SConscript: 
433         * mf/SConscript: 
434         * Documentation/user/SConscript:  More SCons fixes.
435
436 2006-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
437
438         * lily/font-config.cc (init_fontconfig): Only initialize if
439         global cache_file is found.
440
441 2006-06-06  Erik Sandberg  <mandolaerik@gmail.com>
442
443         * ly/music-functions-init.ly: Updated \overrideProperty to use the
444         new \applyOutput.
445
446 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
447
448         * VERSION (PACKAGE_NAME): release 2.9.8
449
450         * lily/ledger-line-engraver.cc (stop_translation_timestep): new
451         function. Delay ledger modifying ledgered grobs to
452         stop_translation_timestep(), to ensure that we're ledgering
453         according to the new spanner.
454         (acknowledge_staff_symbol): don't check for non-NULL
455         staff_sym->get_bound()
456
457         * lily/staff-symbol-engraver.cc (start_spanner): set left bound on
458         creation.
459
460         * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for
461         pictures too.
462
463         * GNUmakefile.in (dist-toplevel-txt-files): dist aclocal.m4
464         directly from srcdir/stepmake/aclocal.m4
465         
466         * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for
467         disting MISC files.
468
469         * lily/simple-spacer.cc (get_column_desc): desc -> description.
470
471 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
472
473         * lily/simple-spacer.cc (get_line_configuration): add
474         keep-inside-line rods
475         (struct Column_desc): add constructor
476         (struct Rod_desc): add constructor
477         (get_line_forces): check for forced page breaks here too
478
479         * lily/instrument-name-engraver.cc (acknowledge_axis_group): prevent
480         support/elements cycles between InstrumentNames and AxisGroups
481
482 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
483
484         * config.make.in (METAFONT): remove MAKEINFO_VERSION
485
486         * stepmake/stepmake/topdocs-targets.make (make-txt-files): define
487         make-txt-files target.
488
489         * stepmake/stepmake/toplevel-targets.make (do-top-doc): use
490         make-txt-files target.
491
492         * configure.in (LINK_GXX_STATICALLY): $srcdir for readlink.py
493
494         * stepmake/stepmake/generic-vars.make (distdir): create dist in
495         top-build-dir.
496
497 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
498
499         * Documentation/user/instrument-notation.itely,
500         input/regression/breathing-sign-ancient.ly,
501         input/test/divisiones.ly: Removed redundant property settings for
502         vaticana contexts.
503
504         * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to
505         fix lyrics alignment problems.  They are implemented now as scheme
506         functions that add the appropriate unicode char to the first lyric
507         event rather than adding a separate lyric event.  Minor edit of
508         comments.
509
510 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
511
512         * GNUmakefile.in (dist-toplevel-txt-files): new target. Don't
513         pollute src dir with built .txt files, but install directly from
514         Documentation/topdocs/out/
515
516         * buildscripts/output-distance.py
517         (ComparisonData.create_html_result_page): put version/directories
518         in table header.
519
520         * Documentation/topdocs/NEWS.tely (Top): document spacing section
521         feature.
522
523         * configure.in (LINK_GXX_STATICALLY): use readlink.py to resolve links.
524         Patch by Karl Hammar
525         
526         * buildscripts/readlink.py: add  file.
527         Patch by Karl Hammar
528
529 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
530
531         * lily/tuplet-number.cc (print): prevent stencil from being
532         garbage collected.
533
534 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
535
536         * scm/stencil.scm (write-system-signature): explicitly 
537         -well, superfluously- close output port.
538
539         * buildscripts/output-distance.py (main): oops. Add extra argument.
540
541 2006-06-05  Graham Percival  <gpermus@gmail.com>
542
543         * Documentation/user/music-glossary.tely: clarified example
544         from Francisco Vila, thanks!
545
546 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
547
548         * input/regression/spacing-section.ly: new file.
549
550         * lily/input.cc (programming_error): new function.
551
552         * lily/spacing-engraver.cc (try_music): new function. Accept
553         spacing-section-event
554
555         * lily/spacing-spanner.cc (set_springs): take slices of all
556         columns for spacing.
557
558         * lily/include/paper-column.hh (class Paper_column): add
559         Paper_column::compare.
560
561         * ly/spanners-init.ly (newSpacingSection): add newSpacingSection.
562
563         * scm/define-music-types.scm (music-descriptions): add
564         SpacingSectionEvent
565
566         * lily/music-iterator.cc (report_event): use programming_error for
567         sending non-event error.
568
569         * lily/input.cc (programming_error): new function
570
571         * buildscripts/output-distance.py (main): use compare-XXX for
572         compare files.
573         (main): --threshold option, default at 0.30
574
575         * output-distance.py (main): add --threshold option.
576
577 2006-06-04  Nicolas Sceaux  <nicolas.sceaux@free.fr>
578
579         * scm/paper-system.scm (paper-system-annotate): fix problem when
580         annotating an empty system
581
582 2006-06-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
583
584         * GNUmakefile.in: reinstate old web tar/copying.
585
586 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
587
588         * lily/lyric-combine-music-iterator.cc (find_voice): return 0 if
589         nothing changes. (Erik S) 
590
591         * lily/percent-repeat-iterator.cc (get_music_list): fix repeat
592         count. (Erik S)
593
594 2006-05-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
595
596         * scm/define-markup-commands.scm (whiteout): do not force
597         foreground color of argument markup to black.
598
599         * scm/stencil.scm (annotate-y-interval): put arrow dimension at
600         the left of the arrow, instead of below the arrow name, so that,
601         when two little arrows are vertically stacked, their dimensions
602         and name should not overlap. Add a color key parameter.
603
604         * scm/paper-system.scm (paper-system-annotate): Annotate
605         next-space+next-padding instead of next-space. Annotate space
606         between next-padding and next-space+padding, respectively, and
607         following system extent and refpoint-Y-extent. Use colors.
608
609         * scm/page.scm (annotate-page): translate annotations slightly to
610         the right.
611
612 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
613
614         * lily/figured-bass-position-engraver.cc (acknowledge_end_slur):
615         fix for x-staff slurs. Thanks Joe!
616
617         * buildscripts/output-distance.py
618         (SystemLink.output_expression_change_count): keep track of changed
619         details, and dump in details html page.
620  
621         * input/regression/figured-bass-staff.ly: add note about setting
622         properties in Staff context.
623
624         * lily/figured-bass-position-engraver.cc (acknowledge_slur):
625         add slurs and ties to support too.
626
627         * buildscripts/output-distance.py (main): set dest_dir
628         argument. Add --max-count option.
629
630 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
631
632         * ly/gregorian-init.ly: Converted to utf-8.  Added memorable
633         shortcuts for special unicode chars that are useful in chant
634         notation.  Revised exisiting and added new comments.
635
636 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
637
638         * make/mutopia-rules.make: remove duplicate recipe.
639
640 2006-06-02  Werner Lemberg  <wl@gnu.org>
641
642         * tex/texinfo.cnf: Fix typo (\euro -> \minus).
643         Add support for U+0132 (IJ) and U+0133 (ij).
644
645 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
646
647         * buildscripts/output-distance.py (FileLink): new class. collect
648         info systems from one .ly file. 
649         (FileLink.link_files_for_html): further tweaks.
650
651 2006-06-02  Graham Percival  <gpermus@gmail.com>
652
653         * tex/texinfo.tex: partial fix for @funindex.
654
655         * Documentation/user/macros.tely: uncomment @funindex (doesn't
656         break anything).
657
658 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
659
660         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
661
662         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
663         @example too. Backportme.
664
665 2006-06-02  Graham Percival  <gpermus@gmail.com>
666
667         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
668         from Werner Lemberg.
669
670 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
671
672         * Documentation/user/music-glossary.tely: additional spanish
673         updates and a lyrics fix in an example.
674
675 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
676
677         * scm/define-grob-properties.scm: Previous patch contained
678         spurious line from another patch not yet committed.  Fixed.
679
680         * scm/define-grob-properties.scm: Add missing doc strings for
681         ancient notation.
682
683 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
684
685         * buildscripts/output-distance.py
686         (ComparisonData.write_text_result_page): separate the scores, sort
687         by geo_score.
688
689         * scm/framework-eps.scm (output-classic-framework): start at 1 for
690         system signatures.
691
692         * buildscripts/output-distance.py (me_path): use argv[0] for
693         sys.path extension
694         (ComparisonData.img_cell): use colored borders.
695
696         * scm/stencil.scm (write-system-signature): escape newlines too.
697         (write-system-signature): use (1,-1) interval for empty interval
698
699 2006-01-01  Graham Percival  <gpermus@gmail.com>
700
701         * Documentation/user/music-glossary.tely: Spanish updates
702         from Francisco Vila.
703
704         * Documentation/user/lilypond-book.itely: addition from
705         Vaclav Smilauer.
706
707         * Documentation/user/ various: edits, small additions
708         from mailist, etc.
709
710 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
711
712         * GNUmakefile.in (tree-lib-prefix-current):
713         (tree-share-prefix-current): Use version number in tree, add
714         `current' symlinks.
715
716 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
717
718         * GNUmakefile.in: write VERSION, again.
719
720         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
721         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
722
723         * stepmake/aclocal.m4: robuster version detection.
724
725         * buildscripts/output-distance.py
726         (ComparisonData.create_html_result_page): copy only if file
727         exists, fixup src paths.
728
729         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
730
731 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
732
733         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
734         Another datarootdir reto.
735
736         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
737         available.  This should be moved to postinstall-lilypond-doc.
738
739 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
740
741         * GNUmakefile.in: simplify local-WWW-post. 
742         remove -type l from find.
743
744         * buildscripts/output-distance.py (ComparisonData.compare_trees):
745         fixes. Don't follow symlinks.
746         (ComparisonData.create_html_result_page): remove previous results.
747         insert ../python in path.
748
749         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
750
751 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
752
753         * config.make.in (datadir): Add datarootdir to silence autoconf.
754
755         * stepmake/aclocal.m4: Update for autoconf-2.59d.
756
757 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
758
759         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
760
761         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
762         slash beams too wide.
763
764 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
765
766         * VERSION: release 2.9.7
767         
768 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
769
770         * lily/relocate.cc (read_relocation_dir): Do not blindly
771         dereference DIR.
772
773 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
774
775         * lily/parser.yy: replace THIS by PARSER
776
777         * Documentation/index.html.in: add link to test-results.html page.
778
779         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
780
781         * scm/translation-functions.scm (format-bass-figure): translate
782         digits over 10 to the left
783
784         * scm/define-markup-commands.scm (translate-scaled): new markup.
785
786         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
787         7 glyph. 
788
789         * ly/engraver-init.ly: add Figured_bass_engraver
790
791         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
792
793         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
794
795         * lily/score-engraver.cc (announce_grob): only note START announces.
796
797         * lily/include/engraver-group.hh (Translator_group):
798         acknowledge_hash_table_ is now drul.
799
800         * lily/engraver.cc (announce_end_grob): new method.
801
802         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
803
804         * lily/translator-dispatch-list.cc (create): take start_end argument.
805
806         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
807         acknowledge_static_array_ to drul
808
809         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
810
811         * scm/define-grob-interfaces.scm
812         (bass-figure-alignment-interface): add bass-figure-alignment-interface
813
814         * scm/define-grobs.scm (all-grob-descriptions): add
815         BassFigureAlignmentPositioning
816
817         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
818         number stays up to date. Backportme.
819
820 2006-05-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
821
822         * Documentation/user/basic-notation.itely (Bar lines): Document
823         the "||:" bar type. 
824
825 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
826
827         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
828
829         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
830         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
831         build.
832
833         * Resurrect `scons lily' build.
834
835         * SConstruct (symlink_tree): Bugfix: link
836         music-drawing-routines.ps to file iso directory.
837
838         * lily/SConscript: Remove kpath-guile from LIBS.
839
840         * SConstruct (libdir_package_version): Typo.
841         (configure): Comment-out fontforge for lack of fontforge.pc .
842         Also add libdir* to environment.
843
844 2006-05-30  Graham Percival  <gpermus@gmail.com>
845
846         * Documentation/user/ various: minor additions from mailist and
847         editing.
848
849 2006-05-30  Paco <fravd@ya.com>
850
851         * Documentation/user/music-glossary.tely: numerous corrections and
852         some new translations.
853
854 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
855
856         * BackportmeStart.
857         
858         * buildscripts/output-distance.py
859         (ComparisonData.create_html_result_page): new routine: summarise
860         results in HTML page with images. 
861         (ComparisonData.create_text_result_page): create summary text files too.
862
863         * GNUmakefile.in (web-ext): package .signature files too. They
864         compress well. 
865
866         * scm/stencil.scm (write-system-signature): typo.
867
868         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
869
870         * scm/stencil.scm (write-system-signature): better escaping.
871         only write signature for music systems, not for markup systems.
872
873         * scm/framework-ps.scm (output-framework): dump-signatures support
874         for plain output.
875
876         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
877
878         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
879         for -dno-point-and-click
880
881         * lily/grob.cc (get_print_stencil): don't read
882         point_and_click_global to determine whether to set grob-cause.
883
884 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
885
886         * buildscripts/output-distance.py (main): new function.
887         (ComparisonData): new class.
888
889         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
890         careful with generating new LedgerLineSpanners.
891
892         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
893
894         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
895         context. This fixes double ledger lines in output. 
896
897         * lily/system.cc (get_paper_system): remove 3 layer limit.
898
899         * buildscripts/output-distance.py (SystemLink.distance): new
900         file. Compare signatures.
901
902         * python/safeeval.py (SafeEval.visitUnarySub): new file.
903
904         * lily/grob-array.cc (remove_duplicates): rename from
905         uniq(). Sort before calling uniq() so it actually works.
906
907 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
908
909         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
910         \version from lilypond file snippet.
911         (Lilypond_file_snippet.ly): oops. typo.
912         (find_toplevel_snippets): urgh. again.
913
914         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
915         prevent duplicated broken items in output.
916
917         * scm/framework-eps.scm (output-classic-framework): only dump if
918         dump-signatures is set.
919
920         * scm/lily.scm (define-scheme-options): add dump-signatures option.
921
922         * scm/stencil.scm (write-system-signature): new routine: write
923         python parseable signature of a separate paper system.
924         BackportmeEnd.
925         
926 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
927
928         * lily/stanza-number-engraver.cc (process_music): use is_markup()
929         iso is_string().
930         include header.
931
932 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
933
934         * translator-group.cc: send music events to engravers in
935         non-bottom contexts.
936
937         * tuplet-engraver.cc: process tuplet brackets in correct order.
938
939 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
940
941         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
942         arg 2 might point us to a new binary (patch by Karl Hammar)
943         
944 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
945
946         * VERSION (PACKAGE_NAME): release 2.9.6
947
948         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
949
950         * Documentation/user/*.itely: 2nd
951         attempt: replace funindex -> findex globally.
952
953 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
954
955         * input/no-notation/display-lily-tests.ly: fix \applyOutput
956         test. Add \break, \pageBreak, \pageTurn, etc, tests.
957
958         * scm/define-music-display-methods.scm: display methods for
959         breaks. Fix \applyOutput.
960
961 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
962
963         * Documentation/user/macros.itexi: comment out funindex expansion. 
964
965         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
966         everywhere.
967
968         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
969         Karl Hammar. Backportme.
970  
971         * Documentation/user/advanced-notation.itely (Balloon help): idem.
972
973         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
974
975         * Documentation/user/programming-interface.itely (Running a
976         function on all layout objects): idem.
977
978         * Documentation/user/introduction.itely (Automated engraving):
979         update \applyOutput syntax
980
981         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
982         remove debugging hook.
983
984         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
985         expansion. 
986
987         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
988
989         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
990         TEXI2DVI_FLAGS to texi2dvi invocation. 
991
992 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
993
994         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
995         works. More work is done by iterator now, and engraver has been
996         very much simplified.
997
998         * lily/translator-group.cc: try_music is now invoked through a
999         listener
1000
1001         * lily/*-iterator.cc: Massive cleanups. Junked
1002         try_music_in_children globally. Renamed try_music to report_event,
1003         and made that method descend to a bottom context automatically.
1004
1005         * lily/event-iterator.cc: New file.
1006
1007         * lily/output-property-iterator.cc,
1008         lily/old-lyric-combine-music-iterator.cc: Removed.
1009
1010         * python/convert-rules.py: Modified the syntax for \applyOutput.
1011
1012 2006-05-23  Graham Percival  <gpermus@gmail.com>
1013
1014         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
1015         creation.
1016
1017         * Documentation/user/ various: stuff that might have helped
1018         to fix the pdf creation, plus some minor doc additions.
1019
1020         * Documentation/user/changing-defaults.itely: remove @b from
1021         @b{ @internasref{foo}}; this breaks texi2dvi -E.
1022
1023 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1024
1025         * lily/beaming-pattern.cc (beamify): deal with negative start
1026         moments for beaming patterns.
1027
1028 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
1029
1030         * lily/beaming-info.cc (beamify): new function: read beatLength
1031         and beatGrouping from context. 
1032
1033         * input/regression/beam-beat-grouping.ly (Module): new file.
1034
1035         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
1036
1037         * lily/beam.cc (get_beam_segments): generate events for
1038         max_connect_ case too.
1039         (get_beam_segments): read Stem::max-beam-connect.
1040
1041         * input/regression/beam-single-stem.ly: new file.
1042
1043         * lily/stem.cc (set_beaming): use #f as signaling value for
1044         beamcount 0.
1045
1046         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
1047
1048         * lily/beam.cc (set_beaming): read clip-edges property.
1049         (calc_direction): don't suicide for single stem.
1050
1051         * lily/beaming-info.cc (best_splitpoint_index): take bool*
1052         argument, remove 1<<15 hack. Remove clip_edges() 
1053
1054         * lily/hairpin.cc (print): only do padding for nonmusical bounds
1055
1056 2006-05-21  Graham Percival  <gpermus@gmail.com>
1057
1058         * Documentation/user/basic-notation.itely: reorg.
1059
1060         * Documentation/user/ various: minor fixes.
1061
1062 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1063
1064         * lily/stencil-expression.cc (register_stencil_head): opps, append
1065         to cdr of static SCM object.
1066
1067 2006-05-19  Graham Percival  <gpermus@gmail.com>
1068
1069         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
1070         update framework for command index.  DOC WRITERS: use @funindex
1071         instead of @cindex @code{}.
1072
1073         * Documentation/user/ various: replace @cindex @code{} => @funindex
1074
1075 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1076
1077         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
1078         case positions is set manually. 
1079
1080 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
1081         
1082         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
1083         rules to Scheme.
1084
1085 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
1086
1087         * Documentation/user/changing-defaults.itely (Contexts explained):
1088         use absolute dimension for @image.
1089
1090         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
1091         out image for illustration too.
1092         ($(outdir)/%.png): add more png <-> eps rules. 
1093
1094 2006-05-17  Graham Percival  <gpermus@gmail.com>
1095
1096         * Documentation/user/ various: remove trailing whitespace, cosmetic
1097         change to reduce changes produced by diff.
1098
1099 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1100
1101         * lily/main.cc (do_chroot_jail): correctness tweak.
1102
1103         * python/lilylib.py (system): import subprocess in system () only.
1104
1105         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
1106
1107         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
1108         variable. Backportme.
1109
1110 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
1111         
1112         * lily/parser.yy: Change all syntax rules of type Music to SCM type
1113
1114 2006-05-17  Werner Lemberg  <wl@gnu.org>
1115
1116         * lily/lexer.ll (init_signature_has_table): Add
1117         `scm-scm-music-music'.
1118
1119         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
1120         (Generic_prefix_music_scm): Add rule for it.
1121
1122         * lily/quote-iterator.cc (Quote_iterator::process): Handle
1123         `quoted-transposition' property.
1124
1125         * ly/music-functions-init.ly (transposedCueDuring): New function.
1126
1127         * scm/define-music-properties.scm (all-music-properties): Updated.
1128
1129         * Documenation/topdocs/NEWS.itely: Document it.
1130
1131 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1132
1133         * python/lilylib.py (system): move import subprocess to system()
1134         definition. 
1135
1136         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
1137
1138         * VERSION (PATCH_LEVEL): release 2.9.5
1139         
1140         * Documentation/topdocs/INSTALL.texi (Top): update versions and
1141         build instructions. 
1142
1143         * ly/engraver-init.ly: switch on hairpinToBarline by default.
1144
1145 2006-05-16  Graham Percival  <gpermus@gmail.com>
1146
1147         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
1148
1149         * Documentation/user/ various: minor fixes.
1150
1151 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1152
1153         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
1154
1155 2006-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1156
1157         * Documentation/user/advanced-notation.itely (Instrument names):
1158         Modified obsolete instruction on how to move instrument names away
1159         from the staves. Hmm, at second thought the bug probably has been
1160         solved, so the full bug description should probably be removed.
1161
1162 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1163
1164         * lily/dynamic-engraver.cc (typeset_all): hang ending on
1165         currentCommandColumn. 
1166
1167         * lily/hairpin.cc (print): also add padding for non-neighbor
1168         hairpin bounds.
1169
1170         * scm/define-context-properties.scm
1171         (all-user-translation-properties): add hairpinToBarline
1172
1173         * input/regression/hairpin-to-barline.ly: new file.
1174
1175         * lily/context.cc (internal_send_stream_event): thinko fix.
1176
1177         * lily/tie.cc (set_default_control_points): robustness fix.
1178
1179         * python/musicxml.py (Part.interpret): don't complain about
1180         incomplete measures.
1181
1182         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
1183         new music if last_event_chord() returned None.
1184
1185         * python/musicxml.py (Part.interpret): skip back over chord notes.
1186
1187 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
1188         
1189         * lily/percent-repeat-engraver.cc, lily/parser.yy,
1190         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
1191         lily/slash-repeat-engraver.cc,
1192         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
1193         iterator sends PercentEvents
1194
1195         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
1196         rework tuplets: send start/stop events to engraver
1197
1198         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
1199         dispatchers event-source and events-below to Context
1200         
1201 2006-05-15  Graham Percival  <gpermus@gmail.com>
1202
1203         * Documentation/user/README.txt: update info for doc writers.
1204
1205         * Documentation/user/programming-interface.itely: integrate
1206         Nicolas' fixes for chapter rewrite.
1207
1208         * Documentation/user/ various: minor fixes.
1209
1210 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
1211
1212         * lily/clef-engraver.cc: cleanup.
1213
1214         * Documentation/user/GNUmakefile: dist context-example.eps too.
1215
1216         * lily/key-engraver.cc (create_key): use
1217         explicitKeySignatureVisibility for cancellation too. 
1218
1219         * lily/font-config.cc (init_fontconfig): don't close file if
1220         f==NULL. 
1221
1222 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
1223
1224         * Documentation/topdocs/NEWS.tely: niente and rotation news
1225
1226 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
1227
1228         * lily/include/stencil.hh
1229         * lily/stencil.cc (rotate): new function. Makes it possible
1230         to rotate a stencil around a given offset.
1231
1232         * lily/grob.cc (get_print_stencil): add rotation support
1233
1234         * lily/stencil-interpret.cc (interpret_stencil_expression):
1235         add rotation support
1236
1237         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
1238
1239         * scm/define-grob-properties.scm: add 'rotation property
1240
1241         * scm/define-markup-commands.scm: add rotate markup command
1242         
1243         * scm/output-ps.scm: add rotation support in PostScript backend
1244
1245         * scm/output-svg.scm: add rotation support in SVG backend
1246
1247 2006-05-13  Graham Percival  <gpermus@gmail.com>
1248
1249         * Documentation/user/music-glossary.itely: French correction.
1250
1251         * Documentation/user/programming-interface.itely: major
1252         new docs, some reorg, some info from Nicolas.
1253
1254         * Documentation/user/ various: small fixes.
1255
1256 2006-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1257
1258         * Documentation/user/programming-interface.itely (Markup
1259         programmer interface): Remove duplicate text.
1260
1261 2006-05-12  Graham Percival  <gpermus@gmail.com>
1262
1263         * Documentation/user/context-example.eps: new file.
1264
1265         * Documentation/user/changing-defaults.itely: set up file to
1266         use eps image.
1267
1268         * Documentation/user/programming-interface.itely: changes
1269         from mailist.
1270
1271 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
1272
1273         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
1274
1275 2006-05-11  Graham Percival  <gpermus@gmail.com>
1276
1277         * Documentation/user/programming-interface.itely: first round of
1278         editing and merging emails from Nicolas.
1279
1280         * Documentation/user/scheme-tutorial: minor edit.
1281
1282 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
1283
1284         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
1285         XML attributes.
1286         (Xml_node.message): use it.
1287
1288         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
1289         oops. Add duration argument.
1290
1291 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
1292
1293         * lily/paper-column-engraver.cc (make_columns):
1294         * scm/define-grobs.scm: Revert my previous change and set the default
1295         in define-grobs.scm instead.
1296
1297 2006-05-09  Graham Percival  <gpermus@gmail.com>
1298         
1299         * Documentation/user/changing-defaults.itely: general editing,
1300         info about \set and \override.
1301
1302         * Documentation/user/tweaking.itely, advanced-notation.itely:
1303         fixes from Dave Luttinen, thanks!
1304
1305 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
1306
1307         * lily/paper-column-engraver.cc (make_columns): By default, a column
1308         needs to be breakable.
1309
1310 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
1311
1312         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
1313         Attributes methods
1314         (musicxml_time_to_lily): idem
1315         (musicxml_key_to_lily): idem
1316         (instrument_drumtype_dict): dict for supported drumtypes.
1317         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
1318         moments and pending mm rests
1319         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
1320         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
1321         (musicxml_voice_to_lily_voice): add mode change.
1322         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
1323         speed and less memory usage (factor 5 to 10).
1324         (convert): write -defs.ly  and driver file separately so people
1325         can script their own part extraction.
1326
1327         * python/musicxml.py (minidom_demarshal_node): new function:
1328         separate minidom handling.
1329         (lxml_demarshal_node): new function: support lxml.etree too.
1330         (Xml_node.message): new function: verbose error message, with XML
1331         path to offending node.
1332         (Attributes.get_measure_length): sane interface to MusicXML attributes.
1333         (Part_list.generate_id_instrument_dict): new method: collect
1334         instrument names, to be able to set drum_type.
1335         (Part.interpret): handle underfull measures
1336         (Part.interpret): assign instrument names.
1337
1338         * python/musicexp.py (Output_printer.close): new method
1339         (MusicWrapper.print_ly): new class: support other modes,
1340         eg. \drummode
1341         (BarCheck.print_ly): new class. Support bar checks, with comments
1342         and fancy barchecks. 
1343         (NoteEvent.__init__): also set drum_type for drum notes.
1344         (MultiMeasureRest.lisp_expression): dump mm rests.
1345
1346         * lily/paper-column-engraver.cc (stop_translation_timestep): set
1347         line-break-permission if forbidBreak is not set.
1348
1349 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
1350
1351         * scm/define-context-properties.scm:
1352         * scm/define-grob-properties.scm:
1353         * scm/define-grobs.scm:
1354         * scm/define-music-display-methods.scm:
1355         * scm/define-music-properties.scm:
1356         * scm/define-music-types.scm:
1357         * scm/music-functions.scm:
1358         * ly/declarations-init.ly:
1359         * lily/include/constrained-breaking.hh:
1360         * lily/system.cc:
1361         * lily/spaceable-grob.cc:
1362         * lily/simple-spacer.cc:
1363         * lily/paper-score.cc:
1364         * lily/paper-column.cc:
1365         * lily/paper-column-engraver.cc:
1366         * lily/item.cc:
1367         * lily/gourlay-breaking.cc:
1368         * lily/constrained-breaking.cc:
1369         * python/convertrules.py:
1370         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
1371         "page-break-penalty" and "line-break-permission".
1372         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
1373         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
1374
1375         * lily/bar-engraver.cc:
1376         * lily/beam-engraver.cc:
1377         * lily/forbid-break-engraver.cc:
1378         * lily/ligature-engraver.cc:
1379         * lily/paper-column-engraver.cc:
1380         * lily/percent-repeat-engraver.cc:
1381         * lily/score-engraver.cc:
1382         * lily/score-engraver.hh:
1383         * lily/paper-column-engraver.hh:
1384         Inter-engraver communication regarding line breaks is done through context
1385         properties (Score.forbidBreak) instead of function calls.
1386
1387 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
1388
1389         * VERSION (PACKAGE_NAME): release 2.9.4
1390
1391 2006-05-08  Graham Percival  <gpermus@gmail.com>
1392
1393         * Documentation/user/working.itely: proofreading from Dave
1394         Luttinen, thanks.
1395
1396         * Doucmentation/user/README.txt: updated with manual style info.
1397
1398         * Documentation/user/ various: trim linewidth to 78 chars.
1399
1400 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
1401
1402         * scm/define-grob-properties.scm (all-internal-grob-properties):
1403         remove chord-tremolo property.
1404
1405         * lily/beam.cc (get_beam_segments): don't use stem position as
1406         base for broken ends.
1407
1408 2006-05-06  Graham Percival  <gpermus@gmail.com>
1409
1410         * Documentation/user/putting.itely: proofreading from Dave
1411         Luttinen, thanks!
1412
1413         * Documentation/user/ various: more reorg and clarifications.
1414
1415 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1416
1417         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
1418
1419         * ly/music-functions-init.ly: new function featherDurations
1420
1421         * lily/beam.cc: read grow-direction for feathered beaming.
1422
1423         * Documentation/topdocs/NEWS.tely (Top): typo.
1424
1425 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1426
1427         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
1428         tremolo beams.
1429
1430 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
1431         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
1432         used by music streams.
1433
1434         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
1435         lily/stream-event.cc, lily/stream-event-scheme.cc,
1436         lily/listener.cc, lily/scheme-listener.cc,
1437         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
1438         lily/include/stream-event.hh, lily/include/listener.hh,
1439         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
1440         Created data structures for music streams.
1441         
1442 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1443
1444         * lily/beam.cc (get_beam_segments): new function. Reorganise the
1445         construction of a beam. 
1446         (print): rewrite. 
1447
1448         * flower/include/std-vector.hh (default_compare): use only one comparison.
1449
1450         * scm/define-markup-commands.scm (note-by-number): remove debug display.
1451         (note-by-number): further attachment fixes.
1452
1453         * scm/lily-library.scm (ordered-cons): new function.
1454         (interval-index): new function
1455
1456         * lily/note-head-scheme.cc (LY_DEFINE): new file.
1457
1458         * lily/note-head.cc (get_stem_attachment): new function.
1459
1460         * scm/define-markup-commands.scm (note-by-number): read 'style
1461         property. 
1462
1463         * input/regression/markup-note.ly: show note-head style option.
1464
1465         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
1466         triangle head.
1467
1468 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1469
1470         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
1471
1472         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
1473
1474         * lily/include/constrained-breaking.hh: GCC 4 fix.
1475
1476 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
1477
1478         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
1479         Replace it with functions get_line_forces and get_line_configuration.
1480         (class Simple_spacer): Make data private.
1481         Rewrite compression algorithm to be faster and simpler.
1482
1483         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
1484         * lily/gourlay-breaking.cc (solve):
1485         * lily/constrained_breaking.cc (space_line):
1486         Change it to the new simple-spacer code.
1487
1488         * lily/paper-score.cc (get_paper_systems):
1489         (Paper_score):
1490         (process):
1491         Delay breaking the systems until they are requested.
1492         (find_break_indices):
1493         Use vsize for indices.
1494         (calc_breaking):
1495         Move the "Calculating line breaks" message here.
1496
1497         * lily/system.cc (pre_processing):
1498         Move the "Calculating line breaks" message away from here.
1499         (break_into_pieces):
1500         Allow multiple calls to this function in sequence (with touching-but-
1501         not-overlapping breakpoints).
1502
1503         * lily/constrained-breaking.cc:
1504         Replace most of the get_XXXX functions with get_line_details.
1505         Only calculate the force for each line. Calculate configurations only
1506         for the lines we will actually use.
1507         Replace cols_ with lines_.
1508
1509 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1510
1511         * mf/GNUmakefile (depth): remove FC_FIND.
1512
1513         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
1514
1515         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
1516
1517         * scm/framework-ps.scm (write-preamble): new function.
1518         (write-preamble): load mac fonts via fondu, even if gs-font-load
1519         is set.
1520
1521 2006-05-03  Werner Lemberg  <wl@gnu.org>
1522
1523         * mf/GNUmakefile (FC_FIND): Fix typo.
1524
1525 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
1526
1527         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
1528
1529 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1530
1531         * stepmake/aclocal.m4: run python-config for crosscompiling
1532         flags. 
1533
1534         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
1535         -f png for HTML, TEXINFO formats. 
1536
1537         * input/tutorial/lbook-html-test.html: new file.
1538
1539         * lily/include/tie-formatting-problem.hh (class
1540         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
1541         [column, direction]. This fixes laissez vibrer ties.
1542  
1543         * flower/include/tuple.hh (struct Tuple2): new file.
1544
1545         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
1546         $(FCMATCH), only if $(NCSB_DIR) not set. 
1547
1548         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
1549
1550         * config.make.in (DOCUMENTATION): set FCMATCH.  
1551
1552         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
1553
1554 2006-05-03  Graham Percival  <gpermus@gmail.com>
1555
1556         * Documentation/user/ various: final round of reorg.
1557
1558         * Documentation/user/instrument-notation.itely: some more
1559         fixes from Eduardo, thanks!
1560
1561 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1562
1563         * VERSION (PACKAGE_NAME): release 2.9.3
1564
1565         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
1566
1567         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
1568
1569 2006-05-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1570
1571         * scm/define-grob-properties.scm (all-user-grob-properties):
1572         Correct typo, thanks to Eduardo.
1573
1574 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1575
1576         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
1577
1578         * buildscripts/lilypond-words.py (F): indent fix.
1579
1580         * input/regression/tie-arpeggio-collision.ly: new file.
1581
1582         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
1583         function: store outlines per column rank.
1584
1585         * lily/include/tie-configuration.hh (class Tie_configuration): add
1586         column_ranks_ to specification and configuration, to distinguish
1587         between ties for different heads in arpegiated chords.
1588
1589         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
1590
1591         * *.py: more 4 space indents.
1592
1593         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
1594
1595 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
1596
1597         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
1598
1599 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1600
1601         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
1602
1603         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
1604
1605         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
1606
1607 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1608
1609         * python/convertrules.py (conv): indent 4 for python files.
1610
1611 2006-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1612
1613         * Documentation/user/changing-defaults.itely (Creating contexts):
1614         Clarify \new semantics.
1615
1616 2006-04-28  Graham Percival  <gpermus@gmail.com>
1617
1618         * Documentation/user/ various: major new sections in the
1619         Learning manual, slight reorg elsewhere.
1620
1621 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
1622
1623         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
1624
1625         * scm/framework-ps.scm (output-framework): remove PageMedia
1626
1627 2006-04-27  Graham Percival  <gpermus@gmail.com>
1628
1629         * Documentation/user/ tweaks.itely, working.itely: new
1630         files, being more advanced "learning manual" chapters.
1631
1632         * Documentation/user/ tutorial, putting, lilypond: reorg.
1633
1634 2006-04-26  Graham Percival  <gpermus@gmail.com>
1635
1636         * input/regression/lyric-combine-polyphonic.ly: fixed test
1637         (no more "can't find context `one'" error).
1638
1639 2006-04-25  Joe Neeman <joeneeman@gmail.com>
1640
1641         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
1642
1643         * input/regression/stem-tremolo.ly: add 2 more whole note examples
1644         
1645 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1646
1647         * lily/relocate.cc (read_relocation_dir): new function.
1648
1649 2006-04-26  Graham Percival  <gpermus@gmail.com>
1650
1651         * Documentation/user/instrument-notation.itely: a few more fixes
1652         from Eduardo, thanks!
1653
1654         * Documentation/user/README.txt: new file; contains info on
1655         style that used to be in lilypond.tely.
1656
1657         * Documentation/user/ various: first round of doc reorg.
1658
1659         * Documentation/user/baer-flat-bw.png: remove alpha bit from
1660         graphic; this probably causes problems on some pdf
1661         viewers, notably Adobe Acrobat.
1662
1663 2006-04-24  Graham Percival  <gpermus@gmail.com>
1664
1665         * Documentation/user/instrument-notation.itely: many alterations
1666         to Vocal music, from Eduardo Viera.
1667
1668 2006-04-23  Graham Percival  <gpermus@gmail.com>
1669
1670         * Documentation/user/instrument-notation.itely: fix \new
1671         instead of \context problem.
1672
1673 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1674
1675         * lily/relocate.cc (expand_environment_variables): new function.
1676         (read_line): id.
1677         (read_relocation_file): id.
1678
1679         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
1680
1681 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
1682
1683         * ly/engraver-init.ly: remove old comments from TabVoice
1684
1685 2006-04-20  Graham Percival  <gpermus@gmail.com>
1686
1687         * Documentation/user/instrument-notation.itely: added Erlend's
1688         latest doc patch, thanks!
1689
1690 2006-04-19  Erlend Aasland <erlenda@gmail.com>
1691
1692         * lily/include/slur.hh:
1693         * lily/slur.cc:
1694         * lily/phrasing-slur-engraver.cc:
1695         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
1696         acknowledge_extra_object () from Phrasing_slur_engraver:: and
1697         Slur_engraver:: and putting it in
1698         Slur::auxiliary_acknowledge_extra_object ().
1699
1700         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
1701
1702         * lily/note-collision.cc: fix a comment
1703
1704 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1705
1706         * stepmake/bin/add-html-footer.py: fix footer position in
1707         generated html files: before </body> and </html> tags.
1708
1709 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1710
1711         * scripts/GNUmakefile: revert last "fix", which rather broke make.
1712         Earlier successive `make' commands finally compiled ok.
1713
1714         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
1715
1716 2006-04-18  Erlend Aasland <erlenda@gmail.com>
1717
1718         * lily/include/stem-tremolo.hh:
1719         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
1720         callers.
1721
1722         * lily/lookup.cc:
1723         * lily/include/lookup.hh: add rotated_box ()
1724
1725 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1726
1727         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
1728         been generated. Fixes "can't get `--help'" bug after make clean.
1729
1730         * THANKS: alphabetize contributors.
1731
1732 2006-04-17  Graham Percival  <gpermus@gmail.com>
1733
1734         * Documentation/user/instrument-notation.itely: added Erlend's
1735         tabs and banjo doc patch.  Thanks!
1736
1737 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
1738
1739         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
1740
1741         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
1742
1743         * scm/output-lib.scm: add some more predefined string tunings.
1744
1745         * Documentation/user/instrument-notation.itely: and doc them.
1746
1747 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
1748
1749         * ly/engraver.ly: Remove obsolete comments.
1750
1751         * ly/gregorian-init.ly: Define default layout block.
1752
1753         * input/puer-fragment.ly: Updated and extended.
1754
1755 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1756
1757         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
1758         pdf conversion behaviour.
1759
1760         * flower/file-name.cc (dir_name)
1761         (get_working_directory): Move from relocate.cc.
1762
1763         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
1764         
1765         * lily/relocate.cc: Encapsulate sys/stat.h in
1766         HAVE_STAT_H.
1767
1768 2006-04-14  Graham Percival  <gpermus@gmail.com>
1769
1770         * Documentation/user/ various: small updates from Cameron
1771         and Juergen, thanks!
1772
1773         * Documentation/user/ various: small updates of my own.
1774
1775         * THANKS: 2.7 -> 2.8.
1776
1777 2006-04-11  Graham Percival  <gpermus@gmail.com>
1778
1779         * scm/define-context-properties.scm: typo.
1780
1781         * Documentation/user/ : many more small updates.
1782
1783 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
1784
1785         * scm/define-music-types.scm: disposed "docme".
1786
1787 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
1788
1789         * lily/hairpin.cc: make niente circles a bit smaller.
1790
1791 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
1792
1793         * mf/GNUmakefile: remove redundant mftrace check. Also remove
1794         get-pfa and get-*-fonts targets.
1795
1796 2006-04-10  Graham Percival  <gpermus@gmail.com>
1797
1798         * THANKS, Documentation/user/ basic-notation, advanced-notation,
1799         music-glossary, programming-interface: more minor fixes
1800         from mailist.
1801
1802         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
1803
1804         * scm/define-context-properties.scm: another old \property update.
1805         This time tested for compiling!
1806
1807 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
1808
1809         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
1810
1811 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1812
1813         * scm/define-context-properties.scm (all-user-translation-properties): 
1814         * Documentation/user/global.itely (Page formatting): Compile fix.
1815
1816 2006-04-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1817
1818         * Documentation/user/advanced-notation.itely (Polymetric
1819         notation): Update the example to use the "+" symbol and add link
1820         to input/test/compound-time.ly.
1821
1822 2006-04-08  Graham Percival  <gpermus@gmail.com>
1823
1824         * scm/define-grob-properties.scm: clarify docs for #'direction.
1825
1826         * scm/define-context-properties.scm: update old \property override.
1827
1828         * Documentation/user/ advanced-notation, global, lilypond-book:
1829         more minor doc updates.
1830
1831 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
1832
1833         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
1834
1835         * scm/backend-library.scm (search-gs): oops.
1836
1837 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1838
1839         * scripts/lilypond-book.py (output): use base, not filename for href.
1840
1841         * scm/backend-library.scm: only look for gs.
1842
1843         * scripts/lilypond-book.py (output): fix printfilename.
1844
1845         * lily/parser.yy (music_function_musicless_prefix): fold together
1846         definitions of signature (SCM*) (Music|post_event|chord_body_element)
1847
1848         * lily/slur.cc (print): only set font-size if not set yet.
1849
1850         * lily/slur-configuration.cc (add_score): improved layout of debug
1851         scoring output.
1852
1853 2006-04-05  David Feuer  <David.Feuer@gmail.com>
1854
1855         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
1856         (draw_circle): Hopefully fixed regression.
1857         Improved documentation for several procedures.
1858         
1859 2006-03-04  Werner Lemberg  <wl@gnu.org>
1860
1861         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
1862
1863 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1864
1865         * scripts/musicxml2ly.py (bindir): add dynamic
1866         relocation. 
1867
1868 2006-04-04  Graham Percival  <gpermus@gmail.com>
1869
1870         * Documentation/user/ basic-notation, advanced-notation, putting,
1871         instrument-notation, invoking, lilypond, THANKS: another ream of small
1872         fixes from the Doc Helpers.
1873
1874 2006-04-03  David Feuer  <David.Feuer@gmail.com>
1875
1876         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
1877
1878         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
1879
1880         * Cleaned up interfaces between PostScript and Scheme, and moved
1881         computations from PostScript to Scheme:
1882
1883         * music-drawing-routines.ps
1884         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
1885         with stroke_and_fill throughout.
1886         (euclidean_length, print_letter, draw_box): Deleted unused
1887         procedures.  If someone needs draw_box, implement it using
1888         draw_round_box; don't duplicate code.
1889         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
1890         Refactored/cleaned up interfaces.
1891         (mark_URI): Moved.
1892
1893         * output-ps.scm: reordered arguments to PostScript functions to
1894         match new interfaces
1895         (glyph-string): Rewrote glyph-string.
1896         (grob-cause): Replaced string-append with format.
1897         (repeat-slash): Rewrote to do computation here.
1898         (round-filled-box): Rewrote to do computation here.
1899
1900 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
1901
1902         * stepmake/stepmake/generic-targets.make: add cvs-clean target
1903
1904         * stepmake/stepmake/toplevel- targets.make: print help info about
1905         cvs-clean
1906
1907 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
1908
1909         * input/regression/hairpin-circled.ly: new file
1910
1911 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
1912
1913         * lily/hairpin.cc (print): add support for circled tip
1914
1915         * scm/define-grob-properties.scm: add circled-tip parameter
1916
1917         * scm/define-grobs.scm: init circled-tip to false
1918         
1919 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1920
1921         * scm/music-functions.scm (quote-substitute): set
1922         iterators-ctor. 
1923
1924 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1925
1926         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
1927         BSTINPUTS. 
1928
1929         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
1930
1931         * scm/output-ps.scm (glyph-string): revert cid selectfont.
1932
1933 2006-03-31  David Feuer  <david.feuer@gmail.com>
1934         
1935         * scm/framework-ps.scm:
1936         
1937         * scm/output-ps.scm: glyph-string now produces smaller, more
1938         readable, and probably faster PostScript.  Several findfont
1939         scalefont setfont instances changed to selectfont
1940         Hacked-up string-appends changed to formats.
1941
1942         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
1943         
1944 2006-03-30  Graham Percival  <gpermus@gmail.com>
1945
1946         * scm/lily-library.scm: make "no version" warning message more polite.
1947
1948         * lily/music.cc: add double quotes to failed octave check.
1949
1950         * Documentation/user/ advanced-notation, changing-defaults,
1951         instrument-notation, invoking, music-glossary: whole bunch of minor
1952         fixes from mailist.
1953
1954 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1955
1956         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
1957         $(buildscriptdir) iso. depth.
1958
1959         * VERSION (PACKAGE_NAME): release 2.9.1
1960
1961 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1962
1963         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
1964
1965         * VERSION (PATCH_LEVEL): bump version number.
1966
1967         * flower/include/guile-compatibility.hh (scm_from_uint32): add
1968         scm_from_uint32 ()
1969
1970         * lily/pango-font.cc (pango_item_string_stencil): use
1971         scm_from_uint32 ()
1972
1973         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
1974         $(outdir)/emmentaler-%.svg): remove canary.
1975
1976         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
1977         glyphnames if we have a ttf font.
1978
1979 2006-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1980
1981         * Documentation/user/advanced-notation.itely (Font selection):
1982         Corrected reference to the font-family-override.ly example.
1983
1984 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
1985         
1986         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
1987         stem-tremolo object in the stem (or else the stem might not be
1988         long enough).
1989
1990 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1991
1992         * lily/ttf.cc (print_trailer): only print existing glyphs.
1993
1994 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
1995
1996         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
1997         position the tremolo based on the position of the notehead.
1998
1999         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
2000         notes and update the texidoc line with the new positioning rules.
2001         
2002 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2003
2004         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
2005
2006         * scripts/lilypond-book.py (Module): set default for linewidth if
2007         preamble not found.
2008
2009 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2010
2011         * VERSION (PACKAGE_NAME): release 2.9.0.
2012
2013         * input/regression/stem-tremolo-position.ly: new file.
2014
2015         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
2016
2017 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
2018
2019         * lily/stem-tremolo.cc (print): position
2020         the tremolo depending only on the end of the stem
2021         and not on the notehead
2022         (raw_stencil): center, on the middle staff line, the
2023         flag that is closest to the end of the stem (previously
2024         the bottom flag)
2025         (calc_width): add this callback to shorten a tremolo when
2026         it is beamed or it is stemup with a flag
2027         (style): add this callback to make a tremolo rectangular when
2028         it is beamed or it is stemup with a flag
2029         (rotated_box): this is like Lookup::beam but makes a rotated
2030         rectangle instead of a parallelogram
2031
2032         * lily/stem.cc (calc_stem_info): make sure the stem
2033         is long enough to fit the tremolo
2034         (calc-length): reduce the length of tremolo stems since the
2035         tremolo code is now capable of better positioning
2036
2037         * scm/define-grobs.scm: make calc_width the default beam-width
2038         callback for stem-tremolo and add the style callback
2039                 
2040 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2041
2042         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
2043         case. 
2044
2045 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2046
2047         * lily/ttf.cc (make_index_to_charcode_map): restore old
2048         cmap. 
2049
2050 2006-03-28  Werner Lemberg  <wl@gnu.org>
2051
2052         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
2053
2054 2006-03-28  Graham Percival  <gpermus@gmail.com>
2055
2056         * THANKS: update for 2.9, add section for Documentation helpers.
2057
2058         * Documentation/topdocs/NEWS.tely: compile fix.
2059
2060         * Documentation/user/ basic-notation, global, advanced-notation,
2061         examples.itely: minor fixes from mailist.
2062
2063 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
2064
2065         * mf/feta-bolletjes.mf: match width of solfa notes with normal
2066         note heads. 
2067
2068         * lily/ttf.cc (print_trailer): use it.
2069
2070         * lily/pango-font.cc (get_unicode_name): new function.
2071
2072         * lily/ttf.cc (make_index_to_charcode_map): move function from
2073         open-type-font.cc
2074         (print_trailer): substitute uniXXXX name if applicable. 
2075
2076         * lily/pango-font.cc (get_index_to_charcode_map): new function.
2077         (pango_item_string_stencil): use it to generate uniXXXX names.
2078
2079         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
2080         note heads, for uniform widths in shape note output.
2081         (overdone_heads): hmm. remove them again.
2082
2083         * scripts/lilypond-book.py (output): add links to filenames.
2084
2085         * Documentation/topdocs/INSTALL.texi (Top): update versions.
2086
2087         * lily/note-collision.cc (get_clash_groups): only consider when
2088         Note_column::dir <> CENTER. 
2089
2090         * scripts/lilypond-book.py (get_option_parser): init output_name
2091         to ''. 
2092
2093 2006-03-24  Graham Percival  <gpermus@gmail.com>
2094
2095         * Documentation/topdocs/NEWS.tely: add @end itemize
2096
2097         * Documentation/user/ global, advanced-notation: minor
2098         stuff from mailist.
2099
2100 2006-03-23  Graham Percival  <gpermus@gmail.com>
2101
2102         * Documentation/user/ lilypond.tely, music-glossary,
2103         preface: housekeeping; 2005->2006, remove "notes for 2.6"
2104
2105 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
2106
2107         * mf/GNUmakefile: don't install .enc files.
2108
2109         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
2110
2111         * VERSION (PATCH_LEVEL): bump to 2.9.0
2112
2113 2006-03-22  Graham Percival  <gpermus@gmail.com>
2114
2115         * Documentation/user/advanced-notation.itely: minor fixes
2116         from mailist.
2117
2118 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
2119
2120         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
2121
2122         * branch lilypond_2_8
2123
2124 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
2125
2126         * scripts/lilypond-book.py (samefile): new function, for windoze
2127         compatibility.
2128
2129 2006-03-21  Graham Percival  <gpermus@gmail.com>
2130
2131         * ly/engraver-init.ly: add info about StaffGroup.
2132
2133 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
2134
2135         * input/regression/stem-direction-context.ly: idem.
2136
2137         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
2138
2139         * THANKS: add Mats.
2140
2141         * input/regression/page-layout-twopass.ly: comment out \markup so
2142         tweak-file is left.
2143
2144         * lily/instrument-name-engraver.cc (finalize): add to instrument
2145         name global System. This also fixes chopped instrument names, but
2146         doesn't crash when there are slurs/beams.
2147
2148         * lily/slur-configuration.cc (add_score): disallow negative slur
2149         scores.
2150         
2151 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2152
2153         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
2154
2155         * lily/instrument-name-engraver.cc (process_music): kludge: add
2156         InstrumentName spanner to axis group of left bound. Fixes chopped
2157         off instrument names in EPS images.
2158
2159         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
2160
2161         * scripts/abc2ly.py (option_parser): update to 2.7.40
2162
2163 2006-03-20  Graham Percival  <gpermus@gmail.com>
2164
2165         * THANKS: move small doc contributors to SUGGESTIONS.
2166
2167         * Documentation/user/ basic-notation, advanced-notation,
2168         global: small changes from mailist.
2169
2170 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2171
2172         * Documentation/user/advanced-notation.itely (Text marks): update
2173         for new rehearsalMarkAlignSymbol convention.
2174
2175         * VERSION (PATCH_LEVEL): bump version.
2176
2177         * input/test/instrument-name-align.ly: new file.
2178
2179         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
2180
2181         * input/test/instrument-name-align.ly: new file. Document how to
2182         align instrument names.
2183
2184         * lily/mark-engraver.cc: remove properties.
2185
2186         * scm/define-context-properties.scm
2187         (all-user-translation-properties): remove align symbol properties
2188         for barnumber/reh. mark.
2189
2190         * lily/break-align-interface.cc (self_align_callback): new
2191         interface, new function. Look at complete alignment. This handles
2192         tunable break alignments in case break-align-symbols are missing.
2193
2194         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
2195
2196         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
2197
2198         * python/convertrules.py (conv): mark/bar number alignment rule.
2199
2200         * lily/break-align-interface.cc (calc_positioning_done): also
2201         store offset from last visible break-alignment to its
2202         neighbor. This makes alignment on non-visible objects more reliable.
2203
2204         * po/lilypond.pot (Module): ran po-replace.
2205
2206         * input/regression/tie-single-manual.ly (Module): new file.
2207
2208         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
2209         look at has_manual_position_.
2210         (from_ties): set has_manual_position_ if tie has staff-position set.
2211
2212         * lily/tuplet-bracket.cc (calc_positions): idem.
2213
2214         * lily/tuplet-number.cc (print): don't print tupletnumber if it
2215         doesn't span time.
2216
2217 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2218
2219         * scm/define-markup-commands.scm (smallCaps): new markup command
2220         for turning a text to small caps using smaller font size and upper
2221         casing.
2222
2223 2006-03-17  Graham Percival  <gpermus@gmail.com>
2224
2225         * Documentation/user/ examples, instrument-notation,
2226         advnaced-notation: minor fixes from mailist.
2227
2228 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2229
2230         * Documentation/user/tutorial.itely (First steps): change example
2231         to verbatim.  
2232
2233 2006-03-17  Graham Percival  <gpermus@gmail.com>
2234
2235         * Documentation/user/ examples, advanced: minor changes from mailist.
2236
2237         * THANKS: add Geoff Horton, for documentation stuff.
2238
2239 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2240
2241         * python/lilylib.py (system): revert have_select kludge.
2242
2243         * Documentation/user/tutorial.itely (Commenting input files):
2244         update version numbers in doc. 
2245
2246         * scm/define-grob-interfaces.scm (multi-measure-interface): add
2247         bound-padding to multi-measure-interface
2248
2249 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2250
2251         * input/test/engraver-example.ily: update version number.
2252
2253         * VERSION (PACKAGE_NAME): release 2.7.39
2254
2255         * lily/note-spacing.cc (get_spacing): heighten threshold where
2256         accidentals/arpeggios influence previous spacing fully.
2257
2258         * lily/rest.cc (y_offset_callback): only use direction if
2259         staff-position wasn't set before.
2260
2261         * lily/bar-number-engraver.cc: add support for
2262         barNumberAlignSymbol. 
2263         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
2264
2265         * lily/pointer-group-interface.cc (set_ordered): new function. 
2266         (add_unordered_grob): new function.
2267
2268         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
2269         to ordered, unless the opposite has been proved.  This fixes
2270         random reordering of large object groups across linebreaks,
2271         eg. beams.
2272
2273         * lily/main.cc (do_chroot_jail): printf format fix.
2274
2275         * lily/tie-formatting-problem.cc (generate_configuration):
2276         multiply y-shift for dot with direction.
2277  
2278         * scm/define-markup-commands.scm (note-by-number): put (magstep
2279         size) in y-attach too.
2280
2281         * Documentation/topdocs/NEWS.tely (Top): show override.
2282
2283         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
2284         direction for stems.
2285         
2286 2006-03-15  Graham Percival  <gpermus@gmail.com>
2287
2288         * Documentation/user/ changing-defaults, global: minor
2289         fixes from mailist.
2290
2291 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2292
2293         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
2294
2295         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
2296         breakable items after uniformly stretched notes.
2297
2298         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
2299         outline with outer edge of note heads. This prevents infinity
2300         problems with tied whole notes.
2301
2302         * scripts/lilypond-book.py (do_file): use os.popen
2303
2304         * python/convertrules.py (conv): add rule for Stem #'beamed-*
2305
2306 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
2307
2308         * Documentation/user/invoking.itely: Add ragged-right to bug report
2309         guidelines.
2310
2311 2006-03-14  Graham Percival  <gpermus@gmail.com>
2312
2313         * Documentation/user/global.itely: small fix from mailist.
2314
2315 2006-03-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2316
2317         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
2318         file descriptor returned by tempfile.mkstemp() when writing
2319         to tmpfile and closing it. Solves problem with unlink(tmpfile)
2320         on mingw.
2321
2322 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2323
2324         * po/fi.po: newline bugfix.
2325
2326 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2327
2328         * scm/paper.scm (paper-alist): Rounding fixes.
2329
2330 2006-03-13  Graham Percival  <gpermus@gmail.com>
2331
2332         * Documentation/user/ changing-defaults, instrument-notation,
2333         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
2334
2335 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
2336
2337         * po/fi.po: update.
2338
2339 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2340
2341         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
2342         mailto: to http:// 
2343
2344         * python/lilylib.py (print_environment): move ps_page_count to
2345         lilypond-book.py
2346
2347 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2348
2349         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
2350
2351         * scm/framework-ps.scm (embed-document): new function. Use to
2352         embed PFA files.
2353
2354         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
2355
2356 2006-03-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2357
2358         * Documentation/user/instrument-notation.itely (Setting simple
2359         songs): Added \book{...} around the full example, so the separate
2360         markups are included in the printed example. 
2361
2362 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2363
2364         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
2365         tmphandle.
2366
2367         * python/lilylib.py (system): rewrite system() using
2368         subprocess. Remove >& redirection trickery.
2369
2370 2006-03-11  Graham Percival  <gpermus@gmail.com>
2371
2372         * Documentation/user/ changing-defaults, global, scheme-tutorial,
2373         notation-appendices.itely: minor fixes from mailist.
2374
2375 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2376
2377         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
2378         unsplit man also needs images.
2379
2380         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
2381
2382         * VERSION (PACKAGE_NAME): 2.7.38 released.
2383
2384 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2385
2386         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
2387         log in output dir.
2388
2389 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
2390
2391         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
2392         respects the Score.skipTypesetting property.
2393         
2394 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2395
2396         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
2397         Prolog. No %%EOF after CFF file.
2398
2399 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
2400         
2401         * lily/constrained-breaking.cc (get_max_systems): used to return a
2402         much too big value
2403         (combine_demerits): use pointers to reduce copying data
2404         (calc_subproblem): idem
2405         (get_page_penalty): add page turn penalties
2406         
2407 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2408
2409         * Documentation/user/invoking.itely (Invoking lilypond): better
2410         explanation of -e usage.
2411
2412         * lily/main.cc (main_with_guile): don't append to
2413         init_scheme_code_string
2414
2415         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
2416
2417         * Documentation/user/invoking.itely: add note about MacOS X scripts.
2418
2419         * scripts/convert-ly.py (do_options): don't print help for
2420         --show-rules rule.
2421
2422         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
2423         @code and @example. Update from texinfo.tex from CVS.
2424
2425 2006-03-08  Graham Percival  <gpermus@gmail.com>
2426
2427         * Documentation/user/scheme-tutorial.itely: clarifies distances
2428         measured in staff-spaces.
2429
2430 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2431
2432         * lily/slur.cc (outside_slur_callback): only calculate offsets if
2433         consider[k] is true.
2434
2435         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
2436
2437         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
2438         consider columns that have originals.  Unifies spacing for mm
2439         rests around line breaks.
2440
2441         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
2442         (set_text_rods): idem.
2443         (calculate_spacing_rods): new function: share code between
2444         set_text_rods and set_spacing_rods.
2445         (set_text_rods): take extents of bounds into account.  
2446
2447 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2448
2449         * Documentation/user/basic-notation.itely (Writing music in
2450         parallel): don't use relative.
2451
2452 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2453
2454         * ly/music-functions-init.ly (Module): add shiftDurations
2455
2456         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
2457
2458         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
2459
2460         * ly/engraver-init.ly: init vocalName to nil.
2461
2462 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
2463
2464         * scm/music-functions.scm (music->make-music): bugfix,
2465         KeyChangeEvents are now handled correctly.
2466
2467         * scripts/lilypond-book.py: Add --debug option.
2468
2469 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2470
2471         * python/lilylib.py: add tempfile.
2472
2473 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2474
2475         * VERSION (PACKAGE_NAME): release 2.7.37
2476
2477         * python/lilylib.py (ps_page_count): remove make_ps_images().
2478         (ps_page_count): remove mkdir_p
2479         (system): remove cleanup_temp.
2480         (exit): remove lilypond_version_(check)
2481         (error_log): remove pseudo_filter_p
2482         remove read_pipe
2483         remove cp_to_dir
2484         remove identify
2485
2486         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
2487         use __main__
2488
2489         * lily/accidental-engraver.cc (make_standard_accidental): only add
2490         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
2491
2492         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
2493         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
2494         Make incompatibilities.
2495
2496         * scm/output-ps.scm (grob-cause): replace backslashes by /
2497         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
2498
2499 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2500
2501         * cygwin/GNUmakefile: Install fixes.
2502
2503         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
2504
2505         * lily/note-head.cc (head::get_balltype): Compile fix.
2506
2507         * flower/file-name.cc (dos_to_posix): Flower string fix.
2508
2509 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2510
2511         * python/lilylib.py: pychecker cleanups.
2512
2513         * scripts/lilypond-book.py
2514         (Lilypond_snippet.output_print_filename): pychecker cleanups
2515
2516         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
2517
2518         * python/lilylib.py (underscore): remove identify() , warranty()
2519
2520         * ps/music-drawing-routines.ps: change Border routine for GSView
2521         compatibility.
2522
2523         * lily/stem.cc (height): use quantize-positions.  This triggers
2524         set_stem_lengths, so scripts on beamed stems are handled correctly.
2525
2526         * lily/side-position-interface.cc (aligned_side): check if edges
2527         of script are inside staff. Fixes accent of edge of the staff.
2528
2529         * input/regression/staccato-pos.ly: more examples.
2530
2531         * stepmake/aclocal.m4 (depth): fix bashism.
2532
2533         * lily/lyric-combine-music-iterator.cc: move from
2534         new-lyric-combine-iterator.cc
2535         (process): add pending_grace_lyric_ member to delay lyrics on
2536         grace notes.
2537
2538         * lily/system-start-text.cc (print): suicide if we don't have any
2539         elements. Fixes hara kiri'd instrument names.
2540
2541         * scripts/mup2ly.py (Module): remove.
2542
2543 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2544
2545         * Documentation/user/global.itely (A single music expression):
2546         close @lilypond properly
2547
2548         * lily/volta-bracket.cc (modify_edge_height): change from
2549         after_line_breaking_callback. Suicide last bracket if appropriate.
2550  
2551         * python/lilylib.py: strip getopt support
2552
2553         * scripts/etf2ly.py (do_options): use optparse
2554
2555         * scripts/midi2ly.py: optparse, strip lilylib copy. 
2556
2557         * scripts/abc2ly.py (voices): use optparse.
2558
2559         * stepmake/stepmake/generic-vars.make: new function absdir.
2560
2561         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
2562
2563         * scripts/lilypond-book.py (find_file): use global_options for
2564         include path
2565
2566         * scm/ps-to-png.scm (ps-page-count): prevent null characters
2567         entering C code.
2568
2569 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2570
2571         * python/lilylib.py (get_global_option): ughness for extracting
2572         global options from lilylib.
2573         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
2574
2575         * scripts/lilypond-book.py (get_option_parser): use optparse for
2576         option handling.  Put options in global_options variable.
2577
2578 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
2579
2580         * Documentation/index.html.in: clarify.
2581
2582 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2583
2584         * scm/layout-page-layout.scm (write-page-breaks): add a
2585         music-system-heights property to the page layout output.
2586
2587         * scm/page.scm (make-page-stencil): take footer into account when
2588         computing the 'space-left page property
2589         (annotate-space-left): take footer into account when annonating
2590         space left.
2591
2592 2006-02-28  Graham Percival  <gpermus@gmail.com>
2593
2594         * Documentation/user/ advanced-notation, global: more (final)
2595         docs for music expressions, removed special fermatas.
2596
2597 2006-02-27  Graham Percival  <gpermus@gmail.com>
2598
2599         * Documentation/user/ basic-notation, global: minor changes
2600         from mailist.
2601
2602 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2603
2604         * scm/framework-ps.scm:         
2605         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
2606         layer for inf? and nan? from framework-ps to lily-library.
2607
2608 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2609
2610         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
2611         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
2612
2613         * buildscripts/substitute-encoding.py (Module): remove file.
2614
2615         * mf/GNUmakefile: more PFA strippage.
2616
2617         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
2618
2619         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
2620         generation
2621
2622         * scm/framework-ps.scm: remove font name munging.
2623
2624         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
2625
2626 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2627
2628         * scm/markup.scm (define-markup-command): change
2629         def-markup-command to define-markup-command
2630
2631         * scm/music-functions.scm (define-music-function): change
2632         def-music-function to define-music-function.
2633
2634         * python/convertrules.py (conv): rules for def-music-function
2635         and def-markup-commands
2636
2637         * Documentation/user/programming-interface.itely,
2638         input/no-notation/display-lily-tests.ly,
2639         input/regression/lily-in-scheme.ly,
2640         input/regression/markup-user.ly,
2641         input/regression/music-function.ly, input/regression/tie-chord.ly,
2642         scm/fret-diagrams.scm, ly/music-functions-init.ly,
2643         ly/gregorian-init.ly: use new macro names (define-music-function,
2644         define-markup-command).
2645
2646 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2647
2648         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
2649         (output): add comments to lp-book latex output.
2650
2651         * GNUmakefile.in (footifymail): use gmane address for webpage bug
2652         address.
2653
2654 2006-02-23  Graham Percival  <gpermus@gmail.com>
2655
2656         * Documentation/user/ tutorial, global: minor changes.
2657
2658 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2659
2660         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
2661         blocks (for make 3.80)
2662
2663         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
2664         \notemode so that user should not have to explicitely type it.
2665
2666         * scm/define-music-display-methods.scm: various
2667         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
2668         constructs)
2669
2670         * input/no-notation/display-lily-tests.ly: new tests for
2671         \applyOutput and \applyContext
2672
2673 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2674
2675         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
2676         changed it slightly so that the number of systems returned by
2677         solve () will be the same as the last value passed to resize
2678         (). I've also added more documentation, removed casts, fixed style
2679         problems and put in some recovery if constraints aren't satisfied."
2680
2681 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2682
2683         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
2684         for emacs < 22 compatibility.
2685         (count-rexp): Use it.
2686         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
2687         substring juggling (Milan Zamazal).
2688
2689 2006-02-23  Graham Percival  <gpermus@gmail.com>
2690
2691         * Documentation/user/ basic-notation, advanced-notation,
2692         global.itely, invoking.itely, tutorial,itely:
2693         minor fixes from mailist.
2694
2695         * scm/define-markup-commands.scm: improve docs of \filled-box.
2696
2697 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
2698
2699         * Documentation/index.html.in: changes concern the previous release.
2700
2701         * input/regression/+.ly: cultivate typographical terminology.
2702
2703 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2704
2705         * scm/define-grob-interfaces.scm (parentheses-interface): add
2706         padding to parentheses-interface.
2707
2708         * Documentation/user/GNUmakefile: remove $(CROSS) support from
2709         Documentation/user/GNUmakefile. Use --disable-documentation for that.
2710
2711         * VERSION (PATCH_LEVEL): release 2.7.36
2712
2713         * lily/slur.cc: add avoid-slur (ugh.)
2714         
2715         * lily/slur-configuration.cc (fit_factor): oops, skip point if
2716         intersection gets smaller. This fixes slurs over extreme points.
2717
2718         * lily/melody-engraver.cc (stop_translation_timestep): ignore
2719         stems with neutral-direction set.
2720
2721         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
2722
2723         * lily/open-type-font.cc (load_table): format error.
2724
2725         * lily/change-iterator.cc (process): format fix.
2726
2727         * flower/include/international.hh (_f): idem.
2728
2729         * flower/include/std-string.hh: add format printf attribute.
2730
2731         * scm/define-grobs.scm (all-grob-descriptions): height of all
2732         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
2733
2734         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
2735         ambitus lines.
2736
2737         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
2738
2739 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
2740
2741         * input/regression/: upgraded syntax for some files.
2742
2743         * THANKS: Add bughunters.
2744
2745 2006-02-22  Graham Percival  <gpermus@gmail.com>
2746
2747         * Documentation/user/ invoking.itely, advanced-notation.itely,
2748         global.itely: long-awaited "let's make chapter 10 not suck"
2749         update.  Rearrange chapter 10; now called "global issues",
2750         addresses file structure, etc.  Some info from other files
2751         moved into global.itely.
2752
2753 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2754
2755         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
2756         catch trill-span-event notes.
2757
2758         * Documentation/user/examples.itely (Ancient notation templates): typo.
2759         (Jazz combo): typo.
2760
2761         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
2762
2763         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
2764
2765         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
2766
2767         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
2768
2769         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
2770         froum Laissez_vibrer_engraver.
2771
2772         * ly/declarations-init.ly (repeatTie): add \repeatTie
2773
2774         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
2775
2776         * scm/define-grob-properties.scm (all-user-grob-properties): add
2777         head-direction property.
2778
2779         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
2780         from_lv_ties. Take head direction argument.
2781
2782         * lily/semi-tie-column.cc: rename from
2783         laissez-vibrer-tie-column.cc. Rename class too.
2784
2785         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
2786         class too.
2787
2788         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
2789
2790         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
2791         0 case.
2792         (find_breaks): idem.
2793
2794 2006-02-21  Graham Percival  <gpermus@gmail.com>
2795
2796         * Documentation/user/advanced-notation.itely: fixed make-moment]
2797         example.
2798
2799         * Documentation/user/basic-notation.itely: more clarification to
2800         transpose.
2801
2802 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2803
2804         * lily/include/constrained-breaking.hh (class
2805         Constrained_breaking): new file.
2806
2807         * lily/constrained-breaking.cc (resize): new file.
2808
2809         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
2810
2811         * Documentation/user/advanced-notation.itely (Clusters): insert
2812         end ignore too.
2813
2814         * lily/tie-column.cc (calc_positioning_done): support for
2815         tie-score debugging
2816
2817         * lily/tie-formatting-problem.cc
2818         (generate_extremal_tie_variations): factor out.
2819         (score_ties_configuration): annotate all tie 
2820         (print_ties_configuration): new routine.
2821         (generate_configuration): nudge extremal ties outside of the head
2822         Y extents.
2823         (score_ties_configuration): oops. convert to staff-space before
2824         determining position symmetry.
2825
2826 2006-02-20  Graham Percival  <gpermus@gmail.com>
2827
2828         * Documentation/user/*-notation.itely: misc minor editing,
2829         shifting doc sections around.
2830
2831         * Documentation/user/*-notation-itely, global.itely,
2832         changing-defaults.itely: added new stuff from NEWS.
2833
2834 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
2835
2836         * po/fi.po: update.
2837
2838 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2839
2840         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
2841         lilypond --verbose for lp-book.
2842
2843         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
2844         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
2845
2846         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
2847         $(buildscript-dir) iso. absolute depth.
2848
2849         * buildscripts/genicon.py (dir): thinko.
2850
2851         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
2852
2853 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
2854
2855         * scm/output-lib.scm: swap darkcyan/darkyellow
2856
2857         * THANKS: Add bughunters.
2858
2859 2006-02-19  Graham Percival  <gpermus@gmail.com>
2860
2861         * Documentation/user/programming-interfaces.itely: fixed example.
2862
2863         * Documentation/user/instrument-notation.itely: fix @{ @}.
2864
2865         * scm/script.scm: add avoid-slur for \open.
2866
2867 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2868
2869         * lily/tie-formatting-problem.cc (score_configuration): use
2870         sliding score for min-length. 
2871
2872         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
2873         spaghetti for icons.
2874
2875         * buildscripts/genicon.py (program_name): new file.
2876
2877         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
2878         in outline too.  
2879         (generate_configuration): for small ties, also look for collisions
2880         at Y + DIR*h + DELTA_Y.
2881         (get_variations): consider variation for dot positions too.
2882
2883         * lily/side-position-interface.cc (aligned_side): take abs for
2884         quantized rounded position. Fixes tenuto below staff.
2885
2886         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
2887         markers when necessary.
2888
2889         * lily/program-option.cc (internal_set_option): add
2890         strict_infinity_checking option.
2891
2892         * scm/output-lib.scm (cyan): swap yellow and cyan.
2893
2894 2006-02-19  Graham Percival  <gpermus@gmail.com>
2895
2896         * darwin.patch: trivial linenumber update.
2897
2898         * Documentation/user/ {various}: `\context foo = named' changed
2899         to `\new foo = "name"' in docs.
2900
2901 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2902
2903         * scm/stencil.scm (annotate-y-interval): use it.
2904
2905         * scm/lily-library.scm (interval-sane?): new function.
2906
2907         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
2908         tfm_checksum stuff.
2909
2910         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
2911         common refpoint.
2912
2913         * flower/include/std-vector.hh (iterof): add iterof macro.
2914
2915         * lily/enclosing-bracket.cc (width): new function.
2916
2917         * lily/align-interface.cc (align_elements_to_extents): reinstate
2918         warning.
2919
2920 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
2921
2922         * Documentation/index.html.in: fix spelling: thankyous.
2923
2924 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2925
2926         * lily/lyric-hyphen.cc: typo.
2927
2928 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2929
2930         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
2931         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
2932         builds don't work. 
2933
2934         * VERSION: release 2.7.35
2935
2936         * lily/beam.cc (get_default_dir): oops. Take abs () for
2937         extremes[DOWN].
2938         (get_default_dir): use extreme position criterion only in absence
2939         of forced stem directions.
2940
2941         * VERSION (PATCH_LEVEL): bump VERSION.
2942
2943         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
2944         dependencies. Necessary for -jX builds.  
2945
2946 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2947
2948         * lily/relocate.cc (setup_paths): Yet another const fix.
2949
2950 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2951
2952         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
2953
2954         * lily/relocate.cc (setup_paths): oops.
2955
2956 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
2957
2958         * Documentation/index.html.in: order links: html before PDF.
2959
2960 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2961
2962         * lily/tie-column-format.cc (Module): remove.
2963
2964         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
2965
2966         * lily/text-spanner.cc (print): idem.
2967
2968         * lily/dynamic-text-spanner.cc (print): only print line if longer
2969         than dash-period.
2970
2971         * lily/auto-change-iterator.cc (change_to): formatting.
2972
2973         * lily/beam.cc (get_default_dir): take extreme note head as input
2974         for stem direction.
2975
2976         * lily/tie.cc (get_default_dir): only look directions for visible
2977         stems. 
2978
2979         * lily/side-position-interface.cc (aligned_side): oops. Don't
2980         mutiply with direction. This fixes quantized (staccato, tenuto)
2981         scripts below notes.
2982
2983         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
2984         direction. Fixes c-lyrics-center-align.ly
2985
2986 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2987
2988         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
2989         constructor.
2990
2991         * lily/std-string.cc:
2992         * lily/include/std-vector.hh (split_string): Move and rename from
2993         lily/include/misc.hh, lily/misc.cc.  Update callers.
2994
2995 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2996
2997         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
2998
2999 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3000
3001         * flower/test-file.cc: New file.
3002
3003         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
3004         libraries.
3005
3006         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
3007
3008 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3009
3010         * flower/include/file-storage.hh: remove file.
3011
3012         * lily/include/midi-item.hh (class Midi_track): idem.
3013
3014         * lily/include/source.hh (class Sources): idem.
3015
3016         * lily/include/performance.hh (class Performance): use vector
3017         iso. Cons<>
3018
3019         * flower/include/cons.hh (class Cons): remove file.
3020
3021         * flower/include/flower-proto.hh: remove template cruft.
3022
3023         * lily/include/font-metric.hh: use size_t not vsize for indices.
3024
3025         * flower/include/flower-proto.hh (Module): remove std-vector.hh
3026         from proto.
3027
3028         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
3029
3030         * lily/include/paper-book.hh (class Paper_book):
3031         make get_system_specs() public.
3032
3033         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
3034         the force=10000 case if we don't have a current-best. 
3035
3036         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
3037         vsize 
3038
3039         * flower/include/flower-proto.hh: remove outdated templates.
3040
3041         * scm/page.scm: use annotate-spacing
3042
3043 2006-02-15  Graham Percival  <gpermus@gmail.com>
3044
3045         * scm/translation-functions.scm: circle patch from Erlend, thanks!
3046
3047         * THANKS: moved Erlend Aasland to contributors.
3048
3049 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3050
3051         * config.hh.in: remove HAVE_PANGO_16
3052
3053         * lily/tuplet-bracket.cc (calc_positions): multiply with
3054         staff-space for beam case. This fixes tuplets+beams on scaled
3055         staves.
3056
3057         * config.hh.in: remove all Kpathsea related defines.
3058
3059         * lily/dot-column.cc (side_position): reach stem via dots->
3060         head->stem. Inspect all stems for dot collisions. 
3061
3062         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
3063         stem handling.
3064
3065         * lily/bar-number-engraver.cc (process_music): document function
3066         of whichBar.
3067
3068         * lily/score.cc (default_rendering): add pscore, not systems
3069         themselves.
3070
3071         * lily/paper-book.cc (get_system_specs): separate generation of
3072         titles and systems.
3073
3074         * flower/include/std-vector.hh: don't include config.hh
3075
3076 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3077
3078         * flower/include/std-vector.hh: Better wrapper compatibility with
3079         std::vector.
3080
3081         * flower/include/flower-proto.hh: Remove cheap forward declaration
3082         attempts.
3083
3084         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
3085
3086 2006-02-14  Graham Percival  <gpermus@gmail.com>
3087
3088         * Documentation/user/invoking.itely: add warning about command line.
3089
3090 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3091
3092         * lily/include/lily-proto.hh: add Prob, rm Page.
3093
3094         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
3095
3096         * VERSION: release 2.7.34
3097
3098         * lily/relocate.cc (framework_relocation): show canary if
3099         GHOSTSCRIPT_VERSION undefined.
3100
3101         * GNUmakefile.in: remove $(VERSION) symlink.
3102
3103         * lily/relocate.cc (setup_paths): add + 
3104
3105 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3106
3107         * Documentation/index.html.in: specify sizes for all big HTML pages.
3108
3109 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3110
3111         * config.hh.in: remove @FRAMEWORKDIR@
3112
3113         * lily/system-start-text.cc (get_stencil): new file: separate out
3114         system-start-delimiter text support.
3115
3116         * input/**ly: replace \context with \new where appropriate.
3117         
3118         * THANKS: add Don.
3119
3120         * lily/slur-scoring.cc (get_base_attachments): use
3121         robust_relative_extent. This fixes problems with empty paper-columns. 
3122
3123 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3124
3125         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
3126
3127         * scm/define-music-properties.scm (all-music-properties):
3128         create-new property.
3129
3130         * lily/context-specced-music-iterator.cc (construct_children):
3131         inspect 'create-new property iso. magical $uniqueContextId context
3132         id.
3133
3134         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
3135
3136         * lily/context-key-manager.cc (Module): new file. Encapsulate
3137         object key generation.
3138
3139         * lily/include/context-key-manager.hh (Module): new file.
3140
3141 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3142
3143         * scm/define-grobs.scm (all-grob-descriptions): center instrument
3144         names vertically
3145
3146         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
3147         options.
3148         (reloc_b): excise --enable-framework-dir
3149
3150         * lily/relocate.cc (framework_relocation): use getenv
3151         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
3152
3153 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3154
3155         * flower/include/std-string.hh: 
3156         * flower/include/std-vector.hh: Finish std:: conversion; move
3157         flower extensions from std:: namespace.  Update users.
3158
3159         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
3160         their expansion to vector<*>.  Update users.
3161
3162 2006-02-10  Graham Percival  <gpermus@gmail.com>
3163
3164         * Documentation/user/invoking.itely: add example to File structure.
3165
3166         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
3167         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
3168
3169 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3170
3171         * ly/paper-defaults.ly: typo.
3172
3173         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
3174         set_parent() for parentheses. This will make it show up in bbox
3175         calculations.
3176
3177         * scm/output-lib.scm (parentheses-item::print): rewrite, using
3178         ly:grob-common* functions.
3179
3180         * lily/grob-scheme.cc (LY_DEFINE):
3181         ly:grob-common-refpoint-of-array: new function 
3182         ly:grob-common-refpoint: new function 
3183         ly:grob-relative-coordinate: new function 
3184
3185         * lily/instrument-name-engraver.cc (process_music): use
3186         Text_interface::is_markup(). This fixes \markup on instrument names.  
3187
3188         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
3189         for ties and slurs.
3190
3191         * lily/slur.cc (print): idem.
3192
3193         * lily/tie.cc: add line-thickness for ties. 
3194
3195 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3196
3197         * scm/output-svg.scm: Document diversion from GNU coding standards
3198         as a workaround for a bug in Microsoft Internet Explorer.
3199
3200 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3201
3202         * lily/instrument-name-engraver.cc (process_music): use
3203         is_markup() iso. is_string()
3204
3205         * Documentation/user/changing-defaults.itely (Module): add menu entry.
3206
3207         * lily/percent-repeat-engraver.cc (process_music): only look at
3208         main_part_ for % repeats.
3209
3210         * lily/stem-tremolo.cc (get_beam_translation): new function.
3211         (calc_slope): new function.
3212         (height): don't use real slope.
3213
3214 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
3215
3216         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
3217         new connect-to-neighbor, control-points and staff-padding
3218         properties to make ligature brackets showing up again.
3219
3220 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3221
3222         * VERSION: release 2.7.33
3223
3224         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
3225         too many.
3226
3227         * Documentation/user/changing-defaults.itely (Difficult tweaks):
3228         remove applyOutput example.
3229         (Objects connected to the input): document \tweak, \parenthesize
3230
3231         * lily/relocate.cc (prefix_relocation): allow "current"
3232         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
3233         changing VERSION in a lily tree less painful.
3234
3235         * input/regression/parenthesize.ly: new file. 
3236
3237         * scm/output-lib.scm (parenthesize-element): new function.
3238
3239         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
3240
3241         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
3242
3243         * lily/accidental-engraver.cc (make_standard_accidental): reroute
3244         cause: accidentals are caused by note heads, not note events. 
3245
3246 2006-02-08  Graham Percival  <gpermus@gmail.com>
3247
3248         * darwin.patch: small patch from Erlend, thanks!
3249
3250         * Documentation/user/basic-notation.itely: add stem-neutral example.
3251
3252         * Documentation/user/putting.itely: clarifications.
3253
3254 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3255
3256         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
3257         note, add more guidelines to what should go into NEWS.
3258
3259         * input/sakura-sakura.ly: document how to override font.
3260
3261         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
3262
3263 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3264
3265         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
3266
3267 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3268
3269         * scripts/convert-ly.py (lilypond_version_re_str): Move from
3270         convertrules.  Add explicit grouping, needed for python2.2.
3271
3272 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3273
3274         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
3275
3276 2006-02-07  Graham Percival  <gpermus@gmail.com>
3277
3278         * Documentation/user/global.itely: fix line-width in (text) docs.
3279
3280         * Documentation/user/lilypond-book.itely: same.
3281
3282 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3283
3284         * VERSION (PACKAGE_NAME): release 2.7.32
3285
3286         * Documentation/topdocs/NEWS.tely (Top): document new variable
3287         naming.
3288
3289         * flower/include/array.icc (Message): remove file.
3290
3291         * flower/include/std-vector.hh: make sure vsize and VPOS are
3292         defined for binary_search_bounds().
3293
3294         * flower/std-string.cc (std): add to_string(long unsigned).
3295
3296         * configure.in (gui_b): excise std_string option.
3297         (gui_b): excise std_vector option.
3298
3299         * flower/string.cc (Module): excise flower array & string
3300
3301         * flower/include/std-string.hh: excise flower string.
3302
3303         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
3304
3305         * python/convertrules.py (lilypond_version_re_str): require
3306         only numbers and dots in \version string.
3307
3308 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3309
3310         * lily/system-start-delimiter.cc (print): allow style = text too.
3311
3312         * lily/system-start-delimiter-engraver.cc
3313         (acknowledge_system_start_text): new function, also add add to
3314         support of system-start-text (instrument names). This fixes
3315         instrument names on piano staves.
3316
3317         * lily/instrument-name-engraver.cc: rewrite. Use
3318         system-start-delimiter approach. This save memory and cpu.
3319
3320         * scm/define-grobs.scm (all-grob-descriptions): remove
3321         instrument-name from break-alignment.
3322
3323         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
3324
3325 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3326
3327         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
3328         jobserver going.
3329
3330         * configure.in (std_vector): On by default.
3331
3332         * lily/include/font-metric.hh:
3333         * lily/include/tfm-reader.hh: 
3334         * lily/include/spanner.hh: Use unsigned for indices and sizes.
3335         Update users.
3336
3337         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
3338
3339 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3340
3341         * VERSION (PACKAGE_NAME): 2.7.31
3342
3343         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
3344         EPS edge at 0, but take minimum with left-overshoot. This fixes
3345         cut off system start delims. 
3346
3347         * lily/instrument-name-engraver.cc (stop_translation_timestep):
3348         hack: add to axis group if not added yet. This fixes hara kiri'd
3349         piano staves.
3350
3351         * lily/hara-kiri-group-spanner.cc
3352         (force_hara_kiri_in_y_parent_callback): fix signatures.
3353
3354         * lily/hairpin.cc (print): check next hairpin to see whether or
3355         not to be continuing.
3356
3357 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3358
3359         * Remove trailing whitespace from makefiles.
3360         
3361         * flower/include/std-vector.hh: Add binary_search_bounds workaround
3362         for earlier gcc.
3363
3364         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
3365
3366         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
3367
3368         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
3369
3370         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
3371
3372         * configure.in: Use it.
3373
3374 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3375
3376         * scm/music-functions.scm (pitch-of-note): new function.
3377
3378         * ly/music-functions-init.ly: add \octave and \addquote
3379
3380         * lily/parser.yy (music_function_chord_body): softcode \octave.
3381         (lilypond_header): softcode \addquote
3382
3383 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3384
3385         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
3386         array.hh, parray.hh at all.  Getting ready to flip the
3387         configure default.
3388
3389         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
3390
3391         * lily/source-file.cc (file::get_line): Help binary_search_bounds
3392         a bit.
3393
3394         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
3395
3396 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3397
3398         * flower/include/array.hh: typo. 
3399
3400 2006-02-02  Graham Percival  <gpermus@gmail.com>
3401
3402         * Documentation/user/advanced-notation.itely: doc "\#" in text.
3403
3404 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3405
3406         * flower/include/pqueue.hh: Derive from std::vector.
3407
3408         * flower/include/parray.hh: Conform to std::vector interface.
3409         Update users.
3410
3411 2006-02-02  Graham Percival  <gpermus@gmail.com>
3412
3413         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
3414
3415 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3416
3417         * flower/file-path.cc (is_file): remove if 0 section.
3418
3419         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
3420         selecting afii61352.
3421
3422 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3423
3424         * flower/include/std-vector.hh (boundary): Oops, reverse.
3425
3426         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
3427         remove superfluous `d'.
3428
3429         * flower/include/std-vector.hh (boundary, top): Detach from class.
3430         Remove empty vector shell.
3431
3432         * flower/include/array.hh (reverse, swap): Detach from class.
3433         Update users.
3434         
3435         * flower/include/std-vector.hh
3436         * flower/include/array.hh (concat): Globally change to insert ().
3437
3438         
3439         * flower/include/std-vector.hh
3440         * flower/include/parray.hh
3441         * flower/include/array.hh (elem, elem_ref): Globally replace by
3442         at ().
3443
3444 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3445
3446         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
3447
3448         * python/convertrules.py (FatalConversionError.sub_cxx_id):
3449         anticipate on identifier substitutions.
3450
3451 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3452
3453         * flower/include/std-vector.hh (insert): Remove, replace by
3454         std::vector interface.  Update callers.
3455
3456         * flower/include/array.icc (insert): Change signature to
3457         match std::vector interface.
3458         
3459         * flower/include/array.icc (vector_sort): Bugfix.
3460
3461 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3462
3463         * lily/parser.yy (output_def_head_with_mode_switch): new
3464         production. Result: dashes and underscores may be used in the
3465         \paper block.
3466
3467         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
3468
3469         * python/convertrules.py (conv): oops. One slash too much.
3470
3471 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3472
3473         * flower/include/std-vector.hh (sort): Remove, replace by
3474         ::vector_sort.  Update callers.
3475
3476         * flower/include/std-vector.hh (slice): Remove.  Update callers.
3477         (sort): Bugfix.
3478
3479         * flower/test-std.cc (vector_sort): New test.
3480
3481 2006-02-01  Graham Percival  <gpermus@gmail.com>
3482
3483         * Documentation/user/putting.itely: fixes from Erik.
3484
3485 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3486
3487         * flower/test-std.cc: Add simple unit test for vector migration.
3488
3489         * stepmake/stepmake/test*: Unit test support.
3490
3491         * flower/include/std-vector.hh (del): Remove.  Use erase (),
3492         update callers.
3493
3494         * flower/include/array.hh (begin, end): Add.
3495         (del, get): Remove.
3496
3497 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3498
3499         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
3500         std::string not String. 
3501
3502         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
3503         iso UINT_MAX.
3504
3505         * lily/prob.cc (Prob): copy type_ too.
3506
3507         * lily/lily-guile.cc (mangle_cxx_identifier): new
3508         function. Class_bla::foo_bar_[px] ->
3509         ly:class-bla::foo-bar[?!]. Changes throughout
3510
3511 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3512
3513         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
3514
3515         * lily/beam.cc (calc_direction): take dir from visible stem in
3516         degenerate case.
3517
3518 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3519
3520         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
3521         Fix -1, >=0 boundary checks for unsigned vsize.
3522
3523         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
3524         loop for unsigned vsize.
3525
3526         * configure.in (--enable-std-vector): New option.
3527         (--enable-std-string): On by default.
3528
3529         * flower/include/std-vector.hh: New file.  Enable switch to
3530         std::vector, update client code.
3531
3532 2006-01-30  Graham Percival  <gpermus@gmail.com>
3533
3534         * scm/document-translation.scm: clarify "this context is also
3535         known as".  Thanks, Werner!
3536
3537         * Documentation/user/putting.itely: small fixes from Don Blaheta.
3538
3539         * Documentation/user/invoking.itely: small fix from Don.
3540
3541 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3542
3543         * scm/lily.scm (define-scheme-options): rename option
3544         preview-include-book-title to book-title-preview
3545         (define-scheme-options): move force-eps-font-include (from paper
3546         block) to eps-font-include -d option.
3547
3548         * VERSION (PATCH_LEVEL): release 2.7.30
3549
3550         * input/bach-schenker.ly (staffPiano): new file.
3551
3552         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
3553
3554         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
3555         credits to Nicolas.
3556
3557         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
3558
3559         * ps/lilyponddefs.ps: remove start-system, stop-system,
3560         start-page fluff. This saves putting { } code on the stack, fixing
3561         stack overflows when including EPS files.
3562
3563 2006-01-29  Graham Percival  <gpermus@gmail.com>
3564
3565         * Documentation/user/putting.itely: minor fixes (comments on -devel).
3566
3567 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3568
3569         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
3570
3571 2006-01-28  Graham Percival  <gpermus@gmail.com>
3572
3573         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
3574
3575 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3576
3577         * input/mutopia/claop.py: Update.
3578
3579 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3580
3581         * input/regression/completion-heads.ly (texidoc): fix.
3582
3583         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
3584
3585         * lily/tie-formatting-problem.cc
3586         (set_ties_config_standard_directions): use abs iso fabs for ints.
3587
3588         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
3589
3590         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
3591         little less than noteheight, to prevent overlaps in chords.
3592
3593         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
3594         head, and fudge stem-attachment.
3595
3596         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
3597
3598         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
3599
3600 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3601
3602         * lily/main.cc (main): Debugging aid: catch exceptions.
3603
3604         * flower/std-string.cc (to_string): Robustification.  Fixes midi
3605         output with std::string.
3606
3607 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3608
3609         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
3610
3611 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3612
3613         * Fix -DSTRING_UTILS_INLINED.
3614
3615 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3616
3617         * VERSION (PATCH_LEVEL): release 2.7.29
3618
3619         * lily/relocate.cc (setup_paths): mingw uses std string too.
3620
3621         * lily/*.cc: various fixes for substr(ARG).
3622
3623         * lily/sustain-pedal.cc (print): 
3624
3625         * flower/file-name.cc (slashify): use std strings.
3626
3627         * flower/string-convert.cc: remove publib.h
3628
3629         * scm/define-markup-commands.scm (verbatim-file): new markup
3630         command \verbatim-file
3631
3632         * Documentation/topdocs/NEWS.tely: fixup URLs
3633
3634         * input/regression/alignment-vertical-manual-setting.ly (Module):
3635         new file.
3636
3637         * lily/align-interface.cc (align_elements_to_extents): overwrite
3638         translations with numbers in alignment-offsets from left bound
3639
3640         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
3641         (page-translate-systems): new function: take into account Y-offset.
3642
3643         * Documentation/topdocs/NEWS.tely (Top): document new features.
3644
3645         * input/regression/page-layout-manual-position.ly (Module): new
3646         file.
3647
3648 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3649
3650         * flower/file-path.cc (path::parse_path): Oops.
3651
3652         * Finish std::string interface.  For now, use std:: marker
3653         throughout for easy s/r.
3654
3655 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3656
3657         * Documentation/user/putting.itely (Score is a single musical
3658         expression): typo.
3659         (Score is a single musical expression): more typos.
3660
3661         * scm/page.scm (annotate-space-left): thinko.
3662         (annotate-page): more thinkos.
3663
3664 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3665
3666         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
3667         for different \score blocks separately.
3668         (post-process-pages): put write-page-layout into paper block.
3669
3670         * lily/output-def.cc (get_parser): new file.
3671
3672         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
3673         file.
3674
3675         * lily/include/output-def.hh (class Output_def): add parser_ member.
3676
3677         * input/regression/page-layout-twopass.ly (Module): new file.
3678
3679         * scm/lily.scm: remove cpp hack.
3680
3681         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
3682
3683 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3684
3685         * GNUmakefile.in (c-clean): New target.
3686
3687         * flower/include/std-string.hh: String/std::string compatibility:
3688         Use NPOS for `not found' (iso -1), use ssize for length () and pos
3689         type.
3690
3691         * flower/rational.cc: 
3692         * flower/include/rational.hh: 
3693
3694         * flower/offset.cc: 
3695         * flower/include/offset.hh: 
3696
3697         * flower/interval.cc: 
3698         * flower/include/interval.hh: 
3699
3700         * flower/string-convert.cc: 
3701         * flower/include/string-convert.hh: Use std::string [interface].
3702         Update callers.
3703
3704 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
3705
3706         * Documentation/index.html.in: clean up.
3707
3708 2006-01-25  Graham Percival  <gpermus@gmail.com>
3709
3710         * Documentation/user/putting.itely: another new untested doc section.
3711
3712 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3713
3714         * scm/layout-page-layout.scm (write-page-breaks): write
3715         \spacingTweaks #ALIST. Handle grace timing.
3716
3717         * scm/: more imports.
3718
3719         * scm/page.scm (make-page): add footer/header.
3720         (annotate-space-left): revise: only take page argument.
3721         (layout->page-init): new function.
3722
3723         * scm/layout-page-layout.scm (write-page-breaks): preliminary
3724         version of the system/spacing/linebreak hack writing to the output
3725
3726         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
3727         ly:make-prob.
3728
3729         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
3730         ly:spanner-bound
3731
3732 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3733
3734         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
3735
3736         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
3737
3738         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
3739         handling to page.scm
3740
3741         * lily/prob-scheme.cc (LY_DEFINE): new file.
3742         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
3743
3744         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
3745         prob functions.
3746
3747         * lily/music.cc (derived_mark): derive Music from Prob.
3748
3749         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
3750
3751         * lily/prob.cc (Module): Implement Prob (Property Object), object
3752         with shared and r/w property alists.  
3753
3754         * lily/include/prob.hh (Module): new file. Declare Prob.
3755
3756         * flower/string.cc: remove is_empty().
3757
3758         * flower/include/string.hh (class String): remove String:: qualifier.
3759
3760         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
3761         substitute appropriate functions.
3762
3763         * flower/include/string.hh (class String): remove to_str0 and
3764         is_empty(). S&R everywhere.
3765
3766 2006-01-23  Graham Percival  <gpermus@gmail.com>
3767
3768         * Documentation/user/basic-notation.itely: add hairpin
3769         after-linebreak tweak to commonprop.
3770
3771         * Documentation/user/putting.itely: added two new sections.
3772
3773 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3774
3775         * flower/international.cc: 
3776         * flower/include/international.hh: 
3777
3778         * flower/getopt-long.cc: 
3779         * flower/include/getopt-long.hh: Use std::string [interface].
3780         Update callers.
3781
3782         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
3783
3784         * stepmake/stepmake/executable-rules.make: Add dependency on
3785         module libraries.
3786
3787 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3788
3789         * flower/file-path.cc: 
3790         * flower/include/file-path.hh: Use std::string [interface].
3791         Update callers.
3792
3793         * flower/direction.cc: 
3794         * flower/axis.cc: Unused.  Remove.
3795
3796         * configure.in (--enable-std-string): New option.
3797
3798         * flower/std-string.cc: 
3799         * flower/include/std-string.hh: New file.
3800
3801         * flower/file-name.cc[STD_STRING]:
3802         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
3803
3804 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3805
3806         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
3807
3808         * scm/define-markup-commands.scm (with-dimensions):
3809         with-dimensions markup command.
3810
3811         * input/test/font-table.ly: use it.
3812
3813         * lily/open-type-font.cc (glyph_list): new function.
3814
3815         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
3816
3817         * lily/ttf.cc: remove ly:font-glyph-list scheme function
3818
3819 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3820
3821         * ly/music-functions-init.ly (parallelMusic): new music function
3822         for parallel music entry.
3823
3824         * scm/define-music-properties.scm (all-music-properties): new
3825         'void music property
3826
3827         * scm/music-functions.scm (ly:music-message): make public, to be
3828         used in music function definitions
3829
3830         * scm/lily-library.scm (collect-music-for-book): discard music
3831         when the 'void property is set.
3832
3833 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3834
3835         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
3836
3837         * mf/GNUmakefile: idem.
3838
3839         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
3840
3841         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
3842
3843         * Documentation/user/notation-appendices.itely (The Feta font):
3844         use it.
3845
3846         * input/test/font-table.ly: new file. Generate font table within lily.
3847
3848         * Documentation/user/notation-appendices.itely (The Feta font):
3849         use new font-table.ly file. 
3850
3851         * stepmake/stepmake/install-out-targets.make
3852         (local-install-outfiles): only create directory if
3853         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
3854
3855 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3856
3857         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
3858
3859         * VERSION (PACKAGE_NAME): release 2.7.28
3860
3861         * scm/framework-ps.scm (write-preamble): use it to pick exactly
3862         the right font from a Mac dfont.
3863         (write-preamble): don't forget directory, only look at files.
3864
3865         This fixes problems with TTF files in dfonts that don't match
3866         their PostScript names.
3867          
3868         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
3869         PS name from TTF font.
3870
3871         * input/regression/tie-manual.ly: document new feature.
3872
3873         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
3874
3875         * VERSION (MY_PATCH_LEVEL): bump to .28
3876
3877         * Documentation/user/basic-notation.itely (Ties): add tie examples
3878         refs.
3879
3880         * lily/tie-formatting-problem.cc (score_ties_configuration):
3881         symmetry penalties for outer ties.
3882
3883 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3884
3885         * lily/tie-formatting-problem.cc (generate_configuration) 
3886         (set_manual_tie_configuration): skip non-pair manual
3887         tie-configuration, so you can set individual ties as
3888
3889           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
3890
3891         * input/regression/tie-chord.ly: use generateTiePattern to
3892         simplify file.
3893
3894         * lily/tie-formatting-problem.cc (peak_around): new function.
3895         (score_configuration): use sliding criterion for staff line collisions. 
3896         (score_configuration): idem for dot collisions.
3897         (generate_configuration): use separate stem_gap for gap to stem.
3898
3899         * lily/include/tie-formatting-problem.hh (struct Tie_details):
3900         separate penalty factors for x and y distance.
3901         (struct Tie_details): separate penalties for tip and center line collisions.
3902
3903 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
3904
3905         * lily/tie-formatting-problem.cc (generate_configuration): make
3906         large ties avoid stafflines in the horizontal section.
3907         (score_configuration): use softcoded penalties
3908         (score_aptitude): idem.
3909
3910         * lily/tie-helper.cc (from_grob): softcode tie details
3911
3912         * lily/staff-symbol-referencer.cc (on_staff_line): new function
3913
3914         * lily/staff-symbol-referencer.cc (on_line): rename from
3915         on_staffline 
3916
3917 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3918
3919         * ly/music-functions-init.ly: remove duplicate tag.
3920
3921         * lily/include/*.hh: GCC 4.1 fixes.
3922
3923 006-01-16  Erlend Aasland  <erlenda@gmail.com>
3924
3925         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
3926
3927         * scm/define-music-types.scm: fix bug in desc. string
3928         for OverrideProperty
3929
3930 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
3931
3932         * scripts/lilypond-book.py: bugfix
3933
3934         * scm/define-music-types.scm: fix typos.
3935
3936 2006-01-14  Graham Percival  <gpermus@gmail.com>
3937
3938         * Documentation/user/ basic-notation.itely, global.itely,
3939         advanced-notation.itely, instrument-notation.itely: small
3940         additions (bugs and commonly tweaked properties).
3941
3942 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3943
3944         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
3945         detection of mingw build.
3946         (MINGW_BUILD): opps.
3947
3948 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3949
3950         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
3951         i686-mingw32.
3952
3953 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3954
3955         * scm/music-functions.scm (skip->rest): add skip->rest
3956
3957 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3958
3959         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
3960         explicitly.
3961
3962         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
3963         config dirs. Aids debugging. 
3964         (display_config): also display config files.
3965
3966 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3967
3968         * VERSION: release 2.7.27
3969
3970         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
3971         for determining bar size.
3972
3973         * lily/staff-symbol.cc (print): place lines at distance line-positions
3974
3975         * scm/define-grob-properties.scm (all-user-grob-properties): add
3976         line-positions.
3977
3978         * lily/staff-symbol.cc (height): new function.
3979
3980         * input/regression/staff-line-positions.ly:  new file.
3981
3982 2006-01-06  Graham Percival  <gpermus@gmail.com>
3983
3984         * input/test/add-staccato.ly: remove reference to old file.
3985
3986 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3987
3988         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
3989         lilypond binary too.
3990
3991 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3992
3993         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
3994
3995 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3996
3997         * scripts/midi2ly.py: Bugfix: Declare datadir.
3998
3999         * make/ly-rules.make:
4000         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
4001         that seems to be gone). Fixes make web.
4002
4003         * The grand 2005-2006 replace.
4004
4005         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
4006
4007 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4008
4009         * make/lilypond-vars.make: set LILYPOND_BINARY variable
4010         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
4011         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
4012         like -dgs-font-load.
4013
4014         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
4015         remove absolute path to lilypond binary.
4016         
4017 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
4018
4019         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
4020
4021 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4022
4023         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
4024
4025         * mf/GNUmakefile: remove broken dvips map symlink.
4026
4027 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4028
4029         * lily/main.cc: 
4030         * configure.in: Cosmetic fixes.
4031
4032 2006-01-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4033
4034         * Documentation/user/music-glossary.tely (Pitch names): Added
4035         Spanish pitch names and durations, thanks to Ernesto Gancedo
4036
4037 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4038
4039         * scm/lily.scm (define-scheme-options): use quasi-quote for option
4040         init. Fixes verbose printing of .scm files.
4041
4042         * stepmake/aclocal.m4: add spaces before - options.
4043         
4044 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4045
4046         * lily/relocate.cc (setup_paths): Bugfix: do not store result
4047         of path search in local block variable.
4048
4049 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4050
4051         * configure.in (NCSB_DIR): --enable-ncsb-dir
4052         (LINK_GXX_STATICALLY): denko.
4053
4054         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
4055
4056         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
4057         use locate to find c059033l.pfb. 
4058         
4059 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4060
4061         * lily/tie-formatting-problem.cc
4062         (problem::generate_base_chord_configuration): Use my_round (was
4063         round).
4064
4065         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
4066         do not invoke mbrtowc.
4067
4068         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
4069
4070 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4071
4072         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
4073
4074 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
4075
4076         * Documentation/user/invoking.itely (svg): revise.
4077
4078 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4079
4080         * lily/lexer.ll: use sourcefilename iso. renameinput.
4081
4082 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4083
4084         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
4085         <PostScriptName>.ttf instead of c059XXXttf.
4086
4087         * lily/program-option.cc (LY_DEFINE): special support for
4088         --verbose, so it works before option init too.
4089  
4090         * mf/GNUmakefile (local-install): oops.
4091
4092         * lily/lyric-hyphen.cc (print): oops.
4093
4094         * buildscripts/pfx2ttf.fontforge: new file.
4095         
4096         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
4097         ($(outdir)/%.ttf): new rule. 
4098
4099         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
4100         to LyricHyphen.
4101
4102         * lily/lyric-hyphen.cc (print): multiply hyphen height by
4103         font-size
4104
4105 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4106
4107         * VERSION: release 2.7.26
4108         
4109         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
4110
4111 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4112
4113         * lily/font-config.cc (init_fontconfig): verbosity.
4114
4115         * THANKS: add Muziekacademie Lede. 
4116
4117         * scripts/musicxml2ly.py (print_voice_definitions): new function 
4118         (print_score_setup): new function
4119         (convert): read part definition to output staves properly.
4120
4121         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
4122         Music_xml notes.
4123
4124         * python/musicexp.py (Output_printer.__init__): use _ in data
4125         members.
4126         (Output_printer.unformatted_output): new function: no formatting,
4127         but count braces.
4128         (Duration.get_length): remove isinstance() checks for
4129         Output_printer everywhere.
4130
4131         * input/regression/lyrics-bar.ly (texidoc): add
4132         Separating_line_group_engraver.
4133
4134 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4135
4136         * lily/relocate.cc (framework_relocation): New function,
4137         factored from set_relocation ().
4138         (prefix_relocation): Rename from set_relocation ().
4139         (setup_paths): Use it.
4140
4141 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4142
4143         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
4144         numbers. Patch by Erlend Aasland.
4145
4146 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4147
4148         * lily/font-config.cc (init_fontconfig): print warning if cache
4149         file is not existant.
4150
4151         * lily/main.cc: don't use #ifdef but #if
4152
4153 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4154
4155         * lily/grob-property.cc (internal_set_property): don't abort on
4156         calculation-in-progress.
4157
4158         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
4159
4160         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
4161         connect-to-neighbor property not connect-to-other
4162
4163         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
4164         (LY_DEFINE): oops. don't forget protection.
4165
4166         * flower/parse-afm.cc (Module): strip AFM handling completely.
4167
4168         * lily/stencil-expression.cc: idem.
4169
4170         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
4171
4172         * lily/function-documentation.cc (ly_add_function_documentation):
4173         use static member iso. Protected_scm
4174
4175         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
4176
4177         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
4178
4179 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4180
4181         * lily/relocate.cc (set_env_dir): New function.
4182         (set_relocation): Use it to fix setting PANGO_PREFIX.
4183
4184 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4185
4186         * input/regression/stem-direction-context.ly: remove rest.
4187
4188         * lily/melody-engraver.cc (process_music): restart for bar lines.
4189         (acknowledge_slur): restart for slurs.
4190
4191 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
4192
4193         * Documentation/user/invoking.itely: describe how to view SVG 
4194         output using Inkscape which replace embedded fonts with OTF fonts.
4195
4196 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4197
4198         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
4199
4200 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4201
4202         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
4203         comment.
4204
4205 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4206
4207         * VERSION (PACKAGE_NAME): release 2.7.25
4208
4209         * Documentation/topdocs/NEWS.tely (Top): document new feature.
4210
4211         * input/regression/stem-direction-context.ly: new file.
4212
4213         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
4214
4215         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
4216         on rest.
4217
4218         * ly/engraver-init.ly: add Melody_engraver
4219
4220         * lily/beam.cc (calc_direction): use default-direction
4221         iso. get_default_direction()
4222
4223         * scm/define-grob-properties.scm (all-user-grob-properties): add
4224         default-direction property.
4225
4226         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
4227
4228         * lily/stem.cc (calc_default_direction): remove
4229         Stem::get_default_direction, use default-direction with callback
4230         instead.
4231
4232         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
4233
4234         * lily/melody-engraver.cc: new file. Acknowledge stems for
4235         interpolated stem directions. 
4236
4237         * lily/melody-spanner.cc: new file. Interpolate stem directions.
4238
4239         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
4240
4241         * lily/slur-configuration.cc (fit_factor): more robust check for
4242         point in curve X-extent.
4243
4244         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
4245         (outside_slur_callback): check for 'outside avoidance.
4246
4247         * lily/slur-configuration.cc (score_extra_encompass): don't use
4248         bound->column() == avoid->column() for checking extents, as this
4249         doesn't work for accidentals. 
4250
4251         * lily/slur-engraver.cc (acknowledge_extra_object): remove
4252         DynamicText hardcoding.
4253
4254         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
4255         crash if bound stem is NULL
4256
4257         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
4258         pedals.
4259
4260 2005-12-22  Graham Percival  <gpermus@gmail.com>
4261
4262         * scm/define-markup-commands.scm: typo.  @code{\raise}
4263         => @code{\\raise}.
4264
4265         * darwin.patch: now used again, includes a
4266         required patch from fink.
4267
4268 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
4269
4270         * po/TODO: mention gtranslator along with kbabel.
4271         * po/fi.po: update translations.
4272
4273 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4274
4275         * lily/relocate.cc (setup_paths): Bugfix.
4276
4277 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4278
4279         * lily/slur-configuration.cc (score_extra_encompass): don't use
4280         "avoid" choice for avoid-slur.
4281
4282         * stepmake/bin/install.py (dest): don't create existing dir.
4283
4284 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4285
4286         * stepmake/bin/install.py: Remove file before copying.
4287
4288         * config.make.in: 
4289         * stepmake/aclocal.m4: Do not substitute INSTALL.
4290
4291 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4292
4293         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
4294         depend on link-tree.
4295
4296         * lily/relocate.cc (setup_paths): only check path for non-absolute
4297         dir without directory part.
4298
4299         * flower/file-name.cc (is_absolute):  new method.
4300         (is_absolute): check root_ too.
4301
4302 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4303
4304         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
4305         relocation code.  Oops, don't comment out too much.
4306
4307         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
4308         iso itself.
4309
4310         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
4311         compile.
4312
4313 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4314
4315         * .cvsignore: Add install-sh.
4316
4317         * autogen.sh (srcdir): Typo.
4318
4319 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4320
4321         * autogen.sh (srcdir): urg. Touch install-sh.
4322
4323         * stepmake/bin/install-sh (Module): remove.
4324
4325         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
4326
4327         * lily/include/relocate.hh: new file.
4328
4329         * lily/relocate.cc: new file. Contain relocation logic.
4330
4331         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
4332         (main): read LILYPOND_VERBOSE as the first thing.
4333
4334         * stepmake/aclocal.m4: remove INSTALL variable.
4335
4336         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
4337         separate target for making font symlinks.
4338         (documentation-dir): use $(if $(findstring )) for switching off
4339         Documentation.
4340
4341         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
4342         something if DOCUMENTATION is no.
4343
4344 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4345
4346         * VERSION: release 2.7.24
4347
4348         * lily/script-column-engraver.cc (stop_translation_timestep):
4349         delay adding to script-column.
4350
4351         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
4352
4353         * python/convertrules.py (conv): rule for number-visibility
4354
4355         * lily/slur-configuration.cc (score_extra_encompass): different
4356         distance measure for avoid and inside avoidance.
4357         (score_extra_encompass): use 1/(distance+eps) as penalty.
4358
4359         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
4360         encompass objects for generating slur curves.
4361
4362         * lily/slur.cc: use details iso. slur-details property.
4363
4364         * input/regression/slur-tuplet.ly: new file.
4365
4366         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
4367
4368         * flower/include/offset.hh (class Offset): new operator /=
4369
4370         * lily/tuplet-number.cc (print): new file, new interface.
4371
4372         * scm/define-grob-properties.scm (all-user-grob-properties):
4373         remove number-visibility property.
4374
4375         * lily/tuplet-bracket.cc (calc_control_points): new function
4376         (calc_connect_to_neighbors): new function.
4377         (print): remove text handling for tuplet numberdef.
4378
4379         * lily/tuplet-engraver.cc (struct Tuplet_description): create
4380         TupletNumbers too. 
4381
4382         * lily/lily-guile.cc (robust_scm2booldrul): new function
4383
4384         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
4385
4386         * lily/tuplet-bracket.cc (calc_position_and_height): use
4387         staff-padding to control whether tuplet brackets are over staves.
4388
4389         * lily/grob.cc (suicide): clear dim_caches_.
4390
4391         * lily/dimension-cache.cc (clear): new function.
4392
4393         * lily/grob.cc (extent): swap order of min-extent and extent
4394         calculations. This fixes hara kiri staves. 
4395
4396 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4397
4398         * lily/main.cc: Nitpick: relocation is not based on path, but on
4399         directory (location).
4400
4401 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4402
4403         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
4404
4405         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
4406
4407         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
4408
4409         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
4410
4411         * stepmake/stepmake/generic-vars.make (Module): idem.
4412
4413         * stepmake/stepmake/executable-targets.make (default): use it.
4414
4415         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
4416
4417         * make/GNUmakefile: don't install make rules.
4418
4419         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
4420         slashes.
4421         (prepend_env_path): more verbosity.
4422
4423 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4424
4425         * GNUmakefile.in: add dir argument for find command.
4426
4427         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
4428         fixes weird line numbers for point & click.
4429
4430         * lily/source-file.cc (get_counts): init line/column/char counts.
4431
4432 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4433
4434         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
4435
4436 2005-12-16  Graham Percival  <gpermus@gmail.com>
4437
4438         * Documentation/user/basic-notation.itely, advanced-notation.itely:
4439         minor fixes from Fredric.  Thanks!
4440
4441 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4442
4443         * ly/music-functions-init.ly: add \bar and \clef music function 
4444
4445         * lily/lily-lexer.cc: idem.
4446
4447         * lily/parser.yy (FIXME): remove BAR and CLEF.
4448
4449 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4450
4451         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
4452
4453         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
4454         function arguments too
4455
4456         * lily/main.cc (set_relocation): new function.
4457
4458         * scripts/musicxml2ly.py (convert): add \version
4459
4460         * lily/tie.cc: remove get_default_attachments()
4461
4462         * VERSION (PACKAGE_NAME): release 2.7.23
4463         
4464         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
4465         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
4466
4467         * Documentation/topdocs/NEWS.tely (Top): document new feature.
4468
4469         * lily/tie-formatting-problem.cc (score_ties): new function
4470         (get_variations): new function. Try flipping dirs for collisions.
4471         (generate_optimal_chord_configuration): new function. 1-opt search
4472         for better configuration.
4473
4474         * lily/tie-configuration.cc: new file.
4475
4476         * lily/tie.cc: junk Tie::get_configuration()
4477
4478         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
4479         (score_ties_configuration): new function.
4480         (generate_ties_configuration): new function.
4481         (generate_base_chord_configuration): new function.
4482         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
4483         (set_manual_tie_configuration): Move body from tie-column-format.cc 
4484
4485         * input/regression/tie-dot.ly: new file.
4486
4487         * lily/tie-formatting-problem.cc (score_configuration): score
4488         tie/dot collisions.
4489
4490         * lily/tie-helper.cc (get_transformed_bezier): new function
4491
4492         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
4493
4494         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
4495         -undefined suppress iso. -framework Python 
4496
4497         * scm/define-grobs.scm (all-grob-descriptions): set
4498         springs-and-rods (thanks Joe Neeman!)
4499
4500 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4501
4502         * input/no-notation/display-lily-tests.ly (test): 
4503         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
4504         changed from \tag #'(a b) to \tag #'a \tag #'b
4505
4506 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4507
4508         * Documentation/topdocs/NEWS.tely: strip out-www.
4509
4510         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
4511
4512         * config.make.in (AR): add AR and RANLIB
4513
4514         * flower/libc-extension.cc: include cassert
4515
4516         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
4517         darwin check.
4518
4519 2005-12-11  Graham Percival  <gpermus@gmail.com>
4520
4521         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
4522
4523         * stepmake/stepmake/python-modules-vars.make: define
4524         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
4525
4526         * THANKS: added Johannes Schindelin.
4527
4528 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4529
4530         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
4531
4532         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
4533         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
4534
4535         * lily/parser.yy: reorganize file layout.
4536
4537         * ly/music-functions-init.ly: add tweak music function.
4538
4539         * lily/grob-info.cc (ultimate_music_cause): new function:
4540         recursively lookup causes. 
4541
4542         * lily/parser.yy (chord_body_element): allow music functions for
4543         post-events, allow music functions for chord elements. 
4544  
4545         * lily/font-config-scheme.cc (display_fontset): add cast.
4546
4547         * python/convertrules.py (FatalConversionError.sub_syms): \tag
4548         #'(a b) -> \tag #'a \tag #'b rule.
4549
4550         * python/musicexp.py (Output_printer.dump_version): new function
4551
4552 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4553
4554         * lily/parser.yy (FIXME): remove \tag
4555         (FIXME): remove tag_music() function.
4556
4557         * lily/lily-lexer.cc: remove \tag
4558
4559         * ly/music-functions-init.ly: define music-function "tag"
4560
4561         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
4562
4563 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4564
4565         * VERSION (PATCH_LEVEL): release 2.7.22
4566
4567         * input/regression/lyric-hyphen-retain.ly: renew.
4568
4569         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
4570         grob
4571
4572         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
4573         iso. minimum-length property for rods.
4574
4575         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
4576         LyricSpace item to keep lyrics spaced apart.
4577
4578         * ly/engraver-init.ly: remove Separating_line_group_engraver
4579
4580         * Documentation/user/music-glossary.tely: do setfilename before
4581         music-glossary.
4582
4583 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
4584
4585         * Documentation/user/lilypond-book.itely: use `,´ after xref:
4586         See xref documentation, for example.
4587
4588 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4589
4590         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
4591         pending_skip iso. ly_voice[-1]
4592         (main): add if __main__ for debugging.
4593
4594         * python/musicxml.py (Accidental.__init__): new class.
4595
4596         * scripts/musicxml2ly.py (progress): new function
4597         (musicxml_key_to_lily): don't barf on modeless keys.
4598         (create_skip_music): new function.
4599         (musicxml_spanner_to_lily_event): new function. Handle beams too.
4600         (musicxml_note_to_lily_main_event): new function.
4601
4602         * python/musicexp.py (Music.__init__): add comment field.
4603         (NestedMusic.append): new routine.
4604         (SequentialMusic.print_ly): print comment.
4605         (ArpeggioEvent.ly_expression): new class
4606         (BeamEvent.ly_expression): new class
4607         (NoteEvent.__init__): support for cautionary/forced accs.
4608
4609         * lily/lookup.cc (slur): normal order for array loop.
4610
4611         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
4612         to 0.0.
4613
4614         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
4615         collapsed.
4616
4617 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
4618
4619         * scm/music-functions.scm: Make phrasing slurs follow voice direction
4620
4621         * scripts/lilypond-book.py: Introduce option
4622             --preserve-line-breaks, for usage with srcltx
4623
4624 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4625
4626         * scm/output-lib.scm (print-circled-text-callback): draw circle
4627         around text using make-circle-markup.
4628
4629         * Documentation/user/*: strip out-www from file names.
4630
4631 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
4632
4633         * Documentation/user/lilypond.tely (direntry): remove empty lines;
4634         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
4635
4636 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4637
4638         * Documentation/user/GNUmakefile: idem.
4639
4640         * Documentation/user/macros.itexi: strip out-www
4641
4642         * python/rational.py: python 2.3 compat.
4643
4644         * VERSION (PATCH_LEVEL): release 2.7.21
4645
4646         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
4647         option formatting, lilypond style.
4648
4649         * python/musicexp.py: grab from Ikebana: a library for composing
4650         ly music expressions. 
4651         (Output_printer): class for advanced .ly printing.
4652         (eg. tupletting) 
4653
4654         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
4655         convert to pythonesque structure.
4656
4657         * python/rational.py: PD rational number class.
4658
4659         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
4660
4661 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
4662
4663         * lily/part-combine-iterator.cc: Minor bugfix
4664         
4665         * THANKS: Update bughunters
4666
4667 2005-12-02  Werner Lemberg  <wl@gnu.org>
4668
4669         * mf/README: Document process for proper mf2pt1 conversion.
4670
4671         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
4672         overlapping.
4673
4674         * mf/feta-harmonica.mf: Removed.  Unused.
4675
4676 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4677
4678         * scripts/lilypond-book.py (do_file): fix thinkos.
4679
4680 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4681
4682         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
4683         ($(outdir)/parser.cc): 
4684         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
4685
4686 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
4687
4688         * ly/titling-init.ly (tagline): it should be a space between
4689         "Music engraving by LilyPond" and the version number.
4690
4691 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4692
4693         * VERSION (PACKAGE_NAME): release 2.7.20
4694
4695 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4696
4697         * scm/define-markup-commands.scm (pad-to-box): new markup command.
4698
4699         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
4700         1.0.
4701         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
4702
4703 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4704
4705         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
4706
4707         * kpath-guile/: remove directory
4708
4709         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
4710         file. Encapsulate kpathsea using commandline tools.
4711
4712         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
4713         kpathsea) module.
4714
4715 2005-11-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4716
4717         * Documentation/user/advanced-notation.itely (Setting automatic
4718         beam behavior): Correct a few typos. Thanks to David Bobroff.
4719
4720         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
4721         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
4722
4723 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4724
4725         * scripts/*.py: gmane address for bugs.
4726
4727 2005-11-28 Pal Benko <benkop@freestart.hu>
4728         
4729         * make/ly-rules.make: add -f switch to mv
4730
4731         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
4732
4733         * lily/bar-line.cc: interpret it
4734
4735 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4736
4737         * configure.in (--disable-documentation): New switch.
4738
4739         * GNUmakefile.in: Use it.
4740
4741         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
4742
4743 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4744
4745         * scripts/lilypond-book.py (do_file): search chunks for
4746         \\begin{document}
4747
4748         * GNUmakefile.in: add copy step in between so we can lose the
4749         out-www directories.
4750
4751 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4752
4753         * lily/pango-font.cc (pango_item_string_stencil): put
4754         geometry.width into glyph-string too.
4755
4756 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4757
4758         * scm/define-music-display-methods.scm (RevertProperty):
4759         (OverrideProperty): Use grob-property-path property, a list of
4760         symbols, instead of grob-property, which used to be a single
4761         symbol.
4762         (BassFigureEvent): a figure can be a plain number, not necessarily a
4763         markup.
4764
4765 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4766
4767         * VERSION: release 2.7.19
4768         
4769         * lily/figured-bass-engraver.cc (process_music): check
4770         figuredBassCenterContinuations first.
4771
4772         * scm/translation-functions.scm (format-bass-figure): make double
4773         sharp larger. 
4774
4775         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
4776         determine X-parent.
4777
4778         * lily/system-start-delimiter-engraver.cc: move from
4779         Nested_system_start_delimiter_engraver, rename
4780         Nested_system_start_delimiter_engraver ->
4781         System_start_delimiter_engraver.
4782
4783         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
4784         bracket type from hierarchy.
4785
4786 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4787
4788         * lily/rest.cc (y_offset_callback): read staff-position.
4789
4790         * scm/define-grob-properties.scm (all-user-grob-properties): don't
4791         mark after-line-breaking-callback as internal.
4792
4793         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
4794
4795 2005-11-25  Werner Lemberg  <wl@gnu.org>
4796
4797         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
4798
4799 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4800
4801         * stepmake/bin/add-html-footer.py (do_file): add google
4802
4803         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
4804         staff if first_start_ is true.
4805
4806 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4807
4808         * scripts/midi2ly.py (split_track): add __repr__ members.
4809         (track_first_item): only return Item if not None. This fixes a
4810         problem when dumping a track that starts with an empty channel.
4811
4812         * python/midi.c: doc module.
4813
4814 2005-11-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4815
4816         * Documentation/user/global.itely (Creating MIDI files): Fix
4817         compilation problem.
4818
4819 2005-11-22  Graham Percival  <gpermus@gmail.com>
4820
4821         * Documentation/user/basic-notation.itely: clarify dynamic
4822         padding text.
4823
4824         * Documentation/user/advanced-notation.itely: add unicode
4825         escape control example, whatever that is.  :)
4826
4827         * Documentation/user/global.itely: added "removing dynamics
4828         from MIDI" code.
4829
4830 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4831
4832         * VERSION (PATCH_LEVEL): release 2.7.18
4833
4834         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
4835         System_start_delimiter_engraver by
4836         Nested_system_start_delimiter_engraver.
4837
4838         * lily/nested-system-start-delimiter-engraver.cc (struct
4839         Bracket_nesting_node): new class.
4840         (struct Bracket_nesting_group): new class
4841         (struct Bracket_nesting_staff): new class.
4842         (process_music): create hierarchy of grobs. This allows separate
4843         tuning of different SSDs. 
4844
4845         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
4846         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
4847
4848 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4849
4850         * lily/side-position-interface.cc (aligned_side): multiply
4851         staff_radius by 2.
4852
4853         * lily/script-engraver.cc (make_script_from_event): allow setting
4854         values to '()
4855
4856 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4857
4858         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
4859
4860         * scm/define-grobs.scm (all-grob-descriptions): new grob
4861         NestedSystemStartDelimiter.
4862
4863         * input/regression/system-start-heavy-bar.ly: new file.
4864
4865         * lily/nested-system-start-delimiter-engraver.cc: new file.
4866
4867         * lily/nested-system-start-delimiter.cc: new file.
4868
4869         * input/regression/system-start-nesting.ly: new file.
4870
4871         * scm/define-grobs.scm (all-grob-descriptions): use X side
4872         positioning for positioning braces for nested contexts.
4873
4874         * lily/system-start-delimiter.cc (print): don't divide extent by
4875         staff_space.
4876         (print): use style iso. glyph.
4877         (staff_bracket): translate glyph inside routine already.
4878
4879 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
4880
4881         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
4882         names.
4883
4884 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4885
4886         * scm/define-context-properties.scm
4887         (all-user-translation-properties): rename figuredBassFormatter
4888         from newFiguredBassFormatter.
4889
4890         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
4891
4892         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
4893
4894         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
4895
4896         * lily/beam.cc (calc_beaming): new function.
4897         (calc_shorten): new function.
4898
4899         * THANKS: add Edward Neeman.
4900
4901         * input/regression/accidental-clef-change.ly: new file.
4902
4903         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
4904
4905         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
4906
4907         * lily/clef-engraver.cc (inspect_clef_properties): reset
4908         localKeySignature for clef changes.
4909
4910 2005-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4911
4912         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
4913         add dummy definition that works in Linux and add information in
4914         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
4915
4916         * Documentation/user/changing-defaults.itely (Modifying context
4917         plug-ins): Add index for \with.
4918
4919         * Documentation/user/music-glossary.tely (dal segno): Updated
4920         example to version >=2.6.
4921
4922 2005-11-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4923
4924         * Documentation/user/instrument-notation.itely (Printing chord
4925         names): Reorder \chordmode and \repeat in one example.
4926
4927 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4928
4929         * VERSION: release 2.7.17
4930         
4931         * Documentation/topdocs/NEWS.tely (Top): add note about
4932         refactoring.
4933
4934         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
4935         new function. Search region of 3 positions for best tie.
4936         (score_configuration): new function.
4937         (score_aptitude): new function.
4938         (generate_configuration): new function.
4939         (get_configuration): new function.
4940         (Tie_formatting_problem): new function
4941
4942         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
4943
4944         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
4945
4946         * THANKS: add Eduardo Vieira & Ralph Little
4947
4948         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
4949         narrower.
4950
4951         * lily/include/tie-formatting-problem.hh (class
4952         Tie_formatting_problem): add Tie_details to
4953         Tie_formatting_problem. Update calling conventions.
4954
4955         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
4956         config.make.
4957
4958         * Documentation/user/lilypond.tely: remove musedata2ly entry.
4959
4960 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
4961
4962         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
4963         scm/define-context-properties.scm: Maintenance bugfix: make
4964         ligature brackets work again by removing obsolete ligature
4965         primitive callback push/pop.
4966
4967         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
4968         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
4969         value.
4970
4971 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
4972
4973         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
4974         used and do not call it a path.
4975         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
4976
4977 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4978
4979         * lily/include/tie-formatting-problem.hh (class
4980         Tie_formatting_problem): new file.
4981
4982         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
4983
4984         * Documentation/misc/ChangeLog-2.3:  new file.
4985
4986         * lily/audio-staff.cc (output): degarianize.
4987
4988 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4989
4990         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
4991         Unset PYTHONOPTIMIZE.  Fixes install if set.
4992
4993 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4994
4995         * python/convertrules.py (conv): add warning about drums. 
4996
4997         * make/stepmake.make: include toplevel-version.make after config.make.
4998
4999         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
5000         also allow python2.4
5001
5002         * config.make.in (configure-srcdir): remove GXX GCC vars.
5003
5004         * stepmake/aclocal.m4: don't do non-srcdir build with
5005         symlinks. Use inclusion, so the src directory name can be changed.
5006
5007 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5008
5009         * make/mutopia-vars.make:
5010         * make/ly-vars.make: Use src-wildcard iso wildcard for source
5011         files.
5012
5013 2005-11-13  Werner Lemberg  <wl@gnu.org>
5014
5015         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
5016         but the affected path.  This ensures that the (overlapping) outlines
5017         have the same direction, which is a necessary prerequisite for
5018         FontForge's algorithm to remove overlaps.
5019         Formatting.
5020
5021         * mf/feta-haak.mf: Formatting.
5022         (draw_bracket): Slightly modify outline to avoid an unnecessary
5023         corner.
5024         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
5025         them from the affected paths.
5026
5027 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5028
5029         * mf/README: remove xpm / accordion notes.
5030
5031         * lily/tie-column-format.cc (set_chord_outline): add dots into
5032         skyline extents. This fixes tie formatting if the left head has dots.
5033
5034         * lily/tie.cc (get_configuration): only shift tie by a whole staff
5035         space inside the staff.
5036         (get_configuration): shift another position if necessary in case
5037         of left head tie  
5038
5039 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5040
5041         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
5042         buildscript-dir iso. $(depth)/buildscripts.
5043
5044         * tex/GNUmakefile (local-uninstall): remove
5045         music-drawing-routines.ps juggling.
5046
5047         * stepmake/stepmake/install-targets.make (local-install-files):
5048         prepend src-dir to install targets.
5049
5050         * lily/system-start-delimiter-engraver.cc
5051         (acknowledge_system_start_delimiter): use
5052         add_offset_callback(). This fixes translation of nested
5053         staffgroups.
5054
5055         * lily/grob-closure.cc (add_offset_callback): only encaps in
5056         simple_closure if it's a procedure.
5057         
5058         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
5059         from bar-line.
5060
5061         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
5062         remove-empty where pertinent.
5063
5064 2005-11-12  Graham Percival  <gpermus@gmail.com>
5065
5066         * Documentation/user/instrument-notation.itely: added
5067         Cameron Horsburgh's multiple stanzas docs.  Thanks!
5068
5069 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5070
5071         * lily/GNUmakefile
5072         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
5073         make picture in builddir, not srcdir.
5074
5075 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5076
5077         * VERSION: release 2.7.16
5078         
5079         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
5080         shell arguments. 
5081
5082 2005-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5083
5084         * Documentation/user/examples.itely (Piano templates): Minor
5085         modification to the Piano centered lyrics example.
5086
5087 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5088
5089         * scripts/lilypond-invoke-editor.scm (run-browser): look at
5090         $BROWSER.
5091
5092         * Documentation/user/point-and-click.itely: simplify p&c
5093         instruction: don't configure firefox. Put lilypond-invoke-editor
5094         in front of the browser.
5095
5096         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
5097         (run-browser): new function.
5098
5099         * lily/parser.yy (Lily_lexer): recognize Book
5100
5101         * lily/book.cc (clone): new function
5102
5103         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
5104
5105 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
5106
5107         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
5108         Maintenance bugfix: reduce number of font related warnings by
5109         updating naming conventions for glyph-name.
5110
5111 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5112
5113         * scm/define-grobs.scm (all-grob-descriptions): add
5114         rhythmic-grob-interface to TabNoteHead.
5115
5116         * scm/layout-beam.scm (check-quant-callbacks): remove
5117         set_stem_lengths()
5118
5119 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
5120
5121         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
5122         alignment of centered divisiones.
5123
5124         * scm/scripts.scm (articulations): Maintenance bugfix:
5125         follow-into-staff -> quantize-position.
5126
5127         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
5128         plica head in porrectus deminutus.
5129
5130 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5131
5132         * make/lilypond.fedora.spec.in (Group): add %clean section.
5133
5134         * lily/tuplet-bracket.cc (print): change check: remove bracket if
5135         less then 1/5th of total length.  
5136         (print): use gap too.  Fixes tupletUp-single-bracket.ly
5137
5138         * scm/music-functions.scm (glue-mm-rest-texts): also put other
5139         events into EventChord. This fixes textspanners on mm rests. Fixes
5140         spanner-rest.ly
5141
5142         * lily/side-position-interface.cc (get_axis): read side-axis
5143         (set_axis): set side-axis.
5144
5145         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
5146         properties everywhere.
5147
5148         * lily/spacing-spanner.cc (breakable_column_spacing): add
5149         average-spacing-wishes. Take maximum if not set.
5150         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
5151
5152         * scm/define-grobs.scm (all-grob-descriptions): add
5153         average-spacing-wishes.
5154
5155         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
5156         offset callbacks. This fixes alignment for Fingering objects.
5157
5158         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
5159         space for key - timesig combination. 
5160
5161         * input/regression/script-stem-tremolo.ly (Module): new file.
5162
5163         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
5164         to key sig.
5165
5166         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
5167         Fixes: c-tremolo-script.ly.
5168         
5169         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
5170
5171         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
5172         
5173         * scm/define-grobs.scm (all-grob-descriptions): remove
5174         self-X-offset. Fixes alignment of octavate-8.
5175
5176         * scripts/lilypond-book.py (datadir): look in
5177         LILYPONDPREFIX/share/lilypond/current/
5178
5179         * GNUmakefile.in: symlink current to <VERSION>. 
5180
5181 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
5182
5183         * lily/main.cc: eps listed as a backend.
5184
5185 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5186
5187         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
5188
5189 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5190
5191         * lily/include/score.hh (class Score): remove texts_ member.
5192
5193         * lily/beam.cc (set_stem_lengths): force direction callback.
5194         (print): read quantized-positions, so we can force
5195         Beam::set_stem_lengths to occur.
5196         (rest_collision_callback): use common X parent. 
5197
5198 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5199
5200         * flower/file-path.cc (find): Bugfix: Return name of file found.
5201
5202         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
5203         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
5204         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
5205
5206 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5207
5208         * flower/offset.cc: idem.
5209
5210         * mf/*.mf: update email address.
5211
5212         * lily/font-config-scheme.cc:  new file.
5213
5214         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
5215
5216         * lily/*:  cs.uu.nl -> xs4all.nl
5217
5218         * VERSION (PATCH_LEVEL): release 2.7.15
5219
5220         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
5221         spec files.
5222
5223         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
5224
5225 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5226
5227         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
5228
5229         * lily/staff-performer.cc (process_music): add audio
5230         elements. This makes MIDI instrument changes work once again.
5231
5232         * lily/main.cc (LY_DEFINE): add gmane address.
5233
5234         * lily/beam.cc: remove calc_positions()
5235
5236         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
5237         original_ in private scope.
5238         (class Grob): drop pscore_ pointer, change to output_def pointer.
5239         (class Grob): cleanup class definition.
5240
5241         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
5242
5243 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5244
5245         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
5246         absolute.  Better diagnostics.
5247
5248         * GNUmakefile.in: Add bin/ to tree and populate with some links.
5249         This makes lilypond run from the build directory using argv0
5250         relocation (without any --prefix or LILYPONDPREFIX setting).
5251
5252 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5253
5254         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
5255
5256         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
5257         with simple-closure.
5258
5259         * lily/self-aligment-interface.cc (set_align_self): new function
5260         (set_center_parent): new function.
5261
5262         * lily/side-position-interface.cc (set_axis): new function.
5263
5264         * lily/new-fingering-engraver.cc (position_scripts): use drul for
5265         generic code. 
5266
5267         * scm/define-grob-properties.scm (all-user-grob-properties):
5268         remove [XY]-offset-callbacks add [YX]-offset
5269         
5270 2005-11-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5271
5272         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
5273         entry for time signatures after breathing signs. Bug report by
5274         Scott Russell.
5275
5276 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5277
5278         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
5279         not absolute, make it absolute using PATH.
5280
5281 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5282
5283         * python/midi.c (initmidi): Fix type for mingw.
5284
5285 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5286
5287         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
5288
5289         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
5290         cross compiling.
5291
5292         * stepmake/aclocal.m4: Support python cross compiling.
5293
5294         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
5295         Add mingw section.
5296
5297 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5298
5299         * scm/output-lib.scm (chain-grob-member-functions): replace
5300         chained-callback.cc
5301
5302         * lily/chained-callback.cc (Module): remove file.
5303
5304         * lily/rest-collision.cc (force_shift_callback_rest): change to
5305         chained callback.
5306
5307         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
5308
5309         * lily/grob.cc (y_parent_positioning): remove axis argument from
5310         parent_positioning callbacks.
5311         (Grob): junk init code
5312         (get_offset): use generic property callbacks for
5313         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
5314         (axis_parent_positioning): new function
5315         (axis_offset_symbol): new function
5316         (chain_offset_callback): new function
5317         (add_offset_callback): new function
5318
5319         * lily/beam.cc (rest_collision_callback): change signature; this
5320         is now a chained callback.
5321
5322         * lily/include/dimension-cache.hh (class Dimension_cache): remove
5323         callback administration.
5324
5325         * lily/simple-closure.cc: new file. Smob type that allows "grob
5326         member functions",
5327
5328             (ly:make-simple-closure FUNC A B)
5329
5330         is evaluated as (FUNC grob A B). This allows chaining of callbacks
5331         in various ways.
5332
5333         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
5334         callbacks.
5335
5336         * lily/slur.cc (outside_slur_callback): take 2 arguments.
5337
5338         * lily/rest.cc (polyphonic_offset_callback): remove.
5339
5340         * lily/script-engraver.cc (try_music): remove bool* argument.
5341
5342         * scm/script.scm (default-script-alist): set quantize-position
5343         appropriately.
5344
5345         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
5346
5347         * lily/side-position-interface.cc (aligned_side): move staff
5348         position quantization from
5349         Side_position_interface::quantised_position().
5350         (quantised_position): remove
5351         
5352 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5353
5354         * input/regression/beam-quant-standard.ly: reindent, set
5355         debug-beam-quanting to #t.
5356
5357         * lily/beam-concave.cc (calc_concaveness): set concaveness to
5358         10000 if this is a "hard" concave beam.
5359
5360         * lily/beam.cc (calc_least_squares_positions): change from
5361         calc_least_squares_dy
5362         (set_stem_lengths): this is now a chained callback.
5363
5364         * lily/context-property.cc (execute_general_pushpop_property):
5365         bugfix override with procedure should have effect.
5366
5367         * scm/define-grob-properties.scm (all-internal-grob-properties):
5368         remove position-callbacks.
5369
5370         * scm/define-grobs.scm (all-grob-descriptions): use
5371         ly:make-callback-chain for positions property.
5372
5373         * scm/layout-beam.scm (check-quant-callbacks): return list of
5374         chained callbacks.
5375
5376         * scm/lily.scm (type-p-name-alist): add callback-chain
5377
5378         * lily/lily-guile.cc (type_check_assignment): type check failure
5379         is warning not message.
5380
5381         * lily/grob-property.cc (try_callback): walk callback chain if
5382         appropriate.
5383
5384         * lily/chained-callback.cc: new file. new smob type.
5385
5386         * lily/lily-guile.cc (procedure_arity): new function.
5387
5388 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5389
5390         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
5391
5392 2005-10-25  John Mandereau  <john.mandereau@free.fr>
5393  
5394         * Documentation/user/instrument-notation.itely (Figured bass):
5395         describe new features
5396
5397 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5398
5399         * lily/beam.cc (calc_least_squares_dy): use property callback.
5400
5401         * lily/beam-concave.cc (calc_concaveness): use property callback.
5402
5403         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
5404
5405 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5406
5407         * HACKING: Update.
5408
5409 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5410
5411         * scm/layout-page-layout.scm (page-headfoot): annotate
5412         pagetopspace too.
5413
5414         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
5415
5416         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
5417         doesn't take y-space.
5418
5419         * scm/paper.scm (paper-alist): fix A7 dimensions. 
5420
5421 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5422
5423         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
5424         src-wildcard, remove $(wildcard).
5425
5426         * po/GNUmakefile (PO_FILES): 
5427         * ps/GNUmakefile (PS_FILES): 
5428         * tex/GNUmakefile (TEX_FILES): 
5429         * cygwin/GNUmakefile (POSTINSTALLS):
5430         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
5431         some wildcard calls.
5432
5433 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5434
5435         * THANKS: add Thomas Bushnell.
5436
5437 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5438
5439         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
5440         (lilypond-main): Redirect to gui-main if 'gui is set.
5441
5442         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
5443         for alternative installations kludging s/share/lib/g
5444         LILYPONDPREFIX. 
5445
5446         * SConstruct (libdir_package_version): Define.
5447
5448         * python/SConscript: 
5449         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
5450         module in libdir.  
5451
5452 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5453
5454         * lily/main.cc: clarify --safe.
5455
5456 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5457
5458         * VERSION: release 2.7.14
5459         
5460         * Documentation/user/*.itely: remove minimumVerticalExtent.
5461
5462         * scm/define-grobs.scm (all-grob-descriptions): remove
5463         RemoveEmptyVerticalGroup
5464
5465         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
5466
5467         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
5468         compile on MOSX
5469
5470         * python/convertrules.py (conv): add rules.
5471
5472         * lily/grob.cc: remove is_empty()
5473
5474         * lily/grob-property.cc: remove add_to_list_property().
5475
5476         * scripts/convert-ly.py (datadir): add prefix switching hack to
5477         .py too.
5478
5479         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
5480         space-function tweak.
5481
5482         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
5483
5484         * scm/define-grob-properties.scm (all-user-grob-properties):
5485         remove callback property.
5486
5487         * lily/include/grob.hh (class Grob): remove property_callbacks_
5488         member. Properties of procedure type are assumed to be callbacks.
5489
5490         * lily/ligature-engraver.cc (override_stencil_callback):
5491         rewrite. Use noteHeadLigaturePrimitive as source.
5492
5493         * scm/define-grob-properties.scm (all-internal-grob-properties):
5494         remove ligature-primitive-callback
5495
5496         * lily/include/dimension-cache.hh (class Dimension_cache): make
5497         class, with Grob as friend.
5498
5499         * lily/grob.cc: remove set_extent_callback(), set_extent() and
5500         has_extent_callback()
5501
5502         * scm/translation-functions.scm (format-new-bass-figure): read
5503         figuredBassPlusDirection
5504
5505         * scm/define-context-properties.scm
5506         (all-user-translation-properties): add figuredBassPlusDirection.
5507
5508         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
5509
5510         * lily/align-interface.cc (set_ordered): new function.
5511
5512         * lily/grob.cc (flush_extent_cache): rewrite.
5513
5514         * lily/dimension-cache.cc (Dimension_cache): cache extent as
5515         Interval pointer directly.
5516
5517         * lily/main.cc (setup_paths): insert extra / .
5518         (setup_paths): junk cff entry.
5519
5520         * lily/font-config.cc (init_fontconfig): only add type1 / otf
5521         directories.
5522
5523         * lily/axis-group-engraver.cc (finalize): remove
5524         extraVerticalExtent, minimumVerticalExtent verticalExtent.
5525
5526         * lily/grob.cc (Grob): don't set extent from ctor.
5527         (extent): use property callbacks. 
5528
5529         * lily/axis-group-interface.cc: remove set_axes() function.
5530
5531         * lily/grob-property.cc (del_property): new function.
5532
5533 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5534
5535         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
5536         
5537 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5538
5539         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
5540
5541 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5542
5543         * mf/SConscript: Updates.
5544
5545         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
5546
5547         * stepmake/stepmake/*:
5548         * */GNUmakefile:
5549         * config.make.in:
5550         * GNUmakefile.in:
5551         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
5552         from any directory in build-dir.  Cleanups.
5553
5554         * make/srcdir.make.in: Remove.
5555
5556         * lily/main.cc (setup_paths): Fix and document build-dir hack.
5557
5558         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
5559         main).
5560
5561         * lily/SConscript: Remove ttftools.
5562
5563         * SConstruct: Resurrect.
5564
5565 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5566
5567         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
5568         Y coordinate. 
5569
5570         * lily/paper-book.cc (add_score_title): put Paper_score title into
5571         systems_ list.
5572
5573         * scm/translation-functions.scm (format-new-bass-figure): also
5574         allow plus in combination with _
5575
5576 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5577
5578         * VERSION: 2.7.13 released.
5579
5580         * lily/note-collision.cc (check_meshing_chords): don't wipe
5581         stencil, merely set transparent.
5582
5583         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
5584         (Top): document #'callbacks.
5585         (Top): document nested \override.
5586
5587         * input/regression/figured-bass.ly: update for slash and pluses.
5588
5589         * input/regression/figured-bass-continuation-forbid.ly (Module):
5590         new file.
5591
5592         * scm/translation-functions.scm (format-new-bass-figure): use
5593         slashed-digit if diminished is set.
5594         (format-new-bass-figure): add + if 'augmented is set.
5595
5596         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
5597
5598         * input/test/piano-staff-distance.ly: remove file.
5599
5600         * Documentation/user/advanced-notation.itely (Formatting cue
5601         notes): use length-fraction for making stems/beams smaller.
5602
5603         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
5604         modifications.
5605
5606         * lily/new-figured-bass-engraver.cc: new property
5607         centerFiguredBassContinuations
5608
5609         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5610         use callbacks.
5611
5612         * lily/context-property.cc (execute_general_pushpop_property):
5613         robustness checks.
5614
5615         * input/regression/override-nest.ly: new file.
5616
5617         * python/convertrules.py (FatalConversionError.subber): conversion
5618         rule for #'callbacks
5619
5620         * input/regression/override-nest.ly: new function.
5621
5622         * lily/parser.yy (music_property_def): allow \override #'a #'b =
5623         #c too. 
5624
5625         * lily/context-property.cc (lookup_nested_property): new function.
5626         (evict_from_alist): new function.
5627         (general_pushpop_property): new function.
5628         (execute_general_pushpop_property): rewrite. Support nested
5629         properties too.
5630
5631 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5632
5633         * lily/beam.cc: use length-fraction too.
5634
5635         * scm/define-grob-properties.scm (all-user-grob-properties):
5636         remove property flag-width-function
5637         (all-user-grob-properties): remove space-function.
5638
5639         * scm/layout-beam.scm: remove flag-width-function.
5640
5641         * lily/beam.cc: remove flag-width-function
5642
5643         * scm/layout-beam.scm: remove beam dir functions.
5644
5645         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
5646
5647         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
5648         for easier grace tweaks.
5649
5650         * lily/beam.cc: remove dir-function.
5651
5652         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
5653
5654         * lily/grob.cc: remove spacing-procedure.
5655
5656         * lily/note-head.cc (calc_stem_attachment): new function.
5657         (internal_print): use callback to get glyph-name.
5658
5659         * lily/grob-property.cc (get_interfaces): new function.
5660
5661         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
5662
5663         * lily/stem.cc (calc_stem_end_position): new function.
5664         (calc_length): new function.
5665         document details for stem.
5666         remove Stem::get_direction()
5667
5668         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
5669
5670         * lily/grob-property.cc (set_callback): new function.
5671
5672         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
5673
5674         * lily/item-scheme.cc: new file.
5675
5676         * lily/bar-line.cc (before_line_breaking): remove function.
5677         remove bar-size-procedure, break-glyph-function
5678
5679         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
5680
5681         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
5682
5683         * lily/system-start-delimiter.cc (print): suicide from
5684         here. Remove after_line_breaking_callback.
5685
5686         * lily/script-interface.cc (calc_direction): use callback for direction.
5687
5688         * lily/side-position-interface.cc (aligned_side): don't use
5689         Side_position_interface::get_direction directly. Use callback. 
5690
5691         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
5692         calculate stencil.
5693         (get_print_stencil): rename from get_stencil: create stencil with
5694         transparency, color and cause. 
5695
5696         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
5697
5698         * python/convertrules.py (conv): insert temporary warning rule.
5699
5700         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
5701
5702         * lily/grob-property.cc (try_callback): remove marker if applicable.
5703
5704         * lily/grob.cc: elucidate doc about after/before-line-breaking
5705
5706         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
5707
5708         * lily/stem.cc (height): idem.
5709
5710         * lily/stem-tremolo.cc: idem.
5711
5712         * lily/slur.cc (height): don't use get_uncached_stencil()
5713
5714         * lily/rest.cc (y_offset_callback): use offset callback
5715         iso. after-line-breaking callback.
5716
5717         * lily/grob.cc: change after/before-line-breaking-callback to
5718         after/before-line-breaking dummy properties.
5719
5720         * lily/include/grob.hh: remove Grob_status.
5721
5722         * scm/define-context-properties.scm
5723         (all-user-translation-properties): remove verticalAlignmentChildCallback
5724
5725         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
5726         (calc_direction): use callback
5727         (calc_positions): use callback.
5728
5729         * lily/tie.cc (calc_direction): use callback. Only call parent
5730         positioning for more than one tie.
5731
5732         * lily/tie-column.cc (calc_positioning_done): use callback
5733
5734         * lily/slur-scoring.cc (calc_control_points): use callback
5735
5736         * lily/slur.cc (calc_direction): use callback.
5737
5738         * lily/note-collision.cc (force_shift_callback): remove.
5739
5740         * lily/dot-column.cc (force_shift_callback): remove. Use
5741         other_axis_parent_positioning.
5742
5743         * lily/grob.cc (other_axis_parent_positioning): new function.
5744         (same_axis_parent_positioning): new function
5745
5746         * lily/align-interface.cc (alignment_callback): remove function.
5747
5748         * lily/note-collision.cc (calc_positioning_done): use callback.
5749
5750         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
5751         (calc_direction): idem.
5752         remove print function.
5753
5754         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
5755
5756         * lily/dot-column.cc (calc_positioning_done): use callback.
5757
5758         * lily/break-align-interface.cc (calc_positioning_done): use callback.
5759
5760         * lily/beam.cc (calc_direction): use pseudo-property for beam
5761         direction callback.
5762         (calc_positions): use callback 
5763
5764         * lily/align-interface.cc (calc_positioning_done): use
5765         callback. Fold fixed  distance and normal alignment in one function.
5766
5767         * lily/stem.cc (calc_stem_end_position): use callback.
5768         (calc_positioning_done): idem.
5769         (calc_direction): idem.
5770         (calc_stem_end_position): idem
5771         (calc_stem_info): idem.
5772
5773         * lily/grob-property.cc (get_property_data): new function: 
5774         (try_callback): new function.
5775
5776         * scm/define-grob-properties.scm (all-user-grob-properties): doc
5777         callbacks property.
5778
5779         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
5780
5781 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5782
5783         * lily/tie.cc (get_position): robustness fix. Don't crash if a
5784         tie
5785         has no heads.
5786         
5787         * lily/include/*.hh (Module): compile fixes.
5788
5789 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
5790
5791         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
5792         as an argument for char-syntax: use (char-syntax (or nil 0)) 
5793         instead of (char-syntax nil), thanks to Milan Zamazal.
5794
5795 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5796
5797         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
5798         dist.
5799
5800         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
5801         themselves.
5802
5803 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5804
5805         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
5806         add class_name() method.
5807
5808         * lily/music-scheme.cc: remove ly:music-name.
5809
5810 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5811
5812         * cygwin/postinstall-lilypond.sh: Remove cruft.
5813
5814         * cygwin/postremove-lilypond.sh: Remove.
5815
5816         * cygwin/GNUmakefile (default): Remove postremove rules.
5817
5818 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5819
5820         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
5821         even header too.
5822         
5823         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
5824         MacOS 9 users.
5825
5826         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
5827         consider break index for broken spanner.
5828
5829         * scm/define-markup-commands.scm (wordwrap-string): remove \r
5830         characters from string before splitting.
5831
5832 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5833
5834         * scm/framework-ps.scm (output-preview-framework): use
5835         is-book-title to determine whether to chop off the booktitle.
5836
5837         * lily/paper-book.cc (systems): init from book-title-properties
5838         (add_score_title): init score-title-properties.
5839
5840         * ly/paper-defaults.ly: add {score,book}-title-properties.
5841
5842         * scm/document-backend.scm (lookup-interface): error message if
5843         using unknown interface.
5844
5845         * lily/volta-bracket.cc (after_line_breaking): new function. Set
5846         edge-height.
5847
5848         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
5849         make_bracket.
5850         (make_bracket): new function.
5851
5852         * scm/lily.scm (define-scheme-options): add paper-size option.
5853
5854         * ly/declarations-init.ly (laissezVibrer): get paper size from
5855         -dpaper-size
5856
5857         * scm/translation-functions.scm: use \fontsize for changing the
5858         fontsize.
5859
5860         * scm/define-grobs.scm (all-grob-descriptions): set
5861         between-length-limit to 1.0
5862
5863         * lily/tie-helper.cc: add between_length_limit_ detail property.
5864
5865         * mf/feta-bolletjes.mf: typos.
5866
5867         * lily/note-head.cc (internal_print): don't shadow idx
5868         parameter. This fixes wrong attachment for do shape heads.
5869
5870 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5871
5872         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
5873
5874         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
5875
5876         * scm/layout-slur.scm: rename from slur.scm
5877
5878         * scm/layout-page-layout.scm: rename from page-layout.scm
5879
5880         * scm/layout-beam.scm: rename from beam.scm
5881
5882         * scm/define-grob-interfaces.scm (bass-figure-interface): add
5883         bass-figure-interface
5884
5885         * lily/new-figured-bass-engraver.cc (process_music): add
5886         implicitBassFigures property.
5887         
5888         * scm/define-markup-commands.scm (pad-x): new markup.
5889
5890         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
5891         minimumVerticalExtent on FiguredBass context.
5892
5893         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
5894         case the continuation crosses a line break.
5895
5896 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5897
5898         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
5899         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
5900         absolute file name bug.  
5901
5902 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5903
5904         * VERSION (PACKAGE_NAME): release 2.7.12
5905
5906         * input/regression/figured-bass-continuation-center.ly: new file.
5907
5908         * input/regression/beam-outside-beamlets.ly: new file.
5909
5910         * lily/beam.cc (set_beaming): don't clip edges.
5911         (connect_beams): don't clip edges.
5912
5913         * lily/beaming-info.cc (clip_edges): new function.
5914
5915         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
5916
5917         * Documentation/user/instrument-notation.itely (Figured bass):
5918         demonstrate extenders, update seealso links.
5919
5920         * scm/titling.scm (marked-up-headfoot): change tagline
5921         handling. tagline = ##f will blank the tagline as well.
5922
5923 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5924
5925         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
5926
5927         * lily/new-figured-bass-engraver.cc (struct
5928         New_figured_bass_engraver): add new_music_found_ member.
5929
5930         * lily/lilypond-version.cc (Lilypond_version): deal with
5931         incorrectly formatted version strings. 
5932
5933         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
5934         New_figured_bass_engraver by default.
5935
5936         * lily/ttf.cc (print_trailer): only define glyph names when
5937         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
5938
5939 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5940
5941         * lily/horizontal-bracket.cc (make_bracket): new function.
5942
5943         * scm/define-grobs.scm (all-grob-descriptions): new grobs
5944         NewBassFigure, BassFigureBracket, BassFigureContinuation,
5945         BassFigureLine, BassFigureAlignment
5946
5947         * lily/new-figured-bass-engraver.cc (process_music): new file.
5948
5949         * lily/figured-bass-continuation.cc: new file.
5950
5951         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
5952         new file.
5953
5954 2005-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5955
5956         * scripts/lilypond-book.py: Bug fix, put the quote around the
5957         actual score for LaTeX documents.
5958
5959         * scm/define-grobs.scm (all-grob-descriptions): Change
5960         collapse-height of the SystemStartBracket grob to 5.0, 
5961         so the bracket disappears for single stave score lines (similarly
5962         to SystemStartBraces). 
5963
5964         * Documentation/user/advanced-notation.itely (Polymetric
5965         notation): Clarify the use of compressMusic.
5966
5967         * Documentation/user/basic-notation.itely (Grace notes): Clarify
5968         that the grace spacer note in other staves need the same duration
5969         and document the stroke-style property.
5970
5971 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5972
5973         * Documentation/user/global.itely (Vertical spacing): document
5974         alignment-extra-space and fixed-alignment-extra-space.
5975
5976         * Documentation/topdocs/NEWS.tely (Top): add entry.
5977
5978         * input/regression/alignment-vertical-spacing.ly: new file.
5979
5980         * python/convertrules.py (conv): add rule.
5981
5982         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
5983
5984         * lily/align-interface.cc (stretch_after_break): new
5985         function. Read fixed-alignment-extra-space property.
5986         (align_elements_to_extents): read alignment-extra-space property.
5987
5988         * lily/lily-guile.cc (robust_scm2dir): new function.
5989
5990         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
5991         (annotate-space-left): new function. Annotate space left on page. 
5992         (annotate-y-interval): new function.
5993         (paper-system-annotate-last): new function. Annotate bottom-space.
5994
5995         * mf/feta-beugel.mf (y): 
5996
5997 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5998
5999         * VERSION (PACKAGE_NAME):  release 2.7.11
6000
6001         * scm/lily-library.scm (interval-translate): new function
6002         (interval-center): new function. 
6003
6004         * scm/page-layout.scm (paper-system-annotate): new function. Add
6005         arrows for dimensions.
6006  
6007         * scm/stencil.scm (dimension-arrows): new function.
6008
6009         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
6010
6011         * input/regression/page-spacing.ly: add annotatespacing
6012
6013         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
6014         (LY_DEFINE): new function ly:paper-system-set-property!
6015
6016         * Documentation/user/global.itely (Paper size): explain how to add
6017         sizes.
6018
6019         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
6020         correspond to GS's definition.
6021
6022         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
6023         tuplet bracket.
6024         (print): only connect to next bracket if the next one is alive.
6025         (print): set padding to 0.0 if the bound is a breakable
6026         column. This makes tupletFullLength brackets reach up to the staff
6027         line if it doesn't connect to the next line.
6028
6029 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6030
6031         * lily/bar-number-engraver.cc: correct docs.
6032
6033         * scm/output-lib.scm (first-bar-number-invisible): rename from
6034         default-bar-number-visibility
6035
6036 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6037
6038         * scm/define-music-properties.scm (all-music-properties): remove
6039         predicate property.
6040
6041 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
6042
6043         * po/fi.po: refresh.
6044
6045 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6046
6047         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
6048         superfluous s1.
6049         (disappear): bugfix.
6050
6051         * lily/stem-tremolo.cc (raw_stencil): read slope property.
6052
6053         * lily/include/paper-system.hh (class Paper_system): remove
6054         staff_extents_ member.
6055
6056         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
6057
6058         * lily/include/paper-system.hh (class Paper_system): remove
6059         number_ variable. Remove is_title_. Remove break_before_penalty_
6060
6061         * lily/paper-book.cc (systems): use 'number property iso. number_
6062         member.
6063
6064         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
6065         remove ly:paper-system-number.
6066
6067         * scm/lily-library.scm (paper-system-title?): new function.
6068
6069         * lily/book.cc (process): bugfix: flip ?: cases. 
6070
6071         * Documentation/user/changing-defaults.itely (Difficult tweaks):
6072         add outputProperty.
6073
6074         * ly/music-functions-init.ly: add outputProperty music function.
6075
6076         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
6077
6078         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
6079         and next-padding.
6080         (optimal-page-breaks): rename from ly:optimal-page-breaks.
6081
6082         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
6083
6084         * lily/paper-system.cc (internal_get_property): new function.
6085
6086         * Documentation/user/global.itely (Vertical spacing): refer to
6087         page-spacing.ly
6088
6089         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
6090         pagetopspace
6091
6092         * input/regression/page-spacing.ly: new file.
6093
6094         * input/regression/page-top-space.ly: new file.
6095
6096         * lily/spacing-spanner.cc: cmath -> math.h
6097
6098         * lily/paper-system.cc (read_left_bound): new function. Read
6099         line-break-system-details from left bound to determine extents.
6100  
6101         * Documentation/user/programming-interface.itely (Using LilyPond
6102         syntax inside Scheme): change applyxxx -> applyXxx.
6103
6104         * ly/music-functions-init.ly: add outputProperty music function.
6105
6106         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
6107
6108         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
6109
6110         * python/convertrules.py (conv): rule
6111
6112         * ly/music-functions-init.ly: applyxxx -> applyXxx
6113
6114         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
6115         TabVoice to Voice.
6116
6117 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6118
6119         * flower/include/real.hh: include <math.h> iso. <cmath>
6120
6121         * flower/include/offset.hh: include real.hh
6122
6123 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6124
6125         * Documentation/user/changing-defaults.itely (Difficult tweaks):
6126         fix example, now that 'interfaces is no longer directly available.
6127
6128         * lily/book.cc (process): don't crash if paper == NULL.
6129
6130         * po/fr.po: update.
6131
6132 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6133
6134         * scm/define-music-types.scm (music-descriptions): set length and
6135         start-callback for QuoteMusic
6136
6137 2005-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6138
6139         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
6140         arguments. Fixes compilation error with gcc 3.3.
6141
6142 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6143
6144         * VERSION: release 2.7.10
6145
6146         * stepmake/stepmake/python-module-rules.make
6147         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
6148
6149         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
6150         real.hh
6151
6152 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6153
6154         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
6155         -Werror. Otherwise GCC barfs over various optimizations.
6156
6157         * scm/define-grob-properties.scm (all-internal-grob-properties):
6158         add note-head property
6159
6160         * Documentation/user/instrument-notation.itely (Laissez vibrer
6161         ties): new node.
6162
6163         * input/regression/laissez-vibrer-ties.ly: new file.
6164
6165         * lily/laissez-vibrer-engraver.cc: new file.    
6166
6167         * lily/include/tie-column-format.hh: new file.
6168
6169         * lily/tie-column-format.cc: new file. 
6170
6171         * lily/tie-column.cc (set_manual_tie_configuration): new function.
6172
6173         * lily/laissez-vibrer-tie.cc: new file.
6174
6175         * lily/include/laissez-vibrer-tie.hh: new file.
6176
6177         * ly/engraver-init.ly: add Laissez_vibrer_engraver
6178
6179         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
6180
6181         * scm/define-grobs.scm (all-grob-descriptions): add
6182         LaissezVibrerTie, LaissezVibrerTieColumn
6183
6184         * lily/tie-column.cc (set_tie_config_directions): new function
6185         (final_shape_adjustment): new function.
6186         (shift_small_ties): new function.
6187
6188         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
6189
6190         * lily/include/tie.hh (struct Tie_details): add x_gap_
6191         (struct Tie_configuration): add head_position_
6192
6193         * lily/tie-column.cc (set_chord_outline): new function.
6194
6195         * mf/cmr.enc.in:  remove file.
6196
6197 2005-09-11  Graham Percival  <gpermus@gmail.com>
6198
6199         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
6200
6201 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6202
6203         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
6204         reduce aliasing effects.
6205
6206         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
6207         box in skyline.
6208
6209 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6210
6211         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
6212
6213         * flower/include/real.hh: std::fabs too.
6214
6215 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
6216
6217         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
6218
6219         * lily, flower: Include C++ iso C headers.  Import namespace std
6220         throughout.
6221
6222         * lily/side-position-interface.cc: 
6223         * lily/scm-hash.cc: 
6224         * lily/note-head.cc: 
6225         * lily/include/includable-lexer.hh: 
6226         * flower/include/string-data.icc: Remove using std::*.
6227
6228         * lily, flower: Include C++ iso C headers.  Import namespace std
6229         throughout.
6230
6231         * lily/side-position-interface.cc: 
6232         * lily/scm-hash.cc: 
6233         * lily/note-head.cc: 
6234         * lily/include/includable-lexer.hh: 
6235         * flower/include/string-data.icc: Remove using std::*.
6236
6237         * Documentation/user/instrument-notation.itely (Entering lyrics):
6238         Multiple latin-1->utf-8 conversion fix.
6239
6240         * Documentation/user/*tely: Update Emacs cookie to utf-8.
6241
6242 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6243
6244         * lily/tie.cc (get_configuration): also avoid dots for non-space
6245         situations.
6246
6247 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6248
6249         * Documentation/user/instrument-notation.itely: Bugfix.
6250
6251 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6252
6253         * tex/GNUmakefile: don't install texinfo.tex
6254
6255         * tex/ : cleanup: remove unused files.
6256
6257         * lily/general-scheme.cc: remove my_{isinf,isnan}.
6258
6259         * flower/include/real.hh: using std::{isnan,isinf}
6260         
6261         * VERSION (PATCH_LEVEL): release 2.7.9
6262
6263 2005-09-05  Graham Percival  <gpermus@gmail.com>
6264
6265         * Documentation/user/ instrument-notation.itely,
6266         advanced-notation.itely: minor tweaks.
6267
6268         * input/test/script-chart.ly: add item padding.
6269
6270 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6271
6272         * flower/offset.cc: use math.h iso. <cmath>
6273
6274         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
6275         of IE users.
6276
6277         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
6278         (widen-left-stencil-edges): new function. Fix alignment problems
6279         with LaTeX includegraphics.
6280
6281         * lily/text-interface.cc (interpret_markup): use abort().
6282
6283 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6284
6285         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
6286
6287         * lily/tie.cc (get_configuration): update bezier shape as we
6288         change Y positions.
6289         (get_configuration): don't move large ties if we're outside of the
6290         staff.
6291
6292 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6293
6294         * scm/define-markup-commands.scm (strut): swap X and Y dims.
6295         
6296 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6297
6298         * .cvsignore: Add auto-generated configure files and then some.
6299
6300 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6301
6302         * scm/define-grobs.scm (DynamicLineSpanner): Add
6303         X-extent-callback.  Fixes hairpin-slur collision.
6304
6305 2005-08-31  Graham Percival  <gpermus@gmail.com>
6306
6307         * Documentation/user/advanced-notation.itely,
6308         basic-notation.itely: minor changes.
6309
6310 2005-08-31  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6311
6312         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
6313         \linebreak between each .eps file if \betweenLilyPondSystem is
6314         undefined. 
6315
6316         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
6317         music): Document the \linebreak
6318
6319         * Documentation/user/lilypond-book.itely,
6320         input/tutorial/lbook-latex-test.tex,
6321         Documentation/user/examples.itely: Remove \usepackage{graphics}
6322
6323 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6324
6325         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
6326
6327         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
6328         compat bugfix.
6329
6330         * scripts/lilypond-book.py (PREAMBLE_LY): define
6331         inside-lilypond-book
6332         (modify_preamble): new function. Insert \RequirePackage{graphics}
6333         when no {graphics found in preamble.  
6334
6335 2005-08030  Graham Percival  <gpermus@gmail.com>
6336
6337         * Documentation/user/basic-notation.itely, global.itely,
6338         tutorial.itely: misc small changes.
6339
6340 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6341
6342         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
6343         VERSION.
6344
6345 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6346
6347         * lily/tie-column.cc (new_directions): put Tie down on center
6348         staff line. 
6349
6350         * lily/script-interface.cc (before_line_breaking): use
6351         Grob::programming_error
6352
6353         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
6354
6355         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
6356         of splitext.
6357
6358 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6359
6360         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
6361
6362 2005-08-29  Werner Lemberg  <wl@gnu.org>
6363
6364         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
6365         the `*.scale.pfa' files to avoid warnings.
6366
6367 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6368
6369         * lily/tempo-performer.cc (process_music): idem.
6370
6371         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
6372
6373 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6374
6375         * Documentation/user/advanced-notation.itely (Text markup): not a
6376         fragment.
6377
6378         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
6379
6380         * lily/staff-performer.cc (initialize): add tempo/name to
6381         audio_staff_
6382
6383
6384 2005-08-26  Graham Percival  <gpermus@gmail.com>
6385
6386         * Documentation/user/advanced.itely: add text-only example.
6387
6388         * Documentation/user/invoking.itely: add index entries for
6389         convert-ly.
6390
6391         * Documentation/user/ tutorial.itely, basic-notation.itely:
6392         small fixes suggested by Steve D.  Thanks!
6393
6394 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6395
6396         * input/regression/markup-bidi-pango.ly: new file.
6397
6398         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
6399         standard. Remove #ifdef. Remove memleak.
6400         (text_stencil): use text_dir to decide how to composite items.
6401         (text_stencil): determine uniform text direction for the entire
6402         string.
6403
6404         * scripts/lilypond-book.py (output_name): remove
6405         latex_filter_cmd. Non-portable to non-Unix systems. 
6406         (get_latex_textwidth): use File.write and os.unlink() instead.
6407
6408         * THANKS: add Vicente & Trevor.
6409
6410         * lily/grob.cc (discretionary_processing): look up origin for
6411         programming_error too. 
6412
6413         * input/regression/tie-broken.ly: new file.
6414
6415         * lily/tie-column.cc (set_chord_outlines): set outline for line
6416         break case too.
6417         
6418 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6419
6420         * lily/pango-font.cc (text_stencil): don't translate glyphs in
6421         unscaled transform, just translate stencils.
6422
6423         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
6424         MIDI.
6425
6426         * scm/define-markup-commands.scm (wordwrap-string): use
6427         text-direction
6428         (wordwrap-stencils): idem.
6429         (line): idem.
6430         (fill-line): idem.
6431         (wordwrap-stencils): translate last line to right for
6432         text-direction = LEFT.
6433
6434         * scm/define-grob-properties.scm (all-user-grob-properties): add
6435         text-direction.
6436
6437 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6438
6439         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
6440         when copying a Lily_parser object.
6441
6442 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6443
6444         * scm/define-markup-commands.scm (null): add null markup.
6445
6446 2005-08-25  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6447
6448         * lily/item.cc: Add documentation of center-invisible
6449
6450 2005-08-24  Graham Percival  <gpermus@gmail.com>
6451
6452         * Documentation/user/advanced-notation.itely: add info about
6453         raising text.
6454
6455         * Documentation/user/programming-interface.itely: fix example
6456         involving raised text.
6457
6458 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6459
6460         * lily/beam.cc (print): fix X start/end points of isolated
6461         beamlets.
6462
6463         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
6464
6465         * lily/multi-measure-rest.cc (set_text_rods): new function.
6466
6467         * lily/vertical-align-engraver.cc (process_music): call
6468         Align_interface::set_axis(). This forces #'elements to be ordered,
6469         preventing random vertical reordering of staves.
6470
6471         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
6472         add avoid-slur property. 
6473
6474         * Documentation/user/basic-notation.itely (Measure repeats): add
6475         countPercentRepeats example.
6476
6477         * Documentation/user/advanced-notation.itely (Other text markup
6478         issues): remove remark about normal-font.  We have \normal-text
6479
6480         * input/regression/tie-chord.ly: add note about remaining bugs.
6481
6482         * lily/tie.cc (print): try Tie_column::set_directions () if
6483         control-points not yet defined.
6484
6485 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6486
6487         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
6488         extent. This fixes braces falling out of the EPS bbox.
6489
6490         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
6491         exactly to bbox.
6492
6493 2005-08-23  Graham Percival  <gpermus@gmail.com>
6494
6495         * {various} : change #up->#UP and #down->#DOWN.
6496
6497         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
6498
6499         * Documentation/user/advanced-notation.itely: clarify
6500         what objects handles text on a multimeasure rest.
6501
6502 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6503
6504         * VERSION (PATCH_LEVEL): release 2.7.7
6505
6506 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6507
6508         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
6509
6510         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
6511
6512         * input/regression/*.ly: formatting clean-up. Default layout
6513         before music expression.
6514
6515         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
6516         romanze28-2 example.
6517
6518         * scm/ps-to-png.scm: remove dir-re function.
6519         (make-ps-images): generate page names, instead of globbing them.
6520         This brings down LilyPond memory usage for make web by a factor
6521         10. 
6522
6523         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
6524         don't use glob. With 3000 files, globbing
6525         Documentation/user/out-www/ can take too much time. 
6526         
6527         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
6528
6529         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
6530
6531         * input/regression/tie-manual.ly: new file
6532
6533         * input/regression/tie-chord.ly: update.
6534
6535         * flower/include/interval.hh (struct Interval_t): 
6536
6537         * lily/tie.cc (distance): new function 
6538         (height): new function.
6539         (init): new function
6540         (Tie_details): new struct.
6541
6542         * lily/skyline.cc (skyline_height): new function.
6543
6544         * lily/tie-column.cc (set_chord_outlines): new function.
6545         (new_directions): read tie-configuration
6546
6547         * lily/skyline.cc: fix ASCII art.
6548         
6549 2005-08-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6550
6551         * python/convertrules.py (string_or_scheme): Fix spelling error
6552
6553 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6554         
6555         * lily/tie-column.cc (set_directions): set directions only once.
6556         (add_configuration): new function.
6557
6558         * lily/tie.cc (set_control_points): new function
6559
6560         * lily/tie-column.cc (new_directions): new function.
6561
6562         * ly/music-functions-init.ly: set 'pitch property
6563         iso. trill-pitch. This makes \relative work with \pitchedTrill
6564
6565         * lily/tie.cc (get_configuration): new function. Don't generate
6566         control points, rather, generate configuration.
6567         remove head-pair property.
6568
6569         * lily/include/tie.hh (struct Tie_configuration): new struct.
6570
6571 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6572
6573         * Documentation/topdocs/NEWS.tely: clarify.
6574
6575 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6576
6577         * lily/tie.cc: remove minimum-length
6578
6579         * scm/define-grob-properties.scm (all-user-grob-properties):
6580         remove staffline-clearance, y-offset 
6581
6582         * input/regression/tie-dots.ly (Module): remove.
6583
6584         * lily/tie.cc (get_control_points): rewrite. Put short ties in
6585         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
6586
6587         * input/regression/tie-single.ly: new file.
6588
6589 2005-08-21  Graham Percival  <gpermus@gmail.com>
6590
6591         * ly/bagpipe.ly: fix compile problem.
6592
6593 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6594
6595         * lily/midi-item.cc (name): new method.
6596
6597         * lily/staff-performer.cc (acknowledge_audio_element): use
6598         signature of baseclass.
6599
6600         * lily/engraver-group.cc (do_announces): move recursion call out
6601         of while loop. 
6602
6603         * lily/drum-note-performer.cc (class Drum_note_performer): use
6604         process_music everywhere.
6605
6606         * ly/performer-init.ly: add default children everywhere.
6607
6608         * lily/paper-book.cc (output): call paper-book-write-midis
6609         directly: always write MIDI, even if no \layout {} block. 
6610
6611 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6612
6613         * VERSION (PACKAGE_NAME): release 2.7.6
6614
6615         * lily/percent-repeat-engraver.cc (try_music): don't print warning
6616         about not being able to handle repeat.
6617
6618 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6619
6620         * Documentation/user/examples.itely (Piano templates):
6621         * lily/include/performer-group.hh: Remove last traces of
6622         Performer_group_performer.  Fixes make web.
6623
6624 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6625
6626         * Documentation/user/examples.itely (Piano templates): change
6627         Engraver_group_engraver -> Engraver_group
6628
6629         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
6630         scm_stand_in_procs is not weak_any.
6631
6632         * lily/volta-bracket.cc (print): don't use strcmp().
6633
6634         * lily/volta-engraver.cc (process_music): use
6635         Text_interface::is_markup() for setting the 'text property of the
6636         volta bracket.
6637
6638         * input/mutopia/claop.py (accents): update syntax to 2.6
6639
6640         * scm/define-context-properties.scm
6641         (all-user-translation-properties): add countPercentRepeats.
6642
6643         * Documentation/user/basic-notation.itely (Measure repeats): add
6644         isolated percent example.
6645
6646 2005-08-18  Graham Percival  <gpermus@gmail.com>
6647
6648         * input/ {various}: change direction #1, #-1 to
6649         #up/#down or \fooUp, \fooDown.
6650
6651         * Documentation/user/music-glossary.tely: #-1 to #down.
6652
6653         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
6654         to #up, #-1 to #down.
6655
6656 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6657
6658         * lily/include/engraver-group.hh: rename.
6659
6660         * lily/include/performer-group.hh: rename.
6661
6662 2005-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6663
6664         * input/test/script-abbreviations.ly: Removed some old LaTeX
6665         left overs.
6666
6667 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6668
6669         * python/convertrules.py (conv): inside-slur -> avoid-slur.
6670         Remove functions.  Remove if 1: constructs, reindent.
6671
6672         * scripts/convert-ly.py (add_version): Add functions from
6673         convertrules.py
6674
6675         * scm/script.scm (default-script-alist):
6676         s/priority/script-priority.  Fixes script stacking.  Backportme.
6677         (Fermata): Very low priority.
6678
6679 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6680
6681         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
6682
6683         * input/regression/slur-script.ly: remove padding tweaks. Add
6684         comment strings.
6685
6686         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
6687         time sigs and related stuff.
6688
6689         * scm/define-grob-properties.scm (all-user-grob-properties): add
6690         @code{} tags to property description.
6691
6692         * lily/include/line-group-group-engraver.hh (Module): remove file.
6693
6694         * python/convertrules.py (conv): add rule for
6695         Engraver_group_engraver -> Engraver_group.
6696
6697         * lily/include/performer-group-performer.hh: analogous.
6698
6699         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
6700
6701         * lily/context-def.cc (instantiate): check for
6702         Engraver_group_engraver and Performer_group_performer not
6703         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
6704  
6705 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6706
6707         * input/les-nereides.ly: Remove three fingering tweaks, update
6708         remaining one.
6709
6710         * input/regression/slur-script-inside.ly: Update, fix doc.
6711
6712         * scm/script.scm: Update to avoid-slur.
6713
6714         * scm/define-grob-properties.scm (avoid-slur): New property.
6715
6716         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
6717         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
6718         outside_slur_callback if avoid-slur != #'inside.
6719
6720         * scm/define-grobs.scm (Fingering, Textscript): No
6721         inside-slur/outside-slur preference.
6722         (DynamicLineSpanner): Always outside slur.
6723
6724         * input/regression/slur-script.ly: More tests.
6725
6726 2005-08-17  Graham Percival  <gpermus@gmail.com>
6727
6728         * Documentation/user/lilypond-book: fix notime entry.
6729
6730         * Documentation/user/advanced-notation.itely: add info on
6731         getting an I rehearsal mark.
6732
6733         * Documentation/user/putting.itely: reinstate "I", re-enforce
6734         the fact that \override numbers are the result of
6735         experimentation and personal taste.
6736
6737         * Documentation/user/invoking.itely: update convert-ly bugs.
6738
6739 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6740
6741         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
6742         to #t.
6743
6744         * lily/timing-translator.cc (initialize): don't initialize timing.
6745
6746         * input/regression/stem-spacing.ly (Module): remove file.
6747
6748         * input/regression/spacing-stick-out.ly: specify Score context for
6749         \override
6750
6751         * input/regression/clefs.ly: remove spurious {}s 
6752
6753 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
6754
6755         * Documentation/topdocs/NEWS.tely,
6756         input/regression/repeat-percent-count.ly: clarify a bit.
6757
6758 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6759
6760         * input/no-notation/display-lily-tests.ly: delete
6761         display-lily-init call.
6762
6763         * ly/music-functions-init.ly (displayLilyMusic): move
6764         display-lily-init call at top level, so that the user should not
6765         have to call it.
6766
6767         * scm/define-music-display-methods.scm (note-name->lily-string):
6768         retrieve note names directly from pitchnames using new function `rassoc'.
6769         (display-lily-init): note names list construction removed.
6770
6771 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6772
6773         * THANKS: spello.
6774
6775         * lily/lily-parser.cc (get_header): copy module, instead of
6776         returning it.
6777
6778         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
6779         counters.
6780
6781         * Documentation/user/basic-notation.itely (Measure repeats): add
6782         links to Counter grobs.
6783
6784         * scm/define-grobs.scm (all-grob-descriptions): add
6785         DoublePercentRepeatCounter
6786         (all-grob-descriptions): add PercentRepeatCounter
6787
6788         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
6789         also create counter grobs.
6790
6791         * lily/separation-item.cc (extremal_break_aligned_grob): don't
6792         return grob without space-alist.
6793
6794         * input/proportional.ly: tune staff-padding.
6795
6796         * input/regression/repeat-percent-count.ly: new file. 
6797
6798 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6799
6800         * input/no-notation/display-lily-tests.ly: moved from
6801         input/regression/ to input/no-notation. Be sure to call
6802         `display-lily-init' before trying to use the display function.
6803
6804 2005-08-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6805
6806         * scripts/lilypond-book.py (option_definitions): Don't localize
6807         the empty string. Fixes bug when --psfonts was used with
6808         non-English locale.
6809
6810 2005-08-15  Graham Percival  <gpermus@gmail.com>
6811
6812         * lily/tuplet-bracket.cc: simple build fix.
6813
6814         * Documentation/user/putting.itely: use "we" instead of "I".
6815
6816         * Documentation/user/basic-notation.itely: cautionary accidentals
6817         work with naturals, too.
6818
6819 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6820
6821         * lily/tuplet-bracket.cc (calc_position_and_height): add
6822         staff-padding support.
6823
6824         * input/proportional.ly: set staff-padding.
6825         
6826         * VERSION (PATCH_LEVEL): release 2.7.5
6827
6828         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
6829         fixes. Remove tweaks.
6830
6831         * input/regression/tuplet-slope.ly: add a test case.
6832
6833         * lily/tuplet-bracket.cc (calc_position_and_height): revert
6834         erroneous fix. Add spanner bounds to offset array with relative X
6835         positions.
6836
6837         * ly/engraver-init.ly: add Rest_engraver only once.
6838
6839         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
6840         (*parser*) lookup if (*parser*) != #f.
6841
6842 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6843
6844         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
6845         Cut-and paste update.
6846
6847         * input/regression/slur-script.ly: Add example of reverting
6848         inside-slur for fingering.
6849
6850         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
6851         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
6852
6853         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
6854         outside_slur_callback if inside-slur == #f (as opposed to unset).
6855
6856 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6857
6858         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
6859         encoding files are already removed.
6860
6861 2005-08-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6862
6863         * Documentation/user/advanced-notation.itely (Instrument names):
6864         Document a workaround for instrument names that collide with
6865         system start braces/brackets.
6866
6867 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6868
6869         * lily/rest-collision.cc (do_shift): spello.
6870
6871         * input/proportional.ly: use #'used property. Set break-overshoot
6872         property.
6873
6874         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
6875
6876         * lily/paper-column.cc: add #'used property
6877
6878         * lily/mark-engraver.cc (stop_translation_timestep): set grob
6879         array for staves found.
6880
6881         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
6882         array for stavesFound.
6883
6884         * lily/staff-spacing.cc (next_note_correction): add fixed and
6885         space to calling convention. This fixes spacing of accidentals
6886         after barlines.
6887
6888         * input/regression/spacing-accidental-stretch.ly: add barline -
6889         accidental case.
6890
6891         * scm/framework-ps.scm (page-header): add version number to
6892         creator
6893         (eps-header): idem.
6894
6895         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
6896         
6897 2005-08-13  Graham Percival  <gpermus@gmail.com>
6898
6899         * Documentation/user/global.itely: add "fit as much as
6900         possible onto this page" example (Vertical spacing).
6901
6902 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6903
6904         * *: Nitpick run.
6905
6906         * buildscripts/fixcc.py: Fixes.
6907
6908 2005-08-12  Graham Percival  <gpermus@gmail.com>
6909
6910         * Documentation/user/advanced-notation.itely: add markup
6911         example to Text spanners.
6912
6913 2005-08-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6914
6915         * Documentation/user/basic-notation.itely (Ties): Add example of
6916         tying a tremolo to a chord. Thanks to Steve Doonan. 
6917
6918         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
6919         properties and move tieMelismaBusy to the list of written
6920         properties. 
6921
6922 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
6923
6924         * po/TODO: suggest to use a dedicated tool like kbabel.
6925
6926         * po/fi.po: update using kbabel.
6927
6928 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6929
6930         * *: Remove obsolete files.  Nitpick run.
6931
6932         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
6933
6934 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6935
6936         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
6937         too.
6938
6939         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
6940
6941         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
6942         whitespace as symbol separator.
6943
6944         * lily/side-position-interface.cc: Add slur-padding.
6945
6946         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
6947         quite a large fix, and it never worked in a stable release; so not
6948         really a regression.
6949
6950         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
6951         Update cut and paste code from Slur_engraver.
6952
6953         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
6954         Add.
6955
6956         * scm/define-grobs.scm (DynamicLineSpanner): Add
6957         dynamic-line-spanner-interface.
6958         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
6959
6960 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6961
6962         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
6963         to_boolean () so that non-set 'inside-slur means false.
6964
6965         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
6966         slur has control-points.  Skip script without direction.  Always
6967         do_shift if script inside slur, even if slur not contained in
6968         script y-extent.  Increment k in loop.
6969
6970 2005-08-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6971
6972         * scm/define-markup-commands.scm: Improved regexp to search for
6973         EPS bounding boxes and corrected call to ly:warning.
6974
6975 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6976
6977         * Documentation/user/programming-interface.itely (Displaying music
6978         expressions): doc for \displayLilyMusic. Also some precisions in
6979         "Markup construction in Scheme"
6980
6981 2005-08-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6982
6983         * scm/define-markup-commands.scm (normal-text): Added 2 new
6984         markup commands, \normal-text and \medium (the latter thanks to
6985         Bruce Fairchild). 
6986
6987 2005-08-08  Graham Percival  <gpermus@gmail.com>
6988
6989         * Documentation/user/programming-interface.itely: fix @{ @}.
6990
6991         * scm/define-markup-commands.scm: add linewidth info to
6992         \justify and \wordwrap, add "upright is the opposite of italic".
6993
6994         * Documentation/user/advanced-notation.itely: shaped->shape,
6995         add (cons (markup "foo")) type of example to text markup,
6996         reword multi-measure rests section.
6997
6998         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
6999         comment.  No actual code was touched.
7000
7001         * Documentation/user/invoking.itely: add more info about
7002         \include.  Thanks, Bruce!
7003
7004         * THANKS: add Bruce Fairchild, alphabetise.
7005
7006         * Documentation/user/global.itely: document \score{\header{}}
7007         behavior.
7008
7009         * Documentation/user/basic-notation.itely: reword multi-measure
7010         rest discussion in Rests.
7011
7012 2005-08-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7013
7014         * Documentation/user/programming-interface.itely (Markup
7015         construction in Scheme): Corrected example and tried to clarify
7016         the implicit \line in the table.
7017
7018 2005-08-07  Graham Percival  <gpermus@gmail.com>
7019
7020         * Documentation/user/instrument-notation.itely: moved
7021         some bagpipe info back into the bagpipe section.  Somehow
7022         it ended up in the "other vocal issues" section?!  :o_O
7023
7024 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7025
7026         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
7027         directories, not paths).
7028
7029 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7030
7031         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
7032         plain emmentaler/aybabtu.  Backportme.
7033
7034         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
7035         missing dir correction.
7036
7037 2005-08-05  Graham Percival  <gperlist@shaw.ca>
7038
7039         * scm/define-markup-commands: fix reversed justify/wordwrap
7040         doc strings.
7041
7042 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
7043
7044         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
7045         lily/gregorian-ligature-engaver.cc,
7046         lily/include/ligature-engraver.hh,
7047         lily/include/coherent-ligature-engraver.hh,
7048         lily/include/gregorian-ligature-engraver.hh: make these classes
7049         truely abstract.  This should fix some internal oddities such as
7050         duplicate as well as dead translator/property declarations, and
7051         also some dead code.
7052
7053         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
7054         bugfix: avoid message "junking empty ligature" on ligature
7055         brackets by collecting dummy grobs.
7056
7057 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7058
7059         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
7060
7061         * input/proportional.ly (staffKind): bugfix.
7062         (staffKind): updates by Trevor Baca.
7063
7064         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
7065         default layout. 
7066
7067         * lily/tuplet-bracket.cc (print): check whether edge-text is a
7068         pair.
7069
7070         * lily/beam.cc (rest_collision_callback): call position_beam() if
7071         necessary.
7072
7073         * VERSION: release 2.7.4
7074
7075         * input/regression/spacing-uniform-stretching.ly: new file.
7076
7077         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
7078
7079         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
7080         contributor.
7081
7082         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
7083
7084         * input/proportional.ly: new file.
7085
7086         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
7087         columns is empty
7088
7089         * lily/tuplet-engraver.cc (finalize): new function. Reset right
7090         bounds to currentCommandColumn for the last step.
7091         (start_translation_timestep): if tupletFullLength is set, set
7092         bound to Paper Column
7093
7094         * input/regression/tuplet-full-length.ly (indent): new file.
7095
7096         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
7097         clique of loose columns, eg. a set of grace notes in strict
7098         notespacing.
7099
7100         * input/regression/spacing-strict-spacing-grace.ly: new file.
7101
7102         * lily/key-signature-interface.cc: change property name to
7103         alteration-alist
7104
7105         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
7106         keyAccidentalOrder
7107
7108         * python/convertrules.py (conv): keyAccidentalOrder ->
7109         keyAlterationOrder
7110
7111         * lily/key-engraver.cc (create_key): always print a cancellation
7112         for going to C-major/A-minor, regardless of printKeyCancellation.
7113         (create_key): remove typecheck for visibility. This fixes key
7114         signature not being printed.
7115
7116         * lily/spacing-determine-loose-columns.cc: new file.
7117
7118         * input/regression/spacing-strict-notespacing.ly: new file.
7119
7120         * lily/spacing-spanner.cc (generate_springs): rename from
7121         do_measure. 
7122         (generate_pair_spacing): new function.
7123         (init, generate_pair_spacing): set between-cols for floating
7124         nonmusical columns.
7125
7126         * lily/spaceable-grob.cc (get_spring): new function. 
7127
7128         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
7129         relative to the right edge of the prefatory matter.
7130
7131         * lily/beam.cc (print): read break-overshoot to determine where to
7132         stop/start broken beams.
7133
7134         * input/regression/spanner-break-overshoot.ly: new file.
7135
7136 2005-08-04  Graham Percival  <gperlist@shaw.ca>
7137
7138         * ly/bagpipe.ly: updated.
7139
7140         * Documentat/user/instrument.itely: un-comment out bagpipe example.
7141
7142 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7143
7144         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
7145         support: now (de)crescs avoid slurs as well.
7146
7147         * Documentation/user/instrument-notation.itely (Bagpipe example):
7148         comment out non-functioning bagpipe example.
7149         (Bagpipe definitions): idem.
7150
7151         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
7152         (Top): add proportionalNotationDuration example.
7153
7154         * input/regression/spacing-proportional.ly: new file.
7155
7156         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
7157         synched to a beam.
7158
7159         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
7160         fixes beams with a single stem (eg. beams across linebreaks.)
7161
7162         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
7163
7164         * flower/rational.cc (operator +): prevent overflow. This fixes
7165         heavily nested tuplets.
7166
7167         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
7168         have to protect even those unlikely to be corrupted data members.  
7169
7170 2005-08-04  Graham Percival  <gperlist@shaw.ca>
7171
7172         * ly/bagpipe.ly: new file.
7173
7174         * THANKS: added Sven Axelsson.
7175
7176 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7177
7178         * lily/spacing-engraver.cc (stop_translation_timestep): directly
7179         copy proportionalNotationDuration into currentMusicalColumn if
7180         set.
7181
7182         * lily/spacing-spanner.cc (musical_column_spacing): if
7183         uniform-stretching set, fixed space is 0.0
7184
7185         * input/regression/spacing-multi-tuplet.ly: show
7186         uniform-stretching property.
7187
7188         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
7189
7190         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
7191         (struct Spacing_options): new struct.
7192
7193         * lily/spacing-basic.cc: new file.
7194
7195         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
7196         delta_t doesn't have to be smaller than shortest_playing_len
7197
7198 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7199
7200         * input/regression/markup-arrows.ly:  new file.
7201
7202         * lily/tuplet-bracket.cc: document new behavior.
7203
7204         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
7205         with line breaks.
7206
7207         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
7208
7209         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
7210         default 
7211
7212         * lily/tuplet-bracket.cc: add edge-text property.
7213         add break-overshoot.
7214         (print): read break-overshoot.
7215         (print): read edge-text, add stencils.
7216
7217         * mf/feta-arrow.mf: new file.
7218
7219         * mf/feta-generic.mf: add feta-arrow.
7220
7221 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7222
7223         * Documentation/user/lilypond-book.itely (An example of a
7224         musicological document): Added flag -o to dvips for people who use
7225         the default setting in teTeX where output is sent to the printer. 
7226
7227         * Documentation/user/global.itely (Vertical spacing): Added
7228         reference to the Axis_group_engraver which documents the *Extent
7229         properties.
7230
7231 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7232
7233         * Documentation/user/basic-notation.itely (Tuplets): add note
7234         about nested tuplets. Remove BUG. 
7235
7236         * input/regression/tuplet-nest.ly: update: remove manual hack. 
7237
7238         * lily/tuplet-bracket.cc (print): use robust_scm2drul
7239         (print): manually call print() for subtuplets.
7240         (calc_position_and_height): add subtuplets to the
7241         support. Vertically shift outer tuplet 
7242
7243         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
7244         remove-first for Lyrics, ChordNames and FiguredBass
7245
7246         * scm/define-grob-properties.scm (all-internal-grob-properties):
7247         use ly:grob-array? iso. grob-list?
7248         (all-internal-grob-properties): add tuplets grob-array.
7249
7250         * lily/tuplet-bracket.cc (add_tuplet_bracket):
7251         new function
7252
7253 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7254
7255         * input/test/time-signature-staff.ly: new file.
7256
7257         * ly/declarations-init.ly (center): escape to Scheme. Fixes
7258         spurious #<Music FingerEvent> errors. Backportme.
7259
7260 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7261
7262         * Documentation/user/programming-interface.itely (Markup
7263         construction in Scheme): Corrected markup syntax in the
7264         translation table.
7265
7266 2005-08-03  Graham Percival  <gperlist@shaw.ca>
7267
7268         * Documentation/user/instrument-notation.itely: small update
7269         to bagpipe notation docs; thanks Sven!
7270
7271         * Documentation/user/basic-notation.itely: add link about trills.
7272
7273 2005-08-02  Graham Percival  <gperlist@shaw.ca>
7274
7275         * Documentation/user/music-glossary: remove accidentally committed
7276         fink patch.
7277
7278 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
7279
7280         * lily/lily-parser.cc (get_header): new function. Enable multiple
7281         \header definitions.
7282
7283         * lily/parser.yy (lilypond_header_body): use get_header.
7284
7285         * ly/init.ly:
7286         * scm/lily-library.scm (print-score-with-defaults): renamed
7287         $globalheader to $defaultheader
7288             
7289         * Documentation/user/global.itely (Creating titles): added short
7290         explanation that multiple headers are useable.
7291
7292
7293 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7294
7295         * lily/module-scheme.cc (LY_DEFINE): new file. 
7296
7297         * Documentation/user/advanced-notation.itely (Font selection): add
7298         doco for make-pango-font-tree.
7299
7300 2005-07-31  Graham Percival  <gperlist@shaw.ca>
7301
7302         * Documentation/user/music-glossary: more languages
7303         for tenuto.
7304
7305         * Docuemntation/user/instrument-notation.itely: minor
7306         update for bagpipe example.
7307
7308 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7309
7310         * input/regression/+.ly (TODO): add some text.
7311
7312 2005-07-28  Graham Percival  <gperlist@shaw.ca>
7313
7314         * Documentation/user/invoking.itely: \score begins with music.
7315
7316         * Documentation/user/ basic-notation.itely,
7317         instrument-notation.itely: minor changes.
7318
7319         * Documentation/user/music-glossary.itely: began tenuto entry.
7320
7321 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7322
7323         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
7324
7325         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
7326
7327 2005-07-27  Graham Percival  <gperlist@shaw.ca>
7328
7329         * Documentation/user/examples.itely: remove bagpipe template.
7330
7331         * Documentation/user/instrument-notation.itely: add bagpipe
7332         section, maybe fix quotes in lyrics.  I hate text encoding.
7333         Clarify chord durations, more bagpipe stuff.
7334
7335 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7336  
7337         * lily/accidental-engraver.cc: formatting fixes.
7338
7339         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
7340         grob-array.
7341
7342         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
7343
7344         * lily/note-column.cc (arpeggio): new function.
7345
7346         * lily/note-spacing.cc (get_spacing): also take arpeggio into
7347         account for spacing.
7348
7349 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7350
7351         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
7352         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
7353         mingw build.
7354         
7355 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7356
7357         * scm/lily.scm (lilypond-all): clear anonymous modules after
7358         processing files.
7359
7360 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7361
7362         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
7363         SCM_I_CONSP
7364
7365         * VERSION: 2.7.3 released
7366
7367         * Documentation/user/invoking.itely (Invoking lilypond): add
7368         LILYPOND_GC_YIELD documentation.
7369
7370         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
7371         scm_from_real / scm_make_real.
7372
7373         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
7374         higher. This increases memory footprint, but provides overall
7375         speedup of 15 to 20%. 
7376
7377         * lily/include/translator.hh (class Translator): remove
7378         PRECOMPUTED_VIRTUAL everywhere.
7379
7380         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
7381
7382         * lily/context.cc (now_mom): non-recursive now_mom() 
7383
7384         * lily/include/profile.hh: new file.
7385
7386         * lily/profile.cc: new file.
7387
7388         * lily/grob.cc (Grob::Grob): look properties up directly.
7389
7390         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
7391         lookups.
7392
7393         * lily/include/box.hh (class Box): smob Box type.
7394
7395         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
7396
7397         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
7398         protect() and unprotect(). Use throughout.
7399
7400 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7401
7402         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
7403
7404         * scm/define-music-display-methods.scm (markup->lily-string):
7405         markup elements can also be strings (without simple-markup
7406         appended)
7407
7408 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7409
7410         * lily/context.cc (where_defined): also assign value in
7411         where_defined().
7412
7413         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
7414         (curve_coordinate): new function
7415
7416         * lily/simple-spacer.cc (add_columns): only add rods between
7417         column i and begin/end if keep-inside-line is set (this repleces
7418         allow-outside-line as default)
7419
7420 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7421
7422         * lily/tuplet-engraver.cc (start_translation_timestep): only read
7423         tupletSpannerDuration if applicable.
7424
7425         * lily/font-size-engraver.cc (process_music): read fontSize only
7426         once per timestep.
7427
7428         * lily/engraver*cc: use throughout.
7429         
7430         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
7431
7432         * lily/translator.cc (add_acknowledger): new file. Directly jump
7433         into an Engraver::acknowledge_xxx () method based on a grobs
7434         interface-list.
7435
7436         * lily/include/translator-dispatch-list.hh (class
7437         Engraver_dispatch_list): new struct, new file.
7438
7439         * scm/define-context-properties.scm
7440         (all-internal-translation-properties): remove acceptHashTable,
7441         acknowledgeHashTable
7442
7443         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
7444
7445         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
7446         change acknowledgeHashTable to C++ member. 
7447
7448         * lily/rest-collision.cc (do_shift): use extract_grob_set().
7449
7450 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7451
7452         * scm/display-lily.scm: new file. Define a `display-lily-music'
7453         function, that displays the music expression given as an argument,
7454         using LilyPond notation.
7455
7456         * scm/define-music-display-methods.scm: new file. Implementation
7457         of display methods for each music type.
7458
7459         * ly/music-functions-init.ly (displayLilyMusic): new function for
7460         displaying music with LilyPond notation.
7461
7462         * input/regression/display-lily-tests.ly: new regression test file
7463         for `display-lily-music'.
7464
7465         * scm/markup.scm: remove obsolete debugging code (for printing
7466         markups with LilyPond notation).
7467
7468         * scm/define-music-types.scm (music-name-to-property-table):
7469         * scm/clef.scm (supported-clefs): export, in order to be accessible
7470         from the (scm display-lily) module.
7471
7472 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7473
7474         * Documentation/topdocs/NEWS.tely (Top): Typo.
7475
7476 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7477
7478         * Documentation/index.html.in, Documentation/texinfo.css,
7479           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
7480           Documentation/bibliography/index.html.in,
7481           Documentation/bibliography/html-long.bst: revert css-width patch,
7482           it does not work with IE6.
7483
7484 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7485
7486         * Documentation/texinfo.css: revert 760px hack. 
7487
7488         * VERSION: release 2.7.2
7489
7490         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
7491
7492         * Documentation/user/basic-notation.itely (Barnumber check): add
7493         section.
7494
7495         * scm/music-functions.scm (skip-to-last): new function. Show only
7496         last showLastLength part of the \score.
7497
7498         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
7499
7500         * python/convertrules.py (conv): add ly:x-moment rule
7501
7502         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
7503
7504         * Documentation/topdocs/NEWS.tely (Top): add new feature.
7505
7506         * Documentation/user/instrument-notation.itely (Flexibility in
7507         alignment): options in subsections.
7508
7509         * lily/lyric-engraver.cc (process_music): don't typeset text for _
7510         syllable text. Instead, assume that the previous lyric text is a
7511         melismated text.
7512
7513         * Documentation/index.html.in: revert 800x600 change.
7514
7515 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7516
7517         * lily/main.cc (main): Remove invalid handle kludge.
7518
7519         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
7520         (lambda): add gui define.
7521
7522 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7523
7524         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
7525
7526         * Documentation/user/instrument-notation.itely (Musica ficta
7527         accidentals): add section Musica ficta accidentals
7528
7529         * lily/accidental-engraver.cc (make_suggested_accidental): new
7530         function.
7531         (make_standard_accidental): move into new function.
7532         (create_accidental): new function.
7533
7534         * scm/define-grobs.scm (all-grob-descriptions): new Grob
7535         AccidentalSuggestion
7536
7537         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
7538
7539         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
7540         undefined.
7541
7542         * Documentation/user/global.itely (Page formatting): document
7543         horizontalshift.
7544
7545         * scm/page-layout.scm (default-page-music-height):
7546         horizontalshift: new variable, shift all systems by
7547         horizontalshift to the right, to make space for instrument names.
7548
7549         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
7550
7551         * lily/input-scheme.cc (LY_DEFINE): take format commands.
7552
7553 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7554
7555         * lily/note-column.cc (dir): idem.
7556
7557         * lily/spacing-spanner.cc (Module): idem.
7558
7559         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
7560
7561         * lily/include/paper-column.hh (class Paper_column): add
7562         non-static get_rank() member.
7563
7564         * VERSION: release 2.7.1
7565         
7566         * scm/framework-null.scm: new file, used for benchmarking.
7567
7568 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7569
7570         * Documentation/topdocs/INSTALL.texi, configure.in: fix
7571         version dependencies for fontforge and gs.
7572
7573         * Documentation/index.html.in, Documentation/texinfo.css,
7574         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
7575         Documentation/bibliography/index.html.in, 
7576         Documentation/bibliography/html-long.bst: optimize width of
7577         html for a 800x600 screen (width:760), increases printability
7578         when 'fit to page' is not set and readability in wide screens.
7579
7580         * stepmake/bin/add-html-footer.py: add missing </p>.
7581
7582 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7583
7584         * scm/define-markup-commands.scm (beam): use polygon in beam
7585         command.
7586
7587         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
7588         all acknowledged grobs, and do potentially expensive merge and
7589         write in one go.
7590
7591         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
7592
7593         * configure.in (reloc_b): add --enable-static-gxx to statically
7594         link to libstdc++
7595
7596         * lily/GNUmakefile (static-gxx-libs): new target
7597         static-gxx-libs. Create symlink to libstdc++.a
7598
7599         * lily/new-lyric-combine-music-iterator.cc: rename to
7600         Lyric_combine_music_iterator
7601
7602         * lily/lyric-combine-music-iterator.cc
7603         (Old_lyric_combine_music_iterator): rename to
7604         Old_lyric_combine_music_iterator
7605
7606         * lily/*-engraver.cc (various): remove double use of
7607         PRECOMPUTED_VIRTUAL function: only use
7608         start_translation_timestep() and stop_translation_timestep(), not
7609         both.
7610
7611         * lily/break-substitution.cc (fast_substitute_grob_array): do
7612         fast_substitute_grob_array for all unordered grob_arrays.
7613         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
7614         (substitute_grob_array): optimize.
7615
7616         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
7617
7618         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
7619
7620         * lily/parser.yy: revert $globalheader patch.
7621         
7622         * lily/include/translator.icc
7623         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
7624         Translator methods, without _static helper.
7625  
7626         * lily/grob-smob.cc (derived_mark): rename from
7627         do_derived_mark(). Return void.
7628
7629         * scm/define-context-properties.scm
7630         (all-internal-translation-properties): remove tweakCount/tweakRank.
7631
7632         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
7633         predefined break-visibilities.
7634
7635         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
7636         booleans for break-visibility.
7637
7638         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
7639
7640         * python/convertrules.py (conv): rule for Timing_translator. 
7641
7642         * lily/include/translator.icc: new file. 
7643
7644         * lily/paper-column-engraver.cc (process_music): new
7645         file. Separate Paper_column factory from Score_engraver.
7646
7647         * lily/vertically-spaced-context-engraver.cc: administer
7648         spaceable-staves property of System.
7649
7650         * lily/translator-group-ctors.cc: new file.
7651
7652         * lily/context-property.cc (make_grob_from_properties): construct
7653         the right Grob class programmatically, looking at the class entry
7654         for the meta property.
7655
7656         * lily/break-align-engraver.cc (stop_translation_timestep): call
7657         Break_align_interface::add_element() directly.
7658
7659         * lily/context.cc (measure_position): measure_position() is now a
7660         normal function.
7661
7662         * lily/include/translator.hh (class Translator): rename
7663         process_acknowledged_grobs() to process_acknowledged() and move to
7664         Translator.
7665
7666         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
7667         field for each grob description.
7668
7669         * lily/include/translator-group.hh (class Translator_group):
7670         change to base class. Separate class from Translator. This gets
7671         rid of virtual inheritance for Engravers/Performers.
7672
7673         * lily/staff-performer.cc (class Staff_performer): derive
7674         Staff_performer from Performer, not Performer_group_performer 
7675
7676         * Lily/translator-group.cc (precomputed_recurse_over_translators):
7677         new function.
7678         (precompute_method_bindings): new function. Precompute lists of
7679         Translators, so we only call methods (process_music,
7680         start_translation_timestep, etc.) for Translators needing
7681         it. Also: dispose of pointer-to-member-function calls.
7682
7683         * lily/engraver-group-engraver.cc: remove engraver_each,
7684         recurse_down_engravers ()
7685
7686         * lily/note-head.cc (internal_print): only call
7687         glyph-name-procedure if style != default. 
7688
7689 2005-07-16  Graham Percival  <gperlist@shaw.ca>
7690
7691         * ly/titling-init.ly: add printallheaders option.
7692
7693         * Documentation/user/global.itely: document printallheaders.
7694
7695 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7696
7697         * lily/system.cc (do_derived_mark): don't mark from object_alist_
7698         anymore, but do it centrally.  
7699
7700         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
7701         hammer hack.
7702
7703         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
7704
7705         * scm/output-lib.scm: remove hammer-print-function.
7706
7707         * lily/include/pointer-group-interface.hh (extract_grob_set): new
7708         macro. Declare a Link_array<Grob> and fill it from a grob.
7709         (extract_item_set): idem for item.
7710
7711         * lily/break-substitution.cc: add header.
7712         (fast_substitute_grob_array): rewrite for Grob_arrays.
7713         (substitute_grob_array): idem.
7714
7715         * lily/group-interface.cc (add_thing): remove file.
7716
7717         * flower/include/parray.hh (class Link_array): slice() is const.
7718
7719         * lily/include/grob-array.hh: new file.
7720
7721         * lily/grob-array.cc (spanner): new file.
7722
7723         * lily/beam-quanting.cc (fill): read details property from beam.
7724
7725         * lily/beam.cc: support details property.
7726
7727         * total speedups below: approx 10%.
7728
7729         * lily/include/beam.hh: new struct, softcode beam quanting parameters
7730
7731         * lily/include/grob.hh (class Grob): add interfaces_ member.
7732
7733         * lily/bezier.cc (init_polynomial_cache): new function: cache
7734         binom(3,j) t^j (1-t)^{3-j}
7735         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
7736
7737         * lily/*.cc: substitution throughout.
7738
7739         * lily/grob-property.cc (internal_get_object): new routine.
7740         (internal_set_object): idem. Store grob refrences in separate
7741         alist. This saves processing time, since properties aren't
7742         break-substituted, and the per grob namespace is smaller, both for
7743         grobs and non-grob properties.
7744
7745         * scm/define-grob-properties.scm (all-internal-grob-properties):
7746         remove center-element.
7747
7748         * lily/grob.cc: remove tweak-count, tweak-rank.
7749
7750 2005-07-15  Graham Percival  <gperlist@shaw.ca>
7751
7752         * Documentation/user/lilypond-book.itely: fixes example.
7753
7754 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7755
7756         * Documentation/user/global.itely (Creating titles):    
7757         * Documentation/user/examples.itely (All headers): change the
7758         place of \header in \score blocks (after music block) to make
7759         examples compile (cf. changes on parser.yy on 2005-07-10)
7760
7761 2005-07-13  Graham Percival  <gperlist@shaw.ca>
7762
7763         * python/convertrules.py: add exc -> ecc rule.
7764
7765         * scripts/convert-ly.py: add location of convertrules.py
7766         in a comment.
7767
7768         * Documentation/user/changing-defaults.itely: fix language.
7769
7770 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7771
7772         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
7773
7774 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7775
7776         * scm/output-socket.scm (grob-bbox): don't use inf? 
7777
7778         * flower/include/rational.hh: add operator bool() 
7779
7780         * scm/define-music-types.scm (music-descriptions): remove
7781         internal-class-name properties.
7782
7783         * lily/include/event.hh: remove file.
7784
7785         * lily/include/music-constructor.hh: remove file.
7786
7787         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
7788         in 'types property.
7789
7790         * lily/music.cc (duration_length_callback): new function.
7791
7792         * lily/event.cc: remove file.
7793
7794         * lily/music-constructor.cc: remove file.
7795
7796         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
7797
7798         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
7799         (get_context_key): idem.
7800
7801         * scm/lily.scm (lambda): new option object-keys (default to #f)
7802
7803         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
7804
7805         * scm/output-gnome.scm: remove beam routine.
7806
7807         * scm/output-ps.scm (scm): idem.
7808
7809         * scm/output-svg.scm: remove beam.
7810
7811         * ps/music-drawing-routines.ps: remove draw_beam.
7812
7813         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
7814
7815         * flower/include/guile-compatibility.hh (scm_from_locale_string):
7816         add scm_from_locale_string compatibility glue. 
7817
7818 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
7819
7820         * scripts/lilypond-book.py: Prevent occuring error when
7821         'lilypond-book --output=foo/ somefile.ly' is executed multiple
7822         times and target file shoud be overwritten.  (Error message said
7823         'input file and output file is same'.)
7824
7825 2005-07-13  Graham Percival  <gperlist@shaw.ca>
7826
7827         * input/regression/slur-extreme.ly,
7828         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
7829         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
7830         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
7831         "excentricity" to "eccentricity".
7832
7833         * Documentation/user/converters.itely: fix URL for Noteedit and
7834         Rosegarden.
7835
7836         * THANKS: added Yoshinobu Ishizaki.
7837
7838 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7839
7840         * scm/define-markup-commands.scm (justify-field): add. 
7841
7842         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
7843
7844 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7845
7846         * lily/lookup.cc (filled_box): express filled_box with
7847         round_filled_box
7848
7849         * scm/midi.scm (paper-book-write-midis): new function. Write all
7850         performances in numbered MIDI files.
7851
7852         * lily/performance-scheme.cc (LY_DEFINE): new file.
7853         (LY_DEFINE): new function ly:performance-write.
7854
7855         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
7856         new function.
7857         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
7858
7859         * scm/framework-*.scm: use port arguments throughout.
7860
7861         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
7862
7863         * lily/paper-outputter.cc (Paper_outputter): take port argument.
7864
7865         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
7866
7867         * scm/framework-texstr.scm (output-framework): 
7868
7869         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
7870
7871         * scm/output-lib.scm (tablature-stem-attachment-function):
7872         tablature stem attachment fix. 
7873
7874 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7875
7876         * lily/bezier.cc: hardcode binomial coefficients of order 3.
7877
7878         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
7879
7880         * scm/define-music-types.scm (music-descriptions): don't use
7881         Music_wrapper type.
7882
7883         * lily/paper-column.cc (print): print moment too.
7884
7885         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
7886         remove compatibility cruft.
7887
7888         * lily/parser.yy (score_body): \score can only begin with Music. 
7889
7890         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
7891         make-score. Take music argument only. Move parser interaction to
7892         Scheme.
7893
7894         * scm/lily-library.scm (scorify-music): new function.
7895
7896         * python/lilylib.py (datadir): remove 2.1 compat kludge.
7897         (datadir): remove resource import.
7898         (print_environment): remove get_bbox()
7899         (cp_to_dir): remove pre 1.5.2 compat glue.
7900
7901 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7902
7903         * lily/include/simple-spacer.hh (Module): idem.
7904
7905         * lily/include/spring.hh (struct Spring): store inverse
7906         strength. This prevents division by zero.
7907
7908         * VERSION: release 2.7.0
7909         
7910         * lily/include/music.hh (class Music): remove Music::duration_log()
7911
7912         * lily/stem-engraver.cc (make_stem): take duration log from event.
7913
7914         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
7915
7916 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7917
7918         * scm/lily.scm (ly:load): load autochange.scm
7919
7920         * Documentation/user/tutorial.itely (Running LilyPond for the
7921         first time): remove reference to DVI/TeX
7922
7923         * scm/define-markup-commands.scm (text): add \text markup command.
7924
7925         * configure.in (reloc_b): bump requirement to Python 2.2.
7926
7927         * lily/include/dots.hh (class Dots): make has_interface() static.
7928
7929         * python/convertrules.py (conv): add rule for ly:grob-default-font
7930
7931         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
7932         alphabetical order.
7933
7934         * input/regression/trill-spanner-pitched.ly: new file.
7935
7936         * lily/font-interface-scheme.cc (LY_DEFINE): function
7937         ly:grob-default-font (changed from get-default-font).
7938
7939         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
7940
7941         * lily/note-head.cc (internal_print): if style is not a symbol,
7942         set style to 'default. 
7943         (internal_print): no style suffix if glyph-name-procedure not
7944         set. Default to quarter head.
7945
7946         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
7947
7948         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
7949
7950         * ly/music-functions-init.ly: \pitchedTrill
7951
7952         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
7953
7954         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
7955
7956         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
7957
7958         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
7959
7960         * po/fr.po: update
7961
7962         * po/de.po: update.
7963
7964 2005-07-06  Graham Percival  <gperlist@shaw.ca>
7965
7966         * Documentation/user/changing-defaults.itely: add link
7967         to grob-iterface.
7968
7969         * Documentation/user/advanced-notation.itely: add material
7970         to Setting automatic beam behaviour.  Thanks, Joe!
7971
7972         * Documentation/user/lilypond.itely: change encoding to utf-8.
7973
7974 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7975
7976         * Documentation/user/advanced-notation.itely (Setting automatic
7977         beam behavior): Correct the documentation of
7978         revert-auto-beam-setting (backportme)
7979
7980 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7981
7982         * lily/ly-module.cc (ly_make_anonymous_module): define
7983         %module-public-interface of module. 
7984
7985         * lily/lily-parser.cc (print_smob): allow printing of parser smob
7986         without lexer.
7987
7988 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7989
7990         * input/regression/fret-diagrams.ly: stretch example.
7991
7992 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7993
7994         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
7995         Fodor).
7996
7997 2005-06-30  Graham Percival  <gperlist@shaw.ca>
7998
7999         * Documentation/topdocs/AUTHORS.texi: update personal web address.
8000
8001         * Documentation/user/examples.itely, lilypond-book.itely:
8002         change \RequirePackage to \usepackage.
8003
8004         * Documentation/user/global.itely: document copyright and tagline.
8005
8006 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8007
8008         * Documentation/user/basic-notation.itely (Transpose): remove link
8009         to nonexistent UntransposableMusic.
8010
8011         * scm/output-svg.scm: remove old definitions.
8012
8013         * scripts/lilypond-book.py (do_file): search for kpsewhich before
8014         invoking.
8015
8016         * python/lilylib.py (search_exe_path): new function.
8017
8018 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8019
8020         * python/lilylib.py (mkdir_p): remove setup_environment()
8021         (backportme)
8022
8023         * buildscripts/mutopia-index.py (headertext): trim text.
8024
8025         * Documentation/topdocs/NEWS.tely (Top): refresh.
8026
8027         * scm/define-markup-commands.scm (wordwrap-string): new function:
8028         split string in paras and words.
8029         (wordwrap-markups): new function.
8030         (wordwrap-stencils): new function. 
8031         (justify): use it.
8032         (wordwrap): use it.
8033         (wordwrap-string): use it
8034         (justify-string): use it.
8035
8036         * scm/lily-library.scm (regexp-split): new function.
8037
8038         * scm/define-markup-commands.scm: remove encoded-simple. 
8039         remove font-markup.
8040         (fontsize): remove old version  of fontsize.
8041         (wordwrap): new markup function. Wrap into paragraphs.
8042
8043         * VERSION: Branch lilypond_2_6
8044         (MINOR_VERSION): go to 2.7.0
8045
8046 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8047
8048         * po/zh_TW.po: update from translation project.
8049
8050 2005-06-28  Graham Percival  <gperlist@shaw.ca>
8051
8052         * scm/midi.scm: compile fix.
8053
8054 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8055
8056         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
8057         patch. Now, the tempfile module is loaded too, not only used.
8058
8059 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
8060
8061         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
8062         0.05 - 1.00 to 0.25 - 1.00
8063
8064         * scm/midi.scm: moved the default-instrument-equalizer procedure
8065         to just under the insturment-equalizer-alist it takes as an
8066         argument.
8067
8068 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8069
8070         * Documentation/user/advanced-notation.itely (Font selection):
8071         remove CMR note.
8072
8073         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
8074
8075 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8076
8077         * THANKS: Add UTF-8 marker.
8078
8079         * Documentation/user/point-and-click.itely (http): Update: use
8080         lilypond-invoke-editor.  Fix: instruct to use user.js.
8081
8082 2005-06-27  Graham Percival  <gperlist@shaw.ca>
8083
8084         * ly/titling-init.ly: implements printpagenumber, increases
8085         space between dedication and title (to avoid collisions with
8086         "g" and "q" in dedication), and nicer logic about copyright
8087         and instrument fields being printed on the first page.
8088         Thanks Vincent!
8089
8090         * Documentation/user/global.itely: document printpagenumber.
8091
8092 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8093
8094         * Documentation/topdocs/NEWS.tely: Update to 2.6.
8095
8096 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8097
8098         * THANKS: update to 2.6
8099
8100         * VERSION: 2.6.0 released.
8101
8102 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8103
8104         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
8105         rule, errorneously removed probably because of misleading comment.
8106
8107 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8108
8109         * python/lilylib.py (datadir): py2exe comments.
8110
8111         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
8112
8113         * configure.in (reloc_b): make fontconfig REQUIRED.
8114
8115 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
8116
8117         * po/fi.po: add latest translations.
8118
8119 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8120
8121         * ChangeLog: recode utf-8
8122
8123         * Documentation/pictures/lilypond.xpm (Module): edited photo as
8124         logo.
8125
8126         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
8127
8128         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
8129
8130         * python/convertrules.py (do_conversion): don't print program_name
8131         from within a module
8132
8133         * configure.in (reloc_b): bump fontforge requirement to 20050624.
8134
8135         * python/convertrules.py (conv): add 2.6.0 dummy rule.
8136
8137 2005-06-23  Graham Percival  <gperlist@shaw.ca>
8138
8139         * Documentation/user/lilypond-book.itely,
8140         Documentation/user/examples.itely: add \RequirePackage{graphics}.
8141
8142         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
8143         fixes baseline-skip.  Thanks Vincent!
8144
8145         * Documentation/user/advanced-notation.itely, global.itely:
8146         moved "Selecting font sizes" to global, since it deals with
8147         notation font size, not text fonts.
8148
8149 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8150
8151         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
8152         to fonts.
8153
8154 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8155
8156         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
8157         workaround since /dev/stdin doesn't work on Cygwin. Using a
8158         temporary file in the current directory since latex doesn't
8159         understand the path name to the default TMP in Cygwin (at least on
8160         win XP).
8161         
8162         * Documentation/user/global.itely (Creating titles): Correct
8163         misprint in example. Thanks to Rob Vlasaty.
8164
8165 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8166
8167         * VERSION (PATCH_LEVEL): release 2.5.32
8168
8169         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
8170         variable in lily module
8171
8172         * scm/framework-ps.scm (output-classic-framework): error message
8173         regarding the classic framework.
8174
8175         * Documentation/user/henle-flat-gray.png (Module): new file.
8176
8177         * Documentation/user/baer-flat-gray.png (Module): new file.
8178
8179         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
8180         whiteout for markups.
8181
8182         * buildscripts/substitute-encoding.py (note_glyph): include _ in
8183         regex too. This fixes change clef appearance in PDF. 
8184
8185         * ttftool/include/*: remove.
8186
8187         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
8188
8189         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
8190
8191         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
8192
8193         * ttftool/*: remove ttftool subdirectory.
8194
8195         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
8196
8197         * lily/ttf.cc (print_header): new file. Convert to type42, using
8198         FreeType to parse the TTF. 
8199
8200         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
8201         and post table may differ. Pass around post_nglyphs as well.
8202
8203 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8204
8205         * ly/music-functions-init.ly (musicMap): new music function
8206         musicMap. 
8207         
8208 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8209
8210         * make/mutopia-rules.make: anti-alias-factor = 2
8211
8212         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
8213         page switch.
8214
8215         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
8216         anti-alias-factor for lilypond-book runs.
8217
8218         * scm/ps-to-png.scm (scale-down-image): new function.
8219         (my-system): new function.
8220         (make-ps-images): blow up GS resolution by anti-alias-factor,
8221         scale down image by anti-alias-factor.  This improves appearance
8222         of bitmaps
8223         (make-ps-images): remove showpage. Fixes spurious empty png at
8224         end.
8225
8226         * scm/framework-ps.scm (write-preamble): downcase filename before
8227         string-matching. Should fix .TTF files (as opposed to ttf files)  
8228
8229         * Documentation/user/tutorial.itely (Running LilyPond for the
8230         first time): separate subsections for windows, macos and unix.  
8231
8232         * Documentation/user/invoking.itely (Updating files with
8233         convert-ly): add MacOS X note.
8234
8235 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8236
8237         * Documentation/user/introduction.itely (Engraving): don't include
8238         file optical-spacing, add directly.
8239
8240         * lily/paper-outputter.cc (file): open file in binary mode. This
8241         fixes OTF embedding on windows.
8242
8243 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8244
8245         * scm/framework-ps.scm (write-preamble): remove debugging output.
8246
8247         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
8248
8249         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
8250         outdir.
8251         (install-fc-cache): install font cache in installation directories.
8252
8253 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8254
8255         * scm/editor.scm (editor-command-template-alist): Use char iso
8256         column, except for Emacs.
8257         (get-editor-command): Substitute char too (Bertalan Fodor).
8258
8259 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8260
8261         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
8262         quoted ~s.  This should fix PNG output on Windows; single quotes
8263         are regular characters on Windows.
8264
8265 2005-06-16  Graham Percival  <gperlist@shaw.ca>
8266
8267         * Documentation/user/basic-notation.itely: include ChoirStaff
8268         in System start delimiters.
8269
8270         * Documentation/user/putting.itely: new doc section on
8271         fixing overlapping notation.
8272
8273 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8274
8275         * Documentation/user/global.itely (Paper size): \paper is in
8276         \book, not \score.
8277
8278         * make/mutopia-rules.make: -ddelete-intermediate-files
8279
8280         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
8281
8282 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8283
8284         * ChangeLog: Recode utf-8.
8285
8286         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
8287         datadir with .py modules.
8288
8289 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8290
8291         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
8292
8293 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8294
8295         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
8296         
8297         * scm/framework-ps.scm (write-preamble): remove status check.
8298
8299         * Documentation/user/invoking.itely (Updating files with
8300         convert-ly): remove -o option.
8301
8302         * VERSION (PACKAGE_NAME): release 2.5.31
8303
8304         * scm/framework-ps.scm (write-preamble): use ly:system.
8305         (write-preamble): verbosity.
8306
8307         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
8308
8309         * python/convertrules.py: new file. Store conversion rules
8310         separately.
8311
8312 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8313
8314         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
8315
8316 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8317
8318         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
8319         \musicDisplay 
8320
8321         * Documentation/user/instrument-notation.itely (More stanzas): Add
8322         reference to StanzaNumber.
8323
8324 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8325
8326         * THANKS: separate section for website translators.
8327
8328 2005-06-14  Graham Percival  <gperlist@shaw.ca>
8329
8330         * Documentation/topdocs/INSTALL.texi: update vim info;
8331         thanks Simon Bailey!
8332
8333         * Documentation/user/advanced-notation.itely: included
8334         color names.
8335
8336         * Documentation/user/advanced-notation.itely,
8337         Documentation/usr/notation-appendices.itely: moved
8338         color names into an appendix.
8339
8340 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8341         
8342         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
8343
8344         * scm/lily.scm (lambda): initialize program options from here.
8345
8346         * scm/framework-*.scm: add header info.
8347
8348         * lily/main.cc (parse_argv): only set output format to pdf if no
8349         other format specified.
8350
8351         * scm/backend-library.scm (postprocess-output): process
8352         'delete-intermediate-files after running convert-to-*. This fixes
8353         PNG generation when 'delete-intermediate-files is set.
8354         
8355 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8356
8357         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
8358         links on website. 
8359
8360 2005-06-13  Graham Percival  <gperlist@shaw.ca>
8361
8362         * Documentation/topdocs/INSTALL.texi,
8363         Documentation/user/lilypond-book.itely: typos.
8364
8365 2005-06-12  Pal Benko  <benkop@freestart.hu>
8366
8367         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
8368         added between program name and switch; -b changed to -f not
8369         to generate pdf
8370
8371 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8372
8373         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
8374         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
8375
8376         * input/sakura-sakura.ly: add \midi.
8377
8378         * buildscripts/mutopia-index.py (find): use /usr/bin/find
8379         iso. python find. 
8380
8381         * ttftool/test.c (main): cosmetics.
8382
8383         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
8384
8385         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
8386         create a ttf2ps binary.
8387
8388         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
8389
8390         * scm/backend-library.scm (postscript->png): set rename-page-1 to
8391         true.
8392
8393 2005-06-11  Graham Percival <gperlist@shaw.ca>
8394
8395         * Documentation/user/lilypond-book.itely: add warning about
8396         the font warnings in dvips.
8397
8398 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8399
8400         * THANKS: typo
8401
8402         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
8403
8404         * GNUmakefile.in: remove links for .map, .enc
8405         don't fail if out/ doesn't exist yet.
8406
8407 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8408
8409         * ttftool/util.c (surely_read): return nbytes
8410
8411         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
8412
8413         * VERSION (PACKAGE_NAME): release 2.5.30
8414
8415         * flower/string-convert.cc (precision_string): >? fix.
8416
8417         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
8418         (make-ps-images): add verbose -q too.
8419
8420         * lily/default-actions.cc (Module): new file. default
8421         {book,score}-print functions.
8422
8423         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
8424         pass results via parseStringResult, lookup via ly:parser-lookup.  
8425
8426         * lily/lily-parser.cc (Lily_parser): only clone lexer in
8427         constructors.
8428         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
8429         (parse_string): idem.
8430
8431         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
8432
8433         * lily/main.cc (main_with_guile): copy be_verbose_global into
8434         ly_set_option()
8435
8436 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8437
8438         * scm/backend-library.scm (postscript->pdf):
8439         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
8440         verbose mode.  Search for several names of gs executable.
8441
8442 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8443
8444         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
8445         directly. This fixes a massive memory leak, provided you use CVS
8446         GUILE.
8447
8448 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
8449
8450         * ly/property-init.ly: Added tieDashed.
8451
8452         * THANKS: Added some bughunters for 2.5.
8453
8454 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8455
8456         * lily/program-option.cc: add debug-gc option.
8457
8458         * lily/include/lily-guile-macros.hh: don't protect exported module
8459         objects.
8460
8461         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
8462
8463         * scm/backend-library.scm (postscript->pdf): use
8464         delete-intermediate-files iso. running-from-gui? 
8465
8466         * ttftool/util.c (surely_read): robustness. Allow read() to return
8467         less bytes than requested, as per posix standards.
8468
8469         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
8470         program option.
8471
8472         * ttftool/include/ttftool.h ("C"): rename verbosity to
8473         ttf_verbosity. Add to public interface.
8474
8475         * scm/music-functions.scm (unfold-repeats): remove debugging display.
8476
8477         * lily/program-option.cc: rename from scm-option.cc
8478
8479         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
8480         (get_help_string): Print pretty help string.
8481
8482         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
8483         to snippet preamble.
8484
8485         * lily/scm-option.cc: remove command-line-settings option. Fold
8486         all command-line options plus default settings in a generic
8487         interface. 
8488
8489         * flower/getopt-long.cc (table_string): indent 2nd lines of help
8490         texts too.
8491
8492 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8493
8494         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
8495         or EXT_ components non-empty.
8496
8497 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8498
8499         * scm/lily.scm (running-from-gui?): Export.
8500
8501         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
8502         output in .ly source directory.
8503
8504 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8505
8506         * ttftool/util.c (surely_lseek): more verbosity.
8507
8508         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
8509         compile.
8510
8511         * lily/parser.yy (Repeated_music): remove >? 
8512
8513         * scm/backend-library.scm (postscript->pdf): Support for
8514         -dgs-font-load=1
8515
8516         * scm/framework-ps.scm (write-preamble): make font loading
8517         switchable to GS via --define-default gs-font-load=1
8518
8519 2005-06-09  Graham Percival  <gperlist@shaw.ca>
8520
8521         * Documentation/user/global.itely: added \layout docs.
8522
8523 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8524
8525         * lily/lily-parser-scheme.cc: add unistd.h
8526
8527 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8528
8529         * scm/editor.scm: add char argument.
8530
8531         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
8532
8533         * ttftool/util.c (syserror): use errno for better error reporting.
8534
8535         * lily/source-file.cc (get_counts): new function. Calc column,
8536         line and char count in one go.
8537
8538         * lily/binary-source-file.cc (quote_input): rename to quote_input
8539
8540         * lily/input.cc (set): new function.
8541
8542 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8543
8544         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
8545         directory part of file name to search directory.
8546
8547         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
8548         search path and chdir to DIR if --outname=DIR used.
8549
8550         * lily/main.cc (prepend_env_path): Bugfix: Check directory
8551         existence before appending original path.
8552
8553 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8554
8555         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
8556         file" massage.
8557
8558         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
8559         texinfo.tex is always used.
8560         
8561 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8562
8563         * flower/include/axis.hh: rename from axes.hh
8564
8565         * lily/include/text-interface.hh (Module): rename from text-item.hh
8566
8567         * VERSION (PATCH_LEVEL): release 2.5.29
8568
8569         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
8570
8571         * scm/framework-ps.scm (font-file-as-ps-string): new function.
8572         (handle-macfont): new function. Call fondu for Native mac fonts.
8573
8574         * scm/define-markup-commands.scm (fill-line): handle text-widths =
8575         '() case.
8576
8577 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8578
8579         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
8580         multi-page.  Fix .eps regular expression.
8581
8582 2005-06-07  Graham Percival  <gperlist@shaw.ca>
8583
8584         * Documentation/user/putting.itely: add info on modifying templates.
8585
8586         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
8587         misc small changes.
8588
8589 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8590
8591         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
8592
8593         * scripts/lilypond-ps2png.scm
8594
8595         * VERSION (PACKAGE_NAME): release 2.5.28
8596
8597 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8598
8599         * lily/main.cc (prepend_env_path): Do not append /, that does not
8600         work.  Localedir lives in datadir, not in prefix.
8601
8602         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
8603         hack for windows.
8604
8605         * flower/include/file-cookie.hh: Compile fix.
8606
8607 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8608
8609         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
8610
8611         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
8612         system primitives.
8613         (gulp-port): using read-string!/partial. We don't want to read an
8614         entire PS file  (GUILE 1.6 limits strings to 16M) 
8615
8616         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
8617         properties. Add font-interface. 
8618
8619         * scm/define-grob-properties.scm (all-user-grob-properties):
8620         remove old bracket properties.
8621
8622         * scm/x11-color.scm: reformat. 
8623
8624         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
8625         LedgerLineSpanner if new StaffSymbol is found. 
8626
8627         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
8628         staff-symbol for finishing staff. 
8629
8630         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
8631
8632         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
8633         change black to currentColor everywhere. This fixes color support
8634         in SVG.
8635
8636 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
8637
8638         * input/regression/fret-diagrams.ly: new file to test fret diagram
8639         capability
8640
8641         * scm/output-tex.scm: remove white-dot and white-text
8642
8643         * scm/output-ps.scm: remove white-dot and white-text
8644
8645         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
8646         using ly:stencil-in-color instead
8647         (draw-dots) : remove call to white-dot
8648
8649 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8650
8651         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
8652         support.
8653
8654         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
8655
8656         * flower/include/file-cookie.hh: new file. lily_cookie extension 
8657
8658         * flower/file-cookie.cc: new file. lily_cookie extension.
8659         
8660 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8661
8662         * scm/editor.scm (editor-command-template-alist): Add syn
8663         editor (Jaap [de Vos]).
8664
8665 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8666
8667         * scripts/lilypond-ps2png.scm:
8668         * scm/ps-to-png.scm: New file.
8669
8670         * scm/backend-library.scm (postscript->png): Use it.
8671
8672         * scripts/lilypond-ps-to-png.py: Remove file.
8673
8674         * python/lilylib.py (get_bbox, make_ps_images): Remove.
8675
8676 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8677
8678         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
8679
8680         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
8681         start on grace moment. Fixes autobeam-grace.ly.
8682
8683         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
8684         process anything unless we're at the end of a pending beam. Fixes
8685         syncopated 8ths beamed across a beat.
8686
8687 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8688
8689         * scm/editor.scm (editor-command-template-alist): Start emacs if
8690         emacslient fails.
8691
8692         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
8693
8694         * flower/file-path.cc (is_file, is_dir): Export.
8695
8696         * lily/main.cc (prepend_env_path, set_env_file): Use them.
8697
8698 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8699
8700         * lily/easy-notation.cc: Added include cctype to correct
8701         compilation error.
8702
8703 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8704
8705         * scm/backend-library.scm (postscript->pdf): set resolution to
8706         1200, so bitmap fonts aren't that ugly. 
8707
8708         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
8709
8710         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
8711         parent if we have a notehead. Fixes incorrect offsets when
8712         Paper_column is very wide in the X direction.
8713
8714         * input/regression/font-family-override.ly (Module): new file.
8715
8716         * scm/font.scm (make-pango-font-tree): new function.
8717
8718         * lily/beam.cc (before_line_breaking): remove warning about less
8719         than 2 visible stems. We still get a warning when there is only
8720         one stem.
8721
8722 2005-06-01  Werner Lemberg  <wl@gnu.org>
8723
8724         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
8725         correctly.
8726
8727 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8728
8729         * lily/slur-scoring.cc (generate_avoid_offsets): new
8730         function. Generate avoid offsets once per slur.
8731
8732         * lily/slur.cc (add_extra_encompass): add dependency to
8733         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
8734
8735         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
8736         too. Fixes inf error with added bass notes.
8737
8738         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
8739         argument anymore.
8740
8741         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
8742
8743         * input/tutorial/lbook-latex-test.tex: add line length test.
8744
8745         * scripts/lilypond-book.py (set_default_options): new
8746         function. Call this before dissecting snippets, so linewidth
8747         settings reach the snippets.
8748
8749 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8750
8751         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
8752
8753 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8754
8755         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
8756
8757 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8758
8759         * stepmake/aclocal.m4: More autopackage friendliness.
8760
8761 2005-05-31  Graham Percival  <gperlist@shaw.ca>
8762
8763         * Documentation/index.html.in: remove link to LSR.
8764
8765         * Documentation/user/global.itely: remove duplicate
8766         "dedication" \header{} section.
8767
8768 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8769
8770         * VERSION (PACKAGE_NAME): release 2.5.27.
8771
8772         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
8773         too. Plugs memory leak.
8774
8775         * make/lilypond.fedora.spec.in (Group): remove
8776         lilypond-pdfpc-helper.
8777
8778         * scripts/GNUmakefile (SEXECUTABLES): remove
8779         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
8780
8781         * scm/font.scm (make-century-schoolbook-tree): add Mono as
8782         'typewriter family.
8783
8784         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
8785         memory leak.
8786
8787         * lily/parser.yy (score_body): don't clone Score, that's done in
8788         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
8789
8790         * lily/score-engraver.cc (derived_mark): new function.
8791         (initialize): unprotect Paper_score. This fixes a memory leak.
8792
8793         * lily/score-performer.cc (derived_mark): new function.
8794
8795         * lily/score-translator.cc (get_output): use SCM for get_output() call.
8796
8797         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
8798         spurious warning.
8799
8800         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
8801         serif.
8802
8803 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8804
8805         * configure.in (reloc_b): Add --enable-relocation.
8806
8807 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8808
8809         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
8810
8811         * input/regression/alignment-order.ly: add Staff example.
8812
8813 2005-05-31  John Mandereau   <john.mandereau@free.fr>
8814
8815         * po/fr.po: update.
8816
8817 2005-05-31  Graham Percival  <gperlist@shaw.ca>
8818
8819         * Documentation/index.html.in: add link to LSR.
8820
8821 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8822
8823         * scm/define-stencil-commands.scm (Module): new file. Register all
8824         allowed stencil expression heads in a central place.
8825
8826         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
8827         ly:make-stencil
8828
8829         * lily/stencil-expression.cc (all_stencil_heads): registering
8830         stencil expressions.
8831
8832         * lily/stencil-interpret.cc: new file. Stencil expression
8833         interpreting.
8834
8835         * input/xiao-haizi-guai-guai.ly: move file back.
8836
8837 2005-05-30  Graham Percival  <gperlist@shaw.ca>
8838
8839         * Documentation/user/advanced.itely, converters.itely,
8840         instrument-notation.itely, lilypond-book.itely: misc small
8841         changes.
8842
8843 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8844
8845         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
8846
8847         * make/lilypond.fedora.spec.in: Fix source url.
8848
8849         * cygwin: Update from mingw patches.
8850
8851         * scm/editor.scm (editor-command-template-alist): Use jedit
8852         -reuseview (Bertalan), add uedit (Patrick Huberts).
8853
8854         * input/xiao-hai-zi-guai-guai.ly: Rename from
8855         xiao-haizi-guai-guai.ly.
8856
8857         * input/*: Reindent, do not use TAB.
8858
8859         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
8860         white background.
8861
8862 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8863
8864         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
8865         numerical overflow error.
8866
8867 2005-05-29 Laura Conrad <lconrad@laymusic.org>
8868         
8869         * abc2ly.py: fix to syntax error in multi-part output.
8870
8871 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8872
8873         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
8874         with disappearing span bars when alignAboveContext is active
8875
8876         * lily/property-iterator.cc (check_grob): use is-grob?
8877         object-property. Fixes crash-key-sig-font-size.ly. 
8878
8879 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8880
8881         * lily/bar-line.cc (print): don't round barlines; this produces
8882         odd aliasing effects in Acroread.
8883
8884         * lily/timing-engraver.cc (process_music): robustness fix.
8885
8886         * lily/context-def.cc (filter_engravers): bugfix.
8887
8888 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8889
8890         * lily/lilypond.rc.in: Add ly-icon.
8891
8892         * lily/GNUmakefile: 
8893         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
8894         rules.
8895
8896 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8897
8898         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
8899
8900         * ps/music-drawing-routines.ps: 
8901
8902         * scm/output-ps.scm: remove draw ez_ball.
8903
8904         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
8905         EasyNotation context definition.
8906
8907         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
8908         Text_interface and color for making easy note heads.
8909
8910         * lily/stencil.cc (with_color): new function.
8911
8912         * ps/music-drawing-routines.ps: remove draw_zigzag_line
8913
8914         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
8915         output routine. Zigzag now works in SVG too.
8916
8917         * scm/output-tex.scm (filledbox): idem.
8918
8919         * scm/output-svg.scm (filledbox): idem.
8920
8921         * scm/output-ps.scm (lily-def): remove horizontal-line. 
8922
8923         * lily/lookup.cc (horizontal_line): use draw-line. 
8924
8925         * lily/system-start-delimiter.cc: remove old staff bracket code.
8926
8927         * mf/feta-haak.mf: further tweaks.
8928
8929         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
8930
8931         * mf/feta-generic.mf: include feta-haak.
8932
8933         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
8934
8935         * scm/framework-ps.scm (write-preamble): only load fonts if their
8936         filename is a string. 
8937
8938 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8939
8940         * scm/output-svg.scm (circle): support circle.
8941         (bracket): stub for bracket.
8942
8943         * scripts/lilypond-book.py (main): make sure --psfonts warning is
8944         correct.
8945
8946 2005-05-26  Graham Percival  <gperlist@shaw.ca>
8947
8948         * Documentation/user/lilypond.tely, advanced-notation.itely,
8949         basic-notation.itely, instrument-notation.itely, global.itely,
8950         introduction.itely, tutorial.itely: rearranging, editing,
8951         clean-up.
8952
8953         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
8954         for compiling on FreeBSD.
8955
8956 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8957
8958         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
8959         otf files.
8960
8961         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
8962         bugfixes.
8963
8964         * VERSION: 2.5.26 released.
8965
8966         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
8967
8968 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
8969
8970         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
8971         if printpagenumber is false.
8972
8973 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8974
8975         * lily/font-config.cc (init_fontconfig): comment out FontConfig
8976         cache warning.
8977
8978         * lily/tie.cc (print): support dotted ties.
8979         
8980 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8981
8982         * scm/define-grobs.scm (all-grob-descriptions): switch off
8983         debugging
8984         (all-grob-descriptions): Arpeggio has Y-extent.
8985
8986         * scm/define-music-properties.scm (all-music-properties): document
8987         length-callback and start-callback as "read-only".
8988
8989         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
8990         length-callback after creation. 
8991
8992         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
8993         compressmusic -> compressMusic.
8994
8995         * ly/music-functions-init.ly (oldaddlyrics): idem.
8996
8997         * lily/parser.yy: NewLyricCombineMusic ->
8998         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
8999
9000 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
9001
9002         * ly/Welcome_to_LilyPond.ly: typo.
9003
9004 2005-05-24  Graham Percival  <gperlist@shaw.ca>
9005
9006         * Documentation/user/lilypond.tely: move changing-defaults to be
9007         before global issues.
9008
9009         * Documentation/user/basic-notation.itely: move Transpose section
9010         here from advanced/Other.
9011
9012         * Documentation/user/changing-defaults.itely,
9013         advanced-notation.itely: move Fonts to advanced, edit.
9014
9015 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9016
9017         * lily/parser.yy (bare_int): remove rule.  From now on, we require
9018         # before negative integers.
9019
9020 2005-05-23  Graham Percival  <gperlist@shaw.ca>
9021
9022         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
9023
9024         * Documentation/user/lilypond.tely: change Unified index to
9025         LilyPond index.
9026
9027         * Documentation/user/advanced-notation.itely,
9028         instrument-notation.itely: editing.
9029
9030 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9031
9032         * scm/lily.scm (lilypond-all): Bugfix: return failed.
9033
9034         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
9035
9036 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9037
9038         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
9039         ly:port-move.  Needs to be stderr-specific on mingw.
9040         Run fixcc.
9041
9042 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
9043
9044         * lily/general-scheme.cc (ly:port-move): Remove.
9045
9046         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
9047         windows.
9048
9049         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
9050         variables.  This eliminates the need for a gs.bat wrapper, which
9051         opens a console.
9052
9053         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
9054         * scm/lily.scm (running-from-gui?): 
9055         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
9056         artifact of not compiling with -mwindows.
9057
9058         * scm/editor.scm: Define PLATFORM.
9059
9060 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9061
9062         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
9063         can start to cut & paste lilypond-book fragments.  
9064
9065         * scm/define-music-types.scm (music-descriptions): remove
9066         UntransposableMusic
9067
9068 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9069
9070         * scm/output-ps.scm (glyph-string): remove / before CIDs.
9071
9072 2005-05-20  Graham Percival  <gperlist@shaw.ca>
9073
9074         * Documentation/user/instrument-notation.itely: remove *Engraver.
9075
9076         * Documentation/user/advanced-notation.itely: edit, rearrange.
9077
9078 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9079
9080         * scm/output-ps.scm (glyph-string): take cid? argument. Use
9081         findresource iso. findfont for CID CFF fonts.
9082
9083         * VERSION (PACKAGE_NAME): release 2.5.25
9084
9085         * ly/Welcome_to_LilyPond.ly: add  \version
9086
9087 2005-05-20  Graham Percival  <gperlist@shaw.ca>
9088
9089         * Documentation/user/programming-interface.itely: move
9090         \displayMusic into its own section.
9091
9092         * Documentation/user/basic-notation.itely: finish editing.
9093
9094 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9095
9096         * flower/file-path.cc (find): don't throw away file_name.dir, but
9097         append to it. Fixes \include with directories.
9098
9099         * flower/include/file-path.hh (class File_path): don't derive from
9100         Array<String>.
9101
9102         * flower/include/file-name.hh (class File_name): remove to_str0()
9103
9104         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
9105         Hara_kiri_engraver in separate file.
9106
9107         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
9108         translation went wrong. Fixes vertically translated slurs.
9109
9110 2005-05-19  Graham Percival  <gperlist@shaw.ca>
9111
9112         * Documentation/user/basic-notaton.itely: editing.
9113
9114 2005-05-18  Graham Percival  <gperlist@shaw.ca>
9115
9116         * Documentation/user/macros.itexi, basic-notation.itely:
9117         add @commonprop (commonly used properties) macro.
9118
9119 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9120
9121         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
9122
9123         * scripts/lilypond-book.py (invokes_lilypond): new function
9124         (main): only run fontextract if invokes_lilypond() is true.
9125
9126         * lily/function-documentation.cc (ly_add_function_documentation):
9127         duh, use !=
9128
9129         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
9130
9131         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
9132
9133         * scm/lily.scm (running-from-gui?): lowercase Darwin.
9134
9135         * lily/function-documentation.cc (ly_add_function_documentation):
9136         use scm_hash_table_p() for checking.
9137
9138 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9139
9140         * Documentation/user/advanced-notation.itely (Text scripts):
9141         Change nonexisting @internalsref{Text markup} to @ref{Text
9142         markup}.  Change @internalsref{Text script} to
9143         @internalsref{TextScript}.
9144
9145         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
9146
9147 2005-05-17  Graham Percival  <gperlist@shaw.ca>
9148
9149         * Documentation/user/tutorial.itely, basic-notation.itely,
9150         changing-defaults.itely: remove duplicate cindex entries
9151         that appear on the same page.
9152
9153         * scm/define-grobs.scm: change default padding for TextSpanner.
9154
9155         * Documentation/topdocs/AUTHORS.texi: update email address.
9156
9157         * Documentation/user/global.itely: add info about \include.
9158
9159 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9160
9161         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
9162         when running-from-gui.
9163
9164         * scm/editor.scm (get-editor): Add platform defaults.
9165
9166         * scm/backend-library.scm (postscript->pdf): Typo.
9167
9168 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9169
9170         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
9171
9172         * lily/font-config.cc (init_fontconfig): add warning about cache.
9173
9174 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9175
9176         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
9177
9178 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9179
9180         * lily/horizontal-bracket.cc (print): Take care of the direction
9181         property so brackets above the stave point downwards. 
9182
9183         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
9184         for HorizontalBracket so it doesn't end up within the stave.
9185
9186 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9187
9188         * lily/GNUmakefile (default): Typo.
9189
9190         * scm/lily.scm (PLATFORM): Export.
9191
9192         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
9193         load-font-via-GS, ttftool or fopencookie is broken on windows.
9194         
9195         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
9196         -dSAFER, that is broken on windows.
9197
9198 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9199
9200         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
9201         for FlexLexer.h
9202
9203         * scripts/lilypond-invoke-editor.scm: remove stray -
9204
9205 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9206
9207         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
9208         Fixes deprecation warning.
9209
9210         * flower/include/string.icc (to_string): Only inline if
9211         -DSTRING_UTILS_INLINED.
9212
9213         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
9214         name.  Remove windows comment.
9215
9216         * scm/editor.scm (slashify): New function.
9217         (get-editor-command): Use it.
9218         (get-command-template): Do not alter editor command if
9219         environment value includes `%(file)s' magic.
9220
9221         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
9222         (dissect-uri): Use it.
9223         (unquote-uri): Bugfix.
9224
9225 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9226
9227         * scm/framework-ps.scm (write-preamble): add TTF rule.
9228
9229         * Documentation/topdocs/README.texi (Top): remove note about
9230         xdelta.
9231
9232         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
9233         requirement.
9234
9235         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
9236         function. Figure out where FlexLexer.h lives
9237
9238         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
9239         
9240 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9241
9242         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
9243         with Windows root in file name.
9244
9245         * scm/backend-library.scm (ly:system): Only redirect output (using
9246         system and shell, ugh) if /dev/null is writable.
9247
9248         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
9249         windows icon.
9250
9251         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
9252         on Mingw.
9253
9254         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
9255         click.
9256
9257         * flower/file-path.cc (is_dir, is_file): New function.  Actually
9258         use result of stat when available.
9259
9260         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
9261         absolute file name and root.
9262
9263         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
9264
9265         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
9266
9267         * flower/file-name.cc (slashify): Bugfix, do substitute if no
9268         slashes in file name.
9269
9270 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9271
9272         * Documentation/user/preface.itely (Preface): Run
9273         texinfo-all-menus-update.
9274
9275         * scm/editor.scm (get-editor-command): Bugfix: allow full
9276         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
9277
9278         * Documentation/pictures/lilypond-48.xpm: New file.
9279
9280         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
9281
9282         * ly/Welcome_to_LilyPond.ly: New file.
9283
9284         * lily/main.cc (main): Only identify if we have a terminal.
9285
9286         * scm/backend-library.scm (postscript->png)
9287         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
9288         non-/bin/sh).
9289
9290 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
9291
9292         * Documentation/topdocs/AUTHORS.texi: polish, update.
9293
9294 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9295
9296         * Documentation/user/preface.itely (Notes for version 2.6): new
9297         notes for 2.6
9298
9299         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
9300         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
9301         is not fully contained" warnings.
9302
9303         * lily/slur-scoring.cc (get_bound_info): remove warning.
9304
9305         * lily/staff-symbol-engraver.cc (process_music): start initial
9306         spanner in process_music(). This fixes overrides of StaffSymbol
9307         properties.
9308
9309         * scm/framework-pdf.scm (Module): remove.
9310
9311         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
9312
9313         * lily/ambitus-engraver.cc: formatting cleanups.
9314
9315         * mf/feta-solfa.mf (Module): remove.
9316
9317         * ChangeLog: more details about contributions.
9318
9319 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9320
9321         * lily/align-interface.cc (align_elements_to_extents): warn if
9322         called too early. Fixes: disappearing-staff-lines.ly
9323
9324         * VERSION (PACKAGE_NAME): release 2.5.24
9325
9326 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9327
9328         * stepmake/aclocal.m4: Typo.
9329
9330         * flower/string.cc (substitute): Take two strings or two
9331         characters.  Update callers.
9332
9333 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9334
9335         * flower/file-name.cc (File_name): Slashify.
9336
9337         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
9338
9339         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
9340
9341         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
9342
9343         * configure.in (gui_b): Use it.
9344
9345         * lily/lilypond.rc.in: New file.
9346
9347         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
9348
9349 2005-05-12  Graham Percival  <gperlist@shaw.ca>
9350
9351         * Documentation/user/advanced-notation.itely: edit of Text
9352         section; clarify text scripts vs. text markup.
9353
9354 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9355
9356         * lily/multi-measure-rest-engraver.cc
9357         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
9358         separation items on start. Fixes mm rests in start of score.
9359
9360         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
9361         don't access StaffSymbol if not there.
9362         Fixes: crash-staff-symbol-engraver.ly.
9363
9364         * lily/instrument-name-engraver.cc (class
9365         Instrument_name_engraver): data member first_. Create
9366         InstrumentName on start. 
9367
9368 2005-05-12  Graham Percival  <gperlist@shaw.ca>
9369
9370         * Documentation/user/instrument-notation.itely: add guitar
9371         position.
9372
9373         * Documentation/user/introduction.itely,
9374         Documentation/user/lilypond.tely,
9375         Documentation/user/tutorial.itely: begin pruning
9376         unused (duplicated) cindex entries and misc cleanup.
9377
9378 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9379
9380         * input/test/volta-chord-names.ly: Bring the explanation up to
9381         date.
9382
9383 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9384
9385         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
9386         Specify `@documentencoding utf-8' for html, ignore warnings.
9387
9388 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
9389
9390         * THANKS: Added bughunters.
9391
9392 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9393
9394         * lily/main.cc: update help string for `lilypond -H'.
9395
9396         * po/fi.po: update.
9397         
9398 2005-05-10  Graham Percival  <gperlist@shaw.ca>
9399
9400         * Documentation/user/advanced-notation.itely: minor fixes.
9401
9402 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9403
9404         * scm/editor.scm: New module.
9405
9406         * scm/lily.scm (gui-main): Use it.
9407
9408         * scm/framework-gnome.scm (spawn-editor): Use it.
9409
9410         * scripts/lilypond-invoke-editor.scm: Use it in new script.
9411
9412 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9413
9414         * scm/framework-ps.scm (load-font-via-GS):  new function.
9415
9416         * lily/pango-font.cc (pango_item_string_stencil): add support for
9417         CID keyed font.
9418
9419         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
9420
9421 2005-05-10  Graham Percival  <gperlist@shaw.ca>
9422
9423         * Documentation/user/basic-notation.itely: add @ref.
9424
9425         * Documentation/user/advanced-notation.itely: add example
9426         of 5/8 beaming.
9427
9428 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9429
9430         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
9431
9432         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
9433         going through ps2pdf wrappers.
9434
9435 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
9436
9437         * Documentation/user/instrument-notation.itely: petrucci note
9438         heads: updated docu
9439
9440         * input/regression/note-head-style.ly: updated regression test;
9441         indentation fixes
9442
9443         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
9444         heads as default
9445
9446         * mf/parmesan-heads.mf: minor editing; use musicological names
9447         (rather than optical description) as note head names
9448
9449         * scm/output-lib.scm: complete petrucci heads
9450
9451 2005-05-09  Pal Benko  <benkop@freestart.hu>
9452
9453         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
9454         heads, but bigger)
9455
9456 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9457
9458         * lily/main.cc (main_with_guile): Remove no files check.
9459
9460         * lily/main.cc (ly:usage): Export to Scheme.
9461
9462         * scm/lily.scm (no-files-handler): New function.
9463
9464         * scm/lily.scm (lilypond-main): Use it.
9465
9466         * configure.in (gui_b): Add mbrtowc checking.
9467         Resurrect [utf8/]wchar.h checking.
9468
9469 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9470
9471         * Documentation/user/advanced-notation.itely (Metronome marks):
9472         Add link to the program reference for MetronomeMark
9473
9474         * Documentation/user/lilypond-book.itely (An example of a
9475         musicological document): Correct the example using psfonts 
9476
9477 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
9478
9479         * po/fi.po: update after a lesson how to update entries against
9480         source.
9481         
9482         * po/TODO: document the lesson.
9483
9484 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9485
9486         * configure.in (gui_b): remove wcrtomb checking.
9487
9488         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
9489         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
9490
9491 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9492
9493         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
9494         keep Scheme expressions and strings unmodified when doing the
9495         conversion to postfix notation for slurs and beams. Should
9496         hopefully solve most related conversion problems. 
9497
9498         * Documentation/user/lilypond-book.itely : Clarify and correct how
9499         to call dvips with -h psfonts.
9500
9501 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9502
9503         * Documentation/user/instrument-notation.itely (Entering lyrics):
9504         Typo.  Fixes build.
9505
9506 2005-05-09  Graham Percival  <gperlist@shaw.ca>
9507
9508         * Documentation/user/lilypond-book.itely: document PSFONTS file.
9509
9510         * Documentation/user/lilypond.tely, lilypond-book.itely,
9511         tutorial.itely: change references to 2.5.x to 2.6.x.
9512
9513         * Documentation/user/instrument-notation.itely: clarified \addlyrics
9514         vs \lyricmode.
9515
9516         * Documentation/user/invoking.itely: remove old info about
9517         lilypond-profile.
9518
9519         * Documentation/topdocs/INSTALL.texi: remove old info about
9520         lilypond-profile, add warning about needing international fonts
9521         to build docs.
9522
9523 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9524
9525         * lily/include/grob-info.hh (class Grob_info): make data member
9526         private. Changes throughout.
9527
9528         * input/regression/alignment-order.ly: new file. 
9529
9530         * lily/vertical-align-engraver.cc (acknowledge_grob): read
9531         alignAboveContext and alignBelowContext
9532
9533 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9534
9535         * lily/pfb.cc (LY_DEFINE): add cast.
9536
9537         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
9538         matches .otf
9539         (write-preamble): warn about unknown fonts.
9540
9541         * lily/pfb.cc (Module): new function ly:otf->cff
9542
9543         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
9544         (get_otf_table): new function.
9545
9546 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9547
9548         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
9549         iso. ps2png.
9550
9551 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9552
9553         * po/fi.po: apply second round of update.
9554
9555 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9556
9557         * scm/x11-color.scm (make-x11-color-handler): don't use
9558         #\sp. Apparently doesn't work on all platforms. 
9559
9560 2005-05-06  Graham Percival  <gperlist@shaw.ca>
9561
9562         * Documentation/user/advanced-notation.itely, putting.itely,
9563         tutorial.itely, global.itely, introduction.itely: really minor fixes.
9564
9565 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9566
9567         * VERSION (PACKAGE_NAME): release 2.5.23
9568
9569 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9570
9571         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
9572         convert to utf-8.
9573
9574         * THANKS: Add translators for this release, convert to utf-8.
9575
9576         * mf/GNUmakefile (MFTRACE_FLAGS):
9577         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
9578         outdir as option (WAS: hardcoded).
9579
9580 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9581
9582         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
9583         finished_span_
9584
9585         * THANKS: add Hans Forbrich.
9586
9587         * Documentation/topdocs/NEWS.tely (Top): document new feature.
9588
9589         * Documentation/user/basic-notation.itely (Staff symbol): document
9590         start/stop staff. Reference to ossia.ly
9591
9592         * input/test/ossia.ly: new example using stop and startStaff.
9593
9594         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
9595         in other words, don't create "|" barline at start of the score.
9596         (start_translation_timestep): don't set whichBar for start of score.
9597
9598         * input/regression/staff-halfway.ly: use new functionality.
9599
9600         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
9601         start and stop staff based on events.
9602
9603         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
9604
9605         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
9606
9607 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9608
9609         * Documentation/user/programming-interface.itely (How markups work
9610         internally ): remove \encoding reference.
9611
9612 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9613
9614         * scripts/convert-ly.py: Attempt to do a smarter update of 
9615         text markups from versions < 1.9.0 with arbitrary nesting.
9616
9617 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
9618
9619         * po/fi.po: convert to utf-8, and update.
9620
9621 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9622
9623         * make/lilypond.suse.spec.in: update from suse 2.4 package.
9624
9625         * lily/*.cc: more <? >? to min/max changes
9626
9627         * lily/include/interpretation-context-handle.hh: rename
9628         Interpretation_context_handle to Context_handle.
9629
9630 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
9631
9632         * input/regression/GNUmakefile (local_delete): use `find` together 
9633         with `xargs` to avoid too long argument-lists in cmd line.
9634
9635 2005-05-04  Graham Percival  <gperlist@shaw.ca>
9636
9637         * Documentation/user/introduction.itely: updates "About this manual".
9638
9639         * Documentation/user/advanced-notation.itely,
9640         invoking.itely: minor fixes.
9641
9642 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9643
9644         * COPYING: add font exception. Update FSF address. 
9645
9646         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
9647         should be taken without child context.
9648
9649         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
9650
9651         * scm/define-markup-commands.scm (triangle): new command, as
9652         robust replacement for unicode Delta/Triangle.
9653
9654 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9655
9656         * ps/music-drawing-routines.ps: add fillp argument.
9657
9658         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
9659
9660         * lily/font-config.cc (init_fontconfig): don't add cff/
9661
9662         * VERSION (PACKAGE_NAME): release 2.5.22
9663
9664         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
9665
9666         * lily/grace-engraver.cc (consider_change_grace_settings): use
9667         is_alias(). Fixes problem with CueVoice grace notes. 
9668
9669         * lily/simultaneous-music-iterator.cc (construct_children): call
9670         Music_iterator::quit() for iterators that start out invalid. This
9671         fixes indefinitely continuing contexts.
9672
9673         * buildscripts/substitute-encoding.py: new file
9674
9675         * Documentation/user/basic-notation.itely (Basic polyphony): fix
9676         missing @end 
9677
9678         * scripts/lilypond-book.py (write_if_updated): print file name.
9679
9680         * Documentation/user/basic-notation.itely (Explicitly
9681         instantiating voices): idem.
9682
9683         * Documentation/user/advanced-notation.itely (Text spanners):
9684         remove stray { } 
9685
9686         * lily/context.cc (default_child_context_name): the default child
9687         is now first in accepts_list_.
9688
9689         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
9690         \defaultchild to all relevant contexts.  This fixes:
9691         drums-pitch.ly.
9692
9693         (Probably also fixes similar problems with ancient
9694         transcriptions getting CueVoices instead of the desired voices.)
9695  
9696         * lily/context-def.cc (get_default_child): new function.
9697         (get_accepted): place default child in front of list.
9698
9699         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
9700
9701         * lily/include/context-def.hh (struct Context_def): add
9702         default_accept_
9703
9704 2005-05-03  Graham Percival  <gperlist@shaw.ca>
9705
9706         * scm/define-grobs.scm: remove "remove-first" line, since
9707         the absent property is set to #f anyway.
9708
9709         * Documentation/user/basic-notation.itely,
9710         advanced-notation.itely, instrument-notation.itely: minor
9711         fixes.
9712
9713         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
9714
9715         * Documentation/user/advanced-notation.itely,
9716         changing-defaults.itely: consolidate Text stuff in
9717         advanced notation.
9718
9719         * Documentation/user/global.itely: better docs for \header.
9720
9721         * Documentation/user/putting.itely: new chapter; placeholder
9722         for future expansion.
9723
9724         * Documentation/user/examples.itely: moved "suggestions for
9725         writing LP files" section into putting.itely.
9726
9727         * Documentation/user/lilypond.itely: added new chapter,
9728         fixed the short table of contents.
9729
9730 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9731
9732         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
9733         infinity for unfeasible beams.
9734
9735         * make/lilypond.fedora.spec.in (Group): idem.
9736
9737         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
9738
9739         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
9740
9741         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
9742         fonts directly.
9743
9744         * buildscripts/gen-emmentaler-scripts.py (i): idem.
9745
9746         * mf/GNUmakefile: remove all CFF rules.
9747
9748         * scm/framework-ps.scm (ps-embed-cff): reinstate.
9749
9750         * lily/open-type-font-scheme.cc (LY_DEFINE):
9751         new function ly:otf-font-table-data.
9752         (LY_DEFINE): new function otf-font?
9753
9754 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9755
9756         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
9757         ($(outdir)/Fontmap.lily): idem.
9758
9759         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
9760         for PFAEmmentaler-XXX.pfa. 
9761
9762         * Documentation/user/music-glossary.tely (accidental): NL
9763         translation of accidental.
9764
9765 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9766
9767         * flower/include/international.hh: Bugfix: include "string.hh".
9768
9769         * lily/include/mingw-compatibility.hh: New file.
9770
9771         * flower/include/libc-extension.hh (memrev): Rename from strrev.
9772
9773         * configure.in: Search for mingw wcrtomb library.
9774
9775 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9776
9777         * scripts/convert-ly.py: Bug fix
9778
9779         * Documentation/user/changing-defaults.itely (Common tweaks):
9780         Added example where the context has to be specified explicitly
9781         (MetronomeMark). 
9782
9783 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9784
9785         * scripts/lilypond-book.py (ly_options): set timing to #f for
9786         notime option.
9787
9788         * scripts/convert-ly.py (conv): typo.
9789
9790         * flower/*.cc: remove <? and >?
9791         
9792         * lily/*.cc: remove <? and >?
9793
9794         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
9795         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
9796         editor.
9797
9798 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9799
9800         * lily/part-combine-engraver.cc: add space to variable list.
9801
9802 2005-04-30  Graham Percival  <gperlist@shaw.ca>
9803
9804         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
9805         remove-first to false (matches docs)
9806
9807         * Documentation/user/advanced-notation.itely: corrected docs
9808         concerning remove-first.
9809
9810 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9811
9812         * lily/part-combine-engraver.cc: make sure that the relevant
9813         properties are included in the documentation.
9814
9815 2005-04-28  Graham Percival  <gperlist@shaw.ca>
9816
9817         * Documentation/user/lilypond-book.itely: Bernard's docs
9818         for \betweenLilyPondSystem.
9819
9820 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9821
9822         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
9823         remarks.
9824
9825 2005-04-28  Pal Benko  <benkop@freestart.hu>
9826
9827         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
9828         only on vertical lines of flexa shape, and use a constant
9829         thickness value for horizontal lines (patch slightly modified by
9830         Jürgen Reuter)
9831
9832         * lily/include/mensural-ligature.hh: make 2 comments clearer
9833
9834 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
9835
9836         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
9837         to need_extra_horizontal_space; bugfix: use class scope to avoid
9838         global namespace pollution
9839
9840         * Documentation/user/instrument-notation.itely (ligatures): added
9841         comment on possible future syntax change and how to work around
9842
9843         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
9844         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
9845         intervals (fixes agnus dei example)
9846
9847         * Documentation/user/instrument-notation.itely (white mensural
9848         ligatures): selected a more illustrative example
9849
9850 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
9851
9852         * Documentation/index.html.in: specify utf-8 charset in meta content.
9853
9854 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9855
9856         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
9857         empty 2nd page for single page.
9858
9859         * scm/lily.scm: remove p&c definitions.
9860
9861         * po/zh_TW.po (Module): new translation.
9862
9863         * lily/lily-guile.cc (ly_chain_assoc): remove.
9864
9865         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
9866         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
9867
9868 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9869
9870         * lily/beaming-info.cc: remove infinity_i
9871
9872         * scripts/abc2ly.py (out_filename): fix thinko with \version.
9873
9874 2005-04-26  Graham Percival  <gperlist@shaw.ca>
9875
9876         * Documentation/user/basic-notation.itely,
9877         instrument-notation.itely, advanced-notation.itely,
9878         changing-defaults.itely: minor fixes.  Added docs
9879         for colors to advanced-notation.itely.
9880
9881         * Documentation/user/advanced-notation.itely: fixed compile
9882         problem and added Bernard's x11-color doc patch.
9883
9884 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9885
9886         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
9887         alright this time round.
9888
9889 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9890
9891         * Documentation/topdocs/INSTALL.texi (Top): idem.
9892
9893         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
9894
9895         * VERSION (MAJOR_VERSION): release 2.5.21
9896
9897         * scm/output-ps.scm (grob-cause): bugfix.
9898
9899 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9900
9901         * cygwin/*: Update.
9902
9903         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
9904         stuff.
9905
9906         * scm/output-ps.scm (grob-cause): Bugfix.
9907
9908         * scm/lily.scm (ly:load): Remove x11-color.
9909
9910         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
9911         quote executable, fixes getting version from program --with
9912         --options.
9913         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
9914         $ac_exeect.
9915
9916         * Documentation/user/GNUmakefile: Only build music-glossary with
9917         rendered lilypond snippets during web.
9918
9919 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9920
9921         * po/de.po: update.
9922
9923         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
9924
9925 2005-04-22  Laura Conrad <lconrad@laymusic.org>
9926  
9927         * scripts/abc2ly:
9928         second title line append with punctuation dash character;
9929         encode abc2ly python strings in utf-8
9930        
9931 2005-04-21  Laura Conrad <lconrad@laymusic.org>
9932
9933         * scripts/abc2ly fix chords (again)
9934  
9935 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
9936
9937         * scm/x11-color.scm: new file
9938         All x11 color names can be accessed with:
9939         #(x11-color 'ColorName),
9940         #(x11-color "ColorName") or:
9941         #(x11-color "color name")
9942         If the x11 color name is not recognised then it defaults
9943         to black
9944
9945         * scm/lily.scm: amended to call scm/x11-color.scm
9946
9947 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9948
9949         * Documentation/user/invoking.itely (Reporting bugs): comment out
9950         reference to online PNG bug repository.
9951
9952 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9953
9954         * lily/translator-scheme.cc (ly:translator-property): Remove.
9955         Update callers.
9956
9957         * lily/context-scheme.cc (ly:context-now): Move from translator.
9958         Update callers.
9959
9960 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9961
9962         * input/regression/grid-lines.ly (skips): refine example.
9963
9964         * scm/define-context-properties.scm
9965         (all-user-translation-properties): doc autoBeamCheck
9966
9967         * input/regression/grid-lines.ly (Module): new file.
9968
9969         * lily/grid-point-engraver.cc (Module): new file.
9970
9971         * lily/grid-line.cc (Module): new file.
9972
9973         * lily/grid-line-span-engraver.cc (Module): new file.
9974
9975         * lily/grid-line-interface.cc (Module): new file.
9976
9977 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9978
9979         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
9980         missing parameter, actualy cdr through list.  Actually return a
9981         list with ENTRY removed (was '()).
9982
9983         * scripts/convert-ly.py: Update.  Print warning if file cannot be
9984         opened.
9985         (do_conversion): Fix printing of continuation comma.
9986
9987         * Documentation/user/advanced-notation.itely (Beam formatting):
9988         Remove refbugs about compound time and mixed duration.
9989
9990         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
9991         modulo moments explicitely.
9992
9993         * lily/moment.cc (operator %): New function.
9994
9995         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
9996
9997         * lily/translator-scheme.cc (ly:translator-now,
9998         ly:translator-property): New function.
9999
10000         * scm/auto-beam.scm (default-auto-beam-check): New function.
10001
10002         * lily/auto-beam-engraver.cc (test_moment): Use it.
10003
10004         * flower/rational.cc (operator %): Bugfix.
10005
10006 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
10007
10008         * scripts/abc2ly: Bugfix
10009
10010 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10011
10012         * python/fontextract.py (write_extracted_fonts): bugfix, too many
10013         %'s on EndFont comment.
10014
10015         * lily/ledger-line-spanner.cc: some more words of explanation.
10016
10017 2005-04-20  John Williams <williams@tni.com>  
10018         
10019         * scripts/lilypond-book.py: htmlquote bugfix.
10020         Allow snippets to be given distinct filenames.
10021         Allow the default alt text to be overridden.
10022
10023 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
10024
10025         * ly/performer-init.ly: Bugfix
10026
10027         * THANKS: Added bughunters.
10028
10029 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10030
10031         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
10032
10033         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
10034         position (was: use modulo measure length).
10035
10036         * configure.in (no gui_b): Remove optional gtk+ requirement.
10037
10038 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10039
10040         * Documentation/user/basic-notation.itely (Pitches): add
10041         LedgerLineSpanner.
10042
10043         * lily/dynamic-engraver.cc (process_music): set right bound to
10044         script if present. Else, do not set.
10045         (acknowledge_grob): only set right bound of finished spanner to
10046         note column if no other bound is set.
10047
10048         * python/lilylib.py (make_ps_images): switch back to png16m.
10049         
10050 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10051
10052         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
10053         writing up to date file.  Add dvips usage suggestion.
10054
10055         * scripts/convert-ly.py: Fix error message.
10056         Print usage if no files on command line.
10057         (usage): Add example usage.
10058
10059         * input/test/compound-time.ly: New file.
10060
10061         * input/test/circle.ly: New file.
10062
10063         * Documentation/topdocs/NEWS.tely: Use them.
10064
10065         * input/test/boxed-stencil.ly: Remove \score.
10066
10067         * buildscripts/mf-to-table.py (base): Add .log dependency.
10068
10069         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
10070         pfa's.  Add .log dependency
10071
10072         * scm/define-markup-commands.scm (lower): New command.
10073
10074         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
10075         make it default.
10076
10077 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10078
10079         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
10080         also to finished cresc as right bound. This fixes:
10081         skip-string-decresc.ly
10082
10083         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
10084         relative_coordinate if extent is empty.
10085
10086         * lily/stem.cc (width_callback): determine correct extent if flag
10087         is not there. This fixes slur-no-flag.ly
10088
10089         * lily/grace-engraver.cc (consider_change_grace_settings): new
10090         function.
10091         (initialize): also consider_change_grace_settings() on
10092         initialization. Fixes large grace notes at start of score.
10093
10094         * lily/break-align-interface.cc (do_alignment): don't translate if
10095         total_extent is empty.
10096
10097         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
10098
10099 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10100
10101         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
10102         with slash.
10103
10104 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10105
10106         * stepmake/aclocal.m4: Remove tfm_path.
10107
10108 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10109
10110         * scm/music-functions.scm (markup-expression->make-markup): fix
10111         bug with cons arguments of markup commands.
10112         (music->make-music): fix music expression property list building
10113
10114 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10115
10116         * aclocal.m4: Massage package names.
10117
10118         * SCons updates.
10119
10120 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10121
10122         * VERSION (PACKAGE_NAME): release 2.5.20
10123
10124         * lily/stem.cc (calc_stem_info): add minimum Y extent of
10125         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
10126
10127         * lily/percent-repeat-engraver.cc (try_music): add measure before
10128         next_moment to future processing moment. Fixes:
10129         percent-repeat-mm-rest.ly
10130         (process_music): don't add moment for 2nd time.
10131
10132         * input/regression/repeat-percent.ly: add mmrests as extra test.
10133
10134         * lily/axis-group-engraver.cc (acknowledge_grob): read
10135         keepAliveInterfaces to decide what to kill.
10136
10137         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
10138         percent-repeat-interface to keepAliveInterfaces. This fixes
10139         percent-repeat-harakiri.
10140
10141 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10142
10143         * SCons updates.
10144
10145 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10146
10147         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
10148
10149         * aclocal.m4: remove --enable-tfm-path configure option
10150
10151         * input/test/ancient-font.ly (lowerStaff): clef name errors.
10152
10153         * scm/backend-library.scm (postscript->png): newline after
10154         finishing command.
10155
10156         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
10157         (LY_DEFINE): ly:paper-score-paper-systems: new function 
10158
10159         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
10160
10161         * lily/score.cc (default_rendering): use Music_output too.
10162
10163         * input/test/chord-names-languages.ly (Module): rename file.
10164
10165         * lily/text-spanner.cc: add bound-padding.
10166
10167         * lily/paper-book.cc (systems): accept Paper_score
10168         iso. Paper_system vector. 
10169
10170         * input/regression/line-arrows.ly: new file.
10171
10172         * lily/paper-score.cc (process): run get_paper_systems() only once.
10173
10174         * lily/line-spanner.cc (line_stencil): add arrows.
10175
10176 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
10177
10178         * lily/line-interface.cc (make_arrow): new function. 
10179         (arrows): idem.
10180
10181 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
10182
10183         * input/test/chord-names-german.ly: update for italian/french
10184         chords.
10185         
10186         * Documentation/user/instrument-notation.itely (Printing chord
10187         names): update.
10188
10189 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10190
10191         * lily/include/paper-score.hh (class Paper_score): remove unused
10192         prototypes.
10193
10194         * lily/book.cc (process): add -COUNT to midi output.
10195
10196         * lily/score.cc (book_rendering): remove outname argument
10197         (book_rendering): return list of Music_outputs. 
10198
10199         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
10200
10201         * lily/book.cc (process): loop over Music_outputs returned from
10202         Score::book_rendering().
10203
10204         * lily/*.cc (width_callback): remove spurious "unused" warnings
10205         for assert (axis==[XY]_AXIS); 
10206
10207         * lily/include/music-output.hh (class Music_output): smobify class.
10208
10209         * lily/include/paper-score.hh (class Paper_score): make members
10210         private.
10211
10212         * lily/performance.cc (process): return #f iso. #<undefined>. This
10213         prevents #<undefined> leaking into GUILE-userspace.
10214
10215 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10216
10217         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
10218
10219 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
10220
10221         * scm/chord-name.scm : support for italian and french
10222         chords names.
10223
10224         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
10225         a space defined by chordPrefixSpacer when the root name is
10226         direclty followed by a prefix.
10227
10228         * ly/engraver-init.ly : chordPrefixSpacer       
10229         * scm/define-context-properties.scm : chordPrefixSpacer
10230         * ly/property-init.ly : italianChords, frenchChords 
10231
10232 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10233
10234         * mf/feta-din.mf: Remove.
10235
10236         * mf/GNUmakefile (fontdir): Bugfix.
10237
10238         * mf/SConstruct: Some updates.
10239
10240         * SConstruct: Require pkg-config.
10241         (test_program): Bugfix for double digit version compares, use
10242         integer (not string-) compare.
10243         Optionally require gs 8.14.
10244
10245         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
10246
10247         * lily/*: s/ifdef HAVE_*/if have/.
10248
10249         * SConstruct (test_lib): New function.  Update pkg-config and some
10250         other requirements.
10251
10252         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
10253         freetype, pangof2t.
10254
10255 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10256
10257         * po/lilypond.pot, ...: Update using bison-CVS.
10258
10259         * python/lilylib.py (make_ps_images): Fixo.
10260
10261 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10262
10263         * python/lilylib.py (make_ps_images): typo.
10264
10265         * configure.in (gui_b): make bison optional.
10266
10267         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
10268
10269 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
10270
10271         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
10272         with one parameter can be defined in a LaTeX file when processed
10273         by lilypond-book this will be evaluated between the systems of
10274         a multi-system score. The parameter is the number of systems processed.
10275
10276 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10277
10278         * python/lilylib.py (make_ps_images): Escape newline.
10279
10280         * Documentation/user/music-glossary.tely: Run
10281         texinfo-all-menus-update.
10282
10283 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10284
10285         * scm/lily-library.scm (old-relative-not-used-message)
10286         (version-not-seen-message): Add input-file-name-location to message.
10287
10288         * lily/parser.yy (lilypond): Add token aliases.
10289
10290         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
10291         not confuse with alteration.
10292         (alteration): Add.
10293
10294 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10295
10296         * python/lilylib.py (make_ps_images): use -dEPSCrop
10297
10298         * VERSION (PACKAGE_NAME): release 2.5.19 
10299
10300         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
10301         only put xrefs in info documentation.
10302
10303         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
10304         .pdf rule to tex-rules.make.
10305
10306         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
10307         from -systems.* output.
10308
10309         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
10310         directly, remove -$(PAGESIZE) target.
10311
10312         * input/test/embedded-postscript.ly: update.
10313
10314 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10315
10316         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
10317
10318         * Documentation/user/changing-defaults.itely (Font selection):
10319         document font-name.
10320
10321         * input/regression/font-name.ly: show Pango fonts for
10322         font-name. Update example. 
10323
10324         * lily/pango-select.cc (properties_to_pango_description): don't
10325         convert symbol font-size to number, but use to lookup.
10326
10327         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
10328
10329         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
10330         (NAME . FILE-NAME) tuples for font descriptions. 
10331         (write-preamble): display BeginFont DSC comments.
10332
10333         * python/fontextract.py (write_extracted_fonts): new file. Extract
10334         font resources from a PS file.
10335
10336         * scripts/lilypond-book.py (option_definitions): --psfonts option.
10337         (Compile_error.process_include): do_file returns chunks.
10338
10339         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
10340
10341         * make/lysdoc-targets.make: .texi is .PRECIOUS
10342
10343         * scripts/lilypond-book.py (write_if_updated): new function.
10344
10345 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10346
10347         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
10348
10349 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10350
10351         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
10352
10353         * input/regression/markup-syntax.ly: remove \score.
10354
10355         * scm/define-markup-commands.scm (draw-circle): add fill argument
10356
10357         * scm/stencil.scm (make-circle-stencil): add fill argument
10358
10359         * ps/music-drawing-routines.ps: add fill argument.
10360
10361         * ly/performer-init.ly: add CueVoice to MIDI too.
10362
10363         * ps/music-drawing-routines.ps: new routine BeginEPSF /
10364         EndEPSF.
10365
10366         * input/regression/markup-eps.ly: new file.
10367
10368         * scm/framework-ps.scm (write-preamble): change order: vars should
10369         be inited before procedures.
10370
10371         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
10372         for EPS files.
10373
10374         * scm/define-markup-commands.scm (epsfile): add epsfile command.
10375
10376 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10377
10378         * configure.in (gui_b): add check for ghostscript 8.15
10379
10380 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10381
10382         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
10383         start of line. Fixes cresc-after-newline.ly
10384
10385         * lily/source-file.cc (file_line_column_string): use get_column().
10386
10387 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10388
10389         * lily/source-file.cc (get_column): utf-8 support for column numbers.
10390
10391 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10392
10393         * lily/*: use message () iso progress_indication () for messages.
10394         Revise/uniformise user messages.
10395
10396         * flower/warn.cc (progress_indication): New function.
10397         (message): Use it.  Fixes newline problems.
10398
10399         * config.make.in (webdir): Sort out install dirs.
10400
10401         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
10402
10403         * python/lilylib.py (command_name): Bugfix.
10404         (make_ps_images):
10405
10406 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
10407
10408         * lily/main.cc: --help says what types of backends are availabe
10409
10410 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10411
10412         Fix ./VERSION dependency, and without need to reconfigure.
10413
10414         * lily/main.cc (setup_paths): Update.
10415
10416         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
10417
10418         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
10419
10420         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
10421         Add \line for some simplistic cases.
10422
10423         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
10424
10425 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10426
10427         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
10428         to compile LY files (useful for adding eg. "-I" args)
10429         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
10430         2Gnome command for gnome backend.
10431         (LilyPond-command-formatgnome): call the 2Gnome command. key
10432         binding: C-c C-g
10433
10434 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10435
10436         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
10437         depend on all PNG images.
10438
10439 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10440
10441         * GNUmakefile.in: Bugfix: also link .map files.
10442
10443 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10444
10445         * scm/music-functions.scm (music->make-music): generate 
10446         a (make-music ...) sexpr from a music expression.
10447         (display-scheme-music): use guile pretty printer to display the
10448         make-music sexpr.
10449
10450 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10451
10452         * ly/engraver-init.ly: reindent.
10453         Add CueVoice.
10454
10455         * scm/music-functions.scm (music-pretty-string): handle moments
10456         too.
10457         (music-pretty-string): only print non-empty lists.
10458         (cue-substitute): create CueVoice context, which has smaller type.
10459
10460         * lily/moment-scheme.cc (LY_DEFINE): new methods
10461         ly:moment-grace-{numerator,denominator}
10462
10463         * lily/context-handle.cc: remove quit() method. 
10464
10465         * lily/font-config.cc (init_fontconfig): be verbose about font path.
10466         (init_fontconfig): success is 0, not !0
10467
10468 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10469
10470         * mf/feta-nummer-code.mf (code): add plus glyph.
10471
10472         * lily/tie.cc (print): idem.
10473
10474         * lily/slur.cc (print): don't use thickness property for
10475         slur shape-thickness.
10476
10477         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
10478         while adding stencils.
10479
10480         * scm/define-markup-commands.scm (with-color): with-color markup
10481         command.
10482         (whiteout): new markup command 
10483         (filled-box): new markup command
10484
10485 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10486
10487         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
10488         test for PDF docs.
10489
10490         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
10491         PFAAybabtu-Regular.  Fixes feta font in PDFs.
10492         
10493         Notes for tetex-3.0 make web:
10494            psclean.map: s/uhv8a/uhvr8a/
10495            config.ps add:
10496                 p +psfonts_t1.map
10497                 p +psclean.map
10498                 p +typeface.map
10499
10500 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10501
10502         * scm/music-functions.scm (music-pretty-string): fix bug with
10503         string argument.
10504
10505 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
10506
10507         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
10508
10509 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10510
10511         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
10512         only process options if they're there.
10513         (write_file_map): add version-seen? to snippet-map.ly
10514
10515 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
10516
10517         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
10518         formatting cleanups.
10519
10520         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
10521         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
10522
10523 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10524
10525         * scm/framework-ps.scm (ps-font-command): don't hash, just use
10526         name directly.
10527
10528         * lily/main.cc (setup_paths): either add mf/out to search path or 
10529         fonts/{otf,type1,etc}
10530         
10531         * lily/font-config.cc (init_fontconfig): either add mf/out to
10532         FontConfig or fonts/{otf,type1,etc}
10533
10534         * GNUmakefile.in: don't put mf/ link in share/ dir.
10535
10536         * lily/staff-spacing.cc: move same-direction-correction to
10537         note-spacing-interface
10538
10539         * scm/lily.scm (lilypond-main): use variable argument count for
10540         exception handler.
10541
10542         * lily/font-config.cc (init_fontconfig): add operator pacification
10543         message.
10544
10545         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
10546
10547         * buildscripts/gen-emmentaler-scripts.py (i): generate
10548         PFAEmmentaler as well.
10549
10550         * scm/framework-ps.scm (munge-lily-font-name): new function
10551         (write-preamble): hack: insert PFA equivalent of CFF into
10552         .PS. This makes LilyPond output printable on normal PS printers
10553         again.
10554
10555         * buildscripts/gen-emmentaler-scripts.py (i): generate
10556         PFAEmmentaler.pfa aswell.
10557
10558 2005-04-06  John Williams <williams@tni.com>  
10559         
10560         * scripts/lilypond-book.py: refactor the compose_ly procedure.
10561         
10562 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10563
10564         * scm/page-layout.scm (default-page-make-stencil): always combine
10565         the header stencil, even if empty. This prevents the body text to
10566         reach up to the margins.
10567
10568         * po/rw.po (Module): new file, for Kinyarwanda.
10569
10570         * input/test/spacing-optical.ly (Module): new file.
10571
10572         * lily/staff-spacing.cc: add same-direction-correction
10573
10574 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10575
10576         * Documentation/user/introduction.itely (Engraving): Comment-out
10577         non-existent file.
10578
10579 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10580
10581         * scm/define-grob-properties.scm (all-user-grob-properties): add
10582         same-direction-correction
10583
10584         * VERSION: release 2.5.18
10585
10586 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10587
10588         * lily/grob.cc (mark_smob): Check pscore->layout_ before
10589         dereferencing.  Fixes make web.
10590
10591         * lily/midi-stream.cc: Handle unwritable midi file.  Include
10592         errno.h.
10593
10594         * Documentation/user/: Fix links.
10595
10596 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10597
10598         * lily/text-interface.cc (Module): rename from text-item.cc
10599
10600         * input/regression/apply-output.ly (texidoc): function naming fix.
10601
10602         * lily/time-signature-performer.cc (derived_mark): new function.
10603
10604         * lily/lily-parser-scheme.cc:  print mapped file name for progress
10605
10606         * scripts/lilypond-book.py (find_linestarts): new function.
10607         (find_toplevel_snippets): keep track of line numbers.
10608
10609         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
10610         all key changes.
10611
10612         * ly/declarations-init.ly (partCombineListener): use
10613         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
10614
10615         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
10616
10617 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10618
10619         * lily/text-item.cc: Fix link.
10620
10621         * Documentation/user/changing-defaults.itely (Changing defaults):
10622         Fix programs reference links.
10623
10624         * Documentation/user/music-glossary.tely: Convert to utf-8.
10625
10626 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10627
10628         * make/lilypond-vars.make: remove TEXMF from variables.
10629         remove DEB_BUILD pk font variables.
10630         remove GUILE_LOAD_PATH
10631         remove TeX memory vars.
10632
10633 2005-04-04  Werner Lemberg  <wl@gnu.org>
10634
10635         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
10636
10637 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10638
10639         * ps/lilyponddefs.ps: remove reencode-font
10640
10641         * lily/simple-spacer.cc (add_columns): also compare
10642         directly. Column rank doesn't distinguish between broken and
10643         unbroken columns. This fixes large spaces before time sig changes.
10644
10645         * Documentation/user/point-and-click.itely: document ly:set-option.
10646
10647         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
10648         point_and_click_global is set.
10649
10650         * lily/scm-option.cc (LY_DEFINE): add point-and-click
10651         ly:set-option argument.
10652
10653 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10654
10655         * GNUmakefile.in: Include symlinks in webball.
10656
10657         * Documentation/user/GNUmakefile (source-links): Add symlinks to
10658         source dir for split and non-split manuals.
10659
10660         * Documentation/user/*y: Fix @uref/@inputfile links for
10661         split/non-split HTML documents.
10662
10663         * Documentation/user/GNUmakefile (local-WWW): Do not generate
10664         .ps.gz.
10665         
10666 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10667
10668         * GNUmakefile.in: Add newline.
10669
10670 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
10671
10672         * tex/lilyponddefs.tex: use color instead of xcolor
10673         * scm/output-tex.scm: minor editing
10674
10675 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10676
10677         * scm/music-functions.scm (display-scheme-music): pretty printer
10678         for music expressions.
10679
10680 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10681
10682         * buildscripts/install-info-html.sh (index_file): Fix link.
10683
10684 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10685
10686         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
10687
10688         * Documentation/index.html.in: Add size estimates with some big pages.
10689
10690         * Documentation/user/tutorial.itely (Running LilyPond for the
10691         first time): Add/replace some @rglos links.  TODO: add more
10692         @rglos links in tutorial, test non-intrusiveness (.css).
10693
10694         * stepmake/bin/add-html-footer.py (do_file): Remove info's
10695         annoying's indication of referencing external document.
10696
10697         * Documentation/user/GNUmakefile: Split version of glossary too.
10698         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
10699         links, not only for html.
10700
10701         * Documentation/user/introduction.itely: Fix some links for other
10702         than html, do not use `here' as link name.
10703
10704 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10705
10706         * scm/documentation-generate.scm (string-append): Fix @usermanref,
10707         @glossaryref.
10708
10709 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10710
10711         * scm/page-layout.scm (default-page-make-stencil): only add header
10712         if existing and not empty. Fixes spurious programming error.
10713
10714         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
10715
10716 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
10717
10718         * scm/output-tex.scm: implement {re,}setcolor
10719         * tex/lilyponddefs.tex: use color package
10720
10721 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10722
10723         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
10724         additions to website.
10725
10726         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
10727
10728         * Documentation/user/macros.itexi: Fix @usermanref html links in
10729         split documents: use @inforef.
10730
10731 2005-03-30  Graham Percival  <gperlist@shaw.ca>
10732
10733         * Documentation/user/programming-interface.itely: minor fix.
10734
10735         * Documentation/user/advanced-notation.itely: added info to
10736         Metronome markings.
10737
10738 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10739
10740         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
10741         use box-stencil.  Remove y-padding argument.
10742         (make-stencil-circler): New function.
10743
10744         * buildscripts/lilypond-words.py (F): 
10745         * elisp/SConscript (a): 
10746         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
10747         * vim/SConscript (a): 
10748         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
10749
10750         * lily/general-scheme.cc: Build fix.
10751
10752         * scm/markup.scm:
10753         * input/regression/markup-scheme.ly: 
10754         * input/regression/markup-syntax.ly: Drop 'new-' from name.
10755
10756         * scm/stencil.scm (make-circle-stencil): New function.
10757
10758         * scm/define-markup-commands.scm (draw-circle): Use it.  New
10759         name (was cicle).  Update callers.
10760         (circle): New markup command, similar to box.
10761
10762         * scm/stencil.scm (circle-stencil): New function.
10763
10764 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
10765
10766         * configure.in: Detect libutf8/wchar.h variant.
10767
10768         * stepmake/aclocal.m4: Modify shared size test.
10769
10770 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10771
10772         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
10773
10774 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10775
10776         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
10777         
10778         * VERSION (PACKAGE_NAME):  release 2.5.17
10779
10780 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10781
10782         * scm/backend-library.scm (postscript->png): Fix comment and png
10783         message.
10784
10785         * GNUmakefile.in (link-tree): Fix locales.
10786
10787 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10788
10789         * lily/stencil-scheme.cc (LY_DEFINE): change to
10790         ly:stencil-aligned-to, non mutating.
10791
10792         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
10793
10794         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
10795
10796         * lily/quote-iterator.cc (derived_mark): call
10797         Music_wrapper_iterator::derived_mark() too.
10798
10799         * lily/grace-engraver.cc (derived_mark): change signature, add
10800         const.
10801
10802 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10803
10804         * SConstruct (symlink): 
10805         * GNUmakefile.in (link-tree): Add scripts to prefix.
10806
10807         * lily/general-scheme.cc (ly:effective-prefix): New function.
10808
10809         * scm/backend-library.scm (postscript->png): Use it.
10810
10811 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10812
10813         * lily/paper-score.cc (process): don't delete grobs after
10814         producing stencils. 
10815
10816         * scm/part-combiner.scm (determine-split-list): switch off
10817         debugging info.
10818
10819         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
10820         if available.
10821
10822         * scm/define-context-properties.scm
10823         (all-user-translation-properties): add stringNumberOrientations.
10824
10825         * lily/new-fingering-engraver.cc (position_scripts): make generic,
10826         so fingering and string-numbers are separately controlled.
10827
10828 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10829
10830         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
10831         not use debugging.
10832
10833 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10834
10835         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
10836
10837         * config.hh.in: add HAVE_FONTCONFIG.
10838
10839         * Documentation/user/instrument-notation.itely (String number
10840         indications): new node.
10841
10842         * input/regression/new-markup-syntax.ly (texidoc): add circle.
10843
10844         * lily/new-fingering-engraver.cc (add_string): new function. 
10845         (acknowledge_grob): accept string-number-event as well.
10846
10847         * scm/define-markup-commands.scm (circle): new markup command.
10848
10849         * scm/output-lib.scm (print-circled-text-callback): new function.
10850
10851         * lily/GNUmakefile: move ifeq after include stepmake.make.
10852
10853 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10854
10855         * config.make.in (HAVE_LIBKPATHSEA_SO):
10856         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
10857
10858         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
10859         add KPATHSEA_LIBS.
10860
10861         * debian/watch: 
10862         * debian/control: Update.
10863
10864 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10865
10866         * input/test/title-markup.ly (spaceTest): remove.
10867
10868         * input/test/embedded-tex.ly (Module): remove.
10869
10870         * input/test/music-box.ly: use 'name property, not ly:music-name.
10871
10872         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
10873
10874         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
10875
10876 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10877
10878         * Documentation/topdocs/INSTALL.texi (Top): Remove information
10879         about xdeltas.  Add information about CVS.
10880
10881         * scm/lily.scm (lilypond-main): Fix invocation of handler,
10882         gracefully handle failed files.
10883
10884         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
10885
10886         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
10887         small fixes.
10888
10889         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
10890         No unnecessarily specific i18n messages.  Remove stray `1'.
10891
10892 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10893
10894         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
10895         documentencoding
10896
10897         * scm/documentation-lib.scm (texi-file-head): set utf-8
10898         documentencoding.
10899
10900         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
10901         Delta, not the Symbol one. 
10902
10903         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
10904         for the .map file.
10905
10906         * Documentation/topdocs/INSTALL.texi (Top): add running
10907         requirement as compilation requirement.
10908
10909 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10910
10911         * buildscripts/mutopia-index.py (headertext): add h1 header and
10912         utf-8 charset meta field.
10913
10914         * input/GNUmakefile: prune example list.
10915
10916         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
10917         options.
10918
10919         * lily/slur-scoring.cc (get_base_attachments): only look at stem
10920         extent for visible stems.
10921
10922         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
10923
10924 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10925
10926         * Documentation/topdocs/INSTALL.texi (Top): Updates.
10927
10928         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
10929
10930 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10931
10932         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
10933         pass inf/nan into slur scoring.
10934
10935         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
10936         page.
10937
10938         * scripts/abc2ly.py (dump_voices): use alphabet().
10939
10940 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
10941         
10942         * mf/GNUmakefile (depth): use $(FONTFORGE). 
10943
10944 2005-03-27 Matthias Neeracher <neeracher@mac.com>
10945         
10946         * flower/include/virtual-methods.hh: simplify. Patch by
10947
10948 2005-03-25  John Williams <williams@tni.com>  
10949
10950         * scripts/lilypond-book.py (main): add png for HTML too, guess
10951         only if necessary. 
10952
10953 2005-03-25  Graham Percival  <gperlist@shaw.ca>
10954
10955         * Documentation/topdocs/INSTALL.texi: now recommends
10956         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
10957
10958         * Documentation/user/basic-notation.itely,
10959         Documentation/user/tutoria.itely: warn about
10960         only one (phrasing) slur at once.
10961
10962 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
10963
10964         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
10965
10966 2005-03-23  Graham Percival  <gperlist@shaw.ca>
10967
10968         * Documentation/user/basic-notation.itely: fixed info about
10969         ending a (de)cresc.
10970
10971         * Documentation/user/lilypond-book.itely: fixed
10972         lilypond-book filter example and warned about not doing
10973         --filter and --process at the same time.
10974
10975 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10976
10977         * lily/parser.yy (bass_number),
10978         Documentation/user/instrument-notation.itely (Figured bass): 
10979         Add the possibility to use text markup in figured bass. 
10980
10981 2005-03-19  Graham Percival  <gperlist@shaw.ca>
10982
10983         * Documentation/user/global.itely: added info about naming
10984         identifiers and breakbefore.
10985
10986         * Documentation/user/invoking.itely: added info about batch
10987         processing files with convert-ly, removed references to TeX
10988         in the jail section.
10989
10990         * Documentation/user/examples.itely: possibly fixed piano
10991         dynamics.
10992
10993         * Documentation/user/advanced-notation.itely: added info
10994         about removing other types of Staff.
10995
10996         * Documentation/user/instrument-notation.itely: possibly
10997         fixed piano staff line switch.
10998
10999         * Documentation/user/changing-defaults.itely: added info
11000         about using normal font in titles.
11001
11002 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11003
11004         * VERSION (PATCH_LEVEL): release 2.5.16
11005
11006         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
11007         explicitly.
11008
11009 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11010
11011         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
11012         whitespace.
11013
11014         * python/lilylib.py (make_ps_images):
11015         * scm/backend-library.scm (postscript->pdf, postscript->png):
11016         Quote file name.  Use format rather than string-append juggling.
11017
11018 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11019
11020         * python/lilylib.py (make_ps_images): add x to -g argument. 
11021
11022         * lily/key-performer.cc (create_audio_elements): don't use
11023         scm_eval_string. Check for minor 3rd directly.
11024   
11025         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
11026         (sarabandeCelloGlobal): key is D minor, not F major.
11027
11028 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11029
11030         Fix truncated --png output (Peter Danenberg).
11031         
11032         * python/lilylib.py (make_ps_images):
11033         * scripts/ps2png.py (copyright): Grok --papersize option.
11034
11035         * scm/backend-library.scm (postscript->png): Add parameter
11036         PAPERSIZE.  Update callers.
11037
11038         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
11039         Fixes symbol placement.
11040
11041         * lily/spanner.cc: 
11042         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
11043         <libc-extension.hh>).
11044
11045 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11046
11047         * Nitpick run.
11048
11049         * buildscripts/fixcc.py: Update.
11050
11051         Builddir run fixes.
11052
11053         * HACKING (datadir): Add VERSION.
11054
11055         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
11056         higher up.
11057
11058 2005-03-15  Werner Lemberg  <wl@gnu.org>
11059
11060         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
11061         diagonal stem doesn't become thinner.
11062
11063 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11064
11065         * buildscripts/fixcc.py: Fixes (Werner).
11066
11067 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11068
11069         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
11070         Emmentaler/Aybabtu.
11071
11072         * GNUmakefile.in: fix lilypond-words path.
11073
11074         * po/tr.po: update to 2.3.21
11075
11076         * lily/new-fingering-engraver.cc (position_scripts): take priority
11077         from head position.
11078
11079         * input/regression/finger-chords-order.ly (texidoc): new file.
11080
11081 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11082
11083         * make/ly-rules.make: 
11084         * stepmake/aclocal.m4: 
11085         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
11086
11087         * buildscripts/fixcc.py (rules): Leave space after operator.
11088
11089 2005-03-14  Werner Lemberg  <wl@gnu.org>
11090
11091         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
11092         top of the glyph with smooth curve.
11093
11094 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11095
11096         * Documentation/user/global.itely (Page layout): remove
11097         printpagenumber.
11098
11099 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
11100
11101         * input/regression/mensural-ligatures.ly: new file (with examples
11102         compiled by Pal Benko).
11103
11104         * Documentation/user/instrument-notation.itely: Bugfix: yet some
11105         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
11106         musicglyph access.  Many small beautifications in ancient
11107         examples.
11108
11109         * input/test/divisiones.ly: fixed indentation; small
11110         beautifications
11111
11112         * ly/engraver-init.ly: added FIXME comment
11113
11114         * scripts/lilypond-book.py,
11115         Documentation/user/lilypond-book.itely: added music fragment
11116         option "packed" to lilypond-book
11117
11118         * Documentation/user/instrument-notation.itely: Bugfix: added
11119         missing LedgerLineSpanner color setting in several places.  Added
11120         music fragment option "packed" to VaticanaContext example.
11121
11122 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11123
11124         * scm/define-grobs.scm (all-grob-descriptions): switch off
11125         Hyphen_spanner::set_spacing_rods 
11126
11127         * lily/lyric-hyphen.cc (print): add padding between syllable and
11128         hyphen.
11129         (print): shorten hyphen in tight situations (determine using
11130         minimum-length)
11131
11132         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
11133         0.4pt.
11134
11135 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11136
11137         * ly/titling-init.ly (bookTitleMarkup): Refinements.
11138
11139         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
11140         header/footer markings for regression-test.
11141
11142         * scm/backend-library.scm (output-scopes, header-to-file): Move
11143         from framework-tex.scm.
11144
11145         * scm/framework-ps.scm (output-framework)
11146         (output-preview-framework):
11147         * scm/framework-eps.scm (output-classic-framework)
11148         (output-framework): Use it.  Fixes collated files.
11149
11150 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11151
11152         * input/sakura-sakura.ly: 
11153         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
11154
11155         * buildscripts/guile-gnome.sh: Update.
11156
11157         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
11158
11159         * mf/aybabtu.pe.in: Capitalize Aybabtu.
11160
11161 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11162
11163         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
11164         culprit: always exit the loop if we find a rod, even if it has
11165         distance < 0. 
11166
11167         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
11168         algorithm.
11169
11170         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
11171         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
11172
11173         * scm/output-svg.scm (dashed-line): new  function body.
11174         
11175         * GNUmakefile.in: create .htaccess.
11176
11177 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11178
11179         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
11180
11181 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11182
11183         * VERSION (PACKAGE_NAME): release 2.5.15
11184
11185         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
11186
11187         * scm/framework-svg.scm (output-framework): put scaling in
11188         document header. Apply scaling only once.
11189         (output-framework): dump page size in px, not mm. 
11190
11191         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
11192         from font-size.
11193
11194         * lily/paper-outputter-scheme.cc (LY_DEFINE):
11195         ly:outputter-output-scheme, new function.
11196
11197         * scm/output-svg.scm (pango-description-to-svg-font): new function
11198
11199 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11200
11201         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
11202         target.
11203
11204         * input/typography-demo.ly: new file.
11205
11206 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11207
11208         * Documentation/user/global.itely (File structure): Add markup blocks
11209         to toplevel expressions.
11210         (Multiple movements, Creating titles): Add markup blocks.
11211
11212         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
11213         <libc-extension.hh>).
11214
11215         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
11216
11217         * flower
11218         * lily
11219         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
11220
11221 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11222
11223         * lily/accidental.cc: special bboxes for natural. 
11224
11225         * mf/feta-toevallig.mf: make stems heavier.
11226
11227         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
11228         texts as well.
11229
11230         * mf/feta-klef.mf: revise. 
11231
11232         * mf/feta-schrift.mf: make thinning of accent less pronounced.
11233
11234         * mf/feta-klef.mf: add rounded curve at top. 
11235         make thinnib a little heavier.
11236
11237 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11238
11239         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
11240
11241         * buildscripts/fixcc.py: New file.
11242
11243         * input/regression/utf8.ly: Update Debian font description.
11244
11245 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11246
11247         * stepmake/aclocal.m4: Fix test.
11248
11249 2005-03-09  Graham Percival  <gperlist@shaw.ca>
11250
11251         * Documentation/user/invoking.itely: added Sebastino Vigna's
11252         docs for the --jail option.
11253
11254 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11255
11256         * lily/stem.cc (print): only produce stemlets if there are no
11257         noteheads on this stem.
11258
11259         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
11260         don't crash on stemlet (visible stem without heads).
11261
11262         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
11263         unbroken situations. 
11264
11265         * scm/output-lib.scm (center-invisible): new function.
11266
11267         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
11268         wishes to determine loose column space.
11269
11270         * lily/font-config.cc (init_fontconfig): add
11271         fonts/{otf,type1,cff}  to path.
11272
11273         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
11274
11275         * mf/GNUmakefile (Module): install all fonts under otf/
11276
11277         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
11278         replace /fonts/otf/ by /ps/ 
11279
11280         
11281 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11282
11283         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
11284
11285         * lily/book.cc (process): Oops, add score_.header_.
11286
11287         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
11288
11289         * lily/parser.yy: Handle toplevel and book texts as score.
11290
11291         * scm/page-layout.scm (default-page-make-stencil):
11292         Bugfix: (page-properties rename.
11293
11294         * scm/backend-library.scm (ly:system): Typo.
11295
11296 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11297
11298         * stepmake/stepmake/executable-targets.make (installexe): don't
11299         strip installed executables
11300
11301         * lily/font-select.cc (get_font_by_design_size): revert
11302         pango_description_string as well.
11303
11304         * lily/system.cc (set_loose_columns): put loose column just left
11305         of next column.
11306
11307         * lily/include/group-interface.hh (extract_grob_array): rename
11308         from Pointer_group_interface__extract_grobs
11309
11310         * input/regression/ledger-line-minimum.ly (texidoc): new file.
11311
11312         * lily/ledger-line-spanner.cc (set_spacing_rods): new
11313         function. Keep ledgered note heads at a minimum distance.
11314         Introduce minimum-length-fraction
11315         (print): introduce length-fraction property.
11316
11317 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11318
11319         * tex/GNUmakefile: remove latin1.enc rules.
11320
11321 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11322
11323         * scm/titling.scm: Typo.
11324
11325         * input/regression/score-text.ly: Really add.
11326
11327         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
11328
11329 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11330
11331         * lily/open-type-font-scheme.cc:  new file.
11332
11333 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11334
11335         * scm/titling.scm (layout-extract-page-properties): Rename from
11336         page-properties.  Update callers.
11337
11338         * lily/lexer.ll (Lily_lexer):
11339         * lily/parser.yy: Junk lyric_markup state.
11340
11341         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
11342
11343         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
11344         Add texts parameter.
11345
11346 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11347
11348         * lily/lexer.ll (lyric_markup): New mode.
11349         (Lily_lexer::push_lyric_markup_state): New method.
11350         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
11351
11352         * lily/parser.yy (book_body):
11353         (toplevel_expression): Grok \markup texts.
11354
11355         * lily/score-scheme.cc (ly:music-scorify): 
11356         * scm/lily-library.scm (collect-music-for-book): Take texts
11357         parameter.
11358
11359         * lily/score.cc (texts_): New member.
11360
11361         * lily/paper-book.cc (systems): Format score texts.
11362
11363         * score-text.ly: New file.
11364
11365         * ttftool/SConscript:
11366         * kpath-guile/SConscript: New file.
11367
11368         * lily/SConscript:
11369         * SConstruct: Update.
11370
11371 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11372
11373         * VERSION (PACKAGE_NAME): release 2.5.14
11374
11375 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11376
11377         * lily/main.cc: Add dummy xgettext markers.
11378
11379 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11380
11381         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
11382         requirements
11383
11384         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
11385         executable is < 40k
11386
11387         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
11388         hack.
11389
11390 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11391
11392         * flower/libc-extension.cc:
11393         * flower/include/libc-extension.hh: [Open]BSD simply cast
11394         cookie/funopen declarations.
11395
11396         * stepmake/aclocal.m4: Check for libkpathsea.so.
11397
11398         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
11399         dl_kpse_find_file.
11400
11401 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11402
11403         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
11404         (open_library): alternative for static library.
11405
11406 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11407
11408         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
11409
11410         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
11411
11412         Drop run-time dependency on teTeX.
11413
11414         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
11415
11416         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
11417         KPATHSEA_LIBS in LIBS.
11418         (STEPMAKE_DLOPEN): New function.
11419
11420         * lily/font-config.cc (init_fontconfig): Use dir for directory,
11421         not path.
11422
11423         * flower/file-path.cc (directories): Rename from paths, as this
11424         return an array of directories (a single path).
11425
11426 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11427
11428         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
11429
11430         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
11431         new ly:kpathsea-find-file
11432
11433         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
11434
11435         * kpath-guile/GNUmakefile: new file
11436
11437         * buildscripts/gen-emmentaler-scripts.py (i): generate
11438         emmentaler-X.fontname as well.
11439
11440         * buildscripts/ps-embed-cff.py: new script
11441
11442         * scm/lily-library.scm: remove ps-embed-cff.
11443
11444         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
11445         font loading. 
11446
11447         * scm/font.scm (add-music-fonts): load dynamics/numbers through
11448         fontconfig as well.
11449
11450         * lily/font-config.cc (init_fontconfig): add cff/ too.
11451
11452         * ly/generate-embedded-cff.ly: capitalize.
11453
11454         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
11455         so as to register the pango font.
11456
11457         * lily/font-config.cc (init_fontconfig): add
11458         prefix/{otf,type1,mf/out} to fontconfig path.
11459
11460         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
11461         overrides all. 
11462
11463         * configure.in (gui_b): remove ec mftrace check
11464
11465         * config.hh.in: use lilypond-Major.Minor as data directory.
11466
11467         * scm/framework-ps.scm (dump-page): use output-units for landscape.
11468
11469         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
11470         name.
11471
11472 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11473
11474         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
11475         error messages.
11476
11477         * flower/libc-extension.cc:
11478         * flower/include/libc-extension.hh: [Open]BSD fixes for
11479         cookie/funopen declarations.
11480
11481 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11482
11483         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
11484         emmentaler.
11485
11486         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
11487         lcrm10.
11488
11489         * scm/define-markup-commands.scm (fontsize): new markup
11490         command. Also set baseline-skip
11491
11492 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
11493         
11494         * lily/main.cc (do_chroot_jail): paranoia security for webserver
11495         use.
11496
11497 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11498
11499         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
11500
11501         * lily/pdf.cc: remove PDF related files
11502
11503 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11504
11505         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
11506         <hamamatsu@gmx.de>
11507
11508 2005-03-05  Graham Percival  <gperlist@shaw.ca>
11509
11510         * Documentation/user/advanced-notation.itely: first draft
11511         of reorg done.
11512
11513         * Documentation/user/global.itely: fixed (sub)section
11514         bits of MIDI.
11515
11516 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11517
11518         * cygwin/mknetrel (extras): Bufix (Bertalan).
11519
11520         * Documentation/user/basic-notation.itely (Chords): @ref fix.
11521         * Documentation/user/instrument-notation.itely (Introducing chord
11522         names): Compile fix: must have unique name.
11523
11524 2005-03-02  Graham Percival  <gperlist@shaw.ca>
11525
11526         * Documentation/user/instrument-notation.itely: reorg.
11527
11528 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11529
11530         * scm/output-gnome.scm:
11531         * scm/output-svg.scm: Fix font scaling.
11532
11533 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11534
11535         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
11536         what link to use best.
11537
11538         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
11539         * Documentation/user/tutorial.itely (Automatic and manual beams):
11540         Fix @ref.
11541
11542         * lily/tweak-registration.cc (replace_grob_tweak): New function.
11543         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
11544         * scm/framework-gnome.scm (tweak): Use it.
11545
11546 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11547
11548         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
11549
11550         * scm/output-ps.scm (white-text): reinstate white-text
11551
11552 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11553
11554         * scm/output-ps.scm (offset-add): Remove.
11555
11556         * scm/lily-library.scm (offset-flip-y): New function.
11557         * scm/framework-gnome.scm (tweak): Use it.
11558
11559         * scm/output-gnome.scm (grob-cause): Add parameter.
11560
11561         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
11562         * scm/output-ps.scm (url-link): Move.
11563         (white-text): Warn user about brokenness.
11564
11565         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
11566         wrt ghostscript.
11567
11568 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11569
11570         * lily/slash-repeat-engraver.cc (try_music): always make slashes
11571         if body length smaller than measure length.
11572
11573         * scm/define-markup-commands.scm (with-url): oops. use Y extent
11574         for Y.
11575
11576         * ly/titling-init.ly (tagline): put default tagline in \paper
11577
11578 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11579
11580         * lily/kpath.cc: 
11581         * lily/pdf.cc (Pdf_file): Use more generic error messages.
11582
11583         * scm/lily-library.scm (version-not-seen-message): New function.
11584         * ly/init.ly: Use it.
11585
11586         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
11587         breaks as progess.
11588
11589         * scripts/lilypond-book.py (do_process_cmd): Do not lump
11590         whitespace with l10n message.
11591
11592         * scm/framework-tex.scm (convert-to-ps):
11593         (convert-to-dvi): Do not use overly specific l10n messages.
11594
11595         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
11596
11597         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
11598         merge stderr with stdout.  
11599
11600 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11601
11602         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
11603         Neeracher).
11604
11605 2005-02-29  Graham Percival  <gperlist@shaw.ca>
11606
11607         * Documentation/user/instrument-notation.teily: moved
11608         \arpeggio to Basic.
11609
11610         * Documentation/user/advanced-notation.itely: Articulation to
11611         Basic, a bunch of stuff from Basic moved to Advanced.
11612
11613         * Documentation/user/basic.itely: swapped various sections,
11614         reorganized Basic.
11615
11616 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11617
11618         * flower/memory-stream.cc: 
11619         * flower/libc-extension.cc: Remove obsolete #undefs.
11620
11621         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
11622         more carefully.
11623
11624 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11625
11626         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
11627         dependency.
11628
11629         * VERSION (PACKAGE_NAME): release 2.5.13
11630
11631         * GNUmakefile.in (web-ext): don't ship ps.gz
11632
11633         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
11634         stdout
11635
11636 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11637
11638         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
11639         without libintl.  Now it compiles too.
11640
11641 2005-02-28  Graham Percival  <gperlist@shaw.ca>
11642
11643         * Documentation/user/basic-notation.itely,
11644         instument-notation.itely, advanced-notation.itely:
11645         split up contents of notation.itely.
11646
11647         * Documentation/user/notation.itely: file removed.
11648
11649         * Documentation/user/invoking.itely, converters.itely:
11650         moved convert-ly info to invoking.itely.
11651
11652         * Documentation/user/global.itely, changing-defaults.itely,
11653         sound-output.itexi: moved global settings, file layout, and
11654         sound into global.itely.
11655
11656         * Documentation/user/sound-output.itexi: file removed.
11657
11658         * Documentation/user/lilypond.tely: removed links to
11659         notation.itely and sound.itely.
11660
11661 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11662
11663         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
11664
11665         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
11666  
11667         * THANKS: add sponsor.
11668
11669         * scm/define-markup-commands.scm (with-url): new markup command.
11670
11671         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
11672         tagline.
11673         
11674         * scm/output-tex.scm (url-link): stub.
11675
11676         * scm/output-ps.scm (url-link): new function.
11677
11678         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
11679         ly:set-point-and-click
11680
11681 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11682
11683         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
11684         based on pdf-viewer setting.
11685
11686         * scm/framework-ps.scm (write-preamble): Find and set preferred
11687         pdf-viewer.
11688
11689 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11690
11691         * Documentation/user/point-and-click.itely: update for PDF point &
11692         click.
11693
11694         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
11695         editors based on EDITOR setting.
11696
11697 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11698
11699         * scm/*: Oops, more grand 2005 replace bits.
11700
11701 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11702
11703         * ps/music-drawing-routines.ps: new routine: insert PDF mark
11704
11705         * scm/output-ps.scm (grob-cause): point & click support for
11706         PostScript
11707
11708 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11709
11710         * lily/input-scheme.cc (LY_DEFINE): rename to
11711         ly:input-file-line-column
11712
11713 2005-02-26  Graham Percival  <gperlist@shaw.ca>
11714
11715         * Documentation/user/examples.itely: small fix from Steve Doonan.
11716
11717         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
11718
11719         * THANKS: added Yuval Harel.
11720
11721         * Documentation/user/{various}: inserted two spaces after a period.
11722
11723         * Documentation/user/lilypond.tely: added framework for reorg.
11724
11725         * Documentation/user/basic-notation.itely, instrument-notation.itely,
11726         advanced-notation.itely, global.itely: new files, placeholder for
11727         future reorg.
11728
11729 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
11730
11731         * Documentation/user/notation.itely: revamped Polyphony section
11732         
11733 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11734
11735         * Documentation/user/lilypond-book.itely (Music fragment options):
11736         doc fontload.
11737
11738         * Documentation/user/changing-defaults.itely (Text encoding): add
11739         fontload option to utf8 include
11740
11741         * scripts/lilypond-book.py (compose_ly): add fontload option
11742
11743         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
11744         force-eps-font-include option.
11745
11746         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
11747         black triangle
11748
11749         * Documentation/user/invoking.itely (Editor support): remove
11750         lilypond-latex section.
11751
11752         * scripts/lilypond-latex.py (Module): remove script.
11753
11754         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
11755         overwrite .log. 
11756
11757         * lily/main.cc: remove -m, --no-layout
11758
11759         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
11760         to define. We don't want to override fprintf everywhere.
11761
11762 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11763
11764         * cygwin/lilypond.hint: 
11765         * cygwin/README.in: Update dependencies.
11766
11767         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
11768         Bugfix: do not pollute CPPFLAGS, LIBS.
11769
11770         * cygwin/mknetrel (extras): Cross compile fixes.
11771
11772         * ttftool/util.c: 
11773         * ttftool/ttfps.c: 
11774         * ttftool/ps.c: #include libc-extension.hh
11775
11776         * flower/include/libc-extension.hh:
11777         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
11778         wrapper using funopen.
11779         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
11780         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
11781
11782         * config.hh.in:
11783         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
11784         (AC_CHECK_HEADERS): Add libio.h
11785
11786         * scripts/convert-ly.py: Uniformize, internationalize.
11787         (2.5.2): Remove fatal encoding rule.
11788         (2.5.13): Handle latin1 encoding gracefully.
11789
11790 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11791
11792         * HACKING: Fix line breaks.
11793
11794 2005-02-23  Werner Lemberg  <wl@gnu.org>
11795
11796         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
11797         contains those two files.
11798
11799 2005-02-21  Werner Lemberg  <wl@gnu.org>
11800
11801         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
11802         to improve overlap removal process.
11803
11804         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
11805         left and right ending.  This ensures better overlapping.
11806         Update all callers.
11807         ("lineprall"): Don't use draw_gridline to get better overlapping.
11808
11809 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11810
11811         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
11812
11813         * Documentation/topdocs/NEWS.tely (Top): oops.
11814
11815 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
11816
11817         * HACKING: new file.
11818
11819         * input/regression/utf8.ly (portuguese): added a portuguese example
11820         to show latin1 accents.
11821
11822 2005-02-21  Pal Benko  <benkop@freestart.hu>
11823
11824         * lily/mensural-ligature-engraver.cc:
11825         * lily/mensural-ligature.cc:
11826         * lily/include/mensural-ligature.hh: new algorithm implemented
11827
11828         * scm/define-grob-properties.scm: join-left killed (add-join may
11829         be used); join-left-amount changed to join-right-amount
11830
11831 2005-02-21  Graham Percival  <gperlist@shaw.ca>
11832
11833         * Documentation/user/notation.itely: small but urgent fix.
11834
11835 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
11836
11837         * lily/duration-scheme.cc: bugfix: correct parameters to
11838         SCM_ASSERT_TYPE.
11839
11840         * THANKS: added Pal.
11841
11842         * Documentation/user/notation.itely: bugfix: unTeXified
11843         $\\backslash$.  Bugfix: yet another glyph renaming victim:
11844         "timesig.*x/y" -> "timesig.*xy".
11845
11846 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11847         
11848         * VERSION (PACKAGE_NAME): release 2.5.12
11849
11850 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11851
11852         * ly/engraver-init.ly: set tieWaitForNote to #t by default
11853
11854         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
11855
11856         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
11857
11858         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
11859
11860 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11861
11862         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
11863         latin1..utf-8.
11864
11865         * input/regression/stanza-number.ly:
11866         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
11867
11868         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
11869
11870 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11871
11872         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
11873         NEWS. Refer to website for older news.  
11874
11875         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
11876         .HTML. This should be done for specific servers only.
11877
11878         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
11879         .ly image examples.
11880
11881         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
11882         in layer 0 too.
11883
11884         * scm/define-context-properties.scm
11885         (all-user-translation-properties): add tieWaitForNote
11886
11887         * scm/define-grobs.scm (all-grob-descriptions): add
11888         Tie_column::before_line_breaking
11889
11890         * lily/tie.cc (get_column_rank): new function
11891
11892         * lily/tie-column.cc (before_line_breaking): new function.
11893         (werner_directions): take into account ties that start on
11894         different columns.  
11895
11896         * lily/score-engraver.cc (set_columns): move add_column() so we
11897         have column rank available.
11898
11899         * lily/tie.cc (get_column_rank): new function.
11900
11901         * input/regression/utf8.ly (japanese): add japanese lyrics.
11902
11903         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
11904
11905         * THANKS: add Steve D
11906
11907         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
11908         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
11909
11910 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
11911
11912         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
11913         to show harmonic notes
11914         * scm/define-markup-commands.scm: in \markup-by-number
11915         "dots-dot" -> "dots.dot" to show dotted notes
11916
11917 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11918
11919         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
11920
11921         * flower/memory-stream.cc (writer): new file.
11922
11923         * configure.in: add endian test.
11924
11925 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
11926
11927         * Documentation/user/examples.itely: small
11928         simplification/beautification
11929
11930         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
11931         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
11932         notation manual.
11933
11934         * lily/mensural-ligature.cc: bugfix: another few victims of the
11935         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
11936
11937         * ly/gregorian-init.ly: commit some experimental code for hi-level
11938         ligature input language lying around here for several months.
11939
11940         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
11941         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
11942
11943         * lily/vaticana-ligature-engraver.cc: bugfix: another few
11944         "x-y-z"->"x.y.s-z" fixes.
11945
11946 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11947
11948         * scm/framework-pdf.scm (scm): new file
11949
11950         * lily/include/pdf.hh (class Pdf_file): new file.
11951
11952         * lily/pdf.cc (write_trailer): new file.
11953
11954 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
11955
11956         * input/regression/color.ly: new file
11957
11958         * lily/stencil.cc (interpret_stencil_expression):
11959         when a color expression is encountered: save current color,
11960         process the rest of the expression, and restore previous color.
11961
11962         * lily/system.cc (get_line): check all grobs for color property and
11963         prepare the stencil scheme expressions for further processing.
11964         Fix layer-loop.
11965
11966         * scm/define-grob-properties.scm: introduce the color property.
11967
11968         * scm/output-lib.scm: color helper functions.
11969
11970         * scm/output-ps.scm: introduce setcolor/resetcolor.
11971
11972 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
11973
11974         * ly/*.ly, input/regression/*.ly: Added missing \version
11975         statements in some files.
11976
11977 2005-02-15  Graham Percival  <gperlist@shaw.ca>
11978
11979         * Documentation/user/notation.itely: minor editing.
11980
11981         * Documentation/user/converters.itely: updated convert-ly bugs.
11982
11983         * Documentation/user/lilypond-book.itely: add info about using
11984         feta characters in latex.
11985
11986 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11987
11988         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
11989
11990 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11991
11992         * scm/define-grob-properties.scm (all-user-grob-properties):
11993         removed 'dashed property.
11994
11995 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11996
11997         * scm/lily.scm (define-safe-public): new macro for defining
11998         variables that can be used in --safe mode. Use it in *.scm
11999         instead of manually setting safe-objects in safe-lily.scm.
12000
12001 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12002         
12003         * lily/slur.cc: Slur-dash patch by Bertalan.
12004
12005         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
12006
12007         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
12008
12009 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12010
12011         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
12012
12013 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12014
12015         * mf/GNUmakefile: teTeX-3.0 install fix.
12016
12017         * Cygwin patch from Bertalan.
12018
12019         * stepmake/stepmake/metafont-rules.make: Remove bashism.
12020
12021 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12022
12023         * GNUmakefile.in: 
12024         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
12025
12026         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
12027         2.0.x compatibility.
12028
12029 2005-02-08  Werner Lemberg  <wl@gnu.org>
12030
12031         * mf/feta-din-code.mf: Format; clean up code.
12032         Replace `---' with `--' plus explicit path directions.
12033         (linethickness#, stafflinethickness#): Remove.
12034         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
12035         ("dynamic s"): Improve shape.
12036         ("dynamic p"): Improve shape.
12037         Replace `draw' with better outline approximation.
12038         ("dynamic r"): Improve shape.
12039         Don't call `fill' and `draw' at the same time.
12040
12041 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12042
12043         * SConstruct (symlink):
12044         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
12045         build fix: add enc symlink.
12046
12047         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
12048
12049         Support for DESTDIR besides prefix=/foo
12050
12051         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
12052
12053         * stepmake/stepmake/*.make:
12054         * */GNUmakefile:
12055         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
12056
12057         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
12058
12059         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
12060         mawk in fontforge (date) test.
12061
12062 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12063
12064         * scm/font.scm (make-century-schoolbook-tree): add NCS as
12065         font-family=roman. Add Luxi Sans as sans
12066
12067 2005-02-07  Graham Percival  <gperlist@shaw.ca>
12068
12069         * Documentation/user/notation.itely: add warning about
12070         percent repeats and Voice contexts.
12071
12072         * Documentation/user/lilypond-book.itely: clarified the
12073         necessity of dvips -u arguments.
12074
12075 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
12076
12077         * THANKS: Added a bunch of bug hunters.
12078
12079 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12080
12081         * scm/framework-ps.scm (output-preview-framework): bugfix.
12082
12083         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
12084         o/ for chord modifier..
12085
12086         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
12087
12088         * lily/drum-note-performer.cc:  remove unused (thanks Michael
12089         Welsh Duggan). 
12090
12091 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12092
12093         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
12094
12095         * ly/titling-init.ly: Do not also print intstrument in header on
12096         first page.  Do not print page number on first and only page.
12097
12098 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12099
12100         * input/regression/*.ly: remove old-relative everywhere
12101
12102         * lily/music-sequence.cc (simultaneous_relative_callback): do
12103         what-if analysis on copy, not on original. Fixes old-relative
12104         compatibility.
12105
12106         * scm/backend-library.scm (postscript->png): space before
12107         --verbose.
12108         
12109 2005-02-05  Werner Lemberg  <wl@gnu.org>
12110
12111         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
12112         is defined.
12113
12114         * mf/feta-alphabet.mf: Define `staffsize#'.
12115         Include `feta-params.mf'.
12116         s/staffheight/design_size/.
12117
12118         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
12119
12120         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
12121
12122         * mf/feta-nummer-code.mf: Reformatted.
12123         (draw_six): Use outline intersection to avoid a self-intersecting
12124         path.
12125         ("Numeral comma"): Fix serious outline glitches.  This slightly
12126         changes the glyph shape.
12127         ("Numeral dash"): Use `draw_rounded_block'.
12128         ("Numeral dot"): Use `drawdot'.
12129         ("Numeral 1"): Assure identical tangent directions for the
12130         intersection points of paths.  The glyph shape improvement is only
12131         visible at very high magnifications.
12132         ("Numeral 2"): Use `solve' macro to make the lower right part of
12133         the glyph outline touch the x axis exactly.  This changes the
12134         glyph shape.
12135         Minor fixes for better overlap removal support.
12136         ("Numeral 4"): Make lefter corner `rounder'.
12137         ("Numeral 5"): Assure identical tangent directions for the
12138         intersection points of paths.  This improves the glyph shape at
12139         high magnifications.
12140         ("Numeral 7"): Use `solve' macro to make the upper right part of
12141         the glyph outline touch the metrics box exactly.  This changes the
12142         glyph shape.
12143         Avoid corner in the upper left part of the glyph (causing a minor
12144         shape change).
12145
12146         * mf/feta-ital-*.mf: Removed.  Unused.
12147
12148 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12149
12150         * VERSION (PATCH_LEVEL): release 2.5.11
12151
12152         * input/regression/fill-line-test.ly: new file.
12153
12154         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
12155         emmentaler name, eg. emmentaler-23. 
12156
12157 2005-02-04  Christian Hitz  <chhitz@gmx.net>
12158
12159         * scm/scm/define-markup-commands.scm (fill-line): rework for better
12160         alignment with centered texts
12161
12162         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
12163         list of paddings
12164
12165 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12166
12167         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
12168
12169         * lily/note-column.cc (translate_rests): call flush_extent_cache()
12170         of parents when translating rests. Fixes: c-chord-rest.ly 
12171
12172         * lily/include/dimension-cache.hh (struct Dimension_cache): add
12173         dimension_callback_ member.
12174
12175         * lily/grob.cc (flush_extent_cache): new function. Force recompute
12176         of extents.
12177
12178 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
12179
12180         * all but lily/*: The grand 2004/2005 replace.
12181
12182 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12183
12184         * lily/*: add space after ,  
12185
12186         * scm/music-functions.scm (has-request-chord): don't use
12187         ly:music-name anywhere. Fixes <<\\>> notation. 
12188
12189         * scm/define-markup-commands.scm (box): use font-size for
12190         padding. Fixes boxed-rehearsal-marks.ly
12191
12192         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
12193         identifier definition too, so foo = \lyrics { ...   } bar = #1
12194         doesn't complain about "bar" being LYRICS_STRING.
12195
12196         * lily/paper-def.cc (find_pango_font): new routine; Store
12197         pango_fonts in hash tab too. This is necessary for retrieving
12198         Pango_fonts::physical_font_tab() later on.
12199  
12200         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
12201         crash if psname is null.
12202
12203         * lily/lily-guile.cc (ly_hash2alist): new function
12204
12205         * Documentation/user/changing-defaults.itely (Text encoding):
12206         rewrite. 
12207
12208         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
12209         -> font_filename mapping.
12210
12211         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
12212         ly_pango_font_physical_fonts
12213
12214         * scm/framework-ps.scm (supplies-or-needs): extract names from
12215         physical Pango_fonts.
12216
12217         * utf8.ly: new file.
12218
12219 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12220
12221         * Documentation/user/changing-defaults.itely (Page layout): add
12222         doco about systemSeparatorMarkup.
12223
12224         * scm/page-layout.scm (default-page-make-stencil): add-to-page
12225         function.
12226         (default-page-make-stencil): insert system separators.
12227
12228         * scm/define-markup-commands.scm (hcenter): add
12229         (beam): add.
12230
12231 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12232
12233         * scm/output-ps.scm (ez-ball): reinstate ez notation.
12234
12235 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12236
12237         * lily/main.cc: Spell backend consistently.  Sort options.
12238
12239 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12240
12241         * scripts/lilypond-book.py (Module): revert @include.
12242         
12243 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12244
12245         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
12246         Bugfix: @include .tex (not .texi).  Small cleanups.
12247
12248         * stepmake/bin/add-html-footer.py (i18n): New function.
12249
12250 2005-01-31  Werner Lemberg  <wl@gnu.org>
12251
12252         * mf/feta-nummer.mf: Removed.  Unused.
12253
12254 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12255
12256         * lily/ : 2004 -> 2005 s&r
12257
12258         * scm/file-cache.scm (cached-file-contents): add file. Read each
12259         file only once.
12260
12261         * scm/font.scm (add-pango-fonts): change order. Medium weight is
12262         now default.
12263
12264         * VERSION: release 2.5.10
12265         
12266         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
12267
12268         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
12269
12270         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
12271         that both X and Y extents of bbox are non-nil.
12272
12273 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12274
12275         * scm/chord-name.scm (alteration->text-accidental-markup): change
12276         - to . 
12277
12278         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
12279
12280         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
12281
12282         * Documentation/user/invoking.itely (Invoking lilypond): add note
12283         about EPS backend.
12284
12285         * scm/framework-eps.scm: new file: create per-system/per-page EPS
12286         files for inclusion in lilypond-book document.
12287
12288         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
12289
12290         * input/tutorial/lbook-texi-test.texi: new file.
12291
12292         * scm/safe-lily.scm (safe-objects): add
12293         {begin,end}-of-line-(in)?visible as safe.
12294  
12295 2005-01-30  Graham Percival  <gperlist@shaw.ca>
12296
12297         * Documentation/user/changing-defaults.itely: fixed example
12298         of (dynamics).
12299
12300 2005-01-29  Graham Percival  <gperlist@shaw.ca>
12301
12302         * lily/main.cc: fix info about -o=FILE.
12303
12304 2005-01-29  Werner Lemberg  <wl@gnu.org>
12305
12306         * mf/feta-toevallig.mf ("Natural"): Completely changed the
12307         construction to assure smooth transition from straight to curved
12308         lines.
12309
12310 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12311
12312         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
12313         stencils.
12314
12315         * ps/lilyponddefs.ps: add start-page, start-system doesn't
12316         translate to top of page. Fixes alignment problems of
12317         lilypond-generated EPS files.
12318
12319 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12320
12321         * scm/part-combiner.scm (analyse-spanner-states): trigger on
12322         crescendo-end as well, since Decrescendo maybe ended with Stop
12323         Crescendo.). Fixes: partcombine-diminuendo.ly
12324
12325         * scm/script.scm (default-script-alist): swap portato symbols.
12326
12327         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
12328
12329         * lily/paper-outputter-scheme.cc (LY_DEFINE):
12330         ly:outputter-port. New function.
12331
12332         * scm/framework-ps.scm (output-classic-framework): dump a
12333         -systems.texi too
12334         (output-classic-framework): dump multiple systems on an "infinite"
12335         page EPS including fonts. 
12336
12337         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
12338         .eps files for both texi and tex formats. Use PNG coming from
12339         lilypond.
12340         
12341 2005-01-28  Graham Percival  <gperlist@shaw.ca>
12342
12343         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
12344
12345         * scripts/lilypond-latex.py: fix info about -o=FILE.
12346
12347 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12348
12349         * ly/generate-embedded-cff.ly: write .cff.ps files.
12350
12351         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
12352
12353         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
12354         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
12355
12356 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12357
12358         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
12359
12360 2005-01-28  Werner Lemberg  <wl@gnu.org>
12361
12362         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
12363         macros.
12364         (draw_bulb): Improved.
12365
12366         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
12367         metapost bug.
12368         (draw_pedal_P): Use soft_end_penstroke.
12369         (draw_pedal_d): Use soft_start_penstroke.
12370
12371         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
12372         path.
12373         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
12374         doesn't change the glyph shape.
12375
12376         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
12377         changing the shape) to avoid fontforge warnings.
12378
12379         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
12380         soft_end_penstroke and fix glyph shape.
12381
12382 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12383
12384         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
12385
12386 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12387
12388         * scm/define-markup-commands.scm (line): filter out empty stencils
12389         from line command.
12390
12391         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
12392         amount.
12393
12394 2005-01-27  Graham Percival  <gperlist@shaw.ca>
12395
12396         * Documentation/user/notation.itely: added info about what
12397         \voiceFoo does.  Also rewrote warning about marks at
12398         a line break.
12399
12400         * Documentation/user/changing-defaults.itely: added info
12401         about putting dynamics in parenthesis and brackets.
12402
12403 2005-01-27  Werner Lemberg  <wl@gnu.org>
12404
12405         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
12406
12407 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12408
12409         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
12410         portato-direction.ly
12411
12412         * lily/beam.cc (consider_auto_knees): add beam height to
12413         threshold. Fixes: knee-multiple-beam.ly
12414
12415         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
12416         pedal line spanners. Fixes: instrument-center-pedal.ly
12417
12418         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
12419         if encountering barline. Fixes: auto-beam-repeat.ly
12420
12421 2005-01-26  Werner Lemberg  <wl@gnu.org>
12422
12423         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
12424         overlapping.
12425
12426         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
12427         with inflections for the 1/2 sharp glyph.
12428
12429         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
12430         connection between `t' and `r'.
12431         Unify bulb with the rest of `r' to avoid grazing outlines which
12432         confuses the overlap removal algorithm of fontforge.
12433
12434         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
12435         inflections.
12436         (draw_cross): Fix shape to have uniform thickness in corners.
12437
12438         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
12439         to avoid an uneven number of self-intersections; this confuses
12440         fontforge.
12441         Fix a slight bug in the shape at left bottom (which is visible only
12442         at high magnifications).
12443         `Center' the stem horizontally to avoid overlapping.
12444
12445 2005-01-24  Werner Lemberg  <wl@gnu.org>
12446
12447         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
12448         to `asis'.
12449         (fet_begingroup): Save group name in string `feta_group'.
12450         (fet_endgroup): Updated.
12451         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
12452
12453         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
12454
12455         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
12456         in metapost.
12457
12458 2005-01-24  Graham Percival  <gperlist@shaw.ca>
12459
12460         * Documentation/user/notation.itely: really minor editing.
12461
12462 2005-01-22  Graham Percival  <gperlist@shaw.ca>
12463
12464         * Documentation/user/examples.itely: minor editing.
12465
12466         * Documentation/user/changing-defaults.itely: minor editing.
12467
12468         * Documentation/user/notation.itely: clarified info on polyphony
12469         and \addlyrics.
12470
12471 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12472
12473         * scm/output-gnome.scm: 
12474         * scm/output-svg.scm:
12475         * scm/lily-library.scm (font-name-style): Update font name
12476         kludging for fontconfig use.
12477
12478 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
12479
12480         * scm/define-markup-commands.scm: Document right-align and
12481         larger markup commands. Remove "TODO" from the topmost comment
12482         "each markup function should have a doc string." More consistent
12483         use of new-lines.
12484
12485 2005-01-22  Graham Percival  <gperlist@shaw.ca>
12486
12487         * Documentation/user/changing-defaults: removed info about
12488         copyright symbol, since it's likely to change soon.
12489         Added info about betweensystemspace.
12490
12491         * Documentation/user/notation.itely: minor fixes.
12492
12493         * Documentation/user/lilypond.tely,
12494         Documentation/user/music-glossary.tely: changed copyright
12495         date to 2005 instead of 2004.
12496
12497         * input/test/volta-chord-names.ly: added old example back.
12498
12499 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12500
12501         * mf/feta-beugel.mf: use design size 20 (not 15).
12502
12503         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
12504         change name to aybabtu completely
12505
12506 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12507
12508         * buildscripts/gen-emmentaler-scripts.py (outdir): add
12509         design_size to fontname
12510
12511 2005-01-19  Werner Lemberg  <wl@gnu.org>
12512
12513         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
12514         mf/feta-schrift.mf: s/p/pat/ if a path variable.
12515
12516         * mf/feta-autometric.mf (set_char_box): Add code which emits
12517         specials for mf2pt1 if run with metapost.
12518         (to_bp): New macro for mf2pt1.
12519
12520 2005-01-18  Graham Percival  <gperlist@shaw.ca>
12521
12522         * Documentation/user/changing-defaults: added info on
12523         creating a copyright symbol.
12524
12525 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12526
12527         * VERSION: release 2.5.9
12528         
12529 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
12530
12531         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
12532
12533         * Documentation/user/notation.itely: Document
12534         score-override-auto-beam-setting Fix documentation for
12535         revert-auto-beam-setting.
12536
12537 2005-01-18  Werner Lemberg  <wl@gnu.org>
12538
12539         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
12540         (procset): New function to define a procset resource.
12541         (ps-embed-pfa): New function to define a font resource.
12542         (setup): New function to define a `Setup' environment.
12543         (preamble): Use new functions.
12544
12545         * ps/lilypond.defs (init-lilypond-parameters): New function to
12546         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
12547
12548 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12549
12550         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
12551
12552 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
12553
12554         * scm/define-markup-commands.scm: Change number->markletter-string
12555         to take two arguments (vector number). Add number->mark-alphabet-vector
12556         and markalphabet markup command.
12557
12558         * scm/translation-functions.scm: Add format-mark-box-alphabet,
12559         format-mark-alphabet, format-mark-box-barnumbers and
12560         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
12561
12562 2005-01-17  Graham Percival  <gperlist@shaw.ca>
12563
12564         * Documentation/user/examples.itely: add SATB automatic piano
12565         reduction template.
12566
12567         * Documentation/user/notation.itely: added info about changing
12568         partcombine texts.  Also adds examples of alternate lyrics.
12569
12570         * Documentation/user/changing-defaults.itely: added warning
12571         about \RemoveEmptyStaffContext overriding previous changes.
12572
12573 2005-01-17  Werner Lemberg  <wl@gnu.org>
12574
12575         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
12576         feta-alphabet*.
12577
12578 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12579
12580         * python/lilylib.py (make_ps_images): don't do final showpage for
12581         multi-page documents.
12582         
12583         * VERSION (MY_PATCH_LEVEL): release 2.5.8
12584
12585 2005-01-16  Graham Percival  <gperlist@shaw.ca>
12586
12587         * Documentation/user/lilypond.tely: changed order of appendices;
12588         unified index should be last.
12589
12590         * Documentation/user/notation.itely: add example of key signatures
12591         and info about Staff.printKeyCancellation.
12592
12593 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12594
12595         * lily/include/repeated-music.hh (class Repeated_music): change
12596         into "namespace" class.
12597
12598         * lily/event.cc: remove Key_change_event.
12599
12600         * lily/include/transposed-music.hh (class Transposed_music): remove.
12601
12602         * lily/transposed-music.cc: remove
12603
12604         * lily/include/relative-music.hh: remove.
12605
12606         * lily/include/music-sequence.hh (struct Music_sequence): change
12607         into "namespace" class.
12608
12609         * lily/untransposable-music.cc (Module): remove
12610
12611         * lily/include/un-relativable-music.hh (Module): remove
12612
12613         * lily/include/untransposable-music.hh (Module): remove
12614
12615         * lily/include/music-list.hh (Module): remove file
12616
12617         * lily/un-relativable-music.cc: remove file.
12618
12619 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12620
12621         * lily/parser.yy: Compile fix.
12622
12623 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12624
12625         * lily/include/music.hh (class Music): unvirtualize transpose().
12626
12627         * lily/sequential-music.cc: remove file.
12628
12629         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
12630
12631         * lily/slur-scoring.cc (get_best_curve): only switch on
12632         DEBUG_SLUR_SCORING for non NDEBUG builds.
12633
12634         * lily/include/music.hh (class Music): replace Music::start_mom()
12635         by start-callback property
12636
12637         * lily/include/grace-music.hh: remove file. 
12638
12639         * lily/stem.cc (height): robustness fix.
12640
12641         * lily/time-scaled-music.cc: remove file.
12642
12643         * lily/include/music.hh (class Music): include SCM init argument.
12644         (class Music): replace Music::get_length() virtual by
12645         length-callback property everywhere.
12646
12647         * scripts/convert-ly.py (conv): add  # to \property scalar value.
12648
12649         * mf/GNUmakefile: don't install *list.ly
12650
12651 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12652
12653         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
12654
12655 2005-01-12  Werner Lemberg  <wl@gnu.org>
12656
12657         This patch addresses the following problems in the feta sources
12658         files which contribute to the fetaXX fonts.
12659
12660         . Many fixes for rasterization at low resolutions (consistent use of
12661           `vround' and `hround', integer shift values for paths, applying
12662           `eps' for mirrored paths, use of `define_whole_pixels' and
12663           friends, etc.) -- while this probably looks like a waste of time
12664           it has revealed deficiencies in some glyph shapes.  See comment at
12665           the end of feta-params.mf how vertical symmetry is achieved.
12666
12667         . The `---' operator has been replaced everywhere with `--'; this
12668           both improves and considerably reduces the font size after
12669           conversion with mf2pt1.
12670
12671         These change aren't explicitly mentioned below since virtually all
12672         glyphs are affected.
12673
12674         Other notable differences:
12675
12676         . Glyphs from feta-accordion.mf now have charboxes around the
12677           outline.
12678
12679         . Fixed incorrect charbox for `accDot'.
12680
12681         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
12682
12683         . Fixed position of the bow in the `upprall' glyph and its siblings.
12684
12685         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
12686           dependent on the staff line thickness to avoid touching the middle
12687           staff line at smaller sizes.
12688
12689         . Largely extended output for feta-testXX: Where useful, glyphs
12690         are shown both between and on staff lines.
12691
12692
12693         * mf/feta-params.mf (staff_space_rounded,
12694         stafflinethickness_rounded, linethickness_rounded,
12695         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
12696         Update all code which uses them where appropriate.
12697         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
12698         New variables used to control rasterization at low resolutions.  Set
12699         to zero if feta code is processed with metapost.
12700
12701         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
12702         (draw_rounded_block, draw_square_block): Updated to use `--' only.
12703         (flare_path): Updated.
12704         Make it work with `filldraw' (but only circular pens).
12705         (hfloor, vfloor, hceiling, vceiling): New macros.
12706
12707         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
12708         Use `draw' again in mf mode to have good pixel dropout control.
12709         Fix intersection points of horizontal lines with circle.
12710         ("accDot"): Fix parameters for set_char_box.
12711         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
12712         control.
12713
12714         * mf/feta-banier.mf: Updated.
12715
12716         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
12717         testing.
12718         (undraw_inside_ellipse): Remove `center' argument.  Update all
12719         callers.
12720         (draw_brevis): New macro, called by "Brevis notehead".
12721         (draw_whole_triangle_head): New macro, called by "Whole
12722         trianglehead".
12723         (draw_small_triangle_head): Use `filldraw'.
12724
12725         * mf/feta-eindelijk.mf: Remove useless global group.
12726         Updated.
12727
12728         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
12729         `filldraw'.
12730
12731         * mf/feta-pendaal.mf: Updated.
12732
12733         * mf/feta-puntje.mf: Updated.
12734
12735         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
12736         less points.
12737         ("Flageolet"): Use `draw' again in mf mode to have good pixel
12738         dropout control.
12739         ("Varied Coda"): Use `draw_block'.
12740         (draw_comma): Fix typo.
12741         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
12742         pixel dropout control.
12743
12744         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
12745         position of bow.
12746
12747         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
12748         sizes.
12749
12750         * mf/feta-toevallig.mf (remember_pic): New variable, used for
12751         testing.
12752         (draw_meta_sharp): Much simplified.
12753         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
12754
12755         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
12756
12757 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12758
12759         * Documentation/user/notation.itely (Ancient rests): Fix typo
12760         (thanks Anthony)
12761
12762 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12763
12764         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
12765
12766         * lily/main.cc (setup_paths): Add cff.
12767
12768         * mf/GNUmakefile (foe): Include actual target %.cff.
12769         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
12770
12771 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12772
12773         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
12774         suffix for main_input_b_.
12775
12776         * scm/music-functions.scm (toplevel-music-functions):
12777         precompute music lengths for music expressions.  
12778
12779 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12780
12781         * lily/include/input.hh (class Input): new `end_' slot for end of
12782         input. Renamed defined_str0_ to start_.
12783
12784         * lily/input.cc (Input): Add Input::Input (Input const &) and
12785         remove Input::Input (Source_file*, char const *). Use the new
12786         slots.
12787         (set_location): method used by bison to propagate input
12788         locations (YYLLOC_DEFAULT).
12789         (end_line_number, end_column_number, step_forward): new methods
12790         
12791         * lily/input-scheme.cc (ly:input-both-locations): new function,
12792         similar to ly:input-location, but also return the end line and
12793         column.
12794
12795         * lily/include/includable-lexer.hh: 
12796         * lily/includable-lexer.cc: 
12797         * lily/include/lily-lexer.hh (class Lily_lexer): 
12798         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
12799         Includable_lexer to Lily_lexer, in order to update lexloc (the
12800         yylloc), a new slot of Lily_lexer.
12801         (here_input, LexerError): simplify by using the lexloc slot (aka
12802         yylloc)
12803
12804         * lily/lexer.ll: #define yylloc to use input locations (it may
12805         be useless here?). Fixed the #embedded_scm rule (step the location
12806         forward in order to skip the sharp sign before parsing the scheme
12807         expression)
12808
12809         * lily/include/lily-parser.hh (class Lily_parser): 
12810         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
12811         here_input()
12812         (parser_error): overload for more precise locations of errors.
12813
12814         * lily/parser.yy (YYLTYPE): set location type to Input
12815         (YYLLOC_DEFAULT): use Input::set_location()
12816         (yylex): add the YYLTYPE* location parameter.
12817         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
12818         Give an Input parameter to THIS->parser-error() for more accurate
12819         messages.
12820
12821 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12822
12823         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
12824
12825         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
12826         on BEAMQUANTING for non-NDEBUG builds.
12827
12828         * lily/stem.cc (head_count): performance: avoid String::String()
12829         inside oft called function.
12830
12831 2005-01-09  Graham Percival  <gperlist@shaw.ca>
12832
12833         * Documentation/user/examles.itely: attempted fix for broken
12834         string quartet template.
12835
12836         * Documentation/user/notation.itely: remove unnecessary broken
12837         link.
12838
12839 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12840
12841         * VERSION (PACKAGE_NAME): release 2.5.7
12842
12843 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12844
12845         * config.make.in (METAFONT): Append -progname=mf, fixes use with
12846         mf-nowin for teTeX-3.0.  Backportme.
12847
12848         * scm/output-svg.scm (utf8-string): New function.
12849
12850         * scm/output-gnome.scm (utf8-string): New function.
12851         (otf-name-mangling): Remove.
12852
12853         * lily/pango-font.cc (Pango_font): Use font string iso font
12854         filename for utf8-text.
12855
12856         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
12857         name.
12858
12859 2005-01-08  Graham Percival  <gperlist@shaw.ca>
12860
12861         * Documentation/user/notation.itely: add info about
12862         Staff.extraNatural = ##f in Pitches section.  Also
12863         fixed some minor issues in the Vocal music section.
12864
12865 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12866
12867         * scm/output-ps.scm (white-text): comment out Helvetica font,
12868         which is broken for my GS install.
12869
12870         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
12871         which provides a tighter bbox.
12872
12873         * scm/define-grobs.scm (all-grob-descriptions): remove all
12874         extra-offsets from definitions.
12875
12876 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
12877
12878         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
12879         add tuning for 4-string bass and some common 4/5-string banjo
12880         tunings.  New function (four-string-banjo) turns a 5-string tuning
12881         into a 4-string tuning.  New function
12882         (fret-number-tablature-format-banjo) computes correct fret numbers
12883         on 5-string banjos.
12884
12885         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
12886         Add beam correction to TabVoice.
12887
12888         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
12889         using bold font; makes tabs more readable.
12890
12891 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12892
12893         * lily/font-select.cc (get_font_by_design_size): don't make
12894         Modified_font_metric; this causes trouble, since we don't know the
12895         font magnification from inside Pango_font::text_stencil()
12896
12897         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
12898
12899         * Documentation/user/notation.itely (The Lyrics context): comment out
12900         broken {Small ensembles} link.
12901
12902         * scm/framework-svg.scm (output-framework): change calling convention.
12903
12904         * lily/object-key-dumper-scheme.cc: new file.
12905
12906         * lily/object-key-undumper-scheme.cc: new file.
12907
12908         * lily/tweak-registration-scheme.cc: new file.
12909
12910         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
12911
12912         * Documentation/user/examples.itely (String quartet): uncomment
12913         broken example.
12914
12915         * lily/font-config.cc: new file.
12916
12917 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12918
12919         * scm/output-svg.scm: 
12920         * scm/output-gnome.scm: s/bigcheese/emmentaler.
12921
12922         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
12923
12924 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12925
12926         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
12927         Add headers.
12928
12929         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
12930
12931 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12932
12933         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
12934
12935         * lily/include/main.hh: lose _b hungarian suffixes for global
12936         variables.
12937
12938         * lily/include/lily-guile-macros.hh: new file.
12939
12940         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
12941
12942         * lily/general-scheme.cc: new file. 
12943
12944         * lily/font-select.cc (get_font_by_design_size): retrieve
12945         PangoFont for (designsize . "pango-descr") entries.
12946
12947         * lily/lily-parser-scheme.cc: new file.
12948
12949         * lily/output-def-scheme.cc: new file.
12950
12951         * lily/paper-book-scheme.cc: new file.
12952
12953         * lily/duration-scheme.cc (LY_DEFINE): new file.
12954
12955         * lily/pitch-scheme.cc:  new file.
12956
12957         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
12958
12959 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12960
12961         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
12962
12963 2005-01-06  Graham Percival  <gperlist@shaw.ca>
12964
12965         * Documentation/user/notation.itely: minor editing.
12966
12967         * Documentation/user/changing-defaults: minor editing.
12968
12969         * Documentation/user/examples.itely: add template for
12970         string quartet part extraction; demonstrates tag.
12971
12972 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
12973
12974         * Documentation/user/notation.itely: documents
12975         format-mark-box-letters and format-mark-box-numbers
12976
12977         * scm/define-context-properties.scm: change comment.
12978
12979 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12980
12981         * scm/framework-ps.scm (output-classic-framework): new function:
12982         dump systems as separate .eps files (without fonts) and write a
12983         single collecting .tex file.
12984
12985 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12986
12987         * Documentation/user/notation.itely (Setting simple songs):
12988         Correct several errors in the equivalent formulation of
12989         \addlyrics. 
12990         (The Lyrics context): Corrected link to the SATB example.
12991
12992 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12993
12994         * scm/lily.scm (completize-formats): new function
12995         (postprocess-output): new function
12996
12997         * lily/paper-book.cc (classic_output): change calling
12998         convention. Give basename as first argument. 
12999         remove Paper_book::post_processing().
13000
13001         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
13002
13003 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13004
13005         * lily/paper-outputter.cc (LY_DEFINE): new function
13006         ly:outputter-close.
13007
13008         * lily/main.cc: change --format,-f to --backend,-b
13009
13010         * lily/include/main.hh: rename format to backend.
13011
13012         * scm/translation-functions.scm (format-mark-box-numbers): add.
13013         patch by Erlend Aasland
13014
13015 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13016
13017         * lily/pango-font.cc (text_stencil): dump string as
13018         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
13019
13020 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
13021
13022         * configure.in (gui_b): Remove handy developer-only
13023         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
13024         CVS source installations (but break other non-default but correct
13025         PKG_CONFIG_PATH setups), as this is no longer developer-only.
13026
13027         * SConstruct: 
13028         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
13029         compatibility (backportme).
13030
13031         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
13032
13033 2005-01-03  Werner Lemberg  <wl@gnu.org>
13034
13035         Prepare glyph shapes for mf2pt1 conversion.
13036
13037         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
13038         (accDiscant, accFreebase, accStdbase): Replace `draw' with
13039         `penstroke'.
13040         (accDot): Use `drawdot'.
13041         (accBayanbase): Replace `draw' with `draw_gridline'.
13042         (print_penpos): Moved to feta-macros.mf.
13043         (accOldEE): Replace `filldraw' with `penstroke'.
13044         Replace `draw' with `penstroke' and `drawdot'.
13045
13046         * mf/feta-banier.mf: Code clean-up.
13047         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
13048         `fill'.
13049
13050         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
13051
13052         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
13053         paremeter to control drawing of labels.  Update all callers.
13054
13055         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
13056         (new_bulb): Return a bulb as a single path.  To do that, it now
13057         takes some more parameters.  Updated all callers.
13058         (draw_gclef): Major clean-up.  `draw' has been replaced with
13059         `penstroke', unnecessary outlines have been removed.
13060         Remove (unused) gnome-canvas code.
13061
13062         * mf/feta-macros.mf (print_penpos): New macro (from
13063         feta-accordion.mf).
13064         Other minor fixes.
13065
13066         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
13067         ("Pedal dot"): Use `drawdot'.
13068         (draw_pedal_P): Add parameter to control drawing of labels.  Update
13069         all callers.
13070         Fix shape at top.
13071         (draw_pedal_e): Add parameter to control drawing of labels.  Update
13072         all callers.
13073         (draw_pedal_d): Add parameter to control drawing of labels.  Update
13074         all callers.
13075         Revert drawing direction.
13076
13077         * mf/feta-schrift.mf (draw_fermata): Use single path.
13078         (draw_short_fermata): Replace `filldraw' with `fill'.
13079         (draw_long_fermata, draw_very_long_fermata): Replace calls to
13080         `draw_rounded_block' with a single path.
13081         ("Thumb"): Draw full circle instead of mirroring segments.
13082         (draw_accent): New macro.
13083         ("> accent", "espr"): Use it.
13084         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
13085         ("open (unstopped)"): Draw full circle instead of mirroring
13086         segments.
13087         (draw_vee): Removed.
13088         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
13089         ("Downbow"): Replace calls to `draw_rounded_block' with a single
13090         path.
13091         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
13092         partial pieces drawn with `fill' -- these do still overlap with the
13093         stem of the `t' but just once, not multiple times so that fontforge
13094         can handle it gracefully.
13095         Change other parts of the glyph so that fontforge's overlapping
13096         algorithm reliably works.
13097         (draw_heel): Replace `draw' with `fill'.
13098         (draw_toe): Use `draw_accent' instead of `draw_vee'.
13099         ("Flageolet"): Replace `draw' with `penstroke'.
13100         ("Segno"): Replace `filldraw' with `penstroke'.
13101         Replace `draw' with `drawdot'.
13102         ("Coda"): Replace `fill' with `penstroke', using a single path.
13103         ("Varied Coda"): Use less overlapping paths.
13104         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
13105         single path.
13106
13107         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
13108         group to better control the `labels' command.
13109         Rename argument to `offset' and use it actually.  Update all
13110         callers.
13111         Replace `filldraw' with `fill'.
13112         ("mordent", "prallmordent", "upmordent", "downmordent",
13113         "lineprall"): Replace `draw' with `draw_gridline'.
13114         ("upprall", "downprall"): Replace `draw' with `fill'.
13115
13116         * mf/feta-timesig.mf: Formatting.
13117
13118         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
13119         to...
13120         ("Flat"): Here.
13121         (draw_paren): Move code to draw labels to...
13122         ("Right Parenthesis"): Here.
13123
13124 2005-01-02  Graham Percival <gperlist@shaw.ca>
13125
13126         * Documentation/user/notation.itely: add example of \setTextDecresc
13127         and \setTextDim.
13128
13129 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
13130
13131         * scm/define-markup-commands.scm :  fix glyph-strings of
13132         accidentals and \note-by-number
13133
13134 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13135
13136         * VERSION: 2.5.6 released.
13137         
13138         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
13139
13140         * input/regression/new-markup-scheme.ly: oops. font-family=music
13141         -> font-encoding fetaMusic.  
13142
13143         * lily/main.cc: put default to PS.
13144
13145         * lily/tfm.cc: idem.
13146
13147         * lily/afm.cc: idem.
13148
13149         * lily/include/modified-font-metric.hh (struct
13150         Modified_font_metric): remove coding_scheme() method.
13151
13152         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
13153
13154         * scripts/convert-ly.py (conv): crash on encountering \encoding.
13155
13156         * input/les-nereides.ly: convert to utf8
13157
13158         * lily/modified-font-metric.cc (text_dimension): idem.
13159
13160         * lily/parser.yy (TODO): idem.
13161
13162         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
13163
13164         * lily/lexer.ll: remove encoding
13165
13166         * scm/framework-ps.scm (output-variables): separately scale the
13167         page to mm 
13168
13169         * lily/pango-font.cc (Pango_font): fix scaling.
13170
13171         * lily/font-metric.cc (design_size): design_size returns a
13172         dimension now as well.
13173
13174 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13175
13176         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
13177         brace generation. 
13178
13179         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
13180
13181 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
13182
13183         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
13184         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
13185
13186 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13187
13188         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
13189         in first run as well.
13190
13191         * scm/paper.scm (layout-set-staff-size): use text-font-size in
13192         dimension less points (ie. 12 = 12 point)
13193
13194         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
13195
13196         * lily/all-font-metrics.cc (find_pango_font): set description_
13197
13198         * lily/pango-font.cc (text_stencil): export size as well.
13199         (text_stencil): fix scaling and extents box.
13200
13201 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13202
13203         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
13204
13205         * Documentation/user/invoking.itely (Invoking lilypond): document
13206         texstr
13207
13208         * scripts/convert-ly.py (conv): add ancient rules.
13209
13210         * scm/clef.scm (c0-pitch-alist): replace - with .
13211
13212         * scripts/lilypond-book.py (process_snippets): add texstr support.
13213
13214         * scm/framework-texstr.scm (header): change extension to .textmetrics
13215
13216         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
13217         -f tex.
13218
13219         * lily/text-metrics.cc: new file.
13220         (try_load_text_metrics): new function
13221
13222         * lily/include/text-metrics.hh: new file.
13223
13224 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13225
13226         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
13227         ly_scheme_function to ly_lily_module_constant.
13228
13229         * lily/modified-font-metric.cc (text_dimension): try
13230         lookup_tex_text_dimension() first.
13231
13232         * lily/tfm.cc: new function ly:load-text-dimensions
13233
13234 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13235
13236         * scm/output-texstr.scm (text): use \lilygetmetrics
13237
13238         * scm/framework-texstr.scm (header): dump in new format.
13239
13240         * tex/lilypond-tex-metrics: new file.
13241         
13242 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13243
13244         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
13245         mapping.
13246         (index_to_charcode): New method.
13247
13248         * scm/output-ps.scm (glyph-string): 
13249         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
13250
13251 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
13252
13253         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
13254         implement fully, need FONT to get to charcode.
13255
13256         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
13257
13258         * scm: Cleanups.
13259
13260         * Documentation/user/changing-defaults.itely: Fix internalsrefs
13261         {Tunable context properties},
13262         {All layout objects},
13263         {Music definitions}.
13264
13265 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13266
13267         * VERSION: release 2.5.5
13268         
13269         * lily/main.cc: use TeX as default output format.
13270
13271         * flower/file-path.cc (find): try to open directly as well, so we
13272         find absolute path files. 
13273
13274         * lily/pango-select.cc: new file.
13275
13276         * scm/framework-ps.scm: remove all encoding code. 
13277         load pfb/pfa for PangoFont too.
13278         
13279         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
13280
13281 2004-12-22  Werner Lemberg  <wl@gnu.org>
13282
13283         Prepare glyph shapes for mf2pt1 conversion.
13284
13285         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
13286
13287         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
13288         (define_triangle_shape): Use it to replace `draw' with `fill' and
13289         `unfill'.  Update all callers.
13290         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
13291         (draw_cross): Ditto.
13292         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
13293         Use penrazor for better conversion with mf2pt1.
13294         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
13295         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
13296         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
13297         draw_la_head, draw_ti_head): Replace `filldraw' with
13298         `fill'.  Update all callers.
13299
13300 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13301
13302         * lily/paper-book.cc (output): revert: only allow a single output
13303         format.
13304
13305         * lily/include/pango-font.hh: new file.
13306
13307         * lily/pango-font.cc: new file.
13308
13309         * lily/font-metric.cc (text_stencil): new routine
13310
13311         * lily/all-font-metrics.cc (find_pango_font): new routine.
13312
13313         * lily/include/font-metric.hh (struct Font_metric): add
13314         text_stencil()
13315
13316         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
13317
13318 2004-12-22  Werner Lemberg  <wl@gnu.org>
13319
13320         Prepare glyph shapes for mf2pt1 conversion.
13321
13322         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
13323
13324         * mf/feta-toevallig.mf: Formatting.
13325         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
13326         ("Natural"): Fix paths to allow better postprocessing.
13327         (draw_meta_flat): Use `z3l' as additional point in path to get
13328         better conversion with mf2pt1.
13329         Other minor cleanups.
13330         ("3/4 Flat"): Add auxiliary points and modify path to replace
13331         `draw' with `fill'.
13332         ("Double Sharp"): Mirror path segments instead of picture elements
13333         to get a single outline.
13334         Modify path to replace `filldraw' with `fill'.
13335
13336 2004-12-22  Graham Percival  <gperlist@shaw.ca>
13337
13338         * input/test/unfold-all-repeats.ly: added file back.
13339
13340         * Documentation/user/notation.itely,
13341         Documentation/user/programming-interface.itely
13342         Documentation/user/changing-defaults.itely: fixed misc broken
13343         links to input/test/ files.
13344
13345 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13346
13347         * tex/texinfo.tex: Update.  We should not be distributing this,
13348         but since we do, use latest version.
13349
13350         * Documentation/user/macros.itexi: Comment-out \fetaflat,
13351         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
13352         macros for feta glyphs.
13353
13354 2004-12-22  Graham Percival  <gperlist@shaw.ca>
13355
13356         * Documentation/user/changing-defaults.itely: fix index for set.
13357
13358         * Documentation/user/converters.itely: added convert-ly bugs list
13359         from CVS.
13360
13361 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
13362
13363         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
13364         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
13365         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
13366         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
13367
13368         * mf/GNUmakefile (pfa_warning): Use less broken check.
13369
13370         * python/lilylib.py (setup_environment): Remove cruft from
13371         GS_FONTPATH.
13372
13373         * configure.in: Bump mftrace requirement to 1.1.1.
13374
13375 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
13376
13377         * scm/output-svg.scm (beam): Use polygon.
13378
13379         * scm/lily-library.scm: Bugfix.
13380
13381         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
13382
13383         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
13384
13385 2004-12-19  Werner Lemberg  <wl@gnu.org>
13386
13387         Prepare glyph shapes for mf2pt1 conversion.
13388
13389         * mf/feta-eindelijk: Some formatting.
13390         (multi_rest_x, multi_beam_height): Removed.  Unused.
13391         ("Quarter rest"): Use `intersectiontimes' to create a single
13392         outline.
13393         (rest_crook): Removed.  Unused.
13394         (draw_rest_bulb): Return path (without filling).  Update callers.
13395         Simplified.
13396         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
13397         "128th rest"): Simplify `pat'.
13398         Create single outline.
13399
13400 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
13401
13402         * mf/GNUmakefile (ALL_GEN_FILES):
13403         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
13404
13405         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
13406         function.
13407
13408 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13409
13410         * scm/output-texstr.scm (placebox): add routine
13411
13412         * VERSION (PACKAGE_NAME): release 2.5.4
13413
13414         * scm/framework-texstr.scm (output-framework): new file.  
13415
13416         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
13417         processing.
13418
13419         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
13420
13421         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
13422         rule.
13423
13424         * configure.in (gui_b): bump mftrace requirement to 1.1.0
13425
13426         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
13427
13428         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
13429
13430 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
13431
13432         * scm/framework-svg.scm (dump-page): Implement landscape.
13433
13434 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13435
13436         * lily/main.cc (setup_paths): Add svg to search path.
13437
13438         * scm/output-svg.scm:
13439         * scm/framework-svg.scm: Add pageSet.  Update.
13440         (dump-fonts): New function.
13441         (output-framework): Use it.
13442
13443         * mf/GNUmakefile: 
13444         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
13445
13446 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13447
13448         * tex/lilyponddefs.tex: comment out new ifpdf code.
13449
13450 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13451
13452         * GNUmakefile.in: 
13453         * SConstruct (symlink): Replace afm by otf.
13454
13455         * scm/framework-gnome.scm (gnome-main): Remove invocation of
13456         ly:pango-add-afm-decoder.
13457
13458         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
13459
13460 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13461
13462         * scm/output-ps.scm (new-text): don't access t glyph for getting
13463         space dimension.
13464
13465         * ly/init.ly: warn about \version
13466
13467         * lily/lexer.ll: set version-seen?
13468
13469 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13470
13471         * scm/output-svg.scm (string->entities): Update.
13472
13473 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13474
13475         * lily/main.cc (setup_paths): replace afm by otf for path. 
13476
13477         * lily/pangofc-afm-decoder.cc: remove.
13478
13479         * lily/include/pangofc-afm-decoder.hh: remove.
13480
13481         * scm/framework-scm.scm (output-framework): new file.
13482
13483         * mf/GNUmakefile: remove SAUTER_FONTS.
13484         remove SVG/sodipodi hacks.
13485
13486         * scm/lily-library.scm (stderr): move stderr.
13487
13488         * mf/GNUmakefile: remove AFM support.
13489
13490         * buildscripts/mf-to-table.py (base): remove AFM support.
13491
13492         * lily/open-type-font.cc (design_size): use design_size
13493
13494 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
13495
13496         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
13497
13498 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13499
13500         * mf/GNUmakefile: Generate combined aybabtu info.
13501         * mf/aybabtu.pe.in (i): Load it.
13502
13503         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
13504         are not symbols.
13505
13506         * lily/include/open-type-font.hh (count): New method.
13507
13508         * mf/aybabtu.pe.in: Typo.
13509
13510         * Documentation/user/out/lilypond-internals.nexi (Scheme
13511         functions): Typo.
13512
13513         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
13514
13515 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13516
13517         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
13518         subfonts.
13519
13520         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
13521
13522         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
13523         (tex-font-command-raw): new function.
13524
13525         * lily/include/virtual-font-metric.hh (Module): remove file
13526
13527         * lily/virtual-font-metric.cc (Module): remove file.
13528         
13529
13530         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
13531         (get_indexed_char): read bbox from lily table if present.
13532
13533 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13534
13535         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
13536         aybabtu.subfonts
13537
13538         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
13539         global glyphname. Enables more than 64 glyphs in the OTF.
13540
13541 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13542
13543         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
13544         braces.
13545
13546         * lily/open-type-font.cc (design_size): Use 12 as default for
13547         design size.
13548
13549         * mf/aybabtu.pe.in: New file.  Merge all our braces.
13550
13551         * mf/GNUmakefile: Generate aybabtu.
13552
13553         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
13554
13555 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13556
13557         * scm/lily-library.scm (char->unicode-index): Remove.
13558
13559         * scm/output-gnome.scm (text): Bugfix for plain string input.
13560         Updates.
13561
13562         * scm/output-svg.scm (svg-font): Add weight to font selection.
13563
13564 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13565
13566         * Documentation/topdocs/INSTALL.texi (Top): Point to
13567         buildscripts/out/clean-fonts instead of
13568         buildscripts/clean-fonts.sh. 
13569
13570 2004-12-13  Graham Percival  <gperlist@shaw.ca>
13571
13572         * input/regression/figured-bass.ly: attempt to clarify text.
13573
13574         * Documentation/user/notation.tely: add cindex for tag, attempt to
13575         add figured bass example.
13576
13577         * Documentation/user/changing-defaults: basic editing.
13578
13579 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13580
13581         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
13582
13583         * lily/open-type-font.cc (LY_DEFINE): new function
13584         ly:font-sub-fonts
13585
13586         * lily/include/font-metric.hh (struct Font_metric): new method
13587         sub_fonts()
13588
13589         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
13590         . with - in add.stem.
13591         
13592 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13593
13594         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
13595         and fetaDynamic.
13596
13597         * lily/rest.cc (glyph_name): Change - to . .
13598
13599         * scm/output-gnome.scm (text): Hello world, again.
13600
13601         * scm/output-svg.scm (named-glyph): New function.  Hello world!
13602
13603         * lily/modified-font-metric.cc (index_to_charcode): New method.
13604
13605         * lily/include/font-metric.hh (index_to_charcode): New function.
13606
13607         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
13608         new function.
13609         (ly:font-glyph-to-index): Remove.
13610
13611 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13612
13613         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
13614
13615         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
13616
13617         * lily/open-type-font.cc (load_scheme_table): new function
13618
13619         * lily/dots.cc (print): replace - 
13620
13621         * lily/open-type-font.cc (attachment_point): new function.
13622         (load_table): read LILC table
13623
13624         * buildscripts/gen-bigcheese-scripts.py (Module): new
13625         file. Generate FF scripts.
13626
13627         * mf/feta-din10.mf: idem.
13628
13629         * mf/feta-nummer10.mf: remove mf files.
13630
13631         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
13632
13633 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13634
13635         * lily/lily-guile.cc: Use scm_from_locale_stringn.
13636
13637         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
13638         compatibility.
13639
13640 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13641
13642         * lily/open-type-font.cc (get_indexed_char): scale metrics by
13643         design-size and units_per_EM.
13644
13645         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
13646
13647 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13648
13649         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
13650         does not crash fontforge.
13651
13652         * scm/lily-library.scm (char->unicode-index): Hack to map onto
13653         PUA.
13654
13655 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13656
13657         * scm/framework-ps.scm (ps-embed-cff): new function.
13658
13659         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
13660
13661 2004-12-12  Werner Lemberg  <wl@gnu.org>
13662
13663         * mf/bigcheese.pe.in: Add PUA mapping.
13664         Don't create Type 42 but bare CFF font.
13665
13666 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13667
13668         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
13669         within canvas boundaries.
13670
13671         * mf/merge.pe.in: Set font names, version, license GPL.
13672
13673         * make/substitute.make: Add FONTFORGE.
13674
13675         * config.make.in (FONTFORGE): Add.
13676
13677         * configure.in (gui_b): Use PATH_PROG for fontforge.
13678
13679 2004-12-11  Graham Percival  <gperlist@shaw.ca>
13680
13681         * scm/define-markup-commands.scm: add baseline-skip to info
13682         about \column.
13683
13684 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13685
13686         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
13687
13688         * scm/output-gnome.scm (named-glyph): Use it.
13689
13690         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
13691
13692         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
13693         (upper_string, lower_string, reverse_string): Remove.
13694
13695         * configure.in (fontforge): Reinstate version check.
13696
13697         * ly/engraver-init.ly: Fix clef glyph names.
13698
13699         * lily/time-signature.cc (special_time_signature): Fix fraction
13700         glyph names.
13701
13702 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13703
13704         * mf/merge.pe: new file.
13705
13706         * lily/freetype.cc: new file.
13707
13708         * lily/include/open-type-font.hh (class Open_type_font): new file.
13709
13710         * lily/include/freetype.hh: new file.
13711
13712         * lily/open-type-font.cc: new file.
13713
13714         * lily/all-font-metrics.cc (find_otf): new function.
13715
13716 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13717
13718         * lily/time-signature.cc (special_time_signature): Fix.
13719
13720         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
13721         GTK2 before checking for pango.  Fixes -fgnome.
13722
13723         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
13724         Scheme name.
13725
13726         * scm/define-markup-commands.scm:
13727         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
13728
13729         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
13730
13731         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
13732         date versions.  Fixes configure.
13733         (STEPMAKE_CHECK_VERSION): Support optional actual program version
13734         argument.
13735
13736 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13737
13738         * buildscripts/mf-to-table.py (write_ps_encoding): write real
13739         names in .enc
13740
13741         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
13742
13743 2004-12-09  Graham Percival  <gperlist@shaw.ca>
13744
13745         * Documentation/user/changing-defaults.itely: add info about
13746         make-dynamic-script
13747
13748         * Documentation/user/notation.itely: add link in dynamics to
13749         section about make-dynamic-script.
13750
13751 2004-12-09  Christian hitz  <chhitz@gmx.net>
13752
13753         * lily/lily-guile.cc: change MACOS_X to __APPLE__
13754
13755 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13756
13757         * buildscripts/mf-to-table.py (parse_logfile): use . for
13758         concatting name and group.
13759         (parse_logfile): use M for Minus (negative.)
13760
13761         * lily/include/type-swallow-translator.hh
13762         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
13763
13764         * lily/*.cc: cosmetics around = sign.
13765
13766         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
13767         lyric spacing on the penultimate column.
13768
13769 2004-12-05  Christian Hitz  <chhitz@gmx.net>
13770
13771         * configure.in:
13772         * lily/accidental-placement.cc:
13773         * lily/bar-line.cc:
13774         * lily/beam-concave.cc:
13775         * lily/beam-quanting.cc:
13776         * lily/beam.cc:
13777         * lily/bezier-bow.cc:
13778         * lily/bezier.cc:
13779         * lily/break-align-interface.cc:
13780         * lily/custos.cc:
13781         * lily/dimension-cache.cc:
13782         * lily/dot-column.cc:
13783         * lily/font-metric.cc:
13784         * lily/font-select.cc:
13785         * lily/gourlay-breaking.cc:
13786         * lily/grob-property.cc:
13787         * lily/grob.cc:
13788         * lily/lily-guile.cc:
13789         * lily/line-spanner.cc:
13790         * lily/lookup.cc:
13791         * lily/lyric-extender.cc:
13792         * lily/lyric-hyphen.cc:
13793         * lily/mensural-ligature.cc:
13794         * lily/midi-def.cc:
13795         * lily/misc.cc:
13796         * lily/note-collision.cc:
13797         * lily/note-column.cc:
13798         * lily/note-head.cc:
13799         * lily/paper-outputter.cc:
13800         * lily/percent-repeat-item.cc:
13801         * lily/rest-collision.cc:
13802         * lily/side-position-interface.cc:
13803         * lily/simple-spacer.cc:
13804         * lily/slur-configuration.cc:
13805         * lily/slur-scoring.cc:
13806         * lily/slur.cc:
13807         * lily/spaceable-grob.cc:
13808         * lily/spacing-spanner.cc:
13809         * lily/spanner.cc:
13810         * lily/staff-symbol-referencer.cc:
13811         * lily/stem.cc:
13812         * lily/stencil.cc:
13813         * lily/system-start-delimiter.cc:
13814         * lily/system.cc:
13815         * lily/text-item.cc:
13816         * lily/tie.cc:
13817         * lily/tuplet-bracket.cc:
13818         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
13819         <cmath> beacause isinf/isnan is undefined in <cmath>
13820
13821 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13822
13823         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
13824
13825 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13826
13827         * VERSION: release 2.5.3
13828         
13829 2004-11-29  Arno Waschk <arno@arnowaschk.de>
13830
13831         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
13832
13833 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13834
13835         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
13836
13837         * lily/note-head.cc (internal_print): always try the "s" head if
13838         u/d not found.
13839
13840         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
13841
13842 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13843
13844         * mf/parmesan-heads.mf (overdone_heads): typos.
13845
13846 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13847
13848         * lily/parser.yy (markup): in markups, { .. } without command
13849         before are also flattened, ie \line must be explicitely used.
13850
13851         * Documentation/user/changing-defaults.itely:
13852         * Documentation/user/notation.itely: 
13853         * input/wilhelmus.ly: 
13854         * input/regression/instrument-name-markup.ly: 
13855         * input/regression/markup-score.ly: 
13856         * input/regression/new-markup-scheme.ly: 
13857         * input/regression/new-markup-syntax.ly: 
13858         * input/test/coriolan-margin.ly: use \line in markups where
13859         appropriate
13860         
13861 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13862
13863         * scm/new-markup.scm (map-markup-command-list): helper function
13864         used in parser.yy to map markup commands on a markup list.
13865
13866         * lily/parser.yy: get rid off < > in markups by treating { } as
13867         real lists.
13868
13869         * lily/lexer.ll: remove < > from markup lexer mode.
13870
13871         * scripts/convert-ly.py (conv): add rule for converting 
13872         \markup < > to \markup { }
13873
13874         * ly/titling-init.ly: 
13875         * input/test/coriolan-margin.ly: 
13876         * input/regression/new-markup-syntax.ly: 
13877         * input/regression/new-markup-scheme.ly: 
13878         * input/regression/multi-measure-rest-text.ly: 
13879         * input/regression/markup-stack.ly: 
13880         * input/regression/markup-score.ly: 
13881         * input/regression/instrument-name-markup.ly: 
13882         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
13883         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
13884         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
13885         * input/wilhelmus.ly: 
13886         * Documentation/user/notation.itely: 
13887         * Documentation/user/music-glossary.tely: 
13888         * Documentation/user/changing-defaults.itely: change < > to { } in
13889         markups
13890
13891 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13892
13893         * lily/accidental-placement.cc (position_accidentals): shortcut if
13894         no accidentals to place.
13895
13896 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13897
13898         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
13899         typo s/ly:dimension ?/ly:dimension?/
13900
13901         * input/regression/lily-in-scheme.ly: 
13902         * input/regression/music-function.ly: 
13903         * ly/spanners-init.ly (assertBeamSlope): 
13904         * scm/music-functions.scm (def-grace-function): add the paper
13905         argument to music function definitions.
13906
13907 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13908
13909         * lily/moment.cc (LY_DEFINE):
13910         ly:moment-main-{denominator,numberator}, new function.
13911
13912         * lily/score-engraver.cc (typeset_all): assign to column on basis
13913         of axis-group-parent-X setting.
13914
13915         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
13916         add_element() on basis of axis-group-parent-Y setting.
13917
13918         * lily/grob.cc: add axis-group-parent-{XY} properties.
13919
13920         * input/regression/spacing-stick-out.ly: new file.
13921
13922         * lily/simple-spacer.cc (add_columns): use binary search for
13923         setting column rods. Changes O(n^2) to O(n log(n)) for
13924         constructing spacing problem from columns.
13925         (add_columns): read allow-outside-line to make sure no texts stick
13926         out.
13927         (solve): Simple_spacer::is_active() only determines
13928         satisfies_constraints_ for non-ragged typesetting.
13929
13930         * lily/simultaneous-music.cc (to_relative_octave): only set
13931         old_relative_used if return pitch actually changed.
13932
13933         * scm/define-context-properties.scm
13934         (all-user-translation-properties): change to match implementation.
13935
13936         * python/lilylib.py: Replace re.match by re.search and adds "-c
13937         showpage" to the gs command line (Johannes Schindelin)
13938
13939         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
13940         before processing. Prevents crash when inf is in the extent.
13941
13942         * scm/define-markup-commands.scm (note-by-number): add "s" to
13943         "noteheads-" glyphname.
13944  
13945         * lily/parser.yy (Generic_prefix_music): supply parser argument to
13946         music function as well.
13947         
13948 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13949
13950         * VERSION: release 2.5.2
13951
13952         * Documentation/user/changing-defaults.itely (Creating titles):
13953         add breakbefore variable.
13954
13955         * lily/paper-book.cc (set_system_penalty): new function. Set
13956         penalty_ based on breakBefore setting
13957
13958         * lily/context-specced-music-iterator.cc (construct_children):
13959         interpret special context id $uniqueContextId 
13960
13961         * lily/context.cc (create_unique_context): new method. Move
13962         creation of unique (\new) contexts into interpreting phase. This
13963         makes
13964
13965           foo= \new Staff ..
13966           << \foo \foo >>
13967
13968         produce 2 staves.
13969         
13970
13971         * scm/define-music-properties.scm (all-music-properties): add
13972         quoted-voice-direction
13973
13974         * ly/music-functions-init.ly: killCues function.
13975
13976         * scm/music-functions.scm (cue-substitute): move creation of voice
13977         contexts further to the back. 
13978
13979 2004-11-25  Werner Lemberg  <wl@gnu.org>
13980
13981         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
13982         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
13983
13984 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
13985
13986         * buildscripts/guile-gnome.sh: Fixed typo.
13987
13988 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13989
13990         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
13991
13992         * scripts/abc2ly.py (dump_slyrics): add ord(). 
13993
13994         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
13995         to regular engraver. 
13996
13997 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13998
13999         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
14000
14001 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14002
14003         * scm/define-markup-commands.scm (fill-line): Typo.
14004
14005         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
14006         and newer.
14007
14008 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
14009
14010         * ly/dynamic-scripts-init.ly: Fixed typo.
14011
14012 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14013
14014         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
14015         note-head, to have different attachment points for up and down.
14016
14017         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
14018
14019         * mf/feta-generic.mf (else): remove solfa.
14020
14021         * mf/feta-bolletjes.mf (tishape): remove unicode test.
14022
14023         * scm/define-context-properties.scm
14024         (all-user-translation-properties): add shapeNoteStyles property.
14025
14026         * lily/shape-note-heads-engraver.cc (process_music): new file.
14027
14028         * lily/event.cc (transpose): call Event::transpose() for
14029         transposing the tonic.
14030
14031 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
14032
14033         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
14034         Unicode/OpenType and AFM.
14035
14036         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
14037
14038 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14039
14040         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
14041
14042         * lily/context.cc (Context): unprotect key from ctor.
14043
14044         * scm/stencil.scm (stack-lines): return empty-stencil if argument
14045         is '()
14046         (stack-stencils): idem.
14047
14048         * Documentation/user/changing-defaults.itely (Creating titles):
14049         document new title layout options.
14050
14051         * lily/parser.yy (lilypond_header_body): copy previous
14052         $globalheader if present.
14053
14054         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
14055         ly:module-copy
14056         
14057         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
14058
14059         * scm/titling.scm: remove old titling functions
14060
14061         * lily/stencil.cc (translate): remove absolute dimension.
14062
14063         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
14064         via markup.
14065
14066         * scm/page-layout.scm (marked-up-headfoot): create header/footer
14067         field from user-supplied markup
14068
14069         * scm/define-markup-commands.scm (on-the-fly): new markup
14070         command. Enter SCM markup procedure directly in Scheme.
14071         (fromproperty): new markup command. Read markup from props argument.
14072
14073         * scm/titling.scm (marked-up-title): create title via
14074         user-specified markup. 
14075
14076         * scm/define-markup-commands.scm (column): remove empty stencils
14077         from column.
14078
14079         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
14080         not have side-effect of creating variable stub.
14081
14082         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
14083
14084 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
14085
14086         * scm/encoding.scm (coding-alist): 
14087         * scm/font.scm (add-ec-fonts):
14088         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
14089         Extended-TeX-Font-Encoding---Latin.
14090
14091         * lily/side-position-interface.cc (general_side_position): Add
14092         actual offset to error message (avoid constant error messages).
14093
14094         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
14095         block.
14096
14097         * lily/font-select.cc (select_encoded_font)
14098         (get_font_by_mag_step, get_font_by_design_size): 
14099         * lily/modified-font-metric.cc (Modified_font_metric): 
14100         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
14101
14102         * scm/encoding.scm (coding-alist): Add fetaDynamic.
14103         (read-encoding-file): Bugfix: do not require space after bracket.
14104
14105         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
14106         these do not exist.
14107
14108 2004-11-20  Graham Percival  <gperlist@shaw.ca>
14109
14110         * Documentation/user/notation.itely: added info about typesetting
14111         boxed bar numbers.
14112
14113 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14114
14115         * flower/interval.cc (T_to_string): gcc4 fixes.
14116
14117         * scm/define-markup-commands.scm (fill-line): use
14118         stack-stencils. This fixes problems with putting already centered
14119         stencils in a line.
14120
14121         * VERSION: release 2.5.1
14122
14123         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
14124
14125 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14126
14127         * input/example-[1-3].ly: simplify.
14128
14129         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
14130
14131         * scm/output-ps.scm (new-text): new function. Use glyphshow to
14132         show glyphs.
14133
14134         * scm/encoding.scm (decode-byte-string): new function.
14135
14136         * scripts/convert-ly.py (conv): add warning about
14137         set-global-staff-size.
14138
14139         * Doxyfile: add. 
14140
14141         * scripts/convert-ly.py (conv): add raggedlastbottom rule
14142         (conv): warn for TextSpanner split.
14143         (conv): warn for textheight.
14144
14145 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
14146
14147         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
14148         building the documentation, info with images are installed.
14149         (final-install): Fix description.  Mention sourcing of login
14150         scripts (instead of running).
14151
14152 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
14153
14154         * Debian lmodern support.  Note that LilyPond will issue warnings
14155         
14156             no such encoding: "FontSpecific"
14157
14158           The font selection mechanism wants to get the encoding from the
14159           font itself, but the idea of lmodern is that it is usable with
14160           different encodings, ie, Lily should get the encoding from the
14161           font tree, rather than the font itself.  This would require some
14162           more work.
14163         
14164         * configure.in: Test for and accept lmodern if EC fonts not found.
14165
14166         * scm/framework-tex.scm (font-load-command): TeX font name
14167         mangling for latin1 encoded cork-lm fonts.
14168         (convert-to-ps): Load lm.map if available.
14169
14170         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
14171         available.
14172
14173         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
14174
14175         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
14176         available.
14177
14178         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
14179         path for absolute file name, that is silly.
14180
14181         * lily/score-engraver.cc (initialize): 
14182
14183         * Documentation/user/GNUmakefile (local-install-info): Invoke
14184         install-info --remove first.
14185
14186         * #include cleanup (Andreas Scherer).
14187
14188 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
14189
14190         * input/test/script-abbreviations.ly: fix typos.
14191
14192 2004-11-17  Werner Lemberg  <wl@gnu.org>
14193
14194         * python/lilylib.py (options_help_str): Support pretty-printing of
14195         newlines in fourth element of option description.
14196
14197         * scripts/lilypond-book.py (option_definitions): Use new lilylib
14198         feature.
14199         Sort options.
14200
14201         * Documentation/user/lilypond-book.itely: Finish update.
14202
14203 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
14204
14205         * Documentation/user/macros.itexi: Add comment about \command.
14206
14207         * Documentation/user/lilypond.tely:
14208         * Documentation/user/lilypond-book.itely: Fix names of lilypond
14209         and lilypond-book nodes, so that `info lilypond' visits the manual
14210         at top level, and `info lilypond-book' visits the lilypond-book
14211         section.
14212
14213         * Documentation/user/GNUmakefile (local-install-info): Fix rules
14214         and packager messages.
14215
14216         * lily/pangofc-afm-decoder.cc: Update test.
14217
14218 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
14219
14220         * scm/lily-library.scm (char->unicode-index): New function.
14221
14222         * scm/output-gnome.scm: 
14223         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
14224
14225         * Proper naming of file name throughout; s/filename/file[-_]name/.
14226
14227         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
14228
14229         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
14230
14231 2004-11-16  Werner Lemberg  <wl@gnu.org>
14232
14233         * scripts/lilypond-book.py: The Lord has commanded me to use only
14234         tabs for indentation.  Your humble servant obeys.
14235
14236 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
14237
14238         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
14239         including font, if LilyPond-feta font is only feta font in path.
14240
14241         * scm/output-gnome.scm (text): Revert to file name of font if font
14242         has no name.  Fixes ec font selection.
14243         (char): Bugfix: do not utf8 twice.  Fixes clefs.
14244
14245         * scm/framework-svg.scm:
14246         * scm/output-svg.scm: New file.  TODO: figure out how to
14247         do character by index in font.
14248
14249         * scm/output-sodipodi.scm: Remove.
14250
14251         * scm/output-ps.scm (stem): Remove.
14252
14253 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
14254
14255         * scm/output-gnome.scm (beam): New function.
14256         (slur): Round corners.
14257         (round-filled-box): Round corners.
14258
14259 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14260
14261         * scm/output-gnome.scm (beam): add function.
14262         (draw-line): new routine.
14263         (dashed-line): stub; call draw-line
14264         (polygon): new routine.
14265
14266 2004-11-15  Werner Lemberg  <wl@gnu.org>
14267
14268         * Documentation/user/lilypond-book.itely: Revise section on
14269         lilypond-book options.
14270         Other minor fixes.
14271
14272         * scripts/lilypond-book.py: Change indentation to 4.
14273         Minor formatting.
14274
14275 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14276
14277         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
14278         grobs that have tweaks specced.
14279         
14280 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
14281
14282         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
14283
14284 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14285
14286         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
14287         actual char #, not 0 based index.
14288
14289         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
14290
14291         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
14292         Warning: do make -C mf clean.
14293
14294         * lily/context-property.cc: Compile fix.
14295
14296         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
14297         Grok ec-fonts, braces and dynamics.
14298
14299         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
14300
14301 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14302
14303         * lily/include/tweak-registration.hh: new file.
14304
14305         * lily/tweak-registration.cc: new file.
14306
14307         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
14308         saving tweaks.
14309
14310         * scm/output-gnome.scm (text): comment dribble.
14311
14312 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14313
14314         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
14315
14316         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
14317         path-def before using.  Fixes muchtomany slurs in wrong places
14318         bug.
14319
14320 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14321
14322         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
14323
14324         * lily/include/object-key-undumper.hh (Module): new file.
14325
14326         * lily/object-key-undumper.cc (Module): New file. Deserialize
14327         keys. SCM bindings
14328
14329         * lily/object-key-dumper.cc (Object_key_dumper): idem.
14330         Provide SCM bindings.
14331
14332         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
14333         new file. Serialize object keys.
14334         
14335         * lily/object-key.cc (dump): new function.
14336         (as_scheme): new virtual function
14337         (undump): new function
14338         (undumpers): new table.
14339
14340         * lily/include/global-context.hh (Context): take \score key upon init.
14341
14342         * lily/object-key-dumper.cc (serialize_key): new file.
14343
14344         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
14345
14346         * lily/lily-lexer.cc: remove \quote.
14347
14348         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
14349
14350         * lily/context.cc (Context): take key argument in ctor.
14351         (create_context): new function
14352
14353         * lily/grob.cc (Grob): take key argument in ctor.  
14354
14355         * lily/lilypond-key.cc (do_compare): new file.
14356
14357         * lily/object-key.cc (Object_key): new file.
14358
14359         * lily/include/object-key.hh (class Object_key): new file.
14360
14361         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
14362
14363 2004-11-13  Graham Percival  <gperlist@shaw.ca>
14364
14365         * Documentation/user/lilypond-book.itely: add small warning about
14366         noindent default in lilypond-book.
14367
14368         * Documentation/user/converters.itely: add examples for convert-ly.
14369
14370         * Documentation/user/examples.itely: change version string in templates
14371         to 2.4.0.
14372
14373 2004-11-12  Karl Hammar  <karl@aspodata.se>
14374
14375         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
14376         cmdline, use xargs instead (backportme)
14377
14378 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
14379         
14380         * Documentation/user/: Numerous fixes in the user manual.
14381
14382 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14383
14384         * lily/parser.yy (re_rhythmed_music): search music expression for
14385         context-id, surround by \new Voice if not found. Fixes:
14386         addlyrics-second-staff.ly
14387
14388         * VERSION: 2.5.0 released.
14389         
14390 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
14391
14392         * Documentation/index.html.in: Fix url to one big page.  (backportme)
14393
14394         * Documentation/user/GNUmakefile: Separate rules for split and
14395         unsplit html documents.  Remove perl massaging.  (backportme)
14396
14397 2004-11-11  Graham Percival  <gperlist@shaw.ca>
14398
14399         * Documentation/user/lilypond-book.itely: add short warning about
14400         \lilypond{} in LaTeX docs.
14401
14402 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14403
14404         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
14405         found.  (backportme)
14406
14407         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
14408         version requirement.  (backportme)
14409
14410         * configure.in: Be explicit about old versions of
14411         ec-fonts-mtraced.  (backportme)
14412
14413         * lily/context-selector.cc (set_tweaks): New function.
14414         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
14415         web with -DTWEAK.
14416
14417         * Documentation/user/introduction.itely (Automated engraving):
14418         Remove fragment option.  Fixes web.
14419
14420         * lily/context-property.cc (make_item_from_properties):
14421         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
14422         #ifdef.
14423
14424         * scm/define-context-properties.scm
14425         (all-internal-translation-properties): Add tweakRank and tweakCount.
14426
14427         * lily/grob.cc: 
14428         * scm/define-grob-properties.scm (all-internal-grob-properties):
14429         Add tweak-rank and tweak-count.
14430
14431 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14432
14433         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
14434         New function.
14435         (text): Use them.
14436
14437         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
14438         animated/opaque grob dragging tweaks.
14439
14440         * buildscripts/guile-gnome.sh: Update.
14441
14442 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
14443
14444         * scm/define-grobs.scm (all-grob-descriptions): Added
14445         line-interface to the LigatureBracket object.
14446
14447 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14448
14449         * scm/framework-gnome.scm (item-event): Support non-animated mouse
14450         dragging tweaks.
14451
14452         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
14453
14454         * lily/context-selector.cc (store_context): New function.
14455
14456         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
14457         (store_grob): New function.
14458         (identify_grob): Add Moment parameter.
14459
14460         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
14461         exists.
14462
14463         * scm/framework-gnome.scm (save-tweaks): Write as alist.
14464
14465 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14466
14467         * scm/framework-gnome.scm (item-event): Print grob id.
14468         (save-tweaks): New function.
14469         (tweak): New funtion.
14470         (item-event): Use it, bound to arrow keys.
14471
14472         * lily/context-property.cc (make_item_from_properties): Register grob.
14473         * lily/context.cc (add_context): Register context.
14474
14475         * lily/include/context-selector.hh:
14476         * lily/include/grob-selector.hh:
14477         * lily/context-selector.cc:
14478         * lily/grob-selector.cc: New file.
14479
14480 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14481
14482         * lily/slur.cc: add 'positions to interface
14483
14484         * lily/main.cc: reinstate PS as standard output format. 
14485
14486         * scm/framework-tex.scm (output-preview-framework): print systems
14487         up to first non title system.
14488
14489         * lily/grace-engraver.cc (start_translation_timestep): split
14490         scm_cadddr
14491         
14492 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14493
14494         * lily/quote-iterator.cc (Module): remove old quote-iterator
14495
14496         * scm/define-music-types.scm (music-descriptions): move
14497         NewQuoteMusic over QuoteMusic
14498
14499         * Documentation/user/notation.itely (Formatting cue notes): use
14500         \cueDuring.
14501
14502         * lily/new-quote-iterator.cc (quote_ok): new function.
14503
14504         * input/regression/quote-cue-during.ly: new file.
14505
14506         * input/regression/quote-grace.ly: new file.
14507
14508         * scm/define-context-properties.scm (Module): change definition of
14509         graceSettings
14510
14511         * lily/context-property.cc (Module): rename from
14512         translator-property.cc
14513
14514         * lily/context.cc (context_name_symbol): new function
14515
14516         * lily/grace-engraver.cc: new file. Set properties for grobs based
14517         on the grace-ness of now_moment().
14518
14519         * scm/music-functions.scm (add-grace-property): use list
14520         iso. vector for graceSettings
14521         remove set-{start,stop}-grace-properties. 
14522
14523         * lily/new-quote-iterator.cc (construct_children): set
14524         quote_outlet_ if no quoted-context-{id,type} specified.
14525
14526         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
14527
14528         * lily/parser.yy (command_element): remove \quote.
14529
14530         * ly/music-functions-init.ly (location): add quoteDuring music
14531         function. 
14532
14533         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
14534         optional semicolon. (backportme)
14535
14536 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14537
14538         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
14539         need to link to GUILE et al.
14540
14541 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14542
14543         * scm/define-music-properties.scm (all-music-properties): add
14544         quoted-context-type, quoted-context-id.
14545
14546         * scm/lily.scm (type-check-list): new function.
14547         
14548         * scm/lily-library.scm: new file. Generic library routines.
14549
14550         * lily/parser.yy (Generic_prefix_music): move typechecking out of
14551         parser.
14552
14553         * ly/music-functions-init.ly: add quoteDuring function.
14554
14555         * lily/include/music-iterator.hh (class Music_iterator): rename
14556         set_translator -> set_context
14557
14558         * lily/parser.yy (Generic_prefix_music_scm): add
14559         MUSIC_FUNCTION_SCM_SCM_MUSIC
14560
14561         * scm/lily.scm (sanitize-command-option): new function. (backportme)
14562
14563         * scm/framework-tex.scm (header): sanitize TeX paper size.
14564         (backportme)
14565
14566 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14567
14568         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
14569
14570         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
14571
14572         * scm/framework-tex.scm (font-load-command): Use T1 if no
14573         font-encoding set.  (backportme)
14574
14575         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
14576         exists before converting.  (backportme)
14577
14578         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
14579         exists before converting.  (backportme)
14580         (convert-to-ps): Remove .ps file if it exists before
14581         converting.  (backportme)
14582
14583         * lily/lexer.ll: Remove extra progress newline, use present tense.
14584
14585         * scm/paper.scm (paper-alist): public.
14586         * scm/framework-tex.scm (convert-to-ps):
14587         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
14588         command line.
14589
14590 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14591
14592         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
14593
14594         * lily/recording-group-engraver.cc (derived_mark): mark
14595         now_events_. (backportme)
14596
14597 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14598
14599         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
14600
14601         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
14602         invoking latex. (backportme.)
14603
14604         * lily/stem.cc (off_callback): center stems for all rest stems.
14605
14606 2004-11-05  Werner Lemberg  <wl@gnu.org>
14607
14608         * Documentation/user/lilypond.tely: Add more guidelines for writing
14609         lilypond texinfo documents.
14610
14611 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
14612
14613         * Documentation/index.html.in: remove <hr>.
14614
14615         * THANKS: change 2.3 to 2.4.
14616
14617 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
14618
14619         * scm/output-gnome.scm: More fontconfig comment.
14620
14621 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
14622
14623         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
14624         <package> directory in $(builddir)/share according with
14625         PACKAGE_NAME defined in the VERSION file.
14626
14627 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14628
14629         * lily/beam.cc (rest_collision_callback): use local beam
14630         multiplicity.
14631
14632         * input/regression/stem-stemlet.ly: new file.
14633
14634         * lily/stem.cc (add_head): store rests as well.
14635
14636         * scm/define-grob-properties.scm (all-user-grob-properties): add
14637         stemlet-length
14638
14639         * lily/stem.cc: store rests as well.
14640         
14641         * input/regression/new-slur.ly: mention forcing.
14642
14643 2004-11-04  Werner Lemberg  <wl@gnu.org>
14644
14645         * Documentation/user/*: A new round of layout fixes and document
14646         structure cleanup.
14647
14648 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
14649
14650         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
14651
14652 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
14653
14654         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
14655
14656 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
14657
14658         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
14659
14660         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
14661
14662         * lily/main.cc (main): Invoke identify.
14663
14664         * scm/lily.scm (postscript->pdf): Remove progress newline.
14665         Write progress to stderr.
14666
14667         * lily/paper-book.cc (output): Remove progress newline.
14668
14669         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
14670         gettext on user messages, and remove whitespace.
14671
14672         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
14673
14674         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
14675         argv[0] (Thomas Scharkowski).
14676
14677         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
14678         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
14679         for ec-fonts-mtraced.
14680
14681         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
14682         --srcdir build (Bertalan).
14683
14684         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
14685         headers and library too (Laura Conrad).
14686
14687         * Documentation/topdocs/INSTALL.texi (Top): Mention development
14688         package for guile too (Laura Conrad).
14689
14690         * lily/main.cc (usage): Typo.
14691
14692 2004-11-02  Werner Lemberg  <wl@gnu.org>
14693
14694         * Documentation/user/notation.ly: More fixes to improve appearance.
14695
14696         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
14697         better output for multicolumn tables.
14698
14699 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
14700
14701         * lily/main.cc (dir_info): Fixed typo in the printouts.
14702
14703 2004-11-01  Werner Lemberg  <wl@gnu.org>
14704
14705         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
14706         of output.
14707         Set `per_line' to 2; replace hard-coded value with it.
14708
14709         * Documentation/user/*: Many fixes to improve appearance of
14710         printed manual.
14711
14712 2004-11-01  Werner Lemberg  <wl@gnu.org>
14713
14714         * Documentation/user/changing-defaults.itely,
14715         Documentation/user/notation.ly,
14716         Documentation/user/programming-interface.itely: Use @/.
14717         Fix formatting of some lilypond snippets and tables.
14718
14719         * scripts/lilypond-book.py (compose_ly): Provide useful default
14720         for LINEWIDTH in `override'.
14721
14722 2004-10-31  Graham Percival  <gperlist@shaw.ca>
14723
14724         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
14725
14726 2004-10-31  Werner Lemberg  <wl@gnu.org>
14727
14728         Resetting @exampleindent to `5' gives ugly results with texinfo's
14729         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
14730         (if not quoting) to change @exampleindent only locally.
14731
14732         * scripts/lilypond-book.py (NOQUOTE): New variable.
14733         (output) [LATEX]: Remove AFTER and BEFORE.
14734         [TEXINFO]: Remove AFTER and BEFORE.
14735         Fix QUOTE and VERBATIM pattern.
14736         Add NOQUOTE pattern.
14737         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
14738         and BEFORE.
14739         [output_texinfo]: Use NOQUOTE.
14740
14741 2004-10-31  Graham Percival  <gperlist@shaw.ca>
14742
14743         * Documentation/user/changing-defaults.itely: clarify paper
14744         size commands with correct info.
14745
14746         * Documentation/user/lilypond-book.itely: add more docs for
14747         filename extensions.
14748
14749 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14750
14751         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
14752         (PATCH_LEVEL): start 2.5.0.
14753
14754 #Local variables:
14755 #coding: utf-8
14756 #End:
14757