]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
c88f520d482b076fc7bb5b6dadeb16702a56f8b3
[lilypond.git] / ChangeLog
1 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
2
3         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
4
5 2006-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6
7         * Documentation/user/advanced-notation.itely (Instrument names):
8         Modified obsolete instruction on how to move instrument names away
9         from the staves. Hmm, at second thought the bug probably has been
10         solved, so the full bug description should probably be removed.
11
12 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
13
14         * lily/dynamic-engraver.cc (typeset_all): hang ending on
15         currentCommandColumn. 
16
17         * lily/hairpin.cc (print): also add padding for non-neighbor
18         hairpin bounds.
19
20         * scm/define-context-properties.scm
21         (all-user-translation-properties): add hairpinToBarline
22
23         * input/regression/hairpin-to-barline.ly: new file.
24
25         * lily/context.cc (internal_send_stream_event): thinko fix.
26
27         * lily/tie.cc (set_default_control_points): robustness fix.
28
29         * python/musicxml.py (Part.interpret): don't complain about
30         incomplete measures.
31
32         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
33         new music if last_event_chord() returned None.
34
35         * python/musicxml.py (Part.interpret): skip back over chord notes.
36
37 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
38         
39         * lily/percent-repeat-engraver.cc, lily/parser.yy,
40         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
41         lily/slash-repeat-engraver.cc,
42         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
43         iterator sends PercentEvents
44
45         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
46         rework tuplets: send start/stop events to engraver
47
48 2006-05-15  Graham Percival  <gpermus@gmail.com>
49
50         * Documentation/user/README.txt: update info for doc writers.
51
52         * Documentation/user/programming-interface.itely: integrate
53         Nicolas' fixes for chapter rewrite.
54
55         * Documentation/user/ various: minor fixes.
56
57 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
58
59         * lily/clef-engraver.cc: cleanup.
60
61         * Documentation/user/GNUmakefile: dist context-example.eps too.
62
63         * lily/key-engraver.cc (create_key): use
64         explicitKeySignatureVisibility for cancellation too. Backportme.
65
66         * lily/font-config.cc (init_fontconfig): don't close file if
67         f==NULL. Backportme.
68
69 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
70
71         * Documentation/topdocs/NEWS.tely: niente and rotation news
72
73 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
74
75         * lily/include/stencil.hh
76         * lily/stencil.cc (rotate): new function. Makes it possible
77         to rotate a stencil around a given offset.
78
79         * lily/grob.cc (get_print_stencil): add rotation support
80
81         * lily/stencil-interpret.cc (interpret_stencil_expression):
82         add rotation support
83
84         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
85
86         * scm/define-grob-properties.scm: add 'rotation property
87
88         * scm/define-markup-commands.scm: add rotate markup command
89         
90         * scm/output-ps.scm: add rotation support in PostScript backend
91
92         * scm/output-svg.scm: add rotation support in SVG backend
93
94 2006-05-13  Graham Percival  <gpermus@gmail.com>
95
96         * Documentation/user/music-glossary.itely: French correction.
97
98         * Documentation/user/programming-interface.itely: major
99         new docs, some reorg, some info from Nicolas.
100
101         * Documentation/user/ various: small fixes.
102
103 2006-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
104
105         * Documentation/user/programming-interface.itely (Markup
106         programmer interface): Remove duplicate text.
107
108 2006-05-12  Graham Percival  <gpermus@gmail.com>
109
110         * Documentation/user/context-example.eps: new file.
111
112         * Documentation/user/changing-defaults.itely: set up file to
113         use eps image.
114
115         * Documentation/user/programming-interface.itely: changes
116         from mailist.
117
118 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
119
120         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
121
122 2006-05-11  Graham Percival  <gpermus@gmail.com>
123
124         * Documentation/user/programming-interface.itely: first round of
125         editing and merging emails from Nicolas.
126
127         * Documentation/user/scheme-tutorial: minor edit.
128
129 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
130
131         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
132         XML attributes.
133         (Xml_node.message): use it.
134
135         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
136         oops. Add duration argument.
137
138 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
139
140         * lily/paper-column-engraver.cc (make_columns):
141         * scm/define-grobs.scm: Revert my previous change and set the default
142         in define-grobs.scm instead.
143
144 2006-05-09  Graham Percival  <gpermus@gmail.com>
145         
146         * Documentation/user/changing-defaults.itely: general editing,
147         info about \set and \override.
148
149         * Documentation/user/tweaking.itely, advanced-notation.itely:
150         fixes from Dave Luttinen, thanks!
151
152 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
153
154         * lily/paper-column-engraver.cc (make_columns): By default, a column
155         needs to be breakable.
156
157 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
158
159         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
160         Attributes methods
161         (musicxml_time_to_lily): idem
162         (musicxml_key_to_lily): idem
163         (instrument_drumtype_dict): dict for supported drumtypes.
164         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
165         moments and pending mm rests
166         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
167         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
168         (musicxml_voice_to_lily_voice): add mode change.
169         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
170         speed and less memory usage (factor 5 to 10).
171         (convert): write -defs.ly  and driver file separately so people
172         can script their own part extraction.
173
174         * python/musicxml.py (minidom_demarshal_node): new function:
175         separate minidom handling.
176         (lxml_demarshal_node): new function: support lxml.etree too.
177         (Xml_node.message): new function: verbose error message, with XML
178         path to offending node.
179         (Attributes.get_measure_length): sane interface to MusicXML attributes.
180         (Part_list.generate_id_instrument_dict): new method: collect
181         instrument names, to be able to set drum_type.
182         (Part.interpret): handle underfull measures
183         (Part.interpret): assign instrument names.
184
185         * python/musicexp.py (Output_printer.close): new method
186         (MusicWrapper.print_ly): new class: support other modes,
187         eg. \drummode
188         (BarCheck.print_ly): new class. Support bar checks, with comments
189         and fancy barchecks. 
190         (NoteEvent.__init__): also set drum_type for drum notes.
191         (MultiMeasureRest.lisp_expression): dump mm rests.
192
193         * lily/paper-column-engraver.cc (stop_translation_timestep): set
194         line-break-permission if forbidBreak is not set.
195
196 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
197
198         * scm/define-context-properties.scm:
199         * scm/define-grob-properties.scm:
200         * scm/define-grobs.scm:
201         * scm/define-music-display-methods.scm:
202         * scm/define-music-properties.scm:
203         * scm/define-music-types.scm:
204         * scm/music-functions.scm:
205         * ly/declarations-init.ly:
206         * lily/include/constrained-breaking.hh:
207         * lily/system.cc:
208         * lily/spaceable-grob.cc:
209         * lily/simple-spacer.cc:
210         * lily/paper-score.cc:
211         * lily/paper-column.cc:
212         * lily/paper-column-engraver.cc:
213         * lily/item.cc:
214         * lily/gourlay-breaking.cc:
215         * lily/constrained-breaking.cc:
216         * python/convertrules.py:
217         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
218         "page-break-penalty" and "line-break-permission".
219         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
220         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
221
222         * lily/bar-engraver.cc:
223         * lily/beam-engraver.cc:
224         * lily/forbid-break-engraver.cc:
225         * lily/ligature-engraver.cc:
226         * lily/paper-column-engraver.cc:
227         * lily/percent-repeat-engraver.cc:
228         * lily/score-engraver.cc:
229         * lily/score-engraver.hh:
230         * lily/paper-column-engraver.hh:
231         Inter-engraver communication regarding line breaks is done through context
232         properties (Score.forbidBreak) instead of function calls.
233
234 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
235
236         * VERSION (PACKAGE_NAME): release 2.9.4
237
238 2006-05-08  Graham Percival  <gpermus@gmail.com>
239
240         * Documentation/user/working.itely: proofreading from Dave
241         Luttinen, thanks.
242
243         * Doucmentation/user/README.txt: updated with manual style info.
244
245         * Documentation/user/ various: trim linewidth to 78 chars.
246
247 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
248
249         * scm/define-grob-properties.scm (all-internal-grob-properties):
250         remove chord-tremolo property.
251
252         * lily/beam.cc (get_beam_segments): don't use stem position as
253         base for broken ends.
254
255 2006-05-06  Graham Percival  <gpermus@gmail.com>
256
257         * Documentation/user/putting.itely: proofreading from Dave
258         Luttinen, thanks!
259
260         * Documentation/user/ various: more reorg and clarifications.
261
262 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
263
264         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
265
266         * ly/music-functions-init.ly: new function featherDurations
267
268         * lily/beam.cc: read grow-direction for feathered beaming.
269
270         * Documentation/topdocs/NEWS.tely (Top): typo.
271
272 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
273
274         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
275         tremolo beams.
276
277 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
278         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
279         used by music streams.
280
281         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
282         lily/stream-event.cc, lily/stream-event-scheme.cc,
283         lily/listener.cc, lily/scheme-listener.cc,
284         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
285         lily/include/stream-event.hh, lily/include/listener.hh,
286         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
287         Created data structures for music streams.
288         
289 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
290
291         * lily/beam.cc (get_beam_segments): new function. Reorganise the
292         construction of a beam. 
293         (print): rewrite. 
294
295         * flower/include/std-vector.hh (default_compare): use only one comparison.
296
297         * scm/define-markup-commands.scm (note-by-number): remove debug display.
298         (note-by-number): further attachment fixes.
299
300         * scm/lily-library.scm (ordered-cons): new function.
301         (interval-index): new function
302
303         * lily/note-head-scheme.cc (LY_DEFINE): new file.
304
305         * lily/note-head.cc (get_stem_attachment): new function.
306
307         * scm/define-markup-commands.scm (note-by-number): read 'style
308         property. 
309
310         * input/regression/markup-note.ly: show note-head style option.
311
312         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
313         triangle head.
314
315 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
316
317         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
318
319         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
320
321         * lily/include/constrained-breaking.hh: GCC 4 fix.
322
323 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
324
325         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
326         Replace it with functions get_line_forces and get_line_configuration.
327         (class Simple_spacer): Make data private.
328         Rewrite compression algorithm to be faster and simpler.
329
330         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
331         * lily/gourlay-breaking.cc (solve):
332         * lily/constrained_breaking.cc (space_line):
333         Change it to the new simple-spacer code.
334
335         * lily/paper-score.cc (get_paper_systems):
336         (Paper_score):
337         (process):
338         Delay breaking the systems until they are requested.
339         (find_break_indices):
340         Use vsize for indices.
341         (calc_breaking):
342         Move the "Calculating line breaks" message here.
343
344         * lily/system.cc (pre_processing):
345         Move the "Calculating line breaks" message away from here.
346         (break_into_pieces):
347         Allow multiple calls to this function in sequence (with touching-but-
348         not-overlapping breakpoints).
349
350         * lily/constrained-breaking.cc:
351         Replace most of the get_XXXX functions with get_line_details.
352         Only calculate the force for each line. Calculate configurations only
353         for the lines we will actually use.
354         Replace cols_ with lines_.
355
356 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
357
358         * mf/GNUmakefile (depth): remove FC_FIND.
359
360         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
361
362         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
363
364         * scm/framework-ps.scm (write-preamble): new function.
365         (write-preamble): load mac fonts via fondu, even if gs-font-load
366         is set.
367
368 2006-05-03  Werner Lemberg  <wl@gnu.org>
369
370         * mf/GNUmakefile (FC_FIND): Fix typo.
371
372 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
373
374         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
375
376 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
377
378         * stepmake/aclocal.m4: run python-config for crosscompiling
379         flags. 
380
381         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
382         -f png for HTML, TEXINFO formats. 
383
384         * input/tutorial/lbook-html-test.html: new file.
385
386         * lily/include/tie-formatting-problem.hh (class
387         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
388         [column, direction]. This fixes laissez vibrer ties.
389  
390         * flower/include/tuple.hh (struct Tuple2): new file.
391
392         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
393         $(FCMATCH), only if $(NCSB_DIR) not set. 
394
395         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
396
397         * config.make.in (DOCUMENTATION): set FCMATCH.  
398
399         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
400
401 2006-05-03  Graham Percival  <gpermus@gmail.com>
402
403         * Documentation/user/ various: final round of reorg.
404
405         * Documentation/user/instrument-notation.itely: some more
406         fixes from Eduardo, thanks!
407
408 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
409
410         * VERSION (PACKAGE_NAME): release 2.9.3
411
412         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
413
414         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
415
416 2006-05-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
417
418         * scm/define-grob-properties.scm (all-user-grob-properties):
419         Correct typo, thanks to Eduardo.
420
421 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
422
423         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
424
425         * buildscripts/lilypond-words.py (F): indent fix.
426
427         * input/regression/tie-arpeggio-collision.ly: new file.
428
429         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
430         function: store outlines per column rank.
431
432         * lily/include/tie-configuration.hh (class Tie_configuration): add
433         column_ranks_ to specification and configuration, to distinguish
434         between ties for different heads in arpegiated chords.
435
436         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
437
438         * *.py: more 4 space indents.
439
440         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
441
442 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
443
444         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
445
446 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
447
448         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
449
450         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
451
452         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
453
454 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
455
456         * python/convertrules.py (conv): indent 4 for python files.
457
458 2006-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
459
460         * Documentation/user/changing-defaults.itely (Creating contexts):
461         Clarify \new semantics.
462
463 2006-04-28  Graham Percival  <gpermus@gmail.com>
464
465         * Documentation/user/ various: major new sections in the
466         Learning manual, slight reorg elsewhere.
467
468 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
469
470         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
471
472         * scm/framework-ps.scm (output-framework): remove PageMedia
473
474 2006-04-27  Graham Percival  <gpermus@gmail.com>
475
476         * Documentation/user/ tweaks.itely, working.itely: new
477         files, being more advanced "learning manual" chapters.
478
479         * Documentation/user/ tutorial, putting, lilypond: reorg.
480
481 2006-04-26  Graham Percival  <gpermus@gmail.com>
482
483         * input/regression/lyric-combine-polyphonic.ly: fixed test
484         (no more "can't find context `one'" error).
485
486 2006-04-25  Joe Neeman <joeneeman@gmail.com>
487
488         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
489
490         * input/regression/stem-tremolo.ly: add 2 more whole note examples
491         
492 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
493
494         * lily/relocate.cc (read_relocation_dir): new function.
495
496 2006-04-26  Graham Percival  <gpermus@gmail.com>
497
498         * Documentation/user/instrument-notation.itely: a few more fixes
499         from Eduardo, thanks!
500
501         * Documentation/user/README.txt: new file; contains info on
502         style that used to be in lilypond.tely.
503
504         * Documentation/user/ various: first round of doc reorg.
505
506         * Documentation/user/baer-flat-bw.png: remove alpha bit from
507         graphic; this probably causes problems on some pdf
508         viewers, notably Adobe Acrobat.
509
510 2006-04-24  Graham Percival  <gpermus@gmail.com>
511
512         * Documentation/user/instrument-notation.itely: many alterations
513         to Vocal music, from Eduardo Viera.
514
515 2006-04-23  Graham Percival  <gpermus@gmail.com>
516
517         * Documentation/user/instrument-notation.itely: fix \new
518         instead of \context problem.
519
520 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
521
522         * lily/relocate.cc (expand_environment_variables): new function.
523         (read_line): id.
524         (read_relocation_file): id.
525
526         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
527
528 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
529
530         * ly/engraver-init.ly: remove old comments from TabVoice
531
532 2006-04-20  Graham Percival  <gpermus@gmail.com>
533
534         * Documentation/user/instrument-notation.itely: added Erlend's
535         latest doc patch, thanks!
536
537 2006-04-19  Erlend Aasland <erlenda@gmail.com>
538
539         * lily/include/slur.hh:
540         * lily/slur.cc:
541         * lily/phrasing-slur-engraver.cc:
542         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
543         acknowledge_extra_object () from Phrasing_slur_engraver:: and
544         Slur_engraver:: and putting it in
545         Slur::auxiliary_acknowledge_extra_object ().
546
547         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
548
549         * lily/note-collision.cc: fix a comment
550
551 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
552
553         * stepmake/bin/add-html-footer.py: fix footer position in
554         generated html files: before </body> and </html> tags.
555
556 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
557
558         * scripts/GNUmakefile: revert last "fix", which rather broke make.
559         Earlier successive `make' commands finally compiled ok.
560
561         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
562
563 2006-04-18  Erlend Aasland <erlenda@gmail.com>
564
565         * lily/include/stem-tremolo.hh:
566         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
567         callers.
568
569         * lily/lookup.cc:
570         * lily/include/lookup.hh: add rotated_box ()
571
572 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
573
574         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
575         been generated. Fixes "can't get `--help'" bug after make clean.
576
577         * THANKS: alphabetize contributors.
578
579 2006-04-17  Graham Percival  <gpermus@gmail.com>
580
581         * Documentation/user/instrument-notation.itely: added Erlend's
582         tabs and banjo doc patch.  Thanks!
583
584 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
585
586         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
587
588         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
589
590         * scm/output-lib.scm: add some more predefined string tunings.
591
592         * Documentation/user/instrument-notation.itely: and doc them.
593
594 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
595
596         * ly/engraver.ly: Remove obsolete comments.
597
598         * ly/gregorian-init.ly: Define default layout block.
599
600         * input/puer-fragment.ly: Updated and extended.
601
602 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
603
604         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
605         pdf conversion behaviour.
606
607         * flower/file-name.cc (dir_name)
608         (get_working_directory): Move from relocate.cc.
609
610         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
611         
612         * lily/relocate.cc: Encapsulate sys/stat.h in
613         HAVE_STAT_H.
614
615 2006-04-14  Graham Percival  <gpermus@gmail.com>
616
617         * Documentation/user/ various: small updates from Cameron
618         and Juergen, thanks!
619
620         * Documentation/user/ various: small updates of my own.
621
622         * THANKS: 2.7 -> 2.8.
623
624 2006-04-11  Graham Percival  <gpermus@gmail.com>
625
626         * scm/define-context-properties.scm: typo.
627
628         * Documentation/user/ : many more small updates.
629
630 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
631
632         * scm/define-music-types.scm: disposed "docme".
633
634 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
635
636         * lily/hairpin.cc: make niente circles a bit smaller.
637
638 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
639
640         * mf/GNUmakefile: remove redundant mftrace check. Also remove
641         get-pfa and get-*-fonts targets.
642
643 2006-04-10  Graham Percival  <gpermus@gmail.com>
644
645         * THANKS, Documentation/user/ basic-notation, advanced-notation,
646         music-glossary, programming-interface: more minor fixes
647         from mailist.
648
649         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
650
651         * scm/define-context-properties.scm: another old \property update.
652         This time tested for compiling!
653
654 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
655
656         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
657
658 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
659
660         * scm/define-context-properties.scm (all-user-translation-properties): 
661         * Documentation/user/global.itely (Page formatting): Compile fix.
662
663 2006-04-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
664
665         * Documentation/user/advanced-notation.itely (Polymetric
666         notation): Update the example to use the "+" symbol and add link
667         to input/test/compound-time.ly.
668
669 2006-04-08  Graham Percival  <gpermus@gmail.com>
670
671         * scm/define-grob-properties.scm: clarify docs for #'direction.
672
673         * scm/define-context-properties.scm: update old \property override.
674
675         * Documentation/user/ advanced-notation, global, lilypond-book:
676         more minor doc updates.
677
678 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
679
680         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
681
682         * scm/backend-library.scm (search-gs): oops.
683
684 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
685
686         * scripts/lilypond-book.py (output): use base, not filename for href.
687
688         * scm/backend-library.scm: only look for gs.
689
690         * scripts/lilypond-book.py (output): fix printfilename.
691
692         * lily/parser.yy (music_function_musicless_prefix): fold together
693         definitions of signature (SCM*) (Music|post_event|chord_body_element)
694
695         * lily/slur.cc (print): only set font-size if not set yet.
696
697         * lily/slur-configuration.cc (add_score): improved layout of debug
698         scoring output.
699
700 2006-04-05  David Feuer  <David.Feuer@gmail.com>
701
702         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
703         (draw_circle): Hopefully fixed regression.
704         Improved documentation for several procedures.
705         
706 2006-03-04  Werner Lemberg  <wl@gnu.org>
707
708         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
709
710 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
711
712         * scripts/musicxml2ly.py (bindir): add dynamic
713         relocation. 
714
715 2006-04-04  Graham Percival  <gpermus@gmail.com>
716
717         * Documentation/user/ basic-notation, advanced-notation, putting,
718         instrument-notation, invoking, lilypond, THANKS: another ream of small
719         fixes from the Doc Helpers.
720
721 2006-04-03  David Feuer  <David.Feuer@gmail.com>
722
723         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
724
725         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
726
727         * Cleaned up interfaces between PostScript and Scheme, and moved
728         computations from PostScript to Scheme:
729
730         * music-drawing-routines.ps
731         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
732         with stroke_and_fill throughout.
733         (euclidean_length, print_letter, draw_box): Deleted unused
734         procedures.  If someone needs draw_box, implement it using
735         draw_round_box; don't duplicate code.
736         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
737         Refactored/cleaned up interfaces.
738         (mark_URI): Moved.
739
740         * output-ps.scm: reordered arguments to PostScript functions to
741         match new interfaces
742         (glyph-string): Rewrote glyph-string.
743         (grob-cause): Replaced string-append with format.
744         (repeat-slash): Rewrote to do computation here.
745         (round-filled-box): Rewrote to do computation here.
746
747 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
748
749         * stepmake/stepmake/generic-targets.make: add cvs-clean target
750
751         * stepmake/stepmake/toplevel- targets.make: print help info about
752         cvs-clean
753
754 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
755
756         * input/regression/hairpin-circled.ly: new file
757
758 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
759
760         * lily/hairpin.cc (print): add support for circled tip
761
762         * scm/define-grob-properties.scm: add circled-tip parameter
763
764         * scm/define-grobs.scm: init circled-tip to false
765         
766 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
767
768         * scm/music-functions.scm (quote-substitute): set
769         iterators-ctor. 
770
771 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
772
773         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
774         BSTINPUTS. 
775
776         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
777
778         * scm/output-ps.scm (glyph-string): revert cid selectfont.
779
780 2006-03-31  David Feuer  <david.feuer@gmail.com>
781         
782         * scm/framework-ps.scm:
783         
784         * scm/output-ps.scm: glyph-string now produces smaller, more
785         readable, and probably faster PostScript.  Several findfont
786         scalefont setfont instances changed to selectfont
787         Hacked-up string-appends changed to formats.
788
789         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
790         
791 2006-03-30  Graham Percival  <gpermus@gmail.com>
792
793         * scm/lily-library.scm: make "no version" warning message more polite.
794
795         * lily/music.cc: add double quotes to failed octave check.
796
797         * Documentation/user/ advanced-notation, changing-defaults,
798         instrument-notation, invoking, music-glossary: whole bunch of minor
799         fixes from mailist.
800
801 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
802
803         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
804         $(buildscriptdir) iso. depth.
805
806         * VERSION (PACKAGE_NAME): release 2.9.1
807
808 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
809
810         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
811
812         * VERSION (PATCH_LEVEL): bump version number.
813
814         * flower/include/guile-compatibility.hh (scm_from_uint32): add
815         scm_from_uint32 ()
816
817         * lily/pango-font.cc (pango_item_string_stencil): use
818         scm_from_uint32 ()
819
820         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
821         $(outdir)/emmentaler-%.svg): remove canary.
822
823         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
824         glyphnames if we have a ttf font.
825
826 2006-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
827
828         * Documentation/user/advanced-notation.itely (Font selection):
829         Corrected reference to the font-family-override.ly example.
830
831 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
832         
833         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
834         stem-tremolo object in the stem (or else the stem might not be
835         long enough).
836
837 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
838
839         * lily/ttf.cc (print_trailer): only print existing glyphs.
840
841 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
842
843         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
844         position the tremolo based on the position of the notehead.
845
846         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
847         notes and update the texidoc line with the new positioning rules.
848         
849 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
850
851         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
852
853         * scripts/lilypond-book.py (Module): set default for linewidth if
854         preamble not found.
855
856 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
857
858         * VERSION (PACKAGE_NAME): release 2.9.0.
859
860         * input/regression/stem-tremolo-position.ly: new file.
861
862         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
863
864 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
865
866         * lily/stem-tremolo.cc (print): position
867         the tremolo depending only on the end of the stem
868         and not on the notehead
869         (raw_stencil): center, on the middle staff line, the
870         flag that is closest to the end of the stem (previously
871         the bottom flag)
872         (calc_width): add this callback to shorten a tremolo when
873         it is beamed or it is stemup with a flag
874         (style): add this callback to make a tremolo rectangular when
875         it is beamed or it is stemup with a flag
876         (rotated_box): this is like Lookup::beam but makes a rotated
877         rectangle instead of a parallelogram
878
879         * lily/stem.cc (calc_stem_info): make sure the stem
880         is long enough to fit the tremolo
881         (calc-length): reduce the length of tremolo stems since the
882         tremolo code is now capable of better positioning
883
884         * scm/define-grobs.scm: make calc_width the default beam-width
885         callback for stem-tremolo and add the style callback
886                 
887 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
888
889         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
890         case. 
891
892 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
893
894         * lily/ttf.cc (make_index_to_charcode_map): restore old
895         cmap. 
896
897 2006-03-28  Werner Lemberg  <wl@gnu.org>
898
899         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
900
901 2006-03-28  Graham Percival  <gpermus@gmail.com>
902
903         * THANKS: update for 2.9, add section for Documentation helpers.
904
905         * Documentation/topdocs/NEWS.tely: compile fix.
906
907         * Documentation/user/ basic-notation, global, advanced-notation,
908         examples.itely: minor fixes from mailist.
909
910 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
911
912         * mf/feta-bolletjes.mf: match width of solfa notes with normal
913         note heads. 
914
915         * lily/ttf.cc (print_trailer): use it.
916
917         * lily/pango-font.cc (get_unicode_name): new function.
918
919         * lily/ttf.cc (make_index_to_charcode_map): move function from
920         open-type-font.cc
921         (print_trailer): substitute uniXXXX name if applicable. 
922
923         * lily/pango-font.cc (get_index_to_charcode_map): new function.
924         (pango_item_string_stencil): use it to generate uniXXXX names.
925
926         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
927         note heads, for uniform widths in shape note output.
928         (overdone_heads): hmm. remove them again.
929
930         * scripts/lilypond-book.py (output): add links to filenames.
931
932         * Documentation/topdocs/INSTALL.texi (Top): update versions.
933
934         * lily/note-collision.cc (get_clash_groups): only consider when
935         Note_column::dir <> CENTER. 
936
937         * scripts/lilypond-book.py (get_option_parser): init output_name
938         to ''. 
939
940 2006-03-24  Graham Percival  <gpermus@gmail.com>
941
942         * Documentation/topdocs/NEWS.tely: add @end itemize
943
944         * Documentation/user/ global, advanced-notation: minor
945         stuff from mailist.
946
947 2006-03-23  Graham Percival  <gpermus@gmail.com>
948
949         * Documentation/user/ lilypond.tely, music-glossary,
950         preface: housekeeping; 2005->2006, remove "notes for 2.6"
951
952 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
953
954         * mf/GNUmakefile: don't install .enc files.
955
956         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
957
958         * VERSION (PATCH_LEVEL): bump to 2.9.0
959
960 2006-03-22  Graham Percival  <gpermus@gmail.com>
961
962         * Documentation/user/advanced-notation.itely: minor fixes
963         from mailist.
964
965 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
966
967         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
968
969         * branch lilypond_2_8
970
971 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
972
973         * scripts/lilypond-book.py (samefile): new function, for windoze
974         compatibility.
975
976 2006-03-21  Graham Percival  <gpermus@gmail.com>
977
978         * ly/engraver-init.ly: add info about StaffGroup.
979
980 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
981
982         * input/regression/stem-direction-context.ly: idem.
983
984         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
985
986         * THANKS: add Mats.
987
988         * input/regression/page-layout-twopass.ly: comment out \markup so
989         tweak-file is left.
990
991         * lily/instrument-name-engraver.cc (finalize): add to instrument
992         name global System. This also fixes chopped instrument names, but
993         doesn't crash when there are slurs/beams.
994
995         * lily/slur-configuration.cc (add_score): disallow negative slur
996         scores.
997         
998 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
999
1000         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
1001
1002         * lily/instrument-name-engraver.cc (process_music): kludge: add
1003         InstrumentName spanner to axis group of left bound. Fixes chopped
1004         off instrument names in EPS images.
1005
1006         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
1007
1008         * scripts/abc2ly.py (option_parser): update to 2.7.40
1009
1010 2006-03-20  Graham Percival  <gpermus@gmail.com>
1011
1012         * THANKS: move small doc contributors to SUGGESTIONS.
1013
1014         * Documentation/user/ basic-notation, advanced-notation,
1015         global: small changes from mailist.
1016
1017 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1018
1019         * Documentation/user/advanced-notation.itely (Text marks): update
1020         for new rehearsalMarkAlignSymbol convention.
1021
1022         * VERSION (PATCH_LEVEL): bump version.
1023
1024         * input/test/instrument-name-align.ly: new file.
1025
1026         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
1027
1028         * input/test/instrument-name-align.ly: new file. Document how to
1029         align instrument names.
1030
1031         * lily/mark-engraver.cc: remove properties.
1032
1033         * scm/define-context-properties.scm
1034         (all-user-translation-properties): remove align symbol properties
1035         for barnumber/reh. mark.
1036
1037         * lily/break-align-interface.cc (self_align_callback): new
1038         interface, new function. Look at complete alignment. This handles
1039         tunable break alignments in case break-align-symbols are missing.
1040
1041         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
1042
1043         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
1044
1045         * python/convertrules.py (conv): mark/bar number alignment rule.
1046
1047         * lily/break-align-interface.cc (calc_positioning_done): also
1048         store offset from last visible break-alignment to its
1049         neighbor. This makes alignment on non-visible objects more reliable.
1050
1051         * po/lilypond.pot (Module): ran po-replace.
1052
1053         * input/regression/tie-single-manual.ly (Module): new file.
1054
1055         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
1056         look at has_manual_position_.
1057         (from_ties): set has_manual_position_ if tie has staff-position set.
1058
1059         * lily/tuplet-bracket.cc (calc_positions): idem.
1060
1061         * lily/tuplet-number.cc (print): don't print tupletnumber if it
1062         doesn't span time.
1063
1064 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1065
1066         * scm/define-markup-commands.scm (smallCaps): new markup command
1067         for turning a text to small caps using smaller font size and upper
1068         casing.
1069
1070 2006-03-17  Graham Percival  <gpermus@gmail.com>
1071
1072         * Documentation/user/ examples, instrument-notation,
1073         advnaced-notation: minor fixes from mailist.
1074
1075 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1076
1077         * Documentation/user/tutorial.itely (First steps): change example
1078         to verbatim.  
1079
1080 2006-03-17  Graham Percival  <gpermus@gmail.com>
1081
1082         * Documentation/user/ examples, advanced: minor changes from mailist.
1083
1084         * THANKS: add Geoff Horton, for documentation stuff.
1085
1086 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1087
1088         * python/lilylib.py (system): revert have_select kludge.
1089
1090         * Documentation/user/tutorial.itely (Commenting input files):
1091         update version numbers in doc. 
1092
1093         * scm/define-grob-interfaces.scm (multi-measure-interface): add
1094         bound-padding to multi-measure-interface
1095
1096 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1097
1098         * input/test/engraver-example.ily: update version number.
1099
1100         * VERSION (PACKAGE_NAME): release 2.7.39
1101
1102         * lily/note-spacing.cc (get_spacing): heighten threshold where
1103         accidentals/arpeggios influence previous spacing fully.
1104
1105         * lily/rest.cc (y_offset_callback): only use direction if
1106         staff-position wasn't set before.
1107
1108         * lily/bar-number-engraver.cc: add support for
1109         barNumberAlignSymbol. 
1110         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
1111
1112         * lily/pointer-group-interface.cc (set_ordered): new function. 
1113         (add_unordered_grob): new function.
1114
1115         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
1116         to ordered, unless the opposite has been proved.  This fixes
1117         random reordering of large object groups across linebreaks,
1118         eg. beams.
1119
1120         * lily/main.cc (do_chroot_jail): printf format fix.
1121
1122         * lily/tie-formatting-problem.cc (generate_configuration):
1123         multiply y-shift for dot with direction.
1124  
1125         * scm/define-markup-commands.scm (note-by-number): put (magstep
1126         size) in y-attach too.
1127
1128         * Documentation/topdocs/NEWS.tely (Top): show override.
1129
1130         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
1131         direction for stems.
1132         
1133 2006-03-15  Graham Percival  <gpermus@gmail.com>
1134
1135         * Documentation/user/ changing-defaults, global: minor
1136         fixes from mailist.
1137
1138 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1139
1140         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
1141
1142         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
1143         breakable items after uniformly stretched notes.
1144
1145         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
1146         outline with outer edge of note heads. This prevents infinity
1147         problems with tied whole notes.
1148
1149         * scripts/lilypond-book.py (do_file): use os.popen
1150
1151         * python/convertrules.py (conv): add rule for Stem #'beamed-*
1152
1153 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
1154
1155         * Documentation/user/invoking.itely: Add ragged-right to bug report
1156         guidelines.
1157
1158 2006-03-14  Graham Percival  <gpermus@gmail.com>
1159
1160         * Documentation/user/global.itely: small fix from mailist.
1161
1162 2006-03-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1163
1164         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
1165         file descriptor returned by tempfile.mkstemp() when writing
1166         to tmpfile and closing it. Solves problem with unlink(tmpfile)
1167         on mingw.
1168
1169 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1170
1171         * po/fi.po: newline bugfix.
1172
1173 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1174
1175         * scm/paper.scm (paper-alist): Rounding fixes.
1176
1177 2006-03-13  Graham Percival  <gpermus@gmail.com>
1178
1179         * Documentation/user/ changing-defaults, instrument-notation,
1180         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
1181
1182 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
1183
1184         * po/fi.po: update.
1185
1186 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1187
1188         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
1189         mailto: to http:// 
1190
1191         * python/lilylib.py (print_environment): move ps_page_count to
1192         lilypond-book.py
1193
1194 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1195
1196         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
1197
1198         * scm/framework-ps.scm (embed-document): new function. Use to
1199         embed PFA files.
1200
1201         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
1202
1203 2006-03-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1204
1205         * Documentation/user/instrument-notation.itely (Setting simple
1206         songs): Added \book{...} around the full example, so the separate
1207         markups are included in the printed example. 
1208
1209 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1210
1211         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
1212         tmphandle.
1213
1214         * python/lilylib.py (system): rewrite system() using
1215         subprocess. Remove >& redirection trickery.
1216
1217 2006-03-11  Graham Percival  <gpermus@gmail.com>
1218
1219         * Documentation/user/ changing-defaults, global, scheme-tutorial,
1220         notation-appendices.itely: minor fixes from mailist.
1221
1222 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1223
1224         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
1225         unsplit man also needs images.
1226
1227         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
1228
1229         * VERSION (PACKAGE_NAME): 2.7.38 released.
1230
1231 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1232
1233         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
1234         log in output dir.
1235
1236 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
1237
1238         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
1239         respects the Score.skipTypesetting property.
1240         
1241 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1242
1243         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
1244         Prolog. No %%EOF after CFF file.
1245
1246 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
1247         
1248         * lily/constrained-breaking.cc (get_max_systems): used to return a
1249         much too big value
1250         (combine_demerits): use pointers to reduce copying data
1251         (calc_subproblem): idem
1252         (get_page_penalty): add page turn penalties
1253         
1254 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1255
1256         * Documentation/user/invoking.itely (Invoking lilypond): better
1257         explanation of -e usage.
1258
1259         * lily/main.cc (main_with_guile): don't append to
1260         init_scheme_code_string
1261
1262         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
1263
1264         * Documentation/user/invoking.itely: add note about MacOS X scripts.
1265
1266         * scripts/convert-ly.py (do_options): don't print help for
1267         --show-rules rule.
1268
1269         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
1270         @code and @example. Update from texinfo.tex from CVS.
1271
1272 2006-03-08  Graham Percival  <gpermus@gmail.com>
1273
1274         * Documentation/user/scheme-tutorial.itely: clarifies distances
1275         measured in staff-spaces.
1276
1277 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1278
1279         * lily/slur.cc (outside_slur_callback): only calculate offsets if
1280         consider[k] is true.
1281
1282         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
1283
1284         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
1285         consider columns that have originals.  Unifies spacing for mm
1286         rests around line breaks.
1287
1288         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
1289         (set_text_rods): idem.
1290         (calculate_spacing_rods): new function: share code between
1291         set_text_rods and set_spacing_rods.
1292         (set_text_rods): take extents of bounds into account.  
1293
1294 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1295
1296         * Documentation/user/basic-notation.itely (Writing music in
1297         parallel): don't use relative.
1298
1299 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1300
1301         * ly/music-functions-init.ly (Module): add shiftDurations
1302
1303         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
1304
1305         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
1306
1307         * ly/engraver-init.ly: init vocalName to nil.
1308
1309 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
1310
1311         * scm/music-functions.scm (music->make-music): bugfix,
1312         KeyChangeEvents are now handled correctly.
1313
1314         * scripts/lilypond-book.py: Add --debug option.
1315
1316 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1317
1318         * python/lilylib.py: add tempfile.
1319
1320 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1321
1322         * VERSION (PACKAGE_NAME): release 2.7.37
1323
1324         * python/lilylib.py (ps_page_count): remove make_ps_images().
1325         (ps_page_count): remove mkdir_p
1326         (system): remove cleanup_temp.
1327         (exit): remove lilypond_version_(check)
1328         (error_log): remove pseudo_filter_p
1329         remove read_pipe
1330         remove cp_to_dir
1331         remove identify
1332
1333         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
1334         use __main__
1335
1336         * lily/accidental-engraver.cc (make_standard_accidental): only add
1337         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
1338
1339         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
1340         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
1341         Make incompatibilities.
1342
1343         * scm/output-ps.scm (grob-cause): replace backslashes by /
1344         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
1345
1346 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1347
1348         * cygwin/GNUmakefile: Install fixes.
1349
1350         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
1351
1352         * lily/note-head.cc (head::get_balltype): Compile fix.
1353
1354         * flower/file-name.cc (dos_to_posix): Flower string fix.
1355
1356 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1357
1358         * python/lilylib.py: pychecker cleanups.
1359
1360         * scripts/lilypond-book.py
1361         (Lilypond_snippet.output_print_filename): pychecker cleanups
1362
1363         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
1364
1365         * python/lilylib.py (underscore): remove identify() , warranty()
1366
1367         * ps/music-drawing-routines.ps: change Border routine for GSView
1368         compatibility.
1369
1370         * lily/stem.cc (height): use quantize-positions.  This triggers
1371         set_stem_lengths, so scripts on beamed stems are handled correctly.
1372
1373         * lily/side-position-interface.cc (aligned_side): check if edges
1374         of script are inside staff. Fixes accent of edge of the staff.
1375
1376         * input/regression/staccato-pos.ly: more examples.
1377
1378         * stepmake/aclocal.m4 (depth): fix bashism.
1379
1380         * lily/lyric-combine-music-iterator.cc: move from
1381         new-lyric-combine-iterator.cc
1382         (process): add pending_grace_lyric_ member to delay lyrics on
1383         grace notes.
1384
1385         * lily/system-start-text.cc (print): suicide if we don't have any
1386         elements. Fixes hara kiri'd instrument names.
1387
1388         * scripts/mup2ly.py (Module): remove.
1389
1390 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1391
1392         * Documentation/user/global.itely (A single music expression):
1393         close @lilypond properly
1394
1395         * lily/volta-bracket.cc (modify_edge_height): change from
1396         after_line_breaking_callback. Suicide last bracket if appropriate.
1397  
1398         * python/lilylib.py: strip getopt support
1399
1400         * scripts/etf2ly.py (do_options): use optparse
1401
1402         * scripts/midi2ly.py: optparse, strip lilylib copy. 
1403
1404         * scripts/abc2ly.py (voices): use optparse.
1405
1406         * stepmake/stepmake/generic-vars.make: new function absdir.
1407
1408         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
1409
1410         * scripts/lilypond-book.py (find_file): use global_options for
1411         include path
1412
1413         * scm/ps-to-png.scm (ps-page-count): prevent null characters
1414         entering C code.
1415
1416 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1417
1418         * python/lilylib.py (get_global_option): ughness for extracting
1419         global options from lilylib.
1420         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
1421
1422         * scripts/lilypond-book.py (get_option_parser): use optparse for
1423         option handling.  Put options in global_options variable.
1424
1425 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
1426
1427         * Documentation/index.html.in: clarify.
1428
1429 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1430
1431         * scm/layout-page-layout.scm (write-page-breaks): add a
1432         music-system-heights property to the page layout output.
1433
1434         * scm/page.scm (make-page-stencil): take footer into account when
1435         computing the 'space-left page property
1436         (annotate-space-left): take footer into account when annonating
1437         space left.
1438
1439 2006-02-28  Graham Percival  <gpermus@gmail.com>
1440
1441         * Documentation/user/ advanced-notation, global: more (final)
1442         docs for music expressions, removed special fermatas.
1443
1444 2006-02-27  Graham Percival  <gpermus@gmail.com>
1445
1446         * Documentation/user/ basic-notation, global: minor changes
1447         from mailist.
1448
1449 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1450
1451         * scm/framework-ps.scm:         
1452         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
1453         layer for inf? and nan? from framework-ps to lily-library.
1454
1455 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1456
1457         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
1458         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
1459
1460         * buildscripts/substitute-encoding.py (Module): remove file.
1461
1462         * mf/GNUmakefile: more PFA strippage.
1463
1464         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
1465
1466         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
1467         generation
1468
1469         * scm/framework-ps.scm: remove font name munging.
1470
1471         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
1472
1473 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1474
1475         * scm/markup.scm (define-markup-command): change
1476         def-markup-command to define-markup-command
1477
1478         * scm/music-functions.scm (define-music-function): change
1479         def-music-function to define-music-function.
1480
1481         * python/convertrules.py (conv): rules for def-music-function
1482         and def-markup-commands
1483
1484         * Documentation/user/programming-interface.itely,
1485         input/no-notation/display-lily-tests.ly,
1486         input/regression/lily-in-scheme.ly,
1487         input/regression/markup-user.ly,
1488         input/regression/music-function.ly, input/regression/tie-chord.ly,
1489         scm/fret-diagrams.scm, ly/music-functions-init.ly,
1490         ly/gregorian-init.ly: use new macro names (define-music-function,
1491         define-markup-command).
1492
1493 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1494
1495         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
1496         (output): add comments to lp-book latex output.
1497
1498         * GNUmakefile.in (footifymail): use gmane address for webpage bug
1499         address.
1500
1501 2006-02-23  Graham Percival  <gpermus@gmail.com>
1502
1503         * Documentation/user/ tutorial, global: minor changes.
1504
1505 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1506
1507         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
1508         blocks (for make 3.80)
1509
1510         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
1511         \notemode so that user should not have to explicitely type it.
1512
1513         * scm/define-music-display-methods.scm: various
1514         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
1515         constructs)
1516
1517         * input/no-notation/display-lily-tests.ly: new tests for
1518         \applyOutput and \applyContext
1519
1520 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1521
1522         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
1523         changed it slightly so that the number of systems returned by
1524         solve () will be the same as the last value passed to resize
1525         (). I've also added more documentation, removed casts, fixed style
1526         problems and put in some recovery if constraints aren't satisfied."
1527
1528 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1529
1530         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
1531         for emacs < 22 compatibility.
1532         (count-rexp): Use it.
1533         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
1534         substring juggling (Milan Zamazal).
1535
1536 2006-02-23  Graham Percival  <gpermus@gmail.com>
1537
1538         * Documentation/user/ basic-notation, advanced-notation,
1539         global.itely, invoking.itely, tutorial,itely:
1540         minor fixes from mailist.
1541
1542         * scm/define-markup-commands.scm: improve docs of \filled-box.
1543
1544 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
1545
1546         * Documentation/index.html.in: changes concern the previous release.
1547
1548         * input/regression/+.ly: cultivate typographical terminology.
1549
1550 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1551
1552         * scm/define-grob-interfaces.scm (parentheses-interface): add
1553         padding to parentheses-interface.
1554
1555         * Documentation/user/GNUmakefile: remove $(CROSS) support from
1556         Documentation/user/GNUmakefile. Use --disable-documentation for that.
1557
1558         * VERSION (PATCH_LEVEL): release 2.7.36
1559
1560         * lily/slur.cc: add avoid-slur (ugh.)
1561         
1562         * lily/slur-configuration.cc (fit_factor): oops, skip point if
1563         intersection gets smaller. This fixes slurs over extreme points.
1564
1565         * lily/melody-engraver.cc (stop_translation_timestep): ignore
1566         stems with neutral-direction set.
1567
1568         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
1569
1570         * lily/open-type-font.cc (load_table): format error.
1571
1572         * lily/change-iterator.cc (process): format fix.
1573
1574         * flower/include/international.hh (_f): idem.
1575
1576         * flower/include/std-string.hh: add format printf attribute.
1577
1578         * scm/define-grobs.scm (all-grob-descriptions): height of all
1579         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
1580
1581         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
1582         ambitus lines.
1583
1584         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
1585
1586 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
1587
1588         * input/regression/: upgraded syntax for some files.
1589
1590         * THANKS: Add bughunters.
1591
1592 2006-02-22  Graham Percival  <gpermus@gmail.com>
1593
1594         * Documentation/user/ invoking.itely, advanced-notation.itely,
1595         global.itely: long-awaited "let's make chapter 10 not suck"
1596         update.  Rearrange chapter 10; now called "global issues",
1597         addresses file structure, etc.  Some info from other files
1598         moved into global.itely.
1599
1600 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1601
1602         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
1603         catch trill-span-event notes.
1604
1605         * Documentation/user/examples.itely (Ancient notation templates): typo.
1606         (Jazz combo): typo.
1607
1608         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
1609
1610         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
1611
1612         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
1613
1614         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
1615
1616         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
1617         froum Laissez_vibrer_engraver.
1618
1619         * ly/declarations-init.ly (repeatTie): add \repeatTie
1620
1621         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
1622
1623         * scm/define-grob-properties.scm (all-user-grob-properties): add
1624         head-direction property.
1625
1626         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
1627         from_lv_ties. Take head direction argument.
1628
1629         * lily/semi-tie-column.cc: rename from
1630         laissez-vibrer-tie-column.cc. Rename class too.
1631
1632         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
1633         class too.
1634
1635         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
1636
1637         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
1638         0 case.
1639         (find_breaks): idem.
1640
1641 2006-02-21  Graham Percival  <gpermus@gmail.com>
1642
1643         * Documentation/user/advanced-notation.itely: fixed make-moment]
1644         example.
1645
1646         * Documentation/user/basic-notation.itely: more clarification to
1647         transpose.
1648
1649 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1650
1651         * lily/include/constrained-breaking.hh (class
1652         Constrained_breaking): new file.
1653
1654         * lily/constrained-breaking.cc (resize): new file.
1655
1656         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
1657
1658         * Documentation/user/advanced-notation.itely (Clusters): insert
1659         end ignore too.
1660
1661         * lily/tie-column.cc (calc_positioning_done): support for
1662         tie-score debugging
1663
1664         * lily/tie-formatting-problem.cc
1665         (generate_extremal_tie_variations): factor out.
1666         (score_ties_configuration): annotate all tie 
1667         (print_ties_configuration): new routine.
1668         (generate_configuration): nudge extremal ties outside of the head
1669         Y extents.
1670         (score_ties_configuration): oops. convert to staff-space before
1671         determining position symmetry.
1672
1673 2006-02-20  Graham Percival  <gpermus@gmail.com>
1674
1675         * Documentation/user/*-notation.itely: misc minor editing,
1676         shifting doc sections around.
1677
1678         * Documentation/user/*-notation-itely, global.itely,
1679         changing-defaults.itely: added new stuff from NEWS.
1680
1681 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
1682
1683         * po/fi.po: update.
1684
1685 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1686
1687         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
1688         lilypond --verbose for lp-book.
1689
1690         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
1691         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
1692
1693         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
1694         $(buildscript-dir) iso. absolute depth.
1695
1696         * buildscripts/genicon.py (dir): thinko.
1697
1698         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
1699
1700 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
1701
1702         * scm/output-lib.scm: swap darkcyan/darkyellow
1703
1704         * THANKS: Add bughunters.
1705
1706 2006-02-19  Graham Percival  <gpermus@gmail.com>
1707
1708         * Documentation/user/programming-interfaces.itely: fixed example.
1709
1710         * Documentation/user/instrument-notation.itely: fix @{ @}.
1711
1712         * scm/script.scm: add avoid-slur for \open.
1713
1714 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1715
1716         * lily/tie-formatting-problem.cc (score_configuration): use
1717         sliding score for min-length. 
1718
1719         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
1720         spaghetti for icons.
1721
1722         * buildscripts/genicon.py (program_name): new file.
1723
1724         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
1725         in outline too.  
1726         (generate_configuration): for small ties, also look for collisions
1727         at Y + DIR*h + DELTA_Y.
1728         (get_variations): consider variation for dot positions too.
1729
1730         * lily/side-position-interface.cc (aligned_side): take abs for
1731         quantized rounded position. Fixes tenuto below staff.
1732
1733         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
1734         markers when necessary.
1735
1736         * lily/program-option.cc (internal_set_option): add
1737         strict_infinity_checking option.
1738
1739         * scm/output-lib.scm (cyan): swap yellow and cyan.
1740
1741 2006-02-19  Graham Percival  <gpermus@gmail.com>
1742
1743         * darwin.patch: trivial linenumber update.
1744
1745         * Documentation/user/ {various}: `\context foo = named' changed
1746         to `\new foo = "name"' in docs.
1747
1748 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1749
1750         * scm/stencil.scm (annotate-y-interval): use it.
1751
1752         * scm/lily-library.scm (interval-sane?): new function.
1753
1754         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
1755         tfm_checksum stuff.
1756
1757         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
1758         common refpoint.
1759
1760         * flower/include/std-vector.hh (iterof): add iterof macro.
1761
1762         * lily/enclosing-bracket.cc (width): new function.
1763
1764         * lily/align-interface.cc (align_elements_to_extents): reinstate
1765         warning.
1766
1767 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
1768
1769         * Documentation/index.html.in: fix spelling: thankyous.
1770
1771 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1772
1773         * lily/lyric-hyphen.cc: typo.
1774
1775 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1776
1777         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
1778         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
1779         builds don't work. 
1780
1781         * VERSION: release 2.7.35
1782
1783         * lily/beam.cc (get_default_dir): oops. Take abs () for
1784         extremes[DOWN].
1785         (get_default_dir): use extreme position criterion only in absence
1786         of forced stem directions.
1787
1788         * VERSION (PATCH_LEVEL): bump VERSION.
1789
1790         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
1791         dependencies. Necessary for -jX builds.  
1792
1793 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1794
1795         * lily/relocate.cc (setup_paths): Yet another const fix.
1796
1797 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1798
1799         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
1800
1801         * lily/relocate.cc (setup_paths): oops.
1802
1803 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
1804
1805         * Documentation/index.html.in: order links: html before PDF.
1806
1807 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1808
1809         * lily/tie-column-format.cc (Module): remove.
1810
1811         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
1812
1813         * lily/text-spanner.cc (print): idem.
1814
1815         * lily/dynamic-text-spanner.cc (print): only print line if longer
1816         than dash-period.
1817
1818         * lily/auto-change-iterator.cc (change_to): formatting.
1819
1820         * lily/beam.cc (get_default_dir): take extreme note head as input
1821         for stem direction.
1822
1823         * lily/tie.cc (get_default_dir): only look directions for visible
1824         stems. 
1825
1826         * lily/side-position-interface.cc (aligned_side): oops. Don't
1827         mutiply with direction. This fixes quantized (staccato, tenuto)
1828         scripts below notes.
1829
1830         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
1831         direction. Fixes c-lyrics-center-align.ly
1832
1833 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1834
1835         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
1836         constructor.
1837
1838         * lily/std-string.cc:
1839         * lily/include/std-vector.hh (split_string): Move and rename from
1840         lily/include/misc.hh, lily/misc.cc.  Update callers.
1841
1842 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1843
1844         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
1845
1846 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1847
1848         * flower/test-file.cc: New file.
1849
1850         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
1851         libraries.
1852
1853         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
1854
1855 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1856
1857         * flower/include/file-storage.hh: remove file.
1858
1859         * lily/include/midi-item.hh (class Midi_track): idem.
1860
1861         * lily/include/source.hh (class Sources): idem.
1862
1863         * lily/include/performance.hh (class Performance): use vector
1864         iso. Cons<>
1865
1866         * flower/include/cons.hh (class Cons): remove file.
1867
1868         * flower/include/flower-proto.hh: remove template cruft.
1869
1870         * lily/include/font-metric.hh: use size_t not vsize for indices.
1871
1872         * flower/include/flower-proto.hh (Module): remove std-vector.hh
1873         from proto.
1874
1875         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
1876
1877         * lily/include/paper-book.hh (class Paper_book):
1878         make get_system_specs() public.
1879
1880         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
1881         the force=10000 case if we don't have a current-best. 
1882
1883         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
1884         vsize 
1885
1886         * flower/include/flower-proto.hh: remove outdated templates.
1887
1888         * scm/page.scm: use annotate-spacing
1889
1890 2006-02-15  Graham Percival  <gpermus@gmail.com>
1891
1892         * scm/translation-functions.scm: circle patch from Erlend, thanks!
1893
1894         * THANKS: moved Erlend Aasland to contributors.
1895
1896 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1897
1898         * config.hh.in: remove HAVE_PANGO_16
1899
1900         * lily/tuplet-bracket.cc (calc_positions): multiply with
1901         staff-space for beam case. This fixes tuplets+beams on scaled
1902         staves.
1903
1904         * config.hh.in: remove all Kpathsea related defines.
1905
1906         * lily/dot-column.cc (side_position): reach stem via dots->
1907         head->stem. Inspect all stems for dot collisions. 
1908
1909         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
1910         stem handling.
1911
1912         * lily/bar-number-engraver.cc (process_music): document function
1913         of whichBar.
1914
1915         * lily/score.cc (default_rendering): add pscore, not systems
1916         themselves.
1917
1918         * lily/paper-book.cc (get_system_specs): separate generation of
1919         titles and systems.
1920
1921         * flower/include/std-vector.hh: don't include config.hh
1922
1923 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1924
1925         * flower/include/std-vector.hh: Better wrapper compatibility with
1926         std::vector.
1927
1928         * flower/include/flower-proto.hh: Remove cheap forward declaration
1929         attempts.
1930
1931         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
1932
1933 2006-02-14  Graham Percival  <gpermus@gmail.com>
1934
1935         * Documentation/user/invoking.itely: add warning about command line.
1936
1937 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1938
1939         * lily/include/lily-proto.hh: add Prob, rm Page.
1940
1941         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
1942
1943         * VERSION: release 2.7.34
1944
1945         * lily/relocate.cc (framework_relocation): show canary if
1946         GHOSTSCRIPT_VERSION undefined.
1947
1948         * GNUmakefile.in: remove $(VERSION) symlink.
1949
1950         * lily/relocate.cc (setup_paths): add + 
1951
1952 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
1953
1954         * Documentation/index.html.in: specify sizes for all big HTML pages.
1955
1956 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1957
1958         * config.hh.in: remove @FRAMEWORKDIR@
1959
1960         * lily/system-start-text.cc (get_stencil): new file: separate out
1961         system-start-delimiter text support.
1962
1963         * input/**ly: replace \context with \new where appropriate.
1964         
1965         * THANKS: add Don.
1966
1967         * lily/slur-scoring.cc (get_base_attachments): use
1968         robust_relative_extent. This fixes problems with empty paper-columns. 
1969
1970 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1971
1972         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
1973
1974         * scm/define-music-properties.scm (all-music-properties):
1975         create-new property.
1976
1977         * lily/context-specced-music-iterator.cc (construct_children):
1978         inspect 'create-new property iso. magical $uniqueContextId context
1979         id.
1980
1981         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
1982
1983         * lily/context-key-manager.cc (Module): new file. Encapsulate
1984         object key generation.
1985
1986         * lily/include/context-key-manager.hh (Module): new file.
1987
1988 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1989
1990         * scm/define-grobs.scm (all-grob-descriptions): center instrument
1991         names vertically
1992
1993         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
1994         options.
1995         (reloc_b): excise --enable-framework-dir
1996
1997         * lily/relocate.cc (framework_relocation): use getenv
1998         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
1999
2000 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2001
2002         * flower/include/std-string.hh: 
2003         * flower/include/std-vector.hh: Finish std:: conversion; move
2004         flower extensions from std:: namespace.  Update users.
2005
2006         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
2007         their expansion to vector<*>.  Update users.
2008
2009 2006-02-10  Graham Percival  <gpermus@gmail.com>
2010
2011         * Documentation/user/invoking.itely: add example to File structure.
2012
2013         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
2014         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
2015
2016 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2017
2018         * ly/paper-defaults.ly: typo.
2019
2020         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
2021         set_parent() for parentheses. This will make it show up in bbox
2022         calculations.
2023
2024         * scm/output-lib.scm (parentheses-item::print): rewrite, using
2025         ly:grob-common* functions.
2026
2027         * lily/grob-scheme.cc (LY_DEFINE):
2028         ly:grob-common-refpoint-of-array: new function 
2029         ly:grob-common-refpoint: new function 
2030         ly:grob-relative-coordinate: new function 
2031
2032         * lily/instrument-name-engraver.cc (process_music): use
2033         Text_interface::is_markup(). This fixes \markup on instrument names.  
2034
2035         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
2036         for ties and slurs.
2037
2038         * lily/slur.cc (print): idem.
2039
2040         * lily/tie.cc: add line-thickness for ties. 
2041
2042 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2043
2044         * scm/output-svg.scm: Document diversion from GNU coding standards
2045         as a workaround for a bug in Microsoft Internet Explorer.
2046
2047 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2048
2049         * lily/instrument-name-engraver.cc (process_music): use
2050         is_markup() iso. is_string()
2051
2052         * Documentation/user/changing-defaults.itely (Module): add menu entry.
2053
2054         * lily/percent-repeat-engraver.cc (process_music): only look at
2055         main_part_ for % repeats.
2056
2057         * lily/stem-tremolo.cc (get_beam_translation): new function.
2058         (calc_slope): new function.
2059         (height): don't use real slope.
2060
2061 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
2062
2063         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
2064         new connect-to-neighbor, control-points and staff-padding
2065         properties to make ligature brackets showing up again.
2066
2067 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2068
2069         * VERSION: release 2.7.33
2070
2071         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
2072         too many.
2073
2074         * Documentation/user/changing-defaults.itely (Difficult tweaks):
2075         remove applyOutput example.
2076         (Objects connected to the input): document \tweak, \parenthesize
2077
2078         * lily/relocate.cc (prefix_relocation): allow "current"
2079         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
2080         changing VERSION in a lily tree less painful.
2081
2082         * input/regression/parenthesize.ly: new file. 
2083
2084         * scm/output-lib.scm (parenthesize-element): new function.
2085
2086         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
2087
2088         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
2089
2090         * lily/accidental-engraver.cc (make_standard_accidental): reroute
2091         cause: accidentals are caused by note heads, not note events. 
2092
2093 2006-02-08  Graham Percival  <gpermus@gmail.com>
2094
2095         * darwin.patch: small patch from Erlend, thanks!
2096
2097         * Documentation/user/basic-notation.itely: add stem-neutral example.
2098
2099         * Documentation/user/putting.itely: clarifications.
2100
2101 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2102
2103         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
2104         note, add more guidelines to what should go into NEWS.
2105
2106         * input/sakura-sakura.ly: document how to override font.
2107
2108         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
2109
2110 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2111
2112         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
2113
2114 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2115
2116         * scripts/convert-ly.py (lilypond_version_re_str): Move from
2117         convertrules.  Add explicit grouping, needed for python2.2.
2118
2119 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2120
2121         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
2122
2123 2006-02-07  Graham Percival  <gpermus@gmail.com>
2124
2125         * Documentation/user/global.itely: fix line-width in (text) docs.
2126
2127         * Documentation/user/lilypond-book.itely: same.
2128
2129 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2130
2131         * VERSION (PACKAGE_NAME): release 2.7.32
2132
2133         * Documentation/topdocs/NEWS.tely (Top): document new variable
2134         naming.
2135
2136         * flower/include/array.icc (Message): remove file.
2137
2138         * flower/include/std-vector.hh: make sure vsize and VPOS are
2139         defined for binary_search_bounds().
2140
2141         * flower/std-string.cc (std): add to_string(long unsigned).
2142
2143         * configure.in (gui_b): excise std_string option.
2144         (gui_b): excise std_vector option.
2145
2146         * flower/string.cc (Module): excise flower array & string
2147
2148         * flower/include/std-string.hh: excise flower string.
2149
2150         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
2151
2152         * python/convertrules.py (lilypond_version_re_str): require
2153         only numbers and dots in \version string.
2154
2155 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2156
2157         * lily/system-start-delimiter.cc (print): allow style = text too.
2158
2159         * lily/system-start-delimiter-engraver.cc
2160         (acknowledge_system_start_text): new function, also add add to
2161         support of system-start-text (instrument names). This fixes
2162         instrument names on piano staves.
2163
2164         * lily/instrument-name-engraver.cc: rewrite. Use
2165         system-start-delimiter approach. This save memory and cpu.
2166
2167         * scm/define-grobs.scm (all-grob-descriptions): remove
2168         instrument-name from break-alignment.
2169
2170         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
2171
2172 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2173
2174         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
2175         jobserver going.
2176
2177         * configure.in (std_vector): On by default.
2178
2179         * lily/include/font-metric.hh:
2180         * lily/include/tfm-reader.hh: 
2181         * lily/include/spanner.hh: Use unsigned for indices and sizes.
2182         Update users.
2183
2184         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
2185
2186 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2187
2188         * VERSION (PACKAGE_NAME): 2.7.31
2189
2190         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
2191         EPS edge at 0, but take minimum with left-overshoot. This fixes
2192         cut off system start delims. 
2193
2194         * lily/instrument-name-engraver.cc (stop_translation_timestep):
2195         hack: add to axis group if not added yet. This fixes hara kiri'd
2196         piano staves.
2197
2198         * lily/hara-kiri-group-spanner.cc
2199         (force_hara_kiri_in_y_parent_callback): fix signatures.
2200
2201         * lily/hairpin.cc (print): check next hairpin to see whether or
2202         not to be continuing.
2203
2204 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2205
2206         * Remove trailing whitespace from makefiles.
2207         
2208         * flower/include/std-vector.hh: Add binary_search_bounds workaround
2209         for earlier gcc.
2210
2211         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
2212
2213         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
2214
2215         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
2216
2217         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
2218
2219         * configure.in: Use it.
2220
2221 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2222
2223         * scm/music-functions.scm (pitch-of-note): new function.
2224
2225         * ly/music-functions-init.ly: add \octave and \addquote
2226
2227         * lily/parser.yy (music_function_chord_body): softcode \octave.
2228         (lilypond_header): softcode \addquote
2229
2230 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2231
2232         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
2233         array.hh, parray.hh at all.  Getting ready to flip the
2234         configure default.
2235
2236         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
2237
2238         * lily/source-file.cc (file::get_line): Help binary_search_bounds
2239         a bit.
2240
2241         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
2242
2243 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2244
2245         * flower/include/array.hh: typo. 
2246
2247 2006-02-02  Graham Percival  <gpermus@gmail.com>
2248
2249         * Documentation/user/advanced-notation.itely: doc "\#" in text.
2250
2251 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2252
2253         * flower/include/pqueue.hh: Derive from std::vector.
2254
2255         * flower/include/parray.hh: Conform to std::vector interface.
2256         Update users.
2257
2258 2006-02-02  Graham Percival  <gpermus@gmail.com>
2259
2260         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
2261
2262 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2263
2264         * flower/file-path.cc (is_file): remove if 0 section.
2265
2266         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
2267         selecting afii61352.
2268
2269 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2270
2271         * flower/include/std-vector.hh (boundary): Oops, reverse.
2272
2273         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
2274         remove superfluous `d'.
2275
2276         * flower/include/std-vector.hh (boundary, top): Detach from class.
2277         Remove empty vector shell.
2278
2279         * flower/include/array.hh (reverse, swap): Detach from class.
2280         Update users.
2281         
2282         * flower/include/std-vector.hh
2283         * flower/include/array.hh (concat): Globally change to insert ().
2284
2285         
2286         * flower/include/std-vector.hh
2287         * flower/include/parray.hh
2288         * flower/include/array.hh (elem, elem_ref): Globally replace by
2289         at ().
2290
2291 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2292
2293         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
2294
2295         * python/convertrules.py (FatalConversionError.sub_cxx_id):
2296         anticipate on identifier substitutions.
2297
2298 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2299
2300         * flower/include/std-vector.hh (insert): Remove, replace by
2301         std::vector interface.  Update callers.
2302
2303         * flower/include/array.icc (insert): Change signature to
2304         match std::vector interface.
2305         
2306         * flower/include/array.icc (vector_sort): Bugfix.
2307
2308 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2309
2310         * lily/parser.yy (output_def_head_with_mode_switch): new
2311         production. Result: dashes and underscores may be used in the
2312         \paper block.
2313
2314         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
2315
2316         * python/convertrules.py (conv): oops. One slash too much.
2317
2318 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2319
2320         * flower/include/std-vector.hh (sort): Remove, replace by
2321         ::vector_sort.  Update callers.
2322
2323         * flower/include/std-vector.hh (slice): Remove.  Update callers.
2324         (sort): Bugfix.
2325
2326         * flower/test-std.cc (vector_sort): New test.
2327
2328 2006-02-01  Graham Percival  <gpermus@gmail.com>
2329
2330         * Documentation/user/putting.itely: fixes from Erik.
2331
2332 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2333
2334         * flower/test-std.cc: Add simple unit test for vector migration.
2335
2336         * stepmake/stepmake/test*: Unit test support.
2337
2338         * flower/include/std-vector.hh (del): Remove.  Use erase (),
2339         update callers.
2340
2341         * flower/include/array.hh (begin, end): Add.
2342         (del, get): Remove.
2343
2344 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2345
2346         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
2347         std::string not String. 
2348
2349         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
2350         iso UINT_MAX.
2351
2352         * lily/prob.cc (Prob): copy type_ too.
2353
2354         * lily/lily-guile.cc (mangle_cxx_identifier): new
2355         function. Class_bla::foo_bar_[px] ->
2356         ly:class-bla::foo-bar[?!]. Changes throughout
2357
2358 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2359
2360         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
2361
2362         * lily/beam.cc (calc_direction): take dir from visible stem in
2363         degenerate case.
2364
2365 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2366
2367         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
2368         Fix -1, >=0 boundary checks for unsigned vsize.
2369
2370         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
2371         loop for unsigned vsize.
2372
2373         * configure.in (--enable-std-vector): New option.
2374         (--enable-std-string): On by default.
2375
2376         * flower/include/std-vector.hh: New file.  Enable switch to
2377         std::vector, update client code.
2378
2379 2006-01-30  Graham Percival  <gpermus@gmail.com>
2380
2381         * scm/document-translation.scm: clarify "this context is also
2382         known as".  Thanks, Werner!
2383
2384         * Documentation/user/putting.itely: small fixes from Don Blaheta.
2385
2386         * Documentation/user/invoking.itely: small fix from Don.
2387
2388 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2389
2390         * scm/lily.scm (define-scheme-options): rename option
2391         preview-include-book-title to book-title-preview
2392         (define-scheme-options): move force-eps-font-include (from paper
2393         block) to eps-font-include -d option.
2394
2395         * VERSION (PATCH_LEVEL): release 2.7.30
2396
2397         * input/bach-schenker.ly (staffPiano): new file.
2398
2399         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
2400
2401         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
2402         credits to Nicolas.
2403
2404         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
2405
2406         * ps/lilyponddefs.ps: remove start-system, stop-system,
2407         start-page fluff. This saves putting { } code on the stack, fixing
2408         stack overflows when including EPS files.
2409
2410 2006-01-29  Graham Percival  <gpermus@gmail.com>
2411
2412         * Documentation/user/putting.itely: minor fixes (comments on -devel).
2413
2414 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2415
2416         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
2417
2418 2006-01-28  Graham Percival  <gpermus@gmail.com>
2419
2420         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
2421
2422 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2423
2424         * input/mutopia/claop.py: Update.
2425
2426 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2427
2428         * input/regression/completion-heads.ly (texidoc): fix.
2429
2430         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
2431
2432         * lily/tie-formatting-problem.cc
2433         (set_ties_config_standard_directions): use abs iso fabs for ints.
2434
2435         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
2436
2437         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
2438         little less than noteheight, to prevent overlaps in chords.
2439
2440         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
2441         head, and fudge stem-attachment.
2442
2443         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
2444
2445         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
2446
2447 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2448
2449         * lily/main.cc (main): Debugging aid: catch exceptions.
2450
2451         * flower/std-string.cc (to_string): Robustification.  Fixes midi
2452         output with std::string.
2453
2454 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2455
2456         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
2457
2458 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2459
2460         * Fix -DSTRING_UTILS_INLINED.
2461
2462 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2463
2464         * VERSION (PATCH_LEVEL): release 2.7.29
2465
2466         * lily/relocate.cc (setup_paths): mingw uses std string too.
2467
2468         * lily/*.cc: various fixes for substr(ARG).
2469
2470         * lily/sustain-pedal.cc (print): 
2471
2472         * flower/file-name.cc (slashify): use std strings.
2473
2474         * flower/string-convert.cc: remove publib.h
2475
2476         * scm/define-markup-commands.scm (verbatim-file): new markup
2477         command \verbatim-file
2478
2479         * Documentation/topdocs/NEWS.tely: fixup URLs
2480
2481         * input/regression/alignment-vertical-manual-setting.ly (Module):
2482         new file.
2483
2484         * lily/align-interface.cc (align_elements_to_extents): overwrite
2485         translations with numbers in alignment-offsets from left bound
2486
2487         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
2488         (page-translate-systems): new function: take into account Y-offset.
2489
2490         * Documentation/topdocs/NEWS.tely (Top): document new features.
2491
2492         * input/regression/page-layout-manual-position.ly (Module): new
2493         file.
2494
2495 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2496
2497         * flower/file-path.cc (path::parse_path): Oops.
2498
2499         * Finish std::string interface.  For now, use std:: marker
2500         throughout for easy s/r.
2501
2502 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2503
2504         * Documentation/user/putting.itely (Score is a single musical
2505         expression): typo.
2506         (Score is a single musical expression): more typos.
2507
2508         * scm/page.scm (annotate-space-left): thinko.
2509         (annotate-page): more thinkos.
2510
2511 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2512
2513         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
2514         for different \score blocks separately.
2515         (post-process-pages): put write-page-layout into paper block.
2516
2517         * lily/output-def.cc (get_parser): new file.
2518
2519         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
2520         file.
2521
2522         * lily/include/output-def.hh (class Output_def): add parser_ member.
2523
2524         * input/regression/page-layout-twopass.ly (Module): new file.
2525
2526         * scm/lily.scm: remove cpp hack.
2527
2528         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
2529
2530 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2531
2532         * GNUmakefile.in (c-clean): New target.
2533
2534         * flower/include/std-string.hh: String/std::string compatibility:
2535         Use NPOS for `not found' (iso -1), use ssize for length () and pos
2536         type.
2537
2538         * flower/rational.cc: 
2539         * flower/include/rational.hh: 
2540
2541         * flower/offset.cc: 
2542         * flower/include/offset.hh: 
2543
2544         * flower/interval.cc: 
2545         * flower/include/interval.hh: 
2546
2547         * flower/string-convert.cc: 
2548         * flower/include/string-convert.hh: Use std::string [interface].
2549         Update callers.
2550
2551 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
2552
2553         * Documentation/index.html.in: clean up.
2554
2555 2006-01-25  Graham Percival  <gpermus@gmail.com>
2556
2557         * Documentation/user/putting.itely: another new untested doc section.
2558
2559 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2560
2561         * scm/layout-page-layout.scm (write-page-breaks): write
2562         \spacingTweaks #ALIST. Handle grace timing.
2563
2564         * scm/: more imports.
2565
2566         * scm/page.scm (make-page): add footer/header.
2567         (annotate-space-left): revise: only take page argument.
2568         (layout->page-init): new function.
2569
2570         * scm/layout-page-layout.scm (write-page-breaks): preliminary
2571         version of the system/spacing/linebreak hack writing to the output
2572
2573         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
2574         ly:make-prob.
2575
2576         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
2577         ly:spanner-bound
2578
2579 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2580
2581         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
2582
2583         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
2584
2585         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
2586         handling to page.scm
2587
2588         * lily/prob-scheme.cc (LY_DEFINE): new file.
2589         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
2590
2591         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
2592         prob functions.
2593
2594         * lily/music.cc (derived_mark): derive Music from Prob.
2595
2596         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
2597
2598         * lily/prob.cc (Module): Implement Prob (Property Object), object
2599         with shared and r/w property alists.  
2600
2601         * lily/include/prob.hh (Module): new file. Declare Prob.
2602
2603         * flower/string.cc: remove is_empty().
2604
2605         * flower/include/string.hh (class String): remove String:: qualifier.
2606
2607         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
2608         substitute appropriate functions.
2609
2610         * flower/include/string.hh (class String): remove to_str0 and
2611         is_empty(). S&R everywhere.
2612
2613 2006-01-23  Graham Percival  <gpermus@gmail.com>
2614
2615         * Documentation/user/basic-notation.itely: add hairpin
2616         after-linebreak tweak to commonprop.
2617
2618         * Documentation/user/putting.itely: added two new sections.
2619
2620 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2621
2622         * flower/international.cc: 
2623         * flower/include/international.hh: 
2624
2625         * flower/getopt-long.cc: 
2626         * flower/include/getopt-long.hh: Use std::string [interface].
2627         Update callers.
2628
2629         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
2630
2631         * stepmake/stepmake/executable-rules.make: Add dependency on
2632         module libraries.
2633
2634 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2635
2636         * flower/file-path.cc: 
2637         * flower/include/file-path.hh: Use std::string [interface].
2638         Update callers.
2639
2640         * flower/direction.cc: 
2641         * flower/axis.cc: Unused.  Remove.
2642
2643         * configure.in (--enable-std-string): New option.
2644
2645         * flower/std-string.cc: 
2646         * flower/include/std-string.hh: New file.
2647
2648         * flower/file-name.cc[STD_STRING]:
2649         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
2650
2651 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2652
2653         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
2654
2655         * scm/define-markup-commands.scm (with-dimensions):
2656         with-dimensions markup command.
2657
2658         * input/test/font-table.ly: use it.
2659
2660         * lily/open-type-font.cc (glyph_list): new function.
2661
2662         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
2663
2664         * lily/ttf.cc: remove ly:font-glyph-list scheme function
2665
2666 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2667
2668         * ly/music-functions-init.ly (parallelMusic): new music function
2669         for parallel music entry.
2670
2671         * scm/define-music-properties.scm (all-music-properties): new
2672         'void music property
2673
2674         * scm/music-functions.scm (ly:music-message): make public, to be
2675         used in music function definitions
2676
2677         * scm/lily-library.scm (collect-music-for-book): discard music
2678         when the 'void property is set.
2679
2680 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2681
2682         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
2683
2684         * mf/GNUmakefile: idem.
2685
2686         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
2687
2688         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
2689
2690         * Documentation/user/notation-appendices.itely (The Feta font):
2691         use it.
2692
2693         * input/test/font-table.ly: new file. Generate font table within lily.
2694
2695         * Documentation/user/notation-appendices.itely (The Feta font):
2696         use new font-table.ly file. 
2697
2698         * stepmake/stepmake/install-out-targets.make
2699         (local-install-outfiles): only create directory if
2700         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
2701
2702 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2703
2704         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
2705
2706         * VERSION (PACKAGE_NAME): release 2.7.28
2707
2708         * scm/framework-ps.scm (write-preamble): use it to pick exactly
2709         the right font from a Mac dfont.
2710         (write-preamble): don't forget directory, only look at files.
2711
2712         This fixes problems with TTF files in dfonts that don't match
2713         their PostScript names.
2714          
2715         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
2716         PS name from TTF font.
2717
2718         * input/regression/tie-manual.ly: document new feature.
2719
2720         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
2721
2722         * VERSION (MY_PATCH_LEVEL): bump to .28
2723
2724         * Documentation/user/basic-notation.itely (Ties): add tie examples
2725         refs.
2726
2727         * lily/tie-formatting-problem.cc (score_ties_configuration):
2728         symmetry penalties for outer ties.
2729
2730 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2731
2732         * lily/tie-formatting-problem.cc (generate_configuration) 
2733         (set_manual_tie_configuration): skip non-pair manual
2734         tie-configuration, so you can set individual ties as
2735
2736           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
2737
2738         * input/regression/tie-chord.ly: use generateTiePattern to
2739         simplify file.
2740
2741         * lily/tie-formatting-problem.cc (peak_around): new function.
2742         (score_configuration): use sliding criterion for staff line collisions. 
2743         (score_configuration): idem for dot collisions.
2744         (generate_configuration): use separate stem_gap for gap to stem.
2745
2746         * lily/include/tie-formatting-problem.hh (struct Tie_details):
2747         separate penalty factors for x and y distance.
2748         (struct Tie_details): separate penalties for tip and center line collisions.
2749
2750 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
2751
2752         * lily/tie-formatting-problem.cc (generate_configuration): make
2753         large ties avoid stafflines in the horizontal section.
2754         (score_configuration): use softcoded penalties
2755         (score_aptitude): idem.
2756
2757         * lily/tie-helper.cc (from_grob): softcode tie details
2758
2759         * lily/staff-symbol-referencer.cc (on_staff_line): new function
2760
2761         * lily/staff-symbol-referencer.cc (on_line): rename from
2762         on_staffline 
2763
2764 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2765
2766         * ly/music-functions-init.ly: remove duplicate tag.
2767
2768         * lily/include/*.hh: GCC 4.1 fixes.
2769
2770 006-01-16  Erlend Aasland  <erlenda@gmail.com>
2771
2772         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
2773
2774         * scm/define-music-types.scm: fix bug in desc. string
2775         for OverrideProperty
2776
2777 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
2778
2779         * scripts/lilypond-book.py: bugfix
2780
2781         * scm/define-music-types.scm: fix typos.
2782
2783 2006-01-14  Graham Percival  <gpermus@gmail.com>
2784
2785         * Documentation/user/ basic-notation.itely, global.itely,
2786         advanced-notation.itely, instrument-notation.itely: small
2787         additions (bugs and commonly tweaked properties).
2788
2789 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2790
2791         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
2792         detection of mingw build.
2793         (MINGW_BUILD): opps.
2794
2795 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2796
2797         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
2798         i686-mingw32.
2799
2800 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2801
2802         * scm/music-functions.scm (skip->rest): add skip->rest
2803
2804 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2805
2806         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
2807         explicitly.
2808
2809         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
2810         config dirs. Aids debugging. 
2811         (display_config): also display config files.
2812
2813 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2814
2815         * VERSION: release 2.7.27
2816
2817         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
2818         for determining bar size.
2819
2820         * lily/staff-symbol.cc (print): place lines at distance line-positions
2821
2822         * scm/define-grob-properties.scm (all-user-grob-properties): add
2823         line-positions.
2824
2825         * lily/staff-symbol.cc (height): new function.
2826
2827         * input/regression/staff-line-positions.ly:  new file.
2828
2829 2006-01-06  Graham Percival  <gpermus@gmail.com>
2830
2831         * input/test/add-staccato.ly: remove reference to old file.
2832
2833 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2834
2835         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
2836         lilypond binary too.
2837
2838 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2839
2840         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
2841
2842 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2843
2844         * scripts/midi2ly.py: Bugfix: Declare datadir.
2845
2846         * make/ly-rules.make:
2847         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
2848         that seems to be gone). Fixes make web.
2849
2850         * The grand 2005-2006 replace.
2851
2852         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
2853
2854 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2855
2856         * make/lilypond-vars.make: set LILYPOND_BINARY variable
2857         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
2858         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
2859         like -dgs-font-load.
2860
2861         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
2862         remove absolute path to lilypond binary.
2863         
2864 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
2865
2866         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
2867
2868 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2869
2870         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
2871
2872         * mf/GNUmakefile: remove broken dvips map symlink.
2873
2874 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2875
2876         * lily/main.cc: 
2877         * configure.in: Cosmetic fixes.
2878
2879 2006-01-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2880
2881         * Documentation/user/music-glossary.tely (Pitch names): Added
2882         Spanish pitch names and durations, thanks to Ernesto Gancedo
2883
2884 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2885
2886         * scm/lily.scm (define-scheme-options): use quasi-quote for option
2887         init. Fixes verbose printing of .scm files.
2888
2889         * stepmake/aclocal.m4: add spaces before - options.
2890         
2891 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2892
2893         * lily/relocate.cc (setup_paths): Bugfix: do not store result
2894         of path search in local block variable.
2895
2896 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2897
2898         * configure.in (NCSB_DIR): --enable-ncsb-dir
2899         (LINK_GXX_STATICALLY): denko.
2900
2901         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
2902
2903         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
2904         use locate to find c059033l.pfb. 
2905         
2906 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2907
2908         * lily/tie-formatting-problem.cc
2909         (problem::generate_base_chord_configuration): Use my_round (was
2910         round).
2911
2912         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
2913         do not invoke mbrtowc.
2914
2915         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
2916
2917 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2918
2919         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
2920
2921 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
2922
2923         * Documentation/user/invoking.itely (svg): revise.
2924
2925 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2926
2927         * lily/lexer.ll: use sourcefilename iso. renameinput.
2928
2929 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2930
2931         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
2932         <PostScriptName>.ttf instead of c059XXXttf.
2933
2934         * lily/program-option.cc (LY_DEFINE): special support for
2935         --verbose, so it works before option init too.
2936  
2937         * mf/GNUmakefile (local-install): oops.
2938
2939         * lily/lyric-hyphen.cc (print): oops.
2940
2941         * buildscripts/pfx2ttf.fontforge: new file.
2942         
2943         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
2944         ($(outdir)/%.ttf): new rule. 
2945
2946         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
2947         to LyricHyphen.
2948
2949         * lily/lyric-hyphen.cc (print): multiply hyphen height by
2950         font-size
2951
2952 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2953
2954         * VERSION: release 2.7.26
2955         
2956         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
2957
2958 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2959
2960         * lily/font-config.cc (init_fontconfig): verbosity.
2961
2962         * THANKS: add Muziekacademie Lede. 
2963
2964         * scripts/musicxml2ly.py (print_voice_definitions): new function 
2965         (print_score_setup): new function
2966         (convert): read part definition to output staves properly.
2967
2968         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
2969         Music_xml notes.
2970
2971         * python/musicexp.py (Output_printer.__init__): use _ in data
2972         members.
2973         (Output_printer.unformatted_output): new function: no formatting,
2974         but count braces.
2975         (Duration.get_length): remove isinstance() checks for
2976         Output_printer everywhere.
2977
2978         * input/regression/lyrics-bar.ly (texidoc): add
2979         Separating_line_group_engraver.
2980
2981 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2982
2983         * lily/relocate.cc (framework_relocation): New function,
2984         factored from set_relocation ().
2985         (prefix_relocation): Rename from set_relocation ().
2986         (setup_paths): Use it.
2987
2988 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2989
2990         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
2991         numbers. Patch by Erlend Aasland.
2992
2993 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2994
2995         * lily/font-config.cc (init_fontconfig): print warning if cache
2996         file is not existant.
2997
2998         * lily/main.cc: don't use #ifdef but #if
2999
3000 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3001
3002         * lily/grob-property.cc (internal_set_property): don't abort on
3003         calculation-in-progress.
3004
3005         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
3006
3007         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
3008         connect-to-neighbor property not connect-to-other
3009
3010         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
3011         (LY_DEFINE): oops. don't forget protection.
3012
3013         * flower/parse-afm.cc (Module): strip AFM handling completely.
3014
3015         * lily/stencil-expression.cc: idem.
3016
3017         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
3018
3019         * lily/function-documentation.cc (ly_add_function_documentation):
3020         use static member iso. Protected_scm
3021
3022         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
3023
3024         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
3025
3026 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3027
3028         * lily/relocate.cc (set_env_dir): New function.
3029         (set_relocation): Use it to fix setting PANGO_PREFIX.
3030
3031 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3032
3033         * input/regression/stem-direction-context.ly: remove rest.
3034
3035         * lily/melody-engraver.cc (process_music): restart for bar lines.
3036         (acknowledge_slur): restart for slurs.
3037
3038 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
3039
3040         * Documentation/user/invoking.itely: describe how to view SVG 
3041         output using Inkscape which replace embedded fonts with OTF fonts.
3042
3043 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3044
3045         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
3046
3047 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3048
3049         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
3050         comment.
3051
3052 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3053
3054         * VERSION (PACKAGE_NAME): release 2.7.25
3055
3056         * Documentation/topdocs/NEWS.tely (Top): document new feature.
3057
3058         * input/regression/stem-direction-context.ly: new file.
3059
3060         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
3061
3062         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
3063         on rest.
3064
3065         * ly/engraver-init.ly: add Melody_engraver
3066
3067         * lily/beam.cc (calc_direction): use default-direction
3068         iso. get_default_direction()
3069
3070         * scm/define-grob-properties.scm (all-user-grob-properties): add
3071         default-direction property.
3072
3073         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
3074
3075         * lily/stem.cc (calc_default_direction): remove
3076         Stem::get_default_direction, use default-direction with callback
3077         instead.
3078
3079         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
3080
3081         * lily/melody-engraver.cc: new file. Acknowledge stems for
3082         interpolated stem directions. 
3083
3084         * lily/melody-spanner.cc: new file. Interpolate stem directions.
3085
3086         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
3087
3088         * lily/slur-configuration.cc (fit_factor): more robust check for
3089         point in curve X-extent.
3090
3091         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
3092         (outside_slur_callback): check for 'outside avoidance.
3093
3094         * lily/slur-configuration.cc (score_extra_encompass): don't use
3095         bound->column() == avoid->column() for checking extents, as this
3096         doesn't work for accidentals. 
3097
3098         * lily/slur-engraver.cc (acknowledge_extra_object): remove
3099         DynamicText hardcoding.
3100
3101         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
3102         crash if bound stem is NULL
3103
3104         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
3105         pedals.
3106
3107 2005-12-22  Graham Percival  <gpermus@gmail.com>
3108
3109         * scm/define-markup-commands.scm: typo.  @code{\raise}
3110         => @code{\\raise}.
3111
3112         * darwin.patch: now used again, includes a
3113         required patch from fink.
3114
3115 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
3116
3117         * po/TODO: mention gtranslator along with kbabel.
3118         * po/fi.po: update translations.
3119
3120 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3121
3122         * lily/relocate.cc (setup_paths): Bugfix.
3123
3124 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3125
3126         * lily/slur-configuration.cc (score_extra_encompass): don't use
3127         "avoid" choice for avoid-slur.
3128
3129         * stepmake/bin/install.py (dest): don't create existing dir.
3130
3131 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3132
3133         * stepmake/bin/install.py: Remove file before copying.
3134
3135         * config.make.in: 
3136         * stepmake/aclocal.m4: Do not substitute INSTALL.
3137
3138 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3139
3140         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
3141         depend on link-tree.
3142
3143         * lily/relocate.cc (setup_paths): only check path for non-absolute
3144         dir without directory part.
3145
3146         * flower/file-name.cc (is_absolute):  new method.
3147         (is_absolute): check root_ too.
3148
3149 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3150
3151         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
3152         relocation code.  Oops, don't comment out too much.
3153
3154         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
3155         iso itself.
3156
3157         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
3158         compile.
3159
3160 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3161
3162         * .cvsignore: Add install-sh.
3163
3164         * autogen.sh (srcdir): Typo.
3165
3166 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3167
3168         * autogen.sh (srcdir): urg. Touch install-sh.
3169
3170         * stepmake/bin/install-sh (Module): remove.
3171
3172         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
3173
3174         * lily/include/relocate.hh: new file.
3175
3176         * lily/relocate.cc: new file. Contain relocation logic.
3177
3178         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
3179         (main): read LILYPOND_VERBOSE as the first thing.
3180
3181         * stepmake/aclocal.m4: remove INSTALL variable.
3182
3183         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
3184         separate target for making font symlinks.
3185         (documentation-dir): use $(if $(findstring )) for switching off
3186         Documentation.
3187
3188         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
3189         something if DOCUMENTATION is no.
3190
3191 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3192
3193         * VERSION: release 2.7.24
3194
3195         * lily/script-column-engraver.cc (stop_translation_timestep):
3196         delay adding to script-column.
3197
3198         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
3199
3200         * python/convertrules.py (conv): rule for number-visibility
3201
3202         * lily/slur-configuration.cc (score_extra_encompass): different
3203         distance measure for avoid and inside avoidance.
3204         (score_extra_encompass): use 1/(distance+eps) as penalty.
3205
3206         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
3207         encompass objects for generating slur curves.
3208
3209         * lily/slur.cc: use details iso. slur-details property.
3210
3211         * input/regression/slur-tuplet.ly: new file.
3212
3213         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
3214
3215         * flower/include/offset.hh (class Offset): new operator /=
3216
3217         * lily/tuplet-number.cc (print): new file, new interface.
3218
3219         * scm/define-grob-properties.scm (all-user-grob-properties):
3220         remove number-visibility property.
3221
3222         * lily/tuplet-bracket.cc (calc_control_points): new function
3223         (calc_connect_to_neighbors): new function.
3224         (print): remove text handling for tuplet numberdef.
3225
3226         * lily/tuplet-engraver.cc (struct Tuplet_description): create
3227         TupletNumbers too. 
3228
3229         * lily/lily-guile.cc (robust_scm2booldrul): new function
3230
3231         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
3232
3233         * lily/tuplet-bracket.cc (calc_position_and_height): use
3234         staff-padding to control whether tuplet brackets are over staves.
3235
3236         * lily/grob.cc (suicide): clear dim_caches_.
3237
3238         * lily/dimension-cache.cc (clear): new function.
3239
3240         * lily/grob.cc (extent): swap order of min-extent and extent
3241         calculations. This fixes hara kiri staves. 
3242
3243 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3244
3245         * lily/main.cc: Nitpick: relocation is not based on path, but on
3246         directory (location).
3247
3248 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3249
3250         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
3251
3252         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
3253
3254         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
3255
3256         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
3257
3258         * stepmake/stepmake/generic-vars.make (Module): idem.
3259
3260         * stepmake/stepmake/executable-targets.make (default): use it.
3261
3262         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
3263
3264         * make/GNUmakefile: don't install make rules.
3265
3266         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
3267         slashes.
3268         (prepend_env_path): more verbosity.
3269
3270 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3271
3272         * GNUmakefile.in: add dir argument for find command.
3273
3274         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
3275         fixes weird line numbers for point & click.
3276
3277         * lily/source-file.cc (get_counts): init line/column/char counts.
3278
3279 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3280
3281         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
3282
3283 2005-12-16  Graham Percival  <gpermus@gmail.com>
3284
3285         * Documentation/user/basic-notation.itely, advanced-notation.itely:
3286         minor fixes from Fredric.  Thanks!
3287
3288 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3289
3290         * ly/music-functions-init.ly: add \bar and \clef music function 
3291
3292         * lily/lily-lexer.cc: idem.
3293
3294         * lily/parser.yy (FIXME): remove BAR and CLEF.
3295
3296 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3297
3298         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
3299
3300         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
3301         function arguments too
3302
3303         * lily/main.cc (set_relocation): new function.
3304
3305         * scripts/musicxml2ly.py (convert): add \version
3306
3307         * lily/tie.cc: remove get_default_attachments()
3308
3309         * VERSION (PACKAGE_NAME): release 2.7.23
3310         
3311         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
3312         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
3313
3314         * Documentation/topdocs/NEWS.tely (Top): document new feature.
3315
3316         * lily/tie-formatting-problem.cc (score_ties): new function
3317         (get_variations): new function. Try flipping dirs for collisions.
3318         (generate_optimal_chord_configuration): new function. 1-opt search
3319         for better configuration.
3320
3321         * lily/tie-configuration.cc: new file.
3322
3323         * lily/tie.cc: junk Tie::get_configuration()
3324
3325         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
3326         (score_ties_configuration): new function.
3327         (generate_ties_configuration): new function.
3328         (generate_base_chord_configuration): new function.
3329         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
3330         (set_manual_tie_configuration): Move body from tie-column-format.cc 
3331
3332         * input/regression/tie-dot.ly: new file.
3333
3334         * lily/tie-formatting-problem.cc (score_configuration): score
3335         tie/dot collisions.
3336
3337         * lily/tie-helper.cc (get_transformed_bezier): new function
3338
3339         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
3340
3341         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
3342         -undefined suppress iso. -framework Python 
3343
3344         * scm/define-grobs.scm (all-grob-descriptions): set
3345         springs-and-rods (thanks Joe Neeman!)
3346
3347 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3348
3349         * input/no-notation/display-lily-tests.ly (test): 
3350         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
3351         changed from \tag #'(a b) to \tag #'a \tag #'b
3352
3353 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3354
3355         * Documentation/topdocs/NEWS.tely: strip out-www.
3356
3357         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
3358
3359         * config.make.in (AR): add AR and RANLIB
3360
3361         * flower/libc-extension.cc: include cassert
3362
3363         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
3364         darwin check.
3365
3366 2005-12-11  Graham Percival  <gpermus@gmail.com>
3367
3368         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
3369
3370         * stepmake/stepmake/python-modules-vars.make: define
3371         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
3372
3373         * THANKS: added Johannes Schindelin.
3374
3375 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3376
3377         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
3378
3379         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3380         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
3381
3382         * lily/parser.yy: reorganize file layout.
3383
3384         * ly/music-functions-init.ly: add tweak music function.
3385
3386         * lily/grob-info.cc (ultimate_music_cause): new function:
3387         recursively lookup causes. 
3388
3389         * lily/parser.yy (chord_body_element): allow music functions for
3390         post-events, allow music functions for chord elements. 
3391  
3392         * lily/font-config-scheme.cc (display_fontset): add cast.
3393
3394         * python/convertrules.py (FatalConversionError.sub_syms): \tag
3395         #'(a b) -> \tag #'a \tag #'b rule.
3396
3397         * python/musicexp.py (Output_printer.dump_version): new function
3398
3399 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3400
3401         * lily/parser.yy (FIXME): remove \tag
3402         (FIXME): remove tag_music() function.
3403
3404         * lily/lily-lexer.cc: remove \tag
3405
3406         * ly/music-functions-init.ly: define music-function "tag"
3407
3408         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
3409
3410 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3411
3412         * VERSION (PATCH_LEVEL): release 2.7.22
3413
3414         * input/regression/lyric-hyphen-retain.ly: renew.
3415
3416         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
3417         grob
3418
3419         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
3420         iso. minimum-length property for rods.
3421
3422         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
3423         LyricSpace item to keep lyrics spaced apart.
3424
3425         * ly/engraver-init.ly: remove Separating_line_group_engraver
3426
3427         * Documentation/user/music-glossary.tely: do setfilename before
3428         music-glossary.
3429
3430 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
3431
3432         * Documentation/user/lilypond-book.itely: use `,´ after xref:
3433         See xref documentation, for example.
3434
3435 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3436
3437         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
3438         pending_skip iso. ly_voice[-1]
3439         (main): add if __main__ for debugging.
3440
3441         * python/musicxml.py (Accidental.__init__): new class.
3442
3443         * scripts/musicxml2ly.py (progress): new function
3444         (musicxml_key_to_lily): don't barf on modeless keys.
3445         (create_skip_music): new function.
3446         (musicxml_spanner_to_lily_event): new function. Handle beams too.
3447         (musicxml_note_to_lily_main_event): new function.
3448
3449         * python/musicexp.py (Music.__init__): add comment field.
3450         (NestedMusic.append): new routine.
3451         (SequentialMusic.print_ly): print comment.
3452         (ArpeggioEvent.ly_expression): new class
3453         (BeamEvent.ly_expression): new class
3454         (NoteEvent.__init__): support for cautionary/forced accs.
3455
3456         * lily/lookup.cc (slur): normal order for array loop.
3457
3458         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
3459         to 0.0.
3460
3461         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
3462         collapsed.
3463
3464 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
3465
3466         * scm/music-functions.scm: Make phrasing slurs follow voice direction
3467
3468         * scripts/lilypond-book.py: Introduce option
3469             --preserve-line-breaks, for usage with srcltx
3470
3471 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3472
3473         * scm/output-lib.scm (print-circled-text-callback): draw circle
3474         around text using make-circle-markup.
3475
3476         * Documentation/user/*: strip out-www from file names.
3477
3478 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
3479
3480         * Documentation/user/lilypond.tely (direntry): remove empty lines;
3481         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
3482
3483 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3484
3485         * Documentation/user/GNUmakefile: idem.
3486
3487         * Documentation/user/macros.itexi: strip out-www
3488
3489         * python/rational.py: python 2.3 compat.
3490
3491         * VERSION (PATCH_LEVEL): release 2.7.21
3492
3493         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
3494         option formatting, lilypond style.
3495
3496         * python/musicexp.py: grab from Ikebana: a library for composing
3497         ly music expressions. 
3498         (Output_printer): class for advanced .ly printing.
3499         (eg. tupletting) 
3500
3501         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
3502         convert to pythonesque structure.
3503
3504         * python/rational.py: PD rational number class.
3505
3506         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
3507
3508 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
3509
3510         * lily/part-combine-iterator.cc: Minor bugfix
3511         
3512         * THANKS: Update bughunters
3513
3514 2005-12-02  Werner Lemberg  <wl@gnu.org>
3515
3516         * mf/README: Document process for proper mf2pt1 conversion.
3517
3518         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
3519         overlapping.
3520
3521         * mf/feta-harmonica.mf: Removed.  Unused.
3522
3523 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3524
3525         * scripts/lilypond-book.py (do_file): fix thinkos.
3526
3527 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3528
3529         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
3530         ($(outdir)/parser.cc): 
3531         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
3532
3533 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
3534
3535         * ly/titling-init.ly (tagline): it should be a space between
3536         "Music engraving by LilyPond" and the version number.
3537
3538 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3539
3540         * VERSION (PACKAGE_NAME): release 2.7.20
3541
3542 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3543
3544         * scm/define-markup-commands.scm (pad-to-box): new markup command.
3545
3546         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
3547         1.0.
3548         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
3549
3550 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3551
3552         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
3553
3554         * kpath-guile/: remove directory
3555
3556         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
3557         file. Encapsulate kpathsea using commandline tools.
3558
3559         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
3560         kpathsea) module.
3561
3562 2005-11-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3563
3564         * Documentation/user/advanced-notation.itely (Setting automatic
3565         beam behavior): Correct a few typos. Thanks to David Bobroff.
3566
3567         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
3568         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
3569
3570 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3571
3572         * scripts/*.py: gmane address for bugs.
3573
3574 2005-11-28 Pal Benko <benkop@freestart.hu>
3575         
3576         * make/ly-rules.make: add -f switch to mv
3577
3578         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
3579
3580         * lily/bar-line.cc: interpret it
3581
3582 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3583
3584         * configure.in (--disable-documentation): New switch.
3585
3586         * GNUmakefile.in: Use it.
3587
3588         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
3589
3590 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3591
3592         * scripts/lilypond-book.py (do_file): search chunks for
3593         \\begin{document}
3594
3595         * GNUmakefile.in: add copy step in between so we can lose the
3596         out-www directories.
3597
3598 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3599
3600         * lily/pango-font.cc (pango_item_string_stencil): put
3601         geometry.width into glyph-string too.
3602
3603 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3604
3605         * scm/define-music-display-methods.scm (RevertProperty):
3606         (OverrideProperty): Use grob-property-path property, a list of
3607         symbols, instead of grob-property, which used to be a single
3608         symbol.
3609         (BassFigureEvent): a figure can be a plain number, not necessarily a
3610         markup.
3611
3612 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3613
3614         * VERSION: release 2.7.19
3615         
3616         * lily/figured-bass-engraver.cc (process_music): check
3617         figuredBassCenterContinuations first.
3618
3619         * scm/translation-functions.scm (format-bass-figure): make double
3620         sharp larger. 
3621
3622         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
3623         determine X-parent.
3624
3625         * lily/system-start-delimiter-engraver.cc: move from
3626         Nested_system_start_delimiter_engraver, rename
3627         Nested_system_start_delimiter_engraver ->
3628         System_start_delimiter_engraver.
3629
3630         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
3631         bracket type from hierarchy.
3632
3633 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3634
3635         * lily/rest.cc (y_offset_callback): read staff-position.
3636
3637         * scm/define-grob-properties.scm (all-user-grob-properties): don't
3638         mark after-line-breaking-callback as internal.
3639
3640         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
3641
3642 2005-11-25  Werner Lemberg  <wl@gnu.org>
3643
3644         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
3645
3646 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3647
3648         * stepmake/bin/add-html-footer.py (do_file): add google
3649
3650         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
3651         staff if first_start_ is true.
3652
3653 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3654
3655         * scripts/midi2ly.py (split_track): add __repr__ members.
3656         (track_first_item): only return Item if not None. This fixes a
3657         problem when dumping a track that starts with an empty channel.
3658
3659         * python/midi.c: doc module.
3660
3661 2005-11-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3662
3663         * Documentation/user/global.itely (Creating MIDI files): Fix
3664         compilation problem.
3665
3666 2005-11-22  Graham Percival  <gpermus@gmail.com>
3667
3668         * Documentation/user/basic-notation.itely: clarify dynamic
3669         padding text.
3670
3671         * Documentation/user/advanced-notation.itely: add unicode
3672         escape control example, whatever that is.  :)
3673
3674         * Documentation/user/global.itely: added "removing dynamics
3675         from MIDI" code.
3676
3677 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3678
3679         * VERSION (PATCH_LEVEL): release 2.7.18
3680
3681         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
3682         System_start_delimiter_engraver by
3683         Nested_system_start_delimiter_engraver.
3684
3685         * lily/nested-system-start-delimiter-engraver.cc (struct
3686         Bracket_nesting_node): new class.
3687         (struct Bracket_nesting_group): new class
3688         (struct Bracket_nesting_staff): new class.
3689         (process_music): create hierarchy of grobs. This allows separate
3690         tuning of different SSDs. 
3691
3692         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
3693         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
3694
3695 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3696
3697         * lily/side-position-interface.cc (aligned_side): multiply
3698         staff_radius by 2.
3699
3700         * lily/script-engraver.cc (make_script_from_event): allow setting
3701         values to '()
3702
3703 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3704
3705         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
3706
3707         * scm/define-grobs.scm (all-grob-descriptions): new grob
3708         NestedSystemStartDelimiter.
3709
3710         * input/regression/system-start-heavy-bar.ly: new file.
3711
3712         * lily/nested-system-start-delimiter-engraver.cc: new file.
3713
3714         * lily/nested-system-start-delimiter.cc: new file.
3715
3716         * input/regression/system-start-nesting.ly: new file.
3717
3718         * scm/define-grobs.scm (all-grob-descriptions): use X side
3719         positioning for positioning braces for nested contexts.
3720
3721         * lily/system-start-delimiter.cc (print): don't divide extent by
3722         staff_space.
3723         (print): use style iso. glyph.
3724         (staff_bracket): translate glyph inside routine already.
3725
3726 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
3727
3728         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
3729         names.
3730
3731 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3732
3733         * scm/define-context-properties.scm
3734         (all-user-translation-properties): rename figuredBassFormatter
3735         from newFiguredBassFormatter.
3736
3737         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
3738
3739         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
3740
3741         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
3742
3743         * lily/beam.cc (calc_beaming): new function.
3744         (calc_shorten): new function.
3745
3746         * THANKS: add Edward Neeman.
3747
3748         * input/regression/accidental-clef-change.ly: new file.
3749
3750         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
3751
3752         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
3753
3754         * lily/clef-engraver.cc (inspect_clef_properties): reset
3755         localKeySignature for clef changes.
3756
3757 2005-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3758
3759         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
3760         add dummy definition that works in Linux and add information in
3761         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
3762
3763         * Documentation/user/changing-defaults.itely (Modifying context
3764         plug-ins): Add index for \with.
3765
3766         * Documentation/user/music-glossary.tely (dal segno): Updated
3767         example to version >=2.6.
3768
3769 2005-11-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3770
3771         * Documentation/user/instrument-notation.itely (Printing chord
3772         names): Reorder \chordmode and \repeat in one example.
3773
3774 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3775
3776         * VERSION: release 2.7.17
3777         
3778         * Documentation/topdocs/NEWS.tely (Top): add note about
3779         refactoring.
3780
3781         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
3782         new function. Search region of 3 positions for best tie.
3783         (score_configuration): new function.
3784         (score_aptitude): new function.
3785         (generate_configuration): new function.
3786         (get_configuration): new function.
3787         (Tie_formatting_problem): new function
3788
3789         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
3790
3791         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
3792
3793         * THANKS: add Eduardo Vieira & Ralph Little
3794
3795         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
3796         narrower.
3797
3798         * lily/include/tie-formatting-problem.hh (class
3799         Tie_formatting_problem): add Tie_details to
3800         Tie_formatting_problem. Update calling conventions.
3801
3802         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
3803         config.make.
3804
3805         * Documentation/user/lilypond.tely: remove musedata2ly entry.
3806
3807 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
3808
3809         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
3810         scm/define-context-properties.scm: Maintenance bugfix: make
3811         ligature brackets work again by removing obsolete ligature
3812         primitive callback push/pop.
3813
3814         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
3815         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
3816         value.
3817
3818 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3819
3820         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
3821         used and do not call it a path.
3822         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
3823
3824 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3825
3826         * lily/include/tie-formatting-problem.hh (class
3827         Tie_formatting_problem): new file.
3828
3829         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
3830
3831         * Documentation/misc/ChangeLog-2.3:  new file.
3832
3833         * lily/audio-staff.cc (output): degarianize.
3834
3835 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3836
3837         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
3838         Unset PYTHONOPTIMIZE.  Fixes install if set.
3839
3840 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3841
3842         * python/convertrules.py (conv): add warning about drums. 
3843
3844         * make/stepmake.make: include toplevel-version.make after config.make.
3845
3846         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
3847         also allow python2.4
3848
3849         * config.make.in (configure-srcdir): remove GXX GCC vars.
3850
3851         * stepmake/aclocal.m4: don't do non-srcdir build with
3852         symlinks. Use inclusion, so the src directory name can be changed.
3853
3854 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3855
3856         * make/mutopia-vars.make:
3857         * make/ly-vars.make: Use src-wildcard iso wildcard for source
3858         files.
3859
3860 2005-11-13  Werner Lemberg  <wl@gnu.org>
3861
3862         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
3863         but the affected path.  This ensures that the (overlapping) outlines
3864         have the same direction, which is a necessary prerequisite for
3865         FontForge's algorithm to remove overlaps.
3866         Formatting.
3867
3868         * mf/feta-haak.mf: Formatting.
3869         (draw_bracket): Slightly modify outline to avoid an unnecessary
3870         corner.
3871         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
3872         them from the affected paths.
3873
3874 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3875
3876         * mf/README: remove xpm / accordion notes.
3877
3878         * lily/tie-column-format.cc (set_chord_outline): add dots into
3879         skyline extents. This fixes tie formatting if the left head has dots.
3880
3881         * lily/tie.cc (get_configuration): only shift tie by a whole staff
3882         space inside the staff.
3883         (get_configuration): shift another position if necessary in case
3884         of left head tie  
3885
3886 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3887
3888         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
3889         buildscript-dir iso. $(depth)/buildscripts.
3890
3891         * tex/GNUmakefile (local-uninstall): remove
3892         music-drawing-routines.ps juggling.
3893
3894         * stepmake/stepmake/install-targets.make (local-install-files):
3895         prepend src-dir to install targets.
3896
3897         * lily/system-start-delimiter-engraver.cc
3898         (acknowledge_system_start_delimiter): use
3899         add_offset_callback(). This fixes translation of nested
3900         staffgroups.
3901
3902         * lily/grob-closure.cc (add_offset_callback): only encaps in
3903         simple_closure if it's a procedure.
3904         
3905         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
3906         from bar-line.
3907
3908         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
3909         remove-empty where pertinent.
3910
3911 2005-11-12  Graham Percival  <gpermus@gmail.com>
3912
3913         * Documentation/user/instrument-notation.itely: added
3914         Cameron Horsburgh's multiple stanzas docs.  Thanks!
3915
3916 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3917
3918         * lily/GNUmakefile
3919         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
3920         make picture in builddir, not srcdir.
3921
3922 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3923
3924         * VERSION: release 2.7.16
3925         
3926         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
3927         shell arguments. 
3928
3929 2005-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3930
3931         * Documentation/user/examples.itely (Piano templates): Minor
3932         modification to the Piano centered lyrics example.
3933
3934 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3935
3936         * scripts/lilypond-invoke-editor.scm (run-browser): look at
3937         $BROWSER.
3938
3939         * Documentation/user/point-and-click.itely: simplify p&c
3940         instruction: don't configure firefox. Put lilypond-invoke-editor
3941         in front of the browser.
3942
3943         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
3944         (run-browser): new function.
3945
3946         * lily/parser.yy (Lily_lexer): recognize Book
3947
3948         * lily/book.cc (clone): new function
3949
3950         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
3951
3952 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
3953
3954         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
3955         Maintenance bugfix: reduce number of font related warnings by
3956         updating naming conventions for glyph-name.
3957
3958 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3959
3960         * scm/define-grobs.scm (all-grob-descriptions): add
3961         rhythmic-grob-interface to TabNoteHead.
3962
3963         * scm/layout-beam.scm (check-quant-callbacks): remove
3964         set_stem_lengths()
3965
3966 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
3967
3968         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
3969         alignment of centered divisiones.
3970
3971         * scm/scripts.scm (articulations): Maintenance bugfix:
3972         follow-into-staff -> quantize-position.
3973
3974         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
3975         plica head in porrectus deminutus.
3976
3977 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3978
3979         * make/lilypond.fedora.spec.in (Group): add %clean section.
3980
3981         * lily/tuplet-bracket.cc (print): change check: remove bracket if
3982         less then 1/5th of total length.  
3983         (print): use gap too.  Fixes tupletUp-single-bracket.ly
3984
3985         * scm/music-functions.scm (glue-mm-rest-texts): also put other
3986         events into EventChord. This fixes textspanners on mm rests. Fixes
3987         spanner-rest.ly
3988
3989         * lily/side-position-interface.cc (get_axis): read side-axis
3990         (set_axis): set side-axis.
3991
3992         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
3993         properties everywhere.
3994
3995         * lily/spacing-spanner.cc (breakable_column_spacing): add
3996         average-spacing-wishes. Take maximum if not set.
3997         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
3998
3999         * scm/define-grobs.scm (all-grob-descriptions): add
4000         average-spacing-wishes.
4001
4002         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
4003         offset callbacks. This fixes alignment for Fingering objects.
4004
4005         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
4006         space for key - timesig combination. 
4007
4008         * input/regression/script-stem-tremolo.ly (Module): new file.
4009
4010         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
4011         to key sig.
4012
4013         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
4014         Fixes: c-tremolo-script.ly.
4015         
4016         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
4017
4018         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
4019         
4020         * scm/define-grobs.scm (all-grob-descriptions): remove
4021         self-X-offset. Fixes alignment of octavate-8.
4022
4023         * scripts/lilypond-book.py (datadir): look in
4024         LILYPONDPREFIX/share/lilypond/current/
4025
4026         * GNUmakefile.in: symlink current to <VERSION>. 
4027
4028 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
4029
4030         * lily/main.cc: eps listed as a backend.
4031
4032 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4033
4034         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
4035
4036 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4037
4038         * lily/include/score.hh (class Score): remove texts_ member.
4039
4040         * lily/beam.cc (set_stem_lengths): force direction callback.
4041         (print): read quantized-positions, so we can force
4042         Beam::set_stem_lengths to occur.
4043         (rest_collision_callback): use common X parent. 
4044
4045 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4046
4047         * flower/file-path.cc (find): Bugfix: Return name of file found.
4048
4049         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
4050         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
4051         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
4052
4053 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4054
4055         * flower/offset.cc: idem.
4056
4057         * mf/*.mf: update email address.
4058
4059         * lily/font-config-scheme.cc:  new file.
4060
4061         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
4062
4063         * lily/*:  cs.uu.nl -> xs4all.nl
4064
4065         * VERSION (PATCH_LEVEL): release 2.7.15
4066
4067         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
4068         spec files.
4069
4070         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
4071
4072 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4073
4074         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
4075
4076         * lily/staff-performer.cc (process_music): add audio
4077         elements. This makes MIDI instrument changes work once again.
4078
4079         * lily/main.cc (LY_DEFINE): add gmane address.
4080
4081         * lily/beam.cc: remove calc_positions()
4082
4083         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
4084         original_ in private scope.
4085         (class Grob): drop pscore_ pointer, change to output_def pointer.
4086         (class Grob): cleanup class definition.
4087
4088         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
4089
4090 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4091
4092         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
4093         absolute.  Better diagnostics.
4094
4095         * GNUmakefile.in: Add bin/ to tree and populate with some links.
4096         This makes lilypond run from the build directory using argv0
4097         relocation (without any --prefix or LILYPONDPREFIX setting).
4098
4099 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4100
4101         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
4102
4103         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
4104         with simple-closure.
4105
4106         * lily/self-aligment-interface.cc (set_align_self): new function
4107         (set_center_parent): new function.
4108
4109         * lily/side-position-interface.cc (set_axis): new function.
4110
4111         * lily/new-fingering-engraver.cc (position_scripts): use drul for
4112         generic code. 
4113
4114         * scm/define-grob-properties.scm (all-user-grob-properties):
4115         remove [XY]-offset-callbacks add [YX]-offset
4116         
4117 2005-11-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4118
4119         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
4120         entry for time signatures after breathing signs. Bug report by
4121         Scott Russell.
4122
4123 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4124
4125         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
4126         not absolute, make it absolute using PATH.
4127
4128 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4129
4130         * python/midi.c (initmidi): Fix type for mingw.
4131
4132 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4133
4134         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
4135
4136         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
4137         cross compiling.
4138
4139         * stepmake/aclocal.m4: Support python cross compiling.
4140
4141         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
4142         Add mingw section.
4143
4144 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4145
4146         * scm/output-lib.scm (chain-grob-member-functions): replace
4147         chained-callback.cc
4148
4149         * lily/chained-callback.cc (Module): remove file.
4150
4151         * lily/rest-collision.cc (force_shift_callback_rest): change to
4152         chained callback.
4153
4154         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
4155
4156         * lily/grob.cc (y_parent_positioning): remove axis argument from
4157         parent_positioning callbacks.
4158         (Grob): junk init code
4159         (get_offset): use generic property callbacks for
4160         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
4161         (axis_parent_positioning): new function
4162         (axis_offset_symbol): new function
4163         (chain_offset_callback): new function
4164         (add_offset_callback): new function
4165
4166         * lily/beam.cc (rest_collision_callback): change signature; this
4167         is now a chained callback.
4168
4169         * lily/include/dimension-cache.hh (class Dimension_cache): remove
4170         callback administration.
4171
4172         * lily/simple-closure.cc: new file. Smob type that allows "grob
4173         member functions",
4174
4175             (ly:make-simple-closure FUNC A B)
4176
4177         is evaluated as (FUNC grob A B). This allows chaining of callbacks
4178         in various ways.
4179
4180         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
4181         callbacks.
4182
4183         * lily/slur.cc (outside_slur_callback): take 2 arguments.
4184
4185         * lily/rest.cc (polyphonic_offset_callback): remove.
4186
4187         * lily/script-engraver.cc (try_music): remove bool* argument.
4188
4189         * scm/script.scm (default-script-alist): set quantize-position
4190         appropriately.
4191
4192         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
4193
4194         * lily/side-position-interface.cc (aligned_side): move staff
4195         position quantization from
4196         Side_position_interface::quantised_position().
4197         (quantised_position): remove
4198         
4199 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4200
4201         * input/regression/beam-quant-standard.ly: reindent, set
4202         debug-beam-quanting to #t.
4203
4204         * lily/beam-concave.cc (calc_concaveness): set concaveness to
4205         10000 if this is a "hard" concave beam.
4206
4207         * lily/beam.cc (calc_least_squares_positions): change from
4208         calc_least_squares_dy
4209         (set_stem_lengths): this is now a chained callback.
4210
4211         * lily/context-property.cc (execute_general_pushpop_property):
4212         bugfix override with procedure should have effect.
4213
4214         * scm/define-grob-properties.scm (all-internal-grob-properties):
4215         remove position-callbacks.
4216
4217         * scm/define-grobs.scm (all-grob-descriptions): use
4218         ly:make-callback-chain for positions property.
4219
4220         * scm/layout-beam.scm (check-quant-callbacks): return list of
4221         chained callbacks.
4222
4223         * scm/lily.scm (type-p-name-alist): add callback-chain
4224
4225         * lily/lily-guile.cc (type_check_assignment): type check failure
4226         is warning not message.
4227
4228         * lily/grob-property.cc (try_callback): walk callback chain if
4229         appropriate.
4230
4231         * lily/chained-callback.cc: new file. new smob type.
4232
4233         * lily/lily-guile.cc (procedure_arity): new function.
4234
4235 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4236
4237         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
4238
4239 2005-10-25  John Mandereau  <john.mandereau@free.fr>
4240  
4241         * Documentation/user/instrument-notation.itely (Figured bass):
4242         describe new features
4243
4244 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4245
4246         * lily/beam.cc (calc_least_squares_dy): use property callback.
4247
4248         * lily/beam-concave.cc (calc_concaveness): use property callback.
4249
4250         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
4251
4252 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4253
4254         * HACKING: Update.
4255
4256 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4257
4258         * scm/layout-page-layout.scm (page-headfoot): annotate
4259         pagetopspace too.
4260
4261         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
4262
4263         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
4264         doesn't take y-space.
4265
4266         * scm/paper.scm (paper-alist): fix A7 dimensions. 
4267
4268 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4269
4270         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
4271         src-wildcard, remove $(wildcard).
4272
4273         * po/GNUmakefile (PO_FILES): 
4274         * ps/GNUmakefile (PS_FILES): 
4275         * tex/GNUmakefile (TEX_FILES): 
4276         * cygwin/GNUmakefile (POSTINSTALLS):
4277         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
4278         some wildcard calls.
4279
4280 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4281
4282         * THANKS: add Thomas Bushnell.
4283
4284 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4285
4286         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
4287         (lilypond-main): Redirect to gui-main if 'gui is set.
4288
4289         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
4290         for alternative installations kludging s/share/lib/g
4291         LILYPONDPREFIX. 
4292
4293         * SConstruct (libdir_package_version): Define.
4294
4295         * python/SConscript: 
4296         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
4297         module in libdir.  
4298
4299 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4300
4301         * lily/main.cc: clarify --safe.
4302
4303 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4304
4305         * VERSION: release 2.7.14
4306         
4307         * Documentation/user/*.itely: remove minimumVerticalExtent.
4308
4309         * scm/define-grobs.scm (all-grob-descriptions): remove
4310         RemoveEmptyVerticalGroup
4311
4312         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
4313
4314         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
4315         compile on MOSX
4316
4317         * python/convertrules.py (conv): add rules.
4318
4319         * lily/grob.cc: remove is_empty()
4320
4321         * lily/grob-property.cc: remove add_to_list_property().
4322
4323         * scripts/convert-ly.py (datadir): add prefix switching hack to
4324         .py too.
4325
4326         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
4327         space-function tweak.
4328
4329         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
4330
4331         * scm/define-grob-properties.scm (all-user-grob-properties):
4332         remove callback property.
4333
4334         * lily/include/grob.hh (class Grob): remove property_callbacks_
4335         member. Properties of procedure type are assumed to be callbacks.
4336
4337         * lily/ligature-engraver.cc (override_stencil_callback):
4338         rewrite. Use noteHeadLigaturePrimitive as source.
4339
4340         * scm/define-grob-properties.scm (all-internal-grob-properties):
4341         remove ligature-primitive-callback
4342
4343         * lily/include/dimension-cache.hh (class Dimension_cache): make
4344         class, with Grob as friend.
4345
4346         * lily/grob.cc: remove set_extent_callback(), set_extent() and
4347         has_extent_callback()
4348
4349         * scm/translation-functions.scm (format-new-bass-figure): read
4350         figuredBassPlusDirection
4351
4352         * scm/define-context-properties.scm
4353         (all-user-translation-properties): add figuredBassPlusDirection.
4354
4355         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
4356
4357         * lily/align-interface.cc (set_ordered): new function.
4358
4359         * lily/grob.cc (flush_extent_cache): rewrite.
4360
4361         * lily/dimension-cache.cc (Dimension_cache): cache extent as
4362         Interval pointer directly.
4363
4364         * lily/main.cc (setup_paths): insert extra / .
4365         (setup_paths): junk cff entry.
4366
4367         * lily/font-config.cc (init_fontconfig): only add type1 / otf
4368         directories.
4369
4370         * lily/axis-group-engraver.cc (finalize): remove
4371         extraVerticalExtent, minimumVerticalExtent verticalExtent.
4372
4373         * lily/grob.cc (Grob): don't set extent from ctor.
4374         (extent): use property callbacks. 
4375
4376         * lily/axis-group-interface.cc: remove set_axes() function.
4377
4378         * lily/grob-property.cc (del_property): new function.
4379
4380 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4381
4382         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
4383         
4384 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4385
4386         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
4387
4388 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4389
4390         * mf/SConscript: Updates.
4391
4392         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
4393
4394         * stepmake/stepmake/*:
4395         * */GNUmakefile:
4396         * config.make.in:
4397         * GNUmakefile.in:
4398         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
4399         from any directory in build-dir.  Cleanups.
4400
4401         * make/srcdir.make.in: Remove.
4402
4403         * lily/main.cc (setup_paths): Fix and document build-dir hack.
4404
4405         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
4406         main).
4407
4408         * lily/SConscript: Remove ttftools.
4409
4410         * SConstruct: Resurrect.
4411
4412 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4413
4414         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
4415         Y coordinate. 
4416
4417         * lily/paper-book.cc (add_score_title): put Paper_score title into
4418         systems_ list.
4419
4420         * scm/translation-functions.scm (format-new-bass-figure): also
4421         allow plus in combination with _
4422
4423 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4424
4425         * VERSION: 2.7.13 released.
4426
4427         * lily/note-collision.cc (check_meshing_chords): don't wipe
4428         stencil, merely set transparent.
4429
4430         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
4431         (Top): document #'callbacks.
4432         (Top): document nested \override.
4433
4434         * input/regression/figured-bass.ly: update for slash and pluses.
4435
4436         * input/regression/figured-bass-continuation-forbid.ly (Module):
4437         new file.
4438
4439         * scm/translation-functions.scm (format-new-bass-figure): use
4440         slashed-digit if diminished is set.
4441         (format-new-bass-figure): add + if 'augmented is set.
4442
4443         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
4444
4445         * input/test/piano-staff-distance.ly: remove file.
4446
4447         * Documentation/user/advanced-notation.itely (Formatting cue
4448         notes): use length-fraction for making stems/beams smaller.
4449
4450         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
4451         modifications.
4452
4453         * lily/new-figured-bass-engraver.cc: new property
4454         centerFiguredBassContinuations
4455
4456         * Documentation/user/changing-defaults.itely (Difficult tweaks):
4457         use callbacks.
4458
4459         * lily/context-property.cc (execute_general_pushpop_property):
4460         robustness checks.
4461
4462         * input/regression/override-nest.ly: new file.
4463
4464         * python/convertrules.py (FatalConversionError.subber): conversion
4465         rule for #'callbacks
4466
4467         * input/regression/override-nest.ly: new function.
4468
4469         * lily/parser.yy (music_property_def): allow \override #'a #'b =
4470         #c too. 
4471
4472         * lily/context-property.cc (lookup_nested_property): new function.
4473         (evict_from_alist): new function.
4474         (general_pushpop_property): new function.
4475         (execute_general_pushpop_property): rewrite. Support nested
4476         properties too.
4477
4478 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4479
4480         * lily/beam.cc: use length-fraction too.
4481
4482         * scm/define-grob-properties.scm (all-user-grob-properties):
4483         remove property flag-width-function
4484         (all-user-grob-properties): remove space-function.
4485
4486         * scm/layout-beam.scm: remove flag-width-function.
4487
4488         * lily/beam.cc: remove flag-width-function
4489
4490         * scm/layout-beam.scm: remove beam dir functions.
4491
4492         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
4493
4494         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
4495         for easier grace tweaks.
4496
4497         * lily/beam.cc: remove dir-function.
4498
4499         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
4500
4501         * lily/grob.cc: remove spacing-procedure.
4502
4503         * lily/note-head.cc (calc_stem_attachment): new function.
4504         (internal_print): use callback to get glyph-name.
4505
4506         * lily/grob-property.cc (get_interfaces): new function.
4507
4508         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
4509
4510         * lily/stem.cc (calc_stem_end_position): new function.
4511         (calc_length): new function.
4512         document details for stem.
4513         remove Stem::get_direction()
4514
4515         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
4516
4517         * lily/grob-property.cc (set_callback): new function.
4518
4519         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
4520
4521         * lily/item-scheme.cc: new file.
4522
4523         * lily/bar-line.cc (before_line_breaking): remove function.
4524         remove bar-size-procedure, break-glyph-function
4525
4526         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
4527
4528         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
4529
4530         * lily/system-start-delimiter.cc (print): suicide from
4531         here. Remove after_line_breaking_callback.
4532
4533         * lily/script-interface.cc (calc_direction): use callback for direction.
4534
4535         * lily/side-position-interface.cc (aligned_side): don't use
4536         Side_position_interface::get_direction directly. Use callback. 
4537
4538         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
4539         calculate stencil.
4540         (get_print_stencil): rename from get_stencil: create stencil with
4541         transparency, color and cause. 
4542
4543         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
4544
4545         * python/convertrules.py (conv): insert temporary warning rule.
4546
4547         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
4548
4549         * lily/grob-property.cc (try_callback): remove marker if applicable.
4550
4551         * lily/grob.cc: elucidate doc about after/before-line-breaking
4552
4553         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
4554
4555         * lily/stem.cc (height): idem.
4556
4557         * lily/stem-tremolo.cc: idem.
4558
4559         * lily/slur.cc (height): don't use get_uncached_stencil()
4560
4561         * lily/rest.cc (y_offset_callback): use offset callback
4562         iso. after-line-breaking callback.
4563
4564         * lily/grob.cc: change after/before-line-breaking-callback to
4565         after/before-line-breaking dummy properties.
4566
4567         * lily/include/grob.hh: remove Grob_status.
4568
4569         * scm/define-context-properties.scm
4570         (all-user-translation-properties): remove verticalAlignmentChildCallback
4571
4572         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
4573         (calc_direction): use callback
4574         (calc_positions): use callback.
4575
4576         * lily/tie.cc (calc_direction): use callback. Only call parent
4577         positioning for more than one tie.
4578
4579         * lily/tie-column.cc (calc_positioning_done): use callback
4580
4581         * lily/slur-scoring.cc (calc_control_points): use callback
4582
4583         * lily/slur.cc (calc_direction): use callback.
4584
4585         * lily/note-collision.cc (force_shift_callback): remove.
4586
4587         * lily/dot-column.cc (force_shift_callback): remove. Use
4588         other_axis_parent_positioning.
4589
4590         * lily/grob.cc (other_axis_parent_positioning): new function.
4591         (same_axis_parent_positioning): new function
4592
4593         * lily/align-interface.cc (alignment_callback): remove function.
4594
4595         * lily/note-collision.cc (calc_positioning_done): use callback.
4596
4597         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
4598         (calc_direction): idem.
4599         remove print function.
4600
4601         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
4602
4603         * lily/dot-column.cc (calc_positioning_done): use callback.
4604
4605         * lily/break-align-interface.cc (calc_positioning_done): use callback.
4606
4607         * lily/beam.cc (calc_direction): use pseudo-property for beam
4608         direction callback.
4609         (calc_positions): use callback 
4610
4611         * lily/align-interface.cc (calc_positioning_done): use
4612         callback. Fold fixed  distance and normal alignment in one function.
4613
4614         * lily/stem.cc (calc_stem_end_position): use callback.
4615         (calc_positioning_done): idem.
4616         (calc_direction): idem.
4617         (calc_stem_end_position): idem
4618         (calc_stem_info): idem.
4619
4620         * lily/grob-property.cc (get_property_data): new function: 
4621         (try_callback): new function.
4622
4623         * scm/define-grob-properties.scm (all-user-grob-properties): doc
4624         callbacks property.
4625
4626         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
4627
4628 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4629
4630         * lily/tie.cc (get_position): robustness fix. Don't crash if a
4631         tie
4632         has no heads.
4633         
4634         * lily/include/*.hh (Module): compile fixes.
4635
4636 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
4637
4638         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
4639         as an argument for char-syntax: use (char-syntax (or nil 0)) 
4640         instead of (char-syntax nil), thanks to Milan Zamazal.
4641
4642 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4643
4644         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
4645         dist.
4646
4647         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
4648         themselves.
4649
4650 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4651
4652         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
4653         add class_name() method.
4654
4655         * lily/music-scheme.cc: remove ly:music-name.
4656
4657 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4658
4659         * cygwin/postinstall-lilypond.sh: Remove cruft.
4660
4661         * cygwin/postremove-lilypond.sh: Remove.
4662
4663         * cygwin/GNUmakefile (default): Remove postremove rules.
4664
4665 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4666
4667         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
4668         even header too.
4669         
4670         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
4671         MacOS 9 users.
4672
4673         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
4674         consider break index for broken spanner.
4675
4676         * scm/define-markup-commands.scm (wordwrap-string): remove \r
4677         characters from string before splitting.
4678
4679 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4680
4681         * scm/framework-ps.scm (output-preview-framework): use
4682         is-book-title to determine whether to chop off the booktitle.
4683
4684         * lily/paper-book.cc (systems): init from book-title-properties
4685         (add_score_title): init score-title-properties.
4686
4687         * ly/paper-defaults.ly: add {score,book}-title-properties.
4688
4689         * scm/document-backend.scm (lookup-interface): error message if
4690         using unknown interface.
4691
4692         * lily/volta-bracket.cc (after_line_breaking): new function. Set
4693         edge-height.
4694
4695         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
4696         make_bracket.
4697         (make_bracket): new function.
4698
4699         * scm/lily.scm (define-scheme-options): add paper-size option.
4700
4701         * ly/declarations-init.ly (laissezVibrer): get paper size from
4702         -dpaper-size
4703
4704         * scm/translation-functions.scm: use \fontsize for changing the
4705         fontsize.
4706
4707         * scm/define-grobs.scm (all-grob-descriptions): set
4708         between-length-limit to 1.0
4709
4710         * lily/tie-helper.cc: add between_length_limit_ detail property.
4711
4712         * mf/feta-bolletjes.mf: typos.
4713
4714         * lily/note-head.cc (internal_print): don't shadow idx
4715         parameter. This fixes wrong attachment for do shape heads.
4716
4717 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4718
4719         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
4720
4721         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
4722
4723         * scm/layout-slur.scm: rename from slur.scm
4724
4725         * scm/layout-page-layout.scm: rename from page-layout.scm
4726
4727         * scm/layout-beam.scm: rename from beam.scm
4728
4729         * scm/define-grob-interfaces.scm (bass-figure-interface): add
4730         bass-figure-interface
4731
4732         * lily/new-figured-bass-engraver.cc (process_music): add
4733         implicitBassFigures property.
4734         
4735         * scm/define-markup-commands.scm (pad-x): new markup.
4736
4737         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
4738         minimumVerticalExtent on FiguredBass context.
4739
4740         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
4741         case the continuation crosses a line break.
4742
4743 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4744
4745         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
4746         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
4747         absolute file name bug.  
4748
4749 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4750
4751         * VERSION (PACKAGE_NAME): release 2.7.12
4752
4753         * input/regression/figured-bass-continuation-center.ly: new file.
4754
4755         * input/regression/beam-outside-beamlets.ly: new file.
4756
4757         * lily/beam.cc (set_beaming): don't clip edges.
4758         (connect_beams): don't clip edges.
4759
4760         * lily/beaming-info.cc (clip_edges): new function.
4761
4762         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
4763
4764         * Documentation/user/instrument-notation.itely (Figured bass):
4765         demonstrate extenders, update seealso links.
4766
4767         * scm/titling.scm (marked-up-headfoot): change tagline
4768         handling. tagline = ##f will blank the tagline as well.
4769
4770 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4771
4772         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
4773
4774         * lily/new-figured-bass-engraver.cc (struct
4775         New_figured_bass_engraver): add new_music_found_ member.
4776
4777         * lily/lilypond-version.cc (Lilypond_version): deal with
4778         incorrectly formatted version strings. 
4779
4780         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
4781         New_figured_bass_engraver by default.
4782
4783         * lily/ttf.cc (print_trailer): only define glyph names when
4784         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
4785
4786 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4787
4788         * lily/horizontal-bracket.cc (make_bracket): new function.
4789
4790         * scm/define-grobs.scm (all-grob-descriptions): new grobs
4791         NewBassFigure, BassFigureBracket, BassFigureContinuation,
4792         BassFigureLine, BassFigureAlignment
4793
4794         * lily/new-figured-bass-engraver.cc (process_music): new file.
4795
4796         * lily/figured-bass-continuation.cc: new file.
4797
4798         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
4799         new file.
4800
4801 2005-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4802
4803         * scripts/lilypond-book.py: Bug fix, put the quote around the
4804         actual score for LaTeX documents.
4805
4806         * scm/define-grobs.scm (all-grob-descriptions): Change
4807         collapse-height of the SystemStartBracket grob to 5.0, 
4808         so the bracket disappears for single stave score lines (similarly
4809         to SystemStartBraces). 
4810
4811         * Documentation/user/advanced-notation.itely (Polymetric
4812         notation): Clarify the use of compressMusic.
4813
4814         * Documentation/user/basic-notation.itely (Grace notes): Clarify
4815         that the grace spacer note in other staves need the same duration
4816         and document the stroke-style property.
4817
4818 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4819
4820         * Documentation/user/global.itely (Vertical spacing): document
4821         alignment-extra-space and fixed-alignment-extra-space.
4822
4823         * Documentation/topdocs/NEWS.tely (Top): add entry.
4824
4825         * input/regression/alignment-vertical-spacing.ly: new file.
4826
4827         * python/convertrules.py (conv): add rule.
4828
4829         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
4830
4831         * lily/align-interface.cc (stretch_after_break): new
4832         function. Read fixed-alignment-extra-space property.
4833         (align_elements_to_extents): read alignment-extra-space property.
4834
4835         * lily/lily-guile.cc (robust_scm2dir): new function.
4836
4837         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
4838         (annotate-space-left): new function. Annotate space left on page. 
4839         (annotate-y-interval): new function.
4840         (paper-system-annotate-last): new function. Annotate bottom-space.
4841
4842         * mf/feta-beugel.mf (y): 
4843
4844 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4845
4846         * VERSION (PACKAGE_NAME):  release 2.7.11
4847
4848         * scm/lily-library.scm (interval-translate): new function
4849         (interval-center): new function. 
4850
4851         * scm/page-layout.scm (paper-system-annotate): new function. Add
4852         arrows for dimensions.
4853  
4854         * scm/stencil.scm (dimension-arrows): new function.
4855
4856         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
4857
4858         * input/regression/page-spacing.ly: add annotatespacing
4859
4860         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
4861         (LY_DEFINE): new function ly:paper-system-set-property!
4862
4863         * Documentation/user/global.itely (Paper size): explain how to add
4864         sizes.
4865
4866         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
4867         correspond to GS's definition.
4868
4869         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
4870         tuplet bracket.
4871         (print): only connect to next bracket if the next one is alive.
4872         (print): set padding to 0.0 if the bound is a breakable
4873         column. This makes tupletFullLength brackets reach up to the staff
4874         line if it doesn't connect to the next line.
4875
4876 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4877
4878         * lily/bar-number-engraver.cc: correct docs.
4879
4880         * scm/output-lib.scm (first-bar-number-invisible): rename from
4881         default-bar-number-visibility
4882
4883 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4884
4885         * scm/define-music-properties.scm (all-music-properties): remove
4886         predicate property.
4887
4888 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
4889
4890         * po/fi.po: refresh.
4891
4892 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4893
4894         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
4895         superfluous s1.
4896         (disappear): bugfix.
4897
4898         * lily/stem-tremolo.cc (raw_stencil): read slope property.
4899
4900         * lily/include/paper-system.hh (class Paper_system): remove
4901         staff_extents_ member.
4902
4903         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
4904
4905         * lily/include/paper-system.hh (class Paper_system): remove
4906         number_ variable. Remove is_title_. Remove break_before_penalty_
4907
4908         * lily/paper-book.cc (systems): use 'number property iso. number_
4909         member.
4910
4911         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
4912         remove ly:paper-system-number.
4913
4914         * scm/lily-library.scm (paper-system-title?): new function.
4915
4916         * lily/book.cc (process): bugfix: flip ?: cases. 
4917
4918         * Documentation/user/changing-defaults.itely (Difficult tweaks):
4919         add outputProperty.
4920
4921         * ly/music-functions-init.ly: add outputProperty music function.
4922
4923         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
4924
4925         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
4926         and next-padding.
4927         (optimal-page-breaks): rename from ly:optimal-page-breaks.
4928
4929         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
4930
4931         * lily/paper-system.cc (internal_get_property): new function.
4932
4933         * Documentation/user/global.itely (Vertical spacing): refer to
4934         page-spacing.ly
4935
4936         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
4937         pagetopspace
4938
4939         * input/regression/page-spacing.ly: new file.
4940
4941         * input/regression/page-top-space.ly: new file.
4942
4943         * lily/spacing-spanner.cc: cmath -> math.h
4944
4945         * lily/paper-system.cc (read_left_bound): new function. Read
4946         line-break-system-details from left bound to determine extents.
4947  
4948         * Documentation/user/programming-interface.itely (Using LilyPond
4949         syntax inside Scheme): change applyxxx -> applyXxx.
4950
4951         * ly/music-functions-init.ly: add outputProperty music function.
4952
4953         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
4954
4955         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
4956
4957         * python/convertrules.py (conv): rule
4958
4959         * ly/music-functions-init.ly: applyxxx -> applyXxx
4960
4961         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
4962         TabVoice to Voice.
4963
4964 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4965
4966         * flower/include/real.hh: include <math.h> iso. <cmath>
4967
4968         * flower/include/offset.hh: include real.hh
4969
4970 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4971
4972         * Documentation/user/changing-defaults.itely (Difficult tweaks):
4973         fix example, now that 'interfaces is no longer directly available.
4974
4975         * lily/book.cc (process): don't crash if paper == NULL.
4976
4977         * po/fr.po: update.
4978
4979 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4980
4981         * scm/define-music-types.scm (music-descriptions): set length and
4982         start-callback for QuoteMusic
4983
4984 2005-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4985
4986         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
4987         arguments. Fixes compilation error with gcc 3.3.
4988
4989 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4990
4991         * VERSION: release 2.7.10
4992
4993         * stepmake/stepmake/python-module-rules.make
4994         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
4995
4996         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
4997         real.hh
4998
4999 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5000
5001         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
5002         -Werror. Otherwise GCC barfs over various optimizations.
5003
5004         * scm/define-grob-properties.scm (all-internal-grob-properties):
5005         add note-head property
5006
5007         * Documentation/user/instrument-notation.itely (Laissez vibrer
5008         ties): new node.
5009
5010         * input/regression/laissez-vibrer-ties.ly: new file.
5011
5012         * lily/laissez-vibrer-engraver.cc: new file.    
5013
5014         * lily/include/tie-column-format.hh: new file.
5015
5016         * lily/tie-column-format.cc: new file. 
5017
5018         * lily/tie-column.cc (set_manual_tie_configuration): new function.
5019
5020         * lily/laissez-vibrer-tie.cc: new file.
5021
5022         * lily/include/laissez-vibrer-tie.hh: new file.
5023
5024         * ly/engraver-init.ly: add Laissez_vibrer_engraver
5025
5026         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
5027
5028         * scm/define-grobs.scm (all-grob-descriptions): add
5029         LaissezVibrerTie, LaissezVibrerTieColumn
5030
5031         * lily/tie-column.cc (set_tie_config_directions): new function
5032         (final_shape_adjustment): new function.
5033         (shift_small_ties): new function.
5034
5035         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
5036
5037         * lily/include/tie.hh (struct Tie_details): add x_gap_
5038         (struct Tie_configuration): add head_position_
5039
5040         * lily/tie-column.cc (set_chord_outline): new function.
5041
5042         * mf/cmr.enc.in:  remove file.
5043
5044 2005-09-11  Graham Percival  <gpermus@gmail.com>
5045
5046         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
5047
5048 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5049
5050         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
5051         reduce aliasing effects.
5052
5053         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
5054         box in skyline.
5055
5056 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5057
5058         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
5059
5060         * flower/include/real.hh: std::fabs too.
5061
5062 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5063
5064         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
5065
5066         * lily, flower: Include C++ iso C headers.  Import namespace std
5067         throughout.
5068
5069         * lily/side-position-interface.cc: 
5070         * lily/scm-hash.cc: 
5071         * lily/note-head.cc: 
5072         * lily/include/includable-lexer.hh: 
5073         * flower/include/string-data.icc: Remove using std::*.
5074
5075         * lily, flower: Include C++ iso C headers.  Import namespace std
5076         throughout.
5077
5078         * lily/side-position-interface.cc: 
5079         * lily/scm-hash.cc: 
5080         * lily/note-head.cc: 
5081         * lily/include/includable-lexer.hh: 
5082         * flower/include/string-data.icc: Remove using std::*.
5083
5084         * Documentation/user/instrument-notation.itely (Entering lyrics):
5085         Multiple latin-1->utf-8 conversion fix.
5086
5087         * Documentation/user/*tely: Update Emacs cookie to utf-8.
5088
5089 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5090
5091         * lily/tie.cc (get_configuration): also avoid dots for non-space
5092         situations.
5093
5094 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5095
5096         * Documentation/user/instrument-notation.itely: Bugfix.
5097
5098 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5099
5100         * tex/GNUmakefile: don't install texinfo.tex
5101
5102         * tex/ : cleanup: remove unused files.
5103
5104         * lily/general-scheme.cc: remove my_{isinf,isnan}.
5105
5106         * flower/include/real.hh: using std::{isnan,isinf}
5107         
5108         * VERSION (PATCH_LEVEL): release 2.7.9
5109
5110 2005-09-05  Graham Percival  <gpermus@gmail.com>
5111
5112         * Documentation/user/ instrument-notation.itely,
5113         advanced-notation.itely: minor tweaks.
5114
5115         * input/test/script-chart.ly: add item padding.
5116
5117 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5118
5119         * flower/offset.cc: use math.h iso. <cmath>
5120
5121         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
5122         of IE users.
5123
5124         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
5125         (widen-left-stencil-edges): new function. Fix alignment problems
5126         with LaTeX includegraphics.
5127
5128         * lily/text-interface.cc (interpret_markup): use abort().
5129
5130 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5131
5132         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
5133
5134         * lily/tie.cc (get_configuration): update bezier shape as we
5135         change Y positions.
5136         (get_configuration): don't move large ties if we're outside of the
5137         staff.
5138
5139 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5140
5141         * scm/define-markup-commands.scm (strut): swap X and Y dims.
5142         
5143 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5144
5145         * .cvsignore: Add auto-generated configure files and then some.
5146
5147 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5148
5149         * scm/define-grobs.scm (DynamicLineSpanner): Add
5150         X-extent-callback.  Fixes hairpin-slur collision.
5151
5152 2005-08-31  Graham Percival  <gpermus@gmail.com>
5153
5154         * Documentation/user/advanced-notation.itely,
5155         basic-notation.itely: minor changes.
5156
5157 2005-08-31  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5158
5159         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
5160         \linebreak between each .eps file if \betweenLilyPondSystem is
5161         undefined. 
5162
5163         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5164         music): Document the \linebreak
5165
5166         * Documentation/user/lilypond-book.itely,
5167         input/tutorial/lbook-latex-test.tex,
5168         Documentation/user/examples.itely: Remove \usepackage{graphics}
5169
5170 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5171
5172         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
5173
5174         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
5175         compat bugfix.
5176
5177         * scripts/lilypond-book.py (PREAMBLE_LY): define
5178         inside-lilypond-book
5179         (modify_preamble): new function. Insert \RequirePackage{graphics}
5180         when no {graphics found in preamble.  
5181
5182 2005-08030  Graham Percival  <gpermus@gmail.com>
5183
5184         * Documentation/user/basic-notation.itely, global.itely,
5185         tutorial.itely: misc small changes.
5186
5187 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5188
5189         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
5190         VERSION.
5191
5192 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5193
5194         * lily/tie-column.cc (new_directions): put Tie down on center
5195         staff line. 
5196
5197         * lily/script-interface.cc (before_line_breaking): use
5198         Grob::programming_error
5199
5200         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
5201
5202         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
5203         of splitext.
5204
5205 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5206
5207         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
5208
5209 2005-08-29  Werner Lemberg  <wl@gnu.org>
5210
5211         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
5212         the `*.scale.pfa' files to avoid warnings.
5213
5214 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5215
5216         * lily/tempo-performer.cc (process_music): idem.
5217
5218         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
5219
5220 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5221
5222         * Documentation/user/advanced-notation.itely (Text markup): not a
5223         fragment.
5224
5225         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
5226
5227         * lily/staff-performer.cc (initialize): add tempo/name to
5228         audio_staff_
5229
5230
5231 2005-08-26  Graham Percival  <gpermus@gmail.com>
5232
5233         * Documentation/user/advanced.itely: add text-only example.
5234
5235         * Documentation/user/invoking.itely: add index entries for
5236         convert-ly.
5237
5238         * Documentation/user/ tutorial.itely, basic-notation.itely:
5239         small fixes suggested by Steve D.  Thanks!
5240
5241 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5242
5243         * input/regression/markup-bidi-pango.ly: new file.
5244
5245         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
5246         standard. Remove #ifdef. Remove memleak.
5247         (text_stencil): use text_dir to decide how to composite items.
5248         (text_stencil): determine uniform text direction for the entire
5249         string.
5250
5251         * scripts/lilypond-book.py (output_name): remove
5252         latex_filter_cmd. Non-portable to non-Unix systems. 
5253         (get_latex_textwidth): use File.write and os.unlink() instead.
5254
5255         * THANKS: add Vicente & Trevor.
5256
5257         * lily/grob.cc (discretionary_processing): look up origin for
5258         programming_error too. 
5259
5260         * input/regression/tie-broken.ly: new file.
5261
5262         * lily/tie-column.cc (set_chord_outlines): set outline for line
5263         break case too.
5264         
5265 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5266
5267         * lily/pango-font.cc (text_stencil): don't translate glyphs in
5268         unscaled transform, just translate stencils.
5269
5270         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
5271         MIDI.
5272
5273         * scm/define-markup-commands.scm (wordwrap-string): use
5274         text-direction
5275         (wordwrap-stencils): idem.
5276         (line): idem.
5277         (fill-line): idem.
5278         (wordwrap-stencils): translate last line to right for
5279         text-direction = LEFT.
5280
5281         * scm/define-grob-properties.scm (all-user-grob-properties): add
5282         text-direction.
5283
5284 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5285
5286         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
5287         when copying a Lily_parser object.
5288
5289 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5290
5291         * scm/define-markup-commands.scm (null): add null markup.
5292
5293 2005-08-25  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5294
5295         * lily/item.cc: Add documentation of center-invisible
5296
5297 2005-08-24  Graham Percival  <gpermus@gmail.com>
5298
5299         * Documentation/user/advanced-notation.itely: add info about
5300         raising text.
5301
5302         * Documentation/user/programming-interface.itely: fix example
5303         involving raised text.
5304
5305 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5306
5307         * lily/beam.cc (print): fix X start/end points of isolated
5308         beamlets.
5309
5310         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
5311
5312         * lily/multi-measure-rest.cc (set_text_rods): new function.
5313
5314         * lily/vertical-align-engraver.cc (process_music): call
5315         Align_interface::set_axis(). This forces #'elements to be ordered,
5316         preventing random vertical reordering of staves.
5317
5318         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
5319         add avoid-slur property. 
5320
5321         * Documentation/user/basic-notation.itely (Measure repeats): add
5322         countPercentRepeats example.
5323
5324         * Documentation/user/advanced-notation.itely (Other text markup
5325         issues): remove remark about normal-font.  We have \normal-text
5326
5327         * input/regression/tie-chord.ly: add note about remaining bugs.
5328
5329         * lily/tie.cc (print): try Tie_column::set_directions () if
5330         control-points not yet defined.
5331
5332 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5333
5334         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
5335         extent. This fixes braces falling out of the EPS bbox.
5336
5337         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
5338         exactly to bbox.
5339
5340 2005-08-23  Graham Percival  <gpermus@gmail.com>
5341
5342         * {various} : change #up->#UP and #down->#DOWN.
5343
5344         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
5345
5346         * Documentation/user/advanced-notation.itely: clarify
5347         what objects handles text on a multimeasure rest.
5348
5349 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5350
5351         * VERSION (PATCH_LEVEL): release 2.7.7
5352
5353 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5354
5355         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
5356
5357         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
5358
5359         * input/regression/*.ly: formatting clean-up. Default layout
5360         before music expression.
5361
5362         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
5363         romanze28-2 example.
5364
5365         * scm/ps-to-png.scm: remove dir-re function.
5366         (make-ps-images): generate page names, instead of globbing them.
5367         This brings down LilyPond memory usage for make web by a factor
5368         10. (backportme?) 
5369
5370         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
5371         don't use glob. With 3000 files, globbing
5372         Documentation/user/out-www/ can take too much time. (backportme?)
5373         
5374         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
5375
5376         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
5377
5378         * input/regression/tie-manual.ly: new file
5379
5380         * input/regression/tie-chord.ly: update.
5381
5382         * flower/include/interval.hh (struct Interval_t): 
5383
5384         * lily/tie.cc (distance): new function 
5385         (height): new function.
5386         (init): new function
5387         (Tie_details): new struct.
5388
5389         * lily/skyline.cc (skyline_height): new function.
5390
5391         * lily/tie-column.cc (set_chord_outlines): new function.
5392         (new_directions): read tie-configuration
5393
5394         * lily/skyline.cc: fix ASCII art.
5395         
5396 2005-08-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5397
5398         * python/convertrules.py (string_or_scheme): Fix spelling error
5399
5400 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5401         
5402         * lily/tie-column.cc (set_directions): set directions only once.
5403         (add_configuration): new function.
5404
5405         * lily/tie.cc (set_control_points): new function
5406
5407         * lily/tie-column.cc (new_directions): new function.
5408
5409         * ly/music-functions-init.ly: set 'pitch property
5410         iso. trill-pitch. This makes \relative work with \pitchedTrill
5411
5412         * lily/tie.cc (get_configuration): new function. Don't generate
5413         control points, rather, generate configuration.
5414         remove head-pair property.
5415
5416         * lily/include/tie.hh (struct Tie_configuration): new struct.
5417
5418 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
5419
5420         * Documentation/topdocs/NEWS.tely: clarify.
5421
5422 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5423
5424         * lily/tie.cc: remove minimum-length
5425
5426         * scm/define-grob-properties.scm (all-user-grob-properties):
5427         remove staffline-clearance, y-offset 
5428
5429         * input/regression/tie-dots.ly (Module): remove.
5430
5431         * lily/tie.cc (get_control_points): rewrite. Put short ties in
5432         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
5433
5434         * input/regression/tie-single.ly: new file.
5435
5436 2005-08-21  Graham Percival  <gpermus@gmail.com>
5437
5438         * ly/bagpipe.ly: fix compile problem.
5439
5440 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5441
5442         * lily/midi-item.cc (name): new method.
5443
5444         * lily/staff-performer.cc (acknowledge_audio_element): use
5445         signature of baseclass.
5446
5447         * lily/engraver-group.cc (do_announces): move recursion call out
5448         of while loop. 
5449
5450         * lily/drum-note-performer.cc (class Drum_note_performer): use
5451         process_music everywhere.
5452
5453         * ly/performer-init.ly: add default children everywhere.
5454
5455         * lily/paper-book.cc (output): call paper-book-write-midis
5456         directly: always write MIDI, even if no \layout {} block. 
5457
5458 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5459
5460         * VERSION (PACKAGE_NAME): release 2.7.6
5461
5462         * lily/percent-repeat-engraver.cc (try_music): don't print warning
5463         about not being able to handle repeat.
5464
5465 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5466
5467         * Documentation/user/examples.itely (Piano templates):
5468         * lily/include/performer-group.hh: Remove last traces of
5469         Performer_group_performer.  Fixes make web.
5470
5471 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5472
5473         * Documentation/user/examples.itely (Piano templates): change
5474         Engraver_group_engraver -> Engraver_group
5475
5476         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
5477         scm_stand_in_procs is not weak_any.
5478
5479         * lily/volta-bracket.cc (print): don't use strcmp().
5480
5481         * lily/volta-engraver.cc (process_music): use
5482         Text_interface::is_markup() for setting the 'text property of the
5483         volta bracket.
5484
5485         * input/mutopia/claop.py (accents): update syntax to 2.6
5486
5487         * scm/define-context-properties.scm
5488         (all-user-translation-properties): add countPercentRepeats.
5489
5490         * Documentation/user/basic-notation.itely (Measure repeats): add
5491         isolated percent example.
5492
5493 2005-08-18  Graham Percival  <gpermus@gmail.com>
5494
5495         * input/ {various}: change direction #1, #-1 to
5496         #up/#down or \fooUp, \fooDown.
5497
5498         * Documentation/user/music-glossary.tely: #-1 to #down.
5499
5500         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
5501         to #up, #-1 to #down.
5502
5503 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5504
5505         * lily/include/engraver-group.hh: rename.
5506
5507         * lily/include/performer-group.hh: rename.
5508
5509 2005-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5510
5511         * input/test/script-abbreviations.ly: Removed some old LaTeX
5512         left overs.
5513
5514 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5515
5516         * python/convertrules.py (conv): inside-slur -> avoid-slur.
5517         Remove functions.  Remove if 1: constructs, reindent.
5518
5519         * scripts/convert-ly.py (add_version): Add functions from
5520         convertrules.py
5521
5522         * scm/script.scm (default-script-alist):
5523         s/priority/script-priority.  Fixes script stacking.  Backportme.
5524         (Fermata): Very low priority.
5525
5526 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5527
5528         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
5529
5530         * input/regression/slur-script.ly: remove padding tweaks. Add
5531         comment strings.
5532
5533         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
5534         time sigs and related stuff.
5535
5536         * scm/define-grob-properties.scm (all-user-grob-properties): add
5537         @code{} tags to property description.
5538
5539         * lily/include/line-group-group-engraver.hh (Module): remove file.
5540
5541         * python/convertrules.py (conv): add rule for
5542         Engraver_group_engraver -> Engraver_group.
5543
5544         * lily/include/performer-group-performer.hh: analogous.
5545
5546         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
5547
5548         * lily/context-def.cc (instantiate): check for
5549         Engraver_group_engraver and Performer_group_performer not
5550         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
5551  
5552 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5553
5554         * input/les-nereides.ly: Remove three fingering tweaks, update
5555         remaining one.
5556
5557         * input/regression/slur-script-inside.ly: Update, fix doc.
5558
5559         * scm/script.scm: Update to avoid-slur.
5560
5561         * scm/define-grob-properties.scm (avoid-slur): New property.
5562
5563         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
5564         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
5565         outside_slur_callback if avoid-slur != #'inside.
5566
5567         * scm/define-grobs.scm (Fingering, Textscript): No
5568         inside-slur/outside-slur preference.
5569         (DynamicLineSpanner): Always outside slur.
5570
5571         * input/regression/slur-script.ly: More tests.
5572
5573 2005-08-17  Graham Percival  <gpermus@gmail.com>
5574
5575         * Documentation/user/lilypond-book: fix notime entry.
5576
5577         * Documentation/user/advanced-notation.itely: add info on
5578         getting an I rehearsal mark.
5579
5580         * Documentation/user/putting.itely: reinstate "I", re-enforce
5581         the fact that \override numbers are the result of
5582         experimentation and personal taste.
5583
5584         * Documentation/user/invoking.itely: update convert-ly bugs.
5585
5586 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5587
5588         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
5589         to #t.
5590
5591         * lily/timing-translator.cc (initialize): don't initialize timing.
5592
5593         * input/regression/stem-spacing.ly (Module): remove file.
5594
5595         * input/regression/spacing-stick-out.ly: specify Score context for
5596         \override
5597
5598         * input/regression/clefs.ly: remove spurious {}s 
5599
5600 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
5601
5602         * Documentation/topdocs/NEWS.tely,
5603         input/regression/repeat-percent-count.ly: clarify a bit.
5604
5605 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5606
5607         * input/no-notation/display-lily-tests.ly: delete
5608         display-lily-init call.
5609
5610         * ly/music-functions-init.ly (displayLilyMusic): move
5611         display-lily-init call at top level, so that the user should not
5612         have to call it.
5613
5614         * scm/define-music-display-methods.scm (note-name->lily-string):
5615         retrieve note names directly from pitchnames using new function `rassoc'.
5616         (display-lily-init): note names list construction removed.
5617
5618 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5619
5620         * THANKS: spello.
5621
5622         * lily/lily-parser.cc (get_header): copy module, instead of
5623         returning it.
5624
5625         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
5626         counters.
5627
5628         * Documentation/user/basic-notation.itely (Measure repeats): add
5629         links to Counter grobs.
5630
5631         * scm/define-grobs.scm (all-grob-descriptions): add
5632         DoublePercentRepeatCounter
5633         (all-grob-descriptions): add PercentRepeatCounter
5634
5635         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
5636         also create counter grobs.
5637
5638         * lily/separation-item.cc (extremal_break_aligned_grob): don't
5639         return grob without space-alist.
5640
5641         * input/proportional.ly: tune staff-padding.
5642
5643         * input/regression/repeat-percent-count.ly: new file. 
5644
5645 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5646
5647         * input/no-notation/display-lily-tests.ly: moved from
5648         input/regression/ to input/no-notation. Be sure to call
5649         `display-lily-init' before trying to use the display function.
5650
5651 2005-08-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5652
5653         * scripts/lilypond-book.py (option_definitions): Don't localize
5654         the empty string. Fixes bug when --psfonts was used with
5655         non-English locale.
5656
5657 2005-08-15  Graham Percival  <gpermus@gmail.com>
5658
5659         * lily/tuplet-bracket.cc: simple build fix.
5660
5661         * Documentation/user/putting.itely: use "we" instead of "I".
5662
5663         * Documentation/user/basic-notation.itely: cautionary accidentals
5664         work with naturals, too.
5665
5666 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5667
5668         * lily/tuplet-bracket.cc (calc_position_and_height): add
5669         staff-padding support.
5670
5671         * input/proportional.ly: set staff-padding.
5672         
5673         * VERSION (PATCH_LEVEL): release 2.7.5
5674
5675         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
5676         fixes. Remove tweaks.
5677
5678         * input/regression/tuplet-slope.ly: add a test case.
5679
5680         * lily/tuplet-bracket.cc (calc_position_and_height): revert
5681         erroneous fix. Add spanner bounds to offset array with relative X
5682         positions.
5683
5684         * ly/engraver-init.ly: add Rest_engraver only once.
5685
5686         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
5687         (*parser*) lookup if (*parser*) != #f.
5688
5689 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5690
5691         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
5692         Cut-and paste update.
5693
5694         * input/regression/slur-script.ly: Add example of reverting
5695         inside-slur for fingering.
5696
5697         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
5698         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
5699
5700         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
5701         outside_slur_callback if inside-slur == #f (as opposed to unset).
5702
5703 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5704
5705         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
5706         encoding files are already removed.
5707
5708 2005-08-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5709
5710         * Documentation/user/advanced-notation.itely (Instrument names):
5711         Document a workaround for instrument names that collide with
5712         system start braces/brackets.
5713
5714 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5715
5716         * lily/rest-collision.cc (do_shift): spello.
5717
5718         * input/proportional.ly: use #'used property. Set break-overshoot
5719         property.
5720
5721         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
5722
5723         * lily/paper-column.cc: add #'used property
5724
5725         * lily/mark-engraver.cc (stop_translation_timestep): set grob
5726         array for staves found.
5727
5728         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
5729         array for stavesFound.
5730
5731         * lily/staff-spacing.cc (next_note_correction): add fixed and
5732         space to calling convention. This fixes spacing of accidentals
5733         after barlines.
5734
5735         * input/regression/spacing-accidental-stretch.ly: add barline -
5736         accidental case.
5737
5738         * scm/framework-ps.scm (page-header): add version number to
5739         creator
5740         (eps-header): idem.
5741
5742         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
5743         
5744 2005-08-13  Graham Percival  <gpermus@gmail.com>
5745
5746         * Documentation/user/global.itely: add "fit as much as
5747         possible onto this page" example (Vertical spacing).
5748
5749 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5750
5751         * *: Nitpick run.
5752
5753         * buildscripts/fixcc.py: Fixes.
5754
5755 2005-08-12  Graham Percival  <gpermus@gmail.com>
5756
5757         * Documentation/user/advanced-notation.itely: add markup
5758         example to Text spanners.
5759
5760 2005-08-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5761
5762         * Documentation/user/basic-notation.itely (Ties): Add example of
5763         tying a tremolo to a chord. Thanks to Steve Doonan. 
5764
5765         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
5766         properties and move tieMelismaBusy to the list of written
5767         properties. 
5768
5769 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
5770
5771         * po/TODO: suggest to use a dedicated tool like kbabel.
5772
5773         * po/fi.po: update using kbabel.
5774
5775 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5776
5777         * *: Remove obsolete files.  Nitpick run.
5778
5779         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
5780
5781 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5782
5783         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
5784         too.
5785
5786         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
5787
5788         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
5789         whitespace as symbol separator.
5790
5791         * lily/side-position-interface.cc: Add slur-padding.
5792
5793         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
5794         quite a large fix, and it never worked in a stable release; so not
5795         really a regression.
5796
5797         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
5798         Update cut and paste code from Slur_engraver.
5799
5800         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
5801         Add.
5802
5803         * scm/define-grobs.scm (DynamicLineSpanner): Add
5804         dynamic-line-spanner-interface.
5805         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
5806
5807 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5808
5809         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
5810         to_boolean () so that non-set 'inside-slur means false.
5811
5812         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
5813         slur has control-points.  Skip script without direction.  Always
5814         do_shift if script inside slur, even if slur not contained in
5815         script y-extent.  Increment k in loop.
5816
5817 2005-08-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5818
5819         * scm/define-markup-commands.scm: Improved regexp to search for
5820         EPS bounding boxes and corrected call to ly:warning.
5821
5822 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5823
5824         * Documentation/user/programming-interface.itely (Displaying music
5825         expressions): doc for \displayLilyMusic. Also some precisions in
5826         "Markup construction in Scheme"
5827
5828 2005-08-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5829
5830         * scm/define-markup-commands.scm (normal-text): Added 2 new
5831         markup commands, \normal-text and \medium (the latter thanks to
5832         Bruce Fairchild). 
5833
5834 2005-08-08  Graham Percival  <gpermus@gmail.com>
5835
5836         * Documentation/user/programming-interface.itely: fix @{ @}.
5837
5838         * scm/define-markup-commands.scm: add linewidth info to
5839         \justify and \wordwrap, add "upright is the opposite of italic".
5840
5841         * Documentation/user/advanced-notation.itely: shaped->shape,
5842         add (cons (markup "foo")) type of example to text markup,
5843         reword multi-measure rests section.
5844
5845         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
5846         comment.  No actual code was touched.
5847
5848         * Documentation/user/invoking.itely: add more info about
5849         \include.  Thanks, Bruce!
5850
5851         * THANKS: add Bruce Fairchild, alphabetise.
5852
5853         * Documentation/user/global.itely: document \score{\header{}}
5854         behavior.
5855
5856         * Documentation/user/basic-notation.itely: reword multi-measure
5857         rest discussion in Rests.
5858
5859 2005-08-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5860
5861         * Documentation/user/programming-interface.itely (Markup
5862         construction in Scheme): Corrected example and tried to clarify
5863         the implicit \line in the table.
5864
5865 2005-08-07  Graham Percival  <gpermus@gmail.com>
5866
5867         * Documentation/user/instrument-notation.itely: moved
5868         some bagpipe info back into the bagpipe section.  Somehow
5869         it ended up in the "other vocal issues" section?!  :o_O
5870
5871 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5872
5873         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
5874         directories, not paths).
5875
5876 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5877
5878         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
5879         plain emmentaler/aybabtu.  Backportme.
5880
5881         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
5882         missing dir correction.
5883
5884 2005-08-05  Graham Percival  <gperlist@shaw.ca>
5885
5886         * scm/define-markup-commands: fix reversed justify/wordwrap
5887         doc strings.
5888
5889 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
5890
5891         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
5892         lily/gregorian-ligature-engaver.cc,
5893         lily/include/ligature-engraver.hh,
5894         lily/include/coherent-ligature-engraver.hh,
5895         lily/include/gregorian-ligature-engraver.hh: make these classes
5896         truely abstract.  This should fix some internal oddities such as
5897         duplicate as well as dead translator/property declarations, and
5898         also some dead code.
5899
5900         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
5901         bugfix: avoid message "junking empty ligature" on ligature
5902         brackets by collecting dummy grobs.
5903
5904 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5905
5906         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
5907
5908         * input/proportional.ly (staffKind): bugfix.
5909         (staffKind): updates by Trevor Baca.
5910
5911         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
5912         default layout. 
5913
5914         * lily/tuplet-bracket.cc (print): check whether edge-text is a
5915         pair.
5916
5917         * lily/beam.cc (rest_collision_callback): call position_beam() if
5918         necessary.
5919
5920         * VERSION: release 2.7.4
5921
5922         * input/regression/spacing-uniform-stretching.ly: new file.
5923
5924         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
5925
5926         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
5927         contributor.
5928
5929         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
5930
5931         * input/proportional.ly: new file.
5932
5933         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
5934         columns is empty
5935
5936         * lily/tuplet-engraver.cc (finalize): new function. Reset right
5937         bounds to currentCommandColumn for the last step.
5938         (start_translation_timestep): if tupletFullLength is set, set
5939         bound to Paper Column
5940
5941         * input/regression/tuplet-full-length.ly (indent): new file.
5942
5943         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
5944         clique of loose columns, eg. a set of grace notes in strict
5945         notespacing.
5946
5947         * input/regression/spacing-strict-spacing-grace.ly: new file.
5948
5949         * lily/key-signature-interface.cc: change property name to
5950         alteration-alist
5951
5952         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
5953         keyAccidentalOrder
5954
5955         * python/convertrules.py (conv): keyAccidentalOrder ->
5956         keyAlterationOrder
5957
5958         * lily/key-engraver.cc (create_key): always print a cancellation
5959         for going to C-major/A-minor, regardless of printKeyCancellation.
5960         (create_key): remove typecheck for visibility. This fixes key
5961         signature not being printed.
5962
5963         * lily/spacing-determine-loose-columns.cc: new file.
5964
5965         * input/regression/spacing-strict-notespacing.ly: new file.
5966
5967         * lily/spacing-spanner.cc (generate_springs): rename from
5968         do_measure. 
5969         (generate_pair_spacing): new function.
5970         (init, generate_pair_spacing): set between-cols for floating
5971         nonmusical columns.
5972
5973         * lily/spaceable-grob.cc (get_spring): new function. 
5974
5975         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
5976         relative to the right edge of the prefatory matter.
5977
5978         * lily/beam.cc (print): read break-overshoot to determine where to
5979         stop/start broken beams.
5980
5981         * input/regression/spanner-break-overshoot.ly: new file.
5982
5983 2005-08-04  Graham Percival  <gperlist@shaw.ca>
5984
5985         * ly/bagpipe.ly: updated.
5986
5987         * Documentat/user/instrument.itely: un-comment out bagpipe example.
5988
5989 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5990
5991         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
5992         support: now (de)crescs avoid slurs as well.
5993
5994         * Documentation/user/instrument-notation.itely (Bagpipe example):
5995         comment out non-functioning bagpipe example.
5996         (Bagpipe definitions): idem.
5997
5998         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
5999         (Top): add proportionalNotationDuration example.
6000
6001         * input/regression/spacing-proportional.ly: new file.
6002
6003         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
6004         synched to a beam.
6005
6006         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
6007         fixes beams with a single stem (eg. beams across linebreaks.)
6008
6009         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
6010
6011         * flower/rational.cc (operator +): prevent overflow. This fixes
6012         heavily nested tuplets.
6013
6014         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
6015         have to protect even those unlikely to be corrupted data members.  
6016
6017 2005-08-04  Graham Percival  <gperlist@shaw.ca>
6018
6019         * ly/bagpipe.ly: new file.
6020
6021         * THANKS: added Sven Axelsson.
6022
6023 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6024
6025         * lily/spacing-engraver.cc (stop_translation_timestep): directly
6026         copy proportionalNotationDuration into currentMusicalColumn if
6027         set.
6028
6029         * lily/spacing-spanner.cc (musical_column_spacing): if
6030         uniform-stretching set, fixed space is 0.0
6031
6032         * input/regression/spacing-multi-tuplet.ly: show
6033         uniform-stretching property.
6034
6035         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
6036
6037         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
6038         (struct Spacing_options): new struct.
6039
6040         * lily/spacing-basic.cc: new file.
6041
6042         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
6043         delta_t doesn't have to be smaller than shortest_playing_len
6044
6045 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6046
6047         * input/regression/markup-arrows.ly:  new file.
6048
6049         * lily/tuplet-bracket.cc: document new behavior.
6050
6051         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
6052         with line breaks.
6053
6054         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
6055
6056         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
6057         default 
6058
6059         * lily/tuplet-bracket.cc: add edge-text property.
6060         add break-overshoot.
6061         (print): read break-overshoot.
6062         (print): read edge-text, add stencils.
6063
6064         * mf/feta-arrow.mf: new file.
6065
6066         * mf/feta-generic.mf: add feta-arrow.
6067
6068 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6069
6070         * Documentation/user/lilypond-book.itely (An example of a
6071         musicological document): Added flag -o to dvips for people who use
6072         the default setting in teTeX where output is sent to the printer. 
6073
6074         * Documentation/user/global.itely (Vertical spacing): Added
6075         reference to the Axis_group_engraver which documents the *Extent
6076         properties.
6077
6078 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6079
6080         * Documentation/user/basic-notation.itely (Tuplets): add note
6081         about nested tuplets. Remove BUG. 
6082
6083         * input/regression/tuplet-nest.ly: update: remove manual hack. 
6084
6085         * lily/tuplet-bracket.cc (print): use robust_scm2drul
6086         (print): manually call print() for subtuplets.
6087         (calc_position_and_height): add subtuplets to the
6088         support. Vertically shift outer tuplet 
6089
6090         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
6091         remove-first for Lyrics, ChordNames and FiguredBass
6092
6093         * scm/define-grob-properties.scm (all-internal-grob-properties):
6094         use ly:grob-array? iso. grob-list?
6095         (all-internal-grob-properties): add tuplets grob-array.
6096
6097         * lily/tuplet-bracket.cc (add_tuplet_bracket):
6098         new function
6099
6100 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6101
6102         * input/test/time-signature-staff.ly: new file.
6103
6104         * ly/declarations-init.ly (center): escape to Scheme. Fixes
6105         spurious #<Music FingerEvent> errors. Backportme.
6106
6107 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6108
6109         * Documentation/user/programming-interface.itely (Markup
6110         construction in Scheme): Corrected markup syntax in the
6111         translation table.
6112
6113 2005-08-03  Graham Percival  <gperlist@shaw.ca>
6114
6115         * Documentation/user/instrument-notation.itely: small update
6116         to bagpipe notation docs; thanks Sven!
6117
6118         * Documentation/user/basic-notation.itely: add link about trills.
6119
6120 2005-08-02  Graham Percival  <gperlist@shaw.ca>
6121
6122         * Documentation/user/music-glossary: remove accidentally committed
6123         fink patch.
6124
6125 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
6126
6127         * lily/lily-parser.cc (get_header): new function. Enable multiple
6128         \header definitions.
6129
6130         * lily/parser.yy (lilypond_header_body): use get_header.
6131
6132         * ly/init.ly:
6133         * scm/lily-library.scm (print-score-with-defaults): renamed
6134         $globalheader to $defaultheader
6135             
6136         * Documentation/user/global.itely (Creating titles): added short
6137         explanation that multiple headers are useable.
6138
6139
6140 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6141
6142         * lily/module-scheme.cc (LY_DEFINE): new file. 
6143
6144         * Documentation/user/advanced-notation.itely (Font selection): add
6145         doco for make-pango-font-tree.
6146
6147 2005-07-31  Graham Percival  <gperlist@shaw.ca>
6148
6149         * Documentation/user/music-glossary: more languages
6150         for tenuto.
6151
6152         * Docuemntation/user/instrument-notation.itely: minor
6153         update for bagpipe example.
6154
6155 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6156
6157         * input/regression/+.ly (TODO): add some text.
6158
6159 2005-07-28  Graham Percival  <gperlist@shaw.ca>
6160
6161         * Documentation/user/invoking.itely: \score begins with music.
6162
6163         * Documentation/user/ basic-notation.itely,
6164         instrument-notation.itely: minor changes.
6165
6166         * Documentation/user/music-glossary.itely: began tenuto entry.
6167
6168 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6169
6170         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
6171
6172         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
6173
6174 2005-07-27  Graham Percival  <gperlist@shaw.ca>
6175
6176         * Documentation/user/examples.itely: remove bagpipe template.
6177
6178         * Documentation/user/instrument-notation.itely: add bagpipe
6179         section, maybe fix quotes in lyrics.  I hate text encoding.
6180         Clarify chord durations, more bagpipe stuff.
6181
6182 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6183  
6184         * lily/accidental-engraver.cc: formatting fixes.
6185
6186         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
6187         grob-array.
6188
6189         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
6190
6191         * lily/note-column.cc (arpeggio): new function.
6192
6193         * lily/note-spacing.cc (get_spacing): also take arpeggio into
6194         account for spacing.
6195
6196 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6197
6198         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
6199         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
6200         mingw build.
6201         
6202 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6203
6204         * scm/lily.scm (lilypond-all): clear anonymous modules after
6205         processing files.
6206
6207 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6208
6209         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
6210         SCM_I_CONSP
6211
6212         * VERSION: 2.7.3 released
6213
6214         * Documentation/user/invoking.itely (Invoking lilypond): add
6215         LILYPOND_GC_YIELD documentation.
6216
6217         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
6218         scm_from_real / scm_make_real.
6219
6220         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
6221         higher. This increases memory footprint, but provides overall
6222         speedup of 15 to 20%. 
6223
6224         * lily/include/translator.hh (class Translator): remove
6225         PRECOMPUTED_VIRTUAL everywhere.
6226
6227         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
6228
6229         * lily/context.cc (now_mom): non-recursive now_mom() 
6230
6231         * lily/include/profile.hh: new file.
6232
6233         * lily/profile.cc: new file.
6234
6235         * lily/grob.cc (Grob::Grob): look properties up directly.
6236
6237         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
6238         lookups.
6239
6240         * lily/include/box.hh (class Box): smob Box type.
6241
6242         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
6243
6244         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
6245         protect() and unprotect(). Use throughout.
6246
6247 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6248
6249         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
6250
6251         * scm/define-music-display-methods.scm (markup->lily-string):
6252         markup elements can also be strings (without simple-markup
6253         appended)
6254
6255 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6256
6257         * lily/context.cc (where_defined): also assign value in
6258         where_defined().
6259
6260         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
6261         (curve_coordinate): new function
6262
6263         * lily/simple-spacer.cc (add_columns): only add rods between
6264         column i and begin/end if keep-inside-line is set (this repleces
6265         allow-outside-line as default)
6266
6267 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6268
6269         * lily/tuplet-engraver.cc (start_translation_timestep): only read
6270         tupletSpannerDuration if applicable.
6271
6272         * lily/font-size-engraver.cc (process_music): read fontSize only
6273         once per timestep.
6274
6275         * lily/engraver*cc: use throughout.
6276         
6277         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
6278
6279         * lily/translator.cc (add_acknowledger): new file. Directly jump
6280         into an Engraver::acknowledge_xxx () method based on a grobs
6281         interface-list.
6282
6283         * lily/include/translator-dispatch-list.hh (class
6284         Engraver_dispatch_list): new struct, new file.
6285
6286         * scm/define-context-properties.scm
6287         (all-internal-translation-properties): remove acceptHashTable,
6288         acknowledgeHashTable
6289
6290         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
6291
6292         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
6293         change acknowledgeHashTable to C++ member. 
6294
6295         * lily/rest-collision.cc (do_shift): use extract_grob_set().
6296
6297 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6298
6299         * scm/display-lily.scm: new file. Define a `display-lily-music'
6300         function, that displays the music expression given as an argument,
6301         using LilyPond notation.
6302
6303         * scm/define-music-display-methods.scm: new file. Implementation
6304         of display methods for each music type.
6305
6306         * ly/music-functions-init.ly (displayLilyMusic): new function for
6307         displaying music with LilyPond notation.
6308
6309         * input/regression/display-lily-tests.ly: new regression test file
6310         for `display-lily-music'.
6311
6312         * scm/markup.scm: remove obsolete debugging code (for printing
6313         markups with LilyPond notation).
6314
6315         * scm/define-music-types.scm (music-name-to-property-table):
6316         * scm/clef.scm (supported-clefs): export, in order to be accessible
6317         from the (scm display-lily) module.
6318
6319 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6320
6321         * Documentation/topdocs/NEWS.tely (Top): Typo.
6322
6323 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
6324
6325         * Documentation/index.html.in, Documentation/texinfo.css,
6326           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
6327           Documentation/bibliography/index.html.in,
6328           Documentation/bibliography/html-long.bst: revert css-width patch,
6329           it does not work with IE6.
6330
6331 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6332
6333         * Documentation/texinfo.css: revert 760px hack. 
6334
6335         * VERSION: release 2.7.2
6336
6337         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
6338
6339         * Documentation/user/basic-notation.itely (Barnumber check): add
6340         section.
6341
6342         * scm/music-functions.scm (skip-to-last): new function. Show only
6343         last showLastLength part of the \score.
6344
6345         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
6346
6347         * python/convertrules.py (conv): add ly:x-moment rule
6348
6349         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
6350
6351         * Documentation/topdocs/NEWS.tely (Top): add new feature.
6352
6353         * Documentation/user/instrument-notation.itely (Flexibility in
6354         alignment): options in subsections.
6355
6356         * lily/lyric-engraver.cc (process_music): don't typeset text for _
6357         syllable text. Instead, assume that the previous lyric text is a
6358         melismated text.
6359
6360         * Documentation/index.html.in: revert 800x600 change.
6361
6362 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6363
6364         * lily/main.cc (main): Remove invalid handle kludge.
6365
6366         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
6367         (lambda): add gui define.
6368
6369 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6370
6371         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
6372
6373         * Documentation/user/instrument-notation.itely (Musica ficta
6374         accidentals): add section Musica ficta accidentals
6375
6376         * lily/accidental-engraver.cc (make_suggested_accidental): new
6377         function.
6378         (make_standard_accidental): move into new function.
6379         (create_accidental): new function.
6380
6381         * scm/define-grobs.scm (all-grob-descriptions): new Grob
6382         AccidentalSuggestion
6383
6384         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
6385
6386         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
6387         undefined.
6388
6389         * Documentation/user/global.itely (Page formatting): document
6390         horizontalshift.
6391
6392         * scm/page-layout.scm (default-page-music-height):
6393         horizontalshift: new variable, shift all systems by
6394         horizontalshift to the right, to make space for instrument names.
6395
6396         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
6397
6398         * lily/input-scheme.cc (LY_DEFINE): take format commands.
6399
6400 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6401
6402         * lily/note-column.cc (dir): idem.
6403
6404         * lily/spacing-spanner.cc (Module): idem.
6405
6406         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
6407
6408         * lily/include/paper-column.hh (class Paper_column): add
6409         non-static get_rank() member.
6410
6411         * VERSION: release 2.7.1
6412         
6413         * scm/framework-null.scm: new file, used for benchmarking.
6414
6415 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
6416
6417         * Documentation/topdocs/INSTALL.texi, configure.in: fix
6418         version dependencies for fontforge and gs.
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: optimize width of
6424         html for a 800x600 screen (width:760), increases printability
6425         when 'fit to page' is not set and readability in wide screens.
6426
6427         * stepmake/bin/add-html-footer.py: add missing </p>.
6428
6429 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6430
6431         * scm/define-markup-commands.scm (beam): use polygon in beam
6432         command.
6433
6434         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
6435         all acknowledged grobs, and do potentially expensive merge and
6436         write in one go.
6437
6438         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
6439
6440         * configure.in (reloc_b): add --enable-static-gxx to statically
6441         link to libstdc++
6442
6443         * lily/GNUmakefile (static-gxx-libs): new target
6444         static-gxx-libs. Create symlink to libstdc++.a
6445
6446         * lily/new-lyric-combine-music-iterator.cc: rename to
6447         Lyric_combine_music_iterator
6448
6449         * lily/lyric-combine-music-iterator.cc
6450         (Old_lyric_combine_music_iterator): rename to
6451         Old_lyric_combine_music_iterator
6452
6453         * lily/*-engraver.cc (various): remove double use of
6454         PRECOMPUTED_VIRTUAL function: only use
6455         start_translation_timestep() and stop_translation_timestep(), not
6456         both.
6457
6458         * lily/break-substitution.cc (fast_substitute_grob_array): do
6459         fast_substitute_grob_array for all unordered grob_arrays.
6460         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
6461         (substitute_grob_array): optimize.
6462
6463         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
6464
6465         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
6466
6467         * lily/parser.yy: revert $globalheader patch.
6468         
6469         * lily/include/translator.icc
6470         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
6471         Translator methods, without _static helper.
6472  
6473         * lily/grob-smob.cc (derived_mark): rename from
6474         do_derived_mark(). Return void.
6475
6476         * scm/define-context-properties.scm
6477         (all-internal-translation-properties): remove tweakCount/tweakRank.
6478
6479         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
6480         predefined break-visibilities.
6481
6482         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
6483         booleans for break-visibility.
6484
6485         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
6486
6487         * python/convertrules.py (conv): rule for Timing_translator. 
6488
6489         * lily/include/translator.icc: new file. 
6490
6491         * lily/paper-column-engraver.cc (process_music): new
6492         file. Separate Paper_column factory from Score_engraver.
6493
6494         * lily/vertically-spaced-context-engraver.cc: administer
6495         spaceable-staves property of System.
6496
6497         * lily/translator-group-ctors.cc: new file.
6498
6499         * lily/context-property.cc (make_grob_from_properties): construct
6500         the right Grob class programmatically, looking at the class entry
6501         for the meta property.
6502
6503         * lily/break-align-engraver.cc (stop_translation_timestep): call
6504         Break_align_interface::add_element() directly.
6505
6506         * lily/context.cc (measure_position): measure_position() is now a
6507         normal function.
6508
6509         * lily/include/translator.hh (class Translator): rename
6510         process_acknowledged_grobs() to process_acknowledged() and move to
6511         Translator.
6512
6513         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
6514         field for each grob description.
6515
6516         * lily/include/translator-group.hh (class Translator_group):
6517         change to base class. Separate class from Translator. This gets
6518         rid of virtual inheritance for Engravers/Performers.
6519
6520         * lily/staff-performer.cc (class Staff_performer): derive
6521         Staff_performer from Performer, not Performer_group_performer 
6522
6523         * Lily/translator-group.cc (precomputed_recurse_over_translators):
6524         new function.
6525         (precompute_method_bindings): new function. Precompute lists of
6526         Translators, so we only call methods (process_music,
6527         start_translation_timestep, etc.) for Translators needing
6528         it. Also: dispose of pointer-to-member-function calls.
6529
6530         * lily/engraver-group-engraver.cc: remove engraver_each,
6531         recurse_down_engravers ()
6532
6533         * lily/note-head.cc (internal_print): only call
6534         glyph-name-procedure if style != default. 
6535
6536 2005-07-16  Graham Percival  <gperlist@shaw.ca>
6537
6538         * ly/titling-init.ly: add printallheaders option.
6539
6540         * Documentation/user/global.itely: document printallheaders.
6541
6542 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6543
6544         * lily/system.cc (do_derived_mark): don't mark from object_alist_
6545         anymore, but do it centrally.  
6546
6547         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
6548         hammer hack.
6549
6550         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
6551
6552         * scm/output-lib.scm: remove hammer-print-function.
6553
6554         * lily/include/pointer-group-interface.hh (extract_grob_set): new
6555         macro. Declare a Link_array<Grob> and fill it from a grob.
6556         (extract_item_set): idem for item.
6557
6558         * lily/break-substitution.cc: add header.
6559         (fast_substitute_grob_array): rewrite for Grob_arrays.
6560         (substitute_grob_array): idem.
6561
6562         * lily/group-interface.cc (add_thing): remove file.
6563
6564         * flower/include/parray.hh (class Link_array): slice() is const.
6565
6566         * lily/include/grob-array.hh: new file.
6567
6568         * lily/grob-array.cc (spanner): new file.
6569
6570         * lily/beam-quanting.cc (fill): read details property from beam.
6571
6572         * lily/beam.cc: support details property.
6573
6574         * total speedups below: approx 10%.
6575
6576         * lily/include/beam.hh: new struct, softcode beam quanting parameters
6577
6578         * lily/include/grob.hh (class Grob): add interfaces_ member.
6579
6580         * lily/bezier.cc (init_polynomial_cache): new function: cache
6581         binom(3,j) t^j (1-t)^{3-j}
6582         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
6583
6584         * lily/*.cc: substitution throughout.
6585
6586         * lily/grob-property.cc (internal_get_object): new routine.
6587         (internal_set_object): idem. Store grob refrences in separate
6588         alist. This saves processing time, since properties aren't
6589         break-substituted, and the per grob namespace is smaller, both for
6590         grobs and non-grob properties.
6591
6592         * scm/define-grob-properties.scm (all-internal-grob-properties):
6593         remove center-element.
6594
6595         * lily/grob.cc: remove tweak-count, tweak-rank.
6596
6597 2005-07-15  Graham Percival  <gperlist@shaw.ca>
6598
6599         * Documentation/user/lilypond-book.itely: fixes example.
6600
6601 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6602
6603         * Documentation/user/global.itely (Creating titles):    
6604         * Documentation/user/examples.itely (All headers): change the
6605         place of \header in \score blocks (after music block) to make
6606         examples compile (cf. changes on parser.yy on 2005-07-10)
6607
6608 2005-07-13  Graham Percival  <gperlist@shaw.ca>
6609
6610         * python/convertrules.py: add exc -> ecc rule.
6611
6612         * scripts/convert-ly.py: add location of convertrules.py
6613         in a comment.
6614
6615         * Documentation/user/changing-defaults.itely: fix language.
6616
6617 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6618
6619         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
6620
6621 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6622
6623         * scm/output-socket.scm (grob-bbox): don't use inf? 
6624
6625         * flower/include/rational.hh: add operator bool() 
6626
6627         * scm/define-music-types.scm (music-descriptions): remove
6628         internal-class-name properties.
6629
6630         * lily/include/event.hh: remove file.
6631
6632         * lily/include/music-constructor.hh: remove file.
6633
6634         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
6635         in 'types property.
6636
6637         * lily/music.cc (duration_length_callback): new function.
6638
6639         * lily/event.cc: remove file.
6640
6641         * lily/music-constructor.cc: remove file.
6642
6643         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
6644
6645         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
6646         (get_context_key): idem.
6647
6648         * scm/lily.scm (lambda): new option object-keys (default to #f)
6649
6650         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
6651
6652         * scm/output-gnome.scm: remove beam routine.
6653
6654         * scm/output-ps.scm (scm): idem.
6655
6656         * scm/output-svg.scm: remove beam.
6657
6658         * ps/music-drawing-routines.ps: remove draw_beam.
6659
6660         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
6661
6662         * flower/include/guile-compatibility.hh (scm_from_locale_string):
6663         add scm_from_locale_string compatibility glue. 
6664
6665 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
6666
6667         * scripts/lilypond-book.py: Prevent occuring error when
6668         'lilypond-book --output=foo/ somefile.ly' is executed multiple
6669         times and target file shoud be overwritten.  (Error message said
6670         'input file and output file is same'.)
6671
6672 2005-07-13  Graham Percival  <gperlist@shaw.ca>
6673
6674         * input/regression/slur-extreme.ly,
6675         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
6676         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
6677         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
6678         "excentricity" to "eccentricity".
6679
6680         * Documentation/user/converters.itely: fix URL for Noteedit and
6681         Rosegarden.
6682
6683         * THANKS: added Yoshinobu Ishizaki.
6684
6685 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6686
6687         * scm/define-markup-commands.scm (justify-field): add. 
6688
6689         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
6690
6691 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6692
6693         * lily/lookup.cc (filled_box): express filled_box with
6694         round_filled_box
6695
6696         * scm/midi.scm (paper-book-write-midis): new function. Write all
6697         performances in numbered MIDI files.
6698
6699         * lily/performance-scheme.cc (LY_DEFINE): new file.
6700         (LY_DEFINE): new function ly:performance-write.
6701
6702         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
6703         new function.
6704         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
6705
6706         * scm/framework-*.scm: use port arguments throughout.
6707
6708         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
6709
6710         * lily/paper-outputter.cc (Paper_outputter): take port argument.
6711
6712         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
6713
6714         * scm/framework-texstr.scm (output-framework): 
6715
6716         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
6717
6718         * scm/output-lib.scm (tablature-stem-attachment-function):
6719         tablature stem attachment fix. 
6720
6721 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6722
6723         * lily/bezier.cc: hardcode binomial coefficients of order 3.
6724
6725         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
6726
6727         * scm/define-music-types.scm (music-descriptions): don't use
6728         Music_wrapper type.
6729
6730         * lily/paper-column.cc (print): print moment too.
6731
6732         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
6733         remove compatibility cruft.
6734
6735         * lily/parser.yy (score_body): \score can only begin with Music. 
6736
6737         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
6738         make-score. Take music argument only. Move parser interaction to
6739         Scheme.
6740
6741         * scm/lily-library.scm (scorify-music): new function.
6742
6743         * python/lilylib.py (datadir): remove 2.1 compat kludge.
6744         (datadir): remove resource import.
6745         (print_environment): remove get_bbox()
6746         (cp_to_dir): remove pre 1.5.2 compat glue.
6747
6748 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6749
6750         * lily/include/simple-spacer.hh (Module): idem.
6751
6752         * lily/include/spring.hh (struct Spring): store inverse
6753         strength. This prevents division by zero.
6754
6755         * VERSION: release 2.7.0
6756         
6757         * lily/include/music.hh (class Music): remove Music::duration_log()
6758
6759         * lily/stem-engraver.cc (make_stem): take duration log from event.
6760
6761         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
6762
6763 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6764
6765         * scm/lily.scm (ly:load): load autochange.scm
6766
6767         * Documentation/user/tutorial.itely (Running LilyPond for the
6768         first time): remove reference to DVI/TeX
6769
6770         * scm/define-markup-commands.scm (text): add \text markup command.
6771
6772         * configure.in (reloc_b): bump requirement to Python 2.2.
6773
6774         * lily/include/dots.hh (class Dots): make has_interface() static.
6775
6776         * python/convertrules.py (conv): add rule for ly:grob-default-font
6777
6778         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
6779         alphabetical order.
6780
6781         * input/regression/trill-spanner-pitched.ly: new file.
6782
6783         * lily/font-interface-scheme.cc (LY_DEFINE): function
6784         ly:grob-default-font (changed from get-default-font).
6785
6786         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
6787
6788         * lily/note-head.cc (internal_print): if style is not a symbol,
6789         set style to 'default. 
6790         (internal_print): no style suffix if glyph-name-procedure not
6791         set. Default to quarter head.
6792
6793         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
6794
6795         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
6796
6797         * ly/music-functions-init.ly: \pitchedTrill
6798
6799         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
6800
6801         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
6802
6803         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
6804
6805         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
6806
6807         * po/fr.po: update
6808
6809         * po/de.po: update.
6810
6811 2005-07-06  Graham Percival  <gperlist@shaw.ca>
6812
6813         * Documentation/user/changing-defaults.itely: add link
6814         to grob-iterface.
6815
6816         * Documentation/user/advanced-notation.itely: add material
6817         to Setting automatic beam behaviour.  Thanks, Joe!
6818
6819         * Documentation/user/lilypond.itely: change encoding to utf-8.
6820
6821 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6822
6823         * Documentation/user/advanced-notation.itely (Setting automatic
6824         beam behavior): Correct the documentation of
6825         revert-auto-beam-setting (backportme)
6826
6827 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6828
6829         * lily/ly-module.cc (ly_make_anonymous_module): define
6830         %module-public-interface of module. 
6831
6832         * lily/lily-parser.cc (print_smob): allow printing of parser smob
6833         without lexer.
6834
6835 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6836
6837         * input/regression/fret-diagrams.ly: stretch example.
6838
6839 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6840
6841         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
6842         Fodor).
6843
6844 2005-06-30  Graham Percival  <gperlist@shaw.ca>
6845
6846         * Documentation/topdocs/AUTHORS.texi: update personal web address.
6847
6848         * Documentation/user/examples.itely, lilypond-book.itely:
6849         change \RequirePackage to \usepackage.
6850
6851         * Documentation/user/global.itely: document copyright and tagline.
6852
6853 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6854
6855         * Documentation/user/basic-notation.itely (Transpose): remove link
6856         to nonexistent UntransposableMusic.
6857
6858         * scm/output-svg.scm: remove old definitions.
6859
6860         * scripts/lilypond-book.py (do_file): search for kpsewhich before
6861         invoking.
6862
6863         * python/lilylib.py (search_exe_path): new function.
6864
6865 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6866
6867         * python/lilylib.py (mkdir_p): remove setup_environment()
6868         (backportme)
6869
6870         * buildscripts/mutopia-index.py (headertext): trim text.
6871
6872         * Documentation/topdocs/NEWS.tely (Top): refresh.
6873
6874         * scm/define-markup-commands.scm (wordwrap-string): new function:
6875         split string in paras and words.
6876         (wordwrap-markups): new function.
6877         (wordwrap-stencils): new function. 
6878         (justify): use it.
6879         (wordwrap): use it.
6880         (wordwrap-string): use it
6881         (justify-string): use it.
6882
6883         * scm/lily-library.scm (regexp-split): new function.
6884
6885         * scm/define-markup-commands.scm: remove encoded-simple. 
6886         remove font-markup.
6887         (fontsize): remove old version  of fontsize.
6888         (wordwrap): new markup function. Wrap into paragraphs.
6889
6890         * VERSION: Branch lilypond_2_6
6891         (MINOR_VERSION): go to 2.7.0
6892
6893 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6894
6895         * po/zh_TW.po: update from translation project.
6896
6897 2005-06-28  Graham Percival  <gperlist@shaw.ca>
6898
6899         * scm/midi.scm: compile fix.
6900
6901 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6902
6903         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
6904         patch. Now, the tempfile module is loaded too, not only used.
6905
6906 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
6907
6908         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
6909         0.05 - 1.00 to 0.25 - 1.00
6910
6911         * scm/midi.scm: moved the default-instrument-equalizer procedure
6912         to just under the insturment-equalizer-alist it takes as an
6913         argument.
6914
6915 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6916
6917         * Documentation/user/advanced-notation.itely (Font selection):
6918         remove CMR note.
6919
6920         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
6921
6922 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6923
6924         * THANKS: Add UTF-8 marker.
6925
6926         * Documentation/user/point-and-click.itely (http): Update: use
6927         lilypond-invoke-editor.  Fix: instruct to use user.js.
6928
6929 2005-06-27  Graham Percival  <gperlist@shaw.ca>
6930
6931         * ly/titling-init.ly: implements printpagenumber, increases
6932         space between dedication and title (to avoid collisions with
6933         "g" and "q" in dedication), and nicer logic about copyright
6934         and instrument fields being printed on the first page.
6935         Thanks Vincent!
6936
6937         * Documentation/user/global.itely: document printpagenumber.
6938
6939 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6940
6941         * Documentation/topdocs/NEWS.tely: Update to 2.6.
6942
6943 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6944
6945         * THANKS: update to 2.6
6946
6947         * VERSION: 2.6.0 released.
6948
6949 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6950
6951         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
6952         rule, errorneously removed probably because of misleading comment.
6953
6954 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6955
6956         * python/lilylib.py (datadir): py2exe comments.
6957
6958         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
6959
6960         * configure.in (reloc_b): make fontconfig REQUIRED.
6961
6962 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
6963
6964         * po/fi.po: add latest translations.
6965
6966 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6967
6968         * ChangeLog: recode utf-8
6969
6970         * Documentation/pictures/lilypond.xpm (Module): edited photo as
6971         logo.
6972
6973         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
6974
6975         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
6976
6977         * python/convertrules.py (do_conversion): don't print program_name
6978         from within a module
6979
6980         * configure.in (reloc_b): bump fontforge requirement to 20050624.
6981
6982         * python/convertrules.py (conv): add 2.6.0 dummy rule.
6983
6984 2005-06-23  Graham Percival  <gperlist@shaw.ca>
6985
6986         * Documentation/user/lilypond-book.itely,
6987         Documentation/user/examples.itely: add \RequirePackage{graphics}.
6988
6989         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
6990         fixes baseline-skip.  Thanks Vincent!
6991
6992         * Documentation/user/advanced-notation.itely, global.itely:
6993         moved "Selecting font sizes" to global, since it deals with
6994         notation font size, not text fonts.
6995
6996 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6997
6998         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
6999         to fonts.
7000
7001 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7002
7003         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
7004         workaround since /dev/stdin doesn't work on Cygwin. Using a
7005         temporary file in the current directory since latex doesn't
7006         understand the path name to the default TMP in Cygwin (at least on
7007         win XP).
7008         
7009         * Documentation/user/global.itely (Creating titles): Correct
7010         misprint in example. Thanks to Rob Vlasaty.
7011
7012 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7013
7014         * VERSION (PATCH_LEVEL): release 2.5.32
7015
7016         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
7017         variable in lily module
7018
7019         * scm/framework-ps.scm (output-classic-framework): error message
7020         regarding the classic framework.
7021
7022         * Documentation/user/henle-flat-gray.png (Module): new file.
7023
7024         * Documentation/user/baer-flat-gray.png (Module): new file.
7025
7026         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
7027         whiteout for markups.
7028
7029         * buildscripts/substitute-encoding.py (note_glyph): include _ in
7030         regex too. This fixes change clef appearance in PDF. 
7031
7032         * ttftool/include/*: remove.
7033
7034         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
7035
7036         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
7037
7038         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
7039
7040         * ttftool/*: remove ttftool subdirectory.
7041
7042         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
7043
7044         * lily/ttf.cc (print_header): new file. Convert to type42, using
7045         FreeType to parse the TTF. 
7046
7047         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
7048         and post table may differ. Pass around post_nglyphs as well.
7049
7050 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7051
7052         * ly/music-functions-init.ly (musicMap): new music function
7053         musicMap. 
7054         
7055 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7056
7057         * make/mutopia-rules.make: anti-alias-factor = 2
7058
7059         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
7060         page switch.
7061
7062         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
7063         anti-alias-factor for lilypond-book runs.
7064
7065         * scm/ps-to-png.scm (scale-down-image): new function.
7066         (my-system): new function.
7067         (make-ps-images): blow up GS resolution by anti-alias-factor,
7068         scale down image by anti-alias-factor.  This improves appearance
7069         of bitmaps
7070         (make-ps-images): remove showpage. Fixes spurious empty png at
7071         end.
7072
7073         * scm/framework-ps.scm (write-preamble): downcase filename before
7074         string-matching. Should fix .TTF files (as opposed to ttf files)  
7075
7076         * Documentation/user/tutorial.itely (Running LilyPond for the
7077         first time): separate subsections for windows, macos and unix.  
7078
7079         * Documentation/user/invoking.itely (Updating files with
7080         convert-ly): add MacOS X note.
7081
7082 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7083
7084         * Documentation/user/introduction.itely (Engraving): don't include
7085         file optical-spacing, add directly.
7086
7087         * lily/paper-outputter.cc (file): open file in binary mode. This
7088         fixes OTF embedding on windows.
7089
7090 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7091
7092         * scm/framework-ps.scm (write-preamble): remove debugging output.
7093
7094         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
7095
7096         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
7097         outdir.
7098         (install-fc-cache): install font cache in installation directories.
7099
7100 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7101
7102         * scm/editor.scm (editor-command-template-alist): Use char iso
7103         column, except for Emacs.
7104         (get-editor-command): Substitute char too (Bertalan Fodor).
7105
7106 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7107
7108         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
7109         quoted ~s.  This should fix PNG output on Windows; single quotes
7110         are regular characters on Windows.
7111
7112 2005-06-16  Graham Percival  <gperlist@shaw.ca>
7113
7114         * Documentation/user/basic-notation.itely: include ChoirStaff
7115         in System start delimiters.
7116
7117         * Documentation/user/putting.itely: new doc section on
7118         fixing overlapping notation.
7119
7120 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7121
7122         * Documentation/user/global.itely (Paper size): \paper is in
7123         \book, not \score.
7124
7125         * make/mutopia-rules.make: -ddelete-intermediate-files
7126
7127         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
7128
7129 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7130
7131         * ChangeLog: Recode utf-8.
7132
7133         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
7134         datadir with .py modules.
7135
7136 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
7137
7138         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
7139
7140 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7141
7142         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
7143         
7144         * scm/framework-ps.scm (write-preamble): remove status check.
7145
7146         * Documentation/user/invoking.itely (Updating files with
7147         convert-ly): remove -o option.
7148
7149         * VERSION (PACKAGE_NAME): release 2.5.31
7150
7151         * scm/framework-ps.scm (write-preamble): use ly:system.
7152         (write-preamble): verbosity.
7153
7154         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
7155
7156         * python/convertrules.py: new file. Store conversion rules
7157         separately.
7158
7159 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7160
7161         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
7162
7163 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7164
7165         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
7166         \musicDisplay 
7167
7168         * Documentation/user/instrument-notation.itely (More stanzas): Add
7169         reference to StanzaNumber.
7170
7171 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7172
7173         * THANKS: separate section for website translators.
7174
7175 2005-06-14  Graham Percival  <gperlist@shaw.ca>
7176
7177         * Documentation/topdocs/INSTALL.texi: update vim info;
7178         thanks Simon Bailey!
7179
7180         * Documentation/user/advanced-notation.itely: included
7181         color names.
7182
7183         * Documentation/user/advanced-notation.itely,
7184         Documentation/usr/notation-appendices.itely: moved
7185         color names into an appendix.
7186
7187 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7188         
7189         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
7190
7191         * scm/lily.scm (lambda): initialize program options from here.
7192
7193         * scm/framework-*.scm: add header info.
7194
7195         * lily/main.cc (parse_argv): only set output format to pdf if no
7196         other format specified.
7197
7198         * scm/backend-library.scm (postprocess-output): process
7199         'delete-intermediate-files after running convert-to-*. This fixes
7200         PNG generation when 'delete-intermediate-files is set.
7201         
7202 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7203
7204         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
7205         links on website. 
7206
7207 2005-06-13  Graham Percival  <gperlist@shaw.ca>
7208
7209         * Documentation/topdocs/INSTALL.texi,
7210         Documentation/user/lilypond-book.itely: typos.
7211
7212 2005-06-12  Pal Benko  <benkop@freestart.hu>
7213
7214         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
7215         added between program name and switch; -b changed to -f not
7216         to generate pdf
7217
7218 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7219
7220         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
7221         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
7222
7223         * input/sakura-sakura.ly: add \midi.
7224
7225         * buildscripts/mutopia-index.py (find): use /usr/bin/find
7226         iso. python find. 
7227
7228         * ttftool/test.c (main): cosmetics.
7229
7230         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
7231
7232         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
7233         create a ttf2ps binary.
7234
7235         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
7236
7237         * scm/backend-library.scm (postscript->png): set rename-page-1 to
7238         true.
7239
7240 2005-06-11  Graham Percival <gperlist@shaw.ca>
7241
7242         * Documentation/user/lilypond-book.itely: add warning about
7243         the font warnings in dvips.
7244
7245 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7246
7247         * THANKS: typo
7248
7249         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
7250
7251         * GNUmakefile.in: remove links for .map, .enc
7252         don't fail if out/ doesn't exist yet.
7253
7254 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7255
7256         * ttftool/util.c (surely_read): return nbytes
7257
7258         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
7259
7260         * VERSION (PACKAGE_NAME): release 2.5.30
7261
7262         * flower/string-convert.cc (precision_string): >? fix.
7263
7264         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
7265         (make-ps-images): add verbose -q too.
7266
7267         * lily/default-actions.cc (Module): new file. default
7268         {book,score}-print functions.
7269
7270         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
7271         pass results via parseStringResult, lookup via ly:parser-lookup.  
7272
7273         * lily/lily-parser.cc (Lily_parser): only clone lexer in
7274         constructors.
7275         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
7276         (parse_string): idem.
7277
7278         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
7279
7280         * lily/main.cc (main_with_guile): copy be_verbose_global into
7281         ly_set_option()
7282
7283 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7284
7285         * scm/backend-library.scm (postscript->pdf):
7286         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
7287         verbose mode.  Search for several names of gs executable.
7288
7289 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7290
7291         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
7292         directly. This fixes a massive memory leak, provided you use CVS
7293         GUILE.
7294
7295 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
7296
7297         * ly/property-init.ly: Added tieDashed.
7298
7299         * THANKS: Added some bughunters for 2.5.
7300
7301 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7302
7303         * lily/program-option.cc: add debug-gc option.
7304
7305         * lily/include/lily-guile-macros.hh: don't protect exported module
7306         objects.
7307
7308         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
7309
7310         * scm/backend-library.scm (postscript->pdf): use
7311         delete-intermediate-files iso. running-from-gui? 
7312
7313         * ttftool/util.c (surely_read): robustness. Allow read() to return
7314         less bytes than requested, as per posix standards.
7315
7316         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
7317         program option.
7318
7319         * ttftool/include/ttftool.h ("C"): rename verbosity to
7320         ttf_verbosity. Add to public interface.
7321
7322         * scm/music-functions.scm (unfold-repeats): remove debugging display.
7323
7324         * lily/program-option.cc: rename from scm-option.cc
7325
7326         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
7327         (get_help_string): Print pretty help string.
7328
7329         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
7330         to snippet preamble.
7331
7332         * lily/scm-option.cc: remove command-line-settings option. Fold
7333         all command-line options plus default settings in a generic
7334         interface. 
7335
7336         * flower/getopt-long.cc (table_string): indent 2nd lines of help
7337         texts too.
7338
7339 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7340
7341         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
7342         or EXT_ components non-empty.
7343
7344 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7345
7346         * scm/lily.scm (running-from-gui?): Export.
7347
7348         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
7349         output in .ly source directory.
7350
7351 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7352
7353         * ttftool/util.c (surely_lseek): more verbosity.
7354
7355         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
7356         compile.
7357
7358         * lily/parser.yy (Repeated_music): remove >? 
7359
7360         * scm/backend-library.scm (postscript->pdf): Support for
7361         -dgs-font-load=1
7362
7363         * scm/framework-ps.scm (write-preamble): make font loading
7364         switchable to GS via --define-default gs-font-load=1
7365
7366 2005-06-09  Graham Percival  <gperlist@shaw.ca>
7367
7368         * Documentation/user/global.itely: added \layout docs.
7369
7370 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7371
7372         * lily/lily-parser-scheme.cc: add unistd.h
7373
7374 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7375
7376         * scm/editor.scm: add char argument.
7377
7378         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
7379
7380         * ttftool/util.c (syserror): use errno for better error reporting.
7381
7382         * lily/source-file.cc (get_counts): new function. Calc column,
7383         line and char count in one go.
7384
7385         * lily/binary-source-file.cc (quote_input): rename to quote_input
7386
7387         * lily/input.cc (set): new function.
7388
7389 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7390
7391         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
7392         directory part of file name to search directory.
7393
7394         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
7395         search path and chdir to DIR if --outname=DIR used.
7396
7397         * lily/main.cc (prepend_env_path): Bugfix: Check directory
7398         existence before appending original path.
7399
7400 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7401
7402         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
7403         file" massage.
7404
7405         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
7406         texinfo.tex is always used.
7407         
7408 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7409
7410         * flower/include/axis.hh: rename from axes.hh
7411
7412         * lily/include/text-interface.hh (Module): rename from text-item.hh
7413
7414         * VERSION (PATCH_LEVEL): release 2.5.29
7415
7416         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
7417
7418         * scm/framework-ps.scm (font-file-as-ps-string): new function.
7419         (handle-macfont): new function. Call fondu for Native mac fonts.
7420
7421         * scm/define-markup-commands.scm (fill-line): handle text-widths =
7422         '() case.
7423
7424 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7425
7426         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
7427         multi-page.  Fix .eps regular expression.
7428
7429 2005-06-07  Graham Percival  <gperlist@shaw.ca>
7430
7431         * Documentation/user/putting.itely: add info on modifying templates.
7432
7433         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
7434         misc small changes.
7435
7436 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7437
7438         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
7439
7440         * scripts/lilypond-ps2png.scm
7441
7442         * VERSION (PACKAGE_NAME): release 2.5.28
7443
7444 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7445
7446         * lily/main.cc (prepend_env_path): Do not append /, that does not
7447         work.  Localedir lives in datadir, not in prefix.
7448
7449         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
7450         hack for windows.
7451
7452         * flower/include/file-cookie.hh: Compile fix.
7453
7454 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7455
7456         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
7457
7458         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
7459         system primitives.
7460         (gulp-port): using read-string!/partial. We don't want to read an
7461         entire PS file  (GUILE 1.6 limits strings to 16M) 
7462
7463         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
7464         properties. Add font-interface. 
7465
7466         * scm/define-grob-properties.scm (all-user-grob-properties):
7467         remove old bracket properties.
7468
7469         * scm/x11-color.scm: reformat. 
7470
7471         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
7472         LedgerLineSpanner if new StaffSymbol is found. 
7473
7474         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
7475         staff-symbol for finishing staff. 
7476
7477         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
7478
7479         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
7480         change black to currentColor everywhere. This fixes color support
7481         in SVG.
7482
7483 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
7484
7485         * input/regression/fret-diagrams.ly: new file to test fret diagram
7486         capability
7487
7488         * scm/output-tex.scm: remove white-dot and white-text
7489
7490         * scm/output-ps.scm: remove white-dot and white-text
7491
7492         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
7493         using ly:stencil-in-color instead
7494         (draw-dots) : remove call to white-dot
7495
7496 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7497
7498         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
7499         support.
7500
7501         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
7502
7503         * flower/include/file-cookie.hh: new file. lily_cookie extension 
7504
7505         * flower/file-cookie.cc: new file. lily_cookie extension.
7506         
7507 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7508
7509         * scm/editor.scm (editor-command-template-alist): Add syn
7510         editor (Jaap [de Vos]).
7511
7512 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7513
7514         * scripts/lilypond-ps2png.scm:
7515         * scm/ps-to-png.scm: New file.
7516
7517         * scm/backend-library.scm (postscript->png): Use it.
7518
7519         * scripts/lilypond-ps-to-png.py: Remove file.
7520
7521         * python/lilylib.py (get_bbox, make_ps_images): Remove.
7522
7523 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7524
7525         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
7526
7527         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
7528         start on grace moment. Fixes autobeam-grace.ly.
7529
7530         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
7531         process anything unless we're at the end of a pending beam. Fixes
7532         syncopated 8ths beamed across a beat.
7533
7534 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7535
7536         * scm/editor.scm (editor-command-template-alist): Start emacs if
7537         emacslient fails.
7538
7539         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
7540
7541         * flower/file-path.cc (is_file, is_dir): Export.
7542
7543         * lily/main.cc (prepend_env_path, set_env_file): Use them.
7544
7545 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7546
7547         * lily/easy-notation.cc: Added include cctype to correct
7548         compilation error.
7549
7550 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7551
7552         * scm/backend-library.scm (postscript->pdf): set resolution to
7553         1200, so bitmap fonts aren't that ugly. 
7554
7555         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
7556
7557         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
7558         parent if we have a notehead. Fixes incorrect offsets when
7559         Paper_column is very wide in the X direction.
7560
7561         * input/regression/font-family-override.ly (Module): new file.
7562
7563         * scm/font.scm (make-pango-font-tree): new function.
7564
7565         * lily/beam.cc (before_line_breaking): remove warning about less
7566         than 2 visible stems. We still get a warning when there is only
7567         one stem.
7568
7569 2005-06-01  Werner Lemberg  <wl@gnu.org>
7570
7571         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
7572         correctly.
7573
7574 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7575
7576         * lily/slur-scoring.cc (generate_avoid_offsets): new
7577         function. Generate avoid offsets once per slur.
7578
7579         * lily/slur.cc (add_extra_encompass): add dependency to
7580         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
7581
7582         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
7583         too. Fixes inf error with added bass notes.
7584
7585         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
7586         argument anymore.
7587
7588         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
7589
7590         * input/tutorial/lbook-latex-test.tex: add line length test.
7591
7592         * scripts/lilypond-book.py (set_default_options): new
7593         function. Call this before dissecting snippets, so linewidth
7594         settings reach the snippets.
7595
7596 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7597
7598         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
7599
7600 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7601
7602         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
7603
7604 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
7605
7606         * stepmake/aclocal.m4: More autopackage friendliness.
7607
7608 2005-05-31  Graham Percival  <gperlist@shaw.ca>
7609
7610         * Documentation/index.html.in: remove link to LSR.
7611
7612         * Documentation/user/global.itely: remove duplicate
7613         "dedication" \header{} section.
7614
7615 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7616
7617         * VERSION (PACKAGE_NAME): release 2.5.27.
7618
7619         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
7620         too. Plugs memory leak.
7621
7622         * make/lilypond.fedora.spec.in (Group): remove
7623         lilypond-pdfpc-helper.
7624
7625         * scripts/GNUmakefile (SEXECUTABLES): remove
7626         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
7627
7628         * scm/font.scm (make-century-schoolbook-tree): add Mono as
7629         'typewriter family.
7630
7631         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
7632         memory leak.
7633
7634         * lily/parser.yy (score_body): don't clone Score, that's done in
7635         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
7636
7637         * lily/score-engraver.cc (derived_mark): new function.
7638         (initialize): unprotect Paper_score. This fixes a memory leak.
7639
7640         * lily/score-performer.cc (derived_mark): new function.
7641
7642         * lily/score-translator.cc (get_output): use SCM for get_output() call.
7643
7644         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
7645         spurious warning.
7646
7647         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
7648         serif.
7649
7650 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
7651
7652         * configure.in (reloc_b): Add --enable-relocation.
7653
7654 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7655
7656         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
7657
7658         * input/regression/alignment-order.ly: add Staff example.
7659
7660 2005-05-31  John Mandereau   <john.mandereau@free.fr>
7661
7662         * po/fr.po: update.
7663
7664 2005-05-31  Graham Percival  <gperlist@shaw.ca>
7665
7666         * Documentation/index.html.in: add link to LSR.
7667
7668 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7669
7670         * scm/define-stencil-commands.scm (Module): new file. Register all
7671         allowed stencil expression heads in a central place.
7672
7673         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
7674         ly:make-stencil
7675
7676         * lily/stencil-expression.cc (all_stencil_heads): registering
7677         stencil expressions.
7678
7679         * lily/stencil-interpret.cc: new file. Stencil expression
7680         interpreting.
7681
7682         * input/xiao-haizi-guai-guai.ly: move file back.
7683
7684 2005-05-30  Graham Percival  <gperlist@shaw.ca>
7685
7686         * Documentation/user/advanced.itely, converters.itely,
7687         instrument-notation.itely, lilypond-book.itely: misc small
7688         changes.
7689
7690 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7691
7692         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
7693
7694         * make/lilypond.fedora.spec.in: Fix source url.
7695
7696         * cygwin: Update from mingw patches.
7697
7698         * scm/editor.scm (editor-command-template-alist): Use jedit
7699         -reuseview (Bertalan), add uedit (Patrick Huberts).
7700
7701         * input/xiao-hai-zi-guai-guai.ly: Rename from
7702         xiao-haizi-guai-guai.ly.
7703
7704         * input/*: Reindent, do not use TAB.
7705
7706         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
7707         white background.
7708
7709 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
7710
7711         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
7712         numerical overflow error.
7713
7714 2005-05-29 Laura Conrad <lconrad@laymusic.org>
7715         
7716         * abc2ly.py: fix to syntax error in multi-part output.
7717
7718 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7719
7720         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
7721         with disappearing span bars when alignAboveContext is active
7722
7723         * lily/property-iterator.cc (check_grob): use is-grob?
7724         object-property. Fixes crash-key-sig-font-size.ly. 
7725
7726 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7727
7728         * lily/bar-line.cc (print): don't round barlines; this produces
7729         odd aliasing effects in Acroread.
7730
7731         * lily/timing-engraver.cc (process_music): robustness fix.
7732
7733         * lily/context-def.cc (filter_engravers): bugfix.
7734
7735 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7736
7737         * lily/lilypond.rc.in: Add ly-icon.
7738
7739         * lily/GNUmakefile: 
7740         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
7741         rules.
7742
7743 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7744
7745         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
7746
7747         * ps/music-drawing-routines.ps: 
7748
7749         * scm/output-ps.scm: remove draw ez_ball.
7750
7751         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
7752         EasyNotation context definition.
7753
7754         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
7755         Text_interface and color for making easy note heads.
7756
7757         * lily/stencil.cc (with_color): new function.
7758
7759         * ps/music-drawing-routines.ps: remove draw_zigzag_line
7760
7761         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
7762         output routine. Zigzag now works in SVG too.
7763
7764         * scm/output-tex.scm (filledbox): idem.
7765
7766         * scm/output-svg.scm (filledbox): idem.
7767
7768         * scm/output-ps.scm (lily-def): remove horizontal-line. 
7769
7770         * lily/lookup.cc (horizontal_line): use draw-line. 
7771
7772         * lily/system-start-delimiter.cc: remove old staff bracket code.
7773
7774         * mf/feta-haak.mf: further tweaks.
7775
7776         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
7777
7778         * mf/feta-generic.mf: include feta-haak.
7779
7780         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
7781
7782         * scm/framework-ps.scm (write-preamble): only load fonts if their
7783         filename is a string. 
7784
7785 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7786
7787         * scm/output-svg.scm (circle): support circle.
7788         (bracket): stub for bracket.
7789
7790         * scripts/lilypond-book.py (main): make sure --psfonts warning is
7791         correct.
7792
7793 2005-05-26  Graham Percival  <gperlist@shaw.ca>
7794
7795         * Documentation/user/lilypond.tely, advanced-notation.itely,
7796         basic-notation.itely, instrument-notation.itely, global.itely,
7797         introduction.itely, tutorial.itely: rearranging, editing,
7798         clean-up.
7799
7800         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
7801         for compiling on FreeBSD.
7802
7803 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7804
7805         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
7806         otf files.
7807
7808         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
7809         bugfixes.
7810
7811         * VERSION: 2.5.26 released.
7812
7813         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
7814
7815 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
7816
7817         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
7818         if printpagenumber is false.
7819
7820 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7821
7822         * lily/font-config.cc (init_fontconfig): comment out FontConfig
7823         cache warning.
7824
7825         * lily/tie.cc (print): support dotted ties.
7826         
7827 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7828
7829         * scm/define-grobs.scm (all-grob-descriptions): switch off
7830         debugging
7831         (all-grob-descriptions): Arpeggio has Y-extent.
7832
7833         * scm/define-music-properties.scm (all-music-properties): document
7834         length-callback and start-callback as "read-only".
7835
7836         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
7837         length-callback after creation. 
7838
7839         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
7840         compressmusic -> compressMusic.
7841
7842         * ly/music-functions-init.ly (oldaddlyrics): idem.
7843
7844         * lily/parser.yy: NewLyricCombineMusic ->
7845         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
7846
7847 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
7848
7849         * ly/Welcome_to_LilyPond.ly: typo.
7850
7851 2005-05-24  Graham Percival  <gperlist@shaw.ca>
7852
7853         * Documentation/user/lilypond.tely: move changing-defaults to be
7854         before global issues.
7855
7856         * Documentation/user/basic-notation.itely: move Transpose section
7857         here from advanced/Other.
7858
7859         * Documentation/user/changing-defaults.itely,
7860         advanced-notation.itely: move Fonts to advanced, edit.
7861
7862 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7863
7864         * lily/parser.yy (bare_int): remove rule.  From now on, we require
7865         # before negative integers.
7866
7867 2005-05-23  Graham Percival  <gperlist@shaw.ca>
7868
7869         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
7870
7871         * Documentation/user/lilypond.tely: change Unified index to
7872         LilyPond index.
7873
7874         * Documentation/user/advanced-notation.itely,
7875         instrument-notation.itely: editing.
7876
7877 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
7878
7879         * scm/lily.scm (lilypond-all): Bugfix: return failed.
7880
7881         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
7882
7883 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7884
7885         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
7886         ly:port-move.  Needs to be stderr-specific on mingw.
7887         Run fixcc.
7888
7889 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
7890
7891         * lily/general-scheme.cc (ly:port-move): Remove.
7892
7893         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
7894         windows.
7895
7896         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
7897         variables.  This eliminates the need for a gs.bat wrapper, which
7898         opens a console.
7899
7900         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
7901         * scm/lily.scm (running-from-gui?): 
7902         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
7903         artifact of not compiling with -mwindows.
7904
7905         * scm/editor.scm: Define PLATFORM.
7906
7907 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7908
7909         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
7910         can start to cut & paste lilypond-book fragments.  
7911
7912         * scm/define-music-types.scm (music-descriptions): remove
7913         UntransposableMusic
7914
7915 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7916
7917         * scm/output-ps.scm (glyph-string): remove / before CIDs.
7918
7919 2005-05-20  Graham Percival  <gperlist@shaw.ca>
7920
7921         * Documentation/user/instrument-notation.itely: remove *Engraver.
7922
7923         * Documentation/user/advanced-notation.itely: edit, rearrange.
7924
7925 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7926
7927         * scm/output-ps.scm (glyph-string): take cid? argument. Use
7928         findresource iso. findfont for CID CFF fonts.
7929
7930         * VERSION (PACKAGE_NAME): release 2.5.25
7931
7932         * ly/Welcome_to_LilyPond.ly: add  \version
7933
7934 2005-05-20  Graham Percival  <gperlist@shaw.ca>
7935
7936         * Documentation/user/programming-interface.itely: move
7937         \displayMusic into its own section.
7938
7939         * Documentation/user/basic-notation.itely: finish editing.
7940
7941 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7942
7943         * flower/file-path.cc (find): don't throw away file_name.dir, but
7944         append to it. Fixes \include with directories.
7945
7946         * flower/include/file-path.hh (class File_path): don't derive from
7947         Array<String>.
7948
7949         * flower/include/file-name.hh (class File_name): remove to_str0()
7950
7951         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
7952         Hara_kiri_engraver in separate file.
7953
7954         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
7955         translation went wrong. Fixes vertically translated slurs.
7956
7957 2005-05-19  Graham Percival  <gperlist@shaw.ca>
7958
7959         * Documentation/user/basic-notaton.itely: editing.
7960
7961 2005-05-18  Graham Percival  <gperlist@shaw.ca>
7962
7963         * Documentation/user/macros.itexi, basic-notation.itely:
7964         add @commonprop (commonly used properties) macro.
7965
7966 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7967
7968         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
7969
7970         * scripts/lilypond-book.py (invokes_lilypond): new function
7971         (main): only run fontextract if invokes_lilypond() is true.
7972
7973         * lily/function-documentation.cc (ly_add_function_documentation):
7974         duh, use !=
7975
7976         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
7977
7978         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
7979
7980         * scm/lily.scm (running-from-gui?): lowercase Darwin.
7981
7982         * lily/function-documentation.cc (ly_add_function_documentation):
7983         use scm_hash_table_p() for checking.
7984
7985 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7986
7987         * Documentation/user/advanced-notation.itely (Text scripts):
7988         Change nonexisting @internalsref{Text markup} to @ref{Text
7989         markup}.  Change @internalsref{Text script} to
7990         @internalsref{TextScript}.
7991
7992         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
7993
7994 2005-05-17  Graham Percival  <gperlist@shaw.ca>
7995
7996         * Documentation/user/tutorial.itely, basic-notation.itely,
7997         changing-defaults.itely: remove duplicate cindex entries
7998         that appear on the same page.
7999
8000         * scm/define-grobs.scm: change default padding for TextSpanner.
8001
8002         * Documentation/topdocs/AUTHORS.texi: update email address.
8003
8004         * Documentation/user/global.itely: add info about \include.
8005
8006 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8007
8008         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
8009         when running-from-gui.
8010
8011         * scm/editor.scm (get-editor): Add platform defaults.
8012
8013         * scm/backend-library.scm (postscript->pdf): Typo.
8014
8015 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8016
8017         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
8018
8019         * lily/font-config.cc (init_fontconfig): add warning about cache.
8020
8021 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8022
8023         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
8024
8025 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8026
8027         * lily/horizontal-bracket.cc (print): Take care of the direction
8028         property so brackets above the stave point downwards. 
8029
8030         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
8031         for HorizontalBracket so it doesn't end up within the stave.
8032
8033 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8034
8035         * lily/GNUmakefile (default): Typo.
8036
8037         * scm/lily.scm (PLATFORM): Export.
8038
8039         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
8040         load-font-via-GS, ttftool or fopencookie is broken on windows.
8041         
8042         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
8043         -dSAFER, that is broken on windows.
8044
8045 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8046
8047         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
8048         for FlexLexer.h
8049
8050         * scripts/lilypond-invoke-editor.scm: remove stray -
8051
8052 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
8053
8054         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
8055         Fixes deprecation warning.
8056
8057         * flower/include/string.icc (to_string): Only inline if
8058         -DSTRING_UTILS_INLINED.
8059
8060         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
8061         name.  Remove windows comment.
8062
8063         * scm/editor.scm (slashify): New function.
8064         (get-editor-command): Use it.
8065         (get-command-template): Do not alter editor command if
8066         environment value includes `%(file)s' magic.
8067
8068         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
8069         (dissect-uri): Use it.
8070         (unquote-uri): Bugfix.
8071
8072 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8073
8074         * scm/framework-ps.scm (write-preamble): add TTF rule.
8075
8076         * Documentation/topdocs/README.texi (Top): remove note about
8077         xdelta.
8078
8079         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
8080         requirement.
8081
8082         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
8083         function. Figure out where FlexLexer.h lives
8084
8085         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
8086         
8087 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8088
8089         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
8090         with Windows root in file name.
8091
8092         * scm/backend-library.scm (ly:system): Only redirect output (using
8093         system and shell, ugh) if /dev/null is writable.
8094
8095         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
8096         windows icon.
8097
8098         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
8099         on Mingw.
8100
8101         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
8102         click.
8103
8104         * flower/file-path.cc (is_dir, is_file): New function.  Actually
8105         use result of stat when available.
8106
8107         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
8108         absolute file name and root.
8109
8110         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
8111
8112         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
8113
8114         * flower/file-name.cc (slashify): Bugfix, do substitute if no
8115         slashes in file name.
8116
8117 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8118
8119         * Documentation/user/preface.itely (Preface): Run
8120         texinfo-all-menus-update.
8121
8122         * scm/editor.scm (get-editor-command): Bugfix: allow full
8123         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
8124
8125         * Documentation/pictures/lilypond-48.xpm: New file.
8126
8127         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
8128
8129         * ly/Welcome_to_LilyPond.ly: New file.
8130
8131         * lily/main.cc (main): Only identify if we have a terminal.
8132
8133         * scm/backend-library.scm (postscript->png)
8134         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
8135         non-/bin/sh).
8136
8137 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
8138
8139         * Documentation/topdocs/AUTHORS.texi: polish, update.
8140
8141 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8142
8143         * Documentation/user/preface.itely (Notes for version 2.6): new
8144         notes for 2.6
8145
8146         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
8147         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
8148         is not fully contained" warnings.
8149
8150         * lily/slur-scoring.cc (get_bound_info): remove warning.
8151
8152         * lily/staff-symbol-engraver.cc (process_music): start initial
8153         spanner in process_music(). This fixes overrides of StaffSymbol
8154         properties.
8155
8156         * scm/framework-pdf.scm (Module): remove.
8157
8158         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
8159
8160         * lily/ambitus-engraver.cc: formatting cleanups.
8161
8162         * mf/feta-solfa.mf (Module): remove.
8163
8164         * ChangeLog: more details about contributions.
8165
8166 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8167
8168         * lily/align-interface.cc (align_elements_to_extents): warn if
8169         called too early. Fixes: disappearing-staff-lines.ly
8170
8171         * VERSION (PACKAGE_NAME): release 2.5.24
8172
8173 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8174
8175         * stepmake/aclocal.m4: Typo.
8176
8177         * flower/string.cc (substitute): Take two strings or two
8178         characters.  Update callers.
8179
8180 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8181
8182         * flower/file-name.cc (File_name): Slashify.
8183
8184         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
8185
8186         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
8187
8188         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
8189
8190         * configure.in (gui_b): Use it.
8191
8192         * lily/lilypond.rc.in: New file.
8193
8194         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
8195
8196 2005-05-12  Graham Percival  <gperlist@shaw.ca>
8197
8198         * Documentation/user/advanced-notation.itely: edit of Text
8199         section; clarify text scripts vs. text markup.
8200
8201 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8202
8203         * lily/multi-measure-rest-engraver.cc
8204         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
8205         separation items on start. Fixes mm rests in start of score.
8206
8207         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
8208         don't access StaffSymbol if not there.
8209         Fixes: crash-staff-symbol-engraver.ly.
8210
8211         * lily/instrument-name-engraver.cc (class
8212         Instrument_name_engraver): data member first_. Create
8213         InstrumentName on start. 
8214
8215 2005-05-12  Graham Percival  <gperlist@shaw.ca>
8216
8217         * Documentation/user/instrument-notation.itely: add guitar
8218         position.
8219
8220         * Documentation/user/introduction.itely,
8221         Documentation/user/lilypond.tely,
8222         Documentation/user/tutorial.itely: begin pruning
8223         unused (duplicated) cindex entries and misc cleanup.
8224
8225 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8226
8227         * input/test/volta-chord-names.ly: Bring the explanation up to
8228         date.
8229
8230 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8231
8232         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
8233         Specify `@documentencoding utf-8' for html, ignore warnings.
8234
8235 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
8236
8237         * THANKS: Added bughunters.
8238
8239 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8240
8241         * lily/main.cc: update help string for `lilypond -H'.
8242
8243         * po/fi.po: update.
8244         
8245 2005-05-10  Graham Percival  <gperlist@shaw.ca>
8246
8247         * Documentation/user/advanced-notation.itely: minor fixes.
8248
8249 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8250
8251         * scm/editor.scm: New module.
8252
8253         * scm/lily.scm (gui-main): Use it.
8254
8255         * scm/framework-gnome.scm (spawn-editor): Use it.
8256
8257         * scripts/lilypond-invoke-editor.scm: Use it in new script.
8258
8259 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8260
8261         * scm/framework-ps.scm (load-font-via-GS):  new function.
8262
8263         * lily/pango-font.cc (pango_item_string_stencil): add support for
8264         CID keyed font.
8265
8266         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
8267
8268 2005-05-10  Graham Percival  <gperlist@shaw.ca>
8269
8270         * Documentation/user/basic-notation.itely: add @ref.
8271
8272         * Documentation/user/advanced-notation.itely: add example
8273         of 5/8 beaming.
8274
8275 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8276
8277         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
8278
8279         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
8280         going through ps2pdf wrappers.
8281
8282 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
8283
8284         * Documentation/user/instrument-notation.itely: petrucci note
8285         heads: updated docu
8286
8287         * input/regression/note-head-style.ly: updated regression test;
8288         indentation fixes
8289
8290         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
8291         heads as default
8292
8293         * mf/parmesan-heads.mf: minor editing; use musicological names
8294         (rather than optical description) as note head names
8295
8296         * scm/output-lib.scm: complete petrucci heads
8297
8298 2005-05-09  Pal Benko  <benkop@freestart.hu>
8299
8300         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
8301         heads, but bigger)
8302
8303 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8304
8305         * lily/main.cc (main_with_guile): Remove no files check.
8306
8307         * lily/main.cc (ly:usage): Export to Scheme.
8308
8309         * scm/lily.scm (no-files-handler): New function.
8310
8311         * scm/lily.scm (lilypond-main): Use it.
8312
8313         * configure.in (gui_b): Add mbrtowc checking.
8314         Resurrect [utf8/]wchar.h checking.
8315
8316 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8317
8318         * Documentation/user/advanced-notation.itely (Metronome marks):
8319         Add link to the program reference for MetronomeMark
8320
8321         * Documentation/user/lilypond-book.itely (An example of a
8322         musicological document): Correct the example using psfonts 
8323
8324 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
8325
8326         * po/fi.po: update after a lesson how to update entries against
8327         source.
8328         
8329         * po/TODO: document the lesson.
8330
8331 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8332
8333         * configure.in (gui_b): remove wcrtomb checking.
8334
8335         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
8336         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
8337
8338 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8339
8340         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
8341         keep Scheme expressions and strings unmodified when doing the
8342         conversion to postfix notation for slurs and beams. Should
8343         hopefully solve most related conversion problems. 
8344
8345         * Documentation/user/lilypond-book.itely : Clarify and correct how
8346         to call dvips with -h psfonts.
8347
8348 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8349
8350         * Documentation/user/instrument-notation.itely (Entering lyrics):
8351         Typo.  Fixes build.
8352
8353 2005-05-09  Graham Percival  <gperlist@shaw.ca>
8354
8355         * Documentation/user/lilypond-book.itely: document PSFONTS file.
8356
8357         * Documentation/user/lilypond.tely, lilypond-book.itely,
8358         tutorial.itely: change references to 2.5.x to 2.6.x.
8359
8360         * Documentation/user/instrument-notation.itely: clarified \addlyrics
8361         vs \lyricmode.
8362
8363         * Documentation/user/invoking.itely: remove old info about
8364         lilypond-profile.
8365
8366         * Documentation/topdocs/INSTALL.texi: remove old info about
8367         lilypond-profile, add warning about needing international fonts
8368         to build docs.
8369
8370 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8371
8372         * lily/include/grob-info.hh (class Grob_info): make data member
8373         private. Changes throughout.
8374
8375         * input/regression/alignment-order.ly: new file. 
8376
8377         * lily/vertical-align-engraver.cc (acknowledge_grob): read
8378         alignAboveContext and alignBelowContext
8379
8380 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8381
8382         * lily/pfb.cc (LY_DEFINE): add cast.
8383
8384         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
8385         matches .otf
8386         (write-preamble): warn about unknown fonts.
8387
8388         * lily/pfb.cc (Module): new function ly:otf->cff
8389
8390         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
8391         (get_otf_table): new function.
8392
8393 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8394
8395         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
8396         iso. ps2png.
8397
8398 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8399
8400         * po/fi.po: apply second round of update.
8401
8402 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8403
8404         * scm/x11-color.scm (make-x11-color-handler): don't use
8405         #\sp. Apparently doesn't work on all platforms. 
8406
8407 2005-05-06  Graham Percival  <gperlist@shaw.ca>
8408
8409         * Documentation/user/advanced-notation.itely, putting.itely,
8410         tutorial.itely, global.itely, introduction.itely: really minor fixes.
8411
8412 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8413
8414         * VERSION (PACKAGE_NAME): release 2.5.23
8415
8416 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8417
8418         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
8419         convert to utf-8.
8420
8421         * THANKS: Add translators for this release, convert to utf-8.
8422
8423         * mf/GNUmakefile (MFTRACE_FLAGS):
8424         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
8425         outdir as option (WAS: hardcoded).
8426
8427 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8428
8429         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
8430         finished_span_
8431
8432         * THANKS: add Hans Forbrich.
8433
8434         * Documentation/topdocs/NEWS.tely (Top): document new feature.
8435
8436         * Documentation/user/basic-notation.itely (Staff symbol): document
8437         start/stop staff. Reference to ossia.ly
8438
8439         * input/test/ossia.ly: new example using stop and startStaff.
8440
8441         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
8442         in other words, don't create "|" barline at start of the score.
8443         (start_translation_timestep): don't set whichBar for start of score.
8444
8445         * input/regression/staff-halfway.ly: use new functionality.
8446
8447         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
8448         start and stop staff based on events.
8449
8450         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
8451
8452         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
8453
8454 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8455
8456         * Documentation/user/programming-interface.itely (How markups work
8457         internally ): remove \encoding reference.
8458
8459 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8460
8461         * scripts/convert-ly.py: Attempt to do a smarter update of 
8462         text markups from versions < 1.9.0 with arbitrary nesting.
8463
8464 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
8465
8466         * po/fi.po: convert to utf-8, and update.
8467
8468 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8469
8470         * make/lilypond.suse.spec.in: update from suse 2.4 package.
8471
8472         * lily/*.cc: more <? >? to min/max changes
8473
8474         * lily/include/interpretation-context-handle.hh: rename
8475         Interpretation_context_handle to Context_handle.
8476
8477 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
8478
8479         * input/regression/GNUmakefile (local_delete): use `find` together 
8480         with `xargs` to avoid too long argument-lists in cmd line.
8481
8482 2005-05-04  Graham Percival  <gperlist@shaw.ca>
8483
8484         * Documentation/user/introduction.itely: updates "About this manual".
8485
8486         * Documentation/user/advanced-notation.itely,
8487         invoking.itely: minor fixes.
8488
8489 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8490
8491         * COPYING: add font exception. Update FSF address. 
8492
8493         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
8494         should be taken without child context.
8495
8496         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
8497
8498         * scm/define-markup-commands.scm (triangle): new command, as
8499         robust replacement for unicode Delta/Triangle.
8500
8501 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8502
8503         * ps/music-drawing-routines.ps: add fillp argument.
8504
8505         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
8506
8507         * lily/font-config.cc (init_fontconfig): don't add cff/
8508
8509         * VERSION (PACKAGE_NAME): release 2.5.22
8510
8511         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
8512
8513         * lily/grace-engraver.cc (consider_change_grace_settings): use
8514         is_alias(). Fixes problem with CueVoice grace notes. 
8515
8516         * lily/simultaneous-music-iterator.cc (construct_children): call
8517         Music_iterator::quit() for iterators that start out invalid. This
8518         fixes indefinitely continuing contexts.
8519
8520         * buildscripts/substitute-encoding.py: new file
8521
8522         * Documentation/user/basic-notation.itely (Basic polyphony): fix
8523         missing @end 
8524
8525         * scripts/lilypond-book.py (write_if_updated): print file name.
8526
8527         * Documentation/user/basic-notation.itely (Explicitly
8528         instantiating voices): idem.
8529
8530         * Documentation/user/advanced-notation.itely (Text spanners):
8531         remove stray { } 
8532
8533         * lily/context.cc (default_child_context_name): the default child
8534         is now first in accepts_list_.
8535
8536         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
8537         \defaultchild to all relevant contexts.  This fixes:
8538         drums-pitch.ly.
8539
8540         (Probably also fixes similar problems with ancient
8541         transcriptions getting CueVoices instead of the desired voices.)
8542  
8543         * lily/context-def.cc (get_default_child): new function.
8544         (get_accepted): place default child in front of list.
8545
8546         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
8547
8548         * lily/include/context-def.hh (struct Context_def): add
8549         default_accept_
8550
8551 2005-05-03  Graham Percival  <gperlist@shaw.ca>
8552
8553         * scm/define-grobs.scm: remove "remove-first" line, since
8554         the absent property is set to #f anyway.
8555
8556         * Documentation/user/basic-notation.itely,
8557         advanced-notation.itely, instrument-notation.itely: minor
8558         fixes.
8559
8560         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
8561
8562         * Documentation/user/advanced-notation.itely,
8563         changing-defaults.itely: consolidate Text stuff in
8564         advanced notation.
8565
8566         * Documentation/user/global.itely: better docs for \header.
8567
8568         * Documentation/user/putting.itely: new chapter; placeholder
8569         for future expansion.
8570
8571         * Documentation/user/examples.itely: moved "suggestions for
8572         writing LP files" section into putting.itely.
8573
8574         * Documentation/user/lilypond.itely: added new chapter,
8575         fixed the short table of contents.
8576
8577 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8578
8579         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
8580         infinity for unfeasible beams.
8581
8582         * make/lilypond.fedora.spec.in (Group): idem.
8583
8584         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
8585
8586         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
8587
8588         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
8589         fonts directly.
8590
8591         * buildscripts/gen-emmentaler-scripts.py (i): idem.
8592
8593         * mf/GNUmakefile: remove all CFF rules.
8594
8595         * scm/framework-ps.scm (ps-embed-cff): reinstate.
8596
8597         * lily/open-type-font-scheme.cc (LY_DEFINE):
8598         new function ly:otf-font-table-data.
8599         (LY_DEFINE): new function otf-font?
8600
8601 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8602
8603         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
8604         ($(outdir)/Fontmap.lily): idem.
8605
8606         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
8607         for PFAEmmentaler-XXX.pfa. 
8608
8609         * Documentation/user/music-glossary.tely (accidental): NL
8610         translation of accidental.
8611
8612 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8613
8614         * flower/include/international.hh: Bugfix: include "string.hh".
8615
8616         * lily/include/mingw-compatibility.hh: New file.
8617
8618         * flower/include/libc-extension.hh (memrev): Rename from strrev.
8619
8620         * configure.in: Search for mingw wcrtomb library.
8621
8622 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8623
8624         * scripts/convert-ly.py: Bug fix
8625
8626         * Documentation/user/changing-defaults.itely (Common tweaks):
8627         Added example where the context has to be specified explicitly
8628         (MetronomeMark). 
8629
8630 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8631
8632         * scripts/lilypond-book.py (ly_options): set timing to #f for
8633         notime option.
8634
8635         * scripts/convert-ly.py (conv): typo.
8636
8637         * flower/*.cc: remove <? and >?
8638         
8639         * lily/*.cc: remove <? and >?
8640
8641         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
8642         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
8643         editor.
8644
8645 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8646
8647         * lily/part-combine-engraver.cc: add space to variable list.
8648
8649 2005-04-30  Graham Percival  <gperlist@shaw.ca>
8650
8651         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
8652         remove-first to false (matches docs)
8653
8654         * Documentation/user/advanced-notation.itely: corrected docs
8655         concerning remove-first.
8656
8657 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8658
8659         * lily/part-combine-engraver.cc: make sure that the relevant
8660         properties are included in the documentation.
8661
8662 2005-04-28  Graham Percival  <gperlist@shaw.ca>
8663
8664         * Documentation/user/lilypond-book.itely: Bernard's docs
8665         for \betweenLilyPondSystem.
8666
8667 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8668
8669         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
8670         remarks.
8671
8672 2005-04-28  Pal Benko  <benkop@freestart.hu>
8673
8674         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
8675         only on vertical lines of flexa shape, and use a constant
8676         thickness value for horizontal lines (patch slightly modified by
8677         Jürgen Reuter)
8678
8679         * lily/include/mensural-ligature.hh: make 2 comments clearer
8680
8681 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
8682
8683         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
8684         to need_extra_horizontal_space; bugfix: use class scope to avoid
8685         global namespace pollution
8686
8687         * Documentation/user/instrument-notation.itely (ligatures): added
8688         comment on possible future syntax change and how to work around
8689
8690         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
8691         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
8692         intervals (fixes agnus dei example)
8693
8694         * Documentation/user/instrument-notation.itely (white mensural
8695         ligatures): selected a more illustrative example
8696
8697 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
8698
8699         * Documentation/index.html.in: specify utf-8 charset in meta content.
8700
8701 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8702
8703         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
8704         empty 2nd page for single page.
8705
8706         * scm/lily.scm: remove p&c definitions.
8707
8708         * po/zh_TW.po (Module): new translation.
8709
8710         * lily/lily-guile.cc (ly_chain_assoc): remove.
8711
8712         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
8713         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
8714
8715 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8716
8717         * lily/beaming-info.cc: remove infinity_i
8718
8719         * scripts/abc2ly.py (out_filename): fix thinko with \version.
8720
8721 2005-04-26  Graham Percival  <gperlist@shaw.ca>
8722
8723         * Documentation/user/basic-notation.itely,
8724         instrument-notation.itely, advanced-notation.itely,
8725         changing-defaults.itely: minor fixes.  Added docs
8726         for colors to advanced-notation.itely.
8727
8728         * Documentation/user/advanced-notation.itely: fixed compile
8729         problem and added Bernard's x11-color doc patch.
8730
8731 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
8732
8733         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
8734         alright this time round.
8735
8736 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8737
8738         * Documentation/topdocs/INSTALL.texi (Top): idem.
8739
8740         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
8741
8742         * VERSION (MAJOR_VERSION): release 2.5.21
8743
8744         * scm/output-ps.scm (grob-cause): bugfix.
8745
8746 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
8747
8748         * cygwin/*: Update.
8749
8750         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
8751         stuff.
8752
8753         * scm/output-ps.scm (grob-cause): Bugfix.
8754
8755         * scm/lily.scm (ly:load): Remove x11-color.
8756
8757         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
8758         quote executable, fixes getting version from program --with
8759         --options.
8760         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
8761         $ac_exeect.
8762
8763         * Documentation/user/GNUmakefile: Only build music-glossary with
8764         rendered lilypond snippets during web.
8765
8766 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8767
8768         * po/de.po: update.
8769
8770         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
8771
8772 2005-04-22  Laura Conrad <lconrad@laymusic.org>
8773  
8774         * scripts/abc2ly:
8775         second title line append with punctuation dash character;
8776         encode abc2ly python strings in utf-8
8777        
8778 2005-04-21  Laura Conrad <lconrad@laymusic.org>
8779
8780         * scripts/abc2ly fix chords (again)
8781  
8782 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
8783
8784         * scm/x11-color.scm: new file
8785         All x11 color names can be accessed with:
8786         #(x11-color 'ColorName),
8787         #(x11-color "ColorName") or:
8788         #(x11-color "color name")
8789         If the x11 color name is not recognised then it defaults
8790         to black
8791
8792         * scm/lily.scm: amended to call scm/x11-color.scm
8793
8794 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8795
8796         * Documentation/user/invoking.itely (Reporting bugs): comment out
8797         reference to online PNG bug repository.
8798
8799 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8800
8801         * lily/translator-scheme.cc (ly:translator-property): Remove.
8802         Update callers.
8803
8804         * lily/context-scheme.cc (ly:context-now): Move from translator.
8805         Update callers.
8806
8807 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8808
8809         * input/regression/grid-lines.ly (skips): refine example.
8810
8811         * scm/define-context-properties.scm
8812         (all-user-translation-properties): doc autoBeamCheck
8813
8814         * input/regression/grid-lines.ly (Module): new file.
8815
8816         * lily/grid-point-engraver.cc (Module): new file.
8817
8818         * lily/grid-line.cc (Module): new file.
8819
8820         * lily/grid-line-span-engraver.cc (Module): new file.
8821
8822         * lily/grid-line-interface.cc (Module): new file.
8823
8824 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8825
8826         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
8827         missing parameter, actualy cdr through list.  Actually return a
8828         list with ENTRY removed (was '()).
8829
8830         * scripts/convert-ly.py: Update.  Print warning if file cannot be
8831         opened.
8832         (do_conversion): Fix printing of continuation comma.
8833
8834         * Documentation/user/advanced-notation.itely (Beam formatting):
8835         Remove refbugs about compound time and mixed duration.
8836
8837         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
8838         modulo moments explicitely.
8839
8840         * lily/moment.cc (operator %): New function.
8841
8842         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
8843
8844         * lily/translator-scheme.cc (ly:translator-now,
8845         ly:translator-property): New function.
8846
8847         * scm/auto-beam.scm (default-auto-beam-check): New function.
8848
8849         * lily/auto-beam-engraver.cc (test_moment): Use it.
8850
8851         * flower/rational.cc (operator %): Bugfix.
8852
8853 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
8854
8855         * scripts/abc2ly: Bugfix
8856
8857 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8858
8859         * python/fontextract.py (write_extracted_fonts): bugfix, too many
8860         %'s on EndFont comment.
8861
8862         * lily/ledger-line-spanner.cc: some more words of explanation.
8863
8864 2005-04-20  John Williams <williams@tni.com>  
8865         
8866         * scripts/lilypond-book.py: htmlquote bugfix.
8867         Allow snippets to be given distinct filenames.
8868         Allow the default alt text to be overridden.
8869
8870 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
8871
8872         * ly/performer-init.ly: Bugfix
8873
8874         * THANKS: Added bughunters.
8875
8876 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
8877
8878         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
8879
8880         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
8881         position (was: use modulo measure length).
8882
8883         * configure.in (no gui_b): Remove optional gtk+ requirement.
8884
8885 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8886
8887         * Documentation/user/basic-notation.itely (Pitches): add
8888         LedgerLineSpanner.
8889
8890         * lily/dynamic-engraver.cc (process_music): set right bound to
8891         script if present. Else, do not set.
8892         (acknowledge_grob): only set right bound of finished spanner to
8893         note column if no other bound is set.
8894
8895         * python/lilylib.py (make_ps_images): switch back to png16m.
8896         
8897 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8898
8899         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
8900         writing up to date file.  Add dvips usage suggestion.
8901
8902         * scripts/convert-ly.py: Fix error message.
8903         Print usage if no files on command line.
8904         (usage): Add example usage.
8905
8906         * input/test/compound-time.ly: New file.
8907
8908         * input/test/circle.ly: New file.
8909
8910         * Documentation/topdocs/NEWS.tely: Use them.
8911
8912         * input/test/boxed-stencil.ly: Remove \score.
8913
8914         * buildscripts/mf-to-table.py (base): Add .log dependency.
8915
8916         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
8917         pfa's.  Add .log dependency
8918
8919         * scm/define-markup-commands.scm (lower): New command.
8920
8921         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
8922         make it default.
8923
8924 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8925
8926         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
8927         also to finished cresc as right bound. This fixes:
8928         skip-string-decresc.ly
8929
8930         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
8931         relative_coordinate if extent is empty.
8932
8933         * lily/stem.cc (width_callback): determine correct extent if flag
8934         is not there. This fixes slur-no-flag.ly
8935
8936         * lily/grace-engraver.cc (consider_change_grace_settings): new
8937         function.
8938         (initialize): also consider_change_grace_settings() on
8939         initialization. Fixes large grace notes at start of score.
8940
8941         * lily/break-align-interface.cc (do_alignment): don't translate if
8942         total_extent is empty.
8943
8944         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
8945
8946 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8947
8948         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
8949         with slash.
8950
8951 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8952
8953         * stepmake/aclocal.m4: Remove tfm_path.
8954
8955 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8956
8957         * scm/music-functions.scm (markup-expression->make-markup): fix
8958         bug with cons arguments of markup commands.
8959         (music->make-music): fix music expression property list building
8960
8961 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8962
8963         * aclocal.m4: Massage package names.
8964
8965         * SCons updates.
8966
8967 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8968
8969         * VERSION (PACKAGE_NAME): release 2.5.20
8970
8971         * lily/stem.cc (calc_stem_info): add minimum Y extent of
8972         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
8973
8974         * lily/percent-repeat-engraver.cc (try_music): add measure before
8975         next_moment to future processing moment. Fixes:
8976         percent-repeat-mm-rest.ly
8977         (process_music): don't add moment for 2nd time.
8978
8979         * input/regression/repeat-percent.ly: add mmrests as extra test.
8980
8981         * lily/axis-group-engraver.cc (acknowledge_grob): read
8982         keepAliveInterfaces to decide what to kill.
8983
8984         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
8985         percent-repeat-interface to keepAliveInterfaces. This fixes
8986         percent-repeat-harakiri.
8987
8988 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8989
8990         * SCons updates.
8991
8992 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8993
8994         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
8995
8996         * aclocal.m4: remove --enable-tfm-path configure option
8997
8998         * input/test/ancient-font.ly (lowerStaff): clef name errors.
8999
9000         * scm/backend-library.scm (postscript->png): newline after
9001         finishing command.
9002
9003         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
9004         (LY_DEFINE): ly:paper-score-paper-systems: new function 
9005
9006         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
9007
9008         * lily/score.cc (default_rendering): use Music_output too.
9009
9010         * input/test/chord-names-languages.ly (Module): rename file.
9011
9012         * lily/text-spanner.cc: add bound-padding.
9013
9014         * lily/paper-book.cc (systems): accept Paper_score
9015         iso. Paper_system vector. 
9016
9017         * input/regression/line-arrows.ly: new file.
9018
9019         * lily/paper-score.cc (process): run get_paper_systems() only once.
9020
9021         * lily/line-spanner.cc (line_stencil): add arrows.
9022
9023 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
9024
9025         * lily/line-interface.cc (make_arrow): new function. 
9026         (arrows): idem.
9027
9028 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
9029
9030         * input/test/chord-names-german.ly: update for italian/french
9031         chords.
9032         
9033         * Documentation/user/instrument-notation.itely (Printing chord
9034         names): update.
9035
9036 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9037
9038         * lily/include/paper-score.hh (class Paper_score): remove unused
9039         prototypes.
9040
9041         * lily/book.cc (process): add -COUNT to midi output.
9042
9043         * lily/score.cc (book_rendering): remove outname argument
9044         (book_rendering): return list of Music_outputs. 
9045
9046         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
9047
9048         * lily/book.cc (process): loop over Music_outputs returned from
9049         Score::book_rendering().
9050
9051         * lily/*.cc (width_callback): remove spurious "unused" warnings
9052         for assert (axis==[XY]_AXIS); 
9053
9054         * lily/include/music-output.hh (class Music_output): smobify class.
9055
9056         * lily/include/paper-score.hh (class Paper_score): make members
9057         private.
9058
9059         * lily/performance.cc (process): return #f iso. #<undefined>. This
9060         prevents #<undefined> leaking into GUILE-userspace.
9061
9062 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9063
9064         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
9065
9066 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
9067
9068         * scm/chord-name.scm : support for italian and french
9069         chords names.
9070
9071         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
9072         a space defined by chordPrefixSpacer when the root name is
9073         direclty followed by a prefix.
9074
9075         * ly/engraver-init.ly : chordPrefixSpacer       
9076         * scm/define-context-properties.scm : chordPrefixSpacer
9077         * ly/property-init.ly : italianChords, frenchChords 
9078
9079 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9080
9081         * mf/feta-din.mf: Remove.
9082
9083         * mf/GNUmakefile (fontdir): Bugfix.
9084
9085         * mf/SConstruct: Some updates.
9086
9087         * SConstruct: Require pkg-config.
9088         (test_program): Bugfix for double digit version compares, use
9089         integer (not string-) compare.
9090         Optionally require gs 8.14.
9091
9092         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
9093
9094         * lily/*: s/ifdef HAVE_*/if have/.
9095
9096         * SConstruct (test_lib): New function.  Update pkg-config and some
9097         other requirements.
9098
9099         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
9100         freetype, pangof2t.
9101
9102 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9103
9104         * po/lilypond.pot, ...: Update using bison-CVS.
9105
9106         * python/lilylib.py (make_ps_images): Fixo.
9107
9108 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9109
9110         * python/lilylib.py (make_ps_images): typo.
9111
9112         * configure.in (gui_b): make bison optional.
9113
9114         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
9115
9116 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
9117
9118         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
9119         with one parameter can be defined in a LaTeX file when processed
9120         by lilypond-book this will be evaluated between the systems of
9121         a multi-system score. The parameter is the number of systems processed.
9122
9123 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9124
9125         * python/lilylib.py (make_ps_images): Escape newline.
9126
9127         * Documentation/user/music-glossary.tely: Run
9128         texinfo-all-menus-update.
9129
9130 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9131
9132         * scm/lily-library.scm (old-relative-not-used-message)
9133         (version-not-seen-message): Add input-file-name-location to message.
9134
9135         * lily/parser.yy (lilypond): Add token aliases.
9136
9137         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
9138         not confuse with alteration.
9139         (alteration): Add.
9140
9141 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9142
9143         * python/lilylib.py (make_ps_images): use -dEPSCrop
9144
9145         * VERSION (PACKAGE_NAME): release 2.5.19 
9146
9147         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
9148         only put xrefs in info documentation.
9149
9150         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
9151         .pdf rule to tex-rules.make.
9152
9153         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
9154         from -systems.* output.
9155
9156         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
9157         directly, remove -$(PAGESIZE) target.
9158
9159         * input/test/embedded-postscript.ly: update.
9160
9161 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9162
9163         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
9164
9165         * Documentation/user/changing-defaults.itely (Font selection):
9166         document font-name.
9167
9168         * input/regression/font-name.ly: show Pango fonts for
9169         font-name. Update example. 
9170
9171         * lily/pango-select.cc (properties_to_pango_description): don't
9172         convert symbol font-size to number, but use to lookup.
9173
9174         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
9175
9176         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
9177         (NAME . FILE-NAME) tuples for font descriptions. 
9178         (write-preamble): display BeginFont DSC comments.
9179
9180         * python/fontextract.py (write_extracted_fonts): new file. Extract
9181         font resources from a PS file.
9182
9183         * scripts/lilypond-book.py (option_definitions): --psfonts option.
9184         (Compile_error.process_include): do_file returns chunks.
9185
9186         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
9187
9188         * make/lysdoc-targets.make: .texi is .PRECIOUS
9189
9190         * scripts/lilypond-book.py (write_if_updated): new function.
9191
9192 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9193
9194         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
9195
9196 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9197
9198         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
9199
9200         * input/regression/markup-syntax.ly: remove \score.
9201
9202         * scm/define-markup-commands.scm (draw-circle): add fill argument
9203
9204         * scm/stencil.scm (make-circle-stencil): add fill argument
9205
9206         * ps/music-drawing-routines.ps: add fill argument.
9207
9208         * ly/performer-init.ly: add CueVoice to MIDI too.
9209
9210         * ps/music-drawing-routines.ps: new routine BeginEPSF /
9211         EndEPSF.
9212
9213         * input/regression/markup-eps.ly: new file.
9214
9215         * scm/framework-ps.scm (write-preamble): change order: vars should
9216         be inited before procedures.
9217
9218         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
9219         for EPS files.
9220
9221         * scm/define-markup-commands.scm (epsfile): add epsfile command.
9222
9223 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9224
9225         * configure.in (gui_b): add check for ghostscript 8.15
9226
9227 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9228
9229         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
9230         start of line. Fixes cresc-after-newline.ly
9231
9232         * lily/source-file.cc (file_line_column_string): use get_column().
9233
9234 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9235
9236         * lily/source-file.cc (get_column): utf-8 support for column numbers.
9237
9238 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9239
9240         * lily/*: use message () iso progress_indication () for messages.
9241         Revise/uniformise user messages.
9242
9243         * flower/warn.cc (progress_indication): New function.
9244         (message): Use it.  Fixes newline problems.
9245
9246         * config.make.in (webdir): Sort out install dirs.
9247
9248         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
9249
9250         * python/lilylib.py (command_name): Bugfix.
9251         (make_ps_images):
9252
9253 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
9254
9255         * lily/main.cc: --help says what types of backends are availabe
9256
9257 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9258
9259         Fix ./VERSION dependency, and without need to reconfigure.
9260
9261         * lily/main.cc (setup_paths): Update.
9262
9263         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
9264
9265         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
9266
9267         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
9268         Add \line for some simplistic cases.
9269
9270         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
9271
9272 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9273
9274         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
9275         to compile LY files (useful for adding eg. "-I" args)
9276         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
9277         2Gnome command for gnome backend.
9278         (LilyPond-command-formatgnome): call the 2Gnome command. key
9279         binding: C-c C-g
9280
9281 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9282
9283         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
9284         depend on all PNG images.
9285
9286 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9287
9288         * GNUmakefile.in: Bugfix: also link .map files.
9289
9290 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9291
9292         * scm/music-functions.scm (music->make-music): generate 
9293         a (make-music ...) sexpr from a music expression.
9294         (display-scheme-music): use guile pretty printer to display the
9295         make-music sexpr.
9296
9297 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9298
9299         * ly/engraver-init.ly: reindent.
9300         Add CueVoice.
9301
9302         * scm/music-functions.scm (music-pretty-string): handle moments
9303         too.
9304         (music-pretty-string): only print non-empty lists.
9305         (cue-substitute): create CueVoice context, which has smaller type.
9306
9307         * lily/moment-scheme.cc (LY_DEFINE): new methods
9308         ly:moment-grace-{numerator,denominator}
9309
9310         * lily/context-handle.cc: remove quit() method. 
9311
9312         * lily/font-config.cc (init_fontconfig): be verbose about font path.
9313         (init_fontconfig): success is 0, not !0
9314
9315 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9316
9317         * mf/feta-nummer-code.mf (code): add plus glyph.
9318
9319         * lily/tie.cc (print): idem.
9320
9321         * lily/slur.cc (print): don't use thickness property for
9322         slur shape-thickness.
9323
9324         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
9325         while adding stencils.
9326
9327         * scm/define-markup-commands.scm (with-color): with-color markup
9328         command.
9329         (whiteout): new markup command 
9330         (filled-box): new markup command
9331
9332 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9333
9334         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
9335         test for PDF docs.
9336
9337         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
9338         PFAAybabtu-Regular.  Fixes feta font in PDFs.
9339         
9340         Notes for tetex-3.0 make web:
9341            psclean.map: s/uhv8a/uhvr8a/
9342            config.ps add:
9343                 p +psfonts_t1.map
9344                 p +psclean.map
9345                 p +typeface.map
9346
9347 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9348
9349         * scm/music-functions.scm (music-pretty-string): fix bug with
9350         string argument.
9351
9352 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
9353
9354         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
9355
9356 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9357
9358         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
9359         only process options if they're there.
9360         (write_file_map): add version-seen? to snippet-map.ly
9361
9362 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
9363
9364         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
9365         formatting cleanups.
9366
9367         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
9368         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
9369
9370 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9371
9372         * scm/framework-ps.scm (ps-font-command): don't hash, just use
9373         name directly.
9374
9375         * lily/main.cc (setup_paths): either add mf/out to search path or 
9376         fonts/{otf,type1,etc}
9377         
9378         * lily/font-config.cc (init_fontconfig): either add mf/out to
9379         FontConfig or fonts/{otf,type1,etc}
9380
9381         * GNUmakefile.in: don't put mf/ link in share/ dir.
9382
9383         * lily/staff-spacing.cc: move same-direction-correction to
9384         note-spacing-interface
9385
9386         * scm/lily.scm (lilypond-main): use variable argument count for
9387         exception handler.
9388
9389         * lily/font-config.cc (init_fontconfig): add operator pacification
9390         message.
9391
9392         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
9393
9394         * buildscripts/gen-emmentaler-scripts.py (i): generate
9395         PFAEmmentaler as well.
9396
9397         * scm/framework-ps.scm (munge-lily-font-name): new function
9398         (write-preamble): hack: insert PFA equivalent of CFF into
9399         .PS. This makes LilyPond output printable on normal PS printers
9400         again.
9401
9402         * buildscripts/gen-emmentaler-scripts.py (i): generate
9403         PFAEmmentaler.pfa aswell.
9404
9405 2005-04-06  John Williams <williams@tni.com>  
9406         
9407         * scripts/lilypond-book.py: refactor the compose_ly procedure.
9408         
9409 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9410
9411         * scm/page-layout.scm (default-page-make-stencil): always combine
9412         the header stencil, even if empty. This prevents the body text to
9413         reach up to the margins.
9414
9415         * po/rw.po (Module): new file, for Kinyarwanda.
9416
9417         * input/test/spacing-optical.ly (Module): new file.
9418
9419         * lily/staff-spacing.cc: add same-direction-correction
9420
9421 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9422
9423         * Documentation/user/introduction.itely (Engraving): Comment-out
9424         non-existent file.
9425
9426 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9427
9428         * scm/define-grob-properties.scm (all-user-grob-properties): add
9429         same-direction-correction
9430
9431         * VERSION: release 2.5.18
9432
9433 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9434
9435         * lily/grob.cc (mark_smob): Check pscore->layout_ before
9436         dereferencing.  Fixes make web.
9437
9438         * lily/midi-stream.cc: Handle unwritable midi file.  Include
9439         errno.h.
9440
9441         * Documentation/user/: Fix links.
9442
9443 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9444
9445         * lily/text-interface.cc (Module): rename from text-item.cc
9446
9447         * input/regression/apply-output.ly (texidoc): function naming fix.
9448
9449         * lily/time-signature-performer.cc (derived_mark): new function.
9450
9451         * lily/lily-parser-scheme.cc:  print mapped file name for progress
9452
9453         * scripts/lilypond-book.py (find_linestarts): new function.
9454         (find_toplevel_snippets): keep track of line numbers.
9455
9456         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
9457         all key changes.
9458
9459         * ly/declarations-init.ly (partCombineListener): use
9460         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
9461
9462         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
9463
9464 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9465
9466         * lily/text-item.cc: Fix link.
9467
9468         * Documentation/user/changing-defaults.itely (Changing defaults):
9469         Fix programs reference links.
9470
9471         * Documentation/user/music-glossary.tely: Convert to utf-8.
9472
9473 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9474
9475         * make/lilypond-vars.make: remove TEXMF from variables.
9476         remove DEB_BUILD pk font variables.
9477         remove GUILE_LOAD_PATH
9478         remove TeX memory vars.
9479
9480 2005-04-04  Werner Lemberg  <wl@gnu.org>
9481
9482         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
9483
9484 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9485
9486         * ps/lilyponddefs.ps: remove reencode-font
9487
9488         * lily/simple-spacer.cc (add_columns): also compare
9489         directly. Column rank doesn't distinguish between broken and
9490         unbroken columns. This fixes large spaces before time sig changes.
9491
9492         * Documentation/user/point-and-click.itely: document ly:set-option.
9493
9494         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
9495         point_and_click_global is set.
9496
9497         * lily/scm-option.cc (LY_DEFINE): add point-and-click
9498         ly:set-option argument.
9499
9500 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9501
9502         * GNUmakefile.in: Include symlinks in webball.
9503
9504         * Documentation/user/GNUmakefile (source-links): Add symlinks to
9505         source dir for split and non-split manuals.
9506
9507         * Documentation/user/*y: Fix @uref/@inputfile links for
9508         split/non-split HTML documents.
9509
9510         * Documentation/user/GNUmakefile (local-WWW): Do not generate
9511         .ps.gz.
9512         
9513 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9514
9515         * GNUmakefile.in: Add newline.
9516
9517 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
9518
9519         * tex/lilyponddefs.tex: use color instead of xcolor
9520         * scm/output-tex.scm: minor editing
9521
9522 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9523
9524         * scm/music-functions.scm (display-scheme-music): pretty printer
9525         for music expressions.
9526
9527 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9528
9529         * buildscripts/install-info-html.sh (index_file): Fix link.
9530
9531 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
9532
9533         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
9534
9535         * Documentation/index.html.in: Add size estimates with some big pages.
9536
9537         * Documentation/user/tutorial.itely (Running LilyPond for the
9538         first time): Add/replace some @rglos links.  TODO: add more
9539         @rglos links in tutorial, test non-intrusiveness (.css).
9540
9541         * stepmake/bin/add-html-footer.py (do_file): Remove info's
9542         annoying's indication of referencing external document.
9543
9544         * Documentation/user/GNUmakefile: Split version of glossary too.
9545         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
9546         links, not only for html.
9547
9548         * Documentation/user/introduction.itely: Fix some links for other
9549         than html, do not use `here' as link name.
9550
9551 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9552
9553         * scm/documentation-generate.scm (string-append): Fix @usermanref,
9554         @glossaryref.
9555
9556 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9557
9558         * scm/page-layout.scm (default-page-make-stencil): only add header
9559         if existing and not empty. Fixes spurious programming error.
9560
9561         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
9562
9563 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
9564
9565         * scm/output-tex.scm: implement {re,}setcolor
9566         * tex/lilyponddefs.tex: use color package
9567
9568 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9569
9570         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
9571         additions to website.
9572
9573         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
9574
9575         * Documentation/user/macros.itexi: Fix @usermanref html links in
9576         split documents: use @inforef.
9577
9578 2005-03-30  Graham Percival  <gperlist@shaw.ca>
9579
9580         * Documentation/user/programming-interface.itely: minor fix.
9581
9582         * Documentation/user/advanced-notation.itely: added info to
9583         Metronome markings.
9584
9585 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9586
9587         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
9588         use box-stencil.  Remove y-padding argument.
9589         (make-stencil-circler): New function.
9590
9591         * buildscripts/lilypond-words.py (F): 
9592         * elisp/SConscript (a): 
9593         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
9594         * vim/SConscript (a): 
9595         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
9596
9597         * lily/general-scheme.cc: Build fix.
9598
9599         * scm/markup.scm:
9600         * input/regression/markup-scheme.ly: 
9601         * input/regression/markup-syntax.ly: Drop 'new-' from name.
9602
9603         * scm/stencil.scm (make-circle-stencil): New function.
9604
9605         * scm/define-markup-commands.scm (draw-circle): Use it.  New
9606         name (was cicle).  Update callers.
9607         (circle): New markup command, similar to box.
9608
9609         * scm/stencil.scm (circle-stencil): New function.
9610
9611 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
9612
9613         * configure.in: Detect libutf8/wchar.h variant.
9614
9615         * stepmake/aclocal.m4: Modify shared size test.
9616
9617 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9618
9619         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
9620
9621 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9622
9623         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
9624         
9625         * VERSION (PACKAGE_NAME):  release 2.5.17
9626
9627 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9628
9629         * scm/backend-library.scm (postscript->png): Fix comment and png
9630         message.
9631
9632         * GNUmakefile.in (link-tree): Fix locales.
9633
9634 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9635
9636         * lily/stencil-scheme.cc (LY_DEFINE): change to
9637         ly:stencil-aligned-to, non mutating.
9638
9639         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
9640
9641         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
9642
9643         * lily/quote-iterator.cc (derived_mark): call
9644         Music_wrapper_iterator::derived_mark() too.
9645
9646         * lily/grace-engraver.cc (derived_mark): change signature, add
9647         const.
9648
9649 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9650
9651         * SConstruct (symlink): 
9652         * GNUmakefile.in (link-tree): Add scripts to prefix.
9653
9654         * lily/general-scheme.cc (ly:effective-prefix): New function.
9655
9656         * scm/backend-library.scm (postscript->png): Use it.
9657
9658 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9659
9660         * lily/paper-score.cc (process): don't delete grobs after
9661         producing stencils. 
9662
9663         * scm/part-combiner.scm (determine-split-list): switch off
9664         debugging info.
9665
9666         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
9667         if available.
9668
9669         * scm/define-context-properties.scm
9670         (all-user-translation-properties): add stringNumberOrientations.
9671
9672         * lily/new-fingering-engraver.cc (position_scripts): make generic,
9673         so fingering and string-numbers are separately controlled.
9674
9675 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9676
9677         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
9678         not use debugging.
9679
9680 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9681
9682         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
9683
9684         * config.hh.in: add HAVE_FONTCONFIG.
9685
9686         * Documentation/user/instrument-notation.itely (String number
9687         indications): new node.
9688
9689         * input/regression/new-markup-syntax.ly (texidoc): add circle.
9690
9691         * lily/new-fingering-engraver.cc (add_string): new function. 
9692         (acknowledge_grob): accept string-number-event as well.
9693
9694         * scm/define-markup-commands.scm (circle): new markup command.
9695
9696         * scm/output-lib.scm (print-circled-text-callback): new function.
9697
9698         * lily/GNUmakefile: move ifeq after include stepmake.make.
9699
9700 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9701
9702         * config.make.in (HAVE_LIBKPATHSEA_SO):
9703         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
9704
9705         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
9706         add KPATHSEA_LIBS.
9707
9708         * debian/watch: 
9709         * debian/control: Update.
9710
9711 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9712
9713         * input/test/title-markup.ly (spaceTest): remove.
9714
9715         * input/test/embedded-tex.ly (Module): remove.
9716
9717         * input/test/music-box.ly: use 'name property, not ly:music-name.
9718
9719         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
9720
9721         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
9722
9723 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9724
9725         * Documentation/topdocs/INSTALL.texi (Top): Remove information
9726         about xdeltas.  Add information about CVS.
9727
9728         * scm/lily.scm (lilypond-main): Fix invocation of handler,
9729         gracefully handle failed files.
9730
9731         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
9732
9733         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
9734         small fixes.
9735
9736         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
9737         No unnecessarily specific i18n messages.  Remove stray `1'.
9738
9739 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9740
9741         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
9742         documentencoding
9743
9744         * scm/documentation-lib.scm (texi-file-head): set utf-8
9745         documentencoding.
9746
9747         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
9748         Delta, not the Symbol one. 
9749
9750         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
9751         for the .map file.
9752
9753         * Documentation/topdocs/INSTALL.texi (Top): add running
9754         requirement as compilation requirement.
9755
9756 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9757
9758         * buildscripts/mutopia-index.py (headertext): add h1 header and
9759         utf-8 charset meta field.
9760
9761         * input/GNUmakefile: prune example list.
9762
9763         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
9764         options.
9765
9766         * lily/slur-scoring.cc (get_base_attachments): only look at stem
9767         extent for visible stems.
9768
9769         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
9770
9771 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9772
9773         * Documentation/topdocs/INSTALL.texi (Top): Updates.
9774
9775         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
9776
9777 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9778
9779         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
9780         pass inf/nan into slur scoring.
9781
9782         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
9783         page.
9784
9785         * scripts/abc2ly.py (dump_voices): use alphabet().
9786
9787 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
9788         
9789         * mf/GNUmakefile (depth): use $(FONTFORGE). 
9790
9791 2005-03-27 Matthias Neeracher <neeracher@mac.com>
9792         
9793         * flower/include/virtual-methods.hh: simplify. Patch by
9794
9795 2005-03-25  John Williams <williams@tni.com>  
9796
9797         * scripts/lilypond-book.py (main): add png for HTML too, guess
9798         only if necessary. 
9799
9800 2005-03-25  Graham Percival  <gperlist@shaw.ca>
9801
9802         * Documentation/topdocs/INSTALL.texi: now recommends
9803         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
9804
9805         * Documentation/user/basic-notation.itely,
9806         Documentation/user/tutoria.itely: warn about
9807         only one (phrasing) slur at once.
9808
9809 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
9810
9811         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
9812
9813 2005-03-23  Graham Percival  <gperlist@shaw.ca>
9814
9815         * Documentation/user/basic-notation.itely: fixed info about
9816         ending a (de)cresc.
9817
9818         * Documentation/user/lilypond-book.itely: fixed
9819         lilypond-book filter example and warned about not doing
9820         --filter and --process at the same time.
9821
9822 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9823
9824         * lily/parser.yy (bass_number),
9825         Documentation/user/instrument-notation.itely (Figured bass): 
9826         Add the possibility to use text markup in figured bass. 
9827
9828 2005-03-19  Graham Percival  <gperlist@shaw.ca>
9829
9830         * Documentation/user/global.itely: added info about naming
9831         identifiers and breakbefore.
9832
9833         * Documentation/user/invoking.itely: added info about batch
9834         processing files with convert-ly, removed references to TeX
9835         in the jail section.
9836
9837         * Documentation/user/examples.itely: possibly fixed piano
9838         dynamics.
9839
9840         * Documentation/user/advanced-notation.itely: added info
9841         about removing other types of Staff.
9842
9843         * Documentation/user/instrument-notation.itely: possibly
9844         fixed piano staff line switch.
9845
9846         * Documentation/user/changing-defaults.itely: added info
9847         about using normal font in titles.
9848
9849 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9850
9851         * VERSION (PATCH_LEVEL): release 2.5.16
9852
9853         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
9854         explicitly.
9855
9856 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9857
9858         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
9859         whitespace.
9860
9861         * python/lilylib.py (make_ps_images):
9862         * scm/backend-library.scm (postscript->pdf, postscript->png):
9863         Quote file name.  Use format rather than string-append juggling.
9864
9865 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9866
9867         * python/lilylib.py (make_ps_images): add x to -g argument. 
9868
9869         * lily/key-performer.cc (create_audio_elements): don't use
9870         scm_eval_string. Check for minor 3rd directly.
9871   
9872         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
9873         (sarabandeCelloGlobal): key is D minor, not F major.
9874
9875 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9876
9877         Fix truncated --png output (Peter Danenberg).
9878         
9879         * python/lilylib.py (make_ps_images):
9880         * scripts/ps2png.py (copyright): Grok --papersize option.
9881
9882         * scm/backend-library.scm (postscript->png): Add parameter
9883         PAPERSIZE.  Update callers.
9884
9885         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
9886         Fixes symbol placement.
9887
9888         * lily/spanner.cc: 
9889         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
9890         <libc-extension.hh>).
9891
9892 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9893
9894         * Nitpick run.
9895
9896         * buildscripts/fixcc.py: Update.
9897
9898         Builddir run fixes.
9899
9900         * HACKING (datadir): Add VERSION.
9901
9902         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
9903         higher up.
9904
9905 2005-03-15  Werner Lemberg  <wl@gnu.org>
9906
9907         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
9908         diagonal stem doesn't become thinner.
9909
9910 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9911
9912         * buildscripts/fixcc.py: Fixes (Werner).
9913
9914 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9915
9916         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
9917         Emmentaler/Aybabtu.
9918
9919         * GNUmakefile.in: fix lilypond-words path.
9920
9921         * po/tr.po: update to 2.3.21
9922
9923         * lily/new-fingering-engraver.cc (position_scripts): take priority
9924         from head position.
9925
9926         * input/regression/finger-chords-order.ly (texidoc): new file.
9927
9928 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9929
9930         * make/ly-rules.make: 
9931         * stepmake/aclocal.m4: 
9932         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
9933
9934         * buildscripts/fixcc.py (rules): Leave space after operator.
9935
9936 2005-03-14  Werner Lemberg  <wl@gnu.org>
9937
9938         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
9939         top of the glyph with smooth curve.
9940
9941 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9942
9943         * Documentation/user/global.itely (Page layout): remove
9944         printpagenumber.
9945
9946 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
9947
9948         * input/regression/mensural-ligatures.ly: new file (with examples
9949         compiled by Pal Benko).
9950
9951         * Documentation/user/instrument-notation.itely: Bugfix: yet some
9952         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
9953         musicglyph access.  Many small beautifications in ancient
9954         examples.
9955
9956         * input/test/divisiones.ly: fixed indentation; small
9957         beautifications
9958
9959         * ly/engraver-init.ly: added FIXME comment
9960
9961         * scripts/lilypond-book.py,
9962         Documentation/user/lilypond-book.itely: added music fragment
9963         option "packed" to lilypond-book
9964
9965         * Documentation/user/instrument-notation.itely: Bugfix: added
9966         missing LedgerLineSpanner color setting in several places.  Added
9967         music fragment option "packed" to VaticanaContext example.
9968
9969 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9970
9971         * scm/define-grobs.scm (all-grob-descriptions): switch off
9972         Hyphen_spanner::set_spacing_rods 
9973
9974         * lily/lyric-hyphen.cc (print): add padding between syllable and
9975         hyphen.
9976         (print): shorten hyphen in tight situations (determine using
9977         minimum-length)
9978
9979         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
9980         0.4pt.
9981
9982 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9983
9984         * ly/titling-init.ly (bookTitleMarkup): Refinements.
9985
9986         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
9987         header/footer markings for regression-test.
9988
9989         * scm/backend-library.scm (output-scopes, header-to-file): Move
9990         from framework-tex.scm.
9991
9992         * scm/framework-ps.scm (output-framework)
9993         (output-preview-framework):
9994         * scm/framework-eps.scm (output-classic-framework)
9995         (output-framework): Use it.  Fixes collated files.
9996
9997 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9998
9999         * input/sakura-sakura.ly: 
10000         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
10001
10002         * buildscripts/guile-gnome.sh: Update.
10003
10004         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
10005
10006         * mf/aybabtu.pe.in: Capitalize Aybabtu.
10007
10008 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10009
10010         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
10011         culprit: always exit the loop if we find a rod, even if it has
10012         distance < 0. 
10013
10014         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
10015         algorithm.
10016
10017         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
10018         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
10019
10020         * scm/output-svg.scm (dashed-line): new  function body.
10021         
10022         * GNUmakefile.in: create .htaccess.
10023
10024 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10025
10026         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
10027
10028 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10029
10030         * VERSION (PACKAGE_NAME): release 2.5.15
10031
10032         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
10033
10034         * scm/framework-svg.scm (output-framework): put scaling in
10035         document header. Apply scaling only once.
10036         (output-framework): dump page size in px, not mm. 
10037
10038         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
10039         from font-size.
10040
10041         * lily/paper-outputter-scheme.cc (LY_DEFINE):
10042         ly:outputter-output-scheme, new function.
10043
10044         * scm/output-svg.scm (pango-description-to-svg-font): new function
10045
10046 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10047
10048         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
10049         target.
10050
10051         * input/typography-demo.ly: new file.
10052
10053 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10054
10055         * Documentation/user/global.itely (File structure): Add markup blocks
10056         to toplevel expressions.
10057         (Multiple movements, Creating titles): Add markup blocks.
10058
10059         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
10060         <libc-extension.hh>).
10061
10062         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
10063
10064         * flower
10065         * lily
10066         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
10067
10068 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10069
10070         * lily/accidental.cc: special bboxes for natural. 
10071
10072         * mf/feta-toevallig.mf: make stems heavier.
10073
10074         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
10075         texts as well.
10076
10077         * mf/feta-klef.mf: revise. 
10078
10079         * mf/feta-schrift.mf: make thinning of accent less pronounced.
10080
10081         * mf/feta-klef.mf: add rounded curve at top. 
10082         make thinnib a little heavier.
10083
10084 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10085
10086         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
10087
10088         * buildscripts/fixcc.py: New file.
10089
10090         * input/regression/utf8.ly: Update Debian font description.
10091
10092 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10093
10094         * stepmake/aclocal.m4: Fix test.
10095
10096 2005-03-09  Graham Percival  <gperlist@shaw.ca>
10097
10098         * Documentation/user/invoking.itely: added Sebastino Vigna's
10099         docs for the --jail option.
10100
10101 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10102
10103         * lily/stem.cc (print): only produce stemlets if there are no
10104         noteheads on this stem.
10105
10106         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
10107         don't crash on stemlet (visible stem without heads).
10108
10109         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
10110         unbroken situations. 
10111
10112         * scm/output-lib.scm (center-invisible): new function.
10113
10114         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
10115         wishes to determine loose column space.
10116
10117         * lily/font-config.cc (init_fontconfig): add
10118         fonts/{otf,type1,cff}  to path.
10119
10120         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
10121
10122         * mf/GNUmakefile (Module): install all fonts under otf/
10123
10124         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
10125         replace /fonts/otf/ by /ps/ 
10126
10127         
10128 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10129
10130         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
10131
10132         * lily/book.cc (process): Oops, add score_.header_.
10133
10134         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
10135
10136         * lily/parser.yy: Handle toplevel and book texts as score.
10137
10138         * scm/page-layout.scm (default-page-make-stencil):
10139         Bugfix: (page-properties rename.
10140
10141         * scm/backend-library.scm (ly:system): Typo.
10142
10143 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10144
10145         * stepmake/stepmake/executable-targets.make (installexe): don't
10146         strip installed executables
10147
10148         * lily/font-select.cc (get_font_by_design_size): revert
10149         pango_description_string as well.
10150
10151         * lily/system.cc (set_loose_columns): put loose column just left
10152         of next column.
10153
10154         * lily/include/group-interface.hh (extract_grob_array): rename
10155         from Pointer_group_interface__extract_grobs
10156
10157         * input/regression/ledger-line-minimum.ly (texidoc): new file.
10158
10159         * lily/ledger-line-spanner.cc (set_spacing_rods): new
10160         function. Keep ledgered note heads at a minimum distance.
10161         Introduce minimum-length-fraction
10162         (print): introduce length-fraction property.
10163
10164 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10165
10166         * tex/GNUmakefile: remove latin1.enc rules.
10167
10168 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10169
10170         * scm/titling.scm: Typo.
10171
10172         * input/regression/score-text.ly: Really add.
10173
10174         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
10175
10176 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10177
10178         * lily/open-type-font-scheme.cc:  new file.
10179
10180 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10181
10182         * scm/titling.scm (layout-extract-page-properties): Rename from
10183         page-properties.  Update callers.
10184
10185         * lily/lexer.ll (Lily_lexer):
10186         * lily/parser.yy: Junk lyric_markup state.
10187
10188         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
10189
10190         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
10191         Add texts parameter.
10192
10193 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10194
10195         * lily/lexer.ll (lyric_markup): New mode.
10196         (Lily_lexer::push_lyric_markup_state): New method.
10197         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
10198
10199         * lily/parser.yy (book_body):
10200         (toplevel_expression): Grok \markup texts.
10201
10202         * lily/score-scheme.cc (ly:music-scorify): 
10203         * scm/lily-library.scm (collect-music-for-book): Take texts
10204         parameter.
10205
10206         * lily/score.cc (texts_): New member.
10207
10208         * lily/paper-book.cc (systems): Format score texts.
10209
10210         * score-text.ly: New file.
10211
10212         * ttftool/SConscript:
10213         * kpath-guile/SConscript: New file.
10214
10215         * lily/SConscript:
10216         * SConstruct: Update.
10217
10218 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10219
10220         * VERSION (PACKAGE_NAME): release 2.5.14
10221
10222 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10223
10224         * lily/main.cc: Add dummy xgettext markers.
10225
10226 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10227
10228         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
10229         requirements
10230
10231         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
10232         executable is < 40k
10233
10234         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
10235         hack.
10236
10237 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10238
10239         * flower/libc-extension.cc:
10240         * flower/include/libc-extension.hh: [Open]BSD simply cast
10241         cookie/funopen declarations.
10242
10243         * stepmake/aclocal.m4: Check for libkpathsea.so.
10244
10245         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
10246         dl_kpse_find_file.
10247
10248 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10249
10250         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
10251         (open_library): alternative for static library.
10252
10253 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10254
10255         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
10256
10257         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
10258
10259         Drop run-time dependency on teTeX.
10260
10261         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
10262
10263         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
10264         KPATHSEA_LIBS in LIBS.
10265         (STEPMAKE_DLOPEN): New function.
10266
10267         * lily/font-config.cc (init_fontconfig): Use dir for directory,
10268         not path.
10269
10270         * flower/file-path.cc (directories): Rename from paths, as this
10271         return an array of directories (a single path).
10272
10273 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10274
10275         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
10276
10277         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
10278         new ly:kpathsea-find-file
10279
10280         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
10281
10282         * kpath-guile/GNUmakefile: new file
10283
10284         * buildscripts/gen-emmentaler-scripts.py (i): generate
10285         emmentaler-X.fontname as well.
10286
10287         * buildscripts/ps-embed-cff.py: new script
10288
10289         * scm/lily-library.scm: remove ps-embed-cff.
10290
10291         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
10292         font loading. 
10293
10294         * scm/font.scm (add-music-fonts): load dynamics/numbers through
10295         fontconfig as well.
10296
10297         * lily/font-config.cc (init_fontconfig): add cff/ too.
10298
10299         * ly/generate-embedded-cff.ly: capitalize.
10300
10301         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
10302         so as to register the pango font.
10303
10304         * lily/font-config.cc (init_fontconfig): add
10305         prefix/{otf,type1,mf/out} to fontconfig path.
10306
10307         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
10308         overrides all. 
10309
10310         * configure.in (gui_b): remove ec mftrace check
10311
10312         * config.hh.in: use lilypond-Major.Minor as data directory.
10313
10314         * scm/framework-ps.scm (dump-page): use output-units for landscape.
10315
10316         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
10317         name.
10318
10319 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10320
10321         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
10322         error messages.
10323
10324         * flower/libc-extension.cc:
10325         * flower/include/libc-extension.hh: [Open]BSD fixes for
10326         cookie/funopen declarations.
10327
10328 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10329
10330         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
10331         emmentaler.
10332
10333         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
10334         lcrm10.
10335
10336         * scm/define-markup-commands.scm (fontsize): new markup
10337         command. Also set baseline-skip
10338
10339 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
10340         
10341         * lily/main.cc (do_chroot_jail): paranoia security for webserver
10342         use.
10343
10344 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10345
10346         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
10347
10348         * lily/pdf.cc: remove PDF related files
10349
10350 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10351
10352         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
10353         <hamamatsu@gmx.de>
10354
10355 2005-03-05  Graham Percival  <gperlist@shaw.ca>
10356
10357         * Documentation/user/advanced-notation.itely: first draft
10358         of reorg done.
10359
10360         * Documentation/user/global.itely: fixed (sub)section
10361         bits of MIDI.
10362
10363 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10364
10365         * cygwin/mknetrel (extras): Bufix (Bertalan).
10366
10367         * Documentation/user/basic-notation.itely (Chords): @ref fix.
10368         * Documentation/user/instrument-notation.itely (Introducing chord
10369         names): Compile fix: must have unique name.
10370
10371 2005-03-02  Graham Percival  <gperlist@shaw.ca>
10372
10373         * Documentation/user/instrument-notation.itely: reorg.
10374
10375 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10376
10377         * scm/output-gnome.scm:
10378         * scm/output-svg.scm: Fix font scaling.
10379
10380 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10381
10382         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
10383         what link to use best.
10384
10385         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
10386         * Documentation/user/tutorial.itely (Automatic and manual beams):
10387         Fix @ref.
10388
10389         * lily/tweak-registration.cc (replace_grob_tweak): New function.
10390         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
10391         * scm/framework-gnome.scm (tweak): Use it.
10392
10393 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10394
10395         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
10396
10397         * scm/output-ps.scm (white-text): reinstate white-text
10398
10399 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10400
10401         * scm/output-ps.scm (offset-add): Remove.
10402
10403         * scm/lily-library.scm (offset-flip-y): New function.
10404         * scm/framework-gnome.scm (tweak): Use it.
10405
10406         * scm/output-gnome.scm (grob-cause): Add parameter.
10407
10408         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
10409         * scm/output-ps.scm (url-link): Move.
10410         (white-text): Warn user about brokenness.
10411
10412         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
10413         wrt ghostscript.
10414
10415 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10416
10417         * lily/slash-repeat-engraver.cc (try_music): always make slashes
10418         if body length smaller than measure length.
10419
10420         * scm/define-markup-commands.scm (with-url): oops. use Y extent
10421         for Y.
10422
10423         * ly/titling-init.ly (tagline): put default tagline in \paper
10424
10425 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10426
10427         * lily/kpath.cc: 
10428         * lily/pdf.cc (Pdf_file): Use more generic error messages.
10429
10430         * scm/lily-library.scm (version-not-seen-message): New function.
10431         * ly/init.ly: Use it.
10432
10433         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
10434         breaks as progess.
10435
10436         * scripts/lilypond-book.py (do_process_cmd): Do not lump
10437         whitespace with l10n message.
10438
10439         * scm/framework-tex.scm (convert-to-ps):
10440         (convert-to-dvi): Do not use overly specific l10n messages.
10441
10442         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
10443
10444         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
10445         merge stderr with stdout.  
10446
10447 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10448
10449         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
10450         Neeracher).
10451
10452 2005-02-29  Graham Percival  <gperlist@shaw.ca>
10453
10454         * Documentation/user/instrument-notation.teily: moved
10455         \arpeggio to Basic.
10456
10457         * Documentation/user/advanced-notation.itely: Articulation to
10458         Basic, a bunch of stuff from Basic moved to Advanced.
10459
10460         * Documentation/user/basic.itely: swapped various sections,
10461         reorganized Basic.
10462
10463 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10464
10465         * flower/memory-stream.cc: 
10466         * flower/libc-extension.cc: Remove obsolete #undefs.
10467
10468         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
10469         more carefully.
10470
10471 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10472
10473         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
10474         dependency.
10475
10476         * VERSION (PACKAGE_NAME): release 2.5.13
10477
10478         * GNUmakefile.in (web-ext): don't ship ps.gz
10479
10480         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
10481         stdout
10482
10483 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10484
10485         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
10486         without libintl.  Now it compiles too.
10487
10488 2005-02-28  Graham Percival  <gperlist@shaw.ca>
10489
10490         * Documentation/user/basic-notation.itely,
10491         instument-notation.itely, advanced-notation.itely:
10492         split up contents of notation.itely.
10493
10494         * Documentation/user/notation.itely: file removed.
10495
10496         * Documentation/user/invoking.itely, converters.itely:
10497         moved convert-ly info to invoking.itely.
10498
10499         * Documentation/user/global.itely, changing-defaults.itely,
10500         sound-output.itexi: moved global settings, file layout, and
10501         sound into global.itely.
10502
10503         * Documentation/user/sound-output.itexi: file removed.
10504
10505         * Documentation/user/lilypond.tely: removed links to
10506         notation.itely and sound.itely.
10507
10508 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10509
10510         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
10511
10512         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
10513  
10514         * THANKS: add sponsor.
10515
10516         * scm/define-markup-commands.scm (with-url): new markup command.
10517
10518         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
10519         tagline.
10520         
10521         * scm/output-tex.scm (url-link): stub.
10522
10523         * scm/output-ps.scm (url-link): new function.
10524
10525         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
10526         ly:set-point-and-click
10527
10528 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10529
10530         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
10531         based on pdf-viewer setting.
10532
10533         * scm/framework-ps.scm (write-preamble): Find and set preferred
10534         pdf-viewer.
10535
10536 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10537
10538         * Documentation/user/point-and-click.itely: update for PDF point &
10539         click.
10540
10541         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
10542         editors based on EDITOR setting.
10543
10544 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10545
10546         * scm/*: Oops, more grand 2005 replace bits.
10547
10548 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10549
10550         * ps/music-drawing-routines.ps: new routine: insert PDF mark
10551
10552         * scm/output-ps.scm (grob-cause): point & click support for
10553         PostScript
10554
10555 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10556
10557         * lily/input-scheme.cc (LY_DEFINE): rename to
10558         ly:input-file-line-column
10559
10560 2005-02-26  Graham Percival  <gperlist@shaw.ca>
10561
10562         * Documentation/user/examples.itely: small fix from Steve Doonan.
10563
10564         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
10565
10566         * THANKS: added Yuval Harel.
10567
10568         * Documentation/user/{various}: inserted two spaces after a period.
10569
10570         * Documentation/user/lilypond.tely: added framework for reorg.
10571
10572         * Documentation/user/basic-notation.itely, instrument-notation.itely,
10573         advanced-notation.itely, global.itely: new files, placeholder for
10574         future reorg.
10575
10576 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
10577
10578         * Documentation/user/notation.itely: revamped Polyphony section
10579         
10580 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10581
10582         * Documentation/user/lilypond-book.itely (Music fragment options):
10583         doc fontload.
10584
10585         * Documentation/user/changing-defaults.itely (Text encoding): add
10586         fontload option to utf8 include
10587
10588         * scripts/lilypond-book.py (compose_ly): add fontload option
10589
10590         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
10591         force-eps-font-include option.
10592
10593         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
10594         black triangle
10595
10596         * Documentation/user/invoking.itely (Editor support): remove
10597         lilypond-latex section.
10598
10599         * scripts/lilypond-latex.py (Module): remove script.
10600
10601         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
10602         overwrite .log. 
10603
10604         * lily/main.cc: remove -m, --no-layout
10605
10606         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
10607         to define. We don't want to override fprintf everywhere.
10608
10609 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10610
10611         * cygwin/lilypond.hint: 
10612         * cygwin/README.in: Update dependencies.
10613
10614         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
10615         Bugfix: do not pollute CPPFLAGS, LIBS.
10616
10617         * cygwin/mknetrel (extras): Cross compile fixes.
10618
10619         * ttftool/util.c: 
10620         * ttftool/ttfps.c: 
10621         * ttftool/ps.c: #include libc-extension.hh
10622
10623         * flower/include/libc-extension.hh:
10624         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
10625         wrapper using funopen.
10626         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
10627         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
10628
10629         * config.hh.in:
10630         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
10631         (AC_CHECK_HEADERS): Add libio.h
10632
10633         * scripts/convert-ly.py: Uniformize, internationalize.
10634         (2.5.2): Remove fatal encoding rule.
10635         (2.5.13): Handle latin1 encoding gracefully.
10636
10637 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10638
10639         * HACKING: Fix line breaks.
10640
10641 2005-02-23  Werner Lemberg  <wl@gnu.org>
10642
10643         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
10644         contains those two files.
10645
10646 2005-02-21  Werner Lemberg  <wl@gnu.org>
10647
10648         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
10649         to improve overlap removal process.
10650
10651         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
10652         left and right ending.  This ensures better overlapping.
10653         Update all callers.
10654         ("lineprall"): Don't use draw_gridline to get better overlapping.
10655
10656 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10657
10658         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
10659
10660         * Documentation/topdocs/NEWS.tely (Top): oops.
10661
10662 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
10663
10664         * HACKING: new file.
10665
10666         * input/regression/utf8.ly (portuguese): added a portuguese example
10667         to show latin1 accents.
10668
10669 2005-02-21  Pal Benko  <benkop@freestart.hu>
10670
10671         * lily/mensural-ligature-engraver.cc:
10672         * lily/mensural-ligature.cc:
10673         * lily/include/mensural-ligature.hh: new algorithm implemented
10674
10675         * scm/define-grob-properties.scm: join-left killed (add-join may
10676         be used); join-left-amount changed to join-right-amount
10677
10678 2005-02-21  Graham Percival  <gperlist@shaw.ca>
10679
10680         * Documentation/user/notation.itely: small but urgent fix.
10681
10682 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
10683
10684         * lily/duration-scheme.cc: bugfix: correct parameters to
10685         SCM_ASSERT_TYPE.
10686
10687         * THANKS: added Pal.
10688
10689         * Documentation/user/notation.itely: bugfix: unTeXified
10690         $\\backslash$.  Bugfix: yet another glyph renaming victim:
10691         "timesig.*x/y" -> "timesig.*xy".
10692
10693 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10694         
10695         * VERSION (PACKAGE_NAME): release 2.5.12
10696
10697 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10698
10699         * ly/engraver-init.ly: set tieWaitForNote to #t by default
10700
10701         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
10702
10703         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
10704
10705         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
10706
10707 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10708
10709         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
10710         latin1..utf-8.
10711
10712         * input/regression/stanza-number.ly:
10713         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
10714
10715         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
10716
10717 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10718
10719         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
10720         NEWS. Refer to website for older news.  
10721
10722         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
10723         .HTML. This should be done for specific servers only.
10724
10725         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
10726         .ly image examples.
10727
10728         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
10729         in layer 0 too.
10730
10731         * scm/define-context-properties.scm
10732         (all-user-translation-properties): add tieWaitForNote
10733
10734         * scm/define-grobs.scm (all-grob-descriptions): add
10735         Tie_column::before_line_breaking
10736
10737         * lily/tie.cc (get_column_rank): new function
10738
10739         * lily/tie-column.cc (before_line_breaking): new function.
10740         (werner_directions): take into account ties that start on
10741         different columns.  
10742
10743         * lily/score-engraver.cc (set_columns): move add_column() so we
10744         have column rank available.
10745
10746         * lily/tie.cc (get_column_rank): new function.
10747
10748         * input/regression/utf8.ly (japanese): add japanese lyrics.
10749
10750         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
10751
10752         * THANKS: add Steve D
10753
10754         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
10755         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
10756
10757 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
10758
10759         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
10760         to show harmonic notes
10761         * scm/define-markup-commands.scm: in \markup-by-number
10762         "dots-dot" -> "dots.dot" to show dotted notes
10763
10764 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10765
10766         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
10767
10768         * flower/memory-stream.cc (writer): new file.
10769
10770         * configure.in: add endian test.
10771
10772 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
10773
10774         * Documentation/user/examples.itely: small
10775         simplification/beautification
10776
10777         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
10778         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
10779         notation manual.
10780
10781         * lily/mensural-ligature.cc: bugfix: another few victims of the
10782         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
10783
10784         * ly/gregorian-init.ly: commit some experimental code for hi-level
10785         ligature input language lying around here for several months.
10786
10787         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
10788         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
10789
10790         * lily/vaticana-ligature-engraver.cc: bugfix: another few
10791         "x-y-z"->"x.y.s-z" fixes.
10792
10793 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10794
10795         * scm/framework-pdf.scm (scm): new file
10796
10797         * lily/include/pdf.hh (class Pdf_file): new file.
10798
10799         * lily/pdf.cc (write_trailer): new file.
10800
10801 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
10802
10803         * input/regression/color.ly: new file
10804
10805         * lily/stencil.cc (interpret_stencil_expression):
10806         when a color expression is encountered: save current color,
10807         process the rest of the expression, and restore previous color.
10808
10809         * lily/system.cc (get_line): check all grobs for color property and
10810         prepare the stencil scheme expressions for further processing.
10811         Fix layer-loop.
10812
10813         * scm/define-grob-properties.scm: introduce the color property.
10814
10815         * scm/output-lib.scm: color helper functions.
10816
10817         * scm/output-ps.scm: introduce setcolor/resetcolor.
10818
10819 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
10820
10821         * ly/*.ly, input/regression/*.ly: Added missing \version
10822         statements in some files.
10823
10824 2005-02-15  Graham Percival  <gperlist@shaw.ca>
10825
10826         * Documentation/user/notation.itely: minor editing.
10827
10828         * Documentation/user/converters.itely: updated convert-ly bugs.
10829
10830         * Documentation/user/lilypond-book.itely: add info about using
10831         feta characters in latex.
10832
10833 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10834
10835         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
10836
10837 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10838
10839         * scm/define-grob-properties.scm (all-user-grob-properties):
10840         removed 'dashed property.
10841
10842 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10843
10844         * scm/lily.scm (define-safe-public): new macro for defining
10845         variables that can be used in --safe mode. Use it in *.scm
10846         instead of manually setting safe-objects in safe-lily.scm.
10847
10848 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10849         
10850         * lily/slur.cc: Slur-dash patch by Bertalan.
10851
10852         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
10853
10854         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
10855
10856 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10857
10858         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
10859
10860 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10861
10862         * mf/GNUmakefile: teTeX-3.0 install fix.
10863
10864         * Cygwin patch from Bertalan.
10865
10866         * stepmake/stepmake/metafont-rules.make: Remove bashism.
10867
10868 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10869
10870         * GNUmakefile.in: 
10871         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
10872
10873         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
10874         2.0.x compatibility.
10875
10876 2005-02-08  Werner Lemberg  <wl@gnu.org>
10877
10878         * mf/feta-din-code.mf: Format; clean up code.
10879         Replace `---' with `--' plus explicit path directions.
10880         (linethickness#, stafflinethickness#): Remove.
10881         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
10882         ("dynamic s"): Improve shape.
10883         ("dynamic p"): Improve shape.
10884         Replace `draw' with better outline approximation.
10885         ("dynamic r"): Improve shape.
10886         Don't call `fill' and `draw' at the same time.
10887
10888 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10889
10890         * SConstruct (symlink):
10891         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
10892         build fix: add enc symlink.
10893
10894         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
10895
10896         Support for DESTDIR besides prefix=/foo
10897
10898         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
10899
10900         * stepmake/stepmake/*.make:
10901         * */GNUmakefile:
10902         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
10903
10904         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
10905
10906         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
10907         mawk in fontforge (date) test.
10908
10909 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10910
10911         * scm/font.scm (make-century-schoolbook-tree): add NCS as
10912         font-family=roman. Add Luxi Sans as sans
10913
10914 2005-02-07  Graham Percival  <gperlist@shaw.ca>
10915
10916         * Documentation/user/notation.itely: add warning about
10917         percent repeats and Voice contexts.
10918
10919         * Documentation/user/lilypond-book.itely: clarified the
10920         necessity of dvips -u arguments.
10921
10922 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
10923
10924         * THANKS: Added a bunch of bug hunters.
10925
10926 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10927
10928         * scm/framework-ps.scm (output-preview-framework): bugfix.
10929
10930         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
10931         o/ for chord modifier..
10932
10933         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
10934
10935         * lily/drum-note-performer.cc:  remove unused (thanks Michael
10936         Welsh Duggan). 
10937
10938 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10939
10940         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
10941
10942         * ly/titling-init.ly: Do not also print intstrument in header on
10943         first page.  Do not print page number on first and only page.
10944
10945 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10946
10947         * input/regression/*.ly: remove old-relative everywhere
10948
10949         * lily/music-sequence.cc (simultaneous_relative_callback): do
10950         what-if analysis on copy, not on original. Fixes old-relative
10951         compatibility.
10952
10953         * scm/backend-library.scm (postscript->png): space before
10954         --verbose.
10955         
10956 2005-02-05  Werner Lemberg  <wl@gnu.org>
10957
10958         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
10959         is defined.
10960
10961         * mf/feta-alphabet.mf: Define `staffsize#'.
10962         Include `feta-params.mf'.
10963         s/staffheight/design_size/.
10964
10965         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
10966
10967         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
10968
10969         * mf/feta-nummer-code.mf: Reformatted.
10970         (draw_six): Use outline intersection to avoid a self-intersecting
10971         path.
10972         ("Numeral comma"): Fix serious outline glitches.  This slightly
10973         changes the glyph shape.
10974         ("Numeral dash"): Use `draw_rounded_block'.
10975         ("Numeral dot"): Use `drawdot'.
10976         ("Numeral 1"): Assure identical tangent directions for the
10977         intersection points of paths.  The glyph shape improvement is only
10978         visible at very high magnifications.
10979         ("Numeral 2"): Use `solve' macro to make the lower right part of
10980         the glyph outline touch the x axis exactly.  This changes the
10981         glyph shape.
10982         Minor fixes for better overlap removal support.
10983         ("Numeral 4"): Make lefter corner `rounder'.
10984         ("Numeral 5"): Assure identical tangent directions for the
10985         intersection points of paths.  This improves the glyph shape at
10986         high magnifications.
10987         ("Numeral 7"): Use `solve' macro to make the upper right part of
10988         the glyph outline touch the metrics box exactly.  This changes the
10989         glyph shape.
10990         Avoid corner in the upper left part of the glyph (causing a minor
10991         shape change).
10992
10993         * mf/feta-ital-*.mf: Removed.  Unused.
10994
10995 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10996
10997         * VERSION (PATCH_LEVEL): release 2.5.11
10998
10999         * input/regression/fill-line-test.ly: new file.
11000
11001         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
11002         emmentaler name, eg. emmentaler-23. 
11003
11004 2005-02-04  Christian Hitz  <chhitz@gmx.net>
11005
11006         * scm/scm/define-markup-commands.scm (fill-line): rework for better
11007         alignment with centered texts
11008
11009         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
11010         list of paddings
11011
11012 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11013
11014         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
11015
11016         * lily/note-column.cc (translate_rests): call flush_extent_cache()
11017         of parents when translating rests. Fixes: c-chord-rest.ly 
11018
11019         * lily/include/dimension-cache.hh (struct Dimension_cache): add
11020         dimension_callback_ member.
11021
11022         * lily/grob.cc (flush_extent_cache): new function. Force recompute
11023         of extents.
11024
11025 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11026
11027         * all but lily/*: The grand 2004/2005 replace.
11028
11029 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11030
11031         * lily/*: add space after ,  
11032
11033         * scm/music-functions.scm (has-request-chord): don't use
11034         ly:music-name anywhere. Fixes <<\\>> notation. 
11035
11036         * scm/define-markup-commands.scm (box): use font-size for
11037         padding. Fixes boxed-rehearsal-marks.ly
11038
11039         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
11040         identifier definition too, so foo = \lyrics { ...   } bar = #1
11041         doesn't complain about "bar" being LYRICS_STRING.
11042
11043         * lily/paper-def.cc (find_pango_font): new routine; Store
11044         pango_fonts in hash tab too. This is necessary for retrieving
11045         Pango_fonts::physical_font_tab() later on.
11046  
11047         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
11048         crash if psname is null.
11049
11050         * lily/lily-guile.cc (ly_hash2alist): new function
11051
11052         * Documentation/user/changing-defaults.itely (Text encoding):
11053         rewrite. 
11054
11055         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
11056         -> font_filename mapping.
11057
11058         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
11059         ly_pango_font_physical_fonts
11060
11061         * scm/framework-ps.scm (supplies-or-needs): extract names from
11062         physical Pango_fonts.
11063
11064         * utf8.ly: new file.
11065
11066 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11067
11068         * Documentation/user/changing-defaults.itely (Page layout): add
11069         doco about systemSeparatorMarkup.
11070
11071         * scm/page-layout.scm (default-page-make-stencil): add-to-page
11072         function.
11073         (default-page-make-stencil): insert system separators.
11074
11075         * scm/define-markup-commands.scm (hcenter): add
11076         (beam): add.
11077
11078 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11079
11080         * scm/output-ps.scm (ez-ball): reinstate ez notation.
11081
11082 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11083
11084         * lily/main.cc: Spell backend consistently.  Sort options.
11085
11086 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11087
11088         * scripts/lilypond-book.py (Module): revert @include.
11089         
11090 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
11091
11092         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
11093         Bugfix: @include .tex (not .texi).  Small cleanups.
11094
11095         * stepmake/bin/add-html-footer.py (i18n): New function.
11096
11097 2005-01-31  Werner Lemberg  <wl@gnu.org>
11098
11099         * mf/feta-nummer.mf: Removed.  Unused.
11100
11101 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11102
11103         * lily/ : 2004 -> 2005 s&r
11104
11105         * scm/file-cache.scm (cached-file-contents): add file. Read each
11106         file only once.
11107
11108         * scm/font.scm (add-pango-fonts): change order. Medium weight is
11109         now default.
11110
11111         * VERSION: release 2.5.10
11112         
11113         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
11114
11115         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
11116
11117         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
11118         that both X and Y extents of bbox are non-nil.
11119
11120 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11121
11122         * scm/chord-name.scm (alteration->text-accidental-markup): change
11123         - to . 
11124
11125         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
11126
11127         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
11128
11129         * Documentation/user/invoking.itely (Invoking lilypond): add note
11130         about EPS backend.
11131
11132         * scm/framework-eps.scm: new file: create per-system/per-page EPS
11133         files for inclusion in lilypond-book document.
11134
11135         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
11136
11137         * input/tutorial/lbook-texi-test.texi: new file.
11138
11139         * scm/safe-lily.scm (safe-objects): add
11140         {begin,end}-of-line-(in)?visible as safe.
11141  
11142 2005-01-30  Graham Percival  <gperlist@shaw.ca>
11143
11144         * Documentation/user/changing-defaults.itely: fixed example
11145         of (dynamics).
11146
11147 2005-01-29  Graham Percival  <gperlist@shaw.ca>
11148
11149         * lily/main.cc: fix info about -o=FILE.
11150
11151 2005-01-29  Werner Lemberg  <wl@gnu.org>
11152
11153         * mf/feta-toevallig.mf ("Natural"): Completely changed the
11154         construction to assure smooth transition from straight to curved
11155         lines.
11156
11157 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11158
11159         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
11160         stencils.
11161
11162         * ps/lilyponddefs.ps: add start-page, start-system doesn't
11163         translate to top of page. Fixes alignment problems of
11164         lilypond-generated EPS files.
11165
11166 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11167
11168         * scm/part-combiner.scm (analyse-spanner-states): trigger on
11169         crescendo-end as well, since Decrescendo maybe ended with Stop
11170         Crescendo.). Fixes: partcombine-diminuendo.ly
11171
11172         * scm/script.scm (default-script-alist): swap portato symbols.
11173
11174         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
11175
11176         * lily/paper-outputter-scheme.cc (LY_DEFINE):
11177         ly:outputter-port. New function.
11178
11179         * scm/framework-ps.scm (output-classic-framework): dump a
11180         -systems.texi too
11181         (output-classic-framework): dump multiple systems on an "infinite"
11182         page EPS including fonts. 
11183
11184         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
11185         .eps files for both texi and tex formats. Use PNG coming from
11186         lilypond.
11187         
11188 2005-01-28  Graham Percival  <gperlist@shaw.ca>
11189
11190         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
11191
11192         * scripts/lilypond-latex.py: fix info about -o=FILE.
11193
11194 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11195
11196         * ly/generate-embedded-cff.ly: write .cff.ps files.
11197
11198         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
11199
11200         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
11201         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
11202
11203 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11204
11205         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
11206
11207 2005-01-28  Werner Lemberg  <wl@gnu.org>
11208
11209         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
11210         macros.
11211         (draw_bulb): Improved.
11212
11213         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
11214         metapost bug.
11215         (draw_pedal_P): Use soft_end_penstroke.
11216         (draw_pedal_d): Use soft_start_penstroke.
11217
11218         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
11219         path.
11220         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
11221         doesn't change the glyph shape.
11222
11223         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
11224         changing the shape) to avoid fontforge warnings.
11225
11226         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
11227         soft_end_penstroke and fix glyph shape.
11228
11229 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11230
11231         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
11232
11233 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11234
11235         * scm/define-markup-commands.scm (line): filter out empty stencils
11236         from line command.
11237
11238         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
11239         amount.
11240
11241 2005-01-27  Graham Percival  <gperlist@shaw.ca>
11242
11243         * Documentation/user/notation.itely: added info about what
11244         \voiceFoo does.  Also rewrote warning about marks at
11245         a line break.
11246
11247         * Documentation/user/changing-defaults.itely: added info
11248         about putting dynamics in parenthesis and brackets.
11249
11250 2005-01-27  Werner Lemberg  <wl@gnu.org>
11251
11252         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
11253
11254 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11255
11256         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
11257         portato-direction.ly
11258
11259         * lily/beam.cc (consider_auto_knees): add beam height to
11260         threshold. Fixes: knee-multiple-beam.ly
11261
11262         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
11263         pedal line spanners. Fixes: instrument-center-pedal.ly
11264
11265         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
11266         if encountering barline. Fixes: auto-beam-repeat.ly
11267
11268 2005-01-26  Werner Lemberg  <wl@gnu.org>
11269
11270         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
11271         overlapping.
11272
11273         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
11274         with inflections for the 1/2 sharp glyph.
11275
11276         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
11277         connection between `t' and `r'.
11278         Unify bulb with the rest of `r' to avoid grazing outlines which
11279         confuses the overlap removal algorithm of fontforge.
11280
11281         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
11282         inflections.
11283         (draw_cross): Fix shape to have uniform thickness in corners.
11284
11285         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
11286         to avoid an uneven number of self-intersections; this confuses
11287         fontforge.
11288         Fix a slight bug in the shape at left bottom (which is visible only
11289         at high magnifications).
11290         `Center' the stem horizontally to avoid overlapping.
11291
11292 2005-01-24  Werner Lemberg  <wl@gnu.org>
11293
11294         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
11295         to `asis'.
11296         (fet_begingroup): Save group name in string `feta_group'.
11297         (fet_endgroup): Updated.
11298         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
11299
11300         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
11301
11302         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
11303         in metapost.
11304
11305 2005-01-24  Graham Percival  <gperlist@shaw.ca>
11306
11307         * Documentation/user/notation.itely: really minor editing.
11308
11309 2005-01-22  Graham Percival  <gperlist@shaw.ca>
11310
11311         * Documentation/user/examples.itely: minor editing.
11312
11313         * Documentation/user/changing-defaults.itely: minor editing.
11314
11315         * Documentation/user/notation.itely: clarified info on polyphony
11316         and \addlyrics.
11317
11318 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11319
11320         * scm/output-gnome.scm: 
11321         * scm/output-svg.scm:
11322         * scm/lily-library.scm (font-name-style): Update font name
11323         kludging for fontconfig use.
11324
11325 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
11326
11327         * scm/define-markup-commands.scm: Document right-align and
11328         larger markup commands. Remove "TODO" from the topmost comment
11329         "each markup function should have a doc string." More consistent
11330         use of new-lines.
11331
11332 2005-01-22  Graham Percival  <gperlist@shaw.ca>
11333
11334         * Documentation/user/changing-defaults: removed info about
11335         copyright symbol, since it's likely to change soon.
11336         Added info about betweensystemspace.
11337
11338         * Documentation/user/notation.itely: minor fixes.
11339
11340         * Documentation/user/lilypond.tely,
11341         Documentation/user/music-glossary.tely: changed copyright
11342         date to 2005 instead of 2004.
11343
11344         * input/test/volta-chord-names.ly: added old example back.
11345
11346 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11347
11348         * mf/feta-beugel.mf: use design size 20 (not 15).
11349
11350         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
11351         change name to aybabtu completely
11352
11353 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11354
11355         * buildscripts/gen-emmentaler-scripts.py (outdir): add
11356         design_size to fontname
11357
11358 2005-01-19  Werner Lemberg  <wl@gnu.org>
11359
11360         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
11361         mf/feta-schrift.mf: s/p/pat/ if a path variable.
11362
11363         * mf/feta-autometric.mf (set_char_box): Add code which emits
11364         specials for mf2pt1 if run with metapost.
11365         (to_bp): New macro for mf2pt1.
11366
11367 2005-01-18  Graham Percival  <gperlist@shaw.ca>
11368
11369         * Documentation/user/changing-defaults: added info on
11370         creating a copyright symbol.
11371
11372 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11373
11374         * VERSION: release 2.5.9
11375         
11376 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
11377
11378         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
11379
11380         * Documentation/user/notation.itely: Document
11381         score-override-auto-beam-setting Fix documentation for
11382         revert-auto-beam-setting.
11383
11384 2005-01-18  Werner Lemberg  <wl@gnu.org>
11385
11386         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
11387         (procset): New function to define a procset resource.
11388         (ps-embed-pfa): New function to define a font resource.
11389         (setup): New function to define a `Setup' environment.
11390         (preamble): Use new functions.
11391
11392         * ps/lilypond.defs (init-lilypond-parameters): New function to
11393         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
11394
11395 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11396
11397         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
11398
11399 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
11400
11401         * scm/define-markup-commands.scm: Change number->markletter-string
11402         to take two arguments (vector number). Add number->mark-alphabet-vector
11403         and markalphabet markup command.
11404
11405         * scm/translation-functions.scm: Add format-mark-box-alphabet,
11406         format-mark-alphabet, format-mark-box-barnumbers and
11407         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
11408
11409 2005-01-17  Graham Percival  <gperlist@shaw.ca>
11410
11411         * Documentation/user/examples.itely: add SATB automatic piano
11412         reduction template.
11413
11414         * Documentation/user/notation.itely: added info about changing
11415         partcombine texts.  Also adds examples of alternate lyrics.
11416
11417         * Documentation/user/changing-defaults.itely: added warning
11418         about \RemoveEmptyStaffContext overriding previous changes.
11419
11420 2005-01-17  Werner Lemberg  <wl@gnu.org>
11421
11422         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
11423         feta-alphabet*.
11424
11425 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11426
11427         * python/lilylib.py (make_ps_images): don't do final showpage for
11428         multi-page documents.
11429         
11430         * VERSION (MY_PATCH_LEVEL): release 2.5.8
11431
11432 2005-01-16  Graham Percival  <gperlist@shaw.ca>
11433
11434         * Documentation/user/lilypond.tely: changed order of appendices;
11435         unified index should be last.
11436
11437         * Documentation/user/notation.itely: add example of key signatures
11438         and info about Staff.printKeyCancellation.
11439
11440 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11441
11442         * lily/include/repeated-music.hh (class Repeated_music): change
11443         into "namespace" class.
11444
11445         * lily/event.cc: remove Key_change_event.
11446
11447         * lily/include/transposed-music.hh (class Transposed_music): remove.
11448
11449         * lily/transposed-music.cc: remove
11450
11451         * lily/include/relative-music.hh: remove.
11452
11453         * lily/include/music-sequence.hh (struct Music_sequence): change
11454         into "namespace" class.
11455
11456         * lily/untransposable-music.cc (Module): remove
11457
11458         * lily/include/un-relativable-music.hh (Module): remove
11459
11460         * lily/include/untransposable-music.hh (Module): remove
11461
11462         * lily/include/music-list.hh (Module): remove file
11463
11464         * lily/un-relativable-music.cc: remove file.
11465
11466 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11467
11468         * lily/parser.yy: Compile fix.
11469
11470 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11471
11472         * lily/include/music.hh (class Music): unvirtualize transpose().
11473
11474         * lily/sequential-music.cc: remove file.
11475
11476         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
11477
11478         * lily/slur-scoring.cc (get_best_curve): only switch on
11479         DEBUG_SLUR_SCORING for non NDEBUG builds.
11480
11481         * lily/include/music.hh (class Music): replace Music::start_mom()
11482         by start-callback property
11483
11484         * lily/include/grace-music.hh: remove file. 
11485
11486         * lily/stem.cc (height): robustness fix.
11487
11488         * lily/time-scaled-music.cc: remove file.
11489
11490         * lily/include/music.hh (class Music): include SCM init argument.
11491         (class Music): replace Music::get_length() virtual by
11492         length-callback property everywhere.
11493
11494         * scripts/convert-ly.py (conv): add  # to \property scalar value.
11495
11496         * mf/GNUmakefile: don't install *list.ly
11497
11498 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11499
11500         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
11501
11502 2005-01-12  Werner Lemberg  <wl@gnu.org>
11503
11504         This patch addresses the following problems in the feta sources
11505         files which contribute to the fetaXX fonts.
11506
11507         . Many fixes for rasterization at low resolutions (consistent use of
11508           `vround' and `hround', integer shift values for paths, applying
11509           `eps' for mirrored paths, use of `define_whole_pixels' and
11510           friends, etc.) -- while this probably looks like a waste of time
11511           it has revealed deficiencies in some glyph shapes.  See comment at
11512           the end of feta-params.mf how vertical symmetry is achieved.
11513
11514         . The `---' operator has been replaced everywhere with `--'; this
11515           both improves and considerably reduces the font size after
11516           conversion with mf2pt1.
11517
11518         These change aren't explicitly mentioned below since virtually all
11519         glyphs are affected.
11520
11521         Other notable differences:
11522
11523         . Glyphs from feta-accordion.mf now have charboxes around the
11524           outline.
11525
11526         . Fixed incorrect charbox for `accDot'.
11527
11528         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
11529
11530         . Fixed position of the bow in the `upprall' glyph and its siblings.
11531
11532         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
11533           dependent on the staff line thickness to avoid touching the middle
11534           staff line at smaller sizes.
11535
11536         . Largely extended output for feta-testXX: Where useful, glyphs
11537         are shown both between and on staff lines.
11538
11539
11540         * mf/feta-params.mf (staff_space_rounded,
11541         stafflinethickness_rounded, linethickness_rounded,
11542         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
11543         Update all code which uses them where appropriate.
11544         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
11545         New variables used to control rasterization at low resolutions.  Set
11546         to zero if feta code is processed with metapost.
11547
11548         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
11549         (draw_rounded_block, draw_square_block): Updated to use `--' only.
11550         (flare_path): Updated.
11551         Make it work with `filldraw' (but only circular pens).
11552         (hfloor, vfloor, hceiling, vceiling): New macros.
11553
11554         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
11555         Use `draw' again in mf mode to have good pixel dropout control.
11556         Fix intersection points of horizontal lines with circle.
11557         ("accDot"): Fix parameters for set_char_box.
11558         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
11559         control.
11560
11561         * mf/feta-banier.mf: Updated.
11562
11563         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
11564         testing.
11565         (undraw_inside_ellipse): Remove `center' argument.  Update all
11566         callers.
11567         (draw_brevis): New macro, called by "Brevis notehead".
11568         (draw_whole_triangle_head): New macro, called by "Whole
11569         trianglehead".
11570         (draw_small_triangle_head): Use `filldraw'.
11571
11572         * mf/feta-eindelijk.mf: Remove useless global group.
11573         Updated.
11574
11575         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
11576         `filldraw'.
11577
11578         * mf/feta-pendaal.mf: Updated.
11579
11580         * mf/feta-puntje.mf: Updated.
11581
11582         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
11583         less points.
11584         ("Flageolet"): Use `draw' again in mf mode to have good pixel
11585         dropout control.
11586         ("Varied Coda"): Use `draw_block'.
11587         (draw_comma): Fix typo.
11588         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
11589         pixel dropout control.
11590
11591         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
11592         position of bow.
11593
11594         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
11595         sizes.
11596
11597         * mf/feta-toevallig.mf (remember_pic): New variable, used for
11598         testing.
11599         (draw_meta_sharp): Much simplified.
11600         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
11601
11602         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
11603
11604 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11605
11606         * Documentation/user/notation.itely (Ancient rests): Fix typo
11607         (thanks Anthony)
11608
11609 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11610
11611         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
11612
11613         * lily/main.cc (setup_paths): Add cff.
11614
11615         * mf/GNUmakefile (foe): Include actual target %.cff.
11616         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
11617
11618 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11619
11620         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
11621         suffix for main_input_b_.
11622
11623         * scm/music-functions.scm (toplevel-music-functions):
11624         precompute music lengths for music expressions.  
11625
11626 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11627
11628         * lily/include/input.hh (class Input): new `end_' slot for end of
11629         input. Renamed defined_str0_ to start_.
11630
11631         * lily/input.cc (Input): Add Input::Input (Input const &) and
11632         remove Input::Input (Source_file*, char const *). Use the new
11633         slots.
11634         (set_location): method used by bison to propagate input
11635         locations (YYLLOC_DEFAULT).
11636         (end_line_number, end_column_number, step_forward): new methods
11637         
11638         * lily/input-scheme.cc (ly:input-both-locations): new function,
11639         similar to ly:input-location, but also return the end line and
11640         column.
11641
11642         * lily/include/includable-lexer.hh: 
11643         * lily/includable-lexer.cc: 
11644         * lily/include/lily-lexer.hh (class Lily_lexer): 
11645         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
11646         Includable_lexer to Lily_lexer, in order to update lexloc (the
11647         yylloc), a new slot of Lily_lexer.
11648         (here_input, LexerError): simplify by using the lexloc slot (aka
11649         yylloc)
11650
11651         * lily/lexer.ll: #define yylloc to use input locations (it may
11652         be useless here?). Fixed the #embedded_scm rule (step the location
11653         forward in order to skip the sharp sign before parsing the scheme
11654         expression)
11655
11656         * lily/include/lily-parser.hh (class Lily_parser): 
11657         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
11658         here_input()
11659         (parser_error): overload for more precise locations of errors.
11660
11661         * lily/parser.yy (YYLTYPE): set location type to Input
11662         (YYLLOC_DEFAULT): use Input::set_location()
11663         (yylex): add the YYLTYPE* location parameter.
11664         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
11665         Give an Input parameter to THIS->parser-error() for more accurate
11666         messages.
11667
11668 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11669
11670         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
11671
11672         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
11673         on BEAMQUANTING for non-NDEBUG builds.
11674
11675         * lily/stem.cc (head_count): performance: avoid String::String()
11676         inside oft called function.
11677
11678 2005-01-09  Graham Percival  <gperlist@shaw.ca>
11679
11680         * Documentation/user/examles.itely: attempted fix for broken
11681         string quartet template.
11682
11683         * Documentation/user/notation.itely: remove unnecessary broken
11684         link.
11685
11686 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11687
11688         * VERSION (PACKAGE_NAME): release 2.5.7
11689
11690 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11691
11692         * config.make.in (METAFONT): Append -progname=mf, fixes use with
11693         mf-nowin for teTeX-3.0.  Backportme.
11694
11695         * scm/output-svg.scm (utf8-string): New function.
11696
11697         * scm/output-gnome.scm (utf8-string): New function.
11698         (otf-name-mangling): Remove.
11699
11700         * lily/pango-font.cc (Pango_font): Use font string iso font
11701         filename for utf8-text.
11702
11703         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
11704         name.
11705
11706 2005-01-08  Graham Percival  <gperlist@shaw.ca>
11707
11708         * Documentation/user/notation.itely: add info about
11709         Staff.extraNatural = ##f in Pitches section.  Also
11710         fixed some minor issues in the Vocal music section.
11711
11712 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11713
11714         * scm/output-ps.scm (white-text): comment out Helvetica font,
11715         which is broken for my GS install.
11716
11717         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
11718         which provides a tighter bbox.
11719
11720         * scm/define-grobs.scm (all-grob-descriptions): remove all
11721         extra-offsets from definitions.
11722
11723 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
11724
11725         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
11726         add tuning for 4-string bass and some common 4/5-string banjo
11727         tunings.  New function (four-string-banjo) turns a 5-string tuning
11728         into a 4-string tuning.  New function
11729         (fret-number-tablature-format-banjo) computes correct fret numbers
11730         on 5-string banjos.
11731
11732         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
11733         Add beam correction to TabVoice.
11734
11735         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
11736         using bold font; makes tabs more readable.
11737
11738 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11739
11740         * lily/font-select.cc (get_font_by_design_size): don't make
11741         Modified_font_metric; this causes trouble, since we don't know the
11742         font magnification from inside Pango_font::text_stencil()
11743
11744         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
11745
11746         * Documentation/user/notation.itely (The Lyrics context): comment out
11747         broken {Small ensembles} link.
11748
11749         * scm/framework-svg.scm (output-framework): change calling convention.
11750
11751         * lily/object-key-dumper-scheme.cc: new file.
11752
11753         * lily/object-key-undumper-scheme.cc: new file.
11754
11755         * lily/tweak-registration-scheme.cc: new file.
11756
11757         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
11758
11759         * Documentation/user/examples.itely (String quartet): uncomment
11760         broken example.
11761
11762         * lily/font-config.cc: new file.
11763
11764 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11765
11766         * scm/output-svg.scm: 
11767         * scm/output-gnome.scm: s/bigcheese/emmentaler.
11768
11769         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
11770
11771 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11772
11773         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
11774         Add headers.
11775
11776         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
11777
11778 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11779
11780         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
11781
11782         * lily/include/main.hh: lose _b hungarian suffixes for global
11783         variables.
11784
11785         * lily/include/lily-guile-macros.hh: new file.
11786
11787         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
11788
11789         * lily/general-scheme.cc: new file. 
11790
11791         * lily/font-select.cc (get_font_by_design_size): retrieve
11792         PangoFont for (designsize . "pango-descr") entries.
11793
11794         * lily/lily-parser-scheme.cc: new file.
11795
11796         * lily/output-def-scheme.cc: new file.
11797
11798         * lily/paper-book-scheme.cc: new file.
11799
11800         * lily/duration-scheme.cc (LY_DEFINE): new file.
11801
11802         * lily/pitch-scheme.cc:  new file.
11803
11804         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
11805
11806 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11807
11808         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
11809
11810 2005-01-06  Graham Percival  <gperlist@shaw.ca>
11811
11812         * Documentation/user/notation.itely: minor editing.
11813
11814         * Documentation/user/changing-defaults: minor editing.
11815
11816         * Documentation/user/examples.itely: add template for
11817         string quartet part extraction; demonstrates tag.
11818
11819 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
11820
11821         * Documentation/user/notation.itely: documents
11822         format-mark-box-letters and format-mark-box-numbers
11823
11824         * scm/define-context-properties.scm: change comment.
11825
11826 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11827
11828         * scm/framework-ps.scm (output-classic-framework): new function:
11829         dump systems as separate .eps files (without fonts) and write a
11830         single collecting .tex file.
11831
11832 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11833
11834         * Documentation/user/notation.itely (Setting simple songs):
11835         Correct several errors in the equivalent formulation of
11836         \addlyrics. 
11837         (The Lyrics context): Corrected link to the SATB example.
11838
11839 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11840
11841         * scm/lily.scm (completize-formats): new function
11842         (postprocess-output): new function
11843
11844         * lily/paper-book.cc (classic_output): change calling
11845         convention. Give basename as first argument. 
11846         remove Paper_book::post_processing().
11847
11848         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
11849
11850 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11851
11852         * lily/paper-outputter.cc (LY_DEFINE): new function
11853         ly:outputter-close.
11854
11855         * lily/main.cc: change --format,-f to --backend,-b
11856
11857         * lily/include/main.hh: rename format to backend.
11858
11859         * scm/translation-functions.scm (format-mark-box-numbers): add.
11860         patch by Erlend Aasland
11861
11862 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11863
11864         * lily/pango-font.cc (text_stencil): dump string as
11865         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
11866
11867 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11868
11869         * configure.in (gui_b): Remove handy developer-only
11870         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
11871         CVS source installations (but break other non-default but correct
11872         PKG_CONFIG_PATH setups), as this is no longer developer-only.
11873
11874         * SConstruct: 
11875         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
11876         compatibility (backportme).
11877
11878         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
11879
11880 2005-01-03  Werner Lemberg  <wl@gnu.org>
11881
11882         Prepare glyph shapes for mf2pt1 conversion.
11883
11884         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
11885         (accDiscant, accFreebase, accStdbase): Replace `draw' with
11886         `penstroke'.
11887         (accDot): Use `drawdot'.
11888         (accBayanbase): Replace `draw' with `draw_gridline'.
11889         (print_penpos): Moved to feta-macros.mf.
11890         (accOldEE): Replace `filldraw' with `penstroke'.
11891         Replace `draw' with `penstroke' and `drawdot'.
11892
11893         * mf/feta-banier.mf: Code clean-up.
11894         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
11895         `fill'.
11896
11897         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
11898
11899         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
11900         paremeter to control drawing of labels.  Update all callers.
11901
11902         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
11903         (new_bulb): Return a bulb as a single path.  To do that, it now
11904         takes some more parameters.  Updated all callers.
11905         (draw_gclef): Major clean-up.  `draw' has been replaced with
11906         `penstroke', unnecessary outlines have been removed.
11907         Remove (unused) gnome-canvas code.
11908
11909         * mf/feta-macros.mf (print_penpos): New macro (from
11910         feta-accordion.mf).
11911         Other minor fixes.
11912
11913         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
11914         ("Pedal dot"): Use `drawdot'.
11915         (draw_pedal_P): Add parameter to control drawing of labels.  Update
11916         all callers.
11917         Fix shape at top.
11918         (draw_pedal_e): Add parameter to control drawing of labels.  Update
11919         all callers.
11920         (draw_pedal_d): Add parameter to control drawing of labels.  Update
11921         all callers.
11922         Revert drawing direction.
11923
11924         * mf/feta-schrift.mf (draw_fermata): Use single path.
11925         (draw_short_fermata): Replace `filldraw' with `fill'.
11926         (draw_long_fermata, draw_very_long_fermata): Replace calls to
11927         `draw_rounded_block' with a single path.
11928         ("Thumb"): Draw full circle instead of mirroring segments.
11929         (draw_accent): New macro.
11930         ("> accent", "espr"): Use it.
11931         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
11932         ("open (unstopped)"): Draw full circle instead of mirroring
11933         segments.
11934         (draw_vee): Removed.
11935         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
11936         ("Downbow"): Replace calls to `draw_rounded_block' with a single
11937         path.
11938         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
11939         partial pieces drawn with `fill' -- these do still overlap with the
11940         stem of the `t' but just once, not multiple times so that fontforge
11941         can handle it gracefully.
11942         Change other parts of the glyph so that fontforge's overlapping
11943         algorithm reliably works.
11944         (draw_heel): Replace `draw' with `fill'.
11945         (draw_toe): Use `draw_accent' instead of `draw_vee'.
11946         ("Flageolet"): Replace `draw' with `penstroke'.
11947         ("Segno"): Replace `filldraw' with `penstroke'.
11948         Replace `draw' with `drawdot'.
11949         ("Coda"): Replace `fill' with `penstroke', using a single path.
11950         ("Varied Coda"): Use less overlapping paths.
11951         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
11952         single path.
11953
11954         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
11955         group to better control the `labels' command.
11956         Rename argument to `offset' and use it actually.  Update all
11957         callers.
11958         Replace `filldraw' with `fill'.
11959         ("mordent", "prallmordent", "upmordent", "downmordent",
11960         "lineprall"): Replace `draw' with `draw_gridline'.
11961         ("upprall", "downprall"): Replace `draw' with `fill'.
11962
11963         * mf/feta-timesig.mf: Formatting.
11964
11965         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
11966         to...
11967         ("Flat"): Here.
11968         (draw_paren): Move code to draw labels to...
11969         ("Right Parenthesis"): Here.
11970
11971 2005-01-02  Graham Percival <gperlist@shaw.ca>
11972
11973         * Documentation/user/notation.itely: add example of \setTextDecresc
11974         and \setTextDim.
11975
11976 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
11977
11978         * scm/define-markup-commands.scm :  fix glyph-strings of
11979         accidentals and \note-by-number
11980
11981 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11982
11983         * VERSION: 2.5.6 released.
11984         
11985         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
11986
11987         * input/regression/new-markup-scheme.ly: oops. font-family=music
11988         -> font-encoding fetaMusic.  
11989
11990         * lily/main.cc: put default to PS.
11991
11992         * lily/tfm.cc: idem.
11993
11994         * lily/afm.cc: idem.
11995
11996         * lily/include/modified-font-metric.hh (struct
11997         Modified_font_metric): remove coding_scheme() method.
11998
11999         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
12000
12001         * scripts/convert-ly.py (conv): crash on encountering \encoding.
12002
12003         * input/les-nereides.ly: convert to utf8
12004
12005         * lily/modified-font-metric.cc (text_dimension): idem.
12006
12007         * lily/parser.yy (TODO): idem.
12008
12009         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
12010
12011         * lily/lexer.ll: remove encoding
12012
12013         * scm/framework-ps.scm (output-variables): separately scale the
12014         page to mm 
12015
12016         * lily/pango-font.cc (Pango_font): fix scaling.
12017
12018         * lily/font-metric.cc (design_size): design_size returns a
12019         dimension now as well.
12020
12021 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12022
12023         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
12024         brace generation. 
12025
12026         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
12027
12028 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12029
12030         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
12031         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
12032
12033 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12034
12035         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
12036         in first run as well.
12037
12038         * scm/paper.scm (layout-set-staff-size): use text-font-size in
12039         dimension less points (ie. 12 = 12 point)
12040
12041         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
12042
12043         * lily/all-font-metrics.cc (find_pango_font): set description_
12044
12045         * lily/pango-font.cc (text_stencil): export size as well.
12046         (text_stencil): fix scaling and extents box.
12047
12048 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12049
12050         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
12051
12052         * Documentation/user/invoking.itely (Invoking lilypond): document
12053         texstr
12054
12055         * scripts/convert-ly.py (conv): add ancient rules.
12056
12057         * scm/clef.scm (c0-pitch-alist): replace - with .
12058
12059         * scripts/lilypond-book.py (process_snippets): add texstr support.
12060
12061         * scm/framework-texstr.scm (header): change extension to .textmetrics
12062
12063         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
12064         -f tex.
12065
12066         * lily/text-metrics.cc: new file.
12067         (try_load_text_metrics): new function
12068
12069         * lily/include/text-metrics.hh: new file.
12070
12071 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12072
12073         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
12074         ly_scheme_function to ly_lily_module_constant.
12075
12076         * lily/modified-font-metric.cc (text_dimension): try
12077         lookup_tex_text_dimension() first.
12078
12079         * lily/tfm.cc: new function ly:load-text-dimensions
12080
12081 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12082
12083         * scm/output-texstr.scm (text): use \lilygetmetrics
12084
12085         * scm/framework-texstr.scm (header): dump in new format.
12086
12087         * tex/lilypond-tex-metrics: new file.
12088         
12089 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12090
12091         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
12092         mapping.
12093         (index_to_charcode): New method.
12094
12095         * scm/output-ps.scm (glyph-string): 
12096         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
12097
12098 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
12099
12100         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
12101         implement fully, need FONT to get to charcode.
12102
12103         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
12104
12105         * scm: Cleanups.
12106
12107         * Documentation/user/changing-defaults.itely: Fix internalsrefs
12108         {Tunable context properties},
12109         {All layout objects},
12110         {Music definitions}.
12111
12112 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12113
12114         * VERSION: release 2.5.5
12115         
12116         * lily/main.cc: use TeX as default output format.
12117
12118         * flower/file-path.cc (find): try to open directly as well, so we
12119         find absolute path files. 
12120
12121         * lily/pango-select.cc: new file.
12122
12123         * scm/framework-ps.scm: remove all encoding code. 
12124         load pfb/pfa for PangoFont too.
12125         
12126         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
12127
12128 2004-12-22  Werner Lemberg  <wl@gnu.org>
12129
12130         Prepare glyph shapes for mf2pt1 conversion.
12131
12132         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
12133
12134         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
12135         (define_triangle_shape): Use it to replace `draw' with `fill' and
12136         `unfill'.  Update all callers.
12137         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
12138         (draw_cross): Ditto.
12139         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
12140         Use penrazor for better conversion with mf2pt1.
12141         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
12142         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
12143         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
12144         draw_la_head, draw_ti_head): Replace `filldraw' with
12145         `fill'.  Update all callers.
12146
12147 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12148
12149         * lily/paper-book.cc (output): revert: only allow a single output
12150         format.
12151
12152         * lily/include/pango-font.hh: new file.
12153
12154         * lily/pango-font.cc: new file.
12155
12156         * lily/font-metric.cc (text_stencil): new routine
12157
12158         * lily/all-font-metrics.cc (find_pango_font): new routine.
12159
12160         * lily/include/font-metric.hh (struct Font_metric): add
12161         text_stencil()
12162
12163         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
12164
12165 2004-12-22  Werner Lemberg  <wl@gnu.org>
12166
12167         Prepare glyph shapes for mf2pt1 conversion.
12168
12169         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
12170
12171         * mf/feta-toevallig.mf: Formatting.
12172         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
12173         ("Natural"): Fix paths to allow better postprocessing.
12174         (draw_meta_flat): Use `z3l' as additional point in path to get
12175         better conversion with mf2pt1.
12176         Other minor cleanups.
12177         ("3/4 Flat"): Add auxiliary points and modify path to replace
12178         `draw' with `fill'.
12179         ("Double Sharp"): Mirror path segments instead of picture elements
12180         to get a single outline.
12181         Modify path to replace `filldraw' with `fill'.
12182
12183 2004-12-22  Graham Percival  <gperlist@shaw.ca>
12184
12185         * input/test/unfold-all-repeats.ly: added file back.
12186
12187         * Documentation/user/notation.itely,
12188         Documentation/user/programming-interface.itely
12189         Documentation/user/changing-defaults.itely: fixed misc broken
12190         links to input/test/ files.
12191
12192 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12193
12194         * tex/texinfo.tex: Update.  We should not be distributing this,
12195         but since we do, use latest version.
12196
12197         * Documentation/user/macros.itexi: Comment-out \fetaflat,
12198         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
12199         macros for feta glyphs.
12200
12201 2004-12-22  Graham Percival  <gperlist@shaw.ca>
12202
12203         * Documentation/user/changing-defaults.itely: fix index for set.
12204
12205         * Documentation/user/converters.itely: added convert-ly bugs list
12206         from CVS.
12207
12208 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12209
12210         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
12211         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
12212         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
12213         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
12214
12215         * mf/GNUmakefile (pfa_warning): Use less broken check.
12216
12217         * python/lilylib.py (setup_environment): Remove cruft from
12218         GS_FONTPATH.
12219
12220         * configure.in: Bump mftrace requirement to 1.1.1.
12221
12222 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12223
12224         * scm/output-svg.scm (beam): Use polygon.
12225
12226         * scm/lily-library.scm: Bugfix.
12227
12228         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
12229
12230         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
12231
12232 2004-12-19  Werner Lemberg  <wl@gnu.org>
12233
12234         Prepare glyph shapes for mf2pt1 conversion.
12235
12236         * mf/feta-eindelijk: Some formatting.
12237         (multi_rest_x, multi_beam_height): Removed.  Unused.
12238         ("Quarter rest"): Use `intersectiontimes' to create a single
12239         outline.
12240         (rest_crook): Removed.  Unused.
12241         (draw_rest_bulb): Return path (without filling).  Update callers.
12242         Simplified.
12243         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
12244         "128th rest"): Simplify `pat'.
12245         Create single outline.
12246
12247 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
12248
12249         * mf/GNUmakefile (ALL_GEN_FILES):
12250         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
12251
12252         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
12253         function.
12254
12255 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12256
12257         * scm/output-texstr.scm (placebox): add routine
12258
12259         * VERSION (PACKAGE_NAME): release 2.5.4
12260
12261         * scm/framework-texstr.scm (output-framework): new file.  
12262
12263         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
12264         processing.
12265
12266         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
12267
12268         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
12269         rule.
12270
12271         * configure.in (gui_b): bump mftrace requirement to 1.1.0
12272
12273         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
12274
12275         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
12276
12277 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
12278
12279         * scm/framework-svg.scm (dump-page): Implement landscape.
12280
12281 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12282
12283         * lily/main.cc (setup_paths): Add svg to search path.
12284
12285         * scm/output-svg.scm:
12286         * scm/framework-svg.scm: Add pageSet.  Update.
12287         (dump-fonts): New function.
12288         (output-framework): Use it.
12289
12290         * mf/GNUmakefile: 
12291         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
12292
12293 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12294
12295         * tex/lilyponddefs.tex: comment out new ifpdf code.
12296
12297 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12298
12299         * GNUmakefile.in: 
12300         * SConstruct (symlink): Replace afm by otf.
12301
12302         * scm/framework-gnome.scm (gnome-main): Remove invocation of
12303         ly:pango-add-afm-decoder.
12304
12305         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
12306
12307 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12308
12309         * scm/output-ps.scm (new-text): don't access t glyph for getting
12310         space dimension.
12311
12312         * ly/init.ly: warn about \version
12313
12314         * lily/lexer.ll: set version-seen?
12315
12316 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12317
12318         * scm/output-svg.scm (string->entities): Update.
12319
12320 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12321
12322         * lily/main.cc (setup_paths): replace afm by otf for path. 
12323
12324         * lily/pangofc-afm-decoder.cc: remove.
12325
12326         * lily/include/pangofc-afm-decoder.hh: remove.
12327
12328         * scm/framework-scm.scm (output-framework): new file.
12329
12330         * mf/GNUmakefile: remove SAUTER_FONTS.
12331         remove SVG/sodipodi hacks.
12332
12333         * scm/lily-library.scm (stderr): move stderr.
12334
12335         * mf/GNUmakefile: remove AFM support.
12336
12337         * buildscripts/mf-to-table.py (base): remove AFM support.
12338
12339         * lily/open-type-font.cc (design_size): use design_size
12340
12341 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
12342
12343         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
12344
12345 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12346
12347         * mf/GNUmakefile: Generate combined aybabtu info.
12348         * mf/aybabtu.pe.in (i): Load it.
12349
12350         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
12351         are not symbols.
12352
12353         * lily/include/open-type-font.hh (count): New method.
12354
12355         * mf/aybabtu.pe.in: Typo.
12356
12357         * Documentation/user/out/lilypond-internals.nexi (Scheme
12358         functions): Typo.
12359
12360         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
12361
12362 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12363
12364         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
12365         subfonts.
12366
12367         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
12368
12369         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
12370         (tex-font-command-raw): new function.
12371
12372         * lily/include/virtual-font-metric.hh (Module): remove file
12373
12374         * lily/virtual-font-metric.cc (Module): remove file.
12375         
12376
12377         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
12378         (get_indexed_char): read bbox from lily table if present.
12379
12380 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12381
12382         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
12383         aybabtu.subfonts
12384
12385         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
12386         global glyphname. Enables more than 64 glyphs in the OTF.
12387
12388 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12389
12390         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
12391         braces.
12392
12393         * lily/open-type-font.cc (design_size): Use 12 as default for
12394         design size.
12395
12396         * mf/aybabtu.pe.in: New file.  Merge all our braces.
12397
12398         * mf/GNUmakefile: Generate aybabtu.
12399
12400         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
12401
12402 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12403
12404         * scm/lily-library.scm (char->unicode-index): Remove.
12405
12406         * scm/output-gnome.scm (text): Bugfix for plain string input.
12407         Updates.
12408
12409         * scm/output-svg.scm (svg-font): Add weight to font selection.
12410
12411 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12412
12413         * Documentation/topdocs/INSTALL.texi (Top): Point to
12414         buildscripts/out/clean-fonts instead of
12415         buildscripts/clean-fonts.sh. 
12416
12417 2004-12-13  Graham Percival  <gperlist@shaw.ca>
12418
12419         * input/regression/figured-bass.ly: attempt to clarify text.
12420
12421         * Documentation/user/notation.tely: add cindex for tag, attempt to
12422         add figured bass example.
12423
12424         * Documentation/user/changing-defaults: basic editing.
12425
12426 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12427
12428         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
12429
12430         * lily/open-type-font.cc (LY_DEFINE): new function
12431         ly:font-sub-fonts
12432
12433         * lily/include/font-metric.hh (struct Font_metric): new method
12434         sub_fonts()
12435
12436         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
12437         . with - in add.stem.
12438         
12439 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12440
12441         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
12442         and fetaDynamic.
12443
12444         * lily/rest.cc (glyph_name): Change - to . .
12445
12446         * scm/output-gnome.scm (text): Hello world, again.
12447
12448         * scm/output-svg.scm (named-glyph): New function.  Hello world!
12449
12450         * lily/modified-font-metric.cc (index_to_charcode): New method.
12451
12452         * lily/include/font-metric.hh (index_to_charcode): New function.
12453
12454         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
12455         new function.
12456         (ly:font-glyph-to-index): Remove.
12457
12458 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12459
12460         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
12461
12462         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
12463
12464         * lily/open-type-font.cc (load_scheme_table): new function
12465
12466         * lily/dots.cc (print): replace - 
12467
12468         * lily/open-type-font.cc (attachment_point): new function.
12469         (load_table): read LILC table
12470
12471         * buildscripts/gen-bigcheese-scripts.py (Module): new
12472         file. Generate FF scripts.
12473
12474         * mf/feta-din10.mf: idem.
12475
12476         * mf/feta-nummer10.mf: remove mf files.
12477
12478         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
12479
12480 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12481
12482         * lily/lily-guile.cc: Use scm_from_locale_stringn.
12483
12484         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
12485         compatibility.
12486
12487 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12488
12489         * lily/open-type-font.cc (get_indexed_char): scale metrics by
12490         design-size and units_per_EM.
12491
12492         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
12493
12494 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12495
12496         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
12497         does not crash fontforge.
12498
12499         * scm/lily-library.scm (char->unicode-index): Hack to map onto
12500         PUA.
12501
12502 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12503
12504         * scm/framework-ps.scm (ps-embed-cff): new function.
12505
12506         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
12507
12508 2004-12-12  Werner Lemberg  <wl@gnu.org>
12509
12510         * mf/bigcheese.pe.in: Add PUA mapping.
12511         Don't create Type 42 but bare CFF font.
12512
12513 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12514
12515         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
12516         within canvas boundaries.
12517
12518         * mf/merge.pe.in: Set font names, version, license GPL.
12519
12520         * make/substitute.make: Add FONTFORGE.
12521
12522         * config.make.in (FONTFORGE): Add.
12523
12524         * configure.in (gui_b): Use PATH_PROG for fontforge.
12525
12526 2004-12-11  Graham Percival  <gperlist@shaw.ca>
12527
12528         * scm/define-markup-commands.scm: add baseline-skip to info
12529         about \column.
12530
12531 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12532
12533         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
12534
12535         * scm/output-gnome.scm (named-glyph): Use it.
12536
12537         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
12538
12539         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
12540         (upper_string, lower_string, reverse_string): Remove.
12541
12542         * configure.in (fontforge): Reinstate version check.
12543
12544         * ly/engraver-init.ly: Fix clef glyph names.
12545
12546         * lily/time-signature.cc (special_time_signature): Fix fraction
12547         glyph names.
12548
12549 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12550
12551         * mf/merge.pe: new file.
12552
12553         * lily/freetype.cc: new file.
12554
12555         * lily/include/open-type-font.hh (class Open_type_font): new file.
12556
12557         * lily/include/freetype.hh: new file.
12558
12559         * lily/open-type-font.cc: new file.
12560
12561         * lily/all-font-metrics.cc (find_otf): new function.
12562
12563 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12564
12565         * lily/time-signature.cc (special_time_signature): Fix.
12566
12567         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
12568         GTK2 before checking for pango.  Fixes -fgnome.
12569
12570         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
12571         Scheme name.
12572
12573         * scm/define-markup-commands.scm:
12574         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
12575
12576         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
12577
12578         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
12579         date versions.  Fixes configure.
12580         (STEPMAKE_CHECK_VERSION): Support optional actual program version
12581         argument.
12582
12583 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12584
12585         * buildscripts/mf-to-table.py (write_ps_encoding): write real
12586         names in .enc
12587
12588         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
12589
12590 2004-12-09  Graham Percival  <gperlist@shaw.ca>
12591
12592         * Documentation/user/changing-defaults.itely: add info about
12593         make-dynamic-script
12594
12595         * Documentation/user/notation.itely: add link in dynamics to
12596         section about make-dynamic-script.
12597
12598 2004-12-09  Christian hitz  <chhitz@gmx.net>
12599
12600         * lily/lily-guile.cc: change MACOS_X to __APPLE__
12601
12602 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12603
12604         * buildscripts/mf-to-table.py (parse_logfile): use . for
12605         concatting name and group.
12606         (parse_logfile): use M for Minus (negative.)
12607
12608         * lily/include/type-swallow-translator.hh
12609         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
12610
12611         * lily/*.cc: cosmetics around = sign.
12612
12613         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
12614         lyric spacing on the penultimate column.
12615
12616 2004-12-05  Christian Hitz  <chhitz@gmx.net>
12617
12618         * configure.in:
12619         * lily/accidental-placement.cc:
12620         * lily/bar-line.cc:
12621         * lily/beam-concave.cc:
12622         * lily/beam-quanting.cc:
12623         * lily/beam.cc:
12624         * lily/bezier-bow.cc:
12625         * lily/bezier.cc:
12626         * lily/break-align-interface.cc:
12627         * lily/custos.cc:
12628         * lily/dimension-cache.cc:
12629         * lily/dot-column.cc:
12630         * lily/font-metric.cc:
12631         * lily/font-select.cc:
12632         * lily/gourlay-breaking.cc:
12633         * lily/grob-property.cc:
12634         * lily/grob.cc:
12635         * lily/lily-guile.cc:
12636         * lily/line-spanner.cc:
12637         * lily/lookup.cc:
12638         * lily/lyric-extender.cc:
12639         * lily/lyric-hyphen.cc:
12640         * lily/mensural-ligature.cc:
12641         * lily/midi-def.cc:
12642         * lily/misc.cc:
12643         * lily/note-collision.cc:
12644         * lily/note-column.cc:
12645         * lily/note-head.cc:
12646         * lily/paper-outputter.cc:
12647         * lily/percent-repeat-item.cc:
12648         * lily/rest-collision.cc:
12649         * lily/side-position-interface.cc:
12650         * lily/simple-spacer.cc:
12651         * lily/slur-configuration.cc:
12652         * lily/slur-scoring.cc:
12653         * lily/slur.cc:
12654         * lily/spaceable-grob.cc:
12655         * lily/spacing-spanner.cc:
12656         * lily/spanner.cc:
12657         * lily/staff-symbol-referencer.cc:
12658         * lily/stem.cc:
12659         * lily/stencil.cc:
12660         * lily/system-start-delimiter.cc:
12661         * lily/system.cc:
12662         * lily/text-item.cc:
12663         * lily/tie.cc:
12664         * lily/tuplet-bracket.cc:
12665         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
12666         <cmath> beacause isinf/isnan is undefined in <cmath>
12667
12668 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12669
12670         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
12671
12672 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12673
12674         * VERSION: release 2.5.3
12675         
12676 2004-11-29  Arno Waschk <arno@arnowaschk.de>
12677
12678         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
12679
12680 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12681
12682         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
12683
12684         * lily/note-head.cc (internal_print): always try the "s" head if
12685         u/d not found.
12686
12687         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
12688
12689 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12690
12691         * mf/parmesan-heads.mf (overdone_heads): typos.
12692
12693 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12694
12695         * lily/parser.yy (markup): in markups, { .. } without command
12696         before are also flattened, ie \line must be explicitely used.
12697
12698         * Documentation/user/changing-defaults.itely:
12699         * Documentation/user/notation.itely: 
12700         * input/wilhelmus.ly: 
12701         * input/regression/instrument-name-markup.ly: 
12702         * input/regression/markup-score.ly: 
12703         * input/regression/new-markup-scheme.ly: 
12704         * input/regression/new-markup-syntax.ly: 
12705         * input/test/coriolan-margin.ly: use \line in markups where
12706         appropriate
12707         
12708 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12709
12710         * scm/new-markup.scm (map-markup-command-list): helper function
12711         used in parser.yy to map markup commands on a markup list.
12712
12713         * lily/parser.yy: get rid off < > in markups by treating { } as
12714         real lists.
12715
12716         * lily/lexer.ll: remove < > from markup lexer mode.
12717
12718         * scripts/convert-ly.py (conv): add rule for converting 
12719         \markup < > to \markup { }
12720
12721         * ly/titling-init.ly: 
12722         * input/test/coriolan-margin.ly: 
12723         * input/regression/new-markup-syntax.ly: 
12724         * input/regression/new-markup-scheme.ly: 
12725         * input/regression/multi-measure-rest-text.ly: 
12726         * input/regression/markup-stack.ly: 
12727         * input/regression/markup-score.ly: 
12728         * input/regression/instrument-name-markup.ly: 
12729         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
12730         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
12731         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
12732         * input/wilhelmus.ly: 
12733         * Documentation/user/notation.itely: 
12734         * Documentation/user/music-glossary.tely: 
12735         * Documentation/user/changing-defaults.itely: change < > to { } in
12736         markups
12737
12738 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12739
12740         * lily/accidental-placement.cc (position_accidentals): shortcut if
12741         no accidentals to place.
12742
12743 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12744
12745         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
12746         typo s/ly:dimension ?/ly:dimension?/
12747
12748         * input/regression/lily-in-scheme.ly: 
12749         * input/regression/music-function.ly: 
12750         * ly/spanners-init.ly (assertBeamSlope): 
12751         * scm/music-functions.scm (def-grace-function): add the paper
12752         argument to music function definitions.
12753
12754 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12755
12756         * lily/moment.cc (LY_DEFINE):
12757         ly:moment-main-{denominator,numberator}, new function.
12758
12759         * lily/score-engraver.cc (typeset_all): assign to column on basis
12760         of axis-group-parent-X setting.
12761
12762         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
12763         add_element() on basis of axis-group-parent-Y setting.
12764
12765         * lily/grob.cc: add axis-group-parent-{XY} properties.
12766
12767         * input/regression/spacing-stick-out.ly: new file.
12768
12769         * lily/simple-spacer.cc (add_columns): use binary search for
12770         setting column rods. Changes O(n^2) to O(n log(n)) for
12771         constructing spacing problem from columns.
12772         (add_columns): read allow-outside-line to make sure no texts stick
12773         out.
12774         (solve): Simple_spacer::is_active() only determines
12775         satisfies_constraints_ for non-ragged typesetting.
12776
12777         * lily/simultaneous-music.cc (to_relative_octave): only set
12778         old_relative_used if return pitch actually changed.
12779
12780         * scm/define-context-properties.scm
12781         (all-user-translation-properties): change to match implementation.
12782
12783         * python/lilylib.py: Replace re.match by re.search and adds "-c
12784         showpage" to the gs command line (Johannes Schindelin)
12785
12786         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
12787         before processing. Prevents crash when inf is in the extent.
12788
12789         * scm/define-markup-commands.scm (note-by-number): add "s" to
12790         "noteheads-" glyphname.
12791  
12792         * lily/parser.yy (Generic_prefix_music): supply parser argument to
12793         music function as well.
12794         
12795 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12796
12797         * VERSION: release 2.5.2
12798
12799         * Documentation/user/changing-defaults.itely (Creating titles):
12800         add breakbefore variable.
12801
12802         * lily/paper-book.cc (set_system_penalty): new function. Set
12803         penalty_ based on breakBefore setting
12804
12805         * lily/context-specced-music-iterator.cc (construct_children):
12806         interpret special context id $uniqueContextId 
12807
12808         * lily/context.cc (create_unique_context): new method. Move
12809         creation of unique (\new) contexts into interpreting phase. This
12810         makes
12811
12812           foo= \new Staff ..
12813           << \foo \foo >>
12814
12815         produce 2 staves.
12816         
12817
12818         * scm/define-music-properties.scm (all-music-properties): add
12819         quoted-voice-direction
12820
12821         * ly/music-functions-init.ly: killCues function.
12822
12823         * scm/music-functions.scm (cue-substitute): move creation of voice
12824         contexts further to the back. 
12825
12826 2004-11-25  Werner Lemberg  <wl@gnu.org>
12827
12828         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
12829         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
12830
12831 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
12832
12833         * buildscripts/guile-gnome.sh: Fixed typo.
12834
12835 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12836
12837         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
12838
12839         * scripts/abc2ly.py (dump_slyrics): add ord(). 
12840
12841         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
12842         to regular engraver. 
12843
12844 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12845
12846         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
12847
12848 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12849
12850         * scm/define-markup-commands.scm (fill-line): Typo.
12851
12852         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
12853         and newer.
12854
12855 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
12856
12857         * ly/dynamic-scripts-init.ly: Fixed typo.
12858
12859 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12860
12861         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
12862         note-head, to have different attachment points for up and down.
12863
12864         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
12865
12866         * mf/feta-generic.mf (else): remove solfa.
12867
12868         * mf/feta-bolletjes.mf (tishape): remove unicode test.
12869
12870         * scm/define-context-properties.scm
12871         (all-user-translation-properties): add shapeNoteStyles property.
12872
12873         * lily/shape-note-heads-engraver.cc (process_music): new file.
12874
12875         * lily/event.cc (transpose): call Event::transpose() for
12876         transposing the tonic.
12877
12878 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12879
12880         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
12881         Unicode/OpenType and AFM.
12882
12883         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
12884
12885 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12886
12887         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
12888
12889         * lily/context.cc (Context): unprotect key from ctor.
12890
12891         * scm/stencil.scm (stack-lines): return empty-stencil if argument
12892         is '()
12893         (stack-stencils): idem.
12894
12895         * Documentation/user/changing-defaults.itely (Creating titles):
12896         document new title layout options.
12897
12898         * lily/parser.yy (lilypond_header_body): copy previous
12899         $globalheader if present.
12900
12901         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
12902         ly:module-copy
12903         
12904         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
12905
12906         * scm/titling.scm: remove old titling functions
12907
12908         * lily/stencil.cc (translate): remove absolute dimension.
12909
12910         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
12911         via markup.
12912
12913         * scm/page-layout.scm (marked-up-headfoot): create header/footer
12914         field from user-supplied markup
12915
12916         * scm/define-markup-commands.scm (on-the-fly): new markup
12917         command. Enter SCM markup procedure directly in Scheme.
12918         (fromproperty): new markup command. Read markup from props argument.
12919
12920         * scm/titling.scm (marked-up-title): create title via
12921         user-specified markup. 
12922
12923         * scm/define-markup-commands.scm (column): remove empty stencils
12924         from column.
12925
12926         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
12927         not have side-effect of creating variable stub.
12928
12929         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
12930
12931 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12932
12933         * scm/encoding.scm (coding-alist): 
12934         * scm/font.scm (add-ec-fonts):
12935         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
12936         Extended-TeX-Font-Encoding---Latin.
12937
12938         * lily/side-position-interface.cc (general_side_position): Add
12939         actual offset to error message (avoid constant error messages).
12940
12941         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
12942         block.
12943
12944         * lily/font-select.cc (select_encoded_font)
12945         (get_font_by_mag_step, get_font_by_design_size): 
12946         * lily/modified-font-metric.cc (Modified_font_metric): 
12947         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
12948
12949         * scm/encoding.scm (coding-alist): Add fetaDynamic.
12950         (read-encoding-file): Bugfix: do not require space after bracket.
12951
12952         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
12953         these do not exist.
12954
12955 2004-11-20  Graham Percival  <gperlist@shaw.ca>
12956
12957         * Documentation/user/notation.itely: added info about typesetting
12958         boxed bar numbers.
12959
12960 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12961
12962         * flower/interval.cc (T_to_string): gcc4 fixes.
12963
12964         * scm/define-markup-commands.scm (fill-line): use
12965         stack-stencils. This fixes problems with putting already centered
12966         stencils in a line.
12967
12968         * VERSION: release 2.5.1
12969
12970         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
12971
12972 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12973
12974         * input/example-[1-3].ly: simplify.
12975
12976         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
12977
12978         * scm/output-ps.scm (new-text): new function. Use glyphshow to
12979         show glyphs.
12980
12981         * scm/encoding.scm (decode-byte-string): new function.
12982
12983         * scripts/convert-ly.py (conv): add warning about
12984         set-global-staff-size.
12985
12986         * Doxyfile: add. 
12987
12988         * scripts/convert-ly.py (conv): add raggedlastbottom rule
12989         (conv): warn for TextSpanner split.
12990         (conv): warn for textheight.
12991
12992 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
12993
12994         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
12995         building the documentation, info with images are installed.
12996         (final-install): Fix description.  Mention sourcing of login
12997         scripts (instead of running).
12998
12999 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13000
13001         * Debian lmodern support.  Note that LilyPond will issue warnings
13002         
13003             no such encoding: "FontSpecific"
13004
13005           The font selection mechanism wants to get the encoding from the
13006           font itself, but the idea of lmodern is that it is usable with
13007           different encodings, ie, Lily should get the encoding from the
13008           font tree, rather than the font itself.  This would require some
13009           more work.
13010         
13011         * configure.in: Test for and accept lmodern if EC fonts not found.
13012
13013         * scm/framework-tex.scm (font-load-command): TeX font name
13014         mangling for latin1 encoded cork-lm fonts.
13015         (convert-to-ps): Load lm.map if available.
13016
13017         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
13018         available.
13019
13020         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
13021
13022         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
13023         available.
13024
13025         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
13026         path for absolute file name, that is silly.
13027
13028         * lily/score-engraver.cc (initialize): 
13029
13030         * Documentation/user/GNUmakefile (local-install-info): Invoke
13031         install-info --remove first.
13032
13033         * #include cleanup (Andreas Scherer).
13034
13035 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
13036
13037         * input/test/script-abbreviations.ly: fix typos.
13038
13039 2004-11-17  Werner Lemberg  <wl@gnu.org>
13040
13041         * python/lilylib.py (options_help_str): Support pretty-printing of
13042         newlines in fourth element of option description.
13043
13044         * scripts/lilypond-book.py (option_definitions): Use new lilylib
13045         feature.
13046         Sort options.
13047
13048         * Documentation/user/lilypond-book.itely: Finish update.
13049
13050 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13051
13052         * Documentation/user/macros.itexi: Add comment about \command.
13053
13054         * Documentation/user/lilypond.tely:
13055         * Documentation/user/lilypond-book.itely: Fix names of lilypond
13056         and lilypond-book nodes, so that `info lilypond' visits the manual
13057         at top level, and `info lilypond-book' visits the lilypond-book
13058         section.
13059
13060         * Documentation/user/GNUmakefile (local-install-info): Fix rules
13061         and packager messages.
13062
13063         * lily/pangofc-afm-decoder.cc: Update test.
13064
13065 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13066
13067         * scm/lily-library.scm (char->unicode-index): New function.
13068
13069         * scm/output-gnome.scm: 
13070         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
13071
13072         * Proper naming of file name throughout; s/filename/file[-_]name/.
13073
13074         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
13075
13076         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
13077
13078 2004-11-16  Werner Lemberg  <wl@gnu.org>
13079
13080         * scripts/lilypond-book.py: The Lord has commanded me to use only
13081         tabs for indentation.  Your humble servant obeys.
13082
13083 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13084
13085         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
13086         including font, if LilyPond-feta font is only feta font in path.
13087
13088         * scm/output-gnome.scm (text): Revert to file name of font if font
13089         has no name.  Fixes ec font selection.
13090         (char): Bugfix: do not utf8 twice.  Fixes clefs.
13091
13092         * scm/framework-svg.scm:
13093         * scm/output-svg.scm: New file.  TODO: figure out how to
13094         do character by index in font.
13095
13096         * scm/output-sodipodi.scm: Remove.
13097
13098         * scm/output-ps.scm (stem): Remove.
13099
13100 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
13101
13102         * scm/output-gnome.scm (beam): New function.
13103         (slur): Round corners.
13104         (round-filled-box): Round corners.
13105
13106 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13107
13108         * scm/output-gnome.scm (beam): add function.
13109         (draw-line): new routine.
13110         (dashed-line): stub; call draw-line
13111         (polygon): new routine.
13112
13113 2004-11-15  Werner Lemberg  <wl@gnu.org>
13114
13115         * Documentation/user/lilypond-book.itely: Revise section on
13116         lilypond-book options.
13117         Other minor fixes.
13118
13119         * scripts/lilypond-book.py: Change indentation to 4.
13120         Minor formatting.
13121
13122 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13123
13124         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
13125         grobs that have tweaks specced.
13126         
13127 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
13128
13129         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
13130
13131 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13132
13133         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
13134         actual char #, not 0 based index.
13135
13136         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
13137
13138         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
13139         Warning: do make -C mf clean.
13140
13141         * lily/context-property.cc: Compile fix.
13142
13143         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
13144         Grok ec-fonts, braces and dynamics.
13145
13146         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
13147
13148 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13149
13150         * lily/include/tweak-registration.hh: new file.
13151
13152         * lily/tweak-registration.cc: new file.
13153
13154         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
13155         saving tweaks.
13156
13157         * scm/output-gnome.scm (text): comment dribble.
13158
13159 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13160
13161         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
13162
13163         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
13164         path-def before using.  Fixes muchtomany slurs in wrong places
13165         bug.
13166
13167 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13168
13169         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
13170
13171         * lily/include/object-key-undumper.hh (Module): new file.
13172
13173         * lily/object-key-undumper.cc (Module): New file. Deserialize
13174         keys. SCM bindings
13175
13176         * lily/object-key-dumper.cc (Object_key_dumper): idem.
13177         Provide SCM bindings.
13178
13179         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
13180         new file. Serialize object keys.
13181         
13182         * lily/object-key.cc (dump): new function.
13183         (as_scheme): new virtual function
13184         (undump): new function
13185         (undumpers): new table.
13186
13187         * lily/include/global-context.hh (Context): take \score key upon init.
13188
13189         * lily/object-key-dumper.cc (serialize_key): new file.
13190
13191         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
13192
13193         * lily/lily-lexer.cc: remove \quote.
13194
13195         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
13196
13197         * lily/context.cc (Context): take key argument in ctor.
13198         (create_context): new function
13199
13200         * lily/grob.cc (Grob): take key argument in ctor.  
13201
13202         * lily/lilypond-key.cc (do_compare): new file.
13203
13204         * lily/object-key.cc (Object_key): new file.
13205
13206         * lily/include/object-key.hh (class Object_key): new file.
13207
13208         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
13209
13210 2004-11-13  Graham Percival  <gperlist@shaw.ca>
13211
13212         * Documentation/user/lilypond-book.itely: add small warning about
13213         noindent default in lilypond-book.
13214
13215         * Documentation/user/converters.itely: add examples for convert-ly.
13216
13217         * Documentation/user/examples.itely: change version string in templates
13218         to 2.4.0.
13219
13220 2004-11-12  Karl Hammar  <karl@aspodata.se>
13221
13222         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
13223         cmdline, use xargs instead (backportme)
13224
13225 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
13226         
13227         * Documentation/user/: Numerous fixes in the user manual.
13228
13229 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13230
13231         * lily/parser.yy (re_rhythmed_music): search music expression for
13232         context-id, surround by \new Voice if not found. Fixes:
13233         addlyrics-second-staff.ly
13234
13235         * VERSION: 2.5.0 released.
13236         
13237 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13238
13239         * Documentation/index.html.in: Fix url to one big page.  (backportme)
13240
13241         * Documentation/user/GNUmakefile: Separate rules for split and
13242         unsplit html documents.  Remove perl massaging.  (backportme)
13243
13244 2004-11-11  Graham Percival  <gperlist@shaw.ca>
13245
13246         * Documentation/user/lilypond-book.itely: add short warning about
13247         \lilypond{} in LaTeX docs.
13248
13249 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13250
13251         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
13252         found.  (backportme)
13253
13254         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
13255         version requirement.  (backportme)
13256
13257         * configure.in: Be explicit about old versions of
13258         ec-fonts-mtraced.  (backportme)
13259
13260         * lily/context-selector.cc (set_tweaks): New function.
13261         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
13262         web with -DTWEAK.
13263
13264         * Documentation/user/introduction.itely (Automated engraving):
13265         Remove fragment option.  Fixes web.
13266
13267         * lily/context-property.cc (make_item_from_properties):
13268         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
13269         #ifdef.
13270
13271         * scm/define-context-properties.scm
13272         (all-internal-translation-properties): Add tweakRank and tweakCount.
13273
13274         * lily/grob.cc: 
13275         * scm/define-grob-properties.scm (all-internal-grob-properties):
13276         Add tweak-rank and tweak-count.
13277
13278 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13279
13280         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
13281         New function.
13282         (text): Use them.
13283
13284         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
13285         animated/opaque grob dragging tweaks.
13286
13287         * buildscripts/guile-gnome.sh: Update.
13288
13289 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13290
13291         * scm/define-grobs.scm (all-grob-descriptions): Added
13292         line-interface to the LigatureBracket object.
13293
13294 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13295
13296         * scm/framework-gnome.scm (item-event): Support non-animated mouse
13297         dragging tweaks.
13298
13299         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
13300
13301         * lily/context-selector.cc (store_context): New function.
13302
13303         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
13304         (store_grob): New function.
13305         (identify_grob): Add Moment parameter.
13306
13307         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
13308         exists.
13309
13310         * scm/framework-gnome.scm (save-tweaks): Write as alist.
13311
13312 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13313
13314         * scm/framework-gnome.scm (item-event): Print grob id.
13315         (save-tweaks): New function.
13316         (tweak): New funtion.
13317         (item-event): Use it, bound to arrow keys.
13318
13319         * lily/context-property.cc (make_item_from_properties): Register grob.
13320         * lily/context.cc (add_context): Register context.
13321
13322         * lily/include/context-selector.hh:
13323         * lily/include/grob-selector.hh:
13324         * lily/context-selector.cc:
13325         * lily/grob-selector.cc: New file.
13326
13327 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13328
13329         * lily/slur.cc: add 'positions to interface
13330
13331         * lily/main.cc: reinstate PS as standard output format. 
13332
13333         * scm/framework-tex.scm (output-preview-framework): print systems
13334         up to first non title system.
13335
13336         * lily/grace-engraver.cc (start_translation_timestep): split
13337         scm_cadddr
13338         
13339 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13340
13341         * lily/quote-iterator.cc (Module): remove old quote-iterator
13342
13343         * scm/define-music-types.scm (music-descriptions): move
13344         NewQuoteMusic over QuoteMusic
13345
13346         * Documentation/user/notation.itely (Formatting cue notes): use
13347         \cueDuring.
13348
13349         * lily/new-quote-iterator.cc (quote_ok): new function.
13350
13351         * input/regression/quote-cue-during.ly: new file.
13352
13353         * input/regression/quote-grace.ly: new file.
13354
13355         * scm/define-context-properties.scm (Module): change definition of
13356         graceSettings
13357
13358         * lily/context-property.cc (Module): rename from
13359         translator-property.cc
13360
13361         * lily/context.cc (context_name_symbol): new function
13362
13363         * lily/grace-engraver.cc: new file. Set properties for grobs based
13364         on the grace-ness of now_moment().
13365
13366         * scm/music-functions.scm (add-grace-property): use list
13367         iso. vector for graceSettings
13368         remove set-{start,stop}-grace-properties. 
13369
13370         * lily/new-quote-iterator.cc (construct_children): set
13371         quote_outlet_ if no quoted-context-{id,type} specified.
13372
13373         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
13374
13375         * lily/parser.yy (command_element): remove \quote.
13376
13377         * ly/music-functions-init.ly (location): add quoteDuring music
13378         function. 
13379
13380         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
13381         optional semicolon. (backportme)
13382
13383 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13384
13385         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
13386         need to link to GUILE et al.
13387
13388 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13389
13390         * scm/define-music-properties.scm (all-music-properties): add
13391         quoted-context-type, quoted-context-id.
13392
13393         * scm/lily.scm (type-check-list): new function.
13394         
13395         * scm/lily-library.scm: new file. Generic library routines.
13396
13397         * lily/parser.yy (Generic_prefix_music): move typechecking out of
13398         parser.
13399
13400         * ly/music-functions-init.ly: add quoteDuring function.
13401
13402         * lily/include/music-iterator.hh (class Music_iterator): rename
13403         set_translator -> set_context
13404
13405         * lily/parser.yy (Generic_prefix_music_scm): add
13406         MUSIC_FUNCTION_SCM_SCM_MUSIC
13407
13408         * scm/lily.scm (sanitize-command-option): new function. (backportme)
13409
13410         * scm/framework-tex.scm (header): sanitize TeX paper size.
13411         (backportme)
13412
13413 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13414
13415         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
13416
13417         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
13418
13419         * scm/framework-tex.scm (font-load-command): Use T1 if no
13420         font-encoding set.  (backportme)
13421
13422         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
13423         exists before converting.  (backportme)
13424
13425         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
13426         exists before converting.  (backportme)
13427         (convert-to-ps): Remove .ps file if it exists before
13428         converting.  (backportme)
13429
13430         * lily/lexer.ll: Remove extra progress newline, use present tense.
13431
13432         * scm/paper.scm (paper-alist): public.
13433         * scm/framework-tex.scm (convert-to-ps):
13434         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
13435         command line.
13436
13437 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13438
13439         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
13440
13441         * lily/recording-group-engraver.cc (derived_mark): mark
13442         now_events_. (backportme)
13443
13444 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13445
13446         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
13447
13448         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
13449         invoking latex. (backportme.)
13450
13451         * lily/stem.cc (off_callback): center stems for all rest stems.
13452
13453 2004-11-05  Werner Lemberg  <wl@gnu.org>
13454
13455         * Documentation/user/lilypond.tely: Add more guidelines for writing
13456         lilypond texinfo documents.
13457
13458 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
13459
13460         * Documentation/index.html.in: remove <hr>.
13461
13462         * THANKS: change 2.3 to 2.4.
13463
13464 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
13465
13466         * scm/output-gnome.scm: More fontconfig comment.
13467
13468 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
13469
13470         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
13471         <package> directory in $(builddir)/share according with
13472         PACKAGE_NAME defined in the VERSION file.
13473
13474 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13475
13476         * lily/beam.cc (rest_collision_callback): use local beam
13477         multiplicity.
13478
13479         * input/regression/stem-stemlet.ly: new file.
13480
13481         * lily/stem.cc (add_head): store rests as well.
13482
13483         * scm/define-grob-properties.scm (all-user-grob-properties): add
13484         stemlet-length
13485
13486         * lily/stem.cc: store rests as well.
13487         
13488         * input/regression/new-slur.ly: mention forcing.
13489
13490 2004-11-04  Werner Lemberg  <wl@gnu.org>
13491
13492         * Documentation/user/*: A new round of layout fixes and document
13493         structure cleanup.
13494
13495 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
13496
13497         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
13498
13499 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
13500
13501         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
13502
13503 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
13504
13505         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
13506
13507         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
13508
13509         * lily/main.cc (main): Invoke identify.
13510
13511         * scm/lily.scm (postscript->pdf): Remove progress newline.
13512         Write progress to stderr.
13513
13514         * lily/paper-book.cc (output): Remove progress newline.
13515
13516         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
13517         gettext on user messages, and remove whitespace.
13518
13519         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
13520
13521         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
13522         argv[0] (Thomas Scharkowski).
13523
13524         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
13525         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
13526         for ec-fonts-mtraced.
13527
13528         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
13529         --srcdir build (Bertalan).
13530
13531         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
13532         headers and library too (Laura Conrad).
13533
13534         * Documentation/topdocs/INSTALL.texi (Top): Mention development
13535         package for guile too (Laura Conrad).
13536
13537         * lily/main.cc (usage): Typo.
13538
13539 2004-11-02  Werner Lemberg  <wl@gnu.org>
13540
13541         * Documentation/user/notation.ly: More fixes to improve appearance.
13542
13543         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
13544         better output for multicolumn tables.
13545
13546 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13547
13548         * lily/main.cc (dir_info): Fixed typo in the printouts.
13549
13550 2004-11-01  Werner Lemberg  <wl@gnu.org>
13551
13552         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
13553         of output.
13554         Set `per_line' to 2; replace hard-coded value with it.
13555
13556         * Documentation/user/*: Many fixes to improve appearance of
13557         printed manual.
13558
13559 2004-11-01  Werner Lemberg  <wl@gnu.org>
13560
13561         * Documentation/user/changing-defaults.itely,
13562         Documentation/user/notation.ly,
13563         Documentation/user/programming-interface.itely: Use @/.
13564         Fix formatting of some lilypond snippets and tables.
13565
13566         * scripts/lilypond-book.py (compose_ly): Provide useful default
13567         for LINEWIDTH in `override'.
13568
13569 2004-10-31  Graham Percival  <gperlist@shaw.ca>
13570
13571         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
13572
13573 2004-10-31  Werner Lemberg  <wl@gnu.org>
13574
13575         Resetting @exampleindent to `5' gives ugly results with texinfo's
13576         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
13577         (if not quoting) to change @exampleindent only locally.
13578
13579         * scripts/lilypond-book.py (NOQUOTE): New variable.
13580         (output) [LATEX]: Remove AFTER and BEFORE.
13581         [TEXINFO]: Remove AFTER and BEFORE.
13582         Fix QUOTE and VERBATIM pattern.
13583         Add NOQUOTE pattern.
13584         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
13585         and BEFORE.
13586         [output_texinfo]: Use NOQUOTE.
13587
13588 2004-10-31  Graham Percival  <gperlist@shaw.ca>
13589
13590         * Documentation/user/changing-defaults.itely: clarify paper
13591         size commands with correct info.
13592
13593         * Documentation/user/lilypond-book.itely: add more docs for
13594         filename extensions.
13595
13596 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13597
13598         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
13599         (PATCH_LEVEL): start 2.5.0.
13600
13601 #Local variables:
13602 #coding: utf-8
13603 #End:
13604