]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* lily/page-spacing.cc (compress_lines, uncompress_solution):
[lilypond.git] / ChangeLog
1 2006-10-01  Joe Neeman  <joeneeman@gmail.com>
2
3         * lily/page-spacing.cc (compress_lines, uncompress_solution):
4         handle correctly the case where there are multiple \noPageBreaks
5         in a row.
6
7 2006-09-30  Laura Conrad <lconrad@laymusic.org>
8
9         * abc2ly.py adds segno (S) and Coda (O) to articulations.
10         
11         * abc2ly.py fix so that entering " -- " will translate to a -- in
12         the lilypond instead of a " - - "
13         
14 2006-09-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
15
16         * lily/align-interface.cc: fix typo
17
18         * lily/dynamic-text-spanner.cc (print): Add a special case for
19         trill spanner right sides. 
20
21         * scm/define-grobs.scm (all-grob-descriptions): set padding to 0.1
22
23         * lily/align-interface.cc (get_extents_aligned_translates): add
24         support for padding variable.
25
26         * lily/break-align-interface.cc (self_align_callback): oops: use
27         loop variable in guard.
28
29         * input/regression/repeat-percent-grace.ly: new file.
30
31         * lily/percent-repeat-engraver.cc (start_translation_timestep):
32         remember first currentCommandColumn of a grace run. Fixes issue 70.
33
34         * lily/percent-repeat-iterator.cc (class Percent_repeat_iterator):
35         move class definition to CC file.
36
37         * lily/multi-measure-rest.cc (percent): use robust_relative_extent()
38
39         * lily/slash-repeat-engraver.cc (listen_percent): don't warn for
40         measure-long  repeats.
41
42         * flower/include/international.hh: include stdarg.h
43
44 2006-09-30  Joe Neeman  <joeneeman@gmail.com>
45
46         * lily/page-turn-page-breaking.cc (calc_demerits): now that we allow
47         put_systems_on_pages to return an empty result, we need to assign
48         demerits properly in that case.
49         (put_systems_on_pages): Make the number of pages depend on the
50         evenness of page_number. Add auto-first-page-number.
51         (calc_subproblem): ensure that the page-number is even for the
52         left-hand page. Warn if the first page-turn doesn't fit onto the
53         first (right-hand) page.
54
55         * lily/page-spacing.cc (solve): bug: demerits_ would always be inf
56         (min_page_count): make this publicly accessible
57         (min_page_count): fix a bug when there are forced page breaks that
58         was introduced when I made this loop run backwards
59         (space_systems_on_n_pages, space_systems_on_n_or_one_more_pages):
60         replace space_systems_on_min_pages with these two. The logic in
61         space_systems_on_min_pages was getting too convoluted and is better
62         contained in page-turn-page-breaking.
63
64         * lily/page-turn-engraver.cc (breakable_column): remove an always-true
65         conditional
66         (breakable_column): typo
67
68         * lily/source-file.cc (get_line): fix off-by-one error
69         and clean up some of the logic
70
71 >>>>>>> 1.5342
72 2006-09-29  Joe Neeman  <joeneeman@gmail.com>
73
74         * lily/page-breaking.cc (make_pages): honour the first-page-number
75         property
76
77 2006-09-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
78
79         * VERSION (PACKAGE_NAME): bump version.
80
81 2006-09-26  Pal Benko  <benko.pal@gmail.com>
82
83         * scm/parser-clef.scm: add petrucci-f3 and -f4 clefs
84         (the latter is the same as petrucci-f which is kept for compatibility)
85
86 2006-09-26  Erik Sandberg  <mandolaerik@gmail.com>
87         
88         * lily/part-combine-iterator.cc: solo1-event -> solo-one-event
89
90 2006-09-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
91
92         * lily/global-context.cc (run_iterator_on_me): break out of loop
93         if moment doesn't increase.
94
95         * scm/define-grob-properties.scm (all-user-grob-properties): add
96         forced property.
97
98         * lily/accidental.cc (after_line_breaking): read forced property.
99
100         * lily/accidental-engraver.cc (process_acknowledged): set 'forced
101         property.
102
103         * input/regression/accidental-forced-tie.ly:  new file.
104
105 2006-09-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
106
107         * ly/engraver-init.ly: set ignoreFiguredBassRest in Staff context.
108
109         * lily/figured-bass-engraver.cc: only listen to rest events if
110         ignoreFiguredBassRest is not set.
111
112         * scm/define-context-properties.scm
113         (all-user-translation-properties): add ignoreFiguredBassRest property
114
115 2006-09-24  Joe Neeman  <joeneeman@gmail.com>
116
117         * lily/paper-book.cc (get_system_specs):
118         (set_system_penalty): fix breakbefore.
119         We used to set a penalty on the system after the break, now we
120         set a permission on the system before the break
121
122         * lily/grob-property.cc: add scm debugging hooks into
123         property modification
124
125         * lily/context-property.cc:
126         * lily/engraver.cc:
127         rename make_foo_from_properties to internal_make_foo and
128         move it from context-property.cc to a member function of
129         Engraver.
130         
131         * lily/include/lily-guile-macros.hh:
132         overload ly_symbol2scm macro so that there is no more need
133         to use internal_foo
134
135         * lily/volta-repeat-iterator.cc:
136         * lily/tweak-engraver.cc:
137         * lily/tuplet-bracket.cc:
138         * lily/span-bar-engraver.cc:
139         * lily/script-engraver.cc:
140         * lily/prob-scheme.cc:
141         * lily/pointer-group-interface.cc:
142         * lily/parser.yy:
143         * lily/grob-scheme.cc:
144         * lily/grob-property.cc:
145         * lily/context.cc:
146         * lily/context-property.cc:
147         * lily/break-substitution.cc:
148         * lily/break-align-engraver.cc:
149         * lily/axis-group-interface.cc:
150         * lily/align-interface.cc:
151         remove calls to internal_FOO
152
153         * lily/system-start-delimiter-engraver.cc:
154         * lily/parenthesis-engraver.cc:
155         * lily/accidental-engraver.cc:
156         remove calls to make_foo_from_properties
157
158 2006-09-23  Graham Percival  <gpermus@gmail.com>
159
160         * Documentation/user/programming-iterfaces.itely: fix
161         def-music-function -> define-music... leftover.
162
163 2006-09-23  Joe Neeman  <joeneeman@gmail.com>
164
165         * lily/page-spacing.cc (min_page_count): by running the loop
166         backwards, we can calculate ragged_last properly.
167
168 2006-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
169
170         * ly/titling-init.ly (scoreTitleMarkup): Rename (typo!?)
171         printfirst-page-number -> print-first-page-number
172
173         * python/convertrules.py: corresponding rule.
174
175         * Documentation/user/page.itely (Page formatting): Document the
176         default values of all page layout parameters. 
177
178 2006-09-22  Erik Sandberg  <mandolaerik@gmail.com>
179
180         * lily/lexer.ll: remove limitation on music function arity. New
181         mode extratoken, which inserts extra EXPECT_* tokens after
182         MUSIC_FUNCTION token. Junk all MUSIC_FUNCTION_* tokens.
183
184         * lily/parser.yy: Change grammar for music function accordingly.
185
186         * lily/include/lily-parser.hh: New method get_state, new member
187         hidden_state. Works around a problem when parser fetches
188         MUSIC_FUNCTION token but not the following EXPECT_* token.
189
190         * lily/translator.cc, lily/context.cc:, lily/translator-group.cc:
191         remove try_music
192
193         * lily/*-engraver.cc, lily/*-performer.cc: Remove all remaining
194         references to Music; use ASSIGN_EVENT_ONCE everywhere
195
196         * lily/grob-info.cc: junk *music_cause
197
198         * lily/music.cc: copy eventified articulations to stream event
199
200         * lily/part-combine-iterator.cc: Cleanup using enums
201
202         * lily/translator-group.cc: Junk OldMusicEvent, and associated
203         methods
204
205         * lily/include/engraver.hh: Junk music.hh include
206
207         * lily/stream-event.cc: Changed constructors
208
209 2006-09-21  Graham Percival  <gpermus@gmail.com>
210
211         * Documentation/user/tweaks.itely (Fitting music onto fewer
212         pages): change settings to avoid warning messages.
213
214 2006-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
215
216         * Documentation/user/tweaks.itely (Fitting music onto fewer
217         pages): Add between-system-space setting. 
218
219 2006-09-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
220
221         * lily/accidental-placement.cc (calc_positioning_done): don't
222         trigger Y-extent calculation too early. Use pure_height instead.
223
224         * lily/scale.cc (LY_DEFINE): new file. 
225
226 2006-09-20  Joe Neeman  <joeneeman@gmail.com>
227
228         * lily/page-breaking.cc (find_chunks_and_breaks): ignore breaks
229         that happen at the start of a score: having a zero-length
230         chunk was messing up min_system_count calculations.
231
232         * lily/source-file.cc (get_line): lower_bound, not
233         binary_search. Fixes problem where point-and-click would
234         always point to the first line.
235
236 2006-09-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
237
238         * lily/accidental-placement.cc (calc_positioning_done): also put
239         stems into accidental support. 
240
241         * lily/tie-engraver.cc (process_music): also set tieMelismaBusy if
242         event_ detected.
243
244         * scm/script.scm (default-script-alist): avoid-slur and
245         slur-padding for portato script.
246
247         * lily/stem-tremolo.cc (translated_stencil): new function. 
248         (height): use new function. Fixes tremolos on whole notes.
249
250         * lily/slur-scoring.cc (get_best_curve): don't crash if no optimal
251         slur found.
252
253 2006-09-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
254
255         * scripts/abc2ly.py (try_parse_comment): idem.
256
257         * scripts/lilypond-book.py (find_toplevel_snippets): use 'foo' in
258         bar_string iso. string.find()
259
260         * lily/*.cc: idem.
261
262         * lily/slur.cc (get_curve): always use scm_is_pair() looping
263         scheme lists.  
264
265 2006-09-18  Graham Percival  <gpermus@gmail.com>
266
267         * Documentation/user/basic-notation.itely: add bug
268         warning about ties and octavation/clef.
269
270 2006-09-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
271
272         * VERSION (PACKAGE_NAME): release 2.9.18
273
274 2006-08-29  Milan Zamazal  <pdm@brailcom.org>
275
276         * elisp/lilypond-mode.el (LilyPond-command-alist): Don't try to
277         figure out midi file names right here.
278         
279 2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
280
281         * scm/framework-ps.scm (dump-stencil-as-EPS): naming pad-eps-boxes.
282
283         * scm/backend-library.scm: option naming:  gs-font-load*s*
284
285         * scm/framework-eps.scm (dump-stencils-as-EPSes): rename option to
286         include-eps-fonts
287
288 2006-09-17  Joe Neeman  <joeneeman@gmail.com>
289
290         * scm/define-music-types.scm (music-descriptions): remove
291         BreakEvent and fix {Page,Line}{Break,Turn}Event so
292         Music::to_event doesn't complain.
293
294         * lily/accidental-placement.cc (ape_compare):
295         * lily/semi-tie.cc (compare): 
296         * lily/note-column.cc (shift_compare): replace by XXX_less
297
298         * lily/tie-formatting-problem.cc (set_chord_outline): 
299         * lily/tie-column.cc (calc_positioning_done): 
300         * lily/system.cc (post_processing)
301         (get_paper_system): 
302         * lily/stem.cc (note_head_positions)
303         (calc_positioning_done): 
304         * lily/spanner.cc (do_break_processing)
305         (find_broken_piece): 
306         * lily/span-bar.cc (print): 
307         * lily/semi-tie-column.cc (calc_positioning_done): 
308         * lily/rest-collision.cc (calc_positioning_done): 
309         * lily/program-option.cc (get_help_string): 
310         * lily/note-collision.cc (get_clash_groups):
311         * lily/new-fingering-engraver.cc (position_scripts):
312         * lily/keyword.cc (Keyword_table):
313         * lily/hara-kiri-group-spanner.cc (request_suicide):
314         * lily/grob-pq-engraver.cc (stop_translation_timestep):
315         * lily/accidental-placement.cc (calc_positioning_done):
316         (stagger_apes):
317         * lily/beam.cc (get_beam_segments):
318         * lily/grob-array.cc (remove_duplicates):
319         use new vector_sort
320         
321         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily:
322         ragged-last-bottom = ##f (test the new page breaker)
323
324         * flower/include/std-vector.hh (vector_sort): use STL sort stuff
325
326         * scm/define-context-properties.scm
327         (all-internal-translation-properties): remove properties that
328         were used to communicate page-turn stuff to the paper-column
329         engraver.
330
331         * lily/lily-guile.cc (robust_scm2string): new function
332
333         * lily/paper-column-engraver.cc: Clean up page turn stuff
334
335         * lily/page-turn-engraver.cc: Re-write the page turn logic here
336         instead of cluttering up paper-column-engraver.cc
337
338 2006-09-17  Nicolas Sceaux  <nicolas.sceaux@free.fr>
339
340         * scm/layout-page-dump.scm (scm): export utility function names,
341         to allow user writing cutsom dumping functions.
342
343         * scm/layout-page-layout.scm: export utility function names to
344         enable custom page breaking function writing. Tabify.
345         (line-next-space): use ?-suffix only for predicates
346         (page-maximum-space-to-fill): new function. Return the space
347         between first and bottom system of a page, to give to
348         space-systems.
349         (space-systems): use a space-to-fill argument (for instance as
350         computed by page-maximum-space-to-fill) instead of computing
351         internaly this space with the page height. That way, the caller
352         can adjust the space to use.
353         (make-page-from-systems, walk-paths): compute space to fill before
354         calling space-systems.
355
356 2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
357
358         * scm/script.scm (default-script-alist): set paddings for every
359         type here, increase for portato mark.
360
361         * scm/lily.scm (define-scheme-options): typo: add s, so it is 
362         -dinclude-eps-fonts
363
364 2006-09-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
365
366         * scm/define-grobs.scm (all-grob-descriptions): oops, typo:
367         use spanner::set-spacing-rods
368
369         * lily/note-column.cc: reformat.
370
371         * lily/rest-collision.cc (calc_positioning_done): fix whole/half
372         step positioning for note/rest combinations.
373
374         * input/regression/rest-note-collision.ly: new file.
375
376         * scm/define-grobs.scm (all-grob-descriptions): add
377         springs-and-rods
378
379         * flower/include/std-vector.hh: switch off again.
380
381         * VERSION (PATCH_LEVEL): bump to 2.9.18
382
383         * flower/include/std-string.hh: idem.
384
385         * flower/include/std-vector.hh (_GLIBCXX_DEBUG): set if NDEBUG not set.
386
387 2006-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
388
389         * ly/engraver-init.ly: Make FiguredBass accepted in GrandStaff and
390         PianoStaff. 
391
392 2006-09-08  Joe Neeman  <joeneeman@gmail.com>
393
394         * Documentation/user/page.itely: update page breaking documentation
395
396 2006-09-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
397
398         * lily/note-collision.cc (calc_positioning_done): only access
399         first head if available.
400
401         * lily/tuplet-engraver.cc: add tupletFullLengthNote to description.
402
403         * scm/framework-ps.scm (output-preview-framework): use new name.
404
405         * lily/program-option.cc (internal_set_option): use new names.
406
407         * Documentation/user/SConscript (lilypond_book_flags): update -d
408         variable names.
409
410         * Documentation/user/lilypond-book.itely (Inserting LilyPond
411         output into other programs): new variable names.
412
413         * scm/lily.scm (define-scheme-options): uniformize var names.
414
415         * lily/tuplet-engraver.cc (listen_tuplet_span): verify that
416         tuplets_ is non-empty before popping.
417
418 2006-09-07  Joe Neeman  <joeneeman@gmail.com>
419
420         * lily/spanner.cc (find_broken_piece): 
421         * lily/spacing-spanner.cc (get_columns): 
422         * lily/source-file.cc (get_line): 
423         * lily/simple-spacer.cc (get_column_description): 
424         * lily/keyword.cc (lookup): 
425         use the new binary search.
426
427         * flower/include/std-vector.hh: replace binary_search with
428         a more STL-like version
429
430 2006-09-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
431
432         * lily/tie-performer.cc: remove unused last_event_ property.
433         (class Tie_performer): add now_tied_heads_ property for
434         partially-tied heads.
435         (acknowledge_audio_element): when adding an Audio_note, put the
436         note in now_tied_heads_ if the audio note is partially tied.
437         (stop_translation_timestep): always include entries in
438         now_tied_heads_ in heads_to_tie_.
439
440         * lily/drum-note-performer.cc (process_music): look for tie-events
441         in the articulations; pass to Audio_note constructor.
442
443         * lily/note-performer.cc (process_music): look for tie-events in
444         the articulations; pass to Audio_note constructor.
445
446         * lily/audio-item.cc (Audio_note): Initialize tie_event_ in
447         constructor.
448
449         * lily/include/audio-item.hh (class Audio_note): add tie_event_.
450         include initializer in constructor.
451
452 2006-09-02  Joe Neeman  <joeneeman@gmail.com>
453
454         * lily/simple-spacer.cc (get_line_forces): Ignore loose columns
455         unless they are breakable. This fixes discrepancies between the forces
456         calculated here and the forces calculated in get_line_configuration.
457
458         * lily/grob.cc (pure_relative_y_coordinate): fix some
459         mis-estimation that was happening with piano staves.
460
461         * lily/constrained-breaking.cc (resize): don't choke if we get a
462         measure that won't fit on a line.
463         (combine_demerits): don't consider uniformity when ragged
464
465         * lily/page-spacing.cc (solve): why the f* were there two of these?
466         (calc_subproblem): properly handle the case where a system is taller
467         than the page.
468
469         * lily/system.cc (get_paper_system): ensure that all the permissions
470         and penalties are passed to the paper systems.
471
472         * lily/page-breaking.cc (create_system_list): support system-count.
473
474         * scm/define-grobs.scm (pure-print-callbacks): add
475         ly:script-interface::print
476
477         * lily/page-spacing.cc (min_page_count): fix calculation of min
478         pages if we are ragged and there are non-zero springs.
479
480         * scm/layout-page-layout.scm: if the pure-height estimates are under
481         the real height, allow space-systems to ignore padding if it is
482         needed in order to fit the systems on one page
483
484         * lily/optimal-page-breaking.cc (try_page_spacing): fix reading
485         ragged properties
486         (solve): fix performance problem. Make sure we always get at least
487         one solution
488
489         * lily/page-breaking.cc (make_pages): include write-page-breaks
490         and page-stencil
491
492         * lily/paper-score.cc (calc_breaking): remove Gourlay breaker
493
494         * scm/define-grobs.scm: add the new slur-callback
495         fix pure-relevant to not exclude grobs whose extent is already
496         calculated
497
498         * ly/paper-defaults.ly: make ly:optimal-breaking the new default
499         page breaker
500
501         * lily/slur.cc (pure_height): new callback to estimate the height
502         of a slur
503
504 2006-09-02  Graham Percival  <gpermus@gmail.com>
505
506         * Documentation/user/invoking.itely: small update on
507         MacOS X notes; thanks Trevor!
508
509 2006-09-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
510
511         * VERSION (MY_PATCH_LEVEL): release 2.9.17
512
513         * lily/lexer.ll: accept EOF in all states.
514
515         * lily/tempo-performer.cc (Tempo_performer): initialize last_tempo_.
516
517         * lily/source-file.cc (Source_file): always 0-terminate character
518         array, to prevent Flex from barfing.
519
520         * lily/global-context.cc (get_output): robustness: don't crash if
521         no Score context found.
522
523         * lily/include/book.hh (class Book): idem.
524
525         * lily/include/context-def.hh (struct Context_def): idem.
526
527         * lily/include/score.hh (class Score): don't derive from Input.
528
529         * lily/book.cc (Book): add a copy ctor. 
530
531         * buildscripts/output-distance.py (FileLink.calc_distance): count
532         orphans in distance too.
533
534         * python/midi.c (midi_parse_track): robustness: don't read past
535         end of string.
536
537         * ly/performer-init.ly: add Control_track_performer, move
538         Tempo_performer and Time_signature_performer to Score.        
539
540         * lily/score-performer.cc (acknowledge_audio_elements): override
541         from base class: add to audio-columns
542
543         * lily/control-track-performer.cc (add_text): new file: generate
544         the control track.
545
546         * lily/performance.cc: move output_header_track to
547         Control_track_performer ()
548
549         * lily/midi-walker.cc (Midi_walker): get channel in constructor.
550
551         * lily/include/midi-item.hh (class Midi_channel_item): insert
552         class into hierarchy, for items that can have a channel setting. Dehungarify.
553
554         * lily/include/performer.hh (class Performer): remove
555         play_element();  move functionality into announce/acknowledge.
556
557         * lily/audio-staff.cc (output): remove channel_ from Midi_track.
558
559         * lily/tie-engraver.cc (stop_translation_timestep): only wipe
560         heads_to_tie_ if there are new heads to tie.  Fixes polyphony in ties.
561
562 2006-08-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
563
564         * lily/tie-engraver.cc (stop_translation_timestep): robustness for
565         ambituses.
566
567         * lily/all-font-metrics.cc: remove TFM support.
568
569         * lily/include/tfm.hh: remove TFM support, TFM reader.
570
571         * lily/include/binary-source-file.hh: remove Binary_source_file.
572
573 2006-08-27  Graham Percival  <gpermus@gmail.com>
574
575         * Documentation/topdocs/NEWS.itely: add @c marker for
576         stuff I've processed.
577
578         * Documentation/user/ various: info from NEWS.
579
580 2006-08-27  Joe Neeman  <joeneeman@gmail.com>
581
582         * lily/paper-column-engraver.cc (finalize): Oops, this change
583         should have gone in on 2006-08-23
584
585 2006-08-26  Mats Bengtsson  <mabe@s3.kth.se>
586
587         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use double
588         quotes to quote arguments. Fixes Windows problem.
589
590         * python/lilylib.py (progress): idem
591
592 2006-08-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
593
594         * scripts/musicxml2ly.py: fix for importing
595         minor key signatures from MusicXML.  (Phillip Kirlin)
596
597 2006-08-24  Phillip Kirlin  <pkirlin@acm.org>
598
599         * python/musicxml.py: 
600         (Attributes.get_key_signature): now correctly retrieves mode from 
601         MusicXML. 
602
603 2006-08-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
604
605         * lily/parser.yy (output_def_body): take ownership of identifier
606         back to C++.
607
608         * Documentation/user/advanced-notation.itely (Metronome marks):
609         update use of \tempo in \midi.
610
611         * VERSION: release 2.9.16
612         
613 2006-08-24  Erik Sandberg  <mandolaerik@gmail.com>
614
615         * input/mutopia/*: upgrade to new midi tempo syntax (repairs make
616         web partially)
617
618 2006-08-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
619
620         * input/regression/tie-chord-partial.ly: clarify example.
621
622         * scm/define-music-properties.scm (all-music-properties): remove
623         untied.
624
625         * ly/music-functions-init.ly: remove \untied.
626
627         * lily/tie-engraver.cc (struct Head_event_tuple): store both
628         stream events and music events.
629         (stop_translation_timestep): search acknowledged heads for
630         tie-event.
631
632         * input/regression/tie-chord-partial.ly: new file.
633
634         * scm/define-markup-commands.scm (char): use ly:wide-char->utf-8
635         for \char markup command.
636
637         * scm/define-event-classes.scm (unlistened-music-event-classes): idem.
638
639         * scm/define-music-types.scm (music-descriptions): consistency:
640         Use solo-{one,two}-event iso. solo-[12]-event.
641
642         * lily/part-combine-engraver.cc (process_music):
643         Use solo-{one,two}-event iso. solo-[12]-event.
644
645         * ly/declarations-init.ly (partCombineListener): add Timing as
646         alias
647
648         * flower/std-string.cc (string_copy): use copy ()
649
650         * lily/source-file.cc (Source_file): use copy(). Remove contents_str0()
651
652 2006-08-24  Graham Percival  <gpermus@gmail.com>
653
654         * Documentation/user/changing-defaults.itely, global.itely,
655         lilypond-book.itely, page.itely: minor changes from mailist.
656
657 2006-08-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
658
659         * buildscripts/mutopia-index.py (allfiles): filter lily-XXX and
660         snippet-map
661
662         * scm/define-context-properties.scm
663         (translator-property-description): robustness: detect type errors
664         in property definitions.
665
666         * lily/parser.yy (score_body): protect SCORE_IDENTIFIER result
667         after getting it from SCM. 
668
669         * lily/smobs.cc (protect_smob): switch off fancy smob protection
670         for now. 
671
672         * lily/include/performer.hh (class Performer): strip get_tempo()
673         method.
674
675         * lily/midi-def.cc: strip file.
676
677         * lily/lexer.ll (Lily_lexer): don't protect hash key separately.
678
679         * lily/include/context-def.hh (struct Context_def): use
680         VIRTUAL_COPY_CONSTRUCTOR().
681
682         * lily/source-file.cc: smobification.
683
684         * lily/include/source-file.hh (class Source_file): smobify
685         Source_file. Trim redundant members.
686
687         * lily/parser.yy (Lily_lexer::try_special_identifiers): unprotect
688         clones after creation. This plugs a huge memory leak.
689
690         * python/convertrules.py (FatalConversionError.sub_tempo):
691         complete rule for \midi{ \tempo }
692
693         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): idem.
694
695         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): update tempo.
696
697 2006-08-23  Joe Neeman  <joeneeman@gmail.com>
698
699         * input/regression/optimal-page-breaking-hstretch.ly: test for
700         ragged-last-bottom also
701
702         * lily/paper-column-engraver.cc (finalize): make the end of a score
703         breakable by default. This is to balance out a change in behaviour
704         of the page-turn-breaker which no longer makes the end of a score
705         breakable.
706
707         * lily/paper-book.cc (pages): set the systems_ once the pages are
708         broken
709
710         * lily/page-turn-page-breaking.cc (calc_subproblem): use the new
711         Page_breaking interface.
712
713         * lily/page-breaking.cc (class Page_breaking): make the interface
714         more consistent and provide abstractions for dealing with
715         Line_divisions.
716
717         * lily/optimal-page-breaking.cc (solve): use a more straightforward
718         algorithm. Use the new interface to Page_breaking.
719
720         * lily/page-spacing.cc: better support for ragged-bottom and
721         ragged-last-bottom
722
723 2006-08-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
724
725         * python/convertrules.py (conv): warning on \tempo{}
726
727         * ly/performer-init.ly: set tempoWholesPerMinute.
728
729         * ly/midi-init.ly: remove \midi
730
731         * lily/tempo-performer.cc: look at tempoWholesPerMinute to set
732         MIDI tempo.
733
734         * lily/metronome-engraver.cc (process_music): use tempoUnitCount
735         tempoUnitDuration for determining what to print.
736
737         * lily/lyric-extender.cc: typo.
738
739         * lily/parser.yy (output_def_body): disallow \tempo in \midi{}
740
741         * lily/duration-scheme.cc (LY_DEFINE): ly:duration-length: new
742         function.
743
744         * scm/lily.scm (define-scheme-options): alphabetize, add eps-pad-boxes.
745
746         * scm/framework-ps.scm (dump-stencil-as-EPS): only pad boxes if
747         eps-pad-boxes is set.
748
749         * scripts/lilypond-book.py (main): use -deps-pad-boxes.
750
751         * THANKS: update sponsors.
752
753         * ly/english.ly: quarter tone naming (thanks, Trevor Baca)
754
755         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
756
757         * input/regression/tie-chord-untied.ly: new file.
758
759         * lily/tie-engraver.cc (acknowledge_note_head): check 'untied property.
760
761         * scm/define-music-properties.scm (all-music-properties): add
762         'untied property.
763
764         * buildscripts/mutopia-index.py (allfiles): look for .ly rather
765         than .ly.txt.
766         (headertext_nopics): sanitize no-examples text.
767
768         * scm/page.scm (make-page-stencil): don't rely on extents of
769         page-stencil. This fixes spurious space around .EPS files produced
770         with the EPS backend.
771
772 2006-08-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
773
774         * lily/stencil-scheme.cc (LY_DEFINE): make extent arguments optional.
775
776         * lily/hara-kiri-engraver.cc (process_music): remember
777         keepAliveInterfaces after processing \set
778
779         * lily/lyric-extender.cc (print): support left/right-padding for
780         extenders.
781
782         * scm/documentation-generate.scm (string-append): revert lilypond/
783         path, doc why.
784
785 2006-08-20  Graham Percival  <gpermus@gmail.com>
786
787         * Documentation/user/lilypond.tely: clarification to
788         license presentation (not to actual license).
789
790         * Documentation/user/basic-notation.itely,
791         instrument-notation.itely: minor changes.
792
793         * input/ {regression, test}/+.ly: clarification to
794         text (you can click on examples).  Thanks, Mats!
795
796         * input/manual/bar-lines.ly: adds ||: repeats.
797
798 2006-08-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
799
800         * make/ly-vars.make (OMF_FILES): strip ps.gz from OMF_FILES 
801
802         * scm/documentation-lib.scm (texi-file-head): category LilyPond.
803
804         * Documentation/user/lilypond.tely: strip lilypond/ from info
805         links, rename to category LilyPond
806
807         * lily/pango-font.cc (description_string): new function.
808
809         * VERSION: release 2.9.15
810
811         * lily/spacing-engraver.cc (stop_translation_timestep): use
812         Dscho's fix for spacing spanner. 
813
814         * scm/define-music-types.scm (music-descriptions): use
815         apply-output-event for ApplyOutputEvent
816
817         * lily/output-property-engraver.cc (listen_apply_output): rename
818         from listen_layout_instruction.
819
820         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): new
821         function protect()
822
823 2006-08-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
824
825         * scm/lily.scm (lilypond-all): option read-file-list: substitute
826         commandline args with contains, split by \n.
827
828         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system):
829         write snippet-names file, call with -dread-file-list. Fixes
830         command limitations on 64-bit systems.
831
832         * input/regression/stencil-color-rotation.ly: new file.
833
834         * lily/include/translator.hh (struct Acknowledge_information):
835         revert: don't use Protected_scm in global objects, as GUILE can't
836         handle gc_unprotect from automated destructors on MacOS X.
837  
838         * lily/grob.cc (get_print_stencil): use retval.expr() as base for
839         color, not the original stencil. Fixes combinations of
840         color/transparency/rotation. 
841
842         * scripts/lilypond-book.py (main): add --formats=eps for
843         texinfo/latex.
844
845         * lily/spacing-engraver.cc (stop_translation_timestep): don't
846         crash if spacing_ is nonexistent.
847
848 2006-08-14  Mats Bengtsson  <mabe@s3.kth.se>
849
850         * scripts/lilypond-book.py (output): Remove obsolete(!?)
851         \catcode`\@=12 in the LaTeX output.
852
853 2006-08-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
854
855         * scm/define-music-types.scm (music-descriptions):
856         use sustain-event iso. sustain-pedal-event.
857
858 2006-08-11  Joe Neeman  <joeneeman@gmail.com>
859
860         * scripts/convert-ly.py: honour the -n command-line switch
861
862 2006-08-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
863
864         * scm/output-lib.scm (bar-line::calc-glyph-name): add dashed liine
865         break specification.
866
867 2006-08-10  Joe Neeman  <joeneeman@gmail.com>
868
869         * Documentation/user: convert-ly the user manual
870
871 2006-08-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
872
873         * stepmake/aclocal.m4: version check patch (thanks MWD)
874
875         * ly/music-functions-init.ly: robustness. Don't crash if
876         currentBarNumber is not a number.
877
878         * VERSION (PATCH_LEVEL): bump.
879
880 2006-08-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
881
882         * stepmake/aclocal.m4: better version check; handle fooX.Y
883         binaries too.
884
885         * ly/performer-init.ly: instrument name fixup.
886
887         * input/manual/chord-names-jazz.ly (banterProperties):
888         instrumentName update
889
890         * scm/define-event-classes.scm (lambda): use ly:is-listened-event-class
891
892         * lily/ly-module.cc (ly_module_symbols): use ly_hash_table_keys
893
894         * lily/translator.cc (LY_DEFINE): ly:is-listened-event-class: new
895         function. Use hash tables to check membership.
896
897         * lily/general-scheme.cc (LY_DEFINE): new function.
898
899         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): idem
900
901         * lily/include/translator.hh (struct Acknowledge_information): add
902         Protected_scm
903
904         * ly/music-functions-init.ly: change name to BreathingEvent
905
906         * input/regression/*.ly: apply it.
907
908         * python/convertrules.py (conv): better instrumentName conversion
909         rule.
910
911         * scm/define-music-types.scm (music-descriptions): add
912         line-break-event to LineBreakEvent music
913
914         * lily/music.cc (to_event): don't crash if music type not set.
915
916         * lily/spacing-loose-columns.cc (set_loose_columns): don't barf if
917         spacing not set.
918
919         * lily/spacing-engraver.cc (stop_translation_timestep): set
920         spacing for proportional notation too.
921
922         * scm/translation-functions.scm (format-bass-figure): inspect
923         stream-event.
924
925         * scripts/lilypond-book.py (bindir): add bindir to $PATH.
926
927 2006-08-08  Joe Neeman  <joeneeman@gmail.com>
928
929         * lily/include/constrained-breaking.hh: add Line_details (Prob*)
930
931         * scm/page.scm (make-page): make it friendlier to call (esp. from C++)
932
933         * scm/layout-page-layout.scm (make-page-from-systems): new function
934         (optimal-page-breaks): use the new page-breaking calling convention
935
936         * scm/define-context-properties.scm (all-user-translation-properties):
937         add revokePageTurns
938
939         * lily/paper-column-engraver.cc (stop_translation_timestep): add
940         revokePageTurns  functionality. If there is a special barline within
941         the breakable region, break there instead of at the end of the region.
942
943         * lily/paper-book.cc (pages): use the new page-breaking calling
944         convention
945
946 2006-08-07  Erik Sandberg  <mandolaerik@gmail.com>
947
948         * lily/lexer.ll, lily/source-file.cc: Add \sourcefileline command
949
950         * scripts/lilypond-book.py: insert \sourcefileline command in
951         output, so lilypond error messages refer to the spot in the
952         original .lytex / .itely sourcefile.
953
954 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
955
956         * lily/spacing-loose-columns.cc (set_loose_columns): oops: use
957         space to next column for distance to fixed col.
958
959         * VERSION (PACKAGE_NAME): release 2.9.14
960
961         * lily/pitched-trill-engraver.cc (make_trill): do set_parent also
962         if no accidental.
963
964         * lily/accidental-engraver.cc (process_acknowledged): don't create
965         accidental for trill span event. This fixes spurious accidentals
966         on trills.
967
968 2006-08-04  Mats Bengtsson  <mabe@s3.kth.se>
969
970         * scm/define-grob-properties.scm (all-user-grob-properties):
971         Clarify documentation of side-axis and direction. Thanks to Paul
972         for the inspiration.
973
974         * lily/bar-line.cc: Add documentation for "||:" also in the
975         interface documentation.
976
977 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
978
979         * lily/spacing-loose-columns.cc (set_loose_columns): bugfix.
980
981         * lily/paper-column.cc (set_system): new function.
982
983         * lily/spacing-engraver.cc (stop_translation_timestep): store
984         SpacingSpanner refs in Paper_column.
985
986         * lily/spacing-loose-columns.cc (set_loose_columns): rewrite
987         compute loose clique spacing using GraceSpacing/SpacingSpanner.
988
989 2006-08-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
990
991         * lily/beam-engraver.cc (listen_beam): add method for
992         Grace_beam_engraver too.
993
994 2006-08-03  Mats Bengtsson  <mabe@s3.kth.se>
995
996         * python/convertrules.py: Fix indentation bug that broke
997         conversion of files older than 1.3.117.
998         Fix escape error in the description for 2.9.6.
999
1000 2006-08-02  Erik Sandberg  <mandolaerik@gmail.com>
1001
1002         * lily/*-engraver.cc: convert all try_music functions to listen_*
1003         functions.
1004
1005         * lily/piano-pedal-engraver.cc: some additional cleanups: use
1006         enums to represent pedal types, and calculate more data statically.
1007
1008         * scm/part-combiner.scm (recording-group-emulate): create a
1009         softcoded substitute for recording-group-engraver.cc.
1010
1011         * lily/music.cc: make a common transpose function for events and
1012         music
1013
1014         * ly/declarations-init.ly: change melisma/melismaEnd. Eliminates
1015         ManualMelismaEvent, and obsoletes Melisma_translator.
1016
1017 2006-08-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1018
1019         * input/test/instrument-name-align.ly: update version.
1020
1021 2006-08-02  Mats Bengtsson  <mabe@s3.kth.se>
1022
1023         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
1024         Doc the --pdf flag to lilypond-book.
1025
1026 2006-07-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1027
1028         * Documentation/topdocs/NEWS.tely (Top): add description.
1029
1030         * input/regression/tuplet-full-length-note.ly: add file.
1031
1032         * lily/instrument-name-engraver.cc (acknowledge_axis_group):
1033         always store axis group.
1034
1035 2006-07-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
1036
1037         * input/regression/instrument-switch.ly: new file.
1038
1039         * lily/instrument-switch-engraver.cc (process_music): new file.
1040
1041         * ly/engraver-init.ly: add Instrument_switch_engraver
1042
1043         * ly/music-functions-init.ly: \instrumentSwitch
1044
1045         * scm/define-context-properties.scm
1046         (all-user-translation-properties): add instrumentCueName
1047
1048         * scm/define-grobs.scm (all-grob-descriptions): add InstrumentSwitch
1049
1050 2006-07-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
1051
1052         * ly/music-functions-init.ly: music function \transposition.
1053
1054         * lily/parser.yy (command_element): softcode \transposition.
1055
1056         * lily/fall-engraver.cc (process_music): delta-pitch -> delta-step.
1057         (process_music): oops.
1058
1059         * lily/instrument-name-engraver.cc (start_spanner): new
1060         function. Create spanner when property changes.
1061         (stop_spanner): new function.
1062
1063         * python/convertrules.py (conv): add rule.
1064
1065         * lily/instrument-name-engraver.cc: shortVocalName iso. vocNam,
1066         shortInstrumentName iso. instr.
1067
1068         * scm/output-ps.scm (dashed-line): add phase argument to
1069         dashed-line.
1070
1071         * lily/bar-line.cc (dashed_bar_line): new function.
1072         (compound_barline): support \bar "dashed". 
1073
1074         * lily/lily-parser-scheme.cc (LY_DEFINE): only write
1075         --output=DIR to DIR/BASE if it is a dir. 
1076
1077         * flower/file-name.cc (file_part): new function
1078         (dir_part): new function
1079
1080         * lily/lily-parser-scheme.cc (LY_DEFINE): 
1081
1082         * DEDICATION: update
1083
1084 2006-07-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
1085
1086         * lily/instrument-name-engraver.cc: formatting.
1087
1088         * python/convertrules.py (conv): bugfix for \epsfile.
1089
1090 2006-07-25  Joe Neeman  <joeneeman@gmail.com>
1091
1092         * lily/grob.cc:
1093         
1094         * lily/gourlay-breaking.cc: Oops, these should have been included
1095         in my last commit
1096
1097 2006-07-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1098
1099         * scripts/*.py (program_name): cleanup relocation snippets.
1100
1101         * scripts/convert-ly.py (datadir): remove LILYPONDPREFIX support.
1102
1103 2006-07-24  Joe Neeman  <joeneeman@gmail.com>
1104
1105         * scm/define-grobs.scm (all-grob-descriptions): make NonMusicalPaperColumn
1106         page-breakable by default
1107
1108         * scm/layout-page-layout.scm (space-systems): fix bug where the force isn't
1109         correctly calculated for a single-system page
1110
1111         * scm/lily-library.scm (interval-sane?): also check that the first number is no
1112         bigger than the second number
1113
1114         * lily/simple-spacer.cc (solve): allow compression even when ragged (but we
1115         acknowledge that we aren't satisfying constraints)
1116
1117         * lily/hara-kiri-group-spanner.cc (request_suicide): give equal treatment to
1118         non-Items
1119
1120         * lily/grob.cc (pure_height): add minimum-Y-extent
1121
1122         * lily/gourlay-breaking.cc (solve): don't ignore a compression force, even if we're
1123         ragged
1124
1125         * lily/constrained-breaking.cc: convert code to use new Matrix class
1126         (get_best_solution): new function
1127
1128         * scm/page.scm (make-page-stencil): don't crash if we annotate-layout when there
1129         is a page with no systems
1130
1131 2006-07-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1132
1133         * VERSION (PACKAGE_NAME): release 2.9.13
1134
1135         * scm/define-grobs.scm (all-grob-descriptions): remove stray
1136         assignment.
1137
1138 2006-07-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
1139
1140         * Documentation/topdocs/NEWS.tely (Top): doc new features.
1141
1142         * scm/output-lib.scm (grace-spacing::calc-shortest-duration): new
1143         function.
1144
1145         * scm/define-grob-properties.scm (all-user-grob-properties):
1146         remove grace-space-factor.
1147
1148         * scm/define-grob-interfaces.scm (grace-spacing-interface): add
1149         grace-spacing-interface
1150         (spacing-options-interface): add.
1151
1152         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add Grace_spacing_engraver
1153
1154         * lily/spacing-options.cc (get_duration_space): move function from spacing-basic.cc
1155
1156         * lily/spacing-basic.cc (note_spacing): do init_from_grob on
1157         GraceSpacing object.
1158
1159         * lily/note-spacing.cc: fix prop list formatting
1160
1161         * lily/beaming-pattern.cc (de_grace): new function. Sensible
1162         beaming for grace notes too.
1163
1164         * input/regression/spacing-grace.ly: update.
1165
1166         * lily/grace-spacing-engraver.cc: new file.
1167
1168         * lily/spacing-spanner.cc: add strict-grace-spacing.
1169
1170 2006-07-20  Graham Percival  <gpermus@gmail.com>
1171
1172         * lily/parser.yy: compile fix.
1173
1174 2006-07-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1175
1176         * scm/define-grobs.scm (all-grob-descriptions): typo.
1177
1178         * scm/framework-eps.scm (dump-stencils-as-EPSes): just strip
1179         .eps extension from includegraphics.
1180
1181         * scripts/lilypond-book.py (main): add support for --pdf. 
1182
1183         * lily/spacing-spanner.cc (calc_common_shortest_duration): use
1184         callback to compute common shortest duration.
1185         (set_springs): typo.
1186
1187         * scm/define-grob-properties.scm (all-user-grob-properties): add
1188         strict-grace-spacing.
1189
1190         * lily/spacing-determine-loose-columns.cc (is_loose_column):
1191         support float_grace_columns_.
1192
1193         * lily/spacing-options.cc (init_from_grob): new file.
1194
1195         * Documentation/topdocs/NEWS.tely (Top): doc tupletFullLengthNote.
1196
1197         * input/regression/spacing-loose-grace.ly: new file.
1198
1199         * Documentation/topdocs/NEWS.tely (Top): document new feature.
1200
1201         * lily/tuplet-engraver.cc (struct Tuplet_description): read
1202         tupletFullLengthNote too. Choose right bound depending on value.
1203
1204         * input/regression/tuplet-full-length-note.ly: new file.
1205
1206 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
1207
1208         * lily/*-performer.cc: Converted try_music to listen_*
1209
1210         * lily/grob-info.cc, lily/engraver.cc: represent the cause of grob
1211         as a stream-event internally. Introduce event_cause (), deprecate
1212         music_cause ().
1213
1214         * scm/define-music-types.scm: Removed BusyPlayingEvent
1215         
1216 2006-07-19  Mats Bengtsson  <mabe@s3.kth.se>
1217
1218         * Documentation/user/advanced-notation.itely (Font selection):
1219         Document how to get a list of available fonts using 'lilypond
1220         -dshow-available-fonts blabla'.
1221
1222 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1223
1224         * GNUmakefile.in: filter lily-XXX.pdf files.
1225
1226         * scm/define-grob-interfaces.scm (bend-after-interface): add thickness.
1227
1228         * scm/define-grob-properties.scm (all-internal-grob-properties):
1229         remove delta-pitch. Use delta-position everywhere.
1230
1231         * scm/output-lib.scm (fall::print): use new order.
1232
1233         * scm/output-ps.scm (path): reorder arguments.
1234
1235         * scm/output-svg.scm (path): support for path primitive.
1236
1237         * input/regression/bend-after.ly: new file.
1238
1239         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): foolproof
1240         recipe for eps -> pdf conversion.
1241
1242 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
1243
1244         * lily/parser.yy, lily/lexer.ll: added some simplifications by
1245         Angelo Contardi.
1246
1247 2006-07-19  Graham Percival  <gpermus@gmail.com>
1248
1249         * input/manual/screech-boink.ly: moved to here.
1250
1251         * input/screech-boink.ly: deleted.
1252
1253         * scm/define-grob-properties.scm: clarify doc string.
1254
1255 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1256
1257         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
1258
1259         * scm/output-ps.scm (path): define path.
1260
1261         * scm/define-stencil-commands.scm
1262         (ly:register-stencil-expression): add path.
1263
1264         * scm/define-music-properties.scm (all-music-properties): add delta-pitch.
1265
1266         * ly/engraver-init.ly: add Fall_engraver
1267
1268         * lily/parser.yy (music_function_event): allow musicfunction
1269         without music arg as music_function_event.
1270
1271         * lily/grob-scheme.cc (LY_DEFINE):
1272         ly:grob-robust-relative-extent. New function.
1273
1274         * scm/define-grobs.scm (all-grob-descriptions): add BendAfter
1275
1276         * scm/define-music-types.scm (music-descriptions): add BendAfterEvent.
1277
1278         * scm/output-lib.scm (fall::print): new function
1279
1280         * lily/fall-engraver.cc (stop_fall): new file.
1281
1282         * ly/music-functions-init.ly: alphabetise.
1283
1284         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): pdf iso. eps as
1285         base.
1286
1287 2006-07-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1288
1289         * VERSION (PATCH_LEVEL): bump version. Release 2.9.12
1290
1291         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
1292         doc pdftex usage.
1293
1294         * lily/translator-group.cc (connect_to_context): non const error message.
1295
1296         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): update to use PDF
1297
1298         * scm/paper.scm (internal-set-paper-size): define landscape to #f
1299         if unset.
1300
1301         * scm/framework-ps.scm (convert-to-pdf): swap h and w in case of landscape. 
1302
1303         * stepmake/stepmake/texinfo-rules.make: strip DVI support.
1304
1305         * scm/framework-eps.scm (dump-stencils-as-EPSes): generate
1306         systems.pdftex too.
1307
1308         * scm/backend-library.scm (postscript->pdf): use -dEPSCrop for PDF.
1309
1310         * make/lilypond-vars.make (TEXINPUTS): add pdf output format.
1311
1312         * Documentation/topdocs/NEWS.tely (Top): add pdftex note.
1313
1314         * scm/output-ps.scm (resetrotation): use gsave/grestore for rotation.
1315
1316         * lily/main.cc (parse_argv): don't overwrite previous --formats string.
1317
1318         * scm/backend-library.scm (postscript->pdf): strip .eps too. 
1319
1320 2006-07-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1321
1322         * scm/layout-page-layout.scm: Define module, tidy code, use more
1323         functions iso. a single big one.
1324
1325         * scm/layout-page-dump.scm: move page dump functions used in two
1326         pass spacing to this file. Define module.
1327
1328         * scm/lily.scm (ly:load): don't load layout-page-layout.scm
1329          (separate module)
1330
1331         * ly/paper-defaults.ly: use module layout-page-layout.
1332
1333 2006-07-14  Erik Sandberg  <mandolaerik@gmail.com>
1334
1335         * lily/music.cc: Revised MusicEvent event class. It now contains
1336         event data directly instead of encapsulating it in music. The
1337         previously used class is renamed to OldMusicEvent.
1338
1339         * lily/stream-event.cc: Stream events are now probs.
1340         
1341         * lily/translator-group.cc, lily/translator.cc: Translators can
1342         now listen directly to stream events, by using macros
1343         [DECLARE,IMPLEMENT]_TRANSLATOR_LISTENER.
1344
1345         * lily/arpeggio-engraver.cc: Converted to use new event system
1346
1347         * THANKS: Corrected spelling mistake.
1348
1349 2006-07-12  Graham Percival  <gpermus@gmail.com>
1350
1351         * Documentation/user/SConscript, make/lilypond-vars.make,
1352         input/GNUmakefile: doc build looks in input/manual instead
1353         of input/test/
1354
1355         * input/manual/ GNUmakefile, SConscript: build files for
1356         input/manual/
1357
1358         * input/test/ various: some files moved to input/manual/ 
1359
1360         * Documentation/user/basic-notation.itely: small updates;
1361         thanks Kieren and Charles!
1362
1363 2006-07-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
1364
1365         * VERSION (PACKAGE_NAME): release 2.9.11
1366
1367         * Documentation/topdocs/NEWS.tely (Top): update prop value 
1368
1369         * Documentation/user/basic-notation.itely (Tuplets): new property
1370         value.
1371
1372 2006-07-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
1373
1374         * python/convertrules.py (conv): tweaks. 
1375
1376         * VERSION (PATCH_LEVEL): bump version.
1377
1378         * python/convertrules.py (conv): add rule for
1379         tupletNumberFormatFunction.
1380
1381         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
1382         tupletNumberFormatFunction.
1383
1384         * scm/define-grobs.scm (all-grob-descriptions): calc TupletNumber
1385         text through 'text callback.
1386
1387         * lily/time-scaled-music-iterator.cc (construct_children): copy
1388         tweaks generated events.
1389
1390         * scm/define-context-properties.scm
1391         (all-user-translation-properties): remove tupletNumberFormatFunction
1392
1393         * lily/tuplet-engraver.cc (process_music): don't read
1394         tupletNumberFormatFunction
1395
1396         * scm/output-lib.scm (tuplet-number::calc-fraction-text): new
1397         function.
1398
1399 2006-07-11  Erik Sandberg  <mandolaerik@gmail.com>
1400
1401         * lily/global-context-scheme.cc: Separated ly:run-translator into
1402         smaller pieces.
1403
1404         * lily/score-engraver.cc, lily/score-performer.cc,
1405         scm/define-context-properties.scm: Make paper/midi output
1406         accessable as a context property.
1407
1408         * lily/score-translator.cc, lily/score-context.cc: Removed.
1409
1410 2006-07-07  Guido Amoruso  <guidonte@katamail.com>
1411
1412         * scm/ps-to-png.scm (Module): 
1413         * scm/framework-tex.scm (Module): 
1414         * scm/framework-ps.scm (Module): 
1415         * scm/backend-library.scm (Module): 
1416         * scm/framework-ps.scm: invoke gs with "-dDEVICEWIDTHPOINTS" and
1417         "dDEVICEHEIGHTPOINTS".
1418
1419 2006-07-04  Graham Percival  <gpermus@gmail.com>
1420
1421         * Documentation/user/ various: general improvements to
1422         "working with lilypond files" section.
1423
1424 2006-07-03  Erik Sandberg  <mandolaerik@gmail.com>
1425
1426         * lily/sequential-iterator.cc: Change the default get_music_list
1427         to read elements-callback music property
1428
1429         * scm/define-music-types.scm, scm/music-functions.scm: Cleaner
1430         processing of multimeasure rests. Softcoded
1431         sequential-music-iterator.
1432
1433         * lily/sequential-music-iterator.cc: Removed.
1434
1435 2006-06-28  Graham Percival  <gpermus@gmail.com>
1436
1437         * Documentation/user/basic-notation.itely: clarify \repeatTie.
1438
1439 2006-06-27  Erik Sandberg  <mandolaerik@gmail.com>
1440
1441         * lily/parser.yy: Wrap non-post-events in EventChords before
1442         assigning them to identifiers.
1443
1444 2006-06-27  Mats Bengtsson  <mabe@s3.kth.se>
1445
1446         * lily/bar-line.cc (compound_barline): Fix parenthesis error,
1447         gives correct vertical placement of \bar ":" in all staff
1448         sizes. Thanks Martial!
1449
1450 2006-06-26  Graham Percival  <gpermus@gmail.com>
1451
1452         * Documentation/user/invoking.itely : minor update from mailist.
1453
1454 2006-06-26  Erik Sandberg  <mandolaerik@gmail.com>
1455
1456         * lily/ various: Introduce stream events of types Prepare,
1457         OneTimeStep, CreateContext, AnnounceNewContext, RemoveContext,
1458         ChangeContext, SetProperty, RevertProperty, Override and Revert.
1459
1460         * lily/global-context*.cc: Time is now -inf before iteration
1461         starts.
1462
1463         * lily/include/context.hh: Removed unique_, init_
1464
1465         * Documentation/topdocs/NEWS: Make the feathered beam example
1466         avoid triggering a bug.
1467
1468 2006-06-24  Graham Percival  <gpermus@gmail.com>
1469
1470         * Documentation/user/ various: small additions from mailist.
1471
1472 2006-06-22  Mats Bengtsson  <mabe@s3.kth.se>
1473
1474         * ly/performer-init.ly: Add some missing links in the context
1475         hierarchy for MIDI output. There are probably some more missing!
1476
1477 2006-06-21  Graham Percival  <gpermus@gmail.com>
1478
1479         * Documentation/user/ various: minor spelling fixes;
1480         thanks Dave Luttinen!
1481
1482         * Documentation/user/ various: small clarifications;
1483         thanks Anthony Youngman!
1484
1485 2006-06-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1486
1487         * po/fr.po: add \n appropriately.
1488
1489         * lily/lexer.ll: remove ? from version-seen?  
1490
1491 2006-06-19  John Mandereau  <john.mandereau@free.fr>
1492
1493         * po/fr.po; update translation, by Jean-Charles Malahieude and
1494         John Mandereau.
1495
1496 2006-06-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1497
1498         * THANKS: add Markus Schneider.
1499
1500         * lily/tab-staff-symbol-engraver.cc: derive from Engraver, not
1501         Staff_symbol_engraver
1502
1503         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): don't
1504         replace staff_engraver
1505
1506         * lily/staff-symbol-engraver.cc (stop_spanner): announce end of
1507         spanner.
1508
1509         * lily/staff-collecting-engraver.cc
1510         (acknowledge_end_staff_symbol): new function
1511
1512         * lily/volta-engraver.cc (acknowledge_end_staff_symbol): new function. 
1513
1514         * lily/staff-collecting-engraver.cc
1515         (acknowledge_end_staff_symbol): new function.
1516
1517         * lily/main.cc: switch on relocation by default.
1518
1519 2006-06-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
1520
1521         * lily/spacing-spanner.cc (musical_column_spacing): set
1522         compound_fixed_note_space to 0.0. Document why.
1523
1524         * lily/simple-spacer.cc (is_sane): also have a kludge for numeric
1525         range of inverse_hooke_
1526         (Simple_spacer): init completely.
1527         (fits): const
1528         (get_line_configuration): don't use cols.resize(); it introduces
1529         initialized data.
1530
1531         * scm/framework-ps.scm (dump-page): add setstrokeadjust. 
1532
1533         * ps/music-drawing-routines.ps: remove selectfont L1 hack.
1534
1535         * lily/beaming-pattern.cc (best_splitpoint_index): urg, 2nd
1536         try. Divide by beatlength.
1537
1538         * input/regression/beaming-ternary-metrum.ly: update doc.
1539         add beatLength hack.
1540
1541         * scm/music-functions.scm (make-time-signature-set): add
1542         standard-beat-grouping. 
1543
1544 2006-06-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1545
1546         * input/regression/tie-whole.ly: new file.
1547
1548         * lily/tie-formatting-problem.cc (set_column_chord_outline): don't
1549         cross center of note head in case of invisible stem. 
1550
1551 2006-06-16  Graham Percival  <gpermus@gmail.com>
1552
1553         * Documentation/user/ various: small fixes from mailist.
1554
1555 2006-06-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1556
1557         * lily/breathing-sign.cc (offset_callback): idem.
1558
1559         * lily/align-interface.cc (align_to_fixed_distance): remove
1560         hungarian suffix.
1561
1562         * lily/beaming-pattern.cc (count_factor_twos): oops. We want
1563         x%2==0.
1564
1565 2006-06-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
1566
1567         * VERSION (PACKAGE_NAME): release 2.9.9
1568
1569         * ly/lilypond-book-preamble.ly: add \version
1570
1571 2006-06-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
1572
1573         * scripts/lilypond-book.py (PREAMBLE_LY): include
1574         lilypond-book-preamble.ly
1575
1576         * lily/stem.cc (get_beaming): return max of 0 and
1577         scm_ilength. Fixes slurring from/to beams.
1578
1579         * ly/lilypond-book-preamble.ly: new file.
1580
1581         * lily/slur.cc: add inspect-index feature.
1582
1583 2006-06-13  Graham Percival  <gpermus@gmail.com>
1584
1585         * Documentation/user/tutorial.itely: trivial fix.
1586
1587 2006-06-13  Erik Sandberg  <mandolaerik@gmail.com>
1588
1589         * lily/parser.yy, scm/ly-syntax-constructors.scm: Produce almost
1590         all non-event music in the parser via MAKE_SYNTAX.
1591
1592         * lily/parser-scheme.cc: Add ly:parser-error function
1593
1594         * scm/paper.scm: fix typo
1595
1596 2006-06-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
1597
1598         * THANKS: add RT.
1599
1600         * lily/font-config.cc (init_fontconfig): add warning if cache_file
1601         is null.
1602
1603         * buildscripts/output-distance.py (test_compare_signatures):
1604         timing routines.
1605         (read_signature_file): use new signature format.
1606
1607         * scm/stencil.scm (write-system-signature): simpler signature
1608         format.
1609
1610         * lily/stem.cc (calc_stem_end_position): calc quantized-positions
1611         for beamed case. 
1612
1613         * lily/note-spacing.cc (stem_dir_correction): don't inspect
1614         stem_end_position, but estimate instead. 
1615
1616         * lily/tuplet-bracket.cc (calc_positions): look at
1617         stem-end-position for tuplet bracket slope. Fixes sloped tuplet
1618         brackets narrower than beams. 
1619
1620         * lily/lexer.ll: set version-seen? even if version is
1621         INVALID. 
1622
1623         * lily/rest.cc (y_offset_callback): bugfix: decide position
1624         override based on scm_is_number(). Fixes \rest on center staff
1625         line. 
1626
1627         * lily/beaming-pattern.cc (best_splitpoint_index): fix beaming
1628         patterns for 16th triplets.
1629
1630 2006-06-10  Graham Percival  <gpermus@gmail.com>
1631
1632         * Documentation/user/ page.itely, global.itely: editing
1633         and reorg.
1634
1635         * Documentation/user/ various: findex -> funindex.
1636
1637 2006-06-10  Erik Sandberg  <mandolaerik@gmail.com>
1638
1639         * lily/time-scaled-music-iterator.cc: Use tupletSpannerDuration to
1640         insert extra tuplet events.
1641
1642 2006-06-10  Graham Percival  <gpermus@gmail.com>
1643
1644         * Documentation/user/programming-interfaces.itely: add
1645         info from NEWS.
1646
1647         * python/convertrules.py: add annotatefoo -> annotate-foo
1648         rules.
1649
1650         * Documentation/user/global.itely: start editing.
1651
1652         * Documentation/user/page.itely: major editing, new spacing
1653         docs.
1654
1655 2006-06-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
1656
1657         * scm/define-markup-commands.scm (wordwrap-markups): use
1658         output-def 'line-width if undefined.
1659
1660         * HACKING: trim outdated info.
1661
1662 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
1663
1664         * scm/define-grobs.scm (all-grob-descriptions): Add
1665         line-spanner-interface to all grobs that already have
1666         text-spanner-interface or dynamic-text-spanner-interface
1667
1668         * scm/page.scm: Rename annotate{headers,systems,page}->
1669         annotate-*
1670
1671         * input/regression/page-spacing.ly,
1672         input/regression/page-layout-manual-position.ly: idem
1673
1674 2006-06-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
1675
1676         * lily/line-spanner.cc: cleanup property list.
1677
1678         * scripts/lilypond-book.py (find_toplevel_snippets): don't use
1679         generator expressions (2.3 compat). 
1680
1681 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
1682
1683         * lily/vertical-align-engraver.cc: Make sure that the
1684         align{Above,Below}Context properties are included in the automatic
1685         documentation.
1686
1687 2006-06-08  Joe Neeman  <joeneeman@gmail.com>
1688
1689         * scm/paper-system.scm (paper-system-annotate): also annotate the
1690         estimated pure-Y-extent
1691
1692         * scm/define-grobs.scm: add pure-Y-extent and pure-Y-offset functions
1693
1694         * lily/system.cc (break_into_pieces): set the estimated height
1695         of each child system
1696
1697         * lily/stem.cc (pure_height): new pure-Y-extent callback
1698
1699         * lily/staff-symbol-referencer.cc (callback): don't destroy
1700         the staff-position property
1701
1702         * lily/hara-kiri-group-spanner.cc (request_suicide): split
1703         consider_suicide into two functions
1704
1705         * lily/constrained-breaking.cc (resize): use the new pure
1706         callbacks to estimate the height of a system
1707
1708         * lily/axis-group-interface.cc (pure_group_height): new
1709         side-effect-free VerticalAxisGroup height-callback
1710
1711         * lily/align-interface.cc (get_extents_aligned_translates):
1712         split align_elements_to_extents into two functions
1713         (get_pure_child_y_translation): new function
1714
1715         * lily/grob.cc: new functions for pure-Y-extent and pure-Y-offset
1716
1717         * lily/item.cc: new functions pure_is_visible and spanned_rank_iv
1718
1719         * lily/paper-score.cc: cache break_indices and columns
1720
1721         * lily/side-position-interface.cc: new pure-Y-extent callbacks
1722         
1723 2006-06-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
1724
1725         * lily/font-config.cc (init_fontconfig): do the init if
1726         cache_file, but don't look at cache_file.
1727
1728         * input/regression/quote-tie.ly: new file.
1729
1730         * lily/tie-engraver.cc (struct Head_event_tuple): add end_moment_
1731         to Head_event_tuple, so we deal gracefully with ties on
1732         cue-endings.
1733
1734         * lily/pango-font.cc (pango_item_string_stencil): type correctness
1735         for FcChar8*
1736
1737 2006-06-08  Graham Percival  <gpermus@gmail.com>
1738
1739         * input/test/ smart-transpose.ly, reverse-music.ly:
1740         \applyMusic to music functions update, thanks Michael!
1741
1742 2006-06-07  Graham Percival  <gpermus@gmail.com>
1743
1744         * input/test/ add-staccato.ly, add-text-script.ly,
1745         unfold-all-repeats.ly, music-box.ly: \applyMusic to
1746         music functions update, thanks to Michael Meixner.
1747
1748         * Documentation/user/music-glossary.tely: small fix
1749         from Francisco.
1750
1751         * Documentation/user/ various: minor additions from mailist.
1752
1753         * Documentation/user/lilypond.tely, basic-notation.itely:
1754         small test of @funindex.  (works here)
1755
1756         * input/test/font-table.ly: reduce size to partially
1757         de-ugly version in manual.
1758
1759         * Documentation/user/page.itely: new file (split former
1760         "global issues" into "page settings" and "non-musical
1761         output".
1762
1763         * Documentation/user/ various: fix @ref{}s to match
1764         new chapter names (above).
1765
1766 2006-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1767
1768         * SConstruct (LILYPONDPREFIX): Bootstrap fix.
1769
1770 2006-06-06  Graham Percival  <gpermus@gmail.com>
1771
1772         * Documentation/user/advanced-notation.itely: add example
1773         for segno/coda on barline.
1774
1775         * tex/texinfo.tex: merge from upstream.
1776
1777 2006-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1778
1779         * scripts/lilypond-book.py (process_snippets): Argument fix.
1780
1781         * SConstruct:
1782         * buildscripts/builder.py:
1783         * lily/SConscript: 
1784         * mf/SConscript: 
1785         * Documentation/user/SConscript:  More SCons fixes.
1786
1787 2006-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1788
1789         * lily/font-config.cc (init_fontconfig): Only initialize if
1790         global cache_file is found.
1791
1792 2006-06-06  Erik Sandberg  <mandolaerik@gmail.com>
1793
1794         * ly/music-functions-init.ly: Updated \overrideProperty to use the
1795         new \applyOutput.
1796
1797 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1798
1799         * VERSION (PACKAGE_NAME): release 2.9.8
1800
1801         * lily/ledger-line-engraver.cc (stop_translation_timestep): new
1802         function. Delay ledger modifying ledgered grobs to
1803         stop_translation_timestep(), to ensure that we're ledgering
1804         according to the new spanner.
1805         (acknowledge_staff_symbol): don't check for non-NULL
1806         staff_sym->get_bound()
1807
1808         * lily/staff-symbol-engraver.cc (start_spanner): set left bound on
1809         creation.
1810
1811         * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for
1812         pictures too.
1813
1814         * GNUmakefile.in (dist-toplevel-txt-files): dist aclocal.m4
1815         directly from srcdir/stepmake/aclocal.m4
1816         
1817         * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for
1818         disting MISC files.
1819
1820         * lily/simple-spacer.cc (get_column_desc): desc -> description.
1821
1822 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
1823
1824         * lily/simple-spacer.cc (get_line_configuration): add
1825         keep-inside-line rods
1826         (struct Column_desc): add constructor
1827         (struct Rod_desc): add constructor
1828         (get_line_forces): check for forced page breaks here too
1829
1830         * lily/instrument-name-engraver.cc (acknowledge_axis_group): prevent
1831         support/elements cycles between InstrumentNames and AxisGroups
1832
1833 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1834
1835         * config.make.in (METAFONT): remove MAKEINFO_VERSION
1836
1837         * stepmake/stepmake/topdocs-targets.make (make-txt-files): define
1838         make-txt-files target.
1839
1840         * stepmake/stepmake/toplevel-targets.make (do-top-doc): use
1841         make-txt-files target.
1842
1843         * configure.in (LINK_GXX_STATICALLY): $srcdir for readlink.py
1844
1845         * stepmake/stepmake/generic-vars.make (distdir): create dist in
1846         top-build-dir.
1847
1848 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
1849
1850         * Documentation/user/instrument-notation.itely,
1851         input/regression/breathing-sign-ancient.ly,
1852         input/test/divisiones.ly: Removed redundant property settings for
1853         vaticana contexts.
1854
1855         * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to
1856         fix lyrics alignment problems.  They are implemented now as scheme
1857         functions that add the appropriate unicode char to the first lyric
1858         event rather than adding a separate lyric event.  Minor edit of
1859         comments.
1860
1861 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1862
1863         * GNUmakefile.in (dist-toplevel-txt-files): new target. Don't
1864         pollute src dir with built .txt files, but install directly from
1865         Documentation/topdocs/out/
1866
1867         * buildscripts/output-distance.py
1868         (ComparisonData.create_html_result_page): put version/directories
1869         in table header.
1870
1871         * Documentation/topdocs/NEWS.tely (Top): document spacing section
1872         feature.
1873
1874         * configure.in (LINK_GXX_STATICALLY): use readlink.py to resolve links.
1875         Patch by Karl Hammar
1876         
1877         * buildscripts/readlink.py: add  file.
1878         Patch by Karl Hammar
1879
1880 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
1881
1882         * lily/tuplet-number.cc (print): prevent stencil from being
1883         garbage collected.
1884
1885 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1886
1887         * scm/stencil.scm (write-system-signature): explicitly 
1888         -well, superfluously- close output port.
1889
1890         * buildscripts/output-distance.py (main): oops. Add extra argument.
1891
1892 2006-06-05  Graham Percival  <gpermus@gmail.com>
1893
1894         * Documentation/user/music-glossary.tely: clarified example
1895         from Francisco Vila, thanks!
1896
1897 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1898
1899         * input/regression/spacing-section.ly: new file.
1900
1901         * lily/input.cc (programming_error): new function.
1902
1903         * lily/spacing-engraver.cc (try_music): new function. Accept
1904         spacing-section-event
1905
1906         * lily/spacing-spanner.cc (set_springs): take slices of all
1907         columns for spacing.
1908
1909         * lily/include/paper-column.hh (class Paper_column): add
1910         Paper_column::compare.
1911
1912         * ly/spanners-init.ly (newSpacingSection): add newSpacingSection.
1913
1914         * scm/define-music-types.scm (music-descriptions): add
1915         SpacingSectionEvent
1916
1917         * lily/music-iterator.cc (report_event): use programming_error for
1918         sending non-event error.
1919
1920         * lily/input.cc (programming_error): new function
1921
1922         * buildscripts/output-distance.py (main): use compare-XXX for
1923         compare files.
1924         (main): --threshold option, default at 0.30
1925
1926         * output-distance.py (main): add --threshold option.
1927
1928 2006-06-04  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1929
1930         * scm/paper-system.scm (paper-system-annotate): fix problem when
1931         annotating an empty system
1932
1933 2006-06-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1934
1935         * GNUmakefile.in: reinstate old web tar/copying.
1936
1937 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1938
1939         * lily/lyric-combine-music-iterator.cc (find_voice): return 0 if
1940         nothing changes. (Erik S) 
1941
1942         * lily/percent-repeat-iterator.cc (get_music_list): fix repeat
1943         count. (Erik S)
1944
1945 2006-05-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1946
1947         * scm/define-markup-commands.scm (whiteout): do not force
1948         foreground color of argument markup to black.
1949
1950         * scm/stencil.scm (annotate-y-interval): put arrow dimension at
1951         the left of the arrow, instead of below the arrow name, so that,
1952         when two little arrows are vertically stacked, their dimensions
1953         and name should not overlap. Add a color key parameter.
1954
1955         * scm/paper-system.scm (paper-system-annotate): Annotate
1956         next-space+next-padding instead of next-space. Annotate space
1957         between next-padding and next-space+padding, respectively, and
1958         following system extent and refpoint-Y-extent. Use colors.
1959
1960         * scm/page.scm (annotate-page): translate annotations slightly to
1961         the right.
1962
1963 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1964
1965         * lily/figured-bass-position-engraver.cc (acknowledge_end_slur):
1966         fix for x-staff slurs. Thanks Joe!
1967
1968         * buildscripts/output-distance.py
1969         (SystemLink.output_expression_change_count): keep track of changed
1970         details, and dump in details html page.
1971  
1972         * input/regression/figured-bass-staff.ly: add note about setting
1973         properties in Staff context.
1974
1975         * lily/figured-bass-position-engraver.cc (acknowledge_slur):
1976         add slurs and ties to support too.
1977
1978         * buildscripts/output-distance.py (main): set dest_dir
1979         argument. Add --max-count option.
1980
1981 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
1982
1983         * ly/gregorian-init.ly: Converted to utf-8.  Added memorable
1984         shortcuts for special unicode chars that are useful in chant
1985         notation.  Revised exisiting and added new comments.
1986
1987 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1988
1989         * make/mutopia-rules.make: remove duplicate recipe.
1990
1991 2006-06-02  Werner Lemberg  <wl@gnu.org>
1992
1993         * tex/texinfo.cnf: Fix typo (\euro -> \minus).
1994         Add support for U+0132 (IJ) and U+0133 (ij).
1995
1996 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1997
1998         * buildscripts/output-distance.py (FileLink): new class. collect
1999         info systems from one .ly file. 
2000         (FileLink.link_files_for_html): further tweaks.
2001
2002 2006-06-02  Graham Percival  <gpermus@gmail.com>
2003
2004         * tex/texinfo.tex: partial fix for @funindex.
2005
2006         * Documentation/user/macros.tely: uncomment @funindex (doesn't
2007         break anything).
2008
2009 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2010
2011         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
2012
2013         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
2014         @example too. Backportme.
2015
2016 2006-06-02  Graham Percival  <gpermus@gmail.com>
2017
2018         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
2019         from Werner Lemberg.
2020
2021 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
2022
2023         * Documentation/user/music-glossary.tely: additional spanish
2024         updates and a lyrics fix in an example.
2025
2026 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
2027
2028         * scm/define-grob-properties.scm: Previous patch contained
2029         spurious line from another patch not yet committed.  Fixed.
2030
2031         * scm/define-grob-properties.scm: Add missing doc strings for
2032         ancient notation.
2033
2034 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2035
2036         * buildscripts/output-distance.py
2037         (ComparisonData.write_text_result_page): separate the scores, sort
2038         by geo_score.
2039
2040         * scm/framework-eps.scm (output-classic-framework): start at 1 for
2041         system signatures.
2042
2043         * buildscripts/output-distance.py (me_path): use argv[0] for
2044         sys.path extension
2045         (ComparisonData.img_cell): use colored borders.
2046
2047         * scm/stencil.scm (write-system-signature): escape newlines too.
2048         (write-system-signature): use (1,-1) interval for empty interval
2049
2050 2006-01-01  Graham Percival  <gpermus@gmail.com>
2051
2052         * Documentation/user/music-glossary.tely: Spanish updates
2053         from Francisco Vila.
2054
2055         * Documentation/user/lilypond-book.itely: addition from
2056         Vaclav Smilauer.
2057
2058         * Documentation/user/ various: edits, small additions
2059         from mailist, etc.
2060
2061 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2062
2063         * GNUmakefile.in (tree-lib-prefix-current):
2064         (tree-share-prefix-current): Use version number in tree, add
2065         `current' symlinks.
2066
2067 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2068
2069         * GNUmakefile.in: write VERSION, again.
2070
2071         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
2072         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
2073
2074         * stepmake/aclocal.m4: robuster version detection.
2075
2076         * buildscripts/output-distance.py
2077         (ComparisonData.create_html_result_page): copy only if file
2078         exists, fixup src paths.
2079
2080         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
2081
2082 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2083
2084         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
2085         Another datarootdir reto.
2086
2087         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
2088         available.  This should be moved to postinstall-lilypond-doc.
2089
2090 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
2091
2092         * GNUmakefile.in: simplify local-WWW-post. 
2093         remove -type l from find.
2094
2095         * buildscripts/output-distance.py (ComparisonData.compare_trees):
2096         fixes. Don't follow symlinks.
2097         (ComparisonData.create_html_result_page): remove previous results.
2098         insert ../python in path.
2099
2100         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
2101
2102 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2103
2104         * config.make.in (datadir): Add datarootdir to silence autoconf.
2105
2106         * stepmake/aclocal.m4: Update for autoconf-2.59d.
2107
2108 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
2109
2110         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
2111
2112         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
2113         slash beams too wide.
2114
2115 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2116
2117         * VERSION: release 2.9.7
2118         
2119 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2120
2121         * lily/relocate.cc (read_relocation_dir): Do not blindly
2122         dereference DIR.
2123
2124 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2125
2126         * lily/parser.yy: replace THIS by PARSER
2127
2128         * Documentation/index.html.in: add link to test-results.html page.
2129
2130         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
2131
2132         * scm/translation-functions.scm (format-bass-figure): translate
2133         digits over 10 to the left
2134
2135         * scm/define-markup-commands.scm (translate-scaled): new markup.
2136
2137         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
2138         7 glyph. 
2139
2140         * ly/engraver-init.ly: add Figured_bass_engraver
2141
2142         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
2143
2144         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
2145
2146         * lily/score-engraver.cc (announce_grob): only note START announces.
2147
2148         * lily/include/engraver-group.hh (Translator_group):
2149         acknowledge_hash_table_ is now drul.
2150
2151         * lily/engraver.cc (announce_end_grob): new method.
2152
2153         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
2154
2155         * lily/translator-dispatch-list.cc (create): take start_end argument.
2156
2157         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
2158         acknowledge_static_array_ to drul
2159
2160         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
2161
2162         * scm/define-grob-interfaces.scm
2163         (bass-figure-alignment-interface): add bass-figure-alignment-interface
2164
2165         * scm/define-grobs.scm (all-grob-descriptions): add
2166         BassFigureAlignmentPositioning
2167
2168         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
2169         number stays up to date. Backportme.
2170
2171 2006-05-30  Mats Bengtsson  <mabe@s3.kth.se>
2172
2173         * Documentation/user/basic-notation.itely (Bar lines): Document
2174         the "||:" bar type. 
2175
2176 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2177
2178         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
2179
2180         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
2181         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
2182         build.
2183
2184         * Resurrect `scons lily' build.
2185
2186         * SConstruct (symlink_tree): Bugfix: link
2187         music-drawing-routines.ps to file iso directory.
2188
2189         * lily/SConscript: Remove kpath-guile from LIBS.
2190
2191         * SConstruct (libdir_package_version): Typo.
2192         (configure): Comment-out fontforge for lack of fontforge.pc .
2193         Also add libdir* to environment.
2194
2195 2006-05-30  Graham Percival  <gpermus@gmail.com>
2196
2197         * Documentation/user/ various: minor additions from mailist and
2198         editing.
2199
2200 2006-05-30  Paco <fravd@ya.com>
2201
2202         * Documentation/user/music-glossary.tely: numerous corrections and
2203         some new translations.
2204
2205 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2206
2207         * BackportmeStart.
2208         
2209         * buildscripts/output-distance.py
2210         (ComparisonData.create_html_result_page): new routine: summarise
2211         results in HTML page with images. 
2212         (ComparisonData.create_text_result_page): create summary text files too.
2213
2214         * GNUmakefile.in (web-ext): package .signature files too. They
2215         compress well. 
2216
2217         * scm/stencil.scm (write-system-signature): typo.
2218
2219         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
2220
2221         * scm/stencil.scm (write-system-signature): better escaping.
2222         only write signature for music systems, not for markup systems.
2223
2224         * scm/framework-ps.scm (output-framework): dump-signatures support
2225         for plain output.
2226
2227         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
2228
2229         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
2230         for -dno-point-and-click
2231
2232         * lily/grob.cc (get_print_stencil): don't read
2233         point_and_click_global to determine whether to set grob-cause.
2234
2235 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
2236
2237         * buildscripts/output-distance.py (main): new function.
2238         (ComparisonData): new class.
2239
2240         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
2241         careful with generating new LedgerLineSpanners.
2242
2243         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
2244
2245         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
2246         context. This fixes double ledger lines in output. 
2247
2248         * lily/system.cc (get_paper_system): remove 3 layer limit.
2249
2250         * buildscripts/output-distance.py (SystemLink.distance): new
2251         file. Compare signatures.
2252
2253         * python/safeeval.py (SafeEval.visitUnarySub): new file.
2254
2255         * lily/grob-array.cc (remove_duplicates): rename from
2256         uniq(). Sort before calling uniq() so it actually works.
2257
2258 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
2259
2260         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
2261         \version from lilypond file snippet.
2262         (Lilypond_file_snippet.ly): oops. typo.
2263         (find_toplevel_snippets): urgh. again.
2264
2265         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
2266         prevent duplicated broken items in output.
2267
2268         * scm/framework-eps.scm (output-classic-framework): only dump if
2269         dump-signatures is set.
2270
2271         * scm/lily.scm (define-scheme-options): add dump-signatures option.
2272
2273         * scm/stencil.scm (write-system-signature): new routine: write
2274         python parseable signature of a separate paper system.
2275         BackportmeEnd.
2276         
2277 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
2278
2279         * lily/stanza-number-engraver.cc (process_music): use is_markup()
2280         iso is_string().
2281         include header.
2282
2283 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
2284
2285         * translator-group.cc: send music events to engravers in
2286         non-bottom contexts.
2287
2288         * tuplet-engraver.cc: process tuplet brackets in correct order.
2289
2290 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
2291
2292         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
2293         arg 2 might point us to a new binary (patch by Karl Hammar)
2294         
2295 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
2296
2297         * VERSION (PACKAGE_NAME): release 2.9.6
2298
2299         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
2300
2301         * Documentation/user/*.itely: 2nd
2302         attempt: replace funindex -> findex globally.
2303
2304 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2305
2306         * input/no-notation/display-lily-tests.ly: fix \applyOutput
2307         test. Add \break, \pageBreak, \pageTurn, etc, tests.
2308
2309         * scm/define-music-display-methods.scm: display methods for
2310         breaks. Fix \applyOutput.
2311
2312 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
2313
2314         * Documentation/user/macros.itexi: comment out funindex expansion. 
2315
2316         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
2317         everywhere.
2318
2319         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
2320         Karl Hammar. Backportme.
2321  
2322         * Documentation/user/advanced-notation.itely (Balloon help): idem.
2323
2324         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
2325
2326         * Documentation/user/programming-interface.itely (Running a
2327         function on all layout objects): idem.
2328
2329         * Documentation/user/introduction.itely (Automated engraving):
2330         update \applyOutput syntax
2331
2332         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
2333         remove debugging hook.
2334
2335         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
2336         expansion. 
2337
2338         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
2339
2340         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
2341         TEXI2DVI_FLAGS to texi2dvi invocation. 
2342
2343 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
2344
2345         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
2346         works. More work is done by iterator now, and engraver has been
2347         very much simplified.
2348
2349         * lily/translator-group.cc: try_music is now invoked through a
2350         listener
2351
2352         * lily/*-iterator.cc: Massive cleanups. Junked
2353         try_music_in_children globally. Renamed try_music to report_event,
2354         and made that method descend to a bottom context automatically.
2355
2356         * lily/event-iterator.cc: New file.
2357
2358         * lily/output-property-iterator.cc,
2359         lily/old-lyric-combine-music-iterator.cc: Removed.
2360
2361         * python/convert-rules.py: Modified the syntax for \applyOutput.
2362
2363 2006-05-23  Graham Percival  <gpermus@gmail.com>
2364
2365         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
2366         creation.
2367
2368         * Documentation/user/ various: stuff that might have helped
2369         to fix the pdf creation, plus some minor doc additions.
2370
2371         * Documentation/user/changing-defaults.itely: remove @b from
2372         @b{ @internasref{foo}}; this breaks texi2dvi -E.
2373
2374 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
2375
2376         * lily/beaming-pattern.cc (beamify): deal with negative start
2377         moments for beaming patterns.
2378
2379 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
2380
2381         * lily/beaming-info.cc (beamify): new function: read beatLength
2382         and beatGrouping from context. 
2383
2384         * input/regression/beam-beat-grouping.ly (Module): new file.
2385
2386         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
2387
2388         * lily/beam.cc (get_beam_segments): generate events for
2389         max_connect_ case too.
2390         (get_beam_segments): read Stem::max-beam-connect.
2391
2392         * input/regression/beam-single-stem.ly: new file.
2393
2394         * lily/stem.cc (set_beaming): use #f as signaling value for
2395         beamcount 0.
2396
2397         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
2398
2399         * lily/beam.cc (set_beaming): read clip-edges property.
2400         (calc_direction): don't suicide for single stem.
2401
2402         * lily/beaming-info.cc (best_splitpoint_index): take bool*
2403         argument, remove 1<<15 hack. Remove clip_edges() 
2404
2405         * lily/hairpin.cc (print): only do padding for nonmusical bounds
2406
2407 2006-05-21  Graham Percival  <gpermus@gmail.com>
2408
2409         * Documentation/user/basic-notation.itely: reorg.
2410
2411         * Documentation/user/ various: minor fixes.
2412
2413 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
2414
2415         * lily/stencil-expression.cc (register_stencil_head): opps, append
2416         to cdr of static SCM object.
2417
2418 2006-05-19  Graham Percival  <gpermus@gmail.com>
2419
2420         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
2421         update framework for command index.  DOC WRITERS: use @funindex
2422         instead of @cindex @code{}.
2423
2424         * Documentation/user/ various: replace @cindex @code{} => @funindex
2425
2426 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
2427
2428         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
2429         case positions is set manually. 
2430
2431 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
2432         
2433         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
2434         rules to Scheme.
2435
2436 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
2437
2438         * Documentation/user/changing-defaults.itely (Contexts explained):
2439         use absolute dimension for @image.
2440
2441         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
2442         out image for illustration too.
2443         ($(outdir)/%.png): add more png <-> eps rules. 
2444
2445 2006-05-17  Graham Percival  <gpermus@gmail.com>
2446
2447         * Documentation/user/ various: remove trailing whitespace, cosmetic
2448         change to reduce changes produced by diff.
2449
2450 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
2451
2452         * lily/main.cc (do_chroot_jail): correctness tweak.
2453
2454         * python/lilylib.py (system): import subprocess in system () only.
2455
2456         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
2457
2458         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
2459         variable. Backportme.
2460
2461 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
2462         
2463         * lily/parser.yy: Change all syntax rules of type Music to SCM type
2464
2465 2006-05-17  Werner Lemberg  <wl@gnu.org>
2466
2467         * lily/lexer.ll (init_signature_has_table): Add
2468         `scm-scm-music-music'.
2469
2470         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
2471         (Generic_prefix_music_scm): Add rule for it.
2472
2473         * lily/quote-iterator.cc (Quote_iterator::process): Handle
2474         `quoted-transposition' property.
2475
2476         * ly/music-functions-init.ly (transposedCueDuring): New function.
2477
2478         * scm/define-music-properties.scm (all-music-properties): Updated.
2479
2480         * Documenation/topdocs/NEWS.itely: Document it.
2481
2482 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
2483
2484         * python/lilylib.py (system): move import subprocess to system()
2485         definition. 
2486
2487         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
2488
2489         * VERSION (PATCH_LEVEL): release 2.9.5
2490         
2491         * Documentation/topdocs/INSTALL.texi (Top): update versions and
2492         build instructions. 
2493
2494         * ly/engraver-init.ly: switch on hairpinToBarline by default.
2495
2496 2006-05-16  Graham Percival  <gpermus@gmail.com>
2497
2498         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
2499
2500         * Documentation/user/ various: minor fixes.
2501
2502 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
2503
2504         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
2505
2506 2006-05-16  Mats Bengtsson  <mabe@s3.kth.se>
2507
2508         * Documentation/user/advanced-notation.itely (Instrument names):
2509         Modified obsolete instruction on how to move instrument names away
2510         from the staves. Hmm, at second thought the bug probably has been
2511         solved, so the full bug description should probably be removed.
2512
2513 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
2514
2515         * lily/dynamic-engraver.cc (typeset_all): hang ending on
2516         currentCommandColumn. 
2517
2518         * lily/hairpin.cc (print): also add padding for non-neighbor
2519         hairpin bounds.
2520
2521         * scm/define-context-properties.scm
2522         (all-user-translation-properties): add hairpinToBarline
2523
2524         * input/regression/hairpin-to-barline.ly: new file.
2525
2526         * lily/context.cc (internal_send_stream_event): thinko fix.
2527
2528         * lily/tie.cc (set_default_control_points): robustness fix.
2529
2530         * python/musicxml.py (Part.interpret): don't complain about
2531         incomplete measures.
2532
2533         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
2534         new music if last_event_chord() returned None.
2535
2536         * python/musicxml.py (Part.interpret): skip back over chord notes.
2537
2538 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
2539         
2540         * lily/percent-repeat-engraver.cc, lily/parser.yy,
2541         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
2542         lily/slash-repeat-engraver.cc,
2543         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
2544         iterator sends PercentEvents
2545
2546         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
2547         rework tuplets: send start/stop events to engraver
2548
2549         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
2550         dispatchers event-source and events-below to Context
2551         
2552 2006-05-15  Graham Percival  <gpermus@gmail.com>
2553
2554         * Documentation/user/README.txt: update info for doc writers.
2555
2556         * Documentation/user/programming-interface.itely: integrate
2557         Nicolas' fixes for chapter rewrite.
2558
2559         * Documentation/user/ various: minor fixes.
2560
2561 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
2562
2563         * lily/clef-engraver.cc: cleanup.
2564
2565         * Documentation/user/GNUmakefile: dist context-example.eps too.
2566
2567         * lily/key-engraver.cc (create_key): use
2568         explicitKeySignatureVisibility for cancellation too. 
2569
2570         * lily/font-config.cc (init_fontconfig): don't close file if
2571         f==NULL. 
2572
2573 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
2574
2575         * Documentation/topdocs/NEWS.tely: niente and rotation news
2576
2577 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
2578
2579         * lily/include/stencil.hh
2580         * lily/stencil.cc (rotate): new function. Makes it possible
2581         to rotate a stencil around a given offset.
2582
2583         * lily/grob.cc (get_print_stencil): add rotation support
2584
2585         * lily/stencil-interpret.cc (interpret_stencil_expression):
2586         add rotation support
2587
2588         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
2589
2590         * scm/define-grob-properties.scm: add 'rotation property
2591
2592         * scm/define-markup-commands.scm: add rotate markup command
2593         
2594         * scm/output-ps.scm: add rotation support in PostScript backend
2595
2596         * scm/output-svg.scm: add rotation support in SVG backend
2597
2598 2006-05-13  Graham Percival  <gpermus@gmail.com>
2599
2600         * Documentation/user/music-glossary.itely: French correction.
2601
2602         * Documentation/user/programming-interface.itely: major
2603         new docs, some reorg, some info from Nicolas.
2604
2605         * Documentation/user/ various: small fixes.
2606
2607 2006-05-12  Mats Bengtsson  <mabe@s3.kth.se>
2608
2609         * Documentation/user/programming-interface.itely (Markup
2610         programmer interface): Remove duplicate text.
2611
2612 2006-05-12  Graham Percival  <gpermus@gmail.com>
2613
2614         * Documentation/user/context-example.eps: new file.
2615
2616         * Documentation/user/changing-defaults.itely: set up file to
2617         use eps image.
2618
2619         * Documentation/user/programming-interface.itely: changes
2620         from mailist.
2621
2622 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
2623
2624         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
2625
2626 2006-05-11  Graham Percival  <gpermus@gmail.com>
2627
2628         * Documentation/user/programming-interface.itely: first round of
2629         editing and merging emails from Nicolas.
2630
2631         * Documentation/user/scheme-tutorial: minor edit.
2632
2633 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
2634
2635         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
2636         XML attributes.
2637         (Xml_node.message): use it.
2638
2639         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
2640         oops. Add duration argument.
2641
2642 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
2643
2644         * lily/paper-column-engraver.cc (make_columns):
2645         * scm/define-grobs.scm: Revert my previous change and set the default
2646         in define-grobs.scm instead.
2647
2648 2006-05-09  Graham Percival  <gpermus@gmail.com>
2649         
2650         * Documentation/user/changing-defaults.itely: general editing,
2651         info about \set and \override.
2652
2653         * Documentation/user/tweaking.itely, advanced-notation.itely:
2654         fixes from Dave Luttinen, thanks!
2655
2656 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
2657
2658         * lily/paper-column-engraver.cc (make_columns): By default, a column
2659         needs to be breakable.
2660
2661 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
2662
2663         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
2664         Attributes methods
2665         (musicxml_time_to_lily): idem
2666         (musicxml_key_to_lily): idem
2667         (instrument_drumtype_dict): dict for supported drumtypes.
2668         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
2669         moments and pending mm rests
2670         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
2671         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
2672         (musicxml_voice_to_lily_voice): add mode change.
2673         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
2674         speed and less memory usage (factor 5 to 10).
2675         (convert): write -defs.ly  and driver file separately so people
2676         can script their own part extraction.
2677
2678         * python/musicxml.py (minidom_demarshal_node): new function:
2679         separate minidom handling.
2680         (lxml_demarshal_node): new function: support lxml.etree too.
2681         (Xml_node.message): new function: verbose error message, with XML
2682         path to offending node.
2683         (Attributes.get_measure_length): sane interface to MusicXML attributes.
2684         (Part_list.generate_id_instrument_dict): new method: collect
2685         instrument names, to be able to set drum_type.
2686         (Part.interpret): handle underfull measures
2687         (Part.interpret): assign instrument names.
2688
2689         * python/musicexp.py (Output_printer.close): new method
2690         (MusicWrapper.print_ly): new class: support other modes,
2691         eg. \drummode
2692         (BarCheck.print_ly): new class. Support bar checks, with comments
2693         and fancy barchecks. 
2694         (NoteEvent.__init__): also set drum_type for drum notes.
2695         (MultiMeasureRest.lisp_expression): dump mm rests.
2696
2697         * lily/paper-column-engraver.cc (stop_translation_timestep): set
2698         line-break-permission if forbidBreak is not set.
2699
2700 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
2701
2702         * scm/define-context-properties.scm:
2703         * scm/define-grob-properties.scm:
2704         * scm/define-grobs.scm:
2705         * scm/define-music-display-methods.scm:
2706         * scm/define-music-properties.scm:
2707         * scm/define-music-types.scm:
2708         * scm/music-functions.scm:
2709         * ly/declarations-init.ly:
2710         * lily/include/constrained-breaking.hh:
2711         * lily/system.cc:
2712         * lily/spaceable-grob.cc:
2713         * lily/simple-spacer.cc:
2714         * lily/paper-score.cc:
2715         * lily/paper-column.cc:
2716         * lily/paper-column-engraver.cc:
2717         * lily/item.cc:
2718         * lily/gourlay-breaking.cc:
2719         * lily/constrained-breaking.cc:
2720         * python/convertrules.py:
2721         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
2722         "page-break-penalty" and "line-break-permission".
2723         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
2724         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
2725
2726         * lily/bar-engraver.cc:
2727         * lily/beam-engraver.cc:
2728         * lily/forbid-break-engraver.cc:
2729         * lily/ligature-engraver.cc:
2730         * lily/paper-column-engraver.cc:
2731         * lily/percent-repeat-engraver.cc:
2732         * lily/score-engraver.cc:
2733         * lily/score-engraver.hh:
2734         * lily/paper-column-engraver.hh:
2735         Inter-engraver communication regarding line breaks is done through context
2736         properties (Score.forbidBreak) instead of function calls.
2737
2738 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
2739
2740         * VERSION (PACKAGE_NAME): release 2.9.4
2741
2742 2006-05-08  Graham Percival  <gpermus@gmail.com>
2743
2744         * Documentation/user/working.itely: proofreading from Dave
2745         Luttinen, thanks.
2746
2747         * Doucmentation/user/README.txt: updated with manual style info.
2748
2749         * Documentation/user/ various: trim linewidth to 78 chars.
2750
2751 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
2752
2753         * scm/define-grob-properties.scm (all-internal-grob-properties):
2754         remove chord-tremolo property.
2755
2756         * lily/beam.cc (get_beam_segments): don't use stem position as
2757         base for broken ends.
2758
2759 2006-05-06  Graham Percival  <gpermus@gmail.com>
2760
2761         * Documentation/user/putting.itely: proofreading from Dave
2762         Luttinen, thanks!
2763
2764         * Documentation/user/ various: more reorg and clarifications.
2765
2766 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2767
2768         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
2769
2770         * ly/music-functions-init.ly: new function featherDurations
2771
2772         * lily/beam.cc: read grow-direction for feathered beaming.
2773
2774         * Documentation/topdocs/NEWS.tely (Top): typo.
2775
2776 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2777
2778         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
2779         tremolo beams.
2780
2781 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
2782         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
2783         used by music streams.
2784
2785         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
2786         lily/stream-event.cc, lily/stream-event-scheme.cc,
2787         lily/listener.cc, lily/scheme-listener.cc,
2788         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
2789         lily/include/stream-event.hh, lily/include/listener.hh,
2790         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
2791         Created data structures for music streams.
2792         
2793 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2794
2795         * lily/beam.cc (get_beam_segments): new function. Reorganise the
2796         construction of a beam. 
2797         (print): rewrite. 
2798
2799         * flower/include/std-vector.hh (default_compare): use only one comparison.
2800
2801         * scm/define-markup-commands.scm (note-by-number): remove debug display.
2802         (note-by-number): further attachment fixes.
2803
2804         * scm/lily-library.scm (ordered-cons): new function.
2805         (interval-index): new function
2806
2807         * lily/note-head-scheme.cc (LY_DEFINE): new file.
2808
2809         * lily/note-head.cc (get_stem_attachment): new function.
2810
2811         * scm/define-markup-commands.scm (note-by-number): read 'style
2812         property. 
2813
2814         * input/regression/markup-note.ly: show note-head style option.
2815
2816         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
2817         triangle head.
2818
2819 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
2820
2821         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
2822
2823         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
2824
2825         * lily/include/constrained-breaking.hh: GCC 4 fix.
2826
2827 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
2828
2829         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
2830         Replace it with functions get_line_forces and get_line_configuration.
2831         (class Simple_spacer): Make data private.
2832         Rewrite compression algorithm to be faster and simpler.
2833
2834         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
2835         * lily/gourlay-breaking.cc (solve):
2836         * lily/constrained_breaking.cc (space_line):
2837         Change it to the new simple-spacer code.
2838
2839         * lily/paper-score.cc (get_paper_systems):
2840         (Paper_score):
2841         (process):
2842         Delay breaking the systems until they are requested.
2843         (find_break_indices):
2844         Use vsize for indices.
2845         (calc_breaking):
2846         Move the "Calculating line breaks" message here.
2847
2848         * lily/system.cc (pre_processing):
2849         Move the "Calculating line breaks" message away from here.
2850         (break_into_pieces):
2851         Allow multiple calls to this function in sequence (with touching-but-
2852         not-overlapping breakpoints).
2853
2854         * lily/constrained-breaking.cc:
2855         Replace most of the get_XXXX functions with get_line_details.
2856         Only calculate the force for each line. Calculate configurations only
2857         for the lines we will actually use.
2858         Replace cols_ with lines_.
2859
2860 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2861
2862         * mf/GNUmakefile (depth): remove FC_FIND.
2863
2864         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
2865
2866         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
2867
2868         * scm/framework-ps.scm (write-preamble): new function.
2869         (write-preamble): load mac fonts via fondu, even if gs-font-load
2870         is set.
2871
2872 2006-05-03  Werner Lemberg  <wl@gnu.org>
2873
2874         * mf/GNUmakefile (FC_FIND): Fix typo.
2875
2876 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
2877
2878         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
2879
2880 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2881
2882         * stepmake/aclocal.m4: run python-config for crosscompiling
2883         flags. 
2884
2885         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
2886         -f png for HTML, TEXINFO formats. 
2887
2888         * input/tutorial/lbook-html-test.html: new file.
2889
2890         * lily/include/tie-formatting-problem.hh (class
2891         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
2892         [column, direction]. This fixes laissez vibrer ties.
2893  
2894         * flower/include/tuple.hh (struct Tuple2): new file.
2895
2896         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
2897         $(FCMATCH), only if $(NCSB_DIR) not set. 
2898
2899         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
2900
2901         * config.make.in (DOCUMENTATION): set FCMATCH.  
2902
2903         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
2904
2905 2006-05-03  Graham Percival  <gpermus@gmail.com>
2906
2907         * Documentation/user/ various: final round of reorg.
2908
2909         * Documentation/user/instrument-notation.itely: some more
2910         fixes from Eduardo, thanks!
2911
2912 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2913
2914         * VERSION (PACKAGE_NAME): release 2.9.3
2915
2916         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
2917
2918         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
2919
2920 2006-05-01  Mats Bengtsson  <mabe@s3.kth.se>
2921
2922         * scm/define-grob-properties.scm (all-user-grob-properties):
2923         Correct typo, thanks to Eduardo.
2924
2925 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2926
2927         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
2928
2929         * buildscripts/lilypond-words.py (F): indent fix.
2930
2931         * input/regression/tie-arpeggio-collision.ly: new file.
2932
2933         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
2934         function: store outlines per column rank.
2935
2936         * lily/include/tie-configuration.hh (class Tie_configuration): add
2937         column_ranks_ to specification and configuration, to distinguish
2938         between ties for different heads in arpegiated chords.
2939
2940         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
2941
2942         * *.py: more 4 space indents.
2943
2944         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
2945
2946 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
2947
2948         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
2949
2950 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2951
2952         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
2953
2954         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
2955
2956         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
2957
2958 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2959
2960         * python/convertrules.py (conv): indent 4 for python files.
2961
2962 2006-04-29  Mats Bengtsson  <mabe@s3.kth.se>
2963
2964         * Documentation/user/changing-defaults.itely (Creating contexts):
2965         Clarify \new semantics.
2966
2967 2006-04-28  Graham Percival  <gpermus@gmail.com>
2968
2969         * Documentation/user/ various: major new sections in the
2970         Learning manual, slight reorg elsewhere.
2971
2972 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
2973
2974         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
2975
2976         * scm/framework-ps.scm (output-framework): remove PageMedia
2977
2978 2006-04-27  Graham Percival  <gpermus@gmail.com>
2979
2980         * Documentation/user/ tweaks.itely, working.itely: new
2981         files, being more advanced "learning manual" chapters.
2982
2983         * Documentation/user/ tutorial, putting, lilypond: reorg.
2984
2985 2006-04-26  Graham Percival  <gpermus@gmail.com>
2986
2987         * input/regression/lyric-combine-polyphonic.ly: fixed test
2988         (no more "can't find context `one'" error).
2989
2990 2006-04-25  Joe Neeman <joeneeman@gmail.com>
2991
2992         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
2993
2994         * input/regression/stem-tremolo.ly: add 2 more whole note examples
2995         
2996 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2997
2998         * lily/relocate.cc (read_relocation_dir): new function.
2999
3000 2006-04-26  Graham Percival  <gpermus@gmail.com>
3001
3002         * Documentation/user/instrument-notation.itely: a few more fixes
3003         from Eduardo, thanks!
3004
3005         * Documentation/user/README.txt: new file; contains info on
3006         style that used to be in lilypond.tely.
3007
3008         * Documentation/user/ various: first round of doc reorg.
3009
3010         * Documentation/user/baer-flat-bw.png: remove alpha bit from
3011         graphic; this probably causes problems on some pdf
3012         viewers, notably Adobe Acrobat.
3013
3014 2006-04-24  Graham Percival  <gpermus@gmail.com>
3015
3016         * Documentation/user/instrument-notation.itely: many alterations
3017         to Vocal music, from Eduardo Viera.
3018
3019 2006-04-23  Graham Percival  <gpermus@gmail.com>
3020
3021         * Documentation/user/instrument-notation.itely: fix \new
3022         instead of \context problem.
3023
3024 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3025
3026         * lily/relocate.cc (expand_environment_variables): new function.
3027         (read_line): id.
3028         (read_relocation_file): id.
3029
3030         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
3031
3032 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
3033
3034         * ly/engraver-init.ly: remove old comments from TabVoice
3035
3036 2006-04-20  Graham Percival  <gpermus@gmail.com>
3037
3038         * Documentation/user/instrument-notation.itely: added Erlend's
3039         latest doc patch, thanks!
3040
3041 2006-04-19  Erlend Aasland <erlenda@gmail.com>
3042
3043         * lily/include/slur.hh:
3044         * lily/slur.cc:
3045         * lily/phrasing-slur-engraver.cc:
3046         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
3047         acknowledge_extra_object () from Phrasing_slur_engraver:: and
3048         Slur_engraver:: and putting it in
3049         Slur::auxiliary_acknowledge_extra_object ().
3050
3051         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
3052
3053         * lily/note-collision.cc: fix a comment
3054
3055 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3056
3057         * stepmake/bin/add-html-footer.py: fix footer position in
3058         generated html files: before </body> and </html> tags.
3059
3060 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3061
3062         * scripts/GNUmakefile: revert last "fix", which rather broke make.
3063         Earlier successive `make' commands finally compiled ok.
3064
3065         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
3066
3067 2006-04-18  Erlend Aasland <erlenda@gmail.com>
3068
3069         * lily/include/stem-tremolo.hh:
3070         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
3071         callers.
3072
3073         * lily/lookup.cc:
3074         * lily/include/lookup.hh: add rotated_box ()
3075
3076 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3077
3078         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
3079         been generated. Fixes "can't get `--help'" bug after make clean.
3080
3081         * THANKS: alphabetize contributors.
3082
3083 2006-04-17  Graham Percival  <gpermus@gmail.com>
3084
3085         * Documentation/user/instrument-notation.itely: added Erlend's
3086         tabs and banjo doc patch.  Thanks!
3087
3088 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
3089
3090         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
3091
3092         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
3093
3094         * scm/output-lib.scm: add some more predefined string tunings.
3095
3096         * Documentation/user/instrument-notation.itely: and doc them.
3097
3098 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
3099
3100         * ly/engraver.ly: Remove obsolete comments.
3101
3102         * ly/gregorian-init.ly: Define default layout block.
3103
3104         * input/puer-fragment.ly: Updated and extended.
3105
3106 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3107
3108         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
3109         pdf conversion behaviour.
3110
3111         * flower/file-name.cc (dir_name)
3112         (get_working_directory): Move from relocate.cc.
3113
3114         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
3115         
3116         * lily/relocate.cc: Encapsulate sys/stat.h in
3117         HAVE_STAT_H.
3118
3119 2006-04-14  Graham Percival  <gpermus@gmail.com>
3120
3121         * Documentation/user/ various: small updates from Cameron
3122         and Juergen, thanks!
3123
3124         * Documentation/user/ various: small updates of my own.
3125
3126         * THANKS: 2.7 -> 2.8.
3127
3128 2006-04-11  Graham Percival  <gpermus@gmail.com>
3129
3130         * scm/define-context-properties.scm: typo.
3131
3132         * Documentation/user/ : many more small updates.
3133
3134 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
3135
3136         * scm/define-music-types.scm: disposed "docme".
3137
3138 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
3139
3140         * lily/hairpin.cc: make niente circles a bit smaller.
3141
3142 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
3143
3144         * mf/GNUmakefile: remove redundant mftrace check. Also remove
3145         get-pfa and get-*-fonts targets.
3146
3147 2006-04-10  Graham Percival  <gpermus@gmail.com>
3148
3149         * THANKS, Documentation/user/ basic-notation, advanced-notation,
3150         music-glossary, programming-interface: more minor fixes
3151         from mailist.
3152
3153         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
3154
3155         * scm/define-context-properties.scm: another old \property update.
3156         This time tested for compiling!
3157
3158 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
3159
3160         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
3161
3162 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3163
3164         * scm/define-context-properties.scm (all-user-translation-properties): 
3165         * Documentation/user/global.itely (Page formatting): Compile fix.
3166
3167 2006-04-09  Mats Bengtsson  <mabe@s3.kth.se>
3168
3169         * Documentation/user/advanced-notation.itely (Polymetric
3170         notation): Update the example to use the "+" symbol and add link
3171         to input/test/compound-time.ly.
3172
3173 2006-04-08  Graham Percival  <gpermus@gmail.com>
3174
3175         * scm/define-grob-properties.scm: clarify docs for #'direction.
3176
3177         * scm/define-context-properties.scm: update old \property override.
3178
3179         * Documentation/user/ advanced-notation, global, lilypond-book:
3180         more minor doc updates.
3181
3182 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
3183
3184         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
3185
3186         * scm/backend-library.scm (search-gs): oops.
3187
3188 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
3189
3190         * scripts/lilypond-book.py (output): use base, not filename for href.
3191
3192         * scm/backend-library.scm: only look for gs.
3193
3194         * scripts/lilypond-book.py (output): fix printfilename.
3195
3196         * lily/parser.yy (music_function_musicless_prefix): fold together
3197         definitions of signature (SCM*) (Music|post_event|chord_body_element)
3198
3199         * lily/slur.cc (print): only set font-size if not set yet.
3200
3201         * lily/slur-configuration.cc (add_score): improved layout of debug
3202         scoring output.
3203
3204 2006-04-05  David Feuer  <David.Feuer@gmail.com>
3205
3206         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
3207         (draw_circle): Hopefully fixed regression.
3208         Improved documentation for several procedures.
3209         
3210 2006-03-04  Werner Lemberg  <wl@gnu.org>
3211
3212         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
3213
3214 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
3215
3216         * scripts/musicxml2ly.py (bindir): add dynamic
3217         relocation. 
3218
3219 2006-04-04  Graham Percival  <gpermus@gmail.com>
3220
3221         * Documentation/user/ basic-notation, advanced-notation, putting,
3222         instrument-notation, invoking, lilypond, THANKS: another ream of small
3223         fixes from the Doc Helpers.
3224
3225 2006-04-03  David Feuer  <David.Feuer@gmail.com>
3226
3227         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
3228
3229         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
3230
3231         * Cleaned up interfaces between PostScript and Scheme, and moved
3232         computations from PostScript to Scheme:
3233
3234         * music-drawing-routines.ps
3235         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
3236         with stroke_and_fill throughout.
3237         (euclidean_length, print_letter, draw_box): Deleted unused
3238         procedures.  If someone needs draw_box, implement it using
3239         draw_round_box; don't duplicate code.
3240         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
3241         Refactored/cleaned up interfaces.
3242         (mark_URI): Moved.
3243
3244         * output-ps.scm: reordered arguments to PostScript functions to
3245         match new interfaces
3246         (glyph-string): Rewrote glyph-string.
3247         (grob-cause): Replaced string-append with format.
3248         (repeat-slash): Rewrote to do computation here.
3249         (round-filled-box): Rewrote to do computation here.
3250
3251 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
3252
3253         * stepmake/stepmake/generic-targets.make: add cvs-clean target
3254
3255         * stepmake/stepmake/toplevel- targets.make: print help info about
3256         cvs-clean
3257
3258 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
3259
3260         * input/regression/hairpin-circled.ly: new file
3261
3262 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
3263
3264         * lily/hairpin.cc (print): add support for circled tip
3265
3266         * scm/define-grob-properties.scm: add circled-tip parameter
3267
3268         * scm/define-grobs.scm: init circled-tip to false
3269         
3270 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
3271
3272         * scm/music-functions.scm (quote-substitute): set
3273         iterators-ctor. 
3274
3275 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
3276
3277         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
3278         BSTINPUTS. 
3279
3280         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
3281
3282         * scm/output-ps.scm (glyph-string): revert cid selectfont.
3283
3284 2006-03-31  David Feuer  <david.feuer@gmail.com>
3285         
3286         * scm/framework-ps.scm:
3287         
3288         * scm/output-ps.scm: glyph-string now produces smaller, more
3289         readable, and probably faster PostScript.  Several findfont
3290         scalefont setfont instances changed to selectfont
3291         Hacked-up string-appends changed to formats.
3292
3293         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
3294         
3295 2006-03-30  Graham Percival  <gpermus@gmail.com>
3296
3297         * scm/lily-library.scm: make "no version" warning message more polite.
3298
3299         * lily/music.cc: add double quotes to failed octave check.
3300
3301         * Documentation/user/ advanced-notation, changing-defaults,
3302         instrument-notation, invoking, music-glossary: whole bunch of minor
3303         fixes from mailist.
3304
3305 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
3306
3307         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
3308         $(buildscriptdir) iso. depth.
3309
3310         * VERSION (PACKAGE_NAME): release 2.9.1
3311
3312 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
3313
3314         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
3315
3316         * VERSION (PATCH_LEVEL): bump version number.
3317
3318         * flower/include/guile-compatibility.hh (scm_from_uint32): add
3319         scm_from_uint32 ()
3320
3321         * lily/pango-font.cc (pango_item_string_stencil): use
3322         scm_from_uint32 ()
3323
3324         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
3325         $(outdir)/emmentaler-%.svg): remove canary.
3326
3327         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
3328         glyphnames if we have a ttf font.
3329
3330 2006-03-30  Mats Bengtsson  <mabe@s3.kth.se>
3331
3332         * Documentation/user/advanced-notation.itely (Font selection):
3333         Corrected reference to the font-family-override.ly example.
3334
3335 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
3336         
3337         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
3338         stem-tremolo object in the stem (or else the stem might not be
3339         long enough).
3340
3341 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
3342
3343         * lily/ttf.cc (print_trailer): only print existing glyphs.
3344
3345 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
3346
3347         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
3348         position the tremolo based on the position of the notehead.
3349
3350         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
3351         notes and update the texidoc line with the new positioning rules.
3352         
3353 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
3354
3355         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
3356
3357         * scripts/lilypond-book.py (Module): set default for linewidth if
3358         preamble not found.
3359
3360 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
3361
3362         * VERSION (PACKAGE_NAME): release 2.9.0.
3363
3364         * input/regression/stem-tremolo-position.ly: new file.
3365
3366         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
3367
3368 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
3369
3370         * lily/stem-tremolo.cc (print): position
3371         the tremolo depending only on the end of the stem
3372         and not on the notehead
3373         (raw_stencil): center, on the middle staff line, the
3374         flag that is closest to the end of the stem (previously
3375         the bottom flag)
3376         (calc_width): add this callback to shorten a tremolo when
3377         it is beamed or it is stemup with a flag
3378         (style): add this callback to make a tremolo rectangular when
3379         it is beamed or it is stemup with a flag
3380         (rotated_box): this is like Lookup::beam but makes a rotated
3381         rectangle instead of a parallelogram
3382
3383         * lily/stem.cc (calc_stem_info): make sure the stem
3384         is long enough to fit the tremolo
3385         (calc-length): reduce the length of tremolo stems since the
3386         tremolo code is now capable of better positioning
3387
3388         * scm/define-grobs.scm: make calc_width the default beam-width
3389         callback for stem-tremolo and add the style callback
3390                 
3391 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
3392
3393         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
3394         case. 
3395
3396 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
3397
3398         * lily/ttf.cc (make_index_to_charcode_map): restore old
3399         cmap. 
3400
3401 2006-03-28  Werner Lemberg  <wl@gnu.org>
3402
3403         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
3404
3405 2006-03-28  Graham Percival  <gpermus@gmail.com>
3406
3407         * THANKS: update for 2.9, add section for Documentation helpers.
3408
3409         * Documentation/topdocs/NEWS.tely: compile fix.
3410
3411         * Documentation/user/ basic-notation, global, advanced-notation,
3412         examples.itely: minor fixes from mailist.
3413
3414 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
3415
3416         * mf/feta-bolletjes.mf: match width of solfa notes with normal
3417         note heads. 
3418
3419         * lily/ttf.cc (print_trailer): use it.
3420
3421         * lily/pango-font.cc (get_unicode_name): new function.
3422
3423         * lily/ttf.cc (make_index_to_charcode_map): move function from
3424         open-type-font.cc
3425         (print_trailer): substitute uniXXXX name if applicable. 
3426
3427         * lily/pango-font.cc (get_index_to_charcode_map): new function.
3428         (pango_item_string_stencil): use it to generate uniXXXX names.
3429
3430         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
3431         note heads, for uniform widths in shape note output.
3432         (overdone_heads): hmm. remove them again.
3433
3434         * scripts/lilypond-book.py (output): add links to filenames.
3435
3436         * Documentation/topdocs/INSTALL.texi (Top): update versions.
3437
3438         * lily/note-collision.cc (get_clash_groups): only consider when
3439         Note_column::dir <> CENTER. 
3440
3441         * scripts/lilypond-book.py (get_option_parser): init output_name
3442         to ''. 
3443
3444 2006-03-24  Graham Percival  <gpermus@gmail.com>
3445
3446         * Documentation/topdocs/NEWS.tely: add @end itemize
3447
3448         * Documentation/user/ global, advanced-notation: minor
3449         stuff from mailist.
3450
3451 2006-03-23  Graham Percival  <gpermus@gmail.com>
3452
3453         * Documentation/user/ lilypond.tely, music-glossary,
3454         preface: housekeeping; 2005->2006, remove "notes for 2.6"
3455
3456 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
3457
3458         * mf/GNUmakefile: don't install .enc files.
3459
3460         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
3461
3462         * VERSION (PATCH_LEVEL): bump to 2.9.0
3463
3464 2006-03-22  Graham Percival  <gpermus@gmail.com>
3465
3466         * Documentation/user/advanced-notation.itely: minor fixes
3467         from mailist.
3468
3469 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
3470
3471         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
3472
3473         * branch lilypond_2_8
3474
3475 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
3476
3477         * scripts/lilypond-book.py (samefile): new function, for windoze
3478         compatibility.
3479
3480 2006-03-21  Graham Percival  <gpermus@gmail.com>
3481
3482         * ly/engraver-init.ly: add info about StaffGroup.
3483
3484 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
3485
3486         * input/regression/stem-direction-context.ly: idem.
3487
3488         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
3489
3490         * THANKS: add Mats.
3491
3492         * input/regression/page-layout-twopass.ly: comment out \markup so
3493         tweak-file is left.
3494
3495         * lily/instrument-name-engraver.cc (finalize): add to instrument
3496         name global System. This also fixes chopped instrument names, but
3497         doesn't crash when there are slurs/beams.
3498
3499         * lily/slur-configuration.cc (add_score): disallow negative slur
3500         scores.
3501         
3502 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3503
3504         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
3505
3506         * lily/instrument-name-engraver.cc (process_music): kludge: add
3507         InstrumentName spanner to axis group of left bound. Fixes chopped
3508         off instrument names in EPS images.
3509
3510         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
3511
3512         * scripts/abc2ly.py (option_parser): update to 2.7.40
3513
3514 2006-03-20  Graham Percival  <gpermus@gmail.com>
3515
3516         * THANKS: move small doc contributors to SUGGESTIONS.
3517
3518         * Documentation/user/ basic-notation, advanced-notation,
3519         global: small changes from mailist.
3520
3521 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3522
3523         * Documentation/user/advanced-notation.itely (Text marks): update
3524         for new rehearsalMarkAlignSymbol convention.
3525
3526         * VERSION (PATCH_LEVEL): bump version.
3527
3528         * input/test/instrument-name-align.ly: new file.
3529
3530         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
3531
3532         * input/test/instrument-name-align.ly: new file. Document how to
3533         align instrument names.
3534
3535         * lily/mark-engraver.cc: remove properties.
3536
3537         * scm/define-context-properties.scm
3538         (all-user-translation-properties): remove align symbol properties
3539         for barnumber/reh. mark.
3540
3541         * lily/break-align-interface.cc (self_align_callback): new
3542         interface, new function. Look at complete alignment. This handles
3543         tunable break alignments in case break-align-symbols are missing.
3544
3545         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
3546
3547         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
3548
3549         * python/convertrules.py (conv): mark/bar number alignment rule.
3550
3551         * lily/break-align-interface.cc (calc_positioning_done): also
3552         store offset from last visible break-alignment to its
3553         neighbor. This makes alignment on non-visible objects more reliable.
3554
3555         * po/lilypond.pot (Module): ran po-replace.
3556
3557         * input/regression/tie-single-manual.ly (Module): new file.
3558
3559         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
3560         look at has_manual_position_.
3561         (from_ties): set has_manual_position_ if tie has staff-position set.
3562
3563         * lily/tuplet-bracket.cc (calc_positions): idem.
3564
3565         * lily/tuplet-number.cc (print): don't print tupletnumber if it
3566         doesn't span time.
3567
3568 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3569
3570         * scm/define-markup-commands.scm (smallCaps): new markup command
3571         for turning a text to small caps using smaller font size and upper
3572         casing.
3573
3574 2006-03-17  Graham Percival  <gpermus@gmail.com>
3575
3576         * Documentation/user/ examples, instrument-notation,
3577         advnaced-notation: minor fixes from mailist.
3578
3579 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3580
3581         * Documentation/user/tutorial.itely (First steps): change example
3582         to verbatim.  
3583
3584 2006-03-17  Graham Percival  <gpermus@gmail.com>
3585
3586         * Documentation/user/ examples, advanced: minor changes from mailist.
3587
3588         * THANKS: add Geoff Horton, for documentation stuff.
3589
3590 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3591
3592         * python/lilylib.py (system): revert have_select kludge.
3593
3594         * Documentation/user/tutorial.itely (Commenting input files):
3595         update version numbers in doc. 
3596
3597         * scm/define-grob-interfaces.scm (multi-measure-interface): add
3598         bound-padding to multi-measure-interface
3599
3600 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3601
3602         * input/test/engraver-example.ily: update version number.
3603
3604         * VERSION (PACKAGE_NAME): release 2.7.39
3605
3606         * lily/note-spacing.cc (get_spacing): heighten threshold where
3607         accidentals/arpeggios influence previous spacing fully.
3608
3609         * lily/rest.cc (y_offset_callback): only use direction if
3610         staff-position wasn't set before.
3611
3612         * lily/bar-number-engraver.cc: add support for
3613         barNumberAlignSymbol. 
3614         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
3615
3616         * lily/pointer-group-interface.cc (set_ordered): new function. 
3617         (add_unordered_grob): new function.
3618
3619         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
3620         to ordered, unless the opposite has been proved.  This fixes
3621         random reordering of large object groups across linebreaks,
3622         eg. beams.
3623
3624         * lily/main.cc (do_chroot_jail): printf format fix.
3625
3626         * lily/tie-formatting-problem.cc (generate_configuration):
3627         multiply y-shift for dot with direction.
3628  
3629         * scm/define-markup-commands.scm (note-by-number): put (magstep
3630         size) in y-attach too.
3631
3632         * Documentation/topdocs/NEWS.tely (Top): show override.
3633
3634         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
3635         direction for stems.
3636         
3637 2006-03-15  Graham Percival  <gpermus@gmail.com>
3638
3639         * Documentation/user/ changing-defaults, global: minor
3640         fixes from mailist.
3641
3642 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3643
3644         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
3645
3646         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
3647         breakable items after uniformly stretched notes.
3648
3649         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
3650         outline with outer edge of note heads. This prevents infinity
3651         problems with tied whole notes.
3652
3653         * scripts/lilypond-book.py (do_file): use os.popen
3654
3655         * python/convertrules.py (conv): add rule for Stem #'beamed-*
3656
3657 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
3658
3659         * Documentation/user/invoking.itely: Add ragged-right to bug report
3660         guidelines.
3661
3662 2006-03-14  Graham Percival  <gpermus@gmail.com>
3663
3664         * Documentation/user/global.itely: small fix from mailist.
3665
3666 2006-03-14  Mats Bengtsson  <mabe@s3.kth.se>
3667
3668         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
3669         file descriptor returned by tempfile.mkstemp() when writing
3670         to tmpfile and closing it. Solves problem with unlink(tmpfile)
3671         on mingw.
3672
3673 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3674
3675         * po/fi.po: newline bugfix.
3676
3677 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3678
3679         * scm/paper.scm (paper-alist): Rounding fixes.
3680
3681 2006-03-13  Graham Percival  <gpermus@gmail.com>
3682
3683         * Documentation/user/ changing-defaults, instrument-notation,
3684         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
3685
3686 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
3687
3688         * po/fi.po: update.
3689
3690 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3691
3692         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
3693         mailto: to http:// 
3694
3695         * python/lilylib.py (print_environment): move ps_page_count to
3696         lilypond-book.py
3697
3698 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3699
3700         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
3701
3702         * scm/framework-ps.scm (embed-document): new function. Use to
3703         embed PFA files.
3704
3705         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
3706
3707 2006-03-12  Mats Bengtsson  <mabe@s3.kth.se>
3708
3709         * Documentation/user/instrument-notation.itely (Setting simple
3710         songs): Added \book{...} around the full example, so the separate
3711         markups are included in the printed example. 
3712
3713 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3714
3715         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
3716         tmphandle.
3717
3718         * python/lilylib.py (system): rewrite system() using
3719         subprocess. Remove >& redirection trickery.
3720
3721 2006-03-11  Graham Percival  <gpermus@gmail.com>
3722
3723         * Documentation/user/ changing-defaults, global, scheme-tutorial,
3724         notation-appendices.itely: minor fixes from mailist.
3725
3726 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3727
3728         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
3729         unsplit man also needs images.
3730
3731         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
3732
3733         * VERSION (PACKAGE_NAME): 2.7.38 released.
3734
3735 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3736
3737         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
3738         log in output dir.
3739
3740 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
3741
3742         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
3743         respects the Score.skipTypesetting property.
3744         
3745 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3746
3747         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
3748         Prolog. No %%EOF after CFF file.
3749
3750 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
3751         
3752         * lily/constrained-breaking.cc (get_max_systems): used to return a
3753         much too big value
3754         (combine_demerits): use pointers to reduce copying data
3755         (calc_subproblem): idem
3756         (get_page_penalty): add page turn penalties
3757         
3758 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3759
3760         * Documentation/user/invoking.itely (Invoking lilypond): better
3761         explanation of -e usage.
3762
3763         * lily/main.cc (main_with_guile): don't append to
3764         init_scheme_code_string
3765
3766         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
3767
3768         * Documentation/user/invoking.itely: add note about MacOS X scripts.
3769
3770         * scripts/convert-ly.py (do_options): don't print help for
3771         --show-rules rule.
3772
3773         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
3774         @code and @example. Update from texinfo.tex from CVS.
3775
3776 2006-03-08  Graham Percival  <gpermus@gmail.com>
3777
3778         * Documentation/user/scheme-tutorial.itely: clarifies distances
3779         measured in staff-spaces.
3780
3781 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3782
3783         * lily/slur.cc (outside_slur_callback): only calculate offsets if
3784         consider[k] is true.
3785
3786         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
3787
3788         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
3789         consider columns that have originals.  Unifies spacing for mm
3790         rests around line breaks.
3791
3792         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
3793         (set_text_rods): idem.
3794         (calculate_spacing_rods): new function: share code between
3795         set_text_rods and set_spacing_rods.
3796         (set_text_rods): take extents of bounds into account.  
3797
3798 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3799
3800         * Documentation/user/basic-notation.itely (Writing music in
3801         parallel): don't use relative.
3802
3803 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3804
3805         * ly/music-functions-init.ly (Module): add shiftDurations
3806
3807         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
3808
3809         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
3810
3811         * ly/engraver-init.ly: init vocalName to nil.
3812
3813 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
3814
3815         * scm/music-functions.scm (music->make-music): bugfix,
3816         KeyChangeEvents are now handled correctly.
3817
3818         * scripts/lilypond-book.py: Add --debug option.
3819
3820 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3821
3822         * python/lilylib.py: add tempfile.
3823
3824 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3825
3826         * VERSION (PACKAGE_NAME): release 2.7.37
3827
3828         * python/lilylib.py (ps_page_count): remove make_ps_images().
3829         (ps_page_count): remove mkdir_p
3830         (system): remove cleanup_temp.
3831         (exit): remove lilypond_version_(check)
3832         (error_log): remove pseudo_filter_p
3833         remove read_pipe
3834         remove cp_to_dir
3835         remove identify
3836
3837         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
3838         use __main__
3839
3840         * lily/accidental-engraver.cc (make_standard_accidental): only add
3841         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
3842
3843         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
3844         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
3845         Make incompatibilities.
3846
3847         * scm/output-ps.scm (grob-cause): replace backslashes by /
3848         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
3849
3850 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3851
3852         * cygwin/GNUmakefile: Install fixes.
3853
3854         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
3855
3856         * lily/note-head.cc (head::get_balltype): Compile fix.
3857
3858         * flower/file-name.cc (dos_to_posix): Flower string fix.
3859
3860 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3861
3862         * python/lilylib.py: pychecker cleanups.
3863
3864         * scripts/lilypond-book.py
3865         (Lilypond_snippet.output_print_filename): pychecker cleanups
3866
3867         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
3868
3869         * python/lilylib.py (underscore): remove identify() , warranty()
3870
3871         * ps/music-drawing-routines.ps: change Border routine for GSView
3872         compatibility.
3873
3874         * lily/stem.cc (height): use quantize-positions.  This triggers
3875         set_stem_lengths, so scripts on beamed stems are handled correctly.
3876
3877         * lily/side-position-interface.cc (aligned_side): check if edges
3878         of script are inside staff. Fixes accent of edge of the staff.
3879
3880         * input/regression/staccato-pos.ly: more examples.
3881
3882         * stepmake/aclocal.m4 (depth): fix bashism.
3883
3884         * lily/lyric-combine-music-iterator.cc: move from
3885         new-lyric-combine-iterator.cc
3886         (process): add pending_grace_lyric_ member to delay lyrics on
3887         grace notes.
3888
3889         * lily/system-start-text.cc (print): suicide if we don't have any
3890         elements. Fixes hara kiri'd instrument names.
3891
3892         * scripts/mup2ly.py (Module): remove.
3893
3894 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3895
3896         * Documentation/user/global.itely (A single music expression):
3897         close @lilypond properly
3898
3899         * lily/volta-bracket.cc (modify_edge_height): change from
3900         after_line_breaking_callback. Suicide last bracket if appropriate.
3901  
3902         * python/lilylib.py: strip getopt support
3903
3904         * scripts/etf2ly.py (do_options): use optparse
3905
3906         * scripts/midi2ly.py: optparse, strip lilylib copy. 
3907
3908         * scripts/abc2ly.py (voices): use optparse.
3909
3910         * stepmake/stepmake/generic-vars.make: new function absdir.
3911
3912         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
3913
3914         * scripts/lilypond-book.py (find_file): use global_options for
3915         include path
3916
3917         * scm/ps-to-png.scm (ps-page-count): prevent null characters
3918         entering C code.
3919
3920 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3921
3922         * python/lilylib.py (get_global_option): ughness for extracting
3923         global options from lilylib.
3924         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
3925
3926         * scripts/lilypond-book.py (get_option_parser): use optparse for
3927         option handling.  Put options in global_options variable.
3928
3929 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
3930
3931         * Documentation/index.html.in: clarify.
3932
3933 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3934
3935         * scm/layout-page-layout.scm (write-page-breaks): add a
3936         music-system-heights property to the page layout output.
3937
3938         * scm/page.scm (make-page-stencil): take footer into account when
3939         computing the 'space-left page property
3940         (annotate-space-left): take footer into account when annonating
3941         space left.
3942
3943 2006-02-28  Graham Percival  <gpermus@gmail.com>
3944
3945         * Documentation/user/ advanced-notation, global: more (final)
3946         docs for music expressions, removed special fermatas.
3947
3948 2006-02-27  Graham Percival  <gpermus@gmail.com>
3949
3950         * Documentation/user/ basic-notation, global: minor changes
3951         from mailist.
3952
3953 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3954
3955         * scm/framework-ps.scm:         
3956         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
3957         layer for inf? and nan? from framework-ps to lily-library.
3958
3959 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3960
3961         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
3962         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
3963
3964         * buildscripts/substitute-encoding.py (Module): remove file.
3965
3966         * mf/GNUmakefile: more PFA strippage.
3967
3968         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
3969
3970         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
3971         generation
3972
3973         * scm/framework-ps.scm: remove font name munging.
3974
3975         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
3976
3977 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3978
3979         * scm/markup.scm (define-markup-command): change
3980         def-markup-command to define-markup-command
3981
3982         * scm/music-functions.scm (define-music-function): change
3983         def-music-function to define-music-function.
3984
3985         * python/convertrules.py (conv): rules for def-music-function
3986         and def-markup-commands
3987
3988         * Documentation/user/programming-interface.itely,
3989         input/no-notation/display-lily-tests.ly,
3990         input/regression/lily-in-scheme.ly,
3991         input/regression/markup-user.ly,
3992         input/regression/music-function.ly, input/regression/tie-chord.ly,
3993         scm/fret-diagrams.scm, ly/music-functions-init.ly,
3994         ly/gregorian-init.ly: use new macro names (define-music-function,
3995         define-markup-command).
3996
3997 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3998
3999         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
4000         (output): add comments to lp-book latex output.
4001
4002         * GNUmakefile.in (footifymail): use gmane address for webpage bug
4003         address.
4004
4005 2006-02-23  Graham Percival  <gpermus@gmail.com>
4006
4007         * Documentation/user/ tutorial, global: minor changes.
4008
4009 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4010
4011         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
4012         blocks (for make 3.80)
4013
4014         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
4015         \notemode so that user should not have to explicitely type it.
4016
4017         * scm/define-music-display-methods.scm: various
4018         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
4019         constructs)
4020
4021         * input/no-notation/display-lily-tests.ly: new tests for
4022         \applyOutput and \applyContext
4023
4024 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4025
4026         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
4027         changed it slightly so that the number of systems returned by
4028         solve () will be the same as the last value passed to resize
4029         (). I've also added more documentation, removed casts, fixed style
4030         problems and put in some recovery if constraints aren't satisfied."
4031
4032 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4033
4034         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
4035         for emacs < 22 compatibility.
4036         (count-rexp): Use it.
4037         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
4038         substring juggling (Milan Zamazal).
4039
4040 2006-02-23  Graham Percival  <gpermus@gmail.com>
4041
4042         * Documentation/user/ basic-notation, advanced-notation,
4043         global.itely, invoking.itely, tutorial,itely:
4044         minor fixes from mailist.
4045
4046         * scm/define-markup-commands.scm: improve docs of \filled-box.
4047
4048 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
4049
4050         * Documentation/index.html.in: changes concern the previous release.
4051
4052         * input/regression/+.ly: cultivate typographical terminology.
4053
4054 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4055
4056         * scm/define-grob-interfaces.scm (parentheses-interface): add
4057         padding to parentheses-interface.
4058
4059         * Documentation/user/GNUmakefile: remove $(CROSS) support from
4060         Documentation/user/GNUmakefile. Use --disable-documentation for that.
4061
4062         * VERSION (PATCH_LEVEL): release 2.7.36
4063
4064         * lily/slur.cc: add avoid-slur (ugh.)
4065         
4066         * lily/slur-configuration.cc (fit_factor): oops, skip point if
4067         intersection gets smaller. This fixes slurs over extreme points.
4068
4069         * lily/melody-engraver.cc (stop_translation_timestep): ignore
4070         stems with neutral-direction set.
4071
4072         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
4073
4074         * lily/open-type-font.cc (load_table): format error.
4075
4076         * lily/change-iterator.cc (process): format fix.
4077
4078         * flower/include/international.hh (_f): idem.
4079
4080         * flower/include/std-string.hh: add format printf attribute.
4081
4082         * scm/define-grobs.scm (all-grob-descriptions): height of all
4083         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
4084
4085         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
4086         ambitus lines.
4087
4088         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
4089
4090 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
4091
4092         * input/regression/: upgraded syntax for some files.
4093
4094         * THANKS: Add bughunters.
4095
4096 2006-02-22  Graham Percival  <gpermus@gmail.com>
4097
4098         * Documentation/user/ invoking.itely, advanced-notation.itely,
4099         global.itely: long-awaited "let's make chapter 10 not suck"
4100         update.  Rearrange chapter 10; now called "global issues",
4101         addresses file structure, etc.  Some info from other files
4102         moved into global.itely.
4103
4104 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4105
4106         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
4107         catch trill-span-event notes.
4108
4109         * Documentation/user/examples.itely (Ancient notation templates): typo.
4110         (Jazz combo): typo.
4111
4112         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
4113
4114         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
4115
4116         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
4117
4118         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
4119
4120         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
4121         froum Laissez_vibrer_engraver.
4122
4123         * ly/declarations-init.ly (repeatTie): add \repeatTie
4124
4125         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
4126
4127         * scm/define-grob-properties.scm (all-user-grob-properties): add
4128         head-direction property.
4129
4130         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
4131         from_lv_ties. Take head direction argument.
4132
4133         * lily/semi-tie-column.cc: rename from
4134         laissez-vibrer-tie-column.cc. Rename class too.
4135
4136         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
4137         class too.
4138
4139         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
4140
4141         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
4142         0 case.
4143         (find_breaks): idem.
4144
4145 2006-02-21  Graham Percival  <gpermus@gmail.com>
4146
4147         * Documentation/user/advanced-notation.itely: fixed make-moment]
4148         example.
4149
4150         * Documentation/user/basic-notation.itely: more clarification to
4151         transpose.
4152
4153 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4154
4155         * lily/include/constrained-breaking.hh (class
4156         Constrained_breaking): new file.
4157
4158         * lily/constrained-breaking.cc (resize): new file.
4159
4160         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
4161
4162         * Documentation/user/advanced-notation.itely (Clusters): insert
4163         end ignore too.
4164
4165         * lily/tie-column.cc (calc_positioning_done): support for
4166         tie-score debugging
4167
4168         * lily/tie-formatting-problem.cc
4169         (generate_extremal_tie_variations): factor out.
4170         (score_ties_configuration): annotate all tie 
4171         (print_ties_configuration): new routine.
4172         (generate_configuration): nudge extremal ties outside of the head
4173         Y extents.
4174         (score_ties_configuration): oops. convert to staff-space before
4175         determining position symmetry.
4176
4177 2006-02-20  Graham Percival  <gpermus@gmail.com>
4178
4179         * Documentation/user/*-notation.itely: misc minor editing,
4180         shifting doc sections around.
4181
4182         * Documentation/user/*-notation-itely, global.itely,
4183         changing-defaults.itely: added new stuff from NEWS.
4184
4185 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
4186
4187         * po/fi.po: update.
4188
4189 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4190
4191         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
4192         lilypond --verbose for lp-book.
4193
4194         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
4195         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
4196
4197         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
4198         $(buildscript-dir) iso. absolute depth.
4199
4200         * buildscripts/genicon.py (dir): thinko.
4201
4202         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
4203
4204 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
4205
4206         * scm/output-lib.scm: swap darkcyan/darkyellow
4207
4208         * THANKS: Add bughunters.
4209
4210 2006-02-19  Graham Percival  <gpermus@gmail.com>
4211
4212         * Documentation/user/programming-interfaces.itely: fixed example.
4213
4214         * Documentation/user/instrument-notation.itely: fix @{ @}.
4215
4216         * scm/script.scm: add avoid-slur for \open.
4217
4218 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4219
4220         * lily/tie-formatting-problem.cc (score_configuration): use
4221         sliding score for min-length. 
4222
4223         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
4224         spaghetti for icons.
4225
4226         * buildscripts/genicon.py (program_name): new file.
4227
4228         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
4229         in outline too.  
4230         (generate_configuration): for small ties, also look for collisions
4231         at Y + DIR*h + DELTA_Y.
4232         (get_variations): consider variation for dot positions too.
4233
4234         * lily/side-position-interface.cc (aligned_side): take abs for
4235         quantized rounded position. Fixes tenuto below staff.
4236
4237         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
4238         markers when necessary.
4239
4240         * lily/program-option.cc (internal_set_option): add
4241         strict_infinity_checking option.
4242
4243         * scm/output-lib.scm (cyan): swap yellow and cyan.
4244
4245 2006-02-19  Graham Percival  <gpermus@gmail.com>
4246
4247         * darwin.patch: trivial linenumber update.
4248
4249         * Documentation/user/ {various}: `\context foo = named' changed
4250         to `\new foo = "name"' in docs.
4251
4252 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4253
4254         * scm/stencil.scm (annotate-y-interval): use it.
4255
4256         * scm/lily-library.scm (interval-sane?): new function.
4257
4258         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
4259         tfm_checksum stuff.
4260
4261         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
4262         common refpoint.
4263
4264         * flower/include/std-vector.hh (iterof): add iterof macro.
4265
4266         * lily/enclosing-bracket.cc (width): new function.
4267
4268         * lily/align-interface.cc (align_elements_to_extents): reinstate
4269         warning.
4270
4271 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
4272
4273         * Documentation/index.html.in: fix spelling: thankyous.
4274
4275 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4276
4277         * lily/lyric-hyphen.cc: typo.
4278
4279 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4280
4281         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
4282         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
4283         builds don't work. 
4284
4285         * VERSION: release 2.7.35
4286
4287         * lily/beam.cc (get_default_dir): oops. Take abs () for
4288         extremes[DOWN].
4289         (get_default_dir): use extreme position criterion only in absence
4290         of forced stem directions.
4291
4292         * VERSION (PATCH_LEVEL): bump VERSION.
4293
4294         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
4295         dependencies. Necessary for -jX builds.  
4296
4297 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4298
4299         * lily/relocate.cc (setup_paths): Yet another const fix.
4300
4301 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4302
4303         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
4304
4305         * lily/relocate.cc (setup_paths): oops.
4306
4307 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
4308
4309         * Documentation/index.html.in: order links: html before PDF.
4310
4311 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4312
4313         * lily/tie-column-format.cc (Module): remove.
4314
4315         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
4316
4317         * lily/text-spanner.cc (print): idem.
4318
4319         * lily/dynamic-text-spanner.cc (print): only print line if longer
4320         than dash-period.
4321
4322         * lily/auto-change-iterator.cc (change_to): formatting.
4323
4324         * lily/beam.cc (get_default_dir): take extreme note head as input
4325         for stem direction.
4326
4327         * lily/tie.cc (get_default_dir): only look directions for visible
4328         stems. 
4329
4330         * lily/side-position-interface.cc (aligned_side): oops. Don't
4331         mutiply with direction. This fixes quantized (staccato, tenuto)
4332         scripts below notes.
4333
4334         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
4335         direction. Fixes c-lyrics-center-align.ly
4336
4337 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4338
4339         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
4340         constructor.
4341
4342         * lily/std-string.cc:
4343         * lily/include/std-vector.hh (split_string): Move and rename from
4344         lily/include/misc.hh, lily/misc.cc.  Update callers.
4345
4346 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4347
4348         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
4349
4350 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4351
4352         * flower/test-file.cc: New file.
4353
4354         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
4355         libraries.
4356
4357         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
4358
4359 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4360
4361         * flower/include/file-storage.hh: remove file.
4362
4363         * lily/include/midi-item.hh (class Midi_track): idem.
4364
4365         * lily/include/source.hh (class Sources): idem.
4366
4367         * lily/include/performance.hh (class Performance): use vector
4368         iso. Cons<>
4369
4370         * flower/include/cons.hh (class Cons): remove file.
4371
4372         * flower/include/flower-proto.hh: remove template cruft.
4373
4374         * lily/include/font-metric.hh: use size_t not vsize for indices.
4375
4376         * flower/include/flower-proto.hh (Module): remove std-vector.hh
4377         from proto.
4378
4379         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
4380
4381         * lily/include/paper-book.hh (class Paper_book):
4382         make get_system_specs() public.
4383
4384         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
4385         the force=10000 case if we don't have a current-best. 
4386
4387         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
4388         vsize 
4389
4390         * flower/include/flower-proto.hh: remove outdated templates.
4391
4392         * scm/page.scm: use annotate-spacing
4393
4394 2006-02-15  Graham Percival  <gpermus@gmail.com>
4395
4396         * scm/translation-functions.scm: circle patch from Erlend, thanks!
4397
4398         * THANKS: moved Erlend Aasland to contributors.
4399
4400 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4401
4402         * config.hh.in: remove HAVE_PANGO_16
4403
4404         * lily/tuplet-bracket.cc (calc_positions): multiply with
4405         staff-space for beam case. This fixes tuplets+beams on scaled
4406         staves.
4407
4408         * config.hh.in: remove all Kpathsea related defines.
4409
4410         * lily/dot-column.cc (side_position): reach stem via dots->
4411         head->stem. Inspect all stems for dot collisions. 
4412
4413         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
4414         stem handling.
4415
4416         * lily/bar-number-engraver.cc (process_music): document function
4417         of whichBar.
4418
4419         * lily/score.cc (default_rendering): add pscore, not systems
4420         themselves.
4421
4422         * lily/paper-book.cc (get_system_specs): separate generation of
4423         titles and systems.
4424
4425         * flower/include/std-vector.hh: don't include config.hh
4426
4427 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
4428
4429         * flower/include/std-vector.hh: Better wrapper compatibility with
4430         std::vector.
4431
4432         * flower/include/flower-proto.hh: Remove cheap forward declaration
4433         attempts.
4434
4435         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
4436
4437 2006-02-14  Graham Percival  <gpermus@gmail.com>
4438
4439         * Documentation/user/invoking.itely: add warning about command line.
4440
4441 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4442
4443         * lily/include/lily-proto.hh: add Prob, rm Page.
4444
4445         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
4446
4447         * VERSION: release 2.7.34
4448
4449         * lily/relocate.cc (framework_relocation): show canary if
4450         GHOSTSCRIPT_VERSION undefined.
4451
4452         * GNUmakefile.in: remove $(VERSION) symlink.
4453
4454         * lily/relocate.cc (setup_paths): add + 
4455
4456 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
4457
4458         * Documentation/index.html.in: specify sizes for all big HTML pages.
4459
4460 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4461
4462         * config.hh.in: remove @FRAMEWORKDIR@
4463
4464         * lily/system-start-text.cc (get_stencil): new file: separate out
4465         system-start-delimiter text support.
4466
4467         * input/**ly: replace \context with \new where appropriate.
4468         
4469         * THANKS: add Don.
4470
4471         * lily/slur-scoring.cc (get_base_attachments): use
4472         robust_relative_extent. This fixes problems with empty paper-columns. 
4473
4474 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4475
4476         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
4477
4478         * scm/define-music-properties.scm (all-music-properties):
4479         create-new property.
4480
4481         * lily/context-specced-music-iterator.cc (construct_children):
4482         inspect 'create-new property iso. magical $uniqueContextId context
4483         id.
4484
4485         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
4486
4487         * lily/context-key-manager.cc (Module): new file. Encapsulate
4488         object key generation.
4489
4490         * lily/include/context-key-manager.hh (Module): new file.
4491
4492 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4493
4494         * scm/define-grobs.scm (all-grob-descriptions): center instrument
4495         names vertically
4496
4497         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
4498         options.
4499         (reloc_b): excise --enable-framework-dir
4500
4501         * lily/relocate.cc (framework_relocation): use getenv
4502         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
4503
4504 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4505
4506         * flower/include/std-string.hh: 
4507         * flower/include/std-vector.hh: Finish std:: conversion; move
4508         flower extensions from std:: namespace.  Update users.
4509
4510         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
4511         their expansion to vector<*>.  Update users.
4512
4513 2006-02-10  Graham Percival  <gpermus@gmail.com>
4514
4515         * Documentation/user/invoking.itely: add example to File structure.
4516
4517         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
4518         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
4519
4520 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4521
4522         * ly/paper-defaults.ly: typo.
4523
4524         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
4525         set_parent() for parentheses. This will make it show up in bbox
4526         calculations.
4527
4528         * scm/output-lib.scm (parentheses-item::print): rewrite, using
4529         ly:grob-common* functions.
4530
4531         * lily/grob-scheme.cc (LY_DEFINE):
4532         ly:grob-common-refpoint-of-array: new function 
4533         ly:grob-common-refpoint: new function 
4534         ly:grob-relative-coordinate: new function 
4535
4536         * lily/instrument-name-engraver.cc (process_music): use
4537         Text_interface::is_markup(). This fixes \markup on instrument names.  
4538
4539         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
4540         for ties and slurs.
4541
4542         * lily/slur.cc (print): idem.
4543
4544         * lily/tie.cc: add line-thickness for ties. 
4545
4546 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4547
4548         * scm/output-svg.scm: Document diversion from GNU coding standards
4549         as a workaround for a bug in Microsoft Internet Explorer.
4550
4551 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4552
4553         * lily/instrument-name-engraver.cc (process_music): use
4554         is_markup() iso. is_string()
4555
4556         * Documentation/user/changing-defaults.itely (Module): add menu entry.
4557
4558         * lily/percent-repeat-engraver.cc (process_music): only look at
4559         main_part_ for % repeats.
4560
4561         * lily/stem-tremolo.cc (get_beam_translation): new function.
4562         (calc_slope): new function.
4563         (height): don't use real slope.
4564
4565 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
4566
4567         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
4568         new connect-to-neighbor, control-points and staff-padding
4569         properties to make ligature brackets showing up again.
4570
4571 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4572
4573         * VERSION: release 2.7.33
4574
4575         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
4576         too many.
4577
4578         * Documentation/user/changing-defaults.itely (Difficult tweaks):
4579         remove applyOutput example.
4580         (Objects connected to the input): document \tweak, \parenthesize
4581
4582         * lily/relocate.cc (prefix_relocation): allow "current"
4583         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
4584         changing VERSION in a lily tree less painful.
4585
4586         * input/regression/parenthesize.ly: new file. 
4587
4588         * scm/output-lib.scm (parenthesize-element): new function.
4589
4590         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
4591
4592         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
4593
4594         * lily/accidental-engraver.cc (make_standard_accidental): reroute
4595         cause: accidentals are caused by note heads, not note events. 
4596
4597 2006-02-08  Graham Percival  <gpermus@gmail.com>
4598
4599         * darwin.patch: small patch from Erlend, thanks!
4600
4601         * Documentation/user/basic-notation.itely: add stem-neutral example.
4602
4603         * Documentation/user/putting.itely: clarifications.
4604
4605 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4606
4607         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
4608         note, add more guidelines to what should go into NEWS.
4609
4610         * input/sakura-sakura.ly: document how to override font.
4611
4612         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
4613
4614 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4615
4616         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
4617
4618 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4619
4620         * scripts/convert-ly.py (lilypond_version_re_str): Move from
4621         convertrules.  Add explicit grouping, needed for python2.2.
4622
4623 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4624
4625         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
4626
4627 2006-02-07  Graham Percival  <gpermus@gmail.com>
4628
4629         * Documentation/user/global.itely: fix line-width in (text) docs.
4630
4631         * Documentation/user/lilypond-book.itely: same.
4632
4633 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4634
4635         * VERSION (PACKAGE_NAME): release 2.7.32
4636
4637         * Documentation/topdocs/NEWS.tely (Top): document new variable
4638         naming.
4639
4640         * flower/include/array.icc (Message): remove file.
4641
4642         * flower/include/std-vector.hh: make sure vsize and VPOS are
4643         defined for binary_search_bounds().
4644
4645         * flower/std-string.cc (std): add to_string(long unsigned).
4646
4647         * configure.in (gui_b): excise std_string option.
4648         (gui_b): excise std_vector option.
4649
4650         * flower/string.cc (Module): excise flower array & string
4651
4652         * flower/include/std-string.hh: excise flower string.
4653
4654         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
4655
4656         * python/convertrules.py (lilypond_version_re_str): require
4657         only numbers and dots in \version string.
4658
4659 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4660
4661         * lily/system-start-delimiter.cc (print): allow style = text too.
4662
4663         * lily/system-start-delimiter-engraver.cc
4664         (acknowledge_system_start_text): new function, also add add to
4665         support of system-start-text (instrument names). This fixes
4666         instrument names on piano staves.
4667
4668         * lily/instrument-name-engraver.cc: rewrite. Use
4669         system-start-delimiter approach. This save memory and cpu.
4670
4671         * scm/define-grobs.scm (all-grob-descriptions): remove
4672         instrument-name from break-alignment.
4673
4674         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
4675
4676 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4677
4678         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
4679         jobserver going.
4680
4681         * configure.in (std_vector): On by default.
4682
4683         * lily/include/font-metric.hh:
4684         * lily/include/tfm-reader.hh: 
4685         * lily/include/spanner.hh: Use unsigned for indices and sizes.
4686         Update users.
4687
4688         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
4689
4690 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4691
4692         * VERSION (PACKAGE_NAME): 2.7.31
4693
4694         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
4695         EPS edge at 0, but take minimum with left-overshoot. This fixes
4696         cut off system start delims. 
4697
4698         * lily/instrument-name-engraver.cc (stop_translation_timestep):
4699         hack: add to axis group if not added yet. This fixes hara kiri'd
4700         piano staves.
4701
4702         * lily/hara-kiri-group-spanner.cc
4703         (force_hara_kiri_in_y_parent_callback): fix signatures.
4704
4705         * lily/hairpin.cc (print): check next hairpin to see whether or
4706         not to be continuing.
4707
4708 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4709
4710         * Remove trailing whitespace from makefiles.
4711         
4712         * flower/include/std-vector.hh: Add binary_search_bounds workaround
4713         for earlier gcc.
4714
4715         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
4716
4717         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
4718
4719         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
4720
4721         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
4722
4723         * configure.in: Use it.
4724
4725 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4726
4727         * scm/music-functions.scm (pitch-of-note): new function.
4728
4729         * ly/music-functions-init.ly: add \octave and \addquote
4730
4731         * lily/parser.yy (music_function_chord_body): softcode \octave.
4732         (lilypond_header): softcode \addquote
4733
4734 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4735
4736         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
4737         array.hh, parray.hh at all.  Getting ready to flip the
4738         configure default.
4739
4740         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
4741
4742         * lily/source-file.cc (file::get_line): Help binary_search_bounds
4743         a bit.
4744
4745         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
4746
4747 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4748
4749         * flower/include/array.hh: typo. 
4750
4751 2006-02-02  Graham Percival  <gpermus@gmail.com>
4752
4753         * Documentation/user/advanced-notation.itely: doc "\#" in text.
4754
4755 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4756
4757         * flower/include/pqueue.hh: Derive from std::vector.
4758
4759         * flower/include/parray.hh: Conform to std::vector interface.
4760         Update users.
4761
4762 2006-02-02  Graham Percival  <gpermus@gmail.com>
4763
4764         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
4765
4766 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4767
4768         * flower/file-path.cc (is_file): remove if 0 section.
4769
4770         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
4771         selecting afii61352.
4772
4773 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4774
4775         * flower/include/std-vector.hh (boundary): Oops, reverse.
4776
4777         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
4778         remove superfluous `d'.
4779
4780         * flower/include/std-vector.hh (boundary, top): Detach from class.
4781         Remove empty vector shell.
4782
4783         * flower/include/array.hh (reverse, swap): Detach from class.
4784         Update users.
4785         
4786         * flower/include/std-vector.hh
4787         * flower/include/array.hh (concat): Globally change to insert ().
4788
4789         
4790         * flower/include/std-vector.hh
4791         * flower/include/parray.hh
4792         * flower/include/array.hh (elem, elem_ref): Globally replace by
4793         at ().
4794
4795 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4796
4797         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
4798
4799         * python/convertrules.py (FatalConversionError.sub_cxx_id):
4800         anticipate on identifier substitutions.
4801
4802 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4803
4804         * flower/include/std-vector.hh (insert): Remove, replace by
4805         std::vector interface.  Update callers.
4806
4807         * flower/include/array.icc (insert): Change signature to
4808         match std::vector interface.
4809         
4810         * flower/include/array.icc (vector_sort): Bugfix.
4811
4812 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4813
4814         * lily/parser.yy (output_def_head_with_mode_switch): new
4815         production. Result: dashes and underscores may be used in the
4816         \paper block.
4817
4818         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
4819
4820         * python/convertrules.py (conv): oops. One slash too much.
4821
4822 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4823
4824         * flower/include/std-vector.hh (sort): Remove, replace by
4825         ::vector_sort.  Update callers.
4826
4827         * flower/include/std-vector.hh (slice): Remove.  Update callers.
4828         (sort): Bugfix.
4829
4830         * flower/test-std.cc (vector_sort): New test.
4831
4832 2006-02-01  Graham Percival  <gpermus@gmail.com>
4833
4834         * Documentation/user/putting.itely: fixes from Erik.
4835
4836 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4837
4838         * flower/test-std.cc: Add simple unit test for vector migration.
4839
4840         * stepmake/stepmake/test*: Unit test support.
4841
4842         * flower/include/std-vector.hh (del): Remove.  Use erase (),
4843         update callers.
4844
4845         * flower/include/array.hh (begin, end): Add.
4846         (del, get): Remove.
4847
4848 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4849
4850         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
4851         std::string not String. 
4852
4853         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
4854         iso UINT_MAX.
4855
4856         * lily/prob.cc (Prob): copy type_ too.
4857
4858         * lily/lily-guile.cc (mangle_cxx_identifier): new
4859         function. Class_bla::foo_bar_[px] ->
4860         ly:class-bla::foo-bar[?!]. Changes throughout
4861
4862 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4863
4864         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
4865
4866         * lily/beam.cc (calc_direction): take dir from visible stem in
4867         degenerate case.
4868
4869 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4870
4871         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
4872         Fix -1, >=0 boundary checks for unsigned vsize.
4873
4874         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
4875         loop for unsigned vsize.
4876
4877         * configure.in (--enable-std-vector): New option.
4878         (--enable-std-string): On by default.
4879
4880         * flower/include/std-vector.hh: New file.  Enable switch to
4881         std::vector, update client code.
4882
4883 2006-01-30  Graham Percival  <gpermus@gmail.com>
4884
4885         * scm/document-translation.scm: clarify "this context is also
4886         known as".  Thanks, Werner!
4887
4888         * Documentation/user/putting.itely: small fixes from Don Blaheta.
4889
4890         * Documentation/user/invoking.itely: small fix from Don.
4891
4892 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4893
4894         * scm/lily.scm (define-scheme-options): rename option
4895         preview-include-book-title to book-title-preview
4896         (define-scheme-options): move force-eps-font-include (from paper
4897         block) to eps-font-include -d option.
4898
4899         * VERSION (PATCH_LEVEL): release 2.7.30
4900
4901         * input/bach-schenker.ly (staffPiano): new file.
4902
4903         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
4904
4905         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
4906         credits to Nicolas.
4907
4908         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
4909
4910         * ps/lilyponddefs.ps: remove start-system, stop-system,
4911         start-page fluff. This saves putting { } code on the stack, fixing
4912         stack overflows when including EPS files.
4913
4914 2006-01-29  Graham Percival  <gpermus@gmail.com>
4915
4916         * Documentation/user/putting.itely: minor fixes (comments on -devel).
4917
4918 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4919
4920         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
4921
4922 2006-01-28  Graham Percival  <gpermus@gmail.com>
4923
4924         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
4925
4926 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4927
4928         * input/mutopia/claop.py: Update.
4929
4930 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4931
4932         * input/regression/completion-heads.ly (texidoc): fix.
4933
4934         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
4935
4936         * lily/tie-formatting-problem.cc
4937         (set_ties_config_standard_directions): use abs iso fabs for ints.
4938
4939         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
4940
4941         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
4942         little less than noteheight, to prevent overlaps in chords.
4943
4944         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
4945         head, and fudge stem-attachment.
4946
4947         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
4948
4949         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
4950
4951 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4952
4953         * lily/main.cc (main): Debugging aid: catch exceptions.
4954
4955         * flower/std-string.cc (to_string): Robustification.  Fixes midi
4956         output with std::string.
4957
4958 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4959
4960         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
4961
4962 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4963
4964         * Fix -DSTRING_UTILS_INLINED.
4965
4966 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4967
4968         * VERSION (PATCH_LEVEL): release 2.7.29
4969
4970         * lily/relocate.cc (setup_paths): mingw uses std string too.
4971
4972         * lily/*.cc: various fixes for substr(ARG).
4973
4974         * lily/sustain-pedal.cc (print): 
4975
4976         * flower/file-name.cc (slashify): use std strings.
4977
4978         * flower/string-convert.cc: remove publib.h
4979
4980         * scm/define-markup-commands.scm (verbatim-file): new markup
4981         command \verbatim-file
4982
4983         * Documentation/topdocs/NEWS.tely: fixup URLs
4984
4985         * input/regression/alignment-vertical-manual-setting.ly (Module):
4986         new file.
4987
4988         * lily/align-interface.cc (align_elements_to_extents): overwrite
4989         translations with numbers in alignment-offsets from left bound
4990
4991         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
4992         (page-translate-systems): new function: take into account Y-offset.
4993
4994         * Documentation/topdocs/NEWS.tely (Top): document new features.
4995
4996         * input/regression/page-layout-manual-position.ly (Module): new
4997         file.
4998
4999 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5000
5001         * flower/file-path.cc (path::parse_path): Oops.
5002
5003         * Finish std::string interface.  For now, use std:: marker
5004         throughout for easy s/r.
5005
5006 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5007
5008         * Documentation/user/putting.itely (Score is a single musical
5009         expression): typo.
5010         (Score is a single musical expression): more typos.
5011
5012         * scm/page.scm (annotate-space-left): thinko.
5013         (annotate-page): more thinkos.
5014
5015 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5016
5017         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
5018         for different \score blocks separately.
5019         (post-process-pages): put write-page-layout into paper block.
5020
5021         * lily/output-def.cc (get_parser): new file.
5022
5023         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
5024         file.
5025
5026         * lily/include/output-def.hh (class Output_def): add parser_ member.
5027
5028         * input/regression/page-layout-twopass.ly (Module): new file.
5029
5030         * scm/lily.scm: remove cpp hack.
5031
5032         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
5033
5034 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5035
5036         * GNUmakefile.in (c-clean): New target.
5037
5038         * flower/include/std-string.hh: String/std::string compatibility:
5039         Use NPOS for `not found' (iso -1), use ssize for length () and pos
5040         type.
5041
5042         * flower/rational.cc: 
5043         * flower/include/rational.hh: 
5044
5045         * flower/offset.cc: 
5046         * flower/include/offset.hh: 
5047
5048         * flower/interval.cc: 
5049         * flower/include/interval.hh: 
5050
5051         * flower/string-convert.cc: 
5052         * flower/include/string-convert.hh: Use std::string [interface].
5053         Update callers.
5054
5055 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
5056
5057         * Documentation/index.html.in: clean up.
5058
5059 2006-01-25  Graham Percival  <gpermus@gmail.com>
5060
5061         * Documentation/user/putting.itely: another new untested doc section.
5062
5063 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5064
5065         * scm/layout-page-layout.scm (write-page-breaks): write
5066         \spacingTweaks #ALIST. Handle grace timing.
5067
5068         * scm/: more imports.
5069
5070         * scm/page.scm (make-page): add footer/header.
5071         (annotate-space-left): revise: only take page argument.
5072         (layout->page-init): new function.
5073
5074         * scm/layout-page-layout.scm (write-page-breaks): preliminary
5075         version of the system/spacing/linebreak hack writing to the output
5076
5077         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
5078         ly:make-prob.
5079
5080         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
5081         ly:spanner-bound
5082
5083 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5084
5085         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
5086
5087         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
5088
5089         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
5090         handling to page.scm
5091
5092         * lily/prob-scheme.cc (LY_DEFINE): new file.
5093         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
5094
5095         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
5096         prob functions.
5097
5098         * lily/music.cc (derived_mark): derive Music from Prob.
5099
5100         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
5101
5102         * lily/prob.cc (Module): Implement Prob (Property Object), object
5103         with shared and r/w property alists.  
5104
5105         * lily/include/prob.hh (Module): new file. Declare Prob.
5106
5107         * flower/string.cc: remove is_empty().
5108
5109         * flower/include/string.hh (class String): remove String:: qualifier.
5110
5111         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
5112         substitute appropriate functions.
5113
5114         * flower/include/string.hh (class String): remove to_str0 and
5115         is_empty(). S&R everywhere.
5116
5117 2006-01-23  Graham Percival  <gpermus@gmail.com>
5118
5119         * Documentation/user/basic-notation.itely: add hairpin
5120         after-linebreak tweak to commonprop.
5121
5122         * Documentation/user/putting.itely: added two new sections.
5123
5124 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5125
5126         * flower/international.cc: 
5127         * flower/include/international.hh: 
5128
5129         * flower/getopt-long.cc: 
5130         * flower/include/getopt-long.hh: Use std::string [interface].
5131         Update callers.
5132
5133         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
5134
5135         * stepmake/stepmake/executable-rules.make: Add dependency on
5136         module libraries.
5137
5138 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5139
5140         * flower/file-path.cc: 
5141         * flower/include/file-path.hh: Use std::string [interface].
5142         Update callers.
5143
5144         * flower/direction.cc: 
5145         * flower/axis.cc: Unused.  Remove.
5146
5147         * configure.in (--enable-std-string): New option.
5148
5149         * flower/std-string.cc: 
5150         * flower/include/std-string.hh: New file.
5151
5152         * flower/file-name.cc[STD_STRING]:
5153         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
5154
5155 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5156
5157         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
5158
5159         * scm/define-markup-commands.scm (with-dimensions):
5160         with-dimensions markup command.
5161
5162         * input/test/font-table.ly: use it.
5163
5164         * lily/open-type-font.cc (glyph_list): new function.
5165
5166         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
5167
5168         * lily/ttf.cc: remove ly:font-glyph-list scheme function
5169
5170 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5171
5172         * ly/music-functions-init.ly (parallelMusic): new music function
5173         for parallel music entry.
5174
5175         * scm/define-music-properties.scm (all-music-properties): new
5176         'void music property
5177
5178         * scm/music-functions.scm (ly:music-message): make public, to be
5179         used in music function definitions
5180
5181         * scm/lily-library.scm (collect-music-for-book): discard music
5182         when the 'void property is set.
5183
5184 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5185
5186         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
5187
5188         * mf/GNUmakefile: idem.
5189
5190         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
5191
5192         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
5193
5194         * Documentation/user/notation-appendices.itely (The Feta font):
5195         use it.
5196
5197         * input/test/font-table.ly: new file. Generate font table within lily.
5198
5199         * Documentation/user/notation-appendices.itely (The Feta font):
5200         use new font-table.ly file. 
5201
5202         * stepmake/stepmake/install-out-targets.make
5203         (local-install-outfiles): only create directory if
5204         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
5205
5206 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5207
5208         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
5209
5210         * VERSION (PACKAGE_NAME): release 2.7.28
5211
5212         * scm/framework-ps.scm (write-preamble): use it to pick exactly
5213         the right font from a Mac dfont.
5214         (write-preamble): don't forget directory, only look at files.
5215
5216         This fixes problems with TTF files in dfonts that don't match
5217         their PostScript names.
5218          
5219         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
5220         PS name from TTF font.
5221
5222         * input/regression/tie-manual.ly: document new feature.
5223
5224         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
5225
5226         * VERSION (MY_PATCH_LEVEL): bump to .28
5227
5228         * Documentation/user/basic-notation.itely (Ties): add tie examples
5229         refs.
5230
5231         * lily/tie-formatting-problem.cc (score_ties_configuration):
5232         symmetry penalties for outer ties.
5233
5234 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5235
5236         * lily/tie-formatting-problem.cc (generate_configuration) 
5237         (set_manual_tie_configuration): skip non-pair manual
5238         tie-configuration, so you can set individual ties as
5239
5240           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
5241
5242         * input/regression/tie-chord.ly: use generateTiePattern to
5243         simplify file.
5244
5245         * lily/tie-formatting-problem.cc (peak_around): new function.
5246         (score_configuration): use sliding criterion for staff line collisions. 
5247         (score_configuration): idem for dot collisions.
5248         (generate_configuration): use separate stem_gap for gap to stem.
5249
5250         * lily/include/tie-formatting-problem.hh (struct Tie_details):
5251         separate penalty factors for x and y distance.
5252         (struct Tie_details): separate penalties for tip and center line collisions.
5253
5254 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
5255
5256         * lily/tie-formatting-problem.cc (generate_configuration): make
5257         large ties avoid stafflines in the horizontal section.
5258         (score_configuration): use softcoded penalties
5259         (score_aptitude): idem.
5260
5261         * lily/tie-helper.cc (from_grob): softcode tie details
5262
5263         * lily/staff-symbol-referencer.cc (on_staff_line): new function
5264
5265         * lily/staff-symbol-referencer.cc (on_line): rename from
5266         on_staffline 
5267
5268 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5269
5270         * ly/music-functions-init.ly: remove duplicate tag.
5271
5272         * lily/include/*.hh: GCC 4.1 fixes.
5273
5274 006-01-16  Erlend Aasland  <erlenda@gmail.com>
5275
5276         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
5277
5278         * scm/define-music-types.scm: fix bug in desc. string
5279         for OverrideProperty
5280
5281 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
5282
5283         * scripts/lilypond-book.py: bugfix
5284
5285         * scm/define-music-types.scm: fix typos.
5286
5287 2006-01-14  Graham Percival  <gpermus@gmail.com>
5288
5289         * Documentation/user/ basic-notation.itely, global.itely,
5290         advanced-notation.itely, instrument-notation.itely: small
5291         additions (bugs and commonly tweaked properties).
5292
5293 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5294
5295         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
5296         detection of mingw build.
5297         (MINGW_BUILD): opps.
5298
5299 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5300
5301         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
5302         i686-mingw32.
5303
5304 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5305
5306         * scm/music-functions.scm (skip->rest): add skip->rest
5307
5308 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5309
5310         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
5311         explicitly.
5312
5313         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
5314         config dirs. Aids debugging. 
5315         (display_config): also display config files.
5316
5317 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5318
5319         * VERSION: release 2.7.27
5320
5321         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
5322         for determining bar size.
5323
5324         * lily/staff-symbol.cc (print): place lines at distance line-positions
5325
5326         * scm/define-grob-properties.scm (all-user-grob-properties): add
5327         line-positions.
5328
5329         * lily/staff-symbol.cc (height): new function.
5330
5331         * input/regression/staff-line-positions.ly:  new file.
5332
5333 2006-01-06  Graham Percival  <gpermus@gmail.com>
5334
5335         * input/test/add-staccato.ly: remove reference to old file.
5336
5337 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5338
5339         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
5340         lilypond binary too.
5341
5342 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5343
5344         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
5345
5346 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5347
5348         * scripts/midi2ly.py: Bugfix: Declare datadir.
5349
5350         * make/ly-rules.make:
5351         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
5352         that seems to be gone). Fixes make web.
5353
5354         * The grand 2005-2006 replace.
5355
5356         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
5357
5358 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5359
5360         * make/lilypond-vars.make: set LILYPOND_BINARY variable
5361         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
5362         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
5363         like -dgs-font-load.
5364
5365         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
5366         remove absolute path to lilypond binary.
5367         
5368 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
5369
5370         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
5371
5372 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5373
5374         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
5375
5376         * mf/GNUmakefile: remove broken dvips map symlink.
5377
5378 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5379
5380         * lily/main.cc: 
5381         * configure.in: Cosmetic fixes.
5382
5383 2006-01-04  Mats Bengtsson  <mabe@s3.kth.se>
5384
5385         * Documentation/user/music-glossary.tely (Pitch names): Added
5386         Spanish pitch names and durations, thanks to Ernesto Gancedo
5387
5388 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5389
5390         * scm/lily.scm (define-scheme-options): use quasi-quote for option
5391         init. Fixes verbose printing of .scm files.
5392
5393         * stepmake/aclocal.m4: add spaces before - options.
5394         
5395 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5396
5397         * lily/relocate.cc (setup_paths): Bugfix: do not store result
5398         of path search in local block variable.
5399
5400 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5401
5402         * configure.in (NCSB_DIR): --enable-ncsb-dir
5403         (LINK_GXX_STATICALLY): denko.
5404
5405         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
5406
5407         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
5408         use locate to find c059033l.pfb. 
5409         
5410 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5411
5412         * lily/tie-formatting-problem.cc
5413         (problem::generate_base_chord_configuration): Use my_round (was
5414         round).
5415
5416         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
5417         do not invoke mbrtowc.
5418
5419         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
5420
5421 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5422
5423         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
5424
5425 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
5426
5427         * Documentation/user/invoking.itely (svg): revise.
5428
5429 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5430
5431         * lily/lexer.ll: use sourcefilename iso. renameinput.
5432
5433 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5434
5435         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
5436         <PostScriptName>.ttf instead of c059XXXttf.
5437
5438         * lily/program-option.cc (LY_DEFINE): special support for
5439         --verbose, so it works before option init too.
5440  
5441         * mf/GNUmakefile (local-install): oops.
5442
5443         * lily/lyric-hyphen.cc (print): oops.
5444
5445         * buildscripts/pfx2ttf.fontforge: new file.
5446         
5447         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
5448         ($(outdir)/%.ttf): new rule. 
5449
5450         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
5451         to LyricHyphen.
5452
5453         * lily/lyric-hyphen.cc (print): multiply hyphen height by
5454         font-size
5455
5456 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5457
5458         * VERSION: release 2.7.26
5459         
5460         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
5461
5462 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5463
5464         * lily/font-config.cc (init_fontconfig): verbosity.
5465
5466         * THANKS: add Muziekacademie Lede. 
5467
5468         * scripts/musicxml2ly.py (print_voice_definitions): new function 
5469         (print_score_setup): new function
5470         (convert): read part definition to output staves properly.
5471
5472         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
5473         Music_xml notes.
5474
5475         * python/musicexp.py (Output_printer.__init__): use _ in data
5476         members.
5477         (Output_printer.unformatted_output): new function: no formatting,
5478         but count braces.
5479         (Duration.get_length): remove isinstance() checks for
5480         Output_printer everywhere.
5481
5482         * input/regression/lyrics-bar.ly (texidoc): add
5483         Separating_line_group_engraver.
5484
5485 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5486
5487         * lily/relocate.cc (framework_relocation): New function,
5488         factored from set_relocation ().
5489         (prefix_relocation): Rename from set_relocation ().
5490         (setup_paths): Use it.
5491
5492 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5493
5494         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
5495         numbers. Patch by Erlend Aasland.
5496
5497 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5498
5499         * lily/font-config.cc (init_fontconfig): print warning if cache
5500         file is not existant.
5501
5502         * lily/main.cc: don't use #ifdef but #if
5503
5504 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5505
5506         * lily/grob-property.cc (internal_set_property): don't abort on
5507         calculation-in-progress.
5508
5509         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
5510
5511         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
5512         connect-to-neighbor property not connect-to-other
5513
5514         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
5515         (LY_DEFINE): oops. don't forget protection.
5516
5517         * flower/parse-afm.cc (Module): strip AFM handling completely.
5518
5519         * lily/stencil-expression.cc: idem.
5520
5521         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
5522
5523         * lily/function-documentation.cc (ly_add_function_documentation):
5524         use static member iso. Protected_scm
5525
5526         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
5527
5528         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
5529
5530 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5531
5532         * lily/relocate.cc (set_env_dir): New function.
5533         (set_relocation): Use it to fix setting PANGO_PREFIX.
5534
5535 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5536
5537         * input/regression/stem-direction-context.ly: remove rest.
5538
5539         * lily/melody-engraver.cc (process_music): restart for bar lines.
5540         (acknowledge_slur): restart for slurs.
5541
5542 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
5543
5544         * Documentation/user/invoking.itely: describe how to view SVG 
5545         output using Inkscape which replace embedded fonts with OTF fonts.
5546
5547 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5548
5549         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
5550
5551 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5552
5553         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
5554         comment.
5555
5556 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5557
5558         * VERSION (PACKAGE_NAME): release 2.7.25
5559
5560         * Documentation/topdocs/NEWS.tely (Top): document new feature.
5561
5562         * input/regression/stem-direction-context.ly: new file.
5563
5564         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
5565
5566         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
5567         on rest.
5568
5569         * ly/engraver-init.ly: add Melody_engraver
5570
5571         * lily/beam.cc (calc_direction): use default-direction
5572         iso. get_default_direction()
5573
5574         * scm/define-grob-properties.scm (all-user-grob-properties): add
5575         default-direction property.
5576
5577         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
5578
5579         * lily/stem.cc (calc_default_direction): remove
5580         Stem::get_default_direction, use default-direction with callback
5581         instead.
5582
5583         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
5584
5585         * lily/melody-engraver.cc: new file. Acknowledge stems for
5586         interpolated stem directions. 
5587
5588         * lily/melody-spanner.cc: new file. Interpolate stem directions.
5589
5590         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
5591
5592         * lily/slur-configuration.cc (fit_factor): more robust check for
5593         point in curve X-extent.
5594
5595         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
5596         (outside_slur_callback): check for 'outside avoidance.
5597
5598         * lily/slur-configuration.cc (score_extra_encompass): don't use
5599         bound->column() == avoid->column() for checking extents, as this
5600         doesn't work for accidentals. 
5601
5602         * lily/slur-engraver.cc (acknowledge_extra_object): remove
5603         DynamicText hardcoding.
5604
5605         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
5606         crash if bound stem is NULL
5607
5608         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
5609         pedals.
5610
5611 2005-12-22  Graham Percival  <gpermus@gmail.com>
5612
5613         * scm/define-markup-commands.scm: typo.  @code{\raise}
5614         => @code{\\raise}.
5615
5616         * darwin.patch: now used again, includes a
5617         required patch from fink.
5618
5619 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
5620
5621         * po/TODO: mention gtranslator along with kbabel.
5622         * po/fi.po: update translations.
5623
5624 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5625
5626         * lily/relocate.cc (setup_paths): Bugfix.
5627
5628 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5629
5630         * lily/slur-configuration.cc (score_extra_encompass): don't use
5631         "avoid" choice for avoid-slur.
5632
5633         * stepmake/bin/install.py (dest): don't create existing dir.
5634
5635 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5636
5637         * stepmake/bin/install.py: Remove file before copying.
5638
5639         * config.make.in: 
5640         * stepmake/aclocal.m4: Do not substitute INSTALL.
5641
5642 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5643
5644         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
5645         depend on link-tree.
5646
5647         * lily/relocate.cc (setup_paths): only check path for non-absolute
5648         dir without directory part.
5649
5650         * flower/file-name.cc (is_absolute):  new method.
5651         (is_absolute): check root_ too.
5652
5653 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5654
5655         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
5656         relocation code.  Oops, don't comment out too much.
5657
5658         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
5659         iso itself.
5660
5661         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
5662         compile.
5663
5664 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5665
5666         * .cvsignore: Add install-sh.
5667
5668         * autogen.sh (srcdir): Typo.
5669
5670 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5671
5672         * autogen.sh (srcdir): urg. Touch install-sh.
5673
5674         * stepmake/bin/install-sh (Module): remove.
5675
5676         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
5677
5678         * lily/include/relocate.hh: new file.
5679
5680         * lily/relocate.cc: new file. Contain relocation logic.
5681
5682         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
5683         (main): read LILYPOND_VERBOSE as the first thing.
5684
5685         * stepmake/aclocal.m4: remove INSTALL variable.
5686
5687         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
5688         separate target for making font symlinks.
5689         (documentation-dir): use $(if $(findstring )) for switching off
5690         Documentation.
5691
5692         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
5693         something if DOCUMENTATION is no.
5694
5695 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5696
5697         * VERSION: release 2.7.24
5698
5699         * lily/script-column-engraver.cc (stop_translation_timestep):
5700         delay adding to script-column.
5701
5702         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
5703
5704         * python/convertrules.py (conv): rule for number-visibility
5705
5706         * lily/slur-configuration.cc (score_extra_encompass): different
5707         distance measure for avoid and inside avoidance.
5708         (score_extra_encompass): use 1/(distance+eps) as penalty.
5709
5710         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
5711         encompass objects for generating slur curves.
5712
5713         * lily/slur.cc: use details iso. slur-details property.
5714
5715         * input/regression/slur-tuplet.ly: new file.
5716
5717         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
5718
5719         * flower/include/offset.hh (class Offset): new operator /=
5720
5721         * lily/tuplet-number.cc (print): new file, new interface.
5722
5723         * scm/define-grob-properties.scm (all-user-grob-properties):
5724         remove number-visibility property.
5725
5726         * lily/tuplet-bracket.cc (calc_control_points): new function
5727         (calc_connect_to_neighbors): new function.
5728         (print): remove text handling for tuplet numberdef.
5729
5730         * lily/tuplet-engraver.cc (struct Tuplet_description): create
5731         TupletNumbers too. 
5732
5733         * lily/lily-guile.cc (robust_scm2booldrul): new function
5734
5735         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
5736
5737         * lily/tuplet-bracket.cc (calc_position_and_height): use
5738         staff-padding to control whether tuplet brackets are over staves.
5739
5740         * lily/grob.cc (suicide): clear dim_caches_.
5741
5742         * lily/dimension-cache.cc (clear): new function.
5743
5744         * lily/grob.cc (extent): swap order of min-extent and extent
5745         calculations. This fixes hara kiri staves. 
5746
5747 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5748
5749         * lily/main.cc: Nitpick: relocation is not based on path, but on
5750         directory (location).
5751
5752 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5753
5754         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
5755
5756         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
5757
5758         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
5759
5760         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
5761
5762         * stepmake/stepmake/generic-vars.make (Module): idem.
5763
5764         * stepmake/stepmake/executable-targets.make (default): use it.
5765
5766         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
5767
5768         * make/GNUmakefile: don't install make rules.
5769
5770         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
5771         slashes.
5772         (prepend_env_path): more verbosity.
5773
5774 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5775
5776         * GNUmakefile.in: add dir argument for find command.
5777
5778         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
5779         fixes weird line numbers for point & click.
5780
5781         * lily/source-file.cc (get_counts): init line/column/char counts.
5782
5783 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5784
5785         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
5786
5787 2005-12-16  Graham Percival  <gpermus@gmail.com>
5788
5789         * Documentation/user/basic-notation.itely, advanced-notation.itely:
5790         minor fixes from Fredric.  Thanks!
5791
5792 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5793
5794         * ly/music-functions-init.ly: add \bar and \clef music function 
5795
5796         * lily/lily-lexer.cc: idem.
5797
5798         * lily/parser.yy (FIXME): remove BAR and CLEF.
5799
5800 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5801
5802         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
5803
5804         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
5805         function arguments too
5806
5807         * lily/main.cc (set_relocation): new function.
5808
5809         * scripts/musicxml2ly.py (convert): add \version
5810
5811         * lily/tie.cc: remove get_default_attachments()
5812
5813         * VERSION (PACKAGE_NAME): release 2.7.23
5814         
5815         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
5816         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
5817
5818         * Documentation/topdocs/NEWS.tely (Top): document new feature.
5819
5820         * lily/tie-formatting-problem.cc (score_ties): new function
5821         (get_variations): new function. Try flipping dirs for collisions.
5822         (generate_optimal_chord_configuration): new function. 1-opt search
5823         for better configuration.
5824
5825         * lily/tie-configuration.cc: new file.
5826
5827         * lily/tie.cc: junk Tie::get_configuration()
5828
5829         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
5830         (score_ties_configuration): new function.
5831         (generate_ties_configuration): new function.
5832         (generate_base_chord_configuration): new function.
5833         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
5834         (set_manual_tie_configuration): Move body from tie-column-format.cc 
5835
5836         * input/regression/tie-dot.ly: new file.
5837
5838         * lily/tie-formatting-problem.cc (score_configuration): score
5839         tie/dot collisions.
5840
5841         * lily/tie-helper.cc (get_transformed_bezier): new function
5842
5843         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
5844
5845         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
5846         -undefined suppress iso. -framework Python 
5847
5848         * scm/define-grobs.scm (all-grob-descriptions): set
5849         springs-and-rods (thanks Joe Neeman!)
5850
5851 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5852
5853         * input/no-notation/display-lily-tests.ly (test): 
5854         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
5855         changed from \tag #'(a b) to \tag #'a \tag #'b
5856
5857 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5858
5859         * Documentation/topdocs/NEWS.tely: strip out-www.
5860
5861         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
5862
5863         * config.make.in (AR): add AR and RANLIB
5864
5865         * flower/libc-extension.cc: include cassert
5866
5867         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
5868         darwin check.
5869
5870 2005-12-11  Graham Percival  <gpermus@gmail.com>
5871
5872         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
5873
5874         * stepmake/stepmake/python-modules-vars.make: define
5875         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
5876
5877         * THANKS: added Johannes Schindelin.
5878
5879 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5880
5881         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
5882
5883         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
5884         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
5885
5886         * lily/parser.yy: reorganize file layout.
5887
5888         * ly/music-functions-init.ly: add tweak music function.
5889
5890         * lily/grob-info.cc (ultimate_music_cause): new function:
5891         recursively lookup causes. 
5892
5893         * lily/parser.yy (chord_body_element): allow music functions for
5894         post-events, allow music functions for chord elements. 
5895  
5896         * lily/font-config-scheme.cc (display_fontset): add cast.
5897
5898         * python/convertrules.py (FatalConversionError.sub_syms): \tag
5899         #'(a b) -> \tag #'a \tag #'b rule.
5900
5901         * python/musicexp.py (Output_printer.dump_version): new function
5902
5903 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5904
5905         * lily/parser.yy (FIXME): remove \tag
5906         (FIXME): remove tag_music() function.
5907
5908         * lily/lily-lexer.cc: remove \tag
5909
5910         * ly/music-functions-init.ly: define music-function "tag"
5911
5912         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
5913
5914 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5915
5916         * VERSION (PATCH_LEVEL): release 2.7.22
5917
5918         * input/regression/lyric-hyphen-retain.ly: renew.
5919
5920         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
5921         grob
5922
5923         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
5924         iso. minimum-length property for rods.
5925
5926         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
5927         LyricSpace item to keep lyrics spaced apart.
5928
5929         * ly/engraver-init.ly: remove Separating_line_group_engraver
5930
5931         * Documentation/user/music-glossary.tely: do setfilename before
5932         music-glossary.
5933
5934 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
5935
5936         * Documentation/user/lilypond-book.itely: use `,´ after xref:
5937         See xref documentation, for example.
5938
5939 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5940
5941         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
5942         pending_skip iso. ly_voice[-1]
5943         (main): add if __main__ for debugging.
5944
5945         * python/musicxml.py (Accidental.__init__): new class.
5946
5947         * scripts/musicxml2ly.py (progress): new function
5948         (musicxml_key_to_lily): don't barf on modeless keys.
5949         (create_skip_music): new function.
5950         (musicxml_spanner_to_lily_event): new function. Handle beams too.
5951         (musicxml_note_to_lily_main_event): new function.
5952
5953         * python/musicexp.py (Music.__init__): add comment field.
5954         (NestedMusic.append): new routine.
5955         (SequentialMusic.print_ly): print comment.
5956         (ArpeggioEvent.ly_expression): new class
5957         (BeamEvent.ly_expression): new class
5958         (NoteEvent.__init__): support for cautionary/forced accs.
5959
5960         * lily/lookup.cc (slur): normal order for array loop.
5961
5962         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
5963         to 0.0.
5964
5965         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
5966         collapsed.
5967
5968 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
5969
5970         * scm/music-functions.scm: Make phrasing slurs follow voice direction
5971
5972         * scripts/lilypond-book.py: Introduce option
5973             --preserve-line-breaks, for usage with srcltx
5974
5975 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5976
5977         * scm/output-lib.scm (print-circled-text-callback): draw circle
5978         around text using make-circle-markup.
5979
5980         * Documentation/user/*: strip out-www from file names.
5981
5982 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
5983
5984         * Documentation/user/lilypond.tely (direntry): remove empty lines;
5985         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
5986
5987 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5988
5989         * Documentation/user/GNUmakefile: idem.
5990
5991         * Documentation/user/macros.itexi: strip out-www
5992
5993         * python/rational.py: python 2.3 compat.
5994
5995         * VERSION (PATCH_LEVEL): release 2.7.21
5996
5997         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
5998         option formatting, lilypond style.
5999
6000         * python/musicexp.py: grab from Ikebana: a library for composing
6001         ly music expressions. 
6002         (Output_printer): class for advanced .ly printing.
6003         (eg. tupletting) 
6004
6005         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
6006         convert to pythonesque structure.
6007
6008         * python/rational.py: PD rational number class.
6009
6010         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
6011
6012 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
6013
6014         * lily/part-combine-iterator.cc: Minor bugfix
6015         
6016         * THANKS: Update bughunters
6017
6018 2005-12-02  Werner Lemberg  <wl@gnu.org>
6019
6020         * mf/README: Document process for proper mf2pt1 conversion.
6021
6022         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
6023         overlapping.
6024
6025         * mf/feta-harmonica.mf: Removed.  Unused.
6026
6027 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6028
6029         * scripts/lilypond-book.py (do_file): fix thinkos.
6030
6031 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6032
6033         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
6034         ($(outdir)/parser.cc): 
6035         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
6036
6037 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
6038
6039         * ly/titling-init.ly (tagline): it should be a space between
6040         "Music engraving by LilyPond" and the version number.
6041
6042 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6043
6044         * VERSION (PACKAGE_NAME): release 2.7.20
6045
6046 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6047
6048         * scm/define-markup-commands.scm (pad-to-box): new markup command.
6049
6050         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
6051         1.0.
6052         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
6053
6054 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6055
6056         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
6057
6058         * kpath-guile/: remove directory
6059
6060         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
6061         file. Encapsulate kpathsea using commandline tools.
6062
6063         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
6064         kpathsea) module.
6065
6066 2005-11-29  Mats Bengtsson  <mabe@s3.kth.se>
6067
6068         * Documentation/user/advanced-notation.itely (Setting automatic
6069         beam behavior): Correct a few typos. Thanks to David Bobroff.
6070
6071         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
6072         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
6073
6074 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6075
6076         * scripts/*.py: gmane address for bugs.
6077
6078 2005-11-28 Pal Benko <benkop@freestart.hu>
6079         
6080         * make/ly-rules.make: add -f switch to mv
6081
6082         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
6083
6084         * lily/bar-line.cc: interpret it
6085
6086 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6087
6088         * configure.in (--disable-documentation): New switch.
6089
6090         * GNUmakefile.in: Use it.
6091
6092         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
6093
6094 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6095
6096         * scripts/lilypond-book.py (do_file): search chunks for
6097         \\begin{document}
6098
6099         * GNUmakefile.in: add copy step in between so we can lose the
6100         out-www directories.
6101
6102 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6103
6104         * lily/pango-font.cc (pango_item_string_stencil): put
6105         geometry.width into glyph-string too.
6106
6107 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6108
6109         * scm/define-music-display-methods.scm (RevertProperty):
6110         (OverrideProperty): Use grob-property-path property, a list of
6111         symbols, instead of grob-property, which used to be a single
6112         symbol.
6113         (BassFigureEvent): a figure can be a plain number, not necessarily a
6114         markup.
6115
6116 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6117
6118         * VERSION: release 2.7.19
6119         
6120         * lily/figured-bass-engraver.cc (process_music): check
6121         figuredBassCenterContinuations first.
6122
6123         * scm/translation-functions.scm (format-bass-figure): make double
6124         sharp larger. 
6125
6126         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
6127         determine X-parent.
6128
6129         * lily/system-start-delimiter-engraver.cc: move from
6130         Nested_system_start_delimiter_engraver, rename
6131         Nested_system_start_delimiter_engraver ->
6132         System_start_delimiter_engraver.
6133
6134         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
6135         bracket type from hierarchy.
6136
6137 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6138
6139         * lily/rest.cc (y_offset_callback): read staff-position.
6140
6141         * scm/define-grob-properties.scm (all-user-grob-properties): don't
6142         mark after-line-breaking-callback as internal.
6143
6144         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
6145
6146 2005-11-25  Werner Lemberg  <wl@gnu.org>
6147
6148         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
6149
6150 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6151
6152         * stepmake/bin/add-html-footer.py (do_file): add google
6153
6154         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
6155         staff if first_start_ is true.
6156
6157 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6158
6159         * scripts/midi2ly.py (split_track): add __repr__ members.
6160         (track_first_item): only return Item if not None. This fixes a
6161         problem when dumping a track that starts with an empty channel.
6162
6163         * python/midi.c: doc module.
6164
6165 2005-11-22  Mats Bengtsson  <mabe@s3.kth.se>
6166
6167         * Documentation/user/global.itely (Creating MIDI files): Fix
6168         compilation problem.
6169
6170 2005-11-22  Graham Percival  <gpermus@gmail.com>
6171
6172         * Documentation/user/basic-notation.itely: clarify dynamic
6173         padding text.
6174
6175         * Documentation/user/advanced-notation.itely: add unicode
6176         escape control example, whatever that is.  :)
6177
6178         * Documentation/user/global.itely: added "removing dynamics
6179         from MIDI" code.
6180
6181 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6182
6183         * VERSION (PATCH_LEVEL): release 2.7.18
6184
6185         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
6186         System_start_delimiter_engraver by
6187         Nested_system_start_delimiter_engraver.
6188
6189         * lily/nested-system-start-delimiter-engraver.cc (struct
6190         Bracket_nesting_node): new class.
6191         (struct Bracket_nesting_group): new class
6192         (struct Bracket_nesting_staff): new class.
6193         (process_music): create hierarchy of grobs. This allows separate
6194         tuning of different SSDs. 
6195
6196         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
6197         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
6198
6199 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6200
6201         * lily/side-position-interface.cc (aligned_side): multiply
6202         staff_radius by 2.
6203
6204         * lily/script-engraver.cc (make_script_from_event): allow setting
6205         values to '()
6206
6207 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6208
6209         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
6210
6211         * scm/define-grobs.scm (all-grob-descriptions): new grob
6212         NestedSystemStartDelimiter.
6213
6214         * input/regression/system-start-heavy-bar.ly: new file.
6215
6216         * lily/nested-system-start-delimiter-engraver.cc: new file.
6217
6218         * lily/nested-system-start-delimiter.cc: new file.
6219
6220         * input/regression/system-start-nesting.ly: new file.
6221
6222         * scm/define-grobs.scm (all-grob-descriptions): use X side
6223         positioning for positioning braces for nested contexts.
6224
6225         * lily/system-start-delimiter.cc (print): don't divide extent by
6226         staff_space.
6227         (print): use style iso. glyph.
6228         (staff_bracket): translate glyph inside routine already.
6229
6230 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
6231
6232         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
6233         names.
6234
6235 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6236
6237         * scm/define-context-properties.scm
6238         (all-user-translation-properties): rename figuredBassFormatter
6239         from newFiguredBassFormatter.
6240
6241         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
6242
6243         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
6244
6245         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
6246
6247         * lily/beam.cc (calc_beaming): new function.
6248         (calc_shorten): new function.
6249
6250         * THANKS: add Edward Neeman.
6251
6252         * input/regression/accidental-clef-change.ly: new file.
6253
6254         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
6255
6256         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
6257
6258         * lily/clef-engraver.cc (inspect_clef_properties): reset
6259         localKeySignature for clef changes.
6260
6261 2005-11-17  Mats Bengtsson  <mabe@s3.kth.se>
6262
6263         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
6264         add dummy definition that works in Linux and add information in
6265         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
6266
6267         * Documentation/user/changing-defaults.itely (Modifying context
6268         plug-ins): Add index for \with.
6269
6270         * Documentation/user/music-glossary.tely (dal segno): Updated
6271         example to version >=2.6.
6272
6273 2005-11-16  Mats Bengtsson  <mabe@s3.kth.se>
6274
6275         * Documentation/user/instrument-notation.itely (Printing chord
6276         names): Reorder \chordmode and \repeat in one example.
6277
6278 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6279
6280         * VERSION: release 2.7.17
6281         
6282         * Documentation/topdocs/NEWS.tely (Top): add note about
6283         refactoring.
6284
6285         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
6286         new function. Search region of 3 positions for best tie.
6287         (score_configuration): new function.
6288         (score_aptitude): new function.
6289         (generate_configuration): new function.
6290         (get_configuration): new function.
6291         (Tie_formatting_problem): new function
6292
6293         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
6294
6295         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
6296
6297         * THANKS: add Eduardo Vieira & Ralph Little
6298
6299         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
6300         narrower.
6301
6302         * lily/include/tie-formatting-problem.hh (class
6303         Tie_formatting_problem): add Tie_details to
6304         Tie_formatting_problem. Update calling conventions.
6305
6306         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
6307         config.make.
6308
6309         * Documentation/user/lilypond.tely: remove musedata2ly entry.
6310
6311 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
6312
6313         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
6314         scm/define-context-properties.scm: Maintenance bugfix: make
6315         ligature brackets work again by removing obsolete ligature
6316         primitive callback push/pop.
6317
6318         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
6319         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
6320         value.
6321
6322 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6323
6324         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
6325         used and do not call it a path.
6326         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
6327
6328 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6329
6330         * lily/include/tie-formatting-problem.hh (class
6331         Tie_formatting_problem): new file.
6332
6333         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
6334
6335         * Documentation/misc/ChangeLog-2.3:  new file.
6336
6337         * lily/audio-staff.cc (output): degarianize.
6338
6339 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6340
6341         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
6342         Unset PYTHONOPTIMIZE.  Fixes install if set.
6343
6344 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6345
6346         * python/convertrules.py (conv): add warning about drums. 
6347
6348         * make/stepmake.make: include toplevel-version.make after config.make.
6349
6350         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
6351         also allow python2.4
6352
6353         * config.make.in (configure-srcdir): remove GXX GCC vars.
6354
6355         * stepmake/aclocal.m4: don't do non-srcdir build with
6356         symlinks. Use inclusion, so the src directory name can be changed.
6357
6358 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6359
6360         * make/mutopia-vars.make:
6361         * make/ly-vars.make: Use src-wildcard iso wildcard for source
6362         files.
6363
6364 2005-11-13  Werner Lemberg  <wl@gnu.org>
6365
6366         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
6367         but the affected path.  This ensures that the (overlapping) outlines
6368         have the same direction, which is a necessary prerequisite for
6369         FontForge's algorithm to remove overlaps.
6370         Formatting.
6371
6372         * mf/feta-haak.mf: Formatting.
6373         (draw_bracket): Slightly modify outline to avoid an unnecessary
6374         corner.
6375         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
6376         them from the affected paths.
6377
6378 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6379
6380         * mf/README: remove xpm / accordion notes.
6381
6382         * lily/tie-column-format.cc (set_chord_outline): add dots into
6383         skyline extents. This fixes tie formatting if the left head has dots.
6384
6385         * lily/tie.cc (get_configuration): only shift tie by a whole staff
6386         space inside the staff.
6387         (get_configuration): shift another position if necessary in case
6388         of left head tie  
6389
6390 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6391
6392         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
6393         buildscript-dir iso. $(depth)/buildscripts.
6394
6395         * tex/GNUmakefile (local-uninstall): remove
6396         music-drawing-routines.ps juggling.
6397
6398         * stepmake/stepmake/install-targets.make (local-install-files):
6399         prepend src-dir to install targets.
6400
6401         * lily/system-start-delimiter-engraver.cc
6402         (acknowledge_system_start_delimiter): use
6403         add_offset_callback(). This fixes translation of nested
6404         staffgroups.
6405
6406         * lily/grob-closure.cc (add_offset_callback): only encaps in
6407         simple_closure if it's a procedure.
6408         
6409         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
6410         from bar-line.
6411
6412         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
6413         remove-empty where pertinent.
6414
6415 2005-11-12  Graham Percival  <gpermus@gmail.com>
6416
6417         * Documentation/user/instrument-notation.itely: added
6418         Cameron Horsburgh's multiple stanzas docs.  Thanks!
6419
6420 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6421
6422         * lily/GNUmakefile
6423         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
6424         make picture in builddir, not srcdir.
6425
6426 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6427
6428         * VERSION: release 2.7.16
6429         
6430         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
6431         shell arguments. 
6432
6433 2005-11-10  Mats Bengtsson  <mabe@s3.kth.se>
6434
6435         * Documentation/user/examples.itely (Piano templates): Minor
6436         modification to the Piano centered lyrics example.
6437
6438 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6439
6440         * scripts/lilypond-invoke-editor.scm (run-browser): look at
6441         $BROWSER.
6442
6443         * Documentation/user/point-and-click.itely: simplify p&c
6444         instruction: don't configure firefox. Put lilypond-invoke-editor
6445         in front of the browser.
6446
6447         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
6448         (run-browser): new function.
6449
6450         * lily/parser.yy (Lily_lexer): recognize Book
6451
6452         * lily/book.cc (clone): new function
6453
6454         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
6455
6456 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
6457
6458         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
6459         Maintenance bugfix: reduce number of font related warnings by
6460         updating naming conventions for glyph-name.
6461
6462 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6463
6464         * scm/define-grobs.scm (all-grob-descriptions): add
6465         rhythmic-grob-interface to TabNoteHead.
6466
6467         * scm/layout-beam.scm (check-quant-callbacks): remove
6468         set_stem_lengths()
6469
6470 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
6471
6472         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
6473         alignment of centered divisiones.
6474
6475         * scm/scripts.scm (articulations): Maintenance bugfix:
6476         follow-into-staff -> quantize-position.
6477
6478         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
6479         plica head in porrectus deminutus.
6480
6481 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6482
6483         * make/lilypond.fedora.spec.in (Group): add %clean section.
6484
6485         * lily/tuplet-bracket.cc (print): change check: remove bracket if
6486         less then 1/5th of total length.  
6487         (print): use gap too.  Fixes tupletUp-single-bracket.ly
6488
6489         * scm/music-functions.scm (glue-mm-rest-texts): also put other
6490         events into EventChord. This fixes textspanners on mm rests. Fixes
6491         spanner-rest.ly
6492
6493         * lily/side-position-interface.cc (get_axis): read side-axis
6494         (set_axis): set side-axis.
6495
6496         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
6497         properties everywhere.
6498
6499         * lily/spacing-spanner.cc (breakable_column_spacing): add
6500         average-spacing-wishes. Take maximum if not set.
6501         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
6502
6503         * scm/define-grobs.scm (all-grob-descriptions): add
6504         average-spacing-wishes.
6505
6506         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
6507         offset callbacks. This fixes alignment for Fingering objects.
6508
6509         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
6510         space for key - timesig combination. 
6511
6512         * input/regression/script-stem-tremolo.ly (Module): new file.
6513
6514         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
6515         to key sig.
6516
6517         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
6518         Fixes: c-tremolo-script.ly.
6519         
6520         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
6521
6522         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
6523         
6524         * scm/define-grobs.scm (all-grob-descriptions): remove
6525         self-X-offset. Fixes alignment of octavate-8.
6526
6527         * scripts/lilypond-book.py (datadir): look in
6528         LILYPONDPREFIX/share/lilypond/current/
6529
6530         * GNUmakefile.in: symlink current to <VERSION>. 
6531
6532 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
6533
6534         * lily/main.cc: eps listed as a backend.
6535
6536 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6537
6538         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
6539
6540 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6541
6542         * lily/include/score.hh (class Score): remove texts_ member.
6543
6544         * lily/beam.cc (set_stem_lengths): force direction callback.
6545         (print): read quantized-positions, so we can force
6546         Beam::set_stem_lengths to occur.
6547         (rest_collision_callback): use common X parent. 
6548
6549 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6550
6551         * flower/file-path.cc (find): Bugfix: Return name of file found.
6552
6553         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
6554         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
6555         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
6556
6557 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6558
6559         * flower/offset.cc: idem.
6560
6561         * mf/*.mf: update email address.
6562
6563         * lily/font-config-scheme.cc:  new file.
6564
6565         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
6566
6567         * lily/*:  cs.uu.nl -> xs4all.nl
6568
6569         * VERSION (PATCH_LEVEL): release 2.7.15
6570
6571         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
6572         spec files.
6573
6574         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
6575
6576 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6577
6578         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
6579
6580         * lily/staff-performer.cc (process_music): add audio
6581         elements. This makes MIDI instrument changes work once again.
6582
6583         * lily/main.cc (LY_DEFINE): add gmane address.
6584
6585         * lily/beam.cc: remove calc_positions()
6586
6587         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
6588         original_ in private scope.
6589         (class Grob): drop pscore_ pointer, change to output_def pointer.
6590         (class Grob): cleanup class definition.
6591
6592         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
6593
6594 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6595
6596         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
6597         absolute.  Better diagnostics.
6598
6599         * GNUmakefile.in: Add bin/ to tree and populate with some links.
6600         This makes lilypond run from the build directory using argv0
6601         relocation (without any --prefix or LILYPONDPREFIX setting).
6602
6603 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6604
6605         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
6606
6607         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
6608         with simple-closure.
6609
6610         * lily/self-aligment-interface.cc (set_align_self): new function
6611         (set_center_parent): new function.
6612
6613         * lily/side-position-interface.cc (set_axis): new function.
6614
6615         * lily/new-fingering-engraver.cc (position_scripts): use drul for
6616         generic code. 
6617
6618         * scm/define-grob-properties.scm (all-user-grob-properties):
6619         remove [XY]-offset-callbacks add [YX]-offset
6620         
6621 2005-11-02  Mats Bengtsson  <mabe@s3.kth.se>
6622
6623         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
6624         entry for time signatures after breathing signs. Bug report by
6625         Scott Russell.
6626
6627 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6628
6629         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
6630         not absolute, make it absolute using PATH.
6631
6632 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6633
6634         * python/midi.c (initmidi): Fix type for mingw.
6635
6636 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6637
6638         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
6639
6640         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
6641         cross compiling.
6642
6643         * stepmake/aclocal.m4: Support python cross compiling.
6644
6645         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
6646         Add mingw section.
6647
6648 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6649
6650         * scm/output-lib.scm (chain-grob-member-functions): replace
6651         chained-callback.cc
6652
6653         * lily/chained-callback.cc (Module): remove file.
6654
6655         * lily/rest-collision.cc (force_shift_callback_rest): change to
6656         chained callback.
6657
6658         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
6659
6660         * lily/grob.cc (y_parent_positioning): remove axis argument from
6661         parent_positioning callbacks.
6662         (Grob): junk init code
6663         (get_offset): use generic property callbacks for
6664         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
6665         (axis_parent_positioning): new function
6666         (axis_offset_symbol): new function
6667         (chain_offset_callback): new function
6668         (add_offset_callback): new function
6669
6670         * lily/beam.cc (rest_collision_callback): change signature; this
6671         is now a chained callback.
6672
6673         * lily/include/dimension-cache.hh (class Dimension_cache): remove
6674         callback administration.
6675
6676         * lily/simple-closure.cc: new file. Smob type that allows "grob
6677         member functions",
6678
6679             (ly:make-simple-closure FUNC A B)
6680
6681         is evaluated as (FUNC grob A B). This allows chaining of callbacks
6682         in various ways.
6683
6684         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
6685         callbacks.
6686
6687         * lily/slur.cc (outside_slur_callback): take 2 arguments.
6688
6689         * lily/rest.cc (polyphonic_offset_callback): remove.
6690
6691         * lily/script-engraver.cc (try_music): remove bool* argument.
6692
6693         * scm/script.scm (default-script-alist): set quantize-position
6694         appropriately.
6695
6696         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
6697
6698         * lily/side-position-interface.cc (aligned_side): move staff
6699         position quantization from
6700         Side_position_interface::quantised_position().
6701         (quantised_position): remove
6702         
6703 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6704
6705         * input/regression/beam-quant-standard.ly: reindent, set
6706         debug-beam-quanting to #t.
6707
6708         * lily/beam-concave.cc (calc_concaveness): set concaveness to
6709         10000 if this is a "hard" concave beam.
6710
6711         * lily/beam.cc (calc_least_squares_positions): change from
6712         calc_least_squares_dy
6713         (set_stem_lengths): this is now a chained callback.
6714
6715         * lily/context-property.cc (execute_general_pushpop_property):
6716         bugfix override with procedure should have effect.
6717
6718         * scm/define-grob-properties.scm (all-internal-grob-properties):
6719         remove position-callbacks.
6720
6721         * scm/define-grobs.scm (all-grob-descriptions): use
6722         ly:make-callback-chain for positions property.
6723
6724         * scm/layout-beam.scm (check-quant-callbacks): return list of
6725         chained callbacks.
6726
6727         * scm/lily.scm (type-p-name-alist): add callback-chain
6728
6729         * lily/lily-guile.cc (type_check_assignment): type check failure
6730         is warning not message.
6731
6732         * lily/grob-property.cc (try_callback): walk callback chain if
6733         appropriate.
6734
6735         * lily/chained-callback.cc: new file. new smob type.
6736
6737         * lily/lily-guile.cc (procedure_arity): new function.
6738
6739 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6740
6741         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
6742
6743 2005-10-25  John Mandereau  <john.mandereau@free.fr>
6744  
6745         * Documentation/user/instrument-notation.itely (Figured bass):
6746         describe new features
6747
6748 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6749
6750         * lily/beam.cc (calc_least_squares_dy): use property callback.
6751
6752         * lily/beam-concave.cc (calc_concaveness): use property callback.
6753
6754         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
6755
6756 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6757
6758         * HACKING: Update.
6759
6760 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6761
6762         * scm/layout-page-layout.scm (page-headfoot): annotate
6763         pagetopspace too.
6764
6765         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
6766
6767         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
6768         doesn't take y-space.
6769
6770         * scm/paper.scm (paper-alist): fix A7 dimensions. 
6771
6772 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6773
6774         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
6775         src-wildcard, remove $(wildcard).
6776
6777         * po/GNUmakefile (PO_FILES): 
6778         * ps/GNUmakefile (PS_FILES): 
6779         * tex/GNUmakefile (TEX_FILES): 
6780         * cygwin/GNUmakefile (POSTINSTALLS):
6781         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
6782         some wildcard calls.
6783
6784 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6785
6786         * THANKS: add Thomas Bushnell.
6787
6788 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6789
6790         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
6791         (lilypond-main): Redirect to gui-main if 'gui is set.
6792
6793         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
6794         for alternative installations kludging s/share/lib/g
6795         LILYPONDPREFIX. 
6796
6797         * SConstruct (libdir_package_version): Define.
6798
6799         * python/SConscript: 
6800         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
6801         module in libdir.  
6802
6803 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6804
6805         * lily/main.cc: clarify --safe.
6806
6807 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6808
6809         * VERSION: release 2.7.14
6810         
6811         * Documentation/user/*.itely: remove minimumVerticalExtent.
6812
6813         * scm/define-grobs.scm (all-grob-descriptions): remove
6814         RemoveEmptyVerticalGroup
6815
6816         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
6817
6818         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
6819         compile on MOSX
6820
6821         * python/convertrules.py (conv): add rules.
6822
6823         * lily/grob.cc: remove is_empty()
6824
6825         * lily/grob-property.cc: remove add_to_list_property().
6826
6827         * scripts/convert-ly.py (datadir): add prefix switching hack to
6828         .py too.
6829
6830         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
6831         space-function tweak.
6832
6833         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
6834
6835         * scm/define-grob-properties.scm (all-user-grob-properties):
6836         remove callback property.
6837
6838         * lily/include/grob.hh (class Grob): remove property_callbacks_
6839         member. Properties of procedure type are assumed to be callbacks.
6840
6841         * lily/ligature-engraver.cc (override_stencil_callback):
6842         rewrite. Use noteHeadLigaturePrimitive as source.
6843
6844         * scm/define-grob-properties.scm (all-internal-grob-properties):
6845         remove ligature-primitive-callback
6846
6847         * lily/include/dimension-cache.hh (class Dimension_cache): make
6848         class, with Grob as friend.
6849
6850         * lily/grob.cc: remove set_extent_callback(), set_extent() and
6851         has_extent_callback()
6852
6853         * scm/translation-functions.scm (format-new-bass-figure): read
6854         figuredBassPlusDirection
6855
6856         * scm/define-context-properties.scm
6857         (all-user-translation-properties): add figuredBassPlusDirection.
6858
6859         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
6860
6861         * lily/align-interface.cc (set_ordered): new function.
6862
6863         * lily/grob.cc (flush_extent_cache): rewrite.
6864
6865         * lily/dimension-cache.cc (Dimension_cache): cache extent as
6866         Interval pointer directly.
6867
6868         * lily/main.cc (setup_paths): insert extra / .
6869         (setup_paths): junk cff entry.
6870
6871         * lily/font-config.cc (init_fontconfig): only add type1 / otf
6872         directories.
6873
6874         * lily/axis-group-engraver.cc (finalize): remove
6875         extraVerticalExtent, minimumVerticalExtent verticalExtent.
6876
6877         * lily/grob.cc (Grob): don't set extent from ctor.
6878         (extent): use property callbacks. 
6879
6880         * lily/axis-group-interface.cc: remove set_axes() function.
6881
6882         * lily/grob-property.cc (del_property): new function.
6883
6884 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6885
6886         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
6887         
6888 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6889
6890         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
6891
6892 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6893
6894         * mf/SConscript: Updates.
6895
6896         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
6897
6898         * stepmake/stepmake/*:
6899         * */GNUmakefile:
6900         * config.make.in:
6901         * GNUmakefile.in:
6902         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
6903         from any directory in build-dir.  Cleanups.
6904
6905         * make/srcdir.make.in: Remove.
6906
6907         * lily/main.cc (setup_paths): Fix and document build-dir hack.
6908
6909         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
6910         main).
6911
6912         * lily/SConscript: Remove ttftools.
6913
6914         * SConstruct: Resurrect.
6915
6916 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6917
6918         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
6919         Y coordinate. 
6920
6921         * lily/paper-book.cc (add_score_title): put Paper_score title into
6922         systems_ list.
6923
6924         * scm/translation-functions.scm (format-new-bass-figure): also
6925         allow plus in combination with _
6926
6927 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6928
6929         * VERSION: 2.7.13 released.
6930
6931         * lily/note-collision.cc (check_meshing_chords): don't wipe
6932         stencil, merely set transparent.
6933
6934         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
6935         (Top): document #'callbacks.
6936         (Top): document nested \override.
6937
6938         * input/regression/figured-bass.ly: update for slash and pluses.
6939
6940         * input/regression/figured-bass-continuation-forbid.ly (Module):
6941         new file.
6942
6943         * scm/translation-functions.scm (format-new-bass-figure): use
6944         slashed-digit if diminished is set.
6945         (format-new-bass-figure): add + if 'augmented is set.
6946
6947         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
6948
6949         * input/test/piano-staff-distance.ly: remove file.
6950
6951         * Documentation/user/advanced-notation.itely (Formatting cue
6952         notes): use length-fraction for making stems/beams smaller.
6953
6954         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
6955         modifications.
6956
6957         * lily/new-figured-bass-engraver.cc: new property
6958         centerFiguredBassContinuations
6959
6960         * Documentation/user/changing-defaults.itely (Difficult tweaks):
6961         use callbacks.
6962
6963         * lily/context-property.cc (execute_general_pushpop_property):
6964         robustness checks.
6965
6966         * input/regression/override-nest.ly: new file.
6967
6968         * python/convertrules.py (FatalConversionError.subber): conversion
6969         rule for #'callbacks
6970
6971         * input/regression/override-nest.ly: new function.
6972
6973         * lily/parser.yy (music_property_def): allow \override #'a #'b =
6974         #c too. 
6975
6976         * lily/context-property.cc (lookup_nested_property): new function.
6977         (evict_from_alist): new function.
6978         (general_pushpop_property): new function.
6979         (execute_general_pushpop_property): rewrite. Support nested
6980         properties too.
6981
6982 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6983
6984         * lily/beam.cc: use length-fraction too.
6985
6986         * scm/define-grob-properties.scm (all-user-grob-properties):
6987         remove property flag-width-function
6988         (all-user-grob-properties): remove space-function.
6989
6990         * scm/layout-beam.scm: remove flag-width-function.
6991
6992         * lily/beam.cc: remove flag-width-function
6993
6994         * scm/layout-beam.scm: remove beam dir functions.
6995
6996         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
6997
6998         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
6999         for easier grace tweaks.
7000
7001         * lily/beam.cc: remove dir-function.
7002
7003         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
7004
7005         * lily/grob.cc: remove spacing-procedure.
7006
7007         * lily/note-head.cc (calc_stem_attachment): new function.
7008         (internal_print): use callback to get glyph-name.
7009
7010         * lily/grob-property.cc (get_interfaces): new function.
7011
7012         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
7013
7014         * lily/stem.cc (calc_stem_end_position): new function.
7015         (calc_length): new function.
7016         document details for stem.
7017         remove Stem::get_direction()
7018
7019         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
7020
7021         * lily/grob-property.cc (set_callback): new function.
7022
7023         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
7024
7025         * lily/item-scheme.cc: new file.
7026
7027         * lily/bar-line.cc (before_line_breaking): remove function.
7028         remove bar-size-procedure, break-glyph-function
7029
7030         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
7031
7032         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
7033
7034         * lily/system-start-delimiter.cc (print): suicide from
7035         here. Remove after_line_breaking_callback.
7036
7037         * lily/script-interface.cc (calc_direction): use callback for direction.
7038
7039         * lily/side-position-interface.cc (aligned_side): don't use
7040         Side_position_interface::get_direction directly. Use callback. 
7041
7042         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
7043         calculate stencil.
7044         (get_print_stencil): rename from get_stencil: create stencil with
7045         transparency, color and cause. 
7046
7047         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
7048
7049         * python/convertrules.py (conv): insert temporary warning rule.
7050
7051         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
7052
7053         * lily/grob-property.cc (try_callback): remove marker if applicable.
7054
7055         * lily/grob.cc: elucidate doc about after/before-line-breaking
7056
7057         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
7058
7059         * lily/stem.cc (height): idem.
7060
7061         * lily/stem-tremolo.cc: idem.
7062
7063         * lily/slur.cc (height): don't use get_uncached_stencil()
7064
7065         * lily/rest.cc (y_offset_callback): use offset callback
7066         iso. after-line-breaking callback.
7067
7068         * lily/grob.cc: change after/before-line-breaking-callback to
7069         after/before-line-breaking dummy properties.
7070
7071         * lily/include/grob.hh: remove Grob_status.
7072
7073         * scm/define-context-properties.scm
7074         (all-user-translation-properties): remove verticalAlignmentChildCallback
7075
7076         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
7077         (calc_direction): use callback
7078         (calc_positions): use callback.
7079
7080         * lily/tie.cc (calc_direction): use callback. Only call parent
7081         positioning for more than one tie.
7082
7083         * lily/tie-column.cc (calc_positioning_done): use callback
7084
7085         * lily/slur-scoring.cc (calc_control_points): use callback
7086
7087         * lily/slur.cc (calc_direction): use callback.
7088
7089         * lily/note-collision.cc (force_shift_callback): remove.
7090
7091         * lily/dot-column.cc (force_shift_callback): remove. Use
7092         other_axis_parent_positioning.
7093
7094         * lily/grob.cc (other_axis_parent_positioning): new function.
7095         (same_axis_parent_positioning): new function
7096
7097         * lily/align-interface.cc (alignment_callback): remove function.
7098
7099         * lily/note-collision.cc (calc_positioning_done): use callback.
7100
7101         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
7102         (calc_direction): idem.
7103         remove print function.
7104
7105         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
7106
7107         * lily/dot-column.cc (calc_positioning_done): use callback.
7108
7109         * lily/break-align-interface.cc (calc_positioning_done): use callback.
7110
7111         * lily/beam.cc (calc_direction): use pseudo-property for beam
7112         direction callback.
7113         (calc_positions): use callback 
7114
7115         * lily/align-interface.cc (calc_positioning_done): use
7116         callback. Fold fixed  distance and normal alignment in one function.
7117
7118         * lily/stem.cc (calc_stem_end_position): use callback.
7119         (calc_positioning_done): idem.
7120         (calc_direction): idem.
7121         (calc_stem_end_position): idem
7122         (calc_stem_info): idem.
7123
7124         * lily/grob-property.cc (get_property_data): new function: 
7125         (try_callback): new function.
7126
7127         * scm/define-grob-properties.scm (all-user-grob-properties): doc
7128         callbacks property.
7129
7130         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
7131
7132 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7133
7134         * lily/tie.cc (get_position): robustness fix. Don't crash if a
7135         tie
7136         has no heads.
7137         
7138         * lily/include/*.hh (Module): compile fixes.
7139
7140 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
7141
7142         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
7143         as an argument for char-syntax: use (char-syntax (or nil 0)) 
7144         instead of (char-syntax nil), thanks to Milan Zamazal.
7145
7146 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7147
7148         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
7149         dist.
7150
7151         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
7152         themselves.
7153
7154 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7155
7156         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
7157         add class_name() method.
7158
7159         * lily/music-scheme.cc: remove ly:music-name.
7160
7161 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7162
7163         * cygwin/postinstall-lilypond.sh: Remove cruft.
7164
7165         * cygwin/postremove-lilypond.sh: Remove.
7166
7167         * cygwin/GNUmakefile (default): Remove postremove rules.
7168
7169 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7170
7171         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
7172         even header too.
7173         
7174         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
7175         MacOS 9 users.
7176
7177         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
7178         consider break index for broken spanner.
7179
7180         * scm/define-markup-commands.scm (wordwrap-string): remove \r
7181         characters from string before splitting.
7182
7183 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7184
7185         * scm/framework-ps.scm (output-preview-framework): use
7186         is-book-title to determine whether to chop off the booktitle.
7187
7188         * lily/paper-book.cc (systems): init from book-title-properties
7189         (add_score_title): init score-title-properties.
7190
7191         * ly/paper-defaults.ly: add {score,book}-title-properties.
7192
7193         * scm/document-backend.scm (lookup-interface): error message if
7194         using unknown interface.
7195
7196         * lily/volta-bracket.cc (after_line_breaking): new function. Set
7197         edge-height.
7198
7199         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
7200         make_bracket.
7201         (make_bracket): new function.
7202
7203         * scm/lily.scm (define-scheme-options): add paper-size option.
7204
7205         * ly/declarations-init.ly (laissezVibrer): get paper size from
7206         -dpaper-size
7207
7208         * scm/translation-functions.scm: use \fontsize for changing the
7209         fontsize.
7210
7211         * scm/define-grobs.scm (all-grob-descriptions): set
7212         between-length-limit to 1.0
7213
7214         * lily/tie-helper.cc: add between_length_limit_ detail property.
7215
7216         * mf/feta-bolletjes.mf: typos.
7217
7218         * lily/note-head.cc (internal_print): don't shadow idx
7219         parameter. This fixes wrong attachment for do shape heads.
7220
7221 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7222
7223         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
7224
7225         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
7226
7227         * scm/layout-slur.scm: rename from slur.scm
7228
7229         * scm/layout-page-layout.scm: rename from page-layout.scm
7230
7231         * scm/layout-beam.scm: rename from beam.scm
7232
7233         * scm/define-grob-interfaces.scm (bass-figure-interface): add
7234         bass-figure-interface
7235
7236         * lily/new-figured-bass-engraver.cc (process_music): add
7237         implicitBassFigures property.
7238         
7239         * scm/define-markup-commands.scm (pad-x): new markup.
7240
7241         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
7242         minimumVerticalExtent on FiguredBass context.
7243
7244         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
7245         case the continuation crosses a line break.
7246
7247 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7248
7249         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
7250         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
7251         absolute file name bug.  
7252
7253 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7254
7255         * VERSION (PACKAGE_NAME): release 2.7.12
7256
7257         * input/regression/figured-bass-continuation-center.ly: new file.
7258
7259         * input/regression/beam-outside-beamlets.ly: new file.
7260
7261         * lily/beam.cc (set_beaming): don't clip edges.
7262         (connect_beams): don't clip edges.
7263
7264         * lily/beaming-info.cc (clip_edges): new function.
7265
7266         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
7267
7268         * Documentation/user/instrument-notation.itely (Figured bass):
7269         demonstrate extenders, update seealso links.
7270
7271         * scm/titling.scm (marked-up-headfoot): change tagline
7272         handling. tagline = ##f will blank the tagline as well.
7273
7274 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7275
7276         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
7277
7278         * lily/new-figured-bass-engraver.cc (struct
7279         New_figured_bass_engraver): add new_music_found_ member.
7280
7281         * lily/lilypond-version.cc (Lilypond_version): deal with
7282         incorrectly formatted version strings. 
7283
7284         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
7285         New_figured_bass_engraver by default.
7286
7287         * lily/ttf.cc (print_trailer): only define glyph names when
7288         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
7289
7290 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7291
7292         * lily/horizontal-bracket.cc (make_bracket): new function.
7293
7294         * scm/define-grobs.scm (all-grob-descriptions): new grobs
7295         NewBassFigure, BassFigureBracket, BassFigureContinuation,
7296         BassFigureLine, BassFigureAlignment
7297
7298         * lily/new-figured-bass-engraver.cc (process_music): new file.
7299
7300         * lily/figured-bass-continuation.cc: new file.
7301
7302         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
7303         new file.
7304
7305 2005-10-04  Mats Bengtsson  <mabe@s3.kth.se>
7306
7307         * scripts/lilypond-book.py: Bug fix, put the quote around the
7308         actual score for LaTeX documents.
7309
7310         * scm/define-grobs.scm (all-grob-descriptions): Change
7311         collapse-height of the SystemStartBracket grob to 5.0, 
7312         so the bracket disappears for single stave score lines (similarly
7313         to SystemStartBraces). 
7314
7315         * Documentation/user/advanced-notation.itely (Polymetric
7316         notation): Clarify the use of compressMusic.
7317
7318         * Documentation/user/basic-notation.itely (Grace notes): Clarify
7319         that the grace spacer note in other staves need the same duration
7320         and document the stroke-style property.
7321
7322 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7323
7324         * Documentation/user/global.itely (Vertical spacing): document
7325         alignment-extra-space and fixed-alignment-extra-space.
7326
7327         * Documentation/topdocs/NEWS.tely (Top): add entry.
7328
7329         * input/regression/alignment-vertical-spacing.ly: new file.
7330
7331         * python/convertrules.py (conv): add rule.
7332
7333         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
7334
7335         * lily/align-interface.cc (stretch_after_break): new
7336         function. Read fixed-alignment-extra-space property.
7337         (align_elements_to_extents): read alignment-extra-space property.
7338
7339         * lily/lily-guile.cc (robust_scm2dir): new function.
7340
7341         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
7342         (annotate-space-left): new function. Annotate space left on page. 
7343         (annotate-y-interval): new function.
7344         (paper-system-annotate-last): new function. Annotate bottom-space.
7345
7346         * mf/feta-beugel.mf (y): 
7347
7348 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7349
7350         * VERSION (PACKAGE_NAME):  release 2.7.11
7351
7352         * scm/lily-library.scm (interval-translate): new function
7353         (interval-center): new function. 
7354
7355         * scm/page-layout.scm (paper-system-annotate): new function. Add
7356         arrows for dimensions.
7357  
7358         * scm/stencil.scm (dimension-arrows): new function.
7359
7360         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
7361
7362         * input/regression/page-spacing.ly: add annotatespacing
7363
7364         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
7365         (LY_DEFINE): new function ly:paper-system-set-property!
7366
7367         * Documentation/user/global.itely (Paper size): explain how to add
7368         sizes.
7369
7370         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
7371         correspond to GS's definition.
7372
7373         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
7374         tuplet bracket.
7375         (print): only connect to next bracket if the next one is alive.
7376         (print): set padding to 0.0 if the bound is a breakable
7377         column. This makes tupletFullLength brackets reach up to the staff
7378         line if it doesn't connect to the next line.
7379
7380 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7381
7382         * lily/bar-number-engraver.cc: correct docs.
7383
7384         * scm/output-lib.scm (first-bar-number-invisible): rename from
7385         default-bar-number-visibility
7386
7387 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7388
7389         * scm/define-music-properties.scm (all-music-properties): remove
7390         predicate property.
7391
7392 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
7393
7394         * po/fi.po: refresh.
7395
7396 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7397
7398         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
7399         superfluous s1.
7400         (disappear): bugfix.
7401
7402         * lily/stem-tremolo.cc (raw_stencil): read slope property.
7403
7404         * lily/include/paper-system.hh (class Paper_system): remove
7405         staff_extents_ member.
7406
7407         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
7408
7409         * lily/include/paper-system.hh (class Paper_system): remove
7410         number_ variable. Remove is_title_. Remove break_before_penalty_
7411
7412         * lily/paper-book.cc (systems): use 'number property iso. number_
7413         member.
7414
7415         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
7416         remove ly:paper-system-number.
7417
7418         * scm/lily-library.scm (paper-system-title?): new function.
7419
7420         * lily/book.cc (process): bugfix: flip ?: cases. 
7421
7422         * Documentation/user/changing-defaults.itely (Difficult tweaks):
7423         add outputProperty.
7424
7425         * ly/music-functions-init.ly: add outputProperty music function.
7426
7427         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
7428
7429         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
7430         and next-padding.
7431         (optimal-page-breaks): rename from ly:optimal-page-breaks.
7432
7433         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
7434
7435         * lily/paper-system.cc (internal_get_property): new function.
7436
7437         * Documentation/user/global.itely (Vertical spacing): refer to
7438         page-spacing.ly
7439
7440         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
7441         pagetopspace
7442
7443         * input/regression/page-spacing.ly: new file.
7444
7445         * input/regression/page-top-space.ly: new file.
7446
7447         * lily/spacing-spanner.cc: cmath -> math.h
7448
7449         * lily/paper-system.cc (read_left_bound): new function. Read
7450         line-break-system-details from left bound to determine extents.
7451  
7452         * Documentation/user/programming-interface.itely (Using LilyPond
7453         syntax inside Scheme): change applyxxx -> applyXxx.
7454
7455         * ly/music-functions-init.ly: add outputProperty music function.
7456
7457         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
7458
7459         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
7460
7461         * python/convertrules.py (conv): rule
7462
7463         * ly/music-functions-init.ly: applyxxx -> applyXxx
7464
7465         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
7466         TabVoice to Voice.
7467
7468 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7469
7470         * flower/include/real.hh: include <math.h> iso. <cmath>
7471
7472         * flower/include/offset.hh: include real.hh
7473
7474 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7475
7476         * Documentation/user/changing-defaults.itely (Difficult tweaks):
7477         fix example, now that 'interfaces is no longer directly available.
7478
7479         * lily/book.cc (process): don't crash if paper == NULL.
7480
7481         * po/fr.po: update.
7482
7483 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7484
7485         * scm/define-music-types.scm (music-descriptions): set length and
7486         start-callback for QuoteMusic
7487
7488 2005-09-15  Mats Bengtsson  <mabe@s3.kth.se>
7489
7490         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
7491         arguments. Fixes compilation error with gcc 3.3.
7492
7493 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7494
7495         * VERSION: release 2.7.10
7496
7497         * stepmake/stepmake/python-module-rules.make
7498         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
7499
7500         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
7501         real.hh
7502
7503 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7504
7505         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
7506         -Werror. Otherwise GCC barfs over various optimizations.
7507
7508         * scm/define-grob-properties.scm (all-internal-grob-properties):
7509         add note-head property
7510
7511         * Documentation/user/instrument-notation.itely (Laissez vibrer
7512         ties): new node.
7513
7514         * input/regression/laissez-vibrer-ties.ly: new file.
7515
7516         * lily/laissez-vibrer-engraver.cc: new file.    
7517
7518         * lily/include/tie-column-format.hh: new file.
7519
7520         * lily/tie-column-format.cc: new file. 
7521
7522         * lily/tie-column.cc (set_manual_tie_configuration): new function.
7523
7524         * lily/laissez-vibrer-tie.cc: new file.
7525
7526         * lily/include/laissez-vibrer-tie.hh: new file.
7527
7528         * ly/engraver-init.ly: add Laissez_vibrer_engraver
7529
7530         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
7531
7532         * scm/define-grobs.scm (all-grob-descriptions): add
7533         LaissezVibrerTie, LaissezVibrerTieColumn
7534
7535         * lily/tie-column.cc (set_tie_config_directions): new function
7536         (final_shape_adjustment): new function.
7537         (shift_small_ties): new function.
7538
7539         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
7540
7541         * lily/include/tie.hh (struct Tie_details): add x_gap_
7542         (struct Tie_configuration): add head_position_
7543
7544         * lily/tie-column.cc (set_chord_outline): new function.
7545
7546         * mf/cmr.enc.in:  remove file.
7547
7548 2005-09-11  Graham Percival  <gpermus@gmail.com>
7549
7550         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
7551
7552 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7553
7554         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
7555         reduce aliasing effects.
7556
7557         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
7558         box in skyline.
7559
7560 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7561
7562         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
7563
7564         * flower/include/real.hh: std::fabs too.
7565
7566 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7567
7568         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
7569
7570         * lily, flower: Include C++ iso C headers.  Import namespace std
7571         throughout.
7572
7573         * lily/side-position-interface.cc: 
7574         * lily/scm-hash.cc: 
7575         * lily/note-head.cc: 
7576         * lily/include/includable-lexer.hh: 
7577         * flower/include/string-data.icc: Remove using std::*.
7578
7579         * lily, flower: Include C++ iso C headers.  Import namespace std
7580         throughout.
7581
7582         * lily/side-position-interface.cc: 
7583         * lily/scm-hash.cc: 
7584         * lily/note-head.cc: 
7585         * lily/include/includable-lexer.hh: 
7586         * flower/include/string-data.icc: Remove using std::*.
7587
7588         * Documentation/user/instrument-notation.itely (Entering lyrics):
7589         Multiple latin-1->utf-8 conversion fix.
7590
7591         * Documentation/user/*tely: Update Emacs cookie to utf-8.
7592
7593 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7594
7595         * lily/tie.cc (get_configuration): also avoid dots for non-space
7596         situations.
7597
7598 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7599
7600         * Documentation/user/instrument-notation.itely: Bugfix.
7601
7602 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7603
7604         * tex/GNUmakefile: don't install texinfo.tex
7605
7606         * tex/ : cleanup: remove unused files.
7607
7608         * lily/general-scheme.cc: remove my_{isinf,isnan}.
7609
7610         * flower/include/real.hh: using std::{isnan,isinf}
7611         
7612         * VERSION (PATCH_LEVEL): release 2.7.9
7613
7614 2005-09-05  Graham Percival  <gpermus@gmail.com>
7615
7616         * Documentation/user/ instrument-notation.itely,
7617         advanced-notation.itely: minor tweaks.
7618
7619         * input/test/script-chart.ly: add item padding.
7620
7621 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7622
7623         * flower/offset.cc: use math.h iso. <cmath>
7624
7625         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
7626         of IE users.
7627
7628         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
7629         (widen-left-stencil-edges): new function. Fix alignment problems
7630         with LaTeX includegraphics.
7631
7632         * lily/text-interface.cc (interpret_markup): use abort().
7633
7634 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7635
7636         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
7637
7638         * lily/tie.cc (get_configuration): update bezier shape as we
7639         change Y positions.
7640         (get_configuration): don't move large ties if we're outside of the
7641         staff.
7642
7643 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7644
7645         * scm/define-markup-commands.scm (strut): swap X and Y dims.
7646         
7647 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7648
7649         * .cvsignore: Add auto-generated configure files and then some.
7650
7651 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7652
7653         * scm/define-grobs.scm (DynamicLineSpanner): Add
7654         X-extent-callback.  Fixes hairpin-slur collision.
7655
7656 2005-08-31  Graham Percival  <gpermus@gmail.com>
7657
7658         * Documentation/user/advanced-notation.itely,
7659         basic-notation.itely: minor changes.
7660
7661 2005-08-31  Mats Bengtsson  <mabe@s3.kth.se>
7662
7663         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
7664         \linebreak between each .eps file if \betweenLilyPondSystem is
7665         undefined. 
7666
7667         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
7668         music): Document the \linebreak
7669
7670         * Documentation/user/lilypond-book.itely,
7671         input/tutorial/lbook-latex-test.tex,
7672         Documentation/user/examples.itely: Remove \usepackage{graphics}
7673
7674 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7675
7676         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
7677
7678         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
7679         compat bugfix.
7680
7681         * scripts/lilypond-book.py (PREAMBLE_LY): define
7682         inside-lilypond-book
7683         (modify_preamble): new function. Insert \RequirePackage{graphics}
7684         when no {graphics found in preamble.  
7685
7686 2005-08030  Graham Percival  <gpermus@gmail.com>
7687
7688         * Documentation/user/basic-notation.itely, global.itely,
7689         tutorial.itely: misc small changes.
7690
7691 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7692
7693         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
7694         VERSION.
7695
7696 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7697
7698         * lily/tie-column.cc (new_directions): put Tie down on center
7699         staff line. 
7700
7701         * lily/script-interface.cc (before_line_breaking): use
7702         Grob::programming_error
7703
7704         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
7705
7706         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
7707         of splitext.
7708
7709 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7710
7711         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
7712
7713 2005-08-29  Werner Lemberg  <wl@gnu.org>
7714
7715         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
7716         the `*.scale.pfa' files to avoid warnings.
7717
7718 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7719
7720         * lily/tempo-performer.cc (process_music): idem.
7721
7722         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
7723
7724 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7725
7726         * Documentation/user/advanced-notation.itely (Text markup): not a
7727         fragment.
7728
7729         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
7730
7731         * lily/staff-performer.cc (initialize): add tempo/name to
7732         audio_staff_
7733
7734
7735 2005-08-26  Graham Percival  <gpermus@gmail.com>
7736
7737         * Documentation/user/advanced.itely: add text-only example.
7738
7739         * Documentation/user/invoking.itely: add index entries for
7740         convert-ly.
7741
7742         * Documentation/user/ tutorial.itely, basic-notation.itely:
7743         small fixes suggested by Steve D.  Thanks!
7744
7745 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7746
7747         * input/regression/markup-bidi-pango.ly: new file.
7748
7749         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
7750         standard. Remove #ifdef. Remove memleak.
7751         (text_stencil): use text_dir to decide how to composite items.
7752         (text_stencil): determine uniform text direction for the entire
7753         string.
7754
7755         * scripts/lilypond-book.py (output_name): remove
7756         latex_filter_cmd. Non-portable to non-Unix systems. 
7757         (get_latex_textwidth): use File.write and os.unlink() instead.
7758
7759         * THANKS: add Vicente & Trevor.
7760
7761         * lily/grob.cc (discretionary_processing): look up origin for
7762         programming_error too. 
7763
7764         * input/regression/tie-broken.ly: new file.
7765
7766         * lily/tie-column.cc (set_chord_outlines): set outline for line
7767         break case too.
7768         
7769 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7770
7771         * lily/pango-font.cc (text_stencil): don't translate glyphs in
7772         unscaled transform, just translate stencils.
7773
7774         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
7775         MIDI.
7776
7777         * scm/define-markup-commands.scm (wordwrap-string): use
7778         text-direction
7779         (wordwrap-stencils): idem.
7780         (line): idem.
7781         (fill-line): idem.
7782         (wordwrap-stencils): translate last line to right for
7783         text-direction = LEFT.
7784
7785         * scm/define-grob-properties.scm (all-user-grob-properties): add
7786         text-direction.
7787
7788 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7789
7790         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
7791         when copying a Lily_parser object.
7792
7793 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7794
7795         * scm/define-markup-commands.scm (null): add null markup.
7796
7797 2005-08-25  Mats Bengtsson  <mabe@s3.kth.se>
7798
7799         * lily/item.cc: Add documentation of center-invisible
7800
7801 2005-08-24  Graham Percival  <gpermus@gmail.com>
7802
7803         * Documentation/user/advanced-notation.itely: add info about
7804         raising text.
7805
7806         * Documentation/user/programming-interface.itely: fix example
7807         involving raised text.
7808
7809 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7810
7811         * lily/beam.cc (print): fix X start/end points of isolated
7812         beamlets.
7813
7814         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
7815
7816         * lily/multi-measure-rest.cc (set_text_rods): new function.
7817
7818         * lily/vertical-align-engraver.cc (process_music): call
7819         Align_interface::set_axis(). This forces #'elements to be ordered,
7820         preventing random vertical reordering of staves.
7821
7822         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
7823         add avoid-slur property. 
7824
7825         * Documentation/user/basic-notation.itely (Measure repeats): add
7826         countPercentRepeats example.
7827
7828         * Documentation/user/advanced-notation.itely (Other text markup
7829         issues): remove remark about normal-font.  We have \normal-text
7830
7831         * input/regression/tie-chord.ly: add note about remaining bugs.
7832
7833         * lily/tie.cc (print): try Tie_column::set_directions () if
7834         control-points not yet defined.
7835
7836 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7837
7838         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
7839         extent. This fixes braces falling out of the EPS bbox.
7840
7841         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
7842         exactly to bbox.
7843
7844 2005-08-23  Graham Percival  <gpermus@gmail.com>
7845
7846         * {various} : change #up->#UP and #down->#DOWN.
7847
7848         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
7849
7850         * Documentation/user/advanced-notation.itely: clarify
7851         what objects handles text on a multimeasure rest.
7852
7853 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7854
7855         * VERSION (PATCH_LEVEL): release 2.7.7
7856
7857 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7858
7859         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
7860
7861         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
7862
7863         * input/regression/*.ly: formatting clean-up. Default layout
7864         before music expression.
7865
7866         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
7867         romanze28-2 example.
7868
7869         * scm/ps-to-png.scm: remove dir-re function.
7870         (make-ps-images): generate page names, instead of globbing them.
7871         This brings down LilyPond memory usage for make web by a factor
7872         10. 
7873
7874         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
7875         don't use glob. With 3000 files, globbing
7876         Documentation/user/out-www/ can take too much time. 
7877         
7878         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
7879
7880         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
7881
7882         * input/regression/tie-manual.ly: new file
7883
7884         * input/regression/tie-chord.ly: update.
7885
7886         * flower/include/interval.hh (struct Interval_t): 
7887
7888         * lily/tie.cc (distance): new function 
7889         (height): new function.
7890         (init): new function
7891         (Tie_details): new struct.
7892
7893         * lily/skyline.cc (skyline_height): new function.
7894
7895         * lily/tie-column.cc (set_chord_outlines): new function.
7896         (new_directions): read tie-configuration
7897
7898         * lily/skyline.cc: fix ASCII art.
7899         
7900 2005-08-22  Mats Bengtsson  <mabe@s3.kth.se>
7901
7902         * python/convertrules.py (string_or_scheme): Fix spelling error
7903
7904 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7905         
7906         * lily/tie-column.cc (set_directions): set directions only once.
7907         (add_configuration): new function.
7908
7909         * lily/tie.cc (set_control_points): new function
7910
7911         * lily/tie-column.cc (new_directions): new function.
7912
7913         * ly/music-functions-init.ly: set 'pitch property
7914         iso. trill-pitch. This makes \relative work with \pitchedTrill
7915
7916         * lily/tie.cc (get_configuration): new function. Don't generate
7917         control points, rather, generate configuration.
7918         remove head-pair property.
7919
7920         * lily/include/tie.hh (struct Tie_configuration): new struct.
7921
7922 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
7923
7924         * Documentation/topdocs/NEWS.tely: clarify.
7925
7926 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7927
7928         * lily/tie.cc: remove minimum-length
7929
7930         * scm/define-grob-properties.scm (all-user-grob-properties):
7931         remove staffline-clearance, y-offset 
7932
7933         * input/regression/tie-dots.ly (Module): remove.
7934
7935         * lily/tie.cc (get_control_points): rewrite. Put short ties in
7936         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
7937
7938         * input/regression/tie-single.ly: new file.
7939
7940 2005-08-21  Graham Percival  <gpermus@gmail.com>
7941
7942         * ly/bagpipe.ly: fix compile problem.
7943
7944 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7945
7946         * lily/midi-item.cc (name): new method.
7947
7948         * lily/staff-performer.cc (acknowledge_audio_element): use
7949         signature of baseclass.
7950
7951         * lily/engraver-group.cc (do_announces): move recursion call out
7952         of while loop. 
7953
7954         * lily/drum-note-performer.cc (class Drum_note_performer): use
7955         process_music everywhere.
7956
7957         * ly/performer-init.ly: add default children everywhere.
7958
7959         * lily/paper-book.cc (output): call paper-book-write-midis
7960         directly: always write MIDI, even if no \layout {} block. 
7961
7962 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7963
7964         * VERSION (PACKAGE_NAME): release 2.7.6
7965
7966         * lily/percent-repeat-engraver.cc (try_music): don't print warning
7967         about not being able to handle repeat.
7968
7969 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7970
7971         * Documentation/user/examples.itely (Piano templates):
7972         * lily/include/performer-group.hh: Remove last traces of
7973         Performer_group_performer.  Fixes make web.
7974
7975 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7976
7977         * Documentation/user/examples.itely (Piano templates): change
7978         Engraver_group_engraver -> Engraver_group
7979
7980         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
7981         scm_stand_in_procs is not weak_any.
7982
7983         * lily/volta-bracket.cc (print): don't use strcmp().
7984
7985         * lily/volta-engraver.cc (process_music): use
7986         Text_interface::is_markup() for setting the 'text property of the
7987         volta bracket.
7988
7989         * input/mutopia/claop.py (accents): update syntax to 2.6
7990
7991         * scm/define-context-properties.scm
7992         (all-user-translation-properties): add countPercentRepeats.
7993
7994         * Documentation/user/basic-notation.itely (Measure repeats): add
7995         isolated percent example.
7996
7997 2005-08-18  Graham Percival  <gpermus@gmail.com>
7998
7999         * input/ {various}: change direction #1, #-1 to
8000         #up/#down or \fooUp, \fooDown.
8001
8002         * Documentation/user/music-glossary.tely: #-1 to #down.
8003
8004         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
8005         to #up, #-1 to #down.
8006
8007 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8008
8009         * lily/include/engraver-group.hh: rename.
8010
8011         * lily/include/performer-group.hh: rename.
8012
8013 2005-08-18  Mats Bengtsson  <mabe@s3.kth.se>
8014
8015         * input/test/script-abbreviations.ly: Removed some old LaTeX
8016         left overs.
8017
8018 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8019
8020         * python/convertrules.py (conv): inside-slur -> avoid-slur.
8021         Remove functions.  Remove if 1: constructs, reindent.
8022
8023         * scripts/convert-ly.py (add_version): Add functions from
8024         convertrules.py
8025
8026         * scm/script.scm (default-script-alist):
8027         s/priority/script-priority.  Fixes script stacking.  Backportme.
8028         (Fermata): Very low priority.
8029
8030 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8031
8032         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
8033
8034         * input/regression/slur-script.ly: remove padding tweaks. Add
8035         comment strings.
8036
8037         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
8038         time sigs and related stuff.
8039
8040         * scm/define-grob-properties.scm (all-user-grob-properties): add
8041         @code{} tags to property description.
8042
8043         * lily/include/line-group-group-engraver.hh (Module): remove file.
8044
8045         * python/convertrules.py (conv): add rule for
8046         Engraver_group_engraver -> Engraver_group.
8047
8048         * lily/include/performer-group-performer.hh: analogous.
8049
8050         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
8051
8052         * lily/context-def.cc (instantiate): check for
8053         Engraver_group_engraver and Performer_group_performer not
8054         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
8055  
8056 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8057
8058         * input/les-nereides.ly: Remove three fingering tweaks, update
8059         remaining one.
8060
8061         * input/regression/slur-script-inside.ly: Update, fix doc.
8062
8063         * scm/script.scm: Update to avoid-slur.
8064
8065         * scm/define-grob-properties.scm (avoid-slur): New property.
8066
8067         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
8068         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
8069         outside_slur_callback if avoid-slur != #'inside.
8070
8071         * scm/define-grobs.scm (Fingering, Textscript): No
8072         inside-slur/outside-slur preference.
8073         (DynamicLineSpanner): Always outside slur.
8074
8075         * input/regression/slur-script.ly: More tests.
8076
8077 2005-08-17  Graham Percival  <gpermus@gmail.com>
8078
8079         * Documentation/user/lilypond-book: fix notime entry.
8080
8081         * Documentation/user/advanced-notation.itely: add info on
8082         getting an I rehearsal mark.
8083
8084         * Documentation/user/putting.itely: reinstate "I", re-enforce
8085         the fact that \override numbers are the result of
8086         experimentation and personal taste.
8087
8088         * Documentation/user/invoking.itely: update convert-ly bugs.
8089
8090 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8091
8092         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
8093         to #t.
8094
8095         * lily/timing-translator.cc (initialize): don't initialize timing.
8096
8097         * input/regression/stem-spacing.ly (Module): remove file.
8098
8099         * input/regression/spacing-stick-out.ly: specify Score context for
8100         \override
8101
8102         * input/regression/clefs.ly: remove spurious {}s 
8103
8104 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
8105
8106         * Documentation/topdocs/NEWS.tely,
8107         input/regression/repeat-percent-count.ly: clarify a bit.
8108
8109 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8110
8111         * input/no-notation/display-lily-tests.ly: delete
8112         display-lily-init call.
8113
8114         * ly/music-functions-init.ly (displayLilyMusic): move
8115         display-lily-init call at top level, so that the user should not
8116         have to call it.
8117
8118         * scm/define-music-display-methods.scm (note-name->lily-string):
8119         retrieve note names directly from pitchnames using new function `rassoc'.
8120         (display-lily-init): note names list construction removed.
8121
8122 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8123
8124         * THANKS: spello.
8125
8126         * lily/lily-parser.cc (get_header): copy module, instead of
8127         returning it.
8128
8129         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
8130         counters.
8131
8132         * Documentation/user/basic-notation.itely (Measure repeats): add
8133         links to Counter grobs.
8134
8135         * scm/define-grobs.scm (all-grob-descriptions): add
8136         DoublePercentRepeatCounter
8137         (all-grob-descriptions): add PercentRepeatCounter
8138
8139         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
8140         also create counter grobs.
8141
8142         * lily/separation-item.cc (extremal_break_aligned_grob): don't
8143         return grob without space-alist.
8144
8145         * input/proportional.ly: tune staff-padding.
8146
8147         * input/regression/repeat-percent-count.ly: new file. 
8148
8149 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8150
8151         * input/no-notation/display-lily-tests.ly: moved from
8152         input/regression/ to input/no-notation. Be sure to call
8153         `display-lily-init' before trying to use the display function.
8154
8155 2005-08-16  Mats Bengtsson  <mabe@s3.kth.se>
8156
8157         * scripts/lilypond-book.py (option_definitions): Don't localize
8158         the empty string. Fixes bug when --psfonts was used with
8159         non-English locale.
8160
8161 2005-08-15  Graham Percival  <gpermus@gmail.com>
8162
8163         * lily/tuplet-bracket.cc: simple build fix.
8164
8165         * Documentation/user/putting.itely: use "we" instead of "I".
8166
8167         * Documentation/user/basic-notation.itely: cautionary accidentals
8168         work with naturals, too.
8169
8170 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8171
8172         * lily/tuplet-bracket.cc (calc_position_and_height): add
8173         staff-padding support.
8174
8175         * input/proportional.ly: set staff-padding.
8176         
8177         * VERSION (PATCH_LEVEL): release 2.7.5
8178
8179         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
8180         fixes. Remove tweaks.
8181
8182         * input/regression/tuplet-slope.ly: add a test case.
8183
8184         * lily/tuplet-bracket.cc (calc_position_and_height): revert
8185         erroneous fix. Add spanner bounds to offset array with relative X
8186         positions.
8187
8188         * ly/engraver-init.ly: add Rest_engraver only once.
8189
8190         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
8191         (*parser*) lookup if (*parser*) != #f.
8192
8193 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
8194
8195         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
8196         Cut-and paste update.
8197
8198         * input/regression/slur-script.ly: Add example of reverting
8199         inside-slur for fingering.
8200
8201         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
8202         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
8203
8204         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
8205         outside_slur_callback if inside-slur == #f (as opposed to unset).
8206
8207 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8208
8209         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
8210         encoding files are already removed.
8211
8212 2005-08-15  Mats Bengtsson  <mabe@s3.kth.se>
8213
8214         * Documentation/user/advanced-notation.itely (Instrument names):
8215         Document a workaround for instrument names that collide with
8216         system start braces/brackets.
8217
8218 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8219
8220         * lily/rest-collision.cc (do_shift): spello.
8221
8222         * input/proportional.ly: use #'used property. Set break-overshoot
8223         property.
8224
8225         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
8226
8227         * lily/paper-column.cc: add #'used property
8228
8229         * lily/mark-engraver.cc (stop_translation_timestep): set grob
8230         array for staves found.
8231
8232         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
8233         array for stavesFound.
8234
8235         * lily/staff-spacing.cc (next_note_correction): add fixed and
8236         space to calling convention. This fixes spacing of accidentals
8237         after barlines.
8238
8239         * input/regression/spacing-accidental-stretch.ly: add barline -
8240         accidental case.
8241
8242         * scm/framework-ps.scm (page-header): add version number to
8243         creator
8244         (eps-header): idem.
8245
8246         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
8247         
8248 2005-08-13  Graham Percival  <gpermus@gmail.com>
8249
8250         * Documentation/user/global.itely: add "fit as much as
8251         possible onto this page" example (Vertical spacing).
8252
8253 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8254
8255         * *: Nitpick run.
8256
8257         * buildscripts/fixcc.py: Fixes.
8258
8259 2005-08-12  Graham Percival  <gpermus@gmail.com>
8260
8261         * Documentation/user/advanced-notation.itely: add markup
8262         example to Text spanners.
8263
8264 2005-08-12  Mats Bengtsson  <mabe@s3.kth.se>
8265
8266         * Documentation/user/basic-notation.itely (Ties): Add example of
8267         tying a tremolo to a chord. Thanks to Steve Doonan. 
8268
8269         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
8270         properties and move tieMelismaBusy to the list of written
8271         properties. 
8272
8273 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
8274
8275         * po/TODO: suggest to use a dedicated tool like kbabel.
8276
8277         * po/fi.po: update using kbabel.
8278
8279 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8280
8281         * *: Remove obsolete files.  Nitpick run.
8282
8283         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
8284
8285 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8286
8287         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
8288         too.
8289
8290         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
8291
8292         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
8293         whitespace as symbol separator.
8294
8295         * lily/side-position-interface.cc: Add slur-padding.
8296
8297         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
8298         quite a large fix, and it never worked in a stable release; so not
8299         really a regression.
8300
8301         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
8302         Update cut and paste code from Slur_engraver.
8303
8304         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
8305         Add.
8306
8307         * scm/define-grobs.scm (DynamicLineSpanner): Add
8308         dynamic-line-spanner-interface.
8309         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
8310
8311 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8312
8313         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
8314         to_boolean () so that non-set 'inside-slur means false.
8315
8316         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
8317         slur has control-points.  Skip script without direction.  Always
8318         do_shift if script inside slur, even if slur not contained in
8319         script y-extent.  Increment k in loop.
8320
8321 2005-08-11  Mats Bengtsson  <mabe@s3.kth.se>
8322
8323         * scm/define-markup-commands.scm: Improved regexp to search for
8324         EPS bounding boxes and corrected call to ly:warning.
8325
8326 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8327
8328         * Documentation/user/programming-interface.itely (Displaying music
8329         expressions): doc for \displayLilyMusic. Also some precisions in
8330         "Markup construction in Scheme"
8331
8332 2005-08-10  Mats Bengtsson  <mabe@s3.kth.se>
8333
8334         * scm/define-markup-commands.scm (normal-text): Added 2 new
8335         markup commands, \normal-text and \medium (the latter thanks to
8336         Bruce Fairchild). 
8337
8338 2005-08-08  Graham Percival  <gpermus@gmail.com>
8339
8340         * Documentation/user/programming-interface.itely: fix @{ @}.
8341
8342         * scm/define-markup-commands.scm: add linewidth info to
8343         \justify and \wordwrap, add "upright is the opposite of italic".
8344
8345         * Documentation/user/advanced-notation.itely: shaped->shape,
8346         add (cons (markup "foo")) type of example to text markup,
8347         reword multi-measure rests section.
8348
8349         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
8350         comment.  No actual code was touched.
8351
8352         * Documentation/user/invoking.itely: add more info about
8353         \include.  Thanks, Bruce!
8354
8355         * THANKS: add Bruce Fairchild, alphabetise.
8356
8357         * Documentation/user/global.itely: document \score{\header{}}
8358         behavior.
8359
8360         * Documentation/user/basic-notation.itely: reword multi-measure
8361         rest discussion in Rests.
8362
8363 2005-08-08  Mats Bengtsson  <mabe@s3.kth.se>
8364
8365         * Documentation/user/programming-interface.itely (Markup
8366         construction in Scheme): Corrected example and tried to clarify
8367         the implicit \line in the table.
8368
8369 2005-08-07  Graham Percival  <gpermus@gmail.com>
8370
8371         * Documentation/user/instrument-notation.itely: moved
8372         some bagpipe info back into the bagpipe section.  Somehow
8373         it ended up in the "other vocal issues" section?!  :o_O
8374
8375 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8376
8377         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
8378         directories, not paths).
8379
8380 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8381
8382         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
8383         plain emmentaler/aybabtu.  Backportme.
8384
8385         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
8386         missing dir correction.
8387
8388 2005-08-05  Graham Percival  <gperlist@shaw.ca>
8389
8390         * scm/define-markup-commands: fix reversed justify/wordwrap
8391         doc strings.
8392
8393 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
8394
8395         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
8396         lily/gregorian-ligature-engaver.cc,
8397         lily/include/ligature-engraver.hh,
8398         lily/include/coherent-ligature-engraver.hh,
8399         lily/include/gregorian-ligature-engraver.hh: make these classes
8400         truely abstract.  This should fix some internal oddities such as
8401         duplicate as well as dead translator/property declarations, and
8402         also some dead code.
8403
8404         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
8405         bugfix: avoid message "junking empty ligature" on ligature
8406         brackets by collecting dummy grobs.
8407
8408 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8409
8410         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
8411
8412         * input/proportional.ly (staffKind): bugfix.
8413         (staffKind): updates by Trevor Baca.
8414
8415         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
8416         default layout. 
8417
8418         * lily/tuplet-bracket.cc (print): check whether edge-text is a
8419         pair.
8420
8421         * lily/beam.cc (rest_collision_callback): call position_beam() if
8422         necessary.
8423
8424         * VERSION: release 2.7.4
8425
8426         * input/regression/spacing-uniform-stretching.ly: new file.
8427
8428         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
8429
8430         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
8431         contributor.
8432
8433         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
8434
8435         * input/proportional.ly: new file.
8436
8437         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
8438         columns is empty
8439
8440         * lily/tuplet-engraver.cc (finalize): new function. Reset right
8441         bounds to currentCommandColumn for the last step.
8442         (start_translation_timestep): if tupletFullLength is set, set
8443         bound to Paper Column
8444
8445         * input/regression/tuplet-full-length.ly (indent): new file.
8446
8447         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
8448         clique of loose columns, eg. a set of grace notes in strict
8449         notespacing.
8450
8451         * input/regression/spacing-strict-spacing-grace.ly: new file.
8452
8453         * lily/key-signature-interface.cc: change property name to
8454         alteration-alist
8455
8456         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
8457         keyAccidentalOrder
8458
8459         * python/convertrules.py (conv): keyAccidentalOrder ->
8460         keyAlterationOrder
8461
8462         * lily/key-engraver.cc (create_key): always print a cancellation
8463         for going to C-major/A-minor, regardless of printKeyCancellation.
8464         (create_key): remove typecheck for visibility. This fixes key
8465         signature not being printed.
8466
8467         * lily/spacing-determine-loose-columns.cc: new file.
8468
8469         * input/regression/spacing-strict-notespacing.ly: new file.
8470
8471         * lily/spacing-spanner.cc (generate_springs): rename from
8472         do_measure. 
8473         (generate_pair_spacing): new function.
8474         (init, generate_pair_spacing): set between-cols for floating
8475         nonmusical columns.
8476
8477         * lily/spaceable-grob.cc (get_spring): new function. 
8478
8479         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
8480         relative to the right edge of the prefatory matter.
8481
8482         * lily/beam.cc (print): read break-overshoot to determine where to
8483         stop/start broken beams.
8484
8485         * input/regression/spanner-break-overshoot.ly: new file.
8486
8487 2005-08-04  Graham Percival  <gperlist@shaw.ca>
8488
8489         * ly/bagpipe.ly: updated.
8490
8491         * Documentat/user/instrument.itely: un-comment out bagpipe example.
8492
8493 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8494
8495         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
8496         support: now (de)crescs avoid slurs as well.
8497
8498         * Documentation/user/instrument-notation.itely (Bagpipe example):
8499         comment out non-functioning bagpipe example.
8500         (Bagpipe definitions): idem.
8501
8502         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
8503         (Top): add proportionalNotationDuration example.
8504
8505         * input/regression/spacing-proportional.ly: new file.
8506
8507         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
8508         synched to a beam.
8509
8510         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
8511         fixes beams with a single stem (eg. beams across linebreaks.)
8512
8513         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
8514
8515         * flower/rational.cc (operator +): prevent overflow. This fixes
8516         heavily nested tuplets.
8517
8518         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
8519         have to protect even those unlikely to be corrupted data members.  
8520
8521 2005-08-04  Graham Percival  <gperlist@shaw.ca>
8522
8523         * ly/bagpipe.ly: new file.
8524
8525         * THANKS: added Sven Axelsson.
8526
8527 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8528
8529         * lily/spacing-engraver.cc (stop_translation_timestep): directly
8530         copy proportionalNotationDuration into currentMusicalColumn if
8531         set.
8532
8533         * lily/spacing-spanner.cc (musical_column_spacing): if
8534         uniform-stretching set, fixed space is 0.0
8535
8536         * input/regression/spacing-multi-tuplet.ly: show
8537         uniform-stretching property.
8538
8539         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
8540
8541         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
8542         (struct Spacing_options): new struct.
8543
8544         * lily/spacing-basic.cc: new file.
8545
8546         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
8547         delta_t doesn't have to be smaller than shortest_playing_len
8548
8549 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8550
8551         * input/regression/markup-arrows.ly:  new file.
8552
8553         * lily/tuplet-bracket.cc: document new behavior.
8554
8555         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
8556         with line breaks.
8557
8558         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
8559
8560         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
8561         default 
8562
8563         * lily/tuplet-bracket.cc: add edge-text property.
8564         add break-overshoot.
8565         (print): read break-overshoot.
8566         (print): read edge-text, add stencils.
8567
8568         * mf/feta-arrow.mf: new file.
8569
8570         * mf/feta-generic.mf: add feta-arrow.
8571
8572 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
8573
8574         * Documentation/user/lilypond-book.itely (An example of a
8575         musicological document): Added flag -o to dvips for people who use
8576         the default setting in teTeX where output is sent to the printer. 
8577
8578         * Documentation/user/global.itely (Vertical spacing): Added
8579         reference to the Axis_group_engraver which documents the *Extent
8580         properties.
8581
8582 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8583
8584         * Documentation/user/basic-notation.itely (Tuplets): add note
8585         about nested tuplets. Remove BUG. 
8586
8587         * input/regression/tuplet-nest.ly: update: remove manual hack. 
8588
8589         * lily/tuplet-bracket.cc (print): use robust_scm2drul
8590         (print): manually call print() for subtuplets.
8591         (calc_position_and_height): add subtuplets to the
8592         support. Vertically shift outer tuplet 
8593
8594         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
8595         remove-first for Lyrics, ChordNames and FiguredBass
8596
8597         * scm/define-grob-properties.scm (all-internal-grob-properties):
8598         use ly:grob-array? iso. grob-list?
8599         (all-internal-grob-properties): add tuplets grob-array.
8600
8601         * lily/tuplet-bracket.cc (add_tuplet_bracket):
8602         new function
8603
8604 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8605
8606         * input/test/time-signature-staff.ly: new file.
8607
8608         * ly/declarations-init.ly (center): escape to Scheme. Fixes
8609         spurious #<Music FingerEvent> errors. Backportme.
8610
8611 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
8612
8613         * Documentation/user/programming-interface.itely (Markup
8614         construction in Scheme): Corrected markup syntax in the
8615         translation table.
8616
8617 2005-08-03  Graham Percival  <gperlist@shaw.ca>
8618
8619         * Documentation/user/instrument-notation.itely: small update
8620         to bagpipe notation docs; thanks Sven!
8621
8622         * Documentation/user/basic-notation.itely: add link about trills.
8623
8624 2005-08-02  Graham Percival  <gperlist@shaw.ca>
8625
8626         * Documentation/user/music-glossary: remove accidentally committed
8627         fink patch.
8628
8629 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
8630
8631         * lily/lily-parser.cc (get_header): new function. Enable multiple
8632         \header definitions.
8633
8634         * lily/parser.yy (lilypond_header_body): use get_header.
8635
8636         * ly/init.ly:
8637         * scm/lily-library.scm (print-score-with-defaults): renamed
8638         $globalheader to $defaultheader
8639             
8640         * Documentation/user/global.itely (Creating titles): added short
8641         explanation that multiple headers are useable.
8642
8643
8644 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8645
8646         * lily/module-scheme.cc (LY_DEFINE): new file. 
8647
8648         * Documentation/user/advanced-notation.itely (Font selection): add
8649         doco for make-pango-font-tree.
8650
8651 2005-07-31  Graham Percival  <gperlist@shaw.ca>
8652
8653         * Documentation/user/music-glossary: more languages
8654         for tenuto.
8655
8656         * Docuemntation/user/instrument-notation.itely: minor
8657         update for bagpipe example.
8658
8659 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8660
8661         * input/regression/+.ly (TODO): add some text.
8662
8663 2005-07-28  Graham Percival  <gperlist@shaw.ca>
8664
8665         * Documentation/user/invoking.itely: \score begins with music.
8666
8667         * Documentation/user/ basic-notation.itely,
8668         instrument-notation.itely: minor changes.
8669
8670         * Documentation/user/music-glossary.itely: began tenuto entry.
8671
8672 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8673
8674         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
8675
8676         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
8677
8678 2005-07-27  Graham Percival  <gperlist@shaw.ca>
8679
8680         * Documentation/user/examples.itely: remove bagpipe template.
8681
8682         * Documentation/user/instrument-notation.itely: add bagpipe
8683         section, maybe fix quotes in lyrics.  I hate text encoding.
8684         Clarify chord durations, more bagpipe stuff.
8685
8686 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8687  
8688         * lily/accidental-engraver.cc: formatting fixes.
8689
8690         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
8691         grob-array.
8692
8693         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
8694
8695         * lily/note-column.cc (arpeggio): new function.
8696
8697         * lily/note-spacing.cc (get_spacing): also take arpeggio into
8698         account for spacing.
8699
8700 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
8701
8702         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
8703         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
8704         mingw build.
8705         
8706 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8707
8708         * scm/lily.scm (lilypond-all): clear anonymous modules after
8709         processing files.
8710
8711 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8712
8713         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
8714         SCM_I_CONSP
8715
8716         * VERSION: 2.7.3 released
8717
8718         * Documentation/user/invoking.itely (Invoking lilypond): add
8719         LILYPOND_GC_YIELD documentation.
8720
8721         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
8722         scm_from_real / scm_make_real.
8723
8724         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
8725         higher. This increases memory footprint, but provides overall
8726         speedup of 15 to 20%. 
8727
8728         * lily/include/translator.hh (class Translator): remove
8729         PRECOMPUTED_VIRTUAL everywhere.
8730
8731         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
8732
8733         * lily/context.cc (now_mom): non-recursive now_mom() 
8734
8735         * lily/include/profile.hh: new file.
8736
8737         * lily/profile.cc: new file.
8738
8739         * lily/grob.cc (Grob::Grob): look properties up directly.
8740
8741         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
8742         lookups.
8743
8744         * lily/include/box.hh (class Box): smob Box type.
8745
8746         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
8747
8748         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
8749         protect() and unprotect(). Use throughout.
8750
8751 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8752
8753         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
8754
8755         * scm/define-music-display-methods.scm (markup->lily-string):
8756         markup elements can also be strings (without simple-markup
8757         appended)
8758
8759 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8760
8761         * lily/context.cc (where_defined): also assign value in
8762         where_defined().
8763
8764         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
8765         (curve_coordinate): new function
8766
8767         * lily/simple-spacer.cc (add_columns): only add rods between
8768         column i and begin/end if keep-inside-line is set (this repleces
8769         allow-outside-line as default)
8770
8771 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8772
8773         * lily/tuplet-engraver.cc (start_translation_timestep): only read
8774         tupletSpannerDuration if applicable.
8775
8776         * lily/font-size-engraver.cc (process_music): read fontSize only
8777         once per timestep.
8778
8779         * lily/engraver*cc: use throughout.
8780         
8781         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
8782
8783         * lily/translator.cc (add_acknowledger): new file. Directly jump
8784         into an Engraver::acknowledge_xxx () method based on a grobs
8785         interface-list.
8786
8787         * lily/include/translator-dispatch-list.hh (class
8788         Engraver_dispatch_list): new struct, new file.
8789
8790         * scm/define-context-properties.scm
8791         (all-internal-translation-properties): remove acceptHashTable,
8792         acknowledgeHashTable
8793
8794         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
8795
8796         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
8797         change acknowledgeHashTable to C++ member. 
8798
8799         * lily/rest-collision.cc (do_shift): use extract_grob_set().
8800
8801 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8802
8803         * scm/display-lily.scm: new file. Define a `display-lily-music'
8804         function, that displays the music expression given as an argument,
8805         using LilyPond notation.
8806
8807         * scm/define-music-display-methods.scm: new file. Implementation
8808         of display methods for each music type.
8809
8810         * ly/music-functions-init.ly (displayLilyMusic): new function for
8811         displaying music with LilyPond notation.
8812
8813         * input/regression/display-lily-tests.ly: new regression test file
8814         for `display-lily-music'.
8815
8816         * scm/markup.scm: remove obsolete debugging code (for printing
8817         markups with LilyPond notation).
8818
8819         * scm/define-music-types.scm (music-name-to-property-table):
8820         * scm/clef.scm (supported-clefs): export, in order to be accessible
8821         from the (scm display-lily) module.
8822
8823 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8824
8825         * Documentation/topdocs/NEWS.tely (Top): Typo.
8826
8827 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
8828
8829         * Documentation/index.html.in, Documentation/texinfo.css,
8830           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
8831           Documentation/bibliography/index.html.in,
8832           Documentation/bibliography/html-long.bst: revert css-width patch,
8833           it does not work with IE6.
8834
8835 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8836
8837         * Documentation/texinfo.css: revert 760px hack. 
8838
8839         * VERSION: release 2.7.2
8840
8841         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
8842
8843         * Documentation/user/basic-notation.itely (Barnumber check): add
8844         section.
8845
8846         * scm/music-functions.scm (skip-to-last): new function. Show only
8847         last showLastLength part of the \score.
8848
8849         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
8850
8851         * python/convertrules.py (conv): add ly:x-moment rule
8852
8853         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
8854
8855         * Documentation/topdocs/NEWS.tely (Top): add new feature.
8856
8857         * Documentation/user/instrument-notation.itely (Flexibility in
8858         alignment): options in subsections.
8859
8860         * lily/lyric-engraver.cc (process_music): don't typeset text for _
8861         syllable text. Instead, assume that the previous lyric text is a
8862         melismated text.
8863
8864         * Documentation/index.html.in: revert 800x600 change.
8865
8866 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8867
8868         * lily/main.cc (main): Remove invalid handle kludge.
8869
8870         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
8871         (lambda): add gui define.
8872
8873 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8874
8875         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
8876
8877         * Documentation/user/instrument-notation.itely (Musica ficta
8878         accidentals): add section Musica ficta accidentals
8879
8880         * lily/accidental-engraver.cc (make_suggested_accidental): new
8881         function.
8882         (make_standard_accidental): move into new function.
8883         (create_accidental): new function.
8884
8885         * scm/define-grobs.scm (all-grob-descriptions): new Grob
8886         AccidentalSuggestion
8887
8888         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
8889
8890         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
8891         undefined.
8892
8893         * Documentation/user/global.itely (Page formatting): document
8894         horizontalshift.
8895
8896         * scm/page-layout.scm (default-page-music-height):
8897         horizontalshift: new variable, shift all systems by
8898         horizontalshift to the right, to make space for instrument names.
8899
8900         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
8901
8902         * lily/input-scheme.cc (LY_DEFINE): take format commands.
8903
8904 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8905
8906         * lily/note-column.cc (dir): idem.
8907
8908         * lily/spacing-spanner.cc (Module): idem.
8909
8910         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
8911
8912         * lily/include/paper-column.hh (class Paper_column): add
8913         non-static get_rank() member.
8914
8915         * VERSION: release 2.7.1
8916         
8917         * scm/framework-null.scm: new file, used for benchmarking.
8918
8919 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
8920
8921         * Documentation/topdocs/INSTALL.texi, configure.in: fix
8922         version dependencies for fontforge and gs.
8923
8924         * Documentation/index.html.in, Documentation/texinfo.css,
8925         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
8926         Documentation/bibliography/index.html.in, 
8927         Documentation/bibliography/html-long.bst: optimize width of
8928         html for a 800x600 screen (width:760), increases printability
8929         when 'fit to page' is not set and readability in wide screens.
8930
8931         * stepmake/bin/add-html-footer.py: add missing </p>.
8932
8933 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8934
8935         * scm/define-markup-commands.scm (beam): use polygon in beam
8936         command.
8937
8938         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
8939         all acknowledged grobs, and do potentially expensive merge and
8940         write in one go.
8941
8942         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
8943
8944         * configure.in (reloc_b): add --enable-static-gxx to statically
8945         link to libstdc++
8946
8947         * lily/GNUmakefile (static-gxx-libs): new target
8948         static-gxx-libs. Create symlink to libstdc++.a
8949
8950         * lily/new-lyric-combine-music-iterator.cc: rename to
8951         Lyric_combine_music_iterator
8952
8953         * lily/lyric-combine-music-iterator.cc
8954         (Old_lyric_combine_music_iterator): rename to
8955         Old_lyric_combine_music_iterator
8956
8957         * lily/*-engraver.cc (various): remove double use of
8958         PRECOMPUTED_VIRTUAL function: only use
8959         start_translation_timestep() and stop_translation_timestep(), not
8960         both.
8961
8962         * lily/break-substitution.cc (fast_substitute_grob_array): do
8963         fast_substitute_grob_array for all unordered grob_arrays.
8964         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
8965         (substitute_grob_array): optimize.
8966
8967         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
8968
8969         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
8970
8971         * lily/parser.yy: revert $globalheader patch.
8972         
8973         * lily/include/translator.icc
8974         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
8975         Translator methods, without _static helper.
8976  
8977         * lily/grob-smob.cc (derived_mark): rename from
8978         do_derived_mark(). Return void.
8979
8980         * scm/define-context-properties.scm
8981         (all-internal-translation-properties): remove tweakCount/tweakRank.
8982
8983         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
8984         predefined break-visibilities.
8985
8986         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
8987         booleans for break-visibility.
8988
8989         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
8990
8991         * python/convertrules.py (conv): rule for Timing_translator. 
8992
8993         * lily/include/translator.icc: new file. 
8994
8995         * lily/paper-column-engraver.cc (process_music): new
8996         file. Separate Paper_column factory from Score_engraver.
8997
8998         * lily/vertically-spaced-context-engraver.cc: administer
8999         spaceable-staves property of System.
9000
9001         * lily/translator-group-ctors.cc: new file.
9002
9003         * lily/context-property.cc (make_grob_from_properties): construct
9004         the right Grob class programmatically, looking at the class entry
9005         for the meta property.
9006
9007         * lily/break-align-engraver.cc (stop_translation_timestep): call
9008         Break_align_interface::add_element() directly.
9009
9010         * lily/context.cc (measure_position): measure_position() is now a
9011         normal function.
9012
9013         * lily/include/translator.hh (class Translator): rename
9014         process_acknowledged_grobs() to process_acknowledged() and move to
9015         Translator.
9016
9017         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
9018         field for each grob description.
9019
9020         * lily/include/translator-group.hh (class Translator_group):
9021         change to base class. Separate class from Translator. This gets
9022         rid of virtual inheritance for Engravers/Performers.
9023
9024         * lily/staff-performer.cc (class Staff_performer): derive
9025         Staff_performer from Performer, not Performer_group_performer 
9026
9027         * Lily/translator-group.cc (precomputed_recurse_over_translators):
9028         new function.
9029         (precompute_method_bindings): new function. Precompute lists of
9030         Translators, so we only call methods (process_music,
9031         start_translation_timestep, etc.) for Translators needing
9032         it. Also: dispose of pointer-to-member-function calls.
9033
9034         * lily/engraver-group-engraver.cc: remove engraver_each,
9035         recurse_down_engravers ()
9036
9037         * lily/note-head.cc (internal_print): only call
9038         glyph-name-procedure if style != default. 
9039
9040 2005-07-16  Graham Percival  <gperlist@shaw.ca>
9041
9042         * ly/titling-init.ly: add printallheaders option.
9043
9044         * Documentation/user/global.itely: document printallheaders.
9045
9046 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9047
9048         * lily/system.cc (do_derived_mark): don't mark from object_alist_
9049         anymore, but do it centrally.  
9050
9051         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
9052         hammer hack.
9053
9054         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
9055
9056         * scm/output-lib.scm: remove hammer-print-function.
9057
9058         * lily/include/pointer-group-interface.hh (extract_grob_set): new
9059         macro. Declare a Link_array<Grob> and fill it from a grob.
9060         (extract_item_set): idem for item.
9061
9062         * lily/break-substitution.cc: add header.
9063         (fast_substitute_grob_array): rewrite for Grob_arrays.
9064         (substitute_grob_array): idem.
9065
9066         * lily/group-interface.cc (add_thing): remove file.
9067
9068         * flower/include/parray.hh (class Link_array): slice() is const.
9069
9070         * lily/include/grob-array.hh: new file.
9071
9072         * lily/grob-array.cc (spanner): new file.
9073
9074         * lily/beam-quanting.cc (fill): read details property from beam.
9075
9076         * lily/beam.cc: support details property.
9077
9078         * total speedups below: approx 10%.
9079
9080         * lily/include/beam.hh: new struct, softcode beam quanting parameters
9081
9082         * lily/include/grob.hh (class Grob): add interfaces_ member.
9083
9084         * lily/bezier.cc (init_polynomial_cache): new function: cache
9085         binom(3,j) t^j (1-t)^{3-j}
9086         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
9087
9088         * lily/*.cc: substitution throughout.
9089
9090         * lily/grob-property.cc (internal_get_object): new routine.
9091         (internal_set_object): idem. Store grob refrences in separate
9092         alist. This saves processing time, since properties aren't
9093         break-substituted, and the per grob namespace is smaller, both for
9094         grobs and non-grob properties.
9095
9096         * scm/define-grob-properties.scm (all-internal-grob-properties):
9097         remove center-element.
9098
9099         * lily/grob.cc: remove tweak-count, tweak-rank.
9100
9101 2005-07-15  Graham Percival  <gperlist@shaw.ca>
9102
9103         * Documentation/user/lilypond-book.itely: fixes example.
9104
9105 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9106
9107         * Documentation/user/global.itely (Creating titles):    
9108         * Documentation/user/examples.itely (All headers): change the
9109         place of \header in \score blocks (after music block) to make
9110         examples compile (cf. changes on parser.yy on 2005-07-10)
9111
9112 2005-07-13  Graham Percival  <gperlist@shaw.ca>
9113
9114         * python/convertrules.py: add exc -> ecc rule.
9115
9116         * scripts/convert-ly.py: add location of convertrules.py
9117         in a comment.
9118
9119         * Documentation/user/changing-defaults.itely: fix language.
9120
9121 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9122
9123         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
9124
9125 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9126
9127         * scm/output-socket.scm (grob-bbox): don't use inf? 
9128
9129         * flower/include/rational.hh: add operator bool() 
9130
9131         * scm/define-music-types.scm (music-descriptions): remove
9132         internal-class-name properties.
9133
9134         * lily/include/event.hh: remove file.
9135
9136         * lily/include/music-constructor.hh: remove file.
9137
9138         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
9139         in 'types property.
9140
9141         * lily/music.cc (duration_length_callback): new function.
9142
9143         * lily/event.cc: remove file.
9144
9145         * lily/music-constructor.cc: remove file.
9146
9147         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
9148
9149         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
9150         (get_context_key): idem.
9151
9152         * scm/lily.scm (lambda): new option object-keys (default to #f)
9153
9154         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
9155
9156         * scm/output-gnome.scm: remove beam routine.
9157
9158         * scm/output-ps.scm (scm): idem.
9159
9160         * scm/output-svg.scm: remove beam.
9161
9162         * ps/music-drawing-routines.ps: remove draw_beam.
9163
9164         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
9165
9166         * flower/include/guile-compatibility.hh (scm_from_locale_string):
9167         add scm_from_locale_string compatibility glue. 
9168
9169 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
9170
9171         * scripts/lilypond-book.py: Prevent occuring error when
9172         'lilypond-book --output=foo/ somefile.ly' is executed multiple
9173         times and target file shoud be overwritten.  (Error message said
9174         'input file and output file is same'.)
9175
9176 2005-07-13  Graham Percival  <gperlist@shaw.ca>
9177
9178         * input/regression/slur-extreme.ly,
9179         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
9180         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
9181         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
9182         "excentricity" to "eccentricity".
9183
9184         * Documentation/user/converters.itely: fix URL for Noteedit and
9185         Rosegarden.
9186
9187         * THANKS: added Yoshinobu Ishizaki.
9188
9189 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9190
9191         * scm/define-markup-commands.scm (justify-field): add. 
9192
9193         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
9194
9195 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9196
9197         * lily/lookup.cc (filled_box): express filled_box with
9198         round_filled_box
9199
9200         * scm/midi.scm (paper-book-write-midis): new function. Write all
9201         performances in numbered MIDI files.
9202
9203         * lily/performance-scheme.cc (LY_DEFINE): new file.
9204         (LY_DEFINE): new function ly:performance-write.
9205
9206         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
9207         new function.
9208         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
9209
9210         * scm/framework-*.scm: use port arguments throughout.
9211
9212         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
9213
9214         * lily/paper-outputter.cc (Paper_outputter): take port argument.
9215
9216         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
9217
9218         * scm/framework-texstr.scm (output-framework): 
9219
9220         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
9221
9222         * scm/output-lib.scm (tablature-stem-attachment-function):
9223         tablature stem attachment fix. 
9224
9225 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9226
9227         * lily/bezier.cc: hardcode binomial coefficients of order 3.
9228
9229         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
9230
9231         * scm/define-music-types.scm (music-descriptions): don't use
9232         Music_wrapper type.
9233
9234         * lily/paper-column.cc (print): print moment too.
9235
9236         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
9237         remove compatibility cruft.
9238
9239         * lily/parser.yy (score_body): \score can only begin with Music. 
9240
9241         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
9242         make-score. Take music argument only. Move parser interaction to
9243         Scheme.
9244
9245         * scm/lily-library.scm (scorify-music): new function.
9246
9247         * python/lilylib.py (datadir): remove 2.1 compat kludge.
9248         (datadir): remove resource import.
9249         (print_environment): remove get_bbox()
9250         (cp_to_dir): remove pre 1.5.2 compat glue.
9251
9252 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9253
9254         * lily/include/simple-spacer.hh (Module): idem.
9255
9256         * lily/include/spring.hh (struct Spring): store inverse
9257         strength. This prevents division by zero.
9258
9259         * VERSION: release 2.7.0
9260         
9261         * lily/include/music.hh (class Music): remove Music::duration_log()
9262
9263         * lily/stem-engraver.cc (make_stem): take duration log from event.
9264
9265         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
9266
9267 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9268
9269         * scm/lily.scm (ly:load): load autochange.scm
9270
9271         * Documentation/user/tutorial.itely (Running LilyPond for the
9272         first time): remove reference to DVI/TeX
9273
9274         * scm/define-markup-commands.scm (text): add \text markup command.
9275
9276         * configure.in (reloc_b): bump requirement to Python 2.2.
9277
9278         * lily/include/dots.hh (class Dots): make has_interface() static.
9279
9280         * python/convertrules.py (conv): add rule for ly:grob-default-font
9281
9282         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
9283         alphabetical order.
9284
9285         * input/regression/trill-spanner-pitched.ly: new file.
9286
9287         * lily/font-interface-scheme.cc (LY_DEFINE): function
9288         ly:grob-default-font (changed from get-default-font).
9289
9290         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
9291
9292         * lily/note-head.cc (internal_print): if style is not a symbol,
9293         set style to 'default. 
9294         (internal_print): no style suffix if glyph-name-procedure not
9295         set. Default to quarter head.
9296
9297         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
9298
9299         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
9300
9301         * ly/music-functions-init.ly: \pitchedTrill
9302
9303         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
9304
9305         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
9306
9307         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
9308
9309         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
9310
9311         * po/fr.po: update
9312
9313         * po/de.po: update.
9314
9315 2005-07-06  Graham Percival  <gperlist@shaw.ca>
9316
9317         * Documentation/user/changing-defaults.itely: add link
9318         to grob-iterface.
9319
9320         * Documentation/user/advanced-notation.itely: add material
9321         to Setting automatic beam behaviour.  Thanks, Joe!
9322
9323         * Documentation/user/lilypond.itely: change encoding to utf-8.
9324
9325 2005-07-01  Mats Bengtsson  <mabe@s3.kth.se>
9326
9327         * Documentation/user/advanced-notation.itely (Setting automatic
9328         beam behavior): Correct the documentation of
9329         revert-auto-beam-setting (backportme)
9330
9331 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9332
9333         * lily/ly-module.cc (ly_make_anonymous_module): define
9334         %module-public-interface of module. 
9335
9336         * lily/lily-parser.cc (print_smob): allow printing of parser smob
9337         without lexer.
9338
9339 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9340
9341         * input/regression/fret-diagrams.ly: stretch example.
9342
9343 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9344
9345         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
9346         Fodor).
9347
9348 2005-06-30  Graham Percival  <gperlist@shaw.ca>
9349
9350         * Documentation/topdocs/AUTHORS.texi: update personal web address.
9351
9352         * Documentation/user/examples.itely, lilypond-book.itely:
9353         change \RequirePackage to \usepackage.
9354
9355         * Documentation/user/global.itely: document copyright and tagline.
9356
9357 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9358
9359         * Documentation/user/basic-notation.itely (Transpose): remove link
9360         to nonexistent UntransposableMusic.
9361
9362         * scm/output-svg.scm: remove old definitions.
9363
9364         * scripts/lilypond-book.py (do_file): search for kpsewhich before
9365         invoking.
9366
9367         * python/lilylib.py (search_exe_path): new function.
9368
9369 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9370
9371         * python/lilylib.py (mkdir_p): remove setup_environment()
9372         (backportme)
9373
9374         * buildscripts/mutopia-index.py (headertext): trim text.
9375
9376         * Documentation/topdocs/NEWS.tely (Top): refresh.
9377
9378         * scm/define-markup-commands.scm (wordwrap-string): new function:
9379         split string in paras and words.
9380         (wordwrap-markups): new function.
9381         (wordwrap-stencils): new function. 
9382         (justify): use it.
9383         (wordwrap): use it.
9384         (wordwrap-string): use it
9385         (justify-string): use it.
9386
9387         * scm/lily-library.scm (regexp-split): new function.
9388
9389         * scm/define-markup-commands.scm: remove encoded-simple. 
9390         remove font-markup.
9391         (fontsize): remove old version  of fontsize.
9392         (wordwrap): new markup function. Wrap into paragraphs.
9393
9394         * VERSION: Branch lilypond_2_6
9395         (MINOR_VERSION): go to 2.7.0
9396
9397 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9398
9399         * po/zh_TW.po: update from translation project.
9400
9401 2005-06-28  Graham Percival  <gperlist@shaw.ca>
9402
9403         * scm/midi.scm: compile fix.
9404
9405 2005-06-28  Mats Bengtsson  <mabe@s3.kth.se>
9406
9407         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
9408         patch. Now, the tempfile module is loaded too, not only used.
9409
9410 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
9411
9412         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
9413         0.05 - 1.00 to 0.25 - 1.00
9414
9415         * scm/midi.scm: moved the default-instrument-equalizer procedure
9416         to just under the insturment-equalizer-alist it takes as an
9417         argument.
9418
9419 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9420
9421         * Documentation/user/advanced-notation.itely (Font selection):
9422         remove CMR note.
9423
9424         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
9425
9426 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9427
9428         * THANKS: Add UTF-8 marker.
9429
9430         * Documentation/user/point-and-click.itely (http): Update: use
9431         lilypond-invoke-editor.  Fix: instruct to use user.js.
9432
9433 2005-06-27  Graham Percival  <gperlist@shaw.ca>
9434
9435         * ly/titling-init.ly: implements printpagenumber, increases
9436         space between dedication and title (to avoid collisions with
9437         "g" and "q" in dedication), and nicer logic about copyright
9438         and instrument fields being printed on the first page.
9439         Thanks Vincent!
9440
9441         * Documentation/user/global.itely: document printpagenumber.
9442
9443 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9444
9445         * Documentation/topdocs/NEWS.tely: Update to 2.6.
9446
9447 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9448
9449         * THANKS: update to 2.6
9450
9451         * VERSION: 2.6.0 released.
9452
9453 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9454
9455         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
9456         rule, errorneously removed probably because of misleading comment.
9457
9458 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9459
9460         * python/lilylib.py (datadir): py2exe comments.
9461
9462         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
9463
9464         * configure.in (reloc_b): make fontconfig REQUIRED.
9465
9466 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
9467
9468         * po/fi.po: add latest translations.
9469
9470 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9471
9472         * ChangeLog: recode utf-8
9473
9474         * Documentation/pictures/lilypond.xpm (Module): edited photo as
9475         logo.
9476
9477         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
9478
9479         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
9480
9481         * python/convertrules.py (do_conversion): don't print program_name
9482         from within a module
9483
9484         * configure.in (reloc_b): bump fontforge requirement to 20050624.
9485
9486         * python/convertrules.py (conv): add 2.6.0 dummy rule.
9487
9488 2005-06-23  Graham Percival  <gperlist@shaw.ca>
9489
9490         * Documentation/user/lilypond-book.itely,
9491         Documentation/user/examples.itely: add \RequirePackage{graphics}.
9492
9493         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
9494         fixes baseline-skip.  Thanks Vincent!
9495
9496         * Documentation/user/advanced-notation.itely, global.itely:
9497         moved "Selecting font sizes" to global, since it deals with
9498         notation font size, not text fonts.
9499
9500 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9501
9502         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
9503         to fonts.
9504
9505 2005-06-23  Mats Bengtsson  <mabe@s3.kth.se>
9506
9507         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
9508         workaround since /dev/stdin doesn't work on Cygwin. Using a
9509         temporary file in the current directory since latex doesn't
9510         understand the path name to the default TMP in Cygwin (at least on
9511         win XP).
9512         
9513         * Documentation/user/global.itely (Creating titles): Correct
9514         misprint in example. Thanks to Rob Vlasaty.
9515
9516 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9517
9518         * VERSION (PATCH_LEVEL): release 2.5.32
9519
9520         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
9521         variable in lily module
9522
9523         * scm/framework-ps.scm (output-classic-framework): error message
9524         regarding the classic framework.
9525
9526         * Documentation/user/henle-flat-gray.png (Module): new file.
9527
9528         * Documentation/user/baer-flat-gray.png (Module): new file.
9529
9530         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
9531         whiteout for markups.
9532
9533         * buildscripts/substitute-encoding.py (note_glyph): include _ in
9534         regex too. This fixes change clef appearance in PDF. 
9535
9536         * ttftool/include/*: remove.
9537
9538         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
9539
9540         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
9541
9542         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
9543
9544         * ttftool/*: remove ttftool subdirectory.
9545
9546         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
9547
9548         * lily/ttf.cc (print_header): new file. Convert to type42, using
9549         FreeType to parse the TTF. 
9550
9551         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
9552         and post table may differ. Pass around post_nglyphs as well.
9553
9554 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9555
9556         * ly/music-functions-init.ly (musicMap): new music function
9557         musicMap. 
9558         
9559 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9560
9561         * make/mutopia-rules.make: anti-alias-factor = 2
9562
9563         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
9564         page switch.
9565
9566         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
9567         anti-alias-factor for lilypond-book runs.
9568
9569         * scm/ps-to-png.scm (scale-down-image): new function.
9570         (my-system): new function.
9571         (make-ps-images): blow up GS resolution by anti-alias-factor,
9572         scale down image by anti-alias-factor.  This improves appearance
9573         of bitmaps
9574         (make-ps-images): remove showpage. Fixes spurious empty png at
9575         end.
9576
9577         * scm/framework-ps.scm (write-preamble): downcase filename before
9578         string-matching. Should fix .TTF files (as opposed to ttf files)  
9579
9580         * Documentation/user/tutorial.itely (Running LilyPond for the
9581         first time): separate subsections for windows, macos and unix.  
9582
9583         * Documentation/user/invoking.itely (Updating files with
9584         convert-ly): add MacOS X note.
9585
9586 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9587
9588         * Documentation/user/introduction.itely (Engraving): don't include
9589         file optical-spacing, add directly.
9590
9591         * lily/paper-outputter.cc (file): open file in binary mode. This
9592         fixes OTF embedding on windows.
9593
9594 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9595
9596         * scm/framework-ps.scm (write-preamble): remove debugging output.
9597
9598         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
9599
9600         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
9601         outdir.
9602         (install-fc-cache): install font cache in installation directories.
9603
9604 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9605
9606         * scm/editor.scm (editor-command-template-alist): Use char iso
9607         column, except for Emacs.
9608         (get-editor-command): Substitute char too (Bertalan Fodor).
9609
9610 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9611
9612         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
9613         quoted ~s.  This should fix PNG output on Windows; single quotes
9614         are regular characters on Windows.
9615
9616 2005-06-16  Graham Percival  <gperlist@shaw.ca>
9617
9618         * Documentation/user/basic-notation.itely: include ChoirStaff
9619         in System start delimiters.
9620
9621         * Documentation/user/putting.itely: new doc section on
9622         fixing overlapping notation.
9623
9624 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9625
9626         * Documentation/user/global.itely (Paper size): \paper is in
9627         \book, not \score.
9628
9629         * make/mutopia-rules.make: -ddelete-intermediate-files
9630
9631         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
9632
9633 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9634
9635         * ChangeLog: Recode utf-8.
9636
9637         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
9638         datadir with .py modules.
9639
9640 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
9641
9642         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
9643
9644 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9645
9646         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
9647         
9648         * scm/framework-ps.scm (write-preamble): remove status check.
9649
9650         * Documentation/user/invoking.itely (Updating files with
9651         convert-ly): remove -o option.
9652
9653         * VERSION (PACKAGE_NAME): release 2.5.31
9654
9655         * scm/framework-ps.scm (write-preamble): use ly:system.
9656         (write-preamble): verbosity.
9657
9658         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
9659
9660         * python/convertrules.py: new file. Store conversion rules
9661         separately.
9662
9663 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9664
9665         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
9666
9667 2005-06-14  Mats Bengtsson  <mabe@s3.kth.se>
9668
9669         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
9670         \musicDisplay 
9671
9672         * Documentation/user/instrument-notation.itely (More stanzas): Add
9673         reference to StanzaNumber.
9674
9675 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9676
9677         * THANKS: separate section for website translators.
9678
9679 2005-06-14  Graham Percival  <gperlist@shaw.ca>
9680
9681         * Documentation/topdocs/INSTALL.texi: update vim info;
9682         thanks Simon Bailey!
9683
9684         * Documentation/user/advanced-notation.itely: included
9685         color names.
9686
9687         * Documentation/user/advanced-notation.itely,
9688         Documentation/usr/notation-appendices.itely: moved
9689         color names into an appendix.
9690
9691 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9692         
9693         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
9694
9695         * scm/lily.scm (lambda): initialize program options from here.
9696
9697         * scm/framework-*.scm: add header info.
9698
9699         * lily/main.cc (parse_argv): only set output format to pdf if no
9700         other format specified.
9701
9702         * scm/backend-library.scm (postprocess-output): process
9703         'delete-intermediate-files after running convert-to-*. This fixes
9704         PNG generation when 'delete-intermediate-files is set.
9705         
9706 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9707
9708         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
9709         links on website. 
9710
9711 2005-06-13  Graham Percival  <gperlist@shaw.ca>
9712
9713         * Documentation/topdocs/INSTALL.texi,
9714         Documentation/user/lilypond-book.itely: typos.
9715
9716 2005-06-12  Pal Benko  <benkop@freestart.hu>
9717
9718         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
9719         added between program name and switch; -b changed to -f not
9720         to generate pdf
9721
9722 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9723
9724         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
9725         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
9726
9727         * input/sakura-sakura.ly: add \midi.
9728
9729         * buildscripts/mutopia-index.py (find): use /usr/bin/find
9730         iso. python find. 
9731
9732         * ttftool/test.c (main): cosmetics.
9733
9734         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
9735
9736         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
9737         create a ttf2ps binary.
9738
9739         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
9740
9741         * scm/backend-library.scm (postscript->png): set rename-page-1 to
9742         true.
9743
9744 2005-06-11  Graham Percival <gperlist@shaw.ca>
9745
9746         * Documentation/user/lilypond-book.itely: add warning about
9747         the font warnings in dvips.
9748
9749 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9750
9751         * THANKS: typo
9752
9753         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
9754
9755         * GNUmakefile.in: remove links for .map, .enc
9756         don't fail if out/ doesn't exist yet.
9757
9758 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9759
9760         * ttftool/util.c (surely_read): return nbytes
9761
9762         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
9763
9764         * VERSION (PACKAGE_NAME): release 2.5.30
9765
9766         * flower/string-convert.cc (precision_string): >? fix.
9767
9768         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
9769         (make-ps-images): add verbose -q too.
9770
9771         * lily/default-actions.cc (Module): new file. default
9772         {book,score}-print functions.
9773
9774         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
9775         pass results via parseStringResult, lookup via ly:parser-lookup.  
9776
9777         * lily/lily-parser.cc (Lily_parser): only clone lexer in
9778         constructors.
9779         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
9780         (parse_string): idem.
9781
9782         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
9783
9784         * lily/main.cc (main_with_guile): copy be_verbose_global into
9785         ly_set_option()
9786
9787 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9788
9789         * scm/backend-library.scm (postscript->pdf):
9790         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
9791         verbose mode.  Search for several names of gs executable.
9792
9793 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9794
9795         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
9796         directly. This fixes a massive memory leak, provided you use CVS
9797         GUILE.
9798
9799 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
9800
9801         * ly/property-init.ly: Added tieDashed.
9802
9803         * THANKS: Added some bughunters for 2.5.
9804
9805 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9806
9807         * lily/program-option.cc: add debug-gc option.
9808
9809         * lily/include/lily-guile-macros.hh: don't protect exported module
9810         objects.
9811
9812         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
9813
9814         * scm/backend-library.scm (postscript->pdf): use
9815         delete-intermediate-files iso. running-from-gui? 
9816
9817         * ttftool/util.c (surely_read): robustness. Allow read() to return
9818         less bytes than requested, as per posix standards.
9819
9820         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
9821         program option.
9822
9823         * ttftool/include/ttftool.h ("C"): rename verbosity to
9824         ttf_verbosity. Add to public interface.
9825
9826         * scm/music-functions.scm (unfold-repeats): remove debugging display.
9827
9828         * lily/program-option.cc: rename from scm-option.cc
9829
9830         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
9831         (get_help_string): Print pretty help string.
9832
9833         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
9834         to snippet preamble.
9835
9836         * lily/scm-option.cc: remove command-line-settings option. Fold
9837         all command-line options plus default settings in a generic
9838         interface. 
9839
9840         * flower/getopt-long.cc (table_string): indent 2nd lines of help
9841         texts too.
9842
9843 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9844
9845         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
9846         or EXT_ components non-empty.
9847
9848 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9849
9850         * scm/lily.scm (running-from-gui?): Export.
9851
9852         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
9853         output in .ly source directory.
9854
9855 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9856
9857         * ttftool/util.c (surely_lseek): more verbosity.
9858
9859         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
9860         compile.
9861
9862         * lily/parser.yy (Repeated_music): remove >? 
9863
9864         * scm/backend-library.scm (postscript->pdf): Support for
9865         -dgs-font-load=1
9866
9867         * scm/framework-ps.scm (write-preamble): make font loading
9868         switchable to GS via --define-default gs-font-load=1
9869
9870 2005-06-09  Graham Percival  <gperlist@shaw.ca>
9871
9872         * Documentation/user/global.itely: added \layout docs.
9873
9874 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9875
9876         * lily/lily-parser-scheme.cc: add unistd.h
9877
9878 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9879
9880         * scm/editor.scm: add char argument.
9881
9882         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
9883
9884         * ttftool/util.c (syserror): use errno for better error reporting.
9885
9886         * lily/source-file.cc (get_counts): new function. Calc column,
9887         line and char count in one go.
9888
9889         * lily/binary-source-file.cc (quote_input): rename to quote_input
9890
9891         * lily/input.cc (set): new function.
9892
9893 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9894
9895         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
9896         directory part of file name to search directory.
9897
9898         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
9899         search path and chdir to DIR if --outname=DIR used.
9900
9901         * lily/main.cc (prepend_env_path): Bugfix: Check directory
9902         existence before appending original path.
9903
9904 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9905
9906         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
9907         file" massage.
9908
9909         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
9910         texinfo.tex is always used.
9911         
9912 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9913
9914         * flower/include/axis.hh: rename from axes.hh
9915
9916         * lily/include/text-interface.hh (Module): rename from text-item.hh
9917
9918         * VERSION (PATCH_LEVEL): release 2.5.29
9919
9920         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
9921
9922         * scm/framework-ps.scm (font-file-as-ps-string): new function.
9923         (handle-macfont): new function. Call fondu for Native mac fonts.
9924
9925         * scm/define-markup-commands.scm (fill-line): handle text-widths =
9926         '() case.
9927
9928 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9929
9930         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
9931         multi-page.  Fix .eps regular expression.
9932
9933 2005-06-07  Graham Percival  <gperlist@shaw.ca>
9934
9935         * Documentation/user/putting.itely: add info on modifying templates.
9936
9937         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
9938         misc small changes.
9939
9940 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9941
9942         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
9943
9944         * scripts/lilypond-ps2png.scm
9945
9946         * VERSION (PACKAGE_NAME): release 2.5.28
9947
9948 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9949
9950         * lily/main.cc (prepend_env_path): Do not append /, that does not
9951         work.  Localedir lives in datadir, not in prefix.
9952
9953         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
9954         hack for windows.
9955
9956         * flower/include/file-cookie.hh: Compile fix.
9957
9958 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9959
9960         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
9961
9962         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
9963         system primitives.
9964         (gulp-port): using read-string!/partial. We don't want to read an
9965         entire PS file  (GUILE 1.6 limits strings to 16M) 
9966
9967         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
9968         properties. Add font-interface. 
9969
9970         * scm/define-grob-properties.scm (all-user-grob-properties):
9971         remove old bracket properties.
9972
9973         * scm/x11-color.scm: reformat. 
9974
9975         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
9976         LedgerLineSpanner if new StaffSymbol is found. 
9977
9978         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
9979         staff-symbol for finishing staff. 
9980
9981         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
9982
9983         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
9984         change black to currentColor everywhere. This fixes color support
9985         in SVG.
9986
9987 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
9988
9989         * input/regression/fret-diagrams.ly: new file to test fret diagram
9990         capability
9991
9992         * scm/output-tex.scm: remove white-dot and white-text
9993
9994         * scm/output-ps.scm: remove white-dot and white-text
9995
9996         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
9997         using ly:stencil-in-color instead
9998         (draw-dots) : remove call to white-dot
9999
10000 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10001
10002         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
10003         support.
10004
10005         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
10006
10007         * flower/include/file-cookie.hh: new file. lily_cookie extension 
10008
10009         * flower/file-cookie.cc: new file. lily_cookie extension.
10010         
10011 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10012
10013         * scm/editor.scm (editor-command-template-alist): Add syn
10014         editor (Jaap [de Vos]).
10015
10016 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10017
10018         * scripts/lilypond-ps2png.scm:
10019         * scm/ps-to-png.scm: New file.
10020
10021         * scm/backend-library.scm (postscript->png): Use it.
10022
10023         * scripts/lilypond-ps-to-png.py: Remove file.
10024
10025         * python/lilylib.py (get_bbox, make_ps_images): Remove.
10026
10027 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10028
10029         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
10030
10031         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
10032         start on grace moment. Fixes autobeam-grace.ly.
10033
10034         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
10035         process anything unless we're at the end of a pending beam. Fixes
10036         syncopated 8ths beamed across a beat.
10037
10038 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10039
10040         * scm/editor.scm (editor-command-template-alist): Start emacs if
10041         emacslient fails.
10042
10043         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
10044
10045         * flower/file-path.cc (is_file, is_dir): Export.
10046
10047         * lily/main.cc (prepend_env_path, set_env_file): Use them.
10048
10049 2005-06-02  Mats Bengtsson  <mabe@s3.kth.se>
10050
10051         * lily/easy-notation.cc: Added include cctype to correct
10052         compilation error.
10053
10054 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10055
10056         * scm/backend-library.scm (postscript->pdf): set resolution to
10057         1200, so bitmap fonts aren't that ugly. 
10058
10059         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
10060
10061         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
10062         parent if we have a notehead. Fixes incorrect offsets when
10063         Paper_column is very wide in the X direction.
10064
10065         * input/regression/font-family-override.ly (Module): new file.
10066
10067         * scm/font.scm (make-pango-font-tree): new function.
10068
10069         * lily/beam.cc (before_line_breaking): remove warning about less
10070         than 2 visible stems. We still get a warning when there is only
10071         one stem.
10072
10073 2005-06-01  Werner Lemberg  <wl@gnu.org>
10074
10075         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
10076         correctly.
10077
10078 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10079
10080         * lily/slur-scoring.cc (generate_avoid_offsets): new
10081         function. Generate avoid offsets once per slur.
10082
10083         * lily/slur.cc (add_extra_encompass): add dependency to
10084         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
10085
10086         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
10087         too. Fixes inf error with added bass notes.
10088
10089         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
10090         argument anymore.
10091
10092         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
10093
10094         * input/tutorial/lbook-latex-test.tex: add line length test.
10095
10096         * scripts/lilypond-book.py (set_default_options): new
10097         function. Call this before dissecting snippets, so linewidth
10098         settings reach the snippets.
10099
10100 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10101
10102         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
10103
10104 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10105
10106         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
10107
10108 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10109
10110         * stepmake/aclocal.m4: More autopackage friendliness.
10111
10112 2005-05-31  Graham Percival  <gperlist@shaw.ca>
10113
10114         * Documentation/index.html.in: remove link to LSR.
10115
10116         * Documentation/user/global.itely: remove duplicate
10117         "dedication" \header{} section.
10118
10119 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10120
10121         * VERSION (PACKAGE_NAME): release 2.5.27.
10122
10123         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
10124         too. Plugs memory leak.
10125
10126         * make/lilypond.fedora.spec.in (Group): remove
10127         lilypond-pdfpc-helper.
10128
10129         * scripts/GNUmakefile (SEXECUTABLES): remove
10130         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
10131
10132         * scm/font.scm (make-century-schoolbook-tree): add Mono as
10133         'typewriter family.
10134
10135         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
10136         memory leak.
10137
10138         * lily/parser.yy (score_body): don't clone Score, that's done in
10139         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
10140
10141         * lily/score-engraver.cc (derived_mark): new function.
10142         (initialize): unprotect Paper_score. This fixes a memory leak.
10143
10144         * lily/score-performer.cc (derived_mark): new function.
10145
10146         * lily/score-translator.cc (get_output): use SCM for get_output() call.
10147
10148         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
10149         spurious warning.
10150
10151         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
10152         serif.
10153
10154 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10155
10156         * configure.in (reloc_b): Add --enable-relocation.
10157
10158 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10159
10160         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
10161
10162         * input/regression/alignment-order.ly: add Staff example.
10163
10164 2005-05-31  John Mandereau   <john.mandereau@free.fr>
10165
10166         * po/fr.po: update.
10167
10168 2005-05-31  Graham Percival  <gperlist@shaw.ca>
10169
10170         * Documentation/index.html.in: add link to LSR.
10171
10172 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10173
10174         * scm/define-stencil-commands.scm (Module): new file. Register all
10175         allowed stencil expression heads in a central place.
10176
10177         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
10178         ly:make-stencil
10179
10180         * lily/stencil-expression.cc (all_stencil_heads): registering
10181         stencil expressions.
10182
10183         * lily/stencil-interpret.cc: new file. Stencil expression
10184         interpreting.
10185
10186         * input/xiao-haizi-guai-guai.ly: move file back.
10187
10188 2005-05-30  Graham Percival  <gperlist@shaw.ca>
10189
10190         * Documentation/user/advanced.itely, converters.itely,
10191         instrument-notation.itely, lilypond-book.itely: misc small
10192         changes.
10193
10194 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10195
10196         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
10197
10198         * make/lilypond.fedora.spec.in: Fix source url.
10199
10200         * cygwin: Update from mingw patches.
10201
10202         * scm/editor.scm (editor-command-template-alist): Use jedit
10203         -reuseview (Bertalan), add uedit (Patrick Huberts).
10204
10205         * input/xiao-hai-zi-guai-guai.ly: Rename from
10206         xiao-haizi-guai-guai.ly.
10207
10208         * input/*: Reindent, do not use TAB.
10209
10210         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
10211         white background.
10212
10213 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10214
10215         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
10216         numerical overflow error.
10217
10218 2005-05-29 Laura Conrad <lconrad@laymusic.org>
10219         
10220         * abc2ly.py: fix to syntax error in multi-part output.
10221
10222 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10223
10224         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
10225         with disappearing span bars when alignAboveContext is active
10226
10227         * lily/property-iterator.cc (check_grob): use is-grob?
10228         object-property. Fixes crash-key-sig-font-size.ly. 
10229
10230 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10231
10232         * lily/bar-line.cc (print): don't round barlines; this produces
10233         odd aliasing effects in Acroread.
10234
10235         * lily/timing-engraver.cc (process_music): robustness fix.
10236
10237         * lily/context-def.cc (filter_engravers): bugfix.
10238
10239 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10240
10241         * lily/lilypond.rc.in: Add ly-icon.
10242
10243         * lily/GNUmakefile: 
10244         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
10245         rules.
10246
10247 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10248
10249         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
10250
10251         * ps/music-drawing-routines.ps: 
10252
10253         * scm/output-ps.scm: remove draw ez_ball.
10254
10255         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
10256         EasyNotation context definition.
10257
10258         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
10259         Text_interface and color for making easy note heads.
10260
10261         * lily/stencil.cc (with_color): new function.
10262
10263         * ps/music-drawing-routines.ps: remove draw_zigzag_line
10264
10265         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
10266         output routine. Zigzag now works in SVG too.
10267
10268         * scm/output-tex.scm (filledbox): idem.
10269
10270         * scm/output-svg.scm (filledbox): idem.
10271
10272         * scm/output-ps.scm (lily-def): remove horizontal-line. 
10273
10274         * lily/lookup.cc (horizontal_line): use draw-line. 
10275
10276         * lily/system-start-delimiter.cc: remove old staff bracket code.
10277
10278         * mf/feta-haak.mf: further tweaks.
10279
10280         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
10281
10282         * mf/feta-generic.mf: include feta-haak.
10283
10284         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
10285
10286         * scm/framework-ps.scm (write-preamble): only load fonts if their
10287         filename is a string. 
10288
10289 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10290
10291         * scm/output-svg.scm (circle): support circle.
10292         (bracket): stub for bracket.
10293
10294         * scripts/lilypond-book.py (main): make sure --psfonts warning is
10295         correct.
10296
10297 2005-05-26  Graham Percival  <gperlist@shaw.ca>
10298
10299         * Documentation/user/lilypond.tely, advanced-notation.itely,
10300         basic-notation.itely, instrument-notation.itely, global.itely,
10301         introduction.itely, tutorial.itely: rearranging, editing,
10302         clean-up.
10303
10304         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
10305         for compiling on FreeBSD.
10306
10307 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10308
10309         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
10310         otf files.
10311
10312         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
10313         bugfixes.
10314
10315         * VERSION: 2.5.26 released.
10316
10317         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
10318
10319 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
10320
10321         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
10322         if printpagenumber is false.
10323
10324 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10325
10326         * lily/font-config.cc (init_fontconfig): comment out FontConfig
10327         cache warning.
10328
10329         * lily/tie.cc (print): support dotted ties.
10330         
10331 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10332
10333         * scm/define-grobs.scm (all-grob-descriptions): switch off
10334         debugging
10335         (all-grob-descriptions): Arpeggio has Y-extent.
10336
10337         * scm/define-music-properties.scm (all-music-properties): document
10338         length-callback and start-callback as "read-only".
10339
10340         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
10341         length-callback after creation. 
10342
10343         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
10344         compressmusic -> compressMusic.
10345
10346         * ly/music-functions-init.ly (oldaddlyrics): idem.
10347
10348         * lily/parser.yy: NewLyricCombineMusic ->
10349         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
10350
10351 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
10352
10353         * ly/Welcome_to_LilyPond.ly: typo.
10354
10355 2005-05-24  Graham Percival  <gperlist@shaw.ca>
10356
10357         * Documentation/user/lilypond.tely: move changing-defaults to be
10358         before global issues.
10359
10360         * Documentation/user/basic-notation.itely: move Transpose section
10361         here from advanced/Other.
10362
10363         * Documentation/user/changing-defaults.itely,
10364         advanced-notation.itely: move Fonts to advanced, edit.
10365
10366 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10367
10368         * lily/parser.yy (bare_int): remove rule.  From now on, we require
10369         # before negative integers.
10370
10371 2005-05-23  Graham Percival  <gperlist@shaw.ca>
10372
10373         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
10374
10375         * Documentation/user/lilypond.tely: change Unified index to
10376         LilyPond index.
10377
10378         * Documentation/user/advanced-notation.itely,
10379         instrument-notation.itely: editing.
10380
10381 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10382
10383         * scm/lily.scm (lilypond-all): Bugfix: return failed.
10384
10385         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
10386
10387 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10388
10389         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
10390         ly:port-move.  Needs to be stderr-specific on mingw.
10391         Run fixcc.
10392
10393 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10394
10395         * lily/general-scheme.cc (ly:port-move): Remove.
10396
10397         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
10398         windows.
10399
10400         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
10401         variables.  This eliminates the need for a gs.bat wrapper, which
10402         opens a console.
10403
10404         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
10405         * scm/lily.scm (running-from-gui?): 
10406         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
10407         artifact of not compiling with -mwindows.
10408
10409         * scm/editor.scm: Define PLATFORM.
10410
10411 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10412
10413         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
10414         can start to cut & paste lilypond-book fragments.  
10415
10416         * scm/define-music-types.scm (music-descriptions): remove
10417         UntransposableMusic
10418
10419 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10420
10421         * scm/output-ps.scm (glyph-string): remove / before CIDs.
10422
10423 2005-05-20  Graham Percival  <gperlist@shaw.ca>
10424
10425         * Documentation/user/instrument-notation.itely: remove *Engraver.
10426
10427         * Documentation/user/advanced-notation.itely: edit, rearrange.
10428
10429 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10430
10431         * scm/output-ps.scm (glyph-string): take cid? argument. Use
10432         findresource iso. findfont for CID CFF fonts.
10433
10434         * VERSION (PACKAGE_NAME): release 2.5.25
10435
10436         * ly/Welcome_to_LilyPond.ly: add  \version
10437
10438 2005-05-20  Graham Percival  <gperlist@shaw.ca>
10439
10440         * Documentation/user/programming-interface.itely: move
10441         \displayMusic into its own section.
10442
10443         * Documentation/user/basic-notation.itely: finish editing.
10444
10445 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10446
10447         * flower/file-path.cc (find): don't throw away file_name.dir, but
10448         append to it. Fixes \include with directories.
10449
10450         * flower/include/file-path.hh (class File_path): don't derive from
10451         Array<String>.
10452
10453         * flower/include/file-name.hh (class File_name): remove to_str0()
10454
10455         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
10456         Hara_kiri_engraver in separate file.
10457
10458         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
10459         translation went wrong. Fixes vertically translated slurs.
10460
10461 2005-05-19  Graham Percival  <gperlist@shaw.ca>
10462
10463         * Documentation/user/basic-notaton.itely: editing.
10464
10465 2005-05-18  Graham Percival  <gperlist@shaw.ca>
10466
10467         * Documentation/user/macros.itexi, basic-notation.itely:
10468         add @commonprop (commonly used properties) macro.
10469
10470 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10471
10472         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
10473
10474         * scripts/lilypond-book.py (invokes_lilypond): new function
10475         (main): only run fontextract if invokes_lilypond() is true.
10476
10477         * lily/function-documentation.cc (ly_add_function_documentation):
10478         duh, use !=
10479
10480         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
10481
10482         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
10483
10484         * scm/lily.scm (running-from-gui?): lowercase Darwin.
10485
10486         * lily/function-documentation.cc (ly_add_function_documentation):
10487         use scm_hash_table_p() for checking.
10488
10489 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10490
10491         * Documentation/user/advanced-notation.itely (Text scripts):
10492         Change nonexisting @internalsref{Text markup} to @ref{Text
10493         markup}.  Change @internalsref{Text script} to
10494         @internalsref{TextScript}.
10495
10496         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
10497
10498 2005-05-17  Graham Percival  <gperlist@shaw.ca>
10499
10500         * Documentation/user/tutorial.itely, basic-notation.itely,
10501         changing-defaults.itely: remove duplicate cindex entries
10502         that appear on the same page.
10503
10504         * scm/define-grobs.scm: change default padding for TextSpanner.
10505
10506         * Documentation/topdocs/AUTHORS.texi: update email address.
10507
10508         * Documentation/user/global.itely: add info about \include.
10509
10510 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10511
10512         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
10513         when running-from-gui.
10514
10515         * scm/editor.scm (get-editor): Add platform defaults.
10516
10517         * scm/backend-library.scm (postscript->pdf): Typo.
10518
10519 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10520
10521         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
10522
10523         * lily/font-config.cc (init_fontconfig): add warning about cache.
10524
10525 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10526
10527         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
10528
10529 2005-05-16  Mats Bengtsson  <mabe@s3.kth.se>
10530
10531         * lily/horizontal-bracket.cc (print): Take care of the direction
10532         property so brackets above the stave point downwards. 
10533
10534         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
10535         for HorizontalBracket so it doesn't end up within the stave.
10536
10537 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10538
10539         * lily/GNUmakefile (default): Typo.
10540
10541         * scm/lily.scm (PLATFORM): Export.
10542
10543         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
10544         load-font-via-GS, ttftool or fopencookie is broken on windows.
10545         
10546         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
10547         -dSAFER, that is broken on windows.
10548
10549 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10550
10551         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
10552         for FlexLexer.h
10553
10554         * scripts/lilypond-invoke-editor.scm: remove stray -
10555
10556 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10557
10558         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
10559         Fixes deprecation warning.
10560
10561         * flower/include/string.icc (to_string): Only inline if
10562         -DSTRING_UTILS_INLINED.
10563
10564         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
10565         name.  Remove windows comment.
10566
10567         * scm/editor.scm (slashify): New function.
10568         (get-editor-command): Use it.
10569         (get-command-template): Do not alter editor command if
10570         environment value includes `%(file)s' magic.
10571
10572         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
10573         (dissect-uri): Use it.
10574         (unquote-uri): Bugfix.
10575
10576 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10577
10578         * scm/framework-ps.scm (write-preamble): add TTF rule.
10579
10580         * Documentation/topdocs/README.texi (Top): remove note about
10581         xdelta.
10582
10583         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
10584         requirement.
10585
10586         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
10587         function. Figure out where FlexLexer.h lives
10588
10589         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
10590         
10591 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10592
10593         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
10594         with Windows root in file name.
10595
10596         * scm/backend-library.scm (ly:system): Only redirect output (using
10597         system and shell, ugh) if /dev/null is writable.
10598
10599         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
10600         windows icon.
10601
10602         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
10603         on Mingw.
10604
10605         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
10606         click.
10607
10608         * flower/file-path.cc (is_dir, is_file): New function.  Actually
10609         use result of stat when available.
10610
10611         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
10612         absolute file name and root.
10613
10614         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
10615
10616         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
10617
10618         * flower/file-name.cc (slashify): Bugfix, do substitute if no
10619         slashes in file name.
10620
10621 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10622
10623         * Documentation/user/preface.itely (Preface): Run
10624         texinfo-all-menus-update.
10625
10626         * scm/editor.scm (get-editor-command): Bugfix: allow full
10627         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
10628
10629         * Documentation/pictures/lilypond-48.xpm: New file.
10630
10631         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
10632
10633         * ly/Welcome_to_LilyPond.ly: New file.
10634
10635         * lily/main.cc (main): Only identify if we have a terminal.
10636
10637         * scm/backend-library.scm (postscript->png)
10638         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
10639         non-/bin/sh).
10640
10641 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
10642
10643         * Documentation/topdocs/AUTHORS.texi: polish, update.
10644
10645 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10646
10647         * Documentation/user/preface.itely (Notes for version 2.6): new
10648         notes for 2.6
10649
10650         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
10651         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
10652         is not fully contained" warnings.
10653
10654         * lily/slur-scoring.cc (get_bound_info): remove warning.
10655
10656         * lily/staff-symbol-engraver.cc (process_music): start initial
10657         spanner in process_music(). This fixes overrides of StaffSymbol
10658         properties.
10659
10660         * scm/framework-pdf.scm (Module): remove.
10661
10662         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
10663
10664         * lily/ambitus-engraver.cc: formatting cleanups.
10665
10666         * mf/feta-solfa.mf (Module): remove.
10667
10668         * ChangeLog: more details about contributions.
10669
10670 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10671
10672         * lily/align-interface.cc (align_elements_to_extents): warn if
10673         called too early. Fixes: disappearing-staff-lines.ly
10674
10675         * VERSION (PACKAGE_NAME): release 2.5.24
10676
10677 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10678
10679         * stepmake/aclocal.m4: Typo.
10680
10681         * flower/string.cc (substitute): Take two strings or two
10682         characters.  Update callers.
10683
10684 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10685
10686         * flower/file-name.cc (File_name): Slashify.
10687
10688         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
10689
10690         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
10691
10692         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
10693
10694         * configure.in (gui_b): Use it.
10695
10696         * lily/lilypond.rc.in: New file.
10697
10698         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
10699
10700 2005-05-12  Graham Percival  <gperlist@shaw.ca>
10701
10702         * Documentation/user/advanced-notation.itely: edit of Text
10703         section; clarify text scripts vs. text markup.
10704
10705 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10706
10707         * lily/multi-measure-rest-engraver.cc
10708         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
10709         separation items on start. Fixes mm rests in start of score.
10710
10711         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
10712         don't access StaffSymbol if not there.
10713         Fixes: crash-staff-symbol-engraver.ly.
10714
10715         * lily/instrument-name-engraver.cc (class
10716         Instrument_name_engraver): data member first_. Create
10717         InstrumentName on start. 
10718
10719 2005-05-12  Graham Percival  <gperlist@shaw.ca>
10720
10721         * Documentation/user/instrument-notation.itely: add guitar
10722         position.
10723
10724         * Documentation/user/introduction.itely,
10725         Documentation/user/lilypond.tely,
10726         Documentation/user/tutorial.itely: begin pruning
10727         unused (duplicated) cindex entries and misc cleanup.
10728
10729 2005-05-12  Mats Bengtsson  <mabe@s3.kth.se>
10730
10731         * input/test/volta-chord-names.ly: Bring the explanation up to
10732         date.
10733
10734 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
10735
10736         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
10737         Specify `@documentencoding utf-8' for html, ignore warnings.
10738
10739 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
10740
10741         * THANKS: Added bughunters.
10742
10743 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
10744
10745         * lily/main.cc: update help string for `lilypond -H'.
10746
10747         * po/fi.po: update.
10748         
10749 2005-05-10  Graham Percival  <gperlist@shaw.ca>
10750
10751         * Documentation/user/advanced-notation.itely: minor fixes.
10752
10753 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10754
10755         * scm/editor.scm: New module.
10756
10757         * scm/lily.scm (gui-main): Use it.
10758
10759         * scm/framework-gnome.scm (spawn-editor): Use it.
10760
10761         * scripts/lilypond-invoke-editor.scm: Use it in new script.
10762
10763 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10764
10765         * scm/framework-ps.scm (load-font-via-GS):  new function.
10766
10767         * lily/pango-font.cc (pango_item_string_stencil): add support for
10768         CID keyed font.
10769
10770         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
10771
10772 2005-05-10  Graham Percival  <gperlist@shaw.ca>
10773
10774         * Documentation/user/basic-notation.itely: add @ref.
10775
10776         * Documentation/user/advanced-notation.itely: add example
10777         of 5/8 beaming.
10778
10779 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10780
10781         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
10782
10783         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
10784         going through ps2pdf wrappers.
10785
10786 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
10787
10788         * Documentation/user/instrument-notation.itely: petrucci note
10789         heads: updated docu
10790
10791         * input/regression/note-head-style.ly: updated regression test;
10792         indentation fixes
10793
10794         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
10795         heads as default
10796
10797         * mf/parmesan-heads.mf: minor editing; use musicological names
10798         (rather than optical description) as note head names
10799
10800         * scm/output-lib.scm: complete petrucci heads
10801
10802 2005-05-09  Pal Benko  <benkop@freestart.hu>
10803
10804         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
10805         heads, but bigger)
10806
10807 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10808
10809         * lily/main.cc (main_with_guile): Remove no files check.
10810
10811         * lily/main.cc (ly:usage): Export to Scheme.
10812
10813         * scm/lily.scm (no-files-handler): New function.
10814
10815         * scm/lily.scm (lilypond-main): Use it.
10816
10817         * configure.in (gui_b): Add mbrtowc checking.
10818         Resurrect [utf8/]wchar.h checking.
10819
10820 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
10821
10822         * Documentation/user/advanced-notation.itely (Metronome marks):
10823         Add link to the program reference for MetronomeMark
10824
10825         * Documentation/user/lilypond-book.itely (An example of a
10826         musicological document): Correct the example using psfonts 
10827
10828 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
10829
10830         * po/fi.po: update after a lesson how to update entries against
10831         source.
10832         
10833         * po/TODO: document the lesson.
10834
10835 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10836
10837         * configure.in (gui_b): remove wcrtomb checking.
10838
10839         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
10840         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
10841
10842 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
10843
10844         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
10845         keep Scheme expressions and strings unmodified when doing the
10846         conversion to postfix notation for slurs and beams. Should
10847         hopefully solve most related conversion problems. 
10848
10849         * Documentation/user/lilypond-book.itely : Clarify and correct how
10850         to call dvips with -h psfonts.
10851
10852 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10853
10854         * Documentation/user/instrument-notation.itely (Entering lyrics):
10855         Typo.  Fixes build.
10856
10857 2005-05-09  Graham Percival  <gperlist@shaw.ca>
10858
10859         * Documentation/user/lilypond-book.itely: document PSFONTS file.
10860
10861         * Documentation/user/lilypond.tely, lilypond-book.itely,
10862         tutorial.itely: change references to 2.5.x to 2.6.x.
10863
10864         * Documentation/user/instrument-notation.itely: clarified \addlyrics
10865         vs \lyricmode.
10866
10867         * Documentation/user/invoking.itely: remove old info about
10868         lilypond-profile.
10869
10870         * Documentation/topdocs/INSTALL.texi: remove old info about
10871         lilypond-profile, add warning about needing international fonts
10872         to build docs.
10873
10874 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10875
10876         * lily/include/grob-info.hh (class Grob_info): make data member
10877         private. Changes throughout.
10878
10879         * input/regression/alignment-order.ly: new file. 
10880
10881         * lily/vertical-align-engraver.cc (acknowledge_grob): read
10882         alignAboveContext and alignBelowContext
10883
10884 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10885
10886         * lily/pfb.cc (LY_DEFINE): add cast.
10887
10888         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
10889         matches .otf
10890         (write-preamble): warn about unknown fonts.
10891
10892         * lily/pfb.cc (Module): new function ly:otf->cff
10893
10894         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
10895         (get_otf_table): new function.
10896
10897 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10898
10899         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
10900         iso. ps2png.
10901
10902 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
10903
10904         * po/fi.po: apply second round of update.
10905
10906 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10907
10908         * scm/x11-color.scm (make-x11-color-handler): don't use
10909         #\sp. Apparently doesn't work on all platforms. 
10910
10911 2005-05-06  Graham Percival  <gperlist@shaw.ca>
10912
10913         * Documentation/user/advanced-notation.itely, putting.itely,
10914         tutorial.itely, global.itely, introduction.itely: really minor fixes.
10915
10916 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10917
10918         * VERSION (PACKAGE_NAME): release 2.5.23
10919
10920 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10921
10922         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
10923         convert to utf-8.
10924
10925         * THANKS: Add translators for this release, convert to utf-8.
10926
10927         * mf/GNUmakefile (MFTRACE_FLAGS):
10928         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
10929         outdir as option (WAS: hardcoded).
10930
10931 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10932
10933         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
10934         finished_span_
10935
10936         * THANKS: add Hans Forbrich.
10937
10938         * Documentation/topdocs/NEWS.tely (Top): document new feature.
10939
10940         * Documentation/user/basic-notation.itely (Staff symbol): document
10941         start/stop staff. Reference to ossia.ly
10942
10943         * input/test/ossia.ly: new example using stop and startStaff.
10944
10945         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
10946         in other words, don't create "|" barline at start of the score.
10947         (start_translation_timestep): don't set whichBar for start of score.
10948
10949         * input/regression/staff-halfway.ly: use new functionality.
10950
10951         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
10952         start and stop staff based on events.
10953
10954         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
10955
10956         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
10957
10958 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10959
10960         * Documentation/user/programming-interface.itely (How markups work
10961         internally ): remove \encoding reference.
10962
10963 2005-05-04  Mats Bengtsson  <mabe@s3.kth.se>
10964
10965         * scripts/convert-ly.py: Attempt to do a smarter update of 
10966         text markups from versions < 1.9.0 with arbitrary nesting.
10967
10968 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
10969
10970         * po/fi.po: convert to utf-8, and update.
10971
10972 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10973
10974         * make/lilypond.suse.spec.in: update from suse 2.4 package.
10975
10976         * lily/*.cc: more <? >? to min/max changes
10977
10978         * lily/include/interpretation-context-handle.hh: rename
10979         Interpretation_context_handle to Context_handle.
10980
10981 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
10982
10983         * input/regression/GNUmakefile (local_delete): use `find` together 
10984         with `xargs` to avoid too long argument-lists in cmd line.
10985
10986 2005-05-04  Graham Percival  <gperlist@shaw.ca>
10987
10988         * Documentation/user/introduction.itely: updates "About this manual".
10989
10990         * Documentation/user/advanced-notation.itely,
10991         invoking.itely: minor fixes.
10992
10993 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10994
10995         * COPYING: add font exception. Update FSF address. 
10996
10997         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
10998         should be taken without child context.
10999
11000         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
11001
11002         * scm/define-markup-commands.scm (triangle): new command, as
11003         robust replacement for unicode Delta/Triangle.
11004
11005 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11006
11007         * ps/music-drawing-routines.ps: add fillp argument.
11008
11009         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
11010
11011         * lily/font-config.cc (init_fontconfig): don't add cff/
11012
11013         * VERSION (PACKAGE_NAME): release 2.5.22
11014
11015         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
11016
11017         * lily/grace-engraver.cc (consider_change_grace_settings): use
11018         is_alias(). Fixes problem with CueVoice grace notes. 
11019
11020         * lily/simultaneous-music-iterator.cc (construct_children): call
11021         Music_iterator::quit() for iterators that start out invalid. This
11022         fixes indefinitely continuing contexts.
11023
11024         * buildscripts/substitute-encoding.py: new file
11025
11026         * Documentation/user/basic-notation.itely (Basic polyphony): fix
11027         missing @end 
11028
11029         * scripts/lilypond-book.py (write_if_updated): print file name.
11030
11031         * Documentation/user/basic-notation.itely (Explicitly
11032         instantiating voices): idem.
11033
11034         * Documentation/user/advanced-notation.itely (Text spanners):
11035         remove stray { } 
11036
11037         * lily/context.cc (default_child_context_name): the default child
11038         is now first in accepts_list_.
11039
11040         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
11041         \defaultchild to all relevant contexts.  This fixes:
11042         drums-pitch.ly.
11043
11044         (Probably also fixes similar problems with ancient
11045         transcriptions getting CueVoices instead of the desired voices.)
11046  
11047         * lily/context-def.cc (get_default_child): new function.
11048         (get_accepted): place default child in front of list.
11049
11050         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
11051
11052         * lily/include/context-def.hh (struct Context_def): add
11053         default_accept_
11054
11055 2005-05-03  Graham Percival  <gperlist@shaw.ca>
11056
11057         * scm/define-grobs.scm: remove "remove-first" line, since
11058         the absent property is set to #f anyway.
11059
11060         * Documentation/user/basic-notation.itely,
11061         advanced-notation.itely, instrument-notation.itely: minor
11062         fixes.
11063
11064         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
11065
11066         * Documentation/user/advanced-notation.itely,
11067         changing-defaults.itely: consolidate Text stuff in
11068         advanced notation.
11069
11070         * Documentation/user/global.itely: better docs for \header.
11071
11072         * Documentation/user/putting.itely: new chapter; placeholder
11073         for future expansion.
11074
11075         * Documentation/user/examples.itely: moved "suggestions for
11076         writing LP files" section into putting.itely.
11077
11078         * Documentation/user/lilypond.itely: added new chapter,
11079         fixed the short table of contents.
11080
11081 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11082
11083         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
11084         infinity for unfeasible beams.
11085
11086         * make/lilypond.fedora.spec.in (Group): idem.
11087
11088         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
11089
11090         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
11091
11092         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
11093         fonts directly.
11094
11095         * buildscripts/gen-emmentaler-scripts.py (i): idem.
11096
11097         * mf/GNUmakefile: remove all CFF rules.
11098
11099         * scm/framework-ps.scm (ps-embed-cff): reinstate.
11100
11101         * lily/open-type-font-scheme.cc (LY_DEFINE):
11102         new function ly:otf-font-table-data.
11103         (LY_DEFINE): new function otf-font?
11104
11105 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11106
11107         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
11108         ($(outdir)/Fontmap.lily): idem.
11109
11110         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
11111         for PFAEmmentaler-XXX.pfa. 
11112
11113         * Documentation/user/music-glossary.tely (accidental): NL
11114         translation of accidental.
11115
11116 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11117
11118         * flower/include/international.hh: Bugfix: include "string.hh".
11119
11120         * lily/include/mingw-compatibility.hh: New file.
11121
11122         * flower/include/libc-extension.hh (memrev): Rename from strrev.
11123
11124         * configure.in: Search for mingw wcrtomb library.
11125
11126 2005-05-02  Mats Bengtsson  <mabe@s3.kth.se>
11127
11128         * scripts/convert-ly.py: Bug fix
11129
11130         * Documentation/user/changing-defaults.itely (Common tweaks):
11131         Added example where the context has to be specified explicitly
11132         (MetronomeMark). 
11133
11134 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11135
11136         * scripts/lilypond-book.py (ly_options): set timing to #f for
11137         notime option.
11138
11139         * scripts/convert-ly.py (conv): typo.
11140
11141         * flower/*.cc: remove <? and >?
11142         
11143         * lily/*.cc: remove <? and >?
11144
11145         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
11146         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
11147         editor.
11148
11149 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11150
11151         * lily/part-combine-engraver.cc: add space to variable list.
11152
11153 2005-04-30  Graham Percival  <gperlist@shaw.ca>
11154
11155         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
11156         remove-first to false (matches docs)
11157
11158         * Documentation/user/advanced-notation.itely: corrected docs
11159         concerning remove-first.
11160
11161 2005-04-29  Mats Bengtsson  <mabe@s3.kth.se>
11162
11163         * lily/part-combine-engraver.cc: make sure that the relevant
11164         properties are included in the documentation.
11165
11166 2005-04-28  Graham Percival  <gperlist@shaw.ca>
11167
11168         * Documentation/user/lilypond-book.itely: Bernard's docs
11169         for \betweenLilyPondSystem.
11170
11171 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11172
11173         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
11174         remarks.
11175
11176 2005-04-28  Pal Benko  <benkop@freestart.hu>
11177
11178         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
11179         only on vertical lines of flexa shape, and use a constant
11180         thickness value for horizontal lines (patch slightly modified by
11181         Jürgen Reuter)
11182
11183         * lily/include/mensural-ligature.hh: make 2 comments clearer
11184
11185 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
11186
11187         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
11188         to need_extra_horizontal_space; bugfix: use class scope to avoid
11189         global namespace pollution
11190
11191         * Documentation/user/instrument-notation.itely (ligatures): added
11192         comment on possible future syntax change and how to work around
11193
11194         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
11195         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
11196         intervals (fixes agnus dei example)
11197
11198         * Documentation/user/instrument-notation.itely (white mensural
11199         ligatures): selected a more illustrative example
11200
11201 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
11202
11203         * Documentation/index.html.in: specify utf-8 charset in meta content.
11204
11205 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11206
11207         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
11208         empty 2nd page for single page.
11209
11210         * scm/lily.scm: remove p&c definitions.
11211
11212         * po/zh_TW.po (Module): new translation.
11213
11214         * lily/lily-guile.cc (ly_chain_assoc): remove.
11215
11216         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
11217         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
11218
11219 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11220
11221         * lily/beaming-info.cc: remove infinity_i
11222
11223         * scripts/abc2ly.py (out_filename): fix thinko with \version.
11224
11225 2005-04-26  Graham Percival  <gperlist@shaw.ca>
11226
11227         * Documentation/user/basic-notation.itely,
11228         instrument-notation.itely, advanced-notation.itely,
11229         changing-defaults.itely: minor fixes.  Added docs
11230         for colors to advanced-notation.itely.
11231
11232         * Documentation/user/advanced-notation.itely: fixed compile
11233         problem and added Bernard's x11-color doc patch.
11234
11235 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11236
11237         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
11238         alright this time round.
11239
11240 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11241
11242         * Documentation/topdocs/INSTALL.texi (Top): idem.
11243
11244         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
11245
11246         * VERSION (MAJOR_VERSION): release 2.5.21
11247
11248         * scm/output-ps.scm (grob-cause): bugfix.
11249
11250 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11251
11252         * cygwin/*: Update.
11253
11254         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
11255         stuff.
11256
11257         * scm/output-ps.scm (grob-cause): Bugfix.
11258
11259         * scm/lily.scm (ly:load): Remove x11-color.
11260
11261         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
11262         quote executable, fixes getting version from program --with
11263         --options.
11264         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
11265         $ac_exeect.
11266
11267         * Documentation/user/GNUmakefile: Only build music-glossary with
11268         rendered lilypond snippets during web.
11269
11270 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11271
11272         * po/de.po: update.
11273
11274         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
11275
11276 2005-04-22  Laura Conrad <lconrad@laymusic.org>
11277  
11278         * scripts/abc2ly:
11279         second title line append with punctuation dash character;
11280         encode abc2ly python strings in utf-8
11281        
11282 2005-04-21  Laura Conrad <lconrad@laymusic.org>
11283
11284         * scripts/abc2ly fix chords (again)
11285  
11286 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
11287
11288         * scm/x11-color.scm: new file
11289         All x11 color names can be accessed with:
11290         #(x11-color 'ColorName),
11291         #(x11-color "ColorName") or:
11292         #(x11-color "color name")
11293         If the x11 color name is not recognised then it defaults
11294         to black
11295
11296         * scm/lily.scm: amended to call scm/x11-color.scm
11297
11298 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11299
11300         * Documentation/user/invoking.itely (Reporting bugs): comment out
11301         reference to online PNG bug repository.
11302
11303 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11304
11305         * lily/translator-scheme.cc (ly:translator-property): Remove.
11306         Update callers.
11307
11308         * lily/context-scheme.cc (ly:context-now): Move from translator.
11309         Update callers.
11310
11311 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11312
11313         * input/regression/grid-lines.ly (skips): refine example.
11314
11315         * scm/define-context-properties.scm
11316         (all-user-translation-properties): doc autoBeamCheck
11317
11318         * input/regression/grid-lines.ly (Module): new file.
11319
11320         * lily/grid-point-engraver.cc (Module): new file.
11321
11322         * lily/grid-line.cc (Module): new file.
11323
11324         * lily/grid-line-span-engraver.cc (Module): new file.
11325
11326         * lily/grid-line-interface.cc (Module): new file.
11327
11328 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11329
11330         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
11331         missing parameter, actualy cdr through list.  Actually return a
11332         list with ENTRY removed (was '()).
11333
11334         * scripts/convert-ly.py: Update.  Print warning if file cannot be
11335         opened.
11336         (do_conversion): Fix printing of continuation comma.
11337
11338         * Documentation/user/advanced-notation.itely (Beam formatting):
11339         Remove refbugs about compound time and mixed duration.
11340
11341         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
11342         modulo moments explicitely.
11343
11344         * lily/moment.cc (operator %): New function.
11345
11346         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
11347
11348         * lily/translator-scheme.cc (ly:translator-now,
11349         ly:translator-property): New function.
11350
11351         * scm/auto-beam.scm (default-auto-beam-check): New function.
11352
11353         * lily/auto-beam-engraver.cc (test_moment): Use it.
11354
11355         * flower/rational.cc (operator %): Bugfix.
11356
11357 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
11358
11359         * scripts/abc2ly: Bugfix
11360
11361 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11362
11363         * python/fontextract.py (write_extracted_fonts): bugfix, too many
11364         %'s on EndFont comment.
11365
11366         * lily/ledger-line-spanner.cc: some more words of explanation.
11367
11368 2005-04-20  John Williams <williams@tni.com>  
11369         
11370         * scripts/lilypond-book.py: htmlquote bugfix.
11371         Allow snippets to be given distinct filenames.
11372         Allow the default alt text to be overridden.
11373
11374 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
11375
11376         * ly/performer-init.ly: Bugfix
11377
11378         * THANKS: Added bughunters.
11379
11380 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11381
11382         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
11383
11384         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
11385         position (was: use modulo measure length).
11386
11387         * configure.in (no gui_b): Remove optional gtk+ requirement.
11388
11389 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11390
11391         * Documentation/user/basic-notation.itely (Pitches): add
11392         LedgerLineSpanner.
11393
11394         * lily/dynamic-engraver.cc (process_music): set right bound to
11395         script if present. Else, do not set.
11396         (acknowledge_grob): only set right bound of finished spanner to
11397         note column if no other bound is set.
11398
11399         * python/lilylib.py (make_ps_images): switch back to png16m.
11400         
11401 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11402
11403         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
11404         writing up to date file.  Add dvips usage suggestion.
11405
11406         * scripts/convert-ly.py: Fix error message.
11407         Print usage if no files on command line.
11408         (usage): Add example usage.
11409
11410         * input/test/compound-time.ly: New file.
11411
11412         * input/test/circle.ly: New file.
11413
11414         * Documentation/topdocs/NEWS.tely: Use them.
11415
11416         * input/test/boxed-stencil.ly: Remove \score.
11417
11418         * buildscripts/mf-to-table.py (base): Add .log dependency.
11419
11420         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
11421         pfa's.  Add .log dependency
11422
11423         * scm/define-markup-commands.scm (lower): New command.
11424
11425         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
11426         make it default.
11427
11428 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11429
11430         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
11431         also to finished cresc as right bound. This fixes:
11432         skip-string-decresc.ly
11433
11434         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
11435         relative_coordinate if extent is empty.
11436
11437         * lily/stem.cc (width_callback): determine correct extent if flag
11438         is not there. This fixes slur-no-flag.ly
11439
11440         * lily/grace-engraver.cc (consider_change_grace_settings): new
11441         function.
11442         (initialize): also consider_change_grace_settings() on
11443         initialization. Fixes large grace notes at start of score.
11444
11445         * lily/break-align-interface.cc (do_alignment): don't translate if
11446         total_extent is empty.
11447
11448         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
11449
11450 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11451
11452         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
11453         with slash.
11454
11455 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11456
11457         * stepmake/aclocal.m4: Remove tfm_path.
11458
11459 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11460
11461         * scm/music-functions.scm (markup-expression->make-markup): fix
11462         bug with cons arguments of markup commands.
11463         (music->make-music): fix music expression property list building
11464
11465 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11466
11467         * aclocal.m4: Massage package names.
11468
11469         * SCons updates.
11470
11471 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11472
11473         * VERSION (PACKAGE_NAME): release 2.5.20
11474
11475         * lily/stem.cc (calc_stem_info): add minimum Y extent of
11476         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
11477
11478         * lily/percent-repeat-engraver.cc (try_music): add measure before
11479         next_moment to future processing moment. Fixes:
11480         percent-repeat-mm-rest.ly
11481         (process_music): don't add moment for 2nd time.
11482
11483         * input/regression/repeat-percent.ly: add mmrests as extra test.
11484
11485         * lily/axis-group-engraver.cc (acknowledge_grob): read
11486         keepAliveInterfaces to decide what to kill.
11487
11488         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
11489         percent-repeat-interface to keepAliveInterfaces. This fixes
11490         percent-repeat-harakiri.
11491
11492 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11493
11494         * SCons updates.
11495
11496 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11497
11498         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
11499
11500         * aclocal.m4: remove --enable-tfm-path configure option
11501
11502         * input/test/ancient-font.ly (lowerStaff): clef name errors.
11503
11504         * scm/backend-library.scm (postscript->png): newline after
11505         finishing command.
11506
11507         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
11508         (LY_DEFINE): ly:paper-score-paper-systems: new function 
11509
11510         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
11511
11512         * lily/score.cc (default_rendering): use Music_output too.
11513
11514         * input/test/chord-names-languages.ly (Module): rename file.
11515
11516         * lily/text-spanner.cc: add bound-padding.
11517
11518         * lily/paper-book.cc (systems): accept Paper_score
11519         iso. Paper_system vector. 
11520
11521         * input/regression/line-arrows.ly: new file.
11522
11523         * lily/paper-score.cc (process): run get_paper_systems() only once.
11524
11525         * lily/line-spanner.cc (line_stencil): add arrows.
11526
11527 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
11528
11529         * lily/line-interface.cc (make_arrow): new function. 
11530         (arrows): idem.
11531
11532 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
11533
11534         * input/test/chord-names-german.ly: update for italian/french
11535         chords.
11536         
11537         * Documentation/user/instrument-notation.itely (Printing chord
11538         names): update.
11539
11540 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11541
11542         * lily/include/paper-score.hh (class Paper_score): remove unused
11543         prototypes.
11544
11545         * lily/book.cc (process): add -COUNT to midi output.
11546
11547         * lily/score.cc (book_rendering): remove outname argument
11548         (book_rendering): return list of Music_outputs. 
11549
11550         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
11551
11552         * lily/book.cc (process): loop over Music_outputs returned from
11553         Score::book_rendering().
11554
11555         * lily/*.cc (width_callback): remove spurious "unused" warnings
11556         for assert (axis==[XY]_AXIS); 
11557
11558         * lily/include/music-output.hh (class Music_output): smobify class.
11559
11560         * lily/include/paper-score.hh (class Paper_score): make members
11561         private.
11562
11563         * lily/performance.cc (process): return #f iso. #<undefined>. This
11564         prevents #<undefined> leaking into GUILE-userspace.
11565
11566 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11567
11568         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
11569
11570 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
11571
11572         * scm/chord-name.scm : support for italian and french
11573         chords names.
11574
11575         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
11576         a space defined by chordPrefixSpacer when the root name is
11577         direclty followed by a prefix.
11578
11579         * ly/engraver-init.ly : chordPrefixSpacer       
11580         * scm/define-context-properties.scm : chordPrefixSpacer
11581         * ly/property-init.ly : italianChords, frenchChords 
11582
11583 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11584
11585         * mf/feta-din.mf: Remove.
11586
11587         * mf/GNUmakefile (fontdir): Bugfix.
11588
11589         * mf/SConstruct: Some updates.
11590
11591         * SConstruct: Require pkg-config.
11592         (test_program): Bugfix for double digit version compares, use
11593         integer (not string-) compare.
11594         Optionally require gs 8.14.
11595
11596         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
11597
11598         * lily/*: s/ifdef HAVE_*/if have/.
11599
11600         * SConstruct (test_lib): New function.  Update pkg-config and some
11601         other requirements.
11602
11603         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
11604         freetype, pangof2t.
11605
11606 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11607
11608         * po/lilypond.pot, ...: Update using bison-CVS.
11609
11610         * python/lilylib.py (make_ps_images): Fixo.
11611
11612 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11613
11614         * python/lilylib.py (make_ps_images): typo.
11615
11616         * configure.in (gui_b): make bison optional.
11617
11618         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
11619
11620 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
11621
11622         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
11623         with one parameter can be defined in a LaTeX file when processed
11624         by lilypond-book this will be evaluated between the systems of
11625         a multi-system score. The parameter is the number of systems processed.
11626
11627 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11628
11629         * python/lilylib.py (make_ps_images): Escape newline.
11630
11631         * Documentation/user/music-glossary.tely: Run
11632         texinfo-all-menus-update.
11633
11634 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11635
11636         * scm/lily-library.scm (old-relative-not-used-message)
11637         (version-not-seen-message): Add input-file-name-location to message.
11638
11639         * lily/parser.yy (lilypond): Add token aliases.
11640
11641         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
11642         not confuse with alteration.
11643         (alteration): Add.
11644
11645 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11646
11647         * python/lilylib.py (make_ps_images): use -dEPSCrop
11648
11649         * VERSION (PACKAGE_NAME): release 2.5.19 
11650
11651         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
11652         only put xrefs in info documentation.
11653
11654         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
11655         .pdf rule to tex-rules.make.
11656
11657         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
11658         from -systems.* output.
11659
11660         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
11661         directly, remove -$(PAGESIZE) target.
11662
11663         * input/test/embedded-postscript.ly: update.
11664
11665 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11666
11667         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
11668
11669         * Documentation/user/changing-defaults.itely (Font selection):
11670         document font-name.
11671
11672         * input/regression/font-name.ly: show Pango fonts for
11673         font-name. Update example. 
11674
11675         * lily/pango-select.cc (properties_to_pango_description): don't
11676         convert symbol font-size to number, but use to lookup.
11677
11678         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
11679
11680         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
11681         (NAME . FILE-NAME) tuples for font descriptions. 
11682         (write-preamble): display BeginFont DSC comments.
11683
11684         * python/fontextract.py (write_extracted_fonts): new file. Extract
11685         font resources from a PS file.
11686
11687         * scripts/lilypond-book.py (option_definitions): --psfonts option.
11688         (Compile_error.process_include): do_file returns chunks.
11689
11690         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
11691
11692         * make/lysdoc-targets.make: .texi is .PRECIOUS
11693
11694         * scripts/lilypond-book.py (write_if_updated): new function.
11695
11696 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11697
11698         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
11699
11700 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11701
11702         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
11703
11704         * input/regression/markup-syntax.ly: remove \score.
11705
11706         * scm/define-markup-commands.scm (draw-circle): add fill argument
11707
11708         * scm/stencil.scm (make-circle-stencil): add fill argument
11709
11710         * ps/music-drawing-routines.ps: add fill argument.
11711
11712         * ly/performer-init.ly: add CueVoice to MIDI too.
11713
11714         * ps/music-drawing-routines.ps: new routine BeginEPSF /
11715         EndEPSF.
11716
11717         * input/regression/markup-eps.ly: new file.
11718
11719         * scm/framework-ps.scm (write-preamble): change order: vars should
11720         be inited before procedures.
11721
11722         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
11723         for EPS files.
11724
11725         * scm/define-markup-commands.scm (epsfile): add epsfile command.
11726
11727 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11728
11729         * configure.in (gui_b): add check for ghostscript 8.15
11730
11731 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11732
11733         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
11734         start of line. Fixes cresc-after-newline.ly
11735
11736         * lily/source-file.cc (file_line_column_string): use get_column().
11737
11738 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11739
11740         * lily/source-file.cc (get_column): utf-8 support for column numbers.
11741
11742 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11743
11744         * lily/*: use message () iso progress_indication () for messages.
11745         Revise/uniformise user messages.
11746
11747         * flower/warn.cc (progress_indication): New function.
11748         (message): Use it.  Fixes newline problems.
11749
11750         * config.make.in (webdir): Sort out install dirs.
11751
11752         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
11753
11754         * python/lilylib.py (command_name): Bugfix.
11755         (make_ps_images):
11756
11757 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
11758
11759         * lily/main.cc: --help says what types of backends are availabe
11760
11761 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11762
11763         Fix ./VERSION dependency, and without need to reconfigure.
11764
11765         * lily/main.cc (setup_paths): Update.
11766
11767         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
11768
11769         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
11770
11771         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
11772         Add \line for some simplistic cases.
11773
11774         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
11775
11776 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11777
11778         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
11779         to compile LY files (useful for adding eg. "-I" args)
11780         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
11781         2Gnome command for gnome backend.
11782         (LilyPond-command-formatgnome): call the 2Gnome command. key
11783         binding: C-c C-g
11784
11785 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11786
11787         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
11788         depend on all PNG images.
11789
11790 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11791
11792         * GNUmakefile.in: Bugfix: also link .map files.
11793
11794 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11795
11796         * scm/music-functions.scm (music->make-music): generate 
11797         a (make-music ...) sexpr from a music expression.
11798         (display-scheme-music): use guile pretty printer to display the
11799         make-music sexpr.
11800
11801 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11802
11803         * ly/engraver-init.ly: reindent.
11804         Add CueVoice.
11805
11806         * scm/music-functions.scm (music-pretty-string): handle moments
11807         too.
11808         (music-pretty-string): only print non-empty lists.
11809         (cue-substitute): create CueVoice context, which has smaller type.
11810
11811         * lily/moment-scheme.cc (LY_DEFINE): new methods
11812         ly:moment-grace-{numerator,denominator}
11813
11814         * lily/context-handle.cc: remove quit() method. 
11815
11816         * lily/font-config.cc (init_fontconfig): be verbose about font path.
11817         (init_fontconfig): success is 0, not !0
11818
11819 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11820
11821         * mf/feta-nummer-code.mf (code): add plus glyph.
11822
11823         * lily/tie.cc (print): idem.
11824
11825         * lily/slur.cc (print): don't use thickness property for
11826         slur shape-thickness.
11827
11828         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
11829         while adding stencils.
11830
11831         * scm/define-markup-commands.scm (with-color): with-color markup
11832         command.
11833         (whiteout): new markup command 
11834         (filled-box): new markup command
11835
11836 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11837
11838         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
11839         test for PDF docs.
11840
11841         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
11842         PFAAybabtu-Regular.  Fixes feta font in PDFs.
11843         
11844         Notes for tetex-3.0 make web:
11845            psclean.map: s/uhv8a/uhvr8a/
11846            config.ps add:
11847                 p +psfonts_t1.map
11848                 p +psclean.map
11849                 p +typeface.map
11850
11851 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11852
11853         * scm/music-functions.scm (music-pretty-string): fix bug with
11854         string argument.
11855
11856 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
11857
11858         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
11859
11860 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11861
11862         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
11863         only process options if they're there.
11864         (write_file_map): add version-seen? to snippet-map.ly
11865
11866 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
11867
11868         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
11869         formatting cleanups.
11870
11871         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
11872         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
11873
11874 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11875
11876         * scm/framework-ps.scm (ps-font-command): don't hash, just use
11877         name directly.
11878
11879         * lily/main.cc (setup_paths): either add mf/out to search path or 
11880         fonts/{otf,type1,etc}
11881         
11882         * lily/font-config.cc (init_fontconfig): either add mf/out to
11883         FontConfig or fonts/{otf,type1,etc}
11884
11885         * GNUmakefile.in: don't put mf/ link in share/ dir.
11886
11887         * lily/staff-spacing.cc: move same-direction-correction to
11888         note-spacing-interface
11889
11890         * scm/lily.scm (lilypond-main): use variable argument count for
11891         exception handler.
11892
11893         * lily/font-config.cc (init_fontconfig): add operator pacification
11894         message.
11895
11896         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
11897
11898         * buildscripts/gen-emmentaler-scripts.py (i): generate
11899         PFAEmmentaler as well.
11900
11901         * scm/framework-ps.scm (munge-lily-font-name): new function
11902         (write-preamble): hack: insert PFA equivalent of CFF into
11903         .PS. This makes LilyPond output printable on normal PS printers
11904         again.
11905
11906         * buildscripts/gen-emmentaler-scripts.py (i): generate
11907         PFAEmmentaler.pfa aswell.
11908
11909 2005-04-06  John Williams <williams@tni.com>  
11910         
11911         * scripts/lilypond-book.py: refactor the compose_ly procedure.
11912         
11913 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11914
11915         * scm/page-layout.scm (default-page-make-stencil): always combine
11916         the header stencil, even if empty. This prevents the body text to
11917         reach up to the margins.
11918
11919         * po/rw.po (Module): new file, for Kinyarwanda.
11920
11921         * input/test/spacing-optical.ly (Module): new file.
11922
11923         * lily/staff-spacing.cc: add same-direction-correction
11924
11925 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11926
11927         * Documentation/user/introduction.itely (Engraving): Comment-out
11928         non-existent file.
11929
11930 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11931
11932         * scm/define-grob-properties.scm (all-user-grob-properties): add
11933         same-direction-correction
11934
11935         * VERSION: release 2.5.18
11936
11937 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11938
11939         * lily/grob.cc (mark_smob): Check pscore->layout_ before
11940         dereferencing.  Fixes make web.
11941
11942         * lily/midi-stream.cc: Handle unwritable midi file.  Include
11943         errno.h.
11944
11945         * Documentation/user/: Fix links.
11946
11947 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11948
11949         * lily/text-interface.cc (Module): rename from text-item.cc
11950
11951         * input/regression/apply-output.ly (texidoc): function naming fix.
11952
11953         * lily/time-signature-performer.cc (derived_mark): new function.
11954
11955         * lily/lily-parser-scheme.cc:  print mapped file name for progress
11956
11957         * scripts/lilypond-book.py (find_linestarts): new function.
11958         (find_toplevel_snippets): keep track of line numbers.
11959
11960         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
11961         all key changes.
11962
11963         * ly/declarations-init.ly (partCombineListener): use
11964         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
11965
11966         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
11967
11968 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11969
11970         * lily/text-item.cc: Fix link.
11971
11972         * Documentation/user/changing-defaults.itely (Changing defaults):
11973         Fix programs reference links.
11974
11975         * Documentation/user/music-glossary.tely: Convert to utf-8.
11976
11977 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11978
11979         * make/lilypond-vars.make: remove TEXMF from variables.
11980         remove DEB_BUILD pk font variables.
11981         remove GUILE_LOAD_PATH
11982         remove TeX memory vars.
11983
11984 2005-04-04  Werner Lemberg  <wl@gnu.org>
11985
11986         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
11987
11988 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11989
11990         * ps/lilyponddefs.ps: remove reencode-font
11991
11992         * lily/simple-spacer.cc (add_columns): also compare
11993         directly. Column rank doesn't distinguish between broken and
11994         unbroken columns. This fixes large spaces before time sig changes.
11995
11996         * Documentation/user/point-and-click.itely: document ly:set-option.
11997
11998         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
11999         point_and_click_global is set.
12000
12001         * lily/scm-option.cc (LY_DEFINE): add point-and-click
12002         ly:set-option argument.
12003
12004 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12005
12006         * GNUmakefile.in: Include symlinks in webball.
12007
12008         * Documentation/user/GNUmakefile (source-links): Add symlinks to
12009         source dir for split and non-split manuals.
12010
12011         * Documentation/user/*y: Fix @uref/@inputfile links for
12012         split/non-split HTML documents.
12013
12014         * Documentation/user/GNUmakefile (local-WWW): Do not generate
12015         .ps.gz.
12016         
12017 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12018
12019         * GNUmakefile.in: Add newline.
12020
12021 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
12022
12023         * tex/lilyponddefs.tex: use color instead of xcolor
12024         * scm/output-tex.scm: minor editing
12025
12026 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12027
12028         * scm/music-functions.scm (display-scheme-music): pretty printer
12029         for music expressions.
12030
12031 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12032
12033         * buildscripts/install-info-html.sh (index_file): Fix link.
12034
12035 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12036
12037         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
12038
12039         * Documentation/index.html.in: Add size estimates with some big pages.
12040
12041         * Documentation/user/tutorial.itely (Running LilyPond for the
12042         first time): Add/replace some @rglos links.  TODO: add more
12043         @rglos links in tutorial, test non-intrusiveness (.css).
12044
12045         * stepmake/bin/add-html-footer.py (do_file): Remove info's
12046         annoying's indication of referencing external document.
12047
12048         * Documentation/user/GNUmakefile: Split version of glossary too.
12049         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
12050         links, not only for html.
12051
12052         * Documentation/user/introduction.itely: Fix some links for other
12053         than html, do not use `here' as link name.
12054
12055 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12056
12057         * scm/documentation-generate.scm (string-append): Fix @usermanref,
12058         @glossaryref.
12059
12060 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12061
12062         * scm/page-layout.scm (default-page-make-stencil): only add header
12063         if existing and not empty. Fixes spurious programming error.
12064
12065         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
12066
12067 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
12068
12069         * scm/output-tex.scm: implement {re,}setcolor
12070         * tex/lilyponddefs.tex: use color package
12071
12072 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12073
12074         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
12075         additions to website.
12076
12077         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
12078
12079         * Documentation/user/macros.itexi: Fix @usermanref html links in
12080         split documents: use @inforef.
12081
12082 2005-03-30  Graham Percival  <gperlist@shaw.ca>
12083
12084         * Documentation/user/programming-interface.itely: minor fix.
12085
12086         * Documentation/user/advanced-notation.itely: added info to
12087         Metronome markings.
12088
12089 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12090
12091         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
12092         use box-stencil.  Remove y-padding argument.
12093         (make-stencil-circler): New function.
12094
12095         * buildscripts/lilypond-words.py (F): 
12096         * elisp/SConscript (a): 
12097         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
12098         * vim/SConscript (a): 
12099         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
12100
12101         * lily/general-scheme.cc: Build fix.
12102
12103         * scm/markup.scm:
12104         * input/regression/markup-scheme.ly: 
12105         * input/regression/markup-syntax.ly: Drop 'new-' from name.
12106
12107         * scm/stencil.scm (make-circle-stencil): New function.
12108
12109         * scm/define-markup-commands.scm (draw-circle): Use it.  New
12110         name (was cicle).  Update callers.
12111         (circle): New markup command, similar to box.
12112
12113         * scm/stencil.scm (circle-stencil): New function.
12114
12115 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
12116
12117         * configure.in: Detect libutf8/wchar.h variant.
12118
12119         * stepmake/aclocal.m4: Modify shared size test.
12120
12121 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12122
12123         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
12124
12125 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12126
12127         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
12128         
12129         * VERSION (PACKAGE_NAME):  release 2.5.17
12130
12131 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12132
12133         * scm/backend-library.scm (postscript->png): Fix comment and png
12134         message.
12135
12136         * GNUmakefile.in (link-tree): Fix locales.
12137
12138 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12139
12140         * lily/stencil-scheme.cc (LY_DEFINE): change to
12141         ly:stencil-aligned-to, non mutating.
12142
12143         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
12144
12145         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
12146
12147         * lily/quote-iterator.cc (derived_mark): call
12148         Music_wrapper_iterator::derived_mark() too.
12149
12150         * lily/grace-engraver.cc (derived_mark): change signature, add
12151         const.
12152
12153 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12154
12155         * SConstruct (symlink): 
12156         * GNUmakefile.in (link-tree): Add scripts to prefix.
12157
12158         * lily/general-scheme.cc (ly:effective-prefix): New function.
12159
12160         * scm/backend-library.scm (postscript->png): Use it.
12161
12162 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12163
12164         * lily/paper-score.cc (process): don't delete grobs after
12165         producing stencils. 
12166
12167         * scm/part-combiner.scm (determine-split-list): switch off
12168         debugging info.
12169
12170         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
12171         if available.
12172
12173         * scm/define-context-properties.scm
12174         (all-user-translation-properties): add stringNumberOrientations.
12175
12176         * lily/new-fingering-engraver.cc (position_scripts): make generic,
12177         so fingering and string-numbers are separately controlled.
12178
12179 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12180
12181         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
12182         not use debugging.
12183
12184 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12185
12186         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
12187
12188         * config.hh.in: add HAVE_FONTCONFIG.
12189
12190         * Documentation/user/instrument-notation.itely (String number
12191         indications): new node.
12192
12193         * input/regression/new-markup-syntax.ly (texidoc): add circle.
12194
12195         * lily/new-fingering-engraver.cc (add_string): new function. 
12196         (acknowledge_grob): accept string-number-event as well.
12197
12198         * scm/define-markup-commands.scm (circle): new markup command.
12199
12200         * scm/output-lib.scm (print-circled-text-callback): new function.
12201
12202         * lily/GNUmakefile: move ifeq after include stepmake.make.
12203
12204 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12205
12206         * config.make.in (HAVE_LIBKPATHSEA_SO):
12207         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
12208
12209         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
12210         add KPATHSEA_LIBS.
12211
12212         * debian/watch: 
12213         * debian/control: Update.
12214
12215 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12216
12217         * input/test/title-markup.ly (spaceTest): remove.
12218
12219         * input/test/embedded-tex.ly (Module): remove.
12220
12221         * input/test/music-box.ly: use 'name property, not ly:music-name.
12222
12223         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
12224
12225         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
12226
12227 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12228
12229         * Documentation/topdocs/INSTALL.texi (Top): Remove information
12230         about xdeltas.  Add information about CVS.
12231
12232         * scm/lily.scm (lilypond-main): Fix invocation of handler,
12233         gracefully handle failed files.
12234
12235         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
12236
12237         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
12238         small fixes.
12239
12240         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
12241         No unnecessarily specific i18n messages.  Remove stray `1'.
12242
12243 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12244
12245         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
12246         documentencoding
12247
12248         * scm/documentation-lib.scm (texi-file-head): set utf-8
12249         documentencoding.
12250
12251         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
12252         Delta, not the Symbol one. 
12253
12254         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
12255         for the .map file.
12256
12257         * Documentation/topdocs/INSTALL.texi (Top): add running
12258         requirement as compilation requirement.
12259
12260 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12261
12262         * buildscripts/mutopia-index.py (headertext): add h1 header and
12263         utf-8 charset meta field.
12264
12265         * input/GNUmakefile: prune example list.
12266
12267         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
12268         options.
12269
12270         * lily/slur-scoring.cc (get_base_attachments): only look at stem
12271         extent for visible stems.
12272
12273         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
12274
12275 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12276
12277         * Documentation/topdocs/INSTALL.texi (Top): Updates.
12278
12279         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
12280
12281 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12282
12283         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
12284         pass inf/nan into slur scoring.
12285
12286         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
12287         page.
12288
12289         * scripts/abc2ly.py (dump_voices): use alphabet().
12290
12291 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
12292         
12293         * mf/GNUmakefile (depth): use $(FONTFORGE). 
12294
12295 2005-03-27 Matthias Neeracher <neeracher@mac.com>
12296         
12297         * flower/include/virtual-methods.hh: simplify. Patch by
12298
12299 2005-03-25  John Williams <williams@tni.com>  
12300
12301         * scripts/lilypond-book.py (main): add png for HTML too, guess
12302         only if necessary. 
12303
12304 2005-03-25  Graham Percival  <gperlist@shaw.ca>
12305
12306         * Documentation/topdocs/INSTALL.texi: now recommends
12307         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
12308
12309         * Documentation/user/basic-notation.itely,
12310         Documentation/user/tutoria.itely: warn about
12311         only one (phrasing) slur at once.
12312
12313 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
12314
12315         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
12316
12317 2005-03-23  Graham Percival  <gperlist@shaw.ca>
12318
12319         * Documentation/user/basic-notation.itely: fixed info about
12320         ending a (de)cresc.
12321
12322         * Documentation/user/lilypond-book.itely: fixed
12323         lilypond-book filter example and warned about not doing
12324         --filter and --process at the same time.
12325
12326 2005-03-23  Mats Bengtsson  <mabe@s3.kth.se>
12327
12328         * lily/parser.yy (bass_number),
12329         Documentation/user/instrument-notation.itely (Figured bass): 
12330         Add the possibility to use text markup in figured bass. 
12331
12332 2005-03-19  Graham Percival  <gperlist@shaw.ca>
12333
12334         * Documentation/user/global.itely: added info about naming
12335         identifiers and breakbefore.
12336
12337         * Documentation/user/invoking.itely: added info about batch
12338         processing files with convert-ly, removed references to TeX
12339         in the jail section.
12340
12341         * Documentation/user/examples.itely: possibly fixed piano
12342         dynamics.
12343
12344         * Documentation/user/advanced-notation.itely: added info
12345         about removing other types of Staff.
12346
12347         * Documentation/user/instrument-notation.itely: possibly
12348         fixed piano staff line switch.
12349
12350         * Documentation/user/changing-defaults.itely: added info
12351         about using normal font in titles.
12352
12353 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12354
12355         * VERSION (PATCH_LEVEL): release 2.5.16
12356
12357         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
12358         explicitly.
12359
12360 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12361
12362         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
12363         whitespace.
12364
12365         * python/lilylib.py (make_ps_images):
12366         * scm/backend-library.scm (postscript->pdf, postscript->png):
12367         Quote file name.  Use format rather than string-append juggling.
12368
12369 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12370
12371         * python/lilylib.py (make_ps_images): add x to -g argument. 
12372
12373         * lily/key-performer.cc (create_audio_elements): don't use
12374         scm_eval_string. Check for minor 3rd directly.
12375   
12376         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
12377         (sarabandeCelloGlobal): key is D minor, not F major.
12378
12379 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12380
12381         Fix truncated --png output (Peter Danenberg).
12382         
12383         * python/lilylib.py (make_ps_images):
12384         * scripts/ps2png.py (copyright): Grok --papersize option.
12385
12386         * scm/backend-library.scm (postscript->png): Add parameter
12387         PAPERSIZE.  Update callers.
12388
12389         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
12390         Fixes symbol placement.
12391
12392         * lily/spanner.cc: 
12393         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
12394         <libc-extension.hh>).
12395
12396 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12397
12398         * Nitpick run.
12399
12400         * buildscripts/fixcc.py: Update.
12401
12402         Builddir run fixes.
12403
12404         * HACKING (datadir): Add VERSION.
12405
12406         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
12407         higher up.
12408
12409 2005-03-15  Werner Lemberg  <wl@gnu.org>
12410
12411         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
12412         diagonal stem doesn't become thinner.
12413
12414 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
12415
12416         * buildscripts/fixcc.py: Fixes (Werner).
12417
12418 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12419
12420         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
12421         Emmentaler/Aybabtu.
12422
12423         * GNUmakefile.in: fix lilypond-words path.
12424
12425         * po/tr.po: update to 2.3.21
12426
12427         * lily/new-fingering-engraver.cc (position_scripts): take priority
12428         from head position.
12429
12430         * input/regression/finger-chords-order.ly (texidoc): new file.
12431
12432 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12433
12434         * make/ly-rules.make: 
12435         * stepmake/aclocal.m4: 
12436         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
12437
12438         * buildscripts/fixcc.py (rules): Leave space after operator.
12439
12440 2005-03-14  Werner Lemberg  <wl@gnu.org>
12441
12442         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
12443         top of the glyph with smooth curve.
12444
12445 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12446
12447         * Documentation/user/global.itely (Page layout): remove
12448         printpagenumber.
12449
12450 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
12451
12452         * input/regression/mensural-ligatures.ly: new file (with examples
12453         compiled by Pal Benko).
12454
12455         * Documentation/user/instrument-notation.itely: Bugfix: yet some
12456         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
12457         musicglyph access.  Many small beautifications in ancient
12458         examples.
12459
12460         * input/test/divisiones.ly: fixed indentation; small
12461         beautifications
12462
12463         * ly/engraver-init.ly: added FIXME comment
12464
12465         * scripts/lilypond-book.py,
12466         Documentation/user/lilypond-book.itely: added music fragment
12467         option "packed" to lilypond-book
12468
12469         * Documentation/user/instrument-notation.itely: Bugfix: added
12470         missing LedgerLineSpanner color setting in several places.  Added
12471         music fragment option "packed" to VaticanaContext example.
12472
12473 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12474
12475         * scm/define-grobs.scm (all-grob-descriptions): switch off
12476         Hyphen_spanner::set_spacing_rods 
12477
12478         * lily/lyric-hyphen.cc (print): add padding between syllable and
12479         hyphen.
12480         (print): shorten hyphen in tight situations (determine using
12481         minimum-length)
12482
12483         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
12484         0.4pt.
12485
12486 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12487
12488         * ly/titling-init.ly (bookTitleMarkup): Refinements.
12489
12490         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
12491         header/footer markings for regression-test.
12492
12493         * scm/backend-library.scm (output-scopes, header-to-file): Move
12494         from framework-tex.scm.
12495
12496         * scm/framework-ps.scm (output-framework)
12497         (output-preview-framework):
12498         * scm/framework-eps.scm (output-classic-framework)
12499         (output-framework): Use it.  Fixes collated files.
12500
12501 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12502
12503         * input/sakura-sakura.ly: 
12504         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
12505
12506         * buildscripts/guile-gnome.sh: Update.
12507
12508         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
12509
12510         * mf/aybabtu.pe.in: Capitalize Aybabtu.
12511
12512 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12513
12514         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
12515         culprit: always exit the loop if we find a rod, even if it has
12516         distance < 0. 
12517
12518         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
12519         algorithm.
12520
12521         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
12522         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
12523
12524         * scm/output-svg.scm (dashed-line): new  function body.
12525         
12526         * GNUmakefile.in: create .htaccess.
12527
12528 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12529
12530         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
12531
12532 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12533
12534         * VERSION (PACKAGE_NAME): release 2.5.15
12535
12536         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
12537
12538         * scm/framework-svg.scm (output-framework): put scaling in
12539         document header. Apply scaling only once.
12540         (output-framework): dump page size in px, not mm. 
12541
12542         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
12543         from font-size.
12544
12545         * lily/paper-outputter-scheme.cc (LY_DEFINE):
12546         ly:outputter-output-scheme, new function.
12547
12548         * scm/output-svg.scm (pango-description-to-svg-font): new function
12549
12550 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12551
12552         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
12553         target.
12554
12555         * input/typography-demo.ly: new file.
12556
12557 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12558
12559         * Documentation/user/global.itely (File structure): Add markup blocks
12560         to toplevel expressions.
12561         (Multiple movements, Creating titles): Add markup blocks.
12562
12563         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
12564         <libc-extension.hh>).
12565
12566         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
12567
12568         * flower
12569         * lily
12570         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
12571
12572 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12573
12574         * lily/accidental.cc: special bboxes for natural. 
12575
12576         * mf/feta-toevallig.mf: make stems heavier.
12577
12578         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
12579         texts as well.
12580
12581         * mf/feta-klef.mf: revise. 
12582
12583         * mf/feta-schrift.mf: make thinning of accent less pronounced.
12584
12585         * mf/feta-klef.mf: add rounded curve at top. 
12586         make thinnib a little heavier.
12587
12588 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12589
12590         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
12591
12592         * buildscripts/fixcc.py: New file.
12593
12594         * input/regression/utf8.ly: Update Debian font description.
12595
12596 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12597
12598         * stepmake/aclocal.m4: Fix test.
12599
12600 2005-03-09  Graham Percival  <gperlist@shaw.ca>
12601
12602         * Documentation/user/invoking.itely: added Sebastino Vigna's
12603         docs for the --jail option.
12604
12605 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12606
12607         * lily/stem.cc (print): only produce stemlets if there are no
12608         noteheads on this stem.
12609
12610         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
12611         don't crash on stemlet (visible stem without heads).
12612
12613         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
12614         unbroken situations. 
12615
12616         * scm/output-lib.scm (center-invisible): new function.
12617
12618         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
12619         wishes to determine loose column space.
12620
12621         * lily/font-config.cc (init_fontconfig): add
12622         fonts/{otf,type1,cff}  to path.
12623
12624         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
12625
12626         * mf/GNUmakefile (Module): install all fonts under otf/
12627
12628         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
12629         replace /fonts/otf/ by /ps/ 
12630
12631         
12632 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12633
12634         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
12635
12636         * lily/book.cc (process): Oops, add score_.header_.
12637
12638         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
12639
12640         * lily/parser.yy: Handle toplevel and book texts as score.
12641
12642         * scm/page-layout.scm (default-page-make-stencil):
12643         Bugfix: (page-properties rename.
12644
12645         * scm/backend-library.scm (ly:system): Typo.
12646
12647 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12648
12649         * stepmake/stepmake/executable-targets.make (installexe): don't
12650         strip installed executables
12651
12652         * lily/font-select.cc (get_font_by_design_size): revert
12653         pango_description_string as well.
12654
12655         * lily/system.cc (set_loose_columns): put loose column just left
12656         of next column.
12657
12658         * lily/include/group-interface.hh (extract_grob_array): rename
12659         from Pointer_group_interface__extract_grobs
12660
12661         * input/regression/ledger-line-minimum.ly (texidoc): new file.
12662
12663         * lily/ledger-line-spanner.cc (set_spacing_rods): new
12664         function. Keep ledgered note heads at a minimum distance.
12665         Introduce minimum-length-fraction
12666         (print): introduce length-fraction property.
12667
12668 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12669
12670         * tex/GNUmakefile: remove latin1.enc rules.
12671
12672 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12673
12674         * scm/titling.scm: Typo.
12675
12676         * input/regression/score-text.ly: Really add.
12677
12678         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
12679
12680 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12681
12682         * lily/open-type-font-scheme.cc:  new file.
12683
12684 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12685
12686         * scm/titling.scm (layout-extract-page-properties): Rename from
12687         page-properties.  Update callers.
12688
12689         * lily/lexer.ll (Lily_lexer):
12690         * lily/parser.yy: Junk lyric_markup state.
12691
12692         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
12693
12694         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
12695         Add texts parameter.
12696
12697 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12698
12699         * lily/lexer.ll (lyric_markup): New mode.
12700         (Lily_lexer::push_lyric_markup_state): New method.
12701         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
12702
12703         * lily/parser.yy (book_body):
12704         (toplevel_expression): Grok \markup texts.
12705
12706         * lily/score-scheme.cc (ly:music-scorify): 
12707         * scm/lily-library.scm (collect-music-for-book): Take texts
12708         parameter.
12709
12710         * lily/score.cc (texts_): New member.
12711
12712         * lily/paper-book.cc (systems): Format score texts.
12713
12714         * score-text.ly: New file.
12715
12716         * ttftool/SConscript:
12717         * kpath-guile/SConscript: New file.
12718
12719         * lily/SConscript:
12720         * SConstruct: Update.
12721
12722 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12723
12724         * VERSION (PACKAGE_NAME): release 2.5.14
12725
12726 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12727
12728         * lily/main.cc: Add dummy xgettext markers.
12729
12730 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12731
12732         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
12733         requirements
12734
12735         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
12736         executable is < 40k
12737
12738         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
12739         hack.
12740
12741 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12742
12743         * flower/libc-extension.cc:
12744         * flower/include/libc-extension.hh: [Open]BSD simply cast
12745         cookie/funopen declarations.
12746
12747         * stepmake/aclocal.m4: Check for libkpathsea.so.
12748
12749         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
12750         dl_kpse_find_file.
12751
12752 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12753
12754         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
12755         (open_library): alternative for static library.
12756
12757 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12758
12759         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
12760
12761         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
12762
12763         Drop run-time dependency on teTeX.
12764
12765         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
12766
12767         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
12768         KPATHSEA_LIBS in LIBS.
12769         (STEPMAKE_DLOPEN): New function.
12770
12771         * lily/font-config.cc (init_fontconfig): Use dir for directory,
12772         not path.
12773
12774         * flower/file-path.cc (directories): Rename from paths, as this
12775         return an array of directories (a single path).
12776
12777 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12778
12779         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
12780
12781         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
12782         new ly:kpathsea-find-file
12783
12784         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
12785
12786         * kpath-guile/GNUmakefile: new file
12787
12788         * buildscripts/gen-emmentaler-scripts.py (i): generate
12789         emmentaler-X.fontname as well.
12790
12791         * buildscripts/ps-embed-cff.py: new script
12792
12793         * scm/lily-library.scm: remove ps-embed-cff.
12794
12795         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
12796         font loading. 
12797
12798         * scm/font.scm (add-music-fonts): load dynamics/numbers through
12799         fontconfig as well.
12800
12801         * lily/font-config.cc (init_fontconfig): add cff/ too.
12802
12803         * ly/generate-embedded-cff.ly: capitalize.
12804
12805         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
12806         so as to register the pango font.
12807
12808         * lily/font-config.cc (init_fontconfig): add
12809         prefix/{otf,type1,mf/out} to fontconfig path.
12810
12811         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
12812         overrides all. 
12813
12814         * configure.in (gui_b): remove ec mftrace check
12815
12816         * config.hh.in: use lilypond-Major.Minor as data directory.
12817
12818         * scm/framework-ps.scm (dump-page): use output-units for landscape.
12819
12820         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
12821         name.
12822
12823 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12824
12825         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
12826         error messages.
12827
12828         * flower/libc-extension.cc:
12829         * flower/include/libc-extension.hh: [Open]BSD fixes for
12830         cookie/funopen declarations.
12831
12832 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12833
12834         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
12835         emmentaler.
12836
12837         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
12838         lcrm10.
12839
12840         * scm/define-markup-commands.scm (fontsize): new markup
12841         command. Also set baseline-skip
12842
12843 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
12844         
12845         * lily/main.cc (do_chroot_jail): paranoia security for webserver
12846         use.
12847
12848 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12849
12850         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
12851
12852         * lily/pdf.cc: remove PDF related files
12853
12854 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12855
12856         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
12857         <hamamatsu@gmx.de>
12858
12859 2005-03-05  Graham Percival  <gperlist@shaw.ca>
12860
12861         * Documentation/user/advanced-notation.itely: first draft
12862         of reorg done.
12863
12864         * Documentation/user/global.itely: fixed (sub)section
12865         bits of MIDI.
12866
12867 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12868
12869         * cygwin/mknetrel (extras): Bufix (Bertalan).
12870
12871         * Documentation/user/basic-notation.itely (Chords): @ref fix.
12872         * Documentation/user/instrument-notation.itely (Introducing chord
12873         names): Compile fix: must have unique name.
12874
12875 2005-03-02  Graham Percival  <gperlist@shaw.ca>
12876
12877         * Documentation/user/instrument-notation.itely: reorg.
12878
12879 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12880
12881         * scm/output-gnome.scm:
12882         * scm/output-svg.scm: Fix font scaling.
12883
12884 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12885
12886         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
12887         what link to use best.
12888
12889         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
12890         * Documentation/user/tutorial.itely (Automatic and manual beams):
12891         Fix @ref.
12892
12893         * lily/tweak-registration.cc (replace_grob_tweak): New function.
12894         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
12895         * scm/framework-gnome.scm (tweak): Use it.
12896
12897 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12898
12899         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
12900
12901         * scm/output-ps.scm (white-text): reinstate white-text
12902
12903 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12904
12905         * scm/output-ps.scm (offset-add): Remove.
12906
12907         * scm/lily-library.scm (offset-flip-y): New function.
12908         * scm/framework-gnome.scm (tweak): Use it.
12909
12910         * scm/output-gnome.scm (grob-cause): Add parameter.
12911
12912         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
12913         * scm/output-ps.scm (url-link): Move.
12914         (white-text): Warn user about brokenness.
12915
12916         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
12917         wrt ghostscript.
12918
12919 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12920
12921         * lily/slash-repeat-engraver.cc (try_music): always make slashes
12922         if body length smaller than measure length.
12923
12924         * scm/define-markup-commands.scm (with-url): oops. use Y extent
12925         for Y.
12926
12927         * ly/titling-init.ly (tagline): put default tagline in \paper
12928
12929 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12930
12931         * lily/kpath.cc: 
12932         * lily/pdf.cc (Pdf_file): Use more generic error messages.
12933
12934         * scm/lily-library.scm (version-not-seen-message): New function.
12935         * ly/init.ly: Use it.
12936
12937         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
12938         breaks as progess.
12939
12940         * scripts/lilypond-book.py (do_process_cmd): Do not lump
12941         whitespace with l10n message.
12942
12943         * scm/framework-tex.scm (convert-to-ps):
12944         (convert-to-dvi): Do not use overly specific l10n messages.
12945
12946         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
12947
12948         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
12949         merge stderr with stdout.  
12950
12951 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12952
12953         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
12954         Neeracher).
12955
12956 2005-02-29  Graham Percival  <gperlist@shaw.ca>
12957
12958         * Documentation/user/instrument-notation.teily: moved
12959         \arpeggio to Basic.
12960
12961         * Documentation/user/advanced-notation.itely: Articulation to
12962         Basic, a bunch of stuff from Basic moved to Advanced.
12963
12964         * Documentation/user/basic.itely: swapped various sections,
12965         reorganized Basic.
12966
12967 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12968
12969         * flower/memory-stream.cc: 
12970         * flower/libc-extension.cc: Remove obsolete #undefs.
12971
12972         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
12973         more carefully.
12974
12975 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12976
12977         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
12978         dependency.
12979
12980         * VERSION (PACKAGE_NAME): release 2.5.13
12981
12982         * GNUmakefile.in (web-ext): don't ship ps.gz
12983
12984         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
12985         stdout
12986
12987 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12988
12989         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
12990         without libintl.  Now it compiles too.
12991
12992 2005-02-28  Graham Percival  <gperlist@shaw.ca>
12993
12994         * Documentation/user/basic-notation.itely,
12995         instument-notation.itely, advanced-notation.itely:
12996         split up contents of notation.itely.
12997
12998         * Documentation/user/notation.itely: file removed.
12999
13000         * Documentation/user/invoking.itely, converters.itely:
13001         moved convert-ly info to invoking.itely.
13002
13003         * Documentation/user/global.itely, changing-defaults.itely,
13004         sound-output.itexi: moved global settings, file layout, and
13005         sound into global.itely.
13006
13007         * Documentation/user/sound-output.itexi: file removed.
13008
13009         * Documentation/user/lilypond.tely: removed links to
13010         notation.itely and sound.itely.
13011
13012 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13013
13014         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
13015
13016         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
13017  
13018         * THANKS: add sponsor.
13019
13020         * scm/define-markup-commands.scm (with-url): new markup command.
13021
13022         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
13023         tagline.
13024         
13025         * scm/output-tex.scm (url-link): stub.
13026
13027         * scm/output-ps.scm (url-link): new function.
13028
13029         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
13030         ly:set-point-and-click
13031
13032 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13033
13034         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
13035         based on pdf-viewer setting.
13036
13037         * scm/framework-ps.scm (write-preamble): Find and set preferred
13038         pdf-viewer.
13039
13040 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13041
13042         * Documentation/user/point-and-click.itely: update for PDF point &
13043         click.
13044
13045         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
13046         editors based on EDITOR setting.
13047
13048 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13049
13050         * scm/*: Oops, more grand 2005 replace bits.
13051
13052 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13053
13054         * ps/music-drawing-routines.ps: new routine: insert PDF mark
13055
13056         * scm/output-ps.scm (grob-cause): point & click support for
13057         PostScript
13058
13059 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13060
13061         * lily/input-scheme.cc (LY_DEFINE): rename to
13062         ly:input-file-line-column
13063
13064 2005-02-26  Graham Percival  <gperlist@shaw.ca>
13065
13066         * Documentation/user/examples.itely: small fix from Steve Doonan.
13067
13068         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
13069
13070         * THANKS: added Yuval Harel.
13071
13072         * Documentation/user/{various}: inserted two spaces after a period.
13073
13074         * Documentation/user/lilypond.tely: added framework for reorg.
13075
13076         * Documentation/user/basic-notation.itely, instrument-notation.itely,
13077         advanced-notation.itely, global.itely: new files, placeholder for
13078         future reorg.
13079
13080 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
13081
13082         * Documentation/user/notation.itely: revamped Polyphony section
13083         
13084 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13085
13086         * Documentation/user/lilypond-book.itely (Music fragment options):
13087         doc fontload.
13088
13089         * Documentation/user/changing-defaults.itely (Text encoding): add
13090         fontload option to utf8 include
13091
13092         * scripts/lilypond-book.py (compose_ly): add fontload option
13093
13094         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
13095         force-eps-font-include option.
13096
13097         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
13098         black triangle
13099
13100         * Documentation/user/invoking.itely (Editor support): remove
13101         lilypond-latex section.
13102
13103         * scripts/lilypond-latex.py (Module): remove script.
13104
13105         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
13106         overwrite .log. 
13107
13108         * lily/main.cc: remove -m, --no-layout
13109
13110         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
13111         to define. We don't want to override fprintf everywhere.
13112
13113 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
13114
13115         * cygwin/lilypond.hint: 
13116         * cygwin/README.in: Update dependencies.
13117
13118         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
13119         Bugfix: do not pollute CPPFLAGS, LIBS.
13120
13121         * cygwin/mknetrel (extras): Cross compile fixes.
13122
13123         * ttftool/util.c: 
13124         * ttftool/ttfps.c: 
13125         * ttftool/ps.c: #include libc-extension.hh
13126
13127         * flower/include/libc-extension.hh:
13128         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
13129         wrapper using funopen.
13130         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
13131         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
13132
13133         * config.hh.in:
13134         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
13135         (AC_CHECK_HEADERS): Add libio.h
13136
13137         * scripts/convert-ly.py: Uniformize, internationalize.
13138         (2.5.2): Remove fatal encoding rule.
13139         (2.5.13): Handle latin1 encoding gracefully.
13140
13141 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
13142
13143         * HACKING: Fix line breaks.
13144
13145 2005-02-23  Werner Lemberg  <wl@gnu.org>
13146
13147         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
13148         contains those two files.
13149
13150 2005-02-21  Werner Lemberg  <wl@gnu.org>
13151
13152         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
13153         to improve overlap removal process.
13154
13155         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
13156         left and right ending.  This ensures better overlapping.
13157         Update all callers.
13158         ("lineprall"): Don't use draw_gridline to get better overlapping.
13159
13160 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13161
13162         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
13163
13164         * Documentation/topdocs/NEWS.tely (Top): oops.
13165
13166 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
13167
13168         * HACKING: new file.
13169
13170         * input/regression/utf8.ly (portuguese): added a portuguese example
13171         to show latin1 accents.
13172
13173 2005-02-21  Pal Benko  <benkop@freestart.hu>
13174
13175         * lily/mensural-ligature-engraver.cc:
13176         * lily/mensural-ligature.cc:
13177         * lily/include/mensural-ligature.hh: new algorithm implemented
13178
13179         * scm/define-grob-properties.scm: join-left killed (add-join may
13180         be used); join-left-amount changed to join-right-amount
13181
13182 2005-02-21  Graham Percival  <gperlist@shaw.ca>
13183
13184         * Documentation/user/notation.itely: small but urgent fix.
13185
13186 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
13187
13188         * lily/duration-scheme.cc: bugfix: correct parameters to
13189         SCM_ASSERT_TYPE.
13190
13191         * THANKS: added Pal.
13192
13193         * Documentation/user/notation.itely: bugfix: unTeXified
13194         $\\backslash$.  Bugfix: yet another glyph renaming victim:
13195         "timesig.*x/y" -> "timesig.*xy".
13196
13197 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13198         
13199         * VERSION (PACKAGE_NAME): release 2.5.12
13200
13201 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13202
13203         * ly/engraver-init.ly: set tieWaitForNote to #t by default
13204
13205         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
13206
13207         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
13208
13209         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
13210
13211 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
13212
13213         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
13214         latin1..utf-8.
13215
13216         * input/regression/stanza-number.ly:
13217         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
13218
13219         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
13220
13221 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13222
13223         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
13224         NEWS. Refer to website for older news.  
13225
13226         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
13227         .HTML. This should be done for specific servers only.
13228
13229         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
13230         .ly image examples.
13231
13232         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
13233         in layer 0 too.
13234
13235         * scm/define-context-properties.scm
13236         (all-user-translation-properties): add tieWaitForNote
13237
13238         * scm/define-grobs.scm (all-grob-descriptions): add
13239         Tie_column::before_line_breaking
13240
13241         * lily/tie.cc (get_column_rank): new function
13242
13243         * lily/tie-column.cc (before_line_breaking): new function.
13244         (werner_directions): take into account ties that start on
13245         different columns.  
13246
13247         * lily/score-engraver.cc (set_columns): move add_column() so we
13248         have column rank available.
13249
13250         * lily/tie.cc (get_column_rank): new function.
13251
13252         * input/regression/utf8.ly (japanese): add japanese lyrics.
13253
13254         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
13255
13256         * THANKS: add Steve D
13257
13258         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
13259         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
13260
13261 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
13262
13263         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
13264         to show harmonic notes
13265         * scm/define-markup-commands.scm: in \markup-by-number
13266         "dots-dot" -> "dots.dot" to show dotted notes
13267
13268 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13269
13270         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
13271
13272         * flower/memory-stream.cc (writer): new file.
13273
13274         * configure.in: add endian test.
13275
13276 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
13277
13278         * Documentation/user/examples.itely: small
13279         simplification/beautification
13280
13281         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
13282         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
13283         notation manual.
13284
13285         * lily/mensural-ligature.cc: bugfix: another few victims of the
13286         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
13287
13288         * ly/gregorian-init.ly: commit some experimental code for hi-level
13289         ligature input language lying around here for several months.
13290
13291         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
13292         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
13293
13294         * lily/vaticana-ligature-engraver.cc: bugfix: another few
13295         "x-y-z"->"x.y.s-z" fixes.
13296
13297 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13298
13299         * scm/framework-pdf.scm (scm): new file
13300
13301         * lily/include/pdf.hh (class Pdf_file): new file.
13302
13303         * lily/pdf.cc (write_trailer): new file.
13304
13305 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
13306
13307         * input/regression/color.ly: new file
13308
13309         * lily/stencil.cc (interpret_stencil_expression):
13310         when a color expression is encountered: save current color,
13311         process the rest of the expression, and restore previous color.
13312
13313         * lily/system.cc (get_line): check all grobs for color property and
13314         prepare the stencil scheme expressions for further processing.
13315         Fix layer-loop.
13316
13317         * scm/define-grob-properties.scm: introduce the color property.
13318
13319         * scm/output-lib.scm: color helper functions.
13320
13321         * scm/output-ps.scm: introduce setcolor/resetcolor.
13322
13323 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
13324
13325         * ly/*.ly, input/regression/*.ly: Added missing \version
13326         statements in some files.
13327
13328 2005-02-15  Graham Percival  <gperlist@shaw.ca>
13329
13330         * Documentation/user/notation.itely: minor editing.
13331
13332         * Documentation/user/converters.itely: updated convert-ly bugs.
13333
13334         * Documentation/user/lilypond-book.itely: add info about using
13335         feta characters in latex.
13336
13337 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13338
13339         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
13340
13341 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13342
13343         * scm/define-grob-properties.scm (all-user-grob-properties):
13344         removed 'dashed property.
13345
13346 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13347
13348         * scm/lily.scm (define-safe-public): new macro for defining
13349         variables that can be used in --safe mode. Use it in *.scm
13350         instead of manually setting safe-objects in safe-lily.scm.
13351
13352 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13353         
13354         * lily/slur.cc: Slur-dash patch by Bertalan.
13355
13356         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
13357
13358         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
13359
13360 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13361
13362         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
13363
13364 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13365
13366         * mf/GNUmakefile: teTeX-3.0 install fix.
13367
13368         * Cygwin patch from Bertalan.
13369
13370         * stepmake/stepmake/metafont-rules.make: Remove bashism.
13371
13372 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13373
13374         * GNUmakefile.in: 
13375         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
13376
13377         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
13378         2.0.x compatibility.
13379
13380 2005-02-08  Werner Lemberg  <wl@gnu.org>
13381
13382         * mf/feta-din-code.mf: Format; clean up code.
13383         Replace `---' with `--' plus explicit path directions.
13384         (linethickness#, stafflinethickness#): Remove.
13385         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
13386         ("dynamic s"): Improve shape.
13387         ("dynamic p"): Improve shape.
13388         Replace `draw' with better outline approximation.
13389         ("dynamic r"): Improve shape.
13390         Don't call `fill' and `draw' at the same time.
13391
13392 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13393
13394         * SConstruct (symlink):
13395         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
13396         build fix: add enc symlink.
13397
13398         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
13399
13400         Support for DESTDIR besides prefix=/foo
13401
13402         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
13403
13404         * stepmake/stepmake/*.make:
13405         * */GNUmakefile:
13406         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
13407
13408         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
13409
13410         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
13411         mawk in fontforge (date) test.
13412
13413 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13414
13415         * scm/font.scm (make-century-schoolbook-tree): add NCS as
13416         font-family=roman. Add Luxi Sans as sans
13417
13418 2005-02-07  Graham Percival  <gperlist@shaw.ca>
13419
13420         * Documentation/user/notation.itely: add warning about
13421         percent repeats and Voice contexts.
13422
13423         * Documentation/user/lilypond-book.itely: clarified the
13424         necessity of dvips -u arguments.
13425
13426 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
13427
13428         * THANKS: Added a bunch of bug hunters.
13429
13430 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13431
13432         * scm/framework-ps.scm (output-preview-framework): bugfix.
13433
13434         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
13435         o/ for chord modifier..
13436
13437         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
13438
13439         * lily/drum-note-performer.cc:  remove unused (thanks Michael
13440         Welsh Duggan). 
13441
13442 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13443
13444         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
13445
13446         * ly/titling-init.ly: Do not also print intstrument in header on
13447         first page.  Do not print page number on first and only page.
13448
13449 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13450
13451         * input/regression/*.ly: remove old-relative everywhere
13452
13453         * lily/music-sequence.cc (simultaneous_relative_callback): do
13454         what-if analysis on copy, not on original. Fixes old-relative
13455         compatibility.
13456
13457         * scm/backend-library.scm (postscript->png): space before
13458         --verbose.
13459         
13460 2005-02-05  Werner Lemberg  <wl@gnu.org>
13461
13462         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
13463         is defined.
13464
13465         * mf/feta-alphabet.mf: Define `staffsize#'.
13466         Include `feta-params.mf'.
13467         s/staffheight/design_size/.
13468
13469         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
13470
13471         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
13472
13473         * mf/feta-nummer-code.mf: Reformatted.
13474         (draw_six): Use outline intersection to avoid a self-intersecting
13475         path.
13476         ("Numeral comma"): Fix serious outline glitches.  This slightly
13477         changes the glyph shape.
13478         ("Numeral dash"): Use `draw_rounded_block'.
13479         ("Numeral dot"): Use `drawdot'.
13480         ("Numeral 1"): Assure identical tangent directions for the
13481         intersection points of paths.  The glyph shape improvement is only
13482         visible at very high magnifications.
13483         ("Numeral 2"): Use `solve' macro to make the lower right part of
13484         the glyph outline touch the x axis exactly.  This changes the
13485         glyph shape.
13486         Minor fixes for better overlap removal support.
13487         ("Numeral 4"): Make lefter corner `rounder'.
13488         ("Numeral 5"): Assure identical tangent directions for the
13489         intersection points of paths.  This improves the glyph shape at
13490         high magnifications.
13491         ("Numeral 7"): Use `solve' macro to make the upper right part of
13492         the glyph outline touch the metrics box exactly.  This changes the
13493         glyph shape.
13494         Avoid corner in the upper left part of the glyph (causing a minor
13495         shape change).
13496
13497         * mf/feta-ital-*.mf: Removed.  Unused.
13498
13499 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13500
13501         * VERSION (PATCH_LEVEL): release 2.5.11
13502
13503         * input/regression/fill-line-test.ly: new file.
13504
13505         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
13506         emmentaler name, eg. emmentaler-23. 
13507
13508 2005-02-04  Christian Hitz  <chhitz@gmx.net>
13509
13510         * scm/scm/define-markup-commands.scm (fill-line): rework for better
13511         alignment with centered texts
13512
13513         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
13514         list of paddings
13515
13516 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13517
13518         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
13519
13520         * lily/note-column.cc (translate_rests): call flush_extent_cache()
13521         of parents when translating rests. Fixes: c-chord-rest.ly 
13522
13523         * lily/include/dimension-cache.hh (struct Dimension_cache): add
13524         dimension_callback_ member.
13525
13526         * lily/grob.cc (flush_extent_cache): new function. Force recompute
13527         of extents.
13528
13529 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
13530
13531         * all but lily/*: The grand 2004/2005 replace.
13532
13533 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13534
13535         * lily/*: add space after ,  
13536
13537         * scm/music-functions.scm (has-request-chord): don't use
13538         ly:music-name anywhere. Fixes <<\\>> notation. 
13539
13540         * scm/define-markup-commands.scm (box): use font-size for
13541         padding. Fixes boxed-rehearsal-marks.ly
13542
13543         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
13544         identifier definition too, so foo = \lyrics { ...   } bar = #1
13545         doesn't complain about "bar" being LYRICS_STRING.
13546
13547         * lily/paper-def.cc (find_pango_font): new routine; Store
13548         pango_fonts in hash tab too. This is necessary for retrieving
13549         Pango_fonts::physical_font_tab() later on.
13550  
13551         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
13552         crash if psname is null.
13553
13554         * lily/lily-guile.cc (ly_hash2alist): new function
13555
13556         * Documentation/user/changing-defaults.itely (Text encoding):
13557         rewrite. 
13558
13559         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
13560         -> font_filename mapping.
13561
13562         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
13563         ly_pango_font_physical_fonts
13564
13565         * scm/framework-ps.scm (supplies-or-needs): extract names from
13566         physical Pango_fonts.
13567
13568         * utf8.ly: new file.
13569
13570 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13571
13572         * Documentation/user/changing-defaults.itely (Page layout): add
13573         doco about systemSeparatorMarkup.
13574
13575         * scm/page-layout.scm (default-page-make-stencil): add-to-page
13576         function.
13577         (default-page-make-stencil): insert system separators.
13578
13579         * scm/define-markup-commands.scm (hcenter): add
13580         (beam): add.
13581
13582 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13583
13584         * scm/output-ps.scm (ez-ball): reinstate ez notation.
13585
13586 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13587
13588         * lily/main.cc: Spell backend consistently.  Sort options.
13589
13590 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13591
13592         * scripts/lilypond-book.py (Module): revert @include.
13593         
13594 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
13595
13596         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
13597         Bugfix: @include .tex (not .texi).  Small cleanups.
13598
13599         * stepmake/bin/add-html-footer.py (i18n): New function.
13600
13601 2005-01-31  Werner Lemberg  <wl@gnu.org>
13602
13603         * mf/feta-nummer.mf: Removed.  Unused.
13604
13605 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13606
13607         * lily/ : 2004 -> 2005 s&r
13608
13609         * scm/file-cache.scm (cached-file-contents): add file. Read each
13610         file only once.
13611
13612         * scm/font.scm (add-pango-fonts): change order. Medium weight is
13613         now default.
13614
13615         * VERSION: release 2.5.10
13616         
13617         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
13618
13619         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
13620
13621         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
13622         that both X and Y extents of bbox are non-nil.
13623
13624 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13625
13626         * scm/chord-name.scm (alteration->text-accidental-markup): change
13627         - to . 
13628
13629         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
13630
13631         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
13632
13633         * Documentation/user/invoking.itely (Invoking lilypond): add note
13634         about EPS backend.
13635
13636         * scm/framework-eps.scm: new file: create per-system/per-page EPS
13637         files for inclusion in lilypond-book document.
13638
13639         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
13640
13641         * input/tutorial/lbook-texi-test.texi: new file.
13642
13643         * scm/safe-lily.scm (safe-objects): add
13644         {begin,end}-of-line-(in)?visible as safe.
13645  
13646 2005-01-30  Graham Percival  <gperlist@shaw.ca>
13647
13648         * Documentation/user/changing-defaults.itely: fixed example
13649         of (dynamics).
13650
13651 2005-01-29  Graham Percival  <gperlist@shaw.ca>
13652
13653         * lily/main.cc: fix info about -o=FILE.
13654
13655 2005-01-29  Werner Lemberg  <wl@gnu.org>
13656
13657         * mf/feta-toevallig.mf ("Natural"): Completely changed the
13658         construction to assure smooth transition from straight to curved
13659         lines.
13660
13661 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13662
13663         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
13664         stencils.
13665
13666         * ps/lilyponddefs.ps: add start-page, start-system doesn't
13667         translate to top of page. Fixes alignment problems of
13668         lilypond-generated EPS files.
13669
13670 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13671
13672         * scm/part-combiner.scm (analyse-spanner-states): trigger on
13673         crescendo-end as well, since Decrescendo maybe ended with Stop
13674         Crescendo.). Fixes: partcombine-diminuendo.ly
13675
13676         * scm/script.scm (default-script-alist): swap portato symbols.
13677
13678         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
13679
13680         * lily/paper-outputter-scheme.cc (LY_DEFINE):
13681         ly:outputter-port. New function.
13682
13683         * scm/framework-ps.scm (output-classic-framework): dump a
13684         -systems.texi too
13685         (output-classic-framework): dump multiple systems on an "infinite"
13686         page EPS including fonts. 
13687
13688         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
13689         .eps files for both texi and tex formats. Use PNG coming from
13690         lilypond.
13691         
13692 2005-01-28  Graham Percival  <gperlist@shaw.ca>
13693
13694         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
13695
13696         * scripts/lilypond-latex.py: fix info about -o=FILE.
13697
13698 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13699
13700         * ly/generate-embedded-cff.ly: write .cff.ps files.
13701
13702         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
13703
13704         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
13705         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
13706
13707 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13708
13709         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
13710
13711 2005-01-28  Werner Lemberg  <wl@gnu.org>
13712
13713         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
13714         macros.
13715         (draw_bulb): Improved.
13716
13717         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
13718         metapost bug.
13719         (draw_pedal_P): Use soft_end_penstroke.
13720         (draw_pedal_d): Use soft_start_penstroke.
13721
13722         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
13723         path.
13724         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
13725         doesn't change the glyph shape.
13726
13727         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
13728         changing the shape) to avoid fontforge warnings.
13729
13730         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
13731         soft_end_penstroke and fix glyph shape.
13732
13733 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13734
13735         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
13736
13737 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13738
13739         * scm/define-markup-commands.scm (line): filter out empty stencils
13740         from line command.
13741
13742         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
13743         amount.
13744
13745 2005-01-27  Graham Percival  <gperlist@shaw.ca>
13746
13747         * Documentation/user/notation.itely: added info about what
13748         \voiceFoo does.  Also rewrote warning about marks at
13749         a line break.
13750
13751         * Documentation/user/changing-defaults.itely: added info
13752         about putting dynamics in parenthesis and brackets.
13753
13754 2005-01-27  Werner Lemberg  <wl@gnu.org>
13755
13756         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
13757
13758 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13759
13760         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
13761         portato-direction.ly
13762
13763         * lily/beam.cc (consider_auto_knees): add beam height to
13764         threshold. Fixes: knee-multiple-beam.ly
13765
13766         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
13767         pedal line spanners. Fixes: instrument-center-pedal.ly
13768
13769         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
13770         if encountering barline. Fixes: auto-beam-repeat.ly
13771
13772 2005-01-26  Werner Lemberg  <wl@gnu.org>
13773
13774         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
13775         overlapping.
13776
13777         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
13778         with inflections for the 1/2 sharp glyph.
13779
13780         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
13781         connection between `t' and `r'.
13782         Unify bulb with the rest of `r' to avoid grazing outlines which
13783         confuses the overlap removal algorithm of fontforge.
13784
13785         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
13786         inflections.
13787         (draw_cross): Fix shape to have uniform thickness in corners.
13788
13789         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
13790         to avoid an uneven number of self-intersections; this confuses
13791         fontforge.
13792         Fix a slight bug in the shape at left bottom (which is visible only
13793         at high magnifications).
13794         `Center' the stem horizontally to avoid overlapping.
13795
13796 2005-01-24  Werner Lemberg  <wl@gnu.org>
13797
13798         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
13799         to `asis'.
13800         (fet_begingroup): Save group name in string `feta_group'.
13801         (fet_endgroup): Updated.
13802         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
13803
13804         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
13805
13806         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
13807         in metapost.
13808
13809 2005-01-24  Graham Percival  <gperlist@shaw.ca>
13810
13811         * Documentation/user/notation.itely: really minor editing.
13812
13813 2005-01-22  Graham Percival  <gperlist@shaw.ca>
13814
13815         * Documentation/user/examples.itely: minor editing.
13816
13817         * Documentation/user/changing-defaults.itely: minor editing.
13818
13819         * Documentation/user/notation.itely: clarified info on polyphony
13820         and \addlyrics.
13821
13822 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13823
13824         * scm/output-gnome.scm: 
13825         * scm/output-svg.scm:
13826         * scm/lily-library.scm (font-name-style): Update font name
13827         kludging for fontconfig use.
13828
13829 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
13830
13831         * scm/define-markup-commands.scm: Document right-align and
13832         larger markup commands. Remove "TODO" from the topmost comment
13833         "each markup function should have a doc string." More consistent
13834         use of new-lines.
13835
13836 2005-01-22  Graham Percival  <gperlist@shaw.ca>
13837
13838         * Documentation/user/changing-defaults: removed info about
13839         copyright symbol, since it's likely to change soon.
13840         Added info about betweensystemspace.
13841
13842         * Documentation/user/notation.itely: minor fixes.
13843
13844         * Documentation/user/lilypond.tely,
13845         Documentation/user/music-glossary.tely: changed copyright
13846         date to 2005 instead of 2004.
13847
13848         * input/test/volta-chord-names.ly: added old example back.
13849
13850 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13851
13852         * mf/feta-beugel.mf: use design size 20 (not 15).
13853
13854         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
13855         change name to aybabtu completely
13856
13857 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13858
13859         * buildscripts/gen-emmentaler-scripts.py (outdir): add
13860         design_size to fontname
13861
13862 2005-01-19  Werner Lemberg  <wl@gnu.org>
13863
13864         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
13865         mf/feta-schrift.mf: s/p/pat/ if a path variable.
13866
13867         * mf/feta-autometric.mf (set_char_box): Add code which emits
13868         specials for mf2pt1 if run with metapost.
13869         (to_bp): New macro for mf2pt1.
13870
13871 2005-01-18  Graham Percival  <gperlist@shaw.ca>
13872
13873         * Documentation/user/changing-defaults: added info on
13874         creating a copyright symbol.
13875
13876 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13877
13878         * VERSION: release 2.5.9
13879         
13880 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
13881
13882         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
13883
13884         * Documentation/user/notation.itely: Document
13885         score-override-auto-beam-setting Fix documentation for
13886         revert-auto-beam-setting.
13887
13888 2005-01-18  Werner Lemberg  <wl@gnu.org>
13889
13890         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
13891         (procset): New function to define a procset resource.
13892         (ps-embed-pfa): New function to define a font resource.
13893         (setup): New function to define a `Setup' environment.
13894         (preamble): Use new functions.
13895
13896         * ps/lilypond.defs (init-lilypond-parameters): New function to
13897         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
13898
13899 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13900
13901         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
13902
13903 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
13904
13905         * scm/define-markup-commands.scm: Change number->markletter-string
13906         to take two arguments (vector number). Add number->mark-alphabet-vector
13907         and markalphabet markup command.
13908
13909         * scm/translation-functions.scm: Add format-mark-box-alphabet,
13910         format-mark-alphabet, format-mark-box-barnumbers and
13911         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
13912
13913 2005-01-17  Graham Percival  <gperlist@shaw.ca>
13914
13915         * Documentation/user/examples.itely: add SATB automatic piano
13916         reduction template.
13917
13918         * Documentation/user/notation.itely: added info about changing
13919         partcombine texts.  Also adds examples of alternate lyrics.
13920
13921         * Documentation/user/changing-defaults.itely: added warning
13922         about \RemoveEmptyStaffContext overriding previous changes.
13923
13924 2005-01-17  Werner Lemberg  <wl@gnu.org>
13925
13926         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
13927         feta-alphabet*.
13928
13929 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13930
13931         * python/lilylib.py (make_ps_images): don't do final showpage for
13932         multi-page documents.
13933         
13934         * VERSION (MY_PATCH_LEVEL): release 2.5.8
13935
13936 2005-01-16  Graham Percival  <gperlist@shaw.ca>
13937
13938         * Documentation/user/lilypond.tely: changed order of appendices;
13939         unified index should be last.
13940
13941         * Documentation/user/notation.itely: add example of key signatures
13942         and info about Staff.printKeyCancellation.
13943
13944 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13945
13946         * lily/include/repeated-music.hh (class Repeated_music): change
13947         into "namespace" class.
13948
13949         * lily/event.cc: remove Key_change_event.
13950
13951         * lily/include/transposed-music.hh (class Transposed_music): remove.
13952
13953         * lily/transposed-music.cc: remove
13954
13955         * lily/include/relative-music.hh: remove.
13956
13957         * lily/include/music-sequence.hh (struct Music_sequence): change
13958         into "namespace" class.
13959
13960         * lily/untransposable-music.cc (Module): remove
13961
13962         * lily/include/un-relativable-music.hh (Module): remove
13963
13964         * lily/include/untransposable-music.hh (Module): remove
13965
13966         * lily/include/music-list.hh (Module): remove file
13967
13968         * lily/un-relativable-music.cc: remove file.
13969
13970 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13971
13972         * lily/parser.yy: Compile fix.
13973
13974 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13975
13976         * lily/include/music.hh (class Music): unvirtualize transpose().
13977
13978         * lily/sequential-music.cc: remove file.
13979
13980         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
13981
13982         * lily/slur-scoring.cc (get_best_curve): only switch on
13983         DEBUG_SLUR_SCORING for non NDEBUG builds.
13984
13985         * lily/include/music.hh (class Music): replace Music::start_mom()
13986         by start-callback property
13987
13988         * lily/include/grace-music.hh: remove file. 
13989
13990         * lily/stem.cc (height): robustness fix.
13991
13992         * lily/time-scaled-music.cc: remove file.
13993
13994         * lily/include/music.hh (class Music): include SCM init argument.
13995         (class Music): replace Music::get_length() virtual by
13996         length-callback property everywhere.
13997
13998         * scripts/convert-ly.py (conv): add  # to \property scalar value.
13999
14000         * mf/GNUmakefile: don't install *list.ly
14001
14002 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14003
14004         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
14005
14006 2005-01-12  Werner Lemberg  <wl@gnu.org>
14007
14008         This patch addresses the following problems in the feta sources
14009         files which contribute to the fetaXX fonts.
14010
14011         . Many fixes for rasterization at low resolutions (consistent use of
14012           `vround' and `hround', integer shift values for paths, applying
14013           `eps' for mirrored paths, use of `define_whole_pixels' and
14014           friends, etc.) -- while this probably looks like a waste of time
14015           it has revealed deficiencies in some glyph shapes.  See comment at
14016           the end of feta-params.mf how vertical symmetry is achieved.
14017
14018         . The `---' operator has been replaced everywhere with `--'; this
14019           both improves and considerably reduces the font size after
14020           conversion with mf2pt1.
14021
14022         These change aren't explicitly mentioned below since virtually all
14023         glyphs are affected.
14024
14025         Other notable differences:
14026
14027         . Glyphs from feta-accordion.mf now have charboxes around the
14028           outline.
14029
14030         . Fixed incorrect charbox for `accDot'.
14031
14032         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
14033
14034         . Fixed position of the bow in the `upprall' glyph and its siblings.
14035
14036         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
14037           dependent on the staff line thickness to avoid touching the middle
14038           staff line at smaller sizes.
14039
14040         . Largely extended output for feta-testXX: Where useful, glyphs
14041         are shown both between and on staff lines.
14042
14043
14044         * mf/feta-params.mf (staff_space_rounded,
14045         stafflinethickness_rounded, linethickness_rounded,
14046         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
14047         Update all code which uses them where appropriate.
14048         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
14049         New variables used to control rasterization at low resolutions.  Set
14050         to zero if feta code is processed with metapost.
14051
14052         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
14053         (draw_rounded_block, draw_square_block): Updated to use `--' only.
14054         (flare_path): Updated.
14055         Make it work with `filldraw' (but only circular pens).
14056         (hfloor, vfloor, hceiling, vceiling): New macros.
14057
14058         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
14059         Use `draw' again in mf mode to have good pixel dropout control.
14060         Fix intersection points of horizontal lines with circle.
14061         ("accDot"): Fix parameters for set_char_box.
14062         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
14063         control.
14064
14065         * mf/feta-banier.mf: Updated.
14066
14067         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
14068         testing.
14069         (undraw_inside_ellipse): Remove `center' argument.  Update all
14070         callers.
14071         (draw_brevis): New macro, called by "Brevis notehead".
14072         (draw_whole_triangle_head): New macro, called by "Whole
14073         trianglehead".
14074         (draw_small_triangle_head): Use `filldraw'.
14075
14076         * mf/feta-eindelijk.mf: Remove useless global group.
14077         Updated.
14078
14079         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
14080         `filldraw'.
14081
14082         * mf/feta-pendaal.mf: Updated.
14083
14084         * mf/feta-puntje.mf: Updated.
14085
14086         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
14087         less points.
14088         ("Flageolet"): Use `draw' again in mf mode to have good pixel
14089         dropout control.
14090         ("Varied Coda"): Use `draw_block'.
14091         (draw_comma): Fix typo.
14092         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
14093         pixel dropout control.
14094
14095         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
14096         position of bow.
14097
14098         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
14099         sizes.
14100
14101         * mf/feta-toevallig.mf (remember_pic): New variable, used for
14102         testing.
14103         (draw_meta_sharp): Much simplified.
14104         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
14105
14106         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
14107
14108 2005-01-13  Mats Bengtsson  <mabe@s3.kth.se>
14109
14110         * Documentation/user/notation.itely (Ancient rests): Fix typo
14111         (thanks Anthony)
14112
14113 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
14114
14115         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
14116
14117         * lily/main.cc (setup_paths): Add cff.
14118
14119         * mf/GNUmakefile (foe): Include actual target %.cff.
14120         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
14121
14122 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14123
14124         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
14125         suffix for main_input_b_.
14126
14127         * scm/music-functions.scm (toplevel-music-functions):
14128         precompute music lengths for music expressions.  
14129
14130 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14131
14132         * lily/include/input.hh (class Input): new `end_' slot for end of
14133         input. Renamed defined_str0_ to start_.
14134
14135         * lily/input.cc (Input): Add Input::Input (Input const &) and
14136         remove Input::Input (Source_file*, char const *). Use the new
14137         slots.
14138         (set_location): method used by bison to propagate input
14139         locations (YYLLOC_DEFAULT).
14140         (end_line_number, end_column_number, step_forward): new methods
14141         
14142         * lily/input-scheme.cc (ly:input-both-locations): new function,
14143         similar to ly:input-location, but also return the end line and
14144         column.
14145
14146         * lily/include/includable-lexer.hh: 
14147         * lily/includable-lexer.cc: 
14148         * lily/include/lily-lexer.hh (class Lily_lexer): 
14149         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
14150         Includable_lexer to Lily_lexer, in order to update lexloc (the
14151         yylloc), a new slot of Lily_lexer.
14152         (here_input, LexerError): simplify by using the lexloc slot (aka
14153         yylloc)
14154
14155         * lily/lexer.ll: #define yylloc to use input locations (it may
14156         be useless here?). Fixed the #embedded_scm rule (step the location
14157         forward in order to skip the sharp sign before parsing the scheme
14158         expression)
14159
14160         * lily/include/lily-parser.hh (class Lily_parser): 
14161         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
14162         here_input()
14163         (parser_error): overload for more precise locations of errors.
14164
14165         * lily/parser.yy (YYLTYPE): set location type to Input
14166         (YYLLOC_DEFAULT): use Input::set_location()
14167         (yylex): add the YYLTYPE* location parameter.
14168         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
14169         Give an Input parameter to THIS->parser-error() for more accurate
14170         messages.
14171
14172 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14173
14174         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
14175
14176         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
14177         on BEAMQUANTING for non-NDEBUG builds.
14178
14179         * lily/stem.cc (head_count): performance: avoid String::String()
14180         inside oft called function.
14181
14182 2005-01-09  Graham Percival  <gperlist@shaw.ca>
14183
14184         * Documentation/user/examles.itely: attempted fix for broken
14185         string quartet template.
14186
14187         * Documentation/user/notation.itely: remove unnecessary broken
14188         link.
14189
14190 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14191
14192         * VERSION (PACKAGE_NAME): release 2.5.7
14193
14194 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14195
14196         * config.make.in (METAFONT): Append -progname=mf, fixes use with
14197         mf-nowin for teTeX-3.0.  Backportme.
14198
14199         * scm/output-svg.scm (utf8-string): New function.
14200
14201         * scm/output-gnome.scm (utf8-string): New function.
14202         (otf-name-mangling): Remove.
14203
14204         * lily/pango-font.cc (Pango_font): Use font string iso font
14205         filename for utf8-text.
14206
14207         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
14208         name.
14209
14210 2005-01-08  Graham Percival  <gperlist@shaw.ca>
14211
14212         * Documentation/user/notation.itely: add info about
14213         Staff.extraNatural = ##f in Pitches section.  Also
14214         fixed some minor issues in the Vocal music section.
14215
14216 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14217
14218         * scm/output-ps.scm (white-text): comment out Helvetica font,
14219         which is broken for my GS install.
14220
14221         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
14222         which provides a tighter bbox.
14223
14224         * scm/define-grobs.scm (all-grob-descriptions): remove all
14225         extra-offsets from definitions.
14226
14227 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
14228
14229         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
14230         add tuning for 4-string bass and some common 4/5-string banjo
14231         tunings.  New function (four-string-banjo) turns a 5-string tuning
14232         into a 4-string tuning.  New function
14233         (fret-number-tablature-format-banjo) computes correct fret numbers
14234         on 5-string banjos.
14235
14236         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
14237         Add beam correction to TabVoice.
14238
14239         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
14240         using bold font; makes tabs more readable.
14241
14242 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14243
14244         * lily/font-select.cc (get_font_by_design_size): don't make
14245         Modified_font_metric; this causes trouble, since we don't know the
14246         font magnification from inside Pango_font::text_stencil()
14247
14248         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
14249
14250         * Documentation/user/notation.itely (The Lyrics context): comment out
14251         broken {Small ensembles} link.
14252
14253         * scm/framework-svg.scm (output-framework): change calling convention.
14254
14255         * lily/object-key-dumper-scheme.cc: new file.
14256
14257         * lily/object-key-undumper-scheme.cc: new file.
14258
14259         * lily/tweak-registration-scheme.cc: new file.
14260
14261         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
14262
14263         * Documentation/user/examples.itely (String quartet): uncomment
14264         broken example.
14265
14266         * lily/font-config.cc: new file.
14267
14268 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14269
14270         * scm/output-svg.scm: 
14271         * scm/output-gnome.scm: s/bigcheese/emmentaler.
14272
14273         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
14274
14275 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
14276
14277         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
14278         Add headers.
14279
14280         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
14281
14282 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14283
14284         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
14285
14286         * lily/include/main.hh: lose _b hungarian suffixes for global
14287         variables.
14288
14289         * lily/include/lily-guile-macros.hh: new file.
14290
14291         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
14292
14293         * lily/general-scheme.cc: new file. 
14294
14295         * lily/font-select.cc (get_font_by_design_size): retrieve
14296         PangoFont for (designsize . "pango-descr") entries.
14297
14298         * lily/lily-parser-scheme.cc: new file.
14299
14300         * lily/output-def-scheme.cc: new file.
14301
14302         * lily/paper-book-scheme.cc: new file.
14303
14304         * lily/duration-scheme.cc (LY_DEFINE): new file.
14305
14306         * lily/pitch-scheme.cc:  new file.
14307
14308         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
14309
14310 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14311
14312         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
14313
14314 2005-01-06  Graham Percival  <gperlist@shaw.ca>
14315
14316         * Documentation/user/notation.itely: minor editing.
14317
14318         * Documentation/user/changing-defaults: minor editing.
14319
14320         * Documentation/user/examples.itely: add template for
14321         string quartet part extraction; demonstrates tag.
14322
14323 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
14324
14325         * Documentation/user/notation.itely: documents
14326         format-mark-box-letters and format-mark-box-numbers
14327
14328         * scm/define-context-properties.scm: change comment.
14329
14330 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14331
14332         * scm/framework-ps.scm (output-classic-framework): new function:
14333         dump systems as separate .eps files (without fonts) and write a
14334         single collecting .tex file.
14335
14336 2005-01-05  Mats Bengtsson  <mabe@s3.kth.se>
14337
14338         * Documentation/user/notation.itely (Setting simple songs):
14339         Correct several errors in the equivalent formulation of
14340         \addlyrics. 
14341         (The Lyrics context): Corrected link to the SATB example.
14342
14343 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14344
14345         * scm/lily.scm (completize-formats): new function
14346         (postprocess-output): new function
14347
14348         * lily/paper-book.cc (classic_output): change calling
14349         convention. Give basename as first argument. 
14350         remove Paper_book::post_processing().
14351
14352         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
14353
14354 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14355
14356         * lily/paper-outputter.cc (LY_DEFINE): new function
14357         ly:outputter-close.
14358
14359         * lily/main.cc: change --format,-f to --backend,-b
14360
14361         * lily/include/main.hh: rename format to backend.
14362
14363         * scm/translation-functions.scm (format-mark-box-numbers): add.
14364         patch by Erlend Aasland
14365
14366 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14367
14368         * lily/pango-font.cc (text_stencil): dump string as
14369         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
14370
14371 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
14372
14373         * configure.in (gui_b): Remove handy developer-only
14374         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
14375         CVS source installations (but break other non-default but correct
14376         PKG_CONFIG_PATH setups), as this is no longer developer-only.
14377
14378         * SConstruct: 
14379         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
14380         compatibility (backportme).
14381
14382         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
14383
14384 2005-01-03  Werner Lemberg  <wl@gnu.org>
14385
14386         Prepare glyph shapes for mf2pt1 conversion.
14387
14388         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
14389         (accDiscant, accFreebase, accStdbase): Replace `draw' with
14390         `penstroke'.
14391         (accDot): Use `drawdot'.
14392         (accBayanbase): Replace `draw' with `draw_gridline'.
14393         (print_penpos): Moved to feta-macros.mf.
14394         (accOldEE): Replace `filldraw' with `penstroke'.
14395         Replace `draw' with `penstroke' and `drawdot'.
14396
14397         * mf/feta-banier.mf: Code clean-up.
14398         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
14399         `fill'.
14400
14401         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
14402
14403         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
14404         paremeter to control drawing of labels.  Update all callers.
14405
14406         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
14407         (new_bulb): Return a bulb as a single path.  To do that, it now
14408         takes some more parameters.  Updated all callers.
14409         (draw_gclef): Major clean-up.  `draw' has been replaced with
14410         `penstroke', unnecessary outlines have been removed.
14411         Remove (unused) gnome-canvas code.
14412
14413         * mf/feta-macros.mf (print_penpos): New macro (from
14414         feta-accordion.mf).
14415         Other minor fixes.
14416
14417         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
14418         ("Pedal dot"): Use `drawdot'.
14419         (draw_pedal_P): Add parameter to control drawing of labels.  Update
14420         all callers.
14421         Fix shape at top.
14422         (draw_pedal_e): Add parameter to control drawing of labels.  Update
14423         all callers.
14424         (draw_pedal_d): Add parameter to control drawing of labels.  Update
14425         all callers.
14426         Revert drawing direction.
14427
14428         * mf/feta-schrift.mf (draw_fermata): Use single path.
14429         (draw_short_fermata): Replace `filldraw' with `fill'.
14430         (draw_long_fermata, draw_very_long_fermata): Replace calls to
14431         `draw_rounded_block' with a single path.
14432         ("Thumb"): Draw full circle instead of mirroring segments.
14433         (draw_accent): New macro.
14434         ("> accent", "espr"): Use it.
14435         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
14436         ("open (unstopped)"): Draw full circle instead of mirroring
14437         segments.
14438         (draw_vee): Removed.
14439         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
14440         ("Downbow"): Replace calls to `draw_rounded_block' with a single
14441         path.
14442         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
14443         partial pieces drawn with `fill' -- these do still overlap with the
14444         stem of the `t' but just once, not multiple times so that fontforge
14445         can handle it gracefully.
14446         Change other parts of the glyph so that fontforge's overlapping
14447         algorithm reliably works.
14448         (draw_heel): Replace `draw' with `fill'.
14449         (draw_toe): Use `draw_accent' instead of `draw_vee'.
14450         ("Flageolet"): Replace `draw' with `penstroke'.
14451         ("Segno"): Replace `filldraw' with `penstroke'.
14452         Replace `draw' with `drawdot'.
14453         ("Coda"): Replace `fill' with `penstroke', using a single path.
14454         ("Varied Coda"): Use less overlapping paths.
14455         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
14456         single path.
14457
14458         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
14459         group to better control the `labels' command.
14460         Rename argument to `offset' and use it actually.  Update all
14461         callers.
14462         Replace `filldraw' with `fill'.
14463         ("mordent", "prallmordent", "upmordent", "downmordent",
14464         "lineprall"): Replace `draw' with `draw_gridline'.
14465         ("upprall", "downprall"): Replace `draw' with `fill'.
14466
14467         * mf/feta-timesig.mf: Formatting.
14468
14469         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
14470         to...
14471         ("Flat"): Here.
14472         (draw_paren): Move code to draw labels to...
14473         ("Right Parenthesis"): Here.
14474
14475 2005-01-02  Graham Percival <gperlist@shaw.ca>
14476
14477         * Documentation/user/notation.itely: add example of \setTextDecresc
14478         and \setTextDim.
14479
14480 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
14481
14482         * scm/define-markup-commands.scm :  fix glyph-strings of
14483         accidentals and \note-by-number
14484
14485 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14486
14487         * VERSION: 2.5.6 released.
14488         
14489         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
14490
14491         * input/regression/new-markup-scheme.ly: oops. font-family=music
14492         -> font-encoding fetaMusic.  
14493
14494         * lily/main.cc: put default to PS.
14495
14496         * lily/tfm.cc: idem.
14497
14498         * lily/afm.cc: idem.
14499
14500         * lily/include/modified-font-metric.hh (struct
14501         Modified_font_metric): remove coding_scheme() method.
14502
14503         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
14504
14505         * scripts/convert-ly.py (conv): crash on encountering \encoding.
14506
14507         * input/les-nereides.ly: convert to utf8
14508
14509         * lily/modified-font-metric.cc (text_dimension): idem.
14510
14511         * lily/parser.yy (TODO): idem.
14512
14513         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
14514
14515         * lily/lexer.ll: remove encoding
14516
14517         * scm/framework-ps.scm (output-variables): separately scale the
14518         page to mm 
14519
14520         * lily/pango-font.cc (Pango_font): fix scaling.
14521
14522         * lily/font-metric.cc (design_size): design_size returns a
14523         dimension now as well.
14524
14525 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14526
14527         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
14528         brace generation. 
14529
14530         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
14531
14532 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
14533
14534         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
14535         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
14536
14537 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14538
14539         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
14540         in first run as well.
14541
14542         * scm/paper.scm (layout-set-staff-size): use text-font-size in
14543         dimension less points (ie. 12 = 12 point)
14544
14545         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
14546
14547         * lily/all-font-metrics.cc (find_pango_font): set description_
14548
14549         * lily/pango-font.cc (text_stencil): export size as well.
14550         (text_stencil): fix scaling and extents box.
14551
14552 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14553
14554         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
14555
14556         * Documentation/user/invoking.itely (Invoking lilypond): document
14557         texstr
14558
14559         * scripts/convert-ly.py (conv): add ancient rules.
14560
14561         * scm/clef.scm (c0-pitch-alist): replace - with .
14562
14563         * scripts/lilypond-book.py (process_snippets): add texstr support.
14564
14565         * scm/framework-texstr.scm (header): change extension to .textmetrics
14566
14567         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
14568         -f tex.
14569
14570         * lily/text-metrics.cc: new file.
14571         (try_load_text_metrics): new function
14572
14573         * lily/include/text-metrics.hh: new file.
14574
14575 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14576
14577         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
14578         ly_scheme_function to ly_lily_module_constant.
14579
14580         * lily/modified-font-metric.cc (text_dimension): try
14581         lookup_tex_text_dimension() first.
14582
14583         * lily/tfm.cc: new function ly:load-text-dimensions
14584
14585 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14586
14587         * scm/output-texstr.scm (text): use \lilygetmetrics
14588
14589         * scm/framework-texstr.scm (header): dump in new format.
14590
14591         * tex/lilypond-tex-metrics: new file.
14592         
14593 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
14594
14595         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
14596         mapping.
14597         (index_to_charcode): New method.
14598
14599         * scm/output-ps.scm (glyph-string): 
14600         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
14601
14602 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
14603
14604         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
14605         implement fully, need FONT to get to charcode.
14606
14607         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
14608
14609         * scm: Cleanups.
14610
14611         * Documentation/user/changing-defaults.itely: Fix internalsrefs
14612         {Tunable context properties},
14613         {All layout objects},
14614         {Music definitions}.
14615
14616 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14617
14618         * VERSION: release 2.5.5
14619         
14620         * lily/main.cc: use TeX as default output format.
14621
14622         * flower/file-path.cc (find): try to open directly as well, so we
14623         find absolute path files. 
14624
14625         * lily/pango-select.cc: new file.
14626
14627         * scm/framework-ps.scm: remove all encoding code. 
14628         load pfb/pfa for PangoFont too.
14629         
14630         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
14631
14632 2004-12-22  Werner Lemberg  <wl@gnu.org>
14633
14634         Prepare glyph shapes for mf2pt1 conversion.
14635
14636         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
14637
14638         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
14639         (define_triangle_shape): Use it to replace `draw' with `fill' and
14640         `unfill'.  Update all callers.
14641         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
14642         (draw_cross): Ditto.
14643         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
14644         Use penrazor for better conversion with mf2pt1.
14645         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
14646         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
14647         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
14648         draw_la_head, draw_ti_head): Replace `filldraw' with
14649         `fill'.  Update all callers.
14650
14651 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14652
14653         * lily/paper-book.cc (output): revert: only allow a single output
14654         format.
14655
14656         * lily/include/pango-font.hh: new file.
14657
14658         * lily/pango-font.cc: new file.
14659
14660         * lily/font-metric.cc (text_stencil): new routine
14661
14662         * lily/all-font-metrics.cc (find_pango_font): new routine.
14663
14664         * lily/include/font-metric.hh (struct Font_metric): add
14665         text_stencil()
14666
14667         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
14668
14669 2004-12-22  Werner Lemberg  <wl@gnu.org>
14670
14671         Prepare glyph shapes for mf2pt1 conversion.
14672
14673         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
14674
14675         * mf/feta-toevallig.mf: Formatting.
14676         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
14677         ("Natural"): Fix paths to allow better postprocessing.
14678         (draw_meta_flat): Use `z3l' as additional point in path to get
14679         better conversion with mf2pt1.
14680         Other minor cleanups.
14681         ("3/4 Flat"): Add auxiliary points and modify path to replace
14682         `draw' with `fill'.
14683         ("Double Sharp"): Mirror path segments instead of picture elements
14684         to get a single outline.
14685         Modify path to replace `filldraw' with `fill'.
14686
14687 2004-12-22  Graham Percival  <gperlist@shaw.ca>
14688
14689         * input/test/unfold-all-repeats.ly: added file back.
14690
14691         * Documentation/user/notation.itely,
14692         Documentation/user/programming-interface.itely
14693         Documentation/user/changing-defaults.itely: fixed misc broken
14694         links to input/test/ files.
14695
14696 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14697
14698         * tex/texinfo.tex: Update.  We should not be distributing this,
14699         but since we do, use latest version.
14700
14701         * Documentation/user/macros.itexi: Comment-out \fetaflat,
14702         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
14703         macros for feta glyphs.
14704
14705 2004-12-22  Graham Percival  <gperlist@shaw.ca>
14706
14707         * Documentation/user/changing-defaults.itely: fix index for set.
14708
14709         * Documentation/user/converters.itely: added convert-ly bugs list
14710         from CVS.
14711
14712 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
14713
14714         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
14715         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
14716         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
14717         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
14718
14719         * mf/GNUmakefile (pfa_warning): Use less broken check.
14720
14721         * python/lilylib.py (setup_environment): Remove cruft from
14722         GS_FONTPATH.
14723
14724         * configure.in: Bump mftrace requirement to 1.1.1.
14725
14726 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
14727
14728         * scm/output-svg.scm (beam): Use polygon.
14729
14730         * scm/lily-library.scm: Bugfix.
14731
14732         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
14733
14734         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
14735
14736 2004-12-19  Werner Lemberg  <wl@gnu.org>
14737
14738         Prepare glyph shapes for mf2pt1 conversion.
14739
14740         * mf/feta-eindelijk: Some formatting.
14741         (multi_rest_x, multi_beam_height): Removed.  Unused.
14742         ("Quarter rest"): Use `intersectiontimes' to create a single
14743         outline.
14744         (rest_crook): Removed.  Unused.
14745         (draw_rest_bulb): Return path (without filling).  Update callers.
14746         Simplified.
14747         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
14748         "128th rest"): Simplify `pat'.
14749         Create single outline.
14750
14751 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
14752
14753         * mf/GNUmakefile (ALL_GEN_FILES):
14754         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
14755
14756         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
14757         function.
14758
14759 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14760
14761         * scm/output-texstr.scm (placebox): add routine
14762
14763         * VERSION (PACKAGE_NAME): release 2.5.4
14764
14765         * scm/framework-texstr.scm (output-framework): new file.  
14766
14767         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
14768         processing.
14769
14770         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
14771
14772         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
14773         rule.
14774
14775         * configure.in (gui_b): bump mftrace requirement to 1.1.0
14776
14777         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
14778
14779         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
14780
14781 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
14782
14783         * scm/framework-svg.scm (dump-page): Implement landscape.
14784
14785 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
14786
14787         * lily/main.cc (setup_paths): Add svg to search path.
14788
14789         * scm/output-svg.scm:
14790         * scm/framework-svg.scm: Add pageSet.  Update.
14791         (dump-fonts): New function.
14792         (output-framework): Use it.
14793
14794         * mf/GNUmakefile: 
14795         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
14796
14797 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14798
14799         * tex/lilyponddefs.tex: comment out new ifpdf code.
14800
14801 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
14802
14803         * GNUmakefile.in: 
14804         * SConstruct (symlink): Replace afm by otf.
14805
14806         * scm/framework-gnome.scm (gnome-main): Remove invocation of
14807         ly:pango-add-afm-decoder.
14808
14809         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
14810
14811 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14812
14813         * scm/output-ps.scm (new-text): don't access t glyph for getting
14814         space dimension.
14815
14816         * ly/init.ly: warn about \version
14817
14818         * lily/lexer.ll: set version-seen?
14819
14820 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
14821
14822         * scm/output-svg.scm (string->entities): Update.
14823
14824 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14825
14826         * lily/main.cc (setup_paths): replace afm by otf for path. 
14827
14828         * lily/pangofc-afm-decoder.cc: remove.
14829
14830         * lily/include/pangofc-afm-decoder.hh: remove.
14831
14832         * scm/framework-scm.scm (output-framework): new file.
14833
14834         * mf/GNUmakefile: remove SAUTER_FONTS.
14835         remove SVG/sodipodi hacks.
14836
14837         * scm/lily-library.scm (stderr): move stderr.
14838
14839         * mf/GNUmakefile: remove AFM support.
14840
14841         * buildscripts/mf-to-table.py (base): remove AFM support.
14842
14843         * lily/open-type-font.cc (design_size): use design_size
14844
14845 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
14846
14847         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
14848
14849 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
14850
14851         * mf/GNUmakefile: Generate combined aybabtu info.
14852         * mf/aybabtu.pe.in (i): Load it.
14853
14854         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
14855         are not symbols.
14856
14857         * lily/include/open-type-font.hh (count): New method.
14858
14859         * mf/aybabtu.pe.in: Typo.
14860
14861         * Documentation/user/out/lilypond-internals.nexi (Scheme
14862         functions): Typo.
14863
14864         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
14865
14866 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14867
14868         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
14869         subfonts.
14870
14871         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
14872
14873         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
14874         (tex-font-command-raw): new function.
14875
14876         * lily/include/virtual-font-metric.hh (Module): remove file
14877
14878         * lily/virtual-font-metric.cc (Module): remove file.
14879         
14880
14881         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
14882         (get_indexed_char): read bbox from lily table if present.
14883
14884 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14885
14886         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
14887         aybabtu.subfonts
14888
14889         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
14890         global glyphname. Enables more than 64 glyphs in the OTF.
14891
14892 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
14893
14894         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
14895         braces.
14896
14897         * lily/open-type-font.cc (design_size): Use 12 as default for
14898         design size.
14899
14900         * mf/aybabtu.pe.in: New file.  Merge all our braces.
14901
14902         * mf/GNUmakefile: Generate aybabtu.
14903
14904         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
14905
14906 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14907
14908         * scm/lily-library.scm (char->unicode-index): Remove.
14909
14910         * scm/output-gnome.scm (text): Bugfix for plain string input.
14911         Updates.
14912
14913         * scm/output-svg.scm (svg-font): Add weight to font selection.
14914
14915 2004-12-14  Mats Bengtsson  <mabe@s3.kth.se>
14916
14917         * Documentation/topdocs/INSTALL.texi (Top): Point to
14918         buildscripts/out/clean-fonts instead of
14919         buildscripts/clean-fonts.sh. 
14920
14921 2004-12-13  Graham Percival  <gperlist@shaw.ca>
14922
14923         * input/regression/figured-bass.ly: attempt to clarify text.
14924
14925         * Documentation/user/notation.tely: add cindex for tag, attempt to
14926         add figured bass example.
14927
14928         * Documentation/user/changing-defaults: basic editing.
14929
14930 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14931
14932         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
14933
14934         * lily/open-type-font.cc (LY_DEFINE): new function
14935         ly:font-sub-fonts
14936
14937         * lily/include/font-metric.hh (struct Font_metric): new method
14938         sub_fonts()
14939
14940         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
14941         . with - in add.stem.
14942         
14943 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
14944
14945         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
14946         and fetaDynamic.
14947
14948         * lily/rest.cc (glyph_name): Change - to . .
14949
14950         * scm/output-gnome.scm (text): Hello world, again.
14951
14952         * scm/output-svg.scm (named-glyph): New function.  Hello world!
14953
14954         * lily/modified-font-metric.cc (index_to_charcode): New method.
14955
14956         * lily/include/font-metric.hh (index_to_charcode): New function.
14957
14958         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
14959         new function.
14960         (ly:font-glyph-to-index): Remove.
14961
14962 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14963
14964         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
14965
14966         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
14967
14968         * lily/open-type-font.cc (load_scheme_table): new function
14969
14970         * lily/dots.cc (print): replace - 
14971
14972         * lily/open-type-font.cc (attachment_point): new function.
14973         (load_table): read LILC table
14974
14975         * buildscripts/gen-bigcheese-scripts.py (Module): new
14976         file. Generate FF scripts.
14977
14978         * mf/feta-din10.mf: idem.
14979
14980         * mf/feta-nummer10.mf: remove mf files.
14981
14982         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
14983
14984 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
14985
14986         * lily/lily-guile.cc: Use scm_from_locale_stringn.
14987
14988         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
14989         compatibility.
14990
14991 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14992
14993         * lily/open-type-font.cc (get_indexed_char): scale metrics by
14994         design-size and units_per_EM.
14995
14996         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
14997
14998 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
14999
15000         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
15001         does not crash fontforge.
15002
15003         * scm/lily-library.scm (char->unicode-index): Hack to map onto
15004         PUA.
15005
15006 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15007
15008         * scm/framework-ps.scm (ps-embed-cff): new function.
15009
15010         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
15011
15012 2004-12-12  Werner Lemberg  <wl@gnu.org>
15013
15014         * mf/bigcheese.pe.in: Add PUA mapping.
15015         Don't create Type 42 but bare CFF font.
15016
15017 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15018
15019         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
15020         within canvas boundaries.
15021
15022         * mf/merge.pe.in: Set font names, version, license GPL.
15023
15024         * make/substitute.make: Add FONTFORGE.
15025
15026         * config.make.in (FONTFORGE): Add.
15027
15028         * configure.in (gui_b): Use PATH_PROG for fontforge.
15029
15030 2004-12-11  Graham Percival  <gperlist@shaw.ca>
15031
15032         * scm/define-markup-commands.scm: add baseline-skip to info
15033         about \column.
15034
15035 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15036
15037         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
15038
15039         * scm/output-gnome.scm (named-glyph): Use it.
15040
15041         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
15042
15043         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
15044         (upper_string, lower_string, reverse_string): Remove.
15045
15046         * configure.in (fontforge): Reinstate version check.
15047
15048         * ly/engraver-init.ly: Fix clef glyph names.
15049
15050         * lily/time-signature.cc (special_time_signature): Fix fraction
15051         glyph names.
15052
15053 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15054
15055         * mf/merge.pe: new file.
15056
15057         * lily/freetype.cc: new file.
15058
15059         * lily/include/open-type-font.hh (class Open_type_font): new file.
15060
15061         * lily/include/freetype.hh: new file.
15062
15063         * lily/open-type-font.cc: new file.
15064
15065         * lily/all-font-metrics.cc (find_otf): new function.
15066
15067 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15068
15069         * lily/time-signature.cc (special_time_signature): Fix.
15070
15071         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
15072         GTK2 before checking for pango.  Fixes -fgnome.
15073
15074         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
15075         Scheme name.
15076
15077         * scm/define-markup-commands.scm:
15078         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
15079
15080         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
15081
15082         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
15083         date versions.  Fixes configure.
15084         (STEPMAKE_CHECK_VERSION): Support optional actual program version
15085         argument.
15086
15087 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15088
15089         * buildscripts/mf-to-table.py (write_ps_encoding): write real
15090         names in .enc
15091
15092         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
15093
15094 2004-12-09  Graham Percival  <gperlist@shaw.ca>
15095
15096         * Documentation/user/changing-defaults.itely: add info about
15097         make-dynamic-script
15098
15099         * Documentation/user/notation.itely: add link in dynamics to
15100         section about make-dynamic-script.
15101
15102 2004-12-09  Christian hitz  <chhitz@gmx.net>
15103
15104         * lily/lily-guile.cc: change MACOS_X to __APPLE__
15105
15106 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15107
15108         * buildscripts/mf-to-table.py (parse_logfile): use . for
15109         concatting name and group.
15110         (parse_logfile): use M for Minus (negative.)
15111
15112         * lily/include/type-swallow-translator.hh
15113         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
15114
15115         * lily/*.cc: cosmetics around = sign.
15116
15117         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
15118         lyric spacing on the penultimate column.
15119
15120 2004-12-05  Christian Hitz  <chhitz@gmx.net>
15121
15122         * configure.in:
15123         * lily/accidental-placement.cc:
15124         * lily/bar-line.cc:
15125         * lily/beam-concave.cc:
15126         * lily/beam-quanting.cc:
15127         * lily/beam.cc:
15128         * lily/bezier-bow.cc:
15129         * lily/bezier.cc:
15130         * lily/break-align-interface.cc:
15131         * lily/custos.cc:
15132         * lily/dimension-cache.cc:
15133         * lily/dot-column.cc:
15134         * lily/font-metric.cc:
15135         * lily/font-select.cc:
15136         * lily/gourlay-breaking.cc:
15137         * lily/grob-property.cc:
15138         * lily/grob.cc:
15139         * lily/lily-guile.cc:
15140         * lily/line-spanner.cc:
15141         * lily/lookup.cc:
15142         * lily/lyric-extender.cc:
15143         * lily/lyric-hyphen.cc:
15144         * lily/mensural-ligature.cc:
15145         * lily/midi-def.cc:
15146         * lily/misc.cc:
15147         * lily/note-collision.cc:
15148         * lily/note-column.cc:
15149         * lily/note-head.cc:
15150         * lily/paper-outputter.cc:
15151         * lily/percent-repeat-item.cc:
15152         * lily/rest-collision.cc:
15153         * lily/side-position-interface.cc:
15154         * lily/simple-spacer.cc:
15155         * lily/slur-configuration.cc:
15156         * lily/slur-scoring.cc:
15157         * lily/slur.cc:
15158         * lily/spaceable-grob.cc:
15159         * lily/spacing-spanner.cc:
15160         * lily/spanner.cc:
15161         * lily/staff-symbol-referencer.cc:
15162         * lily/stem.cc:
15163         * lily/stencil.cc:
15164         * lily/system-start-delimiter.cc:
15165         * lily/system.cc:
15166         * lily/text-item.cc:
15167         * lily/tie.cc:
15168         * lily/tuplet-bracket.cc:
15169         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
15170         <cmath> beacause isinf/isnan is undefined in <cmath>
15171
15172 2004-12-03  Mats Bengtsson  <mabe@s3.kth.se>
15173
15174         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
15175
15176 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15177
15178         * VERSION: release 2.5.3
15179         
15180 2004-11-29  Arno Waschk <arno@arnowaschk.de>
15181
15182         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
15183
15184 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15185
15186         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
15187
15188         * lily/note-head.cc (internal_print): always try the "s" head if
15189         u/d not found.
15190
15191         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
15192
15193 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15194
15195         * mf/parmesan-heads.mf (overdone_heads): typos.
15196
15197 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
15198
15199         * lily/parser.yy (markup): in markups, { .. } without command
15200         before are also flattened, ie \line must be explicitely used.
15201
15202         * Documentation/user/changing-defaults.itely:
15203         * Documentation/user/notation.itely: 
15204         * input/wilhelmus.ly: 
15205         * input/regression/instrument-name-markup.ly: 
15206         * input/regression/markup-score.ly: 
15207         * input/regression/new-markup-scheme.ly: 
15208         * input/regression/new-markup-syntax.ly: 
15209         * input/test/coriolan-margin.ly: use \line in markups where
15210         appropriate
15211         
15212 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
15213
15214         * scm/new-markup.scm (map-markup-command-list): helper function
15215         used in parser.yy to map markup commands on a markup list.
15216
15217         * lily/parser.yy: get rid off < > in markups by treating { } as
15218         real lists.
15219
15220         * lily/lexer.ll: remove < > from markup lexer mode.
15221
15222         * scripts/convert-ly.py (conv): add rule for converting 
15223         \markup < > to \markup { }
15224
15225         * ly/titling-init.ly: 
15226         * input/test/coriolan-margin.ly: 
15227         * input/regression/new-markup-syntax.ly: 
15228         * input/regression/new-markup-scheme.ly: 
15229         * input/regression/multi-measure-rest-text.ly: 
15230         * input/regression/markup-stack.ly: 
15231         * input/regression/markup-score.ly: 
15232         * input/regression/instrument-name-markup.ly: 
15233         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
15234         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
15235         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
15236         * input/wilhelmus.ly: 
15237         * Documentation/user/notation.itely: 
15238         * Documentation/user/music-glossary.tely: 
15239         * Documentation/user/changing-defaults.itely: change < > to { } in
15240         markups
15241
15242 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15243
15244         * lily/accidental-placement.cc (position_accidentals): shortcut if
15245         no accidentals to place.
15246
15247 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
15248
15249         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
15250         typo s/ly:dimension ?/ly:dimension?/
15251
15252         * input/regression/lily-in-scheme.ly: 
15253         * input/regression/music-function.ly: 
15254         * ly/spanners-init.ly (assertBeamSlope): 
15255         * scm/music-functions.scm (def-grace-function): add the paper
15256         argument to music function definitions.
15257
15258 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15259
15260         * lily/moment.cc (LY_DEFINE):
15261         ly:moment-main-{denominator,numberator}, new function.
15262
15263         * lily/score-engraver.cc (typeset_all): assign to column on basis
15264         of axis-group-parent-X setting.
15265
15266         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
15267         add_element() on basis of axis-group-parent-Y setting.
15268
15269         * lily/grob.cc: add axis-group-parent-{XY} properties.
15270
15271         * input/regression/spacing-stick-out.ly: new file.
15272
15273         * lily/simple-spacer.cc (add_columns): use binary search for
15274         setting column rods. Changes O(n^2) to O(n log(n)) for
15275         constructing spacing problem from columns.
15276         (add_columns): read allow-outside-line to make sure no texts stick
15277         out.
15278         (solve): Simple_spacer::is_active() only determines
15279         satisfies_constraints_ for non-ragged typesetting.
15280
15281         * lily/simultaneous-music.cc (to_relative_octave): only set
15282         old_relative_used if return pitch actually changed.
15283
15284         * scm/define-context-properties.scm
15285         (all-user-translation-properties): change to match implementation.
15286
15287         * python/lilylib.py: Replace re.match by re.search and adds "-c
15288         showpage" to the gs command line (Johannes Schindelin)
15289
15290         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
15291         before processing. Prevents crash when inf is in the extent.
15292
15293         * scm/define-markup-commands.scm (note-by-number): add "s" to
15294         "noteheads-" glyphname.
15295  
15296         * lily/parser.yy (Generic_prefix_music): supply parser argument to
15297         music function as well.
15298         
15299 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15300
15301         * VERSION: release 2.5.2
15302
15303         * Documentation/user/changing-defaults.itely (Creating titles):
15304         add breakbefore variable.
15305
15306         * lily/paper-book.cc (set_system_penalty): new function. Set
15307         penalty_ based on breakBefore setting
15308
15309         * lily/context-specced-music-iterator.cc (construct_children):
15310         interpret special context id $uniqueContextId 
15311
15312         * lily/context.cc (create_unique_context): new method. Move
15313         creation of unique (\new) contexts into interpreting phase. This
15314         makes
15315
15316           foo= \new Staff ..
15317           << \foo \foo >>
15318
15319         produce 2 staves.
15320         
15321
15322         * scm/define-music-properties.scm (all-music-properties): add
15323         quoted-voice-direction
15324
15325         * ly/music-functions-init.ly: killCues function.
15326
15327         * scm/music-functions.scm (cue-substitute): move creation of voice
15328         contexts further to the back. 
15329
15330 2004-11-25  Werner Lemberg  <wl@gnu.org>
15331
15332         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
15333         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
15334
15335 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
15336
15337         * buildscripts/guile-gnome.sh: Fixed typo.
15338
15339 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15340
15341         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
15342
15343         * scripts/abc2ly.py (dump_slyrics): add ord(). 
15344
15345         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
15346         to regular engraver. 
15347
15348 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15349
15350         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
15351
15352 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
15353
15354         * scm/define-markup-commands.scm (fill-line): Typo.
15355
15356         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
15357         and newer.
15358
15359 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
15360
15361         * ly/dynamic-scripts-init.ly: Fixed typo.
15362
15363 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15364
15365         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
15366         note-head, to have different attachment points for up and down.
15367
15368         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
15369
15370         * mf/feta-generic.mf (else): remove solfa.
15371
15372         * mf/feta-bolletjes.mf (tishape): remove unicode test.
15373
15374         * scm/define-context-properties.scm
15375         (all-user-translation-properties): add shapeNoteStyles property.
15376
15377         * lily/shape-note-heads-engraver.cc (process_music): new file.
15378
15379         * lily/event.cc (transpose): call Event::transpose() for
15380         transposing the tonic.
15381
15382 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
15383
15384         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
15385         Unicode/OpenType and AFM.
15386
15387         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
15388
15389 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15390
15391         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
15392
15393         * lily/context.cc (Context): unprotect key from ctor.
15394
15395         * scm/stencil.scm (stack-lines): return empty-stencil if argument
15396         is '()
15397         (stack-stencils): idem.
15398
15399         * Documentation/user/changing-defaults.itely (Creating titles):
15400         document new title layout options.
15401
15402         * lily/parser.yy (lilypond_header_body): copy previous
15403         $globalheader if present.
15404
15405         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
15406         ly:module-copy
15407         
15408         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
15409
15410         * scm/titling.scm: remove old titling functions
15411
15412         * lily/stencil.cc (translate): remove absolute dimension.
15413
15414         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
15415         via markup.
15416
15417         * scm/page-layout.scm (marked-up-headfoot): create header/footer
15418         field from user-supplied markup
15419
15420         * scm/define-markup-commands.scm (on-the-fly): new markup
15421         command. Enter SCM markup procedure directly in Scheme.
15422         (fromproperty): new markup command. Read markup from props argument.
15423
15424         * scm/titling.scm (marked-up-title): create title via
15425         user-specified markup. 
15426
15427         * scm/define-markup-commands.scm (column): remove empty stencils
15428         from column.
15429
15430         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
15431         not have side-effect of creating variable stub.
15432
15433         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
15434
15435 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
15436
15437         * scm/encoding.scm (coding-alist): 
15438         * scm/font.scm (add-ec-fonts):
15439         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
15440         Extended-TeX-Font-Encoding---Latin.
15441
15442         * lily/side-position-interface.cc (general_side_position): Add
15443         actual offset to error message (avoid constant error messages).
15444
15445         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
15446         block.
15447
15448         * lily/font-select.cc (select_encoded_font)
15449         (get_font_by_mag_step, get_font_by_design_size): 
15450         * lily/modified-font-metric.cc (Modified_font_metric): 
15451         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
15452
15453         * scm/encoding.scm (coding-alist): Add fetaDynamic.
15454         (read-encoding-file): Bugfix: do not require space after bracket.
15455
15456         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
15457         these do not exist.
15458
15459 2004-11-20  Graham Percival  <gperlist@shaw.ca>
15460
15461         * Documentation/user/notation.itely: added info about typesetting
15462         boxed bar numbers.
15463
15464 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15465
15466         * flower/interval.cc (T_to_string): gcc4 fixes.
15467
15468         * scm/define-markup-commands.scm (fill-line): use
15469         stack-stencils. This fixes problems with putting already centered
15470         stencils in a line.
15471
15472         * VERSION: release 2.5.1
15473
15474         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
15475
15476 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15477
15478         * input/example-[1-3].ly: simplify.
15479
15480         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
15481
15482         * scm/output-ps.scm (new-text): new function. Use glyphshow to
15483         show glyphs.
15484
15485         * scm/encoding.scm (decode-byte-string): new function.
15486
15487         * scripts/convert-ly.py (conv): add warning about
15488         set-global-staff-size.
15489
15490         * Doxyfile: add. 
15491
15492         * scripts/convert-ly.py (conv): add raggedlastbottom rule
15493         (conv): warn for TextSpanner split.
15494         (conv): warn for textheight.
15495
15496 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
15497
15498         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
15499         building the documentation, info with images are installed.
15500         (final-install): Fix description.  Mention sourcing of login
15501         scripts (instead of running).
15502
15503 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
15504
15505         * Debian lmodern support.  Note that LilyPond will issue warnings
15506         
15507             no such encoding: "FontSpecific"
15508
15509           The font selection mechanism wants to get the encoding from the
15510           font itself, but the idea of lmodern is that it is usable with
15511           different encodings, ie, Lily should get the encoding from the
15512           font tree, rather than the font itself.  This would require some
15513           more work.
15514         
15515         * configure.in: Test for and accept lmodern if EC fonts not found.
15516
15517         * scm/framework-tex.scm (font-load-command): TeX font name
15518         mangling for latin1 encoded cork-lm fonts.
15519         (convert-to-ps): Load lm.map if available.
15520
15521         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
15522         available.
15523
15524         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
15525
15526         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
15527         available.
15528
15529         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
15530         path for absolute file name, that is silly.
15531
15532         * lily/score-engraver.cc (initialize): 
15533
15534         * Documentation/user/GNUmakefile (local-install-info): Invoke
15535         install-info --remove first.
15536
15537         * #include cleanup (Andreas Scherer).
15538
15539 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
15540
15541         * input/test/script-abbreviations.ly: fix typos.
15542
15543 2004-11-17  Werner Lemberg  <wl@gnu.org>
15544
15545         * python/lilylib.py (options_help_str): Support pretty-printing of
15546         newlines in fourth element of option description.
15547
15548         * scripts/lilypond-book.py (option_definitions): Use new lilylib
15549         feature.
15550         Sort options.
15551
15552         * Documentation/user/lilypond-book.itely: Finish update.
15553
15554 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15555
15556         * Documentation/user/macros.itexi: Add comment about \command.
15557
15558         * Documentation/user/lilypond.tely:
15559         * Documentation/user/lilypond-book.itely: Fix names of lilypond
15560         and lilypond-book nodes, so that `info lilypond' visits the manual
15561         at top level, and `info lilypond-book' visits the lilypond-book
15562         section.
15563
15564         * Documentation/user/GNUmakefile (local-install-info): Fix rules
15565         and packager messages.
15566
15567         * lily/pangofc-afm-decoder.cc: Update test.
15568
15569 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
15570
15571         * scm/lily-library.scm (char->unicode-index): New function.
15572
15573         * scm/output-gnome.scm: 
15574         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
15575
15576         * Proper naming of file name throughout; s/filename/file[-_]name/.
15577
15578         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
15579
15580         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
15581
15582 2004-11-16  Werner Lemberg  <wl@gnu.org>
15583
15584         * scripts/lilypond-book.py: The Lord has commanded me to use only
15585         tabs for indentation.  Your humble servant obeys.
15586
15587 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
15588
15589         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
15590         including font, if LilyPond-feta font is only feta font in path.
15591
15592         * scm/output-gnome.scm (text): Revert to file name of font if font
15593         has no name.  Fixes ec font selection.
15594         (char): Bugfix: do not utf8 twice.  Fixes clefs.
15595
15596         * scm/framework-svg.scm:
15597         * scm/output-svg.scm: New file.  TODO: figure out how to
15598         do character by index in font.
15599
15600         * scm/output-sodipodi.scm: Remove.
15601
15602         * scm/output-ps.scm (stem): Remove.
15603
15604 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
15605
15606         * scm/output-gnome.scm (beam): New function.
15607         (slur): Round corners.
15608         (round-filled-box): Round corners.
15609
15610 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15611
15612         * scm/output-gnome.scm (beam): add function.
15613         (draw-line): new routine.
15614         (dashed-line): stub; call draw-line
15615         (polygon): new routine.
15616
15617 2004-11-15  Werner Lemberg  <wl@gnu.org>
15618
15619         * Documentation/user/lilypond-book.itely: Revise section on
15620         lilypond-book options.
15621         Other minor fixes.
15622
15623         * scripts/lilypond-book.py: Change indentation to 4.
15624         Minor formatting.
15625
15626 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15627
15628         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
15629         grobs that have tweaks specced.
15630         
15631 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
15632
15633         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
15634
15635 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
15636
15637         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
15638         actual char #, not 0 based index.
15639
15640         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
15641
15642         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
15643         Warning: do make -C mf clean.
15644
15645         * lily/context-property.cc: Compile fix.
15646
15647         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
15648         Grok ec-fonts, braces and dynamics.
15649
15650         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
15651
15652 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15653
15654         * lily/include/tweak-registration.hh: new file.
15655
15656         * lily/tweak-registration.cc: new file.
15657
15658         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
15659         saving tweaks.
15660
15661         * scm/output-gnome.scm (text): comment dribble.
15662
15663 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
15664
15665         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
15666
15667         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
15668         path-def before using.  Fixes muchtomany slurs in wrong places
15669         bug.
15670
15671 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15672
15673         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
15674
15675         * lily/include/object-key-undumper.hh (Module): new file.
15676
15677         * lily/object-key-undumper.cc (Module): New file. Deserialize
15678         keys. SCM bindings
15679
15680         * lily/object-key-dumper.cc (Object_key_dumper): idem.
15681         Provide SCM bindings.
15682
15683         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
15684         new file. Serialize object keys.
15685         
15686         * lily/object-key.cc (dump): new function.
15687         (as_scheme): new virtual function
15688         (undump): new function
15689         (undumpers): new table.
15690
15691         * lily/include/global-context.hh (Context): take \score key upon init.
15692
15693         * lily/object-key-dumper.cc (serialize_key): new file.
15694
15695         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
15696
15697         * lily/lily-lexer.cc: remove \quote.
15698
15699         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
15700
15701         * lily/context.cc (Context): take key argument in ctor.
15702         (create_context): new function
15703
15704         * lily/grob.cc (Grob): take key argument in ctor.  
15705
15706         * lily/lilypond-key.cc (do_compare): new file.
15707
15708         * lily/object-key.cc (Object_key): new file.
15709
15710         * lily/include/object-key.hh (class Object_key): new file.
15711
15712         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
15713
15714 2004-11-13  Graham Percival  <gperlist@shaw.ca>
15715
15716         * Documentation/user/lilypond-book.itely: add small warning about
15717         noindent default in lilypond-book.
15718
15719         * Documentation/user/converters.itely: add examples for convert-ly.
15720
15721         * Documentation/user/examples.itely: change version string in templates
15722         to 2.4.0.
15723
15724 2004-11-12  Karl Hammar  <karl@aspodata.se>
15725
15726         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
15727         cmdline, use xargs instead (backportme)
15728
15729 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
15730         
15731         * Documentation/user/: Numerous fixes in the user manual.
15732
15733 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15734
15735         * lily/parser.yy (re_rhythmed_music): search music expression for
15736         context-id, surround by \new Voice if not found. Fixes:
15737         addlyrics-second-staff.ly
15738
15739         * VERSION: 2.5.0 released.
15740         
15741 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15742
15743         * Documentation/index.html.in: Fix url to one big page.  (backportme)
15744
15745         * Documentation/user/GNUmakefile: Separate rules for split and
15746         unsplit html documents.  Remove perl massaging.  (backportme)
15747
15748 2004-11-11  Graham Percival  <gperlist@shaw.ca>
15749
15750         * Documentation/user/lilypond-book.itely: add short warning about
15751         \lilypond{} in LaTeX docs.
15752
15753 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15754
15755         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
15756         found.  (backportme)
15757
15758         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
15759         version requirement.  (backportme)
15760
15761         * configure.in: Be explicit about old versions of
15762         ec-fonts-mtraced.  (backportme)
15763
15764         * lily/context-selector.cc (set_tweaks): New function.
15765         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
15766         web with -DTWEAK.
15767
15768         * Documentation/user/introduction.itely (Automated engraving):
15769         Remove fragment option.  Fixes web.
15770
15771         * lily/context-property.cc (make_item_from_properties):
15772         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
15773         #ifdef.
15774
15775         * scm/define-context-properties.scm
15776         (all-internal-translation-properties): Add tweakRank and tweakCount.
15777
15778         * lily/grob.cc: 
15779         * scm/define-grob-properties.scm (all-internal-grob-properties):
15780         Add tweak-rank and tweak-count.
15781
15782 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
15783
15784         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
15785         New function.
15786         (text): Use them.
15787
15788         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
15789         animated/opaque grob dragging tweaks.
15790
15791         * buildscripts/guile-gnome.sh: Update.
15792
15793 2004-11-10  Mats Bengtsson  <mabe@s3.kth.se>
15794
15795         * scm/define-grobs.scm (all-grob-descriptions): Added
15796         line-interface to the LigatureBracket object.
15797
15798 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
15799
15800         * scm/framework-gnome.scm (item-event): Support non-animated mouse
15801         dragging tweaks.
15802
15803         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
15804
15805         * lily/context-selector.cc (store_context): New function.
15806
15807         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
15808         (store_grob): New function.
15809         (identify_grob): Add Moment parameter.
15810
15811         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
15812         exists.
15813
15814         * scm/framework-gnome.scm (save-tweaks): Write as alist.
15815
15816 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
15817
15818         * scm/framework-gnome.scm (item-event): Print grob id.
15819         (save-tweaks): New function.
15820         (tweak): New funtion.
15821         (item-event): Use it, bound to arrow keys.
15822
15823         * lily/context-property.cc (make_item_from_properties): Register grob.
15824         * lily/context.cc (add_context): Register context.
15825
15826         * lily/include/context-selector.hh:
15827         * lily/include/grob-selector.hh:
15828         * lily/context-selector.cc:
15829         * lily/grob-selector.cc: New file.
15830
15831 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15832
15833         * lily/slur.cc: add 'positions to interface
15834
15835         * lily/main.cc: reinstate PS as standard output format. 
15836
15837         * scm/framework-tex.scm (output-preview-framework): print systems
15838         up to first non title system.
15839
15840         * lily/grace-engraver.cc (start_translation_timestep): split
15841         scm_cadddr
15842         
15843 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15844
15845         * lily/quote-iterator.cc (Module): remove old quote-iterator
15846
15847         * scm/define-music-types.scm (music-descriptions): move
15848         NewQuoteMusic over QuoteMusic
15849
15850         * Documentation/user/notation.itely (Formatting cue notes): use
15851         \cueDuring.
15852
15853         * lily/new-quote-iterator.cc (quote_ok): new function.
15854
15855         * input/regression/quote-cue-during.ly: new file.
15856
15857         * input/regression/quote-grace.ly: new file.
15858
15859         * scm/define-context-properties.scm (Module): change definition of
15860         graceSettings
15861
15862         * lily/context-property.cc (Module): rename from
15863         translator-property.cc
15864
15865         * lily/context.cc (context_name_symbol): new function
15866
15867         * lily/grace-engraver.cc: new file. Set properties for grobs based
15868         on the grace-ness of now_moment().
15869
15870         * scm/music-functions.scm (add-grace-property): use list
15871         iso. vector for graceSettings
15872         remove set-{start,stop}-grace-properties. 
15873
15874         * lily/new-quote-iterator.cc (construct_children): set
15875         quote_outlet_ if no quoted-context-{id,type} specified.
15876
15877         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
15878
15879         * lily/parser.yy (command_element): remove \quote.
15880
15881         * ly/music-functions-init.ly (location): add quoteDuring music
15882         function. 
15883
15884         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
15885         optional semicolon. (backportme)
15886
15887 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
15888
15889         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
15890         need to link to GUILE et al.
15891
15892 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15893
15894         * scm/define-music-properties.scm (all-music-properties): add
15895         quoted-context-type, quoted-context-id.
15896
15897         * scm/lily.scm (type-check-list): new function.
15898         
15899         * scm/lily-library.scm: new file. Generic library routines.
15900
15901         * lily/parser.yy (Generic_prefix_music): move typechecking out of
15902         parser.
15903
15904         * ly/music-functions-init.ly: add quoteDuring function.
15905
15906         * lily/include/music-iterator.hh (class Music_iterator): rename
15907         set_translator -> set_context
15908
15909         * lily/parser.yy (Generic_prefix_music_scm): add
15910         MUSIC_FUNCTION_SCM_SCM_MUSIC
15911
15912         * scm/lily.scm (sanitize-command-option): new function. (backportme)
15913
15914         * scm/framework-tex.scm (header): sanitize TeX paper size.
15915         (backportme)
15916
15917 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
15918
15919         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
15920
15921         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
15922
15923         * scm/framework-tex.scm (font-load-command): Use T1 if no
15924         font-encoding set.  (backportme)
15925
15926         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
15927         exists before converting.  (backportme)
15928
15929         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
15930         exists before converting.  (backportme)
15931         (convert-to-ps): Remove .ps file if it exists before
15932         converting.  (backportme)
15933
15934         * lily/lexer.ll: Remove extra progress newline, use present tense.
15935
15936         * scm/paper.scm (paper-alist): public.
15937         * scm/framework-tex.scm (convert-to-ps):
15938         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
15939         command line.
15940
15941 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15942
15943         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
15944
15945         * lily/recording-group-engraver.cc (derived_mark): mark
15946         now_events_. (backportme)
15947
15948 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15949
15950         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
15951
15952         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
15953         invoking latex. (backportme.)
15954
15955         * lily/stem.cc (off_callback): center stems for all rest stems.
15956
15957 2004-11-05  Werner Lemberg  <wl@gnu.org>
15958
15959         * Documentation/user/lilypond.tely: Add more guidelines for writing
15960         lilypond texinfo documents.
15961
15962 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
15963
15964         * Documentation/index.html.in: remove <hr>.
15965
15966         * THANKS: change 2.3 to 2.4.
15967
15968 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
15969
15970         * scm/output-gnome.scm: More fontconfig comment.
15971
15972 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
15973
15974         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
15975         <package> directory in $(builddir)/share according with
15976         PACKAGE_NAME defined in the VERSION file.
15977
15978 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15979
15980         * lily/beam.cc (rest_collision_callback): use local beam
15981         multiplicity.
15982
15983         * input/regression/stem-stemlet.ly: new file.
15984
15985         * lily/stem.cc (add_head): store rests as well.
15986
15987         * scm/define-grob-properties.scm (all-user-grob-properties): add
15988         stemlet-length
15989
15990         * lily/stem.cc: store rests as well.
15991         
15992         * input/regression/new-slur.ly: mention forcing.
15993
15994 2004-11-04  Werner Lemberg  <wl@gnu.org>
15995
15996         * Documentation/user/*: A new round of layout fixes and document
15997         structure cleanup.
15998
15999 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
16000
16001         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
16002
16003 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
16004
16005         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
16006
16007 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
16008
16009         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
16010
16011         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
16012
16013         * lily/main.cc (main): Invoke identify.
16014
16015         * scm/lily.scm (postscript->pdf): Remove progress newline.
16016         Write progress to stderr.
16017
16018         * lily/paper-book.cc (output): Remove progress newline.
16019
16020         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
16021         gettext on user messages, and remove whitespace.
16022
16023         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
16024
16025         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
16026         argv[0] (Thomas Scharkowski).
16027
16028         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
16029         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
16030         for ec-fonts-mtraced.
16031
16032         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
16033         --srcdir build (Bertalan).
16034
16035         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
16036         headers and library too (Laura Conrad).
16037
16038         * Documentation/topdocs/INSTALL.texi (Top): Mention development
16039         package for guile too (Laura Conrad).
16040
16041         * lily/main.cc (usage): Typo.
16042
16043 2004-11-02  Werner Lemberg  <wl@gnu.org>
16044
16045         * Documentation/user/notation.ly: More fixes to improve appearance.
16046
16047         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
16048         better output for multicolumn tables.
16049
16050 2004-11-01  Mats Bengtsson  <mabe@s3.kth.se>
16051
16052         * lily/main.cc (dir_info): Fixed typo in the printouts.
16053
16054 2004-11-01  Werner Lemberg  <wl@gnu.org>
16055
16056         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
16057         of output.
16058         Set `per_line' to 2; replace hard-coded value with it.
16059
16060         * Documentation/user/*: Many fixes to improve appearance of
16061         printed manual.
16062
16063 2004-11-01  Werner Lemberg  <wl@gnu.org>
16064
16065         * Documentation/user/changing-defaults.itely,
16066         Documentation/user/notation.ly,
16067         Documentation/user/programming-interface.itely: Use @/.
16068         Fix formatting of some lilypond snippets and tables.
16069
16070         * scripts/lilypond-book.py (compose_ly): Provide useful default
16071         for LINEWIDTH in `override'.
16072
16073 2004-10-31  Graham Percival  <gperlist@shaw.ca>
16074
16075         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
16076
16077 2004-10-31  Werner Lemberg  <wl@gnu.org>
16078
16079         Resetting @exampleindent to `5' gives ugly results with texinfo's
16080         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
16081         (if not quoting) to change @exampleindent only locally.
16082
16083         * scripts/lilypond-book.py (NOQUOTE): New variable.
16084         (output) [LATEX]: Remove AFTER and BEFORE.
16085         [TEXINFO]: Remove AFTER and BEFORE.
16086         Fix QUOTE and VERBATIM pattern.
16087         Add NOQUOTE pattern.
16088         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
16089         and BEFORE.
16090         [output_texinfo]: Use NOQUOTE.
16091
16092 2004-10-31  Graham Percival  <gperlist@shaw.ca>
16093
16094         * Documentation/user/changing-defaults.itely: clarify paper
16095         size commands with correct info.
16096
16097         * Documentation/user/lilypond-book.itely: add more docs for
16098         filename extensions.
16099
16100 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16101
16102         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
16103         (PATCH_LEVEL): start 2.5.0.
16104
16105 #Local variables:
16106 #coding: utf-8
16107 #End:
16108