]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* lily/multi-measure-rest-engraver.cc: use internalBarNumber
[lilypond.git] / ChangeLog
1 2006-10-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2
3         * lily/multi-measure-rest-engraver.cc: use internalBarNumber
4
5         * lily/timing-translator.cc: list properties.
6         (start_translation_timestep): update internalBarNumber too.
7
8         * scm/define-context-properties.scm
9         (all-user-translation-properties): add internalBarNumber.
10
11         * input/regression/spacing-no-note.ly: new file.
12
13         * buildscripts/output-distance.py (link_file): verbosity for OSError.
14
15         * lily/book.cc: #include cleanup.
16
17         * lily/include/lily-guile-macros.hh: add assert to
18         scm_or_str2symbol(SCM).
19
20         * VERSION (PATCH_LEVEL): bump version.
21
22         * lily/spacing-spanner.cc (musical_column_spacing): handle
23         musical->nonmusical spacing case, where there is no spacing
24         wish. Fixes issue #61.
25
26         * lily/pango-font.cc (text_stencil): allow 'tight' bounds.
27         (pango_item_string_stencil): use logical rect horizontally (to
28         preserve spaces), ink_rect vertically (for time signatures).
29
30         * lily/font-metric.cc (word_stencil): new interface function
31
32         * input/regression/utf-8-mixed-text.ly: new file.
33
34         * lily/percent-repeat-engraver.cc (listen_percent): remove
35         spurious warning.
36
37         * lily/phrasing-slur-engraver.cc (acknowledge_script): only ack
38         non-dynamic scripts. Fixes #30.
39
40         * lily/slur.cc (outside_slur_callback): make offset_scm optional.
41
42         * lily/beam.cc (rest_collision_callback): make prev_offset optional.
43
44         * lily/grob-closure.cc (chain_offset_callback): don't pass 0 but
45         SCM_UNDEFINED for non-existent data.
46
47         * lily/side-position-interface.cc (general_side_position): allow
48         optional current_offset argument for chaining, so combinations of side-position
49         and outside slur callback don't add up.  Fixes issue #92.
50
51         * lily/pango-font.cc (pango_item_string_stencil): use
52         logical_rect. This prevents spaces after words from disappearing,
53         issue #72.
54         
55         * VERSION: release 2.9.20
56
57 2006-10-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
58
59         * scm/define-grob-properties.scm (all-user-grob-properties):
60         mention stencil as user settable.
61
62 2006-10-02  Joe Neeman  <joeneeman@gmail.com>
63
64         * Documentation/user/page.itely (Page formatting): 
65         document auto-first-page-number
66
67         * lily/page-breaking.cc (find_chunks_and_breaks): 
68         * lily/paper-score.cc (calc_breaking): Follow changes to the
69         Constrained_breaking interface
70
71         * lily/constrained-breaking.cc (calc_subproblem): run the main loop
72         here backwards, as an optimisation
73         (initialize): new function; move most of the code in resize () here
74         (combine_demerits): cache ragged_right_
75         (Constrained_breaking): constructor now takes the Paper_score
76
77 2006-10-02  Erik Sandberg  <mandolaerik@gmail.com>
78         
79         * lily/lexer.ll, lily/parser.yy: Add EXPECT_NO_MORE_ARGS token, to
80         avoid parser lookahead for 0-ary functions.
81
82         * lily/translator.cc: Extract event classes from
83         IMPLEMENT_TRANSLATOR_LISTENER for documentation generation.
84
85 2006-10-02  Heikki Junes  <hjunes@gmail.com>
86
87         * po/fi.po: Fix spaces, commas etc. in Finnish translation using
88         KBabel fix tool.
89
90 2006-10-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
91
92         * scm/layout-page-layout.scm (page-breaking-wrapper): new
93         function. Call the page breaking function selected in the
94         `page-breaking' \paper variable, then the post processing function
95         chosen using the `page-post-process' \paper variable.
96         (line-height): new function. Return the height of a system.
97         (line-minimum-position-on-page): new function. Return the position
98         of a system on page (using the previous line position), only
99         considering between system padding.
100         (stretchable-line?): new function. Says whether a line can be
101         stretched (ie. is not a title nor a single staff system).
102         (page-maximum-space-left): new function. Computes space left on a
103         page, when all systems are separated by their padding.
104
105         * lily/page-breaking.cc (breaking::make_pages): Move page post
106         processing function call to page breaking wrapper (common to all
107         page breakers).
108
109         * lily/paper-book.cc (book::pages): call the page breaking
110         wrapper, instead of the page breaker directly
111
112         * ly/paper-defaults.ly: Add \paper variables for page breaking
113         wrapper and page post processing function. Make
114         `write-page-layout' value depend on the 'dump-tweaks option. Add a
115         `system-maximum-stretch-procedure' variable for holding a function
116         computing the maximum stretch a system allows.
117
118         * scm/layout-page-dump.scm (write-page-breaks): computes the
119         stretch to apply to systems on a page to minimize left
120         space. Dump this stretch length.
121
122         * ly/music-functions-init.ly (spacingTweaks): implement it. Read
123         the system-stretch property of the tweak data to stretch the
124         system.
125         (includePageLayoutFile): Void function which includes the
126         generated page-layout file if it exists and if the page layout
127         dumping is not asked.
128         (scoreTweak): if the score tweak named by the argument exists,
129         return it.
130
131 2006-10-01  Joe Neeman  <joeneeman@gmail.com>
132
133         * lily/page-spacing.cc (compress_lines, uncompress_solution):
134         handle correctly the case where there are multiple \noPageBreaks
135         in a row.
136
137 2006-09-30  Laura Conrad <lconrad@laymusic.org>
138
139         * abc2ly.py adds segno (S) and Coda (O) to articulations.
140         
141         * abc2ly.py fix so that entering " -- " will translate to a -- in
142         the lilypond instead of a " - - "
143         
144 2006-09-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
145
146         * lily/align-interface.cc: fix typo
147
148         * lily/dynamic-text-spanner.cc (print): Add a special case for
149         trill spanner right sides. 
150
151         * scm/define-grobs.scm (all-grob-descriptions): set padding to 0.1
152
153         * lily/align-interface.cc (get_extents_aligned_translates): add
154         support for padding variable.
155
156         * lily/break-align-interface.cc (self_align_callback): oops: use
157         loop variable in guard.
158
159         * input/regression/repeat-percent-grace.ly: new file.
160
161         * lily/percent-repeat-engraver.cc (start_translation_timestep):
162         remember first currentCommandColumn of a grace run. Fixes issue 70.
163
164         * lily/percent-repeat-iterator.cc (class Percent_repeat_iterator):
165         move class definition to CC file.
166
167         * lily/multi-measure-rest.cc (percent): use robust_relative_extent()
168
169         * lily/slash-repeat-engraver.cc (listen_percent): don't warn for
170         measure-long  repeats.
171
172         * flower/include/international.hh: include stdarg.h
173
174 2006-09-30  Joe Neeman  <joeneeman@gmail.com>
175
176         * lily/page-turn-page-breaking.cc (calc_demerits): now that we allow
177         put_systems_on_pages to return an empty result, we need to assign
178         demerits properly in that case.
179         (put_systems_on_pages): Make the number of pages depend on the
180         evenness of page_number. Add auto-first-page-number.
181         (calc_subproblem): ensure that the page-number is even for the
182         left-hand page. Warn if the first page-turn doesn't fit onto the
183         first (right-hand) page.
184
185         * lily/page-spacing.cc (solve): bug: demerits_ would always be inf
186         (min_page_count): make this publicly accessible
187         (min_page_count): fix a bug when there are forced page breaks that
188         was introduced when I made this loop run backwards
189         (space_systems_on_n_pages, space_systems_on_n_or_one_more_pages):
190         replace space_systems_on_min_pages with these two. The logic in
191         space_systems_on_min_pages was getting too convoluted and is better
192         contained in page-turn-page-breaking.
193
194         * lily/page-turn-engraver.cc (breakable_column): remove an always-true
195         conditional
196         (breakable_column): typo
197
198         * lily/source-file.cc (get_line): fix off-by-one error
199         and clean up some of the logic
200
201 2006-09-29  Joe Neeman  <joeneeman@gmail.com>
202
203         * lily/page-breaking.cc (make_pages): honour the first-page-number
204         property
205
206 2006-09-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
207
208         * VERSION (PACKAGE_NAME): bump version.
209
210 2006-09-26  Pal Benko  <benko.pal@gmail.com>
211
212         * scm/parser-clef.scm: add petrucci-f3 and -f4 clefs
213         (the latter is the same as petrucci-f which is kept for compatibility)
214
215 2006-09-26  Erik Sandberg  <mandolaerik@gmail.com>
216         
217         * lily/part-combine-iterator.cc: solo1-event -> solo-one-event
218
219 2006-09-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
220
221         * lily/global-context.cc (run_iterator_on_me): break out of loop
222         if moment doesn't increase.
223
224         * scm/define-grob-properties.scm (all-user-grob-properties): add
225         forced property.
226
227         * lily/accidental.cc (after_line_breaking): read forced property.
228
229         * lily/accidental-engraver.cc (process_acknowledged): set 'forced
230         property.
231
232         * input/regression/accidental-forced-tie.ly:  new file.
233
234 2006-09-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
235
236         * ly/engraver-init.ly: set ignoreFiguredBassRest in Staff context.
237
238         * lily/figured-bass-engraver.cc: only listen to rest events if
239         ignoreFiguredBassRest is not set.
240
241         * scm/define-context-properties.scm
242         (all-user-translation-properties): add ignoreFiguredBassRest property
243
244 2006-09-24  Joe Neeman  <joeneeman@gmail.com>
245
246         * lily/paper-book.cc (get_system_specs):
247         (set_system_penalty): fix breakbefore.
248         We used to set a penalty on the system after the break, now we
249         set a permission on the system before the break
250
251         * lily/grob-property.cc: add scm debugging hooks into
252         property modification
253
254         * lily/context-property.cc:
255         * lily/engraver.cc:
256         rename make_foo_from_properties to internal_make_foo and
257         move it from context-property.cc to a member function of
258         Engraver.
259         
260         * lily/include/lily-guile-macros.hh:
261         overload ly_symbol2scm macro so that there is no more need
262         to use internal_foo
263
264         * lily/volta-repeat-iterator.cc:
265         * lily/tweak-engraver.cc:
266         * lily/tuplet-bracket.cc:
267         * lily/span-bar-engraver.cc:
268         * lily/script-engraver.cc:
269         * lily/prob-scheme.cc:
270         * lily/pointer-group-interface.cc:
271         * lily/parser.yy:
272         * lily/grob-scheme.cc:
273         * lily/grob-property.cc:
274         * lily/context.cc:
275         * lily/context-property.cc:
276         * lily/break-substitution.cc:
277         * lily/break-align-engraver.cc:
278         * lily/axis-group-interface.cc:
279         * lily/align-interface.cc:
280         remove calls to internal_FOO
281
282         * lily/system-start-delimiter-engraver.cc:
283         * lily/parenthesis-engraver.cc:
284         * lily/accidental-engraver.cc:
285         remove calls to make_foo_from_properties
286
287 2006-09-23  Graham Percival  <gpermus@gmail.com>
288
289         * Documentation/user/programming-iterfaces.itely: fix
290         def-music-function -> define-music... leftover.
291
292 2006-09-23  Joe Neeman  <joeneeman@gmail.com>
293
294         * lily/page-spacing.cc (min_page_count): by running the loop
295         backwards, we can calculate ragged_last properly.
296
297 2006-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
298
299         * ly/titling-init.ly (scoreTitleMarkup): Rename (typo!?)
300         printfirst-page-number -> print-first-page-number
301
302         * python/convertrules.py: corresponding rule.
303
304         * Documentation/user/page.itely (Page formatting): Document the
305         default values of all page layout parameters. 
306
307 2006-09-22  Erik Sandberg  <mandolaerik@gmail.com>
308
309         * lily/lexer.ll: remove limitation on music function arity. New
310         mode extratoken, which inserts extra EXPECT_* tokens after
311         MUSIC_FUNCTION token. Junk all MUSIC_FUNCTION_* tokens.
312
313         * lily/parser.yy: Change grammar for music function accordingly.
314
315         * lily/include/lily-parser.hh: New method get_state, new member
316         hidden_state. Works around a problem when parser fetches
317         MUSIC_FUNCTION token but not the following EXPECT_* token.
318
319         * lily/translator.cc, lily/context.cc:, lily/translator-group.cc:
320         remove try_music
321
322         * lily/*-engraver.cc, lily/*-performer.cc: Remove all remaining
323         references to Music; use ASSIGN_EVENT_ONCE everywhere
324
325         * lily/grob-info.cc: junk *music_cause
326
327         * lily/music.cc: copy eventified articulations to stream event
328
329         * lily/part-combine-iterator.cc: Cleanup using enums
330
331         * lily/translator-group.cc: Junk OldMusicEvent, and associated
332         methods
333
334         * lily/include/engraver.hh: Junk music.hh include
335
336         * lily/stream-event.cc: Changed constructors
337
338 2006-09-21  Graham Percival  <gpermus@gmail.com>
339
340         * Documentation/user/tweaks.itely (Fitting music onto fewer
341         pages): change settings to avoid warning messages.
342
343 2006-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
344
345         * Documentation/user/tweaks.itely (Fitting music onto fewer
346         pages): Add between-system-space setting. 
347
348 2006-09-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
349
350         * lily/accidental-placement.cc (calc_positioning_done): don't
351         trigger Y-extent calculation too early. Use pure_height instead.
352
353         * lily/scale.cc (LY_DEFINE): new file. 
354
355 2006-09-20  Joe Neeman  <joeneeman@gmail.com>
356
357         * lily/page-breaking.cc (find_chunks_and_breaks): ignore breaks
358         that happen at the start of a score: having a zero-length
359         chunk was messing up min_system_count calculations.
360
361         * lily/source-file.cc (get_line): lower_bound, not
362         binary_search. Fixes problem where point-and-click would
363         always point to the first line.
364
365 2006-09-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
366
367         * lily/accidental-placement.cc (calc_positioning_done): also put
368         stems into accidental support. 
369
370         * lily/tie-engraver.cc (process_music): also set tieMelismaBusy if
371         event_ detected.
372
373         * scm/script.scm (default-script-alist): avoid-slur and
374         slur-padding for portato script.
375
376         * lily/stem-tremolo.cc (translated_stencil): new function. 
377         (height): use new function. Fixes tremolos on whole notes.
378
379         * lily/slur-scoring.cc (get_best_curve): don't crash if no optimal
380         slur found.
381
382 2006-09-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
383
384         * scripts/abc2ly.py (try_parse_comment): idem.
385
386         * scripts/lilypond-book.py (find_toplevel_snippets): use 'foo' in
387         bar_string iso. string.find()
388
389         * lily/*.cc: idem.
390
391         * lily/slur.cc (get_curve): always use scm_is_pair() looping
392         scheme lists.  
393
394 2006-09-18  Graham Percival  <gpermus@gmail.com>
395
396         * Documentation/user/basic-notation.itely: add bug
397         warning about ties and octavation/clef.
398
399 2006-09-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
400
401         * VERSION (PACKAGE_NAME): release 2.9.18
402
403 2006-08-29  Milan Zamazal  <pdm@brailcom.org>
404
405         * elisp/lilypond-mode.el (LilyPond-command-alist): Don't try to
406         figure out midi file names right here.
407         
408 2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
409
410         * scm/framework-ps.scm (dump-stencil-as-EPS): naming pad-eps-boxes.
411
412         * scm/backend-library.scm: option naming:  gs-font-load*s*
413
414         * scm/framework-eps.scm (dump-stencils-as-EPSes): rename option to
415         include-eps-fonts
416
417 2006-09-17  Joe Neeman  <joeneeman@gmail.com>
418
419         * scm/define-music-types.scm (music-descriptions): remove
420         BreakEvent and fix {Page,Line}{Break,Turn}Event so
421         Music::to_event doesn't complain.
422
423         * lily/accidental-placement.cc (ape_compare):
424         * lily/semi-tie.cc (compare): 
425         * lily/note-column.cc (shift_compare): replace by XXX_less
426
427         * lily/tie-formatting-problem.cc (set_chord_outline): 
428         * lily/tie-column.cc (calc_positioning_done): 
429         * lily/system.cc (post_processing)
430         (get_paper_system): 
431         * lily/stem.cc (note_head_positions)
432         (calc_positioning_done): 
433         * lily/spanner.cc (do_break_processing)
434         (find_broken_piece): 
435         * lily/span-bar.cc (print): 
436         * lily/semi-tie-column.cc (calc_positioning_done): 
437         * lily/rest-collision.cc (calc_positioning_done): 
438         * lily/program-option.cc (get_help_string): 
439         * lily/note-collision.cc (get_clash_groups):
440         * lily/new-fingering-engraver.cc (position_scripts):
441         * lily/keyword.cc (Keyword_table):
442         * lily/hara-kiri-group-spanner.cc (request_suicide):
443         * lily/grob-pq-engraver.cc (stop_translation_timestep):
444         * lily/accidental-placement.cc (calc_positioning_done):
445         (stagger_apes):
446         * lily/beam.cc (get_beam_segments):
447         * lily/grob-array.cc (remove_duplicates):
448         use new vector_sort
449         
450         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily:
451         ragged-last-bottom = ##f (test the new page breaker)
452
453         * flower/include/std-vector.hh (vector_sort): use STL sort stuff
454
455         * scm/define-context-properties.scm
456         (all-internal-translation-properties): remove properties that
457         were used to communicate page-turn stuff to the paper-column
458         engraver.
459
460         * lily/lily-guile.cc (robust_scm2string): new function
461
462         * lily/paper-column-engraver.cc: Clean up page turn stuff
463
464         * lily/page-turn-engraver.cc: Re-write the page turn logic here
465         instead of cluttering up paper-column-engraver.cc
466
467 2006-09-17  Nicolas Sceaux  <nicolas.sceaux@free.fr>
468
469         * scm/layout-page-dump.scm (scm): export utility function names,
470         to allow user writing cutsom dumping functions.
471
472         * scm/layout-page-layout.scm: export utility function names to
473         enable custom page breaking function writing. Tabify.
474         (line-next-space): use ?-suffix only for predicates
475         (page-maximum-space-to-fill): new function. Return the space
476         between first and bottom system of a page, to give to
477         space-systems.
478         (space-systems): use a space-to-fill argument (for instance as
479         computed by page-maximum-space-to-fill) instead of computing
480         internaly this space with the page height. That way, the caller
481         can adjust the space to use.
482         (make-page-from-systems, walk-paths): compute space to fill before
483         calling space-systems.
484
485 2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
486
487         * scm/script.scm (default-script-alist): set paddings for every
488         type here, increase for portato mark.
489
490         * scm/lily.scm (define-scheme-options): typo: add s, so it is 
491         -dinclude-eps-fonts
492
493 2006-09-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
494
495         * scm/define-grobs.scm (all-grob-descriptions): oops, typo:
496         use spanner::set-spacing-rods
497
498         * lily/note-column.cc: reformat.
499
500         * lily/rest-collision.cc (calc_positioning_done): fix whole/half
501         step positioning for note/rest combinations.
502
503         * input/regression/rest-note-collision.ly: new file.
504
505         * scm/define-grobs.scm (all-grob-descriptions): add
506         springs-and-rods
507
508         * flower/include/std-vector.hh: switch off again.
509
510         * VERSION (PATCH_LEVEL): bump to 2.9.18
511
512         * flower/include/std-string.hh: idem.
513
514         * flower/include/std-vector.hh (_GLIBCXX_DEBUG): set if NDEBUG not set.
515
516 2006-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
517
518         * ly/engraver-init.ly: Make FiguredBass accepted in GrandStaff and
519         PianoStaff. 
520
521 2006-09-08  Joe Neeman  <joeneeman@gmail.com>
522
523         * Documentation/user/page.itely: update page breaking documentation
524
525 2006-09-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
526
527         * lily/note-collision.cc (calc_positioning_done): only access
528         first head if available.
529
530         * lily/tuplet-engraver.cc: add tupletFullLengthNote to description.
531
532         * scm/framework-ps.scm (output-preview-framework): use new name.
533
534         * lily/program-option.cc (internal_set_option): use new names.
535
536         * Documentation/user/SConscript (lilypond_book_flags): update -d
537         variable names.
538
539         * Documentation/user/lilypond-book.itely (Inserting LilyPond
540         output into other programs): new variable names.
541
542         * scm/lily.scm (define-scheme-options): uniformize var names.
543
544         * lily/tuplet-engraver.cc (listen_tuplet_span): verify that
545         tuplets_ is non-empty before popping.
546
547 2006-09-07  Joe Neeman  <joeneeman@gmail.com>
548
549         * lily/spanner.cc (find_broken_piece): 
550         * lily/spacing-spanner.cc (get_columns): 
551         * lily/source-file.cc (get_line): 
552         * lily/simple-spacer.cc (get_column_description): 
553         * lily/keyword.cc (lookup): 
554         use the new binary search.
555
556         * flower/include/std-vector.hh: replace binary_search with
557         a more STL-like version
558
559 2006-09-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
560
561         * lily/tie-performer.cc: remove unused last_event_ property.
562         (class Tie_performer): add now_tied_heads_ property for
563         partially-tied heads.
564         (acknowledge_audio_element): when adding an Audio_note, put the
565         note in now_tied_heads_ if the audio note is partially tied.
566         (stop_translation_timestep): always include entries in
567         now_tied_heads_ in heads_to_tie_.
568
569         * lily/drum-note-performer.cc (process_music): look for tie-events
570         in the articulations; pass to Audio_note constructor.
571
572         * lily/note-performer.cc (process_music): look for tie-events in
573         the articulations; pass to Audio_note constructor.
574
575         * lily/audio-item.cc (Audio_note): Initialize tie_event_ in
576         constructor.
577
578         * lily/include/audio-item.hh (class Audio_note): add tie_event_.
579         include initializer in constructor.
580
581 2006-09-02  Joe Neeman  <joeneeman@gmail.com>
582
583         * lily/simple-spacer.cc (get_line_forces): Ignore loose columns
584         unless they are breakable. This fixes discrepancies between the forces
585         calculated here and the forces calculated in get_line_configuration.
586
587         * lily/grob.cc (pure_relative_y_coordinate): fix some
588         mis-estimation that was happening with piano staves.
589
590         * lily/constrained-breaking.cc (resize): don't choke if we get a
591         measure that won't fit on a line.
592         (combine_demerits): don't consider uniformity when ragged
593
594         * lily/page-spacing.cc (solve): why the f* were there two of these?
595         (calc_subproblem): properly handle the case where a system is taller
596         than the page.
597
598         * lily/system.cc (get_paper_system): ensure that all the permissions
599         and penalties are passed to the paper systems.
600
601         * lily/page-breaking.cc (create_system_list): support system-count.
602
603         * scm/define-grobs.scm (pure-print-callbacks): add
604         ly:script-interface::print
605
606         * lily/page-spacing.cc (min_page_count): fix calculation of min
607         pages if we are ragged and there are non-zero springs.
608
609         * scm/layout-page-layout.scm: if the pure-height estimates are under
610         the real height, allow space-systems to ignore padding if it is
611         needed in order to fit the systems on one page
612
613         * lily/optimal-page-breaking.cc (try_page_spacing): fix reading
614         ragged properties
615         (solve): fix performance problem. Make sure we always get at least
616         one solution
617
618         * lily/page-breaking.cc (make_pages): include write-page-breaks
619         and page-stencil
620
621         * lily/paper-score.cc (calc_breaking): remove Gourlay breaker
622
623         * scm/define-grobs.scm: add the new slur-callback
624         fix pure-relevant to not exclude grobs whose extent is already
625         calculated
626
627         * ly/paper-defaults.ly: make ly:optimal-breaking the new default
628         page breaker
629
630         * lily/slur.cc (pure_height): new callback to estimate the height
631         of a slur
632
633 2006-09-02  Graham Percival  <gpermus@gmail.com>
634
635         * Documentation/user/invoking.itely: small update on
636         MacOS X notes; thanks Trevor!
637
638 2006-09-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
639
640         * VERSION (MY_PATCH_LEVEL): release 2.9.17
641
642         * lily/lexer.ll: accept EOF in all states.
643
644         * lily/tempo-performer.cc (Tempo_performer): initialize last_tempo_.
645
646         * lily/source-file.cc (Source_file): always 0-terminate character
647         array, to prevent Flex from barfing.
648
649         * lily/global-context.cc (get_output): robustness: don't crash if
650         no Score context found.
651
652         * lily/include/book.hh (class Book): idem.
653
654         * lily/include/context-def.hh (struct Context_def): idem.
655
656         * lily/include/score.hh (class Score): don't derive from Input.
657
658         * lily/book.cc (Book): add a copy ctor. 
659
660         * buildscripts/output-distance.py (FileLink.calc_distance): count
661         orphans in distance too.
662
663         * python/midi.c (midi_parse_track): robustness: don't read past
664         end of string.
665
666         * ly/performer-init.ly: add Control_track_performer, move
667         Tempo_performer and Time_signature_performer to Score.        
668
669         * lily/score-performer.cc (acknowledge_audio_elements): override
670         from base class: add to audio-columns
671
672         * lily/control-track-performer.cc (add_text): new file: generate
673         the control track.
674
675         * lily/performance.cc: move output_header_track to
676         Control_track_performer ()
677
678         * lily/midi-walker.cc (Midi_walker): get channel in constructor.
679
680         * lily/include/midi-item.hh (class Midi_channel_item): insert
681         class into hierarchy, for items that can have a channel setting. Dehungarify.
682
683         * lily/include/performer.hh (class Performer): remove
684         play_element();  move functionality into announce/acknowledge.
685
686         * lily/audio-staff.cc (output): remove channel_ from Midi_track.
687
688         * lily/tie-engraver.cc (stop_translation_timestep): only wipe
689         heads_to_tie_ if there are new heads to tie.  Fixes polyphony in ties.
690
691 2006-08-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
692
693         * lily/tie-engraver.cc (stop_translation_timestep): robustness for
694         ambituses.
695
696         * lily/all-font-metrics.cc: remove TFM support.
697
698         * lily/include/tfm.hh: remove TFM support, TFM reader.
699
700         * lily/include/binary-source-file.hh: remove Binary_source_file.
701
702 2006-08-27  Graham Percival  <gpermus@gmail.com>
703
704         * Documentation/topdocs/NEWS.itely: add @c marker for
705         stuff I've processed.
706
707         * Documentation/user/ various: info from NEWS.
708
709 2006-08-27  Joe Neeman  <joeneeman@gmail.com>
710
711         * lily/paper-column-engraver.cc (finalize): Oops, this change
712         should have gone in on 2006-08-23
713
714 2006-08-26  Mats Bengtsson  <mabe@s3.kth.se>
715
716         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use double
717         quotes to quote arguments. Fixes Windows problem.
718
719         * python/lilylib.py (progress): idem
720
721 2006-08-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
722
723         * scripts/musicxml2ly.py: fix for importing
724         minor key signatures from MusicXML.  (Phillip Kirlin)
725
726 2006-08-24  Phillip Kirlin  <pkirlin@acm.org>
727
728         * python/musicxml.py: 
729         (Attributes.get_key_signature): now correctly retrieves mode from 
730         MusicXML. 
731
732 2006-08-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
733
734         * lily/parser.yy (output_def_body): take ownership of identifier
735         back to C++.
736
737         * Documentation/user/advanced-notation.itely (Metronome marks):
738         update use of \tempo in \midi.
739
740         * VERSION: release 2.9.16
741         
742 2006-08-24  Erik Sandberg  <mandolaerik@gmail.com>
743
744         * input/mutopia/*: upgrade to new midi tempo syntax (repairs make
745         web partially)
746
747 2006-08-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
748
749         * input/regression/tie-chord-partial.ly: clarify example.
750
751         * scm/define-music-properties.scm (all-music-properties): remove
752         untied.
753
754         * ly/music-functions-init.ly: remove \untied.
755
756         * lily/tie-engraver.cc (struct Head_event_tuple): store both
757         stream events and music events.
758         (stop_translation_timestep): search acknowledged heads for
759         tie-event.
760
761         * input/regression/tie-chord-partial.ly: new file.
762
763         * scm/define-markup-commands.scm (char): use ly:wide-char->utf-8
764         for \char markup command.
765
766         * scm/define-event-classes.scm (unlistened-music-event-classes): idem.
767
768         * scm/define-music-types.scm (music-descriptions): consistency:
769         Use solo-{one,two}-event iso. solo-[12]-event.
770
771         * lily/part-combine-engraver.cc (process_music):
772         Use solo-{one,two}-event iso. solo-[12]-event.
773
774         * ly/declarations-init.ly (partCombineListener): add Timing as
775         alias
776
777         * flower/std-string.cc (string_copy): use copy ()
778
779         * lily/source-file.cc (Source_file): use copy(). Remove contents_str0()
780
781 2006-08-24  Graham Percival  <gpermus@gmail.com>
782
783         * Documentation/user/changing-defaults.itely, global.itely,
784         lilypond-book.itely, page.itely: minor changes from mailist.
785
786 2006-08-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
787
788         * buildscripts/mutopia-index.py (allfiles): filter lily-XXX and
789         snippet-map
790
791         * scm/define-context-properties.scm
792         (translator-property-description): robustness: detect type errors
793         in property definitions.
794
795         * lily/parser.yy (score_body): protect SCORE_IDENTIFIER result
796         after getting it from SCM. 
797
798         * lily/smobs.cc (protect_smob): switch off fancy smob protection
799         for now. 
800
801         * lily/include/performer.hh (class Performer): strip get_tempo()
802         method.
803
804         * lily/midi-def.cc: strip file.
805
806         * lily/lexer.ll (Lily_lexer): don't protect hash key separately.
807
808         * lily/include/context-def.hh (struct Context_def): use
809         VIRTUAL_COPY_CONSTRUCTOR().
810
811         * lily/source-file.cc: smobification.
812
813         * lily/include/source-file.hh (class Source_file): smobify
814         Source_file. Trim redundant members.
815
816         * lily/parser.yy (Lily_lexer::try_special_identifiers): unprotect
817         clones after creation. This plugs a huge memory leak.
818
819         * python/convertrules.py (FatalConversionError.sub_tempo):
820         complete rule for \midi{ \tempo }
821
822         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): idem.
823
824         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): update tempo.
825
826 2006-08-23  Joe Neeman  <joeneeman@gmail.com>
827
828         * input/regression/optimal-page-breaking-hstretch.ly: test for
829         ragged-last-bottom also
830
831         * lily/paper-column-engraver.cc (finalize): make the end of a score
832         breakable by default. This is to balance out a change in behaviour
833         of the page-turn-breaker which no longer makes the end of a score
834         breakable.
835
836         * lily/paper-book.cc (pages): set the systems_ once the pages are
837         broken
838
839         * lily/page-turn-page-breaking.cc (calc_subproblem): use the new
840         Page_breaking interface.
841
842         * lily/page-breaking.cc (class Page_breaking): make the interface
843         more consistent and provide abstractions for dealing with
844         Line_divisions.
845
846         * lily/optimal-page-breaking.cc (solve): use a more straightforward
847         algorithm. Use the new interface to Page_breaking.
848
849         * lily/page-spacing.cc: better support for ragged-bottom and
850         ragged-last-bottom
851
852 2006-08-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
853
854         * python/convertrules.py (conv): warning on \tempo{}
855
856         * ly/performer-init.ly: set tempoWholesPerMinute.
857
858         * ly/midi-init.ly: remove \midi
859
860         * lily/tempo-performer.cc: look at tempoWholesPerMinute to set
861         MIDI tempo.
862
863         * lily/metronome-engraver.cc (process_music): use tempoUnitCount
864         tempoUnitDuration for determining what to print.
865
866         * lily/lyric-extender.cc: typo.
867
868         * lily/parser.yy (output_def_body): disallow \tempo in \midi{}
869
870         * lily/duration-scheme.cc (LY_DEFINE): ly:duration-length: new
871         function.
872
873         * scm/lily.scm (define-scheme-options): alphabetize, add eps-pad-boxes.
874
875         * scm/framework-ps.scm (dump-stencil-as-EPS): only pad boxes if
876         eps-pad-boxes is set.
877
878         * scripts/lilypond-book.py (main): use -deps-pad-boxes.
879
880         * THANKS: update sponsors.
881
882         * ly/english.ly: quarter tone naming (thanks, Trevor Baca)
883
884         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
885
886         * input/regression/tie-chord-untied.ly: new file.
887
888         * lily/tie-engraver.cc (acknowledge_note_head): check 'untied property.
889
890         * scm/define-music-properties.scm (all-music-properties): add
891         'untied property.
892
893         * buildscripts/mutopia-index.py (allfiles): look for .ly rather
894         than .ly.txt.
895         (headertext_nopics): sanitize no-examples text.
896
897         * scm/page.scm (make-page-stencil): don't rely on extents of
898         page-stencil. This fixes spurious space around .EPS files produced
899         with the EPS backend.
900
901 2006-08-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
902
903         * lily/stencil-scheme.cc (LY_DEFINE): make extent arguments optional.
904
905         * lily/hara-kiri-engraver.cc (process_music): remember
906         keepAliveInterfaces after processing \set
907
908         * lily/lyric-extender.cc (print): support left/right-padding for
909         extenders.
910
911         * scm/documentation-generate.scm (string-append): revert lilypond/
912         path, doc why.
913
914 2006-08-20  Graham Percival  <gpermus@gmail.com>
915
916         * Documentation/user/lilypond.tely: clarification to
917         license presentation (not to actual license).
918
919         * Documentation/user/basic-notation.itely,
920         instrument-notation.itely: minor changes.
921
922         * input/ {regression, test}/+.ly: clarification to
923         text (you can click on examples).  Thanks, Mats!
924
925         * input/manual/bar-lines.ly: adds ||: repeats.
926
927 2006-08-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
928
929         * make/ly-vars.make (OMF_FILES): strip ps.gz from OMF_FILES 
930
931         * scm/documentation-lib.scm (texi-file-head): category LilyPond.
932
933         * Documentation/user/lilypond.tely: strip lilypond/ from info
934         links, rename to category LilyPond
935
936         * lily/pango-font.cc (description_string): new function.
937
938         * VERSION: release 2.9.15
939
940         * lily/spacing-engraver.cc (stop_translation_timestep): use
941         Dscho's fix for spacing spanner. 
942
943         * scm/define-music-types.scm (music-descriptions): use
944         apply-output-event for ApplyOutputEvent
945
946         * lily/output-property-engraver.cc (listen_apply_output): rename
947         from listen_layout_instruction.
948
949         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): new
950         function protect()
951
952 2006-08-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
953
954         * scm/lily.scm (lilypond-all): option read-file-list: substitute
955         commandline args with contains, split by \n.
956
957         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system):
958         write snippet-names file, call with -dread-file-list. Fixes
959         command limitations on 64-bit systems.
960
961         * input/regression/stencil-color-rotation.ly: new file.
962
963         * lily/include/translator.hh (struct Acknowledge_information):
964         revert: don't use Protected_scm in global objects, as GUILE can't
965         handle gc_unprotect from automated destructors on MacOS X.
966  
967         * lily/grob.cc (get_print_stencil): use retval.expr() as base for
968         color, not the original stencil. Fixes combinations of
969         color/transparency/rotation. 
970
971         * scripts/lilypond-book.py (main): add --formats=eps for
972         texinfo/latex.
973
974         * lily/spacing-engraver.cc (stop_translation_timestep): don't
975         crash if spacing_ is nonexistent.
976
977 2006-08-14  Mats Bengtsson  <mabe@s3.kth.se>
978
979         * scripts/lilypond-book.py (output): Remove obsolete(!?)
980         \catcode`\@=12 in the LaTeX output.
981
982 2006-08-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
983
984         * scm/define-music-types.scm (music-descriptions):
985         use sustain-event iso. sustain-pedal-event.
986
987 2006-08-11  Joe Neeman  <joeneeman@gmail.com>
988
989         * scripts/convert-ly.py: honour the -n command-line switch
990
991 2006-08-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
992
993         * scm/output-lib.scm (bar-line::calc-glyph-name): add dashed liine
994         break specification.
995
996 2006-08-10  Joe Neeman  <joeneeman@gmail.com>
997
998         * Documentation/user: convert-ly the user manual
999
1000 2006-08-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
1001
1002         * stepmake/aclocal.m4: version check patch (thanks MWD)
1003
1004         * ly/music-functions-init.ly: robustness. Don't crash if
1005         currentBarNumber is not a number.
1006
1007         * VERSION (PATCH_LEVEL): bump.
1008
1009 2006-08-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
1010
1011         * stepmake/aclocal.m4: better version check; handle fooX.Y
1012         binaries too.
1013
1014         * ly/performer-init.ly: instrument name fixup.
1015
1016         * input/manual/chord-names-jazz.ly (banterProperties):
1017         instrumentName update
1018
1019         * scm/define-event-classes.scm (lambda): use ly:is-listened-event-class
1020
1021         * lily/ly-module.cc (ly_module_symbols): use ly_hash_table_keys
1022
1023         * lily/translator.cc (LY_DEFINE): ly:is-listened-event-class: new
1024         function. Use hash tables to check membership.
1025
1026         * lily/general-scheme.cc (LY_DEFINE): new function.
1027
1028         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): idem
1029
1030         * lily/include/translator.hh (struct Acknowledge_information): add
1031         Protected_scm
1032
1033         * ly/music-functions-init.ly: change name to BreathingEvent
1034
1035         * input/regression/*.ly: apply it.
1036
1037         * python/convertrules.py (conv): better instrumentName conversion
1038         rule.
1039
1040         * scm/define-music-types.scm (music-descriptions): add
1041         line-break-event to LineBreakEvent music
1042
1043         * lily/music.cc (to_event): don't crash if music type not set.
1044
1045         * lily/spacing-loose-columns.cc (set_loose_columns): don't barf if
1046         spacing not set.
1047
1048         * lily/spacing-engraver.cc (stop_translation_timestep): set
1049         spacing for proportional notation too.
1050
1051         * scm/translation-functions.scm (format-bass-figure): inspect
1052         stream-event.
1053
1054         * scripts/lilypond-book.py (bindir): add bindir to $PATH.
1055
1056 2006-08-08  Joe Neeman  <joeneeman@gmail.com>
1057
1058         * lily/include/constrained-breaking.hh: add Line_details (Prob*)
1059
1060         * scm/page.scm (make-page): make it friendlier to call (esp. from C++)
1061
1062         * scm/layout-page-layout.scm (make-page-from-systems): new function
1063         (optimal-page-breaks): use the new page-breaking calling convention
1064
1065         * scm/define-context-properties.scm (all-user-translation-properties):
1066         add revokePageTurns
1067
1068         * lily/paper-column-engraver.cc (stop_translation_timestep): add
1069         revokePageTurns  functionality. If there is a special barline within
1070         the breakable region, break there instead of at the end of the region.
1071
1072         * lily/paper-book.cc (pages): use the new page-breaking calling
1073         convention
1074
1075 2006-08-07  Erik Sandberg  <mandolaerik@gmail.com>
1076
1077         * lily/lexer.ll, lily/source-file.cc: Add \sourcefileline command
1078
1079         * scripts/lilypond-book.py: insert \sourcefileline command in
1080         output, so lilypond error messages refer to the spot in the
1081         original .lytex / .itely sourcefile.
1082
1083 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1084
1085         * lily/spacing-loose-columns.cc (set_loose_columns): oops: use
1086         space to next column for distance to fixed col.
1087
1088         * VERSION (PACKAGE_NAME): release 2.9.14
1089
1090         * lily/pitched-trill-engraver.cc (make_trill): do set_parent also
1091         if no accidental.
1092
1093         * lily/accidental-engraver.cc (process_acknowledged): don't create
1094         accidental for trill span event. This fixes spurious accidentals
1095         on trills.
1096
1097 2006-08-04  Mats Bengtsson  <mabe@s3.kth.se>
1098
1099         * scm/define-grob-properties.scm (all-user-grob-properties):
1100         Clarify documentation of side-axis and direction. Thanks to Paul
1101         for the inspiration.
1102
1103         * lily/bar-line.cc: Add documentation for "||:" also in the
1104         interface documentation.
1105
1106 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1107
1108         * lily/spacing-loose-columns.cc (set_loose_columns): bugfix.
1109
1110         * lily/paper-column.cc (set_system): new function.
1111
1112         * lily/spacing-engraver.cc (stop_translation_timestep): store
1113         SpacingSpanner refs in Paper_column.
1114
1115         * lily/spacing-loose-columns.cc (set_loose_columns): rewrite
1116         compute loose clique spacing using GraceSpacing/SpacingSpanner.
1117
1118 2006-08-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1119
1120         * lily/beam-engraver.cc (listen_beam): add method for
1121         Grace_beam_engraver too.
1122
1123 2006-08-03  Mats Bengtsson  <mabe@s3.kth.se>
1124
1125         * python/convertrules.py: Fix indentation bug that broke
1126         conversion of files older than 1.3.117.
1127         Fix escape error in the description for 2.9.6.
1128
1129 2006-08-02  Erik Sandberg  <mandolaerik@gmail.com>
1130
1131         * lily/*-engraver.cc: convert all try_music functions to listen_*
1132         functions.
1133
1134         * lily/piano-pedal-engraver.cc: some additional cleanups: use
1135         enums to represent pedal types, and calculate more data statically.
1136
1137         * scm/part-combiner.scm (recording-group-emulate): create a
1138         softcoded substitute for recording-group-engraver.cc.
1139
1140         * lily/music.cc: make a common transpose function for events and
1141         music
1142
1143         * ly/declarations-init.ly: change melisma/melismaEnd. Eliminates
1144         ManualMelismaEvent, and obsoletes Melisma_translator.
1145
1146 2006-08-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1147
1148         * input/test/instrument-name-align.ly: update version.
1149
1150 2006-08-02  Mats Bengtsson  <mabe@s3.kth.se>
1151
1152         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
1153         Doc the --pdf flag to lilypond-book.
1154
1155 2006-07-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1156
1157         * Documentation/topdocs/NEWS.tely (Top): add description.
1158
1159         * input/regression/tuplet-full-length-note.ly: add file.
1160
1161         * lily/instrument-name-engraver.cc (acknowledge_axis_group):
1162         always store axis group.
1163
1164 2006-07-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
1165
1166         * input/regression/instrument-switch.ly: new file.
1167
1168         * lily/instrument-switch-engraver.cc (process_music): new file.
1169
1170         * ly/engraver-init.ly: add Instrument_switch_engraver
1171
1172         * ly/music-functions-init.ly: \instrumentSwitch
1173
1174         * scm/define-context-properties.scm
1175         (all-user-translation-properties): add instrumentCueName
1176
1177         * scm/define-grobs.scm (all-grob-descriptions): add InstrumentSwitch
1178
1179 2006-07-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
1180
1181         * ly/music-functions-init.ly: music function \transposition.
1182
1183         * lily/parser.yy (command_element): softcode \transposition.
1184
1185         * lily/fall-engraver.cc (process_music): delta-pitch -> delta-step.
1186         (process_music): oops.
1187
1188         * lily/instrument-name-engraver.cc (start_spanner): new
1189         function. Create spanner when property changes.
1190         (stop_spanner): new function.
1191
1192         * python/convertrules.py (conv): add rule.
1193
1194         * lily/instrument-name-engraver.cc: shortVocalName iso. vocNam,
1195         shortInstrumentName iso. instr.
1196
1197         * scm/output-ps.scm (dashed-line): add phase argument to
1198         dashed-line.
1199
1200         * lily/bar-line.cc (dashed_bar_line): new function.
1201         (compound_barline): support \bar "dashed". 
1202
1203         * lily/lily-parser-scheme.cc (LY_DEFINE): only write
1204         --output=DIR to DIR/BASE if it is a dir. 
1205
1206         * flower/file-name.cc (file_part): new function
1207         (dir_part): new function
1208
1209         * lily/lily-parser-scheme.cc (LY_DEFINE): 
1210
1211         * DEDICATION: update
1212
1213 2006-07-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
1214
1215         * lily/instrument-name-engraver.cc: formatting.
1216
1217         * python/convertrules.py (conv): bugfix for \epsfile.
1218
1219 2006-07-25  Joe Neeman  <joeneeman@gmail.com>
1220
1221         * lily/grob.cc:
1222         
1223         * lily/gourlay-breaking.cc: Oops, these should have been included
1224         in my last commit
1225
1226 2006-07-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1227
1228         * scripts/*.py (program_name): cleanup relocation snippets.
1229
1230         * scripts/convert-ly.py (datadir): remove LILYPONDPREFIX support.
1231
1232 2006-07-24  Joe Neeman  <joeneeman@gmail.com>
1233
1234         * scm/define-grobs.scm (all-grob-descriptions): make NonMusicalPaperColumn
1235         page-breakable by default
1236
1237         * scm/layout-page-layout.scm (space-systems): fix bug where the force isn't
1238         correctly calculated for a single-system page
1239
1240         * scm/lily-library.scm (interval-sane?): also check that the first number is no
1241         bigger than the second number
1242
1243         * lily/simple-spacer.cc (solve): allow compression even when ragged (but we
1244         acknowledge that we aren't satisfying constraints)
1245
1246         * lily/hara-kiri-group-spanner.cc (request_suicide): give equal treatment to
1247         non-Items
1248
1249         * lily/grob.cc (pure_height): add minimum-Y-extent
1250
1251         * lily/gourlay-breaking.cc (solve): don't ignore a compression force, even if we're
1252         ragged
1253
1254         * lily/constrained-breaking.cc: convert code to use new Matrix class
1255         (get_best_solution): new function
1256
1257         * scm/page.scm (make-page-stencil): don't crash if we annotate-layout when there
1258         is a page with no systems
1259
1260 2006-07-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1261
1262         * VERSION (PACKAGE_NAME): release 2.9.13
1263
1264         * scm/define-grobs.scm (all-grob-descriptions): remove stray
1265         assignment.
1266
1267 2006-07-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
1268
1269         * Documentation/topdocs/NEWS.tely (Top): doc new features.
1270
1271         * scm/output-lib.scm (grace-spacing::calc-shortest-duration): new
1272         function.
1273
1274         * scm/define-grob-properties.scm (all-user-grob-properties):
1275         remove grace-space-factor.
1276
1277         * scm/define-grob-interfaces.scm (grace-spacing-interface): add
1278         grace-spacing-interface
1279         (spacing-options-interface): add.
1280
1281         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add Grace_spacing_engraver
1282
1283         * lily/spacing-options.cc (get_duration_space): move function from spacing-basic.cc
1284
1285         * lily/spacing-basic.cc (note_spacing): do init_from_grob on
1286         GraceSpacing object.
1287
1288         * lily/note-spacing.cc: fix prop list formatting
1289
1290         * lily/beaming-pattern.cc (de_grace): new function. Sensible
1291         beaming for grace notes too.
1292
1293         * input/regression/spacing-grace.ly: update.
1294
1295         * lily/grace-spacing-engraver.cc: new file.
1296
1297         * lily/spacing-spanner.cc: add strict-grace-spacing.
1298
1299 2006-07-20  Graham Percival  <gpermus@gmail.com>
1300
1301         * lily/parser.yy: compile fix.
1302
1303 2006-07-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1304
1305         * scm/define-grobs.scm (all-grob-descriptions): typo.
1306
1307         * scm/framework-eps.scm (dump-stencils-as-EPSes): just strip
1308         .eps extension from includegraphics.
1309
1310         * scripts/lilypond-book.py (main): add support for --pdf. 
1311
1312         * lily/spacing-spanner.cc (calc_common_shortest_duration): use
1313         callback to compute common shortest duration.
1314         (set_springs): typo.
1315
1316         * scm/define-grob-properties.scm (all-user-grob-properties): add
1317         strict-grace-spacing.
1318
1319         * lily/spacing-determine-loose-columns.cc (is_loose_column):
1320         support float_grace_columns_.
1321
1322         * lily/spacing-options.cc (init_from_grob): new file.
1323
1324         * Documentation/topdocs/NEWS.tely (Top): doc tupletFullLengthNote.
1325
1326         * input/regression/spacing-loose-grace.ly: new file.
1327
1328         * Documentation/topdocs/NEWS.tely (Top): document new feature.
1329
1330         * lily/tuplet-engraver.cc (struct Tuplet_description): read
1331         tupletFullLengthNote too. Choose right bound depending on value.
1332
1333         * input/regression/tuplet-full-length-note.ly: new file.
1334
1335 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
1336
1337         * lily/*-performer.cc: Converted try_music to listen_*
1338
1339         * lily/grob-info.cc, lily/engraver.cc: represent the cause of grob
1340         as a stream-event internally. Introduce event_cause (), deprecate
1341         music_cause ().
1342
1343         * scm/define-music-types.scm: Removed BusyPlayingEvent
1344         
1345 2006-07-19  Mats Bengtsson  <mabe@s3.kth.se>
1346
1347         * Documentation/user/advanced-notation.itely (Font selection):
1348         Document how to get a list of available fonts using 'lilypond
1349         -dshow-available-fonts blabla'.
1350
1351 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1352
1353         * GNUmakefile.in: filter lily-XXX.pdf files.
1354
1355         * scm/define-grob-interfaces.scm (bend-after-interface): add thickness.
1356
1357         * scm/define-grob-properties.scm (all-internal-grob-properties):
1358         remove delta-pitch. Use delta-position everywhere.
1359
1360         * scm/output-lib.scm (fall::print): use new order.
1361
1362         * scm/output-ps.scm (path): reorder arguments.
1363
1364         * scm/output-svg.scm (path): support for path primitive.
1365
1366         * input/regression/bend-after.ly: new file.
1367
1368         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): foolproof
1369         recipe for eps -> pdf conversion.
1370
1371 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
1372
1373         * lily/parser.yy, lily/lexer.ll: added some simplifications by
1374         Angelo Contardi.
1375
1376 2006-07-19  Graham Percival  <gpermus@gmail.com>
1377
1378         * input/manual/screech-boink.ly: moved to here.
1379
1380         * input/screech-boink.ly: deleted.
1381
1382         * scm/define-grob-properties.scm: clarify doc string.
1383
1384 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1385
1386         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
1387
1388         * scm/output-ps.scm (path): define path.
1389
1390         * scm/define-stencil-commands.scm
1391         (ly:register-stencil-expression): add path.
1392
1393         * scm/define-music-properties.scm (all-music-properties): add delta-pitch.
1394
1395         * ly/engraver-init.ly: add Fall_engraver
1396
1397         * lily/parser.yy (music_function_event): allow musicfunction
1398         without music arg as music_function_event.
1399
1400         * lily/grob-scheme.cc (LY_DEFINE):
1401         ly:grob-robust-relative-extent. New function.
1402
1403         * scm/define-grobs.scm (all-grob-descriptions): add BendAfter
1404
1405         * scm/define-music-types.scm (music-descriptions): add BendAfterEvent.
1406
1407         * scm/output-lib.scm (fall::print): new function
1408
1409         * lily/fall-engraver.cc (stop_fall): new file.
1410
1411         * ly/music-functions-init.ly: alphabetise.
1412
1413         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): pdf iso. eps as
1414         base.
1415
1416 2006-07-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1417
1418         * VERSION (PATCH_LEVEL): bump version. Release 2.9.12
1419
1420         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
1421         doc pdftex usage.
1422
1423         * lily/translator-group.cc (connect_to_context): non const error message.
1424
1425         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): update to use PDF
1426
1427         * scm/paper.scm (internal-set-paper-size): define landscape to #f
1428         if unset.
1429
1430         * scm/framework-ps.scm (convert-to-pdf): swap h and w in case of landscape. 
1431
1432         * stepmake/stepmake/texinfo-rules.make: strip DVI support.
1433
1434         * scm/framework-eps.scm (dump-stencils-as-EPSes): generate
1435         systems.pdftex too.
1436
1437         * scm/backend-library.scm (postscript->pdf): use -dEPSCrop for PDF.
1438
1439         * make/lilypond-vars.make (TEXINPUTS): add pdf output format.
1440
1441         * Documentation/topdocs/NEWS.tely (Top): add pdftex note.
1442
1443         * scm/output-ps.scm (resetrotation): use gsave/grestore for rotation.
1444
1445         * lily/main.cc (parse_argv): don't overwrite previous --formats string.
1446
1447         * scm/backend-library.scm (postscript->pdf): strip .eps too. 
1448
1449 2006-07-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1450
1451         * scm/layout-page-layout.scm: Define module, tidy code, use more
1452         functions iso. a single big one.
1453
1454         * scm/layout-page-dump.scm: move page dump functions used in two
1455         pass spacing to this file. Define module.
1456
1457         * scm/lily.scm (ly:load): don't load layout-page-layout.scm
1458          (separate module)
1459
1460         * ly/paper-defaults.ly: use module layout-page-layout.
1461
1462 2006-07-14  Erik Sandberg  <mandolaerik@gmail.com>
1463
1464         * lily/music.cc: Revised MusicEvent event class. It now contains
1465         event data directly instead of encapsulating it in music. The
1466         previously used class is renamed to OldMusicEvent.
1467
1468         * lily/stream-event.cc: Stream events are now probs.
1469         
1470         * lily/translator-group.cc, lily/translator.cc: Translators can
1471         now listen directly to stream events, by using macros
1472         [DECLARE,IMPLEMENT]_TRANSLATOR_LISTENER.
1473
1474         * lily/arpeggio-engraver.cc: Converted to use new event system
1475
1476         * THANKS: Corrected spelling mistake.
1477
1478 2006-07-12  Graham Percival  <gpermus@gmail.com>
1479
1480         * Documentation/user/SConscript, make/lilypond-vars.make,
1481         input/GNUmakefile: doc build looks in input/manual instead
1482         of input/test/
1483
1484         * input/manual/ GNUmakefile, SConscript: build files for
1485         input/manual/
1486
1487         * input/test/ various: some files moved to input/manual/ 
1488
1489         * Documentation/user/basic-notation.itely: small updates;
1490         thanks Kieren and Charles!
1491
1492 2006-07-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
1493
1494         * VERSION (PACKAGE_NAME): release 2.9.11
1495
1496         * Documentation/topdocs/NEWS.tely (Top): update prop value 
1497
1498         * Documentation/user/basic-notation.itely (Tuplets): new property
1499         value.
1500
1501 2006-07-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
1502
1503         * python/convertrules.py (conv): tweaks. 
1504
1505         * VERSION (PATCH_LEVEL): bump version.
1506
1507         * python/convertrules.py (conv): add rule for
1508         tupletNumberFormatFunction.
1509
1510         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
1511         tupletNumberFormatFunction.
1512
1513         * scm/define-grobs.scm (all-grob-descriptions): calc TupletNumber
1514         text through 'text callback.
1515
1516         * lily/time-scaled-music-iterator.cc (construct_children): copy
1517         tweaks generated events.
1518
1519         * scm/define-context-properties.scm
1520         (all-user-translation-properties): remove tupletNumberFormatFunction
1521
1522         * lily/tuplet-engraver.cc (process_music): don't read
1523         tupletNumberFormatFunction
1524
1525         * scm/output-lib.scm (tuplet-number::calc-fraction-text): new
1526         function.
1527
1528 2006-07-11  Erik Sandberg  <mandolaerik@gmail.com>
1529
1530         * lily/global-context-scheme.cc: Separated ly:run-translator into
1531         smaller pieces.
1532
1533         * lily/score-engraver.cc, lily/score-performer.cc,
1534         scm/define-context-properties.scm: Make paper/midi output
1535         accessable as a context property.
1536
1537         * lily/score-translator.cc, lily/score-context.cc: Removed.
1538
1539 2006-07-07  Guido Amoruso  <guidonte@katamail.com>
1540
1541         * scm/ps-to-png.scm (Module): 
1542         * scm/framework-tex.scm (Module): 
1543         * scm/framework-ps.scm (Module): 
1544         * scm/backend-library.scm (Module): 
1545         * scm/framework-ps.scm: invoke gs with "-dDEVICEWIDTHPOINTS" and
1546         "dDEVICEHEIGHTPOINTS".
1547
1548 2006-07-04  Graham Percival  <gpermus@gmail.com>
1549
1550         * Documentation/user/ various: general improvements to
1551         "working with lilypond files" section.
1552
1553 2006-07-03  Erik Sandberg  <mandolaerik@gmail.com>
1554
1555         * lily/sequential-iterator.cc: Change the default get_music_list
1556         to read elements-callback music property
1557
1558         * scm/define-music-types.scm, scm/music-functions.scm: Cleaner
1559         processing of multimeasure rests. Softcoded
1560         sequential-music-iterator.
1561
1562         * lily/sequential-music-iterator.cc: Removed.
1563
1564 2006-06-28  Graham Percival  <gpermus@gmail.com>
1565
1566         * Documentation/user/basic-notation.itely: clarify \repeatTie.
1567
1568 2006-06-27  Erik Sandberg  <mandolaerik@gmail.com>
1569
1570         * lily/parser.yy: Wrap non-post-events in EventChords before
1571         assigning them to identifiers.
1572
1573 2006-06-27  Mats Bengtsson  <mabe@s3.kth.se>
1574
1575         * lily/bar-line.cc (compound_barline): Fix parenthesis error,
1576         gives correct vertical placement of \bar ":" in all staff
1577         sizes. Thanks Martial!
1578
1579 2006-06-26  Graham Percival  <gpermus@gmail.com>
1580
1581         * Documentation/user/invoking.itely : minor update from mailist.
1582
1583 2006-06-26  Erik Sandberg  <mandolaerik@gmail.com>
1584
1585         * lily/ various: Introduce stream events of types Prepare,
1586         OneTimeStep, CreateContext, AnnounceNewContext, RemoveContext,
1587         ChangeContext, SetProperty, RevertProperty, Override and Revert.
1588
1589         * lily/global-context*.cc: Time is now -inf before iteration
1590         starts.
1591
1592         * lily/include/context.hh: Removed unique_, init_
1593
1594         * Documentation/topdocs/NEWS: Make the feathered beam example
1595         avoid triggering a bug.
1596
1597 2006-06-24  Graham Percival  <gpermus@gmail.com>
1598
1599         * Documentation/user/ various: small additions from mailist.
1600
1601 2006-06-22  Mats Bengtsson  <mabe@s3.kth.se>
1602
1603         * ly/performer-init.ly: Add some missing links in the context
1604         hierarchy for MIDI output. There are probably some more missing!
1605
1606 2006-06-21  Graham Percival  <gpermus@gmail.com>
1607
1608         * Documentation/user/ various: minor spelling fixes;
1609         thanks Dave Luttinen!
1610
1611         * Documentation/user/ various: small clarifications;
1612         thanks Anthony Youngman!
1613
1614 2006-06-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1615
1616         * po/fr.po: add \n appropriately.
1617
1618         * lily/lexer.ll: remove ? from version-seen?  
1619
1620 2006-06-19  John Mandereau  <john.mandereau@free.fr>
1621
1622         * po/fr.po; update translation, by Jean-Charles Malahieude and
1623         John Mandereau.
1624
1625 2006-06-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1626
1627         * THANKS: add Markus Schneider.
1628
1629         * lily/tab-staff-symbol-engraver.cc: derive from Engraver, not
1630         Staff_symbol_engraver
1631
1632         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): don't
1633         replace staff_engraver
1634
1635         * lily/staff-symbol-engraver.cc (stop_spanner): announce end of
1636         spanner.
1637
1638         * lily/staff-collecting-engraver.cc
1639         (acknowledge_end_staff_symbol): new function
1640
1641         * lily/volta-engraver.cc (acknowledge_end_staff_symbol): new function. 
1642
1643         * lily/staff-collecting-engraver.cc
1644         (acknowledge_end_staff_symbol): new function.
1645
1646         * lily/main.cc: switch on relocation by default.
1647
1648 2006-06-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
1649
1650         * lily/spacing-spanner.cc (musical_column_spacing): set
1651         compound_fixed_note_space to 0.0. Document why.
1652
1653         * lily/simple-spacer.cc (is_sane): also have a kludge for numeric
1654         range of inverse_hooke_
1655         (Simple_spacer): init completely.
1656         (fits): const
1657         (get_line_configuration): don't use cols.resize(); it introduces
1658         initialized data.
1659
1660         * scm/framework-ps.scm (dump-page): add setstrokeadjust. 
1661
1662         * ps/music-drawing-routines.ps: remove selectfont L1 hack.
1663
1664         * lily/beaming-pattern.cc (best_splitpoint_index): urg, 2nd
1665         try. Divide by beatlength.
1666
1667         * input/regression/beaming-ternary-metrum.ly: update doc.
1668         add beatLength hack.
1669
1670         * scm/music-functions.scm (make-time-signature-set): add
1671         standard-beat-grouping. 
1672
1673 2006-06-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1674
1675         * input/regression/tie-whole.ly: new file.
1676
1677         * lily/tie-formatting-problem.cc (set_column_chord_outline): don't
1678         cross center of note head in case of invisible stem. 
1679
1680 2006-06-16  Graham Percival  <gpermus@gmail.com>
1681
1682         * Documentation/user/ various: small fixes from mailist.
1683
1684 2006-06-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1685
1686         * lily/breathing-sign.cc (offset_callback): idem.
1687
1688         * lily/align-interface.cc (align_to_fixed_distance): remove
1689         hungarian suffix.
1690
1691         * lily/beaming-pattern.cc (count_factor_twos): oops. We want
1692         x%2==0.
1693
1694 2006-06-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
1695
1696         * VERSION (PACKAGE_NAME): release 2.9.9
1697
1698         * ly/lilypond-book-preamble.ly: add \version
1699
1700 2006-06-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
1701
1702         * scripts/lilypond-book.py (PREAMBLE_LY): include
1703         lilypond-book-preamble.ly
1704
1705         * lily/stem.cc (get_beaming): return max of 0 and
1706         scm_ilength. Fixes slurring from/to beams.
1707
1708         * ly/lilypond-book-preamble.ly: new file.
1709
1710         * lily/slur.cc: add inspect-index feature.
1711
1712 2006-06-13  Graham Percival  <gpermus@gmail.com>
1713
1714         * Documentation/user/tutorial.itely: trivial fix.
1715
1716 2006-06-13  Erik Sandberg  <mandolaerik@gmail.com>
1717
1718         * lily/parser.yy, scm/ly-syntax-constructors.scm: Produce almost
1719         all non-event music in the parser via MAKE_SYNTAX.
1720
1721         * lily/parser-scheme.cc: Add ly:parser-error function
1722
1723         * scm/paper.scm: fix typo
1724
1725 2006-06-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
1726
1727         * THANKS: add RT.
1728
1729         * lily/font-config.cc (init_fontconfig): add warning if cache_file
1730         is null.
1731
1732         * buildscripts/output-distance.py (test_compare_signatures):
1733         timing routines.
1734         (read_signature_file): use new signature format.
1735
1736         * scm/stencil.scm (write-system-signature): simpler signature
1737         format.
1738
1739         * lily/stem.cc (calc_stem_end_position): calc quantized-positions
1740         for beamed case. 
1741
1742         * lily/note-spacing.cc (stem_dir_correction): don't inspect
1743         stem_end_position, but estimate instead. 
1744
1745         * lily/tuplet-bracket.cc (calc_positions): look at
1746         stem-end-position for tuplet bracket slope. Fixes sloped tuplet
1747         brackets narrower than beams. 
1748
1749         * lily/lexer.ll: set version-seen? even if version is
1750         INVALID. 
1751
1752         * lily/rest.cc (y_offset_callback): bugfix: decide position
1753         override based on scm_is_number(). Fixes \rest on center staff
1754         line. 
1755
1756         * lily/beaming-pattern.cc (best_splitpoint_index): fix beaming
1757         patterns for 16th triplets.
1758
1759 2006-06-10  Graham Percival  <gpermus@gmail.com>
1760
1761         * Documentation/user/ page.itely, global.itely: editing
1762         and reorg.
1763
1764         * Documentation/user/ various: findex -> funindex.
1765
1766 2006-06-10  Erik Sandberg  <mandolaerik@gmail.com>
1767
1768         * lily/time-scaled-music-iterator.cc: Use tupletSpannerDuration to
1769         insert extra tuplet events.
1770
1771 2006-06-10  Graham Percival  <gpermus@gmail.com>
1772
1773         * Documentation/user/programming-interfaces.itely: add
1774         info from NEWS.
1775
1776         * python/convertrules.py: add annotatefoo -> annotate-foo
1777         rules.
1778
1779         * Documentation/user/global.itely: start editing.
1780
1781         * Documentation/user/page.itely: major editing, new spacing
1782         docs.
1783
1784 2006-06-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
1785
1786         * scm/define-markup-commands.scm (wordwrap-markups): use
1787         output-def 'line-width if undefined.
1788
1789         * HACKING: trim outdated info.
1790
1791 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
1792
1793         * scm/define-grobs.scm (all-grob-descriptions): Add
1794         line-spanner-interface to all grobs that already have
1795         text-spanner-interface or dynamic-text-spanner-interface
1796
1797         * scm/page.scm: Rename annotate{headers,systems,page}->
1798         annotate-*
1799
1800         * input/regression/page-spacing.ly,
1801         input/regression/page-layout-manual-position.ly: idem
1802
1803 2006-06-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
1804
1805         * lily/line-spanner.cc: cleanup property list.
1806
1807         * scripts/lilypond-book.py (find_toplevel_snippets): don't use
1808         generator expressions (2.3 compat). 
1809
1810 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
1811
1812         * lily/vertical-align-engraver.cc: Make sure that the
1813         align{Above,Below}Context properties are included in the automatic
1814         documentation.
1815
1816 2006-06-08  Joe Neeman  <joeneeman@gmail.com>
1817
1818         * scm/paper-system.scm (paper-system-annotate): also annotate the
1819         estimated pure-Y-extent
1820
1821         * scm/define-grobs.scm: add pure-Y-extent and pure-Y-offset functions
1822
1823         * lily/system.cc (break_into_pieces): set the estimated height
1824         of each child system
1825
1826         * lily/stem.cc (pure_height): new pure-Y-extent callback
1827
1828         * lily/staff-symbol-referencer.cc (callback): don't destroy
1829         the staff-position property
1830
1831         * lily/hara-kiri-group-spanner.cc (request_suicide): split
1832         consider_suicide into two functions
1833
1834         * lily/constrained-breaking.cc (resize): use the new pure
1835         callbacks to estimate the height of a system
1836
1837         * lily/axis-group-interface.cc (pure_group_height): new
1838         side-effect-free VerticalAxisGroup height-callback
1839
1840         * lily/align-interface.cc (get_extents_aligned_translates):
1841         split align_elements_to_extents into two functions
1842         (get_pure_child_y_translation): new function
1843
1844         * lily/grob.cc: new functions for pure-Y-extent and pure-Y-offset
1845
1846         * lily/item.cc: new functions pure_is_visible and spanned_rank_iv
1847
1848         * lily/paper-score.cc: cache break_indices and columns
1849
1850         * lily/side-position-interface.cc: new pure-Y-extent callbacks
1851         
1852 2006-06-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
1853
1854         * lily/font-config.cc (init_fontconfig): do the init if
1855         cache_file, but don't look at cache_file.
1856
1857         * input/regression/quote-tie.ly: new file.
1858
1859         * lily/tie-engraver.cc (struct Head_event_tuple): add end_moment_
1860         to Head_event_tuple, so we deal gracefully with ties on
1861         cue-endings.
1862
1863         * lily/pango-font.cc (pango_item_string_stencil): type correctness
1864         for FcChar8*
1865
1866 2006-06-08  Graham Percival  <gpermus@gmail.com>
1867
1868         * input/test/ smart-transpose.ly, reverse-music.ly:
1869         \applyMusic to music functions update, thanks Michael!
1870
1871 2006-06-07  Graham Percival  <gpermus@gmail.com>
1872
1873         * input/test/ add-staccato.ly, add-text-script.ly,
1874         unfold-all-repeats.ly, music-box.ly: \applyMusic to
1875         music functions update, thanks to Michael Meixner.
1876
1877         * Documentation/user/music-glossary.tely: small fix
1878         from Francisco.
1879
1880         * Documentation/user/ various: minor additions from mailist.
1881
1882         * Documentation/user/lilypond.tely, basic-notation.itely:
1883         small test of @funindex.  (works here)
1884
1885         * input/test/font-table.ly: reduce size to partially
1886         de-ugly version in manual.
1887
1888         * Documentation/user/page.itely: new file (split former
1889         "global issues" into "page settings" and "non-musical
1890         output".
1891
1892         * Documentation/user/ various: fix @ref{}s to match
1893         new chapter names (above).
1894
1895 2006-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1896
1897         * SConstruct (LILYPONDPREFIX): Bootstrap fix.
1898
1899 2006-06-06  Graham Percival  <gpermus@gmail.com>
1900
1901         * Documentation/user/advanced-notation.itely: add example
1902         for segno/coda on barline.
1903
1904         * tex/texinfo.tex: merge from upstream.
1905
1906 2006-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1907
1908         * scripts/lilypond-book.py (process_snippets): Argument fix.
1909
1910         * SConstruct:
1911         * buildscripts/builder.py:
1912         * lily/SConscript: 
1913         * mf/SConscript: 
1914         * Documentation/user/SConscript:  More SCons fixes.
1915
1916 2006-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1917
1918         * lily/font-config.cc (init_fontconfig): Only initialize if
1919         global cache_file is found.
1920
1921 2006-06-06  Erik Sandberg  <mandolaerik@gmail.com>
1922
1923         * ly/music-functions-init.ly: Updated \overrideProperty to use the
1924         new \applyOutput.
1925
1926 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1927
1928         * VERSION (PACKAGE_NAME): release 2.9.8
1929
1930         * lily/ledger-line-engraver.cc (stop_translation_timestep): new
1931         function. Delay ledger modifying ledgered grobs to
1932         stop_translation_timestep(), to ensure that we're ledgering
1933         according to the new spanner.
1934         (acknowledge_staff_symbol): don't check for non-NULL
1935         staff_sym->get_bound()
1936
1937         * lily/staff-symbol-engraver.cc (start_spanner): set left bound on
1938         creation.
1939
1940         * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for
1941         pictures too.
1942
1943         * GNUmakefile.in (dist-toplevel-txt-files): dist aclocal.m4
1944         directly from srcdir/stepmake/aclocal.m4
1945         
1946         * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for
1947         disting MISC files.
1948
1949         * lily/simple-spacer.cc (get_column_desc): desc -> description.
1950
1951 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
1952
1953         * lily/simple-spacer.cc (get_line_configuration): add
1954         keep-inside-line rods
1955         (struct Column_desc): add constructor
1956         (struct Rod_desc): add constructor
1957         (get_line_forces): check for forced page breaks here too
1958
1959         * lily/instrument-name-engraver.cc (acknowledge_axis_group): prevent
1960         support/elements cycles between InstrumentNames and AxisGroups
1961
1962 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1963
1964         * config.make.in (METAFONT): remove MAKEINFO_VERSION
1965
1966         * stepmake/stepmake/topdocs-targets.make (make-txt-files): define
1967         make-txt-files target.
1968
1969         * stepmake/stepmake/toplevel-targets.make (do-top-doc): use
1970         make-txt-files target.
1971
1972         * configure.in (LINK_GXX_STATICALLY): $srcdir for readlink.py
1973
1974         * stepmake/stepmake/generic-vars.make (distdir): create dist in
1975         top-build-dir.
1976
1977 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
1978
1979         * Documentation/user/instrument-notation.itely,
1980         input/regression/breathing-sign-ancient.ly,
1981         input/test/divisiones.ly: Removed redundant property settings for
1982         vaticana contexts.
1983
1984         * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to
1985         fix lyrics alignment problems.  They are implemented now as scheme
1986         functions that add the appropriate unicode char to the first lyric
1987         event rather than adding a separate lyric event.  Minor edit of
1988         comments.
1989
1990 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1991
1992         * GNUmakefile.in (dist-toplevel-txt-files): new target. Don't
1993         pollute src dir with built .txt files, but install directly from
1994         Documentation/topdocs/out/
1995
1996         * buildscripts/output-distance.py
1997         (ComparisonData.create_html_result_page): put version/directories
1998         in table header.
1999
2000         * Documentation/topdocs/NEWS.tely (Top): document spacing section
2001         feature.
2002
2003         * configure.in (LINK_GXX_STATICALLY): use readlink.py to resolve links.
2004         Patch by Karl Hammar
2005         
2006         * buildscripts/readlink.py: add  file.
2007         Patch by Karl Hammar
2008
2009 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
2010
2011         * lily/tuplet-number.cc (print): prevent stencil from being
2012         garbage collected.
2013
2014 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2015
2016         * scm/stencil.scm (write-system-signature): explicitly 
2017         -well, superfluously- close output port.
2018
2019         * buildscripts/output-distance.py (main): oops. Add extra argument.
2020
2021 2006-06-05  Graham Percival  <gpermus@gmail.com>
2022
2023         * Documentation/user/music-glossary.tely: clarified example
2024         from Francisco Vila, thanks!
2025
2026 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2027
2028         * input/regression/spacing-section.ly: new file.
2029
2030         * lily/input.cc (programming_error): new function.
2031
2032         * lily/spacing-engraver.cc (try_music): new function. Accept
2033         spacing-section-event
2034
2035         * lily/spacing-spanner.cc (set_springs): take slices of all
2036         columns for spacing.
2037
2038         * lily/include/paper-column.hh (class Paper_column): add
2039         Paper_column::compare.
2040
2041         * ly/spanners-init.ly (newSpacingSection): add newSpacingSection.
2042
2043         * scm/define-music-types.scm (music-descriptions): add
2044         SpacingSectionEvent
2045
2046         * lily/music-iterator.cc (report_event): use programming_error for
2047         sending non-event error.
2048
2049         * lily/input.cc (programming_error): new function
2050
2051         * buildscripts/output-distance.py (main): use compare-XXX for
2052         compare files.
2053         (main): --threshold option, default at 0.30
2054
2055         * output-distance.py (main): add --threshold option.
2056
2057 2006-06-04  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2058
2059         * scm/paper-system.scm (paper-system-annotate): fix problem when
2060         annotating an empty system
2061
2062 2006-06-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
2063
2064         * GNUmakefile.in: reinstate old web tar/copying.
2065
2066 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2067
2068         * lily/lyric-combine-music-iterator.cc (find_voice): return 0 if
2069         nothing changes. (Erik S) 
2070
2071         * lily/percent-repeat-iterator.cc (get_music_list): fix repeat
2072         count. (Erik S)
2073
2074 2006-05-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2075
2076         * scm/define-markup-commands.scm (whiteout): do not force
2077         foreground color of argument markup to black.
2078
2079         * scm/stencil.scm (annotate-y-interval): put arrow dimension at
2080         the left of the arrow, instead of below the arrow name, so that,
2081         when two little arrows are vertically stacked, their dimensions
2082         and name should not overlap. Add a color key parameter.
2083
2084         * scm/paper-system.scm (paper-system-annotate): Annotate
2085         next-space+next-padding instead of next-space. Annotate space
2086         between next-padding and next-space+padding, respectively, and
2087         following system extent and refpoint-Y-extent. Use colors.
2088
2089         * scm/page.scm (annotate-page): translate annotations slightly to
2090         the right.
2091
2092 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2093
2094         * lily/figured-bass-position-engraver.cc (acknowledge_end_slur):
2095         fix for x-staff slurs. Thanks Joe!
2096
2097         * buildscripts/output-distance.py
2098         (SystemLink.output_expression_change_count): keep track of changed
2099         details, and dump in details html page.
2100  
2101         * input/regression/figured-bass-staff.ly: add note about setting
2102         properties in Staff context.
2103
2104         * lily/figured-bass-position-engraver.cc (acknowledge_slur):
2105         add slurs and ties to support too.
2106
2107         * buildscripts/output-distance.py (main): set dest_dir
2108         argument. Add --max-count option.
2109
2110 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
2111
2112         * ly/gregorian-init.ly: Converted to utf-8.  Added memorable
2113         shortcuts for special unicode chars that are useful in chant
2114         notation.  Revised exisiting and added new comments.
2115
2116 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2117
2118         * make/mutopia-rules.make: remove duplicate recipe.
2119
2120 2006-06-02  Werner Lemberg  <wl@gnu.org>
2121
2122         * tex/texinfo.cnf: Fix typo (\euro -> \minus).
2123         Add support for U+0132 (IJ) and U+0133 (ij).
2124
2125 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2126
2127         * buildscripts/output-distance.py (FileLink): new class. collect
2128         info systems from one .ly file. 
2129         (FileLink.link_files_for_html): further tweaks.
2130
2131 2006-06-02  Graham Percival  <gpermus@gmail.com>
2132
2133         * tex/texinfo.tex: partial fix for @funindex.
2134
2135         * Documentation/user/macros.tely: uncomment @funindex (doesn't
2136         break anything).
2137
2138 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2139
2140         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
2141
2142         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
2143         @example too. Backportme.
2144
2145 2006-06-02  Graham Percival  <gpermus@gmail.com>
2146
2147         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
2148         from Werner Lemberg.
2149
2150 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
2151
2152         * Documentation/user/music-glossary.tely: additional spanish
2153         updates and a lyrics fix in an example.
2154
2155 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
2156
2157         * scm/define-grob-properties.scm: Previous patch contained
2158         spurious line from another patch not yet committed.  Fixed.
2159
2160         * scm/define-grob-properties.scm: Add missing doc strings for
2161         ancient notation.
2162
2163 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2164
2165         * buildscripts/output-distance.py
2166         (ComparisonData.write_text_result_page): separate the scores, sort
2167         by geo_score.
2168
2169         * scm/framework-eps.scm (output-classic-framework): start at 1 for
2170         system signatures.
2171
2172         * buildscripts/output-distance.py (me_path): use argv[0] for
2173         sys.path extension
2174         (ComparisonData.img_cell): use colored borders.
2175
2176         * scm/stencil.scm (write-system-signature): escape newlines too.
2177         (write-system-signature): use (1,-1) interval for empty interval
2178
2179 2006-01-01  Graham Percival  <gpermus@gmail.com>
2180
2181         * Documentation/user/music-glossary.tely: Spanish updates
2182         from Francisco Vila.
2183
2184         * Documentation/user/lilypond-book.itely: addition from
2185         Vaclav Smilauer.
2186
2187         * Documentation/user/ various: edits, small additions
2188         from mailist, etc.
2189
2190 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2191
2192         * GNUmakefile.in (tree-lib-prefix-current):
2193         (tree-share-prefix-current): Use version number in tree, add
2194         `current' symlinks.
2195
2196 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2197
2198         * GNUmakefile.in: write VERSION, again.
2199
2200         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
2201         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
2202
2203         * stepmake/aclocal.m4: robuster version detection.
2204
2205         * buildscripts/output-distance.py
2206         (ComparisonData.create_html_result_page): copy only if file
2207         exists, fixup src paths.
2208
2209         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
2210
2211 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2212
2213         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
2214         Another datarootdir reto.
2215
2216         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
2217         available.  This should be moved to postinstall-lilypond-doc.
2218
2219 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
2220
2221         * GNUmakefile.in: simplify local-WWW-post. 
2222         remove -type l from find.
2223
2224         * buildscripts/output-distance.py (ComparisonData.compare_trees):
2225         fixes. Don't follow symlinks.
2226         (ComparisonData.create_html_result_page): remove previous results.
2227         insert ../python in path.
2228
2229         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
2230
2231 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2232
2233         * config.make.in (datadir): Add datarootdir to silence autoconf.
2234
2235         * stepmake/aclocal.m4: Update for autoconf-2.59d.
2236
2237 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
2238
2239         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
2240
2241         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
2242         slash beams too wide.
2243
2244 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2245
2246         * VERSION: release 2.9.7
2247         
2248 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2249
2250         * lily/relocate.cc (read_relocation_dir): Do not blindly
2251         dereference DIR.
2252
2253 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2254
2255         * lily/parser.yy: replace THIS by PARSER
2256
2257         * Documentation/index.html.in: add link to test-results.html page.
2258
2259         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
2260
2261         * scm/translation-functions.scm (format-bass-figure): translate
2262         digits over 10 to the left
2263
2264         * scm/define-markup-commands.scm (translate-scaled): new markup.
2265
2266         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
2267         7 glyph. 
2268
2269         * ly/engraver-init.ly: add Figured_bass_engraver
2270
2271         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
2272
2273         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
2274
2275         * lily/score-engraver.cc (announce_grob): only note START announces.
2276
2277         * lily/include/engraver-group.hh (Translator_group):
2278         acknowledge_hash_table_ is now drul.
2279
2280         * lily/engraver.cc (announce_end_grob): new method.
2281
2282         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
2283
2284         * lily/translator-dispatch-list.cc (create): take start_end argument.
2285
2286         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
2287         acknowledge_static_array_ to drul
2288
2289         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
2290
2291         * scm/define-grob-interfaces.scm
2292         (bass-figure-alignment-interface): add bass-figure-alignment-interface
2293
2294         * scm/define-grobs.scm (all-grob-descriptions): add
2295         BassFigureAlignmentPositioning
2296
2297         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
2298         number stays up to date. Backportme.
2299
2300 2006-05-30  Mats Bengtsson  <mabe@s3.kth.se>
2301
2302         * Documentation/user/basic-notation.itely (Bar lines): Document
2303         the "||:" bar type. 
2304
2305 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2306
2307         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
2308
2309         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
2310         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
2311         build.
2312
2313         * Resurrect `scons lily' build.
2314
2315         * SConstruct (symlink_tree): Bugfix: link
2316         music-drawing-routines.ps to file iso directory.
2317
2318         * lily/SConscript: Remove kpath-guile from LIBS.
2319
2320         * SConstruct (libdir_package_version): Typo.
2321         (configure): Comment-out fontforge for lack of fontforge.pc .
2322         Also add libdir* to environment.
2323
2324 2006-05-30  Graham Percival  <gpermus@gmail.com>
2325
2326         * Documentation/user/ various: minor additions from mailist and
2327         editing.
2328
2329 2006-05-30  Paco <fravd@ya.com>
2330
2331         * Documentation/user/music-glossary.tely: numerous corrections and
2332         some new translations.
2333
2334 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2335
2336         * BackportmeStart.
2337         
2338         * buildscripts/output-distance.py
2339         (ComparisonData.create_html_result_page): new routine: summarise
2340         results in HTML page with images. 
2341         (ComparisonData.create_text_result_page): create summary text files too.
2342
2343         * GNUmakefile.in (web-ext): package .signature files too. They
2344         compress well. 
2345
2346         * scm/stencil.scm (write-system-signature): typo.
2347
2348         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
2349
2350         * scm/stencil.scm (write-system-signature): better escaping.
2351         only write signature for music systems, not for markup systems.
2352
2353         * scm/framework-ps.scm (output-framework): dump-signatures support
2354         for plain output.
2355
2356         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
2357
2358         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
2359         for -dno-point-and-click
2360
2361         * lily/grob.cc (get_print_stencil): don't read
2362         point_and_click_global to determine whether to set grob-cause.
2363
2364 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
2365
2366         * buildscripts/output-distance.py (main): new function.
2367         (ComparisonData): new class.
2368
2369         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
2370         careful with generating new LedgerLineSpanners.
2371
2372         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
2373
2374         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
2375         context. This fixes double ledger lines in output. 
2376
2377         * lily/system.cc (get_paper_system): remove 3 layer limit.
2378
2379         * buildscripts/output-distance.py (SystemLink.distance): new
2380         file. Compare signatures.
2381
2382         * python/safeeval.py (SafeEval.visitUnarySub): new file.
2383
2384         * lily/grob-array.cc (remove_duplicates): rename from
2385         uniq(). Sort before calling uniq() so it actually works.
2386
2387 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
2388
2389         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
2390         \version from lilypond file snippet.
2391         (Lilypond_file_snippet.ly): oops. typo.
2392         (find_toplevel_snippets): urgh. again.
2393
2394         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
2395         prevent duplicated broken items in output.
2396
2397         * scm/framework-eps.scm (output-classic-framework): only dump if
2398         dump-signatures is set.
2399
2400         * scm/lily.scm (define-scheme-options): add dump-signatures option.
2401
2402         * scm/stencil.scm (write-system-signature): new routine: write
2403         python parseable signature of a separate paper system.
2404         BackportmeEnd.
2405         
2406 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
2407
2408         * lily/stanza-number-engraver.cc (process_music): use is_markup()
2409         iso is_string().
2410         include header.
2411
2412 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
2413
2414         * translator-group.cc: send music events to engravers in
2415         non-bottom contexts.
2416
2417         * tuplet-engraver.cc: process tuplet brackets in correct order.
2418
2419 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
2420
2421         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
2422         arg 2 might point us to a new binary (patch by Karl Hammar)
2423         
2424 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
2425
2426         * VERSION (PACKAGE_NAME): release 2.9.6
2427
2428         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
2429
2430         * Documentation/user/*.itely: 2nd
2431         attempt: replace funindex -> findex globally.
2432
2433 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2434
2435         * input/no-notation/display-lily-tests.ly: fix \applyOutput
2436         test. Add \break, \pageBreak, \pageTurn, etc, tests.
2437
2438         * scm/define-music-display-methods.scm: display methods for
2439         breaks. Fix \applyOutput.
2440
2441 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
2442
2443         * Documentation/user/macros.itexi: comment out funindex expansion. 
2444
2445         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
2446         everywhere.
2447
2448         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
2449         Karl Hammar. Backportme.
2450  
2451         * Documentation/user/advanced-notation.itely (Balloon help): idem.
2452
2453         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
2454
2455         * Documentation/user/programming-interface.itely (Running a
2456         function on all layout objects): idem.
2457
2458         * Documentation/user/introduction.itely (Automated engraving):
2459         update \applyOutput syntax
2460
2461         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
2462         remove debugging hook.
2463
2464         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
2465         expansion. 
2466
2467         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
2468
2469         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
2470         TEXI2DVI_FLAGS to texi2dvi invocation. 
2471
2472 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
2473
2474         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
2475         works. More work is done by iterator now, and engraver has been
2476         very much simplified.
2477
2478         * lily/translator-group.cc: try_music is now invoked through a
2479         listener
2480
2481         * lily/*-iterator.cc: Massive cleanups. Junked
2482         try_music_in_children globally. Renamed try_music to report_event,
2483         and made that method descend to a bottom context automatically.
2484
2485         * lily/event-iterator.cc: New file.
2486
2487         * lily/output-property-iterator.cc,
2488         lily/old-lyric-combine-music-iterator.cc: Removed.
2489
2490         * python/convert-rules.py: Modified the syntax for \applyOutput.
2491
2492 2006-05-23  Graham Percival  <gpermus@gmail.com>
2493
2494         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
2495         creation.
2496
2497         * Documentation/user/ various: stuff that might have helped
2498         to fix the pdf creation, plus some minor doc additions.
2499
2500         * Documentation/user/changing-defaults.itely: remove @b from
2501         @b{ @internasref{foo}}; this breaks texi2dvi -E.
2502
2503 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
2504
2505         * lily/beaming-pattern.cc (beamify): deal with negative start
2506         moments for beaming patterns.
2507
2508 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
2509
2510         * lily/beaming-info.cc (beamify): new function: read beatLength
2511         and beatGrouping from context. 
2512
2513         * input/regression/beam-beat-grouping.ly (Module): new file.
2514
2515         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
2516
2517         * lily/beam.cc (get_beam_segments): generate events for
2518         max_connect_ case too.
2519         (get_beam_segments): read Stem::max-beam-connect.
2520
2521         * input/regression/beam-single-stem.ly: new file.
2522
2523         * lily/stem.cc (set_beaming): use #f as signaling value for
2524         beamcount 0.
2525
2526         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
2527
2528         * lily/beam.cc (set_beaming): read clip-edges property.
2529         (calc_direction): don't suicide for single stem.
2530
2531         * lily/beaming-info.cc (best_splitpoint_index): take bool*
2532         argument, remove 1<<15 hack. Remove clip_edges() 
2533
2534         * lily/hairpin.cc (print): only do padding for nonmusical bounds
2535
2536 2006-05-21  Graham Percival  <gpermus@gmail.com>
2537
2538         * Documentation/user/basic-notation.itely: reorg.
2539
2540         * Documentation/user/ various: minor fixes.
2541
2542 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
2543
2544         * lily/stencil-expression.cc (register_stencil_head): opps, append
2545         to cdr of static SCM object.
2546
2547 2006-05-19  Graham Percival  <gpermus@gmail.com>
2548
2549         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
2550         update framework for command index.  DOC WRITERS: use @funindex
2551         instead of @cindex @code{}.
2552
2553         * Documentation/user/ various: replace @cindex @code{} => @funindex
2554
2555 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
2556
2557         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
2558         case positions is set manually. 
2559
2560 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
2561         
2562         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
2563         rules to Scheme.
2564
2565 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
2566
2567         * Documentation/user/changing-defaults.itely (Contexts explained):
2568         use absolute dimension for @image.
2569
2570         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
2571         out image for illustration too.
2572         ($(outdir)/%.png): add more png <-> eps rules. 
2573
2574 2006-05-17  Graham Percival  <gpermus@gmail.com>
2575
2576         * Documentation/user/ various: remove trailing whitespace, cosmetic
2577         change to reduce changes produced by diff.
2578
2579 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
2580
2581         * lily/main.cc (do_chroot_jail): correctness tweak.
2582
2583         * python/lilylib.py (system): import subprocess in system () only.
2584
2585         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
2586
2587         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
2588         variable. Backportme.
2589
2590 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
2591         
2592         * lily/parser.yy: Change all syntax rules of type Music to SCM type
2593
2594 2006-05-17  Werner Lemberg  <wl@gnu.org>
2595
2596         * lily/lexer.ll (init_signature_has_table): Add
2597         `scm-scm-music-music'.
2598
2599         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
2600         (Generic_prefix_music_scm): Add rule for it.
2601
2602         * lily/quote-iterator.cc (Quote_iterator::process): Handle
2603         `quoted-transposition' property.
2604
2605         * ly/music-functions-init.ly (transposedCueDuring): New function.
2606
2607         * scm/define-music-properties.scm (all-music-properties): Updated.
2608
2609         * Documenation/topdocs/NEWS.itely: Document it.
2610
2611 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
2612
2613         * python/lilylib.py (system): move import subprocess to system()
2614         definition. 
2615
2616         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
2617
2618         * VERSION (PATCH_LEVEL): release 2.9.5
2619         
2620         * Documentation/topdocs/INSTALL.texi (Top): update versions and
2621         build instructions. 
2622
2623         * ly/engraver-init.ly: switch on hairpinToBarline by default.
2624
2625 2006-05-16  Graham Percival  <gpermus@gmail.com>
2626
2627         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
2628
2629         * Documentation/user/ various: minor fixes.
2630
2631 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
2632
2633         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
2634
2635 2006-05-16  Mats Bengtsson  <mabe@s3.kth.se>
2636
2637         * Documentation/user/advanced-notation.itely (Instrument names):
2638         Modified obsolete instruction on how to move instrument names away
2639         from the staves. Hmm, at second thought the bug probably has been
2640         solved, so the full bug description should probably be removed.
2641
2642 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
2643
2644         * lily/dynamic-engraver.cc (typeset_all): hang ending on
2645         currentCommandColumn. 
2646
2647         * lily/hairpin.cc (print): also add padding for non-neighbor
2648         hairpin bounds.
2649
2650         * scm/define-context-properties.scm
2651         (all-user-translation-properties): add hairpinToBarline
2652
2653         * input/regression/hairpin-to-barline.ly: new file.
2654
2655         * lily/context.cc (internal_send_stream_event): thinko fix.
2656
2657         * lily/tie.cc (set_default_control_points): robustness fix.
2658
2659         * python/musicxml.py (Part.interpret): don't complain about
2660         incomplete measures.
2661
2662         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
2663         new music if last_event_chord() returned None.
2664
2665         * python/musicxml.py (Part.interpret): skip back over chord notes.
2666
2667 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
2668         
2669         * lily/percent-repeat-engraver.cc, lily/parser.yy,
2670         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
2671         lily/slash-repeat-engraver.cc,
2672         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
2673         iterator sends PercentEvents
2674
2675         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
2676         rework tuplets: send start/stop events to engraver
2677
2678         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
2679         dispatchers event-source and events-below to Context
2680         
2681 2006-05-15  Graham Percival  <gpermus@gmail.com>
2682
2683         * Documentation/user/README.txt: update info for doc writers.
2684
2685         * Documentation/user/programming-interface.itely: integrate
2686         Nicolas' fixes for chapter rewrite.
2687
2688         * Documentation/user/ various: minor fixes.
2689
2690 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
2691
2692         * lily/clef-engraver.cc: cleanup.
2693
2694         * Documentation/user/GNUmakefile: dist context-example.eps too.
2695
2696         * lily/key-engraver.cc (create_key): use
2697         explicitKeySignatureVisibility for cancellation too. 
2698
2699         * lily/font-config.cc (init_fontconfig): don't close file if
2700         f==NULL. 
2701
2702 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
2703
2704         * Documentation/topdocs/NEWS.tely: niente and rotation news
2705
2706 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
2707
2708         * lily/include/stencil.hh
2709         * lily/stencil.cc (rotate): new function. Makes it possible
2710         to rotate a stencil around a given offset.
2711
2712         * lily/grob.cc (get_print_stencil): add rotation support
2713
2714         * lily/stencil-interpret.cc (interpret_stencil_expression):
2715         add rotation support
2716
2717         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
2718
2719         * scm/define-grob-properties.scm: add 'rotation property
2720
2721         * scm/define-markup-commands.scm: add rotate markup command
2722         
2723         * scm/output-ps.scm: add rotation support in PostScript backend
2724
2725         * scm/output-svg.scm: add rotation support in SVG backend
2726
2727 2006-05-13  Graham Percival  <gpermus@gmail.com>
2728
2729         * Documentation/user/music-glossary.itely: French correction.
2730
2731         * Documentation/user/programming-interface.itely: major
2732         new docs, some reorg, some info from Nicolas.
2733
2734         * Documentation/user/ various: small fixes.
2735
2736 2006-05-12  Mats Bengtsson  <mabe@s3.kth.se>
2737
2738         * Documentation/user/programming-interface.itely (Markup
2739         programmer interface): Remove duplicate text.
2740
2741 2006-05-12  Graham Percival  <gpermus@gmail.com>
2742
2743         * Documentation/user/context-example.eps: new file.
2744
2745         * Documentation/user/changing-defaults.itely: set up file to
2746         use eps image.
2747
2748         * Documentation/user/programming-interface.itely: changes
2749         from mailist.
2750
2751 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
2752
2753         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
2754
2755 2006-05-11  Graham Percival  <gpermus@gmail.com>
2756
2757         * Documentation/user/programming-interface.itely: first round of
2758         editing and merging emails from Nicolas.
2759
2760         * Documentation/user/scheme-tutorial: minor edit.
2761
2762 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
2763
2764         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
2765         XML attributes.
2766         (Xml_node.message): use it.
2767
2768         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
2769         oops. Add duration argument.
2770
2771 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
2772
2773         * lily/paper-column-engraver.cc (make_columns):
2774         * scm/define-grobs.scm: Revert my previous change and set the default
2775         in define-grobs.scm instead.
2776
2777 2006-05-09  Graham Percival  <gpermus@gmail.com>
2778         
2779         * Documentation/user/changing-defaults.itely: general editing,
2780         info about \set and \override.
2781
2782         * Documentation/user/tweaking.itely, advanced-notation.itely:
2783         fixes from Dave Luttinen, thanks!
2784
2785 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
2786
2787         * lily/paper-column-engraver.cc (make_columns): By default, a column
2788         needs to be breakable.
2789
2790 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
2791
2792         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
2793         Attributes methods
2794         (musicxml_time_to_lily): idem
2795         (musicxml_key_to_lily): idem
2796         (instrument_drumtype_dict): dict for supported drumtypes.
2797         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
2798         moments and pending mm rests
2799         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
2800         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
2801         (musicxml_voice_to_lily_voice): add mode change.
2802         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
2803         speed and less memory usage (factor 5 to 10).
2804         (convert): write -defs.ly  and driver file separately so people
2805         can script their own part extraction.
2806
2807         * python/musicxml.py (minidom_demarshal_node): new function:
2808         separate minidom handling.
2809         (lxml_demarshal_node): new function: support lxml.etree too.
2810         (Xml_node.message): new function: verbose error message, with XML
2811         path to offending node.
2812         (Attributes.get_measure_length): sane interface to MusicXML attributes.
2813         (Part_list.generate_id_instrument_dict): new method: collect
2814         instrument names, to be able to set drum_type.
2815         (Part.interpret): handle underfull measures
2816         (Part.interpret): assign instrument names.
2817
2818         * python/musicexp.py (Output_printer.close): new method
2819         (MusicWrapper.print_ly): new class: support other modes,
2820         eg. \drummode
2821         (BarCheck.print_ly): new class. Support bar checks, with comments
2822         and fancy barchecks. 
2823         (NoteEvent.__init__): also set drum_type for drum notes.
2824         (MultiMeasureRest.lisp_expression): dump mm rests.
2825
2826         * lily/paper-column-engraver.cc (stop_translation_timestep): set
2827         line-break-permission if forbidBreak is not set.
2828
2829 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
2830
2831         * scm/define-context-properties.scm:
2832         * scm/define-grob-properties.scm:
2833         * scm/define-grobs.scm:
2834         * scm/define-music-display-methods.scm:
2835         * scm/define-music-properties.scm:
2836         * scm/define-music-types.scm:
2837         * scm/music-functions.scm:
2838         * ly/declarations-init.ly:
2839         * lily/include/constrained-breaking.hh:
2840         * lily/system.cc:
2841         * lily/spaceable-grob.cc:
2842         * lily/simple-spacer.cc:
2843         * lily/paper-score.cc:
2844         * lily/paper-column.cc:
2845         * lily/paper-column-engraver.cc:
2846         * lily/item.cc:
2847         * lily/gourlay-breaking.cc:
2848         * lily/constrained-breaking.cc:
2849         * python/convertrules.py:
2850         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
2851         "page-break-penalty" and "line-break-permission".
2852         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
2853         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
2854
2855         * lily/bar-engraver.cc:
2856         * lily/beam-engraver.cc:
2857         * lily/forbid-break-engraver.cc:
2858         * lily/ligature-engraver.cc:
2859         * lily/paper-column-engraver.cc:
2860         * lily/percent-repeat-engraver.cc:
2861         * lily/score-engraver.cc:
2862         * lily/score-engraver.hh:
2863         * lily/paper-column-engraver.hh:
2864         Inter-engraver communication regarding line breaks is done through context
2865         properties (Score.forbidBreak) instead of function calls.
2866
2867 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
2868
2869         * VERSION (PACKAGE_NAME): release 2.9.4
2870
2871 2006-05-08  Graham Percival  <gpermus@gmail.com>
2872
2873         * Documentation/user/working.itely: proofreading from Dave
2874         Luttinen, thanks.
2875
2876         * Doucmentation/user/README.txt: updated with manual style info.
2877
2878         * Documentation/user/ various: trim linewidth to 78 chars.
2879
2880 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
2881
2882         * scm/define-grob-properties.scm (all-internal-grob-properties):
2883         remove chord-tremolo property.
2884
2885         * lily/beam.cc (get_beam_segments): don't use stem position as
2886         base for broken ends.
2887
2888 2006-05-06  Graham Percival  <gpermus@gmail.com>
2889
2890         * Documentation/user/putting.itely: proofreading from Dave
2891         Luttinen, thanks!
2892
2893         * Documentation/user/ various: more reorg and clarifications.
2894
2895 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2896
2897         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
2898
2899         * ly/music-functions-init.ly: new function featherDurations
2900
2901         * lily/beam.cc: read grow-direction for feathered beaming.
2902
2903         * Documentation/topdocs/NEWS.tely (Top): typo.
2904
2905 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2906
2907         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
2908         tremolo beams.
2909
2910 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
2911         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
2912         used by music streams.
2913
2914         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
2915         lily/stream-event.cc, lily/stream-event-scheme.cc,
2916         lily/listener.cc, lily/scheme-listener.cc,
2917         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
2918         lily/include/stream-event.hh, lily/include/listener.hh,
2919         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
2920         Created data structures for music streams.
2921         
2922 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2923
2924         * lily/beam.cc (get_beam_segments): new function. Reorganise the
2925         construction of a beam. 
2926         (print): rewrite. 
2927
2928         * flower/include/std-vector.hh (default_compare): use only one comparison.
2929
2930         * scm/define-markup-commands.scm (note-by-number): remove debug display.
2931         (note-by-number): further attachment fixes.
2932
2933         * scm/lily-library.scm (ordered-cons): new function.
2934         (interval-index): new function
2935
2936         * lily/note-head-scheme.cc (LY_DEFINE): new file.
2937
2938         * lily/note-head.cc (get_stem_attachment): new function.
2939
2940         * scm/define-markup-commands.scm (note-by-number): read 'style
2941         property. 
2942
2943         * input/regression/markup-note.ly: show note-head style option.
2944
2945         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
2946         triangle head.
2947
2948 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
2949
2950         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
2951
2952         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
2953
2954         * lily/include/constrained-breaking.hh: GCC 4 fix.
2955
2956 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
2957
2958         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
2959         Replace it with functions get_line_forces and get_line_configuration.
2960         (class Simple_spacer): Make data private.
2961         Rewrite compression algorithm to be faster and simpler.
2962
2963         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
2964         * lily/gourlay-breaking.cc (solve):
2965         * lily/constrained_breaking.cc (space_line):
2966         Change it to the new simple-spacer code.
2967
2968         * lily/paper-score.cc (get_paper_systems):
2969         (Paper_score):
2970         (process):
2971         Delay breaking the systems until they are requested.
2972         (find_break_indices):
2973         Use vsize for indices.
2974         (calc_breaking):
2975         Move the "Calculating line breaks" message here.
2976
2977         * lily/system.cc (pre_processing):
2978         Move the "Calculating line breaks" message away from here.
2979         (break_into_pieces):
2980         Allow multiple calls to this function in sequence (with touching-but-
2981         not-overlapping breakpoints).
2982
2983         * lily/constrained-breaking.cc:
2984         Replace most of the get_XXXX functions with get_line_details.
2985         Only calculate the force for each line. Calculate configurations only
2986         for the lines we will actually use.
2987         Replace cols_ with lines_.
2988
2989 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2990
2991         * mf/GNUmakefile (depth): remove FC_FIND.
2992
2993         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
2994
2995         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
2996
2997         * scm/framework-ps.scm (write-preamble): new function.
2998         (write-preamble): load mac fonts via fondu, even if gs-font-load
2999         is set.
3000
3001 2006-05-03  Werner Lemberg  <wl@gnu.org>
3002
3003         * mf/GNUmakefile (FC_FIND): Fix typo.
3004
3005 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
3006
3007         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
3008
3009 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
3010
3011         * stepmake/aclocal.m4: run python-config for crosscompiling
3012         flags. 
3013
3014         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
3015         -f png for HTML, TEXINFO formats. 
3016
3017         * input/tutorial/lbook-html-test.html: new file.
3018
3019         * lily/include/tie-formatting-problem.hh (class
3020         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
3021         [column, direction]. This fixes laissez vibrer ties.
3022  
3023         * flower/include/tuple.hh (struct Tuple2): new file.
3024
3025         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
3026         $(FCMATCH), only if $(NCSB_DIR) not set. 
3027
3028         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
3029
3030         * config.make.in (DOCUMENTATION): set FCMATCH.  
3031
3032         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
3033
3034 2006-05-03  Graham Percival  <gpermus@gmail.com>
3035
3036         * Documentation/user/ various: final round of reorg.
3037
3038         * Documentation/user/instrument-notation.itely: some more
3039         fixes from Eduardo, thanks!
3040
3041 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
3042
3043         * VERSION (PACKAGE_NAME): release 2.9.3
3044
3045         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
3046
3047         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
3048
3049 2006-05-01  Mats Bengtsson  <mabe@s3.kth.se>
3050
3051         * scm/define-grob-properties.scm (all-user-grob-properties):
3052         Correct typo, thanks to Eduardo.
3053
3054 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
3055
3056         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
3057
3058         * buildscripts/lilypond-words.py (F): indent fix.
3059
3060         * input/regression/tie-arpeggio-collision.ly: new file.
3061
3062         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
3063         function: store outlines per column rank.
3064
3065         * lily/include/tie-configuration.hh (class Tie_configuration): add
3066         column_ranks_ to specification and configuration, to distinguish
3067         between ties for different heads in arpegiated chords.
3068
3069         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
3070
3071         * *.py: more 4 space indents.
3072
3073         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
3074
3075 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
3076
3077         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
3078
3079 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
3080
3081         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
3082
3083         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
3084
3085         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
3086
3087 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3088
3089         * python/convertrules.py (conv): indent 4 for python files.
3090
3091 2006-04-29  Mats Bengtsson  <mabe@s3.kth.se>
3092
3093         * Documentation/user/changing-defaults.itely (Creating contexts):
3094         Clarify \new semantics.
3095
3096 2006-04-28  Graham Percival  <gpermus@gmail.com>
3097
3098         * Documentation/user/ various: major new sections in the
3099         Learning manual, slight reorg elsewhere.
3100
3101 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
3102
3103         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
3104
3105         * scm/framework-ps.scm (output-framework): remove PageMedia
3106
3107 2006-04-27  Graham Percival  <gpermus@gmail.com>
3108
3109         * Documentation/user/ tweaks.itely, working.itely: new
3110         files, being more advanced "learning manual" chapters.
3111
3112         * Documentation/user/ tutorial, putting, lilypond: reorg.
3113
3114 2006-04-26  Graham Percival  <gpermus@gmail.com>
3115
3116         * input/regression/lyric-combine-polyphonic.ly: fixed test
3117         (no more "can't find context `one'" error).
3118
3119 2006-04-25  Joe Neeman <joeneeman@gmail.com>
3120
3121         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
3122
3123         * input/regression/stem-tremolo.ly: add 2 more whole note examples
3124         
3125 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3126
3127         * lily/relocate.cc (read_relocation_dir): new function.
3128
3129 2006-04-26  Graham Percival  <gpermus@gmail.com>
3130
3131         * Documentation/user/instrument-notation.itely: a few more fixes
3132         from Eduardo, thanks!
3133
3134         * Documentation/user/README.txt: new file; contains info on
3135         style that used to be in lilypond.tely.
3136
3137         * Documentation/user/ various: first round of doc reorg.
3138
3139         * Documentation/user/baer-flat-bw.png: remove alpha bit from
3140         graphic; this probably causes problems on some pdf
3141         viewers, notably Adobe Acrobat.
3142
3143 2006-04-24  Graham Percival  <gpermus@gmail.com>
3144
3145         * Documentation/user/instrument-notation.itely: many alterations
3146         to Vocal music, from Eduardo Viera.
3147
3148 2006-04-23  Graham Percival  <gpermus@gmail.com>
3149
3150         * Documentation/user/instrument-notation.itely: fix \new
3151         instead of \context problem.
3152
3153 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3154
3155         * lily/relocate.cc (expand_environment_variables): new function.
3156         (read_line): id.
3157         (read_relocation_file): id.
3158
3159         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
3160
3161 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
3162
3163         * ly/engraver-init.ly: remove old comments from TabVoice
3164
3165 2006-04-20  Graham Percival  <gpermus@gmail.com>
3166
3167         * Documentation/user/instrument-notation.itely: added Erlend's
3168         latest doc patch, thanks!
3169
3170 2006-04-19  Erlend Aasland <erlenda@gmail.com>
3171
3172         * lily/include/slur.hh:
3173         * lily/slur.cc:
3174         * lily/phrasing-slur-engraver.cc:
3175         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
3176         acknowledge_extra_object () from Phrasing_slur_engraver:: and
3177         Slur_engraver:: and putting it in
3178         Slur::auxiliary_acknowledge_extra_object ().
3179
3180         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
3181
3182         * lily/note-collision.cc: fix a comment
3183
3184 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3185
3186         * stepmake/bin/add-html-footer.py: fix footer position in
3187         generated html files: before </body> and </html> tags.
3188
3189 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3190
3191         * scripts/GNUmakefile: revert last "fix", which rather broke make.
3192         Earlier successive `make' commands finally compiled ok.
3193
3194         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
3195
3196 2006-04-18  Erlend Aasland <erlenda@gmail.com>
3197
3198         * lily/include/stem-tremolo.hh:
3199         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
3200         callers.
3201
3202         * lily/lookup.cc:
3203         * lily/include/lookup.hh: add rotated_box ()
3204
3205 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3206
3207         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
3208         been generated. Fixes "can't get `--help'" bug after make clean.
3209
3210         * THANKS: alphabetize contributors.
3211
3212 2006-04-17  Graham Percival  <gpermus@gmail.com>
3213
3214         * Documentation/user/instrument-notation.itely: added Erlend's
3215         tabs and banjo doc patch.  Thanks!
3216
3217 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
3218
3219         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
3220
3221         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
3222
3223         * scm/output-lib.scm: add some more predefined string tunings.
3224
3225         * Documentation/user/instrument-notation.itely: and doc them.
3226
3227 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
3228
3229         * ly/engraver.ly: Remove obsolete comments.
3230
3231         * ly/gregorian-init.ly: Define default layout block.
3232
3233         * input/puer-fragment.ly: Updated and extended.
3234
3235 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3236
3237         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
3238         pdf conversion behaviour.
3239
3240         * flower/file-name.cc (dir_name)
3241         (get_working_directory): Move from relocate.cc.
3242
3243         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
3244         
3245         * lily/relocate.cc: Encapsulate sys/stat.h in
3246         HAVE_STAT_H.
3247
3248 2006-04-14  Graham Percival  <gpermus@gmail.com>
3249
3250         * Documentation/user/ various: small updates from Cameron
3251         and Juergen, thanks!
3252
3253         * Documentation/user/ various: small updates of my own.
3254
3255         * THANKS: 2.7 -> 2.8.
3256
3257 2006-04-11  Graham Percival  <gpermus@gmail.com>
3258
3259         * scm/define-context-properties.scm: typo.
3260
3261         * Documentation/user/ : many more small updates.
3262
3263 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
3264
3265         * scm/define-music-types.scm: disposed "docme".
3266
3267 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
3268
3269         * lily/hairpin.cc: make niente circles a bit smaller.
3270
3271 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
3272
3273         * mf/GNUmakefile: remove redundant mftrace check. Also remove
3274         get-pfa and get-*-fonts targets.
3275
3276 2006-04-10  Graham Percival  <gpermus@gmail.com>
3277
3278         * THANKS, Documentation/user/ basic-notation, advanced-notation,
3279         music-glossary, programming-interface: more minor fixes
3280         from mailist.
3281
3282         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
3283
3284         * scm/define-context-properties.scm: another old \property update.
3285         This time tested for compiling!
3286
3287 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
3288
3289         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
3290
3291 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3292
3293         * scm/define-context-properties.scm (all-user-translation-properties): 
3294         * Documentation/user/global.itely (Page formatting): Compile fix.
3295
3296 2006-04-09  Mats Bengtsson  <mabe@s3.kth.se>
3297
3298         * Documentation/user/advanced-notation.itely (Polymetric
3299         notation): Update the example to use the "+" symbol and add link
3300         to input/test/compound-time.ly.
3301
3302 2006-04-08  Graham Percival  <gpermus@gmail.com>
3303
3304         * scm/define-grob-properties.scm: clarify docs for #'direction.
3305
3306         * scm/define-context-properties.scm: update old \property override.
3307
3308         * Documentation/user/ advanced-notation, global, lilypond-book:
3309         more minor doc updates.
3310
3311 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
3312
3313         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
3314
3315         * scm/backend-library.scm (search-gs): oops.
3316
3317 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
3318
3319         * scripts/lilypond-book.py (output): use base, not filename for href.
3320
3321         * scm/backend-library.scm: only look for gs.
3322
3323         * scripts/lilypond-book.py (output): fix printfilename.
3324
3325         * lily/parser.yy (music_function_musicless_prefix): fold together
3326         definitions of signature (SCM*) (Music|post_event|chord_body_element)
3327
3328         * lily/slur.cc (print): only set font-size if not set yet.
3329
3330         * lily/slur-configuration.cc (add_score): improved layout of debug
3331         scoring output.
3332
3333 2006-04-05  David Feuer  <David.Feuer@gmail.com>
3334
3335         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
3336         (draw_circle): Hopefully fixed regression.
3337         Improved documentation for several procedures.
3338         
3339 2006-03-04  Werner Lemberg  <wl@gnu.org>
3340
3341         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
3342
3343 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
3344
3345         * scripts/musicxml2ly.py (bindir): add dynamic
3346         relocation. 
3347
3348 2006-04-04  Graham Percival  <gpermus@gmail.com>
3349
3350         * Documentation/user/ basic-notation, advanced-notation, putting,
3351         instrument-notation, invoking, lilypond, THANKS: another ream of small
3352         fixes from the Doc Helpers.
3353
3354 2006-04-03  David Feuer  <David.Feuer@gmail.com>
3355
3356         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
3357
3358         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
3359
3360         * Cleaned up interfaces between PostScript and Scheme, and moved
3361         computations from PostScript to Scheme:
3362
3363         * music-drawing-routines.ps
3364         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
3365         with stroke_and_fill throughout.
3366         (euclidean_length, print_letter, draw_box): Deleted unused
3367         procedures.  If someone needs draw_box, implement it using
3368         draw_round_box; don't duplicate code.
3369         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
3370         Refactored/cleaned up interfaces.
3371         (mark_URI): Moved.
3372
3373         * output-ps.scm: reordered arguments to PostScript functions to
3374         match new interfaces
3375         (glyph-string): Rewrote glyph-string.
3376         (grob-cause): Replaced string-append with format.
3377         (repeat-slash): Rewrote to do computation here.
3378         (round-filled-box): Rewrote to do computation here.
3379
3380 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
3381
3382         * stepmake/stepmake/generic-targets.make: add cvs-clean target
3383
3384         * stepmake/stepmake/toplevel- targets.make: print help info about
3385         cvs-clean
3386
3387 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
3388
3389         * input/regression/hairpin-circled.ly: new file
3390
3391 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
3392
3393         * lily/hairpin.cc (print): add support for circled tip
3394
3395         * scm/define-grob-properties.scm: add circled-tip parameter
3396
3397         * scm/define-grobs.scm: init circled-tip to false
3398         
3399 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
3400
3401         * scm/music-functions.scm (quote-substitute): set
3402         iterators-ctor. 
3403
3404 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
3405
3406         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
3407         BSTINPUTS. 
3408
3409         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
3410
3411         * scm/output-ps.scm (glyph-string): revert cid selectfont.
3412
3413 2006-03-31  David Feuer  <david.feuer@gmail.com>
3414         
3415         * scm/framework-ps.scm:
3416         
3417         * scm/output-ps.scm: glyph-string now produces smaller, more
3418         readable, and probably faster PostScript.  Several findfont
3419         scalefont setfont instances changed to selectfont
3420         Hacked-up string-appends changed to formats.
3421
3422         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
3423         
3424 2006-03-30  Graham Percival  <gpermus@gmail.com>
3425
3426         * scm/lily-library.scm: make "no version" warning message more polite.
3427
3428         * lily/music.cc: add double quotes to failed octave check.
3429
3430         * Documentation/user/ advanced-notation, changing-defaults,
3431         instrument-notation, invoking, music-glossary: whole bunch of minor
3432         fixes from mailist.
3433
3434 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
3435
3436         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
3437         $(buildscriptdir) iso. depth.
3438
3439         * VERSION (PACKAGE_NAME): release 2.9.1
3440
3441 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
3442
3443         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
3444
3445         * VERSION (PATCH_LEVEL): bump version number.
3446
3447         * flower/include/guile-compatibility.hh (scm_from_uint32): add
3448         scm_from_uint32 ()
3449
3450         * lily/pango-font.cc (pango_item_string_stencil): use
3451         scm_from_uint32 ()
3452
3453         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
3454         $(outdir)/emmentaler-%.svg): remove canary.
3455
3456         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
3457         glyphnames if we have a ttf font.
3458
3459 2006-03-30  Mats Bengtsson  <mabe@s3.kth.se>
3460
3461         * Documentation/user/advanced-notation.itely (Font selection):
3462         Corrected reference to the font-family-override.ly example.
3463
3464 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
3465         
3466         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
3467         stem-tremolo object in the stem (or else the stem might not be
3468         long enough).
3469
3470 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
3471
3472         * lily/ttf.cc (print_trailer): only print existing glyphs.
3473
3474 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
3475
3476         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
3477         position the tremolo based on the position of the notehead.
3478
3479         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
3480         notes and update the texidoc line with the new positioning rules.
3481         
3482 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
3483
3484         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
3485
3486         * scripts/lilypond-book.py (Module): set default for linewidth if
3487         preamble not found.
3488
3489 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
3490
3491         * VERSION (PACKAGE_NAME): release 2.9.0.
3492
3493         * input/regression/stem-tremolo-position.ly: new file.
3494
3495         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
3496
3497 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
3498
3499         * lily/stem-tremolo.cc (print): position
3500         the tremolo depending only on the end of the stem
3501         and not on the notehead
3502         (raw_stencil): center, on the middle staff line, the
3503         flag that is closest to the end of the stem (previously
3504         the bottom flag)
3505         (calc_width): add this callback to shorten a tremolo when
3506         it is beamed or it is stemup with a flag
3507         (style): add this callback to make a tremolo rectangular when
3508         it is beamed or it is stemup with a flag
3509         (rotated_box): this is like Lookup::beam but makes a rotated
3510         rectangle instead of a parallelogram
3511
3512         * lily/stem.cc (calc_stem_info): make sure the stem
3513         is long enough to fit the tremolo
3514         (calc-length): reduce the length of tremolo stems since the
3515         tremolo code is now capable of better positioning
3516
3517         * scm/define-grobs.scm: make calc_width the default beam-width
3518         callback for stem-tremolo and add the style callback
3519                 
3520 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
3521
3522         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
3523         case. 
3524
3525 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
3526
3527         * lily/ttf.cc (make_index_to_charcode_map): restore old
3528         cmap. 
3529
3530 2006-03-28  Werner Lemberg  <wl@gnu.org>
3531
3532         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
3533
3534 2006-03-28  Graham Percival  <gpermus@gmail.com>
3535
3536         * THANKS: update for 2.9, add section for Documentation helpers.
3537
3538         * Documentation/topdocs/NEWS.tely: compile fix.
3539
3540         * Documentation/user/ basic-notation, global, advanced-notation,
3541         examples.itely: minor fixes from mailist.
3542
3543 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
3544
3545         * mf/feta-bolletjes.mf: match width of solfa notes with normal
3546         note heads. 
3547
3548         * lily/ttf.cc (print_trailer): use it.
3549
3550         * lily/pango-font.cc (get_unicode_name): new function.
3551
3552         * lily/ttf.cc (make_index_to_charcode_map): move function from
3553         open-type-font.cc
3554         (print_trailer): substitute uniXXXX name if applicable. 
3555
3556         * lily/pango-font.cc (get_index_to_charcode_map): new function.
3557         (pango_item_string_stencil): use it to generate uniXXXX names.
3558
3559         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
3560         note heads, for uniform widths in shape note output.
3561         (overdone_heads): hmm. remove them again.
3562
3563         * scripts/lilypond-book.py (output): add links to filenames.
3564
3565         * Documentation/topdocs/INSTALL.texi (Top): update versions.
3566
3567         * lily/note-collision.cc (get_clash_groups): only consider when
3568         Note_column::dir <> CENTER. 
3569
3570         * scripts/lilypond-book.py (get_option_parser): init output_name
3571         to ''. 
3572
3573 2006-03-24  Graham Percival  <gpermus@gmail.com>
3574
3575         * Documentation/topdocs/NEWS.tely: add @end itemize
3576
3577         * Documentation/user/ global, advanced-notation: minor
3578         stuff from mailist.
3579
3580 2006-03-23  Graham Percival  <gpermus@gmail.com>
3581
3582         * Documentation/user/ lilypond.tely, music-glossary,
3583         preface: housekeeping; 2005->2006, remove "notes for 2.6"
3584
3585 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
3586
3587         * mf/GNUmakefile: don't install .enc files.
3588
3589         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
3590
3591         * VERSION (PATCH_LEVEL): bump to 2.9.0
3592
3593 2006-03-22  Graham Percival  <gpermus@gmail.com>
3594
3595         * Documentation/user/advanced-notation.itely: minor fixes
3596         from mailist.
3597
3598 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
3599
3600         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
3601
3602         * branch lilypond_2_8
3603
3604 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
3605
3606         * scripts/lilypond-book.py (samefile): new function, for windoze
3607         compatibility.
3608
3609 2006-03-21  Graham Percival  <gpermus@gmail.com>
3610
3611         * ly/engraver-init.ly: add info about StaffGroup.
3612
3613 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
3614
3615         * input/regression/stem-direction-context.ly: idem.
3616
3617         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
3618
3619         * THANKS: add Mats.
3620
3621         * input/regression/page-layout-twopass.ly: comment out \markup so
3622         tweak-file is left.
3623
3624         * lily/instrument-name-engraver.cc (finalize): add to instrument
3625         name global System. This also fixes chopped instrument names, but
3626         doesn't crash when there are slurs/beams.
3627
3628         * lily/slur-configuration.cc (add_score): disallow negative slur
3629         scores.
3630         
3631 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3632
3633         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
3634
3635         * lily/instrument-name-engraver.cc (process_music): kludge: add
3636         InstrumentName spanner to axis group of left bound. Fixes chopped
3637         off instrument names in EPS images.
3638
3639         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
3640
3641         * scripts/abc2ly.py (option_parser): update to 2.7.40
3642
3643 2006-03-20  Graham Percival  <gpermus@gmail.com>
3644
3645         * THANKS: move small doc contributors to SUGGESTIONS.
3646
3647         * Documentation/user/ basic-notation, advanced-notation,
3648         global: small changes from mailist.
3649
3650 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3651
3652         * Documentation/user/advanced-notation.itely (Text marks): update
3653         for new rehearsalMarkAlignSymbol convention.
3654
3655         * VERSION (PATCH_LEVEL): bump version.
3656
3657         * input/test/instrument-name-align.ly: new file.
3658
3659         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
3660
3661         * input/test/instrument-name-align.ly: new file. Document how to
3662         align instrument names.
3663
3664         * lily/mark-engraver.cc: remove properties.
3665
3666         * scm/define-context-properties.scm
3667         (all-user-translation-properties): remove align symbol properties
3668         for barnumber/reh. mark.
3669
3670         * lily/break-align-interface.cc (self_align_callback): new
3671         interface, new function. Look at complete alignment. This handles
3672         tunable break alignments in case break-align-symbols are missing.
3673
3674         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
3675
3676         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
3677
3678         * python/convertrules.py (conv): mark/bar number alignment rule.
3679
3680         * lily/break-align-interface.cc (calc_positioning_done): also
3681         store offset from last visible break-alignment to its
3682         neighbor. This makes alignment on non-visible objects more reliable.
3683
3684         * po/lilypond.pot (Module): ran po-replace.
3685
3686         * input/regression/tie-single-manual.ly (Module): new file.
3687
3688         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
3689         look at has_manual_position_.
3690         (from_ties): set has_manual_position_ if tie has staff-position set.
3691
3692         * lily/tuplet-bracket.cc (calc_positions): idem.
3693
3694         * lily/tuplet-number.cc (print): don't print tupletnumber if it
3695         doesn't span time.
3696
3697 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3698
3699         * scm/define-markup-commands.scm (smallCaps): new markup command
3700         for turning a text to small caps using smaller font size and upper
3701         casing.
3702
3703 2006-03-17  Graham Percival  <gpermus@gmail.com>
3704
3705         * Documentation/user/ examples, instrument-notation,
3706         advnaced-notation: minor fixes from mailist.
3707
3708 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3709
3710         * Documentation/user/tutorial.itely (First steps): change example
3711         to verbatim.  
3712
3713 2006-03-17  Graham Percival  <gpermus@gmail.com>
3714
3715         * Documentation/user/ examples, advanced: minor changes from mailist.
3716
3717         * THANKS: add Geoff Horton, for documentation stuff.
3718
3719 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3720
3721         * python/lilylib.py (system): revert have_select kludge.
3722
3723         * Documentation/user/tutorial.itely (Commenting input files):
3724         update version numbers in doc. 
3725
3726         * scm/define-grob-interfaces.scm (multi-measure-interface): add
3727         bound-padding to multi-measure-interface
3728
3729 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3730
3731         * input/test/engraver-example.ily: update version number.
3732
3733         * VERSION (PACKAGE_NAME): release 2.7.39
3734
3735         * lily/note-spacing.cc (get_spacing): heighten threshold where
3736         accidentals/arpeggios influence previous spacing fully.
3737
3738         * lily/rest.cc (y_offset_callback): only use direction if
3739         staff-position wasn't set before.
3740
3741         * lily/bar-number-engraver.cc: add support for
3742         barNumberAlignSymbol. 
3743         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
3744
3745         * lily/pointer-group-interface.cc (set_ordered): new function. 
3746         (add_unordered_grob): new function.
3747
3748         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
3749         to ordered, unless the opposite has been proved.  This fixes
3750         random reordering of large object groups across linebreaks,
3751         eg. beams.
3752
3753         * lily/main.cc (do_chroot_jail): printf format fix.
3754
3755         * lily/tie-formatting-problem.cc (generate_configuration):
3756         multiply y-shift for dot with direction.
3757  
3758         * scm/define-markup-commands.scm (note-by-number): put (magstep
3759         size) in y-attach too.
3760
3761         * Documentation/topdocs/NEWS.tely (Top): show override.
3762
3763         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
3764         direction for stems.
3765         
3766 2006-03-15  Graham Percival  <gpermus@gmail.com>
3767
3768         * Documentation/user/ changing-defaults, global: minor
3769         fixes from mailist.
3770
3771 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3772
3773         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
3774
3775         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
3776         breakable items after uniformly stretched notes.
3777
3778         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
3779         outline with outer edge of note heads. This prevents infinity
3780         problems with tied whole notes.
3781
3782         * scripts/lilypond-book.py (do_file): use os.popen
3783
3784         * python/convertrules.py (conv): add rule for Stem #'beamed-*
3785
3786 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
3787
3788         * Documentation/user/invoking.itely: Add ragged-right to bug report
3789         guidelines.
3790
3791 2006-03-14  Graham Percival  <gpermus@gmail.com>
3792
3793         * Documentation/user/global.itely: small fix from mailist.
3794
3795 2006-03-14  Mats Bengtsson  <mabe@s3.kth.se>
3796
3797         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
3798         file descriptor returned by tempfile.mkstemp() when writing
3799         to tmpfile and closing it. Solves problem with unlink(tmpfile)
3800         on mingw.
3801
3802 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3803
3804         * po/fi.po: newline bugfix.
3805
3806 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3807
3808         * scm/paper.scm (paper-alist): Rounding fixes.
3809
3810 2006-03-13  Graham Percival  <gpermus@gmail.com>
3811
3812         * Documentation/user/ changing-defaults, instrument-notation,
3813         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
3814
3815 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
3816
3817         * po/fi.po: update.
3818
3819 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3820
3821         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
3822         mailto: to http:// 
3823
3824         * python/lilylib.py (print_environment): move ps_page_count to
3825         lilypond-book.py
3826
3827 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3828
3829         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
3830
3831         * scm/framework-ps.scm (embed-document): new function. Use to
3832         embed PFA files.
3833
3834         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
3835
3836 2006-03-12  Mats Bengtsson  <mabe@s3.kth.se>
3837
3838         * Documentation/user/instrument-notation.itely (Setting simple
3839         songs): Added \book{...} around the full example, so the separate
3840         markups are included in the printed example. 
3841
3842 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3843
3844         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
3845         tmphandle.
3846
3847         * python/lilylib.py (system): rewrite system() using
3848         subprocess. Remove >& redirection trickery.
3849
3850 2006-03-11  Graham Percival  <gpermus@gmail.com>
3851
3852         * Documentation/user/ changing-defaults, global, scheme-tutorial,
3853         notation-appendices.itely: minor fixes from mailist.
3854
3855 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3856
3857         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
3858         unsplit man also needs images.
3859
3860         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
3861
3862         * VERSION (PACKAGE_NAME): 2.7.38 released.
3863
3864 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3865
3866         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
3867         log in output dir.
3868
3869 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
3870
3871         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
3872         respects the Score.skipTypesetting property.
3873         
3874 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3875
3876         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
3877         Prolog. No %%EOF after CFF file.
3878
3879 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
3880         
3881         * lily/constrained-breaking.cc (get_max_systems): used to return a
3882         much too big value
3883         (combine_demerits): use pointers to reduce copying data
3884         (calc_subproblem): idem
3885         (get_page_penalty): add page turn penalties
3886         
3887 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3888
3889         * Documentation/user/invoking.itely (Invoking lilypond): better
3890         explanation of -e usage.
3891
3892         * lily/main.cc (main_with_guile): don't append to
3893         init_scheme_code_string
3894
3895         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
3896
3897         * Documentation/user/invoking.itely: add note about MacOS X scripts.
3898
3899         * scripts/convert-ly.py (do_options): don't print help for
3900         --show-rules rule.
3901
3902         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
3903         @code and @example. Update from texinfo.tex from CVS.
3904
3905 2006-03-08  Graham Percival  <gpermus@gmail.com>
3906
3907         * Documentation/user/scheme-tutorial.itely: clarifies distances
3908         measured in staff-spaces.
3909
3910 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3911
3912         * lily/slur.cc (outside_slur_callback): only calculate offsets if
3913         consider[k] is true.
3914
3915         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
3916
3917         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
3918         consider columns that have originals.  Unifies spacing for mm
3919         rests around line breaks.
3920
3921         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
3922         (set_text_rods): idem.
3923         (calculate_spacing_rods): new function: share code between
3924         set_text_rods and set_spacing_rods.
3925         (set_text_rods): take extents of bounds into account.  
3926
3927 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3928
3929         * Documentation/user/basic-notation.itely (Writing music in
3930         parallel): don't use relative.
3931
3932 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3933
3934         * ly/music-functions-init.ly (Module): add shiftDurations
3935
3936         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
3937
3938         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
3939
3940         * ly/engraver-init.ly: init vocalName to nil.
3941
3942 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
3943
3944         * scm/music-functions.scm (music->make-music): bugfix,
3945         KeyChangeEvents are now handled correctly.
3946
3947         * scripts/lilypond-book.py: Add --debug option.
3948
3949 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3950
3951         * python/lilylib.py: add tempfile.
3952
3953 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3954
3955         * VERSION (PACKAGE_NAME): release 2.7.37
3956
3957         * python/lilylib.py (ps_page_count): remove make_ps_images().
3958         (ps_page_count): remove mkdir_p
3959         (system): remove cleanup_temp.
3960         (exit): remove lilypond_version_(check)
3961         (error_log): remove pseudo_filter_p
3962         remove read_pipe
3963         remove cp_to_dir
3964         remove identify
3965
3966         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
3967         use __main__
3968
3969         * lily/accidental-engraver.cc (make_standard_accidental): only add
3970         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
3971
3972         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
3973         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
3974         Make incompatibilities.
3975
3976         * scm/output-ps.scm (grob-cause): replace backslashes by /
3977         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
3978
3979 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3980
3981         * cygwin/GNUmakefile: Install fixes.
3982
3983         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
3984
3985         * lily/note-head.cc (head::get_balltype): Compile fix.
3986
3987         * flower/file-name.cc (dos_to_posix): Flower string fix.
3988
3989 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3990
3991         * python/lilylib.py: pychecker cleanups.
3992
3993         * scripts/lilypond-book.py
3994         (Lilypond_snippet.output_print_filename): pychecker cleanups
3995
3996         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
3997
3998         * python/lilylib.py (underscore): remove identify() , warranty()
3999
4000         * ps/music-drawing-routines.ps: change Border routine for GSView
4001         compatibility.
4002
4003         * lily/stem.cc (height): use quantize-positions.  This triggers
4004         set_stem_lengths, so scripts on beamed stems are handled correctly.
4005
4006         * lily/side-position-interface.cc (aligned_side): check if edges
4007         of script are inside staff. Fixes accent of edge of the staff.
4008
4009         * input/regression/staccato-pos.ly: more examples.
4010
4011         * stepmake/aclocal.m4 (depth): fix bashism.
4012
4013         * lily/lyric-combine-music-iterator.cc: move from
4014         new-lyric-combine-iterator.cc
4015         (process): add pending_grace_lyric_ member to delay lyrics on
4016         grace notes.
4017
4018         * lily/system-start-text.cc (print): suicide if we don't have any
4019         elements. Fixes hara kiri'd instrument names.
4020
4021         * scripts/mup2ly.py (Module): remove.
4022
4023 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4024
4025         * Documentation/user/global.itely (A single music expression):
4026         close @lilypond properly
4027
4028         * lily/volta-bracket.cc (modify_edge_height): change from
4029         after_line_breaking_callback. Suicide last bracket if appropriate.
4030  
4031         * python/lilylib.py: strip getopt support
4032
4033         * scripts/etf2ly.py (do_options): use optparse
4034
4035         * scripts/midi2ly.py: optparse, strip lilylib copy. 
4036
4037         * scripts/abc2ly.py (voices): use optparse.
4038
4039         * stepmake/stepmake/generic-vars.make: new function absdir.
4040
4041         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
4042
4043         * scripts/lilypond-book.py (find_file): use global_options for
4044         include path
4045
4046         * scm/ps-to-png.scm (ps-page-count): prevent null characters
4047         entering C code.
4048
4049 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4050
4051         * python/lilylib.py (get_global_option): ughness for extracting
4052         global options from lilylib.
4053         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
4054
4055         * scripts/lilypond-book.py (get_option_parser): use optparse for
4056         option handling.  Put options in global_options variable.
4057
4058 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
4059
4060         * Documentation/index.html.in: clarify.
4061
4062 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4063
4064         * scm/layout-page-layout.scm (write-page-breaks): add a
4065         music-system-heights property to the page layout output.
4066
4067         * scm/page.scm (make-page-stencil): take footer into account when
4068         computing the 'space-left page property
4069         (annotate-space-left): take footer into account when annonating
4070         space left.
4071
4072 2006-02-28  Graham Percival  <gpermus@gmail.com>
4073
4074         * Documentation/user/ advanced-notation, global: more (final)
4075         docs for music expressions, removed special fermatas.
4076
4077 2006-02-27  Graham Percival  <gpermus@gmail.com>
4078
4079         * Documentation/user/ basic-notation, global: minor changes
4080         from mailist.
4081
4082 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4083
4084         * scm/framework-ps.scm:         
4085         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
4086         layer for inf? and nan? from framework-ps to lily-library.
4087
4088 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4089
4090         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
4091         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
4092
4093         * buildscripts/substitute-encoding.py (Module): remove file.
4094
4095         * mf/GNUmakefile: more PFA strippage.
4096
4097         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
4098
4099         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
4100         generation
4101
4102         * scm/framework-ps.scm: remove font name munging.
4103
4104         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
4105
4106 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4107
4108         * scm/markup.scm (define-markup-command): change
4109         def-markup-command to define-markup-command
4110
4111         * scm/music-functions.scm (define-music-function): change
4112         def-music-function to define-music-function.
4113
4114         * python/convertrules.py (conv): rules for def-music-function
4115         and def-markup-commands
4116
4117         * Documentation/user/programming-interface.itely,
4118         input/no-notation/display-lily-tests.ly,
4119         input/regression/lily-in-scheme.ly,
4120         input/regression/markup-user.ly,
4121         input/regression/music-function.ly, input/regression/tie-chord.ly,
4122         scm/fret-diagrams.scm, ly/music-functions-init.ly,
4123         ly/gregorian-init.ly: use new macro names (define-music-function,
4124         define-markup-command).
4125
4126 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4127
4128         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
4129         (output): add comments to lp-book latex output.
4130
4131         * GNUmakefile.in (footifymail): use gmane address for webpage bug
4132         address.
4133
4134 2006-02-23  Graham Percival  <gpermus@gmail.com>
4135
4136         * Documentation/user/ tutorial, global: minor changes.
4137
4138 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4139
4140         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
4141         blocks (for make 3.80)
4142
4143         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
4144         \notemode so that user should not have to explicitely type it.
4145
4146         * scm/define-music-display-methods.scm: various
4147         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
4148         constructs)
4149
4150         * input/no-notation/display-lily-tests.ly: new tests for
4151         \applyOutput and \applyContext
4152
4153 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4154
4155         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
4156         changed it slightly so that the number of systems returned by
4157         solve () will be the same as the last value passed to resize
4158         (). I've also added more documentation, removed casts, fixed style
4159         problems and put in some recovery if constraints aren't satisfied."
4160
4161 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4162
4163         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
4164         for emacs < 22 compatibility.
4165         (count-rexp): Use it.
4166         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
4167         substring juggling (Milan Zamazal).
4168
4169 2006-02-23  Graham Percival  <gpermus@gmail.com>
4170
4171         * Documentation/user/ basic-notation, advanced-notation,
4172         global.itely, invoking.itely, tutorial,itely:
4173         minor fixes from mailist.
4174
4175         * scm/define-markup-commands.scm: improve docs of \filled-box.
4176
4177 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
4178
4179         * Documentation/index.html.in: changes concern the previous release.
4180
4181         * input/regression/+.ly: cultivate typographical terminology.
4182
4183 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4184
4185         * scm/define-grob-interfaces.scm (parentheses-interface): add
4186         padding to parentheses-interface.
4187
4188         * Documentation/user/GNUmakefile: remove $(CROSS) support from
4189         Documentation/user/GNUmakefile. Use --disable-documentation for that.
4190
4191         * VERSION (PATCH_LEVEL): release 2.7.36
4192
4193         * lily/slur.cc: add avoid-slur (ugh.)
4194         
4195         * lily/slur-configuration.cc (fit_factor): oops, skip point if
4196         intersection gets smaller. This fixes slurs over extreme points.
4197
4198         * lily/melody-engraver.cc (stop_translation_timestep): ignore
4199         stems with neutral-direction set.
4200
4201         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
4202
4203         * lily/open-type-font.cc (load_table): format error.
4204
4205         * lily/change-iterator.cc (process): format fix.
4206
4207         * flower/include/international.hh (_f): idem.
4208
4209         * flower/include/std-string.hh: add format printf attribute.
4210
4211         * scm/define-grobs.scm (all-grob-descriptions): height of all
4212         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
4213
4214         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
4215         ambitus lines.
4216
4217         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
4218
4219 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
4220
4221         * input/regression/: upgraded syntax for some files.
4222
4223         * THANKS: Add bughunters.
4224
4225 2006-02-22  Graham Percival  <gpermus@gmail.com>
4226
4227         * Documentation/user/ invoking.itely, advanced-notation.itely,
4228         global.itely: long-awaited "let's make chapter 10 not suck"
4229         update.  Rearrange chapter 10; now called "global issues",
4230         addresses file structure, etc.  Some info from other files
4231         moved into global.itely.
4232
4233 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4234
4235         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
4236         catch trill-span-event notes.
4237
4238         * Documentation/user/examples.itely (Ancient notation templates): typo.
4239         (Jazz combo): typo.
4240
4241         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
4242
4243         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
4244
4245         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
4246
4247         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
4248
4249         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
4250         froum Laissez_vibrer_engraver.
4251
4252         * ly/declarations-init.ly (repeatTie): add \repeatTie
4253
4254         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
4255
4256         * scm/define-grob-properties.scm (all-user-grob-properties): add
4257         head-direction property.
4258
4259         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
4260         from_lv_ties. Take head direction argument.
4261
4262         * lily/semi-tie-column.cc: rename from
4263         laissez-vibrer-tie-column.cc. Rename class too.
4264
4265         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
4266         class too.
4267
4268         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
4269
4270         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
4271         0 case.
4272         (find_breaks): idem.
4273
4274 2006-02-21  Graham Percival  <gpermus@gmail.com>
4275
4276         * Documentation/user/advanced-notation.itely: fixed make-moment]
4277         example.
4278
4279         * Documentation/user/basic-notation.itely: more clarification to
4280         transpose.
4281
4282 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4283
4284         * lily/include/constrained-breaking.hh (class
4285         Constrained_breaking): new file.
4286
4287         * lily/constrained-breaking.cc (resize): new file.
4288
4289         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
4290
4291         * Documentation/user/advanced-notation.itely (Clusters): insert
4292         end ignore too.
4293
4294         * lily/tie-column.cc (calc_positioning_done): support for
4295         tie-score debugging
4296
4297         * lily/tie-formatting-problem.cc
4298         (generate_extremal_tie_variations): factor out.
4299         (score_ties_configuration): annotate all tie 
4300         (print_ties_configuration): new routine.
4301         (generate_configuration): nudge extremal ties outside of the head
4302         Y extents.
4303         (score_ties_configuration): oops. convert to staff-space before
4304         determining position symmetry.
4305
4306 2006-02-20  Graham Percival  <gpermus@gmail.com>
4307
4308         * Documentation/user/*-notation.itely: misc minor editing,
4309         shifting doc sections around.
4310
4311         * Documentation/user/*-notation-itely, global.itely,
4312         changing-defaults.itely: added new stuff from NEWS.
4313
4314 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
4315
4316         * po/fi.po: update.
4317
4318 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4319
4320         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
4321         lilypond --verbose for lp-book.
4322
4323         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
4324         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
4325
4326         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
4327         $(buildscript-dir) iso. absolute depth.
4328
4329         * buildscripts/genicon.py (dir): thinko.
4330
4331         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
4332
4333 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
4334
4335         * scm/output-lib.scm: swap darkcyan/darkyellow
4336
4337         * THANKS: Add bughunters.
4338
4339 2006-02-19  Graham Percival  <gpermus@gmail.com>
4340
4341         * Documentation/user/programming-interfaces.itely: fixed example.
4342
4343         * Documentation/user/instrument-notation.itely: fix @{ @}.
4344
4345         * scm/script.scm: add avoid-slur for \open.
4346
4347 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4348
4349         * lily/tie-formatting-problem.cc (score_configuration): use
4350         sliding score for min-length. 
4351
4352         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
4353         spaghetti for icons.
4354
4355         * buildscripts/genicon.py (program_name): new file.
4356
4357         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
4358         in outline too.  
4359         (generate_configuration): for small ties, also look for collisions
4360         at Y + DIR*h + DELTA_Y.
4361         (get_variations): consider variation for dot positions too.
4362
4363         * lily/side-position-interface.cc (aligned_side): take abs for
4364         quantized rounded position. Fixes tenuto below staff.
4365
4366         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
4367         markers when necessary.
4368
4369         * lily/program-option.cc (internal_set_option): add
4370         strict_infinity_checking option.
4371
4372         * scm/output-lib.scm (cyan): swap yellow and cyan.
4373
4374 2006-02-19  Graham Percival  <gpermus@gmail.com>
4375
4376         * darwin.patch: trivial linenumber update.
4377
4378         * Documentation/user/ {various}: `\context foo = named' changed
4379         to `\new foo = "name"' in docs.
4380
4381 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4382
4383         * scm/stencil.scm (annotate-y-interval): use it.
4384
4385         * scm/lily-library.scm (interval-sane?): new function.
4386
4387         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
4388         tfm_checksum stuff.
4389
4390         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
4391         common refpoint.
4392
4393         * flower/include/std-vector.hh (iterof): add iterof macro.
4394
4395         * lily/enclosing-bracket.cc (width): new function.
4396
4397         * lily/align-interface.cc (align_elements_to_extents): reinstate
4398         warning.
4399
4400 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
4401
4402         * Documentation/index.html.in: fix spelling: thankyous.
4403
4404 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4405
4406         * lily/lyric-hyphen.cc: typo.
4407
4408 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4409
4410         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
4411         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
4412         builds don't work. 
4413
4414         * VERSION: release 2.7.35
4415
4416         * lily/beam.cc (get_default_dir): oops. Take abs () for
4417         extremes[DOWN].
4418         (get_default_dir): use extreme position criterion only in absence
4419         of forced stem directions.
4420
4421         * VERSION (PATCH_LEVEL): bump VERSION.
4422
4423         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
4424         dependencies. Necessary for -jX builds.  
4425
4426 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4427
4428         * lily/relocate.cc (setup_paths): Yet another const fix.
4429
4430 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4431
4432         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
4433
4434         * lily/relocate.cc (setup_paths): oops.
4435
4436 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
4437
4438         * Documentation/index.html.in: order links: html before PDF.
4439
4440 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4441
4442         * lily/tie-column-format.cc (Module): remove.
4443
4444         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
4445
4446         * lily/text-spanner.cc (print): idem.
4447
4448         * lily/dynamic-text-spanner.cc (print): only print line if longer
4449         than dash-period.
4450
4451         * lily/auto-change-iterator.cc (change_to): formatting.
4452
4453         * lily/beam.cc (get_default_dir): take extreme note head as input
4454         for stem direction.
4455
4456         * lily/tie.cc (get_default_dir): only look directions for visible
4457         stems. 
4458
4459         * lily/side-position-interface.cc (aligned_side): oops. Don't
4460         mutiply with direction. This fixes quantized (staccato, tenuto)
4461         scripts below notes.
4462
4463         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
4464         direction. Fixes c-lyrics-center-align.ly
4465
4466 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4467
4468         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
4469         constructor.
4470
4471         * lily/std-string.cc:
4472         * lily/include/std-vector.hh (split_string): Move and rename from
4473         lily/include/misc.hh, lily/misc.cc.  Update callers.
4474
4475 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4476
4477         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
4478
4479 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4480
4481         * flower/test-file.cc: New file.
4482
4483         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
4484         libraries.
4485
4486         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
4487
4488 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4489
4490         * flower/include/file-storage.hh: remove file.
4491
4492         * lily/include/midi-item.hh (class Midi_track): idem.
4493
4494         * lily/include/source.hh (class Sources): idem.
4495
4496         * lily/include/performance.hh (class Performance): use vector
4497         iso. Cons<>
4498
4499         * flower/include/cons.hh (class Cons): remove file.
4500
4501         * flower/include/flower-proto.hh: remove template cruft.
4502
4503         * lily/include/font-metric.hh: use size_t not vsize for indices.
4504
4505         * flower/include/flower-proto.hh (Module): remove std-vector.hh
4506         from proto.
4507
4508         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
4509
4510         * lily/include/paper-book.hh (class Paper_book):
4511         make get_system_specs() public.
4512
4513         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
4514         the force=10000 case if we don't have a current-best. 
4515
4516         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
4517         vsize 
4518
4519         * flower/include/flower-proto.hh: remove outdated templates.
4520
4521         * scm/page.scm: use annotate-spacing
4522
4523 2006-02-15  Graham Percival  <gpermus@gmail.com>
4524
4525         * scm/translation-functions.scm: circle patch from Erlend, thanks!
4526
4527         * THANKS: moved Erlend Aasland to contributors.
4528
4529 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4530
4531         * config.hh.in: remove HAVE_PANGO_16
4532
4533         * lily/tuplet-bracket.cc (calc_positions): multiply with
4534         staff-space for beam case. This fixes tuplets+beams on scaled
4535         staves.
4536
4537         * config.hh.in: remove all Kpathsea related defines.
4538
4539         * lily/dot-column.cc (side_position): reach stem via dots->
4540         head->stem. Inspect all stems for dot collisions. 
4541
4542         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
4543         stem handling.
4544
4545         * lily/bar-number-engraver.cc (process_music): document function
4546         of whichBar.
4547
4548         * lily/score.cc (default_rendering): add pscore, not systems
4549         themselves.
4550
4551         * lily/paper-book.cc (get_system_specs): separate generation of
4552         titles and systems.
4553
4554         * flower/include/std-vector.hh: don't include config.hh
4555
4556 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
4557
4558         * flower/include/std-vector.hh: Better wrapper compatibility with
4559         std::vector.
4560
4561         * flower/include/flower-proto.hh: Remove cheap forward declaration
4562         attempts.
4563
4564         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
4565
4566 2006-02-14  Graham Percival  <gpermus@gmail.com>
4567
4568         * Documentation/user/invoking.itely: add warning about command line.
4569
4570 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4571
4572         * lily/include/lily-proto.hh: add Prob, rm Page.
4573
4574         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
4575
4576         * VERSION: release 2.7.34
4577
4578         * lily/relocate.cc (framework_relocation): show canary if
4579         GHOSTSCRIPT_VERSION undefined.
4580
4581         * GNUmakefile.in: remove $(VERSION) symlink.
4582
4583         * lily/relocate.cc (setup_paths): add + 
4584
4585 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
4586
4587         * Documentation/index.html.in: specify sizes for all big HTML pages.
4588
4589 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4590
4591         * config.hh.in: remove @FRAMEWORKDIR@
4592
4593         * lily/system-start-text.cc (get_stencil): new file: separate out
4594         system-start-delimiter text support.
4595
4596         * input/**ly: replace \context with \new where appropriate.
4597         
4598         * THANKS: add Don.
4599
4600         * lily/slur-scoring.cc (get_base_attachments): use
4601         robust_relative_extent. This fixes problems with empty paper-columns. 
4602
4603 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4604
4605         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
4606
4607         * scm/define-music-properties.scm (all-music-properties):
4608         create-new property.
4609
4610         * lily/context-specced-music-iterator.cc (construct_children):
4611         inspect 'create-new property iso. magical $uniqueContextId context
4612         id.
4613
4614         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
4615
4616         * lily/context-key-manager.cc (Module): new file. Encapsulate
4617         object key generation.
4618
4619         * lily/include/context-key-manager.hh (Module): new file.
4620
4621 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4622
4623         * scm/define-grobs.scm (all-grob-descriptions): center instrument
4624         names vertically
4625
4626         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
4627         options.
4628         (reloc_b): excise --enable-framework-dir
4629
4630         * lily/relocate.cc (framework_relocation): use getenv
4631         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
4632
4633 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4634
4635         * flower/include/std-string.hh: 
4636         * flower/include/std-vector.hh: Finish std:: conversion; move
4637         flower extensions from std:: namespace.  Update users.
4638
4639         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
4640         their expansion to vector<*>.  Update users.
4641
4642 2006-02-10  Graham Percival  <gpermus@gmail.com>
4643
4644         * Documentation/user/invoking.itely: add example to File structure.
4645
4646         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
4647         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
4648
4649 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4650
4651         * ly/paper-defaults.ly: typo.
4652
4653         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
4654         set_parent() for parentheses. This will make it show up in bbox
4655         calculations.
4656
4657         * scm/output-lib.scm (parentheses-item::print): rewrite, using
4658         ly:grob-common* functions.
4659
4660         * lily/grob-scheme.cc (LY_DEFINE):
4661         ly:grob-common-refpoint-of-array: new function 
4662         ly:grob-common-refpoint: new function 
4663         ly:grob-relative-coordinate: new function 
4664
4665         * lily/instrument-name-engraver.cc (process_music): use
4666         Text_interface::is_markup(). This fixes \markup on instrument names.  
4667
4668         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
4669         for ties and slurs.
4670
4671         * lily/slur.cc (print): idem.
4672
4673         * lily/tie.cc: add line-thickness for ties. 
4674
4675 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4676
4677         * scm/output-svg.scm: Document diversion from GNU coding standards
4678         as a workaround for a bug in Microsoft Internet Explorer.
4679
4680 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4681
4682         * lily/instrument-name-engraver.cc (process_music): use
4683         is_markup() iso. is_string()
4684
4685         * Documentation/user/changing-defaults.itely (Module): add menu entry.
4686
4687         * lily/percent-repeat-engraver.cc (process_music): only look at
4688         main_part_ for % repeats.
4689
4690         * lily/stem-tremolo.cc (get_beam_translation): new function.
4691         (calc_slope): new function.
4692         (height): don't use real slope.
4693
4694 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
4695
4696         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
4697         new connect-to-neighbor, control-points and staff-padding
4698         properties to make ligature brackets showing up again.
4699
4700 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4701
4702         * VERSION: release 2.7.33
4703
4704         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
4705         too many.
4706
4707         * Documentation/user/changing-defaults.itely (Difficult tweaks):
4708         remove applyOutput example.
4709         (Objects connected to the input): document \tweak, \parenthesize
4710
4711         * lily/relocate.cc (prefix_relocation): allow "current"
4712         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
4713         changing VERSION in a lily tree less painful.
4714
4715         * input/regression/parenthesize.ly: new file. 
4716
4717         * scm/output-lib.scm (parenthesize-element): new function.
4718
4719         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
4720
4721         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
4722
4723         * lily/accidental-engraver.cc (make_standard_accidental): reroute
4724         cause: accidentals are caused by note heads, not note events. 
4725
4726 2006-02-08  Graham Percival  <gpermus@gmail.com>
4727
4728         * darwin.patch: small patch from Erlend, thanks!
4729
4730         * Documentation/user/basic-notation.itely: add stem-neutral example.
4731
4732         * Documentation/user/putting.itely: clarifications.
4733
4734 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4735
4736         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
4737         note, add more guidelines to what should go into NEWS.
4738
4739         * input/sakura-sakura.ly: document how to override font.
4740
4741         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
4742
4743 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4744
4745         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
4746
4747 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4748
4749         * scripts/convert-ly.py (lilypond_version_re_str): Move from
4750         convertrules.  Add explicit grouping, needed for python2.2.
4751
4752 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4753
4754         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
4755
4756 2006-02-07  Graham Percival  <gpermus@gmail.com>
4757
4758         * Documentation/user/global.itely: fix line-width in (text) docs.
4759
4760         * Documentation/user/lilypond-book.itely: same.
4761
4762 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4763
4764         * VERSION (PACKAGE_NAME): release 2.7.32
4765
4766         * Documentation/topdocs/NEWS.tely (Top): document new variable
4767         naming.
4768
4769         * flower/include/array.icc (Message): remove file.
4770
4771         * flower/include/std-vector.hh: make sure vsize and VPOS are
4772         defined for binary_search_bounds().
4773
4774         * flower/std-string.cc (std): add to_string(long unsigned).
4775
4776         * configure.in (gui_b): excise std_string option.
4777         (gui_b): excise std_vector option.
4778
4779         * flower/string.cc (Module): excise flower array & string
4780
4781         * flower/include/std-string.hh: excise flower string.
4782
4783         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
4784
4785         * python/convertrules.py (lilypond_version_re_str): require
4786         only numbers and dots in \version string.
4787
4788 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4789
4790         * lily/system-start-delimiter.cc (print): allow style = text too.
4791
4792         * lily/system-start-delimiter-engraver.cc
4793         (acknowledge_system_start_text): new function, also add add to
4794         support of system-start-text (instrument names). This fixes
4795         instrument names on piano staves.
4796
4797         * lily/instrument-name-engraver.cc: rewrite. Use
4798         system-start-delimiter approach. This save memory and cpu.
4799
4800         * scm/define-grobs.scm (all-grob-descriptions): remove
4801         instrument-name from break-alignment.
4802
4803         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
4804
4805 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4806
4807         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
4808         jobserver going.
4809
4810         * configure.in (std_vector): On by default.
4811
4812         * lily/include/font-metric.hh:
4813         * lily/include/tfm-reader.hh: 
4814         * lily/include/spanner.hh: Use unsigned for indices and sizes.
4815         Update users.
4816
4817         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
4818
4819 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4820
4821         * VERSION (PACKAGE_NAME): 2.7.31
4822
4823         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
4824         EPS edge at 0, but take minimum with left-overshoot. This fixes
4825         cut off system start delims. 
4826
4827         * lily/instrument-name-engraver.cc (stop_translation_timestep):
4828         hack: add to axis group if not added yet. This fixes hara kiri'd
4829         piano staves.
4830
4831         * lily/hara-kiri-group-spanner.cc
4832         (force_hara_kiri_in_y_parent_callback): fix signatures.
4833
4834         * lily/hairpin.cc (print): check next hairpin to see whether or
4835         not to be continuing.
4836
4837 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4838
4839         * Remove trailing whitespace from makefiles.
4840         
4841         * flower/include/std-vector.hh: Add binary_search_bounds workaround
4842         for earlier gcc.
4843
4844         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
4845
4846         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
4847
4848         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
4849
4850         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
4851
4852         * configure.in: Use it.
4853
4854 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4855
4856         * scm/music-functions.scm (pitch-of-note): new function.
4857
4858         * ly/music-functions-init.ly: add \octave and \addquote
4859
4860         * lily/parser.yy (music_function_chord_body): softcode \octave.
4861         (lilypond_header): softcode \addquote
4862
4863 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4864
4865         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
4866         array.hh, parray.hh at all.  Getting ready to flip the
4867         configure default.
4868
4869         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
4870
4871         * lily/source-file.cc (file::get_line): Help binary_search_bounds
4872         a bit.
4873
4874         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
4875
4876 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4877
4878         * flower/include/array.hh: typo. 
4879
4880 2006-02-02  Graham Percival  <gpermus@gmail.com>
4881
4882         * Documentation/user/advanced-notation.itely: doc "\#" in text.
4883
4884 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4885
4886         * flower/include/pqueue.hh: Derive from std::vector.
4887
4888         * flower/include/parray.hh: Conform to std::vector interface.
4889         Update users.
4890
4891 2006-02-02  Graham Percival  <gpermus@gmail.com>
4892
4893         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
4894
4895 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4896
4897         * flower/file-path.cc (is_file): remove if 0 section.
4898
4899         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
4900         selecting afii61352.
4901
4902 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4903
4904         * flower/include/std-vector.hh (boundary): Oops, reverse.
4905
4906         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
4907         remove superfluous `d'.
4908
4909         * flower/include/std-vector.hh (boundary, top): Detach from class.
4910         Remove empty vector shell.
4911
4912         * flower/include/array.hh (reverse, swap): Detach from class.
4913         Update users.
4914         
4915         * flower/include/std-vector.hh
4916         * flower/include/array.hh (concat): Globally change to insert ().
4917
4918         
4919         * flower/include/std-vector.hh
4920         * flower/include/parray.hh
4921         * flower/include/array.hh (elem, elem_ref): Globally replace by
4922         at ().
4923
4924 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4925
4926         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
4927
4928         * python/convertrules.py (FatalConversionError.sub_cxx_id):
4929         anticipate on identifier substitutions.
4930
4931 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4932
4933         * flower/include/std-vector.hh (insert): Remove, replace by
4934         std::vector interface.  Update callers.
4935
4936         * flower/include/array.icc (insert): Change signature to
4937         match std::vector interface.
4938         
4939         * flower/include/array.icc (vector_sort): Bugfix.
4940
4941 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4942
4943         * lily/parser.yy (output_def_head_with_mode_switch): new
4944         production. Result: dashes and underscores may be used in the
4945         \paper block.
4946
4947         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
4948
4949         * python/convertrules.py (conv): oops. One slash too much.
4950
4951 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4952
4953         * flower/include/std-vector.hh (sort): Remove, replace by
4954         ::vector_sort.  Update callers.
4955
4956         * flower/include/std-vector.hh (slice): Remove.  Update callers.
4957         (sort): Bugfix.
4958
4959         * flower/test-std.cc (vector_sort): New test.
4960
4961 2006-02-01  Graham Percival  <gpermus@gmail.com>
4962
4963         * Documentation/user/putting.itely: fixes from Erik.
4964
4965 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4966
4967         * flower/test-std.cc: Add simple unit test for vector migration.
4968
4969         * stepmake/stepmake/test*: Unit test support.
4970
4971         * flower/include/std-vector.hh (del): Remove.  Use erase (),
4972         update callers.
4973
4974         * flower/include/array.hh (begin, end): Add.
4975         (del, get): Remove.
4976
4977 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4978
4979         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
4980         std::string not String. 
4981
4982         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
4983         iso UINT_MAX.
4984
4985         * lily/prob.cc (Prob): copy type_ too.
4986
4987         * lily/lily-guile.cc (mangle_cxx_identifier): new
4988         function. Class_bla::foo_bar_[px] ->
4989         ly:class-bla::foo-bar[?!]. Changes throughout
4990
4991 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4992
4993         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
4994
4995         * lily/beam.cc (calc_direction): take dir from visible stem in
4996         degenerate case.
4997
4998 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4999
5000         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
5001         Fix -1, >=0 boundary checks for unsigned vsize.
5002
5003         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
5004         loop for unsigned vsize.
5005
5006         * configure.in (--enable-std-vector): New option.
5007         (--enable-std-string): On by default.
5008
5009         * flower/include/std-vector.hh: New file.  Enable switch to
5010         std::vector, update client code.
5011
5012 2006-01-30  Graham Percival  <gpermus@gmail.com>
5013
5014         * scm/document-translation.scm: clarify "this context is also
5015         known as".  Thanks, Werner!
5016
5017         * Documentation/user/putting.itely: small fixes from Don Blaheta.
5018
5019         * Documentation/user/invoking.itely: small fix from Don.
5020
5021 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5022
5023         * scm/lily.scm (define-scheme-options): rename option
5024         preview-include-book-title to book-title-preview
5025         (define-scheme-options): move force-eps-font-include (from paper
5026         block) to eps-font-include -d option.
5027
5028         * VERSION (PATCH_LEVEL): release 2.7.30
5029
5030         * input/bach-schenker.ly (staffPiano): new file.
5031
5032         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
5033
5034         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
5035         credits to Nicolas.
5036
5037         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
5038
5039         * ps/lilyponddefs.ps: remove start-system, stop-system,
5040         start-page fluff. This saves putting { } code on the stack, fixing
5041         stack overflows when including EPS files.
5042
5043 2006-01-29  Graham Percival  <gpermus@gmail.com>
5044
5045         * Documentation/user/putting.itely: minor fixes (comments on -devel).
5046
5047 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5048
5049         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
5050
5051 2006-01-28  Graham Percival  <gpermus@gmail.com>
5052
5053         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
5054
5055 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5056
5057         * input/mutopia/claop.py: Update.
5058
5059 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5060
5061         * input/regression/completion-heads.ly (texidoc): fix.
5062
5063         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
5064
5065         * lily/tie-formatting-problem.cc
5066         (set_ties_config_standard_directions): use abs iso fabs for ints.
5067
5068         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
5069
5070         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
5071         little less than noteheight, to prevent overlaps in chords.
5072
5073         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
5074         head, and fudge stem-attachment.
5075
5076         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
5077
5078         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
5079
5080 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5081
5082         * lily/main.cc (main): Debugging aid: catch exceptions.
5083
5084         * flower/std-string.cc (to_string): Robustification.  Fixes midi
5085         output with std::string.
5086
5087 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5088
5089         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
5090
5091 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5092
5093         * Fix -DSTRING_UTILS_INLINED.
5094
5095 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5096
5097         * VERSION (PATCH_LEVEL): release 2.7.29
5098
5099         * lily/relocate.cc (setup_paths): mingw uses std string too.
5100
5101         * lily/*.cc: various fixes for substr(ARG).
5102
5103         * lily/sustain-pedal.cc (print): 
5104
5105         * flower/file-name.cc (slashify): use std strings.
5106
5107         * flower/string-convert.cc: remove publib.h
5108
5109         * scm/define-markup-commands.scm (verbatim-file): new markup
5110         command \verbatim-file
5111
5112         * Documentation/topdocs/NEWS.tely: fixup URLs
5113
5114         * input/regression/alignment-vertical-manual-setting.ly (Module):
5115         new file.
5116
5117         * lily/align-interface.cc (align_elements_to_extents): overwrite
5118         translations with numbers in alignment-offsets from left bound
5119
5120         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
5121         (page-translate-systems): new function: take into account Y-offset.
5122
5123         * Documentation/topdocs/NEWS.tely (Top): document new features.
5124
5125         * input/regression/page-layout-manual-position.ly (Module): new
5126         file.
5127
5128 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5129
5130         * flower/file-path.cc (path::parse_path): Oops.
5131
5132         * Finish std::string interface.  For now, use std:: marker
5133         throughout for easy s/r.
5134
5135 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5136
5137         * Documentation/user/putting.itely (Score is a single musical
5138         expression): typo.
5139         (Score is a single musical expression): more typos.
5140
5141         * scm/page.scm (annotate-space-left): thinko.
5142         (annotate-page): more thinkos.
5143
5144 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5145
5146         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
5147         for different \score blocks separately.
5148         (post-process-pages): put write-page-layout into paper block.
5149
5150         * lily/output-def.cc (get_parser): new file.
5151
5152         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
5153         file.
5154
5155         * lily/include/output-def.hh (class Output_def): add parser_ member.
5156
5157         * input/regression/page-layout-twopass.ly (Module): new file.
5158
5159         * scm/lily.scm: remove cpp hack.
5160
5161         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
5162
5163 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5164
5165         * GNUmakefile.in (c-clean): New target.
5166
5167         * flower/include/std-string.hh: String/std::string compatibility:
5168         Use NPOS for `not found' (iso -1), use ssize for length () and pos
5169         type.
5170
5171         * flower/rational.cc: 
5172         * flower/include/rational.hh: 
5173
5174         * flower/offset.cc: 
5175         * flower/include/offset.hh: 
5176
5177         * flower/interval.cc: 
5178         * flower/include/interval.hh: 
5179
5180         * flower/string-convert.cc: 
5181         * flower/include/string-convert.hh: Use std::string [interface].
5182         Update callers.
5183
5184 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
5185
5186         * Documentation/index.html.in: clean up.
5187
5188 2006-01-25  Graham Percival  <gpermus@gmail.com>
5189
5190         * Documentation/user/putting.itely: another new untested doc section.
5191
5192 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5193
5194         * scm/layout-page-layout.scm (write-page-breaks): write
5195         \spacingTweaks #ALIST. Handle grace timing.
5196
5197         * scm/: more imports.
5198
5199         * scm/page.scm (make-page): add footer/header.
5200         (annotate-space-left): revise: only take page argument.
5201         (layout->page-init): new function.
5202
5203         * scm/layout-page-layout.scm (write-page-breaks): preliminary
5204         version of the system/spacing/linebreak hack writing to the output
5205
5206         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
5207         ly:make-prob.
5208
5209         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
5210         ly:spanner-bound
5211
5212 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5213
5214         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
5215
5216         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
5217
5218         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
5219         handling to page.scm
5220
5221         * lily/prob-scheme.cc (LY_DEFINE): new file.
5222         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
5223
5224         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
5225         prob functions.
5226
5227         * lily/music.cc (derived_mark): derive Music from Prob.
5228
5229         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
5230
5231         * lily/prob.cc (Module): Implement Prob (Property Object), object
5232         with shared and r/w property alists.  
5233
5234         * lily/include/prob.hh (Module): new file. Declare Prob.
5235
5236         * flower/string.cc: remove is_empty().
5237
5238         * flower/include/string.hh (class String): remove String:: qualifier.
5239
5240         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
5241         substitute appropriate functions.
5242
5243         * flower/include/string.hh (class String): remove to_str0 and
5244         is_empty(). S&R everywhere.
5245
5246 2006-01-23  Graham Percival  <gpermus@gmail.com>
5247
5248         * Documentation/user/basic-notation.itely: add hairpin
5249         after-linebreak tweak to commonprop.
5250
5251         * Documentation/user/putting.itely: added two new sections.
5252
5253 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5254
5255         * flower/international.cc: 
5256         * flower/include/international.hh: 
5257
5258         * flower/getopt-long.cc: 
5259         * flower/include/getopt-long.hh: Use std::string [interface].
5260         Update callers.
5261
5262         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
5263
5264         * stepmake/stepmake/executable-rules.make: Add dependency on
5265         module libraries.
5266
5267 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5268
5269         * flower/file-path.cc: 
5270         * flower/include/file-path.hh: Use std::string [interface].
5271         Update callers.
5272
5273         * flower/direction.cc: 
5274         * flower/axis.cc: Unused.  Remove.
5275
5276         * configure.in (--enable-std-string): New option.
5277
5278         * flower/std-string.cc: 
5279         * flower/include/std-string.hh: New file.
5280
5281         * flower/file-name.cc[STD_STRING]:
5282         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
5283
5284 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5285
5286         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
5287
5288         * scm/define-markup-commands.scm (with-dimensions):
5289         with-dimensions markup command.
5290
5291         * input/test/font-table.ly: use it.
5292
5293         * lily/open-type-font.cc (glyph_list): new function.
5294
5295         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
5296
5297         * lily/ttf.cc: remove ly:font-glyph-list scheme function
5298
5299 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5300
5301         * ly/music-functions-init.ly (parallelMusic): new music function
5302         for parallel music entry.
5303
5304         * scm/define-music-properties.scm (all-music-properties): new
5305         'void music property
5306
5307         * scm/music-functions.scm (ly:music-message): make public, to be
5308         used in music function definitions
5309
5310         * scm/lily-library.scm (collect-music-for-book): discard music
5311         when the 'void property is set.
5312
5313 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5314
5315         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
5316
5317         * mf/GNUmakefile: idem.
5318
5319         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
5320
5321         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
5322
5323         * Documentation/user/notation-appendices.itely (The Feta font):
5324         use it.
5325
5326         * input/test/font-table.ly: new file. Generate font table within lily.
5327
5328         * Documentation/user/notation-appendices.itely (The Feta font):
5329         use new font-table.ly file. 
5330
5331         * stepmake/stepmake/install-out-targets.make
5332         (local-install-outfiles): only create directory if
5333         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
5334
5335 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5336
5337         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
5338
5339         * VERSION (PACKAGE_NAME): release 2.7.28
5340
5341         * scm/framework-ps.scm (write-preamble): use it to pick exactly
5342         the right font from a Mac dfont.
5343         (write-preamble): don't forget directory, only look at files.
5344
5345         This fixes problems with TTF files in dfonts that don't match
5346         their PostScript names.
5347          
5348         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
5349         PS name from TTF font.
5350
5351         * input/regression/tie-manual.ly: document new feature.
5352
5353         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
5354
5355         * VERSION (MY_PATCH_LEVEL): bump to .28
5356
5357         * Documentation/user/basic-notation.itely (Ties): add tie examples
5358         refs.
5359
5360         * lily/tie-formatting-problem.cc (score_ties_configuration):
5361         symmetry penalties for outer ties.
5362
5363 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5364
5365         * lily/tie-formatting-problem.cc (generate_configuration) 
5366         (set_manual_tie_configuration): skip non-pair manual
5367         tie-configuration, so you can set individual ties as
5368
5369           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
5370
5371         * input/regression/tie-chord.ly: use generateTiePattern to
5372         simplify file.
5373
5374         * lily/tie-formatting-problem.cc (peak_around): new function.
5375         (score_configuration): use sliding criterion for staff line collisions. 
5376         (score_configuration): idem for dot collisions.
5377         (generate_configuration): use separate stem_gap for gap to stem.
5378
5379         * lily/include/tie-formatting-problem.hh (struct Tie_details):
5380         separate penalty factors for x and y distance.
5381         (struct Tie_details): separate penalties for tip and center line collisions.
5382
5383 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
5384
5385         * lily/tie-formatting-problem.cc (generate_configuration): make
5386         large ties avoid stafflines in the horizontal section.
5387         (score_configuration): use softcoded penalties
5388         (score_aptitude): idem.
5389
5390         * lily/tie-helper.cc (from_grob): softcode tie details
5391
5392         * lily/staff-symbol-referencer.cc (on_staff_line): new function
5393
5394         * lily/staff-symbol-referencer.cc (on_line): rename from
5395         on_staffline 
5396
5397 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5398
5399         * ly/music-functions-init.ly: remove duplicate tag.
5400
5401         * lily/include/*.hh: GCC 4.1 fixes.
5402
5403 006-01-16  Erlend Aasland  <erlenda@gmail.com>
5404
5405         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
5406
5407         * scm/define-music-types.scm: fix bug in desc. string
5408         for OverrideProperty
5409
5410 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
5411
5412         * scripts/lilypond-book.py: bugfix
5413
5414         * scm/define-music-types.scm: fix typos.
5415
5416 2006-01-14  Graham Percival  <gpermus@gmail.com>
5417
5418         * Documentation/user/ basic-notation.itely, global.itely,
5419         advanced-notation.itely, instrument-notation.itely: small
5420         additions (bugs and commonly tweaked properties).
5421
5422 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5423
5424         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
5425         detection of mingw build.
5426         (MINGW_BUILD): opps.
5427
5428 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5429
5430         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
5431         i686-mingw32.
5432
5433 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5434
5435         * scm/music-functions.scm (skip->rest): add skip->rest
5436
5437 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5438
5439         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
5440         explicitly.
5441
5442         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
5443         config dirs. Aids debugging. 
5444         (display_config): also display config files.
5445
5446 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5447
5448         * VERSION: release 2.7.27
5449
5450         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
5451         for determining bar size.
5452
5453         * lily/staff-symbol.cc (print): place lines at distance line-positions
5454
5455         * scm/define-grob-properties.scm (all-user-grob-properties): add
5456         line-positions.
5457
5458         * lily/staff-symbol.cc (height): new function.
5459
5460         * input/regression/staff-line-positions.ly:  new file.
5461
5462 2006-01-06  Graham Percival  <gpermus@gmail.com>
5463
5464         * input/test/add-staccato.ly: remove reference to old file.
5465
5466 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5467
5468         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
5469         lilypond binary too.
5470
5471 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5472
5473         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
5474
5475 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5476
5477         * scripts/midi2ly.py: Bugfix: Declare datadir.
5478
5479         * make/ly-rules.make:
5480         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
5481         that seems to be gone). Fixes make web.
5482
5483         * The grand 2005-2006 replace.
5484
5485         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
5486
5487 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5488
5489         * make/lilypond-vars.make: set LILYPOND_BINARY variable
5490         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
5491         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
5492         like -dgs-font-load.
5493
5494         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
5495         remove absolute path to lilypond binary.
5496         
5497 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
5498
5499         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
5500
5501 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5502
5503         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
5504
5505         * mf/GNUmakefile: remove broken dvips map symlink.
5506
5507 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5508
5509         * lily/main.cc: 
5510         * configure.in: Cosmetic fixes.
5511
5512 2006-01-04  Mats Bengtsson  <mabe@s3.kth.se>
5513
5514         * Documentation/user/music-glossary.tely (Pitch names): Added
5515         Spanish pitch names and durations, thanks to Ernesto Gancedo
5516
5517 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5518
5519         * scm/lily.scm (define-scheme-options): use quasi-quote for option
5520         init. Fixes verbose printing of .scm files.
5521
5522         * stepmake/aclocal.m4: add spaces before - options.
5523         
5524 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5525
5526         * lily/relocate.cc (setup_paths): Bugfix: do not store result
5527         of path search in local block variable.
5528
5529 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5530
5531         * configure.in (NCSB_DIR): --enable-ncsb-dir
5532         (LINK_GXX_STATICALLY): denko.
5533
5534         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
5535
5536         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
5537         use locate to find c059033l.pfb. 
5538         
5539 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5540
5541         * lily/tie-formatting-problem.cc
5542         (problem::generate_base_chord_configuration): Use my_round (was
5543         round).
5544
5545         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
5546         do not invoke mbrtowc.
5547
5548         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
5549
5550 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5551
5552         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
5553
5554 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
5555
5556         * Documentation/user/invoking.itely (svg): revise.
5557
5558 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5559
5560         * lily/lexer.ll: use sourcefilename iso. renameinput.
5561
5562 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5563
5564         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
5565         <PostScriptName>.ttf instead of c059XXXttf.
5566
5567         * lily/program-option.cc (LY_DEFINE): special support for
5568         --verbose, so it works before option init too.
5569  
5570         * mf/GNUmakefile (local-install): oops.
5571
5572         * lily/lyric-hyphen.cc (print): oops.
5573
5574         * buildscripts/pfx2ttf.fontforge: new file.
5575         
5576         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
5577         ($(outdir)/%.ttf): new rule. 
5578
5579         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
5580         to LyricHyphen.
5581
5582         * lily/lyric-hyphen.cc (print): multiply hyphen height by
5583         font-size
5584
5585 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5586
5587         * VERSION: release 2.7.26
5588         
5589         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
5590
5591 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5592
5593         * lily/font-config.cc (init_fontconfig): verbosity.
5594
5595         * THANKS: add Muziekacademie Lede. 
5596
5597         * scripts/musicxml2ly.py (print_voice_definitions): new function 
5598         (print_score_setup): new function
5599         (convert): read part definition to output staves properly.
5600
5601         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
5602         Music_xml notes.
5603
5604         * python/musicexp.py (Output_printer.__init__): use _ in data
5605         members.
5606         (Output_printer.unformatted_output): new function: no formatting,
5607         but count braces.
5608         (Duration.get_length): remove isinstance() checks for
5609         Output_printer everywhere.
5610
5611         * input/regression/lyrics-bar.ly (texidoc): add
5612         Separating_line_group_engraver.
5613
5614 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5615
5616         * lily/relocate.cc (framework_relocation): New function,
5617         factored from set_relocation ().
5618         (prefix_relocation): Rename from set_relocation ().
5619         (setup_paths): Use it.
5620
5621 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5622
5623         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
5624         numbers. Patch by Erlend Aasland.
5625
5626 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5627
5628         * lily/font-config.cc (init_fontconfig): print warning if cache
5629         file is not existant.
5630
5631         * lily/main.cc: don't use #ifdef but #if
5632
5633 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5634
5635         * lily/grob-property.cc (internal_set_property): don't abort on
5636         calculation-in-progress.
5637
5638         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
5639
5640         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
5641         connect-to-neighbor property not connect-to-other
5642
5643         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
5644         (LY_DEFINE): oops. don't forget protection.
5645
5646         * flower/parse-afm.cc (Module): strip AFM handling completely.
5647
5648         * lily/stencil-expression.cc: idem.
5649
5650         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
5651
5652         * lily/function-documentation.cc (ly_add_function_documentation):
5653         use static member iso. Protected_scm
5654
5655         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
5656
5657         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
5658
5659 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5660
5661         * lily/relocate.cc (set_env_dir): New function.
5662         (set_relocation): Use it to fix setting PANGO_PREFIX.
5663
5664 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5665
5666         * input/regression/stem-direction-context.ly: remove rest.
5667
5668         * lily/melody-engraver.cc (process_music): restart for bar lines.
5669         (acknowledge_slur): restart for slurs.
5670
5671 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
5672
5673         * Documentation/user/invoking.itely: describe how to view SVG 
5674         output using Inkscape which replace embedded fonts with OTF fonts.
5675
5676 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5677
5678         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
5679
5680 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5681
5682         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
5683         comment.
5684
5685 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5686
5687         * VERSION (PACKAGE_NAME): release 2.7.25
5688
5689         * Documentation/topdocs/NEWS.tely (Top): document new feature.
5690
5691         * input/regression/stem-direction-context.ly: new file.
5692
5693         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
5694
5695         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
5696         on rest.
5697
5698         * ly/engraver-init.ly: add Melody_engraver
5699
5700         * lily/beam.cc (calc_direction): use default-direction
5701         iso. get_default_direction()
5702
5703         * scm/define-grob-properties.scm (all-user-grob-properties): add
5704         default-direction property.
5705
5706         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
5707
5708         * lily/stem.cc (calc_default_direction): remove
5709         Stem::get_default_direction, use default-direction with callback
5710         instead.
5711
5712         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
5713
5714         * lily/melody-engraver.cc: new file. Acknowledge stems for
5715         interpolated stem directions. 
5716
5717         * lily/melody-spanner.cc: new file. Interpolate stem directions.
5718
5719         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
5720
5721         * lily/slur-configuration.cc (fit_factor): more robust check for
5722         point in curve X-extent.
5723
5724         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
5725         (outside_slur_callback): check for 'outside avoidance.
5726
5727         * lily/slur-configuration.cc (score_extra_encompass): don't use
5728         bound->column() == avoid->column() for checking extents, as this
5729         doesn't work for accidentals. 
5730
5731         * lily/slur-engraver.cc (acknowledge_extra_object): remove
5732         DynamicText hardcoding.
5733
5734         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
5735         crash if bound stem is NULL
5736
5737         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
5738         pedals.
5739
5740 2005-12-22  Graham Percival  <gpermus@gmail.com>
5741
5742         * scm/define-markup-commands.scm: typo.  @code{\raise}
5743         => @code{\\raise}.
5744
5745         * darwin.patch: now used again, includes a
5746         required patch from fink.
5747
5748 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
5749
5750         * po/TODO: mention gtranslator along with kbabel.
5751         * po/fi.po: update translations.
5752
5753 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5754
5755         * lily/relocate.cc (setup_paths): Bugfix.
5756
5757 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5758
5759         * lily/slur-configuration.cc (score_extra_encompass): don't use
5760         "avoid" choice for avoid-slur.
5761
5762         * stepmake/bin/install.py (dest): don't create existing dir.
5763
5764 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5765
5766         * stepmake/bin/install.py: Remove file before copying.
5767
5768         * config.make.in: 
5769         * stepmake/aclocal.m4: Do not substitute INSTALL.
5770
5771 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5772
5773         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
5774         depend on link-tree.
5775
5776         * lily/relocate.cc (setup_paths): only check path for non-absolute
5777         dir without directory part.
5778
5779         * flower/file-name.cc (is_absolute):  new method.
5780         (is_absolute): check root_ too.
5781
5782 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5783
5784         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
5785         relocation code.  Oops, don't comment out too much.
5786
5787         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
5788         iso itself.
5789
5790         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
5791         compile.
5792
5793 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5794
5795         * .cvsignore: Add install-sh.
5796
5797         * autogen.sh (srcdir): Typo.
5798
5799 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5800
5801         * autogen.sh (srcdir): urg. Touch install-sh.
5802
5803         * stepmake/bin/install-sh (Module): remove.
5804
5805         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
5806
5807         * lily/include/relocate.hh: new file.
5808
5809         * lily/relocate.cc: new file. Contain relocation logic.
5810
5811         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
5812         (main): read LILYPOND_VERBOSE as the first thing.
5813
5814         * stepmake/aclocal.m4: remove INSTALL variable.
5815
5816         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
5817         separate target for making font symlinks.
5818         (documentation-dir): use $(if $(findstring )) for switching off
5819         Documentation.
5820
5821         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
5822         something if DOCUMENTATION is no.
5823
5824 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5825
5826         * VERSION: release 2.7.24
5827
5828         * lily/script-column-engraver.cc (stop_translation_timestep):
5829         delay adding to script-column.
5830
5831         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
5832
5833         * python/convertrules.py (conv): rule for number-visibility
5834
5835         * lily/slur-configuration.cc (score_extra_encompass): different
5836         distance measure for avoid and inside avoidance.
5837         (score_extra_encompass): use 1/(distance+eps) as penalty.
5838
5839         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
5840         encompass objects for generating slur curves.
5841
5842         * lily/slur.cc: use details iso. slur-details property.
5843
5844         * input/regression/slur-tuplet.ly: new file.
5845
5846         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
5847
5848         * flower/include/offset.hh (class Offset): new operator /=
5849
5850         * lily/tuplet-number.cc (print): new file, new interface.
5851
5852         * scm/define-grob-properties.scm (all-user-grob-properties):
5853         remove number-visibility property.
5854
5855         * lily/tuplet-bracket.cc (calc_control_points): new function
5856         (calc_connect_to_neighbors): new function.
5857         (print): remove text handling for tuplet numberdef.
5858
5859         * lily/tuplet-engraver.cc (struct Tuplet_description): create
5860         TupletNumbers too. 
5861
5862         * lily/lily-guile.cc (robust_scm2booldrul): new function
5863
5864         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
5865
5866         * lily/tuplet-bracket.cc (calc_position_and_height): use
5867         staff-padding to control whether tuplet brackets are over staves.
5868
5869         * lily/grob.cc (suicide): clear dim_caches_.
5870
5871         * lily/dimension-cache.cc (clear): new function.
5872
5873         * lily/grob.cc (extent): swap order of min-extent and extent
5874         calculations. This fixes hara kiri staves. 
5875
5876 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5877
5878         * lily/main.cc: Nitpick: relocation is not based on path, but on
5879         directory (location).
5880
5881 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5882
5883         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
5884
5885         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
5886
5887         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
5888
5889         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
5890
5891         * stepmake/stepmake/generic-vars.make (Module): idem.
5892
5893         * stepmake/stepmake/executable-targets.make (default): use it.
5894
5895         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
5896
5897         * make/GNUmakefile: don't install make rules.
5898
5899         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
5900         slashes.
5901         (prepend_env_path): more verbosity.
5902
5903 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5904
5905         * GNUmakefile.in: add dir argument for find command.
5906
5907         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
5908         fixes weird line numbers for point & click.
5909
5910         * lily/source-file.cc (get_counts): init line/column/char counts.
5911
5912 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5913
5914         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
5915
5916 2005-12-16  Graham Percival  <gpermus@gmail.com>
5917
5918         * Documentation/user/basic-notation.itely, advanced-notation.itely:
5919         minor fixes from Fredric.  Thanks!
5920
5921 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5922
5923         * ly/music-functions-init.ly: add \bar and \clef music function 
5924
5925         * lily/lily-lexer.cc: idem.
5926
5927         * lily/parser.yy (FIXME): remove BAR and CLEF.
5928
5929 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5930
5931         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
5932
5933         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
5934         function arguments too
5935
5936         * lily/main.cc (set_relocation): new function.
5937
5938         * scripts/musicxml2ly.py (convert): add \version
5939
5940         * lily/tie.cc: remove get_default_attachments()
5941
5942         * VERSION (PACKAGE_NAME): release 2.7.23
5943         
5944         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
5945         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
5946
5947         * Documentation/topdocs/NEWS.tely (Top): document new feature.
5948
5949         * lily/tie-formatting-problem.cc (score_ties): new function
5950         (get_variations): new function. Try flipping dirs for collisions.
5951         (generate_optimal_chord_configuration): new function. 1-opt search
5952         for better configuration.
5953
5954         * lily/tie-configuration.cc: new file.
5955
5956         * lily/tie.cc: junk Tie::get_configuration()
5957
5958         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
5959         (score_ties_configuration): new function.
5960         (generate_ties_configuration): new function.
5961         (generate_base_chord_configuration): new function.
5962         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
5963         (set_manual_tie_configuration): Move body from tie-column-format.cc 
5964
5965         * input/regression/tie-dot.ly: new file.
5966
5967         * lily/tie-formatting-problem.cc (score_configuration): score
5968         tie/dot collisions.
5969
5970         * lily/tie-helper.cc (get_transformed_bezier): new function
5971
5972         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
5973
5974         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
5975         -undefined suppress iso. -framework Python 
5976
5977         * scm/define-grobs.scm (all-grob-descriptions): set
5978         springs-and-rods (thanks Joe Neeman!)
5979
5980 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5981
5982         * input/no-notation/display-lily-tests.ly (test): 
5983         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
5984         changed from \tag #'(a b) to \tag #'a \tag #'b
5985
5986 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5987
5988         * Documentation/topdocs/NEWS.tely: strip out-www.
5989
5990         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
5991
5992         * config.make.in (AR): add AR and RANLIB
5993
5994         * flower/libc-extension.cc: include cassert
5995
5996         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
5997         darwin check.
5998
5999 2005-12-11  Graham Percival  <gpermus@gmail.com>
6000
6001         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
6002
6003         * stepmake/stepmake/python-modules-vars.make: define
6004         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
6005
6006         * THANKS: added Johannes Schindelin.
6007
6008 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6009
6010         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
6011
6012         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
6013         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
6014
6015         * lily/parser.yy: reorganize file layout.
6016
6017         * ly/music-functions-init.ly: add tweak music function.
6018
6019         * lily/grob-info.cc (ultimate_music_cause): new function:
6020         recursively lookup causes. 
6021
6022         * lily/parser.yy (chord_body_element): allow music functions for
6023         post-events, allow music functions for chord elements. 
6024  
6025         * lily/font-config-scheme.cc (display_fontset): add cast.
6026
6027         * python/convertrules.py (FatalConversionError.sub_syms): \tag
6028         #'(a b) -> \tag #'a \tag #'b rule.
6029
6030         * python/musicexp.py (Output_printer.dump_version): new function
6031
6032 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6033
6034         * lily/parser.yy (FIXME): remove \tag
6035         (FIXME): remove tag_music() function.
6036
6037         * lily/lily-lexer.cc: remove \tag
6038
6039         * ly/music-functions-init.ly: define music-function "tag"
6040
6041         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
6042
6043 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6044
6045         * VERSION (PATCH_LEVEL): release 2.7.22
6046
6047         * input/regression/lyric-hyphen-retain.ly: renew.
6048
6049         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
6050         grob
6051
6052         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
6053         iso. minimum-length property for rods.
6054
6055         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
6056         LyricSpace item to keep lyrics spaced apart.
6057
6058         * ly/engraver-init.ly: remove Separating_line_group_engraver
6059
6060         * Documentation/user/music-glossary.tely: do setfilename before
6061         music-glossary.
6062
6063 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
6064
6065         * Documentation/user/lilypond-book.itely: use `,´ after xref:
6066         See xref documentation, for example.
6067
6068 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6069
6070         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
6071         pending_skip iso. ly_voice[-1]
6072         (main): add if __main__ for debugging.
6073
6074         * python/musicxml.py (Accidental.__init__): new class.
6075
6076         * scripts/musicxml2ly.py (progress): new function
6077         (musicxml_key_to_lily): don't barf on modeless keys.
6078         (create_skip_music): new function.
6079         (musicxml_spanner_to_lily_event): new function. Handle beams too.
6080         (musicxml_note_to_lily_main_event): new function.
6081
6082         * python/musicexp.py (Music.__init__): add comment field.
6083         (NestedMusic.append): new routine.
6084         (SequentialMusic.print_ly): print comment.
6085         (ArpeggioEvent.ly_expression): new class
6086         (BeamEvent.ly_expression): new class
6087         (NoteEvent.__init__): support for cautionary/forced accs.
6088
6089         * lily/lookup.cc (slur): normal order for array loop.
6090
6091         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
6092         to 0.0.
6093
6094         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
6095         collapsed.
6096
6097 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
6098
6099         * scm/music-functions.scm: Make phrasing slurs follow voice direction
6100
6101         * scripts/lilypond-book.py: Introduce option
6102             --preserve-line-breaks, for usage with srcltx
6103
6104 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6105
6106         * scm/output-lib.scm (print-circled-text-callback): draw circle
6107         around text using make-circle-markup.
6108
6109         * Documentation/user/*: strip out-www from file names.
6110
6111 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
6112
6113         * Documentation/user/lilypond.tely (direntry): remove empty lines;
6114         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
6115
6116 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6117
6118         * Documentation/user/GNUmakefile: idem.
6119
6120         * Documentation/user/macros.itexi: strip out-www
6121
6122         * python/rational.py: python 2.3 compat.
6123
6124         * VERSION (PATCH_LEVEL): release 2.7.21
6125
6126         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
6127         option formatting, lilypond style.
6128
6129         * python/musicexp.py: grab from Ikebana: a library for composing
6130         ly music expressions. 
6131         (Output_printer): class for advanced .ly printing.
6132         (eg. tupletting) 
6133
6134         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
6135         convert to pythonesque structure.
6136
6137         * python/rational.py: PD rational number class.
6138
6139         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
6140
6141 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
6142
6143         * lily/part-combine-iterator.cc: Minor bugfix
6144         
6145         * THANKS: Update bughunters
6146
6147 2005-12-02  Werner Lemberg  <wl@gnu.org>
6148
6149         * mf/README: Document process for proper mf2pt1 conversion.
6150
6151         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
6152         overlapping.
6153
6154         * mf/feta-harmonica.mf: Removed.  Unused.
6155
6156 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6157
6158         * scripts/lilypond-book.py (do_file): fix thinkos.
6159
6160 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6161
6162         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
6163         ($(outdir)/parser.cc): 
6164         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
6165
6166 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
6167
6168         * ly/titling-init.ly (tagline): it should be a space between
6169         "Music engraving by LilyPond" and the version number.
6170
6171 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6172
6173         * VERSION (PACKAGE_NAME): release 2.7.20
6174
6175 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6176
6177         * scm/define-markup-commands.scm (pad-to-box): new markup command.
6178
6179         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
6180         1.0.
6181         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
6182
6183 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6184
6185         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
6186
6187         * kpath-guile/: remove directory
6188
6189         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
6190         file. Encapsulate kpathsea using commandline tools.
6191
6192         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
6193         kpathsea) module.
6194
6195 2005-11-29  Mats Bengtsson  <mabe@s3.kth.se>
6196
6197         * Documentation/user/advanced-notation.itely (Setting automatic
6198         beam behavior): Correct a few typos. Thanks to David Bobroff.
6199
6200         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
6201         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
6202
6203 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6204
6205         * scripts/*.py: gmane address for bugs.
6206
6207 2005-11-28 Pal Benko <benkop@freestart.hu>
6208         
6209         * make/ly-rules.make: add -f switch to mv
6210
6211         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
6212
6213         * lily/bar-line.cc: interpret it
6214
6215 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6216
6217         * configure.in (--disable-documentation): New switch.
6218
6219         * GNUmakefile.in: Use it.
6220
6221         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
6222
6223 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6224
6225         * scripts/lilypond-book.py (do_file): search chunks for
6226         \\begin{document}
6227
6228         * GNUmakefile.in: add copy step in between so we can lose the
6229         out-www directories.
6230
6231 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6232
6233         * lily/pango-font.cc (pango_item_string_stencil): put
6234         geometry.width into glyph-string too.
6235
6236 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6237
6238         * scm/define-music-display-methods.scm (RevertProperty):
6239         (OverrideProperty): Use grob-property-path property, a list of
6240         symbols, instead of grob-property, which used to be a single
6241         symbol.
6242         (BassFigureEvent): a figure can be a plain number, not necessarily a
6243         markup.
6244
6245 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6246
6247         * VERSION: release 2.7.19
6248         
6249         * lily/figured-bass-engraver.cc (process_music): check
6250         figuredBassCenterContinuations first.
6251
6252         * scm/translation-functions.scm (format-bass-figure): make double
6253         sharp larger. 
6254
6255         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
6256         determine X-parent.
6257
6258         * lily/system-start-delimiter-engraver.cc: move from
6259         Nested_system_start_delimiter_engraver, rename
6260         Nested_system_start_delimiter_engraver ->
6261         System_start_delimiter_engraver.
6262
6263         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
6264         bracket type from hierarchy.
6265
6266 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6267
6268         * lily/rest.cc (y_offset_callback): read staff-position.
6269
6270         * scm/define-grob-properties.scm (all-user-grob-properties): don't
6271         mark after-line-breaking-callback as internal.
6272
6273         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
6274
6275 2005-11-25  Werner Lemberg  <wl@gnu.org>
6276
6277         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
6278
6279 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6280
6281         * stepmake/bin/add-html-footer.py (do_file): add google
6282
6283         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
6284         staff if first_start_ is true.
6285
6286 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6287
6288         * scripts/midi2ly.py (split_track): add __repr__ members.
6289         (track_first_item): only return Item if not None. This fixes a
6290         problem when dumping a track that starts with an empty channel.
6291
6292         * python/midi.c: doc module.
6293
6294 2005-11-22  Mats Bengtsson  <mabe@s3.kth.se>
6295
6296         * Documentation/user/global.itely (Creating MIDI files): Fix
6297         compilation problem.
6298
6299 2005-11-22  Graham Percival  <gpermus@gmail.com>
6300
6301         * Documentation/user/basic-notation.itely: clarify dynamic
6302         padding text.
6303
6304         * Documentation/user/advanced-notation.itely: add unicode
6305         escape control example, whatever that is.  :)
6306
6307         * Documentation/user/global.itely: added "removing dynamics
6308         from MIDI" code.
6309
6310 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6311
6312         * VERSION (PATCH_LEVEL): release 2.7.18
6313
6314         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
6315         System_start_delimiter_engraver by
6316         Nested_system_start_delimiter_engraver.
6317
6318         * lily/nested-system-start-delimiter-engraver.cc (struct
6319         Bracket_nesting_node): new class.
6320         (struct Bracket_nesting_group): new class
6321         (struct Bracket_nesting_staff): new class.
6322         (process_music): create hierarchy of grobs. This allows separate
6323         tuning of different SSDs. 
6324
6325         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
6326         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
6327
6328 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6329
6330         * lily/side-position-interface.cc (aligned_side): multiply
6331         staff_radius by 2.
6332
6333         * lily/script-engraver.cc (make_script_from_event): allow setting
6334         values to '()
6335
6336 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6337
6338         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
6339
6340         * scm/define-grobs.scm (all-grob-descriptions): new grob
6341         NestedSystemStartDelimiter.
6342
6343         * input/regression/system-start-heavy-bar.ly: new file.
6344
6345         * lily/nested-system-start-delimiter-engraver.cc: new file.
6346
6347         * lily/nested-system-start-delimiter.cc: new file.
6348
6349         * input/regression/system-start-nesting.ly: new file.
6350
6351         * scm/define-grobs.scm (all-grob-descriptions): use X side
6352         positioning for positioning braces for nested contexts.
6353
6354         * lily/system-start-delimiter.cc (print): don't divide extent by
6355         staff_space.
6356         (print): use style iso. glyph.
6357         (staff_bracket): translate glyph inside routine already.
6358
6359 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
6360
6361         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
6362         names.
6363
6364 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6365
6366         * scm/define-context-properties.scm
6367         (all-user-translation-properties): rename figuredBassFormatter
6368         from newFiguredBassFormatter.
6369
6370         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
6371
6372         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
6373
6374         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
6375
6376         * lily/beam.cc (calc_beaming): new function.
6377         (calc_shorten): new function.
6378
6379         * THANKS: add Edward Neeman.
6380
6381         * input/regression/accidental-clef-change.ly: new file.
6382
6383         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
6384
6385         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
6386
6387         * lily/clef-engraver.cc (inspect_clef_properties): reset
6388         localKeySignature for clef changes.
6389
6390 2005-11-17  Mats Bengtsson  <mabe@s3.kth.se>
6391
6392         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
6393         add dummy definition that works in Linux and add information in
6394         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
6395
6396         * Documentation/user/changing-defaults.itely (Modifying context
6397         plug-ins): Add index for \with.
6398
6399         * Documentation/user/music-glossary.tely (dal segno): Updated
6400         example to version >=2.6.
6401
6402 2005-11-16  Mats Bengtsson  <mabe@s3.kth.se>
6403
6404         * Documentation/user/instrument-notation.itely (Printing chord
6405         names): Reorder \chordmode and \repeat in one example.
6406
6407 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6408
6409         * VERSION: release 2.7.17
6410         
6411         * Documentation/topdocs/NEWS.tely (Top): add note about
6412         refactoring.
6413
6414         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
6415         new function. Search region of 3 positions for best tie.
6416         (score_configuration): new function.
6417         (score_aptitude): new function.
6418         (generate_configuration): new function.
6419         (get_configuration): new function.
6420         (Tie_formatting_problem): new function
6421
6422         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
6423
6424         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
6425
6426         * THANKS: add Eduardo Vieira & Ralph Little
6427
6428         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
6429         narrower.
6430
6431         * lily/include/tie-formatting-problem.hh (class
6432         Tie_formatting_problem): add Tie_details to
6433         Tie_formatting_problem. Update calling conventions.
6434
6435         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
6436         config.make.
6437
6438         * Documentation/user/lilypond.tely: remove musedata2ly entry.
6439
6440 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
6441
6442         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
6443         scm/define-context-properties.scm: Maintenance bugfix: make
6444         ligature brackets work again by removing obsolete ligature
6445         primitive callback push/pop.
6446
6447         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
6448         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
6449         value.
6450
6451 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6452
6453         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
6454         used and do not call it a path.
6455         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
6456
6457 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6458
6459         * lily/include/tie-formatting-problem.hh (class
6460         Tie_formatting_problem): new file.
6461
6462         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
6463
6464         * Documentation/misc/ChangeLog-2.3:  new file.
6465
6466         * lily/audio-staff.cc (output): degarianize.
6467
6468 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6469
6470         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
6471         Unset PYTHONOPTIMIZE.  Fixes install if set.
6472
6473 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6474
6475         * python/convertrules.py (conv): add warning about drums. 
6476
6477         * make/stepmake.make: include toplevel-version.make after config.make.
6478
6479         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
6480         also allow python2.4
6481
6482         * config.make.in (configure-srcdir): remove GXX GCC vars.
6483
6484         * stepmake/aclocal.m4: don't do non-srcdir build with
6485         symlinks. Use inclusion, so the src directory name can be changed.
6486
6487 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6488
6489         * make/mutopia-vars.make:
6490         * make/ly-vars.make: Use src-wildcard iso wildcard for source
6491         files.
6492
6493 2005-11-13  Werner Lemberg  <wl@gnu.org>
6494
6495         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
6496         but the affected path.  This ensures that the (overlapping) outlines
6497         have the same direction, which is a necessary prerequisite for
6498         FontForge's algorithm to remove overlaps.
6499         Formatting.
6500
6501         * mf/feta-haak.mf: Formatting.
6502         (draw_bracket): Slightly modify outline to avoid an unnecessary
6503         corner.
6504         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
6505         them from the affected paths.
6506
6507 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6508
6509         * mf/README: remove xpm / accordion notes.
6510
6511         * lily/tie-column-format.cc (set_chord_outline): add dots into
6512         skyline extents. This fixes tie formatting if the left head has dots.
6513
6514         * lily/tie.cc (get_configuration): only shift tie by a whole staff
6515         space inside the staff.
6516         (get_configuration): shift another position if necessary in case
6517         of left head tie  
6518
6519 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6520
6521         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
6522         buildscript-dir iso. $(depth)/buildscripts.
6523
6524         * tex/GNUmakefile (local-uninstall): remove
6525         music-drawing-routines.ps juggling.
6526
6527         * stepmake/stepmake/install-targets.make (local-install-files):
6528         prepend src-dir to install targets.
6529
6530         * lily/system-start-delimiter-engraver.cc
6531         (acknowledge_system_start_delimiter): use
6532         add_offset_callback(). This fixes translation of nested
6533         staffgroups.
6534
6535         * lily/grob-closure.cc (add_offset_callback): only encaps in
6536         simple_closure if it's a procedure.
6537         
6538         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
6539         from bar-line.
6540
6541         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
6542         remove-empty where pertinent.
6543
6544 2005-11-12  Graham Percival  <gpermus@gmail.com>
6545
6546         * Documentation/user/instrument-notation.itely: added
6547         Cameron Horsburgh's multiple stanzas docs.  Thanks!
6548
6549 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6550
6551         * lily/GNUmakefile
6552         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
6553         make picture in builddir, not srcdir.
6554
6555 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6556
6557         * VERSION: release 2.7.16
6558         
6559         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
6560         shell arguments. 
6561
6562 2005-11-10  Mats Bengtsson  <mabe@s3.kth.se>
6563
6564         * Documentation/user/examples.itely (Piano templates): Minor
6565         modification to the Piano centered lyrics example.
6566
6567 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6568
6569         * scripts/lilypond-invoke-editor.scm (run-browser): look at
6570         $BROWSER.
6571
6572         * Documentation/user/point-and-click.itely: simplify p&c
6573         instruction: don't configure firefox. Put lilypond-invoke-editor
6574         in front of the browser.
6575
6576         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
6577         (run-browser): new function.
6578
6579         * lily/parser.yy (Lily_lexer): recognize Book
6580
6581         * lily/book.cc (clone): new function
6582
6583         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
6584
6585 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
6586
6587         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
6588         Maintenance bugfix: reduce number of font related warnings by
6589         updating naming conventions for glyph-name.
6590
6591 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6592
6593         * scm/define-grobs.scm (all-grob-descriptions): add
6594         rhythmic-grob-interface to TabNoteHead.
6595
6596         * scm/layout-beam.scm (check-quant-callbacks): remove
6597         set_stem_lengths()
6598
6599 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
6600
6601         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
6602         alignment of centered divisiones.
6603
6604         * scm/scripts.scm (articulations): Maintenance bugfix:
6605         follow-into-staff -> quantize-position.
6606
6607         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
6608         plica head in porrectus deminutus.
6609
6610 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6611
6612         * make/lilypond.fedora.spec.in (Group): add %clean section.
6613
6614         * lily/tuplet-bracket.cc (print): change check: remove bracket if
6615         less then 1/5th of total length.  
6616         (print): use gap too.  Fixes tupletUp-single-bracket.ly
6617
6618         * scm/music-functions.scm (glue-mm-rest-texts): also put other
6619         events into EventChord. This fixes textspanners on mm rests. Fixes
6620         spanner-rest.ly
6621
6622         * lily/side-position-interface.cc (get_axis): read side-axis
6623         (set_axis): set side-axis.
6624
6625         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
6626         properties everywhere.
6627
6628         * lily/spacing-spanner.cc (breakable_column_spacing): add
6629         average-spacing-wishes. Take maximum if not set.
6630         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
6631
6632         * scm/define-grobs.scm (all-grob-descriptions): add
6633         average-spacing-wishes.
6634
6635         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
6636         offset callbacks. This fixes alignment for Fingering objects.
6637
6638         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
6639         space for key - timesig combination. 
6640
6641         * input/regression/script-stem-tremolo.ly (Module): new file.
6642
6643         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
6644         to key sig.
6645
6646         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
6647         Fixes: c-tremolo-script.ly.
6648         
6649         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
6650
6651         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
6652         
6653         * scm/define-grobs.scm (all-grob-descriptions): remove
6654         self-X-offset. Fixes alignment of octavate-8.
6655
6656         * scripts/lilypond-book.py (datadir): look in
6657         LILYPONDPREFIX/share/lilypond/current/
6658
6659         * GNUmakefile.in: symlink current to <VERSION>. 
6660
6661 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
6662
6663         * lily/main.cc: eps listed as a backend.
6664
6665 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6666
6667         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
6668
6669 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6670
6671         * lily/include/score.hh (class Score): remove texts_ member.
6672
6673         * lily/beam.cc (set_stem_lengths): force direction callback.
6674         (print): read quantized-positions, so we can force
6675         Beam::set_stem_lengths to occur.
6676         (rest_collision_callback): use common X parent. 
6677
6678 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6679
6680         * flower/file-path.cc (find): Bugfix: Return name of file found.
6681
6682         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
6683         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
6684         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
6685
6686 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6687
6688         * flower/offset.cc: idem.
6689
6690         * mf/*.mf: update email address.
6691
6692         * lily/font-config-scheme.cc:  new file.
6693
6694         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
6695
6696         * lily/*:  cs.uu.nl -> xs4all.nl
6697
6698         * VERSION (PATCH_LEVEL): release 2.7.15
6699
6700         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
6701         spec files.
6702
6703         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
6704
6705 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6706
6707         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
6708
6709         * lily/staff-performer.cc (process_music): add audio
6710         elements. This makes MIDI instrument changes work once again.
6711
6712         * lily/main.cc (LY_DEFINE): add gmane address.
6713
6714         * lily/beam.cc: remove calc_positions()
6715
6716         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
6717         original_ in private scope.
6718         (class Grob): drop pscore_ pointer, change to output_def pointer.
6719         (class Grob): cleanup class definition.
6720
6721         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
6722
6723 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6724
6725         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
6726         absolute.  Better diagnostics.
6727
6728         * GNUmakefile.in: Add bin/ to tree and populate with some links.
6729         This makes lilypond run from the build directory using argv0
6730         relocation (without any --prefix or LILYPONDPREFIX setting).
6731
6732 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6733
6734         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
6735
6736         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
6737         with simple-closure.
6738
6739         * lily/self-aligment-interface.cc (set_align_self): new function
6740         (set_center_parent): new function.
6741
6742         * lily/side-position-interface.cc (set_axis): new function.
6743
6744         * lily/new-fingering-engraver.cc (position_scripts): use drul for
6745         generic code. 
6746
6747         * scm/define-grob-properties.scm (all-user-grob-properties):
6748         remove [XY]-offset-callbacks add [YX]-offset
6749         
6750 2005-11-02  Mats Bengtsson  <mabe@s3.kth.se>
6751
6752         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
6753         entry for time signatures after breathing signs. Bug report by
6754         Scott Russell.
6755
6756 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6757
6758         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
6759         not absolute, make it absolute using PATH.
6760
6761 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6762
6763         * python/midi.c (initmidi): Fix type for mingw.
6764
6765 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6766
6767         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
6768
6769         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
6770         cross compiling.
6771
6772         * stepmake/aclocal.m4: Support python cross compiling.
6773
6774         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
6775         Add mingw section.
6776
6777 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6778
6779         * scm/output-lib.scm (chain-grob-member-functions): replace
6780         chained-callback.cc
6781
6782         * lily/chained-callback.cc (Module): remove file.
6783
6784         * lily/rest-collision.cc (force_shift_callback_rest): change to
6785         chained callback.
6786
6787         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
6788
6789         * lily/grob.cc (y_parent_positioning): remove axis argument from
6790         parent_positioning callbacks.
6791         (Grob): junk init code
6792         (get_offset): use generic property callbacks for
6793         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
6794         (axis_parent_positioning): new function
6795         (axis_offset_symbol): new function
6796         (chain_offset_callback): new function
6797         (add_offset_callback): new function
6798
6799         * lily/beam.cc (rest_collision_callback): change signature; this
6800         is now a chained callback.
6801
6802         * lily/include/dimension-cache.hh (class Dimension_cache): remove
6803         callback administration.
6804
6805         * lily/simple-closure.cc: new file. Smob type that allows "grob
6806         member functions",
6807
6808             (ly:make-simple-closure FUNC A B)
6809
6810         is evaluated as (FUNC grob A B). This allows chaining of callbacks
6811         in various ways.
6812
6813         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
6814         callbacks.
6815
6816         * lily/slur.cc (outside_slur_callback): take 2 arguments.
6817
6818         * lily/rest.cc (polyphonic_offset_callback): remove.
6819
6820         * lily/script-engraver.cc (try_music): remove bool* argument.
6821
6822         * scm/script.scm (default-script-alist): set quantize-position
6823         appropriately.
6824
6825         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
6826
6827         * lily/side-position-interface.cc (aligned_side): move staff
6828         position quantization from
6829         Side_position_interface::quantised_position().
6830         (quantised_position): remove
6831         
6832 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6833
6834         * input/regression/beam-quant-standard.ly: reindent, set
6835         debug-beam-quanting to #t.
6836
6837         * lily/beam-concave.cc (calc_concaveness): set concaveness to
6838         10000 if this is a "hard" concave beam.
6839
6840         * lily/beam.cc (calc_least_squares_positions): change from
6841         calc_least_squares_dy
6842         (set_stem_lengths): this is now a chained callback.
6843
6844         * lily/context-property.cc (execute_general_pushpop_property):
6845         bugfix override with procedure should have effect.
6846
6847         * scm/define-grob-properties.scm (all-internal-grob-properties):
6848         remove position-callbacks.
6849
6850         * scm/define-grobs.scm (all-grob-descriptions): use
6851         ly:make-callback-chain for positions property.
6852
6853         * scm/layout-beam.scm (check-quant-callbacks): return list of
6854         chained callbacks.
6855
6856         * scm/lily.scm (type-p-name-alist): add callback-chain
6857
6858         * lily/lily-guile.cc (type_check_assignment): type check failure
6859         is warning not message.
6860
6861         * lily/grob-property.cc (try_callback): walk callback chain if
6862         appropriate.
6863
6864         * lily/chained-callback.cc: new file. new smob type.
6865
6866         * lily/lily-guile.cc (procedure_arity): new function.
6867
6868 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6869
6870         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
6871
6872 2005-10-25  John Mandereau  <john.mandereau@free.fr>
6873  
6874         * Documentation/user/instrument-notation.itely (Figured bass):
6875         describe new features
6876
6877 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6878
6879         * lily/beam.cc (calc_least_squares_dy): use property callback.
6880
6881         * lily/beam-concave.cc (calc_concaveness): use property callback.
6882
6883         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
6884
6885 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6886
6887         * HACKING: Update.
6888
6889 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6890
6891         * scm/layout-page-layout.scm (page-headfoot): annotate
6892         pagetopspace too.
6893
6894         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
6895
6896         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
6897         doesn't take y-space.
6898
6899         * scm/paper.scm (paper-alist): fix A7 dimensions. 
6900
6901 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6902
6903         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
6904         src-wildcard, remove $(wildcard).
6905
6906         * po/GNUmakefile (PO_FILES): 
6907         * ps/GNUmakefile (PS_FILES): 
6908         * tex/GNUmakefile (TEX_FILES): 
6909         * cygwin/GNUmakefile (POSTINSTALLS):
6910         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
6911         some wildcard calls.
6912
6913 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6914
6915         * THANKS: add Thomas Bushnell.
6916
6917 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6918
6919         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
6920         (lilypond-main): Redirect to gui-main if 'gui is set.
6921
6922         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
6923         for alternative installations kludging s/share/lib/g
6924         LILYPONDPREFIX. 
6925
6926         * SConstruct (libdir_package_version): Define.
6927
6928         * python/SConscript: 
6929         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
6930         module in libdir.  
6931
6932 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6933
6934         * lily/main.cc: clarify --safe.
6935
6936 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6937
6938         * VERSION: release 2.7.14
6939         
6940         * Documentation/user/*.itely: remove minimumVerticalExtent.
6941
6942         * scm/define-grobs.scm (all-grob-descriptions): remove
6943         RemoveEmptyVerticalGroup
6944
6945         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
6946
6947         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
6948         compile on MOSX
6949
6950         * python/convertrules.py (conv): add rules.
6951
6952         * lily/grob.cc: remove is_empty()
6953
6954         * lily/grob-property.cc: remove add_to_list_property().
6955
6956         * scripts/convert-ly.py (datadir): add prefix switching hack to
6957         .py too.
6958
6959         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
6960         space-function tweak.
6961
6962         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
6963
6964         * scm/define-grob-properties.scm (all-user-grob-properties):
6965         remove callback property.
6966
6967         * lily/include/grob.hh (class Grob): remove property_callbacks_
6968         member. Properties of procedure type are assumed to be callbacks.
6969
6970         * lily/ligature-engraver.cc (override_stencil_callback):
6971         rewrite. Use noteHeadLigaturePrimitive as source.
6972
6973         * scm/define-grob-properties.scm (all-internal-grob-properties):
6974         remove ligature-primitive-callback
6975
6976         * lily/include/dimension-cache.hh (class Dimension_cache): make
6977         class, with Grob as friend.
6978
6979         * lily/grob.cc: remove set_extent_callback(), set_extent() and
6980         has_extent_callback()
6981
6982         * scm/translation-functions.scm (format-new-bass-figure): read
6983         figuredBassPlusDirection
6984
6985         * scm/define-context-properties.scm
6986         (all-user-translation-properties): add figuredBassPlusDirection.
6987
6988         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
6989
6990         * lily/align-interface.cc (set_ordered): new function.
6991
6992         * lily/grob.cc (flush_extent_cache): rewrite.
6993
6994         * lily/dimension-cache.cc (Dimension_cache): cache extent as
6995         Interval pointer directly.
6996
6997         * lily/main.cc (setup_paths): insert extra / .
6998         (setup_paths): junk cff entry.
6999
7000         * lily/font-config.cc (init_fontconfig): only add type1 / otf
7001         directories.
7002
7003         * lily/axis-group-engraver.cc (finalize): remove
7004         extraVerticalExtent, minimumVerticalExtent verticalExtent.
7005
7006         * lily/grob.cc (Grob): don't set extent from ctor.
7007         (extent): use property callbacks. 
7008
7009         * lily/axis-group-interface.cc: remove set_axes() function.
7010
7011         * lily/grob-property.cc (del_property): new function.
7012
7013 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7014
7015         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
7016         
7017 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
7018
7019         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
7020
7021 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7022
7023         * mf/SConscript: Updates.
7024
7025         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
7026
7027         * stepmake/stepmake/*:
7028         * */GNUmakefile:
7029         * config.make.in:
7030         * GNUmakefile.in:
7031         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
7032         from any directory in build-dir.  Cleanups.
7033
7034         * make/srcdir.make.in: Remove.
7035
7036         * lily/main.cc (setup_paths): Fix and document build-dir hack.
7037
7038         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
7039         main).
7040
7041         * lily/SConscript: Remove ttftools.
7042
7043         * SConstruct: Resurrect.
7044
7045 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7046
7047         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
7048         Y coordinate. 
7049
7050         * lily/paper-book.cc (add_score_title): put Paper_score title into
7051         systems_ list.
7052
7053         * scm/translation-functions.scm (format-new-bass-figure): also
7054         allow plus in combination with _
7055
7056 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7057
7058         * VERSION: 2.7.13 released.
7059
7060         * lily/note-collision.cc (check_meshing_chords): don't wipe
7061         stencil, merely set transparent.
7062
7063         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
7064         (Top): document #'callbacks.
7065         (Top): document nested \override.
7066
7067         * input/regression/figured-bass.ly: update for slash and pluses.
7068
7069         * input/regression/figured-bass-continuation-forbid.ly (Module):
7070         new file.
7071
7072         * scm/translation-functions.scm (format-new-bass-figure): use
7073         slashed-digit if diminished is set.
7074         (format-new-bass-figure): add + if 'augmented is set.
7075
7076         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
7077
7078         * input/test/piano-staff-distance.ly: remove file.
7079
7080         * Documentation/user/advanced-notation.itely (Formatting cue
7081         notes): use length-fraction for making stems/beams smaller.
7082
7083         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
7084         modifications.
7085
7086         * lily/new-figured-bass-engraver.cc: new property
7087         centerFiguredBassContinuations
7088
7089         * Documentation/user/changing-defaults.itely (Difficult tweaks):
7090         use callbacks.
7091
7092         * lily/context-property.cc (execute_general_pushpop_property):
7093         robustness checks.
7094
7095         * input/regression/override-nest.ly: new file.
7096
7097         * python/convertrules.py (FatalConversionError.subber): conversion
7098         rule for #'callbacks
7099
7100         * input/regression/override-nest.ly: new function.
7101
7102         * lily/parser.yy (music_property_def): allow \override #'a #'b =
7103         #c too. 
7104
7105         * lily/context-property.cc (lookup_nested_property): new function.
7106         (evict_from_alist): new function.
7107         (general_pushpop_property): new function.
7108         (execute_general_pushpop_property): rewrite. Support nested
7109         properties too.
7110
7111 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7112
7113         * lily/beam.cc: use length-fraction too.
7114
7115         * scm/define-grob-properties.scm (all-user-grob-properties):
7116         remove property flag-width-function
7117         (all-user-grob-properties): remove space-function.
7118
7119         * scm/layout-beam.scm: remove flag-width-function.
7120
7121         * lily/beam.cc: remove flag-width-function
7122
7123         * scm/layout-beam.scm: remove beam dir functions.
7124
7125         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
7126
7127         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
7128         for easier grace tweaks.
7129
7130         * lily/beam.cc: remove dir-function.
7131
7132         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
7133
7134         * lily/grob.cc: remove spacing-procedure.
7135
7136         * lily/note-head.cc (calc_stem_attachment): new function.
7137         (internal_print): use callback to get glyph-name.
7138
7139         * lily/grob-property.cc (get_interfaces): new function.
7140
7141         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
7142
7143         * lily/stem.cc (calc_stem_end_position): new function.
7144         (calc_length): new function.
7145         document details for stem.
7146         remove Stem::get_direction()
7147
7148         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
7149
7150         * lily/grob-property.cc (set_callback): new function.
7151
7152         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
7153
7154         * lily/item-scheme.cc: new file.
7155
7156         * lily/bar-line.cc (before_line_breaking): remove function.
7157         remove bar-size-procedure, break-glyph-function
7158
7159         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
7160
7161         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
7162
7163         * lily/system-start-delimiter.cc (print): suicide from
7164         here. Remove after_line_breaking_callback.
7165
7166         * lily/script-interface.cc (calc_direction): use callback for direction.
7167
7168         * lily/side-position-interface.cc (aligned_side): don't use
7169         Side_position_interface::get_direction directly. Use callback. 
7170
7171         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
7172         calculate stencil.
7173         (get_print_stencil): rename from get_stencil: create stencil with
7174         transparency, color and cause. 
7175
7176         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
7177
7178         * python/convertrules.py (conv): insert temporary warning rule.
7179
7180         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
7181
7182         * lily/grob-property.cc (try_callback): remove marker if applicable.
7183
7184         * lily/grob.cc: elucidate doc about after/before-line-breaking
7185
7186         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
7187
7188         * lily/stem.cc (height): idem.
7189
7190         * lily/stem-tremolo.cc: idem.
7191
7192         * lily/slur.cc (height): don't use get_uncached_stencil()
7193
7194         * lily/rest.cc (y_offset_callback): use offset callback
7195         iso. after-line-breaking callback.
7196
7197         * lily/grob.cc: change after/before-line-breaking-callback to
7198         after/before-line-breaking dummy properties.
7199
7200         * lily/include/grob.hh: remove Grob_status.
7201
7202         * scm/define-context-properties.scm
7203         (all-user-translation-properties): remove verticalAlignmentChildCallback
7204
7205         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
7206         (calc_direction): use callback
7207         (calc_positions): use callback.
7208
7209         * lily/tie.cc (calc_direction): use callback. Only call parent
7210         positioning for more than one tie.
7211
7212         * lily/tie-column.cc (calc_positioning_done): use callback
7213
7214         * lily/slur-scoring.cc (calc_control_points): use callback
7215
7216         * lily/slur.cc (calc_direction): use callback.
7217
7218         * lily/note-collision.cc (force_shift_callback): remove.
7219
7220         * lily/dot-column.cc (force_shift_callback): remove. Use
7221         other_axis_parent_positioning.
7222
7223         * lily/grob.cc (other_axis_parent_positioning): new function.
7224         (same_axis_parent_positioning): new function
7225
7226         * lily/align-interface.cc (alignment_callback): remove function.
7227
7228         * lily/note-collision.cc (calc_positioning_done): use callback.
7229
7230         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
7231         (calc_direction): idem.
7232         remove print function.
7233
7234         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
7235
7236         * lily/dot-column.cc (calc_positioning_done): use callback.
7237
7238         * lily/break-align-interface.cc (calc_positioning_done): use callback.
7239
7240         * lily/beam.cc (calc_direction): use pseudo-property for beam
7241         direction callback.
7242         (calc_positions): use callback 
7243
7244         * lily/align-interface.cc (calc_positioning_done): use
7245         callback. Fold fixed  distance and normal alignment in one function.
7246
7247         * lily/stem.cc (calc_stem_end_position): use callback.
7248         (calc_positioning_done): idem.
7249         (calc_direction): idem.
7250         (calc_stem_end_position): idem
7251         (calc_stem_info): idem.
7252
7253         * lily/grob-property.cc (get_property_data): new function: 
7254         (try_callback): new function.
7255
7256         * scm/define-grob-properties.scm (all-user-grob-properties): doc
7257         callbacks property.
7258
7259         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
7260
7261 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7262
7263         * lily/tie.cc (get_position): robustness fix. Don't crash if a
7264         tie
7265         has no heads.
7266         
7267         * lily/include/*.hh (Module): compile fixes.
7268
7269 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
7270
7271         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
7272         as an argument for char-syntax: use (char-syntax (or nil 0)) 
7273         instead of (char-syntax nil), thanks to Milan Zamazal.
7274
7275 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7276
7277         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
7278         dist.
7279
7280         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
7281         themselves.
7282
7283 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7284
7285         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
7286         add class_name() method.
7287
7288         * lily/music-scheme.cc: remove ly:music-name.
7289
7290 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7291
7292         * cygwin/postinstall-lilypond.sh: Remove cruft.
7293
7294         * cygwin/postremove-lilypond.sh: Remove.
7295
7296         * cygwin/GNUmakefile (default): Remove postremove rules.
7297
7298 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7299
7300         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
7301         even header too.
7302         
7303         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
7304         MacOS 9 users.
7305
7306         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
7307         consider break index for broken spanner.
7308
7309         * scm/define-markup-commands.scm (wordwrap-string): remove \r
7310         characters from string before splitting.
7311
7312 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7313
7314         * scm/framework-ps.scm (output-preview-framework): use
7315         is-book-title to determine whether to chop off the booktitle.
7316
7317         * lily/paper-book.cc (systems): init from book-title-properties
7318         (add_score_title): init score-title-properties.
7319
7320         * ly/paper-defaults.ly: add {score,book}-title-properties.
7321
7322         * scm/document-backend.scm (lookup-interface): error message if
7323         using unknown interface.
7324
7325         * lily/volta-bracket.cc (after_line_breaking): new function. Set
7326         edge-height.
7327
7328         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
7329         make_bracket.
7330         (make_bracket): new function.
7331
7332         * scm/lily.scm (define-scheme-options): add paper-size option.
7333
7334         * ly/declarations-init.ly (laissezVibrer): get paper size from
7335         -dpaper-size
7336
7337         * scm/translation-functions.scm: use \fontsize for changing the
7338         fontsize.
7339
7340         * scm/define-grobs.scm (all-grob-descriptions): set
7341         between-length-limit to 1.0
7342
7343         * lily/tie-helper.cc: add between_length_limit_ detail property.
7344
7345         * mf/feta-bolletjes.mf: typos.
7346
7347         * lily/note-head.cc (internal_print): don't shadow idx
7348         parameter. This fixes wrong attachment for do shape heads.
7349
7350 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7351
7352         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
7353
7354         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
7355
7356         * scm/layout-slur.scm: rename from slur.scm
7357
7358         * scm/layout-page-layout.scm: rename from page-layout.scm
7359
7360         * scm/layout-beam.scm: rename from beam.scm
7361
7362         * scm/define-grob-interfaces.scm (bass-figure-interface): add
7363         bass-figure-interface
7364
7365         * lily/new-figured-bass-engraver.cc (process_music): add
7366         implicitBassFigures property.
7367         
7368         * scm/define-markup-commands.scm (pad-x): new markup.
7369
7370         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
7371         minimumVerticalExtent on FiguredBass context.
7372
7373         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
7374         case the continuation crosses a line break.
7375
7376 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7377
7378         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
7379         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
7380         absolute file name bug.  
7381
7382 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7383
7384         * VERSION (PACKAGE_NAME): release 2.7.12
7385
7386         * input/regression/figured-bass-continuation-center.ly: new file.
7387
7388         * input/regression/beam-outside-beamlets.ly: new file.
7389
7390         * lily/beam.cc (set_beaming): don't clip edges.
7391         (connect_beams): don't clip edges.
7392
7393         * lily/beaming-info.cc (clip_edges): new function.
7394
7395         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
7396
7397         * Documentation/user/instrument-notation.itely (Figured bass):
7398         demonstrate extenders, update seealso links.
7399
7400         * scm/titling.scm (marked-up-headfoot): change tagline
7401         handling. tagline = ##f will blank the tagline as well.
7402
7403 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7404
7405         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
7406
7407         * lily/new-figured-bass-engraver.cc (struct
7408         New_figured_bass_engraver): add new_music_found_ member.
7409
7410         * lily/lilypond-version.cc (Lilypond_version): deal with
7411         incorrectly formatted version strings. 
7412
7413         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
7414         New_figured_bass_engraver by default.
7415
7416         * lily/ttf.cc (print_trailer): only define glyph names when
7417         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
7418
7419 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7420
7421         * lily/horizontal-bracket.cc (make_bracket): new function.
7422
7423         * scm/define-grobs.scm (all-grob-descriptions): new grobs
7424         NewBassFigure, BassFigureBracket, BassFigureContinuation,
7425         BassFigureLine, BassFigureAlignment
7426
7427         * lily/new-figured-bass-engraver.cc (process_music): new file.
7428
7429         * lily/figured-bass-continuation.cc: new file.
7430
7431         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
7432         new file.
7433
7434 2005-10-04  Mats Bengtsson  <mabe@s3.kth.se>
7435
7436         * scripts/lilypond-book.py: Bug fix, put the quote around the
7437         actual score for LaTeX documents.
7438
7439         * scm/define-grobs.scm (all-grob-descriptions): Change
7440         collapse-height of the SystemStartBracket grob to 5.0, 
7441         so the bracket disappears for single stave score lines (similarly
7442         to SystemStartBraces). 
7443
7444         * Documentation/user/advanced-notation.itely (Polymetric
7445         notation): Clarify the use of compressMusic.
7446
7447         * Documentation/user/basic-notation.itely (Grace notes): Clarify
7448         that the grace spacer note in other staves need the same duration
7449         and document the stroke-style property.
7450
7451 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7452
7453         * Documentation/user/global.itely (Vertical spacing): document
7454         alignment-extra-space and fixed-alignment-extra-space.
7455
7456         * Documentation/topdocs/NEWS.tely (Top): add entry.
7457
7458         * input/regression/alignment-vertical-spacing.ly: new file.
7459
7460         * python/convertrules.py (conv): add rule.
7461
7462         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
7463
7464         * lily/align-interface.cc (stretch_after_break): new
7465         function. Read fixed-alignment-extra-space property.
7466         (align_elements_to_extents): read alignment-extra-space property.
7467
7468         * lily/lily-guile.cc (robust_scm2dir): new function.
7469
7470         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
7471         (annotate-space-left): new function. Annotate space left on page. 
7472         (annotate-y-interval): new function.
7473         (paper-system-annotate-last): new function. Annotate bottom-space.
7474
7475         * mf/feta-beugel.mf (y): 
7476
7477 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7478
7479         * VERSION (PACKAGE_NAME):  release 2.7.11
7480
7481         * scm/lily-library.scm (interval-translate): new function
7482         (interval-center): new function. 
7483
7484         * scm/page-layout.scm (paper-system-annotate): new function. Add
7485         arrows for dimensions.
7486  
7487         * scm/stencil.scm (dimension-arrows): new function.
7488
7489         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
7490
7491         * input/regression/page-spacing.ly: add annotatespacing
7492
7493         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
7494         (LY_DEFINE): new function ly:paper-system-set-property!
7495
7496         * Documentation/user/global.itely (Paper size): explain how to add
7497         sizes.
7498
7499         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
7500         correspond to GS's definition.
7501
7502         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
7503         tuplet bracket.
7504         (print): only connect to next bracket if the next one is alive.
7505         (print): set padding to 0.0 if the bound is a breakable
7506         column. This makes tupletFullLength brackets reach up to the staff
7507         line if it doesn't connect to the next line.
7508
7509 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7510
7511         * lily/bar-number-engraver.cc: correct docs.
7512
7513         * scm/output-lib.scm (first-bar-number-invisible): rename from
7514         default-bar-number-visibility
7515
7516 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7517
7518         * scm/define-music-properties.scm (all-music-properties): remove
7519         predicate property.
7520
7521 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
7522
7523         * po/fi.po: refresh.
7524
7525 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7526
7527         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
7528         superfluous s1.
7529         (disappear): bugfix.
7530
7531         * lily/stem-tremolo.cc (raw_stencil): read slope property.
7532
7533         * lily/include/paper-system.hh (class Paper_system): remove
7534         staff_extents_ member.
7535
7536         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
7537
7538         * lily/include/paper-system.hh (class Paper_system): remove
7539         number_ variable. Remove is_title_. Remove break_before_penalty_
7540
7541         * lily/paper-book.cc (systems): use 'number property iso. number_
7542         member.
7543
7544         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
7545         remove ly:paper-system-number.
7546
7547         * scm/lily-library.scm (paper-system-title?): new function.
7548
7549         * lily/book.cc (process): bugfix: flip ?: cases. 
7550
7551         * Documentation/user/changing-defaults.itely (Difficult tweaks):
7552         add outputProperty.
7553
7554         * ly/music-functions-init.ly: add outputProperty music function.
7555
7556         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
7557
7558         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
7559         and next-padding.
7560         (optimal-page-breaks): rename from ly:optimal-page-breaks.
7561
7562         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
7563
7564         * lily/paper-system.cc (internal_get_property): new function.
7565
7566         * Documentation/user/global.itely (Vertical spacing): refer to
7567         page-spacing.ly
7568
7569         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
7570         pagetopspace
7571
7572         * input/regression/page-spacing.ly: new file.
7573
7574         * input/regression/page-top-space.ly: new file.
7575
7576         * lily/spacing-spanner.cc: cmath -> math.h
7577
7578         * lily/paper-system.cc (read_left_bound): new function. Read
7579         line-break-system-details from left bound to determine extents.
7580  
7581         * Documentation/user/programming-interface.itely (Using LilyPond
7582         syntax inside Scheme): change applyxxx -> applyXxx.
7583
7584         * ly/music-functions-init.ly: add outputProperty music function.
7585
7586         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
7587
7588         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
7589
7590         * python/convertrules.py (conv): rule
7591
7592         * ly/music-functions-init.ly: applyxxx -> applyXxx
7593
7594         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
7595         TabVoice to Voice.
7596
7597 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7598
7599         * flower/include/real.hh: include <math.h> iso. <cmath>
7600
7601         * flower/include/offset.hh: include real.hh
7602
7603 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7604
7605         * Documentation/user/changing-defaults.itely (Difficult tweaks):
7606         fix example, now that 'interfaces is no longer directly available.
7607
7608         * lily/book.cc (process): don't crash if paper == NULL.
7609
7610         * po/fr.po: update.
7611
7612 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7613
7614         * scm/define-music-types.scm (music-descriptions): set length and
7615         start-callback for QuoteMusic
7616
7617 2005-09-15  Mats Bengtsson  <mabe@s3.kth.se>
7618
7619         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
7620         arguments. Fixes compilation error with gcc 3.3.
7621
7622 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7623
7624         * VERSION: release 2.7.10
7625
7626         * stepmake/stepmake/python-module-rules.make
7627         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
7628
7629         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
7630         real.hh
7631
7632 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7633
7634         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
7635         -Werror. Otherwise GCC barfs over various optimizations.
7636
7637         * scm/define-grob-properties.scm (all-internal-grob-properties):
7638         add note-head property
7639
7640         * Documentation/user/instrument-notation.itely (Laissez vibrer
7641         ties): new node.
7642
7643         * input/regression/laissez-vibrer-ties.ly: new file.
7644
7645         * lily/laissez-vibrer-engraver.cc: new file.    
7646
7647         * lily/include/tie-column-format.hh: new file.
7648
7649         * lily/tie-column-format.cc: new file. 
7650
7651         * lily/tie-column.cc (set_manual_tie_configuration): new function.
7652
7653         * lily/laissez-vibrer-tie.cc: new file.
7654
7655         * lily/include/laissez-vibrer-tie.hh: new file.
7656
7657         * ly/engraver-init.ly: add Laissez_vibrer_engraver
7658
7659         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
7660
7661         * scm/define-grobs.scm (all-grob-descriptions): add
7662         LaissezVibrerTie, LaissezVibrerTieColumn
7663
7664         * lily/tie-column.cc (set_tie_config_directions): new function
7665         (final_shape_adjustment): new function.
7666         (shift_small_ties): new function.
7667
7668         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
7669
7670         * lily/include/tie.hh (struct Tie_details): add x_gap_
7671         (struct Tie_configuration): add head_position_
7672
7673         * lily/tie-column.cc (set_chord_outline): new function.
7674
7675         * mf/cmr.enc.in:  remove file.
7676
7677 2005-09-11  Graham Percival  <gpermus@gmail.com>
7678
7679         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
7680
7681 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7682
7683         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
7684         reduce aliasing effects.
7685
7686         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
7687         box in skyline.
7688
7689 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7690
7691         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
7692
7693         * flower/include/real.hh: std::fabs too.
7694
7695 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7696
7697         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
7698
7699         * lily, flower: Include C++ iso C headers.  Import namespace std
7700         throughout.
7701
7702         * lily/side-position-interface.cc: 
7703         * lily/scm-hash.cc: 
7704         * lily/note-head.cc: 
7705         * lily/include/includable-lexer.hh: 
7706         * flower/include/string-data.icc: Remove using std::*.
7707
7708         * lily, flower: Include C++ iso C headers.  Import namespace std
7709         throughout.
7710
7711         * lily/side-position-interface.cc: 
7712         * lily/scm-hash.cc: 
7713         * lily/note-head.cc: 
7714         * lily/include/includable-lexer.hh: 
7715         * flower/include/string-data.icc: Remove using std::*.
7716
7717         * Documentation/user/instrument-notation.itely (Entering lyrics):
7718         Multiple latin-1->utf-8 conversion fix.
7719
7720         * Documentation/user/*tely: Update Emacs cookie to utf-8.
7721
7722 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7723
7724         * lily/tie.cc (get_configuration): also avoid dots for non-space
7725         situations.
7726
7727 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7728
7729         * Documentation/user/instrument-notation.itely: Bugfix.
7730
7731 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7732
7733         * tex/GNUmakefile: don't install texinfo.tex
7734
7735         * tex/ : cleanup: remove unused files.
7736
7737         * lily/general-scheme.cc: remove my_{isinf,isnan}.
7738
7739         * flower/include/real.hh: using std::{isnan,isinf}
7740         
7741         * VERSION (PATCH_LEVEL): release 2.7.9
7742
7743 2005-09-05  Graham Percival  <gpermus@gmail.com>
7744
7745         * Documentation/user/ instrument-notation.itely,
7746         advanced-notation.itely: minor tweaks.
7747
7748         * input/test/script-chart.ly: add item padding.
7749
7750 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7751
7752         * flower/offset.cc: use math.h iso. <cmath>
7753
7754         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
7755         of IE users.
7756
7757         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
7758         (widen-left-stencil-edges): new function. Fix alignment problems
7759         with LaTeX includegraphics.
7760
7761         * lily/text-interface.cc (interpret_markup): use abort().
7762
7763 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7764
7765         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
7766
7767         * lily/tie.cc (get_configuration): update bezier shape as we
7768         change Y positions.
7769         (get_configuration): don't move large ties if we're outside of the
7770         staff.
7771
7772 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7773
7774         * scm/define-markup-commands.scm (strut): swap X and Y dims.
7775         
7776 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7777
7778         * .cvsignore: Add auto-generated configure files and then some.
7779
7780 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7781
7782         * scm/define-grobs.scm (DynamicLineSpanner): Add
7783         X-extent-callback.  Fixes hairpin-slur collision.
7784
7785 2005-08-31  Graham Percival  <gpermus@gmail.com>
7786
7787         * Documentation/user/advanced-notation.itely,
7788         basic-notation.itely: minor changes.
7789
7790 2005-08-31  Mats Bengtsson  <mabe@s3.kth.se>
7791
7792         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
7793         \linebreak between each .eps file if \betweenLilyPondSystem is
7794         undefined. 
7795
7796         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
7797         music): Document the \linebreak
7798
7799         * Documentation/user/lilypond-book.itely,
7800         input/tutorial/lbook-latex-test.tex,
7801         Documentation/user/examples.itely: Remove \usepackage{graphics}
7802
7803 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7804
7805         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
7806
7807         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
7808         compat bugfix.
7809
7810         * scripts/lilypond-book.py (PREAMBLE_LY): define
7811         inside-lilypond-book
7812         (modify_preamble): new function. Insert \RequirePackage{graphics}
7813         when no {graphics found in preamble.  
7814
7815 2005-08030  Graham Percival  <gpermus@gmail.com>
7816
7817         * Documentation/user/basic-notation.itely, global.itely,
7818         tutorial.itely: misc small changes.
7819
7820 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7821
7822         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
7823         VERSION.
7824
7825 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7826
7827         * lily/tie-column.cc (new_directions): put Tie down on center
7828         staff line. 
7829
7830         * lily/script-interface.cc (before_line_breaking): use
7831         Grob::programming_error
7832
7833         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
7834
7835         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
7836         of splitext.
7837
7838 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7839
7840         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
7841
7842 2005-08-29  Werner Lemberg  <wl@gnu.org>
7843
7844         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
7845         the `*.scale.pfa' files to avoid warnings.
7846
7847 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7848
7849         * lily/tempo-performer.cc (process_music): idem.
7850
7851         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
7852
7853 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7854
7855         * Documentation/user/advanced-notation.itely (Text markup): not a
7856         fragment.
7857
7858         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
7859
7860         * lily/staff-performer.cc (initialize): add tempo/name to
7861         audio_staff_
7862
7863
7864 2005-08-26  Graham Percival  <gpermus@gmail.com>
7865
7866         * Documentation/user/advanced.itely: add text-only example.
7867
7868         * Documentation/user/invoking.itely: add index entries for
7869         convert-ly.
7870
7871         * Documentation/user/ tutorial.itely, basic-notation.itely:
7872         small fixes suggested by Steve D.  Thanks!
7873
7874 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7875
7876         * input/regression/markup-bidi-pango.ly: new file.
7877
7878         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
7879         standard. Remove #ifdef. Remove memleak.
7880         (text_stencil): use text_dir to decide how to composite items.
7881         (text_stencil): determine uniform text direction for the entire
7882         string.
7883
7884         * scripts/lilypond-book.py (output_name): remove
7885         latex_filter_cmd. Non-portable to non-Unix systems. 
7886         (get_latex_textwidth): use File.write and os.unlink() instead.
7887
7888         * THANKS: add Vicente & Trevor.
7889
7890         * lily/grob.cc (discretionary_processing): look up origin for
7891         programming_error too. 
7892
7893         * input/regression/tie-broken.ly: new file.
7894
7895         * lily/tie-column.cc (set_chord_outlines): set outline for line
7896         break case too.
7897         
7898 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7899
7900         * lily/pango-font.cc (text_stencil): don't translate glyphs in
7901         unscaled transform, just translate stencils.
7902
7903         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
7904         MIDI.
7905
7906         * scm/define-markup-commands.scm (wordwrap-string): use
7907         text-direction
7908         (wordwrap-stencils): idem.
7909         (line): idem.
7910         (fill-line): idem.
7911         (wordwrap-stencils): translate last line to right for
7912         text-direction = LEFT.
7913
7914         * scm/define-grob-properties.scm (all-user-grob-properties): add
7915         text-direction.
7916
7917 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7918
7919         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
7920         when copying a Lily_parser object.
7921
7922 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7923
7924         * scm/define-markup-commands.scm (null): add null markup.
7925
7926 2005-08-25  Mats Bengtsson  <mabe@s3.kth.se>
7927
7928         * lily/item.cc: Add documentation of center-invisible
7929
7930 2005-08-24  Graham Percival  <gpermus@gmail.com>
7931
7932         * Documentation/user/advanced-notation.itely: add info about
7933         raising text.
7934
7935         * Documentation/user/programming-interface.itely: fix example
7936         involving raised text.
7937
7938 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7939
7940         * lily/beam.cc (print): fix X start/end points of isolated
7941         beamlets.
7942
7943         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
7944
7945         * lily/multi-measure-rest.cc (set_text_rods): new function.
7946
7947         * lily/vertical-align-engraver.cc (process_music): call
7948         Align_interface::set_axis(). This forces #'elements to be ordered,
7949         preventing random vertical reordering of staves.
7950
7951         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
7952         add avoid-slur property. 
7953
7954         * Documentation/user/basic-notation.itely (Measure repeats): add
7955         countPercentRepeats example.
7956
7957         * Documentation/user/advanced-notation.itely (Other text markup
7958         issues): remove remark about normal-font.  We have \normal-text
7959
7960         * input/regression/tie-chord.ly: add note about remaining bugs.
7961
7962         * lily/tie.cc (print): try Tie_column::set_directions () if
7963         control-points not yet defined.
7964
7965 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7966
7967         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
7968         extent. This fixes braces falling out of the EPS bbox.
7969
7970         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
7971         exactly to bbox.
7972
7973 2005-08-23  Graham Percival  <gpermus@gmail.com>
7974
7975         * {various} : change #up->#UP and #down->#DOWN.
7976
7977         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
7978
7979         * Documentation/user/advanced-notation.itely: clarify
7980         what objects handles text on a multimeasure rest.
7981
7982 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7983
7984         * VERSION (PATCH_LEVEL): release 2.7.7
7985
7986 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7987
7988         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
7989
7990         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
7991
7992         * input/regression/*.ly: formatting clean-up. Default layout
7993         before music expression.
7994
7995         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
7996         romanze28-2 example.
7997
7998         * scm/ps-to-png.scm: remove dir-re function.
7999         (make-ps-images): generate page names, instead of globbing them.
8000         This brings down LilyPond memory usage for make web by a factor
8001         10. 
8002
8003         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
8004         don't use glob. With 3000 files, globbing
8005         Documentation/user/out-www/ can take too much time. 
8006         
8007         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
8008
8009         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
8010
8011         * input/regression/tie-manual.ly: new file
8012
8013         * input/regression/tie-chord.ly: update.
8014
8015         * flower/include/interval.hh (struct Interval_t): 
8016
8017         * lily/tie.cc (distance): new function 
8018         (height): new function.
8019         (init): new function
8020         (Tie_details): new struct.
8021
8022         * lily/skyline.cc (skyline_height): new function.
8023
8024         * lily/tie-column.cc (set_chord_outlines): new function.
8025         (new_directions): read tie-configuration
8026
8027         * lily/skyline.cc: fix ASCII art.
8028         
8029 2005-08-22  Mats Bengtsson  <mabe@s3.kth.se>
8030
8031         * python/convertrules.py (string_or_scheme): Fix spelling error
8032
8033 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8034         
8035         * lily/tie-column.cc (set_directions): set directions only once.
8036         (add_configuration): new function.
8037
8038         * lily/tie.cc (set_control_points): new function
8039
8040         * lily/tie-column.cc (new_directions): new function.
8041
8042         * ly/music-functions-init.ly: set 'pitch property
8043         iso. trill-pitch. This makes \relative work with \pitchedTrill
8044
8045         * lily/tie.cc (get_configuration): new function. Don't generate
8046         control points, rather, generate configuration.
8047         remove head-pair property.
8048
8049         * lily/include/tie.hh (struct Tie_configuration): new struct.
8050
8051 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
8052
8053         * Documentation/topdocs/NEWS.tely: clarify.
8054
8055 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8056
8057         * lily/tie.cc: remove minimum-length
8058
8059         * scm/define-grob-properties.scm (all-user-grob-properties):
8060         remove staffline-clearance, y-offset 
8061
8062         * input/regression/tie-dots.ly (Module): remove.
8063
8064         * lily/tie.cc (get_control_points): rewrite. Put short ties in
8065         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
8066
8067         * input/regression/tie-single.ly: new file.
8068
8069 2005-08-21  Graham Percival  <gpermus@gmail.com>
8070
8071         * ly/bagpipe.ly: fix compile problem.
8072
8073 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8074
8075         * lily/midi-item.cc (name): new method.
8076
8077         * lily/staff-performer.cc (acknowledge_audio_element): use
8078         signature of baseclass.
8079
8080         * lily/engraver-group.cc (do_announces): move recursion call out
8081         of while loop. 
8082
8083         * lily/drum-note-performer.cc (class Drum_note_performer): use
8084         process_music everywhere.
8085
8086         * ly/performer-init.ly: add default children everywhere.
8087
8088         * lily/paper-book.cc (output): call paper-book-write-midis
8089         directly: always write MIDI, even if no \layout {} block. 
8090
8091 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8092
8093         * VERSION (PACKAGE_NAME): release 2.7.6
8094
8095         * lily/percent-repeat-engraver.cc (try_music): don't print warning
8096         about not being able to handle repeat.
8097
8098 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8099
8100         * Documentation/user/examples.itely (Piano templates):
8101         * lily/include/performer-group.hh: Remove last traces of
8102         Performer_group_performer.  Fixes make web.
8103
8104 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8105
8106         * Documentation/user/examples.itely (Piano templates): change
8107         Engraver_group_engraver -> Engraver_group
8108
8109         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
8110         scm_stand_in_procs is not weak_any.
8111
8112         * lily/volta-bracket.cc (print): don't use strcmp().
8113
8114         * lily/volta-engraver.cc (process_music): use
8115         Text_interface::is_markup() for setting the 'text property of the
8116         volta bracket.
8117
8118         * input/mutopia/claop.py (accents): update syntax to 2.6
8119
8120         * scm/define-context-properties.scm
8121         (all-user-translation-properties): add countPercentRepeats.
8122
8123         * Documentation/user/basic-notation.itely (Measure repeats): add
8124         isolated percent example.
8125
8126 2005-08-18  Graham Percival  <gpermus@gmail.com>
8127
8128         * input/ {various}: change direction #1, #-1 to
8129         #up/#down or \fooUp, \fooDown.
8130
8131         * Documentation/user/music-glossary.tely: #-1 to #down.
8132
8133         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
8134         to #up, #-1 to #down.
8135
8136 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8137
8138         * lily/include/engraver-group.hh: rename.
8139
8140         * lily/include/performer-group.hh: rename.
8141
8142 2005-08-18  Mats Bengtsson  <mabe@s3.kth.se>
8143
8144         * input/test/script-abbreviations.ly: Removed some old LaTeX
8145         left overs.
8146
8147 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8148
8149         * python/convertrules.py (conv): inside-slur -> avoid-slur.
8150         Remove functions.  Remove if 1: constructs, reindent.
8151
8152         * scripts/convert-ly.py (add_version): Add functions from
8153         convertrules.py
8154
8155         * scm/script.scm (default-script-alist):
8156         s/priority/script-priority.  Fixes script stacking.  Backportme.
8157         (Fermata): Very low priority.
8158
8159 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8160
8161         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
8162
8163         * input/regression/slur-script.ly: remove padding tweaks. Add
8164         comment strings.
8165
8166         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
8167         time sigs and related stuff.
8168
8169         * scm/define-grob-properties.scm (all-user-grob-properties): add
8170         @code{} tags to property description.
8171
8172         * lily/include/line-group-group-engraver.hh (Module): remove file.
8173
8174         * python/convertrules.py (conv): add rule for
8175         Engraver_group_engraver -> Engraver_group.
8176
8177         * lily/include/performer-group-performer.hh: analogous.
8178
8179         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
8180
8181         * lily/context-def.cc (instantiate): check for
8182         Engraver_group_engraver and Performer_group_performer not
8183         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
8184  
8185 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8186
8187         * input/les-nereides.ly: Remove three fingering tweaks, update
8188         remaining one.
8189
8190         * input/regression/slur-script-inside.ly: Update, fix doc.
8191
8192         * scm/script.scm: Update to avoid-slur.
8193
8194         * scm/define-grob-properties.scm (avoid-slur): New property.
8195
8196         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
8197         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
8198         outside_slur_callback if avoid-slur != #'inside.
8199
8200         * scm/define-grobs.scm (Fingering, Textscript): No
8201         inside-slur/outside-slur preference.
8202         (DynamicLineSpanner): Always outside slur.
8203
8204         * input/regression/slur-script.ly: More tests.
8205
8206 2005-08-17  Graham Percival  <gpermus@gmail.com>
8207
8208         * Documentation/user/lilypond-book: fix notime entry.
8209
8210         * Documentation/user/advanced-notation.itely: add info on
8211         getting an I rehearsal mark.
8212
8213         * Documentation/user/putting.itely: reinstate "I", re-enforce
8214         the fact that \override numbers are the result of
8215         experimentation and personal taste.
8216
8217         * Documentation/user/invoking.itely: update convert-ly bugs.
8218
8219 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8220
8221         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
8222         to #t.
8223
8224         * lily/timing-translator.cc (initialize): don't initialize timing.
8225
8226         * input/regression/stem-spacing.ly (Module): remove file.
8227
8228         * input/regression/spacing-stick-out.ly: specify Score context for
8229         \override
8230
8231         * input/regression/clefs.ly: remove spurious {}s 
8232
8233 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
8234
8235         * Documentation/topdocs/NEWS.tely,
8236         input/regression/repeat-percent-count.ly: clarify a bit.
8237
8238 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8239
8240         * input/no-notation/display-lily-tests.ly: delete
8241         display-lily-init call.
8242
8243         * ly/music-functions-init.ly (displayLilyMusic): move
8244         display-lily-init call at top level, so that the user should not
8245         have to call it.
8246
8247         * scm/define-music-display-methods.scm (note-name->lily-string):
8248         retrieve note names directly from pitchnames using new function `rassoc'.
8249         (display-lily-init): note names list construction removed.
8250
8251 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8252
8253         * THANKS: spello.
8254
8255         * lily/lily-parser.cc (get_header): copy module, instead of
8256         returning it.
8257
8258         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
8259         counters.
8260
8261         * Documentation/user/basic-notation.itely (Measure repeats): add
8262         links to Counter grobs.
8263
8264         * scm/define-grobs.scm (all-grob-descriptions): add
8265         DoublePercentRepeatCounter
8266         (all-grob-descriptions): add PercentRepeatCounter
8267
8268         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
8269         also create counter grobs.
8270
8271         * lily/separation-item.cc (extremal_break_aligned_grob): don't
8272         return grob without space-alist.
8273
8274         * input/proportional.ly: tune staff-padding.
8275
8276         * input/regression/repeat-percent-count.ly: new file. 
8277
8278 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8279
8280         * input/no-notation/display-lily-tests.ly: moved from
8281         input/regression/ to input/no-notation. Be sure to call
8282         `display-lily-init' before trying to use the display function.
8283
8284 2005-08-16  Mats Bengtsson  <mabe@s3.kth.se>
8285
8286         * scripts/lilypond-book.py (option_definitions): Don't localize
8287         the empty string. Fixes bug when --psfonts was used with
8288         non-English locale.
8289
8290 2005-08-15  Graham Percival  <gpermus@gmail.com>
8291
8292         * lily/tuplet-bracket.cc: simple build fix.
8293
8294         * Documentation/user/putting.itely: use "we" instead of "I".
8295
8296         * Documentation/user/basic-notation.itely: cautionary accidentals
8297         work with naturals, too.
8298
8299 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8300
8301         * lily/tuplet-bracket.cc (calc_position_and_height): add
8302         staff-padding support.
8303
8304         * input/proportional.ly: set staff-padding.
8305         
8306         * VERSION (PATCH_LEVEL): release 2.7.5
8307
8308         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
8309         fixes. Remove tweaks.
8310
8311         * input/regression/tuplet-slope.ly: add a test case.
8312
8313         * lily/tuplet-bracket.cc (calc_position_and_height): revert
8314         erroneous fix. Add spanner bounds to offset array with relative X
8315         positions.
8316
8317         * ly/engraver-init.ly: add Rest_engraver only once.
8318
8319         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
8320         (*parser*) lookup if (*parser*) != #f.
8321
8322 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
8323
8324         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
8325         Cut-and paste update.
8326
8327         * input/regression/slur-script.ly: Add example of reverting
8328         inside-slur for fingering.
8329
8330         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
8331         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
8332
8333         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
8334         outside_slur_callback if inside-slur == #f (as opposed to unset).
8335
8336 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8337
8338         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
8339         encoding files are already removed.
8340
8341 2005-08-15  Mats Bengtsson  <mabe@s3.kth.se>
8342
8343         * Documentation/user/advanced-notation.itely (Instrument names):
8344         Document a workaround for instrument names that collide with
8345         system start braces/brackets.
8346
8347 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8348
8349         * lily/rest-collision.cc (do_shift): spello.
8350
8351         * input/proportional.ly: use #'used property. Set break-overshoot
8352         property.
8353
8354         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
8355
8356         * lily/paper-column.cc: add #'used property
8357
8358         * lily/mark-engraver.cc (stop_translation_timestep): set grob
8359         array for staves found.
8360
8361         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
8362         array for stavesFound.
8363
8364         * lily/staff-spacing.cc (next_note_correction): add fixed and
8365         space to calling convention. This fixes spacing of accidentals
8366         after barlines.
8367
8368         * input/regression/spacing-accidental-stretch.ly: add barline -
8369         accidental case.
8370
8371         * scm/framework-ps.scm (page-header): add version number to
8372         creator
8373         (eps-header): idem.
8374
8375         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
8376         
8377 2005-08-13  Graham Percival  <gpermus@gmail.com>
8378
8379         * Documentation/user/global.itely: add "fit as much as
8380         possible onto this page" example (Vertical spacing).
8381
8382 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8383
8384         * *: Nitpick run.
8385
8386         * buildscripts/fixcc.py: Fixes.
8387
8388 2005-08-12  Graham Percival  <gpermus@gmail.com>
8389
8390         * Documentation/user/advanced-notation.itely: add markup
8391         example to Text spanners.
8392
8393 2005-08-12  Mats Bengtsson  <mabe@s3.kth.se>
8394
8395         * Documentation/user/basic-notation.itely (Ties): Add example of
8396         tying a tremolo to a chord. Thanks to Steve Doonan. 
8397
8398         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
8399         properties and move tieMelismaBusy to the list of written
8400         properties. 
8401
8402 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
8403
8404         * po/TODO: suggest to use a dedicated tool like kbabel.
8405
8406         * po/fi.po: update using kbabel.
8407
8408 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8409
8410         * *: Remove obsolete files.  Nitpick run.
8411
8412         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
8413
8414 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8415
8416         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
8417         too.
8418
8419         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
8420
8421         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
8422         whitespace as symbol separator.
8423
8424         * lily/side-position-interface.cc: Add slur-padding.
8425
8426         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
8427         quite a large fix, and it never worked in a stable release; so not
8428         really a regression.
8429
8430         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
8431         Update cut and paste code from Slur_engraver.
8432
8433         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
8434         Add.
8435
8436         * scm/define-grobs.scm (DynamicLineSpanner): Add
8437         dynamic-line-spanner-interface.
8438         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
8439
8440 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8441
8442         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
8443         to_boolean () so that non-set 'inside-slur means false.
8444
8445         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
8446         slur has control-points.  Skip script without direction.  Always
8447         do_shift if script inside slur, even if slur not contained in
8448         script y-extent.  Increment k in loop.
8449
8450 2005-08-11  Mats Bengtsson  <mabe@s3.kth.se>
8451
8452         * scm/define-markup-commands.scm: Improved regexp to search for
8453         EPS bounding boxes and corrected call to ly:warning.
8454
8455 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8456
8457         * Documentation/user/programming-interface.itely (Displaying music
8458         expressions): doc for \displayLilyMusic. Also some precisions in
8459         "Markup construction in Scheme"
8460
8461 2005-08-10  Mats Bengtsson  <mabe@s3.kth.se>
8462
8463         * scm/define-markup-commands.scm (normal-text): Added 2 new
8464         markup commands, \normal-text and \medium (the latter thanks to
8465         Bruce Fairchild). 
8466
8467 2005-08-08  Graham Percival  <gpermus@gmail.com>
8468
8469         * Documentation/user/programming-interface.itely: fix @{ @}.
8470
8471         * scm/define-markup-commands.scm: add linewidth info to
8472         \justify and \wordwrap, add "upright is the opposite of italic".
8473
8474         * Documentation/user/advanced-notation.itely: shaped->shape,
8475         add (cons (markup "foo")) type of example to text markup,
8476         reword multi-measure rests section.
8477
8478         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
8479         comment.  No actual code was touched.
8480
8481         * Documentation/user/invoking.itely: add more info about
8482         \include.  Thanks, Bruce!
8483
8484         * THANKS: add Bruce Fairchild, alphabetise.
8485
8486         * Documentation/user/global.itely: document \score{\header{}}
8487         behavior.
8488
8489         * Documentation/user/basic-notation.itely: reword multi-measure
8490         rest discussion in Rests.
8491
8492 2005-08-08  Mats Bengtsson  <mabe@s3.kth.se>
8493
8494         * Documentation/user/programming-interface.itely (Markup
8495         construction in Scheme): Corrected example and tried to clarify
8496         the implicit \line in the table.
8497
8498 2005-08-07  Graham Percival  <gpermus@gmail.com>
8499
8500         * Documentation/user/instrument-notation.itely: moved
8501         some bagpipe info back into the bagpipe section.  Somehow
8502         it ended up in the "other vocal issues" section?!  :o_O
8503
8504 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8505
8506         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
8507         directories, not paths).
8508
8509 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8510
8511         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
8512         plain emmentaler/aybabtu.  Backportme.
8513
8514         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
8515         missing dir correction.
8516
8517 2005-08-05  Graham Percival  <gperlist@shaw.ca>
8518
8519         * scm/define-markup-commands: fix reversed justify/wordwrap
8520         doc strings.
8521
8522 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
8523
8524         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
8525         lily/gregorian-ligature-engaver.cc,
8526         lily/include/ligature-engraver.hh,
8527         lily/include/coherent-ligature-engraver.hh,
8528         lily/include/gregorian-ligature-engraver.hh: make these classes
8529         truely abstract.  This should fix some internal oddities such as
8530         duplicate as well as dead translator/property declarations, and
8531         also some dead code.
8532
8533         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
8534         bugfix: avoid message "junking empty ligature" on ligature
8535         brackets by collecting dummy grobs.
8536
8537 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8538
8539         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
8540
8541         * input/proportional.ly (staffKind): bugfix.
8542         (staffKind): updates by Trevor Baca.
8543
8544         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
8545         default layout. 
8546
8547         * lily/tuplet-bracket.cc (print): check whether edge-text is a
8548         pair.
8549
8550         * lily/beam.cc (rest_collision_callback): call position_beam() if
8551         necessary.
8552
8553         * VERSION: release 2.7.4
8554
8555         * input/regression/spacing-uniform-stretching.ly: new file.
8556
8557         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
8558
8559         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
8560         contributor.
8561
8562         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
8563
8564         * input/proportional.ly: new file.
8565
8566         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
8567         columns is empty
8568
8569         * lily/tuplet-engraver.cc (finalize): new function. Reset right
8570         bounds to currentCommandColumn for the last step.
8571         (start_translation_timestep): if tupletFullLength is set, set
8572         bound to Paper Column
8573
8574         * input/regression/tuplet-full-length.ly (indent): new file.
8575
8576         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
8577         clique of loose columns, eg. a set of grace notes in strict
8578         notespacing.
8579
8580         * input/regression/spacing-strict-spacing-grace.ly: new file.
8581
8582         * lily/key-signature-interface.cc: change property name to
8583         alteration-alist
8584
8585         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
8586         keyAccidentalOrder
8587
8588         * python/convertrules.py (conv): keyAccidentalOrder ->
8589         keyAlterationOrder
8590
8591         * lily/key-engraver.cc (create_key): always print a cancellation
8592         for going to C-major/A-minor, regardless of printKeyCancellation.
8593         (create_key): remove typecheck for visibility. This fixes key
8594         signature not being printed.
8595
8596         * lily/spacing-determine-loose-columns.cc: new file.
8597
8598         * input/regression/spacing-strict-notespacing.ly: new file.
8599
8600         * lily/spacing-spanner.cc (generate_springs): rename from
8601         do_measure. 
8602         (generate_pair_spacing): new function.
8603         (init, generate_pair_spacing): set between-cols for floating
8604         nonmusical columns.
8605
8606         * lily/spaceable-grob.cc (get_spring): new function. 
8607
8608         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
8609         relative to the right edge of the prefatory matter.
8610
8611         * lily/beam.cc (print): read break-overshoot to determine where to
8612         stop/start broken beams.
8613
8614         * input/regression/spanner-break-overshoot.ly: new file.
8615
8616 2005-08-04  Graham Percival  <gperlist@shaw.ca>
8617
8618         * ly/bagpipe.ly: updated.
8619
8620         * Documentat/user/instrument.itely: un-comment out bagpipe example.
8621
8622 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8623
8624         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
8625         support: now (de)crescs avoid slurs as well.
8626
8627         * Documentation/user/instrument-notation.itely (Bagpipe example):
8628         comment out non-functioning bagpipe example.
8629         (Bagpipe definitions): idem.
8630
8631         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
8632         (Top): add proportionalNotationDuration example.
8633
8634         * input/regression/spacing-proportional.ly: new file.
8635
8636         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
8637         synched to a beam.
8638
8639         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
8640         fixes beams with a single stem (eg. beams across linebreaks.)
8641
8642         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
8643
8644         * flower/rational.cc (operator +): prevent overflow. This fixes
8645         heavily nested tuplets.
8646
8647         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
8648         have to protect even those unlikely to be corrupted data members.  
8649
8650 2005-08-04  Graham Percival  <gperlist@shaw.ca>
8651
8652         * ly/bagpipe.ly: new file.
8653
8654         * THANKS: added Sven Axelsson.
8655
8656 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8657
8658         * lily/spacing-engraver.cc (stop_translation_timestep): directly
8659         copy proportionalNotationDuration into currentMusicalColumn if
8660         set.
8661
8662         * lily/spacing-spanner.cc (musical_column_spacing): if
8663         uniform-stretching set, fixed space is 0.0
8664
8665         * input/regression/spacing-multi-tuplet.ly: show
8666         uniform-stretching property.
8667
8668         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
8669
8670         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
8671         (struct Spacing_options): new struct.
8672
8673         * lily/spacing-basic.cc: new file.
8674
8675         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
8676         delta_t doesn't have to be smaller than shortest_playing_len
8677
8678 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8679
8680         * input/regression/markup-arrows.ly:  new file.
8681
8682         * lily/tuplet-bracket.cc: document new behavior.
8683
8684         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
8685         with line breaks.
8686
8687         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
8688
8689         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
8690         default 
8691
8692         * lily/tuplet-bracket.cc: add edge-text property.
8693         add break-overshoot.
8694         (print): read break-overshoot.
8695         (print): read edge-text, add stencils.
8696
8697         * mf/feta-arrow.mf: new file.
8698
8699         * mf/feta-generic.mf: add feta-arrow.
8700
8701 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
8702
8703         * Documentation/user/lilypond-book.itely (An example of a
8704         musicological document): Added flag -o to dvips for people who use
8705         the default setting in teTeX where output is sent to the printer. 
8706
8707         * Documentation/user/global.itely (Vertical spacing): Added
8708         reference to the Axis_group_engraver which documents the *Extent
8709         properties.
8710
8711 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8712
8713         * Documentation/user/basic-notation.itely (Tuplets): add note
8714         about nested tuplets. Remove BUG. 
8715
8716         * input/regression/tuplet-nest.ly: update: remove manual hack. 
8717
8718         * lily/tuplet-bracket.cc (print): use robust_scm2drul
8719         (print): manually call print() for subtuplets.
8720         (calc_position_and_height): add subtuplets to the
8721         support. Vertically shift outer tuplet 
8722
8723         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
8724         remove-first for Lyrics, ChordNames and FiguredBass
8725
8726         * scm/define-grob-properties.scm (all-internal-grob-properties):
8727         use ly:grob-array? iso. grob-list?
8728         (all-internal-grob-properties): add tuplets grob-array.
8729
8730         * lily/tuplet-bracket.cc (add_tuplet_bracket):
8731         new function
8732
8733 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8734
8735         * input/test/time-signature-staff.ly: new file.
8736
8737         * ly/declarations-init.ly (center): escape to Scheme. Fixes
8738         spurious #<Music FingerEvent> errors. Backportme.
8739
8740 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
8741
8742         * Documentation/user/programming-interface.itely (Markup
8743         construction in Scheme): Corrected markup syntax in the
8744         translation table.
8745
8746 2005-08-03  Graham Percival  <gperlist@shaw.ca>
8747
8748         * Documentation/user/instrument-notation.itely: small update
8749         to bagpipe notation docs; thanks Sven!
8750
8751         * Documentation/user/basic-notation.itely: add link about trills.
8752
8753 2005-08-02  Graham Percival  <gperlist@shaw.ca>
8754
8755         * Documentation/user/music-glossary: remove accidentally committed
8756         fink patch.
8757
8758 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
8759
8760         * lily/lily-parser.cc (get_header): new function. Enable multiple
8761         \header definitions.
8762
8763         * lily/parser.yy (lilypond_header_body): use get_header.
8764
8765         * ly/init.ly:
8766         * scm/lily-library.scm (print-score-with-defaults): renamed
8767         $globalheader to $defaultheader
8768             
8769         * Documentation/user/global.itely (Creating titles): added short
8770         explanation that multiple headers are useable.
8771
8772
8773 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8774
8775         * lily/module-scheme.cc (LY_DEFINE): new file. 
8776
8777         * Documentation/user/advanced-notation.itely (Font selection): add
8778         doco for make-pango-font-tree.
8779
8780 2005-07-31  Graham Percival  <gperlist@shaw.ca>
8781
8782         * Documentation/user/music-glossary: more languages
8783         for tenuto.
8784
8785         * Docuemntation/user/instrument-notation.itely: minor
8786         update for bagpipe example.
8787
8788 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8789
8790         * input/regression/+.ly (TODO): add some text.
8791
8792 2005-07-28  Graham Percival  <gperlist@shaw.ca>
8793
8794         * Documentation/user/invoking.itely: \score begins with music.
8795
8796         * Documentation/user/ basic-notation.itely,
8797         instrument-notation.itely: minor changes.
8798
8799         * Documentation/user/music-glossary.itely: began tenuto entry.
8800
8801 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8802
8803         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
8804
8805         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
8806
8807 2005-07-27  Graham Percival  <gperlist@shaw.ca>
8808
8809         * Documentation/user/examples.itely: remove bagpipe template.
8810
8811         * Documentation/user/instrument-notation.itely: add bagpipe
8812         section, maybe fix quotes in lyrics.  I hate text encoding.
8813         Clarify chord durations, more bagpipe stuff.
8814
8815 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8816  
8817         * lily/accidental-engraver.cc: formatting fixes.
8818
8819         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
8820         grob-array.
8821
8822         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
8823
8824         * lily/note-column.cc (arpeggio): new function.
8825
8826         * lily/note-spacing.cc (get_spacing): also take arpeggio into
8827         account for spacing.
8828
8829 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
8830
8831         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
8832         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
8833         mingw build.
8834         
8835 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8836
8837         * scm/lily.scm (lilypond-all): clear anonymous modules after
8838         processing files.
8839
8840 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8841
8842         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
8843         SCM_I_CONSP
8844
8845         * VERSION: 2.7.3 released
8846
8847         * Documentation/user/invoking.itely (Invoking lilypond): add
8848         LILYPOND_GC_YIELD documentation.
8849
8850         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
8851         scm_from_real / scm_make_real.
8852
8853         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
8854         higher. This increases memory footprint, but provides overall
8855         speedup of 15 to 20%. 
8856
8857         * lily/include/translator.hh (class Translator): remove
8858         PRECOMPUTED_VIRTUAL everywhere.
8859
8860         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
8861
8862         * lily/context.cc (now_mom): non-recursive now_mom() 
8863
8864         * lily/include/profile.hh: new file.
8865
8866         * lily/profile.cc: new file.
8867
8868         * lily/grob.cc (Grob::Grob): look properties up directly.
8869
8870         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
8871         lookups.
8872
8873         * lily/include/box.hh (class Box): smob Box type.
8874
8875         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
8876
8877         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
8878         protect() and unprotect(). Use throughout.
8879
8880 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8881
8882         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
8883
8884         * scm/define-music-display-methods.scm (markup->lily-string):
8885         markup elements can also be strings (without simple-markup
8886         appended)
8887
8888 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8889
8890         * lily/context.cc (where_defined): also assign value in
8891         where_defined().
8892
8893         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
8894         (curve_coordinate): new function
8895
8896         * lily/simple-spacer.cc (add_columns): only add rods between
8897         column i and begin/end if keep-inside-line is set (this repleces
8898         allow-outside-line as default)
8899
8900 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8901
8902         * lily/tuplet-engraver.cc (start_translation_timestep): only read
8903         tupletSpannerDuration if applicable.
8904
8905         * lily/font-size-engraver.cc (process_music): read fontSize only
8906         once per timestep.
8907
8908         * lily/engraver*cc: use throughout.
8909         
8910         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
8911
8912         * lily/translator.cc (add_acknowledger): new file. Directly jump
8913         into an Engraver::acknowledge_xxx () method based on a grobs
8914         interface-list.
8915
8916         * lily/include/translator-dispatch-list.hh (class
8917         Engraver_dispatch_list): new struct, new file.
8918
8919         * scm/define-context-properties.scm
8920         (all-internal-translation-properties): remove acceptHashTable,
8921         acknowledgeHashTable
8922
8923         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
8924
8925         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
8926         change acknowledgeHashTable to C++ member. 
8927
8928         * lily/rest-collision.cc (do_shift): use extract_grob_set().
8929
8930 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8931
8932         * scm/display-lily.scm: new file. Define a `display-lily-music'
8933         function, that displays the music expression given as an argument,
8934         using LilyPond notation.
8935
8936         * scm/define-music-display-methods.scm: new file. Implementation
8937         of display methods for each music type.
8938
8939         * ly/music-functions-init.ly (displayLilyMusic): new function for
8940         displaying music with LilyPond notation.
8941
8942         * input/regression/display-lily-tests.ly: new regression test file
8943         for `display-lily-music'.
8944
8945         * scm/markup.scm: remove obsolete debugging code (for printing
8946         markups with LilyPond notation).
8947
8948         * scm/define-music-types.scm (music-name-to-property-table):
8949         * scm/clef.scm (supported-clefs): export, in order to be accessible
8950         from the (scm display-lily) module.
8951
8952 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8953
8954         * Documentation/topdocs/NEWS.tely (Top): Typo.
8955
8956 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
8957
8958         * Documentation/index.html.in, Documentation/texinfo.css,
8959           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
8960           Documentation/bibliography/index.html.in,
8961           Documentation/bibliography/html-long.bst: revert css-width patch,
8962           it does not work with IE6.
8963
8964 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8965
8966         * Documentation/texinfo.css: revert 760px hack. 
8967
8968         * VERSION: release 2.7.2
8969
8970         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
8971
8972         * Documentation/user/basic-notation.itely (Barnumber check): add
8973         section.
8974
8975         * scm/music-functions.scm (skip-to-last): new function. Show only
8976         last showLastLength part of the \score.
8977
8978         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
8979
8980         * python/convertrules.py (conv): add ly:x-moment rule
8981
8982         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
8983
8984         * Documentation/topdocs/NEWS.tely (Top): add new feature.
8985
8986         * Documentation/user/instrument-notation.itely (Flexibility in
8987         alignment): options in subsections.
8988
8989         * lily/lyric-engraver.cc (process_music): don't typeset text for _
8990         syllable text. Instead, assume that the previous lyric text is a
8991         melismated text.
8992
8993         * Documentation/index.html.in: revert 800x600 change.
8994
8995 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8996
8997         * lily/main.cc (main): Remove invalid handle kludge.
8998
8999         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
9000         (lambda): add gui define.
9001
9002 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9003
9004         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
9005
9006         * Documentation/user/instrument-notation.itely (Musica ficta
9007         accidentals): add section Musica ficta accidentals
9008
9009         * lily/accidental-engraver.cc (make_suggested_accidental): new
9010         function.
9011         (make_standard_accidental): move into new function.
9012         (create_accidental): new function.
9013
9014         * scm/define-grobs.scm (all-grob-descriptions): new Grob
9015         AccidentalSuggestion
9016
9017         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
9018
9019         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
9020         undefined.
9021
9022         * Documentation/user/global.itely (Page formatting): document
9023         horizontalshift.
9024
9025         * scm/page-layout.scm (default-page-music-height):
9026         horizontalshift: new variable, shift all systems by
9027         horizontalshift to the right, to make space for instrument names.
9028
9029         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
9030
9031         * lily/input-scheme.cc (LY_DEFINE): take format commands.
9032
9033 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9034
9035         * lily/note-column.cc (dir): idem.
9036
9037         * lily/spacing-spanner.cc (Module): idem.
9038
9039         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
9040
9041         * lily/include/paper-column.hh (class Paper_column): add
9042         non-static get_rank() member.
9043
9044         * VERSION: release 2.7.1
9045         
9046         * scm/framework-null.scm: new file, used for benchmarking.
9047
9048 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
9049
9050         * Documentation/topdocs/INSTALL.texi, configure.in: fix
9051         version dependencies for fontforge and gs.
9052
9053         * Documentation/index.html.in, Documentation/texinfo.css,
9054         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
9055         Documentation/bibliography/index.html.in, 
9056         Documentation/bibliography/html-long.bst: optimize width of
9057         html for a 800x600 screen (width:760), increases printability
9058         when 'fit to page' is not set and readability in wide screens.
9059
9060         * stepmake/bin/add-html-footer.py: add missing </p>.
9061
9062 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9063
9064         * scm/define-markup-commands.scm (beam): use polygon in beam
9065         command.
9066
9067         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
9068         all acknowledged grobs, and do potentially expensive merge and
9069         write in one go.
9070
9071         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
9072
9073         * configure.in (reloc_b): add --enable-static-gxx to statically
9074         link to libstdc++
9075
9076         * lily/GNUmakefile (static-gxx-libs): new target
9077         static-gxx-libs. Create symlink to libstdc++.a
9078
9079         * lily/new-lyric-combine-music-iterator.cc: rename to
9080         Lyric_combine_music_iterator
9081
9082         * lily/lyric-combine-music-iterator.cc
9083         (Old_lyric_combine_music_iterator): rename to
9084         Old_lyric_combine_music_iterator
9085
9086         * lily/*-engraver.cc (various): remove double use of
9087         PRECOMPUTED_VIRTUAL function: only use
9088         start_translation_timestep() and stop_translation_timestep(), not
9089         both.
9090
9091         * lily/break-substitution.cc (fast_substitute_grob_array): do
9092         fast_substitute_grob_array for all unordered grob_arrays.
9093         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
9094         (substitute_grob_array): optimize.
9095
9096         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
9097
9098         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
9099
9100         * lily/parser.yy: revert $globalheader patch.
9101         
9102         * lily/include/translator.icc
9103         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
9104         Translator methods, without _static helper.
9105  
9106         * lily/grob-smob.cc (derived_mark): rename from
9107         do_derived_mark(). Return void.
9108
9109         * scm/define-context-properties.scm
9110         (all-internal-translation-properties): remove tweakCount/tweakRank.
9111
9112         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
9113         predefined break-visibilities.
9114
9115         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
9116         booleans for break-visibility.
9117
9118         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
9119
9120         * python/convertrules.py (conv): rule for Timing_translator. 
9121
9122         * lily/include/translator.icc: new file. 
9123
9124         * lily/paper-column-engraver.cc (process_music): new
9125         file. Separate Paper_column factory from Score_engraver.
9126
9127         * lily/vertically-spaced-context-engraver.cc: administer
9128         spaceable-staves property of System.
9129
9130         * lily/translator-group-ctors.cc: new file.
9131
9132         * lily/context-property.cc (make_grob_from_properties): construct
9133         the right Grob class programmatically, looking at the class entry
9134         for the meta property.
9135
9136         * lily/break-align-engraver.cc (stop_translation_timestep): call
9137         Break_align_interface::add_element() directly.
9138
9139         * lily/context.cc (measure_position): measure_position() is now a
9140         normal function.
9141
9142         * lily/include/translator.hh (class Translator): rename
9143         process_acknowledged_grobs() to process_acknowledged() and move to
9144         Translator.
9145
9146         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
9147         field for each grob description.
9148
9149         * lily/include/translator-group.hh (class Translator_group):
9150         change to base class. Separate class from Translator. This gets
9151         rid of virtual inheritance for Engravers/Performers.
9152
9153         * lily/staff-performer.cc (class Staff_performer): derive
9154         Staff_performer from Performer, not Performer_group_performer 
9155
9156         * Lily/translator-group.cc (precomputed_recurse_over_translators):
9157         new function.
9158         (precompute_method_bindings): new function. Precompute lists of
9159         Translators, so we only call methods (process_music,
9160         start_translation_timestep, etc.) for Translators needing
9161         it. Also: dispose of pointer-to-member-function calls.
9162
9163         * lily/engraver-group-engraver.cc: remove engraver_each,
9164         recurse_down_engravers ()
9165
9166         * lily/note-head.cc (internal_print): only call
9167         glyph-name-procedure if style != default. 
9168
9169 2005-07-16  Graham Percival  <gperlist@shaw.ca>
9170
9171         * ly/titling-init.ly: add printallheaders option.
9172
9173         * Documentation/user/global.itely: document printallheaders.
9174
9175 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9176
9177         * lily/system.cc (do_derived_mark): don't mark from object_alist_
9178         anymore, but do it centrally.  
9179
9180         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
9181         hammer hack.
9182
9183         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
9184
9185         * scm/output-lib.scm: remove hammer-print-function.
9186
9187         * lily/include/pointer-group-interface.hh (extract_grob_set): new
9188         macro. Declare a Link_array<Grob> and fill it from a grob.
9189         (extract_item_set): idem for item.
9190
9191         * lily/break-substitution.cc: add header.
9192         (fast_substitute_grob_array): rewrite for Grob_arrays.
9193         (substitute_grob_array): idem.
9194
9195         * lily/group-interface.cc (add_thing): remove file.
9196
9197         * flower/include/parray.hh (class Link_array): slice() is const.
9198
9199         * lily/include/grob-array.hh: new file.
9200
9201         * lily/grob-array.cc (spanner): new file.
9202
9203         * lily/beam-quanting.cc (fill): read details property from beam.
9204
9205         * lily/beam.cc: support details property.
9206
9207         * total speedups below: approx 10%.
9208
9209         * lily/include/beam.hh: new struct, softcode beam quanting parameters
9210
9211         * lily/include/grob.hh (class Grob): add interfaces_ member.
9212
9213         * lily/bezier.cc (init_polynomial_cache): new function: cache
9214         binom(3,j) t^j (1-t)^{3-j}
9215         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
9216
9217         * lily/*.cc: substitution throughout.
9218
9219         * lily/grob-property.cc (internal_get_object): new routine.
9220         (internal_set_object): idem. Store grob refrences in separate
9221         alist. This saves processing time, since properties aren't
9222         break-substituted, and the per grob namespace is smaller, both for
9223         grobs and non-grob properties.
9224
9225         * scm/define-grob-properties.scm (all-internal-grob-properties):
9226         remove center-element.
9227
9228         * lily/grob.cc: remove tweak-count, tweak-rank.
9229
9230 2005-07-15  Graham Percival  <gperlist@shaw.ca>
9231
9232         * Documentation/user/lilypond-book.itely: fixes example.
9233
9234 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9235
9236         * Documentation/user/global.itely (Creating titles):    
9237         * Documentation/user/examples.itely (All headers): change the
9238         place of \header in \score blocks (after music block) to make
9239         examples compile (cf. changes on parser.yy on 2005-07-10)
9240
9241 2005-07-13  Graham Percival  <gperlist@shaw.ca>
9242
9243         * python/convertrules.py: add exc -> ecc rule.
9244
9245         * scripts/convert-ly.py: add location of convertrules.py
9246         in a comment.
9247
9248         * Documentation/user/changing-defaults.itely: fix language.
9249
9250 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9251
9252         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
9253
9254 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9255
9256         * scm/output-socket.scm (grob-bbox): don't use inf? 
9257
9258         * flower/include/rational.hh: add operator bool() 
9259
9260         * scm/define-music-types.scm (music-descriptions): remove
9261         internal-class-name properties.
9262
9263         * lily/include/event.hh: remove file.
9264
9265         * lily/include/music-constructor.hh: remove file.
9266
9267         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
9268         in 'types property.
9269
9270         * lily/music.cc (duration_length_callback): new function.
9271
9272         * lily/event.cc: remove file.
9273
9274         * lily/music-constructor.cc: remove file.
9275
9276         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
9277
9278         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
9279         (get_context_key): idem.
9280
9281         * scm/lily.scm (lambda): new option object-keys (default to #f)
9282
9283         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
9284
9285         * scm/output-gnome.scm: remove beam routine.
9286
9287         * scm/output-ps.scm (scm): idem.
9288
9289         * scm/output-svg.scm: remove beam.
9290
9291         * ps/music-drawing-routines.ps: remove draw_beam.
9292
9293         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
9294
9295         * flower/include/guile-compatibility.hh (scm_from_locale_string):
9296         add scm_from_locale_string compatibility glue. 
9297
9298 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
9299
9300         * scripts/lilypond-book.py: Prevent occuring error when
9301         'lilypond-book --output=foo/ somefile.ly' is executed multiple
9302         times and target file shoud be overwritten.  (Error message said
9303         'input file and output file is same'.)
9304
9305 2005-07-13  Graham Percival  <gperlist@shaw.ca>
9306
9307         * input/regression/slur-extreme.ly,
9308         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
9309         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
9310         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
9311         "excentricity" to "eccentricity".
9312
9313         * Documentation/user/converters.itely: fix URL for Noteedit and
9314         Rosegarden.
9315
9316         * THANKS: added Yoshinobu Ishizaki.
9317
9318 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9319
9320         * scm/define-markup-commands.scm (justify-field): add. 
9321
9322         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
9323
9324 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9325
9326         * lily/lookup.cc (filled_box): express filled_box with
9327         round_filled_box
9328
9329         * scm/midi.scm (paper-book-write-midis): new function. Write all
9330         performances in numbered MIDI files.
9331
9332         * lily/performance-scheme.cc (LY_DEFINE): new file.
9333         (LY_DEFINE): new function ly:performance-write.
9334
9335         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
9336         new function.
9337         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
9338
9339         * scm/framework-*.scm: use port arguments throughout.
9340
9341         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
9342
9343         * lily/paper-outputter.cc (Paper_outputter): take port argument.
9344
9345         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
9346
9347         * scm/framework-texstr.scm (output-framework): 
9348
9349         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
9350
9351         * scm/output-lib.scm (tablature-stem-attachment-function):
9352         tablature stem attachment fix. 
9353
9354 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9355
9356         * lily/bezier.cc: hardcode binomial coefficients of order 3.
9357
9358         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
9359
9360         * scm/define-music-types.scm (music-descriptions): don't use
9361         Music_wrapper type.
9362
9363         * lily/paper-column.cc (print): print moment too.
9364
9365         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
9366         remove compatibility cruft.
9367
9368         * lily/parser.yy (score_body): \score can only begin with Music. 
9369
9370         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
9371         make-score. Take music argument only. Move parser interaction to
9372         Scheme.
9373
9374         * scm/lily-library.scm (scorify-music): new function.
9375
9376         * python/lilylib.py (datadir): remove 2.1 compat kludge.
9377         (datadir): remove resource import.
9378         (print_environment): remove get_bbox()
9379         (cp_to_dir): remove pre 1.5.2 compat glue.
9380
9381 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9382
9383         * lily/include/simple-spacer.hh (Module): idem.
9384
9385         * lily/include/spring.hh (struct Spring): store inverse
9386         strength. This prevents division by zero.
9387
9388         * VERSION: release 2.7.0
9389         
9390         * lily/include/music.hh (class Music): remove Music::duration_log()
9391
9392         * lily/stem-engraver.cc (make_stem): take duration log from event.
9393
9394         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
9395
9396 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9397
9398         * scm/lily.scm (ly:load): load autochange.scm
9399
9400         * Documentation/user/tutorial.itely (Running LilyPond for the
9401         first time): remove reference to DVI/TeX
9402
9403         * scm/define-markup-commands.scm (text): add \text markup command.
9404
9405         * configure.in (reloc_b): bump requirement to Python 2.2.
9406
9407         * lily/include/dots.hh (class Dots): make has_interface() static.
9408
9409         * python/convertrules.py (conv): add rule for ly:grob-default-font
9410
9411         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
9412         alphabetical order.
9413
9414         * input/regression/trill-spanner-pitched.ly: new file.
9415
9416         * lily/font-interface-scheme.cc (LY_DEFINE): function
9417         ly:grob-default-font (changed from get-default-font).
9418
9419         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
9420
9421         * lily/note-head.cc (internal_print): if style is not a symbol,
9422         set style to 'default. 
9423         (internal_print): no style suffix if glyph-name-procedure not
9424         set. Default to quarter head.
9425
9426         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
9427
9428         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
9429
9430         * ly/music-functions-init.ly: \pitchedTrill
9431
9432         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
9433
9434         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
9435
9436         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
9437
9438         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
9439
9440         * po/fr.po: update
9441
9442         * po/de.po: update.
9443
9444 2005-07-06  Graham Percival  <gperlist@shaw.ca>
9445
9446         * Documentation/user/changing-defaults.itely: add link
9447         to grob-iterface.
9448
9449         * Documentation/user/advanced-notation.itely: add material
9450         to Setting automatic beam behaviour.  Thanks, Joe!
9451
9452         * Documentation/user/lilypond.itely: change encoding to utf-8.
9453
9454 2005-07-01  Mats Bengtsson  <mabe@s3.kth.se>
9455
9456         * Documentation/user/advanced-notation.itely (Setting automatic
9457         beam behavior): Correct the documentation of
9458         revert-auto-beam-setting (backportme)
9459
9460 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9461
9462         * lily/ly-module.cc (ly_make_anonymous_module): define
9463         %module-public-interface of module. 
9464
9465         * lily/lily-parser.cc (print_smob): allow printing of parser smob
9466         without lexer.
9467
9468 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9469
9470         * input/regression/fret-diagrams.ly: stretch example.
9471
9472 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9473
9474         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
9475         Fodor).
9476
9477 2005-06-30  Graham Percival  <gperlist@shaw.ca>
9478
9479         * Documentation/topdocs/AUTHORS.texi: update personal web address.
9480
9481         * Documentation/user/examples.itely, lilypond-book.itely:
9482         change \RequirePackage to \usepackage.
9483
9484         * Documentation/user/global.itely: document copyright and tagline.
9485
9486 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9487
9488         * Documentation/user/basic-notation.itely (Transpose): remove link
9489         to nonexistent UntransposableMusic.
9490
9491         * scm/output-svg.scm: remove old definitions.
9492
9493         * scripts/lilypond-book.py (do_file): search for kpsewhich before
9494         invoking.
9495
9496         * python/lilylib.py (search_exe_path): new function.
9497
9498 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9499
9500         * python/lilylib.py (mkdir_p): remove setup_environment()
9501         (backportme)
9502
9503         * buildscripts/mutopia-index.py (headertext): trim text.
9504
9505         * Documentation/topdocs/NEWS.tely (Top): refresh.
9506
9507         * scm/define-markup-commands.scm (wordwrap-string): new function:
9508         split string in paras and words.
9509         (wordwrap-markups): new function.
9510         (wordwrap-stencils): new function. 
9511         (justify): use it.
9512         (wordwrap): use it.
9513         (wordwrap-string): use it
9514         (justify-string): use it.
9515
9516         * scm/lily-library.scm (regexp-split): new function.
9517
9518         * scm/define-markup-commands.scm: remove encoded-simple. 
9519         remove font-markup.
9520         (fontsize): remove old version  of fontsize.
9521         (wordwrap): new markup function. Wrap into paragraphs.
9522
9523         * VERSION: Branch lilypond_2_6
9524         (MINOR_VERSION): go to 2.7.0
9525
9526 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9527
9528         * po/zh_TW.po: update from translation project.
9529
9530 2005-06-28  Graham Percival  <gperlist@shaw.ca>
9531
9532         * scm/midi.scm: compile fix.
9533
9534 2005-06-28  Mats Bengtsson  <mabe@s3.kth.se>
9535
9536         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
9537         patch. Now, the tempfile module is loaded too, not only used.
9538
9539 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
9540
9541         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
9542         0.05 - 1.00 to 0.25 - 1.00
9543
9544         * scm/midi.scm: moved the default-instrument-equalizer procedure
9545         to just under the insturment-equalizer-alist it takes as an
9546         argument.
9547
9548 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9549
9550         * Documentation/user/advanced-notation.itely (Font selection):
9551         remove CMR note.
9552
9553         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
9554
9555 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9556
9557         * THANKS: Add UTF-8 marker.
9558
9559         * Documentation/user/point-and-click.itely (http): Update: use
9560         lilypond-invoke-editor.  Fix: instruct to use user.js.
9561
9562 2005-06-27  Graham Percival  <gperlist@shaw.ca>
9563
9564         * ly/titling-init.ly: implements printpagenumber, increases
9565         space between dedication and title (to avoid collisions with
9566         "g" and "q" in dedication), and nicer logic about copyright
9567         and instrument fields being printed on the first page.
9568         Thanks Vincent!
9569
9570         * Documentation/user/global.itely: document printpagenumber.
9571
9572 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9573
9574         * Documentation/topdocs/NEWS.tely: Update to 2.6.
9575
9576 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9577
9578         * THANKS: update to 2.6
9579
9580         * VERSION: 2.6.0 released.
9581
9582 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9583
9584         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
9585         rule, errorneously removed probably because of misleading comment.
9586
9587 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9588
9589         * python/lilylib.py (datadir): py2exe comments.
9590
9591         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
9592
9593         * configure.in (reloc_b): make fontconfig REQUIRED.
9594
9595 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
9596
9597         * po/fi.po: add latest translations.
9598
9599 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9600
9601         * ChangeLog: recode utf-8
9602
9603         * Documentation/pictures/lilypond.xpm (Module): edited photo as
9604         logo.
9605
9606         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
9607
9608         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
9609
9610         * python/convertrules.py (do_conversion): don't print program_name
9611         from within a module
9612
9613         * configure.in (reloc_b): bump fontforge requirement to 20050624.
9614
9615         * python/convertrules.py (conv): add 2.6.0 dummy rule.
9616
9617 2005-06-23  Graham Percival  <gperlist@shaw.ca>
9618
9619         * Documentation/user/lilypond-book.itely,
9620         Documentation/user/examples.itely: add \RequirePackage{graphics}.
9621
9622         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
9623         fixes baseline-skip.  Thanks Vincent!
9624
9625         * Documentation/user/advanced-notation.itely, global.itely:
9626         moved "Selecting font sizes" to global, since it deals with
9627         notation font size, not text fonts.
9628
9629 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9630
9631         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
9632         to fonts.
9633
9634 2005-06-23  Mats Bengtsson  <mabe@s3.kth.se>
9635
9636         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
9637         workaround since /dev/stdin doesn't work on Cygwin. Using a
9638         temporary file in the current directory since latex doesn't
9639         understand the path name to the default TMP in Cygwin (at least on
9640         win XP).
9641         
9642         * Documentation/user/global.itely (Creating titles): Correct
9643         misprint in example. Thanks to Rob Vlasaty.
9644
9645 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9646
9647         * VERSION (PATCH_LEVEL): release 2.5.32
9648
9649         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
9650         variable in lily module
9651
9652         * scm/framework-ps.scm (output-classic-framework): error message
9653         regarding the classic framework.
9654
9655         * Documentation/user/henle-flat-gray.png (Module): new file.
9656
9657         * Documentation/user/baer-flat-gray.png (Module): new file.
9658
9659         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
9660         whiteout for markups.
9661
9662         * buildscripts/substitute-encoding.py (note_glyph): include _ in
9663         regex too. This fixes change clef appearance in PDF. 
9664
9665         * ttftool/include/*: remove.
9666
9667         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
9668
9669         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
9670
9671         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
9672
9673         * ttftool/*: remove ttftool subdirectory.
9674
9675         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
9676
9677         * lily/ttf.cc (print_header): new file. Convert to type42, using
9678         FreeType to parse the TTF. 
9679
9680         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
9681         and post table may differ. Pass around post_nglyphs as well.
9682
9683 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9684
9685         * ly/music-functions-init.ly (musicMap): new music function
9686         musicMap. 
9687         
9688 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9689
9690         * make/mutopia-rules.make: anti-alias-factor = 2
9691
9692         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
9693         page switch.
9694
9695         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
9696         anti-alias-factor for lilypond-book runs.
9697
9698         * scm/ps-to-png.scm (scale-down-image): new function.
9699         (my-system): new function.
9700         (make-ps-images): blow up GS resolution by anti-alias-factor,
9701         scale down image by anti-alias-factor.  This improves appearance
9702         of bitmaps
9703         (make-ps-images): remove showpage. Fixes spurious empty png at
9704         end.
9705
9706         * scm/framework-ps.scm (write-preamble): downcase filename before
9707         string-matching. Should fix .TTF files (as opposed to ttf files)  
9708
9709         * Documentation/user/tutorial.itely (Running LilyPond for the
9710         first time): separate subsections for windows, macos and unix.  
9711
9712         * Documentation/user/invoking.itely (Updating files with
9713         convert-ly): add MacOS X note.
9714
9715 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9716
9717         * Documentation/user/introduction.itely (Engraving): don't include
9718         file optical-spacing, add directly.
9719
9720         * lily/paper-outputter.cc (file): open file in binary mode. This
9721         fixes OTF embedding on windows.
9722
9723 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9724
9725         * scm/framework-ps.scm (write-preamble): remove debugging output.
9726
9727         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
9728
9729         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
9730         outdir.
9731         (install-fc-cache): install font cache in installation directories.
9732
9733 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9734
9735         * scm/editor.scm (editor-command-template-alist): Use char iso
9736         column, except for Emacs.
9737         (get-editor-command): Substitute char too (Bertalan Fodor).
9738
9739 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9740
9741         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
9742         quoted ~s.  This should fix PNG output on Windows; single quotes
9743         are regular characters on Windows.
9744
9745 2005-06-16  Graham Percival  <gperlist@shaw.ca>
9746
9747         * Documentation/user/basic-notation.itely: include ChoirStaff
9748         in System start delimiters.
9749
9750         * Documentation/user/putting.itely: new doc section on
9751         fixing overlapping notation.
9752
9753 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9754
9755         * Documentation/user/global.itely (Paper size): \paper is in
9756         \book, not \score.
9757
9758         * make/mutopia-rules.make: -ddelete-intermediate-files
9759
9760         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
9761
9762 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9763
9764         * ChangeLog: Recode utf-8.
9765
9766         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
9767         datadir with .py modules.
9768
9769 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
9770
9771         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
9772
9773 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9774
9775         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
9776         
9777         * scm/framework-ps.scm (write-preamble): remove status check.
9778
9779         * Documentation/user/invoking.itely (Updating files with
9780         convert-ly): remove -o option.
9781
9782         * VERSION (PACKAGE_NAME): release 2.5.31
9783
9784         * scm/framework-ps.scm (write-preamble): use ly:system.
9785         (write-preamble): verbosity.
9786
9787         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
9788
9789         * python/convertrules.py: new file. Store conversion rules
9790         separately.
9791
9792 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9793
9794         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
9795
9796 2005-06-14  Mats Bengtsson  <mabe@s3.kth.se>
9797
9798         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
9799         \musicDisplay 
9800
9801         * Documentation/user/instrument-notation.itely (More stanzas): Add
9802         reference to StanzaNumber.
9803
9804 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9805
9806         * THANKS: separate section for website translators.
9807
9808 2005-06-14  Graham Percival  <gperlist@shaw.ca>
9809
9810         * Documentation/topdocs/INSTALL.texi: update vim info;
9811         thanks Simon Bailey!
9812
9813         * Documentation/user/advanced-notation.itely: included
9814         color names.
9815
9816         * Documentation/user/advanced-notation.itely,
9817         Documentation/usr/notation-appendices.itely: moved
9818         color names into an appendix.
9819
9820 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9821         
9822         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
9823
9824         * scm/lily.scm (lambda): initialize program options from here.
9825
9826         * scm/framework-*.scm: add header info.
9827
9828         * lily/main.cc (parse_argv): only set output format to pdf if no
9829         other format specified.
9830
9831         * scm/backend-library.scm (postprocess-output): process
9832         'delete-intermediate-files after running convert-to-*. This fixes
9833         PNG generation when 'delete-intermediate-files is set.
9834         
9835 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9836
9837         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
9838         links on website. 
9839
9840 2005-06-13  Graham Percival  <gperlist@shaw.ca>
9841
9842         * Documentation/topdocs/INSTALL.texi,
9843         Documentation/user/lilypond-book.itely: typos.
9844
9845 2005-06-12  Pal Benko  <benkop@freestart.hu>
9846
9847         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
9848         added between program name and switch; -b changed to -f not
9849         to generate pdf
9850
9851 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9852
9853         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
9854         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
9855
9856         * input/sakura-sakura.ly: add \midi.
9857
9858         * buildscripts/mutopia-index.py (find): use /usr/bin/find
9859         iso. python find. 
9860
9861         * ttftool/test.c (main): cosmetics.
9862
9863         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
9864
9865         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
9866         create a ttf2ps binary.
9867
9868         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
9869
9870         * scm/backend-library.scm (postscript->png): set rename-page-1 to
9871         true.
9872
9873 2005-06-11  Graham Percival <gperlist@shaw.ca>
9874
9875         * Documentation/user/lilypond-book.itely: add warning about
9876         the font warnings in dvips.
9877
9878 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9879
9880         * THANKS: typo
9881
9882         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
9883
9884         * GNUmakefile.in: remove links for .map, .enc
9885         don't fail if out/ doesn't exist yet.
9886
9887 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9888
9889         * ttftool/util.c (surely_read): return nbytes
9890
9891         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
9892
9893         * VERSION (PACKAGE_NAME): release 2.5.30
9894
9895         * flower/string-convert.cc (precision_string): >? fix.
9896
9897         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
9898         (make-ps-images): add verbose -q too.
9899
9900         * lily/default-actions.cc (Module): new file. default
9901         {book,score}-print functions.
9902
9903         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
9904         pass results via parseStringResult, lookup via ly:parser-lookup.  
9905
9906         * lily/lily-parser.cc (Lily_parser): only clone lexer in
9907         constructors.
9908         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
9909         (parse_string): idem.
9910
9911         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
9912
9913         * lily/main.cc (main_with_guile): copy be_verbose_global into
9914         ly_set_option()
9915
9916 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9917
9918         * scm/backend-library.scm (postscript->pdf):
9919         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
9920         verbose mode.  Search for several names of gs executable.
9921
9922 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9923
9924         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
9925         directly. This fixes a massive memory leak, provided you use CVS
9926         GUILE.
9927
9928 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
9929
9930         * ly/property-init.ly: Added tieDashed.
9931
9932         * THANKS: Added some bughunters for 2.5.
9933
9934 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9935
9936         * lily/program-option.cc: add debug-gc option.
9937
9938         * lily/include/lily-guile-macros.hh: don't protect exported module
9939         objects.
9940
9941         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
9942
9943         * scm/backend-library.scm (postscript->pdf): use
9944         delete-intermediate-files iso. running-from-gui? 
9945
9946         * ttftool/util.c (surely_read): robustness. Allow read() to return
9947         less bytes than requested, as per posix standards.
9948
9949         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
9950         program option.
9951
9952         * ttftool/include/ttftool.h ("C"): rename verbosity to
9953         ttf_verbosity. Add to public interface.
9954
9955         * scm/music-functions.scm (unfold-repeats): remove debugging display.
9956
9957         * lily/program-option.cc: rename from scm-option.cc
9958
9959         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
9960         (get_help_string): Print pretty help string.
9961
9962         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
9963         to snippet preamble.
9964
9965         * lily/scm-option.cc: remove command-line-settings option. Fold
9966         all command-line options plus default settings in a generic
9967         interface. 
9968
9969         * flower/getopt-long.cc (table_string): indent 2nd lines of help
9970         texts too.
9971
9972 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9973
9974         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
9975         or EXT_ components non-empty.
9976
9977 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9978
9979         * scm/lily.scm (running-from-gui?): Export.
9980
9981         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
9982         output in .ly source directory.
9983
9984 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9985
9986         * ttftool/util.c (surely_lseek): more verbosity.
9987
9988         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
9989         compile.
9990
9991         * lily/parser.yy (Repeated_music): remove >? 
9992
9993         * scm/backend-library.scm (postscript->pdf): Support for
9994         -dgs-font-load=1
9995
9996         * scm/framework-ps.scm (write-preamble): make font loading
9997         switchable to GS via --define-default gs-font-load=1
9998
9999 2005-06-09  Graham Percival  <gperlist@shaw.ca>
10000
10001         * Documentation/user/global.itely: added \layout docs.
10002
10003 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10004
10005         * lily/lily-parser-scheme.cc: add unistd.h
10006
10007 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10008
10009         * scm/editor.scm: add char argument.
10010
10011         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
10012
10013         * ttftool/util.c (syserror): use errno for better error reporting.
10014
10015         * lily/source-file.cc (get_counts): new function. Calc column,
10016         line and char count in one go.
10017
10018         * lily/binary-source-file.cc (quote_input): rename to quote_input
10019
10020         * lily/input.cc (set): new function.
10021
10022 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10023
10024         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
10025         directory part of file name to search directory.
10026
10027         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
10028         search path and chdir to DIR if --outname=DIR used.
10029
10030         * lily/main.cc (prepend_env_path): Bugfix: Check directory
10031         existence before appending original path.
10032
10033 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10034
10035         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
10036         file" massage.
10037
10038         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
10039         texinfo.tex is always used.
10040         
10041 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10042
10043         * flower/include/axis.hh: rename from axes.hh
10044
10045         * lily/include/text-interface.hh (Module): rename from text-item.hh
10046
10047         * VERSION (PATCH_LEVEL): release 2.5.29
10048
10049         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
10050
10051         * scm/framework-ps.scm (font-file-as-ps-string): new function.
10052         (handle-macfont): new function. Call fondu for Native mac fonts.
10053
10054         * scm/define-markup-commands.scm (fill-line): handle text-widths =
10055         '() case.
10056
10057 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10058
10059         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
10060         multi-page.  Fix .eps regular expression.
10061
10062 2005-06-07  Graham Percival  <gperlist@shaw.ca>
10063
10064         * Documentation/user/putting.itely: add info on modifying templates.
10065
10066         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
10067         misc small changes.
10068
10069 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10070
10071         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
10072
10073         * scripts/lilypond-ps2png.scm
10074
10075         * VERSION (PACKAGE_NAME): release 2.5.28
10076
10077 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10078
10079         * lily/main.cc (prepend_env_path): Do not append /, that does not
10080         work.  Localedir lives in datadir, not in prefix.
10081
10082         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
10083         hack for windows.
10084
10085         * flower/include/file-cookie.hh: Compile fix.
10086
10087 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10088
10089         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
10090
10091         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
10092         system primitives.
10093         (gulp-port): using read-string!/partial. We don't want to read an
10094         entire PS file  (GUILE 1.6 limits strings to 16M) 
10095
10096         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
10097         properties. Add font-interface. 
10098
10099         * scm/define-grob-properties.scm (all-user-grob-properties):
10100         remove old bracket properties.
10101
10102         * scm/x11-color.scm: reformat. 
10103
10104         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
10105         LedgerLineSpanner if new StaffSymbol is found. 
10106
10107         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
10108         staff-symbol for finishing staff. 
10109
10110         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
10111
10112         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
10113         change black to currentColor everywhere. This fixes color support
10114         in SVG.
10115
10116 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
10117
10118         * input/regression/fret-diagrams.ly: new file to test fret diagram
10119         capability
10120
10121         * scm/output-tex.scm: remove white-dot and white-text
10122
10123         * scm/output-ps.scm: remove white-dot and white-text
10124
10125         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
10126         using ly:stencil-in-color instead
10127         (draw-dots) : remove call to white-dot
10128
10129 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10130
10131         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
10132         support.
10133
10134         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
10135
10136         * flower/include/file-cookie.hh: new file. lily_cookie extension 
10137
10138         * flower/file-cookie.cc: new file. lily_cookie extension.
10139         
10140 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10141
10142         * scm/editor.scm (editor-command-template-alist): Add syn
10143         editor (Jaap [de Vos]).
10144
10145 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10146
10147         * scripts/lilypond-ps2png.scm:
10148         * scm/ps-to-png.scm: New file.
10149
10150         * scm/backend-library.scm (postscript->png): Use it.
10151
10152         * scripts/lilypond-ps-to-png.py: Remove file.
10153
10154         * python/lilylib.py (get_bbox, make_ps_images): Remove.
10155
10156 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10157
10158         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
10159
10160         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
10161         start on grace moment. Fixes autobeam-grace.ly.
10162
10163         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
10164         process anything unless we're at the end of a pending beam. Fixes
10165         syncopated 8ths beamed across a beat.
10166
10167 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10168
10169         * scm/editor.scm (editor-command-template-alist): Start emacs if
10170         emacslient fails.
10171
10172         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
10173
10174         * flower/file-path.cc (is_file, is_dir): Export.
10175
10176         * lily/main.cc (prepend_env_path, set_env_file): Use them.
10177
10178 2005-06-02  Mats Bengtsson  <mabe@s3.kth.se>
10179
10180         * lily/easy-notation.cc: Added include cctype to correct
10181         compilation error.
10182
10183 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10184
10185         * scm/backend-library.scm (postscript->pdf): set resolution to
10186         1200, so bitmap fonts aren't that ugly. 
10187
10188         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
10189
10190         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
10191         parent if we have a notehead. Fixes incorrect offsets when
10192         Paper_column is very wide in the X direction.
10193
10194         * input/regression/font-family-override.ly (Module): new file.
10195
10196         * scm/font.scm (make-pango-font-tree): new function.
10197
10198         * lily/beam.cc (before_line_breaking): remove warning about less
10199         than 2 visible stems. We still get a warning when there is only
10200         one stem.
10201
10202 2005-06-01  Werner Lemberg  <wl@gnu.org>
10203
10204         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
10205         correctly.
10206
10207 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10208
10209         * lily/slur-scoring.cc (generate_avoid_offsets): new
10210         function. Generate avoid offsets once per slur.
10211
10212         * lily/slur.cc (add_extra_encompass): add dependency to
10213         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
10214
10215         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
10216         too. Fixes inf error with added bass notes.
10217
10218         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
10219         argument anymore.
10220
10221         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
10222
10223         * input/tutorial/lbook-latex-test.tex: add line length test.
10224
10225         * scripts/lilypond-book.py (set_default_options): new
10226         function. Call this before dissecting snippets, so linewidth
10227         settings reach the snippets.
10228
10229 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10230
10231         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
10232
10233 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10234
10235         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
10236
10237 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10238
10239         * stepmake/aclocal.m4: More autopackage friendliness.
10240
10241 2005-05-31  Graham Percival  <gperlist@shaw.ca>
10242
10243         * Documentation/index.html.in: remove link to LSR.
10244
10245         * Documentation/user/global.itely: remove duplicate
10246         "dedication" \header{} section.
10247
10248 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10249
10250         * VERSION (PACKAGE_NAME): release 2.5.27.
10251
10252         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
10253         too. Plugs memory leak.
10254
10255         * make/lilypond.fedora.spec.in (Group): remove
10256         lilypond-pdfpc-helper.
10257
10258         * scripts/GNUmakefile (SEXECUTABLES): remove
10259         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
10260
10261         * scm/font.scm (make-century-schoolbook-tree): add Mono as
10262         'typewriter family.
10263
10264         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
10265         memory leak.
10266
10267         * lily/parser.yy (score_body): don't clone Score, that's done in
10268         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
10269
10270         * lily/score-engraver.cc (derived_mark): new function.
10271         (initialize): unprotect Paper_score. This fixes a memory leak.
10272
10273         * lily/score-performer.cc (derived_mark): new function.
10274
10275         * lily/score-translator.cc (get_output): use SCM for get_output() call.
10276
10277         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
10278         spurious warning.
10279
10280         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
10281         serif.
10282
10283 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10284
10285         * configure.in (reloc_b): Add --enable-relocation.
10286
10287 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10288
10289         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
10290
10291         * input/regression/alignment-order.ly: add Staff example.
10292
10293 2005-05-31  John Mandereau   <john.mandereau@free.fr>
10294
10295         * po/fr.po: update.
10296
10297 2005-05-31  Graham Percival  <gperlist@shaw.ca>
10298
10299         * Documentation/index.html.in: add link to LSR.
10300
10301 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10302
10303         * scm/define-stencil-commands.scm (Module): new file. Register all
10304         allowed stencil expression heads in a central place.
10305
10306         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
10307         ly:make-stencil
10308
10309         * lily/stencil-expression.cc (all_stencil_heads): registering
10310         stencil expressions.
10311
10312         * lily/stencil-interpret.cc: new file. Stencil expression
10313         interpreting.
10314
10315         * input/xiao-haizi-guai-guai.ly: move file back.
10316
10317 2005-05-30  Graham Percival  <gperlist@shaw.ca>
10318
10319         * Documentation/user/advanced.itely, converters.itely,
10320         instrument-notation.itely, lilypond-book.itely: misc small
10321         changes.
10322
10323 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10324
10325         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
10326
10327         * make/lilypond.fedora.spec.in: Fix source url.
10328
10329         * cygwin: Update from mingw patches.
10330
10331         * scm/editor.scm (editor-command-template-alist): Use jedit
10332         -reuseview (Bertalan), add uedit (Patrick Huberts).
10333
10334         * input/xiao-hai-zi-guai-guai.ly: Rename from
10335         xiao-haizi-guai-guai.ly.
10336
10337         * input/*: Reindent, do not use TAB.
10338
10339         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
10340         white background.
10341
10342 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10343
10344         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
10345         numerical overflow error.
10346
10347 2005-05-29 Laura Conrad <lconrad@laymusic.org>
10348         
10349         * abc2ly.py: fix to syntax error in multi-part output.
10350
10351 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10352
10353         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
10354         with disappearing span bars when alignAboveContext is active
10355
10356         * lily/property-iterator.cc (check_grob): use is-grob?
10357         object-property. Fixes crash-key-sig-font-size.ly. 
10358
10359 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10360
10361         * lily/bar-line.cc (print): don't round barlines; this produces
10362         odd aliasing effects in Acroread.
10363
10364         * lily/timing-engraver.cc (process_music): robustness fix.
10365
10366         * lily/context-def.cc (filter_engravers): bugfix.
10367
10368 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10369
10370         * lily/lilypond.rc.in: Add ly-icon.
10371
10372         * lily/GNUmakefile: 
10373         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
10374         rules.
10375
10376 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10377
10378         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
10379
10380         * ps/music-drawing-routines.ps: 
10381
10382         * scm/output-ps.scm: remove draw ez_ball.
10383
10384         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
10385         EasyNotation context definition.
10386
10387         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
10388         Text_interface and color for making easy note heads.
10389
10390         * lily/stencil.cc (with_color): new function.
10391
10392         * ps/music-drawing-routines.ps: remove draw_zigzag_line
10393
10394         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
10395         output routine. Zigzag now works in SVG too.
10396
10397         * scm/output-tex.scm (filledbox): idem.
10398
10399         * scm/output-svg.scm (filledbox): idem.
10400
10401         * scm/output-ps.scm (lily-def): remove horizontal-line. 
10402
10403         * lily/lookup.cc (horizontal_line): use draw-line. 
10404
10405         * lily/system-start-delimiter.cc: remove old staff bracket code.
10406
10407         * mf/feta-haak.mf: further tweaks.
10408
10409         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
10410
10411         * mf/feta-generic.mf: include feta-haak.
10412
10413         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
10414
10415         * scm/framework-ps.scm (write-preamble): only load fonts if their
10416         filename is a string. 
10417
10418 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10419
10420         * scm/output-svg.scm (circle): support circle.
10421         (bracket): stub for bracket.
10422
10423         * scripts/lilypond-book.py (main): make sure --psfonts warning is
10424         correct.
10425
10426 2005-05-26  Graham Percival  <gperlist@shaw.ca>
10427
10428         * Documentation/user/lilypond.tely, advanced-notation.itely,
10429         basic-notation.itely, instrument-notation.itely, global.itely,
10430         introduction.itely, tutorial.itely: rearranging, editing,
10431         clean-up.
10432
10433         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
10434         for compiling on FreeBSD.
10435
10436 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10437
10438         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
10439         otf files.
10440
10441         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
10442         bugfixes.
10443
10444         * VERSION: 2.5.26 released.
10445
10446         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
10447
10448 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
10449
10450         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
10451         if printpagenumber is false.
10452
10453 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10454
10455         * lily/font-config.cc (init_fontconfig): comment out FontConfig
10456         cache warning.
10457
10458         * lily/tie.cc (print): support dotted ties.
10459         
10460 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10461
10462         * scm/define-grobs.scm (all-grob-descriptions): switch off
10463         debugging
10464         (all-grob-descriptions): Arpeggio has Y-extent.
10465
10466         * scm/define-music-properties.scm (all-music-properties): document
10467         length-callback and start-callback as "read-only".
10468
10469         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
10470         length-callback after creation. 
10471
10472         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
10473         compressmusic -> compressMusic.
10474
10475         * ly/music-functions-init.ly (oldaddlyrics): idem.
10476
10477         * lily/parser.yy: NewLyricCombineMusic ->
10478         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
10479
10480 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
10481
10482         * ly/Welcome_to_LilyPond.ly: typo.
10483
10484 2005-05-24  Graham Percival  <gperlist@shaw.ca>
10485
10486         * Documentation/user/lilypond.tely: move changing-defaults to be
10487         before global issues.
10488
10489         * Documentation/user/basic-notation.itely: move Transpose section
10490         here from advanced/Other.
10491
10492         * Documentation/user/changing-defaults.itely,
10493         advanced-notation.itely: move Fonts to advanced, edit.
10494
10495 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10496
10497         * lily/parser.yy (bare_int): remove rule.  From now on, we require
10498         # before negative integers.
10499
10500 2005-05-23  Graham Percival  <gperlist@shaw.ca>
10501
10502         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
10503
10504         * Documentation/user/lilypond.tely: change Unified index to
10505         LilyPond index.
10506
10507         * Documentation/user/advanced-notation.itely,
10508         instrument-notation.itely: editing.
10509
10510 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10511
10512         * scm/lily.scm (lilypond-all): Bugfix: return failed.
10513
10514         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
10515
10516 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10517
10518         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
10519         ly:port-move.  Needs to be stderr-specific on mingw.
10520         Run fixcc.
10521
10522 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10523
10524         * lily/general-scheme.cc (ly:port-move): Remove.
10525
10526         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
10527         windows.
10528
10529         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
10530         variables.  This eliminates the need for a gs.bat wrapper, which
10531         opens a console.
10532
10533         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
10534         * scm/lily.scm (running-from-gui?): 
10535         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
10536         artifact of not compiling with -mwindows.
10537
10538         * scm/editor.scm: Define PLATFORM.
10539
10540 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10541
10542         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
10543         can start to cut & paste lilypond-book fragments.  
10544
10545         * scm/define-music-types.scm (music-descriptions): remove
10546         UntransposableMusic
10547
10548 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10549
10550         * scm/output-ps.scm (glyph-string): remove / before CIDs.
10551
10552 2005-05-20  Graham Percival  <gperlist@shaw.ca>
10553
10554         * Documentation/user/instrument-notation.itely: remove *Engraver.
10555
10556         * Documentation/user/advanced-notation.itely: edit, rearrange.
10557
10558 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10559
10560         * scm/output-ps.scm (glyph-string): take cid? argument. Use
10561         findresource iso. findfont for CID CFF fonts.
10562
10563         * VERSION (PACKAGE_NAME): release 2.5.25
10564
10565         * ly/Welcome_to_LilyPond.ly: add  \version
10566
10567 2005-05-20  Graham Percival  <gperlist@shaw.ca>
10568
10569         * Documentation/user/programming-interface.itely: move
10570         \displayMusic into its own section.
10571
10572         * Documentation/user/basic-notation.itely: finish editing.
10573
10574 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10575
10576         * flower/file-path.cc (find): don't throw away file_name.dir, but
10577         append to it. Fixes \include with directories.
10578
10579         * flower/include/file-path.hh (class File_path): don't derive from
10580         Array<String>.
10581
10582         * flower/include/file-name.hh (class File_name): remove to_str0()
10583
10584         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
10585         Hara_kiri_engraver in separate file.
10586
10587         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
10588         translation went wrong. Fixes vertically translated slurs.
10589
10590 2005-05-19  Graham Percival  <gperlist@shaw.ca>
10591
10592         * Documentation/user/basic-notaton.itely: editing.
10593
10594 2005-05-18  Graham Percival  <gperlist@shaw.ca>
10595
10596         * Documentation/user/macros.itexi, basic-notation.itely:
10597         add @commonprop (commonly used properties) macro.
10598
10599 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10600
10601         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
10602
10603         * scripts/lilypond-book.py (invokes_lilypond): new function
10604         (main): only run fontextract if invokes_lilypond() is true.
10605
10606         * lily/function-documentation.cc (ly_add_function_documentation):
10607         duh, use !=
10608
10609         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
10610
10611         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
10612
10613         * scm/lily.scm (running-from-gui?): lowercase Darwin.
10614
10615         * lily/function-documentation.cc (ly_add_function_documentation):
10616         use scm_hash_table_p() for checking.
10617
10618 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10619
10620         * Documentation/user/advanced-notation.itely (Text scripts):
10621         Change nonexisting @internalsref{Text markup} to @ref{Text
10622         markup}.  Change @internalsref{Text script} to
10623         @internalsref{TextScript}.
10624
10625         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
10626
10627 2005-05-17  Graham Percival  <gperlist@shaw.ca>
10628
10629         * Documentation/user/tutorial.itely, basic-notation.itely,
10630         changing-defaults.itely: remove duplicate cindex entries
10631         that appear on the same page.
10632
10633         * scm/define-grobs.scm: change default padding for TextSpanner.
10634
10635         * Documentation/topdocs/AUTHORS.texi: update email address.
10636
10637         * Documentation/user/global.itely: add info about \include.
10638
10639 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10640
10641         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
10642         when running-from-gui.
10643
10644         * scm/editor.scm (get-editor): Add platform defaults.
10645
10646         * scm/backend-library.scm (postscript->pdf): Typo.
10647
10648 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10649
10650         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
10651
10652         * lily/font-config.cc (init_fontconfig): add warning about cache.
10653
10654 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10655
10656         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
10657
10658 2005-05-16  Mats Bengtsson  <mabe@s3.kth.se>
10659
10660         * lily/horizontal-bracket.cc (print): Take care of the direction
10661         property so brackets above the stave point downwards. 
10662
10663         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
10664         for HorizontalBracket so it doesn't end up within the stave.
10665
10666 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10667
10668         * lily/GNUmakefile (default): Typo.
10669
10670         * scm/lily.scm (PLATFORM): Export.
10671
10672         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
10673         load-font-via-GS, ttftool or fopencookie is broken on windows.
10674         
10675         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
10676         -dSAFER, that is broken on windows.
10677
10678 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10679
10680         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
10681         for FlexLexer.h
10682
10683         * scripts/lilypond-invoke-editor.scm: remove stray -
10684
10685 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10686
10687         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
10688         Fixes deprecation warning.
10689
10690         * flower/include/string.icc (to_string): Only inline if
10691         -DSTRING_UTILS_INLINED.
10692
10693         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
10694         name.  Remove windows comment.
10695
10696         * scm/editor.scm (slashify): New function.
10697         (get-editor-command): Use it.
10698         (get-command-template): Do not alter editor command if
10699         environment value includes `%(file)s' magic.
10700
10701         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
10702         (dissect-uri): Use it.
10703         (unquote-uri): Bugfix.
10704
10705 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10706
10707         * scm/framework-ps.scm (write-preamble): add TTF rule.
10708
10709         * Documentation/topdocs/README.texi (Top): remove note about
10710         xdelta.
10711
10712         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
10713         requirement.
10714
10715         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
10716         function. Figure out where FlexLexer.h lives
10717
10718         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
10719         
10720 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10721
10722         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
10723         with Windows root in file name.
10724
10725         * scm/backend-library.scm (ly:system): Only redirect output (using
10726         system and shell, ugh) if /dev/null is writable.
10727
10728         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
10729         windows icon.
10730
10731         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
10732         on Mingw.
10733
10734         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
10735         click.
10736
10737         * flower/file-path.cc (is_dir, is_file): New function.  Actually
10738         use result of stat when available.
10739
10740         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
10741         absolute file name and root.
10742
10743         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
10744
10745         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
10746
10747         * flower/file-name.cc (slashify): Bugfix, do substitute if no
10748         slashes in file name.
10749
10750 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10751
10752         * Documentation/user/preface.itely (Preface): Run
10753         texinfo-all-menus-update.
10754
10755         * scm/editor.scm (get-editor-command): Bugfix: allow full
10756         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
10757
10758         * Documentation/pictures/lilypond-48.xpm: New file.
10759
10760         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
10761
10762         * ly/Welcome_to_LilyPond.ly: New file.
10763
10764         * lily/main.cc (main): Only identify if we have a terminal.
10765
10766         * scm/backend-library.scm (postscript->png)
10767         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
10768         non-/bin/sh).
10769
10770 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
10771
10772         * Documentation/topdocs/AUTHORS.texi: polish, update.
10773
10774 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10775
10776         * Documentation/user/preface.itely (Notes for version 2.6): new
10777         notes for 2.6
10778
10779         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
10780         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
10781         is not fully contained" warnings.
10782
10783         * lily/slur-scoring.cc (get_bound_info): remove warning.
10784
10785         * lily/staff-symbol-engraver.cc (process_music): start initial
10786         spanner in process_music(). This fixes overrides of StaffSymbol
10787         properties.
10788
10789         * scm/framework-pdf.scm (Module): remove.
10790
10791         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
10792
10793         * lily/ambitus-engraver.cc: formatting cleanups.
10794
10795         * mf/feta-solfa.mf (Module): remove.
10796
10797         * ChangeLog: more details about contributions.
10798
10799 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10800
10801         * lily/align-interface.cc (align_elements_to_extents): warn if
10802         called too early. Fixes: disappearing-staff-lines.ly
10803
10804         * VERSION (PACKAGE_NAME): release 2.5.24
10805
10806 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10807
10808         * stepmake/aclocal.m4: Typo.
10809
10810         * flower/string.cc (substitute): Take two strings or two
10811         characters.  Update callers.
10812
10813 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10814
10815         * flower/file-name.cc (File_name): Slashify.
10816
10817         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
10818
10819         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
10820
10821         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
10822
10823         * configure.in (gui_b): Use it.
10824
10825         * lily/lilypond.rc.in: New file.
10826
10827         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
10828
10829 2005-05-12  Graham Percival  <gperlist@shaw.ca>
10830
10831         * Documentation/user/advanced-notation.itely: edit of Text
10832         section; clarify text scripts vs. text markup.
10833
10834 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10835
10836         * lily/multi-measure-rest-engraver.cc
10837         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
10838         separation items on start. Fixes mm rests in start of score.
10839
10840         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
10841         don't access StaffSymbol if not there.
10842         Fixes: crash-staff-symbol-engraver.ly.
10843
10844         * lily/instrument-name-engraver.cc (class
10845         Instrument_name_engraver): data member first_. Create
10846         InstrumentName on start. 
10847
10848 2005-05-12  Graham Percival  <gperlist@shaw.ca>
10849
10850         * Documentation/user/instrument-notation.itely: add guitar
10851         position.
10852
10853         * Documentation/user/introduction.itely,
10854         Documentation/user/lilypond.tely,
10855         Documentation/user/tutorial.itely: begin pruning
10856         unused (duplicated) cindex entries and misc cleanup.
10857
10858 2005-05-12  Mats Bengtsson  <mabe@s3.kth.se>
10859
10860         * input/test/volta-chord-names.ly: Bring the explanation up to
10861         date.
10862
10863 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
10864
10865         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
10866         Specify `@documentencoding utf-8' for html, ignore warnings.
10867
10868 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
10869
10870         * THANKS: Added bughunters.
10871
10872 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
10873
10874         * lily/main.cc: update help string for `lilypond -H'.
10875
10876         * po/fi.po: update.
10877         
10878 2005-05-10  Graham Percival  <gperlist@shaw.ca>
10879
10880         * Documentation/user/advanced-notation.itely: minor fixes.
10881
10882 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10883
10884         * scm/editor.scm: New module.
10885
10886         * scm/lily.scm (gui-main): Use it.
10887
10888         * scm/framework-gnome.scm (spawn-editor): Use it.
10889
10890         * scripts/lilypond-invoke-editor.scm: Use it in new script.
10891
10892 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10893
10894         * scm/framework-ps.scm (load-font-via-GS):  new function.
10895
10896         * lily/pango-font.cc (pango_item_string_stencil): add support for
10897         CID keyed font.
10898
10899         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
10900
10901 2005-05-10  Graham Percival  <gperlist@shaw.ca>
10902
10903         * Documentation/user/basic-notation.itely: add @ref.
10904
10905         * Documentation/user/advanced-notation.itely: add example
10906         of 5/8 beaming.
10907
10908 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10909
10910         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
10911
10912         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
10913         going through ps2pdf wrappers.
10914
10915 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
10916
10917         * Documentation/user/instrument-notation.itely: petrucci note
10918         heads: updated docu
10919
10920         * input/regression/note-head-style.ly: updated regression test;
10921         indentation fixes
10922
10923         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
10924         heads as default
10925
10926         * mf/parmesan-heads.mf: minor editing; use musicological names
10927         (rather than optical description) as note head names
10928
10929         * scm/output-lib.scm: complete petrucci heads
10930
10931 2005-05-09  Pal Benko  <benkop@freestart.hu>
10932
10933         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
10934         heads, but bigger)
10935
10936 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10937
10938         * lily/main.cc (main_with_guile): Remove no files check.
10939
10940         * lily/main.cc (ly:usage): Export to Scheme.
10941
10942         * scm/lily.scm (no-files-handler): New function.
10943
10944         * scm/lily.scm (lilypond-main): Use it.
10945
10946         * configure.in (gui_b): Add mbrtowc checking.
10947         Resurrect [utf8/]wchar.h checking.
10948
10949 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
10950
10951         * Documentation/user/advanced-notation.itely (Metronome marks):
10952         Add link to the program reference for MetronomeMark
10953
10954         * Documentation/user/lilypond-book.itely (An example of a
10955         musicological document): Correct the example using psfonts 
10956
10957 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
10958
10959         * po/fi.po: update after a lesson how to update entries against
10960         source.
10961         
10962         * po/TODO: document the lesson.
10963
10964 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10965
10966         * configure.in (gui_b): remove wcrtomb checking.
10967
10968         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
10969         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
10970
10971 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
10972
10973         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
10974         keep Scheme expressions and strings unmodified when doing the
10975         conversion to postfix notation for slurs and beams. Should
10976         hopefully solve most related conversion problems. 
10977
10978         * Documentation/user/lilypond-book.itely : Clarify and correct how
10979         to call dvips with -h psfonts.
10980
10981 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10982
10983         * Documentation/user/instrument-notation.itely (Entering lyrics):
10984         Typo.  Fixes build.
10985
10986 2005-05-09  Graham Percival  <gperlist@shaw.ca>
10987
10988         * Documentation/user/lilypond-book.itely: document PSFONTS file.
10989
10990         * Documentation/user/lilypond.tely, lilypond-book.itely,
10991         tutorial.itely: change references to 2.5.x to 2.6.x.
10992
10993         * Documentation/user/instrument-notation.itely: clarified \addlyrics
10994         vs \lyricmode.
10995
10996         * Documentation/user/invoking.itely: remove old info about
10997         lilypond-profile.
10998
10999         * Documentation/topdocs/INSTALL.texi: remove old info about
11000         lilypond-profile, add warning about needing international fonts
11001         to build docs.
11002
11003 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11004
11005         * lily/include/grob-info.hh (class Grob_info): make data member
11006         private. Changes throughout.
11007
11008         * input/regression/alignment-order.ly: new file. 
11009
11010         * lily/vertical-align-engraver.cc (acknowledge_grob): read
11011         alignAboveContext and alignBelowContext
11012
11013 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11014
11015         * lily/pfb.cc (LY_DEFINE): add cast.
11016
11017         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
11018         matches .otf
11019         (write-preamble): warn about unknown fonts.
11020
11021         * lily/pfb.cc (Module): new function ly:otf->cff
11022
11023         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
11024         (get_otf_table): new function.
11025
11026 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11027
11028         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
11029         iso. ps2png.
11030
11031 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
11032
11033         * po/fi.po: apply second round of update.
11034
11035 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11036
11037         * scm/x11-color.scm (make-x11-color-handler): don't use
11038         #\sp. Apparently doesn't work on all platforms. 
11039
11040 2005-05-06  Graham Percival  <gperlist@shaw.ca>
11041
11042         * Documentation/user/advanced-notation.itely, putting.itely,
11043         tutorial.itely, global.itely, introduction.itely: really minor fixes.
11044
11045 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11046
11047         * VERSION (PACKAGE_NAME): release 2.5.23
11048
11049 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11050
11051         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
11052         convert to utf-8.
11053
11054         * THANKS: Add translators for this release, convert to utf-8.
11055
11056         * mf/GNUmakefile (MFTRACE_FLAGS):
11057         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
11058         outdir as option (WAS: hardcoded).
11059
11060 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11061
11062         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
11063         finished_span_
11064
11065         * THANKS: add Hans Forbrich.
11066
11067         * Documentation/topdocs/NEWS.tely (Top): document new feature.
11068
11069         * Documentation/user/basic-notation.itely (Staff symbol): document
11070         start/stop staff. Reference to ossia.ly
11071
11072         * input/test/ossia.ly: new example using stop and startStaff.
11073
11074         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
11075         in other words, don't create "|" barline at start of the score.
11076         (start_translation_timestep): don't set whichBar for start of score.
11077
11078         * input/regression/staff-halfway.ly: use new functionality.
11079
11080         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
11081         start and stop staff based on events.
11082
11083         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
11084
11085         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
11086
11087 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11088
11089         * Documentation/user/programming-interface.itely (How markups work
11090         internally ): remove \encoding reference.
11091
11092 2005-05-04  Mats Bengtsson  <mabe@s3.kth.se>
11093
11094         * scripts/convert-ly.py: Attempt to do a smarter update of 
11095         text markups from versions < 1.9.0 with arbitrary nesting.
11096
11097 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
11098
11099         * po/fi.po: convert to utf-8, and update.
11100
11101 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11102
11103         * make/lilypond.suse.spec.in: update from suse 2.4 package.
11104
11105         * lily/*.cc: more <? >? to min/max changes
11106
11107         * lily/include/interpretation-context-handle.hh: rename
11108         Interpretation_context_handle to Context_handle.
11109
11110 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
11111
11112         * input/regression/GNUmakefile (local_delete): use `find` together 
11113         with `xargs` to avoid too long argument-lists in cmd line.
11114
11115 2005-05-04  Graham Percival  <gperlist@shaw.ca>
11116
11117         * Documentation/user/introduction.itely: updates "About this manual".
11118
11119         * Documentation/user/advanced-notation.itely,
11120         invoking.itely: minor fixes.
11121
11122 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11123
11124         * COPYING: add font exception. Update FSF address. 
11125
11126         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
11127         should be taken without child context.
11128
11129         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
11130
11131         * scm/define-markup-commands.scm (triangle): new command, as
11132         robust replacement for unicode Delta/Triangle.
11133
11134 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11135
11136         * ps/music-drawing-routines.ps: add fillp argument.
11137
11138         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
11139
11140         * lily/font-config.cc (init_fontconfig): don't add cff/
11141
11142         * VERSION (PACKAGE_NAME): release 2.5.22
11143
11144         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
11145
11146         * lily/grace-engraver.cc (consider_change_grace_settings): use
11147         is_alias(). Fixes problem with CueVoice grace notes. 
11148
11149         * lily/simultaneous-music-iterator.cc (construct_children): call
11150         Music_iterator::quit() for iterators that start out invalid. This
11151         fixes indefinitely continuing contexts.
11152
11153         * buildscripts/substitute-encoding.py: new file
11154
11155         * Documentation/user/basic-notation.itely (Basic polyphony): fix
11156         missing @end 
11157
11158         * scripts/lilypond-book.py (write_if_updated): print file name.
11159
11160         * Documentation/user/basic-notation.itely (Explicitly
11161         instantiating voices): idem.
11162
11163         * Documentation/user/advanced-notation.itely (Text spanners):
11164         remove stray { } 
11165
11166         * lily/context.cc (default_child_context_name): the default child
11167         is now first in accepts_list_.
11168
11169         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
11170         \defaultchild to all relevant contexts.  This fixes:
11171         drums-pitch.ly.
11172
11173         (Probably also fixes similar problems with ancient
11174         transcriptions getting CueVoices instead of the desired voices.)
11175  
11176         * lily/context-def.cc (get_default_child): new function.
11177         (get_accepted): place default child in front of list.
11178
11179         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
11180
11181         * lily/include/context-def.hh (struct Context_def): add
11182         default_accept_
11183
11184 2005-05-03  Graham Percival  <gperlist@shaw.ca>
11185
11186         * scm/define-grobs.scm: remove "remove-first" line, since
11187         the absent property is set to #f anyway.
11188
11189         * Documentation/user/basic-notation.itely,
11190         advanced-notation.itely, instrument-notation.itely: minor
11191         fixes.
11192
11193         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
11194
11195         * Documentation/user/advanced-notation.itely,
11196         changing-defaults.itely: consolidate Text stuff in
11197         advanced notation.
11198
11199         * Documentation/user/global.itely: better docs for \header.
11200
11201         * Documentation/user/putting.itely: new chapter; placeholder
11202         for future expansion.
11203
11204         * Documentation/user/examples.itely: moved "suggestions for
11205         writing LP files" section into putting.itely.
11206
11207         * Documentation/user/lilypond.itely: added new chapter,
11208         fixed the short table of contents.
11209
11210 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11211
11212         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
11213         infinity for unfeasible beams.
11214
11215         * make/lilypond.fedora.spec.in (Group): idem.
11216
11217         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
11218
11219         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
11220
11221         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
11222         fonts directly.
11223
11224         * buildscripts/gen-emmentaler-scripts.py (i): idem.
11225
11226         * mf/GNUmakefile: remove all CFF rules.
11227
11228         * scm/framework-ps.scm (ps-embed-cff): reinstate.
11229
11230         * lily/open-type-font-scheme.cc (LY_DEFINE):
11231         new function ly:otf-font-table-data.
11232         (LY_DEFINE): new function otf-font?
11233
11234 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11235
11236         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
11237         ($(outdir)/Fontmap.lily): idem.
11238
11239         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
11240         for PFAEmmentaler-XXX.pfa. 
11241
11242         * Documentation/user/music-glossary.tely (accidental): NL
11243         translation of accidental.
11244
11245 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11246
11247         * flower/include/international.hh: Bugfix: include "string.hh".
11248
11249         * lily/include/mingw-compatibility.hh: New file.
11250
11251         * flower/include/libc-extension.hh (memrev): Rename from strrev.
11252
11253         * configure.in: Search for mingw wcrtomb library.
11254
11255 2005-05-02  Mats Bengtsson  <mabe@s3.kth.se>
11256
11257         * scripts/convert-ly.py: Bug fix
11258
11259         * Documentation/user/changing-defaults.itely (Common tweaks):
11260         Added example where the context has to be specified explicitly
11261         (MetronomeMark). 
11262
11263 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11264
11265         * scripts/lilypond-book.py (ly_options): set timing to #f for
11266         notime option.
11267
11268         * scripts/convert-ly.py (conv): typo.
11269
11270         * flower/*.cc: remove <? and >?
11271         
11272         * lily/*.cc: remove <? and >?
11273
11274         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
11275         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
11276         editor.
11277
11278 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11279
11280         * lily/part-combine-engraver.cc: add space to variable list.
11281
11282 2005-04-30  Graham Percival  <gperlist@shaw.ca>
11283
11284         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
11285         remove-first to false (matches docs)
11286
11287         * Documentation/user/advanced-notation.itely: corrected docs
11288         concerning remove-first.
11289
11290 2005-04-29  Mats Bengtsson  <mabe@s3.kth.se>
11291
11292         * lily/part-combine-engraver.cc: make sure that the relevant
11293         properties are included in the documentation.
11294
11295 2005-04-28  Graham Percival  <gperlist@shaw.ca>
11296
11297         * Documentation/user/lilypond-book.itely: Bernard's docs
11298         for \betweenLilyPondSystem.
11299
11300 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11301
11302         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
11303         remarks.
11304
11305 2005-04-28  Pal Benko  <benkop@freestart.hu>
11306
11307         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
11308         only on vertical lines of flexa shape, and use a constant
11309         thickness value for horizontal lines (patch slightly modified by
11310         Jürgen Reuter)
11311
11312         * lily/include/mensural-ligature.hh: make 2 comments clearer
11313
11314 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
11315
11316         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
11317         to need_extra_horizontal_space; bugfix: use class scope to avoid
11318         global namespace pollution
11319
11320         * Documentation/user/instrument-notation.itely (ligatures): added
11321         comment on possible future syntax change and how to work around
11322
11323         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
11324         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
11325         intervals (fixes agnus dei example)
11326
11327         * Documentation/user/instrument-notation.itely (white mensural
11328         ligatures): selected a more illustrative example
11329
11330 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
11331
11332         * Documentation/index.html.in: specify utf-8 charset in meta content.
11333
11334 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11335
11336         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
11337         empty 2nd page for single page.
11338
11339         * scm/lily.scm: remove p&c definitions.
11340
11341         * po/zh_TW.po (Module): new translation.
11342
11343         * lily/lily-guile.cc (ly_chain_assoc): remove.
11344
11345         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
11346         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
11347
11348 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11349
11350         * lily/beaming-info.cc: remove infinity_i
11351
11352         * scripts/abc2ly.py (out_filename): fix thinko with \version.
11353
11354 2005-04-26  Graham Percival  <gperlist@shaw.ca>
11355
11356         * Documentation/user/basic-notation.itely,
11357         instrument-notation.itely, advanced-notation.itely,
11358         changing-defaults.itely: minor fixes.  Added docs
11359         for colors to advanced-notation.itely.
11360
11361         * Documentation/user/advanced-notation.itely: fixed compile
11362         problem and added Bernard's x11-color doc patch.
11363
11364 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11365
11366         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
11367         alright this time round.
11368
11369 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11370
11371         * Documentation/topdocs/INSTALL.texi (Top): idem.
11372
11373         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
11374
11375         * VERSION (MAJOR_VERSION): release 2.5.21
11376
11377         * scm/output-ps.scm (grob-cause): bugfix.
11378
11379 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11380
11381         * cygwin/*: Update.
11382
11383         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
11384         stuff.
11385
11386         * scm/output-ps.scm (grob-cause): Bugfix.
11387
11388         * scm/lily.scm (ly:load): Remove x11-color.
11389
11390         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
11391         quote executable, fixes getting version from program --with
11392         --options.
11393         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
11394         $ac_exeect.
11395
11396         * Documentation/user/GNUmakefile: Only build music-glossary with
11397         rendered lilypond snippets during web.
11398
11399 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11400
11401         * po/de.po: update.
11402
11403         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
11404
11405 2005-04-22  Laura Conrad <lconrad@laymusic.org>
11406  
11407         * scripts/abc2ly:
11408         second title line append with punctuation dash character;
11409         encode abc2ly python strings in utf-8
11410        
11411 2005-04-21  Laura Conrad <lconrad@laymusic.org>
11412
11413         * scripts/abc2ly fix chords (again)
11414  
11415 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
11416
11417         * scm/x11-color.scm: new file
11418         All x11 color names can be accessed with:
11419         #(x11-color 'ColorName),
11420         #(x11-color "ColorName") or:
11421         #(x11-color "color name")
11422         If the x11 color name is not recognised then it defaults
11423         to black
11424
11425         * scm/lily.scm: amended to call scm/x11-color.scm
11426
11427 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11428
11429         * Documentation/user/invoking.itely (Reporting bugs): comment out
11430         reference to online PNG bug repository.
11431
11432 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11433
11434         * lily/translator-scheme.cc (ly:translator-property): Remove.
11435         Update callers.
11436
11437         * lily/context-scheme.cc (ly:context-now): Move from translator.
11438         Update callers.
11439
11440 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11441
11442         * input/regression/grid-lines.ly (skips): refine example.
11443
11444         * scm/define-context-properties.scm
11445         (all-user-translation-properties): doc autoBeamCheck
11446
11447         * input/regression/grid-lines.ly (Module): new file.
11448
11449         * lily/grid-point-engraver.cc (Module): new file.
11450
11451         * lily/grid-line.cc (Module): new file.
11452
11453         * lily/grid-line-span-engraver.cc (Module): new file.
11454
11455         * lily/grid-line-interface.cc (Module): new file.
11456
11457 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11458
11459         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
11460         missing parameter, actualy cdr through list.  Actually return a
11461         list with ENTRY removed (was '()).
11462
11463         * scripts/convert-ly.py: Update.  Print warning if file cannot be
11464         opened.
11465         (do_conversion): Fix printing of continuation comma.
11466
11467         * Documentation/user/advanced-notation.itely (Beam formatting):
11468         Remove refbugs about compound time and mixed duration.
11469
11470         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
11471         modulo moments explicitely.
11472
11473         * lily/moment.cc (operator %): New function.
11474
11475         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
11476
11477         * lily/translator-scheme.cc (ly:translator-now,
11478         ly:translator-property): New function.
11479
11480         * scm/auto-beam.scm (default-auto-beam-check): New function.
11481
11482         * lily/auto-beam-engraver.cc (test_moment): Use it.
11483
11484         * flower/rational.cc (operator %): Bugfix.
11485
11486 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
11487
11488         * scripts/abc2ly: Bugfix
11489
11490 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11491
11492         * python/fontextract.py (write_extracted_fonts): bugfix, too many
11493         %'s on EndFont comment.
11494
11495         * lily/ledger-line-spanner.cc: some more words of explanation.
11496
11497 2005-04-20  John Williams <williams@tni.com>  
11498         
11499         * scripts/lilypond-book.py: htmlquote bugfix.
11500         Allow snippets to be given distinct filenames.
11501         Allow the default alt text to be overridden.
11502
11503 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
11504
11505         * ly/performer-init.ly: Bugfix
11506
11507         * THANKS: Added bughunters.
11508
11509 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11510
11511         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
11512
11513         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
11514         position (was: use modulo measure length).
11515
11516         * configure.in (no gui_b): Remove optional gtk+ requirement.
11517
11518 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11519
11520         * Documentation/user/basic-notation.itely (Pitches): add
11521         LedgerLineSpanner.
11522
11523         * lily/dynamic-engraver.cc (process_music): set right bound to
11524         script if present. Else, do not set.
11525         (acknowledge_grob): only set right bound of finished spanner to
11526         note column if no other bound is set.
11527
11528         * python/lilylib.py (make_ps_images): switch back to png16m.
11529         
11530 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11531
11532         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
11533         writing up to date file.  Add dvips usage suggestion.
11534
11535         * scripts/convert-ly.py: Fix error message.
11536         Print usage if no files on command line.
11537         (usage): Add example usage.
11538
11539         * input/test/compound-time.ly: New file.
11540
11541         * input/test/circle.ly: New file.
11542
11543         * Documentation/topdocs/NEWS.tely: Use them.
11544
11545         * input/test/boxed-stencil.ly: Remove \score.
11546
11547         * buildscripts/mf-to-table.py (base): Add .log dependency.
11548
11549         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
11550         pfa's.  Add .log dependency
11551
11552         * scm/define-markup-commands.scm (lower): New command.
11553
11554         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
11555         make it default.
11556
11557 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11558
11559         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
11560         also to finished cresc as right bound. This fixes:
11561         skip-string-decresc.ly
11562
11563         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
11564         relative_coordinate if extent is empty.
11565
11566         * lily/stem.cc (width_callback): determine correct extent if flag
11567         is not there. This fixes slur-no-flag.ly
11568
11569         * lily/grace-engraver.cc (consider_change_grace_settings): new
11570         function.
11571         (initialize): also consider_change_grace_settings() on
11572         initialization. Fixes large grace notes at start of score.
11573
11574         * lily/break-align-interface.cc (do_alignment): don't translate if
11575         total_extent is empty.
11576
11577         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
11578
11579 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11580
11581         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
11582         with slash.
11583
11584 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11585
11586         * stepmake/aclocal.m4: Remove tfm_path.
11587
11588 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11589
11590         * scm/music-functions.scm (markup-expression->make-markup): fix
11591         bug with cons arguments of markup commands.
11592         (music->make-music): fix music expression property list building
11593
11594 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11595
11596         * aclocal.m4: Massage package names.
11597
11598         * SCons updates.
11599
11600 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11601
11602         * VERSION (PACKAGE_NAME): release 2.5.20
11603
11604         * lily/stem.cc (calc_stem_info): add minimum Y extent of
11605         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
11606
11607         * lily/percent-repeat-engraver.cc (try_music): add measure before
11608         next_moment to future processing moment. Fixes:
11609         percent-repeat-mm-rest.ly
11610         (process_music): don't add moment for 2nd time.
11611
11612         * input/regression/repeat-percent.ly: add mmrests as extra test.
11613
11614         * lily/axis-group-engraver.cc (acknowledge_grob): read
11615         keepAliveInterfaces to decide what to kill.
11616
11617         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
11618         percent-repeat-interface to keepAliveInterfaces. This fixes
11619         percent-repeat-harakiri.
11620
11621 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11622
11623         * SCons updates.
11624
11625 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11626
11627         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
11628
11629         * aclocal.m4: remove --enable-tfm-path configure option
11630
11631         * input/test/ancient-font.ly (lowerStaff): clef name errors.
11632
11633         * scm/backend-library.scm (postscript->png): newline after
11634         finishing command.
11635
11636         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
11637         (LY_DEFINE): ly:paper-score-paper-systems: new function 
11638
11639         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
11640
11641         * lily/score.cc (default_rendering): use Music_output too.
11642
11643         * input/test/chord-names-languages.ly (Module): rename file.
11644
11645         * lily/text-spanner.cc: add bound-padding.
11646
11647         * lily/paper-book.cc (systems): accept Paper_score
11648         iso. Paper_system vector. 
11649
11650         * input/regression/line-arrows.ly: new file.
11651
11652         * lily/paper-score.cc (process): run get_paper_systems() only once.
11653
11654         * lily/line-spanner.cc (line_stencil): add arrows.
11655
11656 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
11657
11658         * lily/line-interface.cc (make_arrow): new function. 
11659         (arrows): idem.
11660
11661 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
11662
11663         * input/test/chord-names-german.ly: update for italian/french
11664         chords.
11665         
11666         * Documentation/user/instrument-notation.itely (Printing chord
11667         names): update.
11668
11669 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11670
11671         * lily/include/paper-score.hh (class Paper_score): remove unused
11672         prototypes.
11673
11674         * lily/book.cc (process): add -COUNT to midi output.
11675
11676         * lily/score.cc (book_rendering): remove outname argument
11677         (book_rendering): return list of Music_outputs. 
11678
11679         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
11680
11681         * lily/book.cc (process): loop over Music_outputs returned from
11682         Score::book_rendering().
11683
11684         * lily/*.cc (width_callback): remove spurious "unused" warnings
11685         for assert (axis==[XY]_AXIS); 
11686
11687         * lily/include/music-output.hh (class Music_output): smobify class.
11688
11689         * lily/include/paper-score.hh (class Paper_score): make members
11690         private.
11691
11692         * lily/performance.cc (process): return #f iso. #<undefined>. This
11693         prevents #<undefined> leaking into GUILE-userspace.
11694
11695 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11696
11697         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
11698
11699 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
11700
11701         * scm/chord-name.scm : support for italian and french
11702         chords names.
11703
11704         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
11705         a space defined by chordPrefixSpacer when the root name is
11706         direclty followed by a prefix.
11707
11708         * ly/engraver-init.ly : chordPrefixSpacer       
11709         * scm/define-context-properties.scm : chordPrefixSpacer
11710         * ly/property-init.ly : italianChords, frenchChords 
11711
11712 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11713
11714         * mf/feta-din.mf: Remove.
11715
11716         * mf/GNUmakefile (fontdir): Bugfix.
11717
11718         * mf/SConstruct: Some updates.
11719
11720         * SConstruct: Require pkg-config.
11721         (test_program): Bugfix for double digit version compares, use
11722         integer (not string-) compare.
11723         Optionally require gs 8.14.
11724
11725         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
11726
11727         * lily/*: s/ifdef HAVE_*/if have/.
11728
11729         * SConstruct (test_lib): New function.  Update pkg-config and some
11730         other requirements.
11731
11732         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
11733         freetype, pangof2t.
11734
11735 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11736
11737         * po/lilypond.pot, ...: Update using bison-CVS.
11738
11739         * python/lilylib.py (make_ps_images): Fixo.
11740
11741 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11742
11743         * python/lilylib.py (make_ps_images): typo.
11744
11745         * configure.in (gui_b): make bison optional.
11746
11747         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
11748
11749 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
11750
11751         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
11752         with one parameter can be defined in a LaTeX file when processed
11753         by lilypond-book this will be evaluated between the systems of
11754         a multi-system score. The parameter is the number of systems processed.
11755
11756 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11757
11758         * python/lilylib.py (make_ps_images): Escape newline.
11759
11760         * Documentation/user/music-glossary.tely: Run
11761         texinfo-all-menus-update.
11762
11763 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11764
11765         * scm/lily-library.scm (old-relative-not-used-message)
11766         (version-not-seen-message): Add input-file-name-location to message.
11767
11768         * lily/parser.yy (lilypond): Add token aliases.
11769
11770         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
11771         not confuse with alteration.
11772         (alteration): Add.
11773
11774 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11775
11776         * python/lilylib.py (make_ps_images): use -dEPSCrop
11777
11778         * VERSION (PACKAGE_NAME): release 2.5.19 
11779
11780         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
11781         only put xrefs in info documentation.
11782
11783         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
11784         .pdf rule to tex-rules.make.
11785
11786         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
11787         from -systems.* output.
11788
11789         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
11790         directly, remove -$(PAGESIZE) target.
11791
11792         * input/test/embedded-postscript.ly: update.
11793
11794 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11795
11796         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
11797
11798         * Documentation/user/changing-defaults.itely (Font selection):
11799         document font-name.
11800
11801         * input/regression/font-name.ly: show Pango fonts for
11802         font-name. Update example. 
11803
11804         * lily/pango-select.cc (properties_to_pango_description): don't
11805         convert symbol font-size to number, but use to lookup.
11806
11807         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
11808
11809         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
11810         (NAME . FILE-NAME) tuples for font descriptions. 
11811         (write-preamble): display BeginFont DSC comments.
11812
11813         * python/fontextract.py (write_extracted_fonts): new file. Extract
11814         font resources from a PS file.
11815
11816         * scripts/lilypond-book.py (option_definitions): --psfonts option.
11817         (Compile_error.process_include): do_file returns chunks.
11818
11819         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
11820
11821         * make/lysdoc-targets.make: .texi is .PRECIOUS
11822
11823         * scripts/lilypond-book.py (write_if_updated): new function.
11824
11825 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11826
11827         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
11828
11829 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11830
11831         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
11832
11833         * input/regression/markup-syntax.ly: remove \score.
11834
11835         * scm/define-markup-commands.scm (draw-circle): add fill argument
11836
11837         * scm/stencil.scm (make-circle-stencil): add fill argument
11838
11839         * ps/music-drawing-routines.ps: add fill argument.
11840
11841         * ly/performer-init.ly: add CueVoice to MIDI too.
11842
11843         * ps/music-drawing-routines.ps: new routine BeginEPSF /
11844         EndEPSF.
11845
11846         * input/regression/markup-eps.ly: new file.
11847
11848         * scm/framework-ps.scm (write-preamble): change order: vars should
11849         be inited before procedures.
11850
11851         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
11852         for EPS files.
11853
11854         * scm/define-markup-commands.scm (epsfile): add epsfile command.
11855
11856 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11857
11858         * configure.in (gui_b): add check for ghostscript 8.15
11859
11860 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11861
11862         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
11863         start of line. Fixes cresc-after-newline.ly
11864
11865         * lily/source-file.cc (file_line_column_string): use get_column().
11866
11867 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11868
11869         * lily/source-file.cc (get_column): utf-8 support for column numbers.
11870
11871 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11872
11873         * lily/*: use message () iso progress_indication () for messages.
11874         Revise/uniformise user messages.
11875
11876         * flower/warn.cc (progress_indication): New function.
11877         (message): Use it.  Fixes newline problems.
11878
11879         * config.make.in (webdir): Sort out install dirs.
11880
11881         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
11882
11883         * python/lilylib.py (command_name): Bugfix.
11884         (make_ps_images):
11885
11886 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
11887
11888         * lily/main.cc: --help says what types of backends are availabe
11889
11890 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11891
11892         Fix ./VERSION dependency, and without need to reconfigure.
11893
11894         * lily/main.cc (setup_paths): Update.
11895
11896         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
11897
11898         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
11899
11900         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
11901         Add \line for some simplistic cases.
11902
11903         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
11904
11905 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11906
11907         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
11908         to compile LY files (useful for adding eg. "-I" args)
11909         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
11910         2Gnome command for gnome backend.
11911         (LilyPond-command-formatgnome): call the 2Gnome command. key
11912         binding: C-c C-g
11913
11914 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11915
11916         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
11917         depend on all PNG images.
11918
11919 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11920
11921         * GNUmakefile.in: Bugfix: also link .map files.
11922
11923 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11924
11925         * scm/music-functions.scm (music->make-music): generate 
11926         a (make-music ...) sexpr from a music expression.
11927         (display-scheme-music): use guile pretty printer to display the
11928         make-music sexpr.
11929
11930 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11931
11932         * ly/engraver-init.ly: reindent.
11933         Add CueVoice.
11934
11935         * scm/music-functions.scm (music-pretty-string): handle moments
11936         too.
11937         (music-pretty-string): only print non-empty lists.
11938         (cue-substitute): create CueVoice context, which has smaller type.
11939
11940         * lily/moment-scheme.cc (LY_DEFINE): new methods
11941         ly:moment-grace-{numerator,denominator}
11942
11943         * lily/context-handle.cc: remove quit() method. 
11944
11945         * lily/font-config.cc (init_fontconfig): be verbose about font path.
11946         (init_fontconfig): success is 0, not !0
11947
11948 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11949
11950         * mf/feta-nummer-code.mf (code): add plus glyph.
11951
11952         * lily/tie.cc (print): idem.
11953
11954         * lily/slur.cc (print): don't use thickness property for
11955         slur shape-thickness.
11956
11957         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
11958         while adding stencils.
11959
11960         * scm/define-markup-commands.scm (with-color): with-color markup
11961         command.
11962         (whiteout): new markup command 
11963         (filled-box): new markup command
11964
11965 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11966
11967         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
11968         test for PDF docs.
11969
11970         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
11971         PFAAybabtu-Regular.  Fixes feta font in PDFs.
11972         
11973         Notes for tetex-3.0 make web:
11974            psclean.map: s/uhv8a/uhvr8a/
11975            config.ps add:
11976                 p +psfonts_t1.map
11977                 p +psclean.map
11978                 p +typeface.map
11979
11980 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11981
11982         * scm/music-functions.scm (music-pretty-string): fix bug with
11983         string argument.
11984
11985 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
11986
11987         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
11988
11989 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11990
11991         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
11992         only process options if they're there.
11993         (write_file_map): add version-seen? to snippet-map.ly
11994
11995 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
11996
11997         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
11998         formatting cleanups.
11999
12000         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
12001         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
12002
12003 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12004
12005         * scm/framework-ps.scm (ps-font-command): don't hash, just use
12006         name directly.
12007
12008         * lily/main.cc (setup_paths): either add mf/out to search path or 
12009         fonts/{otf,type1,etc}
12010         
12011         * lily/font-config.cc (init_fontconfig): either add mf/out to
12012         FontConfig or fonts/{otf,type1,etc}
12013
12014         * GNUmakefile.in: don't put mf/ link in share/ dir.
12015
12016         * lily/staff-spacing.cc: move same-direction-correction to
12017         note-spacing-interface
12018
12019         * scm/lily.scm (lilypond-main): use variable argument count for
12020         exception handler.
12021
12022         * lily/font-config.cc (init_fontconfig): add operator pacification
12023         message.
12024
12025         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
12026
12027         * buildscripts/gen-emmentaler-scripts.py (i): generate
12028         PFAEmmentaler as well.
12029
12030         * scm/framework-ps.scm (munge-lily-font-name): new function
12031         (write-preamble): hack: insert PFA equivalent of CFF into
12032         .PS. This makes LilyPond output printable on normal PS printers
12033         again.
12034
12035         * buildscripts/gen-emmentaler-scripts.py (i): generate
12036         PFAEmmentaler.pfa aswell.
12037
12038 2005-04-06  John Williams <williams@tni.com>  
12039         
12040         * scripts/lilypond-book.py: refactor the compose_ly procedure.
12041         
12042 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12043
12044         * scm/page-layout.scm (default-page-make-stencil): always combine
12045         the header stencil, even if empty. This prevents the body text to
12046         reach up to the margins.
12047
12048         * po/rw.po (Module): new file, for Kinyarwanda.
12049
12050         * input/test/spacing-optical.ly (Module): new file.
12051
12052         * lily/staff-spacing.cc: add same-direction-correction
12053
12054 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12055
12056         * Documentation/user/introduction.itely (Engraving): Comment-out
12057         non-existent file.
12058
12059 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12060
12061         * scm/define-grob-properties.scm (all-user-grob-properties): add
12062         same-direction-correction
12063
12064         * VERSION: release 2.5.18
12065
12066 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
12067
12068         * lily/grob.cc (mark_smob): Check pscore->layout_ before
12069         dereferencing.  Fixes make web.
12070
12071         * lily/midi-stream.cc: Handle unwritable midi file.  Include
12072         errno.h.
12073
12074         * Documentation/user/: Fix links.
12075
12076 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12077
12078         * lily/text-interface.cc (Module): rename from text-item.cc
12079
12080         * input/regression/apply-output.ly (texidoc): function naming fix.
12081
12082         * lily/time-signature-performer.cc (derived_mark): new function.
12083
12084         * lily/lily-parser-scheme.cc:  print mapped file name for progress
12085
12086         * scripts/lilypond-book.py (find_linestarts): new function.
12087         (find_toplevel_snippets): keep track of line numbers.
12088
12089         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
12090         all key changes.
12091
12092         * ly/declarations-init.ly (partCombineListener): use
12093         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
12094
12095         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
12096
12097 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
12098
12099         * lily/text-item.cc: Fix link.
12100
12101         * Documentation/user/changing-defaults.itely (Changing defaults):
12102         Fix programs reference links.
12103
12104         * Documentation/user/music-glossary.tely: Convert to utf-8.
12105
12106 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12107
12108         * make/lilypond-vars.make: remove TEXMF from variables.
12109         remove DEB_BUILD pk font variables.
12110         remove GUILE_LOAD_PATH
12111         remove TeX memory vars.
12112
12113 2005-04-04  Werner Lemberg  <wl@gnu.org>
12114
12115         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
12116
12117 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12118
12119         * ps/lilyponddefs.ps: remove reencode-font
12120
12121         * lily/simple-spacer.cc (add_columns): also compare
12122         directly. Column rank doesn't distinguish between broken and
12123         unbroken columns. This fixes large spaces before time sig changes.
12124
12125         * Documentation/user/point-and-click.itely: document ly:set-option.
12126
12127         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
12128         point_and_click_global is set.
12129
12130         * lily/scm-option.cc (LY_DEFINE): add point-and-click
12131         ly:set-option argument.
12132
12133 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12134
12135         * GNUmakefile.in: Include symlinks in webball.
12136
12137         * Documentation/user/GNUmakefile (source-links): Add symlinks to
12138         source dir for split and non-split manuals.
12139
12140         * Documentation/user/*y: Fix @uref/@inputfile links for
12141         split/non-split HTML documents.
12142
12143         * Documentation/user/GNUmakefile (local-WWW): Do not generate
12144         .ps.gz.
12145         
12146 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12147
12148         * GNUmakefile.in: Add newline.
12149
12150 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
12151
12152         * tex/lilyponddefs.tex: use color instead of xcolor
12153         * scm/output-tex.scm: minor editing
12154
12155 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12156
12157         * scm/music-functions.scm (display-scheme-music): pretty printer
12158         for music expressions.
12159
12160 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12161
12162         * buildscripts/install-info-html.sh (index_file): Fix link.
12163
12164 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12165
12166         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
12167
12168         * Documentation/index.html.in: Add size estimates with some big pages.
12169
12170         * Documentation/user/tutorial.itely (Running LilyPond for the
12171         first time): Add/replace some @rglos links.  TODO: add more
12172         @rglos links in tutorial, test non-intrusiveness (.css).
12173
12174         * stepmake/bin/add-html-footer.py (do_file): Remove info's
12175         annoying's indication of referencing external document.
12176
12177         * Documentation/user/GNUmakefile: Split version of glossary too.
12178         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
12179         links, not only for html.
12180
12181         * Documentation/user/introduction.itely: Fix some links for other
12182         than html, do not use `here' as link name.
12183
12184 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12185
12186         * scm/documentation-generate.scm (string-append): Fix @usermanref,
12187         @glossaryref.
12188
12189 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12190
12191         * scm/page-layout.scm (default-page-make-stencil): only add header
12192         if existing and not empty. Fixes spurious programming error.
12193
12194         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
12195
12196 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
12197
12198         * scm/output-tex.scm: implement {re,}setcolor
12199         * tex/lilyponddefs.tex: use color package
12200
12201 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12202
12203         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
12204         additions to website.
12205
12206         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
12207
12208         * Documentation/user/macros.itexi: Fix @usermanref html links in
12209         split documents: use @inforef.
12210
12211 2005-03-30  Graham Percival  <gperlist@shaw.ca>
12212
12213         * Documentation/user/programming-interface.itely: minor fix.
12214
12215         * Documentation/user/advanced-notation.itely: added info to
12216         Metronome markings.
12217
12218 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12219
12220         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
12221         use box-stencil.  Remove y-padding argument.
12222         (make-stencil-circler): New function.
12223
12224         * buildscripts/lilypond-words.py (F): 
12225         * elisp/SConscript (a): 
12226         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
12227         * vim/SConscript (a): 
12228         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
12229
12230         * lily/general-scheme.cc: Build fix.
12231
12232         * scm/markup.scm:
12233         * input/regression/markup-scheme.ly: 
12234         * input/regression/markup-syntax.ly: Drop 'new-' from name.
12235
12236         * scm/stencil.scm (make-circle-stencil): New function.
12237
12238         * scm/define-markup-commands.scm (draw-circle): Use it.  New
12239         name (was cicle).  Update callers.
12240         (circle): New markup command, similar to box.
12241
12242         * scm/stencil.scm (circle-stencil): New function.
12243
12244 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
12245
12246         * configure.in: Detect libutf8/wchar.h variant.
12247
12248         * stepmake/aclocal.m4: Modify shared size test.
12249
12250 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12251
12252         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
12253
12254 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12255
12256         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
12257         
12258         * VERSION (PACKAGE_NAME):  release 2.5.17
12259
12260 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12261
12262         * scm/backend-library.scm (postscript->png): Fix comment and png
12263         message.
12264
12265         * GNUmakefile.in (link-tree): Fix locales.
12266
12267 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12268
12269         * lily/stencil-scheme.cc (LY_DEFINE): change to
12270         ly:stencil-aligned-to, non mutating.
12271
12272         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
12273
12274         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
12275
12276         * lily/quote-iterator.cc (derived_mark): call
12277         Music_wrapper_iterator::derived_mark() too.
12278
12279         * lily/grace-engraver.cc (derived_mark): change signature, add
12280         const.
12281
12282 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12283
12284         * SConstruct (symlink): 
12285         * GNUmakefile.in (link-tree): Add scripts to prefix.
12286
12287         * lily/general-scheme.cc (ly:effective-prefix): New function.
12288
12289         * scm/backend-library.scm (postscript->png): Use it.
12290
12291 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12292
12293         * lily/paper-score.cc (process): don't delete grobs after
12294         producing stencils. 
12295
12296         * scm/part-combiner.scm (determine-split-list): switch off
12297         debugging info.
12298
12299         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
12300         if available.
12301
12302         * scm/define-context-properties.scm
12303         (all-user-translation-properties): add stringNumberOrientations.
12304
12305         * lily/new-fingering-engraver.cc (position_scripts): make generic,
12306         so fingering and string-numbers are separately controlled.
12307
12308 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12309
12310         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
12311         not use debugging.
12312
12313 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12314
12315         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
12316
12317         * config.hh.in: add HAVE_FONTCONFIG.
12318
12319         * Documentation/user/instrument-notation.itely (String number
12320         indications): new node.
12321
12322         * input/regression/new-markup-syntax.ly (texidoc): add circle.
12323
12324         * lily/new-fingering-engraver.cc (add_string): new function. 
12325         (acknowledge_grob): accept string-number-event as well.
12326
12327         * scm/define-markup-commands.scm (circle): new markup command.
12328
12329         * scm/output-lib.scm (print-circled-text-callback): new function.
12330
12331         * lily/GNUmakefile: move ifeq after include stepmake.make.
12332
12333 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12334
12335         * config.make.in (HAVE_LIBKPATHSEA_SO):
12336         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
12337
12338         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
12339         add KPATHSEA_LIBS.
12340
12341         * debian/watch: 
12342         * debian/control: Update.
12343
12344 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12345
12346         * input/test/title-markup.ly (spaceTest): remove.
12347
12348         * input/test/embedded-tex.ly (Module): remove.
12349
12350         * input/test/music-box.ly: use 'name property, not ly:music-name.
12351
12352         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
12353
12354         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
12355
12356 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12357
12358         * Documentation/topdocs/INSTALL.texi (Top): Remove information
12359         about xdeltas.  Add information about CVS.
12360
12361         * scm/lily.scm (lilypond-main): Fix invocation of handler,
12362         gracefully handle failed files.
12363
12364         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
12365
12366         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
12367         small fixes.
12368
12369         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
12370         No unnecessarily specific i18n messages.  Remove stray `1'.
12371
12372 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12373
12374         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
12375         documentencoding
12376
12377         * scm/documentation-lib.scm (texi-file-head): set utf-8
12378         documentencoding.
12379
12380         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
12381         Delta, not the Symbol one. 
12382
12383         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
12384         for the .map file.
12385
12386         * Documentation/topdocs/INSTALL.texi (Top): add running
12387         requirement as compilation requirement.
12388
12389 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12390
12391         * buildscripts/mutopia-index.py (headertext): add h1 header and
12392         utf-8 charset meta field.
12393
12394         * input/GNUmakefile: prune example list.
12395
12396         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
12397         options.
12398
12399         * lily/slur-scoring.cc (get_base_attachments): only look at stem
12400         extent for visible stems.
12401
12402         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
12403
12404 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12405
12406         * Documentation/topdocs/INSTALL.texi (Top): Updates.
12407
12408         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
12409
12410 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12411
12412         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
12413         pass inf/nan into slur scoring.
12414
12415         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
12416         page.
12417
12418         * scripts/abc2ly.py (dump_voices): use alphabet().
12419
12420 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
12421         
12422         * mf/GNUmakefile (depth): use $(FONTFORGE). 
12423
12424 2005-03-27 Matthias Neeracher <neeracher@mac.com>
12425         
12426         * flower/include/virtual-methods.hh: simplify. Patch by
12427
12428 2005-03-25  John Williams <williams@tni.com>  
12429
12430         * scripts/lilypond-book.py (main): add png for HTML too, guess
12431         only if necessary. 
12432
12433 2005-03-25  Graham Percival  <gperlist@shaw.ca>
12434
12435         * Documentation/topdocs/INSTALL.texi: now recommends
12436         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
12437
12438         * Documentation/user/basic-notation.itely,
12439         Documentation/user/tutoria.itely: warn about
12440         only one (phrasing) slur at once.
12441
12442 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
12443
12444         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
12445
12446 2005-03-23  Graham Percival  <gperlist@shaw.ca>
12447
12448         * Documentation/user/basic-notation.itely: fixed info about
12449         ending a (de)cresc.
12450
12451         * Documentation/user/lilypond-book.itely: fixed
12452         lilypond-book filter example and warned about not doing
12453         --filter and --process at the same time.
12454
12455 2005-03-23  Mats Bengtsson  <mabe@s3.kth.se>
12456
12457         * lily/parser.yy (bass_number),
12458         Documentation/user/instrument-notation.itely (Figured bass): 
12459         Add the possibility to use text markup in figured bass. 
12460
12461 2005-03-19  Graham Percival  <gperlist@shaw.ca>
12462
12463         * Documentation/user/global.itely: added info about naming
12464         identifiers and breakbefore.
12465
12466         * Documentation/user/invoking.itely: added info about batch
12467         processing files with convert-ly, removed references to TeX
12468         in the jail section.
12469
12470         * Documentation/user/examples.itely: possibly fixed piano
12471         dynamics.
12472
12473         * Documentation/user/advanced-notation.itely: added info
12474         about removing other types of Staff.
12475
12476         * Documentation/user/instrument-notation.itely: possibly
12477         fixed piano staff line switch.
12478
12479         * Documentation/user/changing-defaults.itely: added info
12480         about using normal font in titles.
12481
12482 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12483
12484         * VERSION (PATCH_LEVEL): release 2.5.16
12485
12486         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
12487         explicitly.
12488
12489 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12490
12491         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
12492         whitespace.
12493
12494         * python/lilylib.py (make_ps_images):
12495         * scm/backend-library.scm (postscript->pdf, postscript->png):
12496         Quote file name.  Use format rather than string-append juggling.
12497
12498 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12499
12500         * python/lilylib.py (make_ps_images): add x to -g argument. 
12501
12502         * lily/key-performer.cc (create_audio_elements): don't use
12503         scm_eval_string. Check for minor 3rd directly.
12504   
12505         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
12506         (sarabandeCelloGlobal): key is D minor, not F major.
12507
12508 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12509
12510         Fix truncated --png output (Peter Danenberg).
12511         
12512         * python/lilylib.py (make_ps_images):
12513         * scripts/ps2png.py (copyright): Grok --papersize option.
12514
12515         * scm/backend-library.scm (postscript->png): Add parameter
12516         PAPERSIZE.  Update callers.
12517
12518         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
12519         Fixes symbol placement.
12520
12521         * lily/spanner.cc: 
12522         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
12523         <libc-extension.hh>).
12524
12525 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12526
12527         * Nitpick run.
12528
12529         * buildscripts/fixcc.py: Update.
12530
12531         Builddir run fixes.
12532
12533         * HACKING (datadir): Add VERSION.
12534
12535         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
12536         higher up.
12537
12538 2005-03-15  Werner Lemberg  <wl@gnu.org>
12539
12540         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
12541         diagonal stem doesn't become thinner.
12542
12543 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
12544
12545         * buildscripts/fixcc.py: Fixes (Werner).
12546
12547 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12548
12549         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
12550         Emmentaler/Aybabtu.
12551
12552         * GNUmakefile.in: fix lilypond-words path.
12553
12554         * po/tr.po: update to 2.3.21
12555
12556         * lily/new-fingering-engraver.cc (position_scripts): take priority
12557         from head position.
12558
12559         * input/regression/finger-chords-order.ly (texidoc): new file.
12560
12561 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12562
12563         * make/ly-rules.make: 
12564         * stepmake/aclocal.m4: 
12565         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
12566
12567         * buildscripts/fixcc.py (rules): Leave space after operator.
12568
12569 2005-03-14  Werner Lemberg  <wl@gnu.org>
12570
12571         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
12572         top of the glyph with smooth curve.
12573
12574 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12575
12576         * Documentation/user/global.itely (Page layout): remove
12577         printpagenumber.
12578
12579 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
12580
12581         * input/regression/mensural-ligatures.ly: new file (with examples
12582         compiled by Pal Benko).
12583
12584         * Documentation/user/instrument-notation.itely: Bugfix: yet some
12585         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
12586         musicglyph access.  Many small beautifications in ancient
12587         examples.
12588
12589         * input/test/divisiones.ly: fixed indentation; small
12590         beautifications
12591
12592         * ly/engraver-init.ly: added FIXME comment
12593
12594         * scripts/lilypond-book.py,
12595         Documentation/user/lilypond-book.itely: added music fragment
12596         option "packed" to lilypond-book
12597
12598         * Documentation/user/instrument-notation.itely: Bugfix: added
12599         missing LedgerLineSpanner color setting in several places.  Added
12600         music fragment option "packed" to VaticanaContext example.
12601
12602 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12603
12604         * scm/define-grobs.scm (all-grob-descriptions): switch off
12605         Hyphen_spanner::set_spacing_rods 
12606
12607         * lily/lyric-hyphen.cc (print): add padding between syllable and
12608         hyphen.
12609         (print): shorten hyphen in tight situations (determine using
12610         minimum-length)
12611
12612         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
12613         0.4pt.
12614
12615 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12616
12617         * ly/titling-init.ly (bookTitleMarkup): Refinements.
12618
12619         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
12620         header/footer markings for regression-test.
12621
12622         * scm/backend-library.scm (output-scopes, header-to-file): Move
12623         from framework-tex.scm.
12624
12625         * scm/framework-ps.scm (output-framework)
12626         (output-preview-framework):
12627         * scm/framework-eps.scm (output-classic-framework)
12628         (output-framework): Use it.  Fixes collated files.
12629
12630 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12631
12632         * input/sakura-sakura.ly: 
12633         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
12634
12635         * buildscripts/guile-gnome.sh: Update.
12636
12637         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
12638
12639         * mf/aybabtu.pe.in: Capitalize Aybabtu.
12640
12641 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12642
12643         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
12644         culprit: always exit the loop if we find a rod, even if it has
12645         distance < 0. 
12646
12647         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
12648         algorithm.
12649
12650         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
12651         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
12652
12653         * scm/output-svg.scm (dashed-line): new  function body.
12654         
12655         * GNUmakefile.in: create .htaccess.
12656
12657 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12658
12659         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
12660
12661 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12662
12663         * VERSION (PACKAGE_NAME): release 2.5.15
12664
12665         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
12666
12667         * scm/framework-svg.scm (output-framework): put scaling in
12668         document header. Apply scaling only once.
12669         (output-framework): dump page size in px, not mm. 
12670
12671         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
12672         from font-size.
12673
12674         * lily/paper-outputter-scheme.cc (LY_DEFINE):
12675         ly:outputter-output-scheme, new function.
12676
12677         * scm/output-svg.scm (pango-description-to-svg-font): new function
12678
12679 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12680
12681         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
12682         target.
12683
12684         * input/typography-demo.ly: new file.
12685
12686 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12687
12688         * Documentation/user/global.itely (File structure): Add markup blocks
12689         to toplevel expressions.
12690         (Multiple movements, Creating titles): Add markup blocks.
12691
12692         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
12693         <libc-extension.hh>).
12694
12695         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
12696
12697         * flower
12698         * lily
12699         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
12700
12701 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12702
12703         * lily/accidental.cc: special bboxes for natural. 
12704
12705         * mf/feta-toevallig.mf: make stems heavier.
12706
12707         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
12708         texts as well.
12709
12710         * mf/feta-klef.mf: revise. 
12711
12712         * mf/feta-schrift.mf: make thinning of accent less pronounced.
12713
12714         * mf/feta-klef.mf: add rounded curve at top. 
12715         make thinnib a little heavier.
12716
12717 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12718
12719         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
12720
12721         * buildscripts/fixcc.py: New file.
12722
12723         * input/regression/utf8.ly: Update Debian font description.
12724
12725 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12726
12727         * stepmake/aclocal.m4: Fix test.
12728
12729 2005-03-09  Graham Percival  <gperlist@shaw.ca>
12730
12731         * Documentation/user/invoking.itely: added Sebastino Vigna's
12732         docs for the --jail option.
12733
12734 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12735
12736         * lily/stem.cc (print): only produce stemlets if there are no
12737         noteheads on this stem.
12738
12739         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
12740         don't crash on stemlet (visible stem without heads).
12741
12742         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
12743         unbroken situations. 
12744
12745         * scm/output-lib.scm (center-invisible): new function.
12746
12747         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
12748         wishes to determine loose column space.
12749
12750         * lily/font-config.cc (init_fontconfig): add
12751         fonts/{otf,type1,cff}  to path.
12752
12753         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
12754
12755         * mf/GNUmakefile (Module): install all fonts under otf/
12756
12757         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
12758         replace /fonts/otf/ by /ps/ 
12759
12760         
12761 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12762
12763         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
12764
12765         * lily/book.cc (process): Oops, add score_.header_.
12766
12767         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
12768
12769         * lily/parser.yy: Handle toplevel and book texts as score.
12770
12771         * scm/page-layout.scm (default-page-make-stencil):
12772         Bugfix: (page-properties rename.
12773
12774         * scm/backend-library.scm (ly:system): Typo.
12775
12776 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12777
12778         * stepmake/stepmake/executable-targets.make (installexe): don't
12779         strip installed executables
12780
12781         * lily/font-select.cc (get_font_by_design_size): revert
12782         pango_description_string as well.
12783
12784         * lily/system.cc (set_loose_columns): put loose column just left
12785         of next column.
12786
12787         * lily/include/group-interface.hh (extract_grob_array): rename
12788         from Pointer_group_interface__extract_grobs
12789
12790         * input/regression/ledger-line-minimum.ly (texidoc): new file.
12791
12792         * lily/ledger-line-spanner.cc (set_spacing_rods): new
12793         function. Keep ledgered note heads at a minimum distance.
12794         Introduce minimum-length-fraction
12795         (print): introduce length-fraction property.
12796
12797 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12798
12799         * tex/GNUmakefile: remove latin1.enc rules.
12800
12801 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12802
12803         * scm/titling.scm: Typo.
12804
12805         * input/regression/score-text.ly: Really add.
12806
12807         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
12808
12809 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12810
12811         * lily/open-type-font-scheme.cc:  new file.
12812
12813 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12814
12815         * scm/titling.scm (layout-extract-page-properties): Rename from
12816         page-properties.  Update callers.
12817
12818         * lily/lexer.ll (Lily_lexer):
12819         * lily/parser.yy: Junk lyric_markup state.
12820
12821         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
12822
12823         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
12824         Add texts parameter.
12825
12826 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12827
12828         * lily/lexer.ll (lyric_markup): New mode.
12829         (Lily_lexer::push_lyric_markup_state): New method.
12830         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
12831
12832         * lily/parser.yy (book_body):
12833         (toplevel_expression): Grok \markup texts.
12834
12835         * lily/score-scheme.cc (ly:music-scorify): 
12836         * scm/lily-library.scm (collect-music-for-book): Take texts
12837         parameter.
12838
12839         * lily/score.cc (texts_): New member.
12840
12841         * lily/paper-book.cc (systems): Format score texts.
12842
12843         * score-text.ly: New file.
12844
12845         * ttftool/SConscript:
12846         * kpath-guile/SConscript: New file.
12847
12848         * lily/SConscript:
12849         * SConstruct: Update.
12850
12851 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12852
12853         * VERSION (PACKAGE_NAME): release 2.5.14
12854
12855 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12856
12857         * lily/main.cc: Add dummy xgettext markers.
12858
12859 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12860
12861         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
12862         requirements
12863
12864         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
12865         executable is < 40k
12866
12867         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
12868         hack.
12869
12870 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12871
12872         * flower/libc-extension.cc:
12873         * flower/include/libc-extension.hh: [Open]BSD simply cast
12874         cookie/funopen declarations.
12875
12876         * stepmake/aclocal.m4: Check for libkpathsea.so.
12877
12878         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
12879         dl_kpse_find_file.
12880
12881 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12882
12883         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
12884         (open_library): alternative for static library.
12885
12886 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12887
12888         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
12889
12890         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
12891
12892         Drop run-time dependency on teTeX.
12893
12894         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
12895
12896         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
12897         KPATHSEA_LIBS in LIBS.
12898         (STEPMAKE_DLOPEN): New function.
12899
12900         * lily/font-config.cc (init_fontconfig): Use dir for directory,
12901         not path.
12902
12903         * flower/file-path.cc (directories): Rename from paths, as this
12904         return an array of directories (a single path).
12905
12906 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12907
12908         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
12909
12910         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
12911         new ly:kpathsea-find-file
12912
12913         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
12914
12915         * kpath-guile/GNUmakefile: new file
12916
12917         * buildscripts/gen-emmentaler-scripts.py (i): generate
12918         emmentaler-X.fontname as well.
12919
12920         * buildscripts/ps-embed-cff.py: new script
12921
12922         * scm/lily-library.scm: remove ps-embed-cff.
12923
12924         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
12925         font loading. 
12926
12927         * scm/font.scm (add-music-fonts): load dynamics/numbers through
12928         fontconfig as well.
12929
12930         * lily/font-config.cc (init_fontconfig): add cff/ too.
12931
12932         * ly/generate-embedded-cff.ly: capitalize.
12933
12934         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
12935         so as to register the pango font.
12936
12937         * lily/font-config.cc (init_fontconfig): add
12938         prefix/{otf,type1,mf/out} to fontconfig path.
12939
12940         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
12941         overrides all. 
12942
12943         * configure.in (gui_b): remove ec mftrace check
12944
12945         * config.hh.in: use lilypond-Major.Minor as data directory.
12946
12947         * scm/framework-ps.scm (dump-page): use output-units for landscape.
12948
12949         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
12950         name.
12951
12952 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12953
12954         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
12955         error messages.
12956
12957         * flower/libc-extension.cc:
12958         * flower/include/libc-extension.hh: [Open]BSD fixes for
12959         cookie/funopen declarations.
12960
12961 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12962
12963         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
12964         emmentaler.
12965
12966         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
12967         lcrm10.
12968
12969         * scm/define-markup-commands.scm (fontsize): new markup
12970         command. Also set baseline-skip
12971
12972 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
12973         
12974         * lily/main.cc (do_chroot_jail): paranoia security for webserver
12975         use.
12976
12977 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12978
12979         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
12980
12981         * lily/pdf.cc: remove PDF related files
12982
12983 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12984
12985         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
12986         <hamamatsu@gmx.de>
12987
12988 2005-03-05  Graham Percival  <gperlist@shaw.ca>
12989
12990         * Documentation/user/advanced-notation.itely: first draft
12991         of reorg done.
12992
12993         * Documentation/user/global.itely: fixed (sub)section
12994         bits of MIDI.
12995
12996 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12997
12998         * cygwin/mknetrel (extras): Bufix (Bertalan).
12999
13000         * Documentation/user/basic-notation.itely (Chords): @ref fix.
13001         * Documentation/user/instrument-notation.itely (Introducing chord
13002         names): Compile fix: must have unique name.
13003
13004 2005-03-02  Graham Percival  <gperlist@shaw.ca>
13005
13006         * Documentation/user/instrument-notation.itely: reorg.
13007
13008 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
13009
13010         * scm/output-gnome.scm:
13011         * scm/output-svg.scm: Fix font scaling.
13012
13013 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13014
13015         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
13016         what link to use best.
13017
13018         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
13019         * Documentation/user/tutorial.itely (Automatic and manual beams):
13020         Fix @ref.
13021
13022         * lily/tweak-registration.cc (replace_grob_tweak): New function.
13023         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
13024         * scm/framework-gnome.scm (tweak): Use it.
13025
13026 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13027
13028         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
13029
13030         * scm/output-ps.scm (white-text): reinstate white-text
13031
13032 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13033
13034         * scm/output-ps.scm (offset-add): Remove.
13035
13036         * scm/lily-library.scm (offset-flip-y): New function.
13037         * scm/framework-gnome.scm (tweak): Use it.
13038
13039         * scm/output-gnome.scm (grob-cause): Add parameter.
13040
13041         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
13042         * scm/output-ps.scm (url-link): Move.
13043         (white-text): Warn user about brokenness.
13044
13045         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
13046         wrt ghostscript.
13047
13048 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13049
13050         * lily/slash-repeat-engraver.cc (try_music): always make slashes
13051         if body length smaller than measure length.
13052
13053         * scm/define-markup-commands.scm (with-url): oops. use Y extent
13054         for Y.
13055
13056         * ly/titling-init.ly (tagline): put default tagline in \paper
13057
13058 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13059
13060         * lily/kpath.cc: 
13061         * lily/pdf.cc (Pdf_file): Use more generic error messages.
13062
13063         * scm/lily-library.scm (version-not-seen-message): New function.
13064         * ly/init.ly: Use it.
13065
13066         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
13067         breaks as progess.
13068
13069         * scripts/lilypond-book.py (do_process_cmd): Do not lump
13070         whitespace with l10n message.
13071
13072         * scm/framework-tex.scm (convert-to-ps):
13073         (convert-to-dvi): Do not use overly specific l10n messages.
13074
13075         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
13076
13077         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
13078         merge stderr with stdout.  
13079
13080 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13081
13082         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
13083         Neeracher).
13084
13085 2005-02-29  Graham Percival  <gperlist@shaw.ca>
13086
13087         * Documentation/user/instrument-notation.teily: moved
13088         \arpeggio to Basic.
13089
13090         * Documentation/user/advanced-notation.itely: Articulation to
13091         Basic, a bunch of stuff from Basic moved to Advanced.
13092
13093         * Documentation/user/basic.itely: swapped various sections,
13094         reorganized Basic.
13095
13096 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13097
13098         * flower/memory-stream.cc: 
13099         * flower/libc-extension.cc: Remove obsolete #undefs.
13100
13101         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
13102         more carefully.
13103
13104 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13105
13106         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
13107         dependency.
13108
13109         * VERSION (PACKAGE_NAME): release 2.5.13
13110
13111         * GNUmakefile.in (web-ext): don't ship ps.gz
13112
13113         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
13114         stdout
13115
13116 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13117
13118         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
13119         without libintl.  Now it compiles too.
13120
13121 2005-02-28  Graham Percival  <gperlist@shaw.ca>
13122
13123         * Documentation/user/basic-notation.itely,
13124         instument-notation.itely, advanced-notation.itely:
13125         split up contents of notation.itely.
13126
13127         * Documentation/user/notation.itely: file removed.
13128
13129         * Documentation/user/invoking.itely, converters.itely:
13130         moved convert-ly info to invoking.itely.
13131
13132         * Documentation/user/global.itely, changing-defaults.itely,
13133         sound-output.itexi: moved global settings, file layout, and
13134         sound into global.itely.
13135
13136         * Documentation/user/sound-output.itexi: file removed.
13137
13138         * Documentation/user/lilypond.tely: removed links to
13139         notation.itely and sound.itely.
13140
13141 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13142
13143         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
13144
13145         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
13146  
13147         * THANKS: add sponsor.
13148
13149         * scm/define-markup-commands.scm (with-url): new markup command.
13150
13151         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
13152         tagline.
13153         
13154         * scm/output-tex.scm (url-link): stub.
13155
13156         * scm/output-ps.scm (url-link): new function.
13157
13158         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
13159         ly:set-point-and-click
13160
13161 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13162
13163         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
13164         based on pdf-viewer setting.
13165
13166         * scm/framework-ps.scm (write-preamble): Find and set preferred
13167         pdf-viewer.
13168
13169 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13170
13171         * Documentation/user/point-and-click.itely: update for PDF point &
13172         click.
13173
13174         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
13175         editors based on EDITOR setting.
13176
13177 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13178
13179         * scm/*: Oops, more grand 2005 replace bits.
13180
13181 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13182
13183         * ps/music-drawing-routines.ps: new routine: insert PDF mark
13184
13185         * scm/output-ps.scm (grob-cause): point & click support for
13186         PostScript
13187
13188 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13189
13190         * lily/input-scheme.cc (LY_DEFINE): rename to
13191         ly:input-file-line-column
13192
13193 2005-02-26  Graham Percival  <gperlist@shaw.ca>
13194
13195         * Documentation/user/examples.itely: small fix from Steve Doonan.
13196
13197         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
13198
13199         * THANKS: added Yuval Harel.
13200
13201         * Documentation/user/{various}: inserted two spaces after a period.
13202
13203         * Documentation/user/lilypond.tely: added framework for reorg.
13204
13205         * Documentation/user/basic-notation.itely, instrument-notation.itely,
13206         advanced-notation.itely, global.itely: new files, placeholder for
13207         future reorg.
13208
13209 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
13210
13211         * Documentation/user/notation.itely: revamped Polyphony section
13212         
13213 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13214
13215         * Documentation/user/lilypond-book.itely (Music fragment options):
13216         doc fontload.
13217
13218         * Documentation/user/changing-defaults.itely (Text encoding): add
13219         fontload option to utf8 include
13220
13221         * scripts/lilypond-book.py (compose_ly): add fontload option
13222
13223         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
13224         force-eps-font-include option.
13225
13226         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
13227         black triangle
13228
13229         * Documentation/user/invoking.itely (Editor support): remove
13230         lilypond-latex section.
13231
13232         * scripts/lilypond-latex.py (Module): remove script.
13233
13234         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
13235         overwrite .log. 
13236
13237         * lily/main.cc: remove -m, --no-layout
13238
13239         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
13240         to define. We don't want to override fprintf everywhere.
13241
13242 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
13243
13244         * cygwin/lilypond.hint: 
13245         * cygwin/README.in: Update dependencies.
13246
13247         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
13248         Bugfix: do not pollute CPPFLAGS, LIBS.
13249
13250         * cygwin/mknetrel (extras): Cross compile fixes.
13251
13252         * ttftool/util.c: 
13253         * ttftool/ttfps.c: 
13254         * ttftool/ps.c: #include libc-extension.hh
13255
13256         * flower/include/libc-extension.hh:
13257         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
13258         wrapper using funopen.
13259         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
13260         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
13261
13262         * config.hh.in:
13263         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
13264         (AC_CHECK_HEADERS): Add libio.h
13265
13266         * scripts/convert-ly.py: Uniformize, internationalize.
13267         (2.5.2): Remove fatal encoding rule.
13268         (2.5.13): Handle latin1 encoding gracefully.
13269
13270 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
13271
13272         * HACKING: Fix line breaks.
13273
13274 2005-02-23  Werner Lemberg  <wl@gnu.org>
13275
13276         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
13277         contains those two files.
13278
13279 2005-02-21  Werner Lemberg  <wl@gnu.org>
13280
13281         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
13282         to improve overlap removal process.
13283
13284         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
13285         left and right ending.  This ensures better overlapping.
13286         Update all callers.
13287         ("lineprall"): Don't use draw_gridline to get better overlapping.
13288
13289 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13290
13291         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
13292
13293         * Documentation/topdocs/NEWS.tely (Top): oops.
13294
13295 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
13296
13297         * HACKING: new file.
13298
13299         * input/regression/utf8.ly (portuguese): added a portuguese example
13300         to show latin1 accents.
13301
13302 2005-02-21  Pal Benko  <benkop@freestart.hu>
13303
13304         * lily/mensural-ligature-engraver.cc:
13305         * lily/mensural-ligature.cc:
13306         * lily/include/mensural-ligature.hh: new algorithm implemented
13307
13308         * scm/define-grob-properties.scm: join-left killed (add-join may
13309         be used); join-left-amount changed to join-right-amount
13310
13311 2005-02-21  Graham Percival  <gperlist@shaw.ca>
13312
13313         * Documentation/user/notation.itely: small but urgent fix.
13314
13315 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
13316
13317         * lily/duration-scheme.cc: bugfix: correct parameters to
13318         SCM_ASSERT_TYPE.
13319
13320         * THANKS: added Pal.
13321
13322         * Documentation/user/notation.itely: bugfix: unTeXified
13323         $\\backslash$.  Bugfix: yet another glyph renaming victim:
13324         "timesig.*x/y" -> "timesig.*xy".
13325
13326 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13327         
13328         * VERSION (PACKAGE_NAME): release 2.5.12
13329
13330 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13331
13332         * ly/engraver-init.ly: set tieWaitForNote to #t by default
13333
13334         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
13335
13336         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
13337
13338         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
13339
13340 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
13341
13342         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
13343         latin1..utf-8.
13344
13345         * input/regression/stanza-number.ly:
13346         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
13347
13348         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
13349
13350 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13351
13352         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
13353         NEWS. Refer to website for older news.  
13354
13355         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
13356         .HTML. This should be done for specific servers only.
13357
13358         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
13359         .ly image examples.
13360
13361         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
13362         in layer 0 too.
13363
13364         * scm/define-context-properties.scm
13365         (all-user-translation-properties): add tieWaitForNote
13366
13367         * scm/define-grobs.scm (all-grob-descriptions): add
13368         Tie_column::before_line_breaking
13369
13370         * lily/tie.cc (get_column_rank): new function
13371
13372         * lily/tie-column.cc (before_line_breaking): new function.
13373         (werner_directions): take into account ties that start on
13374         different columns.  
13375
13376         * lily/score-engraver.cc (set_columns): move add_column() so we
13377         have column rank available.
13378
13379         * lily/tie.cc (get_column_rank): new function.
13380
13381         * input/regression/utf8.ly (japanese): add japanese lyrics.
13382
13383         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
13384
13385         * THANKS: add Steve D
13386
13387         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
13388         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
13389
13390 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
13391
13392         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
13393         to show harmonic notes
13394         * scm/define-markup-commands.scm: in \markup-by-number
13395         "dots-dot" -> "dots.dot" to show dotted notes
13396
13397 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13398
13399         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
13400
13401         * flower/memory-stream.cc (writer): new file.
13402
13403         * configure.in: add endian test.
13404
13405 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
13406
13407         * Documentation/user/examples.itely: small
13408         simplification/beautification
13409
13410         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
13411         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
13412         notation manual.
13413
13414         * lily/mensural-ligature.cc: bugfix: another few victims of the
13415         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
13416
13417         * ly/gregorian-init.ly: commit some experimental code for hi-level
13418         ligature input language lying around here for several months.
13419
13420         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
13421         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
13422
13423         * lily/vaticana-ligature-engraver.cc: bugfix: another few
13424         "x-y-z"->"x.y.s-z" fixes.
13425
13426 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13427
13428         * scm/framework-pdf.scm (scm): new file
13429
13430         * lily/include/pdf.hh (class Pdf_file): new file.
13431
13432         * lily/pdf.cc (write_trailer): new file.
13433
13434 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
13435
13436         * input/regression/color.ly: new file
13437
13438         * lily/stencil.cc (interpret_stencil_expression):
13439         when a color expression is encountered: save current color,
13440         process the rest of the expression, and restore previous color.
13441
13442         * lily/system.cc (get_line): check all grobs for color property and
13443         prepare the stencil scheme expressions for further processing.
13444         Fix layer-loop.
13445
13446         * scm/define-grob-properties.scm: introduce the color property.
13447
13448         * scm/output-lib.scm: color helper functions.
13449
13450         * scm/output-ps.scm: introduce setcolor/resetcolor.
13451
13452 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
13453
13454         * ly/*.ly, input/regression/*.ly: Added missing \version
13455         statements in some files.
13456
13457 2005-02-15  Graham Percival  <gperlist@shaw.ca>
13458
13459         * Documentation/user/notation.itely: minor editing.
13460
13461         * Documentation/user/converters.itely: updated convert-ly bugs.
13462
13463         * Documentation/user/lilypond-book.itely: add info about using
13464         feta characters in latex.
13465
13466 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13467
13468         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
13469
13470 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13471
13472         * scm/define-grob-properties.scm (all-user-grob-properties):
13473         removed 'dashed property.
13474
13475 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13476
13477         * scm/lily.scm (define-safe-public): new macro for defining
13478         variables that can be used in --safe mode. Use it in *.scm
13479         instead of manually setting safe-objects in safe-lily.scm.
13480
13481 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13482         
13483         * lily/slur.cc: Slur-dash patch by Bertalan.
13484
13485         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
13486
13487         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
13488
13489 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13490
13491         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
13492
13493 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13494
13495         * mf/GNUmakefile: teTeX-3.0 install fix.
13496
13497         * Cygwin patch from Bertalan.
13498
13499         * stepmake/stepmake/metafont-rules.make: Remove bashism.
13500
13501 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13502
13503         * GNUmakefile.in: 
13504         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
13505
13506         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
13507         2.0.x compatibility.
13508
13509 2005-02-08  Werner Lemberg  <wl@gnu.org>
13510
13511         * mf/feta-din-code.mf: Format; clean up code.
13512         Replace `---' with `--' plus explicit path directions.
13513         (linethickness#, stafflinethickness#): Remove.
13514         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
13515         ("dynamic s"): Improve shape.
13516         ("dynamic p"): Improve shape.
13517         Replace `draw' with better outline approximation.
13518         ("dynamic r"): Improve shape.
13519         Don't call `fill' and `draw' at the same time.
13520
13521 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13522
13523         * SConstruct (symlink):
13524         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
13525         build fix: add enc symlink.
13526
13527         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
13528
13529         Support for DESTDIR besides prefix=/foo
13530
13531         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
13532
13533         * stepmake/stepmake/*.make:
13534         * */GNUmakefile:
13535         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
13536
13537         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
13538
13539         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
13540         mawk in fontforge (date) test.
13541
13542 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13543
13544         * scm/font.scm (make-century-schoolbook-tree): add NCS as
13545         font-family=roman. Add Luxi Sans as sans
13546
13547 2005-02-07  Graham Percival  <gperlist@shaw.ca>
13548
13549         * Documentation/user/notation.itely: add warning about
13550         percent repeats and Voice contexts.
13551
13552         * Documentation/user/lilypond-book.itely: clarified the
13553         necessity of dvips -u arguments.
13554
13555 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
13556
13557         * THANKS: Added a bunch of bug hunters.
13558
13559 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13560
13561         * scm/framework-ps.scm (output-preview-framework): bugfix.
13562
13563         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
13564         o/ for chord modifier..
13565
13566         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
13567
13568         * lily/drum-note-performer.cc:  remove unused (thanks Michael
13569         Welsh Duggan). 
13570
13571 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13572
13573         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
13574
13575         * ly/titling-init.ly: Do not also print intstrument in header on
13576         first page.  Do not print page number on first and only page.
13577
13578 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13579
13580         * input/regression/*.ly: remove old-relative everywhere
13581
13582         * lily/music-sequence.cc (simultaneous_relative_callback): do
13583         what-if analysis on copy, not on original. Fixes old-relative
13584         compatibility.
13585
13586         * scm/backend-library.scm (postscript->png): space before
13587         --verbose.
13588         
13589 2005-02-05  Werner Lemberg  <wl@gnu.org>
13590
13591         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
13592         is defined.
13593
13594         * mf/feta-alphabet.mf: Define `staffsize#'.
13595         Include `feta-params.mf'.
13596         s/staffheight/design_size/.
13597
13598         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
13599
13600         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
13601
13602         * mf/feta-nummer-code.mf: Reformatted.
13603         (draw_six): Use outline intersection to avoid a self-intersecting
13604         path.
13605         ("Numeral comma"): Fix serious outline glitches.  This slightly
13606         changes the glyph shape.
13607         ("Numeral dash"): Use `draw_rounded_block'.
13608         ("Numeral dot"): Use `drawdot'.
13609         ("Numeral 1"): Assure identical tangent directions for the
13610         intersection points of paths.  The glyph shape improvement is only
13611         visible at very high magnifications.
13612         ("Numeral 2"): Use `solve' macro to make the lower right part of
13613         the glyph outline touch the x axis exactly.  This changes the
13614         glyph shape.
13615         Minor fixes for better overlap removal support.
13616         ("Numeral 4"): Make lefter corner `rounder'.
13617         ("Numeral 5"): Assure identical tangent directions for the
13618         intersection points of paths.  This improves the glyph shape at
13619         high magnifications.
13620         ("Numeral 7"): Use `solve' macro to make the upper right part of
13621         the glyph outline touch the metrics box exactly.  This changes the
13622         glyph shape.
13623         Avoid corner in the upper left part of the glyph (causing a minor
13624         shape change).
13625
13626         * mf/feta-ital-*.mf: Removed.  Unused.
13627
13628 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13629
13630         * VERSION (PATCH_LEVEL): release 2.5.11
13631
13632         * input/regression/fill-line-test.ly: new file.
13633
13634         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
13635         emmentaler name, eg. emmentaler-23. 
13636
13637 2005-02-04  Christian Hitz  <chhitz@gmx.net>
13638
13639         * scm/scm/define-markup-commands.scm (fill-line): rework for better
13640         alignment with centered texts
13641
13642         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
13643         list of paddings
13644
13645 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13646
13647         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
13648
13649         * lily/note-column.cc (translate_rests): call flush_extent_cache()
13650         of parents when translating rests. Fixes: c-chord-rest.ly 
13651
13652         * lily/include/dimension-cache.hh (struct Dimension_cache): add
13653         dimension_callback_ member.
13654
13655         * lily/grob.cc (flush_extent_cache): new function. Force recompute
13656         of extents.
13657
13658 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
13659
13660         * all but lily/*: The grand 2004/2005 replace.
13661
13662 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13663
13664         * lily/*: add space after ,  
13665
13666         * scm/music-functions.scm (has-request-chord): don't use
13667         ly:music-name anywhere. Fixes <<\\>> notation. 
13668
13669         * scm/define-markup-commands.scm (box): use font-size for
13670         padding. Fixes boxed-rehearsal-marks.ly
13671
13672         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
13673         identifier definition too, so foo = \lyrics { ...   } bar = #1
13674         doesn't complain about "bar" being LYRICS_STRING.
13675
13676         * lily/paper-def.cc (find_pango_font): new routine; Store
13677         pango_fonts in hash tab too. This is necessary for retrieving
13678         Pango_fonts::physical_font_tab() later on.
13679  
13680         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
13681         crash if psname is null.
13682
13683         * lily/lily-guile.cc (ly_hash2alist): new function
13684
13685         * Documentation/user/changing-defaults.itely (Text encoding):
13686         rewrite. 
13687
13688         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
13689         -> font_filename mapping.
13690
13691         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
13692         ly_pango_font_physical_fonts
13693
13694         * scm/framework-ps.scm (supplies-or-needs): extract names from
13695         physical Pango_fonts.
13696
13697         * utf8.ly: new file.
13698
13699 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13700
13701         * Documentation/user/changing-defaults.itely (Page layout): add
13702         doco about systemSeparatorMarkup.
13703
13704         * scm/page-layout.scm (default-page-make-stencil): add-to-page
13705         function.
13706         (default-page-make-stencil): insert system separators.
13707
13708         * scm/define-markup-commands.scm (hcenter): add
13709         (beam): add.
13710
13711 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13712
13713         * scm/output-ps.scm (ez-ball): reinstate ez notation.
13714
13715 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13716
13717         * lily/main.cc: Spell backend consistently.  Sort options.
13718
13719 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13720
13721         * scripts/lilypond-book.py (Module): revert @include.
13722         
13723 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
13724
13725         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
13726         Bugfix: @include .tex (not .texi).  Small cleanups.
13727
13728         * stepmake/bin/add-html-footer.py (i18n): New function.
13729
13730 2005-01-31  Werner Lemberg  <wl@gnu.org>
13731
13732         * mf/feta-nummer.mf: Removed.  Unused.
13733
13734 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13735
13736         * lily/ : 2004 -> 2005 s&r
13737
13738         * scm/file-cache.scm (cached-file-contents): add file. Read each
13739         file only once.
13740
13741         * scm/font.scm (add-pango-fonts): change order. Medium weight is
13742         now default.
13743
13744         * VERSION: release 2.5.10
13745         
13746         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
13747
13748         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
13749
13750         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
13751         that both X and Y extents of bbox are non-nil.
13752
13753 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13754
13755         * scm/chord-name.scm (alteration->text-accidental-markup): change
13756         - to . 
13757
13758         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
13759
13760         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
13761
13762         * Documentation/user/invoking.itely (Invoking lilypond): add note
13763         about EPS backend.
13764
13765         * scm/framework-eps.scm: new file: create per-system/per-page EPS
13766         files for inclusion in lilypond-book document.
13767
13768         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
13769
13770         * input/tutorial/lbook-texi-test.texi: new file.
13771
13772         * scm/safe-lily.scm (safe-objects): add
13773         {begin,end}-of-line-(in)?visible as safe.
13774  
13775 2005-01-30  Graham Percival  <gperlist@shaw.ca>
13776
13777         * Documentation/user/changing-defaults.itely: fixed example
13778         of (dynamics).
13779
13780 2005-01-29  Graham Percival  <gperlist@shaw.ca>
13781
13782         * lily/main.cc: fix info about -o=FILE.
13783
13784 2005-01-29  Werner Lemberg  <wl@gnu.org>
13785
13786         * mf/feta-toevallig.mf ("Natural"): Completely changed the
13787         construction to assure smooth transition from straight to curved
13788         lines.
13789
13790 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13791
13792         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
13793         stencils.
13794
13795         * ps/lilyponddefs.ps: add start-page, start-system doesn't
13796         translate to top of page. Fixes alignment problems of
13797         lilypond-generated EPS files.
13798
13799 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13800
13801         * scm/part-combiner.scm (analyse-spanner-states): trigger on
13802         crescendo-end as well, since Decrescendo maybe ended with Stop
13803         Crescendo.). Fixes: partcombine-diminuendo.ly
13804
13805         * scm/script.scm (default-script-alist): swap portato symbols.
13806
13807         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
13808
13809         * lily/paper-outputter-scheme.cc (LY_DEFINE):
13810         ly:outputter-port. New function.
13811
13812         * scm/framework-ps.scm (output-classic-framework): dump a
13813         -systems.texi too
13814         (output-classic-framework): dump multiple systems on an "infinite"
13815         page EPS including fonts. 
13816
13817         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
13818         .eps files for both texi and tex formats. Use PNG coming from
13819         lilypond.
13820         
13821 2005-01-28  Graham Percival  <gperlist@shaw.ca>
13822
13823         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
13824
13825         * scripts/lilypond-latex.py: fix info about -o=FILE.
13826
13827 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13828
13829         * ly/generate-embedded-cff.ly: write .cff.ps files.
13830
13831         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
13832
13833         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
13834         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
13835
13836 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13837
13838         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
13839
13840 2005-01-28  Werner Lemberg  <wl@gnu.org>
13841
13842         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
13843         macros.
13844         (draw_bulb): Improved.
13845
13846         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
13847         metapost bug.
13848         (draw_pedal_P): Use soft_end_penstroke.
13849         (draw_pedal_d): Use soft_start_penstroke.
13850
13851         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
13852         path.
13853         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
13854         doesn't change the glyph shape.
13855
13856         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
13857         changing the shape) to avoid fontforge warnings.
13858
13859         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
13860         soft_end_penstroke and fix glyph shape.
13861
13862 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13863
13864         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
13865
13866 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13867
13868         * scm/define-markup-commands.scm (line): filter out empty stencils
13869         from line command.
13870
13871         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
13872         amount.
13873
13874 2005-01-27  Graham Percival  <gperlist@shaw.ca>
13875
13876         * Documentation/user/notation.itely: added info about what
13877         \voiceFoo does.  Also rewrote warning about marks at
13878         a line break.
13879
13880         * Documentation/user/changing-defaults.itely: added info
13881         about putting dynamics in parenthesis and brackets.
13882
13883 2005-01-27  Werner Lemberg  <wl@gnu.org>
13884
13885         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
13886
13887 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13888
13889         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
13890         portato-direction.ly
13891
13892         * lily/beam.cc (consider_auto_knees): add beam height to
13893         threshold. Fixes: knee-multiple-beam.ly
13894
13895         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
13896         pedal line spanners. Fixes: instrument-center-pedal.ly
13897
13898         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
13899         if encountering barline. Fixes: auto-beam-repeat.ly
13900
13901 2005-01-26  Werner Lemberg  <wl@gnu.org>
13902
13903         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
13904         overlapping.
13905
13906         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
13907         with inflections for the 1/2 sharp glyph.
13908
13909         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
13910         connection between `t' and `r'.
13911         Unify bulb with the rest of `r' to avoid grazing outlines which
13912         confuses the overlap removal algorithm of fontforge.
13913
13914         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
13915         inflections.
13916         (draw_cross): Fix shape to have uniform thickness in corners.
13917
13918         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
13919         to avoid an uneven number of self-intersections; this confuses
13920         fontforge.
13921         Fix a slight bug in the shape at left bottom (which is visible only
13922         at high magnifications).
13923         `Center' the stem horizontally to avoid overlapping.
13924
13925 2005-01-24  Werner Lemberg  <wl@gnu.org>
13926
13927         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
13928         to `asis'.
13929         (fet_begingroup): Save group name in string `feta_group'.
13930         (fet_endgroup): Updated.
13931         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
13932
13933         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
13934
13935         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
13936         in metapost.
13937
13938 2005-01-24  Graham Percival  <gperlist@shaw.ca>
13939
13940         * Documentation/user/notation.itely: really minor editing.
13941
13942 2005-01-22  Graham Percival  <gperlist@shaw.ca>
13943
13944         * Documentation/user/examples.itely: minor editing.
13945
13946         * Documentation/user/changing-defaults.itely: minor editing.
13947
13948         * Documentation/user/notation.itely: clarified info on polyphony
13949         and \addlyrics.
13950
13951 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13952
13953         * scm/output-gnome.scm: 
13954         * scm/output-svg.scm:
13955         * scm/lily-library.scm (font-name-style): Update font name
13956         kludging for fontconfig use.
13957
13958 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
13959
13960         * scm/define-markup-commands.scm: Document right-align and
13961         larger markup commands. Remove "TODO" from the topmost comment
13962         "each markup function should have a doc string." More consistent
13963         use of new-lines.
13964
13965 2005-01-22  Graham Percival  <gperlist@shaw.ca>
13966
13967         * Documentation/user/changing-defaults: removed info about
13968         copyright symbol, since it's likely to change soon.
13969         Added info about betweensystemspace.
13970
13971         * Documentation/user/notation.itely: minor fixes.
13972
13973         * Documentation/user/lilypond.tely,
13974         Documentation/user/music-glossary.tely: changed copyright
13975         date to 2005 instead of 2004.
13976
13977         * input/test/volta-chord-names.ly: added old example back.
13978
13979 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13980
13981         * mf/feta-beugel.mf: use design size 20 (not 15).
13982
13983         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
13984         change name to aybabtu completely
13985
13986 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13987
13988         * buildscripts/gen-emmentaler-scripts.py (outdir): add
13989         design_size to fontname
13990
13991 2005-01-19  Werner Lemberg  <wl@gnu.org>
13992
13993         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
13994         mf/feta-schrift.mf: s/p/pat/ if a path variable.
13995
13996         * mf/feta-autometric.mf (set_char_box): Add code which emits
13997         specials for mf2pt1 if run with metapost.
13998         (to_bp): New macro for mf2pt1.
13999
14000 2005-01-18  Graham Percival  <gperlist@shaw.ca>
14001
14002         * Documentation/user/changing-defaults: added info on
14003         creating a copyright symbol.
14004
14005 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14006
14007         * VERSION: release 2.5.9
14008         
14009 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
14010
14011         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
14012
14013         * Documentation/user/notation.itely: Document
14014         score-override-auto-beam-setting Fix documentation for
14015         revert-auto-beam-setting.
14016
14017 2005-01-18  Werner Lemberg  <wl@gnu.org>
14018
14019         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
14020         (procset): New function to define a procset resource.
14021         (ps-embed-pfa): New function to define a font resource.
14022         (setup): New function to define a `Setup' environment.
14023         (preamble): Use new functions.
14024
14025         * ps/lilypond.defs (init-lilypond-parameters): New function to
14026         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
14027
14028 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14029
14030         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
14031
14032 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
14033
14034         * scm/define-markup-commands.scm: Change number->markletter-string
14035         to take two arguments (vector number). Add number->mark-alphabet-vector
14036         and markalphabet markup command.
14037
14038         * scm/translation-functions.scm: Add format-mark-box-alphabet,
14039         format-mark-alphabet, format-mark-box-barnumbers and
14040         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
14041
14042 2005-01-17  Graham Percival  <gperlist@shaw.ca>
14043
14044         * Documentation/user/examples.itely: add SATB automatic piano
14045         reduction template.
14046
14047         * Documentation/user/notation.itely: added info about changing
14048         partcombine texts.  Also adds examples of alternate lyrics.
14049
14050         * Documentation/user/changing-defaults.itely: added warning
14051         about \RemoveEmptyStaffContext overriding previous changes.
14052
14053 2005-01-17  Werner Lemberg  <wl@gnu.org>
14054
14055         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
14056         feta-alphabet*.
14057
14058 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14059
14060         * python/lilylib.py (make_ps_images): don't do final showpage for
14061         multi-page documents.
14062         
14063         * VERSION (MY_PATCH_LEVEL): release 2.5.8
14064
14065 2005-01-16  Graham Percival  <gperlist@shaw.ca>
14066
14067         * Documentation/user/lilypond.tely: changed order of appendices;
14068         unified index should be last.
14069
14070         * Documentation/user/notation.itely: add example of key signatures
14071         and info about Staff.printKeyCancellation.
14072
14073 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14074
14075         * lily/include/repeated-music.hh (class Repeated_music): change
14076         into "namespace" class.
14077
14078         * lily/event.cc: remove Key_change_event.
14079
14080         * lily/include/transposed-music.hh (class Transposed_music): remove.
14081
14082         * lily/transposed-music.cc: remove
14083
14084         * lily/include/relative-music.hh: remove.
14085
14086         * lily/include/music-sequence.hh (struct Music_sequence): change
14087         into "namespace" class.
14088
14089         * lily/untransposable-music.cc (Module): remove
14090
14091         * lily/include/un-relativable-music.hh (Module): remove
14092
14093         * lily/include/untransposable-music.hh (Module): remove
14094
14095         * lily/include/music-list.hh (Module): remove file
14096
14097         * lily/un-relativable-music.cc: remove file.
14098
14099 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14100
14101         * lily/parser.yy: Compile fix.
14102
14103 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14104
14105         * lily/include/music.hh (class Music): unvirtualize transpose().
14106
14107         * lily/sequential-music.cc: remove file.
14108
14109         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
14110
14111         * lily/slur-scoring.cc (get_best_curve): only switch on
14112         DEBUG_SLUR_SCORING for non NDEBUG builds.
14113
14114         * lily/include/music.hh (class Music): replace Music::start_mom()
14115         by start-callback property
14116
14117         * lily/include/grace-music.hh: remove file. 
14118
14119         * lily/stem.cc (height): robustness fix.
14120
14121         * lily/time-scaled-music.cc: remove file.
14122
14123         * lily/include/music.hh (class Music): include SCM init argument.
14124         (class Music): replace Music::get_length() virtual by
14125         length-callback property everywhere.
14126
14127         * scripts/convert-ly.py (conv): add  # to \property scalar value.
14128
14129         * mf/GNUmakefile: don't install *list.ly
14130
14131 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14132
14133         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
14134
14135 2005-01-12  Werner Lemberg  <wl@gnu.org>
14136
14137         This patch addresses the following problems in the feta sources
14138         files which contribute to the fetaXX fonts.
14139
14140         . Many fixes for rasterization at low resolutions (consistent use of
14141           `vround' and `hround', integer shift values for paths, applying
14142           `eps' for mirrored paths, use of `define_whole_pixels' and
14143           friends, etc.) -- while this probably looks like a waste of time
14144           it has revealed deficiencies in some glyph shapes.  See comment at
14145           the end of feta-params.mf how vertical symmetry is achieved.
14146
14147         . The `---' operator has been replaced everywhere with `--'; this
14148           both improves and considerably reduces the font size after
14149           conversion with mf2pt1.
14150
14151         These change aren't explicitly mentioned below since virtually all
14152         glyphs are affected.
14153
14154         Other notable differences:
14155
14156         . Glyphs from feta-accordion.mf now have charboxes around the
14157           outline.
14158
14159         . Fixed incorrect charbox for `accDot'.
14160
14161         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
14162
14163         . Fixed position of the bow in the `upprall' glyph and its siblings.
14164
14165         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
14166           dependent on the staff line thickness to avoid touching the middle
14167           staff line at smaller sizes.
14168
14169         . Largely extended output for feta-testXX: Where useful, glyphs
14170         are shown both between and on staff lines.
14171
14172
14173         * mf/feta-params.mf (staff_space_rounded,
14174         stafflinethickness_rounded, linethickness_rounded,
14175         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
14176         Update all code which uses them where appropriate.
14177         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
14178         New variables used to control rasterization at low resolutions.  Set
14179         to zero if feta code is processed with metapost.
14180
14181         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
14182         (draw_rounded_block, draw_square_block): Updated to use `--' only.
14183         (flare_path): Updated.
14184         Make it work with `filldraw' (but only circular pens).
14185         (hfloor, vfloor, hceiling, vceiling): New macros.
14186
14187         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
14188         Use `draw' again in mf mode to have good pixel dropout control.
14189         Fix intersection points of horizontal lines with circle.
14190         ("accDot"): Fix parameters for set_char_box.
14191         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
14192         control.
14193
14194         * mf/feta-banier.mf: Updated.
14195
14196         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
14197         testing.
14198         (undraw_inside_ellipse): Remove `center' argument.  Update all
14199         callers.
14200         (draw_brevis): New macro, called by "Brevis notehead".
14201         (draw_whole_triangle_head): New macro, called by "Whole
14202         trianglehead".
14203         (draw_small_triangle_head): Use `filldraw'.
14204
14205         * mf/feta-eindelijk.mf: Remove useless global group.
14206         Updated.
14207
14208         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
14209         `filldraw'.
14210
14211         * mf/feta-pendaal.mf: Updated.
14212
14213         * mf/feta-puntje.mf: Updated.
14214
14215         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
14216         less points.
14217         ("Flageolet"): Use `draw' again in mf mode to have good pixel
14218         dropout control.
14219         ("Varied Coda"): Use `draw_block'.
14220         (draw_comma): Fix typo.
14221         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
14222         pixel dropout control.
14223
14224         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
14225         position of bow.
14226
14227         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
14228         sizes.
14229
14230         * mf/feta-toevallig.mf (remember_pic): New variable, used for
14231         testing.
14232         (draw_meta_sharp): Much simplified.
14233         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
14234
14235         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
14236
14237 2005-01-13  Mats Bengtsson  <mabe@s3.kth.se>
14238
14239         * Documentation/user/notation.itely (Ancient rests): Fix typo
14240         (thanks Anthony)
14241
14242 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
14243
14244         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
14245
14246         * lily/main.cc (setup_paths): Add cff.
14247
14248         * mf/GNUmakefile (foe): Include actual target %.cff.
14249         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
14250
14251 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14252
14253         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
14254         suffix for main_input_b_.
14255
14256         * scm/music-functions.scm (toplevel-music-functions):
14257         precompute music lengths for music expressions.  
14258
14259 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14260
14261         * lily/include/input.hh (class Input): new `end_' slot for end of
14262         input. Renamed defined_str0_ to start_.
14263
14264         * lily/input.cc (Input): Add Input::Input (Input const &) and
14265         remove Input::Input (Source_file*, char const *). Use the new
14266         slots.
14267         (set_location): method used by bison to propagate input
14268         locations (YYLLOC_DEFAULT).
14269         (end_line_number, end_column_number, step_forward): new methods
14270         
14271         * lily/input-scheme.cc (ly:input-both-locations): new function,
14272         similar to ly:input-location, but also return the end line and
14273         column.
14274
14275         * lily/include/includable-lexer.hh: 
14276         * lily/includable-lexer.cc: 
14277         * lily/include/lily-lexer.hh (class Lily_lexer): 
14278         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
14279         Includable_lexer to Lily_lexer, in order to update lexloc (the
14280         yylloc), a new slot of Lily_lexer.
14281         (here_input, LexerError): simplify by using the lexloc slot (aka
14282         yylloc)
14283
14284         * lily/lexer.ll: #define yylloc to use input locations (it may
14285         be useless here?). Fixed the #embedded_scm rule (step the location
14286         forward in order to skip the sharp sign before parsing the scheme
14287         expression)
14288
14289         * lily/include/lily-parser.hh (class Lily_parser): 
14290         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
14291         here_input()
14292         (parser_error): overload for more precise locations of errors.
14293
14294         * lily/parser.yy (YYLTYPE): set location type to Input
14295         (YYLLOC_DEFAULT): use Input::set_location()
14296         (yylex): add the YYLTYPE* location parameter.
14297         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
14298         Give an Input parameter to THIS->parser-error() for more accurate
14299         messages.
14300
14301 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14302
14303         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
14304
14305         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
14306         on BEAMQUANTING for non-NDEBUG builds.
14307
14308         * lily/stem.cc (head_count): performance: avoid String::String()
14309         inside oft called function.
14310
14311 2005-01-09  Graham Percival  <gperlist@shaw.ca>
14312
14313         * Documentation/user/examles.itely: attempted fix for broken
14314         string quartet template.
14315
14316         * Documentation/user/notation.itely: remove unnecessary broken
14317         link.
14318
14319 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14320
14321         * VERSION (PACKAGE_NAME): release 2.5.7
14322
14323 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14324
14325         * config.make.in (METAFONT): Append -progname=mf, fixes use with
14326         mf-nowin for teTeX-3.0.  Backportme.
14327
14328         * scm/output-svg.scm (utf8-string): New function.
14329
14330         * scm/output-gnome.scm (utf8-string): New function.
14331         (otf-name-mangling): Remove.
14332
14333         * lily/pango-font.cc (Pango_font): Use font string iso font
14334         filename for utf8-text.
14335
14336         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
14337         name.
14338
14339 2005-01-08  Graham Percival  <gperlist@shaw.ca>
14340
14341         * Documentation/user/notation.itely: add info about
14342         Staff.extraNatural = ##f in Pitches section.  Also
14343         fixed some minor issues in the Vocal music section.
14344
14345 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14346
14347         * scm/output-ps.scm (white-text): comment out Helvetica font,
14348         which is broken for my GS install.
14349
14350         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
14351         which provides a tighter bbox.
14352
14353         * scm/define-grobs.scm (all-grob-descriptions): remove all
14354         extra-offsets from definitions.
14355
14356 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
14357
14358         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
14359         add tuning for 4-string bass and some common 4/5-string banjo
14360         tunings.  New function (four-string-banjo) turns a 5-string tuning
14361         into a 4-string tuning.  New function
14362         (fret-number-tablature-format-banjo) computes correct fret numbers
14363         on 5-string banjos.
14364
14365         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
14366         Add beam correction to TabVoice.
14367
14368         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
14369         using bold font; makes tabs more readable.
14370
14371 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14372
14373         * lily/font-select.cc (get_font_by_design_size): don't make
14374         Modified_font_metric; this causes trouble, since we don't know the
14375         font magnification from inside Pango_font::text_stencil()
14376
14377         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
14378
14379         * Documentation/user/notation.itely (The Lyrics context): comment out
14380         broken {Small ensembles} link.
14381
14382         * scm/framework-svg.scm (output-framework): change calling convention.
14383
14384         * lily/object-key-dumper-scheme.cc: new file.
14385
14386         * lily/object-key-undumper-scheme.cc: new file.
14387
14388         * lily/tweak-registration-scheme.cc: new file.
14389
14390         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
14391
14392         * Documentation/user/examples.itely (String quartet): uncomment
14393         broken example.
14394
14395         * lily/font-config.cc: new file.
14396
14397 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14398
14399         * scm/output-svg.scm: 
14400         * scm/output-gnome.scm: s/bigcheese/emmentaler.
14401
14402         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
14403
14404 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
14405
14406         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
14407         Add headers.
14408
14409         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
14410
14411 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14412
14413         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
14414
14415         * lily/include/main.hh: lose _b hungarian suffixes for global
14416         variables.
14417
14418         * lily/include/lily-guile-macros.hh: new file.
14419
14420         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
14421
14422         * lily/general-scheme.cc: new file. 
14423
14424         * lily/font-select.cc (get_font_by_design_size): retrieve
14425         PangoFont for (designsize . "pango-descr") entries.
14426
14427         * lily/lily-parser-scheme.cc: new file.
14428
14429         * lily/output-def-scheme.cc: new file.
14430
14431         * lily/paper-book-scheme.cc: new file.
14432
14433         * lily/duration-scheme.cc (LY_DEFINE): new file.
14434
14435         * lily/pitch-scheme.cc:  new file.
14436
14437         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
14438
14439 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14440
14441         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
14442
14443 2005-01-06  Graham Percival  <gperlist@shaw.ca>
14444
14445         * Documentation/user/notation.itely: minor editing.
14446
14447         * Documentation/user/changing-defaults: minor editing.
14448
14449         * Documentation/user/examples.itely: add template for
14450         string quartet part extraction; demonstrates tag.
14451
14452 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
14453
14454         * Documentation/user/notation.itely: documents
14455         format-mark-box-letters and format-mark-box-numbers
14456
14457         * scm/define-context-properties.scm: change comment.
14458
14459 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14460
14461         * scm/framework-ps.scm (output-classic-framework): new function:
14462         dump systems as separate .eps files (without fonts) and write a
14463         single collecting .tex file.
14464
14465 2005-01-05  Mats Bengtsson  <mabe@s3.kth.se>
14466
14467         * Documentation/user/notation.itely (Setting simple songs):
14468         Correct several errors in the equivalent formulation of
14469         \addlyrics. 
14470         (The Lyrics context): Corrected link to the SATB example.
14471
14472 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14473
14474         * scm/lily.scm (completize-formats): new function
14475         (postprocess-output): new function
14476
14477         * lily/paper-book.cc (classic_output): change calling
14478         convention. Give basename as first argument. 
14479         remove Paper_book::post_processing().
14480
14481         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
14482
14483 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14484
14485         * lily/paper-outputter.cc (LY_DEFINE): new function
14486         ly:outputter-close.
14487
14488         * lily/main.cc: change --format,-f to --backend,-b
14489
14490         * lily/include/main.hh: rename format to backend.
14491
14492         * scm/translation-functions.scm (format-mark-box-numbers): add.
14493         patch by Erlend Aasland
14494
14495 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14496
14497         * lily/pango-font.cc (text_stencil): dump string as
14498         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
14499
14500 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
14501
14502         * configure.in (gui_b): Remove handy developer-only
14503         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
14504         CVS source installations (but break other non-default but correct
14505         PKG_CONFIG_PATH setups), as this is no longer developer-only.
14506
14507         * SConstruct: 
14508         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
14509         compatibility (backportme).
14510
14511         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
14512
14513 2005-01-03  Werner Lemberg  <wl@gnu.org>
14514
14515         Prepare glyph shapes for mf2pt1 conversion.
14516
14517         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
14518         (accDiscant, accFreebase, accStdbase): Replace `draw' with
14519         `penstroke'.
14520         (accDot): Use `drawdot'.
14521         (accBayanbase): Replace `draw' with `draw_gridline'.
14522         (print_penpos): Moved to feta-macros.mf.
14523         (accOldEE): Replace `filldraw' with `penstroke'.
14524         Replace `draw' with `penstroke' and `drawdot'.
14525
14526         * mf/feta-banier.mf: Code clean-up.
14527         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
14528         `fill'.
14529
14530         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
14531
14532         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
14533         paremeter to control drawing of labels.  Update all callers.
14534
14535         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
14536         (new_bulb): Return a bulb as a single path.  To do that, it now
14537         takes some more parameters.  Updated all callers.
14538         (draw_gclef): Major clean-up.  `draw' has been replaced with
14539         `penstroke', unnecessary outlines have been removed.
14540         Remove (unused) gnome-canvas code.
14541
14542         * mf/feta-macros.mf (print_penpos): New macro (from
14543         feta-accordion.mf).
14544         Other minor fixes.
14545
14546         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
14547         ("Pedal dot"): Use `drawdot'.
14548         (draw_pedal_P): Add parameter to control drawing of labels.  Update
14549         all callers.
14550         Fix shape at top.
14551         (draw_pedal_e): Add parameter to control drawing of labels.  Update
14552         all callers.
14553         (draw_pedal_d): Add parameter to control drawing of labels.  Update
14554         all callers.
14555         Revert drawing direction.
14556
14557         * mf/feta-schrift.mf (draw_fermata): Use single path.
14558         (draw_short_fermata): Replace `filldraw' with `fill'.
14559         (draw_long_fermata, draw_very_long_fermata): Replace calls to
14560         `draw_rounded_block' with a single path.
14561         ("Thumb"): Draw full circle instead of mirroring segments.
14562         (draw_accent): New macro.
14563         ("> accent", "espr"): Use it.
14564         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
14565         ("open (unstopped)"): Draw full circle instead of mirroring
14566         segments.
14567         (draw_vee): Removed.
14568         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
14569         ("Downbow"): Replace calls to `draw_rounded_block' with a single
14570         path.
14571         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
14572         partial pieces drawn with `fill' -- these do still overlap with the
14573         stem of the `t' but just once, not multiple times so that fontforge
14574         can handle it gracefully.
14575         Change other parts of the glyph so that fontforge's overlapping
14576         algorithm reliably works.
14577         (draw_heel): Replace `draw' with `fill'.
14578         (draw_toe): Use `draw_accent' instead of `draw_vee'.
14579         ("Flageolet"): Replace `draw' with `penstroke'.
14580         ("Segno"): Replace `filldraw' with `penstroke'.
14581         Replace `draw' with `drawdot'.
14582         ("Coda"): Replace `fill' with `penstroke', using a single path.
14583         ("Varied Coda"): Use less overlapping paths.
14584         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
14585         single path.
14586
14587         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
14588         group to better control the `labels' command.
14589         Rename argument to `offset' and use it actually.  Update all
14590         callers.
14591         Replace `filldraw' with `fill'.
14592         ("mordent", "prallmordent", "upmordent", "downmordent",
14593         "lineprall"): Replace `draw' with `draw_gridline'.
14594         ("upprall", "downprall"): Replace `draw' with `fill'.
14595
14596         * mf/feta-timesig.mf: Formatting.
14597
14598         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
14599         to...
14600         ("Flat"): Here.
14601         (draw_paren): Move code to draw labels to...
14602         ("Right Parenthesis"): Here.
14603
14604 2005-01-02  Graham Percival <gperlist@shaw.ca>
14605
14606         * Documentation/user/notation.itely: add example of \setTextDecresc
14607         and \setTextDim.
14608
14609 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
14610
14611         * scm/define-markup-commands.scm :  fix glyph-strings of
14612         accidentals and \note-by-number
14613
14614 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14615
14616         * VERSION: 2.5.6 released.
14617         
14618         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
14619
14620         * input/regression/new-markup-scheme.ly: oops. font-family=music
14621         -> font-encoding fetaMusic.  
14622
14623         * lily/main.cc: put default to PS.
14624
14625         * lily/tfm.cc: idem.
14626
14627         * lily/afm.cc: idem.
14628
14629         * lily/include/modified-font-metric.hh (struct
14630         Modified_font_metric): remove coding_scheme() method.
14631
14632         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
14633
14634         * scripts/convert-ly.py (conv): crash on encountering \encoding.
14635
14636         * input/les-nereides.ly: convert to utf8
14637
14638         * lily/modified-font-metric.cc (text_dimension): idem.
14639
14640         * lily/parser.yy (TODO): idem.
14641
14642         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
14643
14644         * lily/lexer.ll: remove encoding
14645
14646         * scm/framework-ps.scm (output-variables): separately scale the
14647         page to mm 
14648
14649         * lily/pango-font.cc (Pango_font): fix scaling.
14650
14651         * lily/font-metric.cc (design_size): design_size returns a
14652         dimension now as well.
14653
14654 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14655
14656         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
14657         brace generation. 
14658
14659         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
14660
14661 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
14662
14663         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
14664         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
14665
14666 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14667
14668         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
14669         in first run as well.
14670
14671         * scm/paper.scm (layout-set-staff-size): use text-font-size in
14672         dimension less points (ie. 12 = 12 point)
14673
14674         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
14675
14676         * lily/all-font-metrics.cc (find_pango_font): set description_
14677
14678         * lily/pango-font.cc (text_stencil): export size as well.
14679         (text_stencil): fix scaling and extents box.
14680
14681 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14682
14683         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
14684
14685         * Documentation/user/invoking.itely (Invoking lilypond): document
14686         texstr
14687
14688         * scripts/convert-ly.py (conv): add ancient rules.
14689
14690         * scm/clef.scm (c0-pitch-alist): replace - with .
14691
14692         * scripts/lilypond-book.py (process_snippets): add texstr support.
14693
14694         * scm/framework-texstr.scm (header): change extension to .textmetrics
14695
14696         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
14697         -f tex.
14698
14699         * lily/text-metrics.cc: new file.
14700         (try_load_text_metrics): new function
14701
14702         * lily/include/text-metrics.hh: new file.
14703
14704 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14705
14706         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
14707         ly_scheme_function to ly_lily_module_constant.
14708
14709         * lily/modified-font-metric.cc (text_dimension): try
14710         lookup_tex_text_dimension() first.
14711
14712         * lily/tfm.cc: new function ly:load-text-dimensions
14713
14714 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14715
14716         * scm/output-texstr.scm (text): use \lilygetmetrics
14717
14718         * scm/framework-texstr.scm (header): dump in new format.
14719
14720         * tex/lilypond-tex-metrics: new file.
14721         
14722 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
14723
14724         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
14725         mapping.
14726         (index_to_charcode): New method.
14727
14728         * scm/output-ps.scm (glyph-string): 
14729         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
14730
14731 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
14732
14733         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
14734         implement fully, need FONT to get to charcode.
14735
14736         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
14737
14738         * scm: Cleanups.
14739
14740         * Documentation/user/changing-defaults.itely: Fix internalsrefs
14741         {Tunable context properties},
14742         {All layout objects},
14743         {Music definitions}.
14744
14745 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14746
14747         * VERSION: release 2.5.5
14748         
14749         * lily/main.cc: use TeX as default output format.
14750
14751         * flower/file-path.cc (find): try to open directly as well, so we
14752         find absolute path files. 
14753
14754         * lily/pango-select.cc: new file.
14755
14756         * scm/framework-ps.scm: remove all encoding code. 
14757         load pfb/pfa for PangoFont too.
14758         
14759         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
14760
14761 2004-12-22  Werner Lemberg  <wl@gnu.org>
14762
14763         Prepare glyph shapes for mf2pt1 conversion.
14764
14765         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
14766
14767         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
14768         (define_triangle_shape): Use it to replace `draw' with `fill' and
14769         `unfill'.  Update all callers.
14770         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
14771         (draw_cross): Ditto.
14772         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
14773         Use penrazor for better conversion with mf2pt1.
14774         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
14775         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
14776         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
14777         draw_la_head, draw_ti_head): Replace `filldraw' with
14778         `fill'.  Update all callers.
14779
14780 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14781
14782         * lily/paper-book.cc (output): revert: only allow a single output
14783         format.
14784
14785         * lily/include/pango-font.hh: new file.
14786
14787         * lily/pango-font.cc: new file.
14788
14789         * lily/font-metric.cc (text_stencil): new routine
14790
14791         * lily/all-font-metrics.cc (find_pango_font): new routine.
14792
14793         * lily/include/font-metric.hh (struct Font_metric): add
14794         text_stencil()
14795
14796         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
14797
14798 2004-12-22  Werner Lemberg  <wl@gnu.org>
14799
14800         Prepare glyph shapes for mf2pt1 conversion.
14801
14802         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
14803
14804         * mf/feta-toevallig.mf: Formatting.
14805         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
14806         ("Natural"): Fix paths to allow better postprocessing.
14807         (draw_meta_flat): Use `z3l' as additional point in path to get
14808         better conversion with mf2pt1.
14809         Other minor cleanups.
14810         ("3/4 Flat"): Add auxiliary points and modify path to replace
14811         `draw' with `fill'.
14812         ("Double Sharp"): Mirror path segments instead of picture elements
14813         to get a single outline.
14814         Modify path to replace `filldraw' with `fill'.
14815
14816 2004-12-22  Graham Percival  <gperlist@shaw.ca>
14817
14818         * input/test/unfold-all-repeats.ly: added file back.
14819
14820         * Documentation/user/notation.itely,
14821         Documentation/user/programming-interface.itely
14822         Documentation/user/changing-defaults.itely: fixed misc broken
14823         links to input/test/ files.
14824
14825 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14826
14827         * tex/texinfo.tex: Update.  We should not be distributing this,
14828         but since we do, use latest version.
14829
14830         * Documentation/user/macros.itexi: Comment-out \fetaflat,
14831         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
14832         macros for feta glyphs.
14833
14834 2004-12-22  Graham Percival  <gperlist@shaw.ca>
14835
14836         * Documentation/user/changing-defaults.itely: fix index for set.
14837
14838         * Documentation/user/converters.itely: added convert-ly bugs list
14839         from CVS.
14840
14841 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
14842
14843         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
14844         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
14845         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
14846         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
14847
14848         * mf/GNUmakefile (pfa_warning): Use less broken check.
14849
14850         * python/lilylib.py (setup_environment): Remove cruft from
14851         GS_FONTPATH.
14852
14853         * configure.in: Bump mftrace requirement to 1.1.1.
14854
14855 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
14856
14857         * scm/output-svg.scm (beam): Use polygon.
14858
14859         * scm/lily-library.scm: Bugfix.
14860
14861         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
14862
14863         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
14864
14865 2004-12-19  Werner Lemberg  <wl@gnu.org>
14866
14867         Prepare glyph shapes for mf2pt1 conversion.
14868
14869         * mf/feta-eindelijk: Some formatting.
14870         (multi_rest_x, multi_beam_height): Removed.  Unused.
14871         ("Quarter rest"): Use `intersectiontimes' to create a single
14872         outline.
14873         (rest_crook): Removed.  Unused.
14874         (draw_rest_bulb): Return path (without filling).  Update callers.
14875         Simplified.
14876         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
14877         "128th rest"): Simplify `pat'.
14878         Create single outline.
14879
14880 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
14881
14882         * mf/GNUmakefile (ALL_GEN_FILES):
14883         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
14884
14885         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
14886         function.
14887
14888 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14889
14890         * scm/output-texstr.scm (placebox): add routine
14891
14892         * VERSION (PACKAGE_NAME): release 2.5.4
14893
14894         * scm/framework-texstr.scm (output-framework): new file.  
14895
14896         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
14897         processing.
14898
14899         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
14900
14901         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
14902         rule.
14903
14904         * configure.in (gui_b): bump mftrace requirement to 1.1.0
14905
14906         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
14907
14908         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
14909
14910 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
14911
14912         * scm/framework-svg.scm (dump-page): Implement landscape.
14913
14914 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
14915
14916         * lily/main.cc (setup_paths): Add svg to search path.
14917
14918         * scm/output-svg.scm:
14919         * scm/framework-svg.scm: Add pageSet.  Update.
14920         (dump-fonts): New function.
14921         (output-framework): Use it.
14922
14923         * mf/GNUmakefile: 
14924         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
14925
14926 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14927
14928         * tex/lilyponddefs.tex: comment out new ifpdf code.
14929
14930 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
14931
14932         * GNUmakefile.in: 
14933         * SConstruct (symlink): Replace afm by otf.
14934
14935         * scm/framework-gnome.scm (gnome-main): Remove invocation of
14936         ly:pango-add-afm-decoder.
14937
14938         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
14939
14940 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14941
14942         * scm/output-ps.scm (new-text): don't access t glyph for getting
14943         space dimension.
14944
14945         * ly/init.ly: warn about \version
14946
14947         * lily/lexer.ll: set version-seen?
14948
14949 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
14950
14951         * scm/output-svg.scm (string->entities): Update.
14952
14953 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14954
14955         * lily/main.cc (setup_paths): replace afm by otf for path. 
14956
14957         * lily/pangofc-afm-decoder.cc: remove.
14958
14959         * lily/include/pangofc-afm-decoder.hh: remove.
14960
14961         * scm/framework-scm.scm (output-framework): new file.
14962
14963         * mf/GNUmakefile: remove SAUTER_FONTS.
14964         remove SVG/sodipodi hacks.
14965
14966         * scm/lily-library.scm (stderr): move stderr.
14967
14968         * mf/GNUmakefile: remove AFM support.
14969
14970         * buildscripts/mf-to-table.py (base): remove AFM support.
14971
14972         * lily/open-type-font.cc (design_size): use design_size
14973
14974 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
14975
14976         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
14977
14978 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
14979
14980         * mf/GNUmakefile: Generate combined aybabtu info.
14981         * mf/aybabtu.pe.in (i): Load it.
14982
14983         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
14984         are not symbols.
14985
14986         * lily/include/open-type-font.hh (count): New method.
14987
14988         * mf/aybabtu.pe.in: Typo.
14989
14990         * Documentation/user/out/lilypond-internals.nexi (Scheme
14991         functions): Typo.
14992
14993         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
14994
14995 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14996
14997         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
14998         subfonts.
14999
15000         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
15001
15002         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
15003         (tex-font-command-raw): new function.
15004
15005         * lily/include/virtual-font-metric.hh (Module): remove file
15006
15007         * lily/virtual-font-metric.cc (Module): remove file.
15008         
15009
15010         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
15011         (get_indexed_char): read bbox from lily table if present.
15012
15013 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15014
15015         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
15016         aybabtu.subfonts
15017
15018         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
15019         global glyphname. Enables more than 64 glyphs in the OTF.
15020
15021 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
15022
15023         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
15024         braces.
15025
15026         * lily/open-type-font.cc (design_size): Use 12 as default for
15027         design size.
15028
15029         * mf/aybabtu.pe.in: New file.  Merge all our braces.
15030
15031         * mf/GNUmakefile: Generate aybabtu.
15032
15033         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
15034
15035 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
15036
15037         * scm/lily-library.scm (char->unicode-index): Remove.
15038
15039         * scm/output-gnome.scm (text): Bugfix for plain string input.
15040         Updates.
15041
15042         * scm/output-svg.scm (svg-font): Add weight to font selection.
15043
15044 2004-12-14  Mats Bengtsson  <mabe@s3.kth.se>
15045
15046         * Documentation/topdocs/INSTALL.texi (Top): Point to
15047         buildscripts/out/clean-fonts instead of
15048         buildscripts/clean-fonts.sh. 
15049
15050 2004-12-13  Graham Percival  <gperlist@shaw.ca>
15051
15052         * input/regression/figured-bass.ly: attempt to clarify text.
15053
15054         * Documentation/user/notation.tely: add cindex for tag, attempt to
15055         add figured bass example.
15056
15057         * Documentation/user/changing-defaults: basic editing.
15058
15059 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15060
15061         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
15062
15063         * lily/open-type-font.cc (LY_DEFINE): new function
15064         ly:font-sub-fonts
15065
15066         * lily/include/font-metric.hh (struct Font_metric): new method
15067         sub_fonts()
15068
15069         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
15070         . with - in add.stem.
15071         
15072 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
15073
15074         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
15075         and fetaDynamic.
15076
15077         * lily/rest.cc (glyph_name): Change - to . .
15078
15079         * scm/output-gnome.scm (text): Hello world, again.
15080
15081         * scm/output-svg.scm (named-glyph): New function.  Hello world!
15082
15083         * lily/modified-font-metric.cc (index_to_charcode): New method.
15084
15085         * lily/include/font-metric.hh (index_to_charcode): New function.
15086
15087         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
15088         new function.
15089         (ly:font-glyph-to-index): Remove.
15090
15091 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15092
15093         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
15094
15095         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
15096
15097         * lily/open-type-font.cc (load_scheme_table): new function
15098
15099         * lily/dots.cc (print): replace - 
15100
15101         * lily/open-type-font.cc (attachment_point): new function.
15102         (load_table): read LILC table
15103
15104         * buildscripts/gen-bigcheese-scripts.py (Module): new
15105         file. Generate FF scripts.
15106
15107         * mf/feta-din10.mf: idem.
15108
15109         * mf/feta-nummer10.mf: remove mf files.
15110
15111         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
15112
15113 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15114
15115         * lily/lily-guile.cc: Use scm_from_locale_stringn.
15116
15117         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
15118         compatibility.
15119
15120 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15121
15122         * lily/open-type-font.cc (get_indexed_char): scale metrics by
15123         design-size and units_per_EM.
15124
15125         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
15126
15127 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15128
15129         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
15130         does not crash fontforge.
15131
15132         * scm/lily-library.scm (char->unicode-index): Hack to map onto
15133         PUA.
15134
15135 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15136
15137         * scm/framework-ps.scm (ps-embed-cff): new function.
15138
15139         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
15140
15141 2004-12-12  Werner Lemberg  <wl@gnu.org>
15142
15143         * mf/bigcheese.pe.in: Add PUA mapping.
15144         Don't create Type 42 but bare CFF font.
15145
15146 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15147
15148         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
15149         within canvas boundaries.
15150
15151         * mf/merge.pe.in: Set font names, version, license GPL.
15152
15153         * make/substitute.make: Add FONTFORGE.
15154
15155         * config.make.in (FONTFORGE): Add.
15156
15157         * configure.in (gui_b): Use PATH_PROG for fontforge.
15158
15159 2004-12-11  Graham Percival  <gperlist@shaw.ca>
15160
15161         * scm/define-markup-commands.scm: add baseline-skip to info
15162         about \column.
15163
15164 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15165
15166         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
15167
15168         * scm/output-gnome.scm (named-glyph): Use it.
15169
15170         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
15171
15172         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
15173         (upper_string, lower_string, reverse_string): Remove.
15174
15175         * configure.in (fontforge): Reinstate version check.
15176
15177         * ly/engraver-init.ly: Fix clef glyph names.
15178
15179         * lily/time-signature.cc (special_time_signature): Fix fraction
15180         glyph names.
15181
15182 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15183
15184         * mf/merge.pe: new file.
15185
15186         * lily/freetype.cc: new file.
15187
15188         * lily/include/open-type-font.hh (class Open_type_font): new file.
15189
15190         * lily/include/freetype.hh: new file.
15191
15192         * lily/open-type-font.cc: new file.
15193
15194         * lily/all-font-metrics.cc (find_otf): new function.
15195
15196 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15197
15198         * lily/time-signature.cc (special_time_signature): Fix.
15199
15200         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
15201         GTK2 before checking for pango.  Fixes -fgnome.
15202
15203         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
15204         Scheme name.
15205
15206         * scm/define-markup-commands.scm:
15207         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
15208
15209         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
15210
15211         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
15212         date versions.  Fixes configure.
15213         (STEPMAKE_CHECK_VERSION): Support optional actual program version
15214         argument.
15215
15216 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15217
15218         * buildscripts/mf-to-table.py (write_ps_encoding): write real
15219         names in .enc
15220
15221         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
15222
15223 2004-12-09  Graham Percival  <gperlist@shaw.ca>
15224
15225         * Documentation/user/changing-defaults.itely: add info about
15226         make-dynamic-script
15227
15228         * Documentation/user/notation.itely: add link in dynamics to
15229         section about make-dynamic-script.
15230
15231 2004-12-09  Christian hitz  <chhitz@gmx.net>
15232
15233         * lily/lily-guile.cc: change MACOS_X to __APPLE__
15234
15235 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15236
15237         * buildscripts/mf-to-table.py (parse_logfile): use . for
15238         concatting name and group.
15239         (parse_logfile): use M for Minus (negative.)
15240
15241         * lily/include/type-swallow-translator.hh
15242         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
15243
15244         * lily/*.cc: cosmetics around = sign.
15245
15246         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
15247         lyric spacing on the penultimate column.
15248
15249 2004-12-05  Christian Hitz  <chhitz@gmx.net>
15250
15251         * configure.in:
15252         * lily/accidental-placement.cc:
15253         * lily/bar-line.cc:
15254         * lily/beam-concave.cc:
15255         * lily/beam-quanting.cc:
15256         * lily/beam.cc:
15257         * lily/bezier-bow.cc:
15258         * lily/bezier.cc:
15259         * lily/break-align-interface.cc:
15260         * lily/custos.cc:
15261         * lily/dimension-cache.cc:
15262         * lily/dot-column.cc:
15263         * lily/font-metric.cc:
15264         * lily/font-select.cc:
15265         * lily/gourlay-breaking.cc:
15266         * lily/grob-property.cc:
15267         * lily/grob.cc:
15268         * lily/lily-guile.cc:
15269         * lily/line-spanner.cc:
15270         * lily/lookup.cc:
15271         * lily/lyric-extender.cc:
15272         * lily/lyric-hyphen.cc:
15273         * lily/mensural-ligature.cc:
15274         * lily/midi-def.cc:
15275         * lily/misc.cc:
15276         * lily/note-collision.cc:
15277         * lily/note-column.cc:
15278         * lily/note-head.cc:
15279         * lily/paper-outputter.cc:
15280         * lily/percent-repeat-item.cc:
15281         * lily/rest-collision.cc:
15282         * lily/side-position-interface.cc:
15283         * lily/simple-spacer.cc:
15284         * lily/slur-configuration.cc:
15285         * lily/slur-scoring.cc:
15286         * lily/slur.cc:
15287         * lily/spaceable-grob.cc:
15288         * lily/spacing-spanner.cc:
15289         * lily/spanner.cc:
15290         * lily/staff-symbol-referencer.cc:
15291         * lily/stem.cc:
15292         * lily/stencil.cc:
15293         * lily/system-start-delimiter.cc:
15294         * lily/system.cc:
15295         * lily/text-item.cc:
15296         * lily/tie.cc:
15297         * lily/tuplet-bracket.cc:
15298         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
15299         <cmath> beacause isinf/isnan is undefined in <cmath>
15300
15301 2004-12-03  Mats Bengtsson  <mabe@s3.kth.se>
15302
15303         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
15304
15305 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15306
15307         * VERSION: release 2.5.3
15308         
15309 2004-11-29  Arno Waschk <arno@arnowaschk.de>
15310
15311         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
15312
15313 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15314
15315         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
15316
15317         * lily/note-head.cc (internal_print): always try the "s" head if
15318         u/d not found.
15319
15320         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
15321
15322 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15323
15324         * mf/parmesan-heads.mf (overdone_heads): typos.
15325
15326 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
15327
15328         * lily/parser.yy (markup): in markups, { .. } without command
15329         before are also flattened, ie \line must be explicitely used.
15330
15331         * Documentation/user/changing-defaults.itely:
15332         * Documentation/user/notation.itely: 
15333         * input/wilhelmus.ly: 
15334         * input/regression/instrument-name-markup.ly: 
15335         * input/regression/markup-score.ly: 
15336         * input/regression/new-markup-scheme.ly: 
15337         * input/regression/new-markup-syntax.ly: 
15338         * input/test/coriolan-margin.ly: use \line in markups where
15339         appropriate
15340         
15341 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
15342
15343         * scm/new-markup.scm (map-markup-command-list): helper function
15344         used in parser.yy to map markup commands on a markup list.
15345
15346         * lily/parser.yy: get rid off < > in markups by treating { } as
15347         real lists.
15348
15349         * lily/lexer.ll: remove < > from markup lexer mode.
15350
15351         * scripts/convert-ly.py (conv): add rule for converting 
15352         \markup < > to \markup { }
15353
15354         * ly/titling-init.ly: 
15355         * input/test/coriolan-margin.ly: 
15356         * input/regression/new-markup-syntax.ly: 
15357         * input/regression/new-markup-scheme.ly: 
15358         * input/regression/multi-measure-rest-text.ly: 
15359         * input/regression/markup-stack.ly: 
15360         * input/regression/markup-score.ly: 
15361         * input/regression/instrument-name-markup.ly: 
15362         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
15363         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
15364         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
15365         * input/wilhelmus.ly: 
15366         * Documentation/user/notation.itely: 
15367         * Documentation/user/music-glossary.tely: 
15368         * Documentation/user/changing-defaults.itely: change < > to { } in
15369         markups
15370
15371 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15372
15373         * lily/accidental-placement.cc (position_accidentals): shortcut if
15374         no accidentals to place.
15375
15376 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
15377
15378         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
15379         typo s/ly:dimension ?/ly:dimension?/
15380
15381         * input/regression/lily-in-scheme.ly: 
15382         * input/regression/music-function.ly: 
15383         * ly/spanners-init.ly (assertBeamSlope): 
15384         * scm/music-functions.scm (def-grace-function): add the paper
15385         argument to music function definitions.
15386
15387 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15388
15389         * lily/moment.cc (LY_DEFINE):
15390         ly:moment-main-{denominator,numberator}, new function.
15391
15392         * lily/score-engraver.cc (typeset_all): assign to column on basis
15393         of axis-group-parent-X setting.
15394
15395         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
15396         add_element() on basis of axis-group-parent-Y setting.
15397
15398         * lily/grob.cc: add axis-group-parent-{XY} properties.
15399
15400         * input/regression/spacing-stick-out.ly: new file.
15401
15402         * lily/simple-spacer.cc (add_columns): use binary search for
15403         setting column rods. Changes O(n^2) to O(n log(n)) for
15404         constructing spacing problem from columns.
15405         (add_columns): read allow-outside-line to make sure no texts stick
15406         out.
15407         (solve): Simple_spacer::is_active() only determines
15408         satisfies_constraints_ for non-ragged typesetting.
15409
15410         * lily/simultaneous-music.cc (to_relative_octave): only set
15411         old_relative_used if return pitch actually changed.
15412
15413         * scm/define-context-properties.scm
15414         (all-user-translation-properties): change to match implementation.
15415
15416         * python/lilylib.py: Replace re.match by re.search and adds "-c
15417         showpage" to the gs command line (Johannes Schindelin)
15418
15419         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
15420         before processing. Prevents crash when inf is in the extent.
15421
15422         * scm/define-markup-commands.scm (note-by-number): add "s" to
15423         "noteheads-" glyphname.
15424  
15425         * lily/parser.yy (Generic_prefix_music): supply parser argument to
15426         music function as well.
15427         
15428 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15429
15430         * VERSION: release 2.5.2
15431
15432         * Documentation/user/changing-defaults.itely (Creating titles):
15433         add breakbefore variable.
15434
15435         * lily/paper-book.cc (set_system_penalty): new function. Set
15436         penalty_ based on breakBefore setting
15437
15438         * lily/context-specced-music-iterator.cc (construct_children):
15439         interpret special context id $uniqueContextId 
15440
15441         * lily/context.cc (create_unique_context): new method. Move
15442         creation of unique (\new) contexts into interpreting phase. This
15443         makes
15444
15445           foo= \new Staff ..
15446           << \foo \foo >>
15447
15448         produce 2 staves.
15449         
15450
15451         * scm/define-music-properties.scm (all-music-properties): add
15452         quoted-voice-direction
15453
15454         * ly/music-functions-init.ly: killCues function.
15455
15456         * scm/music-functions.scm (cue-substitute): move creation of voice
15457         contexts further to the back. 
15458
15459 2004-11-25  Werner Lemberg  <wl@gnu.org>
15460
15461         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
15462         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
15463
15464 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
15465
15466         * buildscripts/guile-gnome.sh: Fixed typo.
15467
15468 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15469
15470         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
15471
15472         * scripts/abc2ly.py (dump_slyrics): add ord(). 
15473
15474         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
15475         to regular engraver. 
15476
15477 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15478
15479         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
15480
15481 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
15482
15483         * scm/define-markup-commands.scm (fill-line): Typo.
15484
15485         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
15486         and newer.
15487
15488 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
15489
15490         * ly/dynamic-scripts-init.ly: Fixed typo.
15491
15492 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15493
15494         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
15495         note-head, to have different attachment points for up and down.
15496
15497         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
15498
15499         * mf/feta-generic.mf (else): remove solfa.
15500
15501         * mf/feta-bolletjes.mf (tishape): remove unicode test.
15502
15503         * scm/define-context-properties.scm
15504         (all-user-translation-properties): add shapeNoteStyles property.
15505
15506         * lily/shape-note-heads-engraver.cc (process_music): new file.
15507
15508         * lily/event.cc (transpose): call Event::transpose() for
15509         transposing the tonic.
15510
15511 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
15512
15513         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
15514         Unicode/OpenType and AFM.
15515
15516         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
15517
15518 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15519
15520         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
15521
15522         * lily/context.cc (Context): unprotect key from ctor.
15523
15524         * scm/stencil.scm (stack-lines): return empty-stencil if argument
15525         is '()
15526         (stack-stencils): idem.
15527
15528         * Documentation/user/changing-defaults.itely (Creating titles):
15529         document new title layout options.
15530
15531         * lily/parser.yy (lilypond_header_body): copy previous
15532         $globalheader if present.
15533
15534         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
15535         ly:module-copy
15536         
15537         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
15538
15539         * scm/titling.scm: remove old titling functions
15540
15541         * lily/stencil.cc (translate): remove absolute dimension.
15542
15543         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
15544         via markup.
15545
15546         * scm/page-layout.scm (marked-up-headfoot): create header/footer
15547         field from user-supplied markup
15548
15549         * scm/define-markup-commands.scm (on-the-fly): new markup
15550         command. Enter SCM markup procedure directly in Scheme.
15551         (fromproperty): new markup command. Read markup from props argument.
15552
15553         * scm/titling.scm (marked-up-title): create title via
15554         user-specified markup. 
15555
15556         * scm/define-markup-commands.scm (column): remove empty stencils
15557         from column.
15558
15559         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
15560         not have side-effect of creating variable stub.
15561
15562         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
15563
15564 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
15565
15566         * scm/encoding.scm (coding-alist): 
15567         * scm/font.scm (add-ec-fonts):
15568         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
15569         Extended-TeX-Font-Encoding---Latin.
15570
15571         * lily/side-position-interface.cc (general_side_position): Add
15572         actual offset to error message (avoid constant error messages).
15573
15574         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
15575         block.
15576
15577         * lily/font-select.cc (select_encoded_font)
15578         (get_font_by_mag_step, get_font_by_design_size): 
15579         * lily/modified-font-metric.cc (Modified_font_metric): 
15580         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
15581
15582         * scm/encoding.scm (coding-alist): Add fetaDynamic.
15583         (read-encoding-file): Bugfix: do not require space after bracket.
15584
15585         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
15586         these do not exist.
15587
15588 2004-11-20  Graham Percival  <gperlist@shaw.ca>
15589
15590         * Documentation/user/notation.itely: added info about typesetting
15591         boxed bar numbers.
15592
15593 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15594
15595         * flower/interval.cc (T_to_string): gcc4 fixes.
15596
15597         * scm/define-markup-commands.scm (fill-line): use
15598         stack-stencils. This fixes problems with putting already centered
15599         stencils in a line.
15600
15601         * VERSION: release 2.5.1
15602
15603         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
15604
15605 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15606
15607         * input/example-[1-3].ly: simplify.
15608
15609         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
15610
15611         * scm/output-ps.scm (new-text): new function. Use glyphshow to
15612         show glyphs.
15613
15614         * scm/encoding.scm (decode-byte-string): new function.
15615
15616         * scripts/convert-ly.py (conv): add warning about
15617         set-global-staff-size.
15618
15619         * Doxyfile: add. 
15620
15621         * scripts/convert-ly.py (conv): add raggedlastbottom rule
15622         (conv): warn for TextSpanner split.
15623         (conv): warn for textheight.
15624
15625 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
15626
15627         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
15628         building the documentation, info with images are installed.
15629         (final-install): Fix description.  Mention sourcing of login
15630         scripts (instead of running).
15631
15632 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
15633
15634         * Debian lmodern support.  Note that LilyPond will issue warnings
15635         
15636             no such encoding: "FontSpecific"
15637
15638           The font selection mechanism wants to get the encoding from the
15639           font itself, but the idea of lmodern is that it is usable with
15640           different encodings, ie, Lily should get the encoding from the
15641           font tree, rather than the font itself.  This would require some
15642           more work.
15643         
15644         * configure.in: Test for and accept lmodern if EC fonts not found.
15645
15646         * scm/framework-tex.scm (font-load-command): TeX font name
15647         mangling for latin1 encoded cork-lm fonts.
15648         (convert-to-ps): Load lm.map if available.
15649
15650         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
15651         available.
15652
15653         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
15654
15655         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
15656         available.
15657
15658         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
15659         path for absolute file name, that is silly.
15660
15661         * lily/score-engraver.cc (initialize): 
15662
15663         * Documentation/user/GNUmakefile (local-install-info): Invoke
15664         install-info --remove first.
15665
15666         * #include cleanup (Andreas Scherer).
15667
15668 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
15669
15670         * input/test/script-abbreviations.ly: fix typos.
15671
15672 2004-11-17  Werner Lemberg  <wl@gnu.org>
15673
15674         * python/lilylib.py (options_help_str): Support pretty-printing of
15675         newlines in fourth element of option description.
15676
15677         * scripts/lilypond-book.py (option_definitions): Use new lilylib
15678         feature.
15679         Sort options.
15680
15681         * Documentation/user/lilypond-book.itely: Finish update.
15682
15683 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15684
15685         * Documentation/user/macros.itexi: Add comment about \command.
15686
15687         * Documentation/user/lilypond.tely:
15688         * Documentation/user/lilypond-book.itely: Fix names of lilypond
15689         and lilypond-book nodes, so that `info lilypond' visits the manual
15690         at top level, and `info lilypond-book' visits the lilypond-book
15691         section.
15692
15693         * Documentation/user/GNUmakefile (local-install-info): Fix rules
15694         and packager messages.
15695
15696         * lily/pangofc-afm-decoder.cc: Update test.
15697
15698 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
15699
15700         * scm/lily-library.scm (char->unicode-index): New function.
15701
15702         * scm/output-gnome.scm: 
15703         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
15704
15705         * Proper naming of file name throughout; s/filename/file[-_]name/.
15706
15707         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
15708
15709         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
15710
15711 2004-11-16  Werner Lemberg  <wl@gnu.org>
15712
15713         * scripts/lilypond-book.py: The Lord has commanded me to use only
15714         tabs for indentation.  Your humble servant obeys.
15715
15716 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
15717
15718         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
15719         including font, if LilyPond-feta font is only feta font in path.
15720
15721         * scm/output-gnome.scm (text): Revert to file name of font if font
15722         has no name.  Fixes ec font selection.
15723         (char): Bugfix: do not utf8 twice.  Fixes clefs.
15724
15725         * scm/framework-svg.scm:
15726         * scm/output-svg.scm: New file.  TODO: figure out how to
15727         do character by index in font.
15728
15729         * scm/output-sodipodi.scm: Remove.
15730
15731         * scm/output-ps.scm (stem): Remove.
15732
15733 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
15734
15735         * scm/output-gnome.scm (beam): New function.
15736         (slur): Round corners.
15737         (round-filled-box): Round corners.
15738
15739 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15740
15741         * scm/output-gnome.scm (beam): add function.
15742         (draw-line): new routine.
15743         (dashed-line): stub; call draw-line
15744         (polygon): new routine.
15745
15746 2004-11-15  Werner Lemberg  <wl@gnu.org>
15747
15748         * Documentation/user/lilypond-book.itely: Revise section on
15749         lilypond-book options.
15750         Other minor fixes.
15751
15752         * scripts/lilypond-book.py: Change indentation to 4.
15753         Minor formatting.
15754
15755 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15756
15757         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
15758         grobs that have tweaks specced.
15759         
15760 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
15761
15762         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
15763
15764 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
15765
15766         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
15767         actual char #, not 0 based index.
15768
15769         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
15770
15771         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
15772         Warning: do make -C mf clean.
15773
15774         * lily/context-property.cc: Compile fix.
15775
15776         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
15777         Grok ec-fonts, braces and dynamics.
15778
15779         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
15780
15781 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15782
15783         * lily/include/tweak-registration.hh: new file.
15784
15785         * lily/tweak-registration.cc: new file.
15786
15787         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
15788         saving tweaks.
15789
15790         * scm/output-gnome.scm (text): comment dribble.
15791
15792 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
15793
15794         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
15795
15796         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
15797         path-def before using.  Fixes muchtomany slurs in wrong places
15798         bug.
15799
15800 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15801
15802         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
15803
15804         * lily/include/object-key-undumper.hh (Module): new file.
15805
15806         * lily/object-key-undumper.cc (Module): New file. Deserialize
15807         keys. SCM bindings
15808
15809         * lily/object-key-dumper.cc (Object_key_dumper): idem.
15810         Provide SCM bindings.
15811
15812         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
15813         new file. Serialize object keys.
15814         
15815         * lily/object-key.cc (dump): new function.
15816         (as_scheme): new virtual function
15817         (undump): new function
15818         (undumpers): new table.
15819
15820         * lily/include/global-context.hh (Context): take \score key upon init.
15821
15822         * lily/object-key-dumper.cc (serialize_key): new file.
15823
15824         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
15825
15826         * lily/lily-lexer.cc: remove \quote.
15827
15828         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
15829
15830         * lily/context.cc (Context): take key argument in ctor.
15831         (create_context): new function
15832
15833         * lily/grob.cc (Grob): take key argument in ctor.  
15834
15835         * lily/lilypond-key.cc (do_compare): new file.
15836
15837         * lily/object-key.cc (Object_key): new file.
15838
15839         * lily/include/object-key.hh (class Object_key): new file.
15840
15841         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
15842
15843 2004-11-13  Graham Percival  <gperlist@shaw.ca>
15844
15845         * Documentation/user/lilypond-book.itely: add small warning about
15846         noindent default in lilypond-book.
15847
15848         * Documentation/user/converters.itely: add examples for convert-ly.
15849
15850         * Documentation/user/examples.itely: change version string in templates
15851         to 2.4.0.
15852
15853 2004-11-12  Karl Hammar  <karl@aspodata.se>
15854
15855         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
15856         cmdline, use xargs instead (backportme)
15857
15858 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
15859         
15860         * Documentation/user/: Numerous fixes in the user manual.
15861
15862 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15863
15864         * lily/parser.yy (re_rhythmed_music): search music expression for
15865         context-id, surround by \new Voice if not found. Fixes:
15866         addlyrics-second-staff.ly
15867
15868         * VERSION: 2.5.0 released.
15869         
15870 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15871
15872         * Documentation/index.html.in: Fix url to one big page.  (backportme)
15873
15874         * Documentation/user/GNUmakefile: Separate rules for split and
15875         unsplit html documents.  Remove perl massaging.  (backportme)
15876
15877 2004-11-11  Graham Percival  <gperlist@shaw.ca>
15878
15879         * Documentation/user/lilypond-book.itely: add short warning about
15880         \lilypond{} in LaTeX docs.
15881
15882 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15883
15884         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
15885         found.  (backportme)
15886
15887         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
15888         version requirement.  (backportme)
15889
15890         * configure.in: Be explicit about old versions of
15891         ec-fonts-mtraced.  (backportme)
15892
15893         * lily/context-selector.cc (set_tweaks): New function.
15894         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
15895         web with -DTWEAK.
15896
15897         * Documentation/user/introduction.itely (Automated engraving):
15898         Remove fragment option.  Fixes web.
15899
15900         * lily/context-property.cc (make_item_from_properties):
15901         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
15902         #ifdef.
15903
15904         * scm/define-context-properties.scm
15905         (all-internal-translation-properties): Add tweakRank and tweakCount.
15906
15907         * lily/grob.cc: 
15908         * scm/define-grob-properties.scm (all-internal-grob-properties):
15909         Add tweak-rank and tweak-count.
15910
15911 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
15912
15913         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
15914         New function.
15915         (text): Use them.
15916
15917         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
15918         animated/opaque grob dragging tweaks.
15919
15920         * buildscripts/guile-gnome.sh: Update.
15921
15922 2004-11-10  Mats Bengtsson  <mabe@s3.kth.se>
15923
15924         * scm/define-grobs.scm (all-grob-descriptions): Added
15925         line-interface to the LigatureBracket object.
15926
15927 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
15928
15929         * scm/framework-gnome.scm (item-event): Support non-animated mouse
15930         dragging tweaks.
15931
15932         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
15933
15934         * lily/context-selector.cc (store_context): New function.
15935
15936         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
15937         (store_grob): New function.
15938         (identify_grob): Add Moment parameter.
15939
15940         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
15941         exists.
15942
15943         * scm/framework-gnome.scm (save-tweaks): Write as alist.
15944
15945 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
15946
15947         * scm/framework-gnome.scm (item-event): Print grob id.
15948         (save-tweaks): New function.
15949         (tweak): New funtion.
15950         (item-event): Use it, bound to arrow keys.
15951
15952         * lily/context-property.cc (make_item_from_properties): Register grob.
15953         * lily/context.cc (add_context): Register context.
15954
15955         * lily/include/context-selector.hh:
15956         * lily/include/grob-selector.hh:
15957         * lily/context-selector.cc:
15958         * lily/grob-selector.cc: New file.
15959
15960 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15961
15962         * lily/slur.cc: add 'positions to interface
15963
15964         * lily/main.cc: reinstate PS as standard output format. 
15965
15966         * scm/framework-tex.scm (output-preview-framework): print systems
15967         up to first non title system.
15968
15969         * lily/grace-engraver.cc (start_translation_timestep): split
15970         scm_cadddr
15971         
15972 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15973
15974         * lily/quote-iterator.cc (Module): remove old quote-iterator
15975
15976         * scm/define-music-types.scm (music-descriptions): move
15977         NewQuoteMusic over QuoteMusic
15978
15979         * Documentation/user/notation.itely (Formatting cue notes): use
15980         \cueDuring.
15981
15982         * lily/new-quote-iterator.cc (quote_ok): new function.
15983
15984         * input/regression/quote-cue-during.ly: new file.
15985
15986         * input/regression/quote-grace.ly: new file.
15987
15988         * scm/define-context-properties.scm (Module): change definition of
15989         graceSettings
15990
15991         * lily/context-property.cc (Module): rename from
15992         translator-property.cc
15993
15994         * lily/context.cc (context_name_symbol): new function
15995
15996         * lily/grace-engraver.cc: new file. Set properties for grobs based
15997         on the grace-ness of now_moment().
15998
15999         * scm/music-functions.scm (add-grace-property): use list
16000         iso. vector for graceSettings
16001         remove set-{start,stop}-grace-properties. 
16002
16003         * lily/new-quote-iterator.cc (construct_children): set
16004         quote_outlet_ if no quoted-context-{id,type} specified.
16005
16006         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
16007
16008         * lily/parser.yy (command_element): remove \quote.
16009
16010         * ly/music-functions-init.ly (location): add quoteDuring music
16011         function. 
16012
16013         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
16014         optional semicolon. (backportme)
16015
16016 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
16017
16018         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
16019         need to link to GUILE et al.
16020
16021 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16022
16023         * scm/define-music-properties.scm (all-music-properties): add
16024         quoted-context-type, quoted-context-id.
16025
16026         * scm/lily.scm (type-check-list): new function.
16027         
16028         * scm/lily-library.scm: new file. Generic library routines.
16029
16030         * lily/parser.yy (Generic_prefix_music): move typechecking out of
16031         parser.
16032
16033         * ly/music-functions-init.ly: add quoteDuring function.
16034
16035         * lily/include/music-iterator.hh (class Music_iterator): rename
16036         set_translator -> set_context
16037
16038         * lily/parser.yy (Generic_prefix_music_scm): add
16039         MUSIC_FUNCTION_SCM_SCM_MUSIC
16040
16041         * scm/lily.scm (sanitize-command-option): new function. (backportme)
16042
16043         * scm/framework-tex.scm (header): sanitize TeX paper size.
16044         (backportme)
16045
16046 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
16047
16048         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
16049
16050         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
16051
16052         * scm/framework-tex.scm (font-load-command): Use T1 if no
16053         font-encoding set.  (backportme)
16054
16055         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
16056         exists before converting.  (backportme)
16057
16058         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
16059         exists before converting.  (backportme)
16060         (convert-to-ps): Remove .ps file if it exists before
16061         converting.  (backportme)
16062
16063         * lily/lexer.ll: Remove extra progress newline, use present tense.
16064
16065         * scm/paper.scm (paper-alist): public.
16066         * scm/framework-tex.scm (convert-to-ps):
16067         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
16068         command line.
16069
16070 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16071
16072         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
16073
16074         * lily/recording-group-engraver.cc (derived_mark): mark
16075         now_events_. (backportme)
16076
16077 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16078
16079         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
16080
16081         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
16082         invoking latex. (backportme.)
16083
16084         * lily/stem.cc (off_callback): center stems for all rest stems.
16085
16086 2004-11-05  Werner Lemberg  <wl@gnu.org>
16087
16088         * Documentation/user/lilypond.tely: Add more guidelines for writing
16089         lilypond texinfo documents.
16090
16091 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
16092
16093         * Documentation/index.html.in: remove <hr>.
16094
16095         * THANKS: change 2.3 to 2.4.
16096
16097 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
16098
16099         * scm/output-gnome.scm: More fontconfig comment.
16100
16101 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
16102
16103         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
16104         <package> directory in $(builddir)/share according with
16105         PACKAGE_NAME defined in the VERSION file.
16106
16107 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16108
16109         * lily/beam.cc (rest_collision_callback): use local beam
16110         multiplicity.
16111
16112         * input/regression/stem-stemlet.ly: new file.
16113
16114         * lily/stem.cc (add_head): store rests as well.
16115
16116         * scm/define-grob-properties.scm (all-user-grob-properties): add
16117         stemlet-length
16118
16119         * lily/stem.cc: store rests as well.
16120         
16121         * input/regression/new-slur.ly: mention forcing.
16122
16123 2004-11-04  Werner Lemberg  <wl@gnu.org>
16124
16125         * Documentation/user/*: A new round of layout fixes and document
16126         structure cleanup.
16127
16128 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
16129
16130         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
16131
16132 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
16133
16134         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
16135
16136 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
16137
16138         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
16139
16140         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
16141
16142         * lily/main.cc (main): Invoke identify.
16143
16144         * scm/lily.scm (postscript->pdf): Remove progress newline.
16145         Write progress to stderr.
16146
16147         * lily/paper-book.cc (output): Remove progress newline.
16148
16149         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
16150         gettext on user messages, and remove whitespace.
16151
16152         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
16153
16154         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
16155         argv[0] (Thomas Scharkowski).
16156
16157         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
16158         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
16159         for ec-fonts-mtraced.
16160
16161         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
16162         --srcdir build (Bertalan).
16163
16164         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
16165         headers and library too (Laura Conrad).
16166
16167         * Documentation/topdocs/INSTALL.texi (Top): Mention development
16168         package for guile too (Laura Conrad).
16169
16170         * lily/main.cc (usage): Typo.
16171
16172 2004-11-02  Werner Lemberg  <wl@gnu.org>
16173
16174         * Documentation/user/notation.ly: More fixes to improve appearance.
16175
16176         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
16177         better output for multicolumn tables.
16178
16179 2004-11-01  Mats Bengtsson  <mabe@s3.kth.se>
16180
16181         * lily/main.cc (dir_info): Fixed typo in the printouts.
16182
16183 2004-11-01  Werner Lemberg  <wl@gnu.org>
16184
16185         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
16186         of output.
16187         Set `per_line' to 2; replace hard-coded value with it.
16188
16189         * Documentation/user/*: Many fixes to improve appearance of
16190         printed manual.
16191
16192 2004-11-01  Werner Lemberg  <wl@gnu.org>
16193
16194         * Documentation/user/changing-defaults.itely,
16195         Documentation/user/notation.ly,
16196         Documentation/user/programming-interface.itely: Use @/.
16197         Fix formatting of some lilypond snippets and tables.
16198
16199         * scripts/lilypond-book.py (compose_ly): Provide useful default
16200         for LINEWIDTH in `override'.
16201
16202 2004-10-31  Graham Percival  <gperlist@shaw.ca>
16203
16204         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
16205
16206 2004-10-31  Werner Lemberg  <wl@gnu.org>
16207
16208         Resetting @exampleindent to `5' gives ugly results with texinfo's
16209         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
16210         (if not quoting) to change @exampleindent only locally.
16211
16212         * scripts/lilypond-book.py (NOQUOTE): New variable.
16213         (output) [LATEX]: Remove AFTER and BEFORE.
16214         [TEXINFO]: Remove AFTER and BEFORE.
16215         Fix QUOTE and VERBATIM pattern.
16216         Add NOQUOTE pattern.
16217         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
16218         and BEFORE.
16219         [output_texinfo]: Use NOQUOTE.
16220
16221 2004-10-31  Graham Percival  <gperlist@shaw.ca>
16222
16223         * Documentation/user/changing-defaults.itely: clarify paper
16224         size commands with correct info.
16225
16226         * Documentation/user/lilypond-book.itely: add more docs for
16227         filename extensions.
16228
16229 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16230
16231         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
16232         (PATCH_LEVEL): start 2.5.0.
16233
16234 #Local variables:
16235 #coding: utf-8
16236 #End:
16237