]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
Basic-notation reorg and misc small fixes.
[lilypond.git] / ChangeLog
1 2006-05-21  Graham Percival  <gpermus@gmail.com>
2
3         * Documentation/user/basic-notation.itely: reorg.
4
5         * Documentation/user/ various: minor fixes.
6
7 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
8
9         * lily/stencil-expression.cc (register_stencil_head): opps, append
10         to cdr of static SCM object. Backportme.
11
12 2006-05-19  Graham Percival  <gpermus@gmail.com>
13
14         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
15         update framework for command index.  DOC WRITERS: use @funindex
16         instead of @cindex @code{}.
17
18         * Documentation/user/ various: replace @cindex @code{} => @funindex
19
20 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
21
22         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
23         case positions is set manually. Backportme.
24
25 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
26         
27         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
28         rules to Scheme.
29
30 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
31
32         * Documentation/user/changing-defaults.itely (Contexts explained):
33         use absolute dimension for @image.
34
35         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
36         out image for illustration too.
37         ($(outdir)/%.png): add more png <-> eps rules. 
38
39 2006-05-17  Graham Percival  <gpermus@gmail.com>
40
41         * Documentation/user/ various: remove trailing whitespace, cosmetic
42         change to reduce changes produced by diff.
43
44 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
45
46         * lily/main.cc (do_chroot_jail): correctness tweak.
47
48         * python/lilylib.py (system): import subprocess in system () only.
49
50         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
51
52         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
53         variable. Backportme.
54
55 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
56         
57         * lily/parser.yy: Change all syntax rules of type Music to SCM type
58
59 2006-05-17  Werner Lemberg  <wl@gnu.org>
60
61         * lily/lexer.ll (init_signature_has_table): Add
62         `scm-scm-music-music'.
63
64         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
65         (Generic_prefix_music_scm): Add rule for it.
66
67         * lily/quote-iterator.cc (Quote_iterator::process): Handle
68         `quoted-transposition' property.
69
70         * ly/music-functions-init.ly (transposedCueDuring): New function.
71
72         * scm/define-music-properties.scm (all-music-properties): Updated.
73
74         * Documenation/topdocs/NEWS.itely: Document it.
75
76 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
77
78         * python/lilylib.py (system): move import subprocess to system()
79         definition. 
80
81         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
82
83         * VERSION (PATCH_LEVEL): release 2.9.5
84         
85         * Documentation/topdocs/INSTALL.texi (Top): update versions and
86         build instructions. 
87
88         * ly/engraver-init.ly: switch on hairpinToBarline by default.
89
90 2006-05-16  Graham Percival  <gpermus@gmail.com>
91
92         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
93
94         * Documentation/user/ various: minor fixes.
95
96 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
97
98         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
99
100 2006-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
101
102         * Documentation/user/advanced-notation.itely (Instrument names):
103         Modified obsolete instruction on how to move instrument names away
104         from the staves. Hmm, at second thought the bug probably has been
105         solved, so the full bug description should probably be removed.
106
107 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
108
109         * lily/dynamic-engraver.cc (typeset_all): hang ending on
110         currentCommandColumn. 
111
112         * lily/hairpin.cc (print): also add padding for non-neighbor
113         hairpin bounds.
114
115         * scm/define-context-properties.scm
116         (all-user-translation-properties): add hairpinToBarline
117
118         * input/regression/hairpin-to-barline.ly: new file.
119
120         * lily/context.cc (internal_send_stream_event): thinko fix.
121
122         * lily/tie.cc (set_default_control_points): robustness fix.
123
124         * python/musicxml.py (Part.interpret): don't complain about
125         incomplete measures.
126
127         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
128         new music if last_event_chord() returned None.
129
130         * python/musicxml.py (Part.interpret): skip back over chord notes.
131
132 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
133         
134         * lily/percent-repeat-engraver.cc, lily/parser.yy,
135         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
136         lily/slash-repeat-engraver.cc,
137         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
138         iterator sends PercentEvents
139
140         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
141         rework tuplets: send start/stop events to engraver
142
143 2006-05-15  Graham Percival  <gpermus@gmail.com>
144
145         * Documentation/user/README.txt: update info for doc writers.
146
147         * Documentation/user/programming-interface.itely: integrate
148         Nicolas' fixes for chapter rewrite.
149
150         * Documentation/user/ various: minor fixes.
151
152 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
153
154         * lily/clef-engraver.cc: cleanup.
155
156         * Documentation/user/GNUmakefile: dist context-example.eps too.
157
158         * lily/key-engraver.cc (create_key): use
159         explicitKeySignatureVisibility for cancellation too. 
160
161         * lily/font-config.cc (init_fontconfig): don't close file if
162         f==NULL. 
163
164 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
165
166         * Documentation/topdocs/NEWS.tely: niente and rotation news
167
168 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
169
170         * lily/include/stencil.hh
171         * lily/stencil.cc (rotate): new function. Makes it possible
172         to rotate a stencil around a given offset.
173
174         * lily/grob.cc (get_print_stencil): add rotation support
175
176         * lily/stencil-interpret.cc (interpret_stencil_expression):
177         add rotation support
178
179         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
180
181         * scm/define-grob-properties.scm: add 'rotation property
182
183         * scm/define-markup-commands.scm: add rotate markup command
184         
185         * scm/output-ps.scm: add rotation support in PostScript backend
186
187         * scm/output-svg.scm: add rotation support in SVG backend
188
189 2006-05-13  Graham Percival  <gpermus@gmail.com>
190
191         * Documentation/user/music-glossary.itely: French correction.
192
193         * Documentation/user/programming-interface.itely: major
194         new docs, some reorg, some info from Nicolas.
195
196         * Documentation/user/ various: small fixes.
197
198 2006-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
199
200         * Documentation/user/programming-interface.itely (Markup
201         programmer interface): Remove duplicate text.
202
203 2006-05-12  Graham Percival  <gpermus@gmail.com>
204
205         * Documentation/user/context-example.eps: new file.
206
207         * Documentation/user/changing-defaults.itely: set up file to
208         use eps image.
209
210         * Documentation/user/programming-interface.itely: changes
211         from mailist.
212
213 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
214
215         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
216
217 2006-05-11  Graham Percival  <gpermus@gmail.com>
218
219         * Documentation/user/programming-interface.itely: first round of
220         editing and merging emails from Nicolas.
221
222         * Documentation/user/scheme-tutorial: minor edit.
223
224 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
225
226         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
227         XML attributes.
228         (Xml_node.message): use it.
229
230         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
231         oops. Add duration argument.
232
233 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
234
235         * lily/paper-column-engraver.cc (make_columns):
236         * scm/define-grobs.scm: Revert my previous change and set the default
237         in define-grobs.scm instead.
238
239 2006-05-09  Graham Percival  <gpermus@gmail.com>
240         
241         * Documentation/user/changing-defaults.itely: general editing,
242         info about \set and \override.
243
244         * Documentation/user/tweaking.itely, advanced-notation.itely:
245         fixes from Dave Luttinen, thanks!
246
247 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
248
249         * lily/paper-column-engraver.cc (make_columns): By default, a column
250         needs to be breakable.
251
252 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
253
254         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
255         Attributes methods
256         (musicxml_time_to_lily): idem
257         (musicxml_key_to_lily): idem
258         (instrument_drumtype_dict): dict for supported drumtypes.
259         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
260         moments and pending mm rests
261         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
262         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
263         (musicxml_voice_to_lily_voice): add mode change.
264         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
265         speed and less memory usage (factor 5 to 10).
266         (convert): write -defs.ly  and driver file separately so people
267         can script their own part extraction.
268
269         * python/musicxml.py (minidom_demarshal_node): new function:
270         separate minidom handling.
271         (lxml_demarshal_node): new function: support lxml.etree too.
272         (Xml_node.message): new function: verbose error message, with XML
273         path to offending node.
274         (Attributes.get_measure_length): sane interface to MusicXML attributes.
275         (Part_list.generate_id_instrument_dict): new method: collect
276         instrument names, to be able to set drum_type.
277         (Part.interpret): handle underfull measures
278         (Part.interpret): assign instrument names.
279
280         * python/musicexp.py (Output_printer.close): new method
281         (MusicWrapper.print_ly): new class: support other modes,
282         eg. \drummode
283         (BarCheck.print_ly): new class. Support bar checks, with comments
284         and fancy barchecks. 
285         (NoteEvent.__init__): also set drum_type for drum notes.
286         (MultiMeasureRest.lisp_expression): dump mm rests.
287
288         * lily/paper-column-engraver.cc (stop_translation_timestep): set
289         line-break-permission if forbidBreak is not set.
290
291 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
292
293         * scm/define-context-properties.scm:
294         * scm/define-grob-properties.scm:
295         * scm/define-grobs.scm:
296         * scm/define-music-display-methods.scm:
297         * scm/define-music-properties.scm:
298         * scm/define-music-types.scm:
299         * scm/music-functions.scm:
300         * ly/declarations-init.ly:
301         * lily/include/constrained-breaking.hh:
302         * lily/system.cc:
303         * lily/spaceable-grob.cc:
304         * lily/simple-spacer.cc:
305         * lily/paper-score.cc:
306         * lily/paper-column.cc:
307         * lily/paper-column-engraver.cc:
308         * lily/item.cc:
309         * lily/gourlay-breaking.cc:
310         * lily/constrained-breaking.cc:
311         * python/convertrules.py:
312         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
313         "page-break-penalty" and "line-break-permission".
314         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
315         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
316
317         * lily/bar-engraver.cc:
318         * lily/beam-engraver.cc:
319         * lily/forbid-break-engraver.cc:
320         * lily/ligature-engraver.cc:
321         * lily/paper-column-engraver.cc:
322         * lily/percent-repeat-engraver.cc:
323         * lily/score-engraver.cc:
324         * lily/score-engraver.hh:
325         * lily/paper-column-engraver.hh:
326         Inter-engraver communication regarding line breaks is done through context
327         properties (Score.forbidBreak) instead of function calls.
328
329 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
330
331         * VERSION (PACKAGE_NAME): release 2.9.4
332
333 2006-05-08  Graham Percival  <gpermus@gmail.com>
334
335         * Documentation/user/working.itely: proofreading from Dave
336         Luttinen, thanks.
337
338         * Doucmentation/user/README.txt: updated with manual style info.
339
340         * Documentation/user/ various: trim linewidth to 78 chars.
341
342 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
343
344         * scm/define-grob-properties.scm (all-internal-grob-properties):
345         remove chord-tremolo property.
346
347         * lily/beam.cc (get_beam_segments): don't use stem position as
348         base for broken ends.
349
350 2006-05-06  Graham Percival  <gpermus@gmail.com>
351
352         * Documentation/user/putting.itely: proofreading from Dave
353         Luttinen, thanks!
354
355         * Documentation/user/ various: more reorg and clarifications.
356
357 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
358
359         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
360
361         * ly/music-functions-init.ly: new function featherDurations
362
363         * lily/beam.cc: read grow-direction for feathered beaming.
364
365         * Documentation/topdocs/NEWS.tely (Top): typo.
366
367 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
368
369         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
370         tremolo beams.
371
372 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
373         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
374         used by music streams.
375
376         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
377         lily/stream-event.cc, lily/stream-event-scheme.cc,
378         lily/listener.cc, lily/scheme-listener.cc,
379         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
380         lily/include/stream-event.hh, lily/include/listener.hh,
381         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
382         Created data structures for music streams.
383         
384 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
385
386         * lily/beam.cc (get_beam_segments): new function. Reorganise the
387         construction of a beam. 
388         (print): rewrite. 
389
390         * flower/include/std-vector.hh (default_compare): use only one comparison.
391
392         * scm/define-markup-commands.scm (note-by-number): remove debug display.
393         (note-by-number): further attachment fixes.
394
395         * scm/lily-library.scm (ordered-cons): new function.
396         (interval-index): new function
397
398         * lily/note-head-scheme.cc (LY_DEFINE): new file.
399
400         * lily/note-head.cc (get_stem_attachment): new function.
401
402         * scm/define-markup-commands.scm (note-by-number): read 'style
403         property. 
404
405         * input/regression/markup-note.ly: show note-head style option.
406
407         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
408         triangle head.
409
410 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
411
412         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
413
414         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
415
416         * lily/include/constrained-breaking.hh: GCC 4 fix.
417
418 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
419
420         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
421         Replace it with functions get_line_forces and get_line_configuration.
422         (class Simple_spacer): Make data private.
423         Rewrite compression algorithm to be faster and simpler.
424
425         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
426         * lily/gourlay-breaking.cc (solve):
427         * lily/constrained_breaking.cc (space_line):
428         Change it to the new simple-spacer code.
429
430         * lily/paper-score.cc (get_paper_systems):
431         (Paper_score):
432         (process):
433         Delay breaking the systems until they are requested.
434         (find_break_indices):
435         Use vsize for indices.
436         (calc_breaking):
437         Move the "Calculating line breaks" message here.
438
439         * lily/system.cc (pre_processing):
440         Move the "Calculating line breaks" message away from here.
441         (break_into_pieces):
442         Allow multiple calls to this function in sequence (with touching-but-
443         not-overlapping breakpoints).
444
445         * lily/constrained-breaking.cc:
446         Replace most of the get_XXXX functions with get_line_details.
447         Only calculate the force for each line. Calculate configurations only
448         for the lines we will actually use.
449         Replace cols_ with lines_.
450
451 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
452
453         * mf/GNUmakefile (depth): remove FC_FIND.
454
455         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
456
457         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
458
459         * scm/framework-ps.scm (write-preamble): new function.
460         (write-preamble): load mac fonts via fondu, even if gs-font-load
461         is set.
462
463 2006-05-03  Werner Lemberg  <wl@gnu.org>
464
465         * mf/GNUmakefile (FC_FIND): Fix typo.
466
467 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
468
469         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
470
471 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
472
473         * stepmake/aclocal.m4: run python-config for crosscompiling
474         flags. 
475
476         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
477         -f png for HTML, TEXINFO formats. 
478
479         * input/tutorial/lbook-html-test.html: new file.
480
481         * lily/include/tie-formatting-problem.hh (class
482         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
483         [column, direction]. This fixes laissez vibrer ties.
484  
485         * flower/include/tuple.hh (struct Tuple2): new file.
486
487         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
488         $(FCMATCH), only if $(NCSB_DIR) not set. 
489
490         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
491
492         * config.make.in (DOCUMENTATION): set FCMATCH.  
493
494         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
495
496 2006-05-03  Graham Percival  <gpermus@gmail.com>
497
498         * Documentation/user/ various: final round of reorg.
499
500         * Documentation/user/instrument-notation.itely: some more
501         fixes from Eduardo, thanks!
502
503 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
504
505         * VERSION (PACKAGE_NAME): release 2.9.3
506
507         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
508
509         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
510
511 2006-05-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
512
513         * scm/define-grob-properties.scm (all-user-grob-properties):
514         Correct typo, thanks to Eduardo.
515
516 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
517
518         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
519
520         * buildscripts/lilypond-words.py (F): indent fix.
521
522         * input/regression/tie-arpeggio-collision.ly: new file.
523
524         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
525         function: store outlines per column rank.
526
527         * lily/include/tie-configuration.hh (class Tie_configuration): add
528         column_ranks_ to specification and configuration, to distinguish
529         between ties for different heads in arpegiated chords.
530
531         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
532
533         * *.py: more 4 space indents.
534
535         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
536
537 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
538
539         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
540
541 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
542
543         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
544
545         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
546
547         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
548
549 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
550
551         * python/convertrules.py (conv): indent 4 for python files.
552
553 2006-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
554
555         * Documentation/user/changing-defaults.itely (Creating contexts):
556         Clarify \new semantics.
557
558 2006-04-28  Graham Percival  <gpermus@gmail.com>
559
560         * Documentation/user/ various: major new sections in the
561         Learning manual, slight reorg elsewhere.
562
563 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
564
565         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
566
567         * scm/framework-ps.scm (output-framework): remove PageMedia
568
569 2006-04-27  Graham Percival  <gpermus@gmail.com>
570
571         * Documentation/user/ tweaks.itely, working.itely: new
572         files, being more advanced "learning manual" chapters.
573
574         * Documentation/user/ tutorial, putting, lilypond: reorg.
575
576 2006-04-26  Graham Percival  <gpermus@gmail.com>
577
578         * input/regression/lyric-combine-polyphonic.ly: fixed test
579         (no more "can't find context `one'" error).
580
581 2006-04-25  Joe Neeman <joeneeman@gmail.com>
582
583         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
584
585         * input/regression/stem-tremolo.ly: add 2 more whole note examples
586         
587 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
588
589         * lily/relocate.cc (read_relocation_dir): new function.
590
591 2006-04-26  Graham Percival  <gpermus@gmail.com>
592
593         * Documentation/user/instrument-notation.itely: a few more fixes
594         from Eduardo, thanks!
595
596         * Documentation/user/README.txt: new file; contains info on
597         style that used to be in lilypond.tely.
598
599         * Documentation/user/ various: first round of doc reorg.
600
601         * Documentation/user/baer-flat-bw.png: remove alpha bit from
602         graphic; this probably causes problems on some pdf
603         viewers, notably Adobe Acrobat.
604
605 2006-04-24  Graham Percival  <gpermus@gmail.com>
606
607         * Documentation/user/instrument-notation.itely: many alterations
608         to Vocal music, from Eduardo Viera.
609
610 2006-04-23  Graham Percival  <gpermus@gmail.com>
611
612         * Documentation/user/instrument-notation.itely: fix \new
613         instead of \context problem.
614
615 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
616
617         * lily/relocate.cc (expand_environment_variables): new function.
618         (read_line): id.
619         (read_relocation_file): id.
620
621         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
622
623 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
624
625         * ly/engraver-init.ly: remove old comments from TabVoice
626
627 2006-04-20  Graham Percival  <gpermus@gmail.com>
628
629         * Documentation/user/instrument-notation.itely: added Erlend's
630         latest doc patch, thanks!
631
632 2006-04-19  Erlend Aasland <erlenda@gmail.com>
633
634         * lily/include/slur.hh:
635         * lily/slur.cc:
636         * lily/phrasing-slur-engraver.cc:
637         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
638         acknowledge_extra_object () from Phrasing_slur_engraver:: and
639         Slur_engraver:: and putting it in
640         Slur::auxiliary_acknowledge_extra_object ().
641
642         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
643
644         * lily/note-collision.cc: fix a comment
645
646 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
647
648         * stepmake/bin/add-html-footer.py: fix footer position in
649         generated html files: before </body> and </html> tags.
650
651 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
652
653         * scripts/GNUmakefile: revert last "fix", which rather broke make.
654         Earlier successive `make' commands finally compiled ok.
655
656         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
657
658 2006-04-18  Erlend Aasland <erlenda@gmail.com>
659
660         * lily/include/stem-tremolo.hh:
661         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
662         callers.
663
664         * lily/lookup.cc:
665         * lily/include/lookup.hh: add rotated_box ()
666
667 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
668
669         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
670         been generated. Fixes "can't get `--help'" bug after make clean.
671
672         * THANKS: alphabetize contributors.
673
674 2006-04-17  Graham Percival  <gpermus@gmail.com>
675
676         * Documentation/user/instrument-notation.itely: added Erlend's
677         tabs and banjo doc patch.  Thanks!
678
679 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
680
681         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
682
683         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
684
685         * scm/output-lib.scm: add some more predefined string tunings.
686
687         * Documentation/user/instrument-notation.itely: and doc them.
688
689 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
690
691         * ly/engraver.ly: Remove obsolete comments.
692
693         * ly/gregorian-init.ly: Define default layout block.
694
695         * input/puer-fragment.ly: Updated and extended.
696
697 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
698
699         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
700         pdf conversion behaviour.
701
702         * flower/file-name.cc (dir_name)
703         (get_working_directory): Move from relocate.cc.
704
705         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
706         
707         * lily/relocate.cc: Encapsulate sys/stat.h in
708         HAVE_STAT_H.
709
710 2006-04-14  Graham Percival  <gpermus@gmail.com>
711
712         * Documentation/user/ various: small updates from Cameron
713         and Juergen, thanks!
714
715         * Documentation/user/ various: small updates of my own.
716
717         * THANKS: 2.7 -> 2.8.
718
719 2006-04-11  Graham Percival  <gpermus@gmail.com>
720
721         * scm/define-context-properties.scm: typo.
722
723         * Documentation/user/ : many more small updates.
724
725 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
726
727         * scm/define-music-types.scm: disposed "docme".
728
729 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
730
731         * lily/hairpin.cc: make niente circles a bit smaller.
732
733 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
734
735         * mf/GNUmakefile: remove redundant mftrace check. Also remove
736         get-pfa and get-*-fonts targets.
737
738 2006-04-10  Graham Percival  <gpermus@gmail.com>
739
740         * THANKS, Documentation/user/ basic-notation, advanced-notation,
741         music-glossary, programming-interface: more minor fixes
742         from mailist.
743
744         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
745
746         * scm/define-context-properties.scm: another old \property update.
747         This time tested for compiling!
748
749 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
750
751         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
752
753 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
754
755         * scm/define-context-properties.scm (all-user-translation-properties): 
756         * Documentation/user/global.itely (Page formatting): Compile fix.
757
758 2006-04-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
759
760         * Documentation/user/advanced-notation.itely (Polymetric
761         notation): Update the example to use the "+" symbol and add link
762         to input/test/compound-time.ly.
763
764 2006-04-08  Graham Percival  <gpermus@gmail.com>
765
766         * scm/define-grob-properties.scm: clarify docs for #'direction.
767
768         * scm/define-context-properties.scm: update old \property override.
769
770         * Documentation/user/ advanced-notation, global, lilypond-book:
771         more minor doc updates.
772
773 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
774
775         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
776
777         * scm/backend-library.scm (search-gs): oops.
778
779 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
780
781         * scripts/lilypond-book.py (output): use base, not filename for href.
782
783         * scm/backend-library.scm: only look for gs.
784
785         * scripts/lilypond-book.py (output): fix printfilename.
786
787         * lily/parser.yy (music_function_musicless_prefix): fold together
788         definitions of signature (SCM*) (Music|post_event|chord_body_element)
789
790         * lily/slur.cc (print): only set font-size if not set yet.
791
792         * lily/slur-configuration.cc (add_score): improved layout of debug
793         scoring output.
794
795 2006-04-05  David Feuer  <David.Feuer@gmail.com>
796
797         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
798         (draw_circle): Hopefully fixed regression.
799         Improved documentation for several procedures.
800         
801 2006-03-04  Werner Lemberg  <wl@gnu.org>
802
803         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
804
805 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
806
807         * scripts/musicxml2ly.py (bindir): add dynamic
808         relocation. 
809
810 2006-04-04  Graham Percival  <gpermus@gmail.com>
811
812         * Documentation/user/ basic-notation, advanced-notation, putting,
813         instrument-notation, invoking, lilypond, THANKS: another ream of small
814         fixes from the Doc Helpers.
815
816 2006-04-03  David Feuer  <David.Feuer@gmail.com>
817
818         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
819
820         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
821
822         * Cleaned up interfaces between PostScript and Scheme, and moved
823         computations from PostScript to Scheme:
824
825         * music-drawing-routines.ps
826         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
827         with stroke_and_fill throughout.
828         (euclidean_length, print_letter, draw_box): Deleted unused
829         procedures.  If someone needs draw_box, implement it using
830         draw_round_box; don't duplicate code.
831         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
832         Refactored/cleaned up interfaces.
833         (mark_URI): Moved.
834
835         * output-ps.scm: reordered arguments to PostScript functions to
836         match new interfaces
837         (glyph-string): Rewrote glyph-string.
838         (grob-cause): Replaced string-append with format.
839         (repeat-slash): Rewrote to do computation here.
840         (round-filled-box): Rewrote to do computation here.
841
842 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
843
844         * stepmake/stepmake/generic-targets.make: add cvs-clean target
845
846         * stepmake/stepmake/toplevel- targets.make: print help info about
847         cvs-clean
848
849 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
850
851         * input/regression/hairpin-circled.ly: new file
852
853 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
854
855         * lily/hairpin.cc (print): add support for circled tip
856
857         * scm/define-grob-properties.scm: add circled-tip parameter
858
859         * scm/define-grobs.scm: init circled-tip to false
860         
861 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
862
863         * scm/music-functions.scm (quote-substitute): set
864         iterators-ctor. 
865
866 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
867
868         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
869         BSTINPUTS. 
870
871         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
872
873         * scm/output-ps.scm (glyph-string): revert cid selectfont.
874
875 2006-03-31  David Feuer  <david.feuer@gmail.com>
876         
877         * scm/framework-ps.scm:
878         
879         * scm/output-ps.scm: glyph-string now produces smaller, more
880         readable, and probably faster PostScript.  Several findfont
881         scalefont setfont instances changed to selectfont
882         Hacked-up string-appends changed to formats.
883
884         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
885         
886 2006-03-30  Graham Percival  <gpermus@gmail.com>
887
888         * scm/lily-library.scm: make "no version" warning message more polite.
889
890         * lily/music.cc: add double quotes to failed octave check.
891
892         * Documentation/user/ advanced-notation, changing-defaults,
893         instrument-notation, invoking, music-glossary: whole bunch of minor
894         fixes from mailist.
895
896 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
897
898         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
899         $(buildscriptdir) iso. depth.
900
901         * VERSION (PACKAGE_NAME): release 2.9.1
902
903 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
904
905         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
906
907         * VERSION (PATCH_LEVEL): bump version number.
908
909         * flower/include/guile-compatibility.hh (scm_from_uint32): add
910         scm_from_uint32 ()
911
912         * lily/pango-font.cc (pango_item_string_stencil): use
913         scm_from_uint32 ()
914
915         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
916         $(outdir)/emmentaler-%.svg): remove canary.
917
918         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
919         glyphnames if we have a ttf font.
920
921 2006-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
922
923         * Documentation/user/advanced-notation.itely (Font selection):
924         Corrected reference to the font-family-override.ly example.
925
926 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
927         
928         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
929         stem-tremolo object in the stem (or else the stem might not be
930         long enough).
931
932 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
933
934         * lily/ttf.cc (print_trailer): only print existing glyphs.
935
936 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
937
938         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
939         position the tremolo based on the position of the notehead.
940
941         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
942         notes and update the texidoc line with the new positioning rules.
943         
944 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
945
946         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
947
948         * scripts/lilypond-book.py (Module): set default for linewidth if
949         preamble not found.
950
951 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
952
953         * VERSION (PACKAGE_NAME): release 2.9.0.
954
955         * input/regression/stem-tremolo-position.ly: new file.
956
957         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
958
959 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
960
961         * lily/stem-tremolo.cc (print): position
962         the tremolo depending only on the end of the stem
963         and not on the notehead
964         (raw_stencil): center, on the middle staff line, the
965         flag that is closest to the end of the stem (previously
966         the bottom flag)
967         (calc_width): add this callback to shorten a tremolo when
968         it is beamed or it is stemup with a flag
969         (style): add this callback to make a tremolo rectangular when
970         it is beamed or it is stemup with a flag
971         (rotated_box): this is like Lookup::beam but makes a rotated
972         rectangle instead of a parallelogram
973
974         * lily/stem.cc (calc_stem_info): make sure the stem
975         is long enough to fit the tremolo
976         (calc-length): reduce the length of tremolo stems since the
977         tremolo code is now capable of better positioning
978
979         * scm/define-grobs.scm: make calc_width the default beam-width
980         callback for stem-tremolo and add the style callback
981                 
982 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
983
984         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
985         case. 
986
987 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
988
989         * lily/ttf.cc (make_index_to_charcode_map): restore old
990         cmap. 
991
992 2006-03-28  Werner Lemberg  <wl@gnu.org>
993
994         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
995
996 2006-03-28  Graham Percival  <gpermus@gmail.com>
997
998         * THANKS: update for 2.9, add section for Documentation helpers.
999
1000         * Documentation/topdocs/NEWS.tely: compile fix.
1001
1002         * Documentation/user/ basic-notation, global, advanced-notation,
1003         examples.itely: minor fixes from mailist.
1004
1005 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
1006
1007         * mf/feta-bolletjes.mf: match width of solfa notes with normal
1008         note heads. 
1009
1010         * lily/ttf.cc (print_trailer): use it.
1011
1012         * lily/pango-font.cc (get_unicode_name): new function.
1013
1014         * lily/ttf.cc (make_index_to_charcode_map): move function from
1015         open-type-font.cc
1016         (print_trailer): substitute uniXXXX name if applicable. 
1017
1018         * lily/pango-font.cc (get_index_to_charcode_map): new function.
1019         (pango_item_string_stencil): use it to generate uniXXXX names.
1020
1021         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
1022         note heads, for uniform widths in shape note output.
1023         (overdone_heads): hmm. remove them again.
1024
1025         * scripts/lilypond-book.py (output): add links to filenames.
1026
1027         * Documentation/topdocs/INSTALL.texi (Top): update versions.
1028
1029         * lily/note-collision.cc (get_clash_groups): only consider when
1030         Note_column::dir <> CENTER. 
1031
1032         * scripts/lilypond-book.py (get_option_parser): init output_name
1033         to ''. 
1034
1035 2006-03-24  Graham Percival  <gpermus@gmail.com>
1036
1037         * Documentation/topdocs/NEWS.tely: add @end itemize
1038
1039         * Documentation/user/ global, advanced-notation: minor
1040         stuff from mailist.
1041
1042 2006-03-23  Graham Percival  <gpermus@gmail.com>
1043
1044         * Documentation/user/ lilypond.tely, music-glossary,
1045         preface: housekeeping; 2005->2006, remove "notes for 2.6"
1046
1047 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1048
1049         * mf/GNUmakefile: don't install .enc files.
1050
1051         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
1052
1053         * VERSION (PATCH_LEVEL): bump to 2.9.0
1054
1055 2006-03-22  Graham Percival  <gpermus@gmail.com>
1056
1057         * Documentation/user/advanced-notation.itely: minor fixes
1058         from mailist.
1059
1060 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
1061
1062         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
1063
1064         * branch lilypond_2_8
1065
1066 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
1067
1068         * scripts/lilypond-book.py (samefile): new function, for windoze
1069         compatibility.
1070
1071 2006-03-21  Graham Percival  <gpermus@gmail.com>
1072
1073         * ly/engraver-init.ly: add info about StaffGroup.
1074
1075 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
1076
1077         * input/regression/stem-direction-context.ly: idem.
1078
1079         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
1080
1081         * THANKS: add Mats.
1082
1083         * input/regression/page-layout-twopass.ly: comment out \markup so
1084         tweak-file is left.
1085
1086         * lily/instrument-name-engraver.cc (finalize): add to instrument
1087         name global System. This also fixes chopped instrument names, but
1088         doesn't crash when there are slurs/beams.
1089
1090         * lily/slur-configuration.cc (add_score): disallow negative slur
1091         scores.
1092         
1093 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1094
1095         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
1096
1097         * lily/instrument-name-engraver.cc (process_music): kludge: add
1098         InstrumentName spanner to axis group of left bound. Fixes chopped
1099         off instrument names in EPS images.
1100
1101         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
1102
1103         * scripts/abc2ly.py (option_parser): update to 2.7.40
1104
1105 2006-03-20  Graham Percival  <gpermus@gmail.com>
1106
1107         * THANKS: move small doc contributors to SUGGESTIONS.
1108
1109         * Documentation/user/ basic-notation, advanced-notation,
1110         global: small changes from mailist.
1111
1112 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1113
1114         * Documentation/user/advanced-notation.itely (Text marks): update
1115         for new rehearsalMarkAlignSymbol convention.
1116
1117         * VERSION (PATCH_LEVEL): bump version.
1118
1119         * input/test/instrument-name-align.ly: new file.
1120
1121         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
1122
1123         * input/test/instrument-name-align.ly: new file. Document how to
1124         align instrument names.
1125
1126         * lily/mark-engraver.cc: remove properties.
1127
1128         * scm/define-context-properties.scm
1129         (all-user-translation-properties): remove align symbol properties
1130         for barnumber/reh. mark.
1131
1132         * lily/break-align-interface.cc (self_align_callback): new
1133         interface, new function. Look at complete alignment. This handles
1134         tunable break alignments in case break-align-symbols are missing.
1135
1136         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
1137
1138         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
1139
1140         * python/convertrules.py (conv): mark/bar number alignment rule.
1141
1142         * lily/break-align-interface.cc (calc_positioning_done): also
1143         store offset from last visible break-alignment to its
1144         neighbor. This makes alignment on non-visible objects more reliable.
1145
1146         * po/lilypond.pot (Module): ran po-replace.
1147
1148         * input/regression/tie-single-manual.ly (Module): new file.
1149
1150         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
1151         look at has_manual_position_.
1152         (from_ties): set has_manual_position_ if tie has staff-position set.
1153
1154         * lily/tuplet-bracket.cc (calc_positions): idem.
1155
1156         * lily/tuplet-number.cc (print): don't print tupletnumber if it
1157         doesn't span time.
1158
1159 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1160
1161         * scm/define-markup-commands.scm (smallCaps): new markup command
1162         for turning a text to small caps using smaller font size and upper
1163         casing.
1164
1165 2006-03-17  Graham Percival  <gpermus@gmail.com>
1166
1167         * Documentation/user/ examples, instrument-notation,
1168         advnaced-notation: minor fixes from mailist.
1169
1170 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1171
1172         * Documentation/user/tutorial.itely (First steps): change example
1173         to verbatim.  
1174
1175 2006-03-17  Graham Percival  <gpermus@gmail.com>
1176
1177         * Documentation/user/ examples, advanced: minor changes from mailist.
1178
1179         * THANKS: add Geoff Horton, for documentation stuff.
1180
1181 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1182
1183         * python/lilylib.py (system): revert have_select kludge.
1184
1185         * Documentation/user/tutorial.itely (Commenting input files):
1186         update version numbers in doc. 
1187
1188         * scm/define-grob-interfaces.scm (multi-measure-interface): add
1189         bound-padding to multi-measure-interface
1190
1191 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1192
1193         * input/test/engraver-example.ily: update version number.
1194
1195         * VERSION (PACKAGE_NAME): release 2.7.39
1196
1197         * lily/note-spacing.cc (get_spacing): heighten threshold where
1198         accidentals/arpeggios influence previous spacing fully.
1199
1200         * lily/rest.cc (y_offset_callback): only use direction if
1201         staff-position wasn't set before.
1202
1203         * lily/bar-number-engraver.cc: add support for
1204         barNumberAlignSymbol. 
1205         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
1206
1207         * lily/pointer-group-interface.cc (set_ordered): new function. 
1208         (add_unordered_grob): new function.
1209
1210         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
1211         to ordered, unless the opposite has been proved.  This fixes
1212         random reordering of large object groups across linebreaks,
1213         eg. beams.
1214
1215         * lily/main.cc (do_chroot_jail): printf format fix.
1216
1217         * lily/tie-formatting-problem.cc (generate_configuration):
1218         multiply y-shift for dot with direction.
1219  
1220         * scm/define-markup-commands.scm (note-by-number): put (magstep
1221         size) in y-attach too.
1222
1223         * Documentation/topdocs/NEWS.tely (Top): show override.
1224
1225         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
1226         direction for stems.
1227         
1228 2006-03-15  Graham Percival  <gpermus@gmail.com>
1229
1230         * Documentation/user/ changing-defaults, global: minor
1231         fixes from mailist.
1232
1233 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1234
1235         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
1236
1237         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
1238         breakable items after uniformly stretched notes.
1239
1240         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
1241         outline with outer edge of note heads. This prevents infinity
1242         problems with tied whole notes.
1243
1244         * scripts/lilypond-book.py (do_file): use os.popen
1245
1246         * python/convertrules.py (conv): add rule for Stem #'beamed-*
1247
1248 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
1249
1250         * Documentation/user/invoking.itely: Add ragged-right to bug report
1251         guidelines.
1252
1253 2006-03-14  Graham Percival  <gpermus@gmail.com>
1254
1255         * Documentation/user/global.itely: small fix from mailist.
1256
1257 2006-03-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1258
1259         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
1260         file descriptor returned by tempfile.mkstemp() when writing
1261         to tmpfile and closing it. Solves problem with unlink(tmpfile)
1262         on mingw.
1263
1264 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1265
1266         * po/fi.po: newline bugfix.
1267
1268 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1269
1270         * scm/paper.scm (paper-alist): Rounding fixes.
1271
1272 2006-03-13  Graham Percival  <gpermus@gmail.com>
1273
1274         * Documentation/user/ changing-defaults, instrument-notation,
1275         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
1276
1277 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
1278
1279         * po/fi.po: update.
1280
1281 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1282
1283         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
1284         mailto: to http:// 
1285
1286         * python/lilylib.py (print_environment): move ps_page_count to
1287         lilypond-book.py
1288
1289 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1290
1291         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
1292
1293         * scm/framework-ps.scm (embed-document): new function. Use to
1294         embed PFA files.
1295
1296         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
1297
1298 2006-03-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1299
1300         * Documentation/user/instrument-notation.itely (Setting simple
1301         songs): Added \book{...} around the full example, so the separate
1302         markups are included in the printed example. 
1303
1304 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1305
1306         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
1307         tmphandle.
1308
1309         * python/lilylib.py (system): rewrite system() using
1310         subprocess. Remove >& redirection trickery.
1311
1312 2006-03-11  Graham Percival  <gpermus@gmail.com>
1313
1314         * Documentation/user/ changing-defaults, global, scheme-tutorial,
1315         notation-appendices.itely: minor fixes from mailist.
1316
1317 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1318
1319         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
1320         unsplit man also needs images.
1321
1322         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
1323
1324         * VERSION (PACKAGE_NAME): 2.7.38 released.
1325
1326 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1327
1328         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
1329         log in output dir.
1330
1331 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
1332
1333         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
1334         respects the Score.skipTypesetting property.
1335         
1336 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1337
1338         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
1339         Prolog. No %%EOF after CFF file.
1340
1341 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
1342         
1343         * lily/constrained-breaking.cc (get_max_systems): used to return a
1344         much too big value
1345         (combine_demerits): use pointers to reduce copying data
1346         (calc_subproblem): idem
1347         (get_page_penalty): add page turn penalties
1348         
1349 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1350
1351         * Documentation/user/invoking.itely (Invoking lilypond): better
1352         explanation of -e usage.
1353
1354         * lily/main.cc (main_with_guile): don't append to
1355         init_scheme_code_string
1356
1357         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
1358
1359         * Documentation/user/invoking.itely: add note about MacOS X scripts.
1360
1361         * scripts/convert-ly.py (do_options): don't print help for
1362         --show-rules rule.
1363
1364         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
1365         @code and @example. Update from texinfo.tex from CVS.
1366
1367 2006-03-08  Graham Percival  <gpermus@gmail.com>
1368
1369         * Documentation/user/scheme-tutorial.itely: clarifies distances
1370         measured in staff-spaces.
1371
1372 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1373
1374         * lily/slur.cc (outside_slur_callback): only calculate offsets if
1375         consider[k] is true.
1376
1377         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
1378
1379         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
1380         consider columns that have originals.  Unifies spacing for mm
1381         rests around line breaks.
1382
1383         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
1384         (set_text_rods): idem.
1385         (calculate_spacing_rods): new function: share code between
1386         set_text_rods and set_spacing_rods.
1387         (set_text_rods): take extents of bounds into account.  
1388
1389 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1390
1391         * Documentation/user/basic-notation.itely (Writing music in
1392         parallel): don't use relative.
1393
1394 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1395
1396         * ly/music-functions-init.ly (Module): add shiftDurations
1397
1398         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
1399
1400         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
1401
1402         * ly/engraver-init.ly: init vocalName to nil.
1403
1404 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
1405
1406         * scm/music-functions.scm (music->make-music): bugfix,
1407         KeyChangeEvents are now handled correctly.
1408
1409         * scripts/lilypond-book.py: Add --debug option.
1410
1411 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1412
1413         * python/lilylib.py: add tempfile.
1414
1415 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1416
1417         * VERSION (PACKAGE_NAME): release 2.7.37
1418
1419         * python/lilylib.py (ps_page_count): remove make_ps_images().
1420         (ps_page_count): remove mkdir_p
1421         (system): remove cleanup_temp.
1422         (exit): remove lilypond_version_(check)
1423         (error_log): remove pseudo_filter_p
1424         remove read_pipe
1425         remove cp_to_dir
1426         remove identify
1427
1428         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
1429         use __main__
1430
1431         * lily/accidental-engraver.cc (make_standard_accidental): only add
1432         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
1433
1434         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
1435         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
1436         Make incompatibilities.
1437
1438         * scm/output-ps.scm (grob-cause): replace backslashes by /
1439         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
1440
1441 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1442
1443         * cygwin/GNUmakefile: Install fixes.
1444
1445         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
1446
1447         * lily/note-head.cc (head::get_balltype): Compile fix.
1448
1449         * flower/file-name.cc (dos_to_posix): Flower string fix.
1450
1451 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1452
1453         * python/lilylib.py: pychecker cleanups.
1454
1455         * scripts/lilypond-book.py
1456         (Lilypond_snippet.output_print_filename): pychecker cleanups
1457
1458         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
1459
1460         * python/lilylib.py (underscore): remove identify() , warranty()
1461
1462         * ps/music-drawing-routines.ps: change Border routine for GSView
1463         compatibility.
1464
1465         * lily/stem.cc (height): use quantize-positions.  This triggers
1466         set_stem_lengths, so scripts on beamed stems are handled correctly.
1467
1468         * lily/side-position-interface.cc (aligned_side): check if edges
1469         of script are inside staff. Fixes accent of edge of the staff.
1470
1471         * input/regression/staccato-pos.ly: more examples.
1472
1473         * stepmake/aclocal.m4 (depth): fix bashism.
1474
1475         * lily/lyric-combine-music-iterator.cc: move from
1476         new-lyric-combine-iterator.cc
1477         (process): add pending_grace_lyric_ member to delay lyrics on
1478         grace notes.
1479
1480         * lily/system-start-text.cc (print): suicide if we don't have any
1481         elements. Fixes hara kiri'd instrument names.
1482
1483         * scripts/mup2ly.py (Module): remove.
1484
1485 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1486
1487         * Documentation/user/global.itely (A single music expression):
1488         close @lilypond properly
1489
1490         * lily/volta-bracket.cc (modify_edge_height): change from
1491         after_line_breaking_callback. Suicide last bracket if appropriate.
1492  
1493         * python/lilylib.py: strip getopt support
1494
1495         * scripts/etf2ly.py (do_options): use optparse
1496
1497         * scripts/midi2ly.py: optparse, strip lilylib copy. 
1498
1499         * scripts/abc2ly.py (voices): use optparse.
1500
1501         * stepmake/stepmake/generic-vars.make: new function absdir.
1502
1503         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
1504
1505         * scripts/lilypond-book.py (find_file): use global_options for
1506         include path
1507
1508         * scm/ps-to-png.scm (ps-page-count): prevent null characters
1509         entering C code.
1510
1511 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1512
1513         * python/lilylib.py (get_global_option): ughness for extracting
1514         global options from lilylib.
1515         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
1516
1517         * scripts/lilypond-book.py (get_option_parser): use optparse for
1518         option handling.  Put options in global_options variable.
1519
1520 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
1521
1522         * Documentation/index.html.in: clarify.
1523
1524 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1525
1526         * scm/layout-page-layout.scm (write-page-breaks): add a
1527         music-system-heights property to the page layout output.
1528
1529         * scm/page.scm (make-page-stencil): take footer into account when
1530         computing the 'space-left page property
1531         (annotate-space-left): take footer into account when annonating
1532         space left.
1533
1534 2006-02-28  Graham Percival  <gpermus@gmail.com>
1535
1536         * Documentation/user/ advanced-notation, global: more (final)
1537         docs for music expressions, removed special fermatas.
1538
1539 2006-02-27  Graham Percival  <gpermus@gmail.com>
1540
1541         * Documentation/user/ basic-notation, global: minor changes
1542         from mailist.
1543
1544 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1545
1546         * scm/framework-ps.scm:         
1547         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
1548         layer for inf? and nan? from framework-ps to lily-library.
1549
1550 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1551
1552         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
1553         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
1554
1555         * buildscripts/substitute-encoding.py (Module): remove file.
1556
1557         * mf/GNUmakefile: more PFA strippage.
1558
1559         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
1560
1561         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
1562         generation
1563
1564         * scm/framework-ps.scm: remove font name munging.
1565
1566         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
1567
1568 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1569
1570         * scm/markup.scm (define-markup-command): change
1571         def-markup-command to define-markup-command
1572
1573         * scm/music-functions.scm (define-music-function): change
1574         def-music-function to define-music-function.
1575
1576         * python/convertrules.py (conv): rules for def-music-function
1577         and def-markup-commands
1578
1579         * Documentation/user/programming-interface.itely,
1580         input/no-notation/display-lily-tests.ly,
1581         input/regression/lily-in-scheme.ly,
1582         input/regression/markup-user.ly,
1583         input/regression/music-function.ly, input/regression/tie-chord.ly,
1584         scm/fret-diagrams.scm, ly/music-functions-init.ly,
1585         ly/gregorian-init.ly: use new macro names (define-music-function,
1586         define-markup-command).
1587
1588 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1589
1590         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
1591         (output): add comments to lp-book latex output.
1592
1593         * GNUmakefile.in (footifymail): use gmane address for webpage bug
1594         address.
1595
1596 2006-02-23  Graham Percival  <gpermus@gmail.com>
1597
1598         * Documentation/user/ tutorial, global: minor changes.
1599
1600 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1601
1602         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
1603         blocks (for make 3.80)
1604
1605         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
1606         \notemode so that user should not have to explicitely type it.
1607
1608         * scm/define-music-display-methods.scm: various
1609         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
1610         constructs)
1611
1612         * input/no-notation/display-lily-tests.ly: new tests for
1613         \applyOutput and \applyContext
1614
1615 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1616
1617         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
1618         changed it slightly so that the number of systems returned by
1619         solve () will be the same as the last value passed to resize
1620         (). I've also added more documentation, removed casts, fixed style
1621         problems and put in some recovery if constraints aren't satisfied."
1622
1623 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1624
1625         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
1626         for emacs < 22 compatibility.
1627         (count-rexp): Use it.
1628         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
1629         substring juggling (Milan Zamazal).
1630
1631 2006-02-23  Graham Percival  <gpermus@gmail.com>
1632
1633         * Documentation/user/ basic-notation, advanced-notation,
1634         global.itely, invoking.itely, tutorial,itely:
1635         minor fixes from mailist.
1636
1637         * scm/define-markup-commands.scm: improve docs of \filled-box.
1638
1639 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
1640
1641         * Documentation/index.html.in: changes concern the previous release.
1642
1643         * input/regression/+.ly: cultivate typographical terminology.
1644
1645 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1646
1647         * scm/define-grob-interfaces.scm (parentheses-interface): add
1648         padding to parentheses-interface.
1649
1650         * Documentation/user/GNUmakefile: remove $(CROSS) support from
1651         Documentation/user/GNUmakefile. Use --disable-documentation for that.
1652
1653         * VERSION (PATCH_LEVEL): release 2.7.36
1654
1655         * lily/slur.cc: add avoid-slur (ugh.)
1656         
1657         * lily/slur-configuration.cc (fit_factor): oops, skip point if
1658         intersection gets smaller. This fixes slurs over extreme points.
1659
1660         * lily/melody-engraver.cc (stop_translation_timestep): ignore
1661         stems with neutral-direction set.
1662
1663         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
1664
1665         * lily/open-type-font.cc (load_table): format error.
1666
1667         * lily/change-iterator.cc (process): format fix.
1668
1669         * flower/include/international.hh (_f): idem.
1670
1671         * flower/include/std-string.hh: add format printf attribute.
1672
1673         * scm/define-grobs.scm (all-grob-descriptions): height of all
1674         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
1675
1676         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
1677         ambitus lines.
1678
1679         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
1680
1681 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
1682
1683         * input/regression/: upgraded syntax for some files.
1684
1685         * THANKS: Add bughunters.
1686
1687 2006-02-22  Graham Percival  <gpermus@gmail.com>
1688
1689         * Documentation/user/ invoking.itely, advanced-notation.itely,
1690         global.itely: long-awaited "let's make chapter 10 not suck"
1691         update.  Rearrange chapter 10; now called "global issues",
1692         addresses file structure, etc.  Some info from other files
1693         moved into global.itely.
1694
1695 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1696
1697         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
1698         catch trill-span-event notes.
1699
1700         * Documentation/user/examples.itely (Ancient notation templates): typo.
1701         (Jazz combo): typo.
1702
1703         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
1704
1705         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
1706
1707         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
1708
1709         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
1710
1711         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
1712         froum Laissez_vibrer_engraver.
1713
1714         * ly/declarations-init.ly (repeatTie): add \repeatTie
1715
1716         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
1717
1718         * scm/define-grob-properties.scm (all-user-grob-properties): add
1719         head-direction property.
1720
1721         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
1722         from_lv_ties. Take head direction argument.
1723
1724         * lily/semi-tie-column.cc: rename from
1725         laissez-vibrer-tie-column.cc. Rename class too.
1726
1727         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
1728         class too.
1729
1730         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
1731
1732         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
1733         0 case.
1734         (find_breaks): idem.
1735
1736 2006-02-21  Graham Percival  <gpermus@gmail.com>
1737
1738         * Documentation/user/advanced-notation.itely: fixed make-moment]
1739         example.
1740
1741         * Documentation/user/basic-notation.itely: more clarification to
1742         transpose.
1743
1744 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1745
1746         * lily/include/constrained-breaking.hh (class
1747         Constrained_breaking): new file.
1748
1749         * lily/constrained-breaking.cc (resize): new file.
1750
1751         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
1752
1753         * Documentation/user/advanced-notation.itely (Clusters): insert
1754         end ignore too.
1755
1756         * lily/tie-column.cc (calc_positioning_done): support for
1757         tie-score debugging
1758
1759         * lily/tie-formatting-problem.cc
1760         (generate_extremal_tie_variations): factor out.
1761         (score_ties_configuration): annotate all tie 
1762         (print_ties_configuration): new routine.
1763         (generate_configuration): nudge extremal ties outside of the head
1764         Y extents.
1765         (score_ties_configuration): oops. convert to staff-space before
1766         determining position symmetry.
1767
1768 2006-02-20  Graham Percival  <gpermus@gmail.com>
1769
1770         * Documentation/user/*-notation.itely: misc minor editing,
1771         shifting doc sections around.
1772
1773         * Documentation/user/*-notation-itely, global.itely,
1774         changing-defaults.itely: added new stuff from NEWS.
1775
1776 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
1777
1778         * po/fi.po: update.
1779
1780 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1781
1782         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
1783         lilypond --verbose for lp-book.
1784
1785         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
1786         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
1787
1788         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
1789         $(buildscript-dir) iso. absolute depth.
1790
1791         * buildscripts/genicon.py (dir): thinko.
1792
1793         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
1794
1795 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
1796
1797         * scm/output-lib.scm: swap darkcyan/darkyellow
1798
1799         * THANKS: Add bughunters.
1800
1801 2006-02-19  Graham Percival  <gpermus@gmail.com>
1802
1803         * Documentation/user/programming-interfaces.itely: fixed example.
1804
1805         * Documentation/user/instrument-notation.itely: fix @{ @}.
1806
1807         * scm/script.scm: add avoid-slur for \open.
1808
1809 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1810
1811         * lily/tie-formatting-problem.cc (score_configuration): use
1812         sliding score for min-length. 
1813
1814         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
1815         spaghetti for icons.
1816
1817         * buildscripts/genicon.py (program_name): new file.
1818
1819         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
1820         in outline too.  
1821         (generate_configuration): for small ties, also look for collisions
1822         at Y + DIR*h + DELTA_Y.
1823         (get_variations): consider variation for dot positions too.
1824
1825         * lily/side-position-interface.cc (aligned_side): take abs for
1826         quantized rounded position. Fixes tenuto below staff.
1827
1828         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
1829         markers when necessary.
1830
1831         * lily/program-option.cc (internal_set_option): add
1832         strict_infinity_checking option.
1833
1834         * scm/output-lib.scm (cyan): swap yellow and cyan.
1835
1836 2006-02-19  Graham Percival  <gpermus@gmail.com>
1837
1838         * darwin.patch: trivial linenumber update.
1839
1840         * Documentation/user/ {various}: `\context foo = named' changed
1841         to `\new foo = "name"' in docs.
1842
1843 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1844
1845         * scm/stencil.scm (annotate-y-interval): use it.
1846
1847         * scm/lily-library.scm (interval-sane?): new function.
1848
1849         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
1850         tfm_checksum stuff.
1851
1852         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
1853         common refpoint.
1854
1855         * flower/include/std-vector.hh (iterof): add iterof macro.
1856
1857         * lily/enclosing-bracket.cc (width): new function.
1858
1859         * lily/align-interface.cc (align_elements_to_extents): reinstate
1860         warning.
1861
1862 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
1863
1864         * Documentation/index.html.in: fix spelling: thankyous.
1865
1866 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1867
1868         * lily/lyric-hyphen.cc: typo.
1869
1870 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1871
1872         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
1873         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
1874         builds don't work. 
1875
1876         * VERSION: release 2.7.35
1877
1878         * lily/beam.cc (get_default_dir): oops. Take abs () for
1879         extremes[DOWN].
1880         (get_default_dir): use extreme position criterion only in absence
1881         of forced stem directions.
1882
1883         * VERSION (PATCH_LEVEL): bump VERSION.
1884
1885         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
1886         dependencies. Necessary for -jX builds.  
1887
1888 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1889
1890         * lily/relocate.cc (setup_paths): Yet another const fix.
1891
1892 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1893
1894         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
1895
1896         * lily/relocate.cc (setup_paths): oops.
1897
1898 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
1899
1900         * Documentation/index.html.in: order links: html before PDF.
1901
1902 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1903
1904         * lily/tie-column-format.cc (Module): remove.
1905
1906         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
1907
1908         * lily/text-spanner.cc (print): idem.
1909
1910         * lily/dynamic-text-spanner.cc (print): only print line if longer
1911         than dash-period.
1912
1913         * lily/auto-change-iterator.cc (change_to): formatting.
1914
1915         * lily/beam.cc (get_default_dir): take extreme note head as input
1916         for stem direction.
1917
1918         * lily/tie.cc (get_default_dir): only look directions for visible
1919         stems. 
1920
1921         * lily/side-position-interface.cc (aligned_side): oops. Don't
1922         mutiply with direction. This fixes quantized (staccato, tenuto)
1923         scripts below notes.
1924
1925         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
1926         direction. Fixes c-lyrics-center-align.ly
1927
1928 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1929
1930         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
1931         constructor.
1932
1933         * lily/std-string.cc:
1934         * lily/include/std-vector.hh (split_string): Move and rename from
1935         lily/include/misc.hh, lily/misc.cc.  Update callers.
1936
1937 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1938
1939         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
1940
1941 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1942
1943         * flower/test-file.cc: New file.
1944
1945         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
1946         libraries.
1947
1948         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
1949
1950 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1951
1952         * flower/include/file-storage.hh: remove file.
1953
1954         * lily/include/midi-item.hh (class Midi_track): idem.
1955
1956         * lily/include/source.hh (class Sources): idem.
1957
1958         * lily/include/performance.hh (class Performance): use vector
1959         iso. Cons<>
1960
1961         * flower/include/cons.hh (class Cons): remove file.
1962
1963         * flower/include/flower-proto.hh: remove template cruft.
1964
1965         * lily/include/font-metric.hh: use size_t not vsize for indices.
1966
1967         * flower/include/flower-proto.hh (Module): remove std-vector.hh
1968         from proto.
1969
1970         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
1971
1972         * lily/include/paper-book.hh (class Paper_book):
1973         make get_system_specs() public.
1974
1975         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
1976         the force=10000 case if we don't have a current-best. 
1977
1978         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
1979         vsize 
1980
1981         * flower/include/flower-proto.hh: remove outdated templates.
1982
1983         * scm/page.scm: use annotate-spacing
1984
1985 2006-02-15  Graham Percival  <gpermus@gmail.com>
1986
1987         * scm/translation-functions.scm: circle patch from Erlend, thanks!
1988
1989         * THANKS: moved Erlend Aasland to contributors.
1990
1991 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1992
1993         * config.hh.in: remove HAVE_PANGO_16
1994
1995         * lily/tuplet-bracket.cc (calc_positions): multiply with
1996         staff-space for beam case. This fixes tuplets+beams on scaled
1997         staves.
1998
1999         * config.hh.in: remove all Kpathsea related defines.
2000
2001         * lily/dot-column.cc (side_position): reach stem via dots->
2002         head->stem. Inspect all stems for dot collisions. 
2003
2004         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
2005         stem handling.
2006
2007         * lily/bar-number-engraver.cc (process_music): document function
2008         of whichBar.
2009
2010         * lily/score.cc (default_rendering): add pscore, not systems
2011         themselves.
2012
2013         * lily/paper-book.cc (get_system_specs): separate generation of
2014         titles and systems.
2015
2016         * flower/include/std-vector.hh: don't include config.hh
2017
2018 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2019
2020         * flower/include/std-vector.hh: Better wrapper compatibility with
2021         std::vector.
2022
2023         * flower/include/flower-proto.hh: Remove cheap forward declaration
2024         attempts.
2025
2026         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
2027
2028 2006-02-14  Graham Percival  <gpermus@gmail.com>
2029
2030         * Documentation/user/invoking.itely: add warning about command line.
2031
2032 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2033
2034         * lily/include/lily-proto.hh: add Prob, rm Page.
2035
2036         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
2037
2038         * VERSION: release 2.7.34
2039
2040         * lily/relocate.cc (framework_relocation): show canary if
2041         GHOSTSCRIPT_VERSION undefined.
2042
2043         * GNUmakefile.in: remove $(VERSION) symlink.
2044
2045         * lily/relocate.cc (setup_paths): add + 
2046
2047 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
2048
2049         * Documentation/index.html.in: specify sizes for all big HTML pages.
2050
2051 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2052
2053         * config.hh.in: remove @FRAMEWORKDIR@
2054
2055         * lily/system-start-text.cc (get_stencil): new file: separate out
2056         system-start-delimiter text support.
2057
2058         * input/**ly: replace \context with \new where appropriate.
2059         
2060         * THANKS: add Don.
2061
2062         * lily/slur-scoring.cc (get_base_attachments): use
2063         robust_relative_extent. This fixes problems with empty paper-columns. 
2064
2065 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2066
2067         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
2068
2069         * scm/define-music-properties.scm (all-music-properties):
2070         create-new property.
2071
2072         * lily/context-specced-music-iterator.cc (construct_children):
2073         inspect 'create-new property iso. magical $uniqueContextId context
2074         id.
2075
2076         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
2077
2078         * lily/context-key-manager.cc (Module): new file. Encapsulate
2079         object key generation.
2080
2081         * lily/include/context-key-manager.hh (Module): new file.
2082
2083 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2084
2085         * scm/define-grobs.scm (all-grob-descriptions): center instrument
2086         names vertically
2087
2088         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
2089         options.
2090         (reloc_b): excise --enable-framework-dir
2091
2092         * lily/relocate.cc (framework_relocation): use getenv
2093         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
2094
2095 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2096
2097         * flower/include/std-string.hh: 
2098         * flower/include/std-vector.hh: Finish std:: conversion; move
2099         flower extensions from std:: namespace.  Update users.
2100
2101         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
2102         their expansion to vector<*>.  Update users.
2103
2104 2006-02-10  Graham Percival  <gpermus@gmail.com>
2105
2106         * Documentation/user/invoking.itely: add example to File structure.
2107
2108         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
2109         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
2110
2111 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2112
2113         * ly/paper-defaults.ly: typo.
2114
2115         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
2116         set_parent() for parentheses. This will make it show up in bbox
2117         calculations.
2118
2119         * scm/output-lib.scm (parentheses-item::print): rewrite, using
2120         ly:grob-common* functions.
2121
2122         * lily/grob-scheme.cc (LY_DEFINE):
2123         ly:grob-common-refpoint-of-array: new function 
2124         ly:grob-common-refpoint: new function 
2125         ly:grob-relative-coordinate: new function 
2126
2127         * lily/instrument-name-engraver.cc (process_music): use
2128         Text_interface::is_markup(). This fixes \markup on instrument names.  
2129
2130         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
2131         for ties and slurs.
2132
2133         * lily/slur.cc (print): idem.
2134
2135         * lily/tie.cc: add line-thickness for ties. 
2136
2137 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2138
2139         * scm/output-svg.scm: Document diversion from GNU coding standards
2140         as a workaround for a bug in Microsoft Internet Explorer.
2141
2142 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2143
2144         * lily/instrument-name-engraver.cc (process_music): use
2145         is_markup() iso. is_string()
2146
2147         * Documentation/user/changing-defaults.itely (Module): add menu entry.
2148
2149         * lily/percent-repeat-engraver.cc (process_music): only look at
2150         main_part_ for % repeats.
2151
2152         * lily/stem-tremolo.cc (get_beam_translation): new function.
2153         (calc_slope): new function.
2154         (height): don't use real slope.
2155
2156 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
2157
2158         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
2159         new connect-to-neighbor, control-points and staff-padding
2160         properties to make ligature brackets showing up again.
2161
2162 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2163
2164         * VERSION: release 2.7.33
2165
2166         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
2167         too many.
2168
2169         * Documentation/user/changing-defaults.itely (Difficult tweaks):
2170         remove applyOutput example.
2171         (Objects connected to the input): document \tweak, \parenthesize
2172
2173         * lily/relocate.cc (prefix_relocation): allow "current"
2174         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
2175         changing VERSION in a lily tree less painful.
2176
2177         * input/regression/parenthesize.ly: new file. 
2178
2179         * scm/output-lib.scm (parenthesize-element): new function.
2180
2181         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
2182
2183         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
2184
2185         * lily/accidental-engraver.cc (make_standard_accidental): reroute
2186         cause: accidentals are caused by note heads, not note events. 
2187
2188 2006-02-08  Graham Percival  <gpermus@gmail.com>
2189
2190         * darwin.patch: small patch from Erlend, thanks!
2191
2192         * Documentation/user/basic-notation.itely: add stem-neutral example.
2193
2194         * Documentation/user/putting.itely: clarifications.
2195
2196 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2197
2198         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
2199         note, add more guidelines to what should go into NEWS.
2200
2201         * input/sakura-sakura.ly: document how to override font.
2202
2203         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
2204
2205 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2206
2207         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
2208
2209 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2210
2211         * scripts/convert-ly.py (lilypond_version_re_str): Move from
2212         convertrules.  Add explicit grouping, needed for python2.2.
2213
2214 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2215
2216         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
2217
2218 2006-02-07  Graham Percival  <gpermus@gmail.com>
2219
2220         * Documentation/user/global.itely: fix line-width in (text) docs.
2221
2222         * Documentation/user/lilypond-book.itely: same.
2223
2224 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2225
2226         * VERSION (PACKAGE_NAME): release 2.7.32
2227
2228         * Documentation/topdocs/NEWS.tely (Top): document new variable
2229         naming.
2230
2231         * flower/include/array.icc (Message): remove file.
2232
2233         * flower/include/std-vector.hh: make sure vsize and VPOS are
2234         defined for binary_search_bounds().
2235
2236         * flower/std-string.cc (std): add to_string(long unsigned).
2237
2238         * configure.in (gui_b): excise std_string option.
2239         (gui_b): excise std_vector option.
2240
2241         * flower/string.cc (Module): excise flower array & string
2242
2243         * flower/include/std-string.hh: excise flower string.
2244
2245         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
2246
2247         * python/convertrules.py (lilypond_version_re_str): require
2248         only numbers and dots in \version string.
2249
2250 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2251
2252         * lily/system-start-delimiter.cc (print): allow style = text too.
2253
2254         * lily/system-start-delimiter-engraver.cc
2255         (acknowledge_system_start_text): new function, also add add to
2256         support of system-start-text (instrument names). This fixes
2257         instrument names on piano staves.
2258
2259         * lily/instrument-name-engraver.cc: rewrite. Use
2260         system-start-delimiter approach. This save memory and cpu.
2261
2262         * scm/define-grobs.scm (all-grob-descriptions): remove
2263         instrument-name from break-alignment.
2264
2265         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
2266
2267 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2268
2269         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
2270         jobserver going.
2271
2272         * configure.in (std_vector): On by default.
2273
2274         * lily/include/font-metric.hh:
2275         * lily/include/tfm-reader.hh: 
2276         * lily/include/spanner.hh: Use unsigned for indices and sizes.
2277         Update users.
2278
2279         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
2280
2281 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2282
2283         * VERSION (PACKAGE_NAME): 2.7.31
2284
2285         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
2286         EPS edge at 0, but take minimum with left-overshoot. This fixes
2287         cut off system start delims. 
2288
2289         * lily/instrument-name-engraver.cc (stop_translation_timestep):
2290         hack: add to axis group if not added yet. This fixes hara kiri'd
2291         piano staves.
2292
2293         * lily/hara-kiri-group-spanner.cc
2294         (force_hara_kiri_in_y_parent_callback): fix signatures.
2295
2296         * lily/hairpin.cc (print): check next hairpin to see whether or
2297         not to be continuing.
2298
2299 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2300
2301         * Remove trailing whitespace from makefiles.
2302         
2303         * flower/include/std-vector.hh: Add binary_search_bounds workaround
2304         for earlier gcc.
2305
2306         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
2307
2308         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
2309
2310         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
2311
2312         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
2313
2314         * configure.in: Use it.
2315
2316 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2317
2318         * scm/music-functions.scm (pitch-of-note): new function.
2319
2320         * ly/music-functions-init.ly: add \octave and \addquote
2321
2322         * lily/parser.yy (music_function_chord_body): softcode \octave.
2323         (lilypond_header): softcode \addquote
2324
2325 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2326
2327         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
2328         array.hh, parray.hh at all.  Getting ready to flip the
2329         configure default.
2330
2331         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
2332
2333         * lily/source-file.cc (file::get_line): Help binary_search_bounds
2334         a bit.
2335
2336         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
2337
2338 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2339
2340         * flower/include/array.hh: typo. 
2341
2342 2006-02-02  Graham Percival  <gpermus@gmail.com>
2343
2344         * Documentation/user/advanced-notation.itely: doc "\#" in text.
2345
2346 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2347
2348         * flower/include/pqueue.hh: Derive from std::vector.
2349
2350         * flower/include/parray.hh: Conform to std::vector interface.
2351         Update users.
2352
2353 2006-02-02  Graham Percival  <gpermus@gmail.com>
2354
2355         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
2356
2357 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2358
2359         * flower/file-path.cc (is_file): remove if 0 section.
2360
2361         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
2362         selecting afii61352.
2363
2364 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2365
2366         * flower/include/std-vector.hh (boundary): Oops, reverse.
2367
2368         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
2369         remove superfluous `d'.
2370
2371         * flower/include/std-vector.hh (boundary, top): Detach from class.
2372         Remove empty vector shell.
2373
2374         * flower/include/array.hh (reverse, swap): Detach from class.
2375         Update users.
2376         
2377         * flower/include/std-vector.hh
2378         * flower/include/array.hh (concat): Globally change to insert ().
2379
2380         
2381         * flower/include/std-vector.hh
2382         * flower/include/parray.hh
2383         * flower/include/array.hh (elem, elem_ref): Globally replace by
2384         at ().
2385
2386 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2387
2388         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
2389
2390         * python/convertrules.py (FatalConversionError.sub_cxx_id):
2391         anticipate on identifier substitutions.
2392
2393 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2394
2395         * flower/include/std-vector.hh (insert): Remove, replace by
2396         std::vector interface.  Update callers.
2397
2398         * flower/include/array.icc (insert): Change signature to
2399         match std::vector interface.
2400         
2401         * flower/include/array.icc (vector_sort): Bugfix.
2402
2403 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2404
2405         * lily/parser.yy (output_def_head_with_mode_switch): new
2406         production. Result: dashes and underscores may be used in the
2407         \paper block.
2408
2409         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
2410
2411         * python/convertrules.py (conv): oops. One slash too much.
2412
2413 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2414
2415         * flower/include/std-vector.hh (sort): Remove, replace by
2416         ::vector_sort.  Update callers.
2417
2418         * flower/include/std-vector.hh (slice): Remove.  Update callers.
2419         (sort): Bugfix.
2420
2421         * flower/test-std.cc (vector_sort): New test.
2422
2423 2006-02-01  Graham Percival  <gpermus@gmail.com>
2424
2425         * Documentation/user/putting.itely: fixes from Erik.
2426
2427 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2428
2429         * flower/test-std.cc: Add simple unit test for vector migration.
2430
2431         * stepmake/stepmake/test*: Unit test support.
2432
2433         * flower/include/std-vector.hh (del): Remove.  Use erase (),
2434         update callers.
2435
2436         * flower/include/array.hh (begin, end): Add.
2437         (del, get): Remove.
2438
2439 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2440
2441         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
2442         std::string not String. 
2443
2444         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
2445         iso UINT_MAX.
2446
2447         * lily/prob.cc (Prob): copy type_ too.
2448
2449         * lily/lily-guile.cc (mangle_cxx_identifier): new
2450         function. Class_bla::foo_bar_[px] ->
2451         ly:class-bla::foo-bar[?!]. Changes throughout
2452
2453 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2454
2455         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
2456
2457         * lily/beam.cc (calc_direction): take dir from visible stem in
2458         degenerate case.
2459
2460 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2461
2462         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
2463         Fix -1, >=0 boundary checks for unsigned vsize.
2464
2465         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
2466         loop for unsigned vsize.
2467
2468         * configure.in (--enable-std-vector): New option.
2469         (--enable-std-string): On by default.
2470
2471         * flower/include/std-vector.hh: New file.  Enable switch to
2472         std::vector, update client code.
2473
2474 2006-01-30  Graham Percival  <gpermus@gmail.com>
2475
2476         * scm/document-translation.scm: clarify "this context is also
2477         known as".  Thanks, Werner!
2478
2479         * Documentation/user/putting.itely: small fixes from Don Blaheta.
2480
2481         * Documentation/user/invoking.itely: small fix from Don.
2482
2483 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2484
2485         * scm/lily.scm (define-scheme-options): rename option
2486         preview-include-book-title to book-title-preview
2487         (define-scheme-options): move force-eps-font-include (from paper
2488         block) to eps-font-include -d option.
2489
2490         * VERSION (PATCH_LEVEL): release 2.7.30
2491
2492         * input/bach-schenker.ly (staffPiano): new file.
2493
2494         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
2495
2496         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
2497         credits to Nicolas.
2498
2499         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
2500
2501         * ps/lilyponddefs.ps: remove start-system, stop-system,
2502         start-page fluff. This saves putting { } code on the stack, fixing
2503         stack overflows when including EPS files.
2504
2505 2006-01-29  Graham Percival  <gpermus@gmail.com>
2506
2507         * Documentation/user/putting.itely: minor fixes (comments on -devel).
2508
2509 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2510
2511         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
2512
2513 2006-01-28  Graham Percival  <gpermus@gmail.com>
2514
2515         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
2516
2517 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2518
2519         * input/mutopia/claop.py: Update.
2520
2521 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2522
2523         * input/regression/completion-heads.ly (texidoc): fix.
2524
2525         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
2526
2527         * lily/tie-formatting-problem.cc
2528         (set_ties_config_standard_directions): use abs iso fabs for ints.
2529
2530         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
2531
2532         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
2533         little less than noteheight, to prevent overlaps in chords.
2534
2535         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
2536         head, and fudge stem-attachment.
2537
2538         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
2539
2540         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
2541
2542 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2543
2544         * lily/main.cc (main): Debugging aid: catch exceptions.
2545
2546         * flower/std-string.cc (to_string): Robustification.  Fixes midi
2547         output with std::string.
2548
2549 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2550
2551         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
2552
2553 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2554
2555         * Fix -DSTRING_UTILS_INLINED.
2556
2557 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2558
2559         * VERSION (PATCH_LEVEL): release 2.7.29
2560
2561         * lily/relocate.cc (setup_paths): mingw uses std string too.
2562
2563         * lily/*.cc: various fixes for substr(ARG).
2564
2565         * lily/sustain-pedal.cc (print): 
2566
2567         * flower/file-name.cc (slashify): use std strings.
2568
2569         * flower/string-convert.cc: remove publib.h
2570
2571         * scm/define-markup-commands.scm (verbatim-file): new markup
2572         command \verbatim-file
2573
2574         * Documentation/topdocs/NEWS.tely: fixup URLs
2575
2576         * input/regression/alignment-vertical-manual-setting.ly (Module):
2577         new file.
2578
2579         * lily/align-interface.cc (align_elements_to_extents): overwrite
2580         translations with numbers in alignment-offsets from left bound
2581
2582         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
2583         (page-translate-systems): new function: take into account Y-offset.
2584
2585         * Documentation/topdocs/NEWS.tely (Top): document new features.
2586
2587         * input/regression/page-layout-manual-position.ly (Module): new
2588         file.
2589
2590 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2591
2592         * flower/file-path.cc (path::parse_path): Oops.
2593
2594         * Finish std::string interface.  For now, use std:: marker
2595         throughout for easy s/r.
2596
2597 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2598
2599         * Documentation/user/putting.itely (Score is a single musical
2600         expression): typo.
2601         (Score is a single musical expression): more typos.
2602
2603         * scm/page.scm (annotate-space-left): thinko.
2604         (annotate-page): more thinkos.
2605
2606 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2607
2608         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
2609         for different \score blocks separately.
2610         (post-process-pages): put write-page-layout into paper block.
2611
2612         * lily/output-def.cc (get_parser): new file.
2613
2614         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
2615         file.
2616
2617         * lily/include/output-def.hh (class Output_def): add parser_ member.
2618
2619         * input/regression/page-layout-twopass.ly (Module): new file.
2620
2621         * scm/lily.scm: remove cpp hack.
2622
2623         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
2624
2625 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2626
2627         * GNUmakefile.in (c-clean): New target.
2628
2629         * flower/include/std-string.hh: String/std::string compatibility:
2630         Use NPOS for `not found' (iso -1), use ssize for length () and pos
2631         type.
2632
2633         * flower/rational.cc: 
2634         * flower/include/rational.hh: 
2635
2636         * flower/offset.cc: 
2637         * flower/include/offset.hh: 
2638
2639         * flower/interval.cc: 
2640         * flower/include/interval.hh: 
2641
2642         * flower/string-convert.cc: 
2643         * flower/include/string-convert.hh: Use std::string [interface].
2644         Update callers.
2645
2646 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
2647
2648         * Documentation/index.html.in: clean up.
2649
2650 2006-01-25  Graham Percival  <gpermus@gmail.com>
2651
2652         * Documentation/user/putting.itely: another new untested doc section.
2653
2654 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2655
2656         * scm/layout-page-layout.scm (write-page-breaks): write
2657         \spacingTweaks #ALIST. Handle grace timing.
2658
2659         * scm/: more imports.
2660
2661         * scm/page.scm (make-page): add footer/header.
2662         (annotate-space-left): revise: only take page argument.
2663         (layout->page-init): new function.
2664
2665         * scm/layout-page-layout.scm (write-page-breaks): preliminary
2666         version of the system/spacing/linebreak hack writing to the output
2667
2668         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
2669         ly:make-prob.
2670
2671         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
2672         ly:spanner-bound
2673
2674 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2675
2676         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
2677
2678         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
2679
2680         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
2681         handling to page.scm
2682
2683         * lily/prob-scheme.cc (LY_DEFINE): new file.
2684         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
2685
2686         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
2687         prob functions.
2688
2689         * lily/music.cc (derived_mark): derive Music from Prob.
2690
2691         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
2692
2693         * lily/prob.cc (Module): Implement Prob (Property Object), object
2694         with shared and r/w property alists.  
2695
2696         * lily/include/prob.hh (Module): new file. Declare Prob.
2697
2698         * flower/string.cc: remove is_empty().
2699
2700         * flower/include/string.hh (class String): remove String:: qualifier.
2701
2702         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
2703         substitute appropriate functions.
2704
2705         * flower/include/string.hh (class String): remove to_str0 and
2706         is_empty(). S&R everywhere.
2707
2708 2006-01-23  Graham Percival  <gpermus@gmail.com>
2709
2710         * Documentation/user/basic-notation.itely: add hairpin
2711         after-linebreak tweak to commonprop.
2712
2713         * Documentation/user/putting.itely: added two new sections.
2714
2715 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2716
2717         * flower/international.cc: 
2718         * flower/include/international.hh: 
2719
2720         * flower/getopt-long.cc: 
2721         * flower/include/getopt-long.hh: Use std::string [interface].
2722         Update callers.
2723
2724         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
2725
2726         * stepmake/stepmake/executable-rules.make: Add dependency on
2727         module libraries.
2728
2729 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2730
2731         * flower/file-path.cc: 
2732         * flower/include/file-path.hh: Use std::string [interface].
2733         Update callers.
2734
2735         * flower/direction.cc: 
2736         * flower/axis.cc: Unused.  Remove.
2737
2738         * configure.in (--enable-std-string): New option.
2739
2740         * flower/std-string.cc: 
2741         * flower/include/std-string.hh: New file.
2742
2743         * flower/file-name.cc[STD_STRING]:
2744         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
2745
2746 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2747
2748         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
2749
2750         * scm/define-markup-commands.scm (with-dimensions):
2751         with-dimensions markup command.
2752
2753         * input/test/font-table.ly: use it.
2754
2755         * lily/open-type-font.cc (glyph_list): new function.
2756
2757         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
2758
2759         * lily/ttf.cc: remove ly:font-glyph-list scheme function
2760
2761 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2762
2763         * ly/music-functions-init.ly (parallelMusic): new music function
2764         for parallel music entry.
2765
2766         * scm/define-music-properties.scm (all-music-properties): new
2767         'void music property
2768
2769         * scm/music-functions.scm (ly:music-message): make public, to be
2770         used in music function definitions
2771
2772         * scm/lily-library.scm (collect-music-for-book): discard music
2773         when the 'void property is set.
2774
2775 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2776
2777         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
2778
2779         * mf/GNUmakefile: idem.
2780
2781         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
2782
2783         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
2784
2785         * Documentation/user/notation-appendices.itely (The Feta font):
2786         use it.
2787
2788         * input/test/font-table.ly: new file. Generate font table within lily.
2789
2790         * Documentation/user/notation-appendices.itely (The Feta font):
2791         use new font-table.ly file. 
2792
2793         * stepmake/stepmake/install-out-targets.make
2794         (local-install-outfiles): only create directory if
2795         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
2796
2797 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2798
2799         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
2800
2801         * VERSION (PACKAGE_NAME): release 2.7.28
2802
2803         * scm/framework-ps.scm (write-preamble): use it to pick exactly
2804         the right font from a Mac dfont.
2805         (write-preamble): don't forget directory, only look at files.
2806
2807         This fixes problems with TTF files in dfonts that don't match
2808         their PostScript names.
2809          
2810         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
2811         PS name from TTF font.
2812
2813         * input/regression/tie-manual.ly: document new feature.
2814
2815         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
2816
2817         * VERSION (MY_PATCH_LEVEL): bump to .28
2818
2819         * Documentation/user/basic-notation.itely (Ties): add tie examples
2820         refs.
2821
2822         * lily/tie-formatting-problem.cc (score_ties_configuration):
2823         symmetry penalties for outer ties.
2824
2825 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2826
2827         * lily/tie-formatting-problem.cc (generate_configuration) 
2828         (set_manual_tie_configuration): skip non-pair manual
2829         tie-configuration, so you can set individual ties as
2830
2831           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
2832
2833         * input/regression/tie-chord.ly: use generateTiePattern to
2834         simplify file.
2835
2836         * lily/tie-formatting-problem.cc (peak_around): new function.
2837         (score_configuration): use sliding criterion for staff line collisions. 
2838         (score_configuration): idem for dot collisions.
2839         (generate_configuration): use separate stem_gap for gap to stem.
2840
2841         * lily/include/tie-formatting-problem.hh (struct Tie_details):
2842         separate penalty factors for x and y distance.
2843         (struct Tie_details): separate penalties for tip and center line collisions.
2844
2845 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
2846
2847         * lily/tie-formatting-problem.cc (generate_configuration): make
2848         large ties avoid stafflines in the horizontal section.
2849         (score_configuration): use softcoded penalties
2850         (score_aptitude): idem.
2851
2852         * lily/tie-helper.cc (from_grob): softcode tie details
2853
2854         * lily/staff-symbol-referencer.cc (on_staff_line): new function
2855
2856         * lily/staff-symbol-referencer.cc (on_line): rename from
2857         on_staffline 
2858
2859 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2860
2861         * ly/music-functions-init.ly: remove duplicate tag.
2862
2863         * lily/include/*.hh: GCC 4.1 fixes.
2864
2865 006-01-16  Erlend Aasland  <erlenda@gmail.com>
2866
2867         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
2868
2869         * scm/define-music-types.scm: fix bug in desc. string
2870         for OverrideProperty
2871
2872 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
2873
2874         * scripts/lilypond-book.py: bugfix
2875
2876         * scm/define-music-types.scm: fix typos.
2877
2878 2006-01-14  Graham Percival  <gpermus@gmail.com>
2879
2880         * Documentation/user/ basic-notation.itely, global.itely,
2881         advanced-notation.itely, instrument-notation.itely: small
2882         additions (bugs and commonly tweaked properties).
2883
2884 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2885
2886         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
2887         detection of mingw build.
2888         (MINGW_BUILD): opps.
2889
2890 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2891
2892         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
2893         i686-mingw32.
2894
2895 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2896
2897         * scm/music-functions.scm (skip->rest): add skip->rest
2898
2899 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2900
2901         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
2902         explicitly.
2903
2904         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
2905         config dirs. Aids debugging. 
2906         (display_config): also display config files.
2907
2908 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2909
2910         * VERSION: release 2.7.27
2911
2912         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
2913         for determining bar size.
2914
2915         * lily/staff-symbol.cc (print): place lines at distance line-positions
2916
2917         * scm/define-grob-properties.scm (all-user-grob-properties): add
2918         line-positions.
2919
2920         * lily/staff-symbol.cc (height): new function.
2921
2922         * input/regression/staff-line-positions.ly:  new file.
2923
2924 2006-01-06  Graham Percival  <gpermus@gmail.com>
2925
2926         * input/test/add-staccato.ly: remove reference to old file.
2927
2928 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2929
2930         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
2931         lilypond binary too.
2932
2933 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2934
2935         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
2936
2937 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2938
2939         * scripts/midi2ly.py: Bugfix: Declare datadir.
2940
2941         * make/ly-rules.make:
2942         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
2943         that seems to be gone). Fixes make web.
2944
2945         * The grand 2005-2006 replace.
2946
2947         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
2948
2949 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2950
2951         * make/lilypond-vars.make: set LILYPOND_BINARY variable
2952         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
2953         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
2954         like -dgs-font-load.
2955
2956         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
2957         remove absolute path to lilypond binary.
2958         
2959 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
2960
2961         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
2962
2963 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2964
2965         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
2966
2967         * mf/GNUmakefile: remove broken dvips map symlink.
2968
2969 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2970
2971         * lily/main.cc: 
2972         * configure.in: Cosmetic fixes.
2973
2974 2006-01-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2975
2976         * Documentation/user/music-glossary.tely (Pitch names): Added
2977         Spanish pitch names and durations, thanks to Ernesto Gancedo
2978
2979 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2980
2981         * scm/lily.scm (define-scheme-options): use quasi-quote for option
2982         init. Fixes verbose printing of .scm files.
2983
2984         * stepmake/aclocal.m4: add spaces before - options.
2985         
2986 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2987
2988         * lily/relocate.cc (setup_paths): Bugfix: do not store result
2989         of path search in local block variable.
2990
2991 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2992
2993         * configure.in (NCSB_DIR): --enable-ncsb-dir
2994         (LINK_GXX_STATICALLY): denko.
2995
2996         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
2997
2998         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
2999         use locate to find c059033l.pfb. 
3000         
3001 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3002
3003         * lily/tie-formatting-problem.cc
3004         (problem::generate_base_chord_configuration): Use my_round (was
3005         round).
3006
3007         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
3008         do not invoke mbrtowc.
3009
3010         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
3011
3012 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3013
3014         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
3015
3016 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
3017
3018         * Documentation/user/invoking.itely (svg): revise.
3019
3020 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3021
3022         * lily/lexer.ll: use sourcefilename iso. renameinput.
3023
3024 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3025
3026         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
3027         <PostScriptName>.ttf instead of c059XXXttf.
3028
3029         * lily/program-option.cc (LY_DEFINE): special support for
3030         --verbose, so it works before option init too.
3031  
3032         * mf/GNUmakefile (local-install): oops.
3033
3034         * lily/lyric-hyphen.cc (print): oops.
3035
3036         * buildscripts/pfx2ttf.fontforge: new file.
3037         
3038         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
3039         ($(outdir)/%.ttf): new rule. 
3040
3041         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
3042         to LyricHyphen.
3043
3044         * lily/lyric-hyphen.cc (print): multiply hyphen height by
3045         font-size
3046
3047 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3048
3049         * VERSION: release 2.7.26
3050         
3051         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
3052
3053 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3054
3055         * lily/font-config.cc (init_fontconfig): verbosity.
3056
3057         * THANKS: add Muziekacademie Lede. 
3058
3059         * scripts/musicxml2ly.py (print_voice_definitions): new function 
3060         (print_score_setup): new function
3061         (convert): read part definition to output staves properly.
3062
3063         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
3064         Music_xml notes.
3065
3066         * python/musicexp.py (Output_printer.__init__): use _ in data
3067         members.
3068         (Output_printer.unformatted_output): new function: no formatting,
3069         but count braces.
3070         (Duration.get_length): remove isinstance() checks for
3071         Output_printer everywhere.
3072
3073         * input/regression/lyrics-bar.ly (texidoc): add
3074         Separating_line_group_engraver.
3075
3076 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3077
3078         * lily/relocate.cc (framework_relocation): New function,
3079         factored from set_relocation ().
3080         (prefix_relocation): Rename from set_relocation ().
3081         (setup_paths): Use it.
3082
3083 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3084
3085         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
3086         numbers. Patch by Erlend Aasland.
3087
3088 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3089
3090         * lily/font-config.cc (init_fontconfig): print warning if cache
3091         file is not existant.
3092
3093         * lily/main.cc: don't use #ifdef but #if
3094
3095 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3096
3097         * lily/grob-property.cc (internal_set_property): don't abort on
3098         calculation-in-progress.
3099
3100         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
3101
3102         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
3103         connect-to-neighbor property not connect-to-other
3104
3105         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
3106         (LY_DEFINE): oops. don't forget protection.
3107
3108         * flower/parse-afm.cc (Module): strip AFM handling completely.
3109
3110         * lily/stencil-expression.cc: idem.
3111
3112         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
3113
3114         * lily/function-documentation.cc (ly_add_function_documentation):
3115         use static member iso. Protected_scm
3116
3117         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
3118
3119         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
3120
3121 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3122
3123         * lily/relocate.cc (set_env_dir): New function.
3124         (set_relocation): Use it to fix setting PANGO_PREFIX.
3125
3126 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3127
3128         * input/regression/stem-direction-context.ly: remove rest.
3129
3130         * lily/melody-engraver.cc (process_music): restart for bar lines.
3131         (acknowledge_slur): restart for slurs.
3132
3133 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
3134
3135         * Documentation/user/invoking.itely: describe how to view SVG 
3136         output using Inkscape which replace embedded fonts with OTF fonts.
3137
3138 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3139
3140         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
3141
3142 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3143
3144         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
3145         comment.
3146
3147 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3148
3149         * VERSION (PACKAGE_NAME): release 2.7.25
3150
3151         * Documentation/topdocs/NEWS.tely (Top): document new feature.
3152
3153         * input/regression/stem-direction-context.ly: new file.
3154
3155         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
3156
3157         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
3158         on rest.
3159
3160         * ly/engraver-init.ly: add Melody_engraver
3161
3162         * lily/beam.cc (calc_direction): use default-direction
3163         iso. get_default_direction()
3164
3165         * scm/define-grob-properties.scm (all-user-grob-properties): add
3166         default-direction property.
3167
3168         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
3169
3170         * lily/stem.cc (calc_default_direction): remove
3171         Stem::get_default_direction, use default-direction with callback
3172         instead.
3173
3174         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
3175
3176         * lily/melody-engraver.cc: new file. Acknowledge stems for
3177         interpolated stem directions. 
3178
3179         * lily/melody-spanner.cc: new file. Interpolate stem directions.
3180
3181         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
3182
3183         * lily/slur-configuration.cc (fit_factor): more robust check for
3184         point in curve X-extent.
3185
3186         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
3187         (outside_slur_callback): check for 'outside avoidance.
3188
3189         * lily/slur-configuration.cc (score_extra_encompass): don't use
3190         bound->column() == avoid->column() for checking extents, as this
3191         doesn't work for accidentals. 
3192
3193         * lily/slur-engraver.cc (acknowledge_extra_object): remove
3194         DynamicText hardcoding.
3195
3196         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
3197         crash if bound stem is NULL
3198
3199         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
3200         pedals.
3201
3202 2005-12-22  Graham Percival  <gpermus@gmail.com>
3203
3204         * scm/define-markup-commands.scm: typo.  @code{\raise}
3205         => @code{\\raise}.
3206
3207         * darwin.patch: now used again, includes a
3208         required patch from fink.
3209
3210 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
3211
3212         * po/TODO: mention gtranslator along with kbabel.
3213         * po/fi.po: update translations.
3214
3215 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3216
3217         * lily/relocate.cc (setup_paths): Bugfix.
3218
3219 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3220
3221         * lily/slur-configuration.cc (score_extra_encompass): don't use
3222         "avoid" choice for avoid-slur.
3223
3224         * stepmake/bin/install.py (dest): don't create existing dir.
3225
3226 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3227
3228         * stepmake/bin/install.py: Remove file before copying.
3229
3230         * config.make.in: 
3231         * stepmake/aclocal.m4: Do not substitute INSTALL.
3232
3233 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3234
3235         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
3236         depend on link-tree.
3237
3238         * lily/relocate.cc (setup_paths): only check path for non-absolute
3239         dir without directory part.
3240
3241         * flower/file-name.cc (is_absolute):  new method.
3242         (is_absolute): check root_ too.
3243
3244 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3245
3246         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
3247         relocation code.  Oops, don't comment out too much.
3248
3249         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
3250         iso itself.
3251
3252         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
3253         compile.
3254
3255 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3256
3257         * .cvsignore: Add install-sh.
3258
3259         * autogen.sh (srcdir): Typo.
3260
3261 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3262
3263         * autogen.sh (srcdir): urg. Touch install-sh.
3264
3265         * stepmake/bin/install-sh (Module): remove.
3266
3267         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
3268
3269         * lily/include/relocate.hh: new file.
3270
3271         * lily/relocate.cc: new file. Contain relocation logic.
3272
3273         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
3274         (main): read LILYPOND_VERBOSE as the first thing.
3275
3276         * stepmake/aclocal.m4: remove INSTALL variable.
3277
3278         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
3279         separate target for making font symlinks.
3280         (documentation-dir): use $(if $(findstring )) for switching off
3281         Documentation.
3282
3283         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
3284         something if DOCUMENTATION is no.
3285
3286 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3287
3288         * VERSION: release 2.7.24
3289
3290         * lily/script-column-engraver.cc (stop_translation_timestep):
3291         delay adding to script-column.
3292
3293         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
3294
3295         * python/convertrules.py (conv): rule for number-visibility
3296
3297         * lily/slur-configuration.cc (score_extra_encompass): different
3298         distance measure for avoid and inside avoidance.
3299         (score_extra_encompass): use 1/(distance+eps) as penalty.
3300
3301         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
3302         encompass objects for generating slur curves.
3303
3304         * lily/slur.cc: use details iso. slur-details property.
3305
3306         * input/regression/slur-tuplet.ly: new file.
3307
3308         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
3309
3310         * flower/include/offset.hh (class Offset): new operator /=
3311
3312         * lily/tuplet-number.cc (print): new file, new interface.
3313
3314         * scm/define-grob-properties.scm (all-user-grob-properties):
3315         remove number-visibility property.
3316
3317         * lily/tuplet-bracket.cc (calc_control_points): new function
3318         (calc_connect_to_neighbors): new function.
3319         (print): remove text handling for tuplet numberdef.
3320
3321         * lily/tuplet-engraver.cc (struct Tuplet_description): create
3322         TupletNumbers too. 
3323
3324         * lily/lily-guile.cc (robust_scm2booldrul): new function
3325
3326         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
3327
3328         * lily/tuplet-bracket.cc (calc_position_and_height): use
3329         staff-padding to control whether tuplet brackets are over staves.
3330
3331         * lily/grob.cc (suicide): clear dim_caches_.
3332
3333         * lily/dimension-cache.cc (clear): new function.
3334
3335         * lily/grob.cc (extent): swap order of min-extent and extent
3336         calculations. This fixes hara kiri staves. 
3337
3338 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3339
3340         * lily/main.cc: Nitpick: relocation is not based on path, but on
3341         directory (location).
3342
3343 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3344
3345         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
3346
3347         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
3348
3349         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
3350
3351         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
3352
3353         * stepmake/stepmake/generic-vars.make (Module): idem.
3354
3355         * stepmake/stepmake/executable-targets.make (default): use it.
3356
3357         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
3358
3359         * make/GNUmakefile: don't install make rules.
3360
3361         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
3362         slashes.
3363         (prepend_env_path): more verbosity.
3364
3365 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3366
3367         * GNUmakefile.in: add dir argument for find command.
3368
3369         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
3370         fixes weird line numbers for point & click.
3371
3372         * lily/source-file.cc (get_counts): init line/column/char counts.
3373
3374 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3375
3376         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
3377
3378 2005-12-16  Graham Percival  <gpermus@gmail.com>
3379
3380         * Documentation/user/basic-notation.itely, advanced-notation.itely:
3381         minor fixes from Fredric.  Thanks!
3382
3383 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3384
3385         * ly/music-functions-init.ly: add \bar and \clef music function 
3386
3387         * lily/lily-lexer.cc: idem.
3388
3389         * lily/parser.yy (FIXME): remove BAR and CLEF.
3390
3391 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3392
3393         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
3394
3395         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
3396         function arguments too
3397
3398         * lily/main.cc (set_relocation): new function.
3399
3400         * scripts/musicxml2ly.py (convert): add \version
3401
3402         * lily/tie.cc: remove get_default_attachments()
3403
3404         * VERSION (PACKAGE_NAME): release 2.7.23
3405         
3406         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
3407         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
3408
3409         * Documentation/topdocs/NEWS.tely (Top): document new feature.
3410
3411         * lily/tie-formatting-problem.cc (score_ties): new function
3412         (get_variations): new function. Try flipping dirs for collisions.
3413         (generate_optimal_chord_configuration): new function. 1-opt search
3414         for better configuration.
3415
3416         * lily/tie-configuration.cc: new file.
3417
3418         * lily/tie.cc: junk Tie::get_configuration()
3419
3420         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
3421         (score_ties_configuration): new function.
3422         (generate_ties_configuration): new function.
3423         (generate_base_chord_configuration): new function.
3424         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
3425         (set_manual_tie_configuration): Move body from tie-column-format.cc 
3426
3427         * input/regression/tie-dot.ly: new file.
3428
3429         * lily/tie-formatting-problem.cc (score_configuration): score
3430         tie/dot collisions.
3431
3432         * lily/tie-helper.cc (get_transformed_bezier): new function
3433
3434         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
3435
3436         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
3437         -undefined suppress iso. -framework Python 
3438
3439         * scm/define-grobs.scm (all-grob-descriptions): set
3440         springs-and-rods (thanks Joe Neeman!)
3441
3442 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3443
3444         * input/no-notation/display-lily-tests.ly (test): 
3445         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
3446         changed from \tag #'(a b) to \tag #'a \tag #'b
3447
3448 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3449
3450         * Documentation/topdocs/NEWS.tely: strip out-www.
3451
3452         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
3453
3454         * config.make.in (AR): add AR and RANLIB
3455
3456         * flower/libc-extension.cc: include cassert
3457
3458         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
3459         darwin check.
3460
3461 2005-12-11  Graham Percival  <gpermus@gmail.com>
3462
3463         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
3464
3465         * stepmake/stepmake/python-modules-vars.make: define
3466         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
3467
3468         * THANKS: added Johannes Schindelin.
3469
3470 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3471
3472         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
3473
3474         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3475         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
3476
3477         * lily/parser.yy: reorganize file layout.
3478
3479         * ly/music-functions-init.ly: add tweak music function.
3480
3481         * lily/grob-info.cc (ultimate_music_cause): new function:
3482         recursively lookup causes. 
3483
3484         * lily/parser.yy (chord_body_element): allow music functions for
3485         post-events, allow music functions for chord elements. 
3486  
3487         * lily/font-config-scheme.cc (display_fontset): add cast.
3488
3489         * python/convertrules.py (FatalConversionError.sub_syms): \tag
3490         #'(a b) -> \tag #'a \tag #'b rule.
3491
3492         * python/musicexp.py (Output_printer.dump_version): new function
3493
3494 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3495
3496         * lily/parser.yy (FIXME): remove \tag
3497         (FIXME): remove tag_music() function.
3498
3499         * lily/lily-lexer.cc: remove \tag
3500
3501         * ly/music-functions-init.ly: define music-function "tag"
3502
3503         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
3504
3505 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3506
3507         * VERSION (PATCH_LEVEL): release 2.7.22
3508
3509         * input/regression/lyric-hyphen-retain.ly: renew.
3510
3511         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
3512         grob
3513
3514         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
3515         iso. minimum-length property for rods.
3516
3517         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
3518         LyricSpace item to keep lyrics spaced apart.
3519
3520         * ly/engraver-init.ly: remove Separating_line_group_engraver
3521
3522         * Documentation/user/music-glossary.tely: do setfilename before
3523         music-glossary.
3524
3525 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
3526
3527         * Documentation/user/lilypond-book.itely: use `,´ after xref:
3528         See xref documentation, for example.
3529
3530 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3531
3532         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
3533         pending_skip iso. ly_voice[-1]
3534         (main): add if __main__ for debugging.
3535
3536         * python/musicxml.py (Accidental.__init__): new class.
3537
3538         * scripts/musicxml2ly.py (progress): new function
3539         (musicxml_key_to_lily): don't barf on modeless keys.
3540         (create_skip_music): new function.
3541         (musicxml_spanner_to_lily_event): new function. Handle beams too.
3542         (musicxml_note_to_lily_main_event): new function.
3543
3544         * python/musicexp.py (Music.__init__): add comment field.
3545         (NestedMusic.append): new routine.
3546         (SequentialMusic.print_ly): print comment.
3547         (ArpeggioEvent.ly_expression): new class
3548         (BeamEvent.ly_expression): new class
3549         (NoteEvent.__init__): support for cautionary/forced accs.
3550
3551         * lily/lookup.cc (slur): normal order for array loop.
3552
3553         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
3554         to 0.0.
3555
3556         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
3557         collapsed.
3558
3559 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
3560
3561         * scm/music-functions.scm: Make phrasing slurs follow voice direction
3562
3563         * scripts/lilypond-book.py: Introduce option
3564             --preserve-line-breaks, for usage with srcltx
3565
3566 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3567
3568         * scm/output-lib.scm (print-circled-text-callback): draw circle
3569         around text using make-circle-markup.
3570
3571         * Documentation/user/*: strip out-www from file names.
3572
3573 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
3574
3575         * Documentation/user/lilypond.tely (direntry): remove empty lines;
3576         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
3577
3578 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3579
3580         * Documentation/user/GNUmakefile: idem.
3581
3582         * Documentation/user/macros.itexi: strip out-www
3583
3584         * python/rational.py: python 2.3 compat.
3585
3586         * VERSION (PATCH_LEVEL): release 2.7.21
3587
3588         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
3589         option formatting, lilypond style.
3590
3591         * python/musicexp.py: grab from Ikebana: a library for composing
3592         ly music expressions. 
3593         (Output_printer): class for advanced .ly printing.
3594         (eg. tupletting) 
3595
3596         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
3597         convert to pythonesque structure.
3598
3599         * python/rational.py: PD rational number class.
3600
3601         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
3602
3603 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
3604
3605         * lily/part-combine-iterator.cc: Minor bugfix
3606         
3607         * THANKS: Update bughunters
3608
3609 2005-12-02  Werner Lemberg  <wl@gnu.org>
3610
3611         * mf/README: Document process for proper mf2pt1 conversion.
3612
3613         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
3614         overlapping.
3615
3616         * mf/feta-harmonica.mf: Removed.  Unused.
3617
3618 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3619
3620         * scripts/lilypond-book.py (do_file): fix thinkos.
3621
3622 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3623
3624         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
3625         ($(outdir)/parser.cc): 
3626         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
3627
3628 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
3629
3630         * ly/titling-init.ly (tagline): it should be a space between
3631         "Music engraving by LilyPond" and the version number.
3632
3633 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3634
3635         * VERSION (PACKAGE_NAME): release 2.7.20
3636
3637 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3638
3639         * scm/define-markup-commands.scm (pad-to-box): new markup command.
3640
3641         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
3642         1.0.
3643         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
3644
3645 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3646
3647         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
3648
3649         * kpath-guile/: remove directory
3650
3651         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
3652         file. Encapsulate kpathsea using commandline tools.
3653
3654         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
3655         kpathsea) module.
3656
3657 2005-11-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3658
3659         * Documentation/user/advanced-notation.itely (Setting automatic
3660         beam behavior): Correct a few typos. Thanks to David Bobroff.
3661
3662         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
3663         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
3664
3665 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3666
3667         * scripts/*.py: gmane address for bugs.
3668
3669 2005-11-28 Pal Benko <benkop@freestart.hu>
3670         
3671         * make/ly-rules.make: add -f switch to mv
3672
3673         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
3674
3675         * lily/bar-line.cc: interpret it
3676
3677 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3678
3679         * configure.in (--disable-documentation): New switch.
3680
3681         * GNUmakefile.in: Use it.
3682
3683         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
3684
3685 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3686
3687         * scripts/lilypond-book.py (do_file): search chunks for
3688         \\begin{document}
3689
3690         * GNUmakefile.in: add copy step in between so we can lose the
3691         out-www directories.
3692
3693 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3694
3695         * lily/pango-font.cc (pango_item_string_stencil): put
3696         geometry.width into glyph-string too.
3697
3698 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3699
3700         * scm/define-music-display-methods.scm (RevertProperty):
3701         (OverrideProperty): Use grob-property-path property, a list of
3702         symbols, instead of grob-property, which used to be a single
3703         symbol.
3704         (BassFigureEvent): a figure can be a plain number, not necessarily a
3705         markup.
3706
3707 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3708
3709         * VERSION: release 2.7.19
3710         
3711         * lily/figured-bass-engraver.cc (process_music): check
3712         figuredBassCenterContinuations first.
3713
3714         * scm/translation-functions.scm (format-bass-figure): make double
3715         sharp larger. 
3716
3717         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
3718         determine X-parent.
3719
3720         * lily/system-start-delimiter-engraver.cc: move from
3721         Nested_system_start_delimiter_engraver, rename
3722         Nested_system_start_delimiter_engraver ->
3723         System_start_delimiter_engraver.
3724
3725         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
3726         bracket type from hierarchy.
3727
3728 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3729
3730         * lily/rest.cc (y_offset_callback): read staff-position.
3731
3732         * scm/define-grob-properties.scm (all-user-grob-properties): don't
3733         mark after-line-breaking-callback as internal.
3734
3735         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
3736
3737 2005-11-25  Werner Lemberg  <wl@gnu.org>
3738
3739         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
3740
3741 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3742
3743         * stepmake/bin/add-html-footer.py (do_file): add google
3744
3745         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
3746         staff if first_start_ is true.
3747
3748 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3749
3750         * scripts/midi2ly.py (split_track): add __repr__ members.
3751         (track_first_item): only return Item if not None. This fixes a
3752         problem when dumping a track that starts with an empty channel.
3753
3754         * python/midi.c: doc module.
3755
3756 2005-11-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3757
3758         * Documentation/user/global.itely (Creating MIDI files): Fix
3759         compilation problem.
3760
3761 2005-11-22  Graham Percival  <gpermus@gmail.com>
3762
3763         * Documentation/user/basic-notation.itely: clarify dynamic
3764         padding text.
3765
3766         * Documentation/user/advanced-notation.itely: add unicode
3767         escape control example, whatever that is.  :)
3768
3769         * Documentation/user/global.itely: added "removing dynamics
3770         from MIDI" code.
3771
3772 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3773
3774         * VERSION (PATCH_LEVEL): release 2.7.18
3775
3776         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
3777         System_start_delimiter_engraver by
3778         Nested_system_start_delimiter_engraver.
3779
3780         * lily/nested-system-start-delimiter-engraver.cc (struct
3781         Bracket_nesting_node): new class.
3782         (struct Bracket_nesting_group): new class
3783         (struct Bracket_nesting_staff): new class.
3784         (process_music): create hierarchy of grobs. This allows separate
3785         tuning of different SSDs. 
3786
3787         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
3788         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
3789
3790 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3791
3792         * lily/side-position-interface.cc (aligned_side): multiply
3793         staff_radius by 2.
3794
3795         * lily/script-engraver.cc (make_script_from_event): allow setting
3796         values to '()
3797
3798 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3799
3800         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
3801
3802         * scm/define-grobs.scm (all-grob-descriptions): new grob
3803         NestedSystemStartDelimiter.
3804
3805         * input/regression/system-start-heavy-bar.ly: new file.
3806
3807         * lily/nested-system-start-delimiter-engraver.cc: new file.
3808
3809         * lily/nested-system-start-delimiter.cc: new file.
3810
3811         * input/regression/system-start-nesting.ly: new file.
3812
3813         * scm/define-grobs.scm (all-grob-descriptions): use X side
3814         positioning for positioning braces for nested contexts.
3815
3816         * lily/system-start-delimiter.cc (print): don't divide extent by
3817         staff_space.
3818         (print): use style iso. glyph.
3819         (staff_bracket): translate glyph inside routine already.
3820
3821 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
3822
3823         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
3824         names.
3825
3826 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3827
3828         * scm/define-context-properties.scm
3829         (all-user-translation-properties): rename figuredBassFormatter
3830         from newFiguredBassFormatter.
3831
3832         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
3833
3834         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
3835
3836         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
3837
3838         * lily/beam.cc (calc_beaming): new function.
3839         (calc_shorten): new function.
3840
3841         * THANKS: add Edward Neeman.
3842
3843         * input/regression/accidental-clef-change.ly: new file.
3844
3845         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
3846
3847         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
3848
3849         * lily/clef-engraver.cc (inspect_clef_properties): reset
3850         localKeySignature for clef changes.
3851
3852 2005-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3853
3854         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
3855         add dummy definition that works in Linux and add information in
3856         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
3857
3858         * Documentation/user/changing-defaults.itely (Modifying context
3859         plug-ins): Add index for \with.
3860
3861         * Documentation/user/music-glossary.tely (dal segno): Updated
3862         example to version >=2.6.
3863
3864 2005-11-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3865
3866         * Documentation/user/instrument-notation.itely (Printing chord
3867         names): Reorder \chordmode and \repeat in one example.
3868
3869 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3870
3871         * VERSION: release 2.7.17
3872         
3873         * Documentation/topdocs/NEWS.tely (Top): add note about
3874         refactoring.
3875
3876         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
3877         new function. Search region of 3 positions for best tie.
3878         (score_configuration): new function.
3879         (score_aptitude): new function.
3880         (generate_configuration): new function.
3881         (get_configuration): new function.
3882         (Tie_formatting_problem): new function
3883
3884         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
3885
3886         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
3887
3888         * THANKS: add Eduardo Vieira & Ralph Little
3889
3890         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
3891         narrower.
3892
3893         * lily/include/tie-formatting-problem.hh (class
3894         Tie_formatting_problem): add Tie_details to
3895         Tie_formatting_problem. Update calling conventions.
3896
3897         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
3898         config.make.
3899
3900         * Documentation/user/lilypond.tely: remove musedata2ly entry.
3901
3902 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
3903
3904         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
3905         scm/define-context-properties.scm: Maintenance bugfix: make
3906         ligature brackets work again by removing obsolete ligature
3907         primitive callback push/pop.
3908
3909         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
3910         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
3911         value.
3912
3913 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3914
3915         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
3916         used and do not call it a path.
3917         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
3918
3919 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3920
3921         * lily/include/tie-formatting-problem.hh (class
3922         Tie_formatting_problem): new file.
3923
3924         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
3925
3926         * Documentation/misc/ChangeLog-2.3:  new file.
3927
3928         * lily/audio-staff.cc (output): degarianize.
3929
3930 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3931
3932         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
3933         Unset PYTHONOPTIMIZE.  Fixes install if set.
3934
3935 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3936
3937         * python/convertrules.py (conv): add warning about drums. 
3938
3939         * make/stepmake.make: include toplevel-version.make after config.make.
3940
3941         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
3942         also allow python2.4
3943
3944         * config.make.in (configure-srcdir): remove GXX GCC vars.
3945
3946         * stepmake/aclocal.m4: don't do non-srcdir build with
3947         symlinks. Use inclusion, so the src directory name can be changed.
3948
3949 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3950
3951         * make/mutopia-vars.make:
3952         * make/ly-vars.make: Use src-wildcard iso wildcard for source
3953         files.
3954
3955 2005-11-13  Werner Lemberg  <wl@gnu.org>
3956
3957         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
3958         but the affected path.  This ensures that the (overlapping) outlines
3959         have the same direction, which is a necessary prerequisite for
3960         FontForge's algorithm to remove overlaps.
3961         Formatting.
3962
3963         * mf/feta-haak.mf: Formatting.
3964         (draw_bracket): Slightly modify outline to avoid an unnecessary
3965         corner.
3966         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
3967         them from the affected paths.
3968
3969 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3970
3971         * mf/README: remove xpm / accordion notes.
3972
3973         * lily/tie-column-format.cc (set_chord_outline): add dots into
3974         skyline extents. This fixes tie formatting if the left head has dots.
3975
3976         * lily/tie.cc (get_configuration): only shift tie by a whole staff
3977         space inside the staff.
3978         (get_configuration): shift another position if necessary in case
3979         of left head tie  
3980
3981 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3982
3983         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
3984         buildscript-dir iso. $(depth)/buildscripts.
3985
3986         * tex/GNUmakefile (local-uninstall): remove
3987         music-drawing-routines.ps juggling.
3988
3989         * stepmake/stepmake/install-targets.make (local-install-files):
3990         prepend src-dir to install targets.
3991
3992         * lily/system-start-delimiter-engraver.cc
3993         (acknowledge_system_start_delimiter): use
3994         add_offset_callback(). This fixes translation of nested
3995         staffgroups.
3996
3997         * lily/grob-closure.cc (add_offset_callback): only encaps in
3998         simple_closure if it's a procedure.
3999         
4000         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
4001         from bar-line.
4002
4003         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
4004         remove-empty where pertinent.
4005
4006 2005-11-12  Graham Percival  <gpermus@gmail.com>
4007
4008         * Documentation/user/instrument-notation.itely: added
4009         Cameron Horsburgh's multiple stanzas docs.  Thanks!
4010
4011 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4012
4013         * lily/GNUmakefile
4014         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
4015         make picture in builddir, not srcdir.
4016
4017 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4018
4019         * VERSION: release 2.7.16
4020         
4021         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
4022         shell arguments. 
4023
4024 2005-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4025
4026         * Documentation/user/examples.itely (Piano templates): Minor
4027         modification to the Piano centered lyrics example.
4028
4029 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4030
4031         * scripts/lilypond-invoke-editor.scm (run-browser): look at
4032         $BROWSER.
4033
4034         * Documentation/user/point-and-click.itely: simplify p&c
4035         instruction: don't configure firefox. Put lilypond-invoke-editor
4036         in front of the browser.
4037
4038         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
4039         (run-browser): new function.
4040
4041         * lily/parser.yy (Lily_lexer): recognize Book
4042
4043         * lily/book.cc (clone): new function
4044
4045         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
4046
4047 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
4048
4049         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
4050         Maintenance bugfix: reduce number of font related warnings by
4051         updating naming conventions for glyph-name.
4052
4053 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4054
4055         * scm/define-grobs.scm (all-grob-descriptions): add
4056         rhythmic-grob-interface to TabNoteHead.
4057
4058         * scm/layout-beam.scm (check-quant-callbacks): remove
4059         set_stem_lengths()
4060
4061 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
4062
4063         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
4064         alignment of centered divisiones.
4065
4066         * scm/scripts.scm (articulations): Maintenance bugfix:
4067         follow-into-staff -> quantize-position.
4068
4069         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
4070         plica head in porrectus deminutus.
4071
4072 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4073
4074         * make/lilypond.fedora.spec.in (Group): add %clean section.
4075
4076         * lily/tuplet-bracket.cc (print): change check: remove bracket if
4077         less then 1/5th of total length.  
4078         (print): use gap too.  Fixes tupletUp-single-bracket.ly
4079
4080         * scm/music-functions.scm (glue-mm-rest-texts): also put other
4081         events into EventChord. This fixes textspanners on mm rests. Fixes
4082         spanner-rest.ly
4083
4084         * lily/side-position-interface.cc (get_axis): read side-axis
4085         (set_axis): set side-axis.
4086
4087         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
4088         properties everywhere.
4089
4090         * lily/spacing-spanner.cc (breakable_column_spacing): add
4091         average-spacing-wishes. Take maximum if not set.
4092         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
4093
4094         * scm/define-grobs.scm (all-grob-descriptions): add
4095         average-spacing-wishes.
4096
4097         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
4098         offset callbacks. This fixes alignment for Fingering objects.
4099
4100         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
4101         space for key - timesig combination. 
4102
4103         * input/regression/script-stem-tremolo.ly (Module): new file.
4104
4105         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
4106         to key sig.
4107
4108         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
4109         Fixes: c-tremolo-script.ly.
4110         
4111         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
4112
4113         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
4114         
4115         * scm/define-grobs.scm (all-grob-descriptions): remove
4116         self-X-offset. Fixes alignment of octavate-8.
4117
4118         * scripts/lilypond-book.py (datadir): look in
4119         LILYPONDPREFIX/share/lilypond/current/
4120
4121         * GNUmakefile.in: symlink current to <VERSION>. 
4122
4123 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
4124
4125         * lily/main.cc: eps listed as a backend.
4126
4127 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4128
4129         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
4130
4131 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4132
4133         * lily/include/score.hh (class Score): remove texts_ member.
4134
4135         * lily/beam.cc (set_stem_lengths): force direction callback.
4136         (print): read quantized-positions, so we can force
4137         Beam::set_stem_lengths to occur.
4138         (rest_collision_callback): use common X parent. 
4139
4140 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4141
4142         * flower/file-path.cc (find): Bugfix: Return name of file found.
4143
4144         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
4145         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
4146         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
4147
4148 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4149
4150         * flower/offset.cc: idem.
4151
4152         * mf/*.mf: update email address.
4153
4154         * lily/font-config-scheme.cc:  new file.
4155
4156         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
4157
4158         * lily/*:  cs.uu.nl -> xs4all.nl
4159
4160         * VERSION (PATCH_LEVEL): release 2.7.15
4161
4162         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
4163         spec files.
4164
4165         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
4166
4167 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4168
4169         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
4170
4171         * lily/staff-performer.cc (process_music): add audio
4172         elements. This makes MIDI instrument changes work once again.
4173
4174         * lily/main.cc (LY_DEFINE): add gmane address.
4175
4176         * lily/beam.cc: remove calc_positions()
4177
4178         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
4179         original_ in private scope.
4180         (class Grob): drop pscore_ pointer, change to output_def pointer.
4181         (class Grob): cleanup class definition.
4182
4183         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
4184
4185 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4186
4187         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
4188         absolute.  Better diagnostics.
4189
4190         * GNUmakefile.in: Add bin/ to tree and populate with some links.
4191         This makes lilypond run from the build directory using argv0
4192         relocation (without any --prefix or LILYPONDPREFIX setting).
4193
4194 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4195
4196         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
4197
4198         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
4199         with simple-closure.
4200
4201         * lily/self-aligment-interface.cc (set_align_self): new function
4202         (set_center_parent): new function.
4203
4204         * lily/side-position-interface.cc (set_axis): new function.
4205
4206         * lily/new-fingering-engraver.cc (position_scripts): use drul for
4207         generic code. 
4208
4209         * scm/define-grob-properties.scm (all-user-grob-properties):
4210         remove [XY]-offset-callbacks add [YX]-offset
4211         
4212 2005-11-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4213
4214         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
4215         entry for time signatures after breathing signs. Bug report by
4216         Scott Russell.
4217
4218 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4219
4220         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
4221         not absolute, make it absolute using PATH.
4222
4223 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4224
4225         * python/midi.c (initmidi): Fix type for mingw.
4226
4227 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4228
4229         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
4230
4231         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
4232         cross compiling.
4233
4234         * stepmake/aclocal.m4: Support python cross compiling.
4235
4236         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
4237         Add mingw section.
4238
4239 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4240
4241         * scm/output-lib.scm (chain-grob-member-functions): replace
4242         chained-callback.cc
4243
4244         * lily/chained-callback.cc (Module): remove file.
4245
4246         * lily/rest-collision.cc (force_shift_callback_rest): change to
4247         chained callback.
4248
4249         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
4250
4251         * lily/grob.cc (y_parent_positioning): remove axis argument from
4252         parent_positioning callbacks.
4253         (Grob): junk init code
4254         (get_offset): use generic property callbacks for
4255         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
4256         (axis_parent_positioning): new function
4257         (axis_offset_symbol): new function
4258         (chain_offset_callback): new function
4259         (add_offset_callback): new function
4260
4261         * lily/beam.cc (rest_collision_callback): change signature; this
4262         is now a chained callback.
4263
4264         * lily/include/dimension-cache.hh (class Dimension_cache): remove
4265         callback administration.
4266
4267         * lily/simple-closure.cc: new file. Smob type that allows "grob
4268         member functions",
4269
4270             (ly:make-simple-closure FUNC A B)
4271
4272         is evaluated as (FUNC grob A B). This allows chaining of callbacks
4273         in various ways.
4274
4275         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
4276         callbacks.
4277
4278         * lily/slur.cc (outside_slur_callback): take 2 arguments.
4279
4280         * lily/rest.cc (polyphonic_offset_callback): remove.
4281
4282         * lily/script-engraver.cc (try_music): remove bool* argument.
4283
4284         * scm/script.scm (default-script-alist): set quantize-position
4285         appropriately.
4286
4287         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
4288
4289         * lily/side-position-interface.cc (aligned_side): move staff
4290         position quantization from
4291         Side_position_interface::quantised_position().
4292         (quantised_position): remove
4293         
4294 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4295
4296         * input/regression/beam-quant-standard.ly: reindent, set
4297         debug-beam-quanting to #t.
4298
4299         * lily/beam-concave.cc (calc_concaveness): set concaveness to
4300         10000 if this is a "hard" concave beam.
4301
4302         * lily/beam.cc (calc_least_squares_positions): change from
4303         calc_least_squares_dy
4304         (set_stem_lengths): this is now a chained callback.
4305
4306         * lily/context-property.cc (execute_general_pushpop_property):
4307         bugfix override with procedure should have effect.
4308
4309         * scm/define-grob-properties.scm (all-internal-grob-properties):
4310         remove position-callbacks.
4311
4312         * scm/define-grobs.scm (all-grob-descriptions): use
4313         ly:make-callback-chain for positions property.
4314
4315         * scm/layout-beam.scm (check-quant-callbacks): return list of
4316         chained callbacks.
4317
4318         * scm/lily.scm (type-p-name-alist): add callback-chain
4319
4320         * lily/lily-guile.cc (type_check_assignment): type check failure
4321         is warning not message.
4322
4323         * lily/grob-property.cc (try_callback): walk callback chain if
4324         appropriate.
4325
4326         * lily/chained-callback.cc: new file. new smob type.
4327
4328         * lily/lily-guile.cc (procedure_arity): new function.
4329
4330 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4331
4332         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
4333
4334 2005-10-25  John Mandereau  <john.mandereau@free.fr>
4335  
4336         * Documentation/user/instrument-notation.itely (Figured bass):
4337         describe new features
4338
4339 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4340
4341         * lily/beam.cc (calc_least_squares_dy): use property callback.
4342
4343         * lily/beam-concave.cc (calc_concaveness): use property callback.
4344
4345         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
4346
4347 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4348
4349         * HACKING: Update.
4350
4351 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4352
4353         * scm/layout-page-layout.scm (page-headfoot): annotate
4354         pagetopspace too.
4355
4356         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
4357
4358         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
4359         doesn't take y-space.
4360
4361         * scm/paper.scm (paper-alist): fix A7 dimensions. 
4362
4363 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4364
4365         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
4366         src-wildcard, remove $(wildcard).
4367
4368         * po/GNUmakefile (PO_FILES): 
4369         * ps/GNUmakefile (PS_FILES): 
4370         * tex/GNUmakefile (TEX_FILES): 
4371         * cygwin/GNUmakefile (POSTINSTALLS):
4372         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
4373         some wildcard calls.
4374
4375 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4376
4377         * THANKS: add Thomas Bushnell.
4378
4379 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4380
4381         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
4382         (lilypond-main): Redirect to gui-main if 'gui is set.
4383
4384         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
4385         for alternative installations kludging s/share/lib/g
4386         LILYPONDPREFIX. 
4387
4388         * SConstruct (libdir_package_version): Define.
4389
4390         * python/SConscript: 
4391         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
4392         module in libdir.  
4393
4394 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4395
4396         * lily/main.cc: clarify --safe.
4397
4398 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4399
4400         * VERSION: release 2.7.14
4401         
4402         * Documentation/user/*.itely: remove minimumVerticalExtent.
4403
4404         * scm/define-grobs.scm (all-grob-descriptions): remove
4405         RemoveEmptyVerticalGroup
4406
4407         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
4408
4409         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
4410         compile on MOSX
4411
4412         * python/convertrules.py (conv): add rules.
4413
4414         * lily/grob.cc: remove is_empty()
4415
4416         * lily/grob-property.cc: remove add_to_list_property().
4417
4418         * scripts/convert-ly.py (datadir): add prefix switching hack to
4419         .py too.
4420
4421         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
4422         space-function tweak.
4423
4424         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
4425
4426         * scm/define-grob-properties.scm (all-user-grob-properties):
4427         remove callback property.
4428
4429         * lily/include/grob.hh (class Grob): remove property_callbacks_
4430         member. Properties of procedure type are assumed to be callbacks.
4431
4432         * lily/ligature-engraver.cc (override_stencil_callback):
4433         rewrite. Use noteHeadLigaturePrimitive as source.
4434
4435         * scm/define-grob-properties.scm (all-internal-grob-properties):
4436         remove ligature-primitive-callback
4437
4438         * lily/include/dimension-cache.hh (class Dimension_cache): make
4439         class, with Grob as friend.
4440
4441         * lily/grob.cc: remove set_extent_callback(), set_extent() and
4442         has_extent_callback()
4443
4444         * scm/translation-functions.scm (format-new-bass-figure): read
4445         figuredBassPlusDirection
4446
4447         * scm/define-context-properties.scm
4448         (all-user-translation-properties): add figuredBassPlusDirection.
4449
4450         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
4451
4452         * lily/align-interface.cc (set_ordered): new function.
4453
4454         * lily/grob.cc (flush_extent_cache): rewrite.
4455
4456         * lily/dimension-cache.cc (Dimension_cache): cache extent as
4457         Interval pointer directly.
4458
4459         * lily/main.cc (setup_paths): insert extra / .
4460         (setup_paths): junk cff entry.
4461
4462         * lily/font-config.cc (init_fontconfig): only add type1 / otf
4463         directories.
4464
4465         * lily/axis-group-engraver.cc (finalize): remove
4466         extraVerticalExtent, minimumVerticalExtent verticalExtent.
4467
4468         * lily/grob.cc (Grob): don't set extent from ctor.
4469         (extent): use property callbacks. 
4470
4471         * lily/axis-group-interface.cc: remove set_axes() function.
4472
4473         * lily/grob-property.cc (del_property): new function.
4474
4475 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4476
4477         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
4478         
4479 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4480
4481         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
4482
4483 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4484
4485         * mf/SConscript: Updates.
4486
4487         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
4488
4489         * stepmake/stepmake/*:
4490         * */GNUmakefile:
4491         * config.make.in:
4492         * GNUmakefile.in:
4493         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
4494         from any directory in build-dir.  Cleanups.
4495
4496         * make/srcdir.make.in: Remove.
4497
4498         * lily/main.cc (setup_paths): Fix and document build-dir hack.
4499
4500         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
4501         main).
4502
4503         * lily/SConscript: Remove ttftools.
4504
4505         * SConstruct: Resurrect.
4506
4507 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4508
4509         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
4510         Y coordinate. 
4511
4512         * lily/paper-book.cc (add_score_title): put Paper_score title into
4513         systems_ list.
4514
4515         * scm/translation-functions.scm (format-new-bass-figure): also
4516         allow plus in combination with _
4517
4518 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4519
4520         * VERSION: 2.7.13 released.
4521
4522         * lily/note-collision.cc (check_meshing_chords): don't wipe
4523         stencil, merely set transparent.
4524
4525         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
4526         (Top): document #'callbacks.
4527         (Top): document nested \override.
4528
4529         * input/regression/figured-bass.ly: update for slash and pluses.
4530
4531         * input/regression/figured-bass-continuation-forbid.ly (Module):
4532         new file.
4533
4534         * scm/translation-functions.scm (format-new-bass-figure): use
4535         slashed-digit if diminished is set.
4536         (format-new-bass-figure): add + if 'augmented is set.
4537
4538         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
4539
4540         * input/test/piano-staff-distance.ly: remove file.
4541
4542         * Documentation/user/advanced-notation.itely (Formatting cue
4543         notes): use length-fraction for making stems/beams smaller.
4544
4545         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
4546         modifications.
4547
4548         * lily/new-figured-bass-engraver.cc: new property
4549         centerFiguredBassContinuations
4550
4551         * Documentation/user/changing-defaults.itely (Difficult tweaks):
4552         use callbacks.
4553
4554         * lily/context-property.cc (execute_general_pushpop_property):
4555         robustness checks.
4556
4557         * input/regression/override-nest.ly: new file.
4558
4559         * python/convertrules.py (FatalConversionError.subber): conversion
4560         rule for #'callbacks
4561
4562         * input/regression/override-nest.ly: new function.
4563
4564         * lily/parser.yy (music_property_def): allow \override #'a #'b =
4565         #c too. 
4566
4567         * lily/context-property.cc (lookup_nested_property): new function.
4568         (evict_from_alist): new function.
4569         (general_pushpop_property): new function.
4570         (execute_general_pushpop_property): rewrite. Support nested
4571         properties too.
4572
4573 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4574
4575         * lily/beam.cc: use length-fraction too.
4576
4577         * scm/define-grob-properties.scm (all-user-grob-properties):
4578         remove property flag-width-function
4579         (all-user-grob-properties): remove space-function.
4580
4581         * scm/layout-beam.scm: remove flag-width-function.
4582
4583         * lily/beam.cc: remove flag-width-function
4584
4585         * scm/layout-beam.scm: remove beam dir functions.
4586
4587         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
4588
4589         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
4590         for easier grace tweaks.
4591
4592         * lily/beam.cc: remove dir-function.
4593
4594         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
4595
4596         * lily/grob.cc: remove spacing-procedure.
4597
4598         * lily/note-head.cc (calc_stem_attachment): new function.
4599         (internal_print): use callback to get glyph-name.
4600
4601         * lily/grob-property.cc (get_interfaces): new function.
4602
4603         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
4604
4605         * lily/stem.cc (calc_stem_end_position): new function.
4606         (calc_length): new function.
4607         document details for stem.
4608         remove Stem::get_direction()
4609
4610         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
4611
4612         * lily/grob-property.cc (set_callback): new function.
4613
4614         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
4615
4616         * lily/item-scheme.cc: new file.
4617
4618         * lily/bar-line.cc (before_line_breaking): remove function.
4619         remove bar-size-procedure, break-glyph-function
4620
4621         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
4622
4623         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
4624
4625         * lily/system-start-delimiter.cc (print): suicide from
4626         here. Remove after_line_breaking_callback.
4627
4628         * lily/script-interface.cc (calc_direction): use callback for direction.
4629
4630         * lily/side-position-interface.cc (aligned_side): don't use
4631         Side_position_interface::get_direction directly. Use callback. 
4632
4633         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
4634         calculate stencil.
4635         (get_print_stencil): rename from get_stencil: create stencil with
4636         transparency, color and cause. 
4637
4638         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
4639
4640         * python/convertrules.py (conv): insert temporary warning rule.
4641
4642         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
4643
4644         * lily/grob-property.cc (try_callback): remove marker if applicable.
4645
4646         * lily/grob.cc: elucidate doc about after/before-line-breaking
4647
4648         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
4649
4650         * lily/stem.cc (height): idem.
4651
4652         * lily/stem-tremolo.cc: idem.
4653
4654         * lily/slur.cc (height): don't use get_uncached_stencil()
4655
4656         * lily/rest.cc (y_offset_callback): use offset callback
4657         iso. after-line-breaking callback.
4658
4659         * lily/grob.cc: change after/before-line-breaking-callback to
4660         after/before-line-breaking dummy properties.
4661
4662         * lily/include/grob.hh: remove Grob_status.
4663
4664         * scm/define-context-properties.scm
4665         (all-user-translation-properties): remove verticalAlignmentChildCallback
4666
4667         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
4668         (calc_direction): use callback
4669         (calc_positions): use callback.
4670
4671         * lily/tie.cc (calc_direction): use callback. Only call parent
4672         positioning for more than one tie.
4673
4674         * lily/tie-column.cc (calc_positioning_done): use callback
4675
4676         * lily/slur-scoring.cc (calc_control_points): use callback
4677
4678         * lily/slur.cc (calc_direction): use callback.
4679
4680         * lily/note-collision.cc (force_shift_callback): remove.
4681
4682         * lily/dot-column.cc (force_shift_callback): remove. Use
4683         other_axis_parent_positioning.
4684
4685         * lily/grob.cc (other_axis_parent_positioning): new function.
4686         (same_axis_parent_positioning): new function
4687
4688         * lily/align-interface.cc (alignment_callback): remove function.
4689
4690         * lily/note-collision.cc (calc_positioning_done): use callback.
4691
4692         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
4693         (calc_direction): idem.
4694         remove print function.
4695
4696         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
4697
4698         * lily/dot-column.cc (calc_positioning_done): use callback.
4699
4700         * lily/break-align-interface.cc (calc_positioning_done): use callback.
4701
4702         * lily/beam.cc (calc_direction): use pseudo-property for beam
4703         direction callback.
4704         (calc_positions): use callback 
4705
4706         * lily/align-interface.cc (calc_positioning_done): use
4707         callback. Fold fixed  distance and normal alignment in one function.
4708
4709         * lily/stem.cc (calc_stem_end_position): use callback.
4710         (calc_positioning_done): idem.
4711         (calc_direction): idem.
4712         (calc_stem_end_position): idem
4713         (calc_stem_info): idem.
4714
4715         * lily/grob-property.cc (get_property_data): new function: 
4716         (try_callback): new function.
4717
4718         * scm/define-grob-properties.scm (all-user-grob-properties): doc
4719         callbacks property.
4720
4721         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
4722
4723 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4724
4725         * lily/tie.cc (get_position): robustness fix. Don't crash if a
4726         tie
4727         has no heads.
4728         
4729         * lily/include/*.hh (Module): compile fixes.
4730
4731 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
4732
4733         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
4734         as an argument for char-syntax: use (char-syntax (or nil 0)) 
4735         instead of (char-syntax nil), thanks to Milan Zamazal.
4736
4737 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4738
4739         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
4740         dist.
4741
4742         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
4743         themselves.
4744
4745 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4746
4747         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
4748         add class_name() method.
4749
4750         * lily/music-scheme.cc: remove ly:music-name.
4751
4752 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4753
4754         * cygwin/postinstall-lilypond.sh: Remove cruft.
4755
4756         * cygwin/postremove-lilypond.sh: Remove.
4757
4758         * cygwin/GNUmakefile (default): Remove postremove rules.
4759
4760 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4761
4762         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
4763         even header too.
4764         
4765         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
4766         MacOS 9 users.
4767
4768         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
4769         consider break index for broken spanner.
4770
4771         * scm/define-markup-commands.scm (wordwrap-string): remove \r
4772         characters from string before splitting.
4773
4774 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4775
4776         * scm/framework-ps.scm (output-preview-framework): use
4777         is-book-title to determine whether to chop off the booktitle.
4778
4779         * lily/paper-book.cc (systems): init from book-title-properties
4780         (add_score_title): init score-title-properties.
4781
4782         * ly/paper-defaults.ly: add {score,book}-title-properties.
4783
4784         * scm/document-backend.scm (lookup-interface): error message if
4785         using unknown interface.
4786
4787         * lily/volta-bracket.cc (after_line_breaking): new function. Set
4788         edge-height.
4789
4790         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
4791         make_bracket.
4792         (make_bracket): new function.
4793
4794         * scm/lily.scm (define-scheme-options): add paper-size option.
4795
4796         * ly/declarations-init.ly (laissezVibrer): get paper size from
4797         -dpaper-size
4798
4799         * scm/translation-functions.scm: use \fontsize for changing the
4800         fontsize.
4801
4802         * scm/define-grobs.scm (all-grob-descriptions): set
4803         between-length-limit to 1.0
4804
4805         * lily/tie-helper.cc: add between_length_limit_ detail property.
4806
4807         * mf/feta-bolletjes.mf: typos.
4808
4809         * lily/note-head.cc (internal_print): don't shadow idx
4810         parameter. This fixes wrong attachment for do shape heads.
4811
4812 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4813
4814         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
4815
4816         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
4817
4818         * scm/layout-slur.scm: rename from slur.scm
4819
4820         * scm/layout-page-layout.scm: rename from page-layout.scm
4821
4822         * scm/layout-beam.scm: rename from beam.scm
4823
4824         * scm/define-grob-interfaces.scm (bass-figure-interface): add
4825         bass-figure-interface
4826
4827         * lily/new-figured-bass-engraver.cc (process_music): add
4828         implicitBassFigures property.
4829         
4830         * scm/define-markup-commands.scm (pad-x): new markup.
4831
4832         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
4833         minimumVerticalExtent on FiguredBass context.
4834
4835         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
4836         case the continuation crosses a line break.
4837
4838 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4839
4840         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
4841         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
4842         absolute file name bug.  
4843
4844 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4845
4846         * VERSION (PACKAGE_NAME): release 2.7.12
4847
4848         * input/regression/figured-bass-continuation-center.ly: new file.
4849
4850         * input/regression/beam-outside-beamlets.ly: new file.
4851
4852         * lily/beam.cc (set_beaming): don't clip edges.
4853         (connect_beams): don't clip edges.
4854
4855         * lily/beaming-info.cc (clip_edges): new function.
4856
4857         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
4858
4859         * Documentation/user/instrument-notation.itely (Figured bass):
4860         demonstrate extenders, update seealso links.
4861
4862         * scm/titling.scm (marked-up-headfoot): change tagline
4863         handling. tagline = ##f will blank the tagline as well.
4864
4865 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4866
4867         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
4868
4869         * lily/new-figured-bass-engraver.cc (struct
4870         New_figured_bass_engraver): add new_music_found_ member.
4871
4872         * lily/lilypond-version.cc (Lilypond_version): deal with
4873         incorrectly formatted version strings. 
4874
4875         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
4876         New_figured_bass_engraver by default.
4877
4878         * lily/ttf.cc (print_trailer): only define glyph names when
4879         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
4880
4881 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4882
4883         * lily/horizontal-bracket.cc (make_bracket): new function.
4884
4885         * scm/define-grobs.scm (all-grob-descriptions): new grobs
4886         NewBassFigure, BassFigureBracket, BassFigureContinuation,
4887         BassFigureLine, BassFigureAlignment
4888
4889         * lily/new-figured-bass-engraver.cc (process_music): new file.
4890
4891         * lily/figured-bass-continuation.cc: new file.
4892
4893         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
4894         new file.
4895
4896 2005-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4897
4898         * scripts/lilypond-book.py: Bug fix, put the quote around the
4899         actual score for LaTeX documents.
4900
4901         * scm/define-grobs.scm (all-grob-descriptions): Change
4902         collapse-height of the SystemStartBracket grob to 5.0, 
4903         so the bracket disappears for single stave score lines (similarly
4904         to SystemStartBraces). 
4905
4906         * Documentation/user/advanced-notation.itely (Polymetric
4907         notation): Clarify the use of compressMusic.
4908
4909         * Documentation/user/basic-notation.itely (Grace notes): Clarify
4910         that the grace spacer note in other staves need the same duration
4911         and document the stroke-style property.
4912
4913 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4914
4915         * Documentation/user/global.itely (Vertical spacing): document
4916         alignment-extra-space and fixed-alignment-extra-space.
4917
4918         * Documentation/topdocs/NEWS.tely (Top): add entry.
4919
4920         * input/regression/alignment-vertical-spacing.ly: new file.
4921
4922         * python/convertrules.py (conv): add rule.
4923
4924         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
4925
4926         * lily/align-interface.cc (stretch_after_break): new
4927         function. Read fixed-alignment-extra-space property.
4928         (align_elements_to_extents): read alignment-extra-space property.
4929
4930         * lily/lily-guile.cc (robust_scm2dir): new function.
4931
4932         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
4933         (annotate-space-left): new function. Annotate space left on page. 
4934         (annotate-y-interval): new function.
4935         (paper-system-annotate-last): new function. Annotate bottom-space.
4936
4937         * mf/feta-beugel.mf (y): 
4938
4939 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4940
4941         * VERSION (PACKAGE_NAME):  release 2.7.11
4942
4943         * scm/lily-library.scm (interval-translate): new function
4944         (interval-center): new function. 
4945
4946         * scm/page-layout.scm (paper-system-annotate): new function. Add
4947         arrows for dimensions.
4948  
4949         * scm/stencil.scm (dimension-arrows): new function.
4950
4951         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
4952
4953         * input/regression/page-spacing.ly: add annotatespacing
4954
4955         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
4956         (LY_DEFINE): new function ly:paper-system-set-property!
4957
4958         * Documentation/user/global.itely (Paper size): explain how to add
4959         sizes.
4960
4961         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
4962         correspond to GS's definition.
4963
4964         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
4965         tuplet bracket.
4966         (print): only connect to next bracket if the next one is alive.
4967         (print): set padding to 0.0 if the bound is a breakable
4968         column. This makes tupletFullLength brackets reach up to the staff
4969         line if it doesn't connect to the next line.
4970
4971 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4972
4973         * lily/bar-number-engraver.cc: correct docs.
4974
4975         * scm/output-lib.scm (first-bar-number-invisible): rename from
4976         default-bar-number-visibility
4977
4978 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4979
4980         * scm/define-music-properties.scm (all-music-properties): remove
4981         predicate property.
4982
4983 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
4984
4985         * po/fi.po: refresh.
4986
4987 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4988
4989         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
4990         superfluous s1.
4991         (disappear): bugfix.
4992
4993         * lily/stem-tremolo.cc (raw_stencil): read slope property.
4994
4995         * lily/include/paper-system.hh (class Paper_system): remove
4996         staff_extents_ member.
4997
4998         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
4999
5000         * lily/include/paper-system.hh (class Paper_system): remove
5001         number_ variable. Remove is_title_. Remove break_before_penalty_
5002
5003         * lily/paper-book.cc (systems): use 'number property iso. number_
5004         member.
5005
5006         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
5007         remove ly:paper-system-number.
5008
5009         * scm/lily-library.scm (paper-system-title?): new function.
5010
5011         * lily/book.cc (process): bugfix: flip ?: cases. 
5012
5013         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5014         add outputProperty.
5015
5016         * ly/music-functions-init.ly: add outputProperty music function.
5017
5018         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
5019
5020         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
5021         and next-padding.
5022         (optimal-page-breaks): rename from ly:optimal-page-breaks.
5023
5024         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
5025
5026         * lily/paper-system.cc (internal_get_property): new function.
5027
5028         * Documentation/user/global.itely (Vertical spacing): refer to
5029         page-spacing.ly
5030
5031         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
5032         pagetopspace
5033
5034         * input/regression/page-spacing.ly: new file.
5035
5036         * input/regression/page-top-space.ly: new file.
5037
5038         * lily/spacing-spanner.cc: cmath -> math.h
5039
5040         * lily/paper-system.cc (read_left_bound): new function. Read
5041         line-break-system-details from left bound to determine extents.
5042  
5043         * Documentation/user/programming-interface.itely (Using LilyPond
5044         syntax inside Scheme): change applyxxx -> applyXxx.
5045
5046         * ly/music-functions-init.ly: add outputProperty music function.
5047
5048         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
5049
5050         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
5051
5052         * python/convertrules.py (conv): rule
5053
5054         * ly/music-functions-init.ly: applyxxx -> applyXxx
5055
5056         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
5057         TabVoice to Voice.
5058
5059 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5060
5061         * flower/include/real.hh: include <math.h> iso. <cmath>
5062
5063         * flower/include/offset.hh: include real.hh
5064
5065 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5066
5067         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5068         fix example, now that 'interfaces is no longer directly available.
5069
5070         * lily/book.cc (process): don't crash if paper == NULL.
5071
5072         * po/fr.po: update.
5073
5074 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5075
5076         * scm/define-music-types.scm (music-descriptions): set length and
5077         start-callback for QuoteMusic
5078
5079 2005-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5080
5081         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
5082         arguments. Fixes compilation error with gcc 3.3.
5083
5084 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5085
5086         * VERSION: release 2.7.10
5087
5088         * stepmake/stepmake/python-module-rules.make
5089         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
5090
5091         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
5092         real.hh
5093
5094 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5095
5096         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
5097         -Werror. Otherwise GCC barfs over various optimizations.
5098
5099         * scm/define-grob-properties.scm (all-internal-grob-properties):
5100         add note-head property
5101
5102         * Documentation/user/instrument-notation.itely (Laissez vibrer
5103         ties): new node.
5104
5105         * input/regression/laissez-vibrer-ties.ly: new file.
5106
5107         * lily/laissez-vibrer-engraver.cc: new file.    
5108
5109         * lily/include/tie-column-format.hh: new file.
5110
5111         * lily/tie-column-format.cc: new file. 
5112
5113         * lily/tie-column.cc (set_manual_tie_configuration): new function.
5114
5115         * lily/laissez-vibrer-tie.cc: new file.
5116
5117         * lily/include/laissez-vibrer-tie.hh: new file.
5118
5119         * ly/engraver-init.ly: add Laissez_vibrer_engraver
5120
5121         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
5122
5123         * scm/define-grobs.scm (all-grob-descriptions): add
5124         LaissezVibrerTie, LaissezVibrerTieColumn
5125
5126         * lily/tie-column.cc (set_tie_config_directions): new function
5127         (final_shape_adjustment): new function.
5128         (shift_small_ties): new function.
5129
5130         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
5131
5132         * lily/include/tie.hh (struct Tie_details): add x_gap_
5133         (struct Tie_configuration): add head_position_
5134
5135         * lily/tie-column.cc (set_chord_outline): new function.
5136
5137         * mf/cmr.enc.in:  remove file.
5138
5139 2005-09-11  Graham Percival  <gpermus@gmail.com>
5140
5141         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
5142
5143 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5144
5145         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
5146         reduce aliasing effects.
5147
5148         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
5149         box in skyline.
5150
5151 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5152
5153         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
5154
5155         * flower/include/real.hh: std::fabs too.
5156
5157 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5158
5159         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
5160
5161         * lily, flower: Include C++ iso C headers.  Import namespace std
5162         throughout.
5163
5164         * lily/side-position-interface.cc: 
5165         * lily/scm-hash.cc: 
5166         * lily/note-head.cc: 
5167         * lily/include/includable-lexer.hh: 
5168         * flower/include/string-data.icc: Remove using std::*.
5169
5170         * lily, flower: Include C++ iso C headers.  Import namespace std
5171         throughout.
5172
5173         * lily/side-position-interface.cc: 
5174         * lily/scm-hash.cc: 
5175         * lily/note-head.cc: 
5176         * lily/include/includable-lexer.hh: 
5177         * flower/include/string-data.icc: Remove using std::*.
5178
5179         * Documentation/user/instrument-notation.itely (Entering lyrics):
5180         Multiple latin-1->utf-8 conversion fix.
5181
5182         * Documentation/user/*tely: Update Emacs cookie to utf-8.
5183
5184 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5185
5186         * lily/tie.cc (get_configuration): also avoid dots for non-space
5187         situations.
5188
5189 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5190
5191         * Documentation/user/instrument-notation.itely: Bugfix.
5192
5193 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5194
5195         * tex/GNUmakefile: don't install texinfo.tex
5196
5197         * tex/ : cleanup: remove unused files.
5198
5199         * lily/general-scheme.cc: remove my_{isinf,isnan}.
5200
5201         * flower/include/real.hh: using std::{isnan,isinf}
5202         
5203         * VERSION (PATCH_LEVEL): release 2.7.9
5204
5205 2005-09-05  Graham Percival  <gpermus@gmail.com>
5206
5207         * Documentation/user/ instrument-notation.itely,
5208         advanced-notation.itely: minor tweaks.
5209
5210         * input/test/script-chart.ly: add item padding.
5211
5212 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5213
5214         * flower/offset.cc: use math.h iso. <cmath>
5215
5216         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
5217         of IE users.
5218
5219         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
5220         (widen-left-stencil-edges): new function. Fix alignment problems
5221         with LaTeX includegraphics.
5222
5223         * lily/text-interface.cc (interpret_markup): use abort().
5224
5225 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5226
5227         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
5228
5229         * lily/tie.cc (get_configuration): update bezier shape as we
5230         change Y positions.
5231         (get_configuration): don't move large ties if we're outside of the
5232         staff.
5233
5234 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5235
5236         * scm/define-markup-commands.scm (strut): swap X and Y dims.
5237         
5238 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5239
5240         * .cvsignore: Add auto-generated configure files and then some.
5241
5242 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5243
5244         * scm/define-grobs.scm (DynamicLineSpanner): Add
5245         X-extent-callback.  Fixes hairpin-slur collision.
5246
5247 2005-08-31  Graham Percival  <gpermus@gmail.com>
5248
5249         * Documentation/user/advanced-notation.itely,
5250         basic-notation.itely: minor changes.
5251
5252 2005-08-31  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5253
5254         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
5255         \linebreak between each .eps file if \betweenLilyPondSystem is
5256         undefined. 
5257
5258         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5259         music): Document the \linebreak
5260
5261         * Documentation/user/lilypond-book.itely,
5262         input/tutorial/lbook-latex-test.tex,
5263         Documentation/user/examples.itely: Remove \usepackage{graphics}
5264
5265 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5266
5267         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
5268
5269         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
5270         compat bugfix.
5271
5272         * scripts/lilypond-book.py (PREAMBLE_LY): define
5273         inside-lilypond-book
5274         (modify_preamble): new function. Insert \RequirePackage{graphics}
5275         when no {graphics found in preamble.  
5276
5277 2005-08030  Graham Percival  <gpermus@gmail.com>
5278
5279         * Documentation/user/basic-notation.itely, global.itely,
5280         tutorial.itely: misc small changes.
5281
5282 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5283
5284         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
5285         VERSION.
5286
5287 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5288
5289         * lily/tie-column.cc (new_directions): put Tie down on center
5290         staff line. 
5291
5292         * lily/script-interface.cc (before_line_breaking): use
5293         Grob::programming_error
5294
5295         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
5296
5297         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
5298         of splitext.
5299
5300 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5301
5302         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
5303
5304 2005-08-29  Werner Lemberg  <wl@gnu.org>
5305
5306         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
5307         the `*.scale.pfa' files to avoid warnings.
5308
5309 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5310
5311         * lily/tempo-performer.cc (process_music): idem.
5312
5313         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
5314
5315 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5316
5317         * Documentation/user/advanced-notation.itely (Text markup): not a
5318         fragment.
5319
5320         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
5321
5322         * lily/staff-performer.cc (initialize): add tempo/name to
5323         audio_staff_
5324
5325
5326 2005-08-26  Graham Percival  <gpermus@gmail.com>
5327
5328         * Documentation/user/advanced.itely: add text-only example.
5329
5330         * Documentation/user/invoking.itely: add index entries for
5331         convert-ly.
5332
5333         * Documentation/user/ tutorial.itely, basic-notation.itely:
5334         small fixes suggested by Steve D.  Thanks!
5335
5336 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5337
5338         * input/regression/markup-bidi-pango.ly: new file.
5339
5340         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
5341         standard. Remove #ifdef. Remove memleak.
5342         (text_stencil): use text_dir to decide how to composite items.
5343         (text_stencil): determine uniform text direction for the entire
5344         string.
5345
5346         * scripts/lilypond-book.py (output_name): remove
5347         latex_filter_cmd. Non-portable to non-Unix systems. 
5348         (get_latex_textwidth): use File.write and os.unlink() instead.
5349
5350         * THANKS: add Vicente & Trevor.
5351
5352         * lily/grob.cc (discretionary_processing): look up origin for
5353         programming_error too. 
5354
5355         * input/regression/tie-broken.ly: new file.
5356
5357         * lily/tie-column.cc (set_chord_outlines): set outline for line
5358         break case too.
5359         
5360 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5361
5362         * lily/pango-font.cc (text_stencil): don't translate glyphs in
5363         unscaled transform, just translate stencils.
5364
5365         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
5366         MIDI.
5367
5368         * scm/define-markup-commands.scm (wordwrap-string): use
5369         text-direction
5370         (wordwrap-stencils): idem.
5371         (line): idem.
5372         (fill-line): idem.
5373         (wordwrap-stencils): translate last line to right for
5374         text-direction = LEFT.
5375
5376         * scm/define-grob-properties.scm (all-user-grob-properties): add
5377         text-direction.
5378
5379 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5380
5381         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
5382         when copying a Lily_parser object.
5383
5384 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5385
5386         * scm/define-markup-commands.scm (null): add null markup.
5387
5388 2005-08-25  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5389
5390         * lily/item.cc: Add documentation of center-invisible
5391
5392 2005-08-24  Graham Percival  <gpermus@gmail.com>
5393
5394         * Documentation/user/advanced-notation.itely: add info about
5395         raising text.
5396
5397         * Documentation/user/programming-interface.itely: fix example
5398         involving raised text.
5399
5400 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5401
5402         * lily/beam.cc (print): fix X start/end points of isolated
5403         beamlets.
5404
5405         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
5406
5407         * lily/multi-measure-rest.cc (set_text_rods): new function.
5408
5409         * lily/vertical-align-engraver.cc (process_music): call
5410         Align_interface::set_axis(). This forces #'elements to be ordered,
5411         preventing random vertical reordering of staves.
5412
5413         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
5414         add avoid-slur property. 
5415
5416         * Documentation/user/basic-notation.itely (Measure repeats): add
5417         countPercentRepeats example.
5418
5419         * Documentation/user/advanced-notation.itely (Other text markup
5420         issues): remove remark about normal-font.  We have \normal-text
5421
5422         * input/regression/tie-chord.ly: add note about remaining bugs.
5423
5424         * lily/tie.cc (print): try Tie_column::set_directions () if
5425         control-points not yet defined.
5426
5427 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5428
5429         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
5430         extent. This fixes braces falling out of the EPS bbox.
5431
5432         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
5433         exactly to bbox.
5434
5435 2005-08-23  Graham Percival  <gpermus@gmail.com>
5436
5437         * {various} : change #up->#UP and #down->#DOWN.
5438
5439         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
5440
5441         * Documentation/user/advanced-notation.itely: clarify
5442         what objects handles text on a multimeasure rest.
5443
5444 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5445
5446         * VERSION (PATCH_LEVEL): release 2.7.7
5447
5448 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5449
5450         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
5451
5452         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
5453
5454         * input/regression/*.ly: formatting clean-up. Default layout
5455         before music expression.
5456
5457         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
5458         romanze28-2 example.
5459
5460         * scm/ps-to-png.scm: remove dir-re function.
5461         (make-ps-images): generate page names, instead of globbing them.
5462         This brings down LilyPond memory usage for make web by a factor
5463         10. 
5464
5465         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
5466         don't use glob. With 3000 files, globbing
5467         Documentation/user/out-www/ can take too much time. 
5468         
5469         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
5470
5471         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
5472
5473         * input/regression/tie-manual.ly: new file
5474
5475         * input/regression/tie-chord.ly: update.
5476
5477         * flower/include/interval.hh (struct Interval_t): 
5478
5479         * lily/tie.cc (distance): new function 
5480         (height): new function.
5481         (init): new function
5482         (Tie_details): new struct.
5483
5484         * lily/skyline.cc (skyline_height): new function.
5485
5486         * lily/tie-column.cc (set_chord_outlines): new function.
5487         (new_directions): read tie-configuration
5488
5489         * lily/skyline.cc: fix ASCII art.
5490         
5491 2005-08-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5492
5493         * python/convertrules.py (string_or_scheme): Fix spelling error
5494
5495 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5496         
5497         * lily/tie-column.cc (set_directions): set directions only once.
5498         (add_configuration): new function.
5499
5500         * lily/tie.cc (set_control_points): new function
5501
5502         * lily/tie-column.cc (new_directions): new function.
5503
5504         * ly/music-functions-init.ly: set 'pitch property
5505         iso. trill-pitch. This makes \relative work with \pitchedTrill
5506
5507         * lily/tie.cc (get_configuration): new function. Don't generate
5508         control points, rather, generate configuration.
5509         remove head-pair property.
5510
5511         * lily/include/tie.hh (struct Tie_configuration): new struct.
5512
5513 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
5514
5515         * Documentation/topdocs/NEWS.tely: clarify.
5516
5517 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5518
5519         * lily/tie.cc: remove minimum-length
5520
5521         * scm/define-grob-properties.scm (all-user-grob-properties):
5522         remove staffline-clearance, y-offset 
5523
5524         * input/regression/tie-dots.ly (Module): remove.
5525
5526         * lily/tie.cc (get_control_points): rewrite. Put short ties in
5527         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
5528
5529         * input/regression/tie-single.ly: new file.
5530
5531 2005-08-21  Graham Percival  <gpermus@gmail.com>
5532
5533         * ly/bagpipe.ly: fix compile problem.
5534
5535 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5536
5537         * lily/midi-item.cc (name): new method.
5538
5539         * lily/staff-performer.cc (acknowledge_audio_element): use
5540         signature of baseclass.
5541
5542         * lily/engraver-group.cc (do_announces): move recursion call out
5543         of while loop. 
5544
5545         * lily/drum-note-performer.cc (class Drum_note_performer): use
5546         process_music everywhere.
5547
5548         * ly/performer-init.ly: add default children everywhere.
5549
5550         * lily/paper-book.cc (output): call paper-book-write-midis
5551         directly: always write MIDI, even if no \layout {} block. 
5552
5553 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5554
5555         * VERSION (PACKAGE_NAME): release 2.7.6
5556
5557         * lily/percent-repeat-engraver.cc (try_music): don't print warning
5558         about not being able to handle repeat.
5559
5560 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5561
5562         * Documentation/user/examples.itely (Piano templates):
5563         * lily/include/performer-group.hh: Remove last traces of
5564         Performer_group_performer.  Fixes make web.
5565
5566 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5567
5568         * Documentation/user/examples.itely (Piano templates): change
5569         Engraver_group_engraver -> Engraver_group
5570
5571         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
5572         scm_stand_in_procs is not weak_any.
5573
5574         * lily/volta-bracket.cc (print): don't use strcmp().
5575
5576         * lily/volta-engraver.cc (process_music): use
5577         Text_interface::is_markup() for setting the 'text property of the
5578         volta bracket.
5579
5580         * input/mutopia/claop.py (accents): update syntax to 2.6
5581
5582         * scm/define-context-properties.scm
5583         (all-user-translation-properties): add countPercentRepeats.
5584
5585         * Documentation/user/basic-notation.itely (Measure repeats): add
5586         isolated percent example.
5587
5588 2005-08-18  Graham Percival  <gpermus@gmail.com>
5589
5590         * input/ {various}: change direction #1, #-1 to
5591         #up/#down or \fooUp, \fooDown.
5592
5593         * Documentation/user/music-glossary.tely: #-1 to #down.
5594
5595         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
5596         to #up, #-1 to #down.
5597
5598 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5599
5600         * lily/include/engraver-group.hh: rename.
5601
5602         * lily/include/performer-group.hh: rename.
5603
5604 2005-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5605
5606         * input/test/script-abbreviations.ly: Removed some old LaTeX
5607         left overs.
5608
5609 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5610
5611         * python/convertrules.py (conv): inside-slur -> avoid-slur.
5612         Remove functions.  Remove if 1: constructs, reindent.
5613
5614         * scripts/convert-ly.py (add_version): Add functions from
5615         convertrules.py
5616
5617         * scm/script.scm (default-script-alist):
5618         s/priority/script-priority.  Fixes script stacking.  Backportme.
5619         (Fermata): Very low priority.
5620
5621 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5622
5623         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
5624
5625         * input/regression/slur-script.ly: remove padding tweaks. Add
5626         comment strings.
5627
5628         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
5629         time sigs and related stuff.
5630
5631         * scm/define-grob-properties.scm (all-user-grob-properties): add
5632         @code{} tags to property description.
5633
5634         * lily/include/line-group-group-engraver.hh (Module): remove file.
5635
5636         * python/convertrules.py (conv): add rule for
5637         Engraver_group_engraver -> Engraver_group.
5638
5639         * lily/include/performer-group-performer.hh: analogous.
5640
5641         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
5642
5643         * lily/context-def.cc (instantiate): check for
5644         Engraver_group_engraver and Performer_group_performer not
5645         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
5646  
5647 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5648
5649         * input/les-nereides.ly: Remove three fingering tweaks, update
5650         remaining one.
5651
5652         * input/regression/slur-script-inside.ly: Update, fix doc.
5653
5654         * scm/script.scm: Update to avoid-slur.
5655
5656         * scm/define-grob-properties.scm (avoid-slur): New property.
5657
5658         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
5659         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
5660         outside_slur_callback if avoid-slur != #'inside.
5661
5662         * scm/define-grobs.scm (Fingering, Textscript): No
5663         inside-slur/outside-slur preference.
5664         (DynamicLineSpanner): Always outside slur.
5665
5666         * input/regression/slur-script.ly: More tests.
5667
5668 2005-08-17  Graham Percival  <gpermus@gmail.com>
5669
5670         * Documentation/user/lilypond-book: fix notime entry.
5671
5672         * Documentation/user/advanced-notation.itely: add info on
5673         getting an I rehearsal mark.
5674
5675         * Documentation/user/putting.itely: reinstate "I", re-enforce
5676         the fact that \override numbers are the result of
5677         experimentation and personal taste.
5678
5679         * Documentation/user/invoking.itely: update convert-ly bugs.
5680
5681 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5682
5683         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
5684         to #t.
5685
5686         * lily/timing-translator.cc (initialize): don't initialize timing.
5687
5688         * input/regression/stem-spacing.ly (Module): remove file.
5689
5690         * input/regression/spacing-stick-out.ly: specify Score context for
5691         \override
5692
5693         * input/regression/clefs.ly: remove spurious {}s 
5694
5695 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
5696
5697         * Documentation/topdocs/NEWS.tely,
5698         input/regression/repeat-percent-count.ly: clarify a bit.
5699
5700 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5701
5702         * input/no-notation/display-lily-tests.ly: delete
5703         display-lily-init call.
5704
5705         * ly/music-functions-init.ly (displayLilyMusic): move
5706         display-lily-init call at top level, so that the user should not
5707         have to call it.
5708
5709         * scm/define-music-display-methods.scm (note-name->lily-string):
5710         retrieve note names directly from pitchnames using new function `rassoc'.
5711         (display-lily-init): note names list construction removed.
5712
5713 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5714
5715         * THANKS: spello.
5716
5717         * lily/lily-parser.cc (get_header): copy module, instead of
5718         returning it.
5719
5720         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
5721         counters.
5722
5723         * Documentation/user/basic-notation.itely (Measure repeats): add
5724         links to Counter grobs.
5725
5726         * scm/define-grobs.scm (all-grob-descriptions): add
5727         DoublePercentRepeatCounter
5728         (all-grob-descriptions): add PercentRepeatCounter
5729
5730         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
5731         also create counter grobs.
5732
5733         * lily/separation-item.cc (extremal_break_aligned_grob): don't
5734         return grob without space-alist.
5735
5736         * input/proportional.ly: tune staff-padding.
5737
5738         * input/regression/repeat-percent-count.ly: new file. 
5739
5740 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5741
5742         * input/no-notation/display-lily-tests.ly: moved from
5743         input/regression/ to input/no-notation. Be sure to call
5744         `display-lily-init' before trying to use the display function.
5745
5746 2005-08-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5747
5748         * scripts/lilypond-book.py (option_definitions): Don't localize
5749         the empty string. Fixes bug when --psfonts was used with
5750         non-English locale.
5751
5752 2005-08-15  Graham Percival  <gpermus@gmail.com>
5753
5754         * lily/tuplet-bracket.cc: simple build fix.
5755
5756         * Documentation/user/putting.itely: use "we" instead of "I".
5757
5758         * Documentation/user/basic-notation.itely: cautionary accidentals
5759         work with naturals, too.
5760
5761 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5762
5763         * lily/tuplet-bracket.cc (calc_position_and_height): add
5764         staff-padding support.
5765
5766         * input/proportional.ly: set staff-padding.
5767         
5768         * VERSION (PATCH_LEVEL): release 2.7.5
5769
5770         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
5771         fixes. Remove tweaks.
5772
5773         * input/regression/tuplet-slope.ly: add a test case.
5774
5775         * lily/tuplet-bracket.cc (calc_position_and_height): revert
5776         erroneous fix. Add spanner bounds to offset array with relative X
5777         positions.
5778
5779         * ly/engraver-init.ly: add Rest_engraver only once.
5780
5781         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
5782         (*parser*) lookup if (*parser*) != #f.
5783
5784 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5785
5786         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
5787         Cut-and paste update.
5788
5789         * input/regression/slur-script.ly: Add example of reverting
5790         inside-slur for fingering.
5791
5792         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
5793         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
5794
5795         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
5796         outside_slur_callback if inside-slur == #f (as opposed to unset).
5797
5798 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5799
5800         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
5801         encoding files are already removed.
5802
5803 2005-08-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5804
5805         * Documentation/user/advanced-notation.itely (Instrument names):
5806         Document a workaround for instrument names that collide with
5807         system start braces/brackets.
5808
5809 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5810
5811         * lily/rest-collision.cc (do_shift): spello.
5812
5813         * input/proportional.ly: use #'used property. Set break-overshoot
5814         property.
5815
5816         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
5817
5818         * lily/paper-column.cc: add #'used property
5819
5820         * lily/mark-engraver.cc (stop_translation_timestep): set grob
5821         array for staves found.
5822
5823         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
5824         array for stavesFound.
5825
5826         * lily/staff-spacing.cc (next_note_correction): add fixed and
5827         space to calling convention. This fixes spacing of accidentals
5828         after barlines.
5829
5830         * input/regression/spacing-accidental-stretch.ly: add barline -
5831         accidental case.
5832
5833         * scm/framework-ps.scm (page-header): add version number to
5834         creator
5835         (eps-header): idem.
5836
5837         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
5838         
5839 2005-08-13  Graham Percival  <gpermus@gmail.com>
5840
5841         * Documentation/user/global.itely: add "fit as much as
5842         possible onto this page" example (Vertical spacing).
5843
5844 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5845
5846         * *: Nitpick run.
5847
5848         * buildscripts/fixcc.py: Fixes.
5849
5850 2005-08-12  Graham Percival  <gpermus@gmail.com>
5851
5852         * Documentation/user/advanced-notation.itely: add markup
5853         example to Text spanners.
5854
5855 2005-08-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5856
5857         * Documentation/user/basic-notation.itely (Ties): Add example of
5858         tying a tremolo to a chord. Thanks to Steve Doonan. 
5859
5860         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
5861         properties and move tieMelismaBusy to the list of written
5862         properties. 
5863
5864 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
5865
5866         * po/TODO: suggest to use a dedicated tool like kbabel.
5867
5868         * po/fi.po: update using kbabel.
5869
5870 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5871
5872         * *: Remove obsolete files.  Nitpick run.
5873
5874         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
5875
5876 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5877
5878         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
5879         too.
5880
5881         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
5882
5883         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
5884         whitespace as symbol separator.
5885
5886         * lily/side-position-interface.cc: Add slur-padding.
5887
5888         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
5889         quite a large fix, and it never worked in a stable release; so not
5890         really a regression.
5891
5892         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
5893         Update cut and paste code from Slur_engraver.
5894
5895         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
5896         Add.
5897
5898         * scm/define-grobs.scm (DynamicLineSpanner): Add
5899         dynamic-line-spanner-interface.
5900         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
5901
5902 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5903
5904         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
5905         to_boolean () so that non-set 'inside-slur means false.
5906
5907         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
5908         slur has control-points.  Skip script without direction.  Always
5909         do_shift if script inside slur, even if slur not contained in
5910         script y-extent.  Increment k in loop.
5911
5912 2005-08-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5913
5914         * scm/define-markup-commands.scm: Improved regexp to search for
5915         EPS bounding boxes and corrected call to ly:warning.
5916
5917 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5918
5919         * Documentation/user/programming-interface.itely (Displaying music
5920         expressions): doc for \displayLilyMusic. Also some precisions in
5921         "Markup construction in Scheme"
5922
5923 2005-08-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5924
5925         * scm/define-markup-commands.scm (normal-text): Added 2 new
5926         markup commands, \normal-text and \medium (the latter thanks to
5927         Bruce Fairchild). 
5928
5929 2005-08-08  Graham Percival  <gpermus@gmail.com>
5930
5931         * Documentation/user/programming-interface.itely: fix @{ @}.
5932
5933         * scm/define-markup-commands.scm: add linewidth info to
5934         \justify and \wordwrap, add "upright is the opposite of italic".
5935
5936         * Documentation/user/advanced-notation.itely: shaped->shape,
5937         add (cons (markup "foo")) type of example to text markup,
5938         reword multi-measure rests section.
5939
5940         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
5941         comment.  No actual code was touched.
5942
5943         * Documentation/user/invoking.itely: add more info about
5944         \include.  Thanks, Bruce!
5945
5946         * THANKS: add Bruce Fairchild, alphabetise.
5947
5948         * Documentation/user/global.itely: document \score{\header{}}
5949         behavior.
5950
5951         * Documentation/user/basic-notation.itely: reword multi-measure
5952         rest discussion in Rests.
5953
5954 2005-08-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5955
5956         * Documentation/user/programming-interface.itely (Markup
5957         construction in Scheme): Corrected example and tried to clarify
5958         the implicit \line in the table.
5959
5960 2005-08-07  Graham Percival  <gpermus@gmail.com>
5961
5962         * Documentation/user/instrument-notation.itely: moved
5963         some bagpipe info back into the bagpipe section.  Somehow
5964         it ended up in the "other vocal issues" section?!  :o_O
5965
5966 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5967
5968         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
5969         directories, not paths).
5970
5971 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5972
5973         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
5974         plain emmentaler/aybabtu.  Backportme.
5975
5976         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
5977         missing dir correction.
5978
5979 2005-08-05  Graham Percival  <gperlist@shaw.ca>
5980
5981         * scm/define-markup-commands: fix reversed justify/wordwrap
5982         doc strings.
5983
5984 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
5985
5986         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
5987         lily/gregorian-ligature-engaver.cc,
5988         lily/include/ligature-engraver.hh,
5989         lily/include/coherent-ligature-engraver.hh,
5990         lily/include/gregorian-ligature-engraver.hh: make these classes
5991         truely abstract.  This should fix some internal oddities such as
5992         duplicate as well as dead translator/property declarations, and
5993         also some dead code.
5994
5995         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
5996         bugfix: avoid message "junking empty ligature" on ligature
5997         brackets by collecting dummy grobs.
5998
5999 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6000
6001         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
6002
6003         * input/proportional.ly (staffKind): bugfix.
6004         (staffKind): updates by Trevor Baca.
6005
6006         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
6007         default layout. 
6008
6009         * lily/tuplet-bracket.cc (print): check whether edge-text is a
6010         pair.
6011
6012         * lily/beam.cc (rest_collision_callback): call position_beam() if
6013         necessary.
6014
6015         * VERSION: release 2.7.4
6016
6017         * input/regression/spacing-uniform-stretching.ly: new file.
6018
6019         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
6020
6021         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
6022         contributor.
6023
6024         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
6025
6026         * input/proportional.ly: new file.
6027
6028         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
6029         columns is empty
6030
6031         * lily/tuplet-engraver.cc (finalize): new function. Reset right
6032         bounds to currentCommandColumn for the last step.
6033         (start_translation_timestep): if tupletFullLength is set, set
6034         bound to Paper Column
6035
6036         * input/regression/tuplet-full-length.ly (indent): new file.
6037
6038         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
6039         clique of loose columns, eg. a set of grace notes in strict
6040         notespacing.
6041
6042         * input/regression/spacing-strict-spacing-grace.ly: new file.
6043
6044         * lily/key-signature-interface.cc: change property name to
6045         alteration-alist
6046
6047         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
6048         keyAccidentalOrder
6049
6050         * python/convertrules.py (conv): keyAccidentalOrder ->
6051         keyAlterationOrder
6052
6053         * lily/key-engraver.cc (create_key): always print a cancellation
6054         for going to C-major/A-minor, regardless of printKeyCancellation.
6055         (create_key): remove typecheck for visibility. This fixes key
6056         signature not being printed.
6057
6058         * lily/spacing-determine-loose-columns.cc: new file.
6059
6060         * input/regression/spacing-strict-notespacing.ly: new file.
6061
6062         * lily/spacing-spanner.cc (generate_springs): rename from
6063         do_measure. 
6064         (generate_pair_spacing): new function.
6065         (init, generate_pair_spacing): set between-cols for floating
6066         nonmusical columns.
6067
6068         * lily/spaceable-grob.cc (get_spring): new function. 
6069
6070         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
6071         relative to the right edge of the prefatory matter.
6072
6073         * lily/beam.cc (print): read break-overshoot to determine where to
6074         stop/start broken beams.
6075
6076         * input/regression/spanner-break-overshoot.ly: new file.
6077
6078 2005-08-04  Graham Percival  <gperlist@shaw.ca>
6079
6080         * ly/bagpipe.ly: updated.
6081
6082         * Documentat/user/instrument.itely: un-comment out bagpipe example.
6083
6084 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6085
6086         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
6087         support: now (de)crescs avoid slurs as well.
6088
6089         * Documentation/user/instrument-notation.itely (Bagpipe example):
6090         comment out non-functioning bagpipe example.
6091         (Bagpipe definitions): idem.
6092
6093         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
6094         (Top): add proportionalNotationDuration example.
6095
6096         * input/regression/spacing-proportional.ly: new file.
6097
6098         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
6099         synched to a beam.
6100
6101         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
6102         fixes beams with a single stem (eg. beams across linebreaks.)
6103
6104         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
6105
6106         * flower/rational.cc (operator +): prevent overflow. This fixes
6107         heavily nested tuplets.
6108
6109         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
6110         have to protect even those unlikely to be corrupted data members.  
6111
6112 2005-08-04  Graham Percival  <gperlist@shaw.ca>
6113
6114         * ly/bagpipe.ly: new file.
6115
6116         * THANKS: added Sven Axelsson.
6117
6118 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6119
6120         * lily/spacing-engraver.cc (stop_translation_timestep): directly
6121         copy proportionalNotationDuration into currentMusicalColumn if
6122         set.
6123
6124         * lily/spacing-spanner.cc (musical_column_spacing): if
6125         uniform-stretching set, fixed space is 0.0
6126
6127         * input/regression/spacing-multi-tuplet.ly: show
6128         uniform-stretching property.
6129
6130         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
6131
6132         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
6133         (struct Spacing_options): new struct.
6134
6135         * lily/spacing-basic.cc: new file.
6136
6137         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
6138         delta_t doesn't have to be smaller than shortest_playing_len
6139
6140 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6141
6142         * input/regression/markup-arrows.ly:  new file.
6143
6144         * lily/tuplet-bracket.cc: document new behavior.
6145
6146         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
6147         with line breaks.
6148
6149         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
6150
6151         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
6152         default 
6153
6154         * lily/tuplet-bracket.cc: add edge-text property.
6155         add break-overshoot.
6156         (print): read break-overshoot.
6157         (print): read edge-text, add stencils.
6158
6159         * mf/feta-arrow.mf: new file.
6160
6161         * mf/feta-generic.mf: add feta-arrow.
6162
6163 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6164
6165         * Documentation/user/lilypond-book.itely (An example of a
6166         musicological document): Added flag -o to dvips for people who use
6167         the default setting in teTeX where output is sent to the printer. 
6168
6169         * Documentation/user/global.itely (Vertical spacing): Added
6170         reference to the Axis_group_engraver which documents the *Extent
6171         properties.
6172
6173 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6174
6175         * Documentation/user/basic-notation.itely (Tuplets): add note
6176         about nested tuplets. Remove BUG. 
6177
6178         * input/regression/tuplet-nest.ly: update: remove manual hack. 
6179
6180         * lily/tuplet-bracket.cc (print): use robust_scm2drul
6181         (print): manually call print() for subtuplets.
6182         (calc_position_and_height): add subtuplets to the
6183         support. Vertically shift outer tuplet 
6184
6185         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
6186         remove-first for Lyrics, ChordNames and FiguredBass
6187
6188         * scm/define-grob-properties.scm (all-internal-grob-properties):
6189         use ly:grob-array? iso. grob-list?
6190         (all-internal-grob-properties): add tuplets grob-array.
6191
6192         * lily/tuplet-bracket.cc (add_tuplet_bracket):
6193         new function
6194
6195 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6196
6197         * input/test/time-signature-staff.ly: new file.
6198
6199         * ly/declarations-init.ly (center): escape to Scheme. Fixes
6200         spurious #<Music FingerEvent> errors. Backportme.
6201
6202 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6203
6204         * Documentation/user/programming-interface.itely (Markup
6205         construction in Scheme): Corrected markup syntax in the
6206         translation table.
6207
6208 2005-08-03  Graham Percival  <gperlist@shaw.ca>
6209
6210         * Documentation/user/instrument-notation.itely: small update
6211         to bagpipe notation docs; thanks Sven!
6212
6213         * Documentation/user/basic-notation.itely: add link about trills.
6214
6215 2005-08-02  Graham Percival  <gperlist@shaw.ca>
6216
6217         * Documentation/user/music-glossary: remove accidentally committed
6218         fink patch.
6219
6220 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
6221
6222         * lily/lily-parser.cc (get_header): new function. Enable multiple
6223         \header definitions.
6224
6225         * lily/parser.yy (lilypond_header_body): use get_header.
6226
6227         * ly/init.ly:
6228         * scm/lily-library.scm (print-score-with-defaults): renamed
6229         $globalheader to $defaultheader
6230             
6231         * Documentation/user/global.itely (Creating titles): added short
6232         explanation that multiple headers are useable.
6233
6234
6235 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6236
6237         * lily/module-scheme.cc (LY_DEFINE): new file. 
6238
6239         * Documentation/user/advanced-notation.itely (Font selection): add
6240         doco for make-pango-font-tree.
6241
6242 2005-07-31  Graham Percival  <gperlist@shaw.ca>
6243
6244         * Documentation/user/music-glossary: more languages
6245         for tenuto.
6246
6247         * Docuemntation/user/instrument-notation.itely: minor
6248         update for bagpipe example.
6249
6250 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6251
6252         * input/regression/+.ly (TODO): add some text.
6253
6254 2005-07-28  Graham Percival  <gperlist@shaw.ca>
6255
6256         * Documentation/user/invoking.itely: \score begins with music.
6257
6258         * Documentation/user/ basic-notation.itely,
6259         instrument-notation.itely: minor changes.
6260
6261         * Documentation/user/music-glossary.itely: began tenuto entry.
6262
6263 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6264
6265         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
6266
6267         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
6268
6269 2005-07-27  Graham Percival  <gperlist@shaw.ca>
6270
6271         * Documentation/user/examples.itely: remove bagpipe template.
6272
6273         * Documentation/user/instrument-notation.itely: add bagpipe
6274         section, maybe fix quotes in lyrics.  I hate text encoding.
6275         Clarify chord durations, more bagpipe stuff.
6276
6277 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6278  
6279         * lily/accidental-engraver.cc: formatting fixes.
6280
6281         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
6282         grob-array.
6283
6284         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
6285
6286         * lily/note-column.cc (arpeggio): new function.
6287
6288         * lily/note-spacing.cc (get_spacing): also take arpeggio into
6289         account for spacing.
6290
6291 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6292
6293         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
6294         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
6295         mingw build.
6296         
6297 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6298
6299         * scm/lily.scm (lilypond-all): clear anonymous modules after
6300         processing files.
6301
6302 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6303
6304         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
6305         SCM_I_CONSP
6306
6307         * VERSION: 2.7.3 released
6308
6309         * Documentation/user/invoking.itely (Invoking lilypond): add
6310         LILYPOND_GC_YIELD documentation.
6311
6312         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
6313         scm_from_real / scm_make_real.
6314
6315         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
6316         higher. This increases memory footprint, but provides overall
6317         speedup of 15 to 20%. 
6318
6319         * lily/include/translator.hh (class Translator): remove
6320         PRECOMPUTED_VIRTUAL everywhere.
6321
6322         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
6323
6324         * lily/context.cc (now_mom): non-recursive now_mom() 
6325
6326         * lily/include/profile.hh: new file.
6327
6328         * lily/profile.cc: new file.
6329
6330         * lily/grob.cc (Grob::Grob): look properties up directly.
6331
6332         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
6333         lookups.
6334
6335         * lily/include/box.hh (class Box): smob Box type.
6336
6337         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
6338
6339         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
6340         protect() and unprotect(). Use throughout.
6341
6342 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6343
6344         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
6345
6346         * scm/define-music-display-methods.scm (markup->lily-string):
6347         markup elements can also be strings (without simple-markup
6348         appended)
6349
6350 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6351
6352         * lily/context.cc (where_defined): also assign value in
6353         where_defined().
6354
6355         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
6356         (curve_coordinate): new function
6357
6358         * lily/simple-spacer.cc (add_columns): only add rods between
6359         column i and begin/end if keep-inside-line is set (this repleces
6360         allow-outside-line as default)
6361
6362 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6363
6364         * lily/tuplet-engraver.cc (start_translation_timestep): only read
6365         tupletSpannerDuration if applicable.
6366
6367         * lily/font-size-engraver.cc (process_music): read fontSize only
6368         once per timestep.
6369
6370         * lily/engraver*cc: use throughout.
6371         
6372         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
6373
6374         * lily/translator.cc (add_acknowledger): new file. Directly jump
6375         into an Engraver::acknowledge_xxx () method based on a grobs
6376         interface-list.
6377
6378         * lily/include/translator-dispatch-list.hh (class
6379         Engraver_dispatch_list): new struct, new file.
6380
6381         * scm/define-context-properties.scm
6382         (all-internal-translation-properties): remove acceptHashTable,
6383         acknowledgeHashTable
6384
6385         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
6386
6387         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
6388         change acknowledgeHashTable to C++ member. 
6389
6390         * lily/rest-collision.cc (do_shift): use extract_grob_set().
6391
6392 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6393
6394         * scm/display-lily.scm: new file. Define a `display-lily-music'
6395         function, that displays the music expression given as an argument,
6396         using LilyPond notation.
6397
6398         * scm/define-music-display-methods.scm: new file. Implementation
6399         of display methods for each music type.
6400
6401         * ly/music-functions-init.ly (displayLilyMusic): new function for
6402         displaying music with LilyPond notation.
6403
6404         * input/regression/display-lily-tests.ly: new regression test file
6405         for `display-lily-music'.
6406
6407         * scm/markup.scm: remove obsolete debugging code (for printing
6408         markups with LilyPond notation).
6409
6410         * scm/define-music-types.scm (music-name-to-property-table):
6411         * scm/clef.scm (supported-clefs): export, in order to be accessible
6412         from the (scm display-lily) module.
6413
6414 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6415
6416         * Documentation/topdocs/NEWS.tely (Top): Typo.
6417
6418 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
6419
6420         * Documentation/index.html.in, Documentation/texinfo.css,
6421           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
6422           Documentation/bibliography/index.html.in,
6423           Documentation/bibliography/html-long.bst: revert css-width patch,
6424           it does not work with IE6.
6425
6426 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6427
6428         * Documentation/texinfo.css: revert 760px hack. 
6429
6430         * VERSION: release 2.7.2
6431
6432         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
6433
6434         * Documentation/user/basic-notation.itely (Barnumber check): add
6435         section.
6436
6437         * scm/music-functions.scm (skip-to-last): new function. Show only
6438         last showLastLength part of the \score.
6439
6440         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
6441
6442         * python/convertrules.py (conv): add ly:x-moment rule
6443
6444         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
6445
6446         * Documentation/topdocs/NEWS.tely (Top): add new feature.
6447
6448         * Documentation/user/instrument-notation.itely (Flexibility in
6449         alignment): options in subsections.
6450
6451         * lily/lyric-engraver.cc (process_music): don't typeset text for _
6452         syllable text. Instead, assume that the previous lyric text is a
6453         melismated text.
6454
6455         * Documentation/index.html.in: revert 800x600 change.
6456
6457 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6458
6459         * lily/main.cc (main): Remove invalid handle kludge.
6460
6461         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
6462         (lambda): add gui define.
6463
6464 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6465
6466         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
6467
6468         * Documentation/user/instrument-notation.itely (Musica ficta
6469         accidentals): add section Musica ficta accidentals
6470
6471         * lily/accidental-engraver.cc (make_suggested_accidental): new
6472         function.
6473         (make_standard_accidental): move into new function.
6474         (create_accidental): new function.
6475
6476         * scm/define-grobs.scm (all-grob-descriptions): new Grob
6477         AccidentalSuggestion
6478
6479         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
6480
6481         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
6482         undefined.
6483
6484         * Documentation/user/global.itely (Page formatting): document
6485         horizontalshift.
6486
6487         * scm/page-layout.scm (default-page-music-height):
6488         horizontalshift: new variable, shift all systems by
6489         horizontalshift to the right, to make space for instrument names.
6490
6491         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
6492
6493         * lily/input-scheme.cc (LY_DEFINE): take format commands.
6494
6495 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6496
6497         * lily/note-column.cc (dir): idem.
6498
6499         * lily/spacing-spanner.cc (Module): idem.
6500
6501         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
6502
6503         * lily/include/paper-column.hh (class Paper_column): add
6504         non-static get_rank() member.
6505
6506         * VERSION: release 2.7.1
6507         
6508         * scm/framework-null.scm: new file, used for benchmarking.
6509
6510 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
6511
6512         * Documentation/topdocs/INSTALL.texi, configure.in: fix
6513         version dependencies for fontforge and gs.
6514
6515         * Documentation/index.html.in, Documentation/texinfo.css,
6516         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
6517         Documentation/bibliography/index.html.in, 
6518         Documentation/bibliography/html-long.bst: optimize width of
6519         html for a 800x600 screen (width:760), increases printability
6520         when 'fit to page' is not set and readability in wide screens.
6521
6522         * stepmake/bin/add-html-footer.py: add missing </p>.
6523
6524 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6525
6526         * scm/define-markup-commands.scm (beam): use polygon in beam
6527         command.
6528
6529         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
6530         all acknowledged grobs, and do potentially expensive merge and
6531         write in one go.
6532
6533         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
6534
6535         * configure.in (reloc_b): add --enable-static-gxx to statically
6536         link to libstdc++
6537
6538         * lily/GNUmakefile (static-gxx-libs): new target
6539         static-gxx-libs. Create symlink to libstdc++.a
6540
6541         * lily/new-lyric-combine-music-iterator.cc: rename to
6542         Lyric_combine_music_iterator
6543
6544         * lily/lyric-combine-music-iterator.cc
6545         (Old_lyric_combine_music_iterator): rename to
6546         Old_lyric_combine_music_iterator
6547
6548         * lily/*-engraver.cc (various): remove double use of
6549         PRECOMPUTED_VIRTUAL function: only use
6550         start_translation_timestep() and stop_translation_timestep(), not
6551         both.
6552
6553         * lily/break-substitution.cc (fast_substitute_grob_array): do
6554         fast_substitute_grob_array for all unordered grob_arrays.
6555         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
6556         (substitute_grob_array): optimize.
6557
6558         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
6559
6560         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
6561
6562         * lily/parser.yy: revert $globalheader patch.
6563         
6564         * lily/include/translator.icc
6565         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
6566         Translator methods, without _static helper.
6567  
6568         * lily/grob-smob.cc (derived_mark): rename from
6569         do_derived_mark(). Return void.
6570
6571         * scm/define-context-properties.scm
6572         (all-internal-translation-properties): remove tweakCount/tweakRank.
6573
6574         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
6575         predefined break-visibilities.
6576
6577         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
6578         booleans for break-visibility.
6579
6580         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
6581
6582         * python/convertrules.py (conv): rule for Timing_translator. 
6583
6584         * lily/include/translator.icc: new file. 
6585
6586         * lily/paper-column-engraver.cc (process_music): new
6587         file. Separate Paper_column factory from Score_engraver.
6588
6589         * lily/vertically-spaced-context-engraver.cc: administer
6590         spaceable-staves property of System.
6591
6592         * lily/translator-group-ctors.cc: new file.
6593
6594         * lily/context-property.cc (make_grob_from_properties): construct
6595         the right Grob class programmatically, looking at the class entry
6596         for the meta property.
6597
6598         * lily/break-align-engraver.cc (stop_translation_timestep): call
6599         Break_align_interface::add_element() directly.
6600
6601         * lily/context.cc (measure_position): measure_position() is now a
6602         normal function.
6603
6604         * lily/include/translator.hh (class Translator): rename
6605         process_acknowledged_grobs() to process_acknowledged() and move to
6606         Translator.
6607
6608         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
6609         field for each grob description.
6610
6611         * lily/include/translator-group.hh (class Translator_group):
6612         change to base class. Separate class from Translator. This gets
6613         rid of virtual inheritance for Engravers/Performers.
6614
6615         * lily/staff-performer.cc (class Staff_performer): derive
6616         Staff_performer from Performer, not Performer_group_performer 
6617
6618         * Lily/translator-group.cc (precomputed_recurse_over_translators):
6619         new function.
6620         (precompute_method_bindings): new function. Precompute lists of
6621         Translators, so we only call methods (process_music,
6622         start_translation_timestep, etc.) for Translators needing
6623         it. Also: dispose of pointer-to-member-function calls.
6624
6625         * lily/engraver-group-engraver.cc: remove engraver_each,
6626         recurse_down_engravers ()
6627
6628         * lily/note-head.cc (internal_print): only call
6629         glyph-name-procedure if style != default. 
6630
6631 2005-07-16  Graham Percival  <gperlist@shaw.ca>
6632
6633         * ly/titling-init.ly: add printallheaders option.
6634
6635         * Documentation/user/global.itely: document printallheaders.
6636
6637 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6638
6639         * lily/system.cc (do_derived_mark): don't mark from object_alist_
6640         anymore, but do it centrally.  
6641
6642         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
6643         hammer hack.
6644
6645         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
6646
6647         * scm/output-lib.scm: remove hammer-print-function.
6648
6649         * lily/include/pointer-group-interface.hh (extract_grob_set): new
6650         macro. Declare a Link_array<Grob> and fill it from a grob.
6651         (extract_item_set): idem for item.
6652
6653         * lily/break-substitution.cc: add header.
6654         (fast_substitute_grob_array): rewrite for Grob_arrays.
6655         (substitute_grob_array): idem.
6656
6657         * lily/group-interface.cc (add_thing): remove file.
6658
6659         * flower/include/parray.hh (class Link_array): slice() is const.
6660
6661         * lily/include/grob-array.hh: new file.
6662
6663         * lily/grob-array.cc (spanner): new file.
6664
6665         * lily/beam-quanting.cc (fill): read details property from beam.
6666
6667         * lily/beam.cc: support details property.
6668
6669         * total speedups below: approx 10%.
6670
6671         * lily/include/beam.hh: new struct, softcode beam quanting parameters
6672
6673         * lily/include/grob.hh (class Grob): add interfaces_ member.
6674
6675         * lily/bezier.cc (init_polynomial_cache): new function: cache
6676         binom(3,j) t^j (1-t)^{3-j}
6677         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
6678
6679         * lily/*.cc: substitution throughout.
6680
6681         * lily/grob-property.cc (internal_get_object): new routine.
6682         (internal_set_object): idem. Store grob refrences in separate
6683         alist. This saves processing time, since properties aren't
6684         break-substituted, and the per grob namespace is smaller, both for
6685         grobs and non-grob properties.
6686
6687         * scm/define-grob-properties.scm (all-internal-grob-properties):
6688         remove center-element.
6689
6690         * lily/grob.cc: remove tweak-count, tweak-rank.
6691
6692 2005-07-15  Graham Percival  <gperlist@shaw.ca>
6693
6694         * Documentation/user/lilypond-book.itely: fixes example.
6695
6696 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6697
6698         * Documentation/user/global.itely (Creating titles):    
6699         * Documentation/user/examples.itely (All headers): change the
6700         place of \header in \score blocks (after music block) to make
6701         examples compile (cf. changes on parser.yy on 2005-07-10)
6702
6703 2005-07-13  Graham Percival  <gperlist@shaw.ca>
6704
6705         * python/convertrules.py: add exc -> ecc rule.
6706
6707         * scripts/convert-ly.py: add location of convertrules.py
6708         in a comment.
6709
6710         * Documentation/user/changing-defaults.itely: fix language.
6711
6712 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6713
6714         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
6715
6716 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6717
6718         * scm/output-socket.scm (grob-bbox): don't use inf? 
6719
6720         * flower/include/rational.hh: add operator bool() 
6721
6722         * scm/define-music-types.scm (music-descriptions): remove
6723         internal-class-name properties.
6724
6725         * lily/include/event.hh: remove file.
6726
6727         * lily/include/music-constructor.hh: remove file.
6728
6729         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
6730         in 'types property.
6731
6732         * lily/music.cc (duration_length_callback): new function.
6733
6734         * lily/event.cc: remove file.
6735
6736         * lily/music-constructor.cc: remove file.
6737
6738         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
6739
6740         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
6741         (get_context_key): idem.
6742
6743         * scm/lily.scm (lambda): new option object-keys (default to #f)
6744
6745         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
6746
6747         * scm/output-gnome.scm: remove beam routine.
6748
6749         * scm/output-ps.scm (scm): idem.
6750
6751         * scm/output-svg.scm: remove beam.
6752
6753         * ps/music-drawing-routines.ps: remove draw_beam.
6754
6755         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
6756
6757         * flower/include/guile-compatibility.hh (scm_from_locale_string):
6758         add scm_from_locale_string compatibility glue. 
6759
6760 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
6761
6762         * scripts/lilypond-book.py: Prevent occuring error when
6763         'lilypond-book --output=foo/ somefile.ly' is executed multiple
6764         times and target file shoud be overwritten.  (Error message said
6765         'input file and output file is same'.)
6766
6767 2005-07-13  Graham Percival  <gperlist@shaw.ca>
6768
6769         * input/regression/slur-extreme.ly,
6770         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
6771         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
6772         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
6773         "excentricity" to "eccentricity".
6774
6775         * Documentation/user/converters.itely: fix URL for Noteedit and
6776         Rosegarden.
6777
6778         * THANKS: added Yoshinobu Ishizaki.
6779
6780 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6781
6782         * scm/define-markup-commands.scm (justify-field): add. 
6783
6784         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
6785
6786 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6787
6788         * lily/lookup.cc (filled_box): express filled_box with
6789         round_filled_box
6790
6791         * scm/midi.scm (paper-book-write-midis): new function. Write all
6792         performances in numbered MIDI files.
6793
6794         * lily/performance-scheme.cc (LY_DEFINE): new file.
6795         (LY_DEFINE): new function ly:performance-write.
6796
6797         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
6798         new function.
6799         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
6800
6801         * scm/framework-*.scm: use port arguments throughout.
6802
6803         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
6804
6805         * lily/paper-outputter.cc (Paper_outputter): take port argument.
6806
6807         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
6808
6809         * scm/framework-texstr.scm (output-framework): 
6810
6811         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
6812
6813         * scm/output-lib.scm (tablature-stem-attachment-function):
6814         tablature stem attachment fix. 
6815
6816 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6817
6818         * lily/bezier.cc: hardcode binomial coefficients of order 3.
6819
6820         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
6821
6822         * scm/define-music-types.scm (music-descriptions): don't use
6823         Music_wrapper type.
6824
6825         * lily/paper-column.cc (print): print moment too.
6826
6827         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
6828         remove compatibility cruft.
6829
6830         * lily/parser.yy (score_body): \score can only begin with Music. 
6831
6832         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
6833         make-score. Take music argument only. Move parser interaction to
6834         Scheme.
6835
6836         * scm/lily-library.scm (scorify-music): new function.
6837
6838         * python/lilylib.py (datadir): remove 2.1 compat kludge.
6839         (datadir): remove resource import.
6840         (print_environment): remove get_bbox()
6841         (cp_to_dir): remove pre 1.5.2 compat glue.
6842
6843 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6844
6845         * lily/include/simple-spacer.hh (Module): idem.
6846
6847         * lily/include/spring.hh (struct Spring): store inverse
6848         strength. This prevents division by zero.
6849
6850         * VERSION: release 2.7.0
6851         
6852         * lily/include/music.hh (class Music): remove Music::duration_log()
6853
6854         * lily/stem-engraver.cc (make_stem): take duration log from event.
6855
6856         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
6857
6858 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6859
6860         * scm/lily.scm (ly:load): load autochange.scm
6861
6862         * Documentation/user/tutorial.itely (Running LilyPond for the
6863         first time): remove reference to DVI/TeX
6864
6865         * scm/define-markup-commands.scm (text): add \text markup command.
6866
6867         * configure.in (reloc_b): bump requirement to Python 2.2.
6868
6869         * lily/include/dots.hh (class Dots): make has_interface() static.
6870
6871         * python/convertrules.py (conv): add rule for ly:grob-default-font
6872
6873         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
6874         alphabetical order.
6875
6876         * input/regression/trill-spanner-pitched.ly: new file.
6877
6878         * lily/font-interface-scheme.cc (LY_DEFINE): function
6879         ly:grob-default-font (changed from get-default-font).
6880
6881         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
6882
6883         * lily/note-head.cc (internal_print): if style is not a symbol,
6884         set style to 'default. 
6885         (internal_print): no style suffix if glyph-name-procedure not
6886         set. Default to quarter head.
6887
6888         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
6889
6890         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
6891
6892         * ly/music-functions-init.ly: \pitchedTrill
6893
6894         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
6895
6896         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
6897
6898         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
6899
6900         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
6901
6902         * po/fr.po: update
6903
6904         * po/de.po: update.
6905
6906 2005-07-06  Graham Percival  <gperlist@shaw.ca>
6907
6908         * Documentation/user/changing-defaults.itely: add link
6909         to grob-iterface.
6910
6911         * Documentation/user/advanced-notation.itely: add material
6912         to Setting automatic beam behaviour.  Thanks, Joe!
6913
6914         * Documentation/user/lilypond.itely: change encoding to utf-8.
6915
6916 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6917
6918         * Documentation/user/advanced-notation.itely (Setting automatic
6919         beam behavior): Correct the documentation of
6920         revert-auto-beam-setting (backportme)
6921
6922 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6923
6924         * lily/ly-module.cc (ly_make_anonymous_module): define
6925         %module-public-interface of module. 
6926
6927         * lily/lily-parser.cc (print_smob): allow printing of parser smob
6928         without lexer.
6929
6930 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6931
6932         * input/regression/fret-diagrams.ly: stretch example.
6933
6934 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6935
6936         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
6937         Fodor).
6938
6939 2005-06-30  Graham Percival  <gperlist@shaw.ca>
6940
6941         * Documentation/topdocs/AUTHORS.texi: update personal web address.
6942
6943         * Documentation/user/examples.itely, lilypond-book.itely:
6944         change \RequirePackage to \usepackage.
6945
6946         * Documentation/user/global.itely: document copyright and tagline.
6947
6948 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6949
6950         * Documentation/user/basic-notation.itely (Transpose): remove link
6951         to nonexistent UntransposableMusic.
6952
6953         * scm/output-svg.scm: remove old definitions.
6954
6955         * scripts/lilypond-book.py (do_file): search for kpsewhich before
6956         invoking.
6957
6958         * python/lilylib.py (search_exe_path): new function.
6959
6960 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6961
6962         * python/lilylib.py (mkdir_p): remove setup_environment()
6963         (backportme)
6964
6965         * buildscripts/mutopia-index.py (headertext): trim text.
6966
6967         * Documentation/topdocs/NEWS.tely (Top): refresh.
6968
6969         * scm/define-markup-commands.scm (wordwrap-string): new function:
6970         split string in paras and words.
6971         (wordwrap-markups): new function.
6972         (wordwrap-stencils): new function. 
6973         (justify): use it.
6974         (wordwrap): use it.
6975         (wordwrap-string): use it
6976         (justify-string): use it.
6977
6978         * scm/lily-library.scm (regexp-split): new function.
6979
6980         * scm/define-markup-commands.scm: remove encoded-simple. 
6981         remove font-markup.
6982         (fontsize): remove old version  of fontsize.
6983         (wordwrap): new markup function. Wrap into paragraphs.
6984
6985         * VERSION: Branch lilypond_2_6
6986         (MINOR_VERSION): go to 2.7.0
6987
6988 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6989
6990         * po/zh_TW.po: update from translation project.
6991
6992 2005-06-28  Graham Percival  <gperlist@shaw.ca>
6993
6994         * scm/midi.scm: compile fix.
6995
6996 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6997
6998         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
6999         patch. Now, the tempfile module is loaded too, not only used.
7000
7001 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
7002
7003         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
7004         0.05 - 1.00 to 0.25 - 1.00
7005
7006         * scm/midi.scm: moved the default-instrument-equalizer procedure
7007         to just under the insturment-equalizer-alist it takes as an
7008         argument.
7009
7010 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7011
7012         * Documentation/user/advanced-notation.itely (Font selection):
7013         remove CMR note.
7014
7015         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
7016
7017 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7018
7019         * THANKS: Add UTF-8 marker.
7020
7021         * Documentation/user/point-and-click.itely (http): Update: use
7022         lilypond-invoke-editor.  Fix: instruct to use user.js.
7023
7024 2005-06-27  Graham Percival  <gperlist@shaw.ca>
7025
7026         * ly/titling-init.ly: implements printpagenumber, increases
7027         space between dedication and title (to avoid collisions with
7028         "g" and "q" in dedication), and nicer logic about copyright
7029         and instrument fields being printed on the first page.
7030         Thanks Vincent!
7031
7032         * Documentation/user/global.itely: document printpagenumber.
7033
7034 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7035
7036         * Documentation/topdocs/NEWS.tely: Update to 2.6.
7037
7038 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7039
7040         * THANKS: update to 2.6
7041
7042         * VERSION: 2.6.0 released.
7043
7044 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7045
7046         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
7047         rule, errorneously removed probably because of misleading comment.
7048
7049 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7050
7051         * python/lilylib.py (datadir): py2exe comments.
7052
7053         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
7054
7055         * configure.in (reloc_b): make fontconfig REQUIRED.
7056
7057 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
7058
7059         * po/fi.po: add latest translations.
7060
7061 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7062
7063         * ChangeLog: recode utf-8
7064
7065         * Documentation/pictures/lilypond.xpm (Module): edited photo as
7066         logo.
7067
7068         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
7069
7070         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
7071
7072         * python/convertrules.py (do_conversion): don't print program_name
7073         from within a module
7074
7075         * configure.in (reloc_b): bump fontforge requirement to 20050624.
7076
7077         * python/convertrules.py (conv): add 2.6.0 dummy rule.
7078
7079 2005-06-23  Graham Percival  <gperlist@shaw.ca>
7080
7081         * Documentation/user/lilypond-book.itely,
7082         Documentation/user/examples.itely: add \RequirePackage{graphics}.
7083
7084         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
7085         fixes baseline-skip.  Thanks Vincent!
7086
7087         * Documentation/user/advanced-notation.itely, global.itely:
7088         moved "Selecting font sizes" to global, since it deals with
7089         notation font size, not text fonts.
7090
7091 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7092
7093         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
7094         to fonts.
7095
7096 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7097
7098         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
7099         workaround since /dev/stdin doesn't work on Cygwin. Using a
7100         temporary file in the current directory since latex doesn't
7101         understand the path name to the default TMP in Cygwin (at least on
7102         win XP).
7103         
7104         * Documentation/user/global.itely (Creating titles): Correct
7105         misprint in example. Thanks to Rob Vlasaty.
7106
7107 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7108
7109         * VERSION (PATCH_LEVEL): release 2.5.32
7110
7111         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
7112         variable in lily module
7113
7114         * scm/framework-ps.scm (output-classic-framework): error message
7115         regarding the classic framework.
7116
7117         * Documentation/user/henle-flat-gray.png (Module): new file.
7118
7119         * Documentation/user/baer-flat-gray.png (Module): new file.
7120
7121         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
7122         whiteout for markups.
7123
7124         * buildscripts/substitute-encoding.py (note_glyph): include _ in
7125         regex too. This fixes change clef appearance in PDF. 
7126
7127         * ttftool/include/*: remove.
7128
7129         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
7130
7131         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
7132
7133         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
7134
7135         * ttftool/*: remove ttftool subdirectory.
7136
7137         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
7138
7139         * lily/ttf.cc (print_header): new file. Convert to type42, using
7140         FreeType to parse the TTF. 
7141
7142         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
7143         and post table may differ. Pass around post_nglyphs as well.
7144
7145 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7146
7147         * ly/music-functions-init.ly (musicMap): new music function
7148         musicMap. 
7149         
7150 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7151
7152         * make/mutopia-rules.make: anti-alias-factor = 2
7153
7154         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
7155         page switch.
7156
7157         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
7158         anti-alias-factor for lilypond-book runs.
7159
7160         * scm/ps-to-png.scm (scale-down-image): new function.
7161         (my-system): new function.
7162         (make-ps-images): blow up GS resolution by anti-alias-factor,
7163         scale down image by anti-alias-factor.  This improves appearance
7164         of bitmaps
7165         (make-ps-images): remove showpage. Fixes spurious empty png at
7166         end.
7167
7168         * scm/framework-ps.scm (write-preamble): downcase filename before
7169         string-matching. Should fix .TTF files (as opposed to ttf files)  
7170
7171         * Documentation/user/tutorial.itely (Running LilyPond for the
7172         first time): separate subsections for windows, macos and unix.  
7173
7174         * Documentation/user/invoking.itely (Updating files with
7175         convert-ly): add MacOS X note.
7176
7177 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7178
7179         * Documentation/user/introduction.itely (Engraving): don't include
7180         file optical-spacing, add directly.
7181
7182         * lily/paper-outputter.cc (file): open file in binary mode. This
7183         fixes OTF embedding on windows.
7184
7185 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7186
7187         * scm/framework-ps.scm (write-preamble): remove debugging output.
7188
7189         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
7190
7191         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
7192         outdir.
7193         (install-fc-cache): install font cache in installation directories.
7194
7195 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7196
7197         * scm/editor.scm (editor-command-template-alist): Use char iso
7198         column, except for Emacs.
7199         (get-editor-command): Substitute char too (Bertalan Fodor).
7200
7201 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7202
7203         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
7204         quoted ~s.  This should fix PNG output on Windows; single quotes
7205         are regular characters on Windows.
7206
7207 2005-06-16  Graham Percival  <gperlist@shaw.ca>
7208
7209         * Documentation/user/basic-notation.itely: include ChoirStaff
7210         in System start delimiters.
7211
7212         * Documentation/user/putting.itely: new doc section on
7213         fixing overlapping notation.
7214
7215 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7216
7217         * Documentation/user/global.itely (Paper size): \paper is in
7218         \book, not \score.
7219
7220         * make/mutopia-rules.make: -ddelete-intermediate-files
7221
7222         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
7223
7224 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7225
7226         * ChangeLog: Recode utf-8.
7227
7228         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
7229         datadir with .py modules.
7230
7231 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
7232
7233         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
7234
7235 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7236
7237         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
7238         
7239         * scm/framework-ps.scm (write-preamble): remove status check.
7240
7241         * Documentation/user/invoking.itely (Updating files with
7242         convert-ly): remove -o option.
7243
7244         * VERSION (PACKAGE_NAME): release 2.5.31
7245
7246         * scm/framework-ps.scm (write-preamble): use ly:system.
7247         (write-preamble): verbosity.
7248
7249         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
7250
7251         * python/convertrules.py: new file. Store conversion rules
7252         separately.
7253
7254 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7255
7256         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
7257
7258 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7259
7260         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
7261         \musicDisplay 
7262
7263         * Documentation/user/instrument-notation.itely (More stanzas): Add
7264         reference to StanzaNumber.
7265
7266 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7267
7268         * THANKS: separate section for website translators.
7269
7270 2005-06-14  Graham Percival  <gperlist@shaw.ca>
7271
7272         * Documentation/topdocs/INSTALL.texi: update vim info;
7273         thanks Simon Bailey!
7274
7275         * Documentation/user/advanced-notation.itely: included
7276         color names.
7277
7278         * Documentation/user/advanced-notation.itely,
7279         Documentation/usr/notation-appendices.itely: moved
7280         color names into an appendix.
7281
7282 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7283         
7284         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
7285
7286         * scm/lily.scm (lambda): initialize program options from here.
7287
7288         * scm/framework-*.scm: add header info.
7289
7290         * lily/main.cc (parse_argv): only set output format to pdf if no
7291         other format specified.
7292
7293         * scm/backend-library.scm (postprocess-output): process
7294         'delete-intermediate-files after running convert-to-*. This fixes
7295         PNG generation when 'delete-intermediate-files is set.
7296         
7297 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7298
7299         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
7300         links on website. 
7301
7302 2005-06-13  Graham Percival  <gperlist@shaw.ca>
7303
7304         * Documentation/topdocs/INSTALL.texi,
7305         Documentation/user/lilypond-book.itely: typos.
7306
7307 2005-06-12  Pal Benko  <benkop@freestart.hu>
7308
7309         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
7310         added between program name and switch; -b changed to -f not
7311         to generate pdf
7312
7313 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7314
7315         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
7316         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
7317
7318         * input/sakura-sakura.ly: add \midi.
7319
7320         * buildscripts/mutopia-index.py (find): use /usr/bin/find
7321         iso. python find. 
7322
7323         * ttftool/test.c (main): cosmetics.
7324
7325         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
7326
7327         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
7328         create a ttf2ps binary.
7329
7330         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
7331
7332         * scm/backend-library.scm (postscript->png): set rename-page-1 to
7333         true.
7334
7335 2005-06-11  Graham Percival <gperlist@shaw.ca>
7336
7337         * Documentation/user/lilypond-book.itely: add warning about
7338         the font warnings in dvips.
7339
7340 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7341
7342         * THANKS: typo
7343
7344         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
7345
7346         * GNUmakefile.in: remove links for .map, .enc
7347         don't fail if out/ doesn't exist yet.
7348
7349 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7350
7351         * ttftool/util.c (surely_read): return nbytes
7352
7353         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
7354
7355         * VERSION (PACKAGE_NAME): release 2.5.30
7356
7357         * flower/string-convert.cc (precision_string): >? fix.
7358
7359         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
7360         (make-ps-images): add verbose -q too.
7361
7362         * lily/default-actions.cc (Module): new file. default
7363         {book,score}-print functions.
7364
7365         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
7366         pass results via parseStringResult, lookup via ly:parser-lookup.  
7367
7368         * lily/lily-parser.cc (Lily_parser): only clone lexer in
7369         constructors.
7370         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
7371         (parse_string): idem.
7372
7373         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
7374
7375         * lily/main.cc (main_with_guile): copy be_verbose_global into
7376         ly_set_option()
7377
7378 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7379
7380         * scm/backend-library.scm (postscript->pdf):
7381         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
7382         verbose mode.  Search for several names of gs executable.
7383
7384 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7385
7386         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
7387         directly. This fixes a massive memory leak, provided you use CVS
7388         GUILE.
7389
7390 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
7391
7392         * ly/property-init.ly: Added tieDashed.
7393
7394         * THANKS: Added some bughunters for 2.5.
7395
7396 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7397
7398         * lily/program-option.cc: add debug-gc option.
7399
7400         * lily/include/lily-guile-macros.hh: don't protect exported module
7401         objects.
7402
7403         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
7404
7405         * scm/backend-library.scm (postscript->pdf): use
7406         delete-intermediate-files iso. running-from-gui? 
7407
7408         * ttftool/util.c (surely_read): robustness. Allow read() to return
7409         less bytes than requested, as per posix standards.
7410
7411         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
7412         program option.
7413
7414         * ttftool/include/ttftool.h ("C"): rename verbosity to
7415         ttf_verbosity. Add to public interface.
7416
7417         * scm/music-functions.scm (unfold-repeats): remove debugging display.
7418
7419         * lily/program-option.cc: rename from scm-option.cc
7420
7421         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
7422         (get_help_string): Print pretty help string.
7423
7424         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
7425         to snippet preamble.
7426
7427         * lily/scm-option.cc: remove command-line-settings option. Fold
7428         all command-line options plus default settings in a generic
7429         interface. 
7430
7431         * flower/getopt-long.cc (table_string): indent 2nd lines of help
7432         texts too.
7433
7434 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7435
7436         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
7437         or EXT_ components non-empty.
7438
7439 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7440
7441         * scm/lily.scm (running-from-gui?): Export.
7442
7443         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
7444         output in .ly source directory.
7445
7446 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7447
7448         * ttftool/util.c (surely_lseek): more verbosity.
7449
7450         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
7451         compile.
7452
7453         * lily/parser.yy (Repeated_music): remove >? 
7454
7455         * scm/backend-library.scm (postscript->pdf): Support for
7456         -dgs-font-load=1
7457
7458         * scm/framework-ps.scm (write-preamble): make font loading
7459         switchable to GS via --define-default gs-font-load=1
7460
7461 2005-06-09  Graham Percival  <gperlist@shaw.ca>
7462
7463         * Documentation/user/global.itely: added \layout docs.
7464
7465 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7466
7467         * lily/lily-parser-scheme.cc: add unistd.h
7468
7469 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7470
7471         * scm/editor.scm: add char argument.
7472
7473         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
7474
7475         * ttftool/util.c (syserror): use errno for better error reporting.
7476
7477         * lily/source-file.cc (get_counts): new function. Calc column,
7478         line and char count in one go.
7479
7480         * lily/binary-source-file.cc (quote_input): rename to quote_input
7481
7482         * lily/input.cc (set): new function.
7483
7484 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7485
7486         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
7487         directory part of file name to search directory.
7488
7489         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
7490         search path and chdir to DIR if --outname=DIR used.
7491
7492         * lily/main.cc (prepend_env_path): Bugfix: Check directory
7493         existence before appending original path.
7494
7495 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7496
7497         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
7498         file" massage.
7499
7500         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
7501         texinfo.tex is always used.
7502         
7503 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7504
7505         * flower/include/axis.hh: rename from axes.hh
7506
7507         * lily/include/text-interface.hh (Module): rename from text-item.hh
7508
7509         * VERSION (PATCH_LEVEL): release 2.5.29
7510
7511         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
7512
7513         * scm/framework-ps.scm (font-file-as-ps-string): new function.
7514         (handle-macfont): new function. Call fondu for Native mac fonts.
7515
7516         * scm/define-markup-commands.scm (fill-line): handle text-widths =
7517         '() case.
7518
7519 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7520
7521         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
7522         multi-page.  Fix .eps regular expression.
7523
7524 2005-06-07  Graham Percival  <gperlist@shaw.ca>
7525
7526         * Documentation/user/putting.itely: add info on modifying templates.
7527
7528         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
7529         misc small changes.
7530
7531 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7532
7533         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
7534
7535         * scripts/lilypond-ps2png.scm
7536
7537         * VERSION (PACKAGE_NAME): release 2.5.28
7538
7539 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7540
7541         * lily/main.cc (prepend_env_path): Do not append /, that does not
7542         work.  Localedir lives in datadir, not in prefix.
7543
7544         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
7545         hack for windows.
7546
7547         * flower/include/file-cookie.hh: Compile fix.
7548
7549 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7550
7551         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
7552
7553         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
7554         system primitives.
7555         (gulp-port): using read-string!/partial. We don't want to read an
7556         entire PS file  (GUILE 1.6 limits strings to 16M) 
7557
7558         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
7559         properties. Add font-interface. 
7560
7561         * scm/define-grob-properties.scm (all-user-grob-properties):
7562         remove old bracket properties.
7563
7564         * scm/x11-color.scm: reformat. 
7565
7566         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
7567         LedgerLineSpanner if new StaffSymbol is found. 
7568
7569         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
7570         staff-symbol for finishing staff. 
7571
7572         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
7573
7574         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
7575         change black to currentColor everywhere. This fixes color support
7576         in SVG.
7577
7578 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
7579
7580         * input/regression/fret-diagrams.ly: new file to test fret diagram
7581         capability
7582
7583         * scm/output-tex.scm: remove white-dot and white-text
7584
7585         * scm/output-ps.scm: remove white-dot and white-text
7586
7587         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
7588         using ly:stencil-in-color instead
7589         (draw-dots) : remove call to white-dot
7590
7591 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7592
7593         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
7594         support.
7595
7596         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
7597
7598         * flower/include/file-cookie.hh: new file. lily_cookie extension 
7599
7600         * flower/file-cookie.cc: new file. lily_cookie extension.
7601         
7602 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7603
7604         * scm/editor.scm (editor-command-template-alist): Add syn
7605         editor (Jaap [de Vos]).
7606
7607 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7608
7609         * scripts/lilypond-ps2png.scm:
7610         * scm/ps-to-png.scm: New file.
7611
7612         * scm/backend-library.scm (postscript->png): Use it.
7613
7614         * scripts/lilypond-ps-to-png.py: Remove file.
7615
7616         * python/lilylib.py (get_bbox, make_ps_images): Remove.
7617
7618 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7619
7620         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
7621
7622         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
7623         start on grace moment. Fixes autobeam-grace.ly.
7624
7625         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
7626         process anything unless we're at the end of a pending beam. Fixes
7627         syncopated 8ths beamed across a beat.
7628
7629 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7630
7631         * scm/editor.scm (editor-command-template-alist): Start emacs if
7632         emacslient fails.
7633
7634         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
7635
7636         * flower/file-path.cc (is_file, is_dir): Export.
7637
7638         * lily/main.cc (prepend_env_path, set_env_file): Use them.
7639
7640 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7641
7642         * lily/easy-notation.cc: Added include cctype to correct
7643         compilation error.
7644
7645 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7646
7647         * scm/backend-library.scm (postscript->pdf): set resolution to
7648         1200, so bitmap fonts aren't that ugly. 
7649
7650         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
7651
7652         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
7653         parent if we have a notehead. Fixes incorrect offsets when
7654         Paper_column is very wide in the X direction.
7655
7656         * input/regression/font-family-override.ly (Module): new file.
7657
7658         * scm/font.scm (make-pango-font-tree): new function.
7659
7660         * lily/beam.cc (before_line_breaking): remove warning about less
7661         than 2 visible stems. We still get a warning when there is only
7662         one stem.
7663
7664 2005-06-01  Werner Lemberg  <wl@gnu.org>
7665
7666         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
7667         correctly.
7668
7669 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7670
7671         * lily/slur-scoring.cc (generate_avoid_offsets): new
7672         function. Generate avoid offsets once per slur.
7673
7674         * lily/slur.cc (add_extra_encompass): add dependency to
7675         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
7676
7677         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
7678         too. Fixes inf error with added bass notes.
7679
7680         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
7681         argument anymore.
7682
7683         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
7684
7685         * input/tutorial/lbook-latex-test.tex: add line length test.
7686
7687         * scripts/lilypond-book.py (set_default_options): new
7688         function. Call this before dissecting snippets, so linewidth
7689         settings reach the snippets.
7690
7691 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7692
7693         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
7694
7695 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7696
7697         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
7698
7699 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
7700
7701         * stepmake/aclocal.m4: More autopackage friendliness.
7702
7703 2005-05-31  Graham Percival  <gperlist@shaw.ca>
7704
7705         * Documentation/index.html.in: remove link to LSR.
7706
7707         * Documentation/user/global.itely: remove duplicate
7708         "dedication" \header{} section.
7709
7710 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7711
7712         * VERSION (PACKAGE_NAME): release 2.5.27.
7713
7714         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
7715         too. Plugs memory leak.
7716
7717         * make/lilypond.fedora.spec.in (Group): remove
7718         lilypond-pdfpc-helper.
7719
7720         * scripts/GNUmakefile (SEXECUTABLES): remove
7721         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
7722
7723         * scm/font.scm (make-century-schoolbook-tree): add Mono as
7724         'typewriter family.
7725
7726         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
7727         memory leak.
7728
7729         * lily/parser.yy (score_body): don't clone Score, that's done in
7730         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
7731
7732         * lily/score-engraver.cc (derived_mark): new function.
7733         (initialize): unprotect Paper_score. This fixes a memory leak.
7734
7735         * lily/score-performer.cc (derived_mark): new function.
7736
7737         * lily/score-translator.cc (get_output): use SCM for get_output() call.
7738
7739         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
7740         spurious warning.
7741
7742         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
7743         serif.
7744
7745 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
7746
7747         * configure.in (reloc_b): Add --enable-relocation.
7748
7749 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7750
7751         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
7752
7753         * input/regression/alignment-order.ly: add Staff example.
7754
7755 2005-05-31  John Mandereau   <john.mandereau@free.fr>
7756
7757         * po/fr.po: update.
7758
7759 2005-05-31  Graham Percival  <gperlist@shaw.ca>
7760
7761         * Documentation/index.html.in: add link to LSR.
7762
7763 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7764
7765         * scm/define-stencil-commands.scm (Module): new file. Register all
7766         allowed stencil expression heads in a central place.
7767
7768         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
7769         ly:make-stencil
7770
7771         * lily/stencil-expression.cc (all_stencil_heads): registering
7772         stencil expressions.
7773
7774         * lily/stencil-interpret.cc: new file. Stencil expression
7775         interpreting.
7776
7777         * input/xiao-haizi-guai-guai.ly: move file back.
7778
7779 2005-05-30  Graham Percival  <gperlist@shaw.ca>
7780
7781         * Documentation/user/advanced.itely, converters.itely,
7782         instrument-notation.itely, lilypond-book.itely: misc small
7783         changes.
7784
7785 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7786
7787         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
7788
7789         * make/lilypond.fedora.spec.in: Fix source url.
7790
7791         * cygwin: Update from mingw patches.
7792
7793         * scm/editor.scm (editor-command-template-alist): Use jedit
7794         -reuseview (Bertalan), add uedit (Patrick Huberts).
7795
7796         * input/xiao-hai-zi-guai-guai.ly: Rename from
7797         xiao-haizi-guai-guai.ly.
7798
7799         * input/*: Reindent, do not use TAB.
7800
7801         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
7802         white background.
7803
7804 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
7805
7806         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
7807         numerical overflow error.
7808
7809 2005-05-29 Laura Conrad <lconrad@laymusic.org>
7810         
7811         * abc2ly.py: fix to syntax error in multi-part output.
7812
7813 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7814
7815         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
7816         with disappearing span bars when alignAboveContext is active
7817
7818         * lily/property-iterator.cc (check_grob): use is-grob?
7819         object-property. Fixes crash-key-sig-font-size.ly. 
7820
7821 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7822
7823         * lily/bar-line.cc (print): don't round barlines; this produces
7824         odd aliasing effects in Acroread.
7825
7826         * lily/timing-engraver.cc (process_music): robustness fix.
7827
7828         * lily/context-def.cc (filter_engravers): bugfix.
7829
7830 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7831
7832         * lily/lilypond.rc.in: Add ly-icon.
7833
7834         * lily/GNUmakefile: 
7835         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
7836         rules.
7837
7838 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7839
7840         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
7841
7842         * ps/music-drawing-routines.ps: 
7843
7844         * scm/output-ps.scm: remove draw ez_ball.
7845
7846         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
7847         EasyNotation context definition.
7848
7849         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
7850         Text_interface and color for making easy note heads.
7851
7852         * lily/stencil.cc (with_color): new function.
7853
7854         * ps/music-drawing-routines.ps: remove draw_zigzag_line
7855
7856         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
7857         output routine. Zigzag now works in SVG too.
7858
7859         * scm/output-tex.scm (filledbox): idem.
7860
7861         * scm/output-svg.scm (filledbox): idem.
7862
7863         * scm/output-ps.scm (lily-def): remove horizontal-line. 
7864
7865         * lily/lookup.cc (horizontal_line): use draw-line. 
7866
7867         * lily/system-start-delimiter.cc: remove old staff bracket code.
7868
7869         * mf/feta-haak.mf: further tweaks.
7870
7871         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
7872
7873         * mf/feta-generic.mf: include feta-haak.
7874
7875         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
7876
7877         * scm/framework-ps.scm (write-preamble): only load fonts if their
7878         filename is a string. 
7879
7880 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7881
7882         * scm/output-svg.scm (circle): support circle.
7883         (bracket): stub for bracket.
7884
7885         * scripts/lilypond-book.py (main): make sure --psfonts warning is
7886         correct.
7887
7888 2005-05-26  Graham Percival  <gperlist@shaw.ca>
7889
7890         * Documentation/user/lilypond.tely, advanced-notation.itely,
7891         basic-notation.itely, instrument-notation.itely, global.itely,
7892         introduction.itely, tutorial.itely: rearranging, editing,
7893         clean-up.
7894
7895         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
7896         for compiling on FreeBSD.
7897
7898 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7899
7900         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
7901         otf files.
7902
7903         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
7904         bugfixes.
7905
7906         * VERSION: 2.5.26 released.
7907
7908         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
7909
7910 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
7911
7912         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
7913         if printpagenumber is false.
7914
7915 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7916
7917         * lily/font-config.cc (init_fontconfig): comment out FontConfig
7918         cache warning.
7919
7920         * lily/tie.cc (print): support dotted ties.
7921         
7922 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7923
7924         * scm/define-grobs.scm (all-grob-descriptions): switch off
7925         debugging
7926         (all-grob-descriptions): Arpeggio has Y-extent.
7927
7928         * scm/define-music-properties.scm (all-music-properties): document
7929         length-callback and start-callback as "read-only".
7930
7931         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
7932         length-callback after creation. 
7933
7934         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
7935         compressmusic -> compressMusic.
7936
7937         * ly/music-functions-init.ly (oldaddlyrics): idem.
7938
7939         * lily/parser.yy: NewLyricCombineMusic ->
7940         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
7941
7942 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
7943
7944         * ly/Welcome_to_LilyPond.ly: typo.
7945
7946 2005-05-24  Graham Percival  <gperlist@shaw.ca>
7947
7948         * Documentation/user/lilypond.tely: move changing-defaults to be
7949         before global issues.
7950
7951         * Documentation/user/basic-notation.itely: move Transpose section
7952         here from advanced/Other.
7953
7954         * Documentation/user/changing-defaults.itely,
7955         advanced-notation.itely: move Fonts to advanced, edit.
7956
7957 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7958
7959         * lily/parser.yy (bare_int): remove rule.  From now on, we require
7960         # before negative integers.
7961
7962 2005-05-23  Graham Percival  <gperlist@shaw.ca>
7963
7964         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
7965
7966         * Documentation/user/lilypond.tely: change Unified index to
7967         LilyPond index.
7968
7969         * Documentation/user/advanced-notation.itely,
7970         instrument-notation.itely: editing.
7971
7972 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
7973
7974         * scm/lily.scm (lilypond-all): Bugfix: return failed.
7975
7976         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
7977
7978 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7979
7980         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
7981         ly:port-move.  Needs to be stderr-specific on mingw.
7982         Run fixcc.
7983
7984 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
7985
7986         * lily/general-scheme.cc (ly:port-move): Remove.
7987
7988         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
7989         windows.
7990
7991         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
7992         variables.  This eliminates the need for a gs.bat wrapper, which
7993         opens a console.
7994
7995         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
7996         * scm/lily.scm (running-from-gui?): 
7997         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
7998         artifact of not compiling with -mwindows.
7999
8000         * scm/editor.scm: Define PLATFORM.
8001
8002 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8003
8004         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
8005         can start to cut & paste lilypond-book fragments.  
8006
8007         * scm/define-music-types.scm (music-descriptions): remove
8008         UntransposableMusic
8009
8010 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8011
8012         * scm/output-ps.scm (glyph-string): remove / before CIDs.
8013
8014 2005-05-20  Graham Percival  <gperlist@shaw.ca>
8015
8016         * Documentation/user/instrument-notation.itely: remove *Engraver.
8017
8018         * Documentation/user/advanced-notation.itely: edit, rearrange.
8019
8020 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8021
8022         * scm/output-ps.scm (glyph-string): take cid? argument. Use
8023         findresource iso. findfont for CID CFF fonts.
8024
8025         * VERSION (PACKAGE_NAME): release 2.5.25
8026
8027         * ly/Welcome_to_LilyPond.ly: add  \version
8028
8029 2005-05-20  Graham Percival  <gperlist@shaw.ca>
8030
8031         * Documentation/user/programming-interface.itely: move
8032         \displayMusic into its own section.
8033
8034         * Documentation/user/basic-notation.itely: finish editing.
8035
8036 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8037
8038         * flower/file-path.cc (find): don't throw away file_name.dir, but
8039         append to it. Fixes \include with directories.
8040
8041         * flower/include/file-path.hh (class File_path): don't derive from
8042         Array<String>.
8043
8044         * flower/include/file-name.hh (class File_name): remove to_str0()
8045
8046         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
8047         Hara_kiri_engraver in separate file.
8048
8049         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
8050         translation went wrong. Fixes vertically translated slurs.
8051
8052 2005-05-19  Graham Percival  <gperlist@shaw.ca>
8053
8054         * Documentation/user/basic-notaton.itely: editing.
8055
8056 2005-05-18  Graham Percival  <gperlist@shaw.ca>
8057
8058         * Documentation/user/macros.itexi, basic-notation.itely:
8059         add @commonprop (commonly used properties) macro.
8060
8061 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8062
8063         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
8064
8065         * scripts/lilypond-book.py (invokes_lilypond): new function
8066         (main): only run fontextract if invokes_lilypond() is true.
8067
8068         * lily/function-documentation.cc (ly_add_function_documentation):
8069         duh, use !=
8070
8071         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
8072
8073         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
8074
8075         * scm/lily.scm (running-from-gui?): lowercase Darwin.
8076
8077         * lily/function-documentation.cc (ly_add_function_documentation):
8078         use scm_hash_table_p() for checking.
8079
8080 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8081
8082         * Documentation/user/advanced-notation.itely (Text scripts):
8083         Change nonexisting @internalsref{Text markup} to @ref{Text
8084         markup}.  Change @internalsref{Text script} to
8085         @internalsref{TextScript}.
8086
8087         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
8088
8089 2005-05-17  Graham Percival  <gperlist@shaw.ca>
8090
8091         * Documentation/user/tutorial.itely, basic-notation.itely,
8092         changing-defaults.itely: remove duplicate cindex entries
8093         that appear on the same page.
8094
8095         * scm/define-grobs.scm: change default padding for TextSpanner.
8096
8097         * Documentation/topdocs/AUTHORS.texi: update email address.
8098
8099         * Documentation/user/global.itely: add info about \include.
8100
8101 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8102
8103         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
8104         when running-from-gui.
8105
8106         * scm/editor.scm (get-editor): Add platform defaults.
8107
8108         * scm/backend-library.scm (postscript->pdf): Typo.
8109
8110 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8111
8112         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
8113
8114         * lily/font-config.cc (init_fontconfig): add warning about cache.
8115
8116 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8117
8118         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
8119
8120 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8121
8122         * lily/horizontal-bracket.cc (print): Take care of the direction
8123         property so brackets above the stave point downwards. 
8124
8125         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
8126         for HorizontalBracket so it doesn't end up within the stave.
8127
8128 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8129
8130         * lily/GNUmakefile (default): Typo.
8131
8132         * scm/lily.scm (PLATFORM): Export.
8133
8134         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
8135         load-font-via-GS, ttftool or fopencookie is broken on windows.
8136         
8137         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
8138         -dSAFER, that is broken on windows.
8139
8140 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8141
8142         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
8143         for FlexLexer.h
8144
8145         * scripts/lilypond-invoke-editor.scm: remove stray -
8146
8147 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
8148
8149         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
8150         Fixes deprecation warning.
8151
8152         * flower/include/string.icc (to_string): Only inline if
8153         -DSTRING_UTILS_INLINED.
8154
8155         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
8156         name.  Remove windows comment.
8157
8158         * scm/editor.scm (slashify): New function.
8159         (get-editor-command): Use it.
8160         (get-command-template): Do not alter editor command if
8161         environment value includes `%(file)s' magic.
8162
8163         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
8164         (dissect-uri): Use it.
8165         (unquote-uri): Bugfix.
8166
8167 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8168
8169         * scm/framework-ps.scm (write-preamble): add TTF rule.
8170
8171         * Documentation/topdocs/README.texi (Top): remove note about
8172         xdelta.
8173
8174         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
8175         requirement.
8176
8177         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
8178         function. Figure out where FlexLexer.h lives
8179
8180         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
8181         
8182 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8183
8184         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
8185         with Windows root in file name.
8186
8187         * scm/backend-library.scm (ly:system): Only redirect output (using
8188         system and shell, ugh) if /dev/null is writable.
8189
8190         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
8191         windows icon.
8192
8193         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
8194         on Mingw.
8195
8196         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
8197         click.
8198
8199         * flower/file-path.cc (is_dir, is_file): New function.  Actually
8200         use result of stat when available.
8201
8202         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
8203         absolute file name and root.
8204
8205         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
8206
8207         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
8208
8209         * flower/file-name.cc (slashify): Bugfix, do substitute if no
8210         slashes in file name.
8211
8212 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8213
8214         * Documentation/user/preface.itely (Preface): Run
8215         texinfo-all-menus-update.
8216
8217         * scm/editor.scm (get-editor-command): Bugfix: allow full
8218         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
8219
8220         * Documentation/pictures/lilypond-48.xpm: New file.
8221
8222         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
8223
8224         * ly/Welcome_to_LilyPond.ly: New file.
8225
8226         * lily/main.cc (main): Only identify if we have a terminal.
8227
8228         * scm/backend-library.scm (postscript->png)
8229         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
8230         non-/bin/sh).
8231
8232 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
8233
8234         * Documentation/topdocs/AUTHORS.texi: polish, update.
8235
8236 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8237
8238         * Documentation/user/preface.itely (Notes for version 2.6): new
8239         notes for 2.6
8240
8241         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
8242         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
8243         is not fully contained" warnings.
8244
8245         * lily/slur-scoring.cc (get_bound_info): remove warning.
8246
8247         * lily/staff-symbol-engraver.cc (process_music): start initial
8248         spanner in process_music(). This fixes overrides of StaffSymbol
8249         properties.
8250
8251         * scm/framework-pdf.scm (Module): remove.
8252
8253         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
8254
8255         * lily/ambitus-engraver.cc: formatting cleanups.
8256
8257         * mf/feta-solfa.mf (Module): remove.
8258
8259         * ChangeLog: more details about contributions.
8260
8261 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8262
8263         * lily/align-interface.cc (align_elements_to_extents): warn if
8264         called too early. Fixes: disappearing-staff-lines.ly
8265
8266         * VERSION (PACKAGE_NAME): release 2.5.24
8267
8268 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8269
8270         * stepmake/aclocal.m4: Typo.
8271
8272         * flower/string.cc (substitute): Take two strings or two
8273         characters.  Update callers.
8274
8275 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8276
8277         * flower/file-name.cc (File_name): Slashify.
8278
8279         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
8280
8281         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
8282
8283         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
8284
8285         * configure.in (gui_b): Use it.
8286
8287         * lily/lilypond.rc.in: New file.
8288
8289         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
8290
8291 2005-05-12  Graham Percival  <gperlist@shaw.ca>
8292
8293         * Documentation/user/advanced-notation.itely: edit of Text
8294         section; clarify text scripts vs. text markup.
8295
8296 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8297
8298         * lily/multi-measure-rest-engraver.cc
8299         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
8300         separation items on start. Fixes mm rests in start of score.
8301
8302         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
8303         don't access StaffSymbol if not there.
8304         Fixes: crash-staff-symbol-engraver.ly.
8305
8306         * lily/instrument-name-engraver.cc (class
8307         Instrument_name_engraver): data member first_. Create
8308         InstrumentName on start. 
8309
8310 2005-05-12  Graham Percival  <gperlist@shaw.ca>
8311
8312         * Documentation/user/instrument-notation.itely: add guitar
8313         position.
8314
8315         * Documentation/user/introduction.itely,
8316         Documentation/user/lilypond.tely,
8317         Documentation/user/tutorial.itely: begin pruning
8318         unused (duplicated) cindex entries and misc cleanup.
8319
8320 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8321
8322         * input/test/volta-chord-names.ly: Bring the explanation up to
8323         date.
8324
8325 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8326
8327         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
8328         Specify `@documentencoding utf-8' for html, ignore warnings.
8329
8330 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
8331
8332         * THANKS: Added bughunters.
8333
8334 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8335
8336         * lily/main.cc: update help string for `lilypond -H'.
8337
8338         * po/fi.po: update.
8339         
8340 2005-05-10  Graham Percival  <gperlist@shaw.ca>
8341
8342         * Documentation/user/advanced-notation.itely: minor fixes.
8343
8344 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8345
8346         * scm/editor.scm: New module.
8347
8348         * scm/lily.scm (gui-main): Use it.
8349
8350         * scm/framework-gnome.scm (spawn-editor): Use it.
8351
8352         * scripts/lilypond-invoke-editor.scm: Use it in new script.
8353
8354 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8355
8356         * scm/framework-ps.scm (load-font-via-GS):  new function.
8357
8358         * lily/pango-font.cc (pango_item_string_stencil): add support for
8359         CID keyed font.
8360
8361         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
8362
8363 2005-05-10  Graham Percival  <gperlist@shaw.ca>
8364
8365         * Documentation/user/basic-notation.itely: add @ref.
8366
8367         * Documentation/user/advanced-notation.itely: add example
8368         of 5/8 beaming.
8369
8370 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8371
8372         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
8373
8374         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
8375         going through ps2pdf wrappers.
8376
8377 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
8378
8379         * Documentation/user/instrument-notation.itely: petrucci note
8380         heads: updated docu
8381
8382         * input/regression/note-head-style.ly: updated regression test;
8383         indentation fixes
8384
8385         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
8386         heads as default
8387
8388         * mf/parmesan-heads.mf: minor editing; use musicological names
8389         (rather than optical description) as note head names
8390
8391         * scm/output-lib.scm: complete petrucci heads
8392
8393 2005-05-09  Pal Benko  <benkop@freestart.hu>
8394
8395         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
8396         heads, but bigger)
8397
8398 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8399
8400         * lily/main.cc (main_with_guile): Remove no files check.
8401
8402         * lily/main.cc (ly:usage): Export to Scheme.
8403
8404         * scm/lily.scm (no-files-handler): New function.
8405
8406         * scm/lily.scm (lilypond-main): Use it.
8407
8408         * configure.in (gui_b): Add mbrtowc checking.
8409         Resurrect [utf8/]wchar.h checking.
8410
8411 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8412
8413         * Documentation/user/advanced-notation.itely (Metronome marks):
8414         Add link to the program reference for MetronomeMark
8415
8416         * Documentation/user/lilypond-book.itely (An example of a
8417         musicological document): Correct the example using psfonts 
8418
8419 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
8420
8421         * po/fi.po: update after a lesson how to update entries against
8422         source.
8423         
8424         * po/TODO: document the lesson.
8425
8426 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8427
8428         * configure.in (gui_b): remove wcrtomb checking.
8429
8430         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
8431         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
8432
8433 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8434
8435         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
8436         keep Scheme expressions and strings unmodified when doing the
8437         conversion to postfix notation for slurs and beams. Should
8438         hopefully solve most related conversion problems. 
8439
8440         * Documentation/user/lilypond-book.itely : Clarify and correct how
8441         to call dvips with -h psfonts.
8442
8443 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8444
8445         * Documentation/user/instrument-notation.itely (Entering lyrics):
8446         Typo.  Fixes build.
8447
8448 2005-05-09  Graham Percival  <gperlist@shaw.ca>
8449
8450         * Documentation/user/lilypond-book.itely: document PSFONTS file.
8451
8452         * Documentation/user/lilypond.tely, lilypond-book.itely,
8453         tutorial.itely: change references to 2.5.x to 2.6.x.
8454
8455         * Documentation/user/instrument-notation.itely: clarified \addlyrics
8456         vs \lyricmode.
8457
8458         * Documentation/user/invoking.itely: remove old info about
8459         lilypond-profile.
8460
8461         * Documentation/topdocs/INSTALL.texi: remove old info about
8462         lilypond-profile, add warning about needing international fonts
8463         to build docs.
8464
8465 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8466
8467         * lily/include/grob-info.hh (class Grob_info): make data member
8468         private. Changes throughout.
8469
8470         * input/regression/alignment-order.ly: new file. 
8471
8472         * lily/vertical-align-engraver.cc (acknowledge_grob): read
8473         alignAboveContext and alignBelowContext
8474
8475 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8476
8477         * lily/pfb.cc (LY_DEFINE): add cast.
8478
8479         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
8480         matches .otf
8481         (write-preamble): warn about unknown fonts.
8482
8483         * lily/pfb.cc (Module): new function ly:otf->cff
8484
8485         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
8486         (get_otf_table): new function.
8487
8488 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8489
8490         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
8491         iso. ps2png.
8492
8493 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8494
8495         * po/fi.po: apply second round of update.
8496
8497 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8498
8499         * scm/x11-color.scm (make-x11-color-handler): don't use
8500         #\sp. Apparently doesn't work on all platforms. 
8501
8502 2005-05-06  Graham Percival  <gperlist@shaw.ca>
8503
8504         * Documentation/user/advanced-notation.itely, putting.itely,
8505         tutorial.itely, global.itely, introduction.itely: really minor fixes.
8506
8507 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8508
8509         * VERSION (PACKAGE_NAME): release 2.5.23
8510
8511 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8512
8513         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
8514         convert to utf-8.
8515
8516         * THANKS: Add translators for this release, convert to utf-8.
8517
8518         * mf/GNUmakefile (MFTRACE_FLAGS):
8519         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
8520         outdir as option (WAS: hardcoded).
8521
8522 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8523
8524         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
8525         finished_span_
8526
8527         * THANKS: add Hans Forbrich.
8528
8529         * Documentation/topdocs/NEWS.tely (Top): document new feature.
8530
8531         * Documentation/user/basic-notation.itely (Staff symbol): document
8532         start/stop staff. Reference to ossia.ly
8533
8534         * input/test/ossia.ly: new example using stop and startStaff.
8535
8536         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
8537         in other words, don't create "|" barline at start of the score.
8538         (start_translation_timestep): don't set whichBar for start of score.
8539
8540         * input/regression/staff-halfway.ly: use new functionality.
8541
8542         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
8543         start and stop staff based on events.
8544
8545         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
8546
8547         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
8548
8549 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8550
8551         * Documentation/user/programming-interface.itely (How markups work
8552         internally ): remove \encoding reference.
8553
8554 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8555
8556         * scripts/convert-ly.py: Attempt to do a smarter update of 
8557         text markups from versions < 1.9.0 with arbitrary nesting.
8558
8559 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
8560
8561         * po/fi.po: convert to utf-8, and update.
8562
8563 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8564
8565         * make/lilypond.suse.spec.in: update from suse 2.4 package.
8566
8567         * lily/*.cc: more <? >? to min/max changes
8568
8569         * lily/include/interpretation-context-handle.hh: rename
8570         Interpretation_context_handle to Context_handle.
8571
8572 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
8573
8574         * input/regression/GNUmakefile (local_delete): use `find` together 
8575         with `xargs` to avoid too long argument-lists in cmd line.
8576
8577 2005-05-04  Graham Percival  <gperlist@shaw.ca>
8578
8579         * Documentation/user/introduction.itely: updates "About this manual".
8580
8581         * Documentation/user/advanced-notation.itely,
8582         invoking.itely: minor fixes.
8583
8584 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8585
8586         * COPYING: add font exception. Update FSF address. 
8587
8588         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
8589         should be taken without child context.
8590
8591         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
8592
8593         * scm/define-markup-commands.scm (triangle): new command, as
8594         robust replacement for unicode Delta/Triangle.
8595
8596 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8597
8598         * ps/music-drawing-routines.ps: add fillp argument.
8599
8600         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
8601
8602         * lily/font-config.cc (init_fontconfig): don't add cff/
8603
8604         * VERSION (PACKAGE_NAME): release 2.5.22
8605
8606         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
8607
8608         * lily/grace-engraver.cc (consider_change_grace_settings): use
8609         is_alias(). Fixes problem with CueVoice grace notes. 
8610
8611         * lily/simultaneous-music-iterator.cc (construct_children): call
8612         Music_iterator::quit() for iterators that start out invalid. This
8613         fixes indefinitely continuing contexts.
8614
8615         * buildscripts/substitute-encoding.py: new file
8616
8617         * Documentation/user/basic-notation.itely (Basic polyphony): fix
8618         missing @end 
8619
8620         * scripts/lilypond-book.py (write_if_updated): print file name.
8621
8622         * Documentation/user/basic-notation.itely (Explicitly
8623         instantiating voices): idem.
8624
8625         * Documentation/user/advanced-notation.itely (Text spanners):
8626         remove stray { } 
8627
8628         * lily/context.cc (default_child_context_name): the default child
8629         is now first in accepts_list_.
8630
8631         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
8632         \defaultchild to all relevant contexts.  This fixes:
8633         drums-pitch.ly.
8634
8635         (Probably also fixes similar problems with ancient
8636         transcriptions getting CueVoices instead of the desired voices.)
8637  
8638         * lily/context-def.cc (get_default_child): new function.
8639         (get_accepted): place default child in front of list.
8640
8641         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
8642
8643         * lily/include/context-def.hh (struct Context_def): add
8644         default_accept_
8645
8646 2005-05-03  Graham Percival  <gperlist@shaw.ca>
8647
8648         * scm/define-grobs.scm: remove "remove-first" line, since
8649         the absent property is set to #f anyway.
8650
8651         * Documentation/user/basic-notation.itely,
8652         advanced-notation.itely, instrument-notation.itely: minor
8653         fixes.
8654
8655         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
8656
8657         * Documentation/user/advanced-notation.itely,
8658         changing-defaults.itely: consolidate Text stuff in
8659         advanced notation.
8660
8661         * Documentation/user/global.itely: better docs for \header.
8662
8663         * Documentation/user/putting.itely: new chapter; placeholder
8664         for future expansion.
8665
8666         * Documentation/user/examples.itely: moved "suggestions for
8667         writing LP files" section into putting.itely.
8668
8669         * Documentation/user/lilypond.itely: added new chapter,
8670         fixed the short table of contents.
8671
8672 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8673
8674         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
8675         infinity for unfeasible beams.
8676
8677         * make/lilypond.fedora.spec.in (Group): idem.
8678
8679         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
8680
8681         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
8682
8683         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
8684         fonts directly.
8685
8686         * buildscripts/gen-emmentaler-scripts.py (i): idem.
8687
8688         * mf/GNUmakefile: remove all CFF rules.
8689
8690         * scm/framework-ps.scm (ps-embed-cff): reinstate.
8691
8692         * lily/open-type-font-scheme.cc (LY_DEFINE):
8693         new function ly:otf-font-table-data.
8694         (LY_DEFINE): new function otf-font?
8695
8696 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8697
8698         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
8699         ($(outdir)/Fontmap.lily): idem.
8700
8701         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
8702         for PFAEmmentaler-XXX.pfa. 
8703
8704         * Documentation/user/music-glossary.tely (accidental): NL
8705         translation of accidental.
8706
8707 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8708
8709         * flower/include/international.hh: Bugfix: include "string.hh".
8710
8711         * lily/include/mingw-compatibility.hh: New file.
8712
8713         * flower/include/libc-extension.hh (memrev): Rename from strrev.
8714
8715         * configure.in: Search for mingw wcrtomb library.
8716
8717 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8718
8719         * scripts/convert-ly.py: Bug fix
8720
8721         * Documentation/user/changing-defaults.itely (Common tweaks):
8722         Added example where the context has to be specified explicitly
8723         (MetronomeMark). 
8724
8725 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8726
8727         * scripts/lilypond-book.py (ly_options): set timing to #f for
8728         notime option.
8729
8730         * scripts/convert-ly.py (conv): typo.
8731
8732         * flower/*.cc: remove <? and >?
8733         
8734         * lily/*.cc: remove <? and >?
8735
8736         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
8737         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
8738         editor.
8739
8740 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8741
8742         * lily/part-combine-engraver.cc: add space to variable list.
8743
8744 2005-04-30  Graham Percival  <gperlist@shaw.ca>
8745
8746         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
8747         remove-first to false (matches docs)
8748
8749         * Documentation/user/advanced-notation.itely: corrected docs
8750         concerning remove-first.
8751
8752 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8753
8754         * lily/part-combine-engraver.cc: make sure that the relevant
8755         properties are included in the documentation.
8756
8757 2005-04-28  Graham Percival  <gperlist@shaw.ca>
8758
8759         * Documentation/user/lilypond-book.itely: Bernard's docs
8760         for \betweenLilyPondSystem.
8761
8762 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8763
8764         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
8765         remarks.
8766
8767 2005-04-28  Pal Benko  <benkop@freestart.hu>
8768
8769         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
8770         only on vertical lines of flexa shape, and use a constant
8771         thickness value for horizontal lines (patch slightly modified by
8772         Jürgen Reuter)
8773
8774         * lily/include/mensural-ligature.hh: make 2 comments clearer
8775
8776 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
8777
8778         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
8779         to need_extra_horizontal_space; bugfix: use class scope to avoid
8780         global namespace pollution
8781
8782         * Documentation/user/instrument-notation.itely (ligatures): added
8783         comment on possible future syntax change and how to work around
8784
8785         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
8786         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
8787         intervals (fixes agnus dei example)
8788
8789         * Documentation/user/instrument-notation.itely (white mensural
8790         ligatures): selected a more illustrative example
8791
8792 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
8793
8794         * Documentation/index.html.in: specify utf-8 charset in meta content.
8795
8796 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8797
8798         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
8799         empty 2nd page for single page.
8800
8801         * scm/lily.scm: remove p&c definitions.
8802
8803         * po/zh_TW.po (Module): new translation.
8804
8805         * lily/lily-guile.cc (ly_chain_assoc): remove.
8806
8807         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
8808         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
8809
8810 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8811
8812         * lily/beaming-info.cc: remove infinity_i
8813
8814         * scripts/abc2ly.py (out_filename): fix thinko with \version.
8815
8816 2005-04-26  Graham Percival  <gperlist@shaw.ca>
8817
8818         * Documentation/user/basic-notation.itely,
8819         instrument-notation.itely, advanced-notation.itely,
8820         changing-defaults.itely: minor fixes.  Added docs
8821         for colors to advanced-notation.itely.
8822
8823         * Documentation/user/advanced-notation.itely: fixed compile
8824         problem and added Bernard's x11-color doc patch.
8825
8826 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
8827
8828         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
8829         alright this time round.
8830
8831 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8832
8833         * Documentation/topdocs/INSTALL.texi (Top): idem.
8834
8835         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
8836
8837         * VERSION (MAJOR_VERSION): release 2.5.21
8838
8839         * scm/output-ps.scm (grob-cause): bugfix.
8840
8841 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
8842
8843         * cygwin/*: Update.
8844
8845         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
8846         stuff.
8847
8848         * scm/output-ps.scm (grob-cause): Bugfix.
8849
8850         * scm/lily.scm (ly:load): Remove x11-color.
8851
8852         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
8853         quote executable, fixes getting version from program --with
8854         --options.
8855         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
8856         $ac_exeect.
8857
8858         * Documentation/user/GNUmakefile: Only build music-glossary with
8859         rendered lilypond snippets during web.
8860
8861 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8862
8863         * po/de.po: update.
8864
8865         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
8866
8867 2005-04-22  Laura Conrad <lconrad@laymusic.org>
8868  
8869         * scripts/abc2ly:
8870         second title line append with punctuation dash character;
8871         encode abc2ly python strings in utf-8
8872        
8873 2005-04-21  Laura Conrad <lconrad@laymusic.org>
8874
8875         * scripts/abc2ly fix chords (again)
8876  
8877 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
8878
8879         * scm/x11-color.scm: new file
8880         All x11 color names can be accessed with:
8881         #(x11-color 'ColorName),
8882         #(x11-color "ColorName") or:
8883         #(x11-color "color name")
8884         If the x11 color name is not recognised then it defaults
8885         to black
8886
8887         * scm/lily.scm: amended to call scm/x11-color.scm
8888
8889 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8890
8891         * Documentation/user/invoking.itely (Reporting bugs): comment out
8892         reference to online PNG bug repository.
8893
8894 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8895
8896         * lily/translator-scheme.cc (ly:translator-property): Remove.
8897         Update callers.
8898
8899         * lily/context-scheme.cc (ly:context-now): Move from translator.
8900         Update callers.
8901
8902 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8903
8904         * input/regression/grid-lines.ly (skips): refine example.
8905
8906         * scm/define-context-properties.scm
8907         (all-user-translation-properties): doc autoBeamCheck
8908
8909         * input/regression/grid-lines.ly (Module): new file.
8910
8911         * lily/grid-point-engraver.cc (Module): new file.
8912
8913         * lily/grid-line.cc (Module): new file.
8914
8915         * lily/grid-line-span-engraver.cc (Module): new file.
8916
8917         * lily/grid-line-interface.cc (Module): new file.
8918
8919 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8920
8921         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
8922         missing parameter, actualy cdr through list.  Actually return a
8923         list with ENTRY removed (was '()).
8924
8925         * scripts/convert-ly.py: Update.  Print warning if file cannot be
8926         opened.
8927         (do_conversion): Fix printing of continuation comma.
8928
8929         * Documentation/user/advanced-notation.itely (Beam formatting):
8930         Remove refbugs about compound time and mixed duration.
8931
8932         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
8933         modulo moments explicitely.
8934
8935         * lily/moment.cc (operator %): New function.
8936
8937         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
8938
8939         * lily/translator-scheme.cc (ly:translator-now,
8940         ly:translator-property): New function.
8941
8942         * scm/auto-beam.scm (default-auto-beam-check): New function.
8943
8944         * lily/auto-beam-engraver.cc (test_moment): Use it.
8945
8946         * flower/rational.cc (operator %): Bugfix.
8947
8948 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
8949
8950         * scripts/abc2ly: Bugfix
8951
8952 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8953
8954         * python/fontextract.py (write_extracted_fonts): bugfix, too many
8955         %'s on EndFont comment.
8956
8957         * lily/ledger-line-spanner.cc: some more words of explanation.
8958
8959 2005-04-20  John Williams <williams@tni.com>  
8960         
8961         * scripts/lilypond-book.py: htmlquote bugfix.
8962         Allow snippets to be given distinct filenames.
8963         Allow the default alt text to be overridden.
8964
8965 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
8966
8967         * ly/performer-init.ly: Bugfix
8968
8969         * THANKS: Added bughunters.
8970
8971 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
8972
8973         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
8974
8975         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
8976         position (was: use modulo measure length).
8977
8978         * configure.in (no gui_b): Remove optional gtk+ requirement.
8979
8980 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8981
8982         * Documentation/user/basic-notation.itely (Pitches): add
8983         LedgerLineSpanner.
8984
8985         * lily/dynamic-engraver.cc (process_music): set right bound to
8986         script if present. Else, do not set.
8987         (acknowledge_grob): only set right bound of finished spanner to
8988         note column if no other bound is set.
8989
8990         * python/lilylib.py (make_ps_images): switch back to png16m.
8991         
8992 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8993
8994         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
8995         writing up to date file.  Add dvips usage suggestion.
8996
8997         * scripts/convert-ly.py: Fix error message.
8998         Print usage if no files on command line.
8999         (usage): Add example usage.
9000
9001         * input/test/compound-time.ly: New file.
9002
9003         * input/test/circle.ly: New file.
9004
9005         * Documentation/topdocs/NEWS.tely: Use them.
9006
9007         * input/test/boxed-stencil.ly: Remove \score.
9008
9009         * buildscripts/mf-to-table.py (base): Add .log dependency.
9010
9011         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
9012         pfa's.  Add .log dependency
9013
9014         * scm/define-markup-commands.scm (lower): New command.
9015
9016         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
9017         make it default.
9018
9019 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9020
9021         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
9022         also to finished cresc as right bound. This fixes:
9023         skip-string-decresc.ly
9024
9025         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
9026         relative_coordinate if extent is empty.
9027
9028         * lily/stem.cc (width_callback): determine correct extent if flag
9029         is not there. This fixes slur-no-flag.ly
9030
9031         * lily/grace-engraver.cc (consider_change_grace_settings): new
9032         function.
9033         (initialize): also consider_change_grace_settings() on
9034         initialization. Fixes large grace notes at start of score.
9035
9036         * lily/break-align-interface.cc (do_alignment): don't translate if
9037         total_extent is empty.
9038
9039         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
9040
9041 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9042
9043         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
9044         with slash.
9045
9046 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9047
9048         * stepmake/aclocal.m4: Remove tfm_path.
9049
9050 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9051
9052         * scm/music-functions.scm (markup-expression->make-markup): fix
9053         bug with cons arguments of markup commands.
9054         (music->make-music): fix music expression property list building
9055
9056 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9057
9058         * aclocal.m4: Massage package names.
9059
9060         * SCons updates.
9061
9062 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9063
9064         * VERSION (PACKAGE_NAME): release 2.5.20
9065
9066         * lily/stem.cc (calc_stem_info): add minimum Y extent of
9067         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
9068
9069         * lily/percent-repeat-engraver.cc (try_music): add measure before
9070         next_moment to future processing moment. Fixes:
9071         percent-repeat-mm-rest.ly
9072         (process_music): don't add moment for 2nd time.
9073
9074         * input/regression/repeat-percent.ly: add mmrests as extra test.
9075
9076         * lily/axis-group-engraver.cc (acknowledge_grob): read
9077         keepAliveInterfaces to decide what to kill.
9078
9079         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
9080         percent-repeat-interface to keepAliveInterfaces. This fixes
9081         percent-repeat-harakiri.
9082
9083 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9084
9085         * SCons updates.
9086
9087 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9088
9089         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
9090
9091         * aclocal.m4: remove --enable-tfm-path configure option
9092
9093         * input/test/ancient-font.ly (lowerStaff): clef name errors.
9094
9095         * scm/backend-library.scm (postscript->png): newline after
9096         finishing command.
9097
9098         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
9099         (LY_DEFINE): ly:paper-score-paper-systems: new function 
9100
9101         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
9102
9103         * lily/score.cc (default_rendering): use Music_output too.
9104
9105         * input/test/chord-names-languages.ly (Module): rename file.
9106
9107         * lily/text-spanner.cc: add bound-padding.
9108
9109         * lily/paper-book.cc (systems): accept Paper_score
9110         iso. Paper_system vector. 
9111
9112         * input/regression/line-arrows.ly: new file.
9113
9114         * lily/paper-score.cc (process): run get_paper_systems() only once.
9115
9116         * lily/line-spanner.cc (line_stencil): add arrows.
9117
9118 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
9119
9120         * lily/line-interface.cc (make_arrow): new function. 
9121         (arrows): idem.
9122
9123 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
9124
9125         * input/test/chord-names-german.ly: update for italian/french
9126         chords.
9127         
9128         * Documentation/user/instrument-notation.itely (Printing chord
9129         names): update.
9130
9131 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9132
9133         * lily/include/paper-score.hh (class Paper_score): remove unused
9134         prototypes.
9135
9136         * lily/book.cc (process): add -COUNT to midi output.
9137
9138         * lily/score.cc (book_rendering): remove outname argument
9139         (book_rendering): return list of Music_outputs. 
9140
9141         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
9142
9143         * lily/book.cc (process): loop over Music_outputs returned from
9144         Score::book_rendering().
9145
9146         * lily/*.cc (width_callback): remove spurious "unused" warnings
9147         for assert (axis==[XY]_AXIS); 
9148
9149         * lily/include/music-output.hh (class Music_output): smobify class.
9150
9151         * lily/include/paper-score.hh (class Paper_score): make members
9152         private.
9153
9154         * lily/performance.cc (process): return #f iso. #<undefined>. This
9155         prevents #<undefined> leaking into GUILE-userspace.
9156
9157 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9158
9159         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
9160
9161 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
9162
9163         * scm/chord-name.scm : support for italian and french
9164         chords names.
9165
9166         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
9167         a space defined by chordPrefixSpacer when the root name is
9168         direclty followed by a prefix.
9169
9170         * ly/engraver-init.ly : chordPrefixSpacer       
9171         * scm/define-context-properties.scm : chordPrefixSpacer
9172         * ly/property-init.ly : italianChords, frenchChords 
9173
9174 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9175
9176         * mf/feta-din.mf: Remove.
9177
9178         * mf/GNUmakefile (fontdir): Bugfix.
9179
9180         * mf/SConstruct: Some updates.
9181
9182         * SConstruct: Require pkg-config.
9183         (test_program): Bugfix for double digit version compares, use
9184         integer (not string-) compare.
9185         Optionally require gs 8.14.
9186
9187         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
9188
9189         * lily/*: s/ifdef HAVE_*/if have/.
9190
9191         * SConstruct (test_lib): New function.  Update pkg-config and some
9192         other requirements.
9193
9194         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
9195         freetype, pangof2t.
9196
9197 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9198
9199         * po/lilypond.pot, ...: Update using bison-CVS.
9200
9201         * python/lilylib.py (make_ps_images): Fixo.
9202
9203 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9204
9205         * python/lilylib.py (make_ps_images): typo.
9206
9207         * configure.in (gui_b): make bison optional.
9208
9209         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
9210
9211 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
9212
9213         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
9214         with one parameter can be defined in a LaTeX file when processed
9215         by lilypond-book this will be evaluated between the systems of
9216         a multi-system score. The parameter is the number of systems processed.
9217
9218 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9219
9220         * python/lilylib.py (make_ps_images): Escape newline.
9221
9222         * Documentation/user/music-glossary.tely: Run
9223         texinfo-all-menus-update.
9224
9225 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9226
9227         * scm/lily-library.scm (old-relative-not-used-message)
9228         (version-not-seen-message): Add input-file-name-location to message.
9229
9230         * lily/parser.yy (lilypond): Add token aliases.
9231
9232         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
9233         not confuse with alteration.
9234         (alteration): Add.
9235
9236 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9237
9238         * python/lilylib.py (make_ps_images): use -dEPSCrop
9239
9240         * VERSION (PACKAGE_NAME): release 2.5.19 
9241
9242         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
9243         only put xrefs in info documentation.
9244
9245         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
9246         .pdf rule to tex-rules.make.
9247
9248         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
9249         from -systems.* output.
9250
9251         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
9252         directly, remove -$(PAGESIZE) target.
9253
9254         * input/test/embedded-postscript.ly: update.
9255
9256 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9257
9258         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
9259
9260         * Documentation/user/changing-defaults.itely (Font selection):
9261         document font-name.
9262
9263         * input/regression/font-name.ly: show Pango fonts for
9264         font-name. Update example. 
9265
9266         * lily/pango-select.cc (properties_to_pango_description): don't
9267         convert symbol font-size to number, but use to lookup.
9268
9269         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
9270
9271         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
9272         (NAME . FILE-NAME) tuples for font descriptions. 
9273         (write-preamble): display BeginFont DSC comments.
9274
9275         * python/fontextract.py (write_extracted_fonts): new file. Extract
9276         font resources from a PS file.
9277
9278         * scripts/lilypond-book.py (option_definitions): --psfonts option.
9279         (Compile_error.process_include): do_file returns chunks.
9280
9281         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
9282
9283         * make/lysdoc-targets.make: .texi is .PRECIOUS
9284
9285         * scripts/lilypond-book.py (write_if_updated): new function.
9286
9287 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9288
9289         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
9290
9291 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9292
9293         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
9294
9295         * input/regression/markup-syntax.ly: remove \score.
9296
9297         * scm/define-markup-commands.scm (draw-circle): add fill argument
9298
9299         * scm/stencil.scm (make-circle-stencil): add fill argument
9300
9301         * ps/music-drawing-routines.ps: add fill argument.
9302
9303         * ly/performer-init.ly: add CueVoice to MIDI too.
9304
9305         * ps/music-drawing-routines.ps: new routine BeginEPSF /
9306         EndEPSF.
9307
9308         * input/regression/markup-eps.ly: new file.
9309
9310         * scm/framework-ps.scm (write-preamble): change order: vars should
9311         be inited before procedures.
9312
9313         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
9314         for EPS files.
9315
9316         * scm/define-markup-commands.scm (epsfile): add epsfile command.
9317
9318 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9319
9320         * configure.in (gui_b): add check for ghostscript 8.15
9321
9322 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9323
9324         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
9325         start of line. Fixes cresc-after-newline.ly
9326
9327         * lily/source-file.cc (file_line_column_string): use get_column().
9328
9329 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9330
9331         * lily/source-file.cc (get_column): utf-8 support for column numbers.
9332
9333 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9334
9335         * lily/*: use message () iso progress_indication () for messages.
9336         Revise/uniformise user messages.
9337
9338         * flower/warn.cc (progress_indication): New function.
9339         (message): Use it.  Fixes newline problems.
9340
9341         * config.make.in (webdir): Sort out install dirs.
9342
9343         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
9344
9345         * python/lilylib.py (command_name): Bugfix.
9346         (make_ps_images):
9347
9348 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
9349
9350         * lily/main.cc: --help says what types of backends are availabe
9351
9352 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9353
9354         Fix ./VERSION dependency, and without need to reconfigure.
9355
9356         * lily/main.cc (setup_paths): Update.
9357
9358         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
9359
9360         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
9361
9362         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
9363         Add \line for some simplistic cases.
9364
9365         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
9366
9367 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9368
9369         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
9370         to compile LY files (useful for adding eg. "-I" args)
9371         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
9372         2Gnome command for gnome backend.
9373         (LilyPond-command-formatgnome): call the 2Gnome command. key
9374         binding: C-c C-g
9375
9376 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9377
9378         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
9379         depend on all PNG images.
9380
9381 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9382
9383         * GNUmakefile.in: Bugfix: also link .map files.
9384
9385 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9386
9387         * scm/music-functions.scm (music->make-music): generate 
9388         a (make-music ...) sexpr from a music expression.
9389         (display-scheme-music): use guile pretty printer to display the
9390         make-music sexpr.
9391
9392 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9393
9394         * ly/engraver-init.ly: reindent.
9395         Add CueVoice.
9396
9397         * scm/music-functions.scm (music-pretty-string): handle moments
9398         too.
9399         (music-pretty-string): only print non-empty lists.
9400         (cue-substitute): create CueVoice context, which has smaller type.
9401
9402         * lily/moment-scheme.cc (LY_DEFINE): new methods
9403         ly:moment-grace-{numerator,denominator}
9404
9405         * lily/context-handle.cc: remove quit() method. 
9406
9407         * lily/font-config.cc (init_fontconfig): be verbose about font path.
9408         (init_fontconfig): success is 0, not !0
9409
9410 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9411
9412         * mf/feta-nummer-code.mf (code): add plus glyph.
9413
9414         * lily/tie.cc (print): idem.
9415
9416         * lily/slur.cc (print): don't use thickness property for
9417         slur shape-thickness.
9418
9419         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
9420         while adding stencils.
9421
9422         * scm/define-markup-commands.scm (with-color): with-color markup
9423         command.
9424         (whiteout): new markup command 
9425         (filled-box): new markup command
9426
9427 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9428
9429         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
9430         test for PDF docs.
9431
9432         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
9433         PFAAybabtu-Regular.  Fixes feta font in PDFs.
9434         
9435         Notes for tetex-3.0 make web:
9436            psclean.map: s/uhv8a/uhvr8a/
9437            config.ps add:
9438                 p +psfonts_t1.map
9439                 p +psclean.map
9440                 p +typeface.map
9441
9442 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9443
9444         * scm/music-functions.scm (music-pretty-string): fix bug with
9445         string argument.
9446
9447 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
9448
9449         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
9450
9451 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9452
9453         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
9454         only process options if they're there.
9455         (write_file_map): add version-seen? to snippet-map.ly
9456
9457 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
9458
9459         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
9460         formatting cleanups.
9461
9462         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
9463         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
9464
9465 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9466
9467         * scm/framework-ps.scm (ps-font-command): don't hash, just use
9468         name directly.
9469
9470         * lily/main.cc (setup_paths): either add mf/out to search path or 
9471         fonts/{otf,type1,etc}
9472         
9473         * lily/font-config.cc (init_fontconfig): either add mf/out to
9474         FontConfig or fonts/{otf,type1,etc}
9475
9476         * GNUmakefile.in: don't put mf/ link in share/ dir.
9477
9478         * lily/staff-spacing.cc: move same-direction-correction to
9479         note-spacing-interface
9480
9481         * scm/lily.scm (lilypond-main): use variable argument count for
9482         exception handler.
9483
9484         * lily/font-config.cc (init_fontconfig): add operator pacification
9485         message.
9486
9487         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
9488
9489         * buildscripts/gen-emmentaler-scripts.py (i): generate
9490         PFAEmmentaler as well.
9491
9492         * scm/framework-ps.scm (munge-lily-font-name): new function
9493         (write-preamble): hack: insert PFA equivalent of CFF into
9494         .PS. This makes LilyPond output printable on normal PS printers
9495         again.
9496
9497         * buildscripts/gen-emmentaler-scripts.py (i): generate
9498         PFAEmmentaler.pfa aswell.
9499
9500 2005-04-06  John Williams <williams@tni.com>  
9501         
9502         * scripts/lilypond-book.py: refactor the compose_ly procedure.
9503         
9504 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9505
9506         * scm/page-layout.scm (default-page-make-stencil): always combine
9507         the header stencil, even if empty. This prevents the body text to
9508         reach up to the margins.
9509
9510         * po/rw.po (Module): new file, for Kinyarwanda.
9511
9512         * input/test/spacing-optical.ly (Module): new file.
9513
9514         * lily/staff-spacing.cc: add same-direction-correction
9515
9516 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9517
9518         * Documentation/user/introduction.itely (Engraving): Comment-out
9519         non-existent file.
9520
9521 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9522
9523         * scm/define-grob-properties.scm (all-user-grob-properties): add
9524         same-direction-correction
9525
9526         * VERSION: release 2.5.18
9527
9528 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9529
9530         * lily/grob.cc (mark_smob): Check pscore->layout_ before
9531         dereferencing.  Fixes make web.
9532
9533         * lily/midi-stream.cc: Handle unwritable midi file.  Include
9534         errno.h.
9535
9536         * Documentation/user/: Fix links.
9537
9538 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9539
9540         * lily/text-interface.cc (Module): rename from text-item.cc
9541
9542         * input/regression/apply-output.ly (texidoc): function naming fix.
9543
9544         * lily/time-signature-performer.cc (derived_mark): new function.
9545
9546         * lily/lily-parser-scheme.cc:  print mapped file name for progress
9547
9548         * scripts/lilypond-book.py (find_linestarts): new function.
9549         (find_toplevel_snippets): keep track of line numbers.
9550
9551         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
9552         all key changes.
9553
9554         * ly/declarations-init.ly (partCombineListener): use
9555         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
9556
9557         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
9558
9559 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9560
9561         * lily/text-item.cc: Fix link.
9562
9563         * Documentation/user/changing-defaults.itely (Changing defaults):
9564         Fix programs reference links.
9565
9566         * Documentation/user/music-glossary.tely: Convert to utf-8.
9567
9568 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9569
9570         * make/lilypond-vars.make: remove TEXMF from variables.
9571         remove DEB_BUILD pk font variables.
9572         remove GUILE_LOAD_PATH
9573         remove TeX memory vars.
9574
9575 2005-04-04  Werner Lemberg  <wl@gnu.org>
9576
9577         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
9578
9579 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9580
9581         * ps/lilyponddefs.ps: remove reencode-font
9582
9583         * lily/simple-spacer.cc (add_columns): also compare
9584         directly. Column rank doesn't distinguish between broken and
9585         unbroken columns. This fixes large spaces before time sig changes.
9586
9587         * Documentation/user/point-and-click.itely: document ly:set-option.
9588
9589         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
9590         point_and_click_global is set.
9591
9592         * lily/scm-option.cc (LY_DEFINE): add point-and-click
9593         ly:set-option argument.
9594
9595 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9596
9597         * GNUmakefile.in: Include symlinks in webball.
9598
9599         * Documentation/user/GNUmakefile (source-links): Add symlinks to
9600         source dir for split and non-split manuals.
9601
9602         * Documentation/user/*y: Fix @uref/@inputfile links for
9603         split/non-split HTML documents.
9604
9605         * Documentation/user/GNUmakefile (local-WWW): Do not generate
9606         .ps.gz.
9607         
9608 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9609
9610         * GNUmakefile.in: Add newline.
9611
9612 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
9613
9614         * tex/lilyponddefs.tex: use color instead of xcolor
9615         * scm/output-tex.scm: minor editing
9616
9617 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9618
9619         * scm/music-functions.scm (display-scheme-music): pretty printer
9620         for music expressions.
9621
9622 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9623
9624         * buildscripts/install-info-html.sh (index_file): Fix link.
9625
9626 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
9627
9628         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
9629
9630         * Documentation/index.html.in: Add size estimates with some big pages.
9631
9632         * Documentation/user/tutorial.itely (Running LilyPond for the
9633         first time): Add/replace some @rglos links.  TODO: add more
9634         @rglos links in tutorial, test non-intrusiveness (.css).
9635
9636         * stepmake/bin/add-html-footer.py (do_file): Remove info's
9637         annoying's indication of referencing external document.
9638
9639         * Documentation/user/GNUmakefile: Split version of glossary too.
9640         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
9641         links, not only for html.
9642
9643         * Documentation/user/introduction.itely: Fix some links for other
9644         than html, do not use `here' as link name.
9645
9646 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9647
9648         * scm/documentation-generate.scm (string-append): Fix @usermanref,
9649         @glossaryref.
9650
9651 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9652
9653         * scm/page-layout.scm (default-page-make-stencil): only add header
9654         if existing and not empty. Fixes spurious programming error.
9655
9656         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
9657
9658 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
9659
9660         * scm/output-tex.scm: implement {re,}setcolor
9661         * tex/lilyponddefs.tex: use color package
9662
9663 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9664
9665         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
9666         additions to website.
9667
9668         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
9669
9670         * Documentation/user/macros.itexi: Fix @usermanref html links in
9671         split documents: use @inforef.
9672
9673 2005-03-30  Graham Percival  <gperlist@shaw.ca>
9674
9675         * Documentation/user/programming-interface.itely: minor fix.
9676
9677         * Documentation/user/advanced-notation.itely: added info to
9678         Metronome markings.
9679
9680 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9681
9682         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
9683         use box-stencil.  Remove y-padding argument.
9684         (make-stencil-circler): New function.
9685
9686         * buildscripts/lilypond-words.py (F): 
9687         * elisp/SConscript (a): 
9688         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
9689         * vim/SConscript (a): 
9690         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
9691
9692         * lily/general-scheme.cc: Build fix.
9693
9694         * scm/markup.scm:
9695         * input/regression/markup-scheme.ly: 
9696         * input/regression/markup-syntax.ly: Drop 'new-' from name.
9697
9698         * scm/stencil.scm (make-circle-stencil): New function.
9699
9700         * scm/define-markup-commands.scm (draw-circle): Use it.  New
9701         name (was cicle).  Update callers.
9702         (circle): New markup command, similar to box.
9703
9704         * scm/stencil.scm (circle-stencil): New function.
9705
9706 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
9707
9708         * configure.in: Detect libutf8/wchar.h variant.
9709
9710         * stepmake/aclocal.m4: Modify shared size test.
9711
9712 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9713
9714         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
9715
9716 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9717
9718         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
9719         
9720         * VERSION (PACKAGE_NAME):  release 2.5.17
9721
9722 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9723
9724         * scm/backend-library.scm (postscript->png): Fix comment and png
9725         message.
9726
9727         * GNUmakefile.in (link-tree): Fix locales.
9728
9729 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9730
9731         * lily/stencil-scheme.cc (LY_DEFINE): change to
9732         ly:stencil-aligned-to, non mutating.
9733
9734         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
9735
9736         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
9737
9738         * lily/quote-iterator.cc (derived_mark): call
9739         Music_wrapper_iterator::derived_mark() too.
9740
9741         * lily/grace-engraver.cc (derived_mark): change signature, add
9742         const.
9743
9744 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9745
9746         * SConstruct (symlink): 
9747         * GNUmakefile.in (link-tree): Add scripts to prefix.
9748
9749         * lily/general-scheme.cc (ly:effective-prefix): New function.
9750
9751         * scm/backend-library.scm (postscript->png): Use it.
9752
9753 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9754
9755         * lily/paper-score.cc (process): don't delete grobs after
9756         producing stencils. 
9757
9758         * scm/part-combiner.scm (determine-split-list): switch off
9759         debugging info.
9760
9761         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
9762         if available.
9763
9764         * scm/define-context-properties.scm
9765         (all-user-translation-properties): add stringNumberOrientations.
9766
9767         * lily/new-fingering-engraver.cc (position_scripts): make generic,
9768         so fingering and string-numbers are separately controlled.
9769
9770 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9771
9772         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
9773         not use debugging.
9774
9775 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9776
9777         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
9778
9779         * config.hh.in: add HAVE_FONTCONFIG.
9780
9781         * Documentation/user/instrument-notation.itely (String number
9782         indications): new node.
9783
9784         * input/regression/new-markup-syntax.ly (texidoc): add circle.
9785
9786         * lily/new-fingering-engraver.cc (add_string): new function. 
9787         (acknowledge_grob): accept string-number-event as well.
9788
9789         * scm/define-markup-commands.scm (circle): new markup command.
9790
9791         * scm/output-lib.scm (print-circled-text-callback): new function.
9792
9793         * lily/GNUmakefile: move ifeq after include stepmake.make.
9794
9795 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9796
9797         * config.make.in (HAVE_LIBKPATHSEA_SO):
9798         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
9799
9800         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
9801         add KPATHSEA_LIBS.
9802
9803         * debian/watch: 
9804         * debian/control: Update.
9805
9806 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9807
9808         * input/test/title-markup.ly (spaceTest): remove.
9809
9810         * input/test/embedded-tex.ly (Module): remove.
9811
9812         * input/test/music-box.ly: use 'name property, not ly:music-name.
9813
9814         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
9815
9816         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
9817
9818 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9819
9820         * Documentation/topdocs/INSTALL.texi (Top): Remove information
9821         about xdeltas.  Add information about CVS.
9822
9823         * scm/lily.scm (lilypond-main): Fix invocation of handler,
9824         gracefully handle failed files.
9825
9826         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
9827
9828         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
9829         small fixes.
9830
9831         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
9832         No unnecessarily specific i18n messages.  Remove stray `1'.
9833
9834 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9835
9836         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
9837         documentencoding
9838
9839         * scm/documentation-lib.scm (texi-file-head): set utf-8
9840         documentencoding.
9841
9842         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
9843         Delta, not the Symbol one. 
9844
9845         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
9846         for the .map file.
9847
9848         * Documentation/topdocs/INSTALL.texi (Top): add running
9849         requirement as compilation requirement.
9850
9851 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9852
9853         * buildscripts/mutopia-index.py (headertext): add h1 header and
9854         utf-8 charset meta field.
9855
9856         * input/GNUmakefile: prune example list.
9857
9858         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
9859         options.
9860
9861         * lily/slur-scoring.cc (get_base_attachments): only look at stem
9862         extent for visible stems.
9863
9864         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
9865
9866 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9867
9868         * Documentation/topdocs/INSTALL.texi (Top): Updates.
9869
9870         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
9871
9872 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9873
9874         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
9875         pass inf/nan into slur scoring.
9876
9877         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
9878         page.
9879
9880         * scripts/abc2ly.py (dump_voices): use alphabet().
9881
9882 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
9883         
9884         * mf/GNUmakefile (depth): use $(FONTFORGE). 
9885
9886 2005-03-27 Matthias Neeracher <neeracher@mac.com>
9887         
9888         * flower/include/virtual-methods.hh: simplify. Patch by
9889
9890 2005-03-25  John Williams <williams@tni.com>  
9891
9892         * scripts/lilypond-book.py (main): add png for HTML too, guess
9893         only if necessary. 
9894
9895 2005-03-25  Graham Percival  <gperlist@shaw.ca>
9896
9897         * Documentation/topdocs/INSTALL.texi: now recommends
9898         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
9899
9900         * Documentation/user/basic-notation.itely,
9901         Documentation/user/tutoria.itely: warn about
9902         only one (phrasing) slur at once.
9903
9904 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
9905
9906         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
9907
9908 2005-03-23  Graham Percival  <gperlist@shaw.ca>
9909
9910         * Documentation/user/basic-notation.itely: fixed info about
9911         ending a (de)cresc.
9912
9913         * Documentation/user/lilypond-book.itely: fixed
9914         lilypond-book filter example and warned about not doing
9915         --filter and --process at the same time.
9916
9917 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9918
9919         * lily/parser.yy (bass_number),
9920         Documentation/user/instrument-notation.itely (Figured bass): 
9921         Add the possibility to use text markup in figured bass. 
9922
9923 2005-03-19  Graham Percival  <gperlist@shaw.ca>
9924
9925         * Documentation/user/global.itely: added info about naming
9926         identifiers and breakbefore.
9927
9928         * Documentation/user/invoking.itely: added info about batch
9929         processing files with convert-ly, removed references to TeX
9930         in the jail section.
9931
9932         * Documentation/user/examples.itely: possibly fixed piano
9933         dynamics.
9934
9935         * Documentation/user/advanced-notation.itely: added info
9936         about removing other types of Staff.
9937
9938         * Documentation/user/instrument-notation.itely: possibly
9939         fixed piano staff line switch.
9940
9941         * Documentation/user/changing-defaults.itely: added info
9942         about using normal font in titles.
9943
9944 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9945
9946         * VERSION (PATCH_LEVEL): release 2.5.16
9947
9948         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
9949         explicitly.
9950
9951 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9952
9953         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
9954         whitespace.
9955
9956         * python/lilylib.py (make_ps_images):
9957         * scm/backend-library.scm (postscript->pdf, postscript->png):
9958         Quote file name.  Use format rather than string-append juggling.
9959
9960 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9961
9962         * python/lilylib.py (make_ps_images): add x to -g argument. 
9963
9964         * lily/key-performer.cc (create_audio_elements): don't use
9965         scm_eval_string. Check for minor 3rd directly.
9966   
9967         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
9968         (sarabandeCelloGlobal): key is D minor, not F major.
9969
9970 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9971
9972         Fix truncated --png output (Peter Danenberg).
9973         
9974         * python/lilylib.py (make_ps_images):
9975         * scripts/ps2png.py (copyright): Grok --papersize option.
9976
9977         * scm/backend-library.scm (postscript->png): Add parameter
9978         PAPERSIZE.  Update callers.
9979
9980         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
9981         Fixes symbol placement.
9982
9983         * lily/spanner.cc: 
9984         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
9985         <libc-extension.hh>).
9986
9987 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9988
9989         * Nitpick run.
9990
9991         * buildscripts/fixcc.py: Update.
9992
9993         Builddir run fixes.
9994
9995         * HACKING (datadir): Add VERSION.
9996
9997         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
9998         higher up.
9999
10000 2005-03-15  Werner Lemberg  <wl@gnu.org>
10001
10002         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
10003         diagonal stem doesn't become thinner.
10004
10005 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10006
10007         * buildscripts/fixcc.py: Fixes (Werner).
10008
10009 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10010
10011         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
10012         Emmentaler/Aybabtu.
10013
10014         * GNUmakefile.in: fix lilypond-words path.
10015
10016         * po/tr.po: update to 2.3.21
10017
10018         * lily/new-fingering-engraver.cc (position_scripts): take priority
10019         from head position.
10020
10021         * input/regression/finger-chords-order.ly (texidoc): new file.
10022
10023 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10024
10025         * make/ly-rules.make: 
10026         * stepmake/aclocal.m4: 
10027         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
10028
10029         * buildscripts/fixcc.py (rules): Leave space after operator.
10030
10031 2005-03-14  Werner Lemberg  <wl@gnu.org>
10032
10033         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
10034         top of the glyph with smooth curve.
10035
10036 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10037
10038         * Documentation/user/global.itely (Page layout): remove
10039         printpagenumber.
10040
10041 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
10042
10043         * input/regression/mensural-ligatures.ly: new file (with examples
10044         compiled by Pal Benko).
10045
10046         * Documentation/user/instrument-notation.itely: Bugfix: yet some
10047         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
10048         musicglyph access.  Many small beautifications in ancient
10049         examples.
10050
10051         * input/test/divisiones.ly: fixed indentation; small
10052         beautifications
10053
10054         * ly/engraver-init.ly: added FIXME comment
10055
10056         * scripts/lilypond-book.py,
10057         Documentation/user/lilypond-book.itely: added music fragment
10058         option "packed" to lilypond-book
10059
10060         * Documentation/user/instrument-notation.itely: Bugfix: added
10061         missing LedgerLineSpanner color setting in several places.  Added
10062         music fragment option "packed" to VaticanaContext example.
10063
10064 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10065
10066         * scm/define-grobs.scm (all-grob-descriptions): switch off
10067         Hyphen_spanner::set_spacing_rods 
10068
10069         * lily/lyric-hyphen.cc (print): add padding between syllable and
10070         hyphen.
10071         (print): shorten hyphen in tight situations (determine using
10072         minimum-length)
10073
10074         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
10075         0.4pt.
10076
10077 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10078
10079         * ly/titling-init.ly (bookTitleMarkup): Refinements.
10080
10081         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
10082         header/footer markings for regression-test.
10083
10084         * scm/backend-library.scm (output-scopes, header-to-file): Move
10085         from framework-tex.scm.
10086
10087         * scm/framework-ps.scm (output-framework)
10088         (output-preview-framework):
10089         * scm/framework-eps.scm (output-classic-framework)
10090         (output-framework): Use it.  Fixes collated files.
10091
10092 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10093
10094         * input/sakura-sakura.ly: 
10095         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
10096
10097         * buildscripts/guile-gnome.sh: Update.
10098
10099         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
10100
10101         * mf/aybabtu.pe.in: Capitalize Aybabtu.
10102
10103 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10104
10105         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
10106         culprit: always exit the loop if we find a rod, even if it has
10107         distance < 0. 
10108
10109         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
10110         algorithm.
10111
10112         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
10113         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
10114
10115         * scm/output-svg.scm (dashed-line): new  function body.
10116         
10117         * GNUmakefile.in: create .htaccess.
10118
10119 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10120
10121         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
10122
10123 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10124
10125         * VERSION (PACKAGE_NAME): release 2.5.15
10126
10127         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
10128
10129         * scm/framework-svg.scm (output-framework): put scaling in
10130         document header. Apply scaling only once.
10131         (output-framework): dump page size in px, not mm. 
10132
10133         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
10134         from font-size.
10135
10136         * lily/paper-outputter-scheme.cc (LY_DEFINE):
10137         ly:outputter-output-scheme, new function.
10138
10139         * scm/output-svg.scm (pango-description-to-svg-font): new function
10140
10141 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10142
10143         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
10144         target.
10145
10146         * input/typography-demo.ly: new file.
10147
10148 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10149
10150         * Documentation/user/global.itely (File structure): Add markup blocks
10151         to toplevel expressions.
10152         (Multiple movements, Creating titles): Add markup blocks.
10153
10154         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
10155         <libc-extension.hh>).
10156
10157         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
10158
10159         * flower
10160         * lily
10161         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
10162
10163 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10164
10165         * lily/accidental.cc: special bboxes for natural. 
10166
10167         * mf/feta-toevallig.mf: make stems heavier.
10168
10169         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
10170         texts as well.
10171
10172         * mf/feta-klef.mf: revise. 
10173
10174         * mf/feta-schrift.mf: make thinning of accent less pronounced.
10175
10176         * mf/feta-klef.mf: add rounded curve at top. 
10177         make thinnib a little heavier.
10178
10179 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10180
10181         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
10182
10183         * buildscripts/fixcc.py: New file.
10184
10185         * input/regression/utf8.ly: Update Debian font description.
10186
10187 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10188
10189         * stepmake/aclocal.m4: Fix test.
10190
10191 2005-03-09  Graham Percival  <gperlist@shaw.ca>
10192
10193         * Documentation/user/invoking.itely: added Sebastino Vigna's
10194         docs for the --jail option.
10195
10196 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10197
10198         * lily/stem.cc (print): only produce stemlets if there are no
10199         noteheads on this stem.
10200
10201         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
10202         don't crash on stemlet (visible stem without heads).
10203
10204         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
10205         unbroken situations. 
10206
10207         * scm/output-lib.scm (center-invisible): new function.
10208
10209         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
10210         wishes to determine loose column space.
10211
10212         * lily/font-config.cc (init_fontconfig): add
10213         fonts/{otf,type1,cff}  to path.
10214
10215         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
10216
10217         * mf/GNUmakefile (Module): install all fonts under otf/
10218
10219         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
10220         replace /fonts/otf/ by /ps/ 
10221
10222         
10223 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10224
10225         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
10226
10227         * lily/book.cc (process): Oops, add score_.header_.
10228
10229         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
10230
10231         * lily/parser.yy: Handle toplevel and book texts as score.
10232
10233         * scm/page-layout.scm (default-page-make-stencil):
10234         Bugfix: (page-properties rename.
10235
10236         * scm/backend-library.scm (ly:system): Typo.
10237
10238 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10239
10240         * stepmake/stepmake/executable-targets.make (installexe): don't
10241         strip installed executables
10242
10243         * lily/font-select.cc (get_font_by_design_size): revert
10244         pango_description_string as well.
10245
10246         * lily/system.cc (set_loose_columns): put loose column just left
10247         of next column.
10248
10249         * lily/include/group-interface.hh (extract_grob_array): rename
10250         from Pointer_group_interface__extract_grobs
10251
10252         * input/regression/ledger-line-minimum.ly (texidoc): new file.
10253
10254         * lily/ledger-line-spanner.cc (set_spacing_rods): new
10255         function. Keep ledgered note heads at a minimum distance.
10256         Introduce minimum-length-fraction
10257         (print): introduce length-fraction property.
10258
10259 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10260
10261         * tex/GNUmakefile: remove latin1.enc rules.
10262
10263 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10264
10265         * scm/titling.scm: Typo.
10266
10267         * input/regression/score-text.ly: Really add.
10268
10269         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
10270
10271 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10272
10273         * lily/open-type-font-scheme.cc:  new file.
10274
10275 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10276
10277         * scm/titling.scm (layout-extract-page-properties): Rename from
10278         page-properties.  Update callers.
10279
10280         * lily/lexer.ll (Lily_lexer):
10281         * lily/parser.yy: Junk lyric_markup state.
10282
10283         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
10284
10285         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
10286         Add texts parameter.
10287
10288 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10289
10290         * lily/lexer.ll (lyric_markup): New mode.
10291         (Lily_lexer::push_lyric_markup_state): New method.
10292         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
10293
10294         * lily/parser.yy (book_body):
10295         (toplevel_expression): Grok \markup texts.
10296
10297         * lily/score-scheme.cc (ly:music-scorify): 
10298         * scm/lily-library.scm (collect-music-for-book): Take texts
10299         parameter.
10300
10301         * lily/score.cc (texts_): New member.
10302
10303         * lily/paper-book.cc (systems): Format score texts.
10304
10305         * score-text.ly: New file.
10306
10307         * ttftool/SConscript:
10308         * kpath-guile/SConscript: New file.
10309
10310         * lily/SConscript:
10311         * SConstruct: Update.
10312
10313 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10314
10315         * VERSION (PACKAGE_NAME): release 2.5.14
10316
10317 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10318
10319         * lily/main.cc: Add dummy xgettext markers.
10320
10321 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10322
10323         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
10324         requirements
10325
10326         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
10327         executable is < 40k
10328
10329         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
10330         hack.
10331
10332 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10333
10334         * flower/libc-extension.cc:
10335         * flower/include/libc-extension.hh: [Open]BSD simply cast
10336         cookie/funopen declarations.
10337
10338         * stepmake/aclocal.m4: Check for libkpathsea.so.
10339
10340         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
10341         dl_kpse_find_file.
10342
10343 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10344
10345         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
10346         (open_library): alternative for static library.
10347
10348 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10349
10350         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
10351
10352         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
10353
10354         Drop run-time dependency on teTeX.
10355
10356         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
10357
10358         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
10359         KPATHSEA_LIBS in LIBS.
10360         (STEPMAKE_DLOPEN): New function.
10361
10362         * lily/font-config.cc (init_fontconfig): Use dir for directory,
10363         not path.
10364
10365         * flower/file-path.cc (directories): Rename from paths, as this
10366         return an array of directories (a single path).
10367
10368 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10369
10370         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
10371
10372         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
10373         new ly:kpathsea-find-file
10374
10375         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
10376
10377         * kpath-guile/GNUmakefile: new file
10378
10379         * buildscripts/gen-emmentaler-scripts.py (i): generate
10380         emmentaler-X.fontname as well.
10381
10382         * buildscripts/ps-embed-cff.py: new script
10383
10384         * scm/lily-library.scm: remove ps-embed-cff.
10385
10386         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
10387         font loading. 
10388
10389         * scm/font.scm (add-music-fonts): load dynamics/numbers through
10390         fontconfig as well.
10391
10392         * lily/font-config.cc (init_fontconfig): add cff/ too.
10393
10394         * ly/generate-embedded-cff.ly: capitalize.
10395
10396         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
10397         so as to register the pango font.
10398
10399         * lily/font-config.cc (init_fontconfig): add
10400         prefix/{otf,type1,mf/out} to fontconfig path.
10401
10402         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
10403         overrides all. 
10404
10405         * configure.in (gui_b): remove ec mftrace check
10406
10407         * config.hh.in: use lilypond-Major.Minor as data directory.
10408
10409         * scm/framework-ps.scm (dump-page): use output-units for landscape.
10410
10411         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
10412         name.
10413
10414 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10415
10416         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
10417         error messages.
10418
10419         * flower/libc-extension.cc:
10420         * flower/include/libc-extension.hh: [Open]BSD fixes for
10421         cookie/funopen declarations.
10422
10423 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10424
10425         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
10426         emmentaler.
10427
10428         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
10429         lcrm10.
10430
10431         * scm/define-markup-commands.scm (fontsize): new markup
10432         command. Also set baseline-skip
10433
10434 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
10435         
10436         * lily/main.cc (do_chroot_jail): paranoia security for webserver
10437         use.
10438
10439 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10440
10441         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
10442
10443         * lily/pdf.cc: remove PDF related files
10444
10445 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10446
10447         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
10448         <hamamatsu@gmx.de>
10449
10450 2005-03-05  Graham Percival  <gperlist@shaw.ca>
10451
10452         * Documentation/user/advanced-notation.itely: first draft
10453         of reorg done.
10454
10455         * Documentation/user/global.itely: fixed (sub)section
10456         bits of MIDI.
10457
10458 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10459
10460         * cygwin/mknetrel (extras): Bufix (Bertalan).
10461
10462         * Documentation/user/basic-notation.itely (Chords): @ref fix.
10463         * Documentation/user/instrument-notation.itely (Introducing chord
10464         names): Compile fix: must have unique name.
10465
10466 2005-03-02  Graham Percival  <gperlist@shaw.ca>
10467
10468         * Documentation/user/instrument-notation.itely: reorg.
10469
10470 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10471
10472         * scm/output-gnome.scm:
10473         * scm/output-svg.scm: Fix font scaling.
10474
10475 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10476
10477         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
10478         what link to use best.
10479
10480         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
10481         * Documentation/user/tutorial.itely (Automatic and manual beams):
10482         Fix @ref.
10483
10484         * lily/tweak-registration.cc (replace_grob_tweak): New function.
10485         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
10486         * scm/framework-gnome.scm (tweak): Use it.
10487
10488 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10489
10490         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
10491
10492         * scm/output-ps.scm (white-text): reinstate white-text
10493
10494 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10495
10496         * scm/output-ps.scm (offset-add): Remove.
10497
10498         * scm/lily-library.scm (offset-flip-y): New function.
10499         * scm/framework-gnome.scm (tweak): Use it.
10500
10501         * scm/output-gnome.scm (grob-cause): Add parameter.
10502
10503         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
10504         * scm/output-ps.scm (url-link): Move.
10505         (white-text): Warn user about brokenness.
10506
10507         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
10508         wrt ghostscript.
10509
10510 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10511
10512         * lily/slash-repeat-engraver.cc (try_music): always make slashes
10513         if body length smaller than measure length.
10514
10515         * scm/define-markup-commands.scm (with-url): oops. use Y extent
10516         for Y.
10517
10518         * ly/titling-init.ly (tagline): put default tagline in \paper
10519
10520 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10521
10522         * lily/kpath.cc: 
10523         * lily/pdf.cc (Pdf_file): Use more generic error messages.
10524
10525         * scm/lily-library.scm (version-not-seen-message): New function.
10526         * ly/init.ly: Use it.
10527
10528         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
10529         breaks as progess.
10530
10531         * scripts/lilypond-book.py (do_process_cmd): Do not lump
10532         whitespace with l10n message.
10533
10534         * scm/framework-tex.scm (convert-to-ps):
10535         (convert-to-dvi): Do not use overly specific l10n messages.
10536
10537         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
10538
10539         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
10540         merge stderr with stdout.  
10541
10542 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10543
10544         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
10545         Neeracher).
10546
10547 2005-02-29  Graham Percival  <gperlist@shaw.ca>
10548
10549         * Documentation/user/instrument-notation.teily: moved
10550         \arpeggio to Basic.
10551
10552         * Documentation/user/advanced-notation.itely: Articulation to
10553         Basic, a bunch of stuff from Basic moved to Advanced.
10554
10555         * Documentation/user/basic.itely: swapped various sections,
10556         reorganized Basic.
10557
10558 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10559
10560         * flower/memory-stream.cc: 
10561         * flower/libc-extension.cc: Remove obsolete #undefs.
10562
10563         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
10564         more carefully.
10565
10566 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10567
10568         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
10569         dependency.
10570
10571         * VERSION (PACKAGE_NAME): release 2.5.13
10572
10573         * GNUmakefile.in (web-ext): don't ship ps.gz
10574
10575         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
10576         stdout
10577
10578 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10579
10580         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
10581         without libintl.  Now it compiles too.
10582
10583 2005-02-28  Graham Percival  <gperlist@shaw.ca>
10584
10585         * Documentation/user/basic-notation.itely,
10586         instument-notation.itely, advanced-notation.itely:
10587         split up contents of notation.itely.
10588
10589         * Documentation/user/notation.itely: file removed.
10590
10591         * Documentation/user/invoking.itely, converters.itely:
10592         moved convert-ly info to invoking.itely.
10593
10594         * Documentation/user/global.itely, changing-defaults.itely,
10595         sound-output.itexi: moved global settings, file layout, and
10596         sound into global.itely.
10597
10598         * Documentation/user/sound-output.itexi: file removed.
10599
10600         * Documentation/user/lilypond.tely: removed links to
10601         notation.itely and sound.itely.
10602
10603 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10604
10605         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
10606
10607         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
10608  
10609         * THANKS: add sponsor.
10610
10611         * scm/define-markup-commands.scm (with-url): new markup command.
10612
10613         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
10614         tagline.
10615         
10616         * scm/output-tex.scm (url-link): stub.
10617
10618         * scm/output-ps.scm (url-link): new function.
10619
10620         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
10621         ly:set-point-and-click
10622
10623 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10624
10625         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
10626         based on pdf-viewer setting.
10627
10628         * scm/framework-ps.scm (write-preamble): Find and set preferred
10629         pdf-viewer.
10630
10631 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10632
10633         * Documentation/user/point-and-click.itely: update for PDF point &
10634         click.
10635
10636         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
10637         editors based on EDITOR setting.
10638
10639 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10640
10641         * scm/*: Oops, more grand 2005 replace bits.
10642
10643 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10644
10645         * ps/music-drawing-routines.ps: new routine: insert PDF mark
10646
10647         * scm/output-ps.scm (grob-cause): point & click support for
10648         PostScript
10649
10650 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10651
10652         * lily/input-scheme.cc (LY_DEFINE): rename to
10653         ly:input-file-line-column
10654
10655 2005-02-26  Graham Percival  <gperlist@shaw.ca>
10656
10657         * Documentation/user/examples.itely: small fix from Steve Doonan.
10658
10659         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
10660
10661         * THANKS: added Yuval Harel.
10662
10663         * Documentation/user/{various}: inserted two spaces after a period.
10664
10665         * Documentation/user/lilypond.tely: added framework for reorg.
10666
10667         * Documentation/user/basic-notation.itely, instrument-notation.itely,
10668         advanced-notation.itely, global.itely: new files, placeholder for
10669         future reorg.
10670
10671 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
10672
10673         * Documentation/user/notation.itely: revamped Polyphony section
10674         
10675 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10676
10677         * Documentation/user/lilypond-book.itely (Music fragment options):
10678         doc fontload.
10679
10680         * Documentation/user/changing-defaults.itely (Text encoding): add
10681         fontload option to utf8 include
10682
10683         * scripts/lilypond-book.py (compose_ly): add fontload option
10684
10685         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
10686         force-eps-font-include option.
10687
10688         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
10689         black triangle
10690
10691         * Documentation/user/invoking.itely (Editor support): remove
10692         lilypond-latex section.
10693
10694         * scripts/lilypond-latex.py (Module): remove script.
10695
10696         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
10697         overwrite .log. 
10698
10699         * lily/main.cc: remove -m, --no-layout
10700
10701         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
10702         to define. We don't want to override fprintf everywhere.
10703
10704 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10705
10706         * cygwin/lilypond.hint: 
10707         * cygwin/README.in: Update dependencies.
10708
10709         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
10710         Bugfix: do not pollute CPPFLAGS, LIBS.
10711
10712         * cygwin/mknetrel (extras): Cross compile fixes.
10713
10714         * ttftool/util.c: 
10715         * ttftool/ttfps.c: 
10716         * ttftool/ps.c: #include libc-extension.hh
10717
10718         * flower/include/libc-extension.hh:
10719         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
10720         wrapper using funopen.
10721         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
10722         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
10723
10724         * config.hh.in:
10725         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
10726         (AC_CHECK_HEADERS): Add libio.h
10727
10728         * scripts/convert-ly.py: Uniformize, internationalize.
10729         (2.5.2): Remove fatal encoding rule.
10730         (2.5.13): Handle latin1 encoding gracefully.
10731
10732 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10733
10734         * HACKING: Fix line breaks.
10735
10736 2005-02-23  Werner Lemberg  <wl@gnu.org>
10737
10738         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
10739         contains those two files.
10740
10741 2005-02-21  Werner Lemberg  <wl@gnu.org>
10742
10743         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
10744         to improve overlap removal process.
10745
10746         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
10747         left and right ending.  This ensures better overlapping.
10748         Update all callers.
10749         ("lineprall"): Don't use draw_gridline to get better overlapping.
10750
10751 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10752
10753         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
10754
10755         * Documentation/topdocs/NEWS.tely (Top): oops.
10756
10757 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
10758
10759         * HACKING: new file.
10760
10761         * input/regression/utf8.ly (portuguese): added a portuguese example
10762         to show latin1 accents.
10763
10764 2005-02-21  Pal Benko  <benkop@freestart.hu>
10765
10766         * lily/mensural-ligature-engraver.cc:
10767         * lily/mensural-ligature.cc:
10768         * lily/include/mensural-ligature.hh: new algorithm implemented
10769
10770         * scm/define-grob-properties.scm: join-left killed (add-join may
10771         be used); join-left-amount changed to join-right-amount
10772
10773 2005-02-21  Graham Percival  <gperlist@shaw.ca>
10774
10775         * Documentation/user/notation.itely: small but urgent fix.
10776
10777 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
10778
10779         * lily/duration-scheme.cc: bugfix: correct parameters to
10780         SCM_ASSERT_TYPE.
10781
10782         * THANKS: added Pal.
10783
10784         * Documentation/user/notation.itely: bugfix: unTeXified
10785         $\\backslash$.  Bugfix: yet another glyph renaming victim:
10786         "timesig.*x/y" -> "timesig.*xy".
10787
10788 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10789         
10790         * VERSION (PACKAGE_NAME): release 2.5.12
10791
10792 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10793
10794         * ly/engraver-init.ly: set tieWaitForNote to #t by default
10795
10796         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
10797
10798         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
10799
10800         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
10801
10802 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10803
10804         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
10805         latin1..utf-8.
10806
10807         * input/regression/stanza-number.ly:
10808         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
10809
10810         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
10811
10812 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10813
10814         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
10815         NEWS. Refer to website for older news.  
10816
10817         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
10818         .HTML. This should be done for specific servers only.
10819
10820         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
10821         .ly image examples.
10822
10823         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
10824         in layer 0 too.
10825
10826         * scm/define-context-properties.scm
10827         (all-user-translation-properties): add tieWaitForNote
10828
10829         * scm/define-grobs.scm (all-grob-descriptions): add
10830         Tie_column::before_line_breaking
10831
10832         * lily/tie.cc (get_column_rank): new function
10833
10834         * lily/tie-column.cc (before_line_breaking): new function.
10835         (werner_directions): take into account ties that start on
10836         different columns.  
10837
10838         * lily/score-engraver.cc (set_columns): move add_column() so we
10839         have column rank available.
10840
10841         * lily/tie.cc (get_column_rank): new function.
10842
10843         * input/regression/utf8.ly (japanese): add japanese lyrics.
10844
10845         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
10846
10847         * THANKS: add Steve D
10848
10849         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
10850         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
10851
10852 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
10853
10854         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
10855         to show harmonic notes
10856         * scm/define-markup-commands.scm: in \markup-by-number
10857         "dots-dot" -> "dots.dot" to show dotted notes
10858
10859 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10860
10861         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
10862
10863         * flower/memory-stream.cc (writer): new file.
10864
10865         * configure.in: add endian test.
10866
10867 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
10868
10869         * Documentation/user/examples.itely: small
10870         simplification/beautification
10871
10872         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
10873         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
10874         notation manual.
10875
10876         * lily/mensural-ligature.cc: bugfix: another few victims of the
10877         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
10878
10879         * ly/gregorian-init.ly: commit some experimental code for hi-level
10880         ligature input language lying around here for several months.
10881
10882         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
10883         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
10884
10885         * lily/vaticana-ligature-engraver.cc: bugfix: another few
10886         "x-y-z"->"x.y.s-z" fixes.
10887
10888 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10889
10890         * scm/framework-pdf.scm (scm): new file
10891
10892         * lily/include/pdf.hh (class Pdf_file): new file.
10893
10894         * lily/pdf.cc (write_trailer): new file.
10895
10896 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
10897
10898         * input/regression/color.ly: new file
10899
10900         * lily/stencil.cc (interpret_stencil_expression):
10901         when a color expression is encountered: save current color,
10902         process the rest of the expression, and restore previous color.
10903
10904         * lily/system.cc (get_line): check all grobs for color property and
10905         prepare the stencil scheme expressions for further processing.
10906         Fix layer-loop.
10907
10908         * scm/define-grob-properties.scm: introduce the color property.
10909
10910         * scm/output-lib.scm: color helper functions.
10911
10912         * scm/output-ps.scm: introduce setcolor/resetcolor.
10913
10914 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
10915
10916         * ly/*.ly, input/regression/*.ly: Added missing \version
10917         statements in some files.
10918
10919 2005-02-15  Graham Percival  <gperlist@shaw.ca>
10920
10921         * Documentation/user/notation.itely: minor editing.
10922
10923         * Documentation/user/converters.itely: updated convert-ly bugs.
10924
10925         * Documentation/user/lilypond-book.itely: add info about using
10926         feta characters in latex.
10927
10928 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10929
10930         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
10931
10932 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10933
10934         * scm/define-grob-properties.scm (all-user-grob-properties):
10935         removed 'dashed property.
10936
10937 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10938
10939         * scm/lily.scm (define-safe-public): new macro for defining
10940         variables that can be used in --safe mode. Use it in *.scm
10941         instead of manually setting safe-objects in safe-lily.scm.
10942
10943 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10944         
10945         * lily/slur.cc: Slur-dash patch by Bertalan.
10946
10947         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
10948
10949         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
10950
10951 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10952
10953         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
10954
10955 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10956
10957         * mf/GNUmakefile: teTeX-3.0 install fix.
10958
10959         * Cygwin patch from Bertalan.
10960
10961         * stepmake/stepmake/metafont-rules.make: Remove bashism.
10962
10963 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10964
10965         * GNUmakefile.in: 
10966         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
10967
10968         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
10969         2.0.x compatibility.
10970
10971 2005-02-08  Werner Lemberg  <wl@gnu.org>
10972
10973         * mf/feta-din-code.mf: Format; clean up code.
10974         Replace `---' with `--' plus explicit path directions.
10975         (linethickness#, stafflinethickness#): Remove.
10976         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
10977         ("dynamic s"): Improve shape.
10978         ("dynamic p"): Improve shape.
10979         Replace `draw' with better outline approximation.
10980         ("dynamic r"): Improve shape.
10981         Don't call `fill' and `draw' at the same time.
10982
10983 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10984
10985         * SConstruct (symlink):
10986         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
10987         build fix: add enc symlink.
10988
10989         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
10990
10991         Support for DESTDIR besides prefix=/foo
10992
10993         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
10994
10995         * stepmake/stepmake/*.make:
10996         * */GNUmakefile:
10997         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
10998
10999         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
11000
11001         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
11002         mawk in fontforge (date) test.
11003
11004 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11005
11006         * scm/font.scm (make-century-schoolbook-tree): add NCS as
11007         font-family=roman. Add Luxi Sans as sans
11008
11009 2005-02-07  Graham Percival  <gperlist@shaw.ca>
11010
11011         * Documentation/user/notation.itely: add warning about
11012         percent repeats and Voice contexts.
11013
11014         * Documentation/user/lilypond-book.itely: clarified the
11015         necessity of dvips -u arguments.
11016
11017 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
11018
11019         * THANKS: Added a bunch of bug hunters.
11020
11021 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11022
11023         * scm/framework-ps.scm (output-preview-framework): bugfix.
11024
11025         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
11026         o/ for chord modifier..
11027
11028         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
11029
11030         * lily/drum-note-performer.cc:  remove unused (thanks Michael
11031         Welsh Duggan). 
11032
11033 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11034
11035         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
11036
11037         * ly/titling-init.ly: Do not also print intstrument in header on
11038         first page.  Do not print page number on first and only page.
11039
11040 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11041
11042         * input/regression/*.ly: remove old-relative everywhere
11043
11044         * lily/music-sequence.cc (simultaneous_relative_callback): do
11045         what-if analysis on copy, not on original. Fixes old-relative
11046         compatibility.
11047
11048         * scm/backend-library.scm (postscript->png): space before
11049         --verbose.
11050         
11051 2005-02-05  Werner Lemberg  <wl@gnu.org>
11052
11053         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
11054         is defined.
11055
11056         * mf/feta-alphabet.mf: Define `staffsize#'.
11057         Include `feta-params.mf'.
11058         s/staffheight/design_size/.
11059
11060         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
11061
11062         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
11063
11064         * mf/feta-nummer-code.mf: Reformatted.
11065         (draw_six): Use outline intersection to avoid a self-intersecting
11066         path.
11067         ("Numeral comma"): Fix serious outline glitches.  This slightly
11068         changes the glyph shape.
11069         ("Numeral dash"): Use `draw_rounded_block'.
11070         ("Numeral dot"): Use `drawdot'.
11071         ("Numeral 1"): Assure identical tangent directions for the
11072         intersection points of paths.  The glyph shape improvement is only
11073         visible at very high magnifications.
11074         ("Numeral 2"): Use `solve' macro to make the lower right part of
11075         the glyph outline touch the x axis exactly.  This changes the
11076         glyph shape.
11077         Minor fixes for better overlap removal support.
11078         ("Numeral 4"): Make lefter corner `rounder'.
11079         ("Numeral 5"): Assure identical tangent directions for the
11080         intersection points of paths.  This improves the glyph shape at
11081         high magnifications.
11082         ("Numeral 7"): Use `solve' macro to make the upper right part of
11083         the glyph outline touch the metrics box exactly.  This changes the
11084         glyph shape.
11085         Avoid corner in the upper left part of the glyph (causing a minor
11086         shape change).
11087
11088         * mf/feta-ital-*.mf: Removed.  Unused.
11089
11090 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11091
11092         * VERSION (PATCH_LEVEL): release 2.5.11
11093
11094         * input/regression/fill-line-test.ly: new file.
11095
11096         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
11097         emmentaler name, eg. emmentaler-23. 
11098
11099 2005-02-04  Christian Hitz  <chhitz@gmx.net>
11100
11101         * scm/scm/define-markup-commands.scm (fill-line): rework for better
11102         alignment with centered texts
11103
11104         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
11105         list of paddings
11106
11107 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11108
11109         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
11110
11111         * lily/note-column.cc (translate_rests): call flush_extent_cache()
11112         of parents when translating rests. Fixes: c-chord-rest.ly 
11113
11114         * lily/include/dimension-cache.hh (struct Dimension_cache): add
11115         dimension_callback_ member.
11116
11117         * lily/grob.cc (flush_extent_cache): new function. Force recompute
11118         of extents.
11119
11120 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11121
11122         * all but lily/*: The grand 2004/2005 replace.
11123
11124 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11125
11126         * lily/*: add space after ,  
11127
11128         * scm/music-functions.scm (has-request-chord): don't use
11129         ly:music-name anywhere. Fixes <<\\>> notation. 
11130
11131         * scm/define-markup-commands.scm (box): use font-size for
11132         padding. Fixes boxed-rehearsal-marks.ly
11133
11134         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
11135         identifier definition too, so foo = \lyrics { ...   } bar = #1
11136         doesn't complain about "bar" being LYRICS_STRING.
11137
11138         * lily/paper-def.cc (find_pango_font): new routine; Store
11139         pango_fonts in hash tab too. This is necessary for retrieving
11140         Pango_fonts::physical_font_tab() later on.
11141  
11142         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
11143         crash if psname is null.
11144
11145         * lily/lily-guile.cc (ly_hash2alist): new function
11146
11147         * Documentation/user/changing-defaults.itely (Text encoding):
11148         rewrite. 
11149
11150         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
11151         -> font_filename mapping.
11152
11153         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
11154         ly_pango_font_physical_fonts
11155
11156         * scm/framework-ps.scm (supplies-or-needs): extract names from
11157         physical Pango_fonts.
11158
11159         * utf8.ly: new file.
11160
11161 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11162
11163         * Documentation/user/changing-defaults.itely (Page layout): add
11164         doco about systemSeparatorMarkup.
11165
11166         * scm/page-layout.scm (default-page-make-stencil): add-to-page
11167         function.
11168         (default-page-make-stencil): insert system separators.
11169
11170         * scm/define-markup-commands.scm (hcenter): add
11171         (beam): add.
11172
11173 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11174
11175         * scm/output-ps.scm (ez-ball): reinstate ez notation.
11176
11177 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11178
11179         * lily/main.cc: Spell backend consistently.  Sort options.
11180
11181 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11182
11183         * scripts/lilypond-book.py (Module): revert @include.
11184         
11185 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
11186
11187         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
11188         Bugfix: @include .tex (not .texi).  Small cleanups.
11189
11190         * stepmake/bin/add-html-footer.py (i18n): New function.
11191
11192 2005-01-31  Werner Lemberg  <wl@gnu.org>
11193
11194         * mf/feta-nummer.mf: Removed.  Unused.
11195
11196 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11197
11198         * lily/ : 2004 -> 2005 s&r
11199
11200         * scm/file-cache.scm (cached-file-contents): add file. Read each
11201         file only once.
11202
11203         * scm/font.scm (add-pango-fonts): change order. Medium weight is
11204         now default.
11205
11206         * VERSION: release 2.5.10
11207         
11208         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
11209
11210         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
11211
11212         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
11213         that both X and Y extents of bbox are non-nil.
11214
11215 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11216
11217         * scm/chord-name.scm (alteration->text-accidental-markup): change
11218         - to . 
11219
11220         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
11221
11222         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
11223
11224         * Documentation/user/invoking.itely (Invoking lilypond): add note
11225         about EPS backend.
11226
11227         * scm/framework-eps.scm: new file: create per-system/per-page EPS
11228         files for inclusion in lilypond-book document.
11229
11230         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
11231
11232         * input/tutorial/lbook-texi-test.texi: new file.
11233
11234         * scm/safe-lily.scm (safe-objects): add
11235         {begin,end}-of-line-(in)?visible as safe.
11236  
11237 2005-01-30  Graham Percival  <gperlist@shaw.ca>
11238
11239         * Documentation/user/changing-defaults.itely: fixed example
11240         of (dynamics).
11241
11242 2005-01-29  Graham Percival  <gperlist@shaw.ca>
11243
11244         * lily/main.cc: fix info about -o=FILE.
11245
11246 2005-01-29  Werner Lemberg  <wl@gnu.org>
11247
11248         * mf/feta-toevallig.mf ("Natural"): Completely changed the
11249         construction to assure smooth transition from straight to curved
11250         lines.
11251
11252 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11253
11254         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
11255         stencils.
11256
11257         * ps/lilyponddefs.ps: add start-page, start-system doesn't
11258         translate to top of page. Fixes alignment problems of
11259         lilypond-generated EPS files.
11260
11261 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11262
11263         * scm/part-combiner.scm (analyse-spanner-states): trigger on
11264         crescendo-end as well, since Decrescendo maybe ended with Stop
11265         Crescendo.). Fixes: partcombine-diminuendo.ly
11266
11267         * scm/script.scm (default-script-alist): swap portato symbols.
11268
11269         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
11270
11271         * lily/paper-outputter-scheme.cc (LY_DEFINE):
11272         ly:outputter-port. New function.
11273
11274         * scm/framework-ps.scm (output-classic-framework): dump a
11275         -systems.texi too
11276         (output-classic-framework): dump multiple systems on an "infinite"
11277         page EPS including fonts. 
11278
11279         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
11280         .eps files for both texi and tex formats. Use PNG coming from
11281         lilypond.
11282         
11283 2005-01-28  Graham Percival  <gperlist@shaw.ca>
11284
11285         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
11286
11287         * scripts/lilypond-latex.py: fix info about -o=FILE.
11288
11289 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11290
11291         * ly/generate-embedded-cff.ly: write .cff.ps files.
11292
11293         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
11294
11295         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
11296         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
11297
11298 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11299
11300         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
11301
11302 2005-01-28  Werner Lemberg  <wl@gnu.org>
11303
11304         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
11305         macros.
11306         (draw_bulb): Improved.
11307
11308         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
11309         metapost bug.
11310         (draw_pedal_P): Use soft_end_penstroke.
11311         (draw_pedal_d): Use soft_start_penstroke.
11312
11313         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
11314         path.
11315         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
11316         doesn't change the glyph shape.
11317
11318         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
11319         changing the shape) to avoid fontforge warnings.
11320
11321         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
11322         soft_end_penstroke and fix glyph shape.
11323
11324 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11325
11326         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
11327
11328 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11329
11330         * scm/define-markup-commands.scm (line): filter out empty stencils
11331         from line command.
11332
11333         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
11334         amount.
11335
11336 2005-01-27  Graham Percival  <gperlist@shaw.ca>
11337
11338         * Documentation/user/notation.itely: added info about what
11339         \voiceFoo does.  Also rewrote warning about marks at
11340         a line break.
11341
11342         * Documentation/user/changing-defaults.itely: added info
11343         about putting dynamics in parenthesis and brackets.
11344
11345 2005-01-27  Werner Lemberg  <wl@gnu.org>
11346
11347         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
11348
11349 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11350
11351         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
11352         portato-direction.ly
11353
11354         * lily/beam.cc (consider_auto_knees): add beam height to
11355         threshold. Fixes: knee-multiple-beam.ly
11356
11357         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
11358         pedal line spanners. Fixes: instrument-center-pedal.ly
11359
11360         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
11361         if encountering barline. Fixes: auto-beam-repeat.ly
11362
11363 2005-01-26  Werner Lemberg  <wl@gnu.org>
11364
11365         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
11366         overlapping.
11367
11368         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
11369         with inflections for the 1/2 sharp glyph.
11370
11371         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
11372         connection between `t' and `r'.
11373         Unify bulb with the rest of `r' to avoid grazing outlines which
11374         confuses the overlap removal algorithm of fontforge.
11375
11376         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
11377         inflections.
11378         (draw_cross): Fix shape to have uniform thickness in corners.
11379
11380         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
11381         to avoid an uneven number of self-intersections; this confuses
11382         fontforge.
11383         Fix a slight bug in the shape at left bottom (which is visible only
11384         at high magnifications).
11385         `Center' the stem horizontally to avoid overlapping.
11386
11387 2005-01-24  Werner Lemberg  <wl@gnu.org>
11388
11389         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
11390         to `asis'.
11391         (fet_begingroup): Save group name in string `feta_group'.
11392         (fet_endgroup): Updated.
11393         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
11394
11395         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
11396
11397         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
11398         in metapost.
11399
11400 2005-01-24  Graham Percival  <gperlist@shaw.ca>
11401
11402         * Documentation/user/notation.itely: really minor editing.
11403
11404 2005-01-22  Graham Percival  <gperlist@shaw.ca>
11405
11406         * Documentation/user/examples.itely: minor editing.
11407
11408         * Documentation/user/changing-defaults.itely: minor editing.
11409
11410         * Documentation/user/notation.itely: clarified info on polyphony
11411         and \addlyrics.
11412
11413 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11414
11415         * scm/output-gnome.scm: 
11416         * scm/output-svg.scm:
11417         * scm/lily-library.scm (font-name-style): Update font name
11418         kludging for fontconfig use.
11419
11420 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
11421
11422         * scm/define-markup-commands.scm: Document right-align and
11423         larger markup commands. Remove "TODO" from the topmost comment
11424         "each markup function should have a doc string." More consistent
11425         use of new-lines.
11426
11427 2005-01-22  Graham Percival  <gperlist@shaw.ca>
11428
11429         * Documentation/user/changing-defaults: removed info about
11430         copyright symbol, since it's likely to change soon.
11431         Added info about betweensystemspace.
11432
11433         * Documentation/user/notation.itely: minor fixes.
11434
11435         * Documentation/user/lilypond.tely,
11436         Documentation/user/music-glossary.tely: changed copyright
11437         date to 2005 instead of 2004.
11438
11439         * input/test/volta-chord-names.ly: added old example back.
11440
11441 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11442
11443         * mf/feta-beugel.mf: use design size 20 (not 15).
11444
11445         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
11446         change name to aybabtu completely
11447
11448 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11449
11450         * buildscripts/gen-emmentaler-scripts.py (outdir): add
11451         design_size to fontname
11452
11453 2005-01-19  Werner Lemberg  <wl@gnu.org>
11454
11455         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
11456         mf/feta-schrift.mf: s/p/pat/ if a path variable.
11457
11458         * mf/feta-autometric.mf (set_char_box): Add code which emits
11459         specials for mf2pt1 if run with metapost.
11460         (to_bp): New macro for mf2pt1.
11461
11462 2005-01-18  Graham Percival  <gperlist@shaw.ca>
11463
11464         * Documentation/user/changing-defaults: added info on
11465         creating a copyright symbol.
11466
11467 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11468
11469         * VERSION: release 2.5.9
11470         
11471 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
11472
11473         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
11474
11475         * Documentation/user/notation.itely: Document
11476         score-override-auto-beam-setting Fix documentation for
11477         revert-auto-beam-setting.
11478
11479 2005-01-18  Werner Lemberg  <wl@gnu.org>
11480
11481         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
11482         (procset): New function to define a procset resource.
11483         (ps-embed-pfa): New function to define a font resource.
11484         (setup): New function to define a `Setup' environment.
11485         (preamble): Use new functions.
11486
11487         * ps/lilypond.defs (init-lilypond-parameters): New function to
11488         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
11489
11490 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11491
11492         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
11493
11494 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
11495
11496         * scm/define-markup-commands.scm: Change number->markletter-string
11497         to take two arguments (vector number). Add number->mark-alphabet-vector
11498         and markalphabet markup command.
11499
11500         * scm/translation-functions.scm: Add format-mark-box-alphabet,
11501         format-mark-alphabet, format-mark-box-barnumbers and
11502         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
11503
11504 2005-01-17  Graham Percival  <gperlist@shaw.ca>
11505
11506         * Documentation/user/examples.itely: add SATB automatic piano
11507         reduction template.
11508
11509         * Documentation/user/notation.itely: added info about changing
11510         partcombine texts.  Also adds examples of alternate lyrics.
11511
11512         * Documentation/user/changing-defaults.itely: added warning
11513         about \RemoveEmptyStaffContext overriding previous changes.
11514
11515 2005-01-17  Werner Lemberg  <wl@gnu.org>
11516
11517         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
11518         feta-alphabet*.
11519
11520 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11521
11522         * python/lilylib.py (make_ps_images): don't do final showpage for
11523         multi-page documents.
11524         
11525         * VERSION (MY_PATCH_LEVEL): release 2.5.8
11526
11527 2005-01-16  Graham Percival  <gperlist@shaw.ca>
11528
11529         * Documentation/user/lilypond.tely: changed order of appendices;
11530         unified index should be last.
11531
11532         * Documentation/user/notation.itely: add example of key signatures
11533         and info about Staff.printKeyCancellation.
11534
11535 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11536
11537         * lily/include/repeated-music.hh (class Repeated_music): change
11538         into "namespace" class.
11539
11540         * lily/event.cc: remove Key_change_event.
11541
11542         * lily/include/transposed-music.hh (class Transposed_music): remove.
11543
11544         * lily/transposed-music.cc: remove
11545
11546         * lily/include/relative-music.hh: remove.
11547
11548         * lily/include/music-sequence.hh (struct Music_sequence): change
11549         into "namespace" class.
11550
11551         * lily/untransposable-music.cc (Module): remove
11552
11553         * lily/include/un-relativable-music.hh (Module): remove
11554
11555         * lily/include/untransposable-music.hh (Module): remove
11556
11557         * lily/include/music-list.hh (Module): remove file
11558
11559         * lily/un-relativable-music.cc: remove file.
11560
11561 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11562
11563         * lily/parser.yy: Compile fix.
11564
11565 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11566
11567         * lily/include/music.hh (class Music): unvirtualize transpose().
11568
11569         * lily/sequential-music.cc: remove file.
11570
11571         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
11572
11573         * lily/slur-scoring.cc (get_best_curve): only switch on
11574         DEBUG_SLUR_SCORING for non NDEBUG builds.
11575
11576         * lily/include/music.hh (class Music): replace Music::start_mom()
11577         by start-callback property
11578
11579         * lily/include/grace-music.hh: remove file. 
11580
11581         * lily/stem.cc (height): robustness fix.
11582
11583         * lily/time-scaled-music.cc: remove file.
11584
11585         * lily/include/music.hh (class Music): include SCM init argument.
11586         (class Music): replace Music::get_length() virtual by
11587         length-callback property everywhere.
11588
11589         * scripts/convert-ly.py (conv): add  # to \property scalar value.
11590
11591         * mf/GNUmakefile: don't install *list.ly
11592
11593 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11594
11595         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
11596
11597 2005-01-12  Werner Lemberg  <wl@gnu.org>
11598
11599         This patch addresses the following problems in the feta sources
11600         files which contribute to the fetaXX fonts.
11601
11602         . Many fixes for rasterization at low resolutions (consistent use of
11603           `vround' and `hround', integer shift values for paths, applying
11604           `eps' for mirrored paths, use of `define_whole_pixels' and
11605           friends, etc.) -- while this probably looks like a waste of time
11606           it has revealed deficiencies in some glyph shapes.  See comment at
11607           the end of feta-params.mf how vertical symmetry is achieved.
11608
11609         . The `---' operator has been replaced everywhere with `--'; this
11610           both improves and considerably reduces the font size after
11611           conversion with mf2pt1.
11612
11613         These change aren't explicitly mentioned below since virtually all
11614         glyphs are affected.
11615
11616         Other notable differences:
11617
11618         . Glyphs from feta-accordion.mf now have charboxes around the
11619           outline.
11620
11621         . Fixed incorrect charbox for `accDot'.
11622
11623         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
11624
11625         . Fixed position of the bow in the `upprall' glyph and its siblings.
11626
11627         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
11628           dependent on the staff line thickness to avoid touching the middle
11629           staff line at smaller sizes.
11630
11631         . Largely extended output for feta-testXX: Where useful, glyphs
11632         are shown both between and on staff lines.
11633
11634
11635         * mf/feta-params.mf (staff_space_rounded,
11636         stafflinethickness_rounded, linethickness_rounded,
11637         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
11638         Update all code which uses them where appropriate.
11639         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
11640         New variables used to control rasterization at low resolutions.  Set
11641         to zero if feta code is processed with metapost.
11642
11643         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
11644         (draw_rounded_block, draw_square_block): Updated to use `--' only.
11645         (flare_path): Updated.
11646         Make it work with `filldraw' (but only circular pens).
11647         (hfloor, vfloor, hceiling, vceiling): New macros.
11648
11649         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
11650         Use `draw' again in mf mode to have good pixel dropout control.
11651         Fix intersection points of horizontal lines with circle.
11652         ("accDot"): Fix parameters for set_char_box.
11653         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
11654         control.
11655
11656         * mf/feta-banier.mf: Updated.
11657
11658         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
11659         testing.
11660         (undraw_inside_ellipse): Remove `center' argument.  Update all
11661         callers.
11662         (draw_brevis): New macro, called by "Brevis notehead".
11663         (draw_whole_triangle_head): New macro, called by "Whole
11664         trianglehead".
11665         (draw_small_triangle_head): Use `filldraw'.
11666
11667         * mf/feta-eindelijk.mf: Remove useless global group.
11668         Updated.
11669
11670         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
11671         `filldraw'.
11672
11673         * mf/feta-pendaal.mf: Updated.
11674
11675         * mf/feta-puntje.mf: Updated.
11676
11677         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
11678         less points.
11679         ("Flageolet"): Use `draw' again in mf mode to have good pixel
11680         dropout control.
11681         ("Varied Coda"): Use `draw_block'.
11682         (draw_comma): Fix typo.
11683         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
11684         pixel dropout control.
11685
11686         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
11687         position of bow.
11688
11689         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
11690         sizes.
11691
11692         * mf/feta-toevallig.mf (remember_pic): New variable, used for
11693         testing.
11694         (draw_meta_sharp): Much simplified.
11695         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
11696
11697         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
11698
11699 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11700
11701         * Documentation/user/notation.itely (Ancient rests): Fix typo
11702         (thanks Anthony)
11703
11704 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11705
11706         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
11707
11708         * lily/main.cc (setup_paths): Add cff.
11709
11710         * mf/GNUmakefile (foe): Include actual target %.cff.
11711         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
11712
11713 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11714
11715         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
11716         suffix for main_input_b_.
11717
11718         * scm/music-functions.scm (toplevel-music-functions):
11719         precompute music lengths for music expressions.  
11720
11721 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11722
11723         * lily/include/input.hh (class Input): new `end_' slot for end of
11724         input. Renamed defined_str0_ to start_.
11725
11726         * lily/input.cc (Input): Add Input::Input (Input const &) and
11727         remove Input::Input (Source_file*, char const *). Use the new
11728         slots.
11729         (set_location): method used by bison to propagate input
11730         locations (YYLLOC_DEFAULT).
11731         (end_line_number, end_column_number, step_forward): new methods
11732         
11733         * lily/input-scheme.cc (ly:input-both-locations): new function,
11734         similar to ly:input-location, but also return the end line and
11735         column.
11736
11737         * lily/include/includable-lexer.hh: 
11738         * lily/includable-lexer.cc: 
11739         * lily/include/lily-lexer.hh (class Lily_lexer): 
11740         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
11741         Includable_lexer to Lily_lexer, in order to update lexloc (the
11742         yylloc), a new slot of Lily_lexer.
11743         (here_input, LexerError): simplify by using the lexloc slot (aka
11744         yylloc)
11745
11746         * lily/lexer.ll: #define yylloc to use input locations (it may
11747         be useless here?). Fixed the #embedded_scm rule (step the location
11748         forward in order to skip the sharp sign before parsing the scheme
11749         expression)
11750
11751         * lily/include/lily-parser.hh (class Lily_parser): 
11752         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
11753         here_input()
11754         (parser_error): overload for more precise locations of errors.
11755
11756         * lily/parser.yy (YYLTYPE): set location type to Input
11757         (YYLLOC_DEFAULT): use Input::set_location()
11758         (yylex): add the YYLTYPE* location parameter.
11759         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
11760         Give an Input parameter to THIS->parser-error() for more accurate
11761         messages.
11762
11763 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11764
11765         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
11766
11767         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
11768         on BEAMQUANTING for non-NDEBUG builds.
11769
11770         * lily/stem.cc (head_count): performance: avoid String::String()
11771         inside oft called function.
11772
11773 2005-01-09  Graham Percival  <gperlist@shaw.ca>
11774
11775         * Documentation/user/examles.itely: attempted fix for broken
11776         string quartet template.
11777
11778         * Documentation/user/notation.itely: remove unnecessary broken
11779         link.
11780
11781 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11782
11783         * VERSION (PACKAGE_NAME): release 2.5.7
11784
11785 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11786
11787         * config.make.in (METAFONT): Append -progname=mf, fixes use with
11788         mf-nowin for teTeX-3.0.  Backportme.
11789
11790         * scm/output-svg.scm (utf8-string): New function.
11791
11792         * scm/output-gnome.scm (utf8-string): New function.
11793         (otf-name-mangling): Remove.
11794
11795         * lily/pango-font.cc (Pango_font): Use font string iso font
11796         filename for utf8-text.
11797
11798         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
11799         name.
11800
11801 2005-01-08  Graham Percival  <gperlist@shaw.ca>
11802
11803         * Documentation/user/notation.itely: add info about
11804         Staff.extraNatural = ##f in Pitches section.  Also
11805         fixed some minor issues in the Vocal music section.
11806
11807 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11808
11809         * scm/output-ps.scm (white-text): comment out Helvetica font,
11810         which is broken for my GS install.
11811
11812         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
11813         which provides a tighter bbox.
11814
11815         * scm/define-grobs.scm (all-grob-descriptions): remove all
11816         extra-offsets from definitions.
11817
11818 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
11819
11820         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
11821         add tuning for 4-string bass and some common 4/5-string banjo
11822         tunings.  New function (four-string-banjo) turns a 5-string tuning
11823         into a 4-string tuning.  New function
11824         (fret-number-tablature-format-banjo) computes correct fret numbers
11825         on 5-string banjos.
11826
11827         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
11828         Add beam correction to TabVoice.
11829
11830         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
11831         using bold font; makes tabs more readable.
11832
11833 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11834
11835         * lily/font-select.cc (get_font_by_design_size): don't make
11836         Modified_font_metric; this causes trouble, since we don't know the
11837         font magnification from inside Pango_font::text_stencil()
11838
11839         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
11840
11841         * Documentation/user/notation.itely (The Lyrics context): comment out
11842         broken {Small ensembles} link.
11843
11844         * scm/framework-svg.scm (output-framework): change calling convention.
11845
11846         * lily/object-key-dumper-scheme.cc: new file.
11847
11848         * lily/object-key-undumper-scheme.cc: new file.
11849
11850         * lily/tweak-registration-scheme.cc: new file.
11851
11852         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
11853
11854         * Documentation/user/examples.itely (String quartet): uncomment
11855         broken example.
11856
11857         * lily/font-config.cc: new file.
11858
11859 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11860
11861         * scm/output-svg.scm: 
11862         * scm/output-gnome.scm: s/bigcheese/emmentaler.
11863
11864         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
11865
11866 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11867
11868         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
11869         Add headers.
11870
11871         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
11872
11873 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11874
11875         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
11876
11877         * lily/include/main.hh: lose _b hungarian suffixes for global
11878         variables.
11879
11880         * lily/include/lily-guile-macros.hh: new file.
11881
11882         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
11883
11884         * lily/general-scheme.cc: new file. 
11885
11886         * lily/font-select.cc (get_font_by_design_size): retrieve
11887         PangoFont for (designsize . "pango-descr") entries.
11888
11889         * lily/lily-parser-scheme.cc: new file.
11890
11891         * lily/output-def-scheme.cc: new file.
11892
11893         * lily/paper-book-scheme.cc: new file.
11894
11895         * lily/duration-scheme.cc (LY_DEFINE): new file.
11896
11897         * lily/pitch-scheme.cc:  new file.
11898
11899         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
11900
11901 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11902
11903         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
11904
11905 2005-01-06  Graham Percival  <gperlist@shaw.ca>
11906
11907         * Documentation/user/notation.itely: minor editing.
11908
11909         * Documentation/user/changing-defaults: minor editing.
11910
11911         * Documentation/user/examples.itely: add template for
11912         string quartet part extraction; demonstrates tag.
11913
11914 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
11915
11916         * Documentation/user/notation.itely: documents
11917         format-mark-box-letters and format-mark-box-numbers
11918
11919         * scm/define-context-properties.scm: change comment.
11920
11921 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11922
11923         * scm/framework-ps.scm (output-classic-framework): new function:
11924         dump systems as separate .eps files (without fonts) and write a
11925         single collecting .tex file.
11926
11927 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11928
11929         * Documentation/user/notation.itely (Setting simple songs):
11930         Correct several errors in the equivalent formulation of
11931         \addlyrics. 
11932         (The Lyrics context): Corrected link to the SATB example.
11933
11934 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11935
11936         * scm/lily.scm (completize-formats): new function
11937         (postprocess-output): new function
11938
11939         * lily/paper-book.cc (classic_output): change calling
11940         convention. Give basename as first argument. 
11941         remove Paper_book::post_processing().
11942
11943         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
11944
11945 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11946
11947         * lily/paper-outputter.cc (LY_DEFINE): new function
11948         ly:outputter-close.
11949
11950         * lily/main.cc: change --format,-f to --backend,-b
11951
11952         * lily/include/main.hh: rename format to backend.
11953
11954         * scm/translation-functions.scm (format-mark-box-numbers): add.
11955         patch by Erlend Aasland
11956
11957 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11958
11959         * lily/pango-font.cc (text_stencil): dump string as
11960         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
11961
11962 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11963
11964         * configure.in (gui_b): Remove handy developer-only
11965         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
11966         CVS source installations (but break other non-default but correct
11967         PKG_CONFIG_PATH setups), as this is no longer developer-only.
11968
11969         * SConstruct: 
11970         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
11971         compatibility (backportme).
11972
11973         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
11974
11975 2005-01-03  Werner Lemberg  <wl@gnu.org>
11976
11977         Prepare glyph shapes for mf2pt1 conversion.
11978
11979         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
11980         (accDiscant, accFreebase, accStdbase): Replace `draw' with
11981         `penstroke'.
11982         (accDot): Use `drawdot'.
11983         (accBayanbase): Replace `draw' with `draw_gridline'.
11984         (print_penpos): Moved to feta-macros.mf.
11985         (accOldEE): Replace `filldraw' with `penstroke'.
11986         Replace `draw' with `penstroke' and `drawdot'.
11987
11988         * mf/feta-banier.mf: Code clean-up.
11989         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
11990         `fill'.
11991
11992         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
11993
11994         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
11995         paremeter to control drawing of labels.  Update all callers.
11996
11997         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
11998         (new_bulb): Return a bulb as a single path.  To do that, it now
11999         takes some more parameters.  Updated all callers.
12000         (draw_gclef): Major clean-up.  `draw' has been replaced with
12001         `penstroke', unnecessary outlines have been removed.
12002         Remove (unused) gnome-canvas code.
12003
12004         * mf/feta-macros.mf (print_penpos): New macro (from
12005         feta-accordion.mf).
12006         Other minor fixes.
12007
12008         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
12009         ("Pedal dot"): Use `drawdot'.
12010         (draw_pedal_P): Add parameter to control drawing of labels.  Update
12011         all callers.
12012         Fix shape at top.
12013         (draw_pedal_e): Add parameter to control drawing of labels.  Update
12014         all callers.
12015         (draw_pedal_d): Add parameter to control drawing of labels.  Update
12016         all callers.
12017         Revert drawing direction.
12018
12019         * mf/feta-schrift.mf (draw_fermata): Use single path.
12020         (draw_short_fermata): Replace `filldraw' with `fill'.
12021         (draw_long_fermata, draw_very_long_fermata): Replace calls to
12022         `draw_rounded_block' with a single path.
12023         ("Thumb"): Draw full circle instead of mirroring segments.
12024         (draw_accent): New macro.
12025         ("> accent", "espr"): Use it.
12026         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
12027         ("open (unstopped)"): Draw full circle instead of mirroring
12028         segments.
12029         (draw_vee): Removed.
12030         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
12031         ("Downbow"): Replace calls to `draw_rounded_block' with a single
12032         path.
12033         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
12034         partial pieces drawn with `fill' -- these do still overlap with the
12035         stem of the `t' but just once, not multiple times so that fontforge
12036         can handle it gracefully.
12037         Change other parts of the glyph so that fontforge's overlapping
12038         algorithm reliably works.
12039         (draw_heel): Replace `draw' with `fill'.
12040         (draw_toe): Use `draw_accent' instead of `draw_vee'.
12041         ("Flageolet"): Replace `draw' with `penstroke'.
12042         ("Segno"): Replace `filldraw' with `penstroke'.
12043         Replace `draw' with `drawdot'.
12044         ("Coda"): Replace `fill' with `penstroke', using a single path.
12045         ("Varied Coda"): Use less overlapping paths.
12046         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
12047         single path.
12048
12049         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
12050         group to better control the `labels' command.
12051         Rename argument to `offset' and use it actually.  Update all
12052         callers.
12053         Replace `filldraw' with `fill'.
12054         ("mordent", "prallmordent", "upmordent", "downmordent",
12055         "lineprall"): Replace `draw' with `draw_gridline'.
12056         ("upprall", "downprall"): Replace `draw' with `fill'.
12057
12058         * mf/feta-timesig.mf: Formatting.
12059
12060         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
12061         to...
12062         ("Flat"): Here.
12063         (draw_paren): Move code to draw labels to...
12064         ("Right Parenthesis"): Here.
12065
12066 2005-01-02  Graham Percival <gperlist@shaw.ca>
12067
12068         * Documentation/user/notation.itely: add example of \setTextDecresc
12069         and \setTextDim.
12070
12071 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
12072
12073         * scm/define-markup-commands.scm :  fix glyph-strings of
12074         accidentals and \note-by-number
12075
12076 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12077
12078         * VERSION: 2.5.6 released.
12079         
12080         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
12081
12082         * input/regression/new-markup-scheme.ly: oops. font-family=music
12083         -> font-encoding fetaMusic.  
12084
12085         * lily/main.cc: put default to PS.
12086
12087         * lily/tfm.cc: idem.
12088
12089         * lily/afm.cc: idem.
12090
12091         * lily/include/modified-font-metric.hh (struct
12092         Modified_font_metric): remove coding_scheme() method.
12093
12094         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
12095
12096         * scripts/convert-ly.py (conv): crash on encountering \encoding.
12097
12098         * input/les-nereides.ly: convert to utf8
12099
12100         * lily/modified-font-metric.cc (text_dimension): idem.
12101
12102         * lily/parser.yy (TODO): idem.
12103
12104         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
12105
12106         * lily/lexer.ll: remove encoding
12107
12108         * scm/framework-ps.scm (output-variables): separately scale the
12109         page to mm 
12110
12111         * lily/pango-font.cc (Pango_font): fix scaling.
12112
12113         * lily/font-metric.cc (design_size): design_size returns a
12114         dimension now as well.
12115
12116 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12117
12118         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
12119         brace generation. 
12120
12121         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
12122
12123 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12124
12125         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
12126         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
12127
12128 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12129
12130         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
12131         in first run as well.
12132
12133         * scm/paper.scm (layout-set-staff-size): use text-font-size in
12134         dimension less points (ie. 12 = 12 point)
12135
12136         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
12137
12138         * lily/all-font-metrics.cc (find_pango_font): set description_
12139
12140         * lily/pango-font.cc (text_stencil): export size as well.
12141         (text_stencil): fix scaling and extents box.
12142
12143 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12144
12145         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
12146
12147         * Documentation/user/invoking.itely (Invoking lilypond): document
12148         texstr
12149
12150         * scripts/convert-ly.py (conv): add ancient rules.
12151
12152         * scm/clef.scm (c0-pitch-alist): replace - with .
12153
12154         * scripts/lilypond-book.py (process_snippets): add texstr support.
12155
12156         * scm/framework-texstr.scm (header): change extension to .textmetrics
12157
12158         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
12159         -f tex.
12160
12161         * lily/text-metrics.cc: new file.
12162         (try_load_text_metrics): new function
12163
12164         * lily/include/text-metrics.hh: new file.
12165
12166 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12167
12168         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
12169         ly_scheme_function to ly_lily_module_constant.
12170
12171         * lily/modified-font-metric.cc (text_dimension): try
12172         lookup_tex_text_dimension() first.
12173
12174         * lily/tfm.cc: new function ly:load-text-dimensions
12175
12176 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12177
12178         * scm/output-texstr.scm (text): use \lilygetmetrics
12179
12180         * scm/framework-texstr.scm (header): dump in new format.
12181
12182         * tex/lilypond-tex-metrics: new file.
12183         
12184 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12185
12186         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
12187         mapping.
12188         (index_to_charcode): New method.
12189
12190         * scm/output-ps.scm (glyph-string): 
12191         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
12192
12193 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
12194
12195         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
12196         implement fully, need FONT to get to charcode.
12197
12198         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
12199
12200         * scm: Cleanups.
12201
12202         * Documentation/user/changing-defaults.itely: Fix internalsrefs
12203         {Tunable context properties},
12204         {All layout objects},
12205         {Music definitions}.
12206
12207 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12208
12209         * VERSION: release 2.5.5
12210         
12211         * lily/main.cc: use TeX as default output format.
12212
12213         * flower/file-path.cc (find): try to open directly as well, so we
12214         find absolute path files. 
12215
12216         * lily/pango-select.cc: new file.
12217
12218         * scm/framework-ps.scm: remove all encoding code. 
12219         load pfb/pfa for PangoFont too.
12220         
12221         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
12222
12223 2004-12-22  Werner Lemberg  <wl@gnu.org>
12224
12225         Prepare glyph shapes for mf2pt1 conversion.
12226
12227         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
12228
12229         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
12230         (define_triangle_shape): Use it to replace `draw' with `fill' and
12231         `unfill'.  Update all callers.
12232         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
12233         (draw_cross): Ditto.
12234         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
12235         Use penrazor for better conversion with mf2pt1.
12236         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
12237         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
12238         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
12239         draw_la_head, draw_ti_head): Replace `filldraw' with
12240         `fill'.  Update all callers.
12241
12242 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12243
12244         * lily/paper-book.cc (output): revert: only allow a single output
12245         format.
12246
12247         * lily/include/pango-font.hh: new file.
12248
12249         * lily/pango-font.cc: new file.
12250
12251         * lily/font-metric.cc (text_stencil): new routine
12252
12253         * lily/all-font-metrics.cc (find_pango_font): new routine.
12254
12255         * lily/include/font-metric.hh (struct Font_metric): add
12256         text_stencil()
12257
12258         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
12259
12260 2004-12-22  Werner Lemberg  <wl@gnu.org>
12261
12262         Prepare glyph shapes for mf2pt1 conversion.
12263
12264         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
12265
12266         * mf/feta-toevallig.mf: Formatting.
12267         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
12268         ("Natural"): Fix paths to allow better postprocessing.
12269         (draw_meta_flat): Use `z3l' as additional point in path to get
12270         better conversion with mf2pt1.
12271         Other minor cleanups.
12272         ("3/4 Flat"): Add auxiliary points and modify path to replace
12273         `draw' with `fill'.
12274         ("Double Sharp"): Mirror path segments instead of picture elements
12275         to get a single outline.
12276         Modify path to replace `filldraw' with `fill'.
12277
12278 2004-12-22  Graham Percival  <gperlist@shaw.ca>
12279
12280         * input/test/unfold-all-repeats.ly: added file back.
12281
12282         * Documentation/user/notation.itely,
12283         Documentation/user/programming-interface.itely
12284         Documentation/user/changing-defaults.itely: fixed misc broken
12285         links to input/test/ files.
12286
12287 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12288
12289         * tex/texinfo.tex: Update.  We should not be distributing this,
12290         but since we do, use latest version.
12291
12292         * Documentation/user/macros.itexi: Comment-out \fetaflat,
12293         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
12294         macros for feta glyphs.
12295
12296 2004-12-22  Graham Percival  <gperlist@shaw.ca>
12297
12298         * Documentation/user/changing-defaults.itely: fix index for set.
12299
12300         * Documentation/user/converters.itely: added convert-ly bugs list
12301         from CVS.
12302
12303 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12304
12305         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
12306         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
12307         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
12308         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
12309
12310         * mf/GNUmakefile (pfa_warning): Use less broken check.
12311
12312         * python/lilylib.py (setup_environment): Remove cruft from
12313         GS_FONTPATH.
12314
12315         * configure.in: Bump mftrace requirement to 1.1.1.
12316
12317 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12318
12319         * scm/output-svg.scm (beam): Use polygon.
12320
12321         * scm/lily-library.scm: Bugfix.
12322
12323         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
12324
12325         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
12326
12327 2004-12-19  Werner Lemberg  <wl@gnu.org>
12328
12329         Prepare glyph shapes for mf2pt1 conversion.
12330
12331         * mf/feta-eindelijk: Some formatting.
12332         (multi_rest_x, multi_beam_height): Removed.  Unused.
12333         ("Quarter rest"): Use `intersectiontimes' to create a single
12334         outline.
12335         (rest_crook): Removed.  Unused.
12336         (draw_rest_bulb): Return path (without filling).  Update callers.
12337         Simplified.
12338         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
12339         "128th rest"): Simplify `pat'.
12340         Create single outline.
12341
12342 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
12343
12344         * mf/GNUmakefile (ALL_GEN_FILES):
12345         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
12346
12347         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
12348         function.
12349
12350 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12351
12352         * scm/output-texstr.scm (placebox): add routine
12353
12354         * VERSION (PACKAGE_NAME): release 2.5.4
12355
12356         * scm/framework-texstr.scm (output-framework): new file.  
12357
12358         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
12359         processing.
12360
12361         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
12362
12363         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
12364         rule.
12365
12366         * configure.in (gui_b): bump mftrace requirement to 1.1.0
12367
12368         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
12369
12370         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
12371
12372 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
12373
12374         * scm/framework-svg.scm (dump-page): Implement landscape.
12375
12376 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12377
12378         * lily/main.cc (setup_paths): Add svg to search path.
12379
12380         * scm/output-svg.scm:
12381         * scm/framework-svg.scm: Add pageSet.  Update.
12382         (dump-fonts): New function.
12383         (output-framework): Use it.
12384
12385         * mf/GNUmakefile: 
12386         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
12387
12388 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12389
12390         * tex/lilyponddefs.tex: comment out new ifpdf code.
12391
12392 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12393
12394         * GNUmakefile.in: 
12395         * SConstruct (symlink): Replace afm by otf.
12396
12397         * scm/framework-gnome.scm (gnome-main): Remove invocation of
12398         ly:pango-add-afm-decoder.
12399
12400         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
12401
12402 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12403
12404         * scm/output-ps.scm (new-text): don't access t glyph for getting
12405         space dimension.
12406
12407         * ly/init.ly: warn about \version
12408
12409         * lily/lexer.ll: set version-seen?
12410
12411 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12412
12413         * scm/output-svg.scm (string->entities): Update.
12414
12415 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12416
12417         * lily/main.cc (setup_paths): replace afm by otf for path. 
12418
12419         * lily/pangofc-afm-decoder.cc: remove.
12420
12421         * lily/include/pangofc-afm-decoder.hh: remove.
12422
12423         * scm/framework-scm.scm (output-framework): new file.
12424
12425         * mf/GNUmakefile: remove SAUTER_FONTS.
12426         remove SVG/sodipodi hacks.
12427
12428         * scm/lily-library.scm (stderr): move stderr.
12429
12430         * mf/GNUmakefile: remove AFM support.
12431
12432         * buildscripts/mf-to-table.py (base): remove AFM support.
12433
12434         * lily/open-type-font.cc (design_size): use design_size
12435
12436 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
12437
12438         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
12439
12440 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12441
12442         * mf/GNUmakefile: Generate combined aybabtu info.
12443         * mf/aybabtu.pe.in (i): Load it.
12444
12445         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
12446         are not symbols.
12447
12448         * lily/include/open-type-font.hh (count): New method.
12449
12450         * mf/aybabtu.pe.in: Typo.
12451
12452         * Documentation/user/out/lilypond-internals.nexi (Scheme
12453         functions): Typo.
12454
12455         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
12456
12457 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12458
12459         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
12460         subfonts.
12461
12462         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
12463
12464         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
12465         (tex-font-command-raw): new function.
12466
12467         * lily/include/virtual-font-metric.hh (Module): remove file
12468
12469         * lily/virtual-font-metric.cc (Module): remove file.
12470         
12471
12472         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
12473         (get_indexed_char): read bbox from lily table if present.
12474
12475 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12476
12477         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
12478         aybabtu.subfonts
12479
12480         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
12481         global glyphname. Enables more than 64 glyphs in the OTF.
12482
12483 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12484
12485         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
12486         braces.
12487
12488         * lily/open-type-font.cc (design_size): Use 12 as default for
12489         design size.
12490
12491         * mf/aybabtu.pe.in: New file.  Merge all our braces.
12492
12493         * mf/GNUmakefile: Generate aybabtu.
12494
12495         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
12496
12497 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12498
12499         * scm/lily-library.scm (char->unicode-index): Remove.
12500
12501         * scm/output-gnome.scm (text): Bugfix for plain string input.
12502         Updates.
12503
12504         * scm/output-svg.scm (svg-font): Add weight to font selection.
12505
12506 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12507
12508         * Documentation/topdocs/INSTALL.texi (Top): Point to
12509         buildscripts/out/clean-fonts instead of
12510         buildscripts/clean-fonts.sh. 
12511
12512 2004-12-13  Graham Percival  <gperlist@shaw.ca>
12513
12514         * input/regression/figured-bass.ly: attempt to clarify text.
12515
12516         * Documentation/user/notation.tely: add cindex for tag, attempt to
12517         add figured bass example.
12518
12519         * Documentation/user/changing-defaults: basic editing.
12520
12521 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12522
12523         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
12524
12525         * lily/open-type-font.cc (LY_DEFINE): new function
12526         ly:font-sub-fonts
12527
12528         * lily/include/font-metric.hh (struct Font_metric): new method
12529         sub_fonts()
12530
12531         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
12532         . with - in add.stem.
12533         
12534 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12535
12536         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
12537         and fetaDynamic.
12538
12539         * lily/rest.cc (glyph_name): Change - to . .
12540
12541         * scm/output-gnome.scm (text): Hello world, again.
12542
12543         * scm/output-svg.scm (named-glyph): New function.  Hello world!
12544
12545         * lily/modified-font-metric.cc (index_to_charcode): New method.
12546
12547         * lily/include/font-metric.hh (index_to_charcode): New function.
12548
12549         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
12550         new function.
12551         (ly:font-glyph-to-index): Remove.
12552
12553 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12554
12555         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
12556
12557         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
12558
12559         * lily/open-type-font.cc (load_scheme_table): new function
12560
12561         * lily/dots.cc (print): replace - 
12562
12563         * lily/open-type-font.cc (attachment_point): new function.
12564         (load_table): read LILC table
12565
12566         * buildscripts/gen-bigcheese-scripts.py (Module): new
12567         file. Generate FF scripts.
12568
12569         * mf/feta-din10.mf: idem.
12570
12571         * mf/feta-nummer10.mf: remove mf files.
12572
12573         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
12574
12575 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12576
12577         * lily/lily-guile.cc: Use scm_from_locale_stringn.
12578
12579         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
12580         compatibility.
12581
12582 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12583
12584         * lily/open-type-font.cc (get_indexed_char): scale metrics by
12585         design-size and units_per_EM.
12586
12587         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
12588
12589 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12590
12591         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
12592         does not crash fontforge.
12593
12594         * scm/lily-library.scm (char->unicode-index): Hack to map onto
12595         PUA.
12596
12597 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12598
12599         * scm/framework-ps.scm (ps-embed-cff): new function.
12600
12601         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
12602
12603 2004-12-12  Werner Lemberg  <wl@gnu.org>
12604
12605         * mf/bigcheese.pe.in: Add PUA mapping.
12606         Don't create Type 42 but bare CFF font.
12607
12608 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12609
12610         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
12611         within canvas boundaries.
12612
12613         * mf/merge.pe.in: Set font names, version, license GPL.
12614
12615         * make/substitute.make: Add FONTFORGE.
12616
12617         * config.make.in (FONTFORGE): Add.
12618
12619         * configure.in (gui_b): Use PATH_PROG for fontforge.
12620
12621 2004-12-11  Graham Percival  <gperlist@shaw.ca>
12622
12623         * scm/define-markup-commands.scm: add baseline-skip to info
12624         about \column.
12625
12626 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12627
12628         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
12629
12630         * scm/output-gnome.scm (named-glyph): Use it.
12631
12632         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
12633
12634         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
12635         (upper_string, lower_string, reverse_string): Remove.
12636
12637         * configure.in (fontforge): Reinstate version check.
12638
12639         * ly/engraver-init.ly: Fix clef glyph names.
12640
12641         * lily/time-signature.cc (special_time_signature): Fix fraction
12642         glyph names.
12643
12644 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12645
12646         * mf/merge.pe: new file.
12647
12648         * lily/freetype.cc: new file.
12649
12650         * lily/include/open-type-font.hh (class Open_type_font): new file.
12651
12652         * lily/include/freetype.hh: new file.
12653
12654         * lily/open-type-font.cc: new file.
12655
12656         * lily/all-font-metrics.cc (find_otf): new function.
12657
12658 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12659
12660         * lily/time-signature.cc (special_time_signature): Fix.
12661
12662         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
12663         GTK2 before checking for pango.  Fixes -fgnome.
12664
12665         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
12666         Scheme name.
12667
12668         * scm/define-markup-commands.scm:
12669         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
12670
12671         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
12672
12673         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
12674         date versions.  Fixes configure.
12675         (STEPMAKE_CHECK_VERSION): Support optional actual program version
12676         argument.
12677
12678 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12679
12680         * buildscripts/mf-to-table.py (write_ps_encoding): write real
12681         names in .enc
12682
12683         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
12684
12685 2004-12-09  Graham Percival  <gperlist@shaw.ca>
12686
12687         * Documentation/user/changing-defaults.itely: add info about
12688         make-dynamic-script
12689
12690         * Documentation/user/notation.itely: add link in dynamics to
12691         section about make-dynamic-script.
12692
12693 2004-12-09  Christian hitz  <chhitz@gmx.net>
12694
12695         * lily/lily-guile.cc: change MACOS_X to __APPLE__
12696
12697 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12698
12699         * buildscripts/mf-to-table.py (parse_logfile): use . for
12700         concatting name and group.
12701         (parse_logfile): use M for Minus (negative.)
12702
12703         * lily/include/type-swallow-translator.hh
12704         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
12705
12706         * lily/*.cc: cosmetics around = sign.
12707
12708         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
12709         lyric spacing on the penultimate column.
12710
12711 2004-12-05  Christian Hitz  <chhitz@gmx.net>
12712
12713         * configure.in:
12714         * lily/accidental-placement.cc:
12715         * lily/bar-line.cc:
12716         * lily/beam-concave.cc:
12717         * lily/beam-quanting.cc:
12718         * lily/beam.cc:
12719         * lily/bezier-bow.cc:
12720         * lily/bezier.cc:
12721         * lily/break-align-interface.cc:
12722         * lily/custos.cc:
12723         * lily/dimension-cache.cc:
12724         * lily/dot-column.cc:
12725         * lily/font-metric.cc:
12726         * lily/font-select.cc:
12727         * lily/gourlay-breaking.cc:
12728         * lily/grob-property.cc:
12729         * lily/grob.cc:
12730         * lily/lily-guile.cc:
12731         * lily/line-spanner.cc:
12732         * lily/lookup.cc:
12733         * lily/lyric-extender.cc:
12734         * lily/lyric-hyphen.cc:
12735         * lily/mensural-ligature.cc:
12736         * lily/midi-def.cc:
12737         * lily/misc.cc:
12738         * lily/note-collision.cc:
12739         * lily/note-column.cc:
12740         * lily/note-head.cc:
12741         * lily/paper-outputter.cc:
12742         * lily/percent-repeat-item.cc:
12743         * lily/rest-collision.cc:
12744         * lily/side-position-interface.cc:
12745         * lily/simple-spacer.cc:
12746         * lily/slur-configuration.cc:
12747         * lily/slur-scoring.cc:
12748         * lily/slur.cc:
12749         * lily/spaceable-grob.cc:
12750         * lily/spacing-spanner.cc:
12751         * lily/spanner.cc:
12752         * lily/staff-symbol-referencer.cc:
12753         * lily/stem.cc:
12754         * lily/stencil.cc:
12755         * lily/system-start-delimiter.cc:
12756         * lily/system.cc:
12757         * lily/text-item.cc:
12758         * lily/tie.cc:
12759         * lily/tuplet-bracket.cc:
12760         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
12761         <cmath> beacause isinf/isnan is undefined in <cmath>
12762
12763 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12764
12765         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
12766
12767 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12768
12769         * VERSION: release 2.5.3
12770         
12771 2004-11-29  Arno Waschk <arno@arnowaschk.de>
12772
12773         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
12774
12775 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12776
12777         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
12778
12779         * lily/note-head.cc (internal_print): always try the "s" head if
12780         u/d not found.
12781
12782         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
12783
12784 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12785
12786         * mf/parmesan-heads.mf (overdone_heads): typos.
12787
12788 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12789
12790         * lily/parser.yy (markup): in markups, { .. } without command
12791         before are also flattened, ie \line must be explicitely used.
12792
12793         * Documentation/user/changing-defaults.itely:
12794         * Documentation/user/notation.itely: 
12795         * input/wilhelmus.ly: 
12796         * input/regression/instrument-name-markup.ly: 
12797         * input/regression/markup-score.ly: 
12798         * input/regression/new-markup-scheme.ly: 
12799         * input/regression/new-markup-syntax.ly: 
12800         * input/test/coriolan-margin.ly: use \line in markups where
12801         appropriate
12802         
12803 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12804
12805         * scm/new-markup.scm (map-markup-command-list): helper function
12806         used in parser.yy to map markup commands on a markup list.
12807
12808         * lily/parser.yy: get rid off < > in markups by treating { } as
12809         real lists.
12810
12811         * lily/lexer.ll: remove < > from markup lexer mode.
12812
12813         * scripts/convert-ly.py (conv): add rule for converting 
12814         \markup < > to \markup { }
12815
12816         * ly/titling-init.ly: 
12817         * input/test/coriolan-margin.ly: 
12818         * input/regression/new-markup-syntax.ly: 
12819         * input/regression/new-markup-scheme.ly: 
12820         * input/regression/multi-measure-rest-text.ly: 
12821         * input/regression/markup-stack.ly: 
12822         * input/regression/markup-score.ly: 
12823         * input/regression/instrument-name-markup.ly: 
12824         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
12825         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
12826         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
12827         * input/wilhelmus.ly: 
12828         * Documentation/user/notation.itely: 
12829         * Documentation/user/music-glossary.tely: 
12830         * Documentation/user/changing-defaults.itely: change < > to { } in
12831         markups
12832
12833 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12834
12835         * lily/accidental-placement.cc (position_accidentals): shortcut if
12836         no accidentals to place.
12837
12838 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12839
12840         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
12841         typo s/ly:dimension ?/ly:dimension?/
12842
12843         * input/regression/lily-in-scheme.ly: 
12844         * input/regression/music-function.ly: 
12845         * ly/spanners-init.ly (assertBeamSlope): 
12846         * scm/music-functions.scm (def-grace-function): add the paper
12847         argument to music function definitions.
12848
12849 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12850
12851         * lily/moment.cc (LY_DEFINE):
12852         ly:moment-main-{denominator,numberator}, new function.
12853
12854         * lily/score-engraver.cc (typeset_all): assign to column on basis
12855         of axis-group-parent-X setting.
12856
12857         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
12858         add_element() on basis of axis-group-parent-Y setting.
12859
12860         * lily/grob.cc: add axis-group-parent-{XY} properties.
12861
12862         * input/regression/spacing-stick-out.ly: new file.
12863
12864         * lily/simple-spacer.cc (add_columns): use binary search for
12865         setting column rods. Changes O(n^2) to O(n log(n)) for
12866         constructing spacing problem from columns.
12867         (add_columns): read allow-outside-line to make sure no texts stick
12868         out.
12869         (solve): Simple_spacer::is_active() only determines
12870         satisfies_constraints_ for non-ragged typesetting.
12871
12872         * lily/simultaneous-music.cc (to_relative_octave): only set
12873         old_relative_used if return pitch actually changed.
12874
12875         * scm/define-context-properties.scm
12876         (all-user-translation-properties): change to match implementation.
12877
12878         * python/lilylib.py: Replace re.match by re.search and adds "-c
12879         showpage" to the gs command line (Johannes Schindelin)
12880
12881         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
12882         before processing. Prevents crash when inf is in the extent.
12883
12884         * scm/define-markup-commands.scm (note-by-number): add "s" to
12885         "noteheads-" glyphname.
12886  
12887         * lily/parser.yy (Generic_prefix_music): supply parser argument to
12888         music function as well.
12889         
12890 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12891
12892         * VERSION: release 2.5.2
12893
12894         * Documentation/user/changing-defaults.itely (Creating titles):
12895         add breakbefore variable.
12896
12897         * lily/paper-book.cc (set_system_penalty): new function. Set
12898         penalty_ based on breakBefore setting
12899
12900         * lily/context-specced-music-iterator.cc (construct_children):
12901         interpret special context id $uniqueContextId 
12902
12903         * lily/context.cc (create_unique_context): new method. Move
12904         creation of unique (\new) contexts into interpreting phase. This
12905         makes
12906
12907           foo= \new Staff ..
12908           << \foo \foo >>
12909
12910         produce 2 staves.
12911         
12912
12913         * scm/define-music-properties.scm (all-music-properties): add
12914         quoted-voice-direction
12915
12916         * ly/music-functions-init.ly: killCues function.
12917
12918         * scm/music-functions.scm (cue-substitute): move creation of voice
12919         contexts further to the back. 
12920
12921 2004-11-25  Werner Lemberg  <wl@gnu.org>
12922
12923         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
12924         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
12925
12926 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
12927
12928         * buildscripts/guile-gnome.sh: Fixed typo.
12929
12930 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12931
12932         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
12933
12934         * scripts/abc2ly.py (dump_slyrics): add ord(). 
12935
12936         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
12937         to regular engraver. 
12938
12939 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12940
12941         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
12942
12943 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12944
12945         * scm/define-markup-commands.scm (fill-line): Typo.
12946
12947         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
12948         and newer.
12949
12950 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
12951
12952         * ly/dynamic-scripts-init.ly: Fixed typo.
12953
12954 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12955
12956         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
12957         note-head, to have different attachment points for up and down.
12958
12959         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
12960
12961         * mf/feta-generic.mf (else): remove solfa.
12962
12963         * mf/feta-bolletjes.mf (tishape): remove unicode test.
12964
12965         * scm/define-context-properties.scm
12966         (all-user-translation-properties): add shapeNoteStyles property.
12967
12968         * lily/shape-note-heads-engraver.cc (process_music): new file.
12969
12970         * lily/event.cc (transpose): call Event::transpose() for
12971         transposing the tonic.
12972
12973 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12974
12975         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
12976         Unicode/OpenType and AFM.
12977
12978         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
12979
12980 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12981
12982         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
12983
12984         * lily/context.cc (Context): unprotect key from ctor.
12985
12986         * scm/stencil.scm (stack-lines): return empty-stencil if argument
12987         is '()
12988         (stack-stencils): idem.
12989
12990         * Documentation/user/changing-defaults.itely (Creating titles):
12991         document new title layout options.
12992
12993         * lily/parser.yy (lilypond_header_body): copy previous
12994         $globalheader if present.
12995
12996         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
12997         ly:module-copy
12998         
12999         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
13000
13001         * scm/titling.scm: remove old titling functions
13002
13003         * lily/stencil.cc (translate): remove absolute dimension.
13004
13005         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
13006         via markup.
13007
13008         * scm/page-layout.scm (marked-up-headfoot): create header/footer
13009         field from user-supplied markup
13010
13011         * scm/define-markup-commands.scm (on-the-fly): new markup
13012         command. Enter SCM markup procedure directly in Scheme.
13013         (fromproperty): new markup command. Read markup from props argument.
13014
13015         * scm/titling.scm (marked-up-title): create title via
13016         user-specified markup. 
13017
13018         * scm/define-markup-commands.scm (column): remove empty stencils
13019         from column.
13020
13021         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
13022         not have side-effect of creating variable stub.
13023
13024         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
13025
13026 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
13027
13028         * scm/encoding.scm (coding-alist): 
13029         * scm/font.scm (add-ec-fonts):
13030         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
13031         Extended-TeX-Font-Encoding---Latin.
13032
13033         * lily/side-position-interface.cc (general_side_position): Add
13034         actual offset to error message (avoid constant error messages).
13035
13036         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
13037         block.
13038
13039         * lily/font-select.cc (select_encoded_font)
13040         (get_font_by_mag_step, get_font_by_design_size): 
13041         * lily/modified-font-metric.cc (Modified_font_metric): 
13042         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
13043
13044         * scm/encoding.scm (coding-alist): Add fetaDynamic.
13045         (read-encoding-file): Bugfix: do not require space after bracket.
13046
13047         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
13048         these do not exist.
13049
13050 2004-11-20  Graham Percival  <gperlist@shaw.ca>
13051
13052         * Documentation/user/notation.itely: added info about typesetting
13053         boxed bar numbers.
13054
13055 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13056
13057         * flower/interval.cc (T_to_string): gcc4 fixes.
13058
13059         * scm/define-markup-commands.scm (fill-line): use
13060         stack-stencils. This fixes problems with putting already centered
13061         stencils in a line.
13062
13063         * VERSION: release 2.5.1
13064
13065         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
13066
13067 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13068
13069         * input/example-[1-3].ly: simplify.
13070
13071         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
13072
13073         * scm/output-ps.scm (new-text): new function. Use glyphshow to
13074         show glyphs.
13075
13076         * scm/encoding.scm (decode-byte-string): new function.
13077
13078         * scripts/convert-ly.py (conv): add warning about
13079         set-global-staff-size.
13080
13081         * Doxyfile: add. 
13082
13083         * scripts/convert-ly.py (conv): add raggedlastbottom rule
13084         (conv): warn for TextSpanner split.
13085         (conv): warn for textheight.
13086
13087 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
13088
13089         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
13090         building the documentation, info with images are installed.
13091         (final-install): Fix description.  Mention sourcing of login
13092         scripts (instead of running).
13093
13094 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13095
13096         * Debian lmodern support.  Note that LilyPond will issue warnings
13097         
13098             no such encoding: "FontSpecific"
13099
13100           The font selection mechanism wants to get the encoding from the
13101           font itself, but the idea of lmodern is that it is usable with
13102           different encodings, ie, Lily should get the encoding from the
13103           font tree, rather than the font itself.  This would require some
13104           more work.
13105         
13106         * configure.in: Test for and accept lmodern if EC fonts not found.
13107
13108         * scm/framework-tex.scm (font-load-command): TeX font name
13109         mangling for latin1 encoded cork-lm fonts.
13110         (convert-to-ps): Load lm.map if available.
13111
13112         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
13113         available.
13114
13115         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
13116
13117         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
13118         available.
13119
13120         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
13121         path for absolute file name, that is silly.
13122
13123         * lily/score-engraver.cc (initialize): 
13124
13125         * Documentation/user/GNUmakefile (local-install-info): Invoke
13126         install-info --remove first.
13127
13128         * #include cleanup (Andreas Scherer).
13129
13130 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
13131
13132         * input/test/script-abbreviations.ly: fix typos.
13133
13134 2004-11-17  Werner Lemberg  <wl@gnu.org>
13135
13136         * python/lilylib.py (options_help_str): Support pretty-printing of
13137         newlines in fourth element of option description.
13138
13139         * scripts/lilypond-book.py (option_definitions): Use new lilylib
13140         feature.
13141         Sort options.
13142
13143         * Documentation/user/lilypond-book.itely: Finish update.
13144
13145 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13146
13147         * Documentation/user/macros.itexi: Add comment about \command.
13148
13149         * Documentation/user/lilypond.tely:
13150         * Documentation/user/lilypond-book.itely: Fix names of lilypond
13151         and lilypond-book nodes, so that `info lilypond' visits the manual
13152         at top level, and `info lilypond-book' visits the lilypond-book
13153         section.
13154
13155         * Documentation/user/GNUmakefile (local-install-info): Fix rules
13156         and packager messages.
13157
13158         * lily/pangofc-afm-decoder.cc: Update test.
13159
13160 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13161
13162         * scm/lily-library.scm (char->unicode-index): New function.
13163
13164         * scm/output-gnome.scm: 
13165         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
13166
13167         * Proper naming of file name throughout; s/filename/file[-_]name/.
13168
13169         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
13170
13171         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
13172
13173 2004-11-16  Werner Lemberg  <wl@gnu.org>
13174
13175         * scripts/lilypond-book.py: The Lord has commanded me to use only
13176         tabs for indentation.  Your humble servant obeys.
13177
13178 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13179
13180         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
13181         including font, if LilyPond-feta font is only feta font in path.
13182
13183         * scm/output-gnome.scm (text): Revert to file name of font if font
13184         has no name.  Fixes ec font selection.
13185         (char): Bugfix: do not utf8 twice.  Fixes clefs.
13186
13187         * scm/framework-svg.scm:
13188         * scm/output-svg.scm: New file.  TODO: figure out how to
13189         do character by index in font.
13190
13191         * scm/output-sodipodi.scm: Remove.
13192
13193         * scm/output-ps.scm (stem): Remove.
13194
13195 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
13196
13197         * scm/output-gnome.scm (beam): New function.
13198         (slur): Round corners.
13199         (round-filled-box): Round corners.
13200
13201 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13202
13203         * scm/output-gnome.scm (beam): add function.
13204         (draw-line): new routine.
13205         (dashed-line): stub; call draw-line
13206         (polygon): new routine.
13207
13208 2004-11-15  Werner Lemberg  <wl@gnu.org>
13209
13210         * Documentation/user/lilypond-book.itely: Revise section on
13211         lilypond-book options.
13212         Other minor fixes.
13213
13214         * scripts/lilypond-book.py: Change indentation to 4.
13215         Minor formatting.
13216
13217 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13218
13219         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
13220         grobs that have tweaks specced.
13221         
13222 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
13223
13224         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
13225
13226 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13227
13228         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
13229         actual char #, not 0 based index.
13230
13231         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
13232
13233         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
13234         Warning: do make -C mf clean.
13235
13236         * lily/context-property.cc: Compile fix.
13237
13238         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
13239         Grok ec-fonts, braces and dynamics.
13240
13241         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
13242
13243 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13244
13245         * lily/include/tweak-registration.hh: new file.
13246
13247         * lily/tweak-registration.cc: new file.
13248
13249         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
13250         saving tweaks.
13251
13252         * scm/output-gnome.scm (text): comment dribble.
13253
13254 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13255
13256         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
13257
13258         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
13259         path-def before using.  Fixes muchtomany slurs in wrong places
13260         bug.
13261
13262 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13263
13264         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
13265
13266         * lily/include/object-key-undumper.hh (Module): new file.
13267
13268         * lily/object-key-undumper.cc (Module): New file. Deserialize
13269         keys. SCM bindings
13270
13271         * lily/object-key-dumper.cc (Object_key_dumper): idem.
13272         Provide SCM bindings.
13273
13274         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
13275         new file. Serialize object keys.
13276         
13277         * lily/object-key.cc (dump): new function.
13278         (as_scheme): new virtual function
13279         (undump): new function
13280         (undumpers): new table.
13281
13282         * lily/include/global-context.hh (Context): take \score key upon init.
13283
13284         * lily/object-key-dumper.cc (serialize_key): new file.
13285
13286         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
13287
13288         * lily/lily-lexer.cc: remove \quote.
13289
13290         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
13291
13292         * lily/context.cc (Context): take key argument in ctor.
13293         (create_context): new function
13294
13295         * lily/grob.cc (Grob): take key argument in ctor.  
13296
13297         * lily/lilypond-key.cc (do_compare): new file.
13298
13299         * lily/object-key.cc (Object_key): new file.
13300
13301         * lily/include/object-key.hh (class Object_key): new file.
13302
13303         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
13304
13305 2004-11-13  Graham Percival  <gperlist@shaw.ca>
13306
13307         * Documentation/user/lilypond-book.itely: add small warning about
13308         noindent default in lilypond-book.
13309
13310         * Documentation/user/converters.itely: add examples for convert-ly.
13311
13312         * Documentation/user/examples.itely: change version string in templates
13313         to 2.4.0.
13314
13315 2004-11-12  Karl Hammar  <karl@aspodata.se>
13316
13317         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
13318         cmdline, use xargs instead (backportme)
13319
13320 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
13321         
13322         * Documentation/user/: Numerous fixes in the user manual.
13323
13324 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13325
13326         * lily/parser.yy (re_rhythmed_music): search music expression for
13327         context-id, surround by \new Voice if not found. Fixes:
13328         addlyrics-second-staff.ly
13329
13330         * VERSION: 2.5.0 released.
13331         
13332 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13333
13334         * Documentation/index.html.in: Fix url to one big page.  (backportme)
13335
13336         * Documentation/user/GNUmakefile: Separate rules for split and
13337         unsplit html documents.  Remove perl massaging.  (backportme)
13338
13339 2004-11-11  Graham Percival  <gperlist@shaw.ca>
13340
13341         * Documentation/user/lilypond-book.itely: add short warning about
13342         \lilypond{} in LaTeX docs.
13343
13344 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13345
13346         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
13347         found.  (backportme)
13348
13349         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
13350         version requirement.  (backportme)
13351
13352         * configure.in: Be explicit about old versions of
13353         ec-fonts-mtraced.  (backportme)
13354
13355         * lily/context-selector.cc (set_tweaks): New function.
13356         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
13357         web with -DTWEAK.
13358
13359         * Documentation/user/introduction.itely (Automated engraving):
13360         Remove fragment option.  Fixes web.
13361
13362         * lily/context-property.cc (make_item_from_properties):
13363         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
13364         #ifdef.
13365
13366         * scm/define-context-properties.scm
13367         (all-internal-translation-properties): Add tweakRank and tweakCount.
13368
13369         * lily/grob.cc: 
13370         * scm/define-grob-properties.scm (all-internal-grob-properties):
13371         Add tweak-rank and tweak-count.
13372
13373 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13374
13375         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
13376         New function.
13377         (text): Use them.
13378
13379         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
13380         animated/opaque grob dragging tweaks.
13381
13382         * buildscripts/guile-gnome.sh: Update.
13383
13384 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13385
13386         * scm/define-grobs.scm (all-grob-descriptions): Added
13387         line-interface to the LigatureBracket object.
13388
13389 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13390
13391         * scm/framework-gnome.scm (item-event): Support non-animated mouse
13392         dragging tweaks.
13393
13394         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
13395
13396         * lily/context-selector.cc (store_context): New function.
13397
13398         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
13399         (store_grob): New function.
13400         (identify_grob): Add Moment parameter.
13401
13402         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
13403         exists.
13404
13405         * scm/framework-gnome.scm (save-tweaks): Write as alist.
13406
13407 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13408
13409         * scm/framework-gnome.scm (item-event): Print grob id.
13410         (save-tweaks): New function.
13411         (tweak): New funtion.
13412         (item-event): Use it, bound to arrow keys.
13413
13414         * lily/context-property.cc (make_item_from_properties): Register grob.
13415         * lily/context.cc (add_context): Register context.
13416
13417         * lily/include/context-selector.hh:
13418         * lily/include/grob-selector.hh:
13419         * lily/context-selector.cc:
13420         * lily/grob-selector.cc: New file.
13421
13422 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13423
13424         * lily/slur.cc: add 'positions to interface
13425
13426         * lily/main.cc: reinstate PS as standard output format. 
13427
13428         * scm/framework-tex.scm (output-preview-framework): print systems
13429         up to first non title system.
13430
13431         * lily/grace-engraver.cc (start_translation_timestep): split
13432         scm_cadddr
13433         
13434 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13435
13436         * lily/quote-iterator.cc (Module): remove old quote-iterator
13437
13438         * scm/define-music-types.scm (music-descriptions): move
13439         NewQuoteMusic over QuoteMusic
13440
13441         * Documentation/user/notation.itely (Formatting cue notes): use
13442         \cueDuring.
13443
13444         * lily/new-quote-iterator.cc (quote_ok): new function.
13445
13446         * input/regression/quote-cue-during.ly: new file.
13447
13448         * input/regression/quote-grace.ly: new file.
13449
13450         * scm/define-context-properties.scm (Module): change definition of
13451         graceSettings
13452
13453         * lily/context-property.cc (Module): rename from
13454         translator-property.cc
13455
13456         * lily/context.cc (context_name_symbol): new function
13457
13458         * lily/grace-engraver.cc: new file. Set properties for grobs based
13459         on the grace-ness of now_moment().
13460
13461         * scm/music-functions.scm (add-grace-property): use list
13462         iso. vector for graceSettings
13463         remove set-{start,stop}-grace-properties. 
13464
13465         * lily/new-quote-iterator.cc (construct_children): set
13466         quote_outlet_ if no quoted-context-{id,type} specified.
13467
13468         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
13469
13470         * lily/parser.yy (command_element): remove \quote.
13471
13472         * ly/music-functions-init.ly (location): add quoteDuring music
13473         function. 
13474
13475         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
13476         optional semicolon. (backportme)
13477
13478 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13479
13480         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
13481         need to link to GUILE et al.
13482
13483 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13484
13485         * scm/define-music-properties.scm (all-music-properties): add
13486         quoted-context-type, quoted-context-id.
13487
13488         * scm/lily.scm (type-check-list): new function.
13489         
13490         * scm/lily-library.scm: new file. Generic library routines.
13491
13492         * lily/parser.yy (Generic_prefix_music): move typechecking out of
13493         parser.
13494
13495         * ly/music-functions-init.ly: add quoteDuring function.
13496
13497         * lily/include/music-iterator.hh (class Music_iterator): rename
13498         set_translator -> set_context
13499
13500         * lily/parser.yy (Generic_prefix_music_scm): add
13501         MUSIC_FUNCTION_SCM_SCM_MUSIC
13502
13503         * scm/lily.scm (sanitize-command-option): new function. (backportme)
13504
13505         * scm/framework-tex.scm (header): sanitize TeX paper size.
13506         (backportme)
13507
13508 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13509
13510         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
13511
13512         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
13513
13514         * scm/framework-tex.scm (font-load-command): Use T1 if no
13515         font-encoding set.  (backportme)
13516
13517         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
13518         exists before converting.  (backportme)
13519
13520         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
13521         exists before converting.  (backportme)
13522         (convert-to-ps): Remove .ps file if it exists before
13523         converting.  (backportme)
13524
13525         * lily/lexer.ll: Remove extra progress newline, use present tense.
13526
13527         * scm/paper.scm (paper-alist): public.
13528         * scm/framework-tex.scm (convert-to-ps):
13529         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
13530         command line.
13531
13532 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13533
13534         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
13535
13536         * lily/recording-group-engraver.cc (derived_mark): mark
13537         now_events_. (backportme)
13538
13539 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13540
13541         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
13542
13543         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
13544         invoking latex. (backportme.)
13545
13546         * lily/stem.cc (off_callback): center stems for all rest stems.
13547
13548 2004-11-05  Werner Lemberg  <wl@gnu.org>
13549
13550         * Documentation/user/lilypond.tely: Add more guidelines for writing
13551         lilypond texinfo documents.
13552
13553 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
13554
13555         * Documentation/index.html.in: remove <hr>.
13556
13557         * THANKS: change 2.3 to 2.4.
13558
13559 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
13560
13561         * scm/output-gnome.scm: More fontconfig comment.
13562
13563 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
13564
13565         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
13566         <package> directory in $(builddir)/share according with
13567         PACKAGE_NAME defined in the VERSION file.
13568
13569 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13570
13571         * lily/beam.cc (rest_collision_callback): use local beam
13572         multiplicity.
13573
13574         * input/regression/stem-stemlet.ly: new file.
13575
13576         * lily/stem.cc (add_head): store rests as well.
13577
13578         * scm/define-grob-properties.scm (all-user-grob-properties): add
13579         stemlet-length
13580
13581         * lily/stem.cc: store rests as well.
13582         
13583         * input/regression/new-slur.ly: mention forcing.
13584
13585 2004-11-04  Werner Lemberg  <wl@gnu.org>
13586
13587         * Documentation/user/*: A new round of layout fixes and document
13588         structure cleanup.
13589
13590 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
13591
13592         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
13593
13594 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
13595
13596         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
13597
13598 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
13599
13600         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
13601
13602         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
13603
13604         * lily/main.cc (main): Invoke identify.
13605
13606         * scm/lily.scm (postscript->pdf): Remove progress newline.
13607         Write progress to stderr.
13608
13609         * lily/paper-book.cc (output): Remove progress newline.
13610
13611         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
13612         gettext on user messages, and remove whitespace.
13613
13614         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
13615
13616         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
13617         argv[0] (Thomas Scharkowski).
13618
13619         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
13620         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
13621         for ec-fonts-mtraced.
13622
13623         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
13624         --srcdir build (Bertalan).
13625
13626         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
13627         headers and library too (Laura Conrad).
13628
13629         * Documentation/topdocs/INSTALL.texi (Top): Mention development
13630         package for guile too (Laura Conrad).
13631
13632         * lily/main.cc (usage): Typo.
13633
13634 2004-11-02  Werner Lemberg  <wl@gnu.org>
13635
13636         * Documentation/user/notation.ly: More fixes to improve appearance.
13637
13638         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
13639         better output for multicolumn tables.
13640
13641 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13642
13643         * lily/main.cc (dir_info): Fixed typo in the printouts.
13644
13645 2004-11-01  Werner Lemberg  <wl@gnu.org>
13646
13647         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
13648         of output.
13649         Set `per_line' to 2; replace hard-coded value with it.
13650
13651         * Documentation/user/*: Many fixes to improve appearance of
13652         printed manual.
13653
13654 2004-11-01  Werner Lemberg  <wl@gnu.org>
13655
13656         * Documentation/user/changing-defaults.itely,
13657         Documentation/user/notation.ly,
13658         Documentation/user/programming-interface.itely: Use @/.
13659         Fix formatting of some lilypond snippets and tables.
13660
13661         * scripts/lilypond-book.py (compose_ly): Provide useful default
13662         for LINEWIDTH in `override'.
13663
13664 2004-10-31  Graham Percival  <gperlist@shaw.ca>
13665
13666         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
13667
13668 2004-10-31  Werner Lemberg  <wl@gnu.org>
13669
13670         Resetting @exampleindent to `5' gives ugly results with texinfo's
13671         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
13672         (if not quoting) to change @exampleindent only locally.
13673
13674         * scripts/lilypond-book.py (NOQUOTE): New variable.
13675         (output) [LATEX]: Remove AFTER and BEFORE.
13676         [TEXINFO]: Remove AFTER and BEFORE.
13677         Fix QUOTE and VERBATIM pattern.
13678         Add NOQUOTE pattern.
13679         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
13680         and BEFORE.
13681         [output_texinfo]: Use NOQUOTE.
13682
13683 2004-10-31  Graham Percival  <gperlist@shaw.ca>
13684
13685         * Documentation/user/changing-defaults.itely: clarify paper
13686         size commands with correct info.
13687
13688         * Documentation/user/lilypond-book.itely: add more docs for
13689         filename extensions.
13690
13691 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13692
13693         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
13694         (PATCH_LEVEL): start 2.5.0.
13695
13696 #Local variables:
13697 #coding: utf-8
13698 #End:
13699