]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
New location for this file (moved from bugs/ CVS).
[lilypond.git] / ChangeLog
1 2006-10-06  Graham Percival  <gpermus@gmail.com>
2
3         * Documentation/user/convert-ly.txt: new file; new
4         storage place for this file (moved from bugs/ CVS).
5
6 2006-10-06  Jürgen Reuter  <reuter@ipd.uka.de>
7
8         * lily/note-head.cc: Fixed programming_error message.
9
10 2006-10-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
11
12         * scm/define-grobs.scm (pure-conversion): move pure-callback
13         further into body.
14
15         * scm/script.scm (default-script-alist): set avoid-slur for turn,
16         marcato, stopped, thumb.
17
18 2006-10-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
19
20         * lily/completion-note-heads-engraver.cc (process_music): don't
21         skimp on memory usage.
22
23         * lily/beam.cc (set_stem_lengths): do set_stemend for invisible
24         stems too. Fixes #5
25
26         * lily/parenthesis-engraver.cc (acknowledge_grob): set parent of
27         parenthesis item. This fixes premature Y-extent triggering. Fixes
28         issue #95. 
29  
30         * VERSION (PATCH_LEVEL): bump version.
31
32 2006-10-04  Graham Percival  <gpermus@gmail.com>
33
34         * Documentation/user/advanced-notation.itely: added
35         info about instrument names for piano or other contexts,
36         thanks Marcus!
37
38 2006-10-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
39
40         * mf/feta-bolletjes.mf (solfa_quarter_width): use
41         solfa_base_notewidth as unit for non-DO-notes too.
42
43         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: update email.
44
45         * VERSION: release 2.9.21
46
47         * Documentation/topdocs/NEWS.tely (Top): simpler, more clearer
48         override.
49
50 2006-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
51
52         * python/lilylib.py (progress): Minor fix.
53
54 2006-10-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
55
56         * lily/note-name-engraver.cc: doc engraver.
57
58         * scm/output-lib.scm (hairpin::calc-grow-direction): new function.
59
60         * lily/dynamic-engraver.cc (process_music): don't set grow-direction.
61
62         * scm/define-grobs.scm (all-grob-descriptions): calc duration-log
63         by callback.
64
65         * lily/stem-engraver.cc (make_stem): don't set duration-log
66
67         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system):
68         write snippet-names binary.
69
70         * python/lilylib.py (system): use os.system for mingw32
71
72         * scripts/lilypond-book.py (bindir): use os.pathsep for prepending
73         to $PATH.
74
75         * scm/backend-library.scm: update email address.
76
77         * Documentation/topdocs/NEWS.tely (Top): add duration-log override
78         example.
79
80         * scm/define-grobs.scm (all-grob-descriptions): use callback to
81         calc dot count.
82
83         * lily/dots-engraver.cc (class Dots_engraver): new engraver:
84         handle dot creation separately.
85
86         * lily/tab-note-heads-engraver.cc (process_music): idem.
87
88         * lily/drum-note-engraver.cc (process_music): idem.
89
90         * lily/note-heads-engraver.cc (process_music): idem.
91
92         * lily/rest-engraver.cc: don't set duration-log.
93
94         * scm/output-lib.scm (string-number::calc-text): new function.
95         (note-head::calc-duration-log): new function.
96
97         * lily/fingering-engraver.cc (make_script): remove 'text setting.
98
99         * scm/output-lib.scm (fingering::calc-text): new function.
100
101 2006-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
102
103         * scripts/lilypond-book.py: Fix typo gs-load-font -> gs-load-fonts
104          and include-eps-font -> include-eps-fonts
105
106 2006-10-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
107
108         * lily/multi-measure-rest-engraver.cc: use internalBarNumber
109
110         * lily/timing-translator.cc: list properties.
111         (start_translation_timestep): update internalBarNumber too.
112
113         * scm/define-context-properties.scm
114         (all-user-translation-properties): add internalBarNumber.
115
116         * input/regression/spacing-no-note.ly: new file.
117
118         * buildscripts/output-distance.py (link_file): verbosity for OSError.
119
120         * lily/book.cc: #include cleanup.
121
122         * lily/include/lily-guile-macros.hh: add assert to
123         scm_or_str2symbol(SCM).
124
125         * VERSION (PATCH_LEVEL): bump version.
126
127         * lily/spacing-spanner.cc (musical_column_spacing): handle
128         musical->nonmusical spacing case, where there is no spacing
129         wish. Fixes issue #61.
130
131         * lily/pango-font.cc (text_stencil): allow 'tight' bounds.
132         (pango_item_string_stencil): use logical rect horizontally (to
133         preserve spaces), ink_rect vertically (for time signatures).
134
135         * lily/font-metric.cc (word_stencil): new interface function
136
137         * input/regression/utf-8-mixed-text.ly: new file.
138
139         * lily/percent-repeat-engraver.cc (listen_percent): remove
140         spurious warning.
141
142         * lily/phrasing-slur-engraver.cc (acknowledge_script): only ack
143         non-dynamic scripts. Fixes #30.
144
145         * lily/slur.cc (outside_slur_callback): make offset_scm optional.
146
147         * lily/beam.cc (rest_collision_callback): make prev_offset optional.
148
149         * lily/grob-closure.cc (chain_offset_callback): don't pass 0 but
150         SCM_UNDEFINED for non-existent data.
151
152         * lily/side-position-interface.cc (general_side_position): allow
153         optional current_offset argument for chaining, so combinations of side-position
154         and outside slur callback don't add up.  Fixes issue #92.
155
156         * lily/pango-font.cc (pango_item_string_stencil): use
157         logical_rect. This prevents spaces after words from disappearing,
158         issue #72.
159         
160         * VERSION: release 2.9.20
161
162 2006-10-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
163
164         * scm/define-grob-properties.scm (all-user-grob-properties):
165         mention stencil as user settable.
166
167 2006-10-02  Joe Neeman  <joeneeman@gmail.com>
168
169         * Documentation/user/page.itely (Page formatting): 
170         document auto-first-page-number
171
172         * lily/page-breaking.cc (find_chunks_and_breaks): 
173         * lily/paper-score.cc (calc_breaking): Follow changes to the
174         Constrained_breaking interface
175
176         * lily/constrained-breaking.cc (calc_subproblem): run the main loop
177         here backwards, as an optimisation
178         (initialize): new function; move most of the code in resize () here
179         (combine_demerits): cache ragged_right_
180         (Constrained_breaking): constructor now takes the Paper_score
181
182 2006-10-02  Erik Sandberg  <mandolaerik@gmail.com>
183         
184         * lily/lexer.ll, lily/parser.yy: Add EXPECT_NO_MORE_ARGS token, to
185         avoid parser lookahead for 0-ary functions.
186
187         * lily/translator.cc: Extract event classes from
188         IMPLEMENT_TRANSLATOR_LISTENER for documentation generation.
189
190 2006-10-02  Heikki Junes  <hjunes@gmail.com>
191
192         * po/fi.po: Fix spaces, commas etc. in Finnish translation using
193         KBabel fix tool.
194
195 2006-10-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
196
197         * scm/layout-page-layout.scm (page-breaking-wrapper): new
198         function. Call the page breaking function selected in the
199         `page-breaking' \paper variable, then the post processing function
200         chosen using the `page-post-process' \paper variable.
201         (line-height): new function. Return the height of a system.
202         (line-minimum-position-on-page): new function. Return the position
203         of a system on page (using the previous line position), only
204         considering between system padding.
205         (stretchable-line?): new function. Says whether a line can be
206         stretched (ie. is not a title nor a single staff system).
207         (page-maximum-space-left): new function. Computes space left on a
208         page, when all systems are separated by their padding.
209
210         * lily/page-breaking.cc (breaking::make_pages): Move page post
211         processing function call to page breaking wrapper (common to all
212         page breakers).
213
214         * lily/paper-book.cc (book::pages): call the page breaking
215         wrapper, instead of the page breaker directly
216
217         * ly/paper-defaults.ly: Add \paper variables for page breaking
218         wrapper and page post processing function. Make
219         `write-page-layout' value depend on the 'dump-tweaks option. Add a
220         `system-maximum-stretch-procedure' variable for holding a function
221         computing the maximum stretch a system allows.
222
223         * scm/layout-page-dump.scm (write-page-breaks): computes the
224         stretch to apply to systems on a page to minimize left
225         space. Dump this stretch length.
226
227         * ly/music-functions-init.ly (spacingTweaks): implement it. Read
228         the system-stretch property of the tweak data to stretch the
229         system.
230         (includePageLayoutFile): Void function which includes the
231         generated page-layout file if it exists and if the page layout
232         dumping is not asked.
233         (scoreTweak): if the score tweak named by the argument exists,
234         return it.
235
236 2006-10-01  Joe Neeman  <joeneeman@gmail.com>
237
238         * lily/page-spacing.cc (compress_lines, uncompress_solution):
239         handle correctly the case where there are multiple \noPageBreaks
240         in a row.
241
242 2006-09-30  Laura Conrad <lconrad@laymusic.org>
243
244         * abc2ly.py adds segno (S) and Coda (O) to articulations.
245         
246         * abc2ly.py fix so that entering " -- " will translate to a -- in
247         the lilypond instead of a " - - "
248         
249 2006-09-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
250
251         * lily/align-interface.cc: fix typo
252
253         * lily/dynamic-text-spanner.cc (print): Add a special case for
254         trill spanner right sides. 
255
256         * scm/define-grobs.scm (all-grob-descriptions): set padding to 0.1
257
258         * lily/align-interface.cc (get_extents_aligned_translates): add
259         support for padding variable.
260
261         * lily/break-align-interface.cc (self_align_callback): oops: use
262         loop variable in guard.
263
264         * input/regression/repeat-percent-grace.ly: new file.
265
266         * lily/percent-repeat-engraver.cc (start_translation_timestep):
267         remember first currentCommandColumn of a grace run. Fixes issue 70.
268
269         * lily/percent-repeat-iterator.cc (class Percent_repeat_iterator):
270         move class definition to CC file.
271
272         * lily/multi-measure-rest.cc (percent): use robust_relative_extent()
273
274         * lily/slash-repeat-engraver.cc (listen_percent): don't warn for
275         measure-long  repeats.
276
277         * flower/include/international.hh: include stdarg.h
278
279 2006-09-30  Joe Neeman  <joeneeman@gmail.com>
280
281         * lily/page-turn-page-breaking.cc (calc_demerits): now that we allow
282         put_systems_on_pages to return an empty result, we need to assign
283         demerits properly in that case.
284         (put_systems_on_pages): Make the number of pages depend on the
285         evenness of page_number. Add auto-first-page-number.
286         (calc_subproblem): ensure that the page-number is even for the
287         left-hand page. Warn if the first page-turn doesn't fit onto the
288         first (right-hand) page.
289
290         * lily/page-spacing.cc (solve): bug: demerits_ would always be inf
291         (min_page_count): make this publicly accessible
292         (min_page_count): fix a bug when there are forced page breaks that
293         was introduced when I made this loop run backwards
294         (space_systems_on_n_pages, space_systems_on_n_or_one_more_pages):
295         replace space_systems_on_min_pages with these two. The logic in
296         space_systems_on_min_pages was getting too convoluted and is better
297         contained in page-turn-page-breaking.
298
299         * lily/page-turn-engraver.cc (breakable_column): remove an always-true
300         conditional
301         (breakable_column): typo
302
303         * lily/source-file.cc (get_line): fix off-by-one error
304         and clean up some of the logic
305
306 2006-09-29  Joe Neeman  <joeneeman@gmail.com>
307
308         * lily/page-breaking.cc (make_pages): honour the first-page-number
309         property
310
311 2006-09-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
312
313         * VERSION (PACKAGE_NAME): bump version.
314
315 2006-09-26  Pal Benko  <benko.pal@gmail.com>
316
317         * scm/parser-clef.scm: add petrucci-f3 and -f4 clefs
318         (the latter is the same as petrucci-f which is kept for compatibility)
319
320 2006-09-26  Erik Sandberg  <mandolaerik@gmail.com>
321         
322         * lily/part-combine-iterator.cc: solo1-event -> solo-one-event
323
324 2006-09-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
325
326         * lily/global-context.cc (run_iterator_on_me): break out of loop
327         if moment doesn't increase.
328
329         * scm/define-grob-properties.scm (all-user-grob-properties): add
330         forced property.
331
332         * lily/accidental.cc (after_line_breaking): read forced property.
333
334         * lily/accidental-engraver.cc (process_acknowledged): set 'forced
335         property.
336
337         * input/regression/accidental-forced-tie.ly:  new file.
338
339 2006-09-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
340
341         * ly/engraver-init.ly: set ignoreFiguredBassRest in Staff context.
342
343         * lily/figured-bass-engraver.cc: only listen to rest events if
344         ignoreFiguredBassRest is not set.
345
346         * scm/define-context-properties.scm
347         (all-user-translation-properties): add ignoreFiguredBassRest property
348
349 2006-09-24  Joe Neeman  <joeneeman@gmail.com>
350
351         * lily/paper-book.cc (get_system_specs):
352         (set_system_penalty): fix breakbefore.
353         We used to set a penalty on the system after the break, now we
354         set a permission on the system before the break
355
356         * lily/grob-property.cc: add scm debugging hooks into
357         property modification
358
359         * lily/context-property.cc:
360         * lily/engraver.cc:
361         rename make_foo_from_properties to internal_make_foo and
362         move it from context-property.cc to a member function of
363         Engraver.
364         
365         * lily/include/lily-guile-macros.hh:
366         overload ly_symbol2scm macro so that there is no more need
367         to use internal_foo
368
369         * lily/volta-repeat-iterator.cc:
370         * lily/tweak-engraver.cc:
371         * lily/tuplet-bracket.cc:
372         * lily/span-bar-engraver.cc:
373         * lily/script-engraver.cc:
374         * lily/prob-scheme.cc:
375         * lily/pointer-group-interface.cc:
376         * lily/parser.yy:
377         * lily/grob-scheme.cc:
378         * lily/grob-property.cc:
379         * lily/context.cc:
380         * lily/context-property.cc:
381         * lily/break-substitution.cc:
382         * lily/break-align-engraver.cc:
383         * lily/axis-group-interface.cc:
384         * lily/align-interface.cc:
385         remove calls to internal_FOO
386
387         * lily/system-start-delimiter-engraver.cc:
388         * lily/parenthesis-engraver.cc:
389         * lily/accidental-engraver.cc:
390         remove calls to make_foo_from_properties
391
392 2006-09-23  Graham Percival  <gpermus@gmail.com>
393
394         * Documentation/user/programming-iterfaces.itely: fix
395         def-music-function -> define-music... leftover.
396
397 2006-09-23  Joe Neeman  <joeneeman@gmail.com>
398
399         * lily/page-spacing.cc (min_page_count): by running the loop
400         backwards, we can calculate ragged_last properly.
401
402 2006-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
403
404         * ly/titling-init.ly (scoreTitleMarkup): Rename (typo!?)
405         printfirst-page-number -> print-first-page-number
406
407         * python/convertrules.py: corresponding rule.
408
409         * Documentation/user/page.itely (Page formatting): Document the
410         default values of all page layout parameters. 
411
412 2006-09-22  Erik Sandberg  <mandolaerik@gmail.com>
413
414         * lily/lexer.ll: remove limitation on music function arity. New
415         mode extratoken, which inserts extra EXPECT_* tokens after
416         MUSIC_FUNCTION token. Junk all MUSIC_FUNCTION_* tokens.
417
418         * lily/parser.yy: Change grammar for music function accordingly.
419
420         * lily/include/lily-parser.hh: New method get_state, new member
421         hidden_state. Works around a problem when parser fetches
422         MUSIC_FUNCTION token but not the following EXPECT_* token.
423
424         * lily/translator.cc, lily/context.cc:, lily/translator-group.cc:
425         remove try_music
426
427         * lily/*-engraver.cc, lily/*-performer.cc: Remove all remaining
428         references to Music; use ASSIGN_EVENT_ONCE everywhere
429
430         * lily/grob-info.cc: junk *music_cause
431
432         * lily/music.cc: copy eventified articulations to stream event
433
434         * lily/part-combine-iterator.cc: Cleanup using enums
435
436         * lily/translator-group.cc: Junk OldMusicEvent, and associated
437         methods
438
439         * lily/include/engraver.hh: Junk music.hh include
440
441         * lily/stream-event.cc: Changed constructors
442
443 2006-09-21  Graham Percival  <gpermus@gmail.com>
444
445         * Documentation/user/tweaks.itely (Fitting music onto fewer
446         pages): change settings to avoid warning messages.
447
448 2006-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
449
450         * Documentation/user/tweaks.itely (Fitting music onto fewer
451         pages): Add between-system-space setting. 
452
453 2006-09-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
454
455         * lily/accidental-placement.cc (calc_positioning_done): don't
456         trigger Y-extent calculation too early. Use pure_height instead.
457
458         * lily/scale.cc (LY_DEFINE): new file. 
459
460 2006-09-20  Joe Neeman  <joeneeman@gmail.com>
461
462         * lily/page-breaking.cc (find_chunks_and_breaks): ignore breaks
463         that happen at the start of a score: having a zero-length
464         chunk was messing up min_system_count calculations.
465
466         * lily/source-file.cc (get_line): lower_bound, not
467         binary_search. Fixes problem where point-and-click would
468         always point to the first line.
469
470 2006-09-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
471
472         * lily/accidental-placement.cc (calc_positioning_done): also put
473         stems into accidental support. 
474
475         * lily/tie-engraver.cc (process_music): also set tieMelismaBusy if
476         event_ detected.
477
478         * scm/script.scm (default-script-alist): avoid-slur and
479         slur-padding for portato script.
480
481         * lily/stem-tremolo.cc (translated_stencil): new function. 
482         (height): use new function. Fixes tremolos on whole notes.
483
484         * lily/slur-scoring.cc (get_best_curve): don't crash if no optimal
485         slur found.
486
487 2006-09-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
488
489         * scripts/abc2ly.py (try_parse_comment): idem.
490
491         * scripts/lilypond-book.py (find_toplevel_snippets): use 'foo' in
492         bar_string iso. string.find()
493
494         * lily/*.cc: idem.
495
496         * lily/slur.cc (get_curve): always use scm_is_pair() looping
497         scheme lists.  
498
499 2006-09-18  Graham Percival  <gpermus@gmail.com>
500
501         * Documentation/user/basic-notation.itely: add bug
502         warning about ties and octavation/clef.
503
504 2006-09-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
505
506         * VERSION (PACKAGE_NAME): release 2.9.18
507
508 2006-08-29  Milan Zamazal  <pdm@brailcom.org>
509
510         * elisp/lilypond-mode.el (LilyPond-command-alist): Don't try to
511         figure out midi file names right here.
512         
513 2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
514
515         * scm/framework-ps.scm (dump-stencil-as-EPS): naming pad-eps-boxes.
516
517         * scm/backend-library.scm: option naming:  gs-font-load*s*
518
519         * scm/framework-eps.scm (dump-stencils-as-EPSes): rename option to
520         include-eps-fonts
521
522 2006-09-17  Joe Neeman  <joeneeman@gmail.com>
523
524         * scm/define-music-types.scm (music-descriptions): remove
525         BreakEvent and fix {Page,Line}{Break,Turn}Event so
526         Music::to_event doesn't complain.
527
528         * lily/accidental-placement.cc (ape_compare):
529         * lily/semi-tie.cc (compare): 
530         * lily/note-column.cc (shift_compare): replace by XXX_less
531
532         * lily/tie-formatting-problem.cc (set_chord_outline): 
533         * lily/tie-column.cc (calc_positioning_done): 
534         * lily/system.cc (post_processing)
535         (get_paper_system): 
536         * lily/stem.cc (note_head_positions)
537         (calc_positioning_done): 
538         * lily/spanner.cc (do_break_processing)
539         (find_broken_piece): 
540         * lily/span-bar.cc (print): 
541         * lily/semi-tie-column.cc (calc_positioning_done): 
542         * lily/rest-collision.cc (calc_positioning_done): 
543         * lily/program-option.cc (get_help_string): 
544         * lily/note-collision.cc (get_clash_groups):
545         * lily/new-fingering-engraver.cc (position_scripts):
546         * lily/keyword.cc (Keyword_table):
547         * lily/hara-kiri-group-spanner.cc (request_suicide):
548         * lily/grob-pq-engraver.cc (stop_translation_timestep):
549         * lily/accidental-placement.cc (calc_positioning_done):
550         (stagger_apes):
551         * lily/beam.cc (get_beam_segments):
552         * lily/grob-array.cc (remove_duplicates):
553         use new vector_sort
554         
555         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily:
556         ragged-last-bottom = ##f (test the new page breaker)
557
558         * flower/include/std-vector.hh (vector_sort): use STL sort stuff
559
560         * scm/define-context-properties.scm
561         (all-internal-translation-properties): remove properties that
562         were used to communicate page-turn stuff to the paper-column
563         engraver.
564
565         * lily/lily-guile.cc (robust_scm2string): new function
566
567         * lily/paper-column-engraver.cc: Clean up page turn stuff
568
569         * lily/page-turn-engraver.cc: Re-write the page turn logic here
570         instead of cluttering up paper-column-engraver.cc
571
572 2006-09-17  Nicolas Sceaux  <nicolas.sceaux@free.fr>
573
574         * scm/layout-page-dump.scm (scm): export utility function names,
575         to allow user writing cutsom dumping functions.
576
577         * scm/layout-page-layout.scm: export utility function names to
578         enable custom page breaking function writing. Tabify.
579         (line-next-space): use ?-suffix only for predicates
580         (page-maximum-space-to-fill): new function. Return the space
581         between first and bottom system of a page, to give to
582         space-systems.
583         (space-systems): use a space-to-fill argument (for instance as
584         computed by page-maximum-space-to-fill) instead of computing
585         internaly this space with the page height. That way, the caller
586         can adjust the space to use.
587         (make-page-from-systems, walk-paths): compute space to fill before
588         calling space-systems.
589
590 2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
591
592         * scm/script.scm (default-script-alist): set paddings for every
593         type here, increase for portato mark.
594
595         * scm/lily.scm (define-scheme-options): typo: add s, so it is 
596         -dinclude-eps-fonts
597
598 2006-09-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
599
600         * scm/define-grobs.scm (all-grob-descriptions): oops, typo:
601         use spanner::set-spacing-rods
602
603         * lily/note-column.cc: reformat.
604
605         * lily/rest-collision.cc (calc_positioning_done): fix whole/half
606         step positioning for note/rest combinations.
607
608         * input/regression/rest-note-collision.ly: new file.
609
610         * scm/define-grobs.scm (all-grob-descriptions): add
611         springs-and-rods
612
613         * flower/include/std-vector.hh: switch off again.
614
615         * VERSION (PATCH_LEVEL): bump to 2.9.18
616
617         * flower/include/std-string.hh: idem.
618
619         * flower/include/std-vector.hh (_GLIBCXX_DEBUG): set if NDEBUG not set.
620
621 2006-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
622
623         * ly/engraver-init.ly: Make FiguredBass accepted in GrandStaff and
624         PianoStaff. 
625
626 2006-09-08  Joe Neeman  <joeneeman@gmail.com>
627
628         * Documentation/user/page.itely: update page breaking documentation
629
630 2006-09-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
631
632         * lily/note-collision.cc (calc_positioning_done): only access
633         first head if available.
634
635         * lily/tuplet-engraver.cc: add tupletFullLengthNote to description.
636
637         * scm/framework-ps.scm (output-preview-framework): use new name.
638
639         * lily/program-option.cc (internal_set_option): use new names.
640
641         * Documentation/user/SConscript (lilypond_book_flags): update -d
642         variable names.
643
644         * Documentation/user/lilypond-book.itely (Inserting LilyPond
645         output into other programs): new variable names.
646
647         * scm/lily.scm (define-scheme-options): uniformize var names.
648
649         * lily/tuplet-engraver.cc (listen_tuplet_span): verify that
650         tuplets_ is non-empty before popping.
651
652 2006-09-07  Joe Neeman  <joeneeman@gmail.com>
653
654         * lily/spanner.cc (find_broken_piece): 
655         * lily/spacing-spanner.cc (get_columns): 
656         * lily/source-file.cc (get_line): 
657         * lily/simple-spacer.cc (get_column_description): 
658         * lily/keyword.cc (lookup): 
659         use the new binary search.
660
661         * flower/include/std-vector.hh: replace binary_search with
662         a more STL-like version
663
664 2006-09-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
665
666         * lily/tie-performer.cc: remove unused last_event_ property.
667         (class Tie_performer): add now_tied_heads_ property for
668         partially-tied heads.
669         (acknowledge_audio_element): when adding an Audio_note, put the
670         note in now_tied_heads_ if the audio note is partially tied.
671         (stop_translation_timestep): always include entries in
672         now_tied_heads_ in heads_to_tie_.
673
674         * lily/drum-note-performer.cc (process_music): look for tie-events
675         in the articulations; pass to Audio_note constructor.
676
677         * lily/note-performer.cc (process_music): look for tie-events in
678         the articulations; pass to Audio_note constructor.
679
680         * lily/audio-item.cc (Audio_note): Initialize tie_event_ in
681         constructor.
682
683         * lily/include/audio-item.hh (class Audio_note): add tie_event_.
684         include initializer in constructor.
685
686 2006-09-02  Joe Neeman  <joeneeman@gmail.com>
687
688         * lily/simple-spacer.cc (get_line_forces): Ignore loose columns
689         unless they are breakable. This fixes discrepancies between the forces
690         calculated here and the forces calculated in get_line_configuration.
691
692         * lily/grob.cc (pure_relative_y_coordinate): fix some
693         mis-estimation that was happening with piano staves.
694
695         * lily/constrained-breaking.cc (resize): don't choke if we get a
696         measure that won't fit on a line.
697         (combine_demerits): don't consider uniformity when ragged
698
699         * lily/page-spacing.cc (solve): why the f* were there two of these?
700         (calc_subproblem): properly handle the case where a system is taller
701         than the page.
702
703         * lily/system.cc (get_paper_system): ensure that all the permissions
704         and penalties are passed to the paper systems.
705
706         * lily/page-breaking.cc (create_system_list): support system-count.
707
708         * scm/define-grobs.scm (pure-print-callbacks): add
709         ly:script-interface::print
710
711         * lily/page-spacing.cc (min_page_count): fix calculation of min
712         pages if we are ragged and there are non-zero springs.
713
714         * scm/layout-page-layout.scm: if the pure-height estimates are under
715         the real height, allow space-systems to ignore padding if it is
716         needed in order to fit the systems on one page
717
718         * lily/optimal-page-breaking.cc (try_page_spacing): fix reading
719         ragged properties
720         (solve): fix performance problem. Make sure we always get at least
721         one solution
722
723         * lily/page-breaking.cc (make_pages): include write-page-breaks
724         and page-stencil
725
726         * lily/paper-score.cc (calc_breaking): remove Gourlay breaker
727
728         * scm/define-grobs.scm: add the new slur-callback
729         fix pure-relevant to not exclude grobs whose extent is already
730         calculated
731
732         * ly/paper-defaults.ly: make ly:optimal-breaking the new default
733         page breaker
734
735         * lily/slur.cc (pure_height): new callback to estimate the height
736         of a slur
737
738 2006-09-02  Graham Percival  <gpermus@gmail.com>
739
740         * Documentation/user/invoking.itely: small update on
741         MacOS X notes; thanks Trevor!
742
743 2006-09-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
744
745         * VERSION (MY_PATCH_LEVEL): release 2.9.17
746
747         * lily/lexer.ll: accept EOF in all states.
748
749         * lily/tempo-performer.cc (Tempo_performer): initialize last_tempo_.
750
751         * lily/source-file.cc (Source_file): always 0-terminate character
752         array, to prevent Flex from barfing.
753
754         * lily/global-context.cc (get_output): robustness: don't crash if
755         no Score context found.
756
757         * lily/include/book.hh (class Book): idem.
758
759         * lily/include/context-def.hh (struct Context_def): idem.
760
761         * lily/include/score.hh (class Score): don't derive from Input.
762
763         * lily/book.cc (Book): add a copy ctor. 
764
765         * buildscripts/output-distance.py (FileLink.calc_distance): count
766         orphans in distance too.
767
768         * python/midi.c (midi_parse_track): robustness: don't read past
769         end of string.
770
771         * ly/performer-init.ly: add Control_track_performer, move
772         Tempo_performer and Time_signature_performer to Score.        
773
774         * lily/score-performer.cc (acknowledge_audio_elements): override
775         from base class: add to audio-columns
776
777         * lily/control-track-performer.cc (add_text): new file: generate
778         the control track.
779
780         * lily/performance.cc: move output_header_track to
781         Control_track_performer ()
782
783         * lily/midi-walker.cc (Midi_walker): get channel in constructor.
784
785         * lily/include/midi-item.hh (class Midi_channel_item): insert
786         class into hierarchy, for items that can have a channel setting. Dehungarify.
787
788         * lily/include/performer.hh (class Performer): remove
789         play_element();  move functionality into announce/acknowledge.
790
791         * lily/audio-staff.cc (output): remove channel_ from Midi_track.
792
793         * lily/tie-engraver.cc (stop_translation_timestep): only wipe
794         heads_to_tie_ if there are new heads to tie.  Fixes polyphony in ties.
795
796 2006-08-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
797
798         * lily/tie-engraver.cc (stop_translation_timestep): robustness for
799         ambituses.
800
801         * lily/all-font-metrics.cc: remove TFM support.
802
803         * lily/include/tfm.hh: remove TFM support, TFM reader.
804
805         * lily/include/binary-source-file.hh: remove Binary_source_file.
806
807 2006-08-27  Graham Percival  <gpermus@gmail.com>
808
809         * Documentation/topdocs/NEWS.itely: add @c marker for
810         stuff I've processed.
811
812         * Documentation/user/ various: info from NEWS.
813
814 2006-08-27  Joe Neeman  <joeneeman@gmail.com>
815
816         * lily/paper-column-engraver.cc (finalize): Oops, this change
817         should have gone in on 2006-08-23
818
819 2006-08-26  Mats Bengtsson  <mabe@s3.kth.se>
820
821         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use double
822         quotes to quote arguments. Fixes Windows problem.
823
824         * python/lilylib.py (progress): idem
825
826 2006-08-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
827
828         * scripts/musicxml2ly.py: fix for importing
829         minor key signatures from MusicXML.  (Phillip Kirlin)
830
831 2006-08-24  Phillip Kirlin  <pkirlin@acm.org>
832
833         * python/musicxml.py: 
834         (Attributes.get_key_signature): now correctly retrieves mode from 
835         MusicXML. 
836
837 2006-08-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
838
839         * lily/parser.yy (output_def_body): take ownership of identifier
840         back to C++.
841
842         * Documentation/user/advanced-notation.itely (Metronome marks):
843         update use of \tempo in \midi.
844
845         * VERSION: release 2.9.16
846         
847 2006-08-24  Erik Sandberg  <mandolaerik@gmail.com>
848
849         * input/mutopia/*: upgrade to new midi tempo syntax (repairs make
850         web partially)
851
852 2006-08-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
853
854         * input/regression/tie-chord-partial.ly: clarify example.
855
856         * scm/define-music-properties.scm (all-music-properties): remove
857         untied.
858
859         * ly/music-functions-init.ly: remove \untied.
860
861         * lily/tie-engraver.cc (struct Head_event_tuple): store both
862         stream events and music events.
863         (stop_translation_timestep): search acknowledged heads for
864         tie-event.
865
866         * input/regression/tie-chord-partial.ly: new file.
867
868         * scm/define-markup-commands.scm (char): use ly:wide-char->utf-8
869         for \char markup command.
870
871         * scm/define-event-classes.scm (unlistened-music-event-classes): idem.
872
873         * scm/define-music-types.scm (music-descriptions): consistency:
874         Use solo-{one,two}-event iso. solo-[12]-event.
875
876         * lily/part-combine-engraver.cc (process_music):
877         Use solo-{one,two}-event iso. solo-[12]-event.
878
879         * ly/declarations-init.ly (partCombineListener): add Timing as
880         alias
881
882         * flower/std-string.cc (string_copy): use copy ()
883
884         * lily/source-file.cc (Source_file): use copy(). Remove contents_str0()
885
886 2006-08-24  Graham Percival  <gpermus@gmail.com>
887
888         * Documentation/user/changing-defaults.itely, global.itely,
889         lilypond-book.itely, page.itely: minor changes from mailist.
890
891 2006-08-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
892
893         * buildscripts/mutopia-index.py (allfiles): filter lily-XXX and
894         snippet-map
895
896         * scm/define-context-properties.scm
897         (translator-property-description): robustness: detect type errors
898         in property definitions.
899
900         * lily/parser.yy (score_body): protect SCORE_IDENTIFIER result
901         after getting it from SCM. 
902
903         * lily/smobs.cc (protect_smob): switch off fancy smob protection
904         for now. 
905
906         * lily/include/performer.hh (class Performer): strip get_tempo()
907         method.
908
909         * lily/midi-def.cc: strip file.
910
911         * lily/lexer.ll (Lily_lexer): don't protect hash key separately.
912
913         * lily/include/context-def.hh (struct Context_def): use
914         VIRTUAL_COPY_CONSTRUCTOR().
915
916         * lily/source-file.cc: smobification.
917
918         * lily/include/source-file.hh (class Source_file): smobify
919         Source_file. Trim redundant members.
920
921         * lily/parser.yy (Lily_lexer::try_special_identifiers): unprotect
922         clones after creation. This plugs a huge memory leak.
923
924         * python/convertrules.py (FatalConversionError.sub_tempo):
925         complete rule for \midi{ \tempo }
926
927         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): idem.
928
929         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): update tempo.
930
931 2006-08-23  Joe Neeman  <joeneeman@gmail.com>
932
933         * input/regression/optimal-page-breaking-hstretch.ly: test for
934         ragged-last-bottom also
935
936         * lily/paper-column-engraver.cc (finalize): make the end of a score
937         breakable by default. This is to balance out a change in behaviour
938         of the page-turn-breaker which no longer makes the end of a score
939         breakable.
940
941         * lily/paper-book.cc (pages): set the systems_ once the pages are
942         broken
943
944         * lily/page-turn-page-breaking.cc (calc_subproblem): use the new
945         Page_breaking interface.
946
947         * lily/page-breaking.cc (class Page_breaking): make the interface
948         more consistent and provide abstractions for dealing with
949         Line_divisions.
950
951         * lily/optimal-page-breaking.cc (solve): use a more straightforward
952         algorithm. Use the new interface to Page_breaking.
953
954         * lily/page-spacing.cc: better support for ragged-bottom and
955         ragged-last-bottom
956
957 2006-08-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
958
959         * python/convertrules.py (conv): warning on \tempo{}
960
961         * ly/performer-init.ly: set tempoWholesPerMinute.
962
963         * ly/midi-init.ly: remove \midi
964
965         * lily/tempo-performer.cc: look at tempoWholesPerMinute to set
966         MIDI tempo.
967
968         * lily/metronome-engraver.cc (process_music): use tempoUnitCount
969         tempoUnitDuration for determining what to print.
970
971         * lily/lyric-extender.cc: typo.
972
973         * lily/parser.yy (output_def_body): disallow \tempo in \midi{}
974
975         * lily/duration-scheme.cc (LY_DEFINE): ly:duration-length: new
976         function.
977
978         * scm/lily.scm (define-scheme-options): alphabetize, add eps-pad-boxes.
979
980         * scm/framework-ps.scm (dump-stencil-as-EPS): only pad boxes if
981         eps-pad-boxes is set.
982
983         * scripts/lilypond-book.py (main): use -deps-pad-boxes.
984
985         * THANKS: update sponsors.
986
987         * ly/english.ly: quarter tone naming (thanks, Trevor Baca)
988
989         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
990
991         * input/regression/tie-chord-untied.ly: new file.
992
993         * lily/tie-engraver.cc (acknowledge_note_head): check 'untied property.
994
995         * scm/define-music-properties.scm (all-music-properties): add
996         'untied property.
997
998         * buildscripts/mutopia-index.py (allfiles): look for .ly rather
999         than .ly.txt.
1000         (headertext_nopics): sanitize no-examples text.
1001
1002         * scm/page.scm (make-page-stencil): don't rely on extents of
1003         page-stencil. This fixes spurious space around .EPS files produced
1004         with the EPS backend.
1005
1006 2006-08-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
1007
1008         * lily/stencil-scheme.cc (LY_DEFINE): make extent arguments optional.
1009
1010         * lily/hara-kiri-engraver.cc (process_music): remember
1011         keepAliveInterfaces after processing \set
1012
1013         * lily/lyric-extender.cc (print): support left/right-padding for
1014         extenders.
1015
1016         * scm/documentation-generate.scm (string-append): revert lilypond/
1017         path, doc why.
1018
1019 2006-08-20  Graham Percival  <gpermus@gmail.com>
1020
1021         * Documentation/user/lilypond.tely: clarification to
1022         license presentation (not to actual license).
1023
1024         * Documentation/user/basic-notation.itely,
1025         instrument-notation.itely: minor changes.
1026
1027         * input/ {regression, test}/+.ly: clarification to
1028         text (you can click on examples).  Thanks, Mats!
1029
1030         * input/manual/bar-lines.ly: adds ||: repeats.
1031
1032 2006-08-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1033
1034         * make/ly-vars.make (OMF_FILES): strip ps.gz from OMF_FILES 
1035
1036         * scm/documentation-lib.scm (texi-file-head): category LilyPond.
1037
1038         * Documentation/user/lilypond.tely: strip lilypond/ from info
1039         links, rename to category LilyPond
1040
1041         * lily/pango-font.cc (description_string): new function.
1042
1043         * VERSION: release 2.9.15
1044
1045         * lily/spacing-engraver.cc (stop_translation_timestep): use
1046         Dscho's fix for spacing spanner. 
1047
1048         * scm/define-music-types.scm (music-descriptions): use
1049         apply-output-event for ApplyOutputEvent
1050
1051         * lily/output-property-engraver.cc (listen_apply_output): rename
1052         from listen_layout_instruction.
1053
1054         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): new
1055         function protect()
1056
1057 2006-08-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1058
1059         * scm/lily.scm (lilypond-all): option read-file-list: substitute
1060         commandline args with contains, split by \n.
1061
1062         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system):
1063         write snippet-names file, call with -dread-file-list. Fixes
1064         command limitations on 64-bit systems.
1065
1066         * input/regression/stencil-color-rotation.ly: new file.
1067
1068         * lily/include/translator.hh (struct Acknowledge_information):
1069         revert: don't use Protected_scm in global objects, as GUILE can't
1070         handle gc_unprotect from automated destructors on MacOS X.
1071  
1072         * lily/grob.cc (get_print_stencil): use retval.expr() as base for
1073         color, not the original stencil. Fixes combinations of
1074         color/transparency/rotation. 
1075
1076         * scripts/lilypond-book.py (main): add --formats=eps for
1077         texinfo/latex.
1078
1079         * lily/spacing-engraver.cc (stop_translation_timestep): don't
1080         crash if spacing_ is nonexistent.
1081
1082 2006-08-14  Mats Bengtsson  <mabe@s3.kth.se>
1083
1084         * scripts/lilypond-book.py (output): Remove obsolete(!?)
1085         \catcode`\@=12 in the LaTeX output.
1086
1087 2006-08-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
1088
1089         * scm/define-music-types.scm (music-descriptions):
1090         use sustain-event iso. sustain-pedal-event.
1091
1092 2006-08-11  Joe Neeman  <joeneeman@gmail.com>
1093
1094         * scripts/convert-ly.py: honour the -n command-line switch
1095
1096 2006-08-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
1097
1098         * scm/output-lib.scm (bar-line::calc-glyph-name): add dashed liine
1099         break specification.
1100
1101 2006-08-10  Joe Neeman  <joeneeman@gmail.com>
1102
1103         * Documentation/user: convert-ly the user manual
1104
1105 2006-08-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
1106
1107         * stepmake/aclocal.m4: version check patch (thanks MWD)
1108
1109         * ly/music-functions-init.ly: robustness. Don't crash if
1110         currentBarNumber is not a number.
1111
1112         * VERSION (PATCH_LEVEL): bump.
1113
1114 2006-08-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
1115
1116         * stepmake/aclocal.m4: better version check; handle fooX.Y
1117         binaries too.
1118
1119         * ly/performer-init.ly: instrument name fixup.
1120
1121         * input/manual/chord-names-jazz.ly (banterProperties):
1122         instrumentName update
1123
1124         * scm/define-event-classes.scm (lambda): use ly:is-listened-event-class
1125
1126         * lily/ly-module.cc (ly_module_symbols): use ly_hash_table_keys
1127
1128         * lily/translator.cc (LY_DEFINE): ly:is-listened-event-class: new
1129         function. Use hash tables to check membership.
1130
1131         * lily/general-scheme.cc (LY_DEFINE): new function.
1132
1133         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): idem
1134
1135         * lily/include/translator.hh (struct Acknowledge_information): add
1136         Protected_scm
1137
1138         * ly/music-functions-init.ly: change name to BreathingEvent
1139
1140         * input/regression/*.ly: apply it.
1141
1142         * python/convertrules.py (conv): better instrumentName conversion
1143         rule.
1144
1145         * scm/define-music-types.scm (music-descriptions): add
1146         line-break-event to LineBreakEvent music
1147
1148         * lily/music.cc (to_event): don't crash if music type not set.
1149
1150         * lily/spacing-loose-columns.cc (set_loose_columns): don't barf if
1151         spacing not set.
1152
1153         * lily/spacing-engraver.cc (stop_translation_timestep): set
1154         spacing for proportional notation too.
1155
1156         * scm/translation-functions.scm (format-bass-figure): inspect
1157         stream-event.
1158
1159         * scripts/lilypond-book.py (bindir): add bindir to $PATH.
1160
1161 2006-08-08  Joe Neeman  <joeneeman@gmail.com>
1162
1163         * lily/include/constrained-breaking.hh: add Line_details (Prob*)
1164
1165         * scm/page.scm (make-page): make it friendlier to call (esp. from C++)
1166
1167         * scm/layout-page-layout.scm (make-page-from-systems): new function
1168         (optimal-page-breaks): use the new page-breaking calling convention
1169
1170         * scm/define-context-properties.scm (all-user-translation-properties):
1171         add revokePageTurns
1172
1173         * lily/paper-column-engraver.cc (stop_translation_timestep): add
1174         revokePageTurns  functionality. If there is a special barline within
1175         the breakable region, break there instead of at the end of the region.
1176
1177         * lily/paper-book.cc (pages): use the new page-breaking calling
1178         convention
1179
1180 2006-08-07  Erik Sandberg  <mandolaerik@gmail.com>
1181
1182         * lily/lexer.ll, lily/source-file.cc: Add \sourcefileline command
1183
1184         * scripts/lilypond-book.py: insert \sourcefileline command in
1185         output, so lilypond error messages refer to the spot in the
1186         original .lytex / .itely sourcefile.
1187
1188 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1189
1190         * lily/spacing-loose-columns.cc (set_loose_columns): oops: use
1191         space to next column for distance to fixed col.
1192
1193         * VERSION (PACKAGE_NAME): release 2.9.14
1194
1195         * lily/pitched-trill-engraver.cc (make_trill): do set_parent also
1196         if no accidental.
1197
1198         * lily/accidental-engraver.cc (process_acknowledged): don't create
1199         accidental for trill span event. This fixes spurious accidentals
1200         on trills.
1201
1202 2006-08-04  Mats Bengtsson  <mabe@s3.kth.se>
1203
1204         * scm/define-grob-properties.scm (all-user-grob-properties):
1205         Clarify documentation of side-axis and direction. Thanks to Paul
1206         for the inspiration.
1207
1208         * lily/bar-line.cc: Add documentation for "||:" also in the
1209         interface documentation.
1210
1211 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1212
1213         * lily/spacing-loose-columns.cc (set_loose_columns): bugfix.
1214
1215         * lily/paper-column.cc (set_system): new function.
1216
1217         * lily/spacing-engraver.cc (stop_translation_timestep): store
1218         SpacingSpanner refs in Paper_column.
1219
1220         * lily/spacing-loose-columns.cc (set_loose_columns): rewrite
1221         compute loose clique spacing using GraceSpacing/SpacingSpanner.
1222
1223 2006-08-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1224
1225         * lily/beam-engraver.cc (listen_beam): add method for
1226         Grace_beam_engraver too.
1227
1228 2006-08-03  Mats Bengtsson  <mabe@s3.kth.se>
1229
1230         * python/convertrules.py: Fix indentation bug that broke
1231         conversion of files older than 1.3.117.
1232         Fix escape error in the description for 2.9.6.
1233
1234 2006-08-02  Erik Sandberg  <mandolaerik@gmail.com>
1235
1236         * lily/*-engraver.cc: convert all try_music functions to listen_*
1237         functions.
1238
1239         * lily/piano-pedal-engraver.cc: some additional cleanups: use
1240         enums to represent pedal types, and calculate more data statically.
1241
1242         * scm/part-combiner.scm (recording-group-emulate): create a
1243         softcoded substitute for recording-group-engraver.cc.
1244
1245         * lily/music.cc: make a common transpose function for events and
1246         music
1247
1248         * ly/declarations-init.ly: change melisma/melismaEnd. Eliminates
1249         ManualMelismaEvent, and obsoletes Melisma_translator.
1250
1251 2006-08-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1252
1253         * input/test/instrument-name-align.ly: update version.
1254
1255 2006-08-02  Mats Bengtsson  <mabe@s3.kth.se>
1256
1257         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
1258         Doc the --pdf flag to lilypond-book.
1259
1260 2006-07-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1261
1262         * Documentation/topdocs/NEWS.tely (Top): add description.
1263
1264         * input/regression/tuplet-full-length-note.ly: add file.
1265
1266         * lily/instrument-name-engraver.cc (acknowledge_axis_group):
1267         always store axis group.
1268
1269 2006-07-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
1270
1271         * input/regression/instrument-switch.ly: new file.
1272
1273         * lily/instrument-switch-engraver.cc (process_music): new file.
1274
1275         * ly/engraver-init.ly: add Instrument_switch_engraver
1276
1277         * ly/music-functions-init.ly: \instrumentSwitch
1278
1279         * scm/define-context-properties.scm
1280         (all-user-translation-properties): add instrumentCueName
1281
1282         * scm/define-grobs.scm (all-grob-descriptions): add InstrumentSwitch
1283
1284 2006-07-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
1285
1286         * ly/music-functions-init.ly: music function \transposition.
1287
1288         * lily/parser.yy (command_element): softcode \transposition.
1289
1290         * lily/fall-engraver.cc (process_music): delta-pitch -> delta-step.
1291         (process_music): oops.
1292
1293         * lily/instrument-name-engraver.cc (start_spanner): new
1294         function. Create spanner when property changes.
1295         (stop_spanner): new function.
1296
1297         * python/convertrules.py (conv): add rule.
1298
1299         * lily/instrument-name-engraver.cc: shortVocalName iso. vocNam,
1300         shortInstrumentName iso. instr.
1301
1302         * scm/output-ps.scm (dashed-line): add phase argument to
1303         dashed-line.
1304
1305         * lily/bar-line.cc (dashed_bar_line): new function.
1306         (compound_barline): support \bar "dashed". 
1307
1308         * lily/lily-parser-scheme.cc (LY_DEFINE): only write
1309         --output=DIR to DIR/BASE if it is a dir. 
1310
1311         * flower/file-name.cc (file_part): new function
1312         (dir_part): new function
1313
1314         * lily/lily-parser-scheme.cc (LY_DEFINE): 
1315
1316         * DEDICATION: update
1317
1318 2006-07-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
1319
1320         * lily/instrument-name-engraver.cc: formatting.
1321
1322         * python/convertrules.py (conv): bugfix for \epsfile.
1323
1324 2006-07-25  Joe Neeman  <joeneeman@gmail.com>
1325
1326         * lily/grob.cc:
1327         
1328         * lily/gourlay-breaking.cc: Oops, these should have been included
1329         in my last commit
1330
1331 2006-07-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1332
1333         * scripts/*.py (program_name): cleanup relocation snippets.
1334
1335         * scripts/convert-ly.py (datadir): remove LILYPONDPREFIX support.
1336
1337 2006-07-24  Joe Neeman  <joeneeman@gmail.com>
1338
1339         * scm/define-grobs.scm (all-grob-descriptions): make NonMusicalPaperColumn
1340         page-breakable by default
1341
1342         * scm/layout-page-layout.scm (space-systems): fix bug where the force isn't
1343         correctly calculated for a single-system page
1344
1345         * scm/lily-library.scm (interval-sane?): also check that the first number is no
1346         bigger than the second number
1347
1348         * lily/simple-spacer.cc (solve): allow compression even when ragged (but we
1349         acknowledge that we aren't satisfying constraints)
1350
1351         * lily/hara-kiri-group-spanner.cc (request_suicide): give equal treatment to
1352         non-Items
1353
1354         * lily/grob.cc (pure_height): add minimum-Y-extent
1355
1356         * lily/gourlay-breaking.cc (solve): don't ignore a compression force, even if we're
1357         ragged
1358
1359         * lily/constrained-breaking.cc: convert code to use new Matrix class
1360         (get_best_solution): new function
1361
1362         * scm/page.scm (make-page-stencil): don't crash if we annotate-layout when there
1363         is a page with no systems
1364
1365 2006-07-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1366
1367         * VERSION (PACKAGE_NAME): release 2.9.13
1368
1369         * scm/define-grobs.scm (all-grob-descriptions): remove stray
1370         assignment.
1371
1372 2006-07-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
1373
1374         * Documentation/topdocs/NEWS.tely (Top): doc new features.
1375
1376         * scm/output-lib.scm (grace-spacing::calc-shortest-duration): new
1377         function.
1378
1379         * scm/define-grob-properties.scm (all-user-grob-properties):
1380         remove grace-space-factor.
1381
1382         * scm/define-grob-interfaces.scm (grace-spacing-interface): add
1383         grace-spacing-interface
1384         (spacing-options-interface): add.
1385
1386         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add Grace_spacing_engraver
1387
1388         * lily/spacing-options.cc (get_duration_space): move function from spacing-basic.cc
1389
1390         * lily/spacing-basic.cc (note_spacing): do init_from_grob on
1391         GraceSpacing object.
1392
1393         * lily/note-spacing.cc: fix prop list formatting
1394
1395         * lily/beaming-pattern.cc (de_grace): new function. Sensible
1396         beaming for grace notes too.
1397
1398         * input/regression/spacing-grace.ly: update.
1399
1400         * lily/grace-spacing-engraver.cc: new file.
1401
1402         * lily/spacing-spanner.cc: add strict-grace-spacing.
1403
1404 2006-07-20  Graham Percival  <gpermus@gmail.com>
1405
1406         * lily/parser.yy: compile fix.
1407
1408 2006-07-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1409
1410         * scm/define-grobs.scm (all-grob-descriptions): typo.
1411
1412         * scm/framework-eps.scm (dump-stencils-as-EPSes): just strip
1413         .eps extension from includegraphics.
1414
1415         * scripts/lilypond-book.py (main): add support for --pdf. 
1416
1417         * lily/spacing-spanner.cc (calc_common_shortest_duration): use
1418         callback to compute common shortest duration.
1419         (set_springs): typo.
1420
1421         * scm/define-grob-properties.scm (all-user-grob-properties): add
1422         strict-grace-spacing.
1423
1424         * lily/spacing-determine-loose-columns.cc (is_loose_column):
1425         support float_grace_columns_.
1426
1427         * lily/spacing-options.cc (init_from_grob): new file.
1428
1429         * Documentation/topdocs/NEWS.tely (Top): doc tupletFullLengthNote.
1430
1431         * input/regression/spacing-loose-grace.ly: new file.
1432
1433         * Documentation/topdocs/NEWS.tely (Top): document new feature.
1434
1435         * lily/tuplet-engraver.cc (struct Tuplet_description): read
1436         tupletFullLengthNote too. Choose right bound depending on value.
1437
1438         * input/regression/tuplet-full-length-note.ly: new file.
1439
1440 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
1441
1442         * lily/*-performer.cc: Converted try_music to listen_*
1443
1444         * lily/grob-info.cc, lily/engraver.cc: represent the cause of grob
1445         as a stream-event internally. Introduce event_cause (), deprecate
1446         music_cause ().
1447
1448         * scm/define-music-types.scm: Removed BusyPlayingEvent
1449         
1450 2006-07-19  Mats Bengtsson  <mabe@s3.kth.se>
1451
1452         * Documentation/user/advanced-notation.itely (Font selection):
1453         Document how to get a list of available fonts using 'lilypond
1454         -dshow-available-fonts blabla'.
1455
1456 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1457
1458         * GNUmakefile.in: filter lily-XXX.pdf files.
1459
1460         * scm/define-grob-interfaces.scm (bend-after-interface): add thickness.
1461
1462         * scm/define-grob-properties.scm (all-internal-grob-properties):
1463         remove delta-pitch. Use delta-position everywhere.
1464
1465         * scm/output-lib.scm (fall::print): use new order.
1466
1467         * scm/output-ps.scm (path): reorder arguments.
1468
1469         * scm/output-svg.scm (path): support for path primitive.
1470
1471         * input/regression/bend-after.ly: new file.
1472
1473         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): foolproof
1474         recipe for eps -> pdf conversion.
1475
1476 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
1477
1478         * lily/parser.yy, lily/lexer.ll: added some simplifications by
1479         Angelo Contardi.
1480
1481 2006-07-19  Graham Percival  <gpermus@gmail.com>
1482
1483         * input/manual/screech-boink.ly: moved to here.
1484
1485         * input/screech-boink.ly: deleted.
1486
1487         * scm/define-grob-properties.scm: clarify doc string.
1488
1489 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1490
1491         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
1492
1493         * scm/output-ps.scm (path): define path.
1494
1495         * scm/define-stencil-commands.scm
1496         (ly:register-stencil-expression): add path.
1497
1498         * scm/define-music-properties.scm (all-music-properties): add delta-pitch.
1499
1500         * ly/engraver-init.ly: add Fall_engraver
1501
1502         * lily/parser.yy (music_function_event): allow musicfunction
1503         without music arg as music_function_event.
1504
1505         * lily/grob-scheme.cc (LY_DEFINE):
1506         ly:grob-robust-relative-extent. New function.
1507
1508         * scm/define-grobs.scm (all-grob-descriptions): add BendAfter
1509
1510         * scm/define-music-types.scm (music-descriptions): add BendAfterEvent.
1511
1512         * scm/output-lib.scm (fall::print): new function
1513
1514         * lily/fall-engraver.cc (stop_fall): new file.
1515
1516         * ly/music-functions-init.ly: alphabetise.
1517
1518         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): pdf iso. eps as
1519         base.
1520
1521 2006-07-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1522
1523         * VERSION (PATCH_LEVEL): bump version. Release 2.9.12
1524
1525         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
1526         doc pdftex usage.
1527
1528         * lily/translator-group.cc (connect_to_context): non const error message.
1529
1530         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): update to use PDF
1531
1532         * scm/paper.scm (internal-set-paper-size): define landscape to #f
1533         if unset.
1534
1535         * scm/framework-ps.scm (convert-to-pdf): swap h and w in case of landscape. 
1536
1537         * stepmake/stepmake/texinfo-rules.make: strip DVI support.
1538
1539         * scm/framework-eps.scm (dump-stencils-as-EPSes): generate
1540         systems.pdftex too.
1541
1542         * scm/backend-library.scm (postscript->pdf): use -dEPSCrop for PDF.
1543
1544         * make/lilypond-vars.make (TEXINPUTS): add pdf output format.
1545
1546         * Documentation/topdocs/NEWS.tely (Top): add pdftex note.
1547
1548         * scm/output-ps.scm (resetrotation): use gsave/grestore for rotation.
1549
1550         * lily/main.cc (parse_argv): don't overwrite previous --formats string.
1551
1552         * scm/backend-library.scm (postscript->pdf): strip .eps too. 
1553
1554 2006-07-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1555
1556         * scm/layout-page-layout.scm: Define module, tidy code, use more
1557         functions iso. a single big one.
1558
1559         * scm/layout-page-dump.scm: move page dump functions used in two
1560         pass spacing to this file. Define module.
1561
1562         * scm/lily.scm (ly:load): don't load layout-page-layout.scm
1563          (separate module)
1564
1565         * ly/paper-defaults.ly: use module layout-page-layout.
1566
1567 2006-07-14  Erik Sandberg  <mandolaerik@gmail.com>
1568
1569         * lily/music.cc: Revised MusicEvent event class. It now contains
1570         event data directly instead of encapsulating it in music. The
1571         previously used class is renamed to OldMusicEvent.
1572
1573         * lily/stream-event.cc: Stream events are now probs.
1574         
1575         * lily/translator-group.cc, lily/translator.cc: Translators can
1576         now listen directly to stream events, by using macros
1577         [DECLARE,IMPLEMENT]_TRANSLATOR_LISTENER.
1578
1579         * lily/arpeggio-engraver.cc: Converted to use new event system
1580
1581         * THANKS: Corrected spelling mistake.
1582
1583 2006-07-12  Graham Percival  <gpermus@gmail.com>
1584
1585         * Documentation/user/SConscript, make/lilypond-vars.make,
1586         input/GNUmakefile: doc build looks in input/manual instead
1587         of input/test/
1588
1589         * input/manual/ GNUmakefile, SConscript: build files for
1590         input/manual/
1591
1592         * input/test/ various: some files moved to input/manual/ 
1593
1594         * Documentation/user/basic-notation.itely: small updates;
1595         thanks Kieren and Charles!
1596
1597 2006-07-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
1598
1599         * VERSION (PACKAGE_NAME): release 2.9.11
1600
1601         * Documentation/topdocs/NEWS.tely (Top): update prop value 
1602
1603         * Documentation/user/basic-notation.itely (Tuplets): new property
1604         value.
1605
1606 2006-07-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
1607
1608         * python/convertrules.py (conv): tweaks. 
1609
1610         * VERSION (PATCH_LEVEL): bump version.
1611
1612         * python/convertrules.py (conv): add rule for
1613         tupletNumberFormatFunction.
1614
1615         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
1616         tupletNumberFormatFunction.
1617
1618         * scm/define-grobs.scm (all-grob-descriptions): calc TupletNumber
1619         text through 'text callback.
1620
1621         * lily/time-scaled-music-iterator.cc (construct_children): copy
1622         tweaks generated events.
1623
1624         * scm/define-context-properties.scm
1625         (all-user-translation-properties): remove tupletNumberFormatFunction
1626
1627         * lily/tuplet-engraver.cc (process_music): don't read
1628         tupletNumberFormatFunction
1629
1630         * scm/output-lib.scm (tuplet-number::calc-fraction-text): new
1631         function.
1632
1633 2006-07-11  Erik Sandberg  <mandolaerik@gmail.com>
1634
1635         * lily/global-context-scheme.cc: Separated ly:run-translator into
1636         smaller pieces.
1637
1638         * lily/score-engraver.cc, lily/score-performer.cc,
1639         scm/define-context-properties.scm: Make paper/midi output
1640         accessable as a context property.
1641
1642         * lily/score-translator.cc, lily/score-context.cc: Removed.
1643
1644 2006-07-07  Guido Amoruso  <guidonte@katamail.com>
1645
1646         * scm/ps-to-png.scm (Module): 
1647         * scm/framework-tex.scm (Module): 
1648         * scm/framework-ps.scm (Module): 
1649         * scm/backend-library.scm (Module): 
1650         * scm/framework-ps.scm: invoke gs with "-dDEVICEWIDTHPOINTS" and
1651         "dDEVICEHEIGHTPOINTS".
1652
1653 2006-07-04  Graham Percival  <gpermus@gmail.com>
1654
1655         * Documentation/user/ various: general improvements to
1656         "working with lilypond files" section.
1657
1658 2006-07-03  Erik Sandberg  <mandolaerik@gmail.com>
1659
1660         * lily/sequential-iterator.cc: Change the default get_music_list
1661         to read elements-callback music property
1662
1663         * scm/define-music-types.scm, scm/music-functions.scm: Cleaner
1664         processing of multimeasure rests. Softcoded
1665         sequential-music-iterator.
1666
1667         * lily/sequential-music-iterator.cc: Removed.
1668
1669 2006-06-28  Graham Percival  <gpermus@gmail.com>
1670
1671         * Documentation/user/basic-notation.itely: clarify \repeatTie.
1672
1673 2006-06-27  Erik Sandberg  <mandolaerik@gmail.com>
1674
1675         * lily/parser.yy: Wrap non-post-events in EventChords before
1676         assigning them to identifiers.
1677
1678 2006-06-27  Mats Bengtsson  <mabe@s3.kth.se>
1679
1680         * lily/bar-line.cc (compound_barline): Fix parenthesis error,
1681         gives correct vertical placement of \bar ":" in all staff
1682         sizes. Thanks Martial!
1683
1684 2006-06-26  Graham Percival  <gpermus@gmail.com>
1685
1686         * Documentation/user/invoking.itely : minor update from mailist.
1687
1688 2006-06-26  Erik Sandberg  <mandolaerik@gmail.com>
1689
1690         * lily/ various: Introduce stream events of types Prepare,
1691         OneTimeStep, CreateContext, AnnounceNewContext, RemoveContext,
1692         ChangeContext, SetProperty, RevertProperty, Override and Revert.
1693
1694         * lily/global-context*.cc: Time is now -inf before iteration
1695         starts.
1696
1697         * lily/include/context.hh: Removed unique_, init_
1698
1699         * Documentation/topdocs/NEWS: Make the feathered beam example
1700         avoid triggering a bug.
1701
1702 2006-06-24  Graham Percival  <gpermus@gmail.com>
1703
1704         * Documentation/user/ various: small additions from mailist.
1705
1706 2006-06-22  Mats Bengtsson  <mabe@s3.kth.se>
1707
1708         * ly/performer-init.ly: Add some missing links in the context
1709         hierarchy for MIDI output. There are probably some more missing!
1710
1711 2006-06-21  Graham Percival  <gpermus@gmail.com>
1712
1713         * Documentation/user/ various: minor spelling fixes;
1714         thanks Dave Luttinen!
1715
1716         * Documentation/user/ various: small clarifications;
1717         thanks Anthony Youngman!
1718
1719 2006-06-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1720
1721         * po/fr.po: add \n appropriately.
1722
1723         * lily/lexer.ll: remove ? from version-seen?  
1724
1725 2006-06-19  John Mandereau  <john.mandereau@free.fr>
1726
1727         * po/fr.po; update translation, by Jean-Charles Malahieude and
1728         John Mandereau.
1729
1730 2006-06-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1731
1732         * THANKS: add Markus Schneider.
1733
1734         * lily/tab-staff-symbol-engraver.cc: derive from Engraver, not
1735         Staff_symbol_engraver
1736
1737         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): don't
1738         replace staff_engraver
1739
1740         * lily/staff-symbol-engraver.cc (stop_spanner): announce end of
1741         spanner.
1742
1743         * lily/staff-collecting-engraver.cc
1744         (acknowledge_end_staff_symbol): new function
1745
1746         * lily/volta-engraver.cc (acknowledge_end_staff_symbol): new function. 
1747
1748         * lily/staff-collecting-engraver.cc
1749         (acknowledge_end_staff_symbol): new function.
1750
1751         * lily/main.cc: switch on relocation by default.
1752
1753 2006-06-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
1754
1755         * lily/spacing-spanner.cc (musical_column_spacing): set
1756         compound_fixed_note_space to 0.0. Document why.
1757
1758         * lily/simple-spacer.cc (is_sane): also have a kludge for numeric
1759         range of inverse_hooke_
1760         (Simple_spacer): init completely.
1761         (fits): const
1762         (get_line_configuration): don't use cols.resize(); it introduces
1763         initialized data.
1764
1765         * scm/framework-ps.scm (dump-page): add setstrokeadjust. 
1766
1767         * ps/music-drawing-routines.ps: remove selectfont L1 hack.
1768
1769         * lily/beaming-pattern.cc (best_splitpoint_index): urg, 2nd
1770         try. Divide by beatlength.
1771
1772         * input/regression/beaming-ternary-metrum.ly: update doc.
1773         add beatLength hack.
1774
1775         * scm/music-functions.scm (make-time-signature-set): add
1776         standard-beat-grouping. 
1777
1778 2006-06-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1779
1780         * input/regression/tie-whole.ly: new file.
1781
1782         * lily/tie-formatting-problem.cc (set_column_chord_outline): don't
1783         cross center of note head in case of invisible stem. 
1784
1785 2006-06-16  Graham Percival  <gpermus@gmail.com>
1786
1787         * Documentation/user/ various: small fixes from mailist.
1788
1789 2006-06-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1790
1791         * lily/breathing-sign.cc (offset_callback): idem.
1792
1793         * lily/align-interface.cc (align_to_fixed_distance): remove
1794         hungarian suffix.
1795
1796         * lily/beaming-pattern.cc (count_factor_twos): oops. We want
1797         x%2==0.
1798
1799 2006-06-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
1800
1801         * VERSION (PACKAGE_NAME): release 2.9.9
1802
1803         * ly/lilypond-book-preamble.ly: add \version
1804
1805 2006-06-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
1806
1807         * scripts/lilypond-book.py (PREAMBLE_LY): include
1808         lilypond-book-preamble.ly
1809
1810         * lily/stem.cc (get_beaming): return max of 0 and
1811         scm_ilength. Fixes slurring from/to beams.
1812
1813         * ly/lilypond-book-preamble.ly: new file.
1814
1815         * lily/slur.cc: add inspect-index feature.
1816
1817 2006-06-13  Graham Percival  <gpermus@gmail.com>
1818
1819         * Documentation/user/tutorial.itely: trivial fix.
1820
1821 2006-06-13  Erik Sandberg  <mandolaerik@gmail.com>
1822
1823         * lily/parser.yy, scm/ly-syntax-constructors.scm: Produce almost
1824         all non-event music in the parser via MAKE_SYNTAX.
1825
1826         * lily/parser-scheme.cc: Add ly:parser-error function
1827
1828         * scm/paper.scm: fix typo
1829
1830 2006-06-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
1831
1832         * THANKS: add RT.
1833
1834         * lily/font-config.cc (init_fontconfig): add warning if cache_file
1835         is null.
1836
1837         * buildscripts/output-distance.py (test_compare_signatures):
1838         timing routines.
1839         (read_signature_file): use new signature format.
1840
1841         * scm/stencil.scm (write-system-signature): simpler signature
1842         format.
1843
1844         * lily/stem.cc (calc_stem_end_position): calc quantized-positions
1845         for beamed case. 
1846
1847         * lily/note-spacing.cc (stem_dir_correction): don't inspect
1848         stem_end_position, but estimate instead. 
1849
1850         * lily/tuplet-bracket.cc (calc_positions): look at
1851         stem-end-position for tuplet bracket slope. Fixes sloped tuplet
1852         brackets narrower than beams. 
1853
1854         * lily/lexer.ll: set version-seen? even if version is
1855         INVALID. 
1856
1857         * lily/rest.cc (y_offset_callback): bugfix: decide position
1858         override based on scm_is_number(). Fixes \rest on center staff
1859         line. 
1860
1861         * lily/beaming-pattern.cc (best_splitpoint_index): fix beaming
1862         patterns for 16th triplets.
1863
1864 2006-06-10  Graham Percival  <gpermus@gmail.com>
1865
1866         * Documentation/user/ page.itely, global.itely: editing
1867         and reorg.
1868
1869         * Documentation/user/ various: findex -> funindex.
1870
1871 2006-06-10  Erik Sandberg  <mandolaerik@gmail.com>
1872
1873         * lily/time-scaled-music-iterator.cc: Use tupletSpannerDuration to
1874         insert extra tuplet events.
1875
1876 2006-06-10  Graham Percival  <gpermus@gmail.com>
1877
1878         * Documentation/user/programming-interfaces.itely: add
1879         info from NEWS.
1880
1881         * python/convertrules.py: add annotatefoo -> annotate-foo
1882         rules.
1883
1884         * Documentation/user/global.itely: start editing.
1885
1886         * Documentation/user/page.itely: major editing, new spacing
1887         docs.
1888
1889 2006-06-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
1890
1891         * scm/define-markup-commands.scm (wordwrap-markups): use
1892         output-def 'line-width if undefined.
1893
1894         * HACKING: trim outdated info.
1895
1896 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
1897
1898         * scm/define-grobs.scm (all-grob-descriptions): Add
1899         line-spanner-interface to all grobs that already have
1900         text-spanner-interface or dynamic-text-spanner-interface
1901
1902         * scm/page.scm: Rename annotate{headers,systems,page}->
1903         annotate-*
1904
1905         * input/regression/page-spacing.ly,
1906         input/regression/page-layout-manual-position.ly: idem
1907
1908 2006-06-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
1909
1910         * lily/line-spanner.cc: cleanup property list.
1911
1912         * scripts/lilypond-book.py (find_toplevel_snippets): don't use
1913         generator expressions (2.3 compat). 
1914
1915 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
1916
1917         * lily/vertical-align-engraver.cc: Make sure that the
1918         align{Above,Below}Context properties are included in the automatic
1919         documentation.
1920
1921 2006-06-08  Joe Neeman  <joeneeman@gmail.com>
1922
1923         * scm/paper-system.scm (paper-system-annotate): also annotate the
1924         estimated pure-Y-extent
1925
1926         * scm/define-grobs.scm: add pure-Y-extent and pure-Y-offset functions
1927
1928         * lily/system.cc (break_into_pieces): set the estimated height
1929         of each child system
1930
1931         * lily/stem.cc (pure_height): new pure-Y-extent callback
1932
1933         * lily/staff-symbol-referencer.cc (callback): don't destroy
1934         the staff-position property
1935
1936         * lily/hara-kiri-group-spanner.cc (request_suicide): split
1937         consider_suicide into two functions
1938
1939         * lily/constrained-breaking.cc (resize): use the new pure
1940         callbacks to estimate the height of a system
1941
1942         * lily/axis-group-interface.cc (pure_group_height): new
1943         side-effect-free VerticalAxisGroup height-callback
1944
1945         * lily/align-interface.cc (get_extents_aligned_translates):
1946         split align_elements_to_extents into two functions
1947         (get_pure_child_y_translation): new function
1948
1949         * lily/grob.cc: new functions for pure-Y-extent and pure-Y-offset
1950
1951         * lily/item.cc: new functions pure_is_visible and spanned_rank_iv
1952
1953         * lily/paper-score.cc: cache break_indices and columns
1954
1955         * lily/side-position-interface.cc: new pure-Y-extent callbacks
1956         
1957 2006-06-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
1958
1959         * lily/font-config.cc (init_fontconfig): do the init if
1960         cache_file, but don't look at cache_file.
1961
1962         * input/regression/quote-tie.ly: new file.
1963
1964         * lily/tie-engraver.cc (struct Head_event_tuple): add end_moment_
1965         to Head_event_tuple, so we deal gracefully with ties on
1966         cue-endings.
1967
1968         * lily/pango-font.cc (pango_item_string_stencil): type correctness
1969         for FcChar8*
1970
1971 2006-06-08  Graham Percival  <gpermus@gmail.com>
1972
1973         * input/test/ smart-transpose.ly, reverse-music.ly:
1974         \applyMusic to music functions update, thanks Michael!
1975
1976 2006-06-07  Graham Percival  <gpermus@gmail.com>
1977
1978         * input/test/ add-staccato.ly, add-text-script.ly,
1979         unfold-all-repeats.ly, music-box.ly: \applyMusic to
1980         music functions update, thanks to Michael Meixner.
1981
1982         * Documentation/user/music-glossary.tely: small fix
1983         from Francisco.
1984
1985         * Documentation/user/ various: minor additions from mailist.
1986
1987         * Documentation/user/lilypond.tely, basic-notation.itely:
1988         small test of @funindex.  (works here)
1989
1990         * input/test/font-table.ly: reduce size to partially
1991         de-ugly version in manual.
1992
1993         * Documentation/user/page.itely: new file (split former
1994         "global issues" into "page settings" and "non-musical
1995         output".
1996
1997         * Documentation/user/ various: fix @ref{}s to match
1998         new chapter names (above).
1999
2000 2006-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2001
2002         * SConstruct (LILYPONDPREFIX): Bootstrap fix.
2003
2004 2006-06-06  Graham Percival  <gpermus@gmail.com>
2005
2006         * Documentation/user/advanced-notation.itely: add example
2007         for segno/coda on barline.
2008
2009         * tex/texinfo.tex: merge from upstream.
2010
2011 2006-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2012
2013         * scripts/lilypond-book.py (process_snippets): Argument fix.
2014
2015         * SConstruct:
2016         * buildscripts/builder.py:
2017         * lily/SConscript: 
2018         * mf/SConscript: 
2019         * Documentation/user/SConscript:  More SCons fixes.
2020
2021 2006-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2022
2023         * lily/font-config.cc (init_fontconfig): Only initialize if
2024         global cache_file is found.
2025
2026 2006-06-06  Erik Sandberg  <mandolaerik@gmail.com>
2027
2028         * ly/music-functions-init.ly: Updated \overrideProperty to use the
2029         new \applyOutput.
2030
2031 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2032
2033         * VERSION (PACKAGE_NAME): release 2.9.8
2034
2035         * lily/ledger-line-engraver.cc (stop_translation_timestep): new
2036         function. Delay ledger modifying ledgered grobs to
2037         stop_translation_timestep(), to ensure that we're ledgering
2038         according to the new spanner.
2039         (acknowledge_staff_symbol): don't check for non-NULL
2040         staff_sym->get_bound()
2041
2042         * lily/staff-symbol-engraver.cc (start_spanner): set left bound on
2043         creation.
2044
2045         * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for
2046         pictures too.
2047
2048         * GNUmakefile.in (dist-toplevel-txt-files): dist aclocal.m4
2049         directly from srcdir/stepmake/aclocal.m4
2050         
2051         * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for
2052         disting MISC files.
2053
2054         * lily/simple-spacer.cc (get_column_desc): desc -> description.
2055
2056 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
2057
2058         * lily/simple-spacer.cc (get_line_configuration): add
2059         keep-inside-line rods
2060         (struct Column_desc): add constructor
2061         (struct Rod_desc): add constructor
2062         (get_line_forces): check for forced page breaks here too
2063
2064         * lily/instrument-name-engraver.cc (acknowledge_axis_group): prevent
2065         support/elements cycles between InstrumentNames and AxisGroups
2066
2067 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2068
2069         * config.make.in (METAFONT): remove MAKEINFO_VERSION
2070
2071         * stepmake/stepmake/topdocs-targets.make (make-txt-files): define
2072         make-txt-files target.
2073
2074         * stepmake/stepmake/toplevel-targets.make (do-top-doc): use
2075         make-txt-files target.
2076
2077         * configure.in (LINK_GXX_STATICALLY): $srcdir for readlink.py
2078
2079         * stepmake/stepmake/generic-vars.make (distdir): create dist in
2080         top-build-dir.
2081
2082 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
2083
2084         * Documentation/user/instrument-notation.itely,
2085         input/regression/breathing-sign-ancient.ly,
2086         input/test/divisiones.ly: Removed redundant property settings for
2087         vaticana contexts.
2088
2089         * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to
2090         fix lyrics alignment problems.  They are implemented now as scheme
2091         functions that add the appropriate unicode char to the first lyric
2092         event rather than adding a separate lyric event.  Minor edit of
2093         comments.
2094
2095 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2096
2097         * GNUmakefile.in (dist-toplevel-txt-files): new target. Don't
2098         pollute src dir with built .txt files, but install directly from
2099         Documentation/topdocs/out/
2100
2101         * buildscripts/output-distance.py
2102         (ComparisonData.create_html_result_page): put version/directories
2103         in table header.
2104
2105         * Documentation/topdocs/NEWS.tely (Top): document spacing section
2106         feature.
2107
2108         * configure.in (LINK_GXX_STATICALLY): use readlink.py to resolve links.
2109         Patch by Karl Hammar
2110         
2111         * buildscripts/readlink.py: add  file.
2112         Patch by Karl Hammar
2113
2114 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
2115
2116         * lily/tuplet-number.cc (print): prevent stencil from being
2117         garbage collected.
2118
2119 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2120
2121         * scm/stencil.scm (write-system-signature): explicitly 
2122         -well, superfluously- close output port.
2123
2124         * buildscripts/output-distance.py (main): oops. Add extra argument.
2125
2126 2006-06-05  Graham Percival  <gpermus@gmail.com>
2127
2128         * Documentation/user/music-glossary.tely: clarified example
2129         from Francisco Vila, thanks!
2130
2131 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2132
2133         * input/regression/spacing-section.ly: new file.
2134
2135         * lily/input.cc (programming_error): new function.
2136
2137         * lily/spacing-engraver.cc (try_music): new function. Accept
2138         spacing-section-event
2139
2140         * lily/spacing-spanner.cc (set_springs): take slices of all
2141         columns for spacing.
2142
2143         * lily/include/paper-column.hh (class Paper_column): add
2144         Paper_column::compare.
2145
2146         * ly/spanners-init.ly (newSpacingSection): add newSpacingSection.
2147
2148         * scm/define-music-types.scm (music-descriptions): add
2149         SpacingSectionEvent
2150
2151         * lily/music-iterator.cc (report_event): use programming_error for
2152         sending non-event error.
2153
2154         * lily/input.cc (programming_error): new function
2155
2156         * buildscripts/output-distance.py (main): use compare-XXX for
2157         compare files.
2158         (main): --threshold option, default at 0.30
2159
2160         * output-distance.py (main): add --threshold option.
2161
2162 2006-06-04  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2163
2164         * scm/paper-system.scm (paper-system-annotate): fix problem when
2165         annotating an empty system
2166
2167 2006-06-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
2168
2169         * GNUmakefile.in: reinstate old web tar/copying.
2170
2171 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2172
2173         * lily/lyric-combine-music-iterator.cc (find_voice): return 0 if
2174         nothing changes. (Erik S) 
2175
2176         * lily/percent-repeat-iterator.cc (get_music_list): fix repeat
2177         count. (Erik S)
2178
2179 2006-05-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2180
2181         * scm/define-markup-commands.scm (whiteout): do not force
2182         foreground color of argument markup to black.
2183
2184         * scm/stencil.scm (annotate-y-interval): put arrow dimension at
2185         the left of the arrow, instead of below the arrow name, so that,
2186         when two little arrows are vertically stacked, their dimensions
2187         and name should not overlap. Add a color key parameter.
2188
2189         * scm/paper-system.scm (paper-system-annotate): Annotate
2190         next-space+next-padding instead of next-space. Annotate space
2191         between next-padding and next-space+padding, respectively, and
2192         following system extent and refpoint-Y-extent. Use colors.
2193
2194         * scm/page.scm (annotate-page): translate annotations slightly to
2195         the right.
2196
2197 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2198
2199         * lily/figured-bass-position-engraver.cc (acknowledge_end_slur):
2200         fix for x-staff slurs. Thanks Joe!
2201
2202         * buildscripts/output-distance.py
2203         (SystemLink.output_expression_change_count): keep track of changed
2204         details, and dump in details html page.
2205  
2206         * input/regression/figured-bass-staff.ly: add note about setting
2207         properties in Staff context.
2208
2209         * lily/figured-bass-position-engraver.cc (acknowledge_slur):
2210         add slurs and ties to support too.
2211
2212         * buildscripts/output-distance.py (main): set dest_dir
2213         argument. Add --max-count option.
2214
2215 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
2216
2217         * ly/gregorian-init.ly: Converted to utf-8.  Added memorable
2218         shortcuts for special unicode chars that are useful in chant
2219         notation.  Revised exisiting and added new comments.
2220
2221 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2222
2223         * make/mutopia-rules.make: remove duplicate recipe.
2224
2225 2006-06-02  Werner Lemberg  <wl@gnu.org>
2226
2227         * tex/texinfo.cnf: Fix typo (\euro -> \minus).
2228         Add support for U+0132 (IJ) and U+0133 (ij).
2229
2230 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2231
2232         * buildscripts/output-distance.py (FileLink): new class. collect
2233         info systems from one .ly file. 
2234         (FileLink.link_files_for_html): further tweaks.
2235
2236 2006-06-02  Graham Percival  <gpermus@gmail.com>
2237
2238         * tex/texinfo.tex: partial fix for @funindex.
2239
2240         * Documentation/user/macros.tely: uncomment @funindex (doesn't
2241         break anything).
2242
2243 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2244
2245         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
2246
2247         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
2248         @example too. Backportme.
2249
2250 2006-06-02  Graham Percival  <gpermus@gmail.com>
2251
2252         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
2253         from Werner Lemberg.
2254
2255 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
2256
2257         * Documentation/user/music-glossary.tely: additional spanish
2258         updates and a lyrics fix in an example.
2259
2260 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
2261
2262         * scm/define-grob-properties.scm: Previous patch contained
2263         spurious line from another patch not yet committed.  Fixed.
2264
2265         * scm/define-grob-properties.scm: Add missing doc strings for
2266         ancient notation.
2267
2268 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2269
2270         * buildscripts/output-distance.py
2271         (ComparisonData.write_text_result_page): separate the scores, sort
2272         by geo_score.
2273
2274         * scm/framework-eps.scm (output-classic-framework): start at 1 for
2275         system signatures.
2276
2277         * buildscripts/output-distance.py (me_path): use argv[0] for
2278         sys.path extension
2279         (ComparisonData.img_cell): use colored borders.
2280
2281         * scm/stencil.scm (write-system-signature): escape newlines too.
2282         (write-system-signature): use (1,-1) interval for empty interval
2283
2284 2006-01-01  Graham Percival  <gpermus@gmail.com>
2285
2286         * Documentation/user/music-glossary.tely: Spanish updates
2287         from Francisco Vila.
2288
2289         * Documentation/user/lilypond-book.itely: addition from
2290         Vaclav Smilauer.
2291
2292         * Documentation/user/ various: edits, small additions
2293         from mailist, etc.
2294
2295 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2296
2297         * GNUmakefile.in (tree-lib-prefix-current):
2298         (tree-share-prefix-current): Use version number in tree, add
2299         `current' symlinks.
2300
2301 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2302
2303         * GNUmakefile.in: write VERSION, again.
2304
2305         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
2306         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
2307
2308         * stepmake/aclocal.m4: robuster version detection.
2309
2310         * buildscripts/output-distance.py
2311         (ComparisonData.create_html_result_page): copy only if file
2312         exists, fixup src paths.
2313
2314         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
2315
2316 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2317
2318         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
2319         Another datarootdir reto.
2320
2321         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
2322         available.  This should be moved to postinstall-lilypond-doc.
2323
2324 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
2325
2326         * GNUmakefile.in: simplify local-WWW-post. 
2327         remove -type l from find.
2328
2329         * buildscripts/output-distance.py (ComparisonData.compare_trees):
2330         fixes. Don't follow symlinks.
2331         (ComparisonData.create_html_result_page): remove previous results.
2332         insert ../python in path.
2333
2334         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
2335
2336 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2337
2338         * config.make.in (datadir): Add datarootdir to silence autoconf.
2339
2340         * stepmake/aclocal.m4: Update for autoconf-2.59d.
2341
2342 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
2343
2344         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
2345
2346         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
2347         slash beams too wide.
2348
2349 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2350
2351         * VERSION: release 2.9.7
2352         
2353 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2354
2355         * lily/relocate.cc (read_relocation_dir): Do not blindly
2356         dereference DIR.
2357
2358 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2359
2360         * lily/parser.yy: replace THIS by PARSER
2361
2362         * Documentation/index.html.in: add link to test-results.html page.
2363
2364         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
2365
2366         * scm/translation-functions.scm (format-bass-figure): translate
2367         digits over 10 to the left
2368
2369         * scm/define-markup-commands.scm (translate-scaled): new markup.
2370
2371         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
2372         7 glyph. 
2373
2374         * ly/engraver-init.ly: add Figured_bass_engraver
2375
2376         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
2377
2378         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
2379
2380         * lily/score-engraver.cc (announce_grob): only note START announces.
2381
2382         * lily/include/engraver-group.hh (Translator_group):
2383         acknowledge_hash_table_ is now drul.
2384
2385         * lily/engraver.cc (announce_end_grob): new method.
2386
2387         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
2388
2389         * lily/translator-dispatch-list.cc (create): take start_end argument.
2390
2391         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
2392         acknowledge_static_array_ to drul
2393
2394         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
2395
2396         * scm/define-grob-interfaces.scm
2397         (bass-figure-alignment-interface): add bass-figure-alignment-interface
2398
2399         * scm/define-grobs.scm (all-grob-descriptions): add
2400         BassFigureAlignmentPositioning
2401
2402         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
2403         number stays up to date. Backportme.
2404
2405 2006-05-30  Mats Bengtsson  <mabe@s3.kth.se>
2406
2407         * Documentation/user/basic-notation.itely (Bar lines): Document
2408         the "||:" bar type. 
2409
2410 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2411
2412         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
2413
2414         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
2415         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
2416         build.
2417
2418         * Resurrect `scons lily' build.
2419
2420         * SConstruct (symlink_tree): Bugfix: link
2421         music-drawing-routines.ps to file iso directory.
2422
2423         * lily/SConscript: Remove kpath-guile from LIBS.
2424
2425         * SConstruct (libdir_package_version): Typo.
2426         (configure): Comment-out fontforge for lack of fontforge.pc .
2427         Also add libdir* to environment.
2428
2429 2006-05-30  Graham Percival  <gpermus@gmail.com>
2430
2431         * Documentation/user/ various: minor additions from mailist and
2432         editing.
2433
2434 2006-05-30  Paco <fravd@ya.com>
2435
2436         * Documentation/user/music-glossary.tely: numerous corrections and
2437         some new translations.
2438
2439 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2440
2441         * BackportmeStart.
2442         
2443         * buildscripts/output-distance.py
2444         (ComparisonData.create_html_result_page): new routine: summarise
2445         results in HTML page with images. 
2446         (ComparisonData.create_text_result_page): create summary text files too.
2447
2448         * GNUmakefile.in (web-ext): package .signature files too. They
2449         compress well. 
2450
2451         * scm/stencil.scm (write-system-signature): typo.
2452
2453         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
2454
2455         * scm/stencil.scm (write-system-signature): better escaping.
2456         only write signature for music systems, not for markup systems.
2457
2458         * scm/framework-ps.scm (output-framework): dump-signatures support
2459         for plain output.
2460
2461         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
2462
2463         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
2464         for -dno-point-and-click
2465
2466         * lily/grob.cc (get_print_stencil): don't read
2467         point_and_click_global to determine whether to set grob-cause.
2468
2469 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
2470
2471         * buildscripts/output-distance.py (main): new function.
2472         (ComparisonData): new class.
2473
2474         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
2475         careful with generating new LedgerLineSpanners.
2476
2477         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
2478
2479         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
2480         context. This fixes double ledger lines in output. 
2481
2482         * lily/system.cc (get_paper_system): remove 3 layer limit.
2483
2484         * buildscripts/output-distance.py (SystemLink.distance): new
2485         file. Compare signatures.
2486
2487         * python/safeeval.py (SafeEval.visitUnarySub): new file.
2488
2489         * lily/grob-array.cc (remove_duplicates): rename from
2490         uniq(). Sort before calling uniq() so it actually works.
2491
2492 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
2493
2494         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
2495         \version from lilypond file snippet.
2496         (Lilypond_file_snippet.ly): oops. typo.
2497         (find_toplevel_snippets): urgh. again.
2498
2499         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
2500         prevent duplicated broken items in output.
2501
2502         * scm/framework-eps.scm (output-classic-framework): only dump if
2503         dump-signatures is set.
2504
2505         * scm/lily.scm (define-scheme-options): add dump-signatures option.
2506
2507         * scm/stencil.scm (write-system-signature): new routine: write
2508         python parseable signature of a separate paper system.
2509         BackportmeEnd.
2510         
2511 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
2512
2513         * lily/stanza-number-engraver.cc (process_music): use is_markup()
2514         iso is_string().
2515         include header.
2516
2517 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
2518
2519         * translator-group.cc: send music events to engravers in
2520         non-bottom contexts.
2521
2522         * tuplet-engraver.cc: process tuplet brackets in correct order.
2523
2524 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
2525
2526         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
2527         arg 2 might point us to a new binary (patch by Karl Hammar)
2528         
2529 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
2530
2531         * VERSION (PACKAGE_NAME): release 2.9.6
2532
2533         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
2534
2535         * Documentation/user/*.itely: 2nd
2536         attempt: replace funindex -> findex globally.
2537
2538 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2539
2540         * input/no-notation/display-lily-tests.ly: fix \applyOutput
2541         test. Add \break, \pageBreak, \pageTurn, etc, tests.
2542
2543         * scm/define-music-display-methods.scm: display methods for
2544         breaks. Fix \applyOutput.
2545
2546 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
2547
2548         * Documentation/user/macros.itexi: comment out funindex expansion. 
2549
2550         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
2551         everywhere.
2552
2553         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
2554         Karl Hammar. Backportme.
2555  
2556         * Documentation/user/advanced-notation.itely (Balloon help): idem.
2557
2558         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
2559
2560         * Documentation/user/programming-interface.itely (Running a
2561         function on all layout objects): idem.
2562
2563         * Documentation/user/introduction.itely (Automated engraving):
2564         update \applyOutput syntax
2565
2566         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
2567         remove debugging hook.
2568
2569         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
2570         expansion. 
2571
2572         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
2573
2574         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
2575         TEXI2DVI_FLAGS to texi2dvi invocation. 
2576
2577 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
2578
2579         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
2580         works. More work is done by iterator now, and engraver has been
2581         very much simplified.
2582
2583         * lily/translator-group.cc: try_music is now invoked through a
2584         listener
2585
2586         * lily/*-iterator.cc: Massive cleanups. Junked
2587         try_music_in_children globally. Renamed try_music to report_event,
2588         and made that method descend to a bottom context automatically.
2589
2590         * lily/event-iterator.cc: New file.
2591
2592         * lily/output-property-iterator.cc,
2593         lily/old-lyric-combine-music-iterator.cc: Removed.
2594
2595         * python/convert-rules.py: Modified the syntax for \applyOutput.
2596
2597 2006-05-23  Graham Percival  <gpermus@gmail.com>
2598
2599         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
2600         creation.
2601
2602         * Documentation/user/ various: stuff that might have helped
2603         to fix the pdf creation, plus some minor doc additions.
2604
2605         * Documentation/user/changing-defaults.itely: remove @b from
2606         @b{ @internasref{foo}}; this breaks texi2dvi -E.
2607
2608 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
2609
2610         * lily/beaming-pattern.cc (beamify): deal with negative start
2611         moments for beaming patterns.
2612
2613 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
2614
2615         * lily/beaming-info.cc (beamify): new function: read beatLength
2616         and beatGrouping from context. 
2617
2618         * input/regression/beam-beat-grouping.ly (Module): new file.
2619
2620         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
2621
2622         * lily/beam.cc (get_beam_segments): generate events for
2623         max_connect_ case too.
2624         (get_beam_segments): read Stem::max-beam-connect.
2625
2626         * input/regression/beam-single-stem.ly: new file.
2627
2628         * lily/stem.cc (set_beaming): use #f as signaling value for
2629         beamcount 0.
2630
2631         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
2632
2633         * lily/beam.cc (set_beaming): read clip-edges property.
2634         (calc_direction): don't suicide for single stem.
2635
2636         * lily/beaming-info.cc (best_splitpoint_index): take bool*
2637         argument, remove 1<<15 hack. Remove clip_edges() 
2638
2639         * lily/hairpin.cc (print): only do padding for nonmusical bounds
2640
2641 2006-05-21  Graham Percival  <gpermus@gmail.com>
2642
2643         * Documentation/user/basic-notation.itely: reorg.
2644
2645         * Documentation/user/ various: minor fixes.
2646
2647 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
2648
2649         * lily/stencil-expression.cc (register_stencil_head): opps, append
2650         to cdr of static SCM object.
2651
2652 2006-05-19  Graham Percival  <gpermus@gmail.com>
2653
2654         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
2655         update framework for command index.  DOC WRITERS: use @funindex
2656         instead of @cindex @code{}.
2657
2658         * Documentation/user/ various: replace @cindex @code{} => @funindex
2659
2660 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
2661
2662         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
2663         case positions is set manually. 
2664
2665 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
2666         
2667         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
2668         rules to Scheme.
2669
2670 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
2671
2672         * Documentation/user/changing-defaults.itely (Contexts explained):
2673         use absolute dimension for @image.
2674
2675         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
2676         out image for illustration too.
2677         ($(outdir)/%.png): add more png <-> eps rules. 
2678
2679 2006-05-17  Graham Percival  <gpermus@gmail.com>
2680
2681         * Documentation/user/ various: remove trailing whitespace, cosmetic
2682         change to reduce changes produced by diff.
2683
2684 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
2685
2686         * lily/main.cc (do_chroot_jail): correctness tweak.
2687
2688         * python/lilylib.py (system): import subprocess in system () only.
2689
2690         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
2691
2692         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
2693         variable. Backportme.
2694
2695 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
2696         
2697         * lily/parser.yy: Change all syntax rules of type Music to SCM type
2698
2699 2006-05-17  Werner Lemberg  <wl@gnu.org>
2700
2701         * lily/lexer.ll (init_signature_has_table): Add
2702         `scm-scm-music-music'.
2703
2704         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
2705         (Generic_prefix_music_scm): Add rule for it.
2706
2707         * lily/quote-iterator.cc (Quote_iterator::process): Handle
2708         `quoted-transposition' property.
2709
2710         * ly/music-functions-init.ly (transposedCueDuring): New function.
2711
2712         * scm/define-music-properties.scm (all-music-properties): Updated.
2713
2714         * Documenation/topdocs/NEWS.itely: Document it.
2715
2716 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
2717
2718         * python/lilylib.py (system): move import subprocess to system()
2719         definition. 
2720
2721         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
2722
2723         * VERSION (PATCH_LEVEL): release 2.9.5
2724         
2725         * Documentation/topdocs/INSTALL.texi (Top): update versions and
2726         build instructions. 
2727
2728         * ly/engraver-init.ly: switch on hairpinToBarline by default.
2729
2730 2006-05-16  Graham Percival  <gpermus@gmail.com>
2731
2732         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
2733
2734         * Documentation/user/ various: minor fixes.
2735
2736 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
2737
2738         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
2739
2740 2006-05-16  Mats Bengtsson  <mabe@s3.kth.se>
2741
2742         * Documentation/user/advanced-notation.itely (Instrument names):
2743         Modified obsolete instruction on how to move instrument names away
2744         from the staves. Hmm, at second thought the bug probably has been
2745         solved, so the full bug description should probably be removed.
2746
2747 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
2748
2749         * lily/dynamic-engraver.cc (typeset_all): hang ending on
2750         currentCommandColumn. 
2751
2752         * lily/hairpin.cc (print): also add padding for non-neighbor
2753         hairpin bounds.
2754
2755         * scm/define-context-properties.scm
2756         (all-user-translation-properties): add hairpinToBarline
2757
2758         * input/regression/hairpin-to-barline.ly: new file.
2759
2760         * lily/context.cc (internal_send_stream_event): thinko fix.
2761
2762         * lily/tie.cc (set_default_control_points): robustness fix.
2763
2764         * python/musicxml.py (Part.interpret): don't complain about
2765         incomplete measures.
2766
2767         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
2768         new music if last_event_chord() returned None.
2769
2770         * python/musicxml.py (Part.interpret): skip back over chord notes.
2771
2772 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
2773         
2774         * lily/percent-repeat-engraver.cc, lily/parser.yy,
2775         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
2776         lily/slash-repeat-engraver.cc,
2777         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
2778         iterator sends PercentEvents
2779
2780         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
2781         rework tuplets: send start/stop events to engraver
2782
2783         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
2784         dispatchers event-source and events-below to Context
2785         
2786 2006-05-15  Graham Percival  <gpermus@gmail.com>
2787
2788         * Documentation/user/README.txt: update info for doc writers.
2789
2790         * Documentation/user/programming-interface.itely: integrate
2791         Nicolas' fixes for chapter rewrite.
2792
2793         * Documentation/user/ various: minor fixes.
2794
2795 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
2796
2797         * lily/clef-engraver.cc: cleanup.
2798
2799         * Documentation/user/GNUmakefile: dist context-example.eps too.
2800
2801         * lily/key-engraver.cc (create_key): use
2802         explicitKeySignatureVisibility for cancellation too. 
2803
2804         * lily/font-config.cc (init_fontconfig): don't close file if
2805         f==NULL. 
2806
2807 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
2808
2809         * Documentation/topdocs/NEWS.tely: niente and rotation news
2810
2811 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
2812
2813         * lily/include/stencil.hh
2814         * lily/stencil.cc (rotate): new function. Makes it possible
2815         to rotate a stencil around a given offset.
2816
2817         * lily/grob.cc (get_print_stencil): add rotation support
2818
2819         * lily/stencil-interpret.cc (interpret_stencil_expression):
2820         add rotation support
2821
2822         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
2823
2824         * scm/define-grob-properties.scm: add 'rotation property
2825
2826         * scm/define-markup-commands.scm: add rotate markup command
2827         
2828         * scm/output-ps.scm: add rotation support in PostScript backend
2829
2830         * scm/output-svg.scm: add rotation support in SVG backend
2831
2832 2006-05-13  Graham Percival  <gpermus@gmail.com>
2833
2834         * Documentation/user/music-glossary.itely: French correction.
2835
2836         * Documentation/user/programming-interface.itely: major
2837         new docs, some reorg, some info from Nicolas.
2838
2839         * Documentation/user/ various: small fixes.
2840
2841 2006-05-12  Mats Bengtsson  <mabe@s3.kth.se>
2842
2843         * Documentation/user/programming-interface.itely (Markup
2844         programmer interface): Remove duplicate text.
2845
2846 2006-05-12  Graham Percival  <gpermus@gmail.com>
2847
2848         * Documentation/user/context-example.eps: new file.
2849
2850         * Documentation/user/changing-defaults.itely: set up file to
2851         use eps image.
2852
2853         * Documentation/user/programming-interface.itely: changes
2854         from mailist.
2855
2856 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
2857
2858         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
2859
2860 2006-05-11  Graham Percival  <gpermus@gmail.com>
2861
2862         * Documentation/user/programming-interface.itely: first round of
2863         editing and merging emails from Nicolas.
2864
2865         * Documentation/user/scheme-tutorial: minor edit.
2866
2867 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
2868
2869         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
2870         XML attributes.
2871         (Xml_node.message): use it.
2872
2873         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
2874         oops. Add duration argument.
2875
2876 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
2877
2878         * lily/paper-column-engraver.cc (make_columns):
2879         * scm/define-grobs.scm: Revert my previous change and set the default
2880         in define-grobs.scm instead.
2881
2882 2006-05-09  Graham Percival  <gpermus@gmail.com>
2883         
2884         * Documentation/user/changing-defaults.itely: general editing,
2885         info about \set and \override.
2886
2887         * Documentation/user/tweaking.itely, advanced-notation.itely:
2888         fixes from Dave Luttinen, thanks!
2889
2890 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
2891
2892         * lily/paper-column-engraver.cc (make_columns): By default, a column
2893         needs to be breakable.
2894
2895 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
2896
2897         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
2898         Attributes methods
2899         (musicxml_time_to_lily): idem
2900         (musicxml_key_to_lily): idem
2901         (instrument_drumtype_dict): dict for supported drumtypes.
2902         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
2903         moments and pending mm rests
2904         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
2905         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
2906         (musicxml_voice_to_lily_voice): add mode change.
2907         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
2908         speed and less memory usage (factor 5 to 10).
2909         (convert): write -defs.ly  and driver file separately so people
2910         can script their own part extraction.
2911
2912         * python/musicxml.py (minidom_demarshal_node): new function:
2913         separate minidom handling.
2914         (lxml_demarshal_node): new function: support lxml.etree too.
2915         (Xml_node.message): new function: verbose error message, with XML
2916         path to offending node.
2917         (Attributes.get_measure_length): sane interface to MusicXML attributes.
2918         (Part_list.generate_id_instrument_dict): new method: collect
2919         instrument names, to be able to set drum_type.
2920         (Part.interpret): handle underfull measures
2921         (Part.interpret): assign instrument names.
2922
2923         * python/musicexp.py (Output_printer.close): new method
2924         (MusicWrapper.print_ly): new class: support other modes,
2925         eg. \drummode
2926         (BarCheck.print_ly): new class. Support bar checks, with comments
2927         and fancy barchecks. 
2928         (NoteEvent.__init__): also set drum_type for drum notes.
2929         (MultiMeasureRest.lisp_expression): dump mm rests.
2930
2931         * lily/paper-column-engraver.cc (stop_translation_timestep): set
2932         line-break-permission if forbidBreak is not set.
2933
2934 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
2935
2936         * scm/define-context-properties.scm:
2937         * scm/define-grob-properties.scm:
2938         * scm/define-grobs.scm:
2939         * scm/define-music-display-methods.scm:
2940         * scm/define-music-properties.scm:
2941         * scm/define-music-types.scm:
2942         * scm/music-functions.scm:
2943         * ly/declarations-init.ly:
2944         * lily/include/constrained-breaking.hh:
2945         * lily/system.cc:
2946         * lily/spaceable-grob.cc:
2947         * lily/simple-spacer.cc:
2948         * lily/paper-score.cc:
2949         * lily/paper-column.cc:
2950         * lily/paper-column-engraver.cc:
2951         * lily/item.cc:
2952         * lily/gourlay-breaking.cc:
2953         * lily/constrained-breaking.cc:
2954         * python/convertrules.py:
2955         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
2956         "page-break-penalty" and "line-break-permission".
2957         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
2958         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
2959
2960         * lily/bar-engraver.cc:
2961         * lily/beam-engraver.cc:
2962         * lily/forbid-break-engraver.cc:
2963         * lily/ligature-engraver.cc:
2964         * lily/paper-column-engraver.cc:
2965         * lily/percent-repeat-engraver.cc:
2966         * lily/score-engraver.cc:
2967         * lily/score-engraver.hh:
2968         * lily/paper-column-engraver.hh:
2969         Inter-engraver communication regarding line breaks is done through context
2970         properties (Score.forbidBreak) instead of function calls.
2971
2972 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
2973
2974         * VERSION (PACKAGE_NAME): release 2.9.4
2975
2976 2006-05-08  Graham Percival  <gpermus@gmail.com>
2977
2978         * Documentation/user/working.itely: proofreading from Dave
2979         Luttinen, thanks.
2980
2981         * Doucmentation/user/README.txt: updated with manual style info.
2982
2983         * Documentation/user/ various: trim linewidth to 78 chars.
2984
2985 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
2986
2987         * scm/define-grob-properties.scm (all-internal-grob-properties):
2988         remove chord-tremolo property.
2989
2990         * lily/beam.cc (get_beam_segments): don't use stem position as
2991         base for broken ends.
2992
2993 2006-05-06  Graham Percival  <gpermus@gmail.com>
2994
2995         * Documentation/user/putting.itely: proofreading from Dave
2996         Luttinen, thanks!
2997
2998         * Documentation/user/ various: more reorg and clarifications.
2999
3000 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
3001
3002         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
3003
3004         * ly/music-functions-init.ly: new function featherDurations
3005
3006         * lily/beam.cc: read grow-direction for feathered beaming.
3007
3008         * Documentation/topdocs/NEWS.tely (Top): typo.
3009
3010 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
3011
3012         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
3013         tremolo beams.
3014
3015 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
3016         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
3017         used by music streams.
3018
3019         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
3020         lily/stream-event.cc, lily/stream-event-scheme.cc,
3021         lily/listener.cc, lily/scheme-listener.cc,
3022         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
3023         lily/include/stream-event.hh, lily/include/listener.hh,
3024         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
3025         Created data structures for music streams.
3026         
3027 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
3028
3029         * lily/beam.cc (get_beam_segments): new function. Reorganise the
3030         construction of a beam. 
3031         (print): rewrite. 
3032
3033         * flower/include/std-vector.hh (default_compare): use only one comparison.
3034
3035         * scm/define-markup-commands.scm (note-by-number): remove debug display.
3036         (note-by-number): further attachment fixes.
3037
3038         * scm/lily-library.scm (ordered-cons): new function.
3039         (interval-index): new function
3040
3041         * lily/note-head-scheme.cc (LY_DEFINE): new file.
3042
3043         * lily/note-head.cc (get_stem_attachment): new function.
3044
3045         * scm/define-markup-commands.scm (note-by-number): read 'style
3046         property. 
3047
3048         * input/regression/markup-note.ly: show note-head style option.
3049
3050         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
3051         triangle head.
3052
3053 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
3054
3055         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
3056
3057         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
3058
3059         * lily/include/constrained-breaking.hh: GCC 4 fix.
3060
3061 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
3062
3063         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
3064         Replace it with functions get_line_forces and get_line_configuration.
3065         (class Simple_spacer): Make data private.
3066         Rewrite compression algorithm to be faster and simpler.
3067
3068         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
3069         * lily/gourlay-breaking.cc (solve):
3070         * lily/constrained_breaking.cc (space_line):
3071         Change it to the new simple-spacer code.
3072
3073         * lily/paper-score.cc (get_paper_systems):
3074         (Paper_score):
3075         (process):
3076         Delay breaking the systems until they are requested.
3077         (find_break_indices):
3078         Use vsize for indices.
3079         (calc_breaking):
3080         Move the "Calculating line breaks" message here.
3081
3082         * lily/system.cc (pre_processing):
3083         Move the "Calculating line breaks" message away from here.
3084         (break_into_pieces):
3085         Allow multiple calls to this function in sequence (with touching-but-
3086         not-overlapping breakpoints).
3087
3088         * lily/constrained-breaking.cc:
3089         Replace most of the get_XXXX functions with get_line_details.
3090         Only calculate the force for each line. Calculate configurations only
3091         for the lines we will actually use.
3092         Replace cols_ with lines_.
3093
3094 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3095
3096         * mf/GNUmakefile (depth): remove FC_FIND.
3097
3098         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
3099
3100         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
3101
3102         * scm/framework-ps.scm (write-preamble): new function.
3103         (write-preamble): load mac fonts via fondu, even if gs-font-load
3104         is set.
3105
3106 2006-05-03  Werner Lemberg  <wl@gnu.org>
3107
3108         * mf/GNUmakefile (FC_FIND): Fix typo.
3109
3110 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
3111
3112         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
3113
3114 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
3115
3116         * stepmake/aclocal.m4: run python-config for crosscompiling
3117         flags. 
3118
3119         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
3120         -f png for HTML, TEXINFO formats. 
3121
3122         * input/tutorial/lbook-html-test.html: new file.
3123
3124         * lily/include/tie-formatting-problem.hh (class
3125         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
3126         [column, direction]. This fixes laissez vibrer ties.
3127  
3128         * flower/include/tuple.hh (struct Tuple2): new file.
3129
3130         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
3131         $(FCMATCH), only if $(NCSB_DIR) not set. 
3132
3133         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
3134
3135         * config.make.in (DOCUMENTATION): set FCMATCH.  
3136
3137         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
3138
3139 2006-05-03  Graham Percival  <gpermus@gmail.com>
3140
3141         * Documentation/user/ various: final round of reorg.
3142
3143         * Documentation/user/instrument-notation.itely: some more
3144         fixes from Eduardo, thanks!
3145
3146 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
3147
3148         * VERSION (PACKAGE_NAME): release 2.9.3
3149
3150         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
3151
3152         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
3153
3154 2006-05-01  Mats Bengtsson  <mabe@s3.kth.se>
3155
3156         * scm/define-grob-properties.scm (all-user-grob-properties):
3157         Correct typo, thanks to Eduardo.
3158
3159 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
3160
3161         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
3162
3163         * buildscripts/lilypond-words.py (F): indent fix.
3164
3165         * input/regression/tie-arpeggio-collision.ly: new file.
3166
3167         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
3168         function: store outlines per column rank.
3169
3170         * lily/include/tie-configuration.hh (class Tie_configuration): add
3171         column_ranks_ to specification and configuration, to distinguish
3172         between ties for different heads in arpegiated chords.
3173
3174         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
3175
3176         * *.py: more 4 space indents.
3177
3178         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
3179
3180 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
3181
3182         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
3183
3184 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
3185
3186         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
3187
3188         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
3189
3190         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
3191
3192 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3193
3194         * python/convertrules.py (conv): indent 4 for python files.
3195
3196 2006-04-29  Mats Bengtsson  <mabe@s3.kth.se>
3197
3198         * Documentation/user/changing-defaults.itely (Creating contexts):
3199         Clarify \new semantics.
3200
3201 2006-04-28  Graham Percival  <gpermus@gmail.com>
3202
3203         * Documentation/user/ various: major new sections in the
3204         Learning manual, slight reorg elsewhere.
3205
3206 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
3207
3208         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
3209
3210         * scm/framework-ps.scm (output-framework): remove PageMedia
3211
3212 2006-04-27  Graham Percival  <gpermus@gmail.com>
3213
3214         * Documentation/user/ tweaks.itely, working.itely: new
3215         files, being more advanced "learning manual" chapters.
3216
3217         * Documentation/user/ tutorial, putting, lilypond: reorg.
3218
3219 2006-04-26  Graham Percival  <gpermus@gmail.com>
3220
3221         * input/regression/lyric-combine-polyphonic.ly: fixed test
3222         (no more "can't find context `one'" error).
3223
3224 2006-04-25  Joe Neeman <joeneeman@gmail.com>
3225
3226         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
3227
3228         * input/regression/stem-tremolo.ly: add 2 more whole note examples
3229         
3230 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3231
3232         * lily/relocate.cc (read_relocation_dir): new function.
3233
3234 2006-04-26  Graham Percival  <gpermus@gmail.com>
3235
3236         * Documentation/user/instrument-notation.itely: a few more fixes
3237         from Eduardo, thanks!
3238
3239         * Documentation/user/README.txt: new file; contains info on
3240         style that used to be in lilypond.tely.
3241
3242         * Documentation/user/ various: first round of doc reorg.
3243
3244         * Documentation/user/baer-flat-bw.png: remove alpha bit from
3245         graphic; this probably causes problems on some pdf
3246         viewers, notably Adobe Acrobat.
3247
3248 2006-04-24  Graham Percival  <gpermus@gmail.com>
3249
3250         * Documentation/user/instrument-notation.itely: many alterations
3251         to Vocal music, from Eduardo Viera.
3252
3253 2006-04-23  Graham Percival  <gpermus@gmail.com>
3254
3255         * Documentation/user/instrument-notation.itely: fix \new
3256         instead of \context problem.
3257
3258 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3259
3260         * lily/relocate.cc (expand_environment_variables): new function.
3261         (read_line): id.
3262         (read_relocation_file): id.
3263
3264         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
3265
3266 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
3267
3268         * ly/engraver-init.ly: remove old comments from TabVoice
3269
3270 2006-04-20  Graham Percival  <gpermus@gmail.com>
3271
3272         * Documentation/user/instrument-notation.itely: added Erlend's
3273         latest doc patch, thanks!
3274
3275 2006-04-19  Erlend Aasland <erlenda@gmail.com>
3276
3277         * lily/include/slur.hh:
3278         * lily/slur.cc:
3279         * lily/phrasing-slur-engraver.cc:
3280         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
3281         acknowledge_extra_object () from Phrasing_slur_engraver:: and
3282         Slur_engraver:: and putting it in
3283         Slur::auxiliary_acknowledge_extra_object ().
3284
3285         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
3286
3287         * lily/note-collision.cc: fix a comment
3288
3289 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3290
3291         * stepmake/bin/add-html-footer.py: fix footer position in
3292         generated html files: before </body> and </html> tags.
3293
3294 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3295
3296         * scripts/GNUmakefile: revert last "fix", which rather broke make.
3297         Earlier successive `make' commands finally compiled ok.
3298
3299         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
3300
3301 2006-04-18  Erlend Aasland <erlenda@gmail.com>
3302
3303         * lily/include/stem-tremolo.hh:
3304         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
3305         callers.
3306
3307         * lily/lookup.cc:
3308         * lily/include/lookup.hh: add rotated_box ()
3309
3310 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3311
3312         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
3313         been generated. Fixes "can't get `--help'" bug after make clean.
3314
3315         * THANKS: alphabetize contributors.
3316
3317 2006-04-17  Graham Percival  <gpermus@gmail.com>
3318
3319         * Documentation/user/instrument-notation.itely: added Erlend's
3320         tabs and banjo doc patch.  Thanks!
3321
3322 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
3323
3324         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
3325
3326         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
3327
3328         * scm/output-lib.scm: add some more predefined string tunings.
3329
3330         * Documentation/user/instrument-notation.itely: and doc them.
3331
3332 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
3333
3334         * ly/engraver.ly: Remove obsolete comments.
3335
3336         * ly/gregorian-init.ly: Define default layout block.
3337
3338         * input/puer-fragment.ly: Updated and extended.
3339
3340 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3341
3342         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
3343         pdf conversion behaviour.
3344
3345         * flower/file-name.cc (dir_name)
3346         (get_working_directory): Move from relocate.cc.
3347
3348         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
3349         
3350         * lily/relocate.cc: Encapsulate sys/stat.h in
3351         HAVE_STAT_H.
3352
3353 2006-04-14  Graham Percival  <gpermus@gmail.com>
3354
3355         * Documentation/user/ various: small updates from Cameron
3356         and Juergen, thanks!
3357
3358         * Documentation/user/ various: small updates of my own.
3359
3360         * THANKS: 2.7 -> 2.8.
3361
3362 2006-04-11  Graham Percival  <gpermus@gmail.com>
3363
3364         * scm/define-context-properties.scm: typo.
3365
3366         * Documentation/user/ : many more small updates.
3367
3368 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
3369
3370         * scm/define-music-types.scm: disposed "docme".
3371
3372 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
3373
3374         * lily/hairpin.cc: make niente circles a bit smaller.
3375
3376 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
3377
3378         * mf/GNUmakefile: remove redundant mftrace check. Also remove
3379         get-pfa and get-*-fonts targets.
3380
3381 2006-04-10  Graham Percival  <gpermus@gmail.com>
3382
3383         * THANKS, Documentation/user/ basic-notation, advanced-notation,
3384         music-glossary, programming-interface: more minor fixes
3385         from mailist.
3386
3387         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
3388
3389         * scm/define-context-properties.scm: another old \property update.
3390         This time tested for compiling!
3391
3392 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
3393
3394         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
3395
3396 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3397
3398         * scm/define-context-properties.scm (all-user-translation-properties): 
3399         * Documentation/user/global.itely (Page formatting): Compile fix.
3400
3401 2006-04-09  Mats Bengtsson  <mabe@s3.kth.se>
3402
3403         * Documentation/user/advanced-notation.itely (Polymetric
3404         notation): Update the example to use the "+" symbol and add link
3405         to input/test/compound-time.ly.
3406
3407 2006-04-08  Graham Percival  <gpermus@gmail.com>
3408
3409         * scm/define-grob-properties.scm: clarify docs for #'direction.
3410
3411         * scm/define-context-properties.scm: update old \property override.
3412
3413         * Documentation/user/ advanced-notation, global, lilypond-book:
3414         more minor doc updates.
3415
3416 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
3417
3418         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
3419
3420         * scm/backend-library.scm (search-gs): oops.
3421
3422 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
3423
3424         * scripts/lilypond-book.py (output): use base, not filename for href.
3425
3426         * scm/backend-library.scm: only look for gs.
3427
3428         * scripts/lilypond-book.py (output): fix printfilename.
3429
3430         * lily/parser.yy (music_function_musicless_prefix): fold together
3431         definitions of signature (SCM*) (Music|post_event|chord_body_element)
3432
3433         * lily/slur.cc (print): only set font-size if not set yet.
3434
3435         * lily/slur-configuration.cc (add_score): improved layout of debug
3436         scoring output.
3437
3438 2006-04-05  David Feuer  <David.Feuer@gmail.com>
3439
3440         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
3441         (draw_circle): Hopefully fixed regression.
3442         Improved documentation for several procedures.
3443         
3444 2006-03-04  Werner Lemberg  <wl@gnu.org>
3445
3446         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
3447
3448 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
3449
3450         * scripts/musicxml2ly.py (bindir): add dynamic
3451         relocation. 
3452
3453 2006-04-04  Graham Percival  <gpermus@gmail.com>
3454
3455         * Documentation/user/ basic-notation, advanced-notation, putting,
3456         instrument-notation, invoking, lilypond, THANKS: another ream of small
3457         fixes from the Doc Helpers.
3458
3459 2006-04-03  David Feuer  <David.Feuer@gmail.com>
3460
3461         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
3462
3463         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
3464
3465         * Cleaned up interfaces between PostScript and Scheme, and moved
3466         computations from PostScript to Scheme:
3467
3468         * music-drawing-routines.ps
3469         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
3470         with stroke_and_fill throughout.
3471         (euclidean_length, print_letter, draw_box): Deleted unused
3472         procedures.  If someone needs draw_box, implement it using
3473         draw_round_box; don't duplicate code.
3474         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
3475         Refactored/cleaned up interfaces.
3476         (mark_URI): Moved.
3477
3478         * output-ps.scm: reordered arguments to PostScript functions to
3479         match new interfaces
3480         (glyph-string): Rewrote glyph-string.
3481         (grob-cause): Replaced string-append with format.
3482         (repeat-slash): Rewrote to do computation here.
3483         (round-filled-box): Rewrote to do computation here.
3484
3485 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
3486
3487         * stepmake/stepmake/generic-targets.make: add cvs-clean target
3488
3489         * stepmake/stepmake/toplevel- targets.make: print help info about
3490         cvs-clean
3491
3492 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
3493
3494         * input/regression/hairpin-circled.ly: new file
3495
3496 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
3497
3498         * lily/hairpin.cc (print): add support for circled tip
3499
3500         * scm/define-grob-properties.scm: add circled-tip parameter
3501
3502         * scm/define-grobs.scm: init circled-tip to false
3503         
3504 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
3505
3506         * scm/music-functions.scm (quote-substitute): set
3507         iterators-ctor. 
3508
3509 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
3510
3511         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
3512         BSTINPUTS. 
3513
3514         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
3515
3516         * scm/output-ps.scm (glyph-string): revert cid selectfont.
3517
3518 2006-03-31  David Feuer  <david.feuer@gmail.com>
3519         
3520         * scm/framework-ps.scm:
3521         
3522         * scm/output-ps.scm: glyph-string now produces smaller, more
3523         readable, and probably faster PostScript.  Several findfont
3524         scalefont setfont instances changed to selectfont
3525         Hacked-up string-appends changed to formats.
3526
3527         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
3528         
3529 2006-03-30  Graham Percival  <gpermus@gmail.com>
3530
3531         * scm/lily-library.scm: make "no version" warning message more polite.
3532
3533         * lily/music.cc: add double quotes to failed octave check.
3534
3535         * Documentation/user/ advanced-notation, changing-defaults,
3536         instrument-notation, invoking, music-glossary: whole bunch of minor
3537         fixes from mailist.
3538
3539 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
3540
3541         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
3542         $(buildscriptdir) iso. depth.
3543
3544         * VERSION (PACKAGE_NAME): release 2.9.1
3545
3546 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
3547
3548         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
3549
3550         * VERSION (PATCH_LEVEL): bump version number.
3551
3552         * flower/include/guile-compatibility.hh (scm_from_uint32): add
3553         scm_from_uint32 ()
3554
3555         * lily/pango-font.cc (pango_item_string_stencil): use
3556         scm_from_uint32 ()
3557
3558         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
3559         $(outdir)/emmentaler-%.svg): remove canary.
3560
3561         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
3562         glyphnames if we have a ttf font.
3563
3564 2006-03-30  Mats Bengtsson  <mabe@s3.kth.se>
3565
3566         * Documentation/user/advanced-notation.itely (Font selection):
3567         Corrected reference to the font-family-override.ly example.
3568
3569 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
3570         
3571         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
3572         stem-tremolo object in the stem (or else the stem might not be
3573         long enough).
3574
3575 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
3576
3577         * lily/ttf.cc (print_trailer): only print existing glyphs.
3578
3579 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
3580
3581         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
3582         position the tremolo based on the position of the notehead.
3583
3584         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
3585         notes and update the texidoc line with the new positioning rules.
3586         
3587 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
3588
3589         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
3590
3591         * scripts/lilypond-book.py (Module): set default for linewidth if
3592         preamble not found.
3593
3594 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
3595
3596         * VERSION (PACKAGE_NAME): release 2.9.0.
3597
3598         * input/regression/stem-tremolo-position.ly: new file.
3599
3600         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
3601
3602 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
3603
3604         * lily/stem-tremolo.cc (print): position
3605         the tremolo depending only on the end of the stem
3606         and not on the notehead
3607         (raw_stencil): center, on the middle staff line, the
3608         flag that is closest to the end of the stem (previously
3609         the bottom flag)
3610         (calc_width): add this callback to shorten a tremolo when
3611         it is beamed or it is stemup with a flag
3612         (style): add this callback to make a tremolo rectangular when
3613         it is beamed or it is stemup with a flag
3614         (rotated_box): this is like Lookup::beam but makes a rotated
3615         rectangle instead of a parallelogram
3616
3617         * lily/stem.cc (calc_stem_info): make sure the stem
3618         is long enough to fit the tremolo
3619         (calc-length): reduce the length of tremolo stems since the
3620         tremolo code is now capable of better positioning
3621
3622         * scm/define-grobs.scm: make calc_width the default beam-width
3623         callback for stem-tremolo and add the style callback
3624                 
3625 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
3626
3627         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
3628         case. 
3629
3630 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
3631
3632         * lily/ttf.cc (make_index_to_charcode_map): restore old
3633         cmap. 
3634
3635 2006-03-28  Werner Lemberg  <wl@gnu.org>
3636
3637         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
3638
3639 2006-03-28  Graham Percival  <gpermus@gmail.com>
3640
3641         * THANKS: update for 2.9, add section for Documentation helpers.
3642
3643         * Documentation/topdocs/NEWS.tely: compile fix.
3644
3645         * Documentation/user/ basic-notation, global, advanced-notation,
3646         examples.itely: minor fixes from mailist.
3647
3648 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
3649
3650         * mf/feta-bolletjes.mf: match width of solfa notes with normal
3651         note heads. 
3652
3653         * lily/ttf.cc (print_trailer): use it.
3654
3655         * lily/pango-font.cc (get_unicode_name): new function.
3656
3657         * lily/ttf.cc (make_index_to_charcode_map): move function from
3658         open-type-font.cc
3659         (print_trailer): substitute uniXXXX name if applicable. 
3660
3661         * lily/pango-font.cc (get_index_to_charcode_map): new function.
3662         (pango_item_string_stencil): use it to generate uniXXXX names.
3663
3664         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
3665         note heads, for uniform widths in shape note output.
3666         (overdone_heads): hmm. remove them again.
3667
3668         * scripts/lilypond-book.py (output): add links to filenames.
3669
3670         * Documentation/topdocs/INSTALL.texi (Top): update versions.
3671
3672         * lily/note-collision.cc (get_clash_groups): only consider when
3673         Note_column::dir <> CENTER. 
3674
3675         * scripts/lilypond-book.py (get_option_parser): init output_name
3676         to ''. 
3677
3678 2006-03-24  Graham Percival  <gpermus@gmail.com>
3679
3680         * Documentation/topdocs/NEWS.tely: add @end itemize
3681
3682         * Documentation/user/ global, advanced-notation: minor
3683         stuff from mailist.
3684
3685 2006-03-23  Graham Percival  <gpermus@gmail.com>
3686
3687         * Documentation/user/ lilypond.tely, music-glossary,
3688         preface: housekeeping; 2005->2006, remove "notes for 2.6"
3689
3690 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
3691
3692         * mf/GNUmakefile: don't install .enc files.
3693
3694         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
3695
3696         * VERSION (PATCH_LEVEL): bump to 2.9.0
3697
3698 2006-03-22  Graham Percival  <gpermus@gmail.com>
3699
3700         * Documentation/user/advanced-notation.itely: minor fixes
3701         from mailist.
3702
3703 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
3704
3705         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
3706
3707         * branch lilypond_2_8
3708
3709 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
3710
3711         * scripts/lilypond-book.py (samefile): new function, for windoze
3712         compatibility.
3713
3714 2006-03-21  Graham Percival  <gpermus@gmail.com>
3715
3716         * ly/engraver-init.ly: add info about StaffGroup.
3717
3718 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
3719
3720         * input/regression/stem-direction-context.ly: idem.
3721
3722         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
3723
3724         * THANKS: add Mats.
3725
3726         * input/regression/page-layout-twopass.ly: comment out \markup so
3727         tweak-file is left.
3728
3729         * lily/instrument-name-engraver.cc (finalize): add to instrument
3730         name global System. This also fixes chopped instrument names, but
3731         doesn't crash when there are slurs/beams.
3732
3733         * lily/slur-configuration.cc (add_score): disallow negative slur
3734         scores.
3735         
3736 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3737
3738         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
3739
3740         * lily/instrument-name-engraver.cc (process_music): kludge: add
3741         InstrumentName spanner to axis group of left bound. Fixes chopped
3742         off instrument names in EPS images.
3743
3744         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
3745
3746         * scripts/abc2ly.py (option_parser): update to 2.7.40
3747
3748 2006-03-20  Graham Percival  <gpermus@gmail.com>
3749
3750         * THANKS: move small doc contributors to SUGGESTIONS.
3751
3752         * Documentation/user/ basic-notation, advanced-notation,
3753         global: small changes from mailist.
3754
3755 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3756
3757         * Documentation/user/advanced-notation.itely (Text marks): update
3758         for new rehearsalMarkAlignSymbol convention.
3759
3760         * VERSION (PATCH_LEVEL): bump version.
3761
3762         * input/test/instrument-name-align.ly: new file.
3763
3764         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
3765
3766         * input/test/instrument-name-align.ly: new file. Document how to
3767         align instrument names.
3768
3769         * lily/mark-engraver.cc: remove properties.
3770
3771         * scm/define-context-properties.scm
3772         (all-user-translation-properties): remove align symbol properties
3773         for barnumber/reh. mark.
3774
3775         * lily/break-align-interface.cc (self_align_callback): new
3776         interface, new function. Look at complete alignment. This handles
3777         tunable break alignments in case break-align-symbols are missing.
3778
3779         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
3780
3781         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
3782
3783         * python/convertrules.py (conv): mark/bar number alignment rule.
3784
3785         * lily/break-align-interface.cc (calc_positioning_done): also
3786         store offset from last visible break-alignment to its
3787         neighbor. This makes alignment on non-visible objects more reliable.
3788
3789         * po/lilypond.pot (Module): ran po-replace.
3790
3791         * input/regression/tie-single-manual.ly (Module): new file.
3792
3793         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
3794         look at has_manual_position_.
3795         (from_ties): set has_manual_position_ if tie has staff-position set.
3796
3797         * lily/tuplet-bracket.cc (calc_positions): idem.
3798
3799         * lily/tuplet-number.cc (print): don't print tupletnumber if it
3800         doesn't span time.
3801
3802 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3803
3804         * scm/define-markup-commands.scm (smallCaps): new markup command
3805         for turning a text to small caps using smaller font size and upper
3806         casing.
3807
3808 2006-03-17  Graham Percival  <gpermus@gmail.com>
3809
3810         * Documentation/user/ examples, instrument-notation,
3811         advnaced-notation: minor fixes from mailist.
3812
3813 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3814
3815         * Documentation/user/tutorial.itely (First steps): change example
3816         to verbatim.  
3817
3818 2006-03-17  Graham Percival  <gpermus@gmail.com>
3819
3820         * Documentation/user/ examples, advanced: minor changes from mailist.
3821
3822         * THANKS: add Geoff Horton, for documentation stuff.
3823
3824 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3825
3826         * python/lilylib.py (system): revert have_select kludge.
3827
3828         * Documentation/user/tutorial.itely (Commenting input files):
3829         update version numbers in doc. 
3830
3831         * scm/define-grob-interfaces.scm (multi-measure-interface): add
3832         bound-padding to multi-measure-interface
3833
3834 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3835
3836         * input/test/engraver-example.ily: update version number.
3837
3838         * VERSION (PACKAGE_NAME): release 2.7.39
3839
3840         * lily/note-spacing.cc (get_spacing): heighten threshold where
3841         accidentals/arpeggios influence previous spacing fully.
3842
3843         * lily/rest.cc (y_offset_callback): only use direction if
3844         staff-position wasn't set before.
3845
3846         * lily/bar-number-engraver.cc: add support for
3847         barNumberAlignSymbol. 
3848         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
3849
3850         * lily/pointer-group-interface.cc (set_ordered): new function. 
3851         (add_unordered_grob): new function.
3852
3853         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
3854         to ordered, unless the opposite has been proved.  This fixes
3855         random reordering of large object groups across linebreaks,
3856         eg. beams.
3857
3858         * lily/main.cc (do_chroot_jail): printf format fix.
3859
3860         * lily/tie-formatting-problem.cc (generate_configuration):
3861         multiply y-shift for dot with direction.
3862  
3863         * scm/define-markup-commands.scm (note-by-number): put (magstep
3864         size) in y-attach too.
3865
3866         * Documentation/topdocs/NEWS.tely (Top): show override.
3867
3868         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
3869         direction for stems.
3870         
3871 2006-03-15  Graham Percival  <gpermus@gmail.com>
3872
3873         * Documentation/user/ changing-defaults, global: minor
3874         fixes from mailist.
3875
3876 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3877
3878         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
3879
3880         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
3881         breakable items after uniformly stretched notes.
3882
3883         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
3884         outline with outer edge of note heads. This prevents infinity
3885         problems with tied whole notes.
3886
3887         * scripts/lilypond-book.py (do_file): use os.popen
3888
3889         * python/convertrules.py (conv): add rule for Stem #'beamed-*
3890
3891 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
3892
3893         * Documentation/user/invoking.itely: Add ragged-right to bug report
3894         guidelines.
3895
3896 2006-03-14  Graham Percival  <gpermus@gmail.com>
3897
3898         * Documentation/user/global.itely: small fix from mailist.
3899
3900 2006-03-14  Mats Bengtsson  <mabe@s3.kth.se>
3901
3902         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
3903         file descriptor returned by tempfile.mkstemp() when writing
3904         to tmpfile and closing it. Solves problem with unlink(tmpfile)
3905         on mingw.
3906
3907 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3908
3909         * po/fi.po: newline bugfix.
3910
3911 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3912
3913         * scm/paper.scm (paper-alist): Rounding fixes.
3914
3915 2006-03-13  Graham Percival  <gpermus@gmail.com>
3916
3917         * Documentation/user/ changing-defaults, instrument-notation,
3918         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
3919
3920 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
3921
3922         * po/fi.po: update.
3923
3924 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3925
3926         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
3927         mailto: to http:// 
3928
3929         * python/lilylib.py (print_environment): move ps_page_count to
3930         lilypond-book.py
3931
3932 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3933
3934         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
3935
3936         * scm/framework-ps.scm (embed-document): new function. Use to
3937         embed PFA files.
3938
3939         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
3940
3941 2006-03-12  Mats Bengtsson  <mabe@s3.kth.se>
3942
3943         * Documentation/user/instrument-notation.itely (Setting simple
3944         songs): Added \book{...} around the full example, so the separate
3945         markups are included in the printed example. 
3946
3947 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3948
3949         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
3950         tmphandle.
3951
3952         * python/lilylib.py (system): rewrite system() using
3953         subprocess. Remove >& redirection trickery.
3954
3955 2006-03-11  Graham Percival  <gpermus@gmail.com>
3956
3957         * Documentation/user/ changing-defaults, global, scheme-tutorial,
3958         notation-appendices.itely: minor fixes from mailist.
3959
3960 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3961
3962         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
3963         unsplit man also needs images.
3964
3965         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
3966
3967         * VERSION (PACKAGE_NAME): 2.7.38 released.
3968
3969 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3970
3971         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
3972         log in output dir.
3973
3974 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
3975
3976         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
3977         respects the Score.skipTypesetting property.
3978         
3979 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3980
3981         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
3982         Prolog. No %%EOF after CFF file.
3983
3984 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
3985         
3986         * lily/constrained-breaking.cc (get_max_systems): used to return a
3987         much too big value
3988         (combine_demerits): use pointers to reduce copying data
3989         (calc_subproblem): idem
3990         (get_page_penalty): add page turn penalties
3991         
3992 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3993
3994         * Documentation/user/invoking.itely (Invoking lilypond): better
3995         explanation of -e usage.
3996
3997         * lily/main.cc (main_with_guile): don't append to
3998         init_scheme_code_string
3999
4000         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
4001
4002         * Documentation/user/invoking.itely: add note about MacOS X scripts.
4003
4004         * scripts/convert-ly.py (do_options): don't print help for
4005         --show-rules rule.
4006
4007         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
4008         @code and @example. Update from texinfo.tex from CVS.
4009
4010 2006-03-08  Graham Percival  <gpermus@gmail.com>
4011
4012         * Documentation/user/scheme-tutorial.itely: clarifies distances
4013         measured in staff-spaces.
4014
4015 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4016
4017         * lily/slur.cc (outside_slur_callback): only calculate offsets if
4018         consider[k] is true.
4019
4020         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
4021
4022         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
4023         consider columns that have originals.  Unifies spacing for mm
4024         rests around line breaks.
4025
4026         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
4027         (set_text_rods): idem.
4028         (calculate_spacing_rods): new function: share code between
4029         set_text_rods and set_spacing_rods.
4030         (set_text_rods): take extents of bounds into account.  
4031
4032 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4033
4034         * Documentation/user/basic-notation.itely (Writing music in
4035         parallel): don't use relative.
4036
4037 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4038
4039         * ly/music-functions-init.ly (Module): add shiftDurations
4040
4041         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
4042
4043         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
4044
4045         * ly/engraver-init.ly: init vocalName to nil.
4046
4047 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
4048
4049         * scm/music-functions.scm (music->make-music): bugfix,
4050         KeyChangeEvents are now handled correctly.
4051
4052         * scripts/lilypond-book.py: Add --debug option.
4053
4054 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4055
4056         * python/lilylib.py: add tempfile.
4057
4058 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4059
4060         * VERSION (PACKAGE_NAME): release 2.7.37
4061
4062         * python/lilylib.py (ps_page_count): remove make_ps_images().
4063         (ps_page_count): remove mkdir_p
4064         (system): remove cleanup_temp.
4065         (exit): remove lilypond_version_(check)
4066         (error_log): remove pseudo_filter_p
4067         remove read_pipe
4068         remove cp_to_dir
4069         remove identify
4070
4071         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
4072         use __main__
4073
4074         * lily/accidental-engraver.cc (make_standard_accidental): only add
4075         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
4076
4077         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
4078         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
4079         Make incompatibilities.
4080
4081         * scm/output-ps.scm (grob-cause): replace backslashes by /
4082         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
4083
4084 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4085
4086         * cygwin/GNUmakefile: Install fixes.
4087
4088         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
4089
4090         * lily/note-head.cc (head::get_balltype): Compile fix.
4091
4092         * flower/file-name.cc (dos_to_posix): Flower string fix.
4093
4094 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4095
4096         * python/lilylib.py: pychecker cleanups.
4097
4098         * scripts/lilypond-book.py
4099         (Lilypond_snippet.output_print_filename): pychecker cleanups
4100
4101         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
4102
4103         * python/lilylib.py (underscore): remove identify() , warranty()
4104
4105         * ps/music-drawing-routines.ps: change Border routine for GSView
4106         compatibility.
4107
4108         * lily/stem.cc (height): use quantize-positions.  This triggers
4109         set_stem_lengths, so scripts on beamed stems are handled correctly.
4110
4111         * lily/side-position-interface.cc (aligned_side): check if edges
4112         of script are inside staff. Fixes accent of edge of the staff.
4113
4114         * input/regression/staccato-pos.ly: more examples.
4115
4116         * stepmake/aclocal.m4 (depth): fix bashism.
4117
4118         * lily/lyric-combine-music-iterator.cc: move from
4119         new-lyric-combine-iterator.cc
4120         (process): add pending_grace_lyric_ member to delay lyrics on
4121         grace notes.
4122
4123         * lily/system-start-text.cc (print): suicide if we don't have any
4124         elements. Fixes hara kiri'd instrument names.
4125
4126         * scripts/mup2ly.py (Module): remove.
4127
4128 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4129
4130         * Documentation/user/global.itely (A single music expression):
4131         close @lilypond properly
4132
4133         * lily/volta-bracket.cc (modify_edge_height): change from
4134         after_line_breaking_callback. Suicide last bracket if appropriate.
4135  
4136         * python/lilylib.py: strip getopt support
4137
4138         * scripts/etf2ly.py (do_options): use optparse
4139
4140         * scripts/midi2ly.py: optparse, strip lilylib copy. 
4141
4142         * scripts/abc2ly.py (voices): use optparse.
4143
4144         * stepmake/stepmake/generic-vars.make: new function absdir.
4145
4146         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
4147
4148         * scripts/lilypond-book.py (find_file): use global_options for
4149         include path
4150
4151         * scm/ps-to-png.scm (ps-page-count): prevent null characters
4152         entering C code.
4153
4154 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4155
4156         * python/lilylib.py (get_global_option): ughness for extracting
4157         global options from lilylib.
4158         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
4159
4160         * scripts/lilypond-book.py (get_option_parser): use optparse for
4161         option handling.  Put options in global_options variable.
4162
4163 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
4164
4165         * Documentation/index.html.in: clarify.
4166
4167 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4168
4169         * scm/layout-page-layout.scm (write-page-breaks): add a
4170         music-system-heights property to the page layout output.
4171
4172         * scm/page.scm (make-page-stencil): take footer into account when
4173         computing the 'space-left page property
4174         (annotate-space-left): take footer into account when annonating
4175         space left.
4176
4177 2006-02-28  Graham Percival  <gpermus@gmail.com>
4178
4179         * Documentation/user/ advanced-notation, global: more (final)
4180         docs for music expressions, removed special fermatas.
4181
4182 2006-02-27  Graham Percival  <gpermus@gmail.com>
4183
4184         * Documentation/user/ basic-notation, global: minor changes
4185         from mailist.
4186
4187 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4188
4189         * scm/framework-ps.scm:         
4190         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
4191         layer for inf? and nan? from framework-ps to lily-library.
4192
4193 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4194
4195         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
4196         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
4197
4198         * buildscripts/substitute-encoding.py (Module): remove file.
4199
4200         * mf/GNUmakefile: more PFA strippage.
4201
4202         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
4203
4204         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
4205         generation
4206
4207         * scm/framework-ps.scm: remove font name munging.
4208
4209         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
4210
4211 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4212
4213         * scm/markup.scm (define-markup-command): change
4214         def-markup-command to define-markup-command
4215
4216         * scm/music-functions.scm (define-music-function): change
4217         def-music-function to define-music-function.
4218
4219         * python/convertrules.py (conv): rules for def-music-function
4220         and def-markup-commands
4221
4222         * Documentation/user/programming-interface.itely,
4223         input/no-notation/display-lily-tests.ly,
4224         input/regression/lily-in-scheme.ly,
4225         input/regression/markup-user.ly,
4226         input/regression/music-function.ly, input/regression/tie-chord.ly,
4227         scm/fret-diagrams.scm, ly/music-functions-init.ly,
4228         ly/gregorian-init.ly: use new macro names (define-music-function,
4229         define-markup-command).
4230
4231 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4232
4233         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
4234         (output): add comments to lp-book latex output.
4235
4236         * GNUmakefile.in (footifymail): use gmane address for webpage bug
4237         address.
4238
4239 2006-02-23  Graham Percival  <gpermus@gmail.com>
4240
4241         * Documentation/user/ tutorial, global: minor changes.
4242
4243 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4244
4245         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
4246         blocks (for make 3.80)
4247
4248         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
4249         \notemode so that user should not have to explicitely type it.
4250
4251         * scm/define-music-display-methods.scm: various
4252         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
4253         constructs)
4254
4255         * input/no-notation/display-lily-tests.ly: new tests for
4256         \applyOutput and \applyContext
4257
4258 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4259
4260         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
4261         changed it slightly so that the number of systems returned by
4262         solve () will be the same as the last value passed to resize
4263         (). I've also added more documentation, removed casts, fixed style
4264         problems and put in some recovery if constraints aren't satisfied."
4265
4266 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4267
4268         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
4269         for emacs < 22 compatibility.
4270         (count-rexp): Use it.
4271         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
4272         substring juggling (Milan Zamazal).
4273
4274 2006-02-23  Graham Percival  <gpermus@gmail.com>
4275
4276         * Documentation/user/ basic-notation, advanced-notation,
4277         global.itely, invoking.itely, tutorial,itely:
4278         minor fixes from mailist.
4279
4280         * scm/define-markup-commands.scm: improve docs of \filled-box.
4281
4282 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
4283
4284         * Documentation/index.html.in: changes concern the previous release.
4285
4286         * input/regression/+.ly: cultivate typographical terminology.
4287
4288 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4289
4290         * scm/define-grob-interfaces.scm (parentheses-interface): add
4291         padding to parentheses-interface.
4292
4293         * Documentation/user/GNUmakefile: remove $(CROSS) support from
4294         Documentation/user/GNUmakefile. Use --disable-documentation for that.
4295
4296         * VERSION (PATCH_LEVEL): release 2.7.36
4297
4298         * lily/slur.cc: add avoid-slur (ugh.)
4299         
4300         * lily/slur-configuration.cc (fit_factor): oops, skip point if
4301         intersection gets smaller. This fixes slurs over extreme points.
4302
4303         * lily/melody-engraver.cc (stop_translation_timestep): ignore
4304         stems with neutral-direction set.
4305
4306         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
4307
4308         * lily/open-type-font.cc (load_table): format error.
4309
4310         * lily/change-iterator.cc (process): format fix.
4311
4312         * flower/include/international.hh (_f): idem.
4313
4314         * flower/include/std-string.hh: add format printf attribute.
4315
4316         * scm/define-grobs.scm (all-grob-descriptions): height of all
4317         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
4318
4319         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
4320         ambitus lines.
4321
4322         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
4323
4324 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
4325
4326         * input/regression/: upgraded syntax for some files.
4327
4328         * THANKS: Add bughunters.
4329
4330 2006-02-22  Graham Percival  <gpermus@gmail.com>
4331
4332         * Documentation/user/ invoking.itely, advanced-notation.itely,
4333         global.itely: long-awaited "let's make chapter 10 not suck"
4334         update.  Rearrange chapter 10; now called "global issues",
4335         addresses file structure, etc.  Some info from other files
4336         moved into global.itely.
4337
4338 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4339
4340         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
4341         catch trill-span-event notes.
4342
4343         * Documentation/user/examples.itely (Ancient notation templates): typo.
4344         (Jazz combo): typo.
4345
4346         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
4347
4348         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
4349
4350         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
4351
4352         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
4353
4354         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
4355         froum Laissez_vibrer_engraver.
4356
4357         * ly/declarations-init.ly (repeatTie): add \repeatTie
4358
4359         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
4360
4361         * scm/define-grob-properties.scm (all-user-grob-properties): add
4362         head-direction property.
4363
4364         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
4365         from_lv_ties. Take head direction argument.
4366
4367         * lily/semi-tie-column.cc: rename from
4368         laissez-vibrer-tie-column.cc. Rename class too.
4369
4370         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
4371         class too.
4372
4373         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
4374
4375         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
4376         0 case.
4377         (find_breaks): idem.
4378
4379 2006-02-21  Graham Percival  <gpermus@gmail.com>
4380
4381         * Documentation/user/advanced-notation.itely: fixed make-moment]
4382         example.
4383
4384         * Documentation/user/basic-notation.itely: more clarification to
4385         transpose.
4386
4387 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4388
4389         * lily/include/constrained-breaking.hh (class
4390         Constrained_breaking): new file.
4391
4392         * lily/constrained-breaking.cc (resize): new file.
4393
4394         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
4395
4396         * Documentation/user/advanced-notation.itely (Clusters): insert
4397         end ignore too.
4398
4399         * lily/tie-column.cc (calc_positioning_done): support for
4400         tie-score debugging
4401
4402         * lily/tie-formatting-problem.cc
4403         (generate_extremal_tie_variations): factor out.
4404         (score_ties_configuration): annotate all tie 
4405         (print_ties_configuration): new routine.
4406         (generate_configuration): nudge extremal ties outside of the head
4407         Y extents.
4408         (score_ties_configuration): oops. convert to staff-space before
4409         determining position symmetry.
4410
4411 2006-02-20  Graham Percival  <gpermus@gmail.com>
4412
4413         * Documentation/user/*-notation.itely: misc minor editing,
4414         shifting doc sections around.
4415
4416         * Documentation/user/*-notation-itely, global.itely,
4417         changing-defaults.itely: added new stuff from NEWS.
4418
4419 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
4420
4421         * po/fi.po: update.
4422
4423 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4424
4425         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
4426         lilypond --verbose for lp-book.
4427
4428         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
4429         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
4430
4431         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
4432         $(buildscript-dir) iso. absolute depth.
4433
4434         * buildscripts/genicon.py (dir): thinko.
4435
4436         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
4437
4438 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
4439
4440         * scm/output-lib.scm: swap darkcyan/darkyellow
4441
4442         * THANKS: Add bughunters.
4443
4444 2006-02-19  Graham Percival  <gpermus@gmail.com>
4445
4446         * Documentation/user/programming-interfaces.itely: fixed example.
4447
4448         * Documentation/user/instrument-notation.itely: fix @{ @}.
4449
4450         * scm/script.scm: add avoid-slur for \open.
4451
4452 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4453
4454         * lily/tie-formatting-problem.cc (score_configuration): use
4455         sliding score for min-length. 
4456
4457         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
4458         spaghetti for icons.
4459
4460         * buildscripts/genicon.py (program_name): new file.
4461
4462         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
4463         in outline too.  
4464         (generate_configuration): for small ties, also look for collisions
4465         at Y + DIR*h + DELTA_Y.
4466         (get_variations): consider variation for dot positions too.
4467
4468         * lily/side-position-interface.cc (aligned_side): take abs for
4469         quantized rounded position. Fixes tenuto below staff.
4470
4471         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
4472         markers when necessary.
4473
4474         * lily/program-option.cc (internal_set_option): add
4475         strict_infinity_checking option.
4476
4477         * scm/output-lib.scm (cyan): swap yellow and cyan.
4478
4479 2006-02-19  Graham Percival  <gpermus@gmail.com>
4480
4481         * darwin.patch: trivial linenumber update.
4482
4483         * Documentation/user/ {various}: `\context foo = named' changed
4484         to `\new foo = "name"' in docs.
4485
4486 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4487
4488         * scm/stencil.scm (annotate-y-interval): use it.
4489
4490         * scm/lily-library.scm (interval-sane?): new function.
4491
4492         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
4493         tfm_checksum stuff.
4494
4495         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
4496         common refpoint.
4497
4498         * flower/include/std-vector.hh (iterof): add iterof macro.
4499
4500         * lily/enclosing-bracket.cc (width): new function.
4501
4502         * lily/align-interface.cc (align_elements_to_extents): reinstate
4503         warning.
4504
4505 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
4506
4507         * Documentation/index.html.in: fix spelling: thankyous.
4508
4509 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4510
4511         * lily/lyric-hyphen.cc: typo.
4512
4513 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4514
4515         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
4516         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
4517         builds don't work. 
4518
4519         * VERSION: release 2.7.35
4520
4521         * lily/beam.cc (get_default_dir): oops. Take abs () for
4522         extremes[DOWN].
4523         (get_default_dir): use extreme position criterion only in absence
4524         of forced stem directions.
4525
4526         * VERSION (PATCH_LEVEL): bump VERSION.
4527
4528         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
4529         dependencies. Necessary for -jX builds.  
4530
4531 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4532
4533         * lily/relocate.cc (setup_paths): Yet another const fix.
4534
4535 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4536
4537         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
4538
4539         * lily/relocate.cc (setup_paths): oops.
4540
4541 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
4542
4543         * Documentation/index.html.in: order links: html before PDF.
4544
4545 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4546
4547         * lily/tie-column-format.cc (Module): remove.
4548
4549         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
4550
4551         * lily/text-spanner.cc (print): idem.
4552
4553         * lily/dynamic-text-spanner.cc (print): only print line if longer
4554         than dash-period.
4555
4556         * lily/auto-change-iterator.cc (change_to): formatting.
4557
4558         * lily/beam.cc (get_default_dir): take extreme note head as input
4559         for stem direction.
4560
4561         * lily/tie.cc (get_default_dir): only look directions for visible
4562         stems. 
4563
4564         * lily/side-position-interface.cc (aligned_side): oops. Don't
4565         mutiply with direction. This fixes quantized (staccato, tenuto)
4566         scripts below notes.
4567
4568         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
4569         direction. Fixes c-lyrics-center-align.ly
4570
4571 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4572
4573         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
4574         constructor.
4575
4576         * lily/std-string.cc:
4577         * lily/include/std-vector.hh (split_string): Move and rename from
4578         lily/include/misc.hh, lily/misc.cc.  Update callers.
4579
4580 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4581
4582         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
4583
4584 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4585
4586         * flower/test-file.cc: New file.
4587
4588         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
4589         libraries.
4590
4591         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
4592
4593 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4594
4595         * flower/include/file-storage.hh: remove file.
4596
4597         * lily/include/midi-item.hh (class Midi_track): idem.
4598
4599         * lily/include/source.hh (class Sources): idem.
4600
4601         * lily/include/performance.hh (class Performance): use vector
4602         iso. Cons<>
4603
4604         * flower/include/cons.hh (class Cons): remove file.
4605
4606         * flower/include/flower-proto.hh: remove template cruft.
4607
4608         * lily/include/font-metric.hh: use size_t not vsize for indices.
4609
4610         * flower/include/flower-proto.hh (Module): remove std-vector.hh
4611         from proto.
4612
4613         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
4614
4615         * lily/include/paper-book.hh (class Paper_book):
4616         make get_system_specs() public.
4617
4618         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
4619         the force=10000 case if we don't have a current-best. 
4620
4621         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
4622         vsize 
4623
4624         * flower/include/flower-proto.hh: remove outdated templates.
4625
4626         * scm/page.scm: use annotate-spacing
4627
4628 2006-02-15  Graham Percival  <gpermus@gmail.com>
4629
4630         * scm/translation-functions.scm: circle patch from Erlend, thanks!
4631
4632         * THANKS: moved Erlend Aasland to contributors.
4633
4634 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4635
4636         * config.hh.in: remove HAVE_PANGO_16
4637
4638         * lily/tuplet-bracket.cc (calc_positions): multiply with
4639         staff-space for beam case. This fixes tuplets+beams on scaled
4640         staves.
4641
4642         * config.hh.in: remove all Kpathsea related defines.
4643
4644         * lily/dot-column.cc (side_position): reach stem via dots->
4645         head->stem. Inspect all stems for dot collisions. 
4646
4647         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
4648         stem handling.
4649
4650         * lily/bar-number-engraver.cc (process_music): document function
4651         of whichBar.
4652
4653         * lily/score.cc (default_rendering): add pscore, not systems
4654         themselves.
4655
4656         * lily/paper-book.cc (get_system_specs): separate generation of
4657         titles and systems.
4658
4659         * flower/include/std-vector.hh: don't include config.hh
4660
4661 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
4662
4663         * flower/include/std-vector.hh: Better wrapper compatibility with
4664         std::vector.
4665
4666         * flower/include/flower-proto.hh: Remove cheap forward declaration
4667         attempts.
4668
4669         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
4670
4671 2006-02-14  Graham Percival  <gpermus@gmail.com>
4672
4673         * Documentation/user/invoking.itely: add warning about command line.
4674
4675 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4676
4677         * lily/include/lily-proto.hh: add Prob, rm Page.
4678
4679         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
4680
4681         * VERSION: release 2.7.34
4682
4683         * lily/relocate.cc (framework_relocation): show canary if
4684         GHOSTSCRIPT_VERSION undefined.
4685
4686         * GNUmakefile.in: remove $(VERSION) symlink.
4687
4688         * lily/relocate.cc (setup_paths): add + 
4689
4690 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
4691
4692         * Documentation/index.html.in: specify sizes for all big HTML pages.
4693
4694 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4695
4696         * config.hh.in: remove @FRAMEWORKDIR@
4697
4698         * lily/system-start-text.cc (get_stencil): new file: separate out
4699         system-start-delimiter text support.
4700
4701         * input/**ly: replace \context with \new where appropriate.
4702         
4703         * THANKS: add Don.
4704
4705         * lily/slur-scoring.cc (get_base_attachments): use
4706         robust_relative_extent. This fixes problems with empty paper-columns. 
4707
4708 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4709
4710         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
4711
4712         * scm/define-music-properties.scm (all-music-properties):
4713         create-new property.
4714
4715         * lily/context-specced-music-iterator.cc (construct_children):
4716         inspect 'create-new property iso. magical $uniqueContextId context
4717         id.
4718
4719         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
4720
4721         * lily/context-key-manager.cc (Module): new file. Encapsulate
4722         object key generation.
4723
4724         * lily/include/context-key-manager.hh (Module): new file.
4725
4726 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4727
4728         * scm/define-grobs.scm (all-grob-descriptions): center instrument
4729         names vertically
4730
4731         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
4732         options.
4733         (reloc_b): excise --enable-framework-dir
4734
4735         * lily/relocate.cc (framework_relocation): use getenv
4736         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
4737
4738 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4739
4740         * flower/include/std-string.hh: 
4741         * flower/include/std-vector.hh: Finish std:: conversion; move
4742         flower extensions from std:: namespace.  Update users.
4743
4744         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
4745         their expansion to vector<*>.  Update users.
4746
4747 2006-02-10  Graham Percival  <gpermus@gmail.com>
4748
4749         * Documentation/user/invoking.itely: add example to File structure.
4750
4751         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
4752         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
4753
4754 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4755
4756         * ly/paper-defaults.ly: typo.
4757
4758         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
4759         set_parent() for parentheses. This will make it show up in bbox
4760         calculations.
4761
4762         * scm/output-lib.scm (parentheses-item::print): rewrite, using
4763         ly:grob-common* functions.
4764
4765         * lily/grob-scheme.cc (LY_DEFINE):
4766         ly:grob-common-refpoint-of-array: new function 
4767         ly:grob-common-refpoint: new function 
4768         ly:grob-relative-coordinate: new function 
4769
4770         * lily/instrument-name-engraver.cc (process_music): use
4771         Text_interface::is_markup(). This fixes \markup on instrument names.  
4772
4773         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
4774         for ties and slurs.
4775
4776         * lily/slur.cc (print): idem.
4777
4778         * lily/tie.cc: add line-thickness for ties. 
4779
4780 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4781
4782         * scm/output-svg.scm: Document diversion from GNU coding standards
4783         as a workaround for a bug in Microsoft Internet Explorer.
4784
4785 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4786
4787         * lily/instrument-name-engraver.cc (process_music): use
4788         is_markup() iso. is_string()
4789
4790         * Documentation/user/changing-defaults.itely (Module): add menu entry.
4791
4792         * lily/percent-repeat-engraver.cc (process_music): only look at
4793         main_part_ for % repeats.
4794
4795         * lily/stem-tremolo.cc (get_beam_translation): new function.
4796         (calc_slope): new function.
4797         (height): don't use real slope.
4798
4799 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
4800
4801         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
4802         new connect-to-neighbor, control-points and staff-padding
4803         properties to make ligature brackets showing up again.
4804
4805 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4806
4807         * VERSION: release 2.7.33
4808
4809         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
4810         too many.
4811
4812         * Documentation/user/changing-defaults.itely (Difficult tweaks):
4813         remove applyOutput example.
4814         (Objects connected to the input): document \tweak, \parenthesize
4815
4816         * lily/relocate.cc (prefix_relocation): allow "current"
4817         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
4818         changing VERSION in a lily tree less painful.
4819
4820         * input/regression/parenthesize.ly: new file. 
4821
4822         * scm/output-lib.scm (parenthesize-element): new function.
4823
4824         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
4825
4826         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
4827
4828         * lily/accidental-engraver.cc (make_standard_accidental): reroute
4829         cause: accidentals are caused by note heads, not note events. 
4830
4831 2006-02-08  Graham Percival  <gpermus@gmail.com>
4832
4833         * darwin.patch: small patch from Erlend, thanks!
4834
4835         * Documentation/user/basic-notation.itely: add stem-neutral example.
4836
4837         * Documentation/user/putting.itely: clarifications.
4838
4839 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4840
4841         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
4842         note, add more guidelines to what should go into NEWS.
4843
4844         * input/sakura-sakura.ly: document how to override font.
4845
4846         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
4847
4848 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4849
4850         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
4851
4852 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4853
4854         * scripts/convert-ly.py (lilypond_version_re_str): Move from
4855         convertrules.  Add explicit grouping, needed for python2.2.
4856
4857 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4858
4859         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
4860
4861 2006-02-07  Graham Percival  <gpermus@gmail.com>
4862
4863         * Documentation/user/global.itely: fix line-width in (text) docs.
4864
4865         * Documentation/user/lilypond-book.itely: same.
4866
4867 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4868
4869         * VERSION (PACKAGE_NAME): release 2.7.32
4870
4871         * Documentation/topdocs/NEWS.tely (Top): document new variable
4872         naming.
4873
4874         * flower/include/array.icc (Message): remove file.
4875
4876         * flower/include/std-vector.hh: make sure vsize and VPOS are
4877         defined for binary_search_bounds().
4878
4879         * flower/std-string.cc (std): add to_string(long unsigned).
4880
4881         * configure.in (gui_b): excise std_string option.
4882         (gui_b): excise std_vector option.
4883
4884         * flower/string.cc (Module): excise flower array & string
4885
4886         * flower/include/std-string.hh: excise flower string.
4887
4888         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
4889
4890         * python/convertrules.py (lilypond_version_re_str): require
4891         only numbers and dots in \version string.
4892
4893 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4894
4895         * lily/system-start-delimiter.cc (print): allow style = text too.
4896
4897         * lily/system-start-delimiter-engraver.cc
4898         (acknowledge_system_start_text): new function, also add add to
4899         support of system-start-text (instrument names). This fixes
4900         instrument names on piano staves.
4901
4902         * lily/instrument-name-engraver.cc: rewrite. Use
4903         system-start-delimiter approach. This save memory and cpu.
4904
4905         * scm/define-grobs.scm (all-grob-descriptions): remove
4906         instrument-name from break-alignment.
4907
4908         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
4909
4910 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4911
4912         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
4913         jobserver going.
4914
4915         * configure.in (std_vector): On by default.
4916
4917         * lily/include/font-metric.hh:
4918         * lily/include/tfm-reader.hh: 
4919         * lily/include/spanner.hh: Use unsigned for indices and sizes.
4920         Update users.
4921
4922         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
4923
4924 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4925
4926         * VERSION (PACKAGE_NAME): 2.7.31
4927
4928         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
4929         EPS edge at 0, but take minimum with left-overshoot. This fixes
4930         cut off system start delims. 
4931
4932         * lily/instrument-name-engraver.cc (stop_translation_timestep):
4933         hack: add to axis group if not added yet. This fixes hara kiri'd
4934         piano staves.
4935
4936         * lily/hara-kiri-group-spanner.cc
4937         (force_hara_kiri_in_y_parent_callback): fix signatures.
4938
4939         * lily/hairpin.cc (print): check next hairpin to see whether or
4940         not to be continuing.
4941
4942 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4943
4944         * Remove trailing whitespace from makefiles.
4945         
4946         * flower/include/std-vector.hh: Add binary_search_bounds workaround
4947         for earlier gcc.
4948
4949         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
4950
4951         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
4952
4953         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
4954
4955         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
4956
4957         * configure.in: Use it.
4958
4959 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4960
4961         * scm/music-functions.scm (pitch-of-note): new function.
4962
4963         * ly/music-functions-init.ly: add \octave and \addquote
4964
4965         * lily/parser.yy (music_function_chord_body): softcode \octave.
4966         (lilypond_header): softcode \addquote
4967
4968 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4969
4970         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
4971         array.hh, parray.hh at all.  Getting ready to flip the
4972         configure default.
4973
4974         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
4975
4976         * lily/source-file.cc (file::get_line): Help binary_search_bounds
4977         a bit.
4978
4979         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
4980
4981 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4982
4983         * flower/include/array.hh: typo. 
4984
4985 2006-02-02  Graham Percival  <gpermus@gmail.com>
4986
4987         * Documentation/user/advanced-notation.itely: doc "\#" in text.
4988
4989 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4990
4991         * flower/include/pqueue.hh: Derive from std::vector.
4992
4993         * flower/include/parray.hh: Conform to std::vector interface.
4994         Update users.
4995
4996 2006-02-02  Graham Percival  <gpermus@gmail.com>
4997
4998         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
4999
5000 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5001
5002         * flower/file-path.cc (is_file): remove if 0 section.
5003
5004         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
5005         selecting afii61352.
5006
5007 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5008
5009         * flower/include/std-vector.hh (boundary): Oops, reverse.
5010
5011         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
5012         remove superfluous `d'.
5013
5014         * flower/include/std-vector.hh (boundary, top): Detach from class.
5015         Remove empty vector shell.
5016
5017         * flower/include/array.hh (reverse, swap): Detach from class.
5018         Update users.
5019         
5020         * flower/include/std-vector.hh
5021         * flower/include/array.hh (concat): Globally change to insert ().
5022
5023         
5024         * flower/include/std-vector.hh
5025         * flower/include/parray.hh
5026         * flower/include/array.hh (elem, elem_ref): Globally replace by
5027         at ().
5028
5029 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5030
5031         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
5032
5033         * python/convertrules.py (FatalConversionError.sub_cxx_id):
5034         anticipate on identifier substitutions.
5035
5036 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5037
5038         * flower/include/std-vector.hh (insert): Remove, replace by
5039         std::vector interface.  Update callers.
5040
5041         * flower/include/array.icc (insert): Change signature to
5042         match std::vector interface.
5043         
5044         * flower/include/array.icc (vector_sort): Bugfix.
5045
5046 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5047
5048         * lily/parser.yy (output_def_head_with_mode_switch): new
5049         production. Result: dashes and underscores may be used in the
5050         \paper block.
5051
5052         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
5053
5054         * python/convertrules.py (conv): oops. One slash too much.
5055
5056 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5057
5058         * flower/include/std-vector.hh (sort): Remove, replace by
5059         ::vector_sort.  Update callers.
5060
5061         * flower/include/std-vector.hh (slice): Remove.  Update callers.
5062         (sort): Bugfix.
5063
5064         * flower/test-std.cc (vector_sort): New test.
5065
5066 2006-02-01  Graham Percival  <gpermus@gmail.com>
5067
5068         * Documentation/user/putting.itely: fixes from Erik.
5069
5070 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5071
5072         * flower/test-std.cc: Add simple unit test for vector migration.
5073
5074         * stepmake/stepmake/test*: Unit test support.
5075
5076         * flower/include/std-vector.hh (del): Remove.  Use erase (),
5077         update callers.
5078
5079         * flower/include/array.hh (begin, end): Add.
5080         (del, get): Remove.
5081
5082 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5083
5084         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
5085         std::string not String. 
5086
5087         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
5088         iso UINT_MAX.
5089
5090         * lily/prob.cc (Prob): copy type_ too.
5091
5092         * lily/lily-guile.cc (mangle_cxx_identifier): new
5093         function. Class_bla::foo_bar_[px] ->
5094         ly:class-bla::foo-bar[?!]. Changes throughout
5095
5096 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5097
5098         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
5099
5100         * lily/beam.cc (calc_direction): take dir from visible stem in
5101         degenerate case.
5102
5103 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
5104
5105         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
5106         Fix -1, >=0 boundary checks for unsigned vsize.
5107
5108         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
5109         loop for unsigned vsize.
5110
5111         * configure.in (--enable-std-vector): New option.
5112         (--enable-std-string): On by default.
5113
5114         * flower/include/std-vector.hh: New file.  Enable switch to
5115         std::vector, update client code.
5116
5117 2006-01-30  Graham Percival  <gpermus@gmail.com>
5118
5119         * scm/document-translation.scm: clarify "this context is also
5120         known as".  Thanks, Werner!
5121
5122         * Documentation/user/putting.itely: small fixes from Don Blaheta.
5123
5124         * Documentation/user/invoking.itely: small fix from Don.
5125
5126 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5127
5128         * scm/lily.scm (define-scheme-options): rename option
5129         preview-include-book-title to book-title-preview
5130         (define-scheme-options): move force-eps-font-include (from paper
5131         block) to eps-font-include -d option.
5132
5133         * VERSION (PATCH_LEVEL): release 2.7.30
5134
5135         * input/bach-schenker.ly (staffPiano): new file.
5136
5137         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
5138
5139         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
5140         credits to Nicolas.
5141
5142         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
5143
5144         * ps/lilyponddefs.ps: remove start-system, stop-system,
5145         start-page fluff. This saves putting { } code on the stack, fixing
5146         stack overflows when including EPS files.
5147
5148 2006-01-29  Graham Percival  <gpermus@gmail.com>
5149
5150         * Documentation/user/putting.itely: minor fixes (comments on -devel).
5151
5152 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5153
5154         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
5155
5156 2006-01-28  Graham Percival  <gpermus@gmail.com>
5157
5158         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
5159
5160 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5161
5162         * input/mutopia/claop.py: Update.
5163
5164 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5165
5166         * input/regression/completion-heads.ly (texidoc): fix.
5167
5168         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
5169
5170         * lily/tie-formatting-problem.cc
5171         (set_ties_config_standard_directions): use abs iso fabs for ints.
5172
5173         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
5174
5175         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
5176         little less than noteheight, to prevent overlaps in chords.
5177
5178         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
5179         head, and fudge stem-attachment.
5180
5181         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
5182
5183         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
5184
5185 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5186
5187         * lily/main.cc (main): Debugging aid: catch exceptions.
5188
5189         * flower/std-string.cc (to_string): Robustification.  Fixes midi
5190         output with std::string.
5191
5192 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5193
5194         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
5195
5196 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5197
5198         * Fix -DSTRING_UTILS_INLINED.
5199
5200 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5201
5202         * VERSION (PATCH_LEVEL): release 2.7.29
5203
5204         * lily/relocate.cc (setup_paths): mingw uses std string too.
5205
5206         * lily/*.cc: various fixes for substr(ARG).
5207
5208         * lily/sustain-pedal.cc (print): 
5209
5210         * flower/file-name.cc (slashify): use std strings.
5211
5212         * flower/string-convert.cc: remove publib.h
5213
5214         * scm/define-markup-commands.scm (verbatim-file): new markup
5215         command \verbatim-file
5216
5217         * Documentation/topdocs/NEWS.tely: fixup URLs
5218
5219         * input/regression/alignment-vertical-manual-setting.ly (Module):
5220         new file.
5221
5222         * lily/align-interface.cc (align_elements_to_extents): overwrite
5223         translations with numbers in alignment-offsets from left bound
5224
5225         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
5226         (page-translate-systems): new function: take into account Y-offset.
5227
5228         * Documentation/topdocs/NEWS.tely (Top): document new features.
5229
5230         * input/regression/page-layout-manual-position.ly (Module): new
5231         file.
5232
5233 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5234
5235         * flower/file-path.cc (path::parse_path): Oops.
5236
5237         * Finish std::string interface.  For now, use std:: marker
5238         throughout for easy s/r.
5239
5240 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5241
5242         * Documentation/user/putting.itely (Score is a single musical
5243         expression): typo.
5244         (Score is a single musical expression): more typos.
5245
5246         * scm/page.scm (annotate-space-left): thinko.
5247         (annotate-page): more thinkos.
5248
5249 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5250
5251         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
5252         for different \score blocks separately.
5253         (post-process-pages): put write-page-layout into paper block.
5254
5255         * lily/output-def.cc (get_parser): new file.
5256
5257         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
5258         file.
5259
5260         * lily/include/output-def.hh (class Output_def): add parser_ member.
5261
5262         * input/regression/page-layout-twopass.ly (Module): new file.
5263
5264         * scm/lily.scm: remove cpp hack.
5265
5266         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
5267
5268 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5269
5270         * GNUmakefile.in (c-clean): New target.
5271
5272         * flower/include/std-string.hh: String/std::string compatibility:
5273         Use NPOS for `not found' (iso -1), use ssize for length () and pos
5274         type.
5275
5276         * flower/rational.cc: 
5277         * flower/include/rational.hh: 
5278
5279         * flower/offset.cc: 
5280         * flower/include/offset.hh: 
5281
5282         * flower/interval.cc: 
5283         * flower/include/interval.hh: 
5284
5285         * flower/string-convert.cc: 
5286         * flower/include/string-convert.hh: Use std::string [interface].
5287         Update callers.
5288
5289 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
5290
5291         * Documentation/index.html.in: clean up.
5292
5293 2006-01-25  Graham Percival  <gpermus@gmail.com>
5294
5295         * Documentation/user/putting.itely: another new untested doc section.
5296
5297 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5298
5299         * scm/layout-page-layout.scm (write-page-breaks): write
5300         \spacingTweaks #ALIST. Handle grace timing.
5301
5302         * scm/: more imports.
5303
5304         * scm/page.scm (make-page): add footer/header.
5305         (annotate-space-left): revise: only take page argument.
5306         (layout->page-init): new function.
5307
5308         * scm/layout-page-layout.scm (write-page-breaks): preliminary
5309         version of the system/spacing/linebreak hack writing to the output
5310
5311         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
5312         ly:make-prob.
5313
5314         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
5315         ly:spanner-bound
5316
5317 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5318
5319         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
5320
5321         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
5322
5323         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
5324         handling to page.scm
5325
5326         * lily/prob-scheme.cc (LY_DEFINE): new file.
5327         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
5328
5329         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
5330         prob functions.
5331
5332         * lily/music.cc (derived_mark): derive Music from Prob.
5333
5334         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
5335
5336         * lily/prob.cc (Module): Implement Prob (Property Object), object
5337         with shared and r/w property alists.  
5338
5339         * lily/include/prob.hh (Module): new file. Declare Prob.
5340
5341         * flower/string.cc: remove is_empty().
5342
5343         * flower/include/string.hh (class String): remove String:: qualifier.
5344
5345         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
5346         substitute appropriate functions.
5347
5348         * flower/include/string.hh (class String): remove to_str0 and
5349         is_empty(). S&R everywhere.
5350
5351 2006-01-23  Graham Percival  <gpermus@gmail.com>
5352
5353         * Documentation/user/basic-notation.itely: add hairpin
5354         after-linebreak tweak to commonprop.
5355
5356         * Documentation/user/putting.itely: added two new sections.
5357
5358 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5359
5360         * flower/international.cc: 
5361         * flower/include/international.hh: 
5362
5363         * flower/getopt-long.cc: 
5364         * flower/include/getopt-long.hh: Use std::string [interface].
5365         Update callers.
5366
5367         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
5368
5369         * stepmake/stepmake/executable-rules.make: Add dependency on
5370         module libraries.
5371
5372 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5373
5374         * flower/file-path.cc: 
5375         * flower/include/file-path.hh: Use std::string [interface].
5376         Update callers.
5377
5378         * flower/direction.cc: 
5379         * flower/axis.cc: Unused.  Remove.
5380
5381         * configure.in (--enable-std-string): New option.
5382
5383         * flower/std-string.cc: 
5384         * flower/include/std-string.hh: New file.
5385
5386         * flower/file-name.cc[STD_STRING]:
5387         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
5388
5389 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5390
5391         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
5392
5393         * scm/define-markup-commands.scm (with-dimensions):
5394         with-dimensions markup command.
5395
5396         * input/test/font-table.ly: use it.
5397
5398         * lily/open-type-font.cc (glyph_list): new function.
5399
5400         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
5401
5402         * lily/ttf.cc: remove ly:font-glyph-list scheme function
5403
5404 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5405
5406         * ly/music-functions-init.ly (parallelMusic): new music function
5407         for parallel music entry.
5408
5409         * scm/define-music-properties.scm (all-music-properties): new
5410         'void music property
5411
5412         * scm/music-functions.scm (ly:music-message): make public, to be
5413         used in music function definitions
5414
5415         * scm/lily-library.scm (collect-music-for-book): discard music
5416         when the 'void property is set.
5417
5418 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5419
5420         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
5421
5422         * mf/GNUmakefile: idem.
5423
5424         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
5425
5426         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
5427
5428         * Documentation/user/notation-appendices.itely (The Feta font):
5429         use it.
5430
5431         * input/test/font-table.ly: new file. Generate font table within lily.
5432
5433         * Documentation/user/notation-appendices.itely (The Feta font):
5434         use new font-table.ly file. 
5435
5436         * stepmake/stepmake/install-out-targets.make
5437         (local-install-outfiles): only create directory if
5438         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
5439
5440 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5441
5442         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
5443
5444         * VERSION (PACKAGE_NAME): release 2.7.28
5445
5446         * scm/framework-ps.scm (write-preamble): use it to pick exactly
5447         the right font from a Mac dfont.
5448         (write-preamble): don't forget directory, only look at files.
5449
5450         This fixes problems with TTF files in dfonts that don't match
5451         their PostScript names.
5452          
5453         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
5454         PS name from TTF font.
5455
5456         * input/regression/tie-manual.ly: document new feature.
5457
5458         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
5459
5460         * VERSION (MY_PATCH_LEVEL): bump to .28
5461
5462         * Documentation/user/basic-notation.itely (Ties): add tie examples
5463         refs.
5464
5465         * lily/tie-formatting-problem.cc (score_ties_configuration):
5466         symmetry penalties for outer ties.
5467
5468 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5469
5470         * lily/tie-formatting-problem.cc (generate_configuration) 
5471         (set_manual_tie_configuration): skip non-pair manual
5472         tie-configuration, so you can set individual ties as
5473
5474           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
5475
5476         * input/regression/tie-chord.ly: use generateTiePattern to
5477         simplify file.
5478
5479         * lily/tie-formatting-problem.cc (peak_around): new function.
5480         (score_configuration): use sliding criterion for staff line collisions. 
5481         (score_configuration): idem for dot collisions.
5482         (generate_configuration): use separate stem_gap for gap to stem.
5483
5484         * lily/include/tie-formatting-problem.hh (struct Tie_details):
5485         separate penalty factors for x and y distance.
5486         (struct Tie_details): separate penalties for tip and center line collisions.
5487
5488 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
5489
5490         * lily/tie-formatting-problem.cc (generate_configuration): make
5491         large ties avoid stafflines in the horizontal section.
5492         (score_configuration): use softcoded penalties
5493         (score_aptitude): idem.
5494
5495         * lily/tie-helper.cc (from_grob): softcode tie details
5496
5497         * lily/staff-symbol-referencer.cc (on_staff_line): new function
5498
5499         * lily/staff-symbol-referencer.cc (on_line): rename from
5500         on_staffline 
5501
5502 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5503
5504         * ly/music-functions-init.ly: remove duplicate tag.
5505
5506         * lily/include/*.hh: GCC 4.1 fixes.
5507
5508 006-01-16  Erlend Aasland  <erlenda@gmail.com>
5509
5510         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
5511
5512         * scm/define-music-types.scm: fix bug in desc. string
5513         for OverrideProperty
5514
5515 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
5516
5517         * scripts/lilypond-book.py: bugfix
5518
5519         * scm/define-music-types.scm: fix typos.
5520
5521 2006-01-14  Graham Percival  <gpermus@gmail.com>
5522
5523         * Documentation/user/ basic-notation.itely, global.itely,
5524         advanced-notation.itely, instrument-notation.itely: small
5525         additions (bugs and commonly tweaked properties).
5526
5527 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5528
5529         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
5530         detection of mingw build.
5531         (MINGW_BUILD): opps.
5532
5533 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5534
5535         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
5536         i686-mingw32.
5537
5538 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5539
5540         * scm/music-functions.scm (skip->rest): add skip->rest
5541
5542 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5543
5544         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
5545         explicitly.
5546
5547         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
5548         config dirs. Aids debugging. 
5549         (display_config): also display config files.
5550
5551 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5552
5553         * VERSION: release 2.7.27
5554
5555         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
5556         for determining bar size.
5557
5558         * lily/staff-symbol.cc (print): place lines at distance line-positions
5559
5560         * scm/define-grob-properties.scm (all-user-grob-properties): add
5561         line-positions.
5562
5563         * lily/staff-symbol.cc (height): new function.
5564
5565         * input/regression/staff-line-positions.ly:  new file.
5566
5567 2006-01-06  Graham Percival  <gpermus@gmail.com>
5568
5569         * input/test/add-staccato.ly: remove reference to old file.
5570
5571 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5572
5573         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
5574         lilypond binary too.
5575
5576 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5577
5578         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
5579
5580 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5581
5582         * scripts/midi2ly.py: Bugfix: Declare datadir.
5583
5584         * make/ly-rules.make:
5585         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
5586         that seems to be gone). Fixes make web.
5587
5588         * The grand 2005-2006 replace.
5589
5590         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
5591
5592 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5593
5594         * make/lilypond-vars.make: set LILYPOND_BINARY variable
5595         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
5596         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
5597         like -dgs-font-load.
5598
5599         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
5600         remove absolute path to lilypond binary.
5601         
5602 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
5603
5604         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
5605
5606 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5607
5608         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
5609
5610         * mf/GNUmakefile: remove broken dvips map symlink.
5611
5612 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5613
5614         * lily/main.cc: 
5615         * configure.in: Cosmetic fixes.
5616
5617 2006-01-04  Mats Bengtsson  <mabe@s3.kth.se>
5618
5619         * Documentation/user/music-glossary.tely (Pitch names): Added
5620         Spanish pitch names and durations, thanks to Ernesto Gancedo
5621
5622 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5623
5624         * scm/lily.scm (define-scheme-options): use quasi-quote for option
5625         init. Fixes verbose printing of .scm files.
5626
5627         * stepmake/aclocal.m4: add spaces before - options.
5628         
5629 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5630
5631         * lily/relocate.cc (setup_paths): Bugfix: do not store result
5632         of path search in local block variable.
5633
5634 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5635
5636         * configure.in (NCSB_DIR): --enable-ncsb-dir
5637         (LINK_GXX_STATICALLY): denko.
5638
5639         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
5640
5641         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
5642         use locate to find c059033l.pfb. 
5643         
5644 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5645
5646         * lily/tie-formatting-problem.cc
5647         (problem::generate_base_chord_configuration): Use my_round (was
5648         round).
5649
5650         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
5651         do not invoke mbrtowc.
5652
5653         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
5654
5655 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5656
5657         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
5658
5659 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
5660
5661         * Documentation/user/invoking.itely (svg): revise.
5662
5663 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5664
5665         * lily/lexer.ll: use sourcefilename iso. renameinput.
5666
5667 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5668
5669         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
5670         <PostScriptName>.ttf instead of c059XXXttf.
5671
5672         * lily/program-option.cc (LY_DEFINE): special support for
5673         --verbose, so it works before option init too.
5674  
5675         * mf/GNUmakefile (local-install): oops.
5676
5677         * lily/lyric-hyphen.cc (print): oops.
5678
5679         * buildscripts/pfx2ttf.fontforge: new file.
5680         
5681         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
5682         ($(outdir)/%.ttf): new rule. 
5683
5684         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
5685         to LyricHyphen.
5686
5687         * lily/lyric-hyphen.cc (print): multiply hyphen height by
5688         font-size
5689
5690 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5691
5692         * VERSION: release 2.7.26
5693         
5694         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
5695
5696 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5697
5698         * lily/font-config.cc (init_fontconfig): verbosity.
5699
5700         * THANKS: add Muziekacademie Lede. 
5701
5702         * scripts/musicxml2ly.py (print_voice_definitions): new function 
5703         (print_score_setup): new function
5704         (convert): read part definition to output staves properly.
5705
5706         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
5707         Music_xml notes.
5708
5709         * python/musicexp.py (Output_printer.__init__): use _ in data
5710         members.
5711         (Output_printer.unformatted_output): new function: no formatting,
5712         but count braces.
5713         (Duration.get_length): remove isinstance() checks for
5714         Output_printer everywhere.
5715
5716         * input/regression/lyrics-bar.ly (texidoc): add
5717         Separating_line_group_engraver.
5718
5719 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5720
5721         * lily/relocate.cc (framework_relocation): New function,
5722         factored from set_relocation ().
5723         (prefix_relocation): Rename from set_relocation ().
5724         (setup_paths): Use it.
5725
5726 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5727
5728         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
5729         numbers. Patch by Erlend Aasland.
5730
5731 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5732
5733         * lily/font-config.cc (init_fontconfig): print warning if cache
5734         file is not existant.
5735
5736         * lily/main.cc: don't use #ifdef but #if
5737
5738 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5739
5740         * lily/grob-property.cc (internal_set_property): don't abort on
5741         calculation-in-progress.
5742
5743         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
5744
5745         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
5746         connect-to-neighbor property not connect-to-other
5747
5748         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
5749         (LY_DEFINE): oops. don't forget protection.
5750
5751         * flower/parse-afm.cc (Module): strip AFM handling completely.
5752
5753         * lily/stencil-expression.cc: idem.
5754
5755         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
5756
5757         * lily/function-documentation.cc (ly_add_function_documentation):
5758         use static member iso. Protected_scm
5759
5760         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
5761
5762         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
5763
5764 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5765
5766         * lily/relocate.cc (set_env_dir): New function.
5767         (set_relocation): Use it to fix setting PANGO_PREFIX.
5768
5769 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5770
5771         * input/regression/stem-direction-context.ly: remove rest.
5772
5773         * lily/melody-engraver.cc (process_music): restart for bar lines.
5774         (acknowledge_slur): restart for slurs.
5775
5776 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
5777
5778         * Documentation/user/invoking.itely: describe how to view SVG 
5779         output using Inkscape which replace embedded fonts with OTF fonts.
5780
5781 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5782
5783         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
5784
5785 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5786
5787         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
5788         comment.
5789
5790 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5791
5792         * VERSION (PACKAGE_NAME): release 2.7.25
5793
5794         * Documentation/topdocs/NEWS.tely (Top): document new feature.
5795
5796         * input/regression/stem-direction-context.ly: new file.
5797
5798         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
5799
5800         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
5801         on rest.
5802
5803         * ly/engraver-init.ly: add Melody_engraver
5804
5805         * lily/beam.cc (calc_direction): use default-direction
5806         iso. get_default_direction()
5807
5808         * scm/define-grob-properties.scm (all-user-grob-properties): add
5809         default-direction property.
5810
5811         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
5812
5813         * lily/stem.cc (calc_default_direction): remove
5814         Stem::get_default_direction, use default-direction with callback
5815         instead.
5816
5817         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
5818
5819         * lily/melody-engraver.cc: new file. Acknowledge stems for
5820         interpolated stem directions. 
5821
5822         * lily/melody-spanner.cc: new file. Interpolate stem directions.
5823
5824         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
5825
5826         * lily/slur-configuration.cc (fit_factor): more robust check for
5827         point in curve X-extent.
5828
5829         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
5830         (outside_slur_callback): check for 'outside avoidance.
5831
5832         * lily/slur-configuration.cc (score_extra_encompass): don't use
5833         bound->column() == avoid->column() for checking extents, as this
5834         doesn't work for accidentals. 
5835
5836         * lily/slur-engraver.cc (acknowledge_extra_object): remove
5837         DynamicText hardcoding.
5838
5839         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
5840         crash if bound stem is NULL
5841
5842         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
5843         pedals.
5844
5845 2005-12-22  Graham Percival  <gpermus@gmail.com>
5846
5847         * scm/define-markup-commands.scm: typo.  @code{\raise}
5848         => @code{\\raise}.
5849
5850         * darwin.patch: now used again, includes a
5851         required patch from fink.
5852
5853 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
5854
5855         * po/TODO: mention gtranslator along with kbabel.
5856         * po/fi.po: update translations.
5857
5858 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5859
5860         * lily/relocate.cc (setup_paths): Bugfix.
5861
5862 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5863
5864         * lily/slur-configuration.cc (score_extra_encompass): don't use
5865         "avoid" choice for avoid-slur.
5866
5867         * stepmake/bin/install.py (dest): don't create existing dir.
5868
5869 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5870
5871         * stepmake/bin/install.py: Remove file before copying.
5872
5873         * config.make.in: 
5874         * stepmake/aclocal.m4: Do not substitute INSTALL.
5875
5876 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5877
5878         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
5879         depend on link-tree.
5880
5881         * lily/relocate.cc (setup_paths): only check path for non-absolute
5882         dir without directory part.
5883
5884         * flower/file-name.cc (is_absolute):  new method.
5885         (is_absolute): check root_ too.
5886
5887 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5888
5889         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
5890         relocation code.  Oops, don't comment out too much.
5891
5892         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
5893         iso itself.
5894
5895         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
5896         compile.
5897
5898 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5899
5900         * .cvsignore: Add install-sh.
5901
5902         * autogen.sh (srcdir): Typo.
5903
5904 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5905
5906         * autogen.sh (srcdir): urg. Touch install-sh.
5907
5908         * stepmake/bin/install-sh (Module): remove.
5909
5910         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
5911
5912         * lily/include/relocate.hh: new file.
5913
5914         * lily/relocate.cc: new file. Contain relocation logic.
5915
5916         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
5917         (main): read LILYPOND_VERBOSE as the first thing.
5918
5919         * stepmake/aclocal.m4: remove INSTALL variable.
5920
5921         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
5922         separate target for making font symlinks.
5923         (documentation-dir): use $(if $(findstring )) for switching off
5924         Documentation.
5925
5926         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
5927         something if DOCUMENTATION is no.
5928
5929 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5930
5931         * VERSION: release 2.7.24
5932
5933         * lily/script-column-engraver.cc (stop_translation_timestep):
5934         delay adding to script-column.
5935
5936         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
5937
5938         * python/convertrules.py (conv): rule for number-visibility
5939
5940         * lily/slur-configuration.cc (score_extra_encompass): different
5941         distance measure for avoid and inside avoidance.
5942         (score_extra_encompass): use 1/(distance+eps) as penalty.
5943
5944         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
5945         encompass objects for generating slur curves.
5946
5947         * lily/slur.cc: use details iso. slur-details property.
5948
5949         * input/regression/slur-tuplet.ly: new file.
5950
5951         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
5952
5953         * flower/include/offset.hh (class Offset): new operator /=
5954
5955         * lily/tuplet-number.cc (print): new file, new interface.
5956
5957         * scm/define-grob-properties.scm (all-user-grob-properties):
5958         remove number-visibility property.
5959
5960         * lily/tuplet-bracket.cc (calc_control_points): new function
5961         (calc_connect_to_neighbors): new function.
5962         (print): remove text handling for tuplet numberdef.
5963
5964         * lily/tuplet-engraver.cc (struct Tuplet_description): create
5965         TupletNumbers too. 
5966
5967         * lily/lily-guile.cc (robust_scm2booldrul): new function
5968
5969         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
5970
5971         * lily/tuplet-bracket.cc (calc_position_and_height): use
5972         staff-padding to control whether tuplet brackets are over staves.
5973
5974         * lily/grob.cc (suicide): clear dim_caches_.
5975
5976         * lily/dimension-cache.cc (clear): new function.
5977
5978         * lily/grob.cc (extent): swap order of min-extent and extent
5979         calculations. This fixes hara kiri staves. 
5980
5981 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5982
5983         * lily/main.cc: Nitpick: relocation is not based on path, but on
5984         directory (location).
5985
5986 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5987
5988         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
5989
5990         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
5991
5992         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
5993
5994         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
5995
5996         * stepmake/stepmake/generic-vars.make (Module): idem.
5997
5998         * stepmake/stepmake/executable-targets.make (default): use it.
5999
6000         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
6001
6002         * make/GNUmakefile: don't install make rules.
6003
6004         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
6005         slashes.
6006         (prepend_env_path): more verbosity.
6007
6008 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6009
6010         * GNUmakefile.in: add dir argument for find command.
6011
6012         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
6013         fixes weird line numbers for point & click.
6014
6015         * lily/source-file.cc (get_counts): init line/column/char counts.
6016
6017 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6018
6019         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
6020
6021 2005-12-16  Graham Percival  <gpermus@gmail.com>
6022
6023         * Documentation/user/basic-notation.itely, advanced-notation.itely:
6024         minor fixes from Fredric.  Thanks!
6025
6026 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6027
6028         * ly/music-functions-init.ly: add \bar and \clef music function 
6029
6030         * lily/lily-lexer.cc: idem.
6031
6032         * lily/parser.yy (FIXME): remove BAR and CLEF.
6033
6034 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6035
6036         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
6037
6038         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
6039         function arguments too
6040
6041         * lily/main.cc (set_relocation): new function.
6042
6043         * scripts/musicxml2ly.py (convert): add \version
6044
6045         * lily/tie.cc: remove get_default_attachments()
6046
6047         * VERSION (PACKAGE_NAME): release 2.7.23
6048         
6049         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
6050         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
6051
6052         * Documentation/topdocs/NEWS.tely (Top): document new feature.
6053
6054         * lily/tie-formatting-problem.cc (score_ties): new function
6055         (get_variations): new function. Try flipping dirs for collisions.
6056         (generate_optimal_chord_configuration): new function. 1-opt search
6057         for better configuration.
6058
6059         * lily/tie-configuration.cc: new file.
6060
6061         * lily/tie.cc: junk Tie::get_configuration()
6062
6063         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
6064         (score_ties_configuration): new function.
6065         (generate_ties_configuration): new function.
6066         (generate_base_chord_configuration): new function.
6067         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
6068         (set_manual_tie_configuration): Move body from tie-column-format.cc 
6069
6070         * input/regression/tie-dot.ly: new file.
6071
6072         * lily/tie-formatting-problem.cc (score_configuration): score
6073         tie/dot collisions.
6074
6075         * lily/tie-helper.cc (get_transformed_bezier): new function
6076
6077         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
6078
6079         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
6080         -undefined suppress iso. -framework Python 
6081
6082         * scm/define-grobs.scm (all-grob-descriptions): set
6083         springs-and-rods (thanks Joe Neeman!)
6084
6085 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6086
6087         * input/no-notation/display-lily-tests.ly (test): 
6088         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
6089         changed from \tag #'(a b) to \tag #'a \tag #'b
6090
6091 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6092
6093         * Documentation/topdocs/NEWS.tely: strip out-www.
6094
6095         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
6096
6097         * config.make.in (AR): add AR and RANLIB
6098
6099         * flower/libc-extension.cc: include cassert
6100
6101         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
6102         darwin check.
6103
6104 2005-12-11  Graham Percival  <gpermus@gmail.com>
6105
6106         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
6107
6108         * stepmake/stepmake/python-modules-vars.make: define
6109         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
6110
6111         * THANKS: added Johannes Schindelin.
6112
6113 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6114
6115         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
6116
6117         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
6118         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
6119
6120         * lily/parser.yy: reorganize file layout.
6121
6122         * ly/music-functions-init.ly: add tweak music function.
6123
6124         * lily/grob-info.cc (ultimate_music_cause): new function:
6125         recursively lookup causes. 
6126
6127         * lily/parser.yy (chord_body_element): allow music functions for
6128         post-events, allow music functions for chord elements. 
6129  
6130         * lily/font-config-scheme.cc (display_fontset): add cast.
6131
6132         * python/convertrules.py (FatalConversionError.sub_syms): \tag
6133         #'(a b) -> \tag #'a \tag #'b rule.
6134
6135         * python/musicexp.py (Output_printer.dump_version): new function
6136
6137 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6138
6139         * lily/parser.yy (FIXME): remove \tag
6140         (FIXME): remove tag_music() function.
6141
6142         * lily/lily-lexer.cc: remove \tag
6143
6144         * ly/music-functions-init.ly: define music-function "tag"
6145
6146         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
6147
6148 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6149
6150         * VERSION (PATCH_LEVEL): release 2.7.22
6151
6152         * input/regression/lyric-hyphen-retain.ly: renew.
6153
6154         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
6155         grob
6156
6157         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
6158         iso. minimum-length property for rods.
6159
6160         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
6161         LyricSpace item to keep lyrics spaced apart.
6162
6163         * ly/engraver-init.ly: remove Separating_line_group_engraver
6164
6165         * Documentation/user/music-glossary.tely: do setfilename before
6166         music-glossary.
6167
6168 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
6169
6170         * Documentation/user/lilypond-book.itely: use `,´ after xref:
6171         See xref documentation, for example.
6172
6173 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6174
6175         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
6176         pending_skip iso. ly_voice[-1]
6177         (main): add if __main__ for debugging.
6178
6179         * python/musicxml.py (Accidental.__init__): new class.
6180
6181         * scripts/musicxml2ly.py (progress): new function
6182         (musicxml_key_to_lily): don't barf on modeless keys.
6183         (create_skip_music): new function.
6184         (musicxml_spanner_to_lily_event): new function. Handle beams too.
6185         (musicxml_note_to_lily_main_event): new function.
6186
6187         * python/musicexp.py (Music.__init__): add comment field.
6188         (NestedMusic.append): new routine.
6189         (SequentialMusic.print_ly): print comment.
6190         (ArpeggioEvent.ly_expression): new class
6191         (BeamEvent.ly_expression): new class
6192         (NoteEvent.__init__): support for cautionary/forced accs.
6193
6194         * lily/lookup.cc (slur): normal order for array loop.
6195
6196         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
6197         to 0.0.
6198
6199         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
6200         collapsed.
6201
6202 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
6203
6204         * scm/music-functions.scm: Make phrasing slurs follow voice direction
6205
6206         * scripts/lilypond-book.py: Introduce option
6207             --preserve-line-breaks, for usage with srcltx
6208
6209 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6210
6211         * scm/output-lib.scm (print-circled-text-callback): draw circle
6212         around text using make-circle-markup.
6213
6214         * Documentation/user/*: strip out-www from file names.
6215
6216 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
6217
6218         * Documentation/user/lilypond.tely (direntry): remove empty lines;
6219         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
6220
6221 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6222
6223         * Documentation/user/GNUmakefile: idem.
6224
6225         * Documentation/user/macros.itexi: strip out-www
6226
6227         * python/rational.py: python 2.3 compat.
6228
6229         * VERSION (PATCH_LEVEL): release 2.7.21
6230
6231         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
6232         option formatting, lilypond style.
6233
6234         * python/musicexp.py: grab from Ikebana: a library for composing
6235         ly music expressions. 
6236         (Output_printer): class for advanced .ly printing.
6237         (eg. tupletting) 
6238
6239         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
6240         convert to pythonesque structure.
6241
6242         * python/rational.py: PD rational number class.
6243
6244         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
6245
6246 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
6247
6248         * lily/part-combine-iterator.cc: Minor bugfix
6249         
6250         * THANKS: Update bughunters
6251
6252 2005-12-02  Werner Lemberg  <wl@gnu.org>
6253
6254         * mf/README: Document process for proper mf2pt1 conversion.
6255
6256         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
6257         overlapping.
6258
6259         * mf/feta-harmonica.mf: Removed.  Unused.
6260
6261 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6262
6263         * scripts/lilypond-book.py (do_file): fix thinkos.
6264
6265 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6266
6267         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
6268         ($(outdir)/parser.cc): 
6269         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
6270
6271 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
6272
6273         * ly/titling-init.ly (tagline): it should be a space between
6274         "Music engraving by LilyPond" and the version number.
6275
6276 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6277
6278         * VERSION (PACKAGE_NAME): release 2.7.20
6279
6280 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6281
6282         * scm/define-markup-commands.scm (pad-to-box): new markup command.
6283
6284         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
6285         1.0.
6286         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
6287
6288 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6289
6290         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
6291
6292         * kpath-guile/: remove directory
6293
6294         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
6295         file. Encapsulate kpathsea using commandline tools.
6296
6297         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
6298         kpathsea) module.
6299
6300 2005-11-29  Mats Bengtsson  <mabe@s3.kth.se>
6301
6302         * Documentation/user/advanced-notation.itely (Setting automatic
6303         beam behavior): Correct a few typos. Thanks to David Bobroff.
6304
6305         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
6306         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
6307
6308 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6309
6310         * scripts/*.py: gmane address for bugs.
6311
6312 2005-11-28 Pal Benko <benkop@freestart.hu>
6313         
6314         * make/ly-rules.make: add -f switch to mv
6315
6316         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
6317
6318         * lily/bar-line.cc: interpret it
6319
6320 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6321
6322         * configure.in (--disable-documentation): New switch.
6323
6324         * GNUmakefile.in: Use it.
6325
6326         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
6327
6328 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6329
6330         * scripts/lilypond-book.py (do_file): search chunks for
6331         \\begin{document}
6332
6333         * GNUmakefile.in: add copy step in between so we can lose the
6334         out-www directories.
6335
6336 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6337
6338         * lily/pango-font.cc (pango_item_string_stencil): put
6339         geometry.width into glyph-string too.
6340
6341 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6342
6343         * scm/define-music-display-methods.scm (RevertProperty):
6344         (OverrideProperty): Use grob-property-path property, a list of
6345         symbols, instead of grob-property, which used to be a single
6346         symbol.
6347         (BassFigureEvent): a figure can be a plain number, not necessarily a
6348         markup.
6349
6350 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6351
6352         * VERSION: release 2.7.19
6353         
6354         * lily/figured-bass-engraver.cc (process_music): check
6355         figuredBassCenterContinuations first.
6356
6357         * scm/translation-functions.scm (format-bass-figure): make double
6358         sharp larger. 
6359
6360         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
6361         determine X-parent.
6362
6363         * lily/system-start-delimiter-engraver.cc: move from
6364         Nested_system_start_delimiter_engraver, rename
6365         Nested_system_start_delimiter_engraver ->
6366         System_start_delimiter_engraver.
6367
6368         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
6369         bracket type from hierarchy.
6370
6371 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6372
6373         * lily/rest.cc (y_offset_callback): read staff-position.
6374
6375         * scm/define-grob-properties.scm (all-user-grob-properties): don't
6376         mark after-line-breaking-callback as internal.
6377
6378         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
6379
6380 2005-11-25  Werner Lemberg  <wl@gnu.org>
6381
6382         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
6383
6384 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6385
6386         * stepmake/bin/add-html-footer.py (do_file): add google
6387
6388         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
6389         staff if first_start_ is true.
6390
6391 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6392
6393         * scripts/midi2ly.py (split_track): add __repr__ members.
6394         (track_first_item): only return Item if not None. This fixes a
6395         problem when dumping a track that starts with an empty channel.
6396
6397         * python/midi.c: doc module.
6398
6399 2005-11-22  Mats Bengtsson  <mabe@s3.kth.se>
6400
6401         * Documentation/user/global.itely (Creating MIDI files): Fix
6402         compilation problem.
6403
6404 2005-11-22  Graham Percival  <gpermus@gmail.com>
6405
6406         * Documentation/user/basic-notation.itely: clarify dynamic
6407         padding text.
6408
6409         * Documentation/user/advanced-notation.itely: add unicode
6410         escape control example, whatever that is.  :)
6411
6412         * Documentation/user/global.itely: added "removing dynamics
6413         from MIDI" code.
6414
6415 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6416
6417         * VERSION (PATCH_LEVEL): release 2.7.18
6418
6419         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
6420         System_start_delimiter_engraver by
6421         Nested_system_start_delimiter_engraver.
6422
6423         * lily/nested-system-start-delimiter-engraver.cc (struct
6424         Bracket_nesting_node): new class.
6425         (struct Bracket_nesting_group): new class
6426         (struct Bracket_nesting_staff): new class.
6427         (process_music): create hierarchy of grobs. This allows separate
6428         tuning of different SSDs. 
6429
6430         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
6431         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
6432
6433 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6434
6435         * lily/side-position-interface.cc (aligned_side): multiply
6436         staff_radius by 2.
6437
6438         * lily/script-engraver.cc (make_script_from_event): allow setting
6439         values to '()
6440
6441 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6442
6443         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
6444
6445         * scm/define-grobs.scm (all-grob-descriptions): new grob
6446         NestedSystemStartDelimiter.
6447
6448         * input/regression/system-start-heavy-bar.ly: new file.
6449
6450         * lily/nested-system-start-delimiter-engraver.cc: new file.
6451
6452         * lily/nested-system-start-delimiter.cc: new file.
6453
6454         * input/regression/system-start-nesting.ly: new file.
6455
6456         * scm/define-grobs.scm (all-grob-descriptions): use X side
6457         positioning for positioning braces for nested contexts.
6458
6459         * lily/system-start-delimiter.cc (print): don't divide extent by
6460         staff_space.
6461         (print): use style iso. glyph.
6462         (staff_bracket): translate glyph inside routine already.
6463
6464 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
6465
6466         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
6467         names.
6468
6469 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6470
6471         * scm/define-context-properties.scm
6472         (all-user-translation-properties): rename figuredBassFormatter
6473         from newFiguredBassFormatter.
6474
6475         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
6476
6477         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
6478
6479         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
6480
6481         * lily/beam.cc (calc_beaming): new function.
6482         (calc_shorten): new function.
6483
6484         * THANKS: add Edward Neeman.
6485
6486         * input/regression/accidental-clef-change.ly: new file.
6487
6488         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
6489
6490         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
6491
6492         * lily/clef-engraver.cc (inspect_clef_properties): reset
6493         localKeySignature for clef changes.
6494
6495 2005-11-17  Mats Bengtsson  <mabe@s3.kth.se>
6496
6497         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
6498         add dummy definition that works in Linux and add information in
6499         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
6500
6501         * Documentation/user/changing-defaults.itely (Modifying context
6502         plug-ins): Add index for \with.
6503
6504         * Documentation/user/music-glossary.tely (dal segno): Updated
6505         example to version >=2.6.
6506
6507 2005-11-16  Mats Bengtsson  <mabe@s3.kth.se>
6508
6509         * Documentation/user/instrument-notation.itely (Printing chord
6510         names): Reorder \chordmode and \repeat in one example.
6511
6512 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6513
6514         * VERSION: release 2.7.17
6515         
6516         * Documentation/topdocs/NEWS.tely (Top): add note about
6517         refactoring.
6518
6519         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
6520         new function. Search region of 3 positions for best tie.
6521         (score_configuration): new function.
6522         (score_aptitude): new function.
6523         (generate_configuration): new function.
6524         (get_configuration): new function.
6525         (Tie_formatting_problem): new function
6526
6527         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
6528
6529         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
6530
6531         * THANKS: add Eduardo Vieira & Ralph Little
6532
6533         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
6534         narrower.
6535
6536         * lily/include/tie-formatting-problem.hh (class
6537         Tie_formatting_problem): add Tie_details to
6538         Tie_formatting_problem. Update calling conventions.
6539
6540         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
6541         config.make.
6542
6543         * Documentation/user/lilypond.tely: remove musedata2ly entry.
6544
6545 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
6546
6547         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
6548         scm/define-context-properties.scm: Maintenance bugfix: make
6549         ligature brackets work again by removing obsolete ligature
6550         primitive callback push/pop.
6551
6552         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
6553         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
6554         value.
6555
6556 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6557
6558         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
6559         used and do not call it a path.
6560         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
6561
6562 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6563
6564         * lily/include/tie-formatting-problem.hh (class
6565         Tie_formatting_problem): new file.
6566
6567         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
6568
6569         * Documentation/misc/ChangeLog-2.3:  new file.
6570
6571         * lily/audio-staff.cc (output): degarianize.
6572
6573 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6574
6575         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
6576         Unset PYTHONOPTIMIZE.  Fixes install if set.
6577
6578 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6579
6580         * python/convertrules.py (conv): add warning about drums. 
6581
6582         * make/stepmake.make: include toplevel-version.make after config.make.
6583
6584         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
6585         also allow python2.4
6586
6587         * config.make.in (configure-srcdir): remove GXX GCC vars.
6588
6589         * stepmake/aclocal.m4: don't do non-srcdir build with
6590         symlinks. Use inclusion, so the src directory name can be changed.
6591
6592 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6593
6594         * make/mutopia-vars.make:
6595         * make/ly-vars.make: Use src-wildcard iso wildcard for source
6596         files.
6597
6598 2005-11-13  Werner Lemberg  <wl@gnu.org>
6599
6600         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
6601         but the affected path.  This ensures that the (overlapping) outlines
6602         have the same direction, which is a necessary prerequisite for
6603         FontForge's algorithm to remove overlaps.
6604         Formatting.
6605
6606         * mf/feta-haak.mf: Formatting.
6607         (draw_bracket): Slightly modify outline to avoid an unnecessary
6608         corner.
6609         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
6610         them from the affected paths.
6611
6612 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6613
6614         * mf/README: remove xpm / accordion notes.
6615
6616         * lily/tie-column-format.cc (set_chord_outline): add dots into
6617         skyline extents. This fixes tie formatting if the left head has dots.
6618
6619         * lily/tie.cc (get_configuration): only shift tie by a whole staff
6620         space inside the staff.
6621         (get_configuration): shift another position if necessary in case
6622         of left head tie  
6623
6624 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6625
6626         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
6627         buildscript-dir iso. $(depth)/buildscripts.
6628
6629         * tex/GNUmakefile (local-uninstall): remove
6630         music-drawing-routines.ps juggling.
6631
6632         * stepmake/stepmake/install-targets.make (local-install-files):
6633         prepend src-dir to install targets.
6634
6635         * lily/system-start-delimiter-engraver.cc
6636         (acknowledge_system_start_delimiter): use
6637         add_offset_callback(). This fixes translation of nested
6638         staffgroups.
6639
6640         * lily/grob-closure.cc (add_offset_callback): only encaps in
6641         simple_closure if it's a procedure.
6642         
6643         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
6644         from bar-line.
6645
6646         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
6647         remove-empty where pertinent.
6648
6649 2005-11-12  Graham Percival  <gpermus@gmail.com>
6650
6651         * Documentation/user/instrument-notation.itely: added
6652         Cameron Horsburgh's multiple stanzas docs.  Thanks!
6653
6654 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6655
6656         * lily/GNUmakefile
6657         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
6658         make picture in builddir, not srcdir.
6659
6660 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6661
6662         * VERSION: release 2.7.16
6663         
6664         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
6665         shell arguments. 
6666
6667 2005-11-10  Mats Bengtsson  <mabe@s3.kth.se>
6668
6669         * Documentation/user/examples.itely (Piano templates): Minor
6670         modification to the Piano centered lyrics example.
6671
6672 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6673
6674         * scripts/lilypond-invoke-editor.scm (run-browser): look at
6675         $BROWSER.
6676
6677         * Documentation/user/point-and-click.itely: simplify p&c
6678         instruction: don't configure firefox. Put lilypond-invoke-editor
6679         in front of the browser.
6680
6681         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
6682         (run-browser): new function.
6683
6684         * lily/parser.yy (Lily_lexer): recognize Book
6685
6686         * lily/book.cc (clone): new function
6687
6688         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
6689
6690 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
6691
6692         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
6693         Maintenance bugfix: reduce number of font related warnings by
6694         updating naming conventions for glyph-name.
6695
6696 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6697
6698         * scm/define-grobs.scm (all-grob-descriptions): add
6699         rhythmic-grob-interface to TabNoteHead.
6700
6701         * scm/layout-beam.scm (check-quant-callbacks): remove
6702         set_stem_lengths()
6703
6704 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
6705
6706         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
6707         alignment of centered divisiones.
6708
6709         * scm/scripts.scm (articulations): Maintenance bugfix:
6710         follow-into-staff -> quantize-position.
6711
6712         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
6713         plica head in porrectus deminutus.
6714
6715 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6716
6717         * make/lilypond.fedora.spec.in (Group): add %clean section.
6718
6719         * lily/tuplet-bracket.cc (print): change check: remove bracket if
6720         less then 1/5th of total length.  
6721         (print): use gap too.  Fixes tupletUp-single-bracket.ly
6722
6723         * scm/music-functions.scm (glue-mm-rest-texts): also put other
6724         events into EventChord. This fixes textspanners on mm rests. Fixes
6725         spanner-rest.ly
6726
6727         * lily/side-position-interface.cc (get_axis): read side-axis
6728         (set_axis): set side-axis.
6729
6730         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
6731         properties everywhere.
6732
6733         * lily/spacing-spanner.cc (breakable_column_spacing): add
6734         average-spacing-wishes. Take maximum if not set.
6735         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
6736
6737         * scm/define-grobs.scm (all-grob-descriptions): add
6738         average-spacing-wishes.
6739
6740         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
6741         offset callbacks. This fixes alignment for Fingering objects.
6742
6743         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
6744         space for key - timesig combination. 
6745
6746         * input/regression/script-stem-tremolo.ly (Module): new file.
6747
6748         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
6749         to key sig.
6750
6751         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
6752         Fixes: c-tremolo-script.ly.
6753         
6754         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
6755
6756         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
6757         
6758         * scm/define-grobs.scm (all-grob-descriptions): remove
6759         self-X-offset. Fixes alignment of octavate-8.
6760
6761         * scripts/lilypond-book.py (datadir): look in
6762         LILYPONDPREFIX/share/lilypond/current/
6763
6764         * GNUmakefile.in: symlink current to <VERSION>. 
6765
6766 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
6767
6768         * lily/main.cc: eps listed as a backend.
6769
6770 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6771
6772         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
6773
6774 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6775
6776         * lily/include/score.hh (class Score): remove texts_ member.
6777
6778         * lily/beam.cc (set_stem_lengths): force direction callback.
6779         (print): read quantized-positions, so we can force
6780         Beam::set_stem_lengths to occur.
6781         (rest_collision_callback): use common X parent. 
6782
6783 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6784
6785         * flower/file-path.cc (find): Bugfix: Return name of file found.
6786
6787         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
6788         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
6789         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
6790
6791 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6792
6793         * flower/offset.cc: idem.
6794
6795         * mf/*.mf: update email address.
6796
6797         * lily/font-config-scheme.cc:  new file.
6798
6799         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
6800
6801         * lily/*:  cs.uu.nl -> xs4all.nl
6802
6803         * VERSION (PATCH_LEVEL): release 2.7.15
6804
6805         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
6806         spec files.
6807
6808         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
6809
6810 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6811
6812         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
6813
6814         * lily/staff-performer.cc (process_music): add audio
6815         elements. This makes MIDI instrument changes work once again.
6816
6817         * lily/main.cc (LY_DEFINE): add gmane address.
6818
6819         * lily/beam.cc: remove calc_positions()
6820
6821         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
6822         original_ in private scope.
6823         (class Grob): drop pscore_ pointer, change to output_def pointer.
6824         (class Grob): cleanup class definition.
6825
6826         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
6827
6828 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6829
6830         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
6831         absolute.  Better diagnostics.
6832
6833         * GNUmakefile.in: Add bin/ to tree and populate with some links.
6834         This makes lilypond run from the build directory using argv0
6835         relocation (without any --prefix or LILYPONDPREFIX setting).
6836
6837 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6838
6839         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
6840
6841         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
6842         with simple-closure.
6843
6844         * lily/self-aligment-interface.cc (set_align_self): new function
6845         (set_center_parent): new function.
6846
6847         * lily/side-position-interface.cc (set_axis): new function.
6848
6849         * lily/new-fingering-engraver.cc (position_scripts): use drul for
6850         generic code. 
6851
6852         * scm/define-grob-properties.scm (all-user-grob-properties):
6853         remove [XY]-offset-callbacks add [YX]-offset
6854         
6855 2005-11-02  Mats Bengtsson  <mabe@s3.kth.se>
6856
6857         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
6858         entry for time signatures after breathing signs. Bug report by
6859         Scott Russell.
6860
6861 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6862
6863         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
6864         not absolute, make it absolute using PATH.
6865
6866 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6867
6868         * python/midi.c (initmidi): Fix type for mingw.
6869
6870 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6871
6872         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
6873
6874         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
6875         cross compiling.
6876
6877         * stepmake/aclocal.m4: Support python cross compiling.
6878
6879         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
6880         Add mingw section.
6881
6882 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6883
6884         * scm/output-lib.scm (chain-grob-member-functions): replace
6885         chained-callback.cc
6886
6887         * lily/chained-callback.cc (Module): remove file.
6888
6889         * lily/rest-collision.cc (force_shift_callback_rest): change to
6890         chained callback.
6891
6892         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
6893
6894         * lily/grob.cc (y_parent_positioning): remove axis argument from
6895         parent_positioning callbacks.
6896         (Grob): junk init code
6897         (get_offset): use generic property callbacks for
6898         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
6899         (axis_parent_positioning): new function
6900         (axis_offset_symbol): new function
6901         (chain_offset_callback): new function
6902         (add_offset_callback): new function
6903
6904         * lily/beam.cc (rest_collision_callback): change signature; this
6905         is now a chained callback.
6906
6907         * lily/include/dimension-cache.hh (class Dimension_cache): remove
6908         callback administration.
6909
6910         * lily/simple-closure.cc: new file. Smob type that allows "grob
6911         member functions",
6912
6913             (ly:make-simple-closure FUNC A B)
6914
6915         is evaluated as (FUNC grob A B). This allows chaining of callbacks
6916         in various ways.
6917
6918         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
6919         callbacks.
6920
6921         * lily/slur.cc (outside_slur_callback): take 2 arguments.
6922
6923         * lily/rest.cc (polyphonic_offset_callback): remove.
6924
6925         * lily/script-engraver.cc (try_music): remove bool* argument.
6926
6927         * scm/script.scm (default-script-alist): set quantize-position
6928         appropriately.
6929
6930         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
6931
6932         * lily/side-position-interface.cc (aligned_side): move staff
6933         position quantization from
6934         Side_position_interface::quantised_position().
6935         (quantised_position): remove
6936         
6937 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6938
6939         * input/regression/beam-quant-standard.ly: reindent, set
6940         debug-beam-quanting to #t.
6941
6942         * lily/beam-concave.cc (calc_concaveness): set concaveness to
6943         10000 if this is a "hard" concave beam.
6944
6945         * lily/beam.cc (calc_least_squares_positions): change from
6946         calc_least_squares_dy
6947         (set_stem_lengths): this is now a chained callback.
6948
6949         * lily/context-property.cc (execute_general_pushpop_property):
6950         bugfix override with procedure should have effect.
6951
6952         * scm/define-grob-properties.scm (all-internal-grob-properties):
6953         remove position-callbacks.
6954
6955         * scm/define-grobs.scm (all-grob-descriptions): use
6956         ly:make-callback-chain for positions property.
6957
6958         * scm/layout-beam.scm (check-quant-callbacks): return list of
6959         chained callbacks.
6960
6961         * scm/lily.scm (type-p-name-alist): add callback-chain
6962
6963         * lily/lily-guile.cc (type_check_assignment): type check failure
6964         is warning not message.
6965
6966         * lily/grob-property.cc (try_callback): walk callback chain if
6967         appropriate.
6968
6969         * lily/chained-callback.cc: new file. new smob type.
6970
6971         * lily/lily-guile.cc (procedure_arity): new function.
6972
6973 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6974
6975         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
6976
6977 2005-10-25  John Mandereau  <john.mandereau@free.fr>
6978  
6979         * Documentation/user/instrument-notation.itely (Figured bass):
6980         describe new features
6981
6982 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6983
6984         * lily/beam.cc (calc_least_squares_dy): use property callback.
6985
6986         * lily/beam-concave.cc (calc_concaveness): use property callback.
6987
6988         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
6989
6990 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6991
6992         * HACKING: Update.
6993
6994 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6995
6996         * scm/layout-page-layout.scm (page-headfoot): annotate
6997         pagetopspace too.
6998
6999         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
7000
7001         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
7002         doesn't take y-space.
7003
7004         * scm/paper.scm (paper-alist): fix A7 dimensions. 
7005
7006 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7007
7008         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
7009         src-wildcard, remove $(wildcard).
7010
7011         * po/GNUmakefile (PO_FILES): 
7012         * ps/GNUmakefile (PS_FILES): 
7013         * tex/GNUmakefile (TEX_FILES): 
7014         * cygwin/GNUmakefile (POSTINSTALLS):
7015         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
7016         some wildcard calls.
7017
7018 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7019
7020         * THANKS: add Thomas Bushnell.
7021
7022 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
7023
7024         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
7025         (lilypond-main): Redirect to gui-main if 'gui is set.
7026
7027         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
7028         for alternative installations kludging s/share/lib/g
7029         LILYPONDPREFIX. 
7030
7031         * SConstruct (libdir_package_version): Define.
7032
7033         * python/SConscript: 
7034         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
7035         module in libdir.  
7036
7037 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7038
7039         * lily/main.cc: clarify --safe.
7040
7041 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7042
7043         * VERSION: release 2.7.14
7044         
7045         * Documentation/user/*.itely: remove minimumVerticalExtent.
7046
7047         * scm/define-grobs.scm (all-grob-descriptions): remove
7048         RemoveEmptyVerticalGroup
7049
7050         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
7051
7052         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
7053         compile on MOSX
7054
7055         * python/convertrules.py (conv): add rules.
7056
7057         * lily/grob.cc: remove is_empty()
7058
7059         * lily/grob-property.cc: remove add_to_list_property().
7060
7061         * scripts/convert-ly.py (datadir): add prefix switching hack to
7062         .py too.
7063
7064         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
7065         space-function tweak.
7066
7067         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
7068
7069         * scm/define-grob-properties.scm (all-user-grob-properties):
7070         remove callback property.
7071
7072         * lily/include/grob.hh (class Grob): remove property_callbacks_
7073         member. Properties of procedure type are assumed to be callbacks.
7074
7075         * lily/ligature-engraver.cc (override_stencil_callback):
7076         rewrite. Use noteHeadLigaturePrimitive as source.
7077
7078         * scm/define-grob-properties.scm (all-internal-grob-properties):
7079         remove ligature-primitive-callback
7080
7081         * lily/include/dimension-cache.hh (class Dimension_cache): make
7082         class, with Grob as friend.
7083
7084         * lily/grob.cc: remove set_extent_callback(), set_extent() and
7085         has_extent_callback()
7086
7087         * scm/translation-functions.scm (format-new-bass-figure): read
7088         figuredBassPlusDirection
7089
7090         * scm/define-context-properties.scm
7091         (all-user-translation-properties): add figuredBassPlusDirection.
7092
7093         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
7094
7095         * lily/align-interface.cc (set_ordered): new function.
7096
7097         * lily/grob.cc (flush_extent_cache): rewrite.
7098
7099         * lily/dimension-cache.cc (Dimension_cache): cache extent as
7100         Interval pointer directly.
7101
7102         * lily/main.cc (setup_paths): insert extra / .
7103         (setup_paths): junk cff entry.
7104
7105         * lily/font-config.cc (init_fontconfig): only add type1 / otf
7106         directories.
7107
7108         * lily/axis-group-engraver.cc (finalize): remove
7109         extraVerticalExtent, minimumVerticalExtent verticalExtent.
7110
7111         * lily/grob.cc (Grob): don't set extent from ctor.
7112         (extent): use property callbacks. 
7113
7114         * lily/axis-group-interface.cc: remove set_axes() function.
7115
7116         * lily/grob-property.cc (del_property): new function.
7117
7118 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7119
7120         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
7121         
7122 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
7123
7124         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
7125
7126 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7127
7128         * mf/SConscript: Updates.
7129
7130         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
7131
7132         * stepmake/stepmake/*:
7133         * */GNUmakefile:
7134         * config.make.in:
7135         * GNUmakefile.in:
7136         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
7137         from any directory in build-dir.  Cleanups.
7138
7139         * make/srcdir.make.in: Remove.
7140
7141         * lily/main.cc (setup_paths): Fix and document build-dir hack.
7142
7143         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
7144         main).
7145
7146         * lily/SConscript: Remove ttftools.
7147
7148         * SConstruct: Resurrect.
7149
7150 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7151
7152         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
7153         Y coordinate. 
7154
7155         * lily/paper-book.cc (add_score_title): put Paper_score title into
7156         systems_ list.
7157
7158         * scm/translation-functions.scm (format-new-bass-figure): also
7159         allow plus in combination with _
7160
7161 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7162
7163         * VERSION: 2.7.13 released.
7164
7165         * lily/note-collision.cc (check_meshing_chords): don't wipe
7166         stencil, merely set transparent.
7167
7168         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
7169         (Top): document #'callbacks.
7170         (Top): document nested \override.
7171
7172         * input/regression/figured-bass.ly: update for slash and pluses.
7173
7174         * input/regression/figured-bass-continuation-forbid.ly (Module):
7175         new file.
7176
7177         * scm/translation-functions.scm (format-new-bass-figure): use
7178         slashed-digit if diminished is set.
7179         (format-new-bass-figure): add + if 'augmented is set.
7180
7181         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
7182
7183         * input/test/piano-staff-distance.ly: remove file.
7184
7185         * Documentation/user/advanced-notation.itely (Formatting cue
7186         notes): use length-fraction for making stems/beams smaller.
7187
7188         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
7189         modifications.
7190
7191         * lily/new-figured-bass-engraver.cc: new property
7192         centerFiguredBassContinuations
7193
7194         * Documentation/user/changing-defaults.itely (Difficult tweaks):
7195         use callbacks.
7196
7197         * lily/context-property.cc (execute_general_pushpop_property):
7198         robustness checks.
7199
7200         * input/regression/override-nest.ly: new file.
7201
7202         * python/convertrules.py (FatalConversionError.subber): conversion
7203         rule for #'callbacks
7204
7205         * input/regression/override-nest.ly: new function.
7206
7207         * lily/parser.yy (music_property_def): allow \override #'a #'b =
7208         #c too. 
7209
7210         * lily/context-property.cc (lookup_nested_property): new function.
7211         (evict_from_alist): new function.
7212         (general_pushpop_property): new function.
7213         (execute_general_pushpop_property): rewrite. Support nested
7214         properties too.
7215
7216 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7217
7218         * lily/beam.cc: use length-fraction too.
7219
7220         * scm/define-grob-properties.scm (all-user-grob-properties):
7221         remove property flag-width-function
7222         (all-user-grob-properties): remove space-function.
7223
7224         * scm/layout-beam.scm: remove flag-width-function.
7225
7226         * lily/beam.cc: remove flag-width-function
7227
7228         * scm/layout-beam.scm: remove beam dir functions.
7229
7230         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
7231
7232         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
7233         for easier grace tweaks.
7234
7235         * lily/beam.cc: remove dir-function.
7236
7237         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
7238
7239         * lily/grob.cc: remove spacing-procedure.
7240
7241         * lily/note-head.cc (calc_stem_attachment): new function.
7242         (internal_print): use callback to get glyph-name.
7243
7244         * lily/grob-property.cc (get_interfaces): new function.
7245
7246         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
7247
7248         * lily/stem.cc (calc_stem_end_position): new function.
7249         (calc_length): new function.
7250         document details for stem.
7251         remove Stem::get_direction()
7252
7253         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
7254
7255         * lily/grob-property.cc (set_callback): new function.
7256
7257         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
7258
7259         * lily/item-scheme.cc: new file.
7260
7261         * lily/bar-line.cc (before_line_breaking): remove function.
7262         remove bar-size-procedure, break-glyph-function
7263
7264         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
7265
7266         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
7267
7268         * lily/system-start-delimiter.cc (print): suicide from
7269         here. Remove after_line_breaking_callback.
7270
7271         * lily/script-interface.cc (calc_direction): use callback for direction.
7272
7273         * lily/side-position-interface.cc (aligned_side): don't use
7274         Side_position_interface::get_direction directly. Use callback. 
7275
7276         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
7277         calculate stencil.
7278         (get_print_stencil): rename from get_stencil: create stencil with
7279         transparency, color and cause. 
7280
7281         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
7282
7283         * python/convertrules.py (conv): insert temporary warning rule.
7284
7285         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
7286
7287         * lily/grob-property.cc (try_callback): remove marker if applicable.
7288
7289         * lily/grob.cc: elucidate doc about after/before-line-breaking
7290
7291         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
7292
7293         * lily/stem.cc (height): idem.
7294
7295         * lily/stem-tremolo.cc: idem.
7296
7297         * lily/slur.cc (height): don't use get_uncached_stencil()
7298
7299         * lily/rest.cc (y_offset_callback): use offset callback
7300         iso. after-line-breaking callback.
7301
7302         * lily/grob.cc: change after/before-line-breaking-callback to
7303         after/before-line-breaking dummy properties.
7304
7305         * lily/include/grob.hh: remove Grob_status.
7306
7307         * scm/define-context-properties.scm
7308         (all-user-translation-properties): remove verticalAlignmentChildCallback
7309
7310         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
7311         (calc_direction): use callback
7312         (calc_positions): use callback.
7313
7314         * lily/tie.cc (calc_direction): use callback. Only call parent
7315         positioning for more than one tie.
7316
7317         * lily/tie-column.cc (calc_positioning_done): use callback
7318
7319         * lily/slur-scoring.cc (calc_control_points): use callback
7320
7321         * lily/slur.cc (calc_direction): use callback.
7322
7323         * lily/note-collision.cc (force_shift_callback): remove.
7324
7325         * lily/dot-column.cc (force_shift_callback): remove. Use
7326         other_axis_parent_positioning.
7327
7328         * lily/grob.cc (other_axis_parent_positioning): new function.
7329         (same_axis_parent_positioning): new function
7330
7331         * lily/align-interface.cc (alignment_callback): remove function.
7332
7333         * lily/note-collision.cc (calc_positioning_done): use callback.
7334
7335         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
7336         (calc_direction): idem.
7337         remove print function.
7338
7339         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
7340
7341         * lily/dot-column.cc (calc_positioning_done): use callback.
7342
7343         * lily/break-align-interface.cc (calc_positioning_done): use callback.
7344
7345         * lily/beam.cc (calc_direction): use pseudo-property for beam
7346         direction callback.
7347         (calc_positions): use callback 
7348
7349         * lily/align-interface.cc (calc_positioning_done): use
7350         callback. Fold fixed  distance and normal alignment in one function.
7351
7352         * lily/stem.cc (calc_stem_end_position): use callback.
7353         (calc_positioning_done): idem.
7354         (calc_direction): idem.
7355         (calc_stem_end_position): idem
7356         (calc_stem_info): idem.
7357
7358         * lily/grob-property.cc (get_property_data): new function: 
7359         (try_callback): new function.
7360
7361         * scm/define-grob-properties.scm (all-user-grob-properties): doc
7362         callbacks property.
7363
7364         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
7365
7366 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7367
7368         * lily/tie.cc (get_position): robustness fix. Don't crash if a
7369         tie
7370         has no heads.
7371         
7372         * lily/include/*.hh (Module): compile fixes.
7373
7374 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
7375
7376         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
7377         as an argument for char-syntax: use (char-syntax (or nil 0)) 
7378         instead of (char-syntax nil), thanks to Milan Zamazal.
7379
7380 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7381
7382         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
7383         dist.
7384
7385         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
7386         themselves.
7387
7388 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7389
7390         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
7391         add class_name() method.
7392
7393         * lily/music-scheme.cc: remove ly:music-name.
7394
7395 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7396
7397         * cygwin/postinstall-lilypond.sh: Remove cruft.
7398
7399         * cygwin/postremove-lilypond.sh: Remove.
7400
7401         * cygwin/GNUmakefile (default): Remove postremove rules.
7402
7403 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7404
7405         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
7406         even header too.
7407         
7408         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
7409         MacOS 9 users.
7410
7411         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
7412         consider break index for broken spanner.
7413
7414         * scm/define-markup-commands.scm (wordwrap-string): remove \r
7415         characters from string before splitting.
7416
7417 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7418
7419         * scm/framework-ps.scm (output-preview-framework): use
7420         is-book-title to determine whether to chop off the booktitle.
7421
7422         * lily/paper-book.cc (systems): init from book-title-properties
7423         (add_score_title): init score-title-properties.
7424
7425         * ly/paper-defaults.ly: add {score,book}-title-properties.
7426
7427         * scm/document-backend.scm (lookup-interface): error message if
7428         using unknown interface.
7429
7430         * lily/volta-bracket.cc (after_line_breaking): new function. Set
7431         edge-height.
7432
7433         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
7434         make_bracket.
7435         (make_bracket): new function.
7436
7437         * scm/lily.scm (define-scheme-options): add paper-size option.
7438
7439         * ly/declarations-init.ly (laissezVibrer): get paper size from
7440         -dpaper-size
7441
7442         * scm/translation-functions.scm: use \fontsize for changing the
7443         fontsize.
7444
7445         * scm/define-grobs.scm (all-grob-descriptions): set
7446         between-length-limit to 1.0
7447
7448         * lily/tie-helper.cc: add between_length_limit_ detail property.
7449
7450         * mf/feta-bolletjes.mf: typos.
7451
7452         * lily/note-head.cc (internal_print): don't shadow idx
7453         parameter. This fixes wrong attachment for do shape heads.
7454
7455 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7456
7457         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
7458
7459         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
7460
7461         * scm/layout-slur.scm: rename from slur.scm
7462
7463         * scm/layout-page-layout.scm: rename from page-layout.scm
7464
7465         * scm/layout-beam.scm: rename from beam.scm
7466
7467         * scm/define-grob-interfaces.scm (bass-figure-interface): add
7468         bass-figure-interface
7469
7470         * lily/new-figured-bass-engraver.cc (process_music): add
7471         implicitBassFigures property.
7472         
7473         * scm/define-markup-commands.scm (pad-x): new markup.
7474
7475         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
7476         minimumVerticalExtent on FiguredBass context.
7477
7478         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
7479         case the continuation crosses a line break.
7480
7481 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7482
7483         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
7484         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
7485         absolute file name bug.  
7486
7487 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7488
7489         * VERSION (PACKAGE_NAME): release 2.7.12
7490
7491         * input/regression/figured-bass-continuation-center.ly: new file.
7492
7493         * input/regression/beam-outside-beamlets.ly: new file.
7494
7495         * lily/beam.cc (set_beaming): don't clip edges.
7496         (connect_beams): don't clip edges.
7497
7498         * lily/beaming-info.cc (clip_edges): new function.
7499
7500         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
7501
7502         * Documentation/user/instrument-notation.itely (Figured bass):
7503         demonstrate extenders, update seealso links.
7504
7505         * scm/titling.scm (marked-up-headfoot): change tagline
7506         handling. tagline = ##f will blank the tagline as well.
7507
7508 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7509
7510         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
7511
7512         * lily/new-figured-bass-engraver.cc (struct
7513         New_figured_bass_engraver): add new_music_found_ member.
7514
7515         * lily/lilypond-version.cc (Lilypond_version): deal with
7516         incorrectly formatted version strings. 
7517
7518         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
7519         New_figured_bass_engraver by default.
7520
7521         * lily/ttf.cc (print_trailer): only define glyph names when
7522         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
7523
7524 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7525
7526         * lily/horizontal-bracket.cc (make_bracket): new function.
7527
7528         * scm/define-grobs.scm (all-grob-descriptions): new grobs
7529         NewBassFigure, BassFigureBracket, BassFigureContinuation,
7530         BassFigureLine, BassFigureAlignment
7531
7532         * lily/new-figured-bass-engraver.cc (process_music): new file.
7533
7534         * lily/figured-bass-continuation.cc: new file.
7535
7536         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
7537         new file.
7538
7539 2005-10-04  Mats Bengtsson  <mabe@s3.kth.se>
7540
7541         * scripts/lilypond-book.py: Bug fix, put the quote around the
7542         actual score for LaTeX documents.
7543
7544         * scm/define-grobs.scm (all-grob-descriptions): Change
7545         collapse-height of the SystemStartBracket grob to 5.0, 
7546         so the bracket disappears for single stave score lines (similarly
7547         to SystemStartBraces). 
7548
7549         * Documentation/user/advanced-notation.itely (Polymetric
7550         notation): Clarify the use of compressMusic.
7551
7552         * Documentation/user/basic-notation.itely (Grace notes): Clarify
7553         that the grace spacer note in other staves need the same duration
7554         and document the stroke-style property.
7555
7556 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7557
7558         * Documentation/user/global.itely (Vertical spacing): document
7559         alignment-extra-space and fixed-alignment-extra-space.
7560
7561         * Documentation/topdocs/NEWS.tely (Top): add entry.
7562
7563         * input/regression/alignment-vertical-spacing.ly: new file.
7564
7565         * python/convertrules.py (conv): add rule.
7566
7567         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
7568
7569         * lily/align-interface.cc (stretch_after_break): new
7570         function. Read fixed-alignment-extra-space property.
7571         (align_elements_to_extents): read alignment-extra-space property.
7572
7573         * lily/lily-guile.cc (robust_scm2dir): new function.
7574
7575         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
7576         (annotate-space-left): new function. Annotate space left on page. 
7577         (annotate-y-interval): new function.
7578         (paper-system-annotate-last): new function. Annotate bottom-space.
7579
7580         * mf/feta-beugel.mf (y): 
7581
7582 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7583
7584         * VERSION (PACKAGE_NAME):  release 2.7.11
7585
7586         * scm/lily-library.scm (interval-translate): new function
7587         (interval-center): new function. 
7588
7589         * scm/page-layout.scm (paper-system-annotate): new function. Add
7590         arrows for dimensions.
7591  
7592         * scm/stencil.scm (dimension-arrows): new function.
7593
7594         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
7595
7596         * input/regression/page-spacing.ly: add annotatespacing
7597
7598         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
7599         (LY_DEFINE): new function ly:paper-system-set-property!
7600
7601         * Documentation/user/global.itely (Paper size): explain how to add
7602         sizes.
7603
7604         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
7605         correspond to GS's definition.
7606
7607         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
7608         tuplet bracket.
7609         (print): only connect to next bracket if the next one is alive.
7610         (print): set padding to 0.0 if the bound is a breakable
7611         column. This makes tupletFullLength brackets reach up to the staff
7612         line if it doesn't connect to the next line.
7613
7614 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7615
7616         * lily/bar-number-engraver.cc: correct docs.
7617
7618         * scm/output-lib.scm (first-bar-number-invisible): rename from
7619         default-bar-number-visibility
7620
7621 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7622
7623         * scm/define-music-properties.scm (all-music-properties): remove
7624         predicate property.
7625
7626 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
7627
7628         * po/fi.po: refresh.
7629
7630 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7631
7632         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
7633         superfluous s1.
7634         (disappear): bugfix.
7635
7636         * lily/stem-tremolo.cc (raw_stencil): read slope property.
7637
7638         * lily/include/paper-system.hh (class Paper_system): remove
7639         staff_extents_ member.
7640
7641         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
7642
7643         * lily/include/paper-system.hh (class Paper_system): remove
7644         number_ variable. Remove is_title_. Remove break_before_penalty_
7645
7646         * lily/paper-book.cc (systems): use 'number property iso. number_
7647         member.
7648
7649         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
7650         remove ly:paper-system-number.
7651
7652         * scm/lily-library.scm (paper-system-title?): new function.
7653
7654         * lily/book.cc (process): bugfix: flip ?: cases. 
7655
7656         * Documentation/user/changing-defaults.itely (Difficult tweaks):
7657         add outputProperty.
7658
7659         * ly/music-functions-init.ly: add outputProperty music function.
7660
7661         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
7662
7663         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
7664         and next-padding.
7665         (optimal-page-breaks): rename from ly:optimal-page-breaks.
7666
7667         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
7668
7669         * lily/paper-system.cc (internal_get_property): new function.
7670
7671         * Documentation/user/global.itely (Vertical spacing): refer to
7672         page-spacing.ly
7673
7674         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
7675         pagetopspace
7676
7677         * input/regression/page-spacing.ly: new file.
7678
7679         * input/regression/page-top-space.ly: new file.
7680
7681         * lily/spacing-spanner.cc: cmath -> math.h
7682
7683         * lily/paper-system.cc (read_left_bound): new function. Read
7684         line-break-system-details from left bound to determine extents.
7685  
7686         * Documentation/user/programming-interface.itely (Using LilyPond
7687         syntax inside Scheme): change applyxxx -> applyXxx.
7688
7689         * ly/music-functions-init.ly: add outputProperty music function.
7690
7691         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
7692
7693         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
7694
7695         * python/convertrules.py (conv): rule
7696
7697         * ly/music-functions-init.ly: applyxxx -> applyXxx
7698
7699         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
7700         TabVoice to Voice.
7701
7702 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7703
7704         * flower/include/real.hh: include <math.h> iso. <cmath>
7705
7706         * flower/include/offset.hh: include real.hh
7707
7708 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7709
7710         * Documentation/user/changing-defaults.itely (Difficult tweaks):
7711         fix example, now that 'interfaces is no longer directly available.
7712
7713         * lily/book.cc (process): don't crash if paper == NULL.
7714
7715         * po/fr.po: update.
7716
7717 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7718
7719         * scm/define-music-types.scm (music-descriptions): set length and
7720         start-callback for QuoteMusic
7721
7722 2005-09-15  Mats Bengtsson  <mabe@s3.kth.se>
7723
7724         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
7725         arguments. Fixes compilation error with gcc 3.3.
7726
7727 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7728
7729         * VERSION: release 2.7.10
7730
7731         * stepmake/stepmake/python-module-rules.make
7732         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
7733
7734         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
7735         real.hh
7736
7737 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7738
7739         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
7740         -Werror. Otherwise GCC barfs over various optimizations.
7741
7742         * scm/define-grob-properties.scm (all-internal-grob-properties):
7743         add note-head property
7744
7745         * Documentation/user/instrument-notation.itely (Laissez vibrer
7746         ties): new node.
7747
7748         * input/regression/laissez-vibrer-ties.ly: new file.
7749
7750         * lily/laissez-vibrer-engraver.cc: new file.    
7751
7752         * lily/include/tie-column-format.hh: new file.
7753
7754         * lily/tie-column-format.cc: new file. 
7755
7756         * lily/tie-column.cc (set_manual_tie_configuration): new function.
7757
7758         * lily/laissez-vibrer-tie.cc: new file.
7759
7760         * lily/include/laissez-vibrer-tie.hh: new file.
7761
7762         * ly/engraver-init.ly: add Laissez_vibrer_engraver
7763
7764         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
7765
7766         * scm/define-grobs.scm (all-grob-descriptions): add
7767         LaissezVibrerTie, LaissezVibrerTieColumn
7768
7769         * lily/tie-column.cc (set_tie_config_directions): new function
7770         (final_shape_adjustment): new function.
7771         (shift_small_ties): new function.
7772
7773         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
7774
7775         * lily/include/tie.hh (struct Tie_details): add x_gap_
7776         (struct Tie_configuration): add head_position_
7777
7778         * lily/tie-column.cc (set_chord_outline): new function.
7779
7780         * mf/cmr.enc.in:  remove file.
7781
7782 2005-09-11  Graham Percival  <gpermus@gmail.com>
7783
7784         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
7785
7786 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7787
7788         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
7789         reduce aliasing effects.
7790
7791         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
7792         box in skyline.
7793
7794 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7795
7796         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
7797
7798         * flower/include/real.hh: std::fabs too.
7799
7800 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7801
7802         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
7803
7804         * lily, flower: Include C++ iso C headers.  Import namespace std
7805         throughout.
7806
7807         * lily/side-position-interface.cc: 
7808         * lily/scm-hash.cc: 
7809         * lily/note-head.cc: 
7810         * lily/include/includable-lexer.hh: 
7811         * flower/include/string-data.icc: Remove using std::*.
7812
7813         * lily, flower: Include C++ iso C headers.  Import namespace std
7814         throughout.
7815
7816         * lily/side-position-interface.cc: 
7817         * lily/scm-hash.cc: 
7818         * lily/note-head.cc: 
7819         * lily/include/includable-lexer.hh: 
7820         * flower/include/string-data.icc: Remove using std::*.
7821
7822         * Documentation/user/instrument-notation.itely (Entering lyrics):
7823         Multiple latin-1->utf-8 conversion fix.
7824
7825         * Documentation/user/*tely: Update Emacs cookie to utf-8.
7826
7827 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7828
7829         * lily/tie.cc (get_configuration): also avoid dots for non-space
7830         situations.
7831
7832 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7833
7834         * Documentation/user/instrument-notation.itely: Bugfix.
7835
7836 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7837
7838         * tex/GNUmakefile: don't install texinfo.tex
7839
7840         * tex/ : cleanup: remove unused files.
7841
7842         * lily/general-scheme.cc: remove my_{isinf,isnan}.
7843
7844         * flower/include/real.hh: using std::{isnan,isinf}
7845         
7846         * VERSION (PATCH_LEVEL): release 2.7.9
7847
7848 2005-09-05  Graham Percival  <gpermus@gmail.com>
7849
7850         * Documentation/user/ instrument-notation.itely,
7851         advanced-notation.itely: minor tweaks.
7852
7853         * input/test/script-chart.ly: add item padding.
7854
7855 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7856
7857         * flower/offset.cc: use math.h iso. <cmath>
7858
7859         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
7860         of IE users.
7861
7862         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
7863         (widen-left-stencil-edges): new function. Fix alignment problems
7864         with LaTeX includegraphics.
7865
7866         * lily/text-interface.cc (interpret_markup): use abort().
7867
7868 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7869
7870         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
7871
7872         * lily/tie.cc (get_configuration): update bezier shape as we
7873         change Y positions.
7874         (get_configuration): don't move large ties if we're outside of the
7875         staff.
7876
7877 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7878
7879         * scm/define-markup-commands.scm (strut): swap X and Y dims.
7880         
7881 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7882
7883         * .cvsignore: Add auto-generated configure files and then some.
7884
7885 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7886
7887         * scm/define-grobs.scm (DynamicLineSpanner): Add
7888         X-extent-callback.  Fixes hairpin-slur collision.
7889
7890 2005-08-31  Graham Percival  <gpermus@gmail.com>
7891
7892         * Documentation/user/advanced-notation.itely,
7893         basic-notation.itely: minor changes.
7894
7895 2005-08-31  Mats Bengtsson  <mabe@s3.kth.se>
7896
7897         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
7898         \linebreak between each .eps file if \betweenLilyPondSystem is
7899         undefined. 
7900
7901         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
7902         music): Document the \linebreak
7903
7904         * Documentation/user/lilypond-book.itely,
7905         input/tutorial/lbook-latex-test.tex,
7906         Documentation/user/examples.itely: Remove \usepackage{graphics}
7907
7908 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7909
7910         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
7911
7912         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
7913         compat bugfix.
7914
7915         * scripts/lilypond-book.py (PREAMBLE_LY): define
7916         inside-lilypond-book
7917         (modify_preamble): new function. Insert \RequirePackage{graphics}
7918         when no {graphics found in preamble.  
7919
7920 2005-08030  Graham Percival  <gpermus@gmail.com>
7921
7922         * Documentation/user/basic-notation.itely, global.itely,
7923         tutorial.itely: misc small changes.
7924
7925 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7926
7927         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
7928         VERSION.
7929
7930 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7931
7932         * lily/tie-column.cc (new_directions): put Tie down on center
7933         staff line. 
7934
7935         * lily/script-interface.cc (before_line_breaking): use
7936         Grob::programming_error
7937
7938         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
7939
7940         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
7941         of splitext.
7942
7943 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7944
7945         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
7946
7947 2005-08-29  Werner Lemberg  <wl@gnu.org>
7948
7949         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
7950         the `*.scale.pfa' files to avoid warnings.
7951
7952 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7953
7954         * lily/tempo-performer.cc (process_music): idem.
7955
7956         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
7957
7958 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7959
7960         * Documentation/user/advanced-notation.itely (Text markup): not a
7961         fragment.
7962
7963         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
7964
7965         * lily/staff-performer.cc (initialize): add tempo/name to
7966         audio_staff_
7967
7968
7969 2005-08-26  Graham Percival  <gpermus@gmail.com>
7970
7971         * Documentation/user/advanced.itely: add text-only example.
7972
7973         * Documentation/user/invoking.itely: add index entries for
7974         convert-ly.
7975
7976         * Documentation/user/ tutorial.itely, basic-notation.itely:
7977         small fixes suggested by Steve D.  Thanks!
7978
7979 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7980
7981         * input/regression/markup-bidi-pango.ly: new file.
7982
7983         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
7984         standard. Remove #ifdef. Remove memleak.
7985         (text_stencil): use text_dir to decide how to composite items.
7986         (text_stencil): determine uniform text direction for the entire
7987         string.
7988
7989         * scripts/lilypond-book.py (output_name): remove
7990         latex_filter_cmd. Non-portable to non-Unix systems. 
7991         (get_latex_textwidth): use File.write and os.unlink() instead.
7992
7993         * THANKS: add Vicente & Trevor.
7994
7995         * lily/grob.cc (discretionary_processing): look up origin for
7996         programming_error too. 
7997
7998         * input/regression/tie-broken.ly: new file.
7999
8000         * lily/tie-column.cc (set_chord_outlines): set outline for line
8001         break case too.
8002         
8003 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8004
8005         * lily/pango-font.cc (text_stencil): don't translate glyphs in
8006         unscaled transform, just translate stencils.
8007
8008         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
8009         MIDI.
8010
8011         * scm/define-markup-commands.scm (wordwrap-string): use
8012         text-direction
8013         (wordwrap-stencils): idem.
8014         (line): idem.
8015         (fill-line): idem.
8016         (wordwrap-stencils): translate last line to right for
8017         text-direction = LEFT.
8018
8019         * scm/define-grob-properties.scm (all-user-grob-properties): add
8020         text-direction.
8021
8022 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8023
8024         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
8025         when copying a Lily_parser object.
8026
8027 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8028
8029         * scm/define-markup-commands.scm (null): add null markup.
8030
8031 2005-08-25  Mats Bengtsson  <mabe@s3.kth.se>
8032
8033         * lily/item.cc: Add documentation of center-invisible
8034
8035 2005-08-24  Graham Percival  <gpermus@gmail.com>
8036
8037         * Documentation/user/advanced-notation.itely: add info about
8038         raising text.
8039
8040         * Documentation/user/programming-interface.itely: fix example
8041         involving raised text.
8042
8043 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8044
8045         * lily/beam.cc (print): fix X start/end points of isolated
8046         beamlets.
8047
8048         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
8049
8050         * lily/multi-measure-rest.cc (set_text_rods): new function.
8051
8052         * lily/vertical-align-engraver.cc (process_music): call
8053         Align_interface::set_axis(). This forces #'elements to be ordered,
8054         preventing random vertical reordering of staves.
8055
8056         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
8057         add avoid-slur property. 
8058
8059         * Documentation/user/basic-notation.itely (Measure repeats): add
8060         countPercentRepeats example.
8061
8062         * Documentation/user/advanced-notation.itely (Other text markup
8063         issues): remove remark about normal-font.  We have \normal-text
8064
8065         * input/regression/tie-chord.ly: add note about remaining bugs.
8066
8067         * lily/tie.cc (print): try Tie_column::set_directions () if
8068         control-points not yet defined.
8069
8070 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8071
8072         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
8073         extent. This fixes braces falling out of the EPS bbox.
8074
8075         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
8076         exactly to bbox.
8077
8078 2005-08-23  Graham Percival  <gpermus@gmail.com>
8079
8080         * {various} : change #up->#UP and #down->#DOWN.
8081
8082         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
8083
8084         * Documentation/user/advanced-notation.itely: clarify
8085         what objects handles text on a multimeasure rest.
8086
8087 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8088
8089         * VERSION (PATCH_LEVEL): release 2.7.7
8090
8091 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8092
8093         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
8094
8095         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
8096
8097         * input/regression/*.ly: formatting clean-up. Default layout
8098         before music expression.
8099
8100         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
8101         romanze28-2 example.
8102
8103         * scm/ps-to-png.scm: remove dir-re function.
8104         (make-ps-images): generate page names, instead of globbing them.
8105         This brings down LilyPond memory usage for make web by a factor
8106         10. 
8107
8108         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
8109         don't use glob. With 3000 files, globbing
8110         Documentation/user/out-www/ can take too much time. 
8111         
8112         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
8113
8114         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
8115
8116         * input/regression/tie-manual.ly: new file
8117
8118         * input/regression/tie-chord.ly: update.
8119
8120         * flower/include/interval.hh (struct Interval_t): 
8121
8122         * lily/tie.cc (distance): new function 
8123         (height): new function.
8124         (init): new function
8125         (Tie_details): new struct.
8126
8127         * lily/skyline.cc (skyline_height): new function.
8128
8129         * lily/tie-column.cc (set_chord_outlines): new function.
8130         (new_directions): read tie-configuration
8131
8132         * lily/skyline.cc: fix ASCII art.
8133         
8134 2005-08-22  Mats Bengtsson  <mabe@s3.kth.se>
8135
8136         * python/convertrules.py (string_or_scheme): Fix spelling error
8137
8138 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8139         
8140         * lily/tie-column.cc (set_directions): set directions only once.
8141         (add_configuration): new function.
8142
8143         * lily/tie.cc (set_control_points): new function
8144
8145         * lily/tie-column.cc (new_directions): new function.
8146
8147         * ly/music-functions-init.ly: set 'pitch property
8148         iso. trill-pitch. This makes \relative work with \pitchedTrill
8149
8150         * lily/tie.cc (get_configuration): new function. Don't generate
8151         control points, rather, generate configuration.
8152         remove head-pair property.
8153
8154         * lily/include/tie.hh (struct Tie_configuration): new struct.
8155
8156 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
8157
8158         * Documentation/topdocs/NEWS.tely: clarify.
8159
8160 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8161
8162         * lily/tie.cc: remove minimum-length
8163
8164         * scm/define-grob-properties.scm (all-user-grob-properties):
8165         remove staffline-clearance, y-offset 
8166
8167         * input/regression/tie-dots.ly (Module): remove.
8168
8169         * lily/tie.cc (get_control_points): rewrite. Put short ties in
8170         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
8171
8172         * input/regression/tie-single.ly: new file.
8173
8174 2005-08-21  Graham Percival  <gpermus@gmail.com>
8175
8176         * ly/bagpipe.ly: fix compile problem.
8177
8178 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8179
8180         * lily/midi-item.cc (name): new method.
8181
8182         * lily/staff-performer.cc (acknowledge_audio_element): use
8183         signature of baseclass.
8184
8185         * lily/engraver-group.cc (do_announces): move recursion call out
8186         of while loop. 
8187
8188         * lily/drum-note-performer.cc (class Drum_note_performer): use
8189         process_music everywhere.
8190
8191         * ly/performer-init.ly: add default children everywhere.
8192
8193         * lily/paper-book.cc (output): call paper-book-write-midis
8194         directly: always write MIDI, even if no \layout {} block. 
8195
8196 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8197
8198         * VERSION (PACKAGE_NAME): release 2.7.6
8199
8200         * lily/percent-repeat-engraver.cc (try_music): don't print warning
8201         about not being able to handle repeat.
8202
8203 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8204
8205         * Documentation/user/examples.itely (Piano templates):
8206         * lily/include/performer-group.hh: Remove last traces of
8207         Performer_group_performer.  Fixes make web.
8208
8209 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8210
8211         * Documentation/user/examples.itely (Piano templates): change
8212         Engraver_group_engraver -> Engraver_group
8213
8214         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
8215         scm_stand_in_procs is not weak_any.
8216
8217         * lily/volta-bracket.cc (print): don't use strcmp().
8218
8219         * lily/volta-engraver.cc (process_music): use
8220         Text_interface::is_markup() for setting the 'text property of the
8221         volta bracket.
8222
8223         * input/mutopia/claop.py (accents): update syntax to 2.6
8224
8225         * scm/define-context-properties.scm
8226         (all-user-translation-properties): add countPercentRepeats.
8227
8228         * Documentation/user/basic-notation.itely (Measure repeats): add
8229         isolated percent example.
8230
8231 2005-08-18  Graham Percival  <gpermus@gmail.com>
8232
8233         * input/ {various}: change direction #1, #-1 to
8234         #up/#down or \fooUp, \fooDown.
8235
8236         * Documentation/user/music-glossary.tely: #-1 to #down.
8237
8238         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
8239         to #up, #-1 to #down.
8240
8241 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8242
8243         * lily/include/engraver-group.hh: rename.
8244
8245         * lily/include/performer-group.hh: rename.
8246
8247 2005-08-18  Mats Bengtsson  <mabe@s3.kth.se>
8248
8249         * input/test/script-abbreviations.ly: Removed some old LaTeX
8250         left overs.
8251
8252 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8253
8254         * python/convertrules.py (conv): inside-slur -> avoid-slur.
8255         Remove functions.  Remove if 1: constructs, reindent.
8256
8257         * scripts/convert-ly.py (add_version): Add functions from
8258         convertrules.py
8259
8260         * scm/script.scm (default-script-alist):
8261         s/priority/script-priority.  Fixes script stacking.  Backportme.
8262         (Fermata): Very low priority.
8263
8264 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8265
8266         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
8267
8268         * input/regression/slur-script.ly: remove padding tweaks. Add
8269         comment strings.
8270
8271         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
8272         time sigs and related stuff.
8273
8274         * scm/define-grob-properties.scm (all-user-grob-properties): add
8275         @code{} tags to property description.
8276
8277         * lily/include/line-group-group-engraver.hh (Module): remove file.
8278
8279         * python/convertrules.py (conv): add rule for
8280         Engraver_group_engraver -> Engraver_group.
8281
8282         * lily/include/performer-group-performer.hh: analogous.
8283
8284         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
8285
8286         * lily/context-def.cc (instantiate): check for
8287         Engraver_group_engraver and Performer_group_performer not
8288         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
8289  
8290 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8291
8292         * input/les-nereides.ly: Remove three fingering tweaks, update
8293         remaining one.
8294
8295         * input/regression/slur-script-inside.ly: Update, fix doc.
8296
8297         * scm/script.scm: Update to avoid-slur.
8298
8299         * scm/define-grob-properties.scm (avoid-slur): New property.
8300
8301         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
8302         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
8303         outside_slur_callback if avoid-slur != #'inside.
8304
8305         * scm/define-grobs.scm (Fingering, Textscript): No
8306         inside-slur/outside-slur preference.
8307         (DynamicLineSpanner): Always outside slur.
8308
8309         * input/regression/slur-script.ly: More tests.
8310
8311 2005-08-17  Graham Percival  <gpermus@gmail.com>
8312
8313         * Documentation/user/lilypond-book: fix notime entry.
8314
8315         * Documentation/user/advanced-notation.itely: add info on
8316         getting an I rehearsal mark.
8317
8318         * Documentation/user/putting.itely: reinstate "I", re-enforce
8319         the fact that \override numbers are the result of
8320         experimentation and personal taste.
8321
8322         * Documentation/user/invoking.itely: update convert-ly bugs.
8323
8324 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8325
8326         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
8327         to #t.
8328
8329         * lily/timing-translator.cc (initialize): don't initialize timing.
8330
8331         * input/regression/stem-spacing.ly (Module): remove file.
8332
8333         * input/regression/spacing-stick-out.ly: specify Score context for
8334         \override
8335
8336         * input/regression/clefs.ly: remove spurious {}s 
8337
8338 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
8339
8340         * Documentation/topdocs/NEWS.tely,
8341         input/regression/repeat-percent-count.ly: clarify a bit.
8342
8343 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8344
8345         * input/no-notation/display-lily-tests.ly: delete
8346         display-lily-init call.
8347
8348         * ly/music-functions-init.ly (displayLilyMusic): move
8349         display-lily-init call at top level, so that the user should not
8350         have to call it.
8351
8352         * scm/define-music-display-methods.scm (note-name->lily-string):
8353         retrieve note names directly from pitchnames using new function `rassoc'.
8354         (display-lily-init): note names list construction removed.
8355
8356 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8357
8358         * THANKS: spello.
8359
8360         * lily/lily-parser.cc (get_header): copy module, instead of
8361         returning it.
8362
8363         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
8364         counters.
8365
8366         * Documentation/user/basic-notation.itely (Measure repeats): add
8367         links to Counter grobs.
8368
8369         * scm/define-grobs.scm (all-grob-descriptions): add
8370         DoublePercentRepeatCounter
8371         (all-grob-descriptions): add PercentRepeatCounter
8372
8373         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
8374         also create counter grobs.
8375
8376         * lily/separation-item.cc (extremal_break_aligned_grob): don't
8377         return grob without space-alist.
8378
8379         * input/proportional.ly: tune staff-padding.
8380
8381         * input/regression/repeat-percent-count.ly: new file. 
8382
8383 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8384
8385         * input/no-notation/display-lily-tests.ly: moved from
8386         input/regression/ to input/no-notation. Be sure to call
8387         `display-lily-init' before trying to use the display function.
8388
8389 2005-08-16  Mats Bengtsson  <mabe@s3.kth.se>
8390
8391         * scripts/lilypond-book.py (option_definitions): Don't localize
8392         the empty string. Fixes bug when --psfonts was used with
8393         non-English locale.
8394
8395 2005-08-15  Graham Percival  <gpermus@gmail.com>
8396
8397         * lily/tuplet-bracket.cc: simple build fix.
8398
8399         * Documentation/user/putting.itely: use "we" instead of "I".
8400
8401         * Documentation/user/basic-notation.itely: cautionary accidentals
8402         work with naturals, too.
8403
8404 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8405
8406         * lily/tuplet-bracket.cc (calc_position_and_height): add
8407         staff-padding support.
8408
8409         * input/proportional.ly: set staff-padding.
8410         
8411         * VERSION (PATCH_LEVEL): release 2.7.5
8412
8413         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
8414         fixes. Remove tweaks.
8415
8416         * input/regression/tuplet-slope.ly: add a test case.
8417
8418         * lily/tuplet-bracket.cc (calc_position_and_height): revert
8419         erroneous fix. Add spanner bounds to offset array with relative X
8420         positions.
8421
8422         * ly/engraver-init.ly: add Rest_engraver only once.
8423
8424         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
8425         (*parser*) lookup if (*parser*) != #f.
8426
8427 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
8428
8429         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
8430         Cut-and paste update.
8431
8432         * input/regression/slur-script.ly: Add example of reverting
8433         inside-slur for fingering.
8434
8435         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
8436         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
8437
8438         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
8439         outside_slur_callback if inside-slur == #f (as opposed to unset).
8440
8441 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8442
8443         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
8444         encoding files are already removed.
8445
8446 2005-08-15  Mats Bengtsson  <mabe@s3.kth.se>
8447
8448         * Documentation/user/advanced-notation.itely (Instrument names):
8449         Document a workaround for instrument names that collide with
8450         system start braces/brackets.
8451
8452 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8453
8454         * lily/rest-collision.cc (do_shift): spello.
8455
8456         * input/proportional.ly: use #'used property. Set break-overshoot
8457         property.
8458
8459         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
8460
8461         * lily/paper-column.cc: add #'used property
8462
8463         * lily/mark-engraver.cc (stop_translation_timestep): set grob
8464         array for staves found.
8465
8466         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
8467         array for stavesFound.
8468
8469         * lily/staff-spacing.cc (next_note_correction): add fixed and
8470         space to calling convention. This fixes spacing of accidentals
8471         after barlines.
8472
8473         * input/regression/spacing-accidental-stretch.ly: add barline -
8474         accidental case.
8475
8476         * scm/framework-ps.scm (page-header): add version number to
8477         creator
8478         (eps-header): idem.
8479
8480         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
8481         
8482 2005-08-13  Graham Percival  <gpermus@gmail.com>
8483
8484         * Documentation/user/global.itely: add "fit as much as
8485         possible onto this page" example (Vertical spacing).
8486
8487 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8488
8489         * *: Nitpick run.
8490
8491         * buildscripts/fixcc.py: Fixes.
8492
8493 2005-08-12  Graham Percival  <gpermus@gmail.com>
8494
8495         * Documentation/user/advanced-notation.itely: add markup
8496         example to Text spanners.
8497
8498 2005-08-12  Mats Bengtsson  <mabe@s3.kth.se>
8499
8500         * Documentation/user/basic-notation.itely (Ties): Add example of
8501         tying a tremolo to a chord. Thanks to Steve Doonan. 
8502
8503         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
8504         properties and move tieMelismaBusy to the list of written
8505         properties. 
8506
8507 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
8508
8509         * po/TODO: suggest to use a dedicated tool like kbabel.
8510
8511         * po/fi.po: update using kbabel.
8512
8513 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8514
8515         * *: Remove obsolete files.  Nitpick run.
8516
8517         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
8518
8519 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8520
8521         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
8522         too.
8523
8524         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
8525
8526         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
8527         whitespace as symbol separator.
8528
8529         * lily/side-position-interface.cc: Add slur-padding.
8530
8531         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
8532         quite a large fix, and it never worked in a stable release; so not
8533         really a regression.
8534
8535         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
8536         Update cut and paste code from Slur_engraver.
8537
8538         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
8539         Add.
8540
8541         * scm/define-grobs.scm (DynamicLineSpanner): Add
8542         dynamic-line-spanner-interface.
8543         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
8544
8545 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8546
8547         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
8548         to_boolean () so that non-set 'inside-slur means false.
8549
8550         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
8551         slur has control-points.  Skip script without direction.  Always
8552         do_shift if script inside slur, even if slur not contained in
8553         script y-extent.  Increment k in loop.
8554
8555 2005-08-11  Mats Bengtsson  <mabe@s3.kth.se>
8556
8557         * scm/define-markup-commands.scm: Improved regexp to search for
8558         EPS bounding boxes and corrected call to ly:warning.
8559
8560 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8561
8562         * Documentation/user/programming-interface.itely (Displaying music
8563         expressions): doc for \displayLilyMusic. Also some precisions in
8564         "Markup construction in Scheme"
8565
8566 2005-08-10  Mats Bengtsson  <mabe@s3.kth.se>
8567
8568         * scm/define-markup-commands.scm (normal-text): Added 2 new
8569         markup commands, \normal-text and \medium (the latter thanks to
8570         Bruce Fairchild). 
8571
8572 2005-08-08  Graham Percival  <gpermus@gmail.com>
8573
8574         * Documentation/user/programming-interface.itely: fix @{ @}.
8575
8576         * scm/define-markup-commands.scm: add linewidth info to
8577         \justify and \wordwrap, add "upright is the opposite of italic".
8578
8579         * Documentation/user/advanced-notation.itely: shaped->shape,
8580         add (cons (markup "foo")) type of example to text markup,
8581         reword multi-measure rests section.
8582
8583         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
8584         comment.  No actual code was touched.
8585
8586         * Documentation/user/invoking.itely: add more info about
8587         \include.  Thanks, Bruce!
8588
8589         * THANKS: add Bruce Fairchild, alphabetise.
8590
8591         * Documentation/user/global.itely: document \score{\header{}}
8592         behavior.
8593
8594         * Documentation/user/basic-notation.itely: reword multi-measure
8595         rest discussion in Rests.
8596
8597 2005-08-08  Mats Bengtsson  <mabe@s3.kth.se>
8598
8599         * Documentation/user/programming-interface.itely (Markup
8600         construction in Scheme): Corrected example and tried to clarify
8601         the implicit \line in the table.
8602
8603 2005-08-07  Graham Percival  <gpermus@gmail.com>
8604
8605         * Documentation/user/instrument-notation.itely: moved
8606         some bagpipe info back into the bagpipe section.  Somehow
8607         it ended up in the "other vocal issues" section?!  :o_O
8608
8609 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8610
8611         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
8612         directories, not paths).
8613
8614 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8615
8616         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
8617         plain emmentaler/aybabtu.  Backportme.
8618
8619         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
8620         missing dir correction.
8621
8622 2005-08-05  Graham Percival  <gperlist@shaw.ca>
8623
8624         * scm/define-markup-commands: fix reversed justify/wordwrap
8625         doc strings.
8626
8627 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
8628
8629         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
8630         lily/gregorian-ligature-engaver.cc,
8631         lily/include/ligature-engraver.hh,
8632         lily/include/coherent-ligature-engraver.hh,
8633         lily/include/gregorian-ligature-engraver.hh: make these classes
8634         truely abstract.  This should fix some internal oddities such as
8635         duplicate as well as dead translator/property declarations, and
8636         also some dead code.
8637
8638         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
8639         bugfix: avoid message "junking empty ligature" on ligature
8640         brackets by collecting dummy grobs.
8641
8642 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8643
8644         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
8645
8646         * input/proportional.ly (staffKind): bugfix.
8647         (staffKind): updates by Trevor Baca.
8648
8649         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
8650         default layout. 
8651
8652         * lily/tuplet-bracket.cc (print): check whether edge-text is a
8653         pair.
8654
8655         * lily/beam.cc (rest_collision_callback): call position_beam() if
8656         necessary.
8657
8658         * VERSION: release 2.7.4
8659
8660         * input/regression/spacing-uniform-stretching.ly: new file.
8661
8662         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
8663
8664         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
8665         contributor.
8666
8667         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
8668
8669         * input/proportional.ly: new file.
8670
8671         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
8672         columns is empty
8673
8674         * lily/tuplet-engraver.cc (finalize): new function. Reset right
8675         bounds to currentCommandColumn for the last step.
8676         (start_translation_timestep): if tupletFullLength is set, set
8677         bound to Paper Column
8678
8679         * input/regression/tuplet-full-length.ly (indent): new file.
8680
8681         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
8682         clique of loose columns, eg. a set of grace notes in strict
8683         notespacing.
8684
8685         * input/regression/spacing-strict-spacing-grace.ly: new file.
8686
8687         * lily/key-signature-interface.cc: change property name to
8688         alteration-alist
8689
8690         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
8691         keyAccidentalOrder
8692
8693         * python/convertrules.py (conv): keyAccidentalOrder ->
8694         keyAlterationOrder
8695
8696         * lily/key-engraver.cc (create_key): always print a cancellation
8697         for going to C-major/A-minor, regardless of printKeyCancellation.
8698         (create_key): remove typecheck for visibility. This fixes key
8699         signature not being printed.
8700
8701         * lily/spacing-determine-loose-columns.cc: new file.
8702
8703         * input/regression/spacing-strict-notespacing.ly: new file.
8704
8705         * lily/spacing-spanner.cc (generate_springs): rename from
8706         do_measure. 
8707         (generate_pair_spacing): new function.
8708         (init, generate_pair_spacing): set between-cols for floating
8709         nonmusical columns.
8710
8711         * lily/spaceable-grob.cc (get_spring): new function. 
8712
8713         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
8714         relative to the right edge of the prefatory matter.
8715
8716         * lily/beam.cc (print): read break-overshoot to determine where to
8717         stop/start broken beams.
8718
8719         * input/regression/spanner-break-overshoot.ly: new file.
8720
8721 2005-08-04  Graham Percival  <gperlist@shaw.ca>
8722
8723         * ly/bagpipe.ly: updated.
8724
8725         * Documentat/user/instrument.itely: un-comment out bagpipe example.
8726
8727 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8728
8729         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
8730         support: now (de)crescs avoid slurs as well.
8731
8732         * Documentation/user/instrument-notation.itely (Bagpipe example):
8733         comment out non-functioning bagpipe example.
8734         (Bagpipe definitions): idem.
8735
8736         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
8737         (Top): add proportionalNotationDuration example.
8738
8739         * input/regression/spacing-proportional.ly: new file.
8740
8741         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
8742         synched to a beam.
8743
8744         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
8745         fixes beams with a single stem (eg. beams across linebreaks.)
8746
8747         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
8748
8749         * flower/rational.cc (operator +): prevent overflow. This fixes
8750         heavily nested tuplets.
8751
8752         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
8753         have to protect even those unlikely to be corrupted data members.  
8754
8755 2005-08-04  Graham Percival  <gperlist@shaw.ca>
8756
8757         * ly/bagpipe.ly: new file.
8758
8759         * THANKS: added Sven Axelsson.
8760
8761 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8762
8763         * lily/spacing-engraver.cc (stop_translation_timestep): directly
8764         copy proportionalNotationDuration into currentMusicalColumn if
8765         set.
8766
8767         * lily/spacing-spanner.cc (musical_column_spacing): if
8768         uniform-stretching set, fixed space is 0.0
8769
8770         * input/regression/spacing-multi-tuplet.ly: show
8771         uniform-stretching property.
8772
8773         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
8774
8775         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
8776         (struct Spacing_options): new struct.
8777
8778         * lily/spacing-basic.cc: new file.
8779
8780         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
8781         delta_t doesn't have to be smaller than shortest_playing_len
8782
8783 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8784
8785         * input/regression/markup-arrows.ly:  new file.
8786
8787         * lily/tuplet-bracket.cc: document new behavior.
8788
8789         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
8790         with line breaks.
8791
8792         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
8793
8794         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
8795         default 
8796
8797         * lily/tuplet-bracket.cc: add edge-text property.
8798         add break-overshoot.
8799         (print): read break-overshoot.
8800         (print): read edge-text, add stencils.
8801
8802         * mf/feta-arrow.mf: new file.
8803
8804         * mf/feta-generic.mf: add feta-arrow.
8805
8806 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
8807
8808         * Documentation/user/lilypond-book.itely (An example of a
8809         musicological document): Added flag -o to dvips for people who use
8810         the default setting in teTeX where output is sent to the printer. 
8811
8812         * Documentation/user/global.itely (Vertical spacing): Added
8813         reference to the Axis_group_engraver which documents the *Extent
8814         properties.
8815
8816 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8817
8818         * Documentation/user/basic-notation.itely (Tuplets): add note
8819         about nested tuplets. Remove BUG. 
8820
8821         * input/regression/tuplet-nest.ly: update: remove manual hack. 
8822
8823         * lily/tuplet-bracket.cc (print): use robust_scm2drul
8824         (print): manually call print() for subtuplets.
8825         (calc_position_and_height): add subtuplets to the
8826         support. Vertically shift outer tuplet 
8827
8828         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
8829         remove-first for Lyrics, ChordNames and FiguredBass
8830
8831         * scm/define-grob-properties.scm (all-internal-grob-properties):
8832         use ly:grob-array? iso. grob-list?
8833         (all-internal-grob-properties): add tuplets grob-array.
8834
8835         * lily/tuplet-bracket.cc (add_tuplet_bracket):
8836         new function
8837
8838 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8839
8840         * input/test/time-signature-staff.ly: new file.
8841
8842         * ly/declarations-init.ly (center): escape to Scheme. Fixes
8843         spurious #<Music FingerEvent> errors. Backportme.
8844
8845 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
8846
8847         * Documentation/user/programming-interface.itely (Markup
8848         construction in Scheme): Corrected markup syntax in the
8849         translation table.
8850
8851 2005-08-03  Graham Percival  <gperlist@shaw.ca>
8852
8853         * Documentation/user/instrument-notation.itely: small update
8854         to bagpipe notation docs; thanks Sven!
8855
8856         * Documentation/user/basic-notation.itely: add link about trills.
8857
8858 2005-08-02  Graham Percival  <gperlist@shaw.ca>
8859
8860         * Documentation/user/music-glossary: remove accidentally committed
8861         fink patch.
8862
8863 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
8864
8865         * lily/lily-parser.cc (get_header): new function. Enable multiple
8866         \header definitions.
8867
8868         * lily/parser.yy (lilypond_header_body): use get_header.
8869
8870         * ly/init.ly:
8871         * scm/lily-library.scm (print-score-with-defaults): renamed
8872         $globalheader to $defaultheader
8873             
8874         * Documentation/user/global.itely (Creating titles): added short
8875         explanation that multiple headers are useable.
8876
8877
8878 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8879
8880         * lily/module-scheme.cc (LY_DEFINE): new file. 
8881
8882         * Documentation/user/advanced-notation.itely (Font selection): add
8883         doco for make-pango-font-tree.
8884
8885 2005-07-31  Graham Percival  <gperlist@shaw.ca>
8886
8887         * Documentation/user/music-glossary: more languages
8888         for tenuto.
8889
8890         * Docuemntation/user/instrument-notation.itely: minor
8891         update for bagpipe example.
8892
8893 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8894
8895         * input/regression/+.ly (TODO): add some text.
8896
8897 2005-07-28  Graham Percival  <gperlist@shaw.ca>
8898
8899         * Documentation/user/invoking.itely: \score begins with music.
8900
8901         * Documentation/user/ basic-notation.itely,
8902         instrument-notation.itely: minor changes.
8903
8904         * Documentation/user/music-glossary.itely: began tenuto entry.
8905
8906 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8907
8908         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
8909
8910         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
8911
8912 2005-07-27  Graham Percival  <gperlist@shaw.ca>
8913
8914         * Documentation/user/examples.itely: remove bagpipe template.
8915
8916         * Documentation/user/instrument-notation.itely: add bagpipe
8917         section, maybe fix quotes in lyrics.  I hate text encoding.
8918         Clarify chord durations, more bagpipe stuff.
8919
8920 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8921  
8922         * lily/accidental-engraver.cc: formatting fixes.
8923
8924         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
8925         grob-array.
8926
8927         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
8928
8929         * lily/note-column.cc (arpeggio): new function.
8930
8931         * lily/note-spacing.cc (get_spacing): also take arpeggio into
8932         account for spacing.
8933
8934 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
8935
8936         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
8937         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
8938         mingw build.
8939         
8940 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8941
8942         * scm/lily.scm (lilypond-all): clear anonymous modules after
8943         processing files.
8944
8945 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8946
8947         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
8948         SCM_I_CONSP
8949
8950         * VERSION: 2.7.3 released
8951
8952         * Documentation/user/invoking.itely (Invoking lilypond): add
8953         LILYPOND_GC_YIELD documentation.
8954
8955         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
8956         scm_from_real / scm_make_real.
8957
8958         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
8959         higher. This increases memory footprint, but provides overall
8960         speedup of 15 to 20%. 
8961
8962         * lily/include/translator.hh (class Translator): remove
8963         PRECOMPUTED_VIRTUAL everywhere.
8964
8965         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
8966
8967         * lily/context.cc (now_mom): non-recursive now_mom() 
8968
8969         * lily/include/profile.hh: new file.
8970
8971         * lily/profile.cc: new file.
8972
8973         * lily/grob.cc (Grob::Grob): look properties up directly.
8974
8975         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
8976         lookups.
8977
8978         * lily/include/box.hh (class Box): smob Box type.
8979
8980         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
8981
8982         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
8983         protect() and unprotect(). Use throughout.
8984
8985 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8986
8987         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
8988
8989         * scm/define-music-display-methods.scm (markup->lily-string):
8990         markup elements can also be strings (without simple-markup
8991         appended)
8992
8993 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8994
8995         * lily/context.cc (where_defined): also assign value in
8996         where_defined().
8997
8998         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
8999         (curve_coordinate): new function
9000
9001         * lily/simple-spacer.cc (add_columns): only add rods between
9002         column i and begin/end if keep-inside-line is set (this repleces
9003         allow-outside-line as default)
9004
9005 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9006
9007         * lily/tuplet-engraver.cc (start_translation_timestep): only read
9008         tupletSpannerDuration if applicable.
9009
9010         * lily/font-size-engraver.cc (process_music): read fontSize only
9011         once per timestep.
9012
9013         * lily/engraver*cc: use throughout.
9014         
9015         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
9016
9017         * lily/translator.cc (add_acknowledger): new file. Directly jump
9018         into an Engraver::acknowledge_xxx () method based on a grobs
9019         interface-list.
9020
9021         * lily/include/translator-dispatch-list.hh (class
9022         Engraver_dispatch_list): new struct, new file.
9023
9024         * scm/define-context-properties.scm
9025         (all-internal-translation-properties): remove acceptHashTable,
9026         acknowledgeHashTable
9027
9028         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
9029
9030         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
9031         change acknowledgeHashTable to C++ member. 
9032
9033         * lily/rest-collision.cc (do_shift): use extract_grob_set().
9034
9035 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9036
9037         * scm/display-lily.scm: new file. Define a `display-lily-music'
9038         function, that displays the music expression given as an argument,
9039         using LilyPond notation.
9040
9041         * scm/define-music-display-methods.scm: new file. Implementation
9042         of display methods for each music type.
9043
9044         * ly/music-functions-init.ly (displayLilyMusic): new function for
9045         displaying music with LilyPond notation.
9046
9047         * input/regression/display-lily-tests.ly: new regression test file
9048         for `display-lily-music'.
9049
9050         * scm/markup.scm: remove obsolete debugging code (for printing
9051         markups with LilyPond notation).
9052
9053         * scm/define-music-types.scm (music-name-to-property-table):
9054         * scm/clef.scm (supported-clefs): export, in order to be accessible
9055         from the (scm display-lily) module.
9056
9057 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9058
9059         * Documentation/topdocs/NEWS.tely (Top): Typo.
9060
9061 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
9062
9063         * Documentation/index.html.in, Documentation/texinfo.css,
9064           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
9065           Documentation/bibliography/index.html.in,
9066           Documentation/bibliography/html-long.bst: revert css-width patch,
9067           it does not work with IE6.
9068
9069 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9070
9071         * Documentation/texinfo.css: revert 760px hack. 
9072
9073         * VERSION: release 2.7.2
9074
9075         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
9076
9077         * Documentation/user/basic-notation.itely (Barnumber check): add
9078         section.
9079
9080         * scm/music-functions.scm (skip-to-last): new function. Show only
9081         last showLastLength part of the \score.
9082
9083         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
9084
9085         * python/convertrules.py (conv): add ly:x-moment rule
9086
9087         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
9088
9089         * Documentation/topdocs/NEWS.tely (Top): add new feature.
9090
9091         * Documentation/user/instrument-notation.itely (Flexibility in
9092         alignment): options in subsections.
9093
9094         * lily/lyric-engraver.cc (process_music): don't typeset text for _
9095         syllable text. Instead, assume that the previous lyric text is a
9096         melismated text.
9097
9098         * Documentation/index.html.in: revert 800x600 change.
9099
9100 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9101
9102         * lily/main.cc (main): Remove invalid handle kludge.
9103
9104         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
9105         (lambda): add gui define.
9106
9107 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9108
9109         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
9110
9111         * Documentation/user/instrument-notation.itely (Musica ficta
9112         accidentals): add section Musica ficta accidentals
9113
9114         * lily/accidental-engraver.cc (make_suggested_accidental): new
9115         function.
9116         (make_standard_accidental): move into new function.
9117         (create_accidental): new function.
9118
9119         * scm/define-grobs.scm (all-grob-descriptions): new Grob
9120         AccidentalSuggestion
9121
9122         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
9123
9124         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
9125         undefined.
9126
9127         * Documentation/user/global.itely (Page formatting): document
9128         horizontalshift.
9129
9130         * scm/page-layout.scm (default-page-music-height):
9131         horizontalshift: new variable, shift all systems by
9132         horizontalshift to the right, to make space for instrument names.
9133
9134         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
9135
9136         * lily/input-scheme.cc (LY_DEFINE): take format commands.
9137
9138 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9139
9140         * lily/note-column.cc (dir): idem.
9141
9142         * lily/spacing-spanner.cc (Module): idem.
9143
9144         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
9145
9146         * lily/include/paper-column.hh (class Paper_column): add
9147         non-static get_rank() member.
9148
9149         * VERSION: release 2.7.1
9150         
9151         * scm/framework-null.scm: new file, used for benchmarking.
9152
9153 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
9154
9155         * Documentation/topdocs/INSTALL.texi, configure.in: fix
9156         version dependencies for fontforge and gs.
9157
9158         * Documentation/index.html.in, Documentation/texinfo.css,
9159         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
9160         Documentation/bibliography/index.html.in, 
9161         Documentation/bibliography/html-long.bst: optimize width of
9162         html for a 800x600 screen (width:760), increases printability
9163         when 'fit to page' is not set and readability in wide screens.
9164
9165         * stepmake/bin/add-html-footer.py: add missing </p>.
9166
9167 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9168
9169         * scm/define-markup-commands.scm (beam): use polygon in beam
9170         command.
9171
9172         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
9173         all acknowledged grobs, and do potentially expensive merge and
9174         write in one go.
9175
9176         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
9177
9178         * configure.in (reloc_b): add --enable-static-gxx to statically
9179         link to libstdc++
9180
9181         * lily/GNUmakefile (static-gxx-libs): new target
9182         static-gxx-libs. Create symlink to libstdc++.a
9183
9184         * lily/new-lyric-combine-music-iterator.cc: rename to
9185         Lyric_combine_music_iterator
9186
9187         * lily/lyric-combine-music-iterator.cc
9188         (Old_lyric_combine_music_iterator): rename to
9189         Old_lyric_combine_music_iterator
9190
9191         * lily/*-engraver.cc (various): remove double use of
9192         PRECOMPUTED_VIRTUAL function: only use
9193         start_translation_timestep() and stop_translation_timestep(), not
9194         both.
9195
9196         * lily/break-substitution.cc (fast_substitute_grob_array): do
9197         fast_substitute_grob_array for all unordered grob_arrays.
9198         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
9199         (substitute_grob_array): optimize.
9200
9201         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
9202
9203         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
9204
9205         * lily/parser.yy: revert $globalheader patch.
9206         
9207         * lily/include/translator.icc
9208         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
9209         Translator methods, without _static helper.
9210  
9211         * lily/grob-smob.cc (derived_mark): rename from
9212         do_derived_mark(). Return void.
9213
9214         * scm/define-context-properties.scm
9215         (all-internal-translation-properties): remove tweakCount/tweakRank.
9216
9217         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
9218         predefined break-visibilities.
9219
9220         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
9221         booleans for break-visibility.
9222
9223         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
9224
9225         * python/convertrules.py (conv): rule for Timing_translator. 
9226
9227         * lily/include/translator.icc: new file. 
9228
9229         * lily/paper-column-engraver.cc (process_music): new
9230         file. Separate Paper_column factory from Score_engraver.
9231
9232         * lily/vertically-spaced-context-engraver.cc: administer
9233         spaceable-staves property of System.
9234
9235         * lily/translator-group-ctors.cc: new file.
9236
9237         * lily/context-property.cc (make_grob_from_properties): construct
9238         the right Grob class programmatically, looking at the class entry
9239         for the meta property.
9240
9241         * lily/break-align-engraver.cc (stop_translation_timestep): call
9242         Break_align_interface::add_element() directly.
9243
9244         * lily/context.cc (measure_position): measure_position() is now a
9245         normal function.
9246
9247         * lily/include/translator.hh (class Translator): rename
9248         process_acknowledged_grobs() to process_acknowledged() and move to
9249         Translator.
9250
9251         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
9252         field for each grob description.
9253
9254         * lily/include/translator-group.hh (class Translator_group):
9255         change to base class. Separate class from Translator. This gets
9256         rid of virtual inheritance for Engravers/Performers.
9257
9258         * lily/staff-performer.cc (class Staff_performer): derive
9259         Staff_performer from Performer, not Performer_group_performer 
9260
9261         * Lily/translator-group.cc (precomputed_recurse_over_translators):
9262         new function.
9263         (precompute_method_bindings): new function. Precompute lists of
9264         Translators, so we only call methods (process_music,
9265         start_translation_timestep, etc.) for Translators needing
9266         it. Also: dispose of pointer-to-member-function calls.
9267
9268         * lily/engraver-group-engraver.cc: remove engraver_each,
9269         recurse_down_engravers ()
9270
9271         * lily/note-head.cc (internal_print): only call
9272         glyph-name-procedure if style != default. 
9273
9274 2005-07-16  Graham Percival  <gperlist@shaw.ca>
9275
9276         * ly/titling-init.ly: add printallheaders option.
9277
9278         * Documentation/user/global.itely: document printallheaders.
9279
9280 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9281
9282         * lily/system.cc (do_derived_mark): don't mark from object_alist_
9283         anymore, but do it centrally.  
9284
9285         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
9286         hammer hack.
9287
9288         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
9289
9290         * scm/output-lib.scm: remove hammer-print-function.
9291
9292         * lily/include/pointer-group-interface.hh (extract_grob_set): new
9293         macro. Declare a Link_array<Grob> and fill it from a grob.
9294         (extract_item_set): idem for item.
9295
9296         * lily/break-substitution.cc: add header.
9297         (fast_substitute_grob_array): rewrite for Grob_arrays.
9298         (substitute_grob_array): idem.
9299
9300         * lily/group-interface.cc (add_thing): remove file.
9301
9302         * flower/include/parray.hh (class Link_array): slice() is const.
9303
9304         * lily/include/grob-array.hh: new file.
9305
9306         * lily/grob-array.cc (spanner): new file.
9307
9308         * lily/beam-quanting.cc (fill): read details property from beam.
9309
9310         * lily/beam.cc: support details property.
9311
9312         * total speedups below: approx 10%.
9313
9314         * lily/include/beam.hh: new struct, softcode beam quanting parameters
9315
9316         * lily/include/grob.hh (class Grob): add interfaces_ member.
9317
9318         * lily/bezier.cc (init_polynomial_cache): new function: cache
9319         binom(3,j) t^j (1-t)^{3-j}
9320         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
9321
9322         * lily/*.cc: substitution throughout.
9323
9324         * lily/grob-property.cc (internal_get_object): new routine.
9325         (internal_set_object): idem. Store grob refrences in separate
9326         alist. This saves processing time, since properties aren't
9327         break-substituted, and the per grob namespace is smaller, both for
9328         grobs and non-grob properties.
9329
9330         * scm/define-grob-properties.scm (all-internal-grob-properties):
9331         remove center-element.
9332
9333         * lily/grob.cc: remove tweak-count, tweak-rank.
9334
9335 2005-07-15  Graham Percival  <gperlist@shaw.ca>
9336
9337         * Documentation/user/lilypond-book.itely: fixes example.
9338
9339 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9340
9341         * Documentation/user/global.itely (Creating titles):    
9342         * Documentation/user/examples.itely (All headers): change the
9343         place of \header in \score blocks (after music block) to make
9344         examples compile (cf. changes on parser.yy on 2005-07-10)
9345
9346 2005-07-13  Graham Percival  <gperlist@shaw.ca>
9347
9348         * python/convertrules.py: add exc -> ecc rule.
9349
9350         * scripts/convert-ly.py: add location of convertrules.py
9351         in a comment.
9352
9353         * Documentation/user/changing-defaults.itely: fix language.
9354
9355 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9356
9357         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
9358
9359 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9360
9361         * scm/output-socket.scm (grob-bbox): don't use inf? 
9362
9363         * flower/include/rational.hh: add operator bool() 
9364
9365         * scm/define-music-types.scm (music-descriptions): remove
9366         internal-class-name properties.
9367
9368         * lily/include/event.hh: remove file.
9369
9370         * lily/include/music-constructor.hh: remove file.
9371
9372         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
9373         in 'types property.
9374
9375         * lily/music.cc (duration_length_callback): new function.
9376
9377         * lily/event.cc: remove file.
9378
9379         * lily/music-constructor.cc: remove file.
9380
9381         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
9382
9383         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
9384         (get_context_key): idem.
9385
9386         * scm/lily.scm (lambda): new option object-keys (default to #f)
9387
9388         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
9389
9390         * scm/output-gnome.scm: remove beam routine.
9391
9392         * scm/output-ps.scm (scm): idem.
9393
9394         * scm/output-svg.scm: remove beam.
9395
9396         * ps/music-drawing-routines.ps: remove draw_beam.
9397
9398         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
9399
9400         * flower/include/guile-compatibility.hh (scm_from_locale_string):
9401         add scm_from_locale_string compatibility glue. 
9402
9403 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
9404
9405         * scripts/lilypond-book.py: Prevent occuring error when
9406         'lilypond-book --output=foo/ somefile.ly' is executed multiple
9407         times and target file shoud be overwritten.  (Error message said
9408         'input file and output file is same'.)
9409
9410 2005-07-13  Graham Percival  <gperlist@shaw.ca>
9411
9412         * input/regression/slur-extreme.ly,
9413         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
9414         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
9415         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
9416         "excentricity" to "eccentricity".
9417
9418         * Documentation/user/converters.itely: fix URL for Noteedit and
9419         Rosegarden.
9420
9421         * THANKS: added Yoshinobu Ishizaki.
9422
9423 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9424
9425         * scm/define-markup-commands.scm (justify-field): add. 
9426
9427         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
9428
9429 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9430
9431         * lily/lookup.cc (filled_box): express filled_box with
9432         round_filled_box
9433
9434         * scm/midi.scm (paper-book-write-midis): new function. Write all
9435         performances in numbered MIDI files.
9436
9437         * lily/performance-scheme.cc (LY_DEFINE): new file.
9438         (LY_DEFINE): new function ly:performance-write.
9439
9440         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
9441         new function.
9442         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
9443
9444         * scm/framework-*.scm: use port arguments throughout.
9445
9446         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
9447
9448         * lily/paper-outputter.cc (Paper_outputter): take port argument.
9449
9450         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
9451
9452         * scm/framework-texstr.scm (output-framework): 
9453
9454         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
9455
9456         * scm/output-lib.scm (tablature-stem-attachment-function):
9457         tablature stem attachment fix. 
9458
9459 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9460
9461         * lily/bezier.cc: hardcode binomial coefficients of order 3.
9462
9463         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
9464
9465         * scm/define-music-types.scm (music-descriptions): don't use
9466         Music_wrapper type.
9467
9468         * lily/paper-column.cc (print): print moment too.
9469
9470         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
9471         remove compatibility cruft.
9472
9473         * lily/parser.yy (score_body): \score can only begin with Music. 
9474
9475         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
9476         make-score. Take music argument only. Move parser interaction to
9477         Scheme.
9478
9479         * scm/lily-library.scm (scorify-music): new function.
9480
9481         * python/lilylib.py (datadir): remove 2.1 compat kludge.
9482         (datadir): remove resource import.
9483         (print_environment): remove get_bbox()
9484         (cp_to_dir): remove pre 1.5.2 compat glue.
9485
9486 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9487
9488         * lily/include/simple-spacer.hh (Module): idem.
9489
9490         * lily/include/spring.hh (struct Spring): store inverse
9491         strength. This prevents division by zero.
9492
9493         * VERSION: release 2.7.0
9494         
9495         * lily/include/music.hh (class Music): remove Music::duration_log()
9496
9497         * lily/stem-engraver.cc (make_stem): take duration log from event.
9498
9499         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
9500
9501 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9502
9503         * scm/lily.scm (ly:load): load autochange.scm
9504
9505         * Documentation/user/tutorial.itely (Running LilyPond for the
9506         first time): remove reference to DVI/TeX
9507
9508         * scm/define-markup-commands.scm (text): add \text markup command.
9509
9510         * configure.in (reloc_b): bump requirement to Python 2.2.
9511
9512         * lily/include/dots.hh (class Dots): make has_interface() static.
9513
9514         * python/convertrules.py (conv): add rule for ly:grob-default-font
9515
9516         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
9517         alphabetical order.
9518
9519         * input/regression/trill-spanner-pitched.ly: new file.
9520
9521         * lily/font-interface-scheme.cc (LY_DEFINE): function
9522         ly:grob-default-font (changed from get-default-font).
9523
9524         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
9525
9526         * lily/note-head.cc (internal_print): if style is not a symbol,
9527         set style to 'default. 
9528         (internal_print): no style suffix if glyph-name-procedure not
9529         set. Default to quarter head.
9530
9531         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
9532
9533         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
9534
9535         * ly/music-functions-init.ly: \pitchedTrill
9536
9537         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
9538
9539         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
9540
9541         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
9542
9543         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
9544
9545         * po/fr.po: update
9546
9547         * po/de.po: update.
9548
9549 2005-07-06  Graham Percival  <gperlist@shaw.ca>
9550
9551         * Documentation/user/changing-defaults.itely: add link
9552         to grob-iterface.
9553
9554         * Documentation/user/advanced-notation.itely: add material
9555         to Setting automatic beam behaviour.  Thanks, Joe!
9556
9557         * Documentation/user/lilypond.itely: change encoding to utf-8.
9558
9559 2005-07-01  Mats Bengtsson  <mabe@s3.kth.se>
9560
9561         * Documentation/user/advanced-notation.itely (Setting automatic
9562         beam behavior): Correct the documentation of
9563         revert-auto-beam-setting (backportme)
9564
9565 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9566
9567         * lily/ly-module.cc (ly_make_anonymous_module): define
9568         %module-public-interface of module. 
9569
9570         * lily/lily-parser.cc (print_smob): allow printing of parser smob
9571         without lexer.
9572
9573 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9574
9575         * input/regression/fret-diagrams.ly: stretch example.
9576
9577 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9578
9579         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
9580         Fodor).
9581
9582 2005-06-30  Graham Percival  <gperlist@shaw.ca>
9583
9584         * Documentation/topdocs/AUTHORS.texi: update personal web address.
9585
9586         * Documentation/user/examples.itely, lilypond-book.itely:
9587         change \RequirePackage to \usepackage.
9588
9589         * Documentation/user/global.itely: document copyright and tagline.
9590
9591 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9592
9593         * Documentation/user/basic-notation.itely (Transpose): remove link
9594         to nonexistent UntransposableMusic.
9595
9596         * scm/output-svg.scm: remove old definitions.
9597
9598         * scripts/lilypond-book.py (do_file): search for kpsewhich before
9599         invoking.
9600
9601         * python/lilylib.py (search_exe_path): new function.
9602
9603 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9604
9605         * python/lilylib.py (mkdir_p): remove setup_environment()
9606         (backportme)
9607
9608         * buildscripts/mutopia-index.py (headertext): trim text.
9609
9610         * Documentation/topdocs/NEWS.tely (Top): refresh.
9611
9612         * scm/define-markup-commands.scm (wordwrap-string): new function:
9613         split string in paras and words.
9614         (wordwrap-markups): new function.
9615         (wordwrap-stencils): new function. 
9616         (justify): use it.
9617         (wordwrap): use it.
9618         (wordwrap-string): use it
9619         (justify-string): use it.
9620
9621         * scm/lily-library.scm (regexp-split): new function.
9622
9623         * scm/define-markup-commands.scm: remove encoded-simple. 
9624         remove font-markup.
9625         (fontsize): remove old version  of fontsize.
9626         (wordwrap): new markup function. Wrap into paragraphs.
9627
9628         * VERSION: Branch lilypond_2_6
9629         (MINOR_VERSION): go to 2.7.0
9630
9631 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9632
9633         * po/zh_TW.po: update from translation project.
9634
9635 2005-06-28  Graham Percival  <gperlist@shaw.ca>
9636
9637         * scm/midi.scm: compile fix.
9638
9639 2005-06-28  Mats Bengtsson  <mabe@s3.kth.se>
9640
9641         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
9642         patch. Now, the tempfile module is loaded too, not only used.
9643
9644 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
9645
9646         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
9647         0.05 - 1.00 to 0.25 - 1.00
9648
9649         * scm/midi.scm: moved the default-instrument-equalizer procedure
9650         to just under the insturment-equalizer-alist it takes as an
9651         argument.
9652
9653 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9654
9655         * Documentation/user/advanced-notation.itely (Font selection):
9656         remove CMR note.
9657
9658         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
9659
9660 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9661
9662         * THANKS: Add UTF-8 marker.
9663
9664         * Documentation/user/point-and-click.itely (http): Update: use
9665         lilypond-invoke-editor.  Fix: instruct to use user.js.
9666
9667 2005-06-27  Graham Percival  <gperlist@shaw.ca>
9668
9669         * ly/titling-init.ly: implements printpagenumber, increases
9670         space between dedication and title (to avoid collisions with
9671         "g" and "q" in dedication), and nicer logic about copyright
9672         and instrument fields being printed on the first page.
9673         Thanks Vincent!
9674
9675         * Documentation/user/global.itely: document printpagenumber.
9676
9677 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9678
9679         * Documentation/topdocs/NEWS.tely: Update to 2.6.
9680
9681 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9682
9683         * THANKS: update to 2.6
9684
9685         * VERSION: 2.6.0 released.
9686
9687 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9688
9689         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
9690         rule, errorneously removed probably because of misleading comment.
9691
9692 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9693
9694         * python/lilylib.py (datadir): py2exe comments.
9695
9696         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
9697
9698         * configure.in (reloc_b): make fontconfig REQUIRED.
9699
9700 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
9701
9702         * po/fi.po: add latest translations.
9703
9704 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9705
9706         * ChangeLog: recode utf-8
9707
9708         * Documentation/pictures/lilypond.xpm (Module): edited photo as
9709         logo.
9710
9711         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
9712
9713         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
9714
9715         * python/convertrules.py (do_conversion): don't print program_name
9716         from within a module
9717
9718         * configure.in (reloc_b): bump fontforge requirement to 20050624.
9719
9720         * python/convertrules.py (conv): add 2.6.0 dummy rule.
9721
9722 2005-06-23  Graham Percival  <gperlist@shaw.ca>
9723
9724         * Documentation/user/lilypond-book.itely,
9725         Documentation/user/examples.itely: add \RequirePackage{graphics}.
9726
9727         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
9728         fixes baseline-skip.  Thanks Vincent!
9729
9730         * Documentation/user/advanced-notation.itely, global.itely:
9731         moved "Selecting font sizes" to global, since it deals with
9732         notation font size, not text fonts.
9733
9734 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9735
9736         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
9737         to fonts.
9738
9739 2005-06-23  Mats Bengtsson  <mabe@s3.kth.se>
9740
9741         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
9742         workaround since /dev/stdin doesn't work on Cygwin. Using a
9743         temporary file in the current directory since latex doesn't
9744         understand the path name to the default TMP in Cygwin (at least on
9745         win XP).
9746         
9747         * Documentation/user/global.itely (Creating titles): Correct
9748         misprint in example. Thanks to Rob Vlasaty.
9749
9750 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9751
9752         * VERSION (PATCH_LEVEL): release 2.5.32
9753
9754         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
9755         variable in lily module
9756
9757         * scm/framework-ps.scm (output-classic-framework): error message
9758         regarding the classic framework.
9759
9760         * Documentation/user/henle-flat-gray.png (Module): new file.
9761
9762         * Documentation/user/baer-flat-gray.png (Module): new file.
9763
9764         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
9765         whiteout for markups.
9766
9767         * buildscripts/substitute-encoding.py (note_glyph): include _ in
9768         regex too. This fixes change clef appearance in PDF. 
9769
9770         * ttftool/include/*: remove.
9771
9772         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
9773
9774         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
9775
9776         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
9777
9778         * ttftool/*: remove ttftool subdirectory.
9779
9780         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
9781
9782         * lily/ttf.cc (print_header): new file. Convert to type42, using
9783         FreeType to parse the TTF. 
9784
9785         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
9786         and post table may differ. Pass around post_nglyphs as well.
9787
9788 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9789
9790         * ly/music-functions-init.ly (musicMap): new music function
9791         musicMap. 
9792         
9793 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9794
9795         * make/mutopia-rules.make: anti-alias-factor = 2
9796
9797         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
9798         page switch.
9799
9800         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
9801         anti-alias-factor for lilypond-book runs.
9802
9803         * scm/ps-to-png.scm (scale-down-image): new function.
9804         (my-system): new function.
9805         (make-ps-images): blow up GS resolution by anti-alias-factor,
9806         scale down image by anti-alias-factor.  This improves appearance
9807         of bitmaps
9808         (make-ps-images): remove showpage. Fixes spurious empty png at
9809         end.
9810
9811         * scm/framework-ps.scm (write-preamble): downcase filename before
9812         string-matching. Should fix .TTF files (as opposed to ttf files)  
9813
9814         * Documentation/user/tutorial.itely (Running LilyPond for the
9815         first time): separate subsections for windows, macos and unix.  
9816
9817         * Documentation/user/invoking.itely (Updating files with
9818         convert-ly): add MacOS X note.
9819
9820 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9821
9822         * Documentation/user/introduction.itely (Engraving): don't include
9823         file optical-spacing, add directly.
9824
9825         * lily/paper-outputter.cc (file): open file in binary mode. This
9826         fixes OTF embedding on windows.
9827
9828 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9829
9830         * scm/framework-ps.scm (write-preamble): remove debugging output.
9831
9832         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
9833
9834         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
9835         outdir.
9836         (install-fc-cache): install font cache in installation directories.
9837
9838 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9839
9840         * scm/editor.scm (editor-command-template-alist): Use char iso
9841         column, except for Emacs.
9842         (get-editor-command): Substitute char too (Bertalan Fodor).
9843
9844 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9845
9846         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
9847         quoted ~s.  This should fix PNG output on Windows; single quotes
9848         are regular characters on Windows.
9849
9850 2005-06-16  Graham Percival  <gperlist@shaw.ca>
9851
9852         * Documentation/user/basic-notation.itely: include ChoirStaff
9853         in System start delimiters.
9854
9855         * Documentation/user/putting.itely: new doc section on
9856         fixing overlapping notation.
9857
9858 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9859
9860         * Documentation/user/global.itely (Paper size): \paper is in
9861         \book, not \score.
9862
9863         * make/mutopia-rules.make: -ddelete-intermediate-files
9864
9865         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
9866
9867 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9868
9869         * ChangeLog: Recode utf-8.
9870
9871         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
9872         datadir with .py modules.
9873
9874 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
9875
9876         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
9877
9878 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9879
9880         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
9881         
9882         * scm/framework-ps.scm (write-preamble): remove status check.
9883
9884         * Documentation/user/invoking.itely (Updating files with
9885         convert-ly): remove -o option.
9886
9887         * VERSION (PACKAGE_NAME): release 2.5.31
9888
9889         * scm/framework-ps.scm (write-preamble): use ly:system.
9890         (write-preamble): verbosity.
9891
9892         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
9893
9894         * python/convertrules.py: new file. Store conversion rules
9895         separately.
9896
9897 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9898
9899         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
9900
9901 2005-06-14  Mats Bengtsson  <mabe@s3.kth.se>
9902
9903         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
9904         \musicDisplay 
9905
9906         * Documentation/user/instrument-notation.itely (More stanzas): Add
9907         reference to StanzaNumber.
9908
9909 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9910
9911         * THANKS: separate section for website translators.
9912
9913 2005-06-14  Graham Percival  <gperlist@shaw.ca>
9914
9915         * Documentation/topdocs/INSTALL.texi: update vim info;
9916         thanks Simon Bailey!
9917
9918         * Documentation/user/advanced-notation.itely: included
9919         color names.
9920
9921         * Documentation/user/advanced-notation.itely,
9922         Documentation/usr/notation-appendices.itely: moved
9923         color names into an appendix.
9924
9925 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9926         
9927         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
9928
9929         * scm/lily.scm (lambda): initialize program options from here.
9930
9931         * scm/framework-*.scm: add header info.
9932
9933         * lily/main.cc (parse_argv): only set output format to pdf if no
9934         other format specified.
9935
9936         * scm/backend-library.scm (postprocess-output): process
9937         'delete-intermediate-files after running convert-to-*. This fixes
9938         PNG generation when 'delete-intermediate-files is set.
9939         
9940 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9941
9942         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
9943         links on website. 
9944
9945 2005-06-13  Graham Percival  <gperlist@shaw.ca>
9946
9947         * Documentation/topdocs/INSTALL.texi,
9948         Documentation/user/lilypond-book.itely: typos.
9949
9950 2005-06-12  Pal Benko  <benkop@freestart.hu>
9951
9952         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
9953         added between program name and switch; -b changed to -f not
9954         to generate pdf
9955
9956 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9957
9958         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
9959         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
9960
9961         * input/sakura-sakura.ly: add \midi.
9962
9963         * buildscripts/mutopia-index.py (find): use /usr/bin/find
9964         iso. python find. 
9965
9966         * ttftool/test.c (main): cosmetics.
9967
9968         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
9969
9970         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
9971         create a ttf2ps binary.
9972
9973         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
9974
9975         * scm/backend-library.scm (postscript->png): set rename-page-1 to
9976         true.
9977
9978 2005-06-11  Graham Percival <gperlist@shaw.ca>
9979
9980         * Documentation/user/lilypond-book.itely: add warning about
9981         the font warnings in dvips.
9982
9983 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9984
9985         * THANKS: typo
9986
9987         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
9988
9989         * GNUmakefile.in: remove links for .map, .enc
9990         don't fail if out/ doesn't exist yet.
9991
9992 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9993
9994         * ttftool/util.c (surely_read): return nbytes
9995
9996         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
9997
9998         * VERSION (PACKAGE_NAME): release 2.5.30
9999
10000         * flower/string-convert.cc (precision_string): >? fix.
10001
10002         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
10003         (make-ps-images): add verbose -q too.
10004
10005         * lily/default-actions.cc (Module): new file. default
10006         {book,score}-print functions.
10007
10008         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
10009         pass results via parseStringResult, lookup via ly:parser-lookup.  
10010
10011         * lily/lily-parser.cc (Lily_parser): only clone lexer in
10012         constructors.
10013         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
10014         (parse_string): idem.
10015
10016         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
10017
10018         * lily/main.cc (main_with_guile): copy be_verbose_global into
10019         ly_set_option()
10020
10021 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10022
10023         * scm/backend-library.scm (postscript->pdf):
10024         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
10025         verbose mode.  Search for several names of gs executable.
10026
10027 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10028
10029         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
10030         directly. This fixes a massive memory leak, provided you use CVS
10031         GUILE.
10032
10033 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
10034
10035         * ly/property-init.ly: Added tieDashed.
10036
10037         * THANKS: Added some bughunters for 2.5.
10038
10039 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10040
10041         * lily/program-option.cc: add debug-gc option.
10042
10043         * lily/include/lily-guile-macros.hh: don't protect exported module
10044         objects.
10045
10046         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
10047
10048         * scm/backend-library.scm (postscript->pdf): use
10049         delete-intermediate-files iso. running-from-gui? 
10050
10051         * ttftool/util.c (surely_read): robustness. Allow read() to return
10052         less bytes than requested, as per posix standards.
10053
10054         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
10055         program option.
10056
10057         * ttftool/include/ttftool.h ("C"): rename verbosity to
10058         ttf_verbosity. Add to public interface.
10059
10060         * scm/music-functions.scm (unfold-repeats): remove debugging display.
10061
10062         * lily/program-option.cc: rename from scm-option.cc
10063
10064         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
10065         (get_help_string): Print pretty help string.
10066
10067         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
10068         to snippet preamble.
10069
10070         * lily/scm-option.cc: remove command-line-settings option. Fold
10071         all command-line options plus default settings in a generic
10072         interface. 
10073
10074         * flower/getopt-long.cc (table_string): indent 2nd lines of help
10075         texts too.
10076
10077 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10078
10079         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
10080         or EXT_ components non-empty.
10081
10082 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10083
10084         * scm/lily.scm (running-from-gui?): Export.
10085
10086         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
10087         output in .ly source directory.
10088
10089 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10090
10091         * ttftool/util.c (surely_lseek): more verbosity.
10092
10093         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
10094         compile.
10095
10096         * lily/parser.yy (Repeated_music): remove >? 
10097
10098         * scm/backend-library.scm (postscript->pdf): Support for
10099         -dgs-font-load=1
10100
10101         * scm/framework-ps.scm (write-preamble): make font loading
10102         switchable to GS via --define-default gs-font-load=1
10103
10104 2005-06-09  Graham Percival  <gperlist@shaw.ca>
10105
10106         * Documentation/user/global.itely: added \layout docs.
10107
10108 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10109
10110         * lily/lily-parser-scheme.cc: add unistd.h
10111
10112 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10113
10114         * scm/editor.scm: add char argument.
10115
10116         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
10117
10118         * ttftool/util.c (syserror): use errno for better error reporting.
10119
10120         * lily/source-file.cc (get_counts): new function. Calc column,
10121         line and char count in one go.
10122
10123         * lily/binary-source-file.cc (quote_input): rename to quote_input
10124
10125         * lily/input.cc (set): new function.
10126
10127 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10128
10129         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
10130         directory part of file name to search directory.
10131
10132         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
10133         search path and chdir to DIR if --outname=DIR used.
10134
10135         * lily/main.cc (prepend_env_path): Bugfix: Check directory
10136         existence before appending original path.
10137
10138 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10139
10140         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
10141         file" massage.
10142
10143         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
10144         texinfo.tex is always used.
10145         
10146 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10147
10148         * flower/include/axis.hh: rename from axes.hh
10149
10150         * lily/include/text-interface.hh (Module): rename from text-item.hh
10151
10152         * VERSION (PATCH_LEVEL): release 2.5.29
10153
10154         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
10155
10156         * scm/framework-ps.scm (font-file-as-ps-string): new function.
10157         (handle-macfont): new function. Call fondu for Native mac fonts.
10158
10159         * scm/define-markup-commands.scm (fill-line): handle text-widths =
10160         '() case.
10161
10162 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10163
10164         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
10165         multi-page.  Fix .eps regular expression.
10166
10167 2005-06-07  Graham Percival  <gperlist@shaw.ca>
10168
10169         * Documentation/user/putting.itely: add info on modifying templates.
10170
10171         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
10172         misc small changes.
10173
10174 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10175
10176         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
10177
10178         * scripts/lilypond-ps2png.scm
10179
10180         * VERSION (PACKAGE_NAME): release 2.5.28
10181
10182 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10183
10184         * lily/main.cc (prepend_env_path): Do not append /, that does not
10185         work.  Localedir lives in datadir, not in prefix.
10186
10187         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
10188         hack for windows.
10189
10190         * flower/include/file-cookie.hh: Compile fix.
10191
10192 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10193
10194         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
10195
10196         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
10197         system primitives.
10198         (gulp-port): using read-string!/partial. We don't want to read an
10199         entire PS file  (GUILE 1.6 limits strings to 16M) 
10200
10201         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
10202         properties. Add font-interface. 
10203
10204         * scm/define-grob-properties.scm (all-user-grob-properties):
10205         remove old bracket properties.
10206
10207         * scm/x11-color.scm: reformat. 
10208
10209         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
10210         LedgerLineSpanner if new StaffSymbol is found. 
10211
10212         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
10213         staff-symbol for finishing staff. 
10214
10215         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
10216
10217         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
10218         change black to currentColor everywhere. This fixes color support
10219         in SVG.
10220
10221 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
10222
10223         * input/regression/fret-diagrams.ly: new file to test fret diagram
10224         capability
10225
10226         * scm/output-tex.scm: remove white-dot and white-text
10227
10228         * scm/output-ps.scm: remove white-dot and white-text
10229
10230         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
10231         using ly:stencil-in-color instead
10232         (draw-dots) : remove call to white-dot
10233
10234 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10235
10236         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
10237         support.
10238
10239         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
10240
10241         * flower/include/file-cookie.hh: new file. lily_cookie extension 
10242
10243         * flower/file-cookie.cc: new file. lily_cookie extension.
10244         
10245 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10246
10247         * scm/editor.scm (editor-command-template-alist): Add syn
10248         editor (Jaap [de Vos]).
10249
10250 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10251
10252         * scripts/lilypond-ps2png.scm:
10253         * scm/ps-to-png.scm: New file.
10254
10255         * scm/backend-library.scm (postscript->png): Use it.
10256
10257         * scripts/lilypond-ps-to-png.py: Remove file.
10258
10259         * python/lilylib.py (get_bbox, make_ps_images): Remove.
10260
10261 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10262
10263         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
10264
10265         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
10266         start on grace moment. Fixes autobeam-grace.ly.
10267
10268         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
10269         process anything unless we're at the end of a pending beam. Fixes
10270         syncopated 8ths beamed across a beat.
10271
10272 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10273
10274         * scm/editor.scm (editor-command-template-alist): Start emacs if
10275         emacslient fails.
10276
10277         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
10278
10279         * flower/file-path.cc (is_file, is_dir): Export.
10280
10281         * lily/main.cc (prepend_env_path, set_env_file): Use them.
10282
10283 2005-06-02  Mats Bengtsson  <mabe@s3.kth.se>
10284
10285         * lily/easy-notation.cc: Added include cctype to correct
10286         compilation error.
10287
10288 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10289
10290         * scm/backend-library.scm (postscript->pdf): set resolution to
10291         1200, so bitmap fonts aren't that ugly. 
10292
10293         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
10294
10295         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
10296         parent if we have a notehead. Fixes incorrect offsets when
10297         Paper_column is very wide in the X direction.
10298
10299         * input/regression/font-family-override.ly (Module): new file.
10300
10301         * scm/font.scm (make-pango-font-tree): new function.
10302
10303         * lily/beam.cc (before_line_breaking): remove warning about less
10304         than 2 visible stems. We still get a warning when there is only
10305         one stem.
10306
10307 2005-06-01  Werner Lemberg  <wl@gnu.org>
10308
10309         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
10310         correctly.
10311
10312 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10313
10314         * lily/slur-scoring.cc (generate_avoid_offsets): new
10315         function. Generate avoid offsets once per slur.
10316
10317         * lily/slur.cc (add_extra_encompass): add dependency to
10318         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
10319
10320         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
10321         too. Fixes inf error with added bass notes.
10322
10323         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
10324         argument anymore.
10325
10326         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
10327
10328         * input/tutorial/lbook-latex-test.tex: add line length test.
10329
10330         * scripts/lilypond-book.py (set_default_options): new
10331         function. Call this before dissecting snippets, so linewidth
10332         settings reach the snippets.
10333
10334 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10335
10336         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
10337
10338 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10339
10340         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
10341
10342 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10343
10344         * stepmake/aclocal.m4: More autopackage friendliness.
10345
10346 2005-05-31  Graham Percival  <gperlist@shaw.ca>
10347
10348         * Documentation/index.html.in: remove link to LSR.
10349
10350         * Documentation/user/global.itely: remove duplicate
10351         "dedication" \header{} section.
10352
10353 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10354
10355         * VERSION (PACKAGE_NAME): release 2.5.27.
10356
10357         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
10358         too. Plugs memory leak.
10359
10360         * make/lilypond.fedora.spec.in (Group): remove
10361         lilypond-pdfpc-helper.
10362
10363         * scripts/GNUmakefile (SEXECUTABLES): remove
10364         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
10365
10366         * scm/font.scm (make-century-schoolbook-tree): add Mono as
10367         'typewriter family.
10368
10369         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
10370         memory leak.
10371
10372         * lily/parser.yy (score_body): don't clone Score, that's done in
10373         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
10374
10375         * lily/score-engraver.cc (derived_mark): new function.
10376         (initialize): unprotect Paper_score. This fixes a memory leak.
10377
10378         * lily/score-performer.cc (derived_mark): new function.
10379
10380         * lily/score-translator.cc (get_output): use SCM for get_output() call.
10381
10382         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
10383         spurious warning.
10384
10385         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
10386         serif.
10387
10388 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10389
10390         * configure.in (reloc_b): Add --enable-relocation.
10391
10392 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10393
10394         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
10395
10396         * input/regression/alignment-order.ly: add Staff example.
10397
10398 2005-05-31  John Mandereau   <john.mandereau@free.fr>
10399
10400         * po/fr.po: update.
10401
10402 2005-05-31  Graham Percival  <gperlist@shaw.ca>
10403
10404         * Documentation/index.html.in: add link to LSR.
10405
10406 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10407
10408         * scm/define-stencil-commands.scm (Module): new file. Register all
10409         allowed stencil expression heads in a central place.
10410
10411         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
10412         ly:make-stencil
10413
10414         * lily/stencil-expression.cc (all_stencil_heads): registering
10415         stencil expressions.
10416
10417         * lily/stencil-interpret.cc: new file. Stencil expression
10418         interpreting.
10419
10420         * input/xiao-haizi-guai-guai.ly: move file back.
10421
10422 2005-05-30  Graham Percival  <gperlist@shaw.ca>
10423
10424         * Documentation/user/advanced.itely, converters.itely,
10425         instrument-notation.itely, lilypond-book.itely: misc small
10426         changes.
10427
10428 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10429
10430         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
10431
10432         * make/lilypond.fedora.spec.in: Fix source url.
10433
10434         * cygwin: Update from mingw patches.
10435
10436         * scm/editor.scm (editor-command-template-alist): Use jedit
10437         -reuseview (Bertalan), add uedit (Patrick Huberts).
10438
10439         * input/xiao-hai-zi-guai-guai.ly: Rename from
10440         xiao-haizi-guai-guai.ly.
10441
10442         * input/*: Reindent, do not use TAB.
10443
10444         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
10445         white background.
10446
10447 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10448
10449         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
10450         numerical overflow error.
10451
10452 2005-05-29 Laura Conrad <lconrad@laymusic.org>
10453         
10454         * abc2ly.py: fix to syntax error in multi-part output.
10455
10456 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10457
10458         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
10459         with disappearing span bars when alignAboveContext is active
10460
10461         * lily/property-iterator.cc (check_grob): use is-grob?
10462         object-property. Fixes crash-key-sig-font-size.ly. 
10463
10464 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10465
10466         * lily/bar-line.cc (print): don't round barlines; this produces
10467         odd aliasing effects in Acroread.
10468
10469         * lily/timing-engraver.cc (process_music): robustness fix.
10470
10471         * lily/context-def.cc (filter_engravers): bugfix.
10472
10473 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10474
10475         * lily/lilypond.rc.in: Add ly-icon.
10476
10477         * lily/GNUmakefile: 
10478         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
10479         rules.
10480
10481 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10482
10483         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
10484
10485         * ps/music-drawing-routines.ps: 
10486
10487         * scm/output-ps.scm: remove draw ez_ball.
10488
10489         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
10490         EasyNotation context definition.
10491
10492         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
10493         Text_interface and color for making easy note heads.
10494
10495         * lily/stencil.cc (with_color): new function.
10496
10497         * ps/music-drawing-routines.ps: remove draw_zigzag_line
10498
10499         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
10500         output routine. Zigzag now works in SVG too.
10501
10502         * scm/output-tex.scm (filledbox): idem.
10503
10504         * scm/output-svg.scm (filledbox): idem.
10505
10506         * scm/output-ps.scm (lily-def): remove horizontal-line. 
10507
10508         * lily/lookup.cc (horizontal_line): use draw-line. 
10509
10510         * lily/system-start-delimiter.cc: remove old staff bracket code.
10511
10512         * mf/feta-haak.mf: further tweaks.
10513
10514         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
10515
10516         * mf/feta-generic.mf: include feta-haak.
10517
10518         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
10519
10520         * scm/framework-ps.scm (write-preamble): only load fonts if their
10521         filename is a string. 
10522
10523 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10524
10525         * scm/output-svg.scm (circle): support circle.
10526         (bracket): stub for bracket.
10527
10528         * scripts/lilypond-book.py (main): make sure --psfonts warning is
10529         correct.
10530
10531 2005-05-26  Graham Percival  <gperlist@shaw.ca>
10532
10533         * Documentation/user/lilypond.tely, advanced-notation.itely,
10534         basic-notation.itely, instrument-notation.itely, global.itely,
10535         introduction.itely, tutorial.itely: rearranging, editing,
10536         clean-up.
10537
10538         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
10539         for compiling on FreeBSD.
10540
10541 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10542
10543         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
10544         otf files.
10545
10546         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
10547         bugfixes.
10548
10549         * VERSION: 2.5.26 released.
10550
10551         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
10552
10553 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
10554
10555         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
10556         if printpagenumber is false.
10557
10558 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10559
10560         * lily/font-config.cc (init_fontconfig): comment out FontConfig
10561         cache warning.
10562
10563         * lily/tie.cc (print): support dotted ties.
10564         
10565 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10566
10567         * scm/define-grobs.scm (all-grob-descriptions): switch off
10568         debugging
10569         (all-grob-descriptions): Arpeggio has Y-extent.
10570
10571         * scm/define-music-properties.scm (all-music-properties): document
10572         length-callback and start-callback as "read-only".
10573
10574         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
10575         length-callback after creation. 
10576
10577         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
10578         compressmusic -> compressMusic.
10579
10580         * ly/music-functions-init.ly (oldaddlyrics): idem.
10581
10582         * lily/parser.yy: NewLyricCombineMusic ->
10583         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
10584
10585 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
10586
10587         * ly/Welcome_to_LilyPond.ly: typo.
10588
10589 2005-05-24  Graham Percival  <gperlist@shaw.ca>
10590
10591         * Documentation/user/lilypond.tely: move changing-defaults to be
10592         before global issues.
10593
10594         * Documentation/user/basic-notation.itely: move Transpose section
10595         here from advanced/Other.
10596
10597         * Documentation/user/changing-defaults.itely,
10598         advanced-notation.itely: move Fonts to advanced, edit.
10599
10600 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10601
10602         * lily/parser.yy (bare_int): remove rule.  From now on, we require
10603         # before negative integers.
10604
10605 2005-05-23  Graham Percival  <gperlist@shaw.ca>
10606
10607         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
10608
10609         * Documentation/user/lilypond.tely: change Unified index to
10610         LilyPond index.
10611
10612         * Documentation/user/advanced-notation.itely,
10613         instrument-notation.itely: editing.
10614
10615 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10616
10617         * scm/lily.scm (lilypond-all): Bugfix: return failed.
10618
10619         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
10620
10621 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10622
10623         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
10624         ly:port-move.  Needs to be stderr-specific on mingw.
10625         Run fixcc.
10626
10627 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10628
10629         * lily/general-scheme.cc (ly:port-move): Remove.
10630
10631         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
10632         windows.
10633
10634         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
10635         variables.  This eliminates the need for a gs.bat wrapper, which
10636         opens a console.
10637
10638         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
10639         * scm/lily.scm (running-from-gui?): 
10640         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
10641         artifact of not compiling with -mwindows.
10642
10643         * scm/editor.scm: Define PLATFORM.
10644
10645 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10646
10647         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
10648         can start to cut & paste lilypond-book fragments.  
10649
10650         * scm/define-music-types.scm (music-descriptions): remove
10651         UntransposableMusic
10652
10653 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10654
10655         * scm/output-ps.scm (glyph-string): remove / before CIDs.
10656
10657 2005-05-20  Graham Percival  <gperlist@shaw.ca>
10658
10659         * Documentation/user/instrument-notation.itely: remove *Engraver.
10660
10661         * Documentation/user/advanced-notation.itely: edit, rearrange.
10662
10663 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10664
10665         * scm/output-ps.scm (glyph-string): take cid? argument. Use
10666         findresource iso. findfont for CID CFF fonts.
10667
10668         * VERSION (PACKAGE_NAME): release 2.5.25
10669
10670         * ly/Welcome_to_LilyPond.ly: add  \version
10671
10672 2005-05-20  Graham Percival  <gperlist@shaw.ca>
10673
10674         * Documentation/user/programming-interface.itely: move
10675         \displayMusic into its own section.
10676
10677         * Documentation/user/basic-notation.itely: finish editing.
10678
10679 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10680
10681         * flower/file-path.cc (find): don't throw away file_name.dir, but
10682         append to it. Fixes \include with directories.
10683
10684         * flower/include/file-path.hh (class File_path): don't derive from
10685         Array<String>.
10686
10687         * flower/include/file-name.hh (class File_name): remove to_str0()
10688
10689         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
10690         Hara_kiri_engraver in separate file.
10691
10692         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
10693         translation went wrong. Fixes vertically translated slurs.
10694
10695 2005-05-19  Graham Percival  <gperlist@shaw.ca>
10696
10697         * Documentation/user/basic-notaton.itely: editing.
10698
10699 2005-05-18  Graham Percival  <gperlist@shaw.ca>
10700
10701         * Documentation/user/macros.itexi, basic-notation.itely:
10702         add @commonprop (commonly used properties) macro.
10703
10704 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10705
10706         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
10707
10708         * scripts/lilypond-book.py (invokes_lilypond): new function
10709         (main): only run fontextract if invokes_lilypond() is true.
10710
10711         * lily/function-documentation.cc (ly_add_function_documentation):
10712         duh, use !=
10713
10714         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
10715
10716         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
10717
10718         * scm/lily.scm (running-from-gui?): lowercase Darwin.
10719
10720         * lily/function-documentation.cc (ly_add_function_documentation):
10721         use scm_hash_table_p() for checking.
10722
10723 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10724
10725         * Documentation/user/advanced-notation.itely (Text scripts):
10726         Change nonexisting @internalsref{Text markup} to @ref{Text
10727         markup}.  Change @internalsref{Text script} to
10728         @internalsref{TextScript}.
10729
10730         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
10731
10732 2005-05-17  Graham Percival  <gperlist@shaw.ca>
10733
10734         * Documentation/user/tutorial.itely, basic-notation.itely,
10735         changing-defaults.itely: remove duplicate cindex entries
10736         that appear on the same page.
10737
10738         * scm/define-grobs.scm: change default padding for TextSpanner.
10739
10740         * Documentation/topdocs/AUTHORS.texi: update email address.
10741
10742         * Documentation/user/global.itely: add info about \include.
10743
10744 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10745
10746         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
10747         when running-from-gui.
10748
10749         * scm/editor.scm (get-editor): Add platform defaults.
10750
10751         * scm/backend-library.scm (postscript->pdf): Typo.
10752
10753 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10754
10755         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
10756
10757         * lily/font-config.cc (init_fontconfig): add warning about cache.
10758
10759 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10760
10761         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
10762
10763 2005-05-16  Mats Bengtsson  <mabe@s3.kth.se>
10764
10765         * lily/horizontal-bracket.cc (print): Take care of the direction
10766         property so brackets above the stave point downwards. 
10767
10768         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
10769         for HorizontalBracket so it doesn't end up within the stave.
10770
10771 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10772
10773         * lily/GNUmakefile (default): Typo.
10774
10775         * scm/lily.scm (PLATFORM): Export.
10776
10777         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
10778         load-font-via-GS, ttftool or fopencookie is broken on windows.
10779         
10780         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
10781         -dSAFER, that is broken on windows.
10782
10783 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10784
10785         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
10786         for FlexLexer.h
10787
10788         * scripts/lilypond-invoke-editor.scm: remove stray -
10789
10790 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10791
10792         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
10793         Fixes deprecation warning.
10794
10795         * flower/include/string.icc (to_string): Only inline if
10796         -DSTRING_UTILS_INLINED.
10797
10798         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
10799         name.  Remove windows comment.
10800
10801         * scm/editor.scm (slashify): New function.
10802         (get-editor-command): Use it.
10803         (get-command-template): Do not alter editor command if
10804         environment value includes `%(file)s' magic.
10805
10806         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
10807         (dissect-uri): Use it.
10808         (unquote-uri): Bugfix.
10809
10810 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10811
10812         * scm/framework-ps.scm (write-preamble): add TTF rule.
10813
10814         * Documentation/topdocs/README.texi (Top): remove note about
10815         xdelta.
10816
10817         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
10818         requirement.
10819
10820         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
10821         function. Figure out where FlexLexer.h lives
10822
10823         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
10824         
10825 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10826
10827         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
10828         with Windows root in file name.
10829
10830         * scm/backend-library.scm (ly:system): Only redirect output (using
10831         system and shell, ugh) if /dev/null is writable.
10832
10833         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
10834         windows icon.
10835
10836         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
10837         on Mingw.
10838
10839         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
10840         click.
10841
10842         * flower/file-path.cc (is_dir, is_file): New function.  Actually
10843         use result of stat when available.
10844
10845         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
10846         absolute file name and root.
10847
10848         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
10849
10850         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
10851
10852         * flower/file-name.cc (slashify): Bugfix, do substitute if no
10853         slashes in file name.
10854
10855 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10856
10857         * Documentation/user/preface.itely (Preface): Run
10858         texinfo-all-menus-update.
10859
10860         * scm/editor.scm (get-editor-command): Bugfix: allow full
10861         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
10862
10863         * Documentation/pictures/lilypond-48.xpm: New file.
10864
10865         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
10866
10867         * ly/Welcome_to_LilyPond.ly: New file.
10868
10869         * lily/main.cc (main): Only identify if we have a terminal.
10870
10871         * scm/backend-library.scm (postscript->png)
10872         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
10873         non-/bin/sh).
10874
10875 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
10876
10877         * Documentation/topdocs/AUTHORS.texi: polish, update.
10878
10879 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10880
10881         * Documentation/user/preface.itely (Notes for version 2.6): new
10882         notes for 2.6
10883
10884         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
10885         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
10886         is not fully contained" warnings.
10887
10888         * lily/slur-scoring.cc (get_bound_info): remove warning.
10889
10890         * lily/staff-symbol-engraver.cc (process_music): start initial
10891         spanner in process_music(). This fixes overrides of StaffSymbol
10892         properties.
10893
10894         * scm/framework-pdf.scm (Module): remove.
10895
10896         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
10897
10898         * lily/ambitus-engraver.cc: formatting cleanups.
10899
10900         * mf/feta-solfa.mf (Module): remove.
10901
10902         * ChangeLog: more details about contributions.
10903
10904 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10905
10906         * lily/align-interface.cc (align_elements_to_extents): warn if
10907         called too early. Fixes: disappearing-staff-lines.ly
10908
10909         * VERSION (PACKAGE_NAME): release 2.5.24
10910
10911 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10912
10913         * stepmake/aclocal.m4: Typo.
10914
10915         * flower/string.cc (substitute): Take two strings or two
10916         characters.  Update callers.
10917
10918 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10919
10920         * flower/file-name.cc (File_name): Slashify.
10921
10922         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
10923
10924         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
10925
10926         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
10927
10928         * configure.in (gui_b): Use it.
10929
10930         * lily/lilypond.rc.in: New file.
10931
10932         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
10933
10934 2005-05-12  Graham Percival  <gperlist@shaw.ca>
10935
10936         * Documentation/user/advanced-notation.itely: edit of Text
10937         section; clarify text scripts vs. text markup.
10938
10939 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10940
10941         * lily/multi-measure-rest-engraver.cc
10942         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
10943         separation items on start. Fixes mm rests in start of score.
10944
10945         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
10946         don't access StaffSymbol if not there.
10947         Fixes: crash-staff-symbol-engraver.ly.
10948
10949         * lily/instrument-name-engraver.cc (class
10950         Instrument_name_engraver): data member first_. Create
10951         InstrumentName on start. 
10952
10953 2005-05-12  Graham Percival  <gperlist@shaw.ca>
10954
10955         * Documentation/user/instrument-notation.itely: add guitar
10956         position.
10957
10958         * Documentation/user/introduction.itely,
10959         Documentation/user/lilypond.tely,
10960         Documentation/user/tutorial.itely: begin pruning
10961         unused (duplicated) cindex entries and misc cleanup.
10962
10963 2005-05-12  Mats Bengtsson  <mabe@s3.kth.se>
10964
10965         * input/test/volta-chord-names.ly: Bring the explanation up to
10966         date.
10967
10968 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
10969
10970         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
10971         Specify `@documentencoding utf-8' for html, ignore warnings.
10972
10973 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
10974
10975         * THANKS: Added bughunters.
10976
10977 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
10978
10979         * lily/main.cc: update help string for `lilypond -H'.
10980
10981         * po/fi.po: update.
10982         
10983 2005-05-10  Graham Percival  <gperlist@shaw.ca>
10984
10985         * Documentation/user/advanced-notation.itely: minor fixes.
10986
10987 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10988
10989         * scm/editor.scm: New module.
10990
10991         * scm/lily.scm (gui-main): Use it.
10992
10993         * scm/framework-gnome.scm (spawn-editor): Use it.
10994
10995         * scripts/lilypond-invoke-editor.scm: Use it in new script.
10996
10997 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10998
10999         * scm/framework-ps.scm (load-font-via-GS):  new function.
11000
11001         * lily/pango-font.cc (pango_item_string_stencil): add support for
11002         CID keyed font.
11003
11004         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
11005
11006 2005-05-10  Graham Percival  <gperlist@shaw.ca>
11007
11008         * Documentation/user/basic-notation.itely: add @ref.
11009
11010         * Documentation/user/advanced-notation.itely: add example
11011         of 5/8 beaming.
11012
11013 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11014
11015         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
11016
11017         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
11018         going through ps2pdf wrappers.
11019
11020 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
11021
11022         * Documentation/user/instrument-notation.itely: petrucci note
11023         heads: updated docu
11024
11025         * input/regression/note-head-style.ly: updated regression test;
11026         indentation fixes
11027
11028         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
11029         heads as default
11030
11031         * mf/parmesan-heads.mf: minor editing; use musicological names
11032         (rather than optical description) as note head names
11033
11034         * scm/output-lib.scm: complete petrucci heads
11035
11036 2005-05-09  Pal Benko  <benkop@freestart.hu>
11037
11038         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
11039         heads, but bigger)
11040
11041 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11042
11043         * lily/main.cc (main_with_guile): Remove no files check.
11044
11045         * lily/main.cc (ly:usage): Export to Scheme.
11046
11047         * scm/lily.scm (no-files-handler): New function.
11048
11049         * scm/lily.scm (lilypond-main): Use it.
11050
11051         * configure.in (gui_b): Add mbrtowc checking.
11052         Resurrect [utf8/]wchar.h checking.
11053
11054 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
11055
11056         * Documentation/user/advanced-notation.itely (Metronome marks):
11057         Add link to the program reference for MetronomeMark
11058
11059         * Documentation/user/lilypond-book.itely (An example of a
11060         musicological document): Correct the example using psfonts 
11061
11062 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
11063
11064         * po/fi.po: update after a lesson how to update entries against
11065         source.
11066         
11067         * po/TODO: document the lesson.
11068
11069 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11070
11071         * configure.in (gui_b): remove wcrtomb checking.
11072
11073         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
11074         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
11075
11076 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
11077
11078         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
11079         keep Scheme expressions and strings unmodified when doing the
11080         conversion to postfix notation for slurs and beams. Should
11081         hopefully solve most related conversion problems. 
11082
11083         * Documentation/user/lilypond-book.itely : Clarify and correct how
11084         to call dvips with -h psfonts.
11085
11086 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11087
11088         * Documentation/user/instrument-notation.itely (Entering lyrics):
11089         Typo.  Fixes build.
11090
11091 2005-05-09  Graham Percival  <gperlist@shaw.ca>
11092
11093         * Documentation/user/lilypond-book.itely: document PSFONTS file.
11094
11095         * Documentation/user/lilypond.tely, lilypond-book.itely,
11096         tutorial.itely: change references to 2.5.x to 2.6.x.
11097
11098         * Documentation/user/instrument-notation.itely: clarified \addlyrics
11099         vs \lyricmode.
11100
11101         * Documentation/user/invoking.itely: remove old info about
11102         lilypond-profile.
11103
11104         * Documentation/topdocs/INSTALL.texi: remove old info about
11105         lilypond-profile, add warning about needing international fonts
11106         to build docs.
11107
11108 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11109
11110         * lily/include/grob-info.hh (class Grob_info): make data member
11111         private. Changes throughout.
11112
11113         * input/regression/alignment-order.ly: new file. 
11114
11115         * lily/vertical-align-engraver.cc (acknowledge_grob): read
11116         alignAboveContext and alignBelowContext
11117
11118 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11119
11120         * lily/pfb.cc (LY_DEFINE): add cast.
11121
11122         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
11123         matches .otf
11124         (write-preamble): warn about unknown fonts.
11125
11126         * lily/pfb.cc (Module): new function ly:otf->cff
11127
11128         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
11129         (get_otf_table): new function.
11130
11131 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11132
11133         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
11134         iso. ps2png.
11135
11136 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
11137
11138         * po/fi.po: apply second round of update.
11139
11140 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11141
11142         * scm/x11-color.scm (make-x11-color-handler): don't use
11143         #\sp. Apparently doesn't work on all platforms. 
11144
11145 2005-05-06  Graham Percival  <gperlist@shaw.ca>
11146
11147         * Documentation/user/advanced-notation.itely, putting.itely,
11148         tutorial.itely, global.itely, introduction.itely: really minor fixes.
11149
11150 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11151
11152         * VERSION (PACKAGE_NAME): release 2.5.23
11153
11154 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11155
11156         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
11157         convert to utf-8.
11158
11159         * THANKS: Add translators for this release, convert to utf-8.
11160
11161         * mf/GNUmakefile (MFTRACE_FLAGS):
11162         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
11163         outdir as option (WAS: hardcoded).
11164
11165 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11166
11167         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
11168         finished_span_
11169
11170         * THANKS: add Hans Forbrich.
11171
11172         * Documentation/topdocs/NEWS.tely (Top): document new feature.
11173
11174         * Documentation/user/basic-notation.itely (Staff symbol): document
11175         start/stop staff. Reference to ossia.ly
11176
11177         * input/test/ossia.ly: new example using stop and startStaff.
11178
11179         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
11180         in other words, don't create "|" barline at start of the score.
11181         (start_translation_timestep): don't set whichBar for start of score.
11182
11183         * input/regression/staff-halfway.ly: use new functionality.
11184
11185         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
11186         start and stop staff based on events.
11187
11188         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
11189
11190         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
11191
11192 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11193
11194         * Documentation/user/programming-interface.itely (How markups work
11195         internally ): remove \encoding reference.
11196
11197 2005-05-04  Mats Bengtsson  <mabe@s3.kth.se>
11198
11199         * scripts/convert-ly.py: Attempt to do a smarter update of 
11200         text markups from versions < 1.9.0 with arbitrary nesting.
11201
11202 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
11203
11204         * po/fi.po: convert to utf-8, and update.
11205
11206 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11207
11208         * make/lilypond.suse.spec.in: update from suse 2.4 package.
11209
11210         * lily/*.cc: more <? >? to min/max changes
11211
11212         * lily/include/interpretation-context-handle.hh: rename
11213         Interpretation_context_handle to Context_handle.
11214
11215 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
11216
11217         * input/regression/GNUmakefile (local_delete): use `find` together 
11218         with `xargs` to avoid too long argument-lists in cmd line.
11219
11220 2005-05-04  Graham Percival  <gperlist@shaw.ca>
11221
11222         * Documentation/user/introduction.itely: updates "About this manual".
11223
11224         * Documentation/user/advanced-notation.itely,
11225         invoking.itely: minor fixes.
11226
11227 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11228
11229         * COPYING: add font exception. Update FSF address. 
11230
11231         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
11232         should be taken without child context.
11233
11234         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
11235
11236         * scm/define-markup-commands.scm (triangle): new command, as
11237         robust replacement for unicode Delta/Triangle.
11238
11239 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11240
11241         * ps/music-drawing-routines.ps: add fillp argument.
11242
11243         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
11244
11245         * lily/font-config.cc (init_fontconfig): don't add cff/
11246
11247         * VERSION (PACKAGE_NAME): release 2.5.22
11248
11249         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
11250
11251         * lily/grace-engraver.cc (consider_change_grace_settings): use
11252         is_alias(). Fixes problem with CueVoice grace notes. 
11253
11254         * lily/simultaneous-music-iterator.cc (construct_children): call
11255         Music_iterator::quit() for iterators that start out invalid. This
11256         fixes indefinitely continuing contexts.
11257
11258         * buildscripts/substitute-encoding.py: new file
11259
11260         * Documentation/user/basic-notation.itely (Basic polyphony): fix
11261         missing @end 
11262
11263         * scripts/lilypond-book.py (write_if_updated): print file name.
11264
11265         * Documentation/user/basic-notation.itely (Explicitly
11266         instantiating voices): idem.
11267
11268         * Documentation/user/advanced-notation.itely (Text spanners):
11269         remove stray { } 
11270
11271         * lily/context.cc (default_child_context_name): the default child
11272         is now first in accepts_list_.
11273
11274         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
11275         \defaultchild to all relevant contexts.  This fixes:
11276         drums-pitch.ly.
11277
11278         (Probably also fixes similar problems with ancient
11279         transcriptions getting CueVoices instead of the desired voices.)
11280  
11281         * lily/context-def.cc (get_default_child): new function.
11282         (get_accepted): place default child in front of list.
11283
11284         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
11285
11286         * lily/include/context-def.hh (struct Context_def): add
11287         default_accept_
11288
11289 2005-05-03  Graham Percival  <gperlist@shaw.ca>
11290
11291         * scm/define-grobs.scm: remove "remove-first" line, since
11292         the absent property is set to #f anyway.
11293
11294         * Documentation/user/basic-notation.itely,
11295         advanced-notation.itely, instrument-notation.itely: minor
11296         fixes.
11297
11298         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
11299
11300         * Documentation/user/advanced-notation.itely,
11301         changing-defaults.itely: consolidate Text stuff in
11302         advanced notation.
11303
11304         * Documentation/user/global.itely: better docs for \header.
11305
11306         * Documentation/user/putting.itely: new chapter; placeholder
11307         for future expansion.
11308
11309         * Documentation/user/examples.itely: moved "suggestions for
11310         writing LP files" section into putting.itely.
11311
11312         * Documentation/user/lilypond.itely: added new chapter,
11313         fixed the short table of contents.
11314
11315 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11316
11317         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
11318         infinity for unfeasible beams.
11319
11320         * make/lilypond.fedora.spec.in (Group): idem.
11321
11322         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
11323
11324         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
11325
11326         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
11327         fonts directly.
11328
11329         * buildscripts/gen-emmentaler-scripts.py (i): idem.
11330
11331         * mf/GNUmakefile: remove all CFF rules.
11332
11333         * scm/framework-ps.scm (ps-embed-cff): reinstate.
11334
11335         * lily/open-type-font-scheme.cc (LY_DEFINE):
11336         new function ly:otf-font-table-data.
11337         (LY_DEFINE): new function otf-font?
11338
11339 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11340
11341         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
11342         ($(outdir)/Fontmap.lily): idem.
11343
11344         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
11345         for PFAEmmentaler-XXX.pfa. 
11346
11347         * Documentation/user/music-glossary.tely (accidental): NL
11348         translation of accidental.
11349
11350 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11351
11352         * flower/include/international.hh: Bugfix: include "string.hh".
11353
11354         * lily/include/mingw-compatibility.hh: New file.
11355
11356         * flower/include/libc-extension.hh (memrev): Rename from strrev.
11357
11358         * configure.in: Search for mingw wcrtomb library.
11359
11360 2005-05-02  Mats Bengtsson  <mabe@s3.kth.se>
11361
11362         * scripts/convert-ly.py: Bug fix
11363
11364         * Documentation/user/changing-defaults.itely (Common tweaks):
11365         Added example where the context has to be specified explicitly
11366         (MetronomeMark). 
11367
11368 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11369
11370         * scripts/lilypond-book.py (ly_options): set timing to #f for
11371         notime option.
11372
11373         * scripts/convert-ly.py (conv): typo.
11374
11375         * flower/*.cc: remove <? and >?
11376         
11377         * lily/*.cc: remove <? and >?
11378
11379         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
11380         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
11381         editor.
11382
11383 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11384
11385         * lily/part-combine-engraver.cc: add space to variable list.
11386
11387 2005-04-30  Graham Percival  <gperlist@shaw.ca>
11388
11389         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
11390         remove-first to false (matches docs)
11391
11392         * Documentation/user/advanced-notation.itely: corrected docs
11393         concerning remove-first.
11394
11395 2005-04-29  Mats Bengtsson  <mabe@s3.kth.se>
11396
11397         * lily/part-combine-engraver.cc: make sure that the relevant
11398         properties are included in the documentation.
11399
11400 2005-04-28  Graham Percival  <gperlist@shaw.ca>
11401
11402         * Documentation/user/lilypond-book.itely: Bernard's docs
11403         for \betweenLilyPondSystem.
11404
11405 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11406
11407         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
11408         remarks.
11409
11410 2005-04-28  Pal Benko  <benkop@freestart.hu>
11411
11412         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
11413         only on vertical lines of flexa shape, and use a constant
11414         thickness value for horizontal lines (patch slightly modified by
11415         Jürgen Reuter)
11416
11417         * lily/include/mensural-ligature.hh: make 2 comments clearer
11418
11419 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
11420
11421         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
11422         to need_extra_horizontal_space; bugfix: use class scope to avoid
11423         global namespace pollution
11424
11425         * Documentation/user/instrument-notation.itely (ligatures): added
11426         comment on possible future syntax change and how to work around
11427
11428         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
11429         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
11430         intervals (fixes agnus dei example)
11431
11432         * Documentation/user/instrument-notation.itely (white mensural
11433         ligatures): selected a more illustrative example
11434
11435 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
11436
11437         * Documentation/index.html.in: specify utf-8 charset in meta content.
11438
11439 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11440
11441         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
11442         empty 2nd page for single page.
11443
11444         * scm/lily.scm: remove p&c definitions.
11445
11446         * po/zh_TW.po (Module): new translation.
11447
11448         * lily/lily-guile.cc (ly_chain_assoc): remove.
11449
11450         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
11451         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
11452
11453 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11454
11455         * lily/beaming-info.cc: remove infinity_i
11456
11457         * scripts/abc2ly.py (out_filename): fix thinko with \version.
11458
11459 2005-04-26  Graham Percival  <gperlist@shaw.ca>
11460
11461         * Documentation/user/basic-notation.itely,
11462         instrument-notation.itely, advanced-notation.itely,
11463         changing-defaults.itely: minor fixes.  Added docs
11464         for colors to advanced-notation.itely.
11465
11466         * Documentation/user/advanced-notation.itely: fixed compile
11467         problem and added Bernard's x11-color doc patch.
11468
11469 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11470
11471         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
11472         alright this time round.
11473
11474 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11475
11476         * Documentation/topdocs/INSTALL.texi (Top): idem.
11477
11478         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
11479
11480         * VERSION (MAJOR_VERSION): release 2.5.21
11481
11482         * scm/output-ps.scm (grob-cause): bugfix.
11483
11484 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11485
11486         * cygwin/*: Update.
11487
11488         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
11489         stuff.
11490
11491         * scm/output-ps.scm (grob-cause): Bugfix.
11492
11493         * scm/lily.scm (ly:load): Remove x11-color.
11494
11495         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
11496         quote executable, fixes getting version from program --with
11497         --options.
11498         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
11499         $ac_exeect.
11500
11501         * Documentation/user/GNUmakefile: Only build music-glossary with
11502         rendered lilypond snippets during web.
11503
11504 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11505
11506         * po/de.po: update.
11507
11508         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
11509
11510 2005-04-22  Laura Conrad <lconrad@laymusic.org>
11511  
11512         * scripts/abc2ly:
11513         second title line append with punctuation dash character;
11514         encode abc2ly python strings in utf-8
11515        
11516 2005-04-21  Laura Conrad <lconrad@laymusic.org>
11517
11518         * scripts/abc2ly fix chords (again)
11519  
11520 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
11521
11522         * scm/x11-color.scm: new file
11523         All x11 color names can be accessed with:
11524         #(x11-color 'ColorName),
11525         #(x11-color "ColorName") or:
11526         #(x11-color "color name")
11527         If the x11 color name is not recognised then it defaults
11528         to black
11529
11530         * scm/lily.scm: amended to call scm/x11-color.scm
11531
11532 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11533
11534         * Documentation/user/invoking.itely (Reporting bugs): comment out
11535         reference to online PNG bug repository.
11536
11537 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11538
11539         * lily/translator-scheme.cc (ly:translator-property): Remove.
11540         Update callers.
11541
11542         * lily/context-scheme.cc (ly:context-now): Move from translator.
11543         Update callers.
11544
11545 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11546
11547         * input/regression/grid-lines.ly (skips): refine example.
11548
11549         * scm/define-context-properties.scm
11550         (all-user-translation-properties): doc autoBeamCheck
11551
11552         * input/regression/grid-lines.ly (Module): new file.
11553
11554         * lily/grid-point-engraver.cc (Module): new file.
11555
11556         * lily/grid-line.cc (Module): new file.
11557
11558         * lily/grid-line-span-engraver.cc (Module): new file.
11559
11560         * lily/grid-line-interface.cc (Module): new file.
11561
11562 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11563
11564         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
11565         missing parameter, actualy cdr through list.  Actually return a
11566         list with ENTRY removed (was '()).
11567
11568         * scripts/convert-ly.py: Update.  Print warning if file cannot be
11569         opened.
11570         (do_conversion): Fix printing of continuation comma.
11571
11572         * Documentation/user/advanced-notation.itely (Beam formatting):
11573         Remove refbugs about compound time and mixed duration.
11574
11575         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
11576         modulo moments explicitely.
11577
11578         * lily/moment.cc (operator %): New function.
11579
11580         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
11581
11582         * lily/translator-scheme.cc (ly:translator-now,
11583         ly:translator-property): New function.
11584
11585         * scm/auto-beam.scm (default-auto-beam-check): New function.
11586
11587         * lily/auto-beam-engraver.cc (test_moment): Use it.
11588
11589         * flower/rational.cc (operator %): Bugfix.
11590
11591 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
11592
11593         * scripts/abc2ly: Bugfix
11594
11595 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11596
11597         * python/fontextract.py (write_extracted_fonts): bugfix, too many
11598         %'s on EndFont comment.
11599
11600         * lily/ledger-line-spanner.cc: some more words of explanation.
11601
11602 2005-04-20  John Williams <williams@tni.com>  
11603         
11604         * scripts/lilypond-book.py: htmlquote bugfix.
11605         Allow snippets to be given distinct filenames.
11606         Allow the default alt text to be overridden.
11607
11608 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
11609
11610         * ly/performer-init.ly: Bugfix
11611
11612         * THANKS: Added bughunters.
11613
11614 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11615
11616         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
11617
11618         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
11619         position (was: use modulo measure length).
11620
11621         * configure.in (no gui_b): Remove optional gtk+ requirement.
11622
11623 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11624
11625         * Documentation/user/basic-notation.itely (Pitches): add
11626         LedgerLineSpanner.
11627
11628         * lily/dynamic-engraver.cc (process_music): set right bound to
11629         script if present. Else, do not set.
11630         (acknowledge_grob): only set right bound of finished spanner to
11631         note column if no other bound is set.
11632
11633         * python/lilylib.py (make_ps_images): switch back to png16m.
11634         
11635 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11636
11637         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
11638         writing up to date file.  Add dvips usage suggestion.
11639
11640         * scripts/convert-ly.py: Fix error message.
11641         Print usage if no files on command line.
11642         (usage): Add example usage.
11643
11644         * input/test/compound-time.ly: New file.
11645
11646         * input/test/circle.ly: New file.
11647
11648         * Documentation/topdocs/NEWS.tely: Use them.
11649
11650         * input/test/boxed-stencil.ly: Remove \score.
11651
11652         * buildscripts/mf-to-table.py (base): Add .log dependency.
11653
11654         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
11655         pfa's.  Add .log dependency
11656
11657         * scm/define-markup-commands.scm (lower): New command.
11658
11659         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
11660         make it default.
11661
11662 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11663
11664         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
11665         also to finished cresc as right bound. This fixes:
11666         skip-string-decresc.ly
11667
11668         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
11669         relative_coordinate if extent is empty.
11670
11671         * lily/stem.cc (width_callback): determine correct extent if flag
11672         is not there. This fixes slur-no-flag.ly
11673
11674         * lily/grace-engraver.cc (consider_change_grace_settings): new
11675         function.
11676         (initialize): also consider_change_grace_settings() on
11677         initialization. Fixes large grace notes at start of score.
11678
11679         * lily/break-align-interface.cc (do_alignment): don't translate if
11680         total_extent is empty.
11681
11682         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
11683
11684 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11685
11686         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
11687         with slash.
11688
11689 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11690
11691         * stepmake/aclocal.m4: Remove tfm_path.
11692
11693 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11694
11695         * scm/music-functions.scm (markup-expression->make-markup): fix
11696         bug with cons arguments of markup commands.
11697         (music->make-music): fix music expression property list building
11698
11699 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11700
11701         * aclocal.m4: Massage package names.
11702
11703         * SCons updates.
11704
11705 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11706
11707         * VERSION (PACKAGE_NAME): release 2.5.20
11708
11709         * lily/stem.cc (calc_stem_info): add minimum Y extent of
11710         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
11711
11712         * lily/percent-repeat-engraver.cc (try_music): add measure before
11713         next_moment to future processing moment. Fixes:
11714         percent-repeat-mm-rest.ly
11715         (process_music): don't add moment for 2nd time.
11716
11717         * input/regression/repeat-percent.ly: add mmrests as extra test.
11718
11719         * lily/axis-group-engraver.cc (acknowledge_grob): read
11720         keepAliveInterfaces to decide what to kill.
11721
11722         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
11723         percent-repeat-interface to keepAliveInterfaces. This fixes
11724         percent-repeat-harakiri.
11725
11726 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11727
11728         * SCons updates.
11729
11730 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11731
11732         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
11733
11734         * aclocal.m4: remove --enable-tfm-path configure option
11735
11736         * input/test/ancient-font.ly (lowerStaff): clef name errors.
11737
11738         * scm/backend-library.scm (postscript->png): newline after
11739         finishing command.
11740
11741         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
11742         (LY_DEFINE): ly:paper-score-paper-systems: new function 
11743
11744         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
11745
11746         * lily/score.cc (default_rendering): use Music_output too.
11747
11748         * input/test/chord-names-languages.ly (Module): rename file.
11749
11750         * lily/text-spanner.cc: add bound-padding.
11751
11752         * lily/paper-book.cc (systems): accept Paper_score
11753         iso. Paper_system vector. 
11754
11755         * input/regression/line-arrows.ly: new file.
11756
11757         * lily/paper-score.cc (process): run get_paper_systems() only once.
11758
11759         * lily/line-spanner.cc (line_stencil): add arrows.
11760
11761 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
11762
11763         * lily/line-interface.cc (make_arrow): new function. 
11764         (arrows): idem.
11765
11766 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
11767
11768         * input/test/chord-names-german.ly: update for italian/french
11769         chords.
11770         
11771         * Documentation/user/instrument-notation.itely (Printing chord
11772         names): update.
11773
11774 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11775
11776         * lily/include/paper-score.hh (class Paper_score): remove unused
11777         prototypes.
11778
11779         * lily/book.cc (process): add -COUNT to midi output.
11780
11781         * lily/score.cc (book_rendering): remove outname argument
11782         (book_rendering): return list of Music_outputs. 
11783
11784         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
11785
11786         * lily/book.cc (process): loop over Music_outputs returned from
11787         Score::book_rendering().
11788
11789         * lily/*.cc (width_callback): remove spurious "unused" warnings
11790         for assert (axis==[XY]_AXIS); 
11791
11792         * lily/include/music-output.hh (class Music_output): smobify class.
11793
11794         * lily/include/paper-score.hh (class Paper_score): make members
11795         private.
11796
11797         * lily/performance.cc (process): return #f iso. #<undefined>. This
11798         prevents #<undefined> leaking into GUILE-userspace.
11799
11800 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11801
11802         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
11803
11804 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
11805
11806         * scm/chord-name.scm : support for italian and french
11807         chords names.
11808
11809         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
11810         a space defined by chordPrefixSpacer when the root name is
11811         direclty followed by a prefix.
11812
11813         * ly/engraver-init.ly : chordPrefixSpacer       
11814         * scm/define-context-properties.scm : chordPrefixSpacer
11815         * ly/property-init.ly : italianChords, frenchChords 
11816
11817 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11818
11819         * mf/feta-din.mf: Remove.
11820
11821         * mf/GNUmakefile (fontdir): Bugfix.
11822
11823         * mf/SConstruct: Some updates.
11824
11825         * SConstruct: Require pkg-config.
11826         (test_program): Bugfix for double digit version compares, use
11827         integer (not string-) compare.
11828         Optionally require gs 8.14.
11829
11830         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
11831
11832         * lily/*: s/ifdef HAVE_*/if have/.
11833
11834         * SConstruct (test_lib): New function.  Update pkg-config and some
11835         other requirements.
11836
11837         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
11838         freetype, pangof2t.
11839
11840 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11841
11842         * po/lilypond.pot, ...: Update using bison-CVS.
11843
11844         * python/lilylib.py (make_ps_images): Fixo.
11845
11846 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11847
11848         * python/lilylib.py (make_ps_images): typo.
11849
11850         * configure.in (gui_b): make bison optional.
11851
11852         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
11853
11854 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
11855
11856         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
11857         with one parameter can be defined in a LaTeX file when processed
11858         by lilypond-book this will be evaluated between the systems of
11859         a multi-system score. The parameter is the number of systems processed.
11860
11861 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11862
11863         * python/lilylib.py (make_ps_images): Escape newline.
11864
11865         * Documentation/user/music-glossary.tely: Run
11866         texinfo-all-menus-update.
11867
11868 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11869
11870         * scm/lily-library.scm (old-relative-not-used-message)
11871         (version-not-seen-message): Add input-file-name-location to message.
11872
11873         * lily/parser.yy (lilypond): Add token aliases.
11874
11875         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
11876         not confuse with alteration.
11877         (alteration): Add.
11878
11879 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11880
11881         * python/lilylib.py (make_ps_images): use -dEPSCrop
11882
11883         * VERSION (PACKAGE_NAME): release 2.5.19 
11884
11885         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
11886         only put xrefs in info documentation.
11887
11888         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
11889         .pdf rule to tex-rules.make.
11890
11891         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
11892         from -systems.* output.
11893
11894         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
11895         directly, remove -$(PAGESIZE) target.
11896
11897         * input/test/embedded-postscript.ly: update.
11898
11899 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11900
11901         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
11902
11903         * Documentation/user/changing-defaults.itely (Font selection):
11904         document font-name.
11905
11906         * input/regression/font-name.ly: show Pango fonts for
11907         font-name. Update example. 
11908
11909         * lily/pango-select.cc (properties_to_pango_description): don't
11910         convert symbol font-size to number, but use to lookup.
11911
11912         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
11913
11914         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
11915         (NAME . FILE-NAME) tuples for font descriptions. 
11916         (write-preamble): display BeginFont DSC comments.
11917
11918         * python/fontextract.py (write_extracted_fonts): new file. Extract
11919         font resources from a PS file.
11920
11921         * scripts/lilypond-book.py (option_definitions): --psfonts option.
11922         (Compile_error.process_include): do_file returns chunks.
11923
11924         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
11925
11926         * make/lysdoc-targets.make: .texi is .PRECIOUS
11927
11928         * scripts/lilypond-book.py (write_if_updated): new function.
11929
11930 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11931
11932         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
11933
11934 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11935
11936         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
11937
11938         * input/regression/markup-syntax.ly: remove \score.
11939
11940         * scm/define-markup-commands.scm (draw-circle): add fill argument
11941
11942         * scm/stencil.scm (make-circle-stencil): add fill argument
11943
11944         * ps/music-drawing-routines.ps: add fill argument.
11945
11946         * ly/performer-init.ly: add CueVoice to MIDI too.
11947
11948         * ps/music-drawing-routines.ps: new routine BeginEPSF /
11949         EndEPSF.
11950
11951         * input/regression/markup-eps.ly: new file.
11952
11953         * scm/framework-ps.scm (write-preamble): change order: vars should
11954         be inited before procedures.
11955
11956         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
11957         for EPS files.
11958
11959         * scm/define-markup-commands.scm (epsfile): add epsfile command.
11960
11961 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11962
11963         * configure.in (gui_b): add check for ghostscript 8.15
11964
11965 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11966
11967         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
11968         start of line. Fixes cresc-after-newline.ly
11969
11970         * lily/source-file.cc (file_line_column_string): use get_column().
11971
11972 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11973
11974         * lily/source-file.cc (get_column): utf-8 support for column numbers.
11975
11976 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11977
11978         * lily/*: use message () iso progress_indication () for messages.
11979         Revise/uniformise user messages.
11980
11981         * flower/warn.cc (progress_indication): New function.
11982         (message): Use it.  Fixes newline problems.
11983
11984         * config.make.in (webdir): Sort out install dirs.
11985
11986         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
11987
11988         * python/lilylib.py (command_name): Bugfix.
11989         (make_ps_images):
11990
11991 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
11992
11993         * lily/main.cc: --help says what types of backends are availabe
11994
11995 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11996
11997         Fix ./VERSION dependency, and without need to reconfigure.
11998
11999         * lily/main.cc (setup_paths): Update.
12000
12001         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
12002
12003         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
12004
12005         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
12006         Add \line for some simplistic cases.
12007
12008         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
12009
12010 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12011
12012         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
12013         to compile LY files (useful for adding eg. "-I" args)
12014         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
12015         2Gnome command for gnome backend.
12016         (LilyPond-command-formatgnome): call the 2Gnome command. key
12017         binding: C-c C-g
12018
12019 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12020
12021         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
12022         depend on all PNG images.
12023
12024 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12025
12026         * GNUmakefile.in: Bugfix: also link .map files.
12027
12028 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12029
12030         * scm/music-functions.scm (music->make-music): generate 
12031         a (make-music ...) sexpr from a music expression.
12032         (display-scheme-music): use guile pretty printer to display the
12033         make-music sexpr.
12034
12035 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12036
12037         * ly/engraver-init.ly: reindent.
12038         Add CueVoice.
12039
12040         * scm/music-functions.scm (music-pretty-string): handle moments
12041         too.
12042         (music-pretty-string): only print non-empty lists.
12043         (cue-substitute): create CueVoice context, which has smaller type.
12044
12045         * lily/moment-scheme.cc (LY_DEFINE): new methods
12046         ly:moment-grace-{numerator,denominator}
12047
12048         * lily/context-handle.cc: remove quit() method. 
12049
12050         * lily/font-config.cc (init_fontconfig): be verbose about font path.
12051         (init_fontconfig): success is 0, not !0
12052
12053 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12054
12055         * mf/feta-nummer-code.mf (code): add plus glyph.
12056
12057         * lily/tie.cc (print): idem.
12058
12059         * lily/slur.cc (print): don't use thickness property for
12060         slur shape-thickness.
12061
12062         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
12063         while adding stencils.
12064
12065         * scm/define-markup-commands.scm (with-color): with-color markup
12066         command.
12067         (whiteout): new markup command 
12068         (filled-box): new markup command
12069
12070 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12071
12072         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
12073         test for PDF docs.
12074
12075         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
12076         PFAAybabtu-Regular.  Fixes feta font in PDFs.
12077         
12078         Notes for tetex-3.0 make web:
12079            psclean.map: s/uhv8a/uhvr8a/
12080            config.ps add:
12081                 p +psfonts_t1.map
12082                 p +psclean.map
12083                 p +typeface.map
12084
12085 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12086
12087         * scm/music-functions.scm (music-pretty-string): fix bug with
12088         string argument.
12089
12090 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
12091
12092         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
12093
12094 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12095
12096         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
12097         only process options if they're there.
12098         (write_file_map): add version-seen? to snippet-map.ly
12099
12100 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
12101
12102         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
12103         formatting cleanups.
12104
12105         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
12106         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
12107
12108 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12109
12110         * scm/framework-ps.scm (ps-font-command): don't hash, just use
12111         name directly.
12112
12113         * lily/main.cc (setup_paths): either add mf/out to search path or 
12114         fonts/{otf,type1,etc}
12115         
12116         * lily/font-config.cc (init_fontconfig): either add mf/out to
12117         FontConfig or fonts/{otf,type1,etc}
12118
12119         * GNUmakefile.in: don't put mf/ link in share/ dir.
12120
12121         * lily/staff-spacing.cc: move same-direction-correction to
12122         note-spacing-interface
12123
12124         * scm/lily.scm (lilypond-main): use variable argument count for
12125         exception handler.
12126
12127         * lily/font-config.cc (init_fontconfig): add operator pacification
12128         message.
12129
12130         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
12131
12132         * buildscripts/gen-emmentaler-scripts.py (i): generate
12133         PFAEmmentaler as well.
12134
12135         * scm/framework-ps.scm (munge-lily-font-name): new function
12136         (write-preamble): hack: insert PFA equivalent of CFF into
12137         .PS. This makes LilyPond output printable on normal PS printers
12138         again.
12139
12140         * buildscripts/gen-emmentaler-scripts.py (i): generate
12141         PFAEmmentaler.pfa aswell.
12142
12143 2005-04-06  John Williams <williams@tni.com>  
12144         
12145         * scripts/lilypond-book.py: refactor the compose_ly procedure.
12146         
12147 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12148
12149         * scm/page-layout.scm (default-page-make-stencil): always combine
12150         the header stencil, even if empty. This prevents the body text to
12151         reach up to the margins.
12152
12153         * po/rw.po (Module): new file, for Kinyarwanda.
12154
12155         * input/test/spacing-optical.ly (Module): new file.
12156
12157         * lily/staff-spacing.cc: add same-direction-correction
12158
12159 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12160
12161         * Documentation/user/introduction.itely (Engraving): Comment-out
12162         non-existent file.
12163
12164 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12165
12166         * scm/define-grob-properties.scm (all-user-grob-properties): add
12167         same-direction-correction
12168
12169         * VERSION: release 2.5.18
12170
12171 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
12172
12173         * lily/grob.cc (mark_smob): Check pscore->layout_ before
12174         dereferencing.  Fixes make web.
12175
12176         * lily/midi-stream.cc: Handle unwritable midi file.  Include
12177         errno.h.
12178
12179         * Documentation/user/: Fix links.
12180
12181 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12182
12183         * lily/text-interface.cc (Module): rename from text-item.cc
12184
12185         * input/regression/apply-output.ly (texidoc): function naming fix.
12186
12187         * lily/time-signature-performer.cc (derived_mark): new function.
12188
12189         * lily/lily-parser-scheme.cc:  print mapped file name for progress
12190
12191         * scripts/lilypond-book.py (find_linestarts): new function.
12192         (find_toplevel_snippets): keep track of line numbers.
12193
12194         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
12195         all key changes.
12196
12197         * ly/declarations-init.ly (partCombineListener): use
12198         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
12199
12200         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
12201
12202 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
12203
12204         * lily/text-item.cc: Fix link.
12205
12206         * Documentation/user/changing-defaults.itely (Changing defaults):
12207         Fix programs reference links.
12208
12209         * Documentation/user/music-glossary.tely: Convert to utf-8.
12210
12211 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12212
12213         * make/lilypond-vars.make: remove TEXMF from variables.
12214         remove DEB_BUILD pk font variables.
12215         remove GUILE_LOAD_PATH
12216         remove TeX memory vars.
12217
12218 2005-04-04  Werner Lemberg  <wl@gnu.org>
12219
12220         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
12221
12222 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12223
12224         * ps/lilyponddefs.ps: remove reencode-font
12225
12226         * lily/simple-spacer.cc (add_columns): also compare
12227         directly. Column rank doesn't distinguish between broken and
12228         unbroken columns. This fixes large spaces before time sig changes.
12229
12230         * Documentation/user/point-and-click.itely: document ly:set-option.
12231
12232         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
12233         point_and_click_global is set.
12234
12235         * lily/scm-option.cc (LY_DEFINE): add point-and-click
12236         ly:set-option argument.
12237
12238 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12239
12240         * GNUmakefile.in: Include symlinks in webball.
12241
12242         * Documentation/user/GNUmakefile (source-links): Add symlinks to
12243         source dir for split and non-split manuals.
12244
12245         * Documentation/user/*y: Fix @uref/@inputfile links for
12246         split/non-split HTML documents.
12247
12248         * Documentation/user/GNUmakefile (local-WWW): Do not generate
12249         .ps.gz.
12250         
12251 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12252
12253         * GNUmakefile.in: Add newline.
12254
12255 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
12256
12257         * tex/lilyponddefs.tex: use color instead of xcolor
12258         * scm/output-tex.scm: minor editing
12259
12260 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12261
12262         * scm/music-functions.scm (display-scheme-music): pretty printer
12263         for music expressions.
12264
12265 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12266
12267         * buildscripts/install-info-html.sh (index_file): Fix link.
12268
12269 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12270
12271         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
12272
12273         * Documentation/index.html.in: Add size estimates with some big pages.
12274
12275         * Documentation/user/tutorial.itely (Running LilyPond for the
12276         first time): Add/replace some @rglos links.  TODO: add more
12277         @rglos links in tutorial, test non-intrusiveness (.css).
12278
12279         * stepmake/bin/add-html-footer.py (do_file): Remove info's
12280         annoying's indication of referencing external document.
12281
12282         * Documentation/user/GNUmakefile: Split version of glossary too.
12283         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
12284         links, not only for html.
12285
12286         * Documentation/user/introduction.itely: Fix some links for other
12287         than html, do not use `here' as link name.
12288
12289 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12290
12291         * scm/documentation-generate.scm (string-append): Fix @usermanref,
12292         @glossaryref.
12293
12294 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12295
12296         * scm/page-layout.scm (default-page-make-stencil): only add header
12297         if existing and not empty. Fixes spurious programming error.
12298
12299         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
12300
12301 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
12302
12303         * scm/output-tex.scm: implement {re,}setcolor
12304         * tex/lilyponddefs.tex: use color package
12305
12306 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12307
12308         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
12309         additions to website.
12310
12311         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
12312
12313         * Documentation/user/macros.itexi: Fix @usermanref html links in
12314         split documents: use @inforef.
12315
12316 2005-03-30  Graham Percival  <gperlist@shaw.ca>
12317
12318         * Documentation/user/programming-interface.itely: minor fix.
12319
12320         * Documentation/user/advanced-notation.itely: added info to
12321         Metronome markings.
12322
12323 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12324
12325         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
12326         use box-stencil.  Remove y-padding argument.
12327         (make-stencil-circler): New function.
12328
12329         * buildscripts/lilypond-words.py (F): 
12330         * elisp/SConscript (a): 
12331         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
12332         * vim/SConscript (a): 
12333         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
12334
12335         * lily/general-scheme.cc: Build fix.
12336
12337         * scm/markup.scm:
12338         * input/regression/markup-scheme.ly: 
12339         * input/regression/markup-syntax.ly: Drop 'new-' from name.
12340
12341         * scm/stencil.scm (make-circle-stencil): New function.
12342
12343         * scm/define-markup-commands.scm (draw-circle): Use it.  New
12344         name (was cicle).  Update callers.
12345         (circle): New markup command, similar to box.
12346
12347         * scm/stencil.scm (circle-stencil): New function.
12348
12349 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
12350
12351         * configure.in: Detect libutf8/wchar.h variant.
12352
12353         * stepmake/aclocal.m4: Modify shared size test.
12354
12355 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12356
12357         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
12358
12359 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12360
12361         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
12362         
12363         * VERSION (PACKAGE_NAME):  release 2.5.17
12364
12365 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12366
12367         * scm/backend-library.scm (postscript->png): Fix comment and png
12368         message.
12369
12370         * GNUmakefile.in (link-tree): Fix locales.
12371
12372 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12373
12374         * lily/stencil-scheme.cc (LY_DEFINE): change to
12375         ly:stencil-aligned-to, non mutating.
12376
12377         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
12378
12379         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
12380
12381         * lily/quote-iterator.cc (derived_mark): call
12382         Music_wrapper_iterator::derived_mark() too.
12383
12384         * lily/grace-engraver.cc (derived_mark): change signature, add
12385         const.
12386
12387 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12388
12389         * SConstruct (symlink): 
12390         * GNUmakefile.in (link-tree): Add scripts to prefix.
12391
12392         * lily/general-scheme.cc (ly:effective-prefix): New function.
12393
12394         * scm/backend-library.scm (postscript->png): Use it.
12395
12396 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12397
12398         * lily/paper-score.cc (process): don't delete grobs after
12399         producing stencils. 
12400
12401         * scm/part-combiner.scm (determine-split-list): switch off
12402         debugging info.
12403
12404         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
12405         if available.
12406
12407         * scm/define-context-properties.scm
12408         (all-user-translation-properties): add stringNumberOrientations.
12409
12410         * lily/new-fingering-engraver.cc (position_scripts): make generic,
12411         so fingering and string-numbers are separately controlled.
12412
12413 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12414
12415         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
12416         not use debugging.
12417
12418 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12419
12420         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
12421
12422         * config.hh.in: add HAVE_FONTCONFIG.
12423
12424         * Documentation/user/instrument-notation.itely (String number
12425         indications): new node.
12426
12427         * input/regression/new-markup-syntax.ly (texidoc): add circle.
12428
12429         * lily/new-fingering-engraver.cc (add_string): new function. 
12430         (acknowledge_grob): accept string-number-event as well.
12431
12432         * scm/define-markup-commands.scm (circle): new markup command.
12433
12434         * scm/output-lib.scm (print-circled-text-callback): new function.
12435
12436         * lily/GNUmakefile: move ifeq after include stepmake.make.
12437
12438 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12439
12440         * config.make.in (HAVE_LIBKPATHSEA_SO):
12441         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
12442
12443         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
12444         add KPATHSEA_LIBS.
12445
12446         * debian/watch: 
12447         * debian/control: Update.
12448
12449 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12450
12451         * input/test/title-markup.ly (spaceTest): remove.
12452
12453         * input/test/embedded-tex.ly (Module): remove.
12454
12455         * input/test/music-box.ly: use 'name property, not ly:music-name.
12456
12457         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
12458
12459         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
12460
12461 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12462
12463         * Documentation/topdocs/INSTALL.texi (Top): Remove information
12464         about xdeltas.  Add information about CVS.
12465
12466         * scm/lily.scm (lilypond-main): Fix invocation of handler,
12467         gracefully handle failed files.
12468
12469         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
12470
12471         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
12472         small fixes.
12473
12474         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
12475         No unnecessarily specific i18n messages.  Remove stray `1'.
12476
12477 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12478
12479         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
12480         documentencoding
12481
12482         * scm/documentation-lib.scm (texi-file-head): set utf-8
12483         documentencoding.
12484
12485         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
12486         Delta, not the Symbol one. 
12487
12488         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
12489         for the .map file.
12490
12491         * Documentation/topdocs/INSTALL.texi (Top): add running
12492         requirement as compilation requirement.
12493
12494 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12495
12496         * buildscripts/mutopia-index.py (headertext): add h1 header and
12497         utf-8 charset meta field.
12498
12499         * input/GNUmakefile: prune example list.
12500
12501         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
12502         options.
12503
12504         * lily/slur-scoring.cc (get_base_attachments): only look at stem
12505         extent for visible stems.
12506
12507         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
12508
12509 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12510
12511         * Documentation/topdocs/INSTALL.texi (Top): Updates.
12512
12513         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
12514
12515 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12516
12517         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
12518         pass inf/nan into slur scoring.
12519
12520         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
12521         page.
12522
12523         * scripts/abc2ly.py (dump_voices): use alphabet().
12524
12525 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
12526         
12527         * mf/GNUmakefile (depth): use $(FONTFORGE). 
12528
12529 2005-03-27 Matthias Neeracher <neeracher@mac.com>
12530         
12531         * flower/include/virtual-methods.hh: simplify. Patch by
12532
12533 2005-03-25  John Williams <williams@tni.com>  
12534
12535         * scripts/lilypond-book.py (main): add png for HTML too, guess
12536         only if necessary. 
12537
12538 2005-03-25  Graham Percival  <gperlist@shaw.ca>
12539
12540         * Documentation/topdocs/INSTALL.texi: now recommends
12541         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
12542
12543         * Documentation/user/basic-notation.itely,
12544         Documentation/user/tutoria.itely: warn about
12545         only one (phrasing) slur at once.
12546
12547 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
12548
12549         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
12550
12551 2005-03-23  Graham Percival  <gperlist@shaw.ca>
12552
12553         * Documentation/user/basic-notation.itely: fixed info about
12554         ending a (de)cresc.
12555
12556         * Documentation/user/lilypond-book.itely: fixed
12557         lilypond-book filter example and warned about not doing
12558         --filter and --process at the same time.
12559
12560 2005-03-23  Mats Bengtsson  <mabe@s3.kth.se>
12561
12562         * lily/parser.yy (bass_number),
12563         Documentation/user/instrument-notation.itely (Figured bass): 
12564         Add the possibility to use text markup in figured bass. 
12565
12566 2005-03-19  Graham Percival  <gperlist@shaw.ca>
12567
12568         * Documentation/user/global.itely: added info about naming
12569         identifiers and breakbefore.
12570
12571         * Documentation/user/invoking.itely: added info about batch
12572         processing files with convert-ly, removed references to TeX
12573         in the jail section.
12574
12575         * Documentation/user/examples.itely: possibly fixed piano
12576         dynamics.
12577
12578         * Documentation/user/advanced-notation.itely: added info
12579         about removing other types of Staff.
12580
12581         * Documentation/user/instrument-notation.itely: possibly
12582         fixed piano staff line switch.
12583
12584         * Documentation/user/changing-defaults.itely: added info
12585         about using normal font in titles.
12586
12587 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12588
12589         * VERSION (PATCH_LEVEL): release 2.5.16
12590
12591         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
12592         explicitly.
12593
12594 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12595
12596         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
12597         whitespace.
12598
12599         * python/lilylib.py (make_ps_images):
12600         * scm/backend-library.scm (postscript->pdf, postscript->png):
12601         Quote file name.  Use format rather than string-append juggling.
12602
12603 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12604
12605         * python/lilylib.py (make_ps_images): add x to -g argument. 
12606
12607         * lily/key-performer.cc (create_audio_elements): don't use
12608         scm_eval_string. Check for minor 3rd directly.
12609   
12610         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
12611         (sarabandeCelloGlobal): key is D minor, not F major.
12612
12613 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12614
12615         Fix truncated --png output (Peter Danenberg).
12616         
12617         * python/lilylib.py (make_ps_images):
12618         * scripts/ps2png.py (copyright): Grok --papersize option.
12619
12620         * scm/backend-library.scm (postscript->png): Add parameter
12621         PAPERSIZE.  Update callers.
12622
12623         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
12624         Fixes symbol placement.
12625
12626         * lily/spanner.cc: 
12627         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
12628         <libc-extension.hh>).
12629
12630 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12631
12632         * Nitpick run.
12633
12634         * buildscripts/fixcc.py: Update.
12635
12636         Builddir run fixes.
12637
12638         * HACKING (datadir): Add VERSION.
12639
12640         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
12641         higher up.
12642
12643 2005-03-15  Werner Lemberg  <wl@gnu.org>
12644
12645         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
12646         diagonal stem doesn't become thinner.
12647
12648 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
12649
12650         * buildscripts/fixcc.py: Fixes (Werner).
12651
12652 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12653
12654         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
12655         Emmentaler/Aybabtu.
12656
12657         * GNUmakefile.in: fix lilypond-words path.
12658
12659         * po/tr.po: update to 2.3.21
12660
12661         * lily/new-fingering-engraver.cc (position_scripts): take priority
12662         from head position.
12663
12664         * input/regression/finger-chords-order.ly (texidoc): new file.
12665
12666 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12667
12668         * make/ly-rules.make: 
12669         * stepmake/aclocal.m4: 
12670         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
12671
12672         * buildscripts/fixcc.py (rules): Leave space after operator.
12673
12674 2005-03-14  Werner Lemberg  <wl@gnu.org>
12675
12676         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
12677         top of the glyph with smooth curve.
12678
12679 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12680
12681         * Documentation/user/global.itely (Page layout): remove
12682         printpagenumber.
12683
12684 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
12685
12686         * input/regression/mensural-ligatures.ly: new file (with examples
12687         compiled by Pal Benko).
12688
12689         * Documentation/user/instrument-notation.itely: Bugfix: yet some
12690         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
12691         musicglyph access.  Many small beautifications in ancient
12692         examples.
12693
12694         * input/test/divisiones.ly: fixed indentation; small
12695         beautifications
12696
12697         * ly/engraver-init.ly: added FIXME comment
12698
12699         * scripts/lilypond-book.py,
12700         Documentation/user/lilypond-book.itely: added music fragment
12701         option "packed" to lilypond-book
12702
12703         * Documentation/user/instrument-notation.itely: Bugfix: added
12704         missing LedgerLineSpanner color setting in several places.  Added
12705         music fragment option "packed" to VaticanaContext example.
12706
12707 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12708
12709         * scm/define-grobs.scm (all-grob-descriptions): switch off
12710         Hyphen_spanner::set_spacing_rods 
12711
12712         * lily/lyric-hyphen.cc (print): add padding between syllable and
12713         hyphen.
12714         (print): shorten hyphen in tight situations (determine using
12715         minimum-length)
12716
12717         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
12718         0.4pt.
12719
12720 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12721
12722         * ly/titling-init.ly (bookTitleMarkup): Refinements.
12723
12724         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
12725         header/footer markings for regression-test.
12726
12727         * scm/backend-library.scm (output-scopes, header-to-file): Move
12728         from framework-tex.scm.
12729
12730         * scm/framework-ps.scm (output-framework)
12731         (output-preview-framework):
12732         * scm/framework-eps.scm (output-classic-framework)
12733         (output-framework): Use it.  Fixes collated files.
12734
12735 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12736
12737         * input/sakura-sakura.ly: 
12738         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
12739
12740         * buildscripts/guile-gnome.sh: Update.
12741
12742         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
12743
12744         * mf/aybabtu.pe.in: Capitalize Aybabtu.
12745
12746 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12747
12748         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
12749         culprit: always exit the loop if we find a rod, even if it has
12750         distance < 0. 
12751
12752         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
12753         algorithm.
12754
12755         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
12756         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
12757
12758         * scm/output-svg.scm (dashed-line): new  function body.
12759         
12760         * GNUmakefile.in: create .htaccess.
12761
12762 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12763
12764         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
12765
12766 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12767
12768         * VERSION (PACKAGE_NAME): release 2.5.15
12769
12770         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
12771
12772         * scm/framework-svg.scm (output-framework): put scaling in
12773         document header. Apply scaling only once.
12774         (output-framework): dump page size in px, not mm. 
12775
12776         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
12777         from font-size.
12778
12779         * lily/paper-outputter-scheme.cc (LY_DEFINE):
12780         ly:outputter-output-scheme, new function.
12781
12782         * scm/output-svg.scm (pango-description-to-svg-font): new function
12783
12784 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12785
12786         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
12787         target.
12788
12789         * input/typography-demo.ly: new file.
12790
12791 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12792
12793         * Documentation/user/global.itely (File structure): Add markup blocks
12794         to toplevel expressions.
12795         (Multiple movements, Creating titles): Add markup blocks.
12796
12797         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
12798         <libc-extension.hh>).
12799
12800         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
12801
12802         * flower
12803         * lily
12804         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
12805
12806 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12807
12808         * lily/accidental.cc: special bboxes for natural. 
12809
12810         * mf/feta-toevallig.mf: make stems heavier.
12811
12812         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
12813         texts as well.
12814
12815         * mf/feta-klef.mf: revise. 
12816
12817         * mf/feta-schrift.mf: make thinning of accent less pronounced.
12818
12819         * mf/feta-klef.mf: add rounded curve at top. 
12820         make thinnib a little heavier.
12821
12822 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12823
12824         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
12825
12826         * buildscripts/fixcc.py: New file.
12827
12828         * input/regression/utf8.ly: Update Debian font description.
12829
12830 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12831
12832         * stepmake/aclocal.m4: Fix test.
12833
12834 2005-03-09  Graham Percival  <gperlist@shaw.ca>
12835
12836         * Documentation/user/invoking.itely: added Sebastino Vigna's
12837         docs for the --jail option.
12838
12839 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12840
12841         * lily/stem.cc (print): only produce stemlets if there are no
12842         noteheads on this stem.
12843
12844         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
12845         don't crash on stemlet (visible stem without heads).
12846
12847         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
12848         unbroken situations. 
12849
12850         * scm/output-lib.scm (center-invisible): new function.
12851
12852         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
12853         wishes to determine loose column space.
12854
12855         * lily/font-config.cc (init_fontconfig): add
12856         fonts/{otf,type1,cff}  to path.
12857
12858         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
12859
12860         * mf/GNUmakefile (Module): install all fonts under otf/
12861
12862         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
12863         replace /fonts/otf/ by /ps/ 
12864
12865         
12866 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12867
12868         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
12869
12870         * lily/book.cc (process): Oops, add score_.header_.
12871
12872         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
12873
12874         * lily/parser.yy: Handle toplevel and book texts as score.
12875
12876         * scm/page-layout.scm (default-page-make-stencil):
12877         Bugfix: (page-properties rename.
12878
12879         * scm/backend-library.scm (ly:system): Typo.
12880
12881 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12882
12883         * stepmake/stepmake/executable-targets.make (installexe): don't
12884         strip installed executables
12885
12886         * lily/font-select.cc (get_font_by_design_size): revert
12887         pango_description_string as well.
12888
12889         * lily/system.cc (set_loose_columns): put loose column just left
12890         of next column.
12891
12892         * lily/include/group-interface.hh (extract_grob_array): rename
12893         from Pointer_group_interface__extract_grobs
12894
12895         * input/regression/ledger-line-minimum.ly (texidoc): new file.
12896
12897         * lily/ledger-line-spanner.cc (set_spacing_rods): new
12898         function. Keep ledgered note heads at a minimum distance.
12899         Introduce minimum-length-fraction
12900         (print): introduce length-fraction property.
12901
12902 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12903
12904         * tex/GNUmakefile: remove latin1.enc rules.
12905
12906 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12907
12908         * scm/titling.scm: Typo.
12909
12910         * input/regression/score-text.ly: Really add.
12911
12912         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
12913
12914 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12915
12916         * lily/open-type-font-scheme.cc:  new file.
12917
12918 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12919
12920         * scm/titling.scm (layout-extract-page-properties): Rename from
12921         page-properties.  Update callers.
12922
12923         * lily/lexer.ll (Lily_lexer):
12924         * lily/parser.yy: Junk lyric_markup state.
12925
12926         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
12927
12928         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
12929         Add texts parameter.
12930
12931 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12932
12933         * lily/lexer.ll (lyric_markup): New mode.
12934         (Lily_lexer::push_lyric_markup_state): New method.
12935         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
12936
12937         * lily/parser.yy (book_body):
12938         (toplevel_expression): Grok \markup texts.
12939
12940         * lily/score-scheme.cc (ly:music-scorify): 
12941         * scm/lily-library.scm (collect-music-for-book): Take texts
12942         parameter.
12943
12944         * lily/score.cc (texts_): New member.
12945
12946         * lily/paper-book.cc (systems): Format score texts.
12947
12948         * score-text.ly: New file.
12949
12950         * ttftool/SConscript:
12951         * kpath-guile/SConscript: New file.
12952
12953         * lily/SConscript:
12954         * SConstruct: Update.
12955
12956 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12957
12958         * VERSION (PACKAGE_NAME): release 2.5.14
12959
12960 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12961
12962         * lily/main.cc: Add dummy xgettext markers.
12963
12964 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12965
12966         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
12967         requirements
12968
12969         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
12970         executable is < 40k
12971
12972         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
12973         hack.
12974
12975 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12976
12977         * flower/libc-extension.cc:
12978         * flower/include/libc-extension.hh: [Open]BSD simply cast
12979         cookie/funopen declarations.
12980
12981         * stepmake/aclocal.m4: Check for libkpathsea.so.
12982
12983         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
12984         dl_kpse_find_file.
12985
12986 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12987
12988         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
12989         (open_library): alternative for static library.
12990
12991 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12992
12993         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
12994
12995         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
12996
12997         Drop run-time dependency on teTeX.
12998
12999         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
13000
13001         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
13002         KPATHSEA_LIBS in LIBS.
13003         (STEPMAKE_DLOPEN): New function.
13004
13005         * lily/font-config.cc (init_fontconfig): Use dir for directory,
13006         not path.
13007
13008         * flower/file-path.cc (directories): Rename from paths, as this
13009         return an array of directories (a single path).
13010
13011 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13012
13013         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
13014
13015         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
13016         new ly:kpathsea-find-file
13017
13018         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
13019
13020         * kpath-guile/GNUmakefile: new file
13021
13022         * buildscripts/gen-emmentaler-scripts.py (i): generate
13023         emmentaler-X.fontname as well.
13024
13025         * buildscripts/ps-embed-cff.py: new script
13026
13027         * scm/lily-library.scm: remove ps-embed-cff.
13028
13029         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
13030         font loading. 
13031
13032         * scm/font.scm (add-music-fonts): load dynamics/numbers through
13033         fontconfig as well.
13034
13035         * lily/font-config.cc (init_fontconfig): add cff/ too.
13036
13037         * ly/generate-embedded-cff.ly: capitalize.
13038
13039         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
13040         so as to register the pango font.
13041
13042         * lily/font-config.cc (init_fontconfig): add
13043         prefix/{otf,type1,mf/out} to fontconfig path.
13044
13045         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
13046         overrides all. 
13047
13048         * configure.in (gui_b): remove ec mftrace check
13049
13050         * config.hh.in: use lilypond-Major.Minor as data directory.
13051
13052         * scm/framework-ps.scm (dump-page): use output-units for landscape.
13053
13054         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
13055         name.
13056
13057 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13058
13059         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
13060         error messages.
13061
13062         * flower/libc-extension.cc:
13063         * flower/include/libc-extension.hh: [Open]BSD fixes for
13064         cookie/funopen declarations.
13065
13066 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13067
13068         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
13069         emmentaler.
13070
13071         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
13072         lcrm10.
13073
13074         * scm/define-markup-commands.scm (fontsize): new markup
13075         command. Also set baseline-skip
13076
13077 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
13078         
13079         * lily/main.cc (do_chroot_jail): paranoia security for webserver
13080         use.
13081
13082 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13083
13084         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
13085
13086         * lily/pdf.cc: remove PDF related files
13087
13088 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13089
13090         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
13091         <hamamatsu@gmx.de>
13092
13093 2005-03-05  Graham Percival  <gperlist@shaw.ca>
13094
13095         * Documentation/user/advanced-notation.itely: first draft
13096         of reorg done.
13097
13098         * Documentation/user/global.itely: fixed (sub)section
13099         bits of MIDI.
13100
13101 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
13102
13103         * cygwin/mknetrel (extras): Bufix (Bertalan).
13104
13105         * Documentation/user/basic-notation.itely (Chords): @ref fix.
13106         * Documentation/user/instrument-notation.itely (Introducing chord
13107         names): Compile fix: must have unique name.
13108
13109 2005-03-02  Graham Percival  <gperlist@shaw.ca>
13110
13111         * Documentation/user/instrument-notation.itely: reorg.
13112
13113 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
13114
13115         * scm/output-gnome.scm:
13116         * scm/output-svg.scm: Fix font scaling.
13117
13118 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13119
13120         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
13121         what link to use best.
13122
13123         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
13124         * Documentation/user/tutorial.itely (Automatic and manual beams):
13125         Fix @ref.
13126
13127         * lily/tweak-registration.cc (replace_grob_tweak): New function.
13128         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
13129         * scm/framework-gnome.scm (tweak): Use it.
13130
13131 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13132
13133         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
13134
13135         * scm/output-ps.scm (white-text): reinstate white-text
13136
13137 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13138
13139         * scm/output-ps.scm (offset-add): Remove.
13140
13141         * scm/lily-library.scm (offset-flip-y): New function.
13142         * scm/framework-gnome.scm (tweak): Use it.
13143
13144         * scm/output-gnome.scm (grob-cause): Add parameter.
13145
13146         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
13147         * scm/output-ps.scm (url-link): Move.
13148         (white-text): Warn user about brokenness.
13149
13150         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
13151         wrt ghostscript.
13152
13153 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13154
13155         * lily/slash-repeat-engraver.cc (try_music): always make slashes
13156         if body length smaller than measure length.
13157
13158         * scm/define-markup-commands.scm (with-url): oops. use Y extent
13159         for Y.
13160
13161         * ly/titling-init.ly (tagline): put default tagline in \paper
13162
13163 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13164
13165         * lily/kpath.cc: 
13166         * lily/pdf.cc (Pdf_file): Use more generic error messages.
13167
13168         * scm/lily-library.scm (version-not-seen-message): New function.
13169         * ly/init.ly: Use it.
13170
13171         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
13172         breaks as progess.
13173
13174         * scripts/lilypond-book.py (do_process_cmd): Do not lump
13175         whitespace with l10n message.
13176
13177         * scm/framework-tex.scm (convert-to-ps):
13178         (convert-to-dvi): Do not use overly specific l10n messages.
13179
13180         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
13181
13182         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
13183         merge stderr with stdout.  
13184
13185 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13186
13187         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
13188         Neeracher).
13189
13190 2005-02-29  Graham Percival  <gperlist@shaw.ca>
13191
13192         * Documentation/user/instrument-notation.teily: moved
13193         \arpeggio to Basic.
13194
13195         * Documentation/user/advanced-notation.itely: Articulation to
13196         Basic, a bunch of stuff from Basic moved to Advanced.
13197
13198         * Documentation/user/basic.itely: swapped various sections,
13199         reorganized Basic.
13200
13201 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13202
13203         * flower/memory-stream.cc: 
13204         * flower/libc-extension.cc: Remove obsolete #undefs.
13205
13206         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
13207         more carefully.
13208
13209 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13210
13211         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
13212         dependency.
13213
13214         * VERSION (PACKAGE_NAME): release 2.5.13
13215
13216         * GNUmakefile.in (web-ext): don't ship ps.gz
13217
13218         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
13219         stdout
13220
13221 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13222
13223         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
13224         without libintl.  Now it compiles too.
13225
13226 2005-02-28  Graham Percival  <gperlist@shaw.ca>
13227
13228         * Documentation/user/basic-notation.itely,
13229         instument-notation.itely, advanced-notation.itely:
13230         split up contents of notation.itely.
13231
13232         * Documentation/user/notation.itely: file removed.
13233
13234         * Documentation/user/invoking.itely, converters.itely:
13235         moved convert-ly info to invoking.itely.
13236
13237         * Documentation/user/global.itely, changing-defaults.itely,
13238         sound-output.itexi: moved global settings, file layout, and
13239         sound into global.itely.
13240
13241         * Documentation/user/sound-output.itexi: file removed.
13242
13243         * Documentation/user/lilypond.tely: removed links to
13244         notation.itely and sound.itely.
13245
13246 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13247
13248         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
13249
13250         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
13251  
13252         * THANKS: add sponsor.
13253
13254         * scm/define-markup-commands.scm (with-url): new markup command.
13255
13256         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
13257         tagline.
13258         
13259         * scm/output-tex.scm (url-link): stub.
13260
13261         * scm/output-ps.scm (url-link): new function.
13262
13263         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
13264         ly:set-point-and-click
13265
13266 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13267
13268         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
13269         based on pdf-viewer setting.
13270
13271         * scm/framework-ps.scm (write-preamble): Find and set preferred
13272         pdf-viewer.
13273
13274 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13275
13276         * Documentation/user/point-and-click.itely: update for PDF point &
13277         click.
13278
13279         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
13280         editors based on EDITOR setting.
13281
13282 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13283
13284         * scm/*: Oops, more grand 2005 replace bits.
13285
13286 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13287
13288         * ps/music-drawing-routines.ps: new routine: insert PDF mark
13289
13290         * scm/output-ps.scm (grob-cause): point & click support for
13291         PostScript
13292
13293 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13294
13295         * lily/input-scheme.cc (LY_DEFINE): rename to
13296         ly:input-file-line-column
13297
13298 2005-02-26  Graham Percival  <gperlist@shaw.ca>
13299
13300         * Documentation/user/examples.itely: small fix from Steve Doonan.
13301
13302         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
13303
13304         * THANKS: added Yuval Harel.
13305
13306         * Documentation/user/{various}: inserted two spaces after a period.
13307
13308         * Documentation/user/lilypond.tely: added framework for reorg.
13309
13310         * Documentation/user/basic-notation.itely, instrument-notation.itely,
13311         advanced-notation.itely, global.itely: new files, placeholder for
13312         future reorg.
13313
13314 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
13315
13316         * Documentation/user/notation.itely: revamped Polyphony section
13317         
13318 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13319
13320         * Documentation/user/lilypond-book.itely (Music fragment options):
13321         doc fontload.
13322
13323         * Documentation/user/changing-defaults.itely (Text encoding): add
13324         fontload option to utf8 include
13325
13326         * scripts/lilypond-book.py (compose_ly): add fontload option
13327
13328         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
13329         force-eps-font-include option.
13330
13331         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
13332         black triangle
13333
13334         * Documentation/user/invoking.itely (Editor support): remove
13335         lilypond-latex section.
13336
13337         * scripts/lilypond-latex.py (Module): remove script.
13338
13339         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
13340         overwrite .log. 
13341
13342         * lily/main.cc: remove -m, --no-layout
13343
13344         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
13345         to define. We don't want to override fprintf everywhere.
13346
13347 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
13348
13349         * cygwin/lilypond.hint: 
13350         * cygwin/README.in: Update dependencies.
13351
13352         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
13353         Bugfix: do not pollute CPPFLAGS, LIBS.
13354
13355         * cygwin/mknetrel (extras): Cross compile fixes.
13356
13357         * ttftool/util.c: 
13358         * ttftool/ttfps.c: 
13359         * ttftool/ps.c: #include libc-extension.hh
13360
13361         * flower/include/libc-extension.hh:
13362         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
13363         wrapper using funopen.
13364         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
13365         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
13366
13367         * config.hh.in:
13368         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
13369         (AC_CHECK_HEADERS): Add libio.h
13370
13371         * scripts/convert-ly.py: Uniformize, internationalize.
13372         (2.5.2): Remove fatal encoding rule.
13373         (2.5.13): Handle latin1 encoding gracefully.
13374
13375 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
13376
13377         * HACKING: Fix line breaks.
13378
13379 2005-02-23  Werner Lemberg  <wl@gnu.org>
13380
13381         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
13382         contains those two files.
13383
13384 2005-02-21  Werner Lemberg  <wl@gnu.org>
13385
13386         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
13387         to improve overlap removal process.
13388
13389         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
13390         left and right ending.  This ensures better overlapping.
13391         Update all callers.
13392         ("lineprall"): Don't use draw_gridline to get better overlapping.
13393
13394 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13395
13396         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
13397
13398         * Documentation/topdocs/NEWS.tely (Top): oops.
13399
13400 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
13401
13402         * HACKING: new file.
13403
13404         * input/regression/utf8.ly (portuguese): added a portuguese example
13405         to show latin1 accents.
13406
13407 2005-02-21  Pal Benko  <benkop@freestart.hu>
13408
13409         * lily/mensural-ligature-engraver.cc:
13410         * lily/mensural-ligature.cc:
13411         * lily/include/mensural-ligature.hh: new algorithm implemented
13412
13413         * scm/define-grob-properties.scm: join-left killed (add-join may
13414         be used); join-left-amount changed to join-right-amount
13415
13416 2005-02-21  Graham Percival  <gperlist@shaw.ca>
13417
13418         * Documentation/user/notation.itely: small but urgent fix.
13419
13420 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
13421
13422         * lily/duration-scheme.cc: bugfix: correct parameters to
13423         SCM_ASSERT_TYPE.
13424
13425         * THANKS: added Pal.
13426
13427         * Documentation/user/notation.itely: bugfix: unTeXified
13428         $\\backslash$.  Bugfix: yet another glyph renaming victim:
13429         "timesig.*x/y" -> "timesig.*xy".
13430
13431 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13432         
13433         * VERSION (PACKAGE_NAME): release 2.5.12
13434
13435 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13436
13437         * ly/engraver-init.ly: set tieWaitForNote to #t by default
13438
13439         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
13440
13441         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
13442
13443         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
13444
13445 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
13446
13447         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
13448         latin1..utf-8.
13449
13450         * input/regression/stanza-number.ly:
13451         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
13452
13453         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
13454
13455 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13456
13457         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
13458         NEWS. Refer to website for older news.  
13459
13460         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
13461         .HTML. This should be done for specific servers only.
13462
13463         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
13464         .ly image examples.
13465
13466         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
13467         in layer 0 too.
13468
13469         * scm/define-context-properties.scm
13470         (all-user-translation-properties): add tieWaitForNote
13471
13472         * scm/define-grobs.scm (all-grob-descriptions): add
13473         Tie_column::before_line_breaking
13474
13475         * lily/tie.cc (get_column_rank): new function
13476
13477         * lily/tie-column.cc (before_line_breaking): new function.
13478         (werner_directions): take into account ties that start on
13479         different columns.  
13480
13481         * lily/score-engraver.cc (set_columns): move add_column() so we
13482         have column rank available.
13483
13484         * lily/tie.cc (get_column_rank): new function.
13485
13486         * input/regression/utf8.ly (japanese): add japanese lyrics.
13487
13488         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
13489
13490         * THANKS: add Steve D
13491
13492         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
13493         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
13494
13495 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
13496
13497         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
13498         to show harmonic notes
13499         * scm/define-markup-commands.scm: in \markup-by-number
13500         "dots-dot" -> "dots.dot" to show dotted notes
13501
13502 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13503
13504         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
13505
13506         * flower/memory-stream.cc (writer): new file.
13507
13508         * configure.in: add endian test.
13509
13510 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
13511
13512         * Documentation/user/examples.itely: small
13513         simplification/beautification
13514
13515         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
13516         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
13517         notation manual.
13518
13519         * lily/mensural-ligature.cc: bugfix: another few victims of the
13520         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
13521
13522         * ly/gregorian-init.ly: commit some experimental code for hi-level
13523         ligature input language lying around here for several months.
13524
13525         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
13526         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
13527
13528         * lily/vaticana-ligature-engraver.cc: bugfix: another few
13529         "x-y-z"->"x.y.s-z" fixes.
13530
13531 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13532
13533         * scm/framework-pdf.scm (scm): new file
13534
13535         * lily/include/pdf.hh (class Pdf_file): new file.
13536
13537         * lily/pdf.cc (write_trailer): new file.
13538
13539 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
13540
13541         * input/regression/color.ly: new file
13542
13543         * lily/stencil.cc (interpret_stencil_expression):
13544         when a color expression is encountered: save current color,
13545         process the rest of the expression, and restore previous color.
13546
13547         * lily/system.cc (get_line): check all grobs for color property and
13548         prepare the stencil scheme expressions for further processing.
13549         Fix layer-loop.
13550
13551         * scm/define-grob-properties.scm: introduce the color property.
13552
13553         * scm/output-lib.scm: color helper functions.
13554
13555         * scm/output-ps.scm: introduce setcolor/resetcolor.
13556
13557 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
13558
13559         * ly/*.ly, input/regression/*.ly: Added missing \version
13560         statements in some files.
13561
13562 2005-02-15  Graham Percival  <gperlist@shaw.ca>
13563
13564         * Documentation/user/notation.itely: minor editing.
13565
13566         * Documentation/user/converters.itely: updated convert-ly bugs.
13567
13568         * Documentation/user/lilypond-book.itely: add info about using
13569         feta characters in latex.
13570
13571 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13572
13573         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
13574
13575 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13576
13577         * scm/define-grob-properties.scm (all-user-grob-properties):
13578         removed 'dashed property.
13579
13580 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13581
13582         * scm/lily.scm (define-safe-public): new macro for defining
13583         variables that can be used in --safe mode. Use it in *.scm
13584         instead of manually setting safe-objects in safe-lily.scm.
13585
13586 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13587         
13588         * lily/slur.cc: Slur-dash patch by Bertalan.
13589
13590         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
13591
13592         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
13593
13594 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13595
13596         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
13597
13598 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13599
13600         * mf/GNUmakefile: teTeX-3.0 install fix.
13601
13602         * Cygwin patch from Bertalan.
13603
13604         * stepmake/stepmake/metafont-rules.make: Remove bashism.
13605
13606 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13607
13608         * GNUmakefile.in: 
13609         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
13610
13611         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
13612         2.0.x compatibility.
13613
13614 2005-02-08  Werner Lemberg  <wl@gnu.org>
13615
13616         * mf/feta-din-code.mf: Format; clean up code.
13617         Replace `---' with `--' plus explicit path directions.
13618         (linethickness#, stafflinethickness#): Remove.
13619         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
13620         ("dynamic s"): Improve shape.
13621         ("dynamic p"): Improve shape.
13622         Replace `draw' with better outline approximation.
13623         ("dynamic r"): Improve shape.
13624         Don't call `fill' and `draw' at the same time.
13625
13626 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13627
13628         * SConstruct (symlink):
13629         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
13630         build fix: add enc symlink.
13631
13632         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
13633
13634         Support for DESTDIR besides prefix=/foo
13635
13636         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
13637
13638         * stepmake/stepmake/*.make:
13639         * */GNUmakefile:
13640         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
13641
13642         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
13643
13644         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
13645         mawk in fontforge (date) test.
13646
13647 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13648
13649         * scm/font.scm (make-century-schoolbook-tree): add NCS as
13650         font-family=roman. Add Luxi Sans as sans
13651
13652 2005-02-07  Graham Percival  <gperlist@shaw.ca>
13653
13654         * Documentation/user/notation.itely: add warning about
13655         percent repeats and Voice contexts.
13656
13657         * Documentation/user/lilypond-book.itely: clarified the
13658         necessity of dvips -u arguments.
13659
13660 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
13661
13662         * THANKS: Added a bunch of bug hunters.
13663
13664 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13665
13666         * scm/framework-ps.scm (output-preview-framework): bugfix.
13667
13668         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
13669         o/ for chord modifier..
13670
13671         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
13672
13673         * lily/drum-note-performer.cc:  remove unused (thanks Michael
13674         Welsh Duggan). 
13675
13676 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13677
13678         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
13679
13680         * ly/titling-init.ly: Do not also print intstrument in header on
13681         first page.  Do not print page number on first and only page.
13682
13683 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13684
13685         * input/regression/*.ly: remove old-relative everywhere
13686
13687         * lily/music-sequence.cc (simultaneous_relative_callback): do
13688         what-if analysis on copy, not on original. Fixes old-relative
13689         compatibility.
13690
13691         * scm/backend-library.scm (postscript->png): space before
13692         --verbose.
13693         
13694 2005-02-05  Werner Lemberg  <wl@gnu.org>
13695
13696         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
13697         is defined.
13698
13699         * mf/feta-alphabet.mf: Define `staffsize#'.
13700         Include `feta-params.mf'.
13701         s/staffheight/design_size/.
13702
13703         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
13704
13705         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
13706
13707         * mf/feta-nummer-code.mf: Reformatted.
13708         (draw_six): Use outline intersection to avoid a self-intersecting
13709         path.
13710         ("Numeral comma"): Fix serious outline glitches.  This slightly
13711         changes the glyph shape.
13712         ("Numeral dash"): Use `draw_rounded_block'.
13713         ("Numeral dot"): Use `drawdot'.
13714         ("Numeral 1"): Assure identical tangent directions for the
13715         intersection points of paths.  The glyph shape improvement is only
13716         visible at very high magnifications.
13717         ("Numeral 2"): Use `solve' macro to make the lower right part of
13718         the glyph outline touch the x axis exactly.  This changes the
13719         glyph shape.
13720         Minor fixes for better overlap removal support.
13721         ("Numeral 4"): Make lefter corner `rounder'.
13722         ("Numeral 5"): Assure identical tangent directions for the
13723         intersection points of paths.  This improves the glyph shape at
13724         high magnifications.
13725         ("Numeral 7"): Use `solve' macro to make the upper right part of
13726         the glyph outline touch the metrics box exactly.  This changes the
13727         glyph shape.
13728         Avoid corner in the upper left part of the glyph (causing a minor
13729         shape change).
13730
13731         * mf/feta-ital-*.mf: Removed.  Unused.
13732
13733 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13734
13735         * VERSION (PATCH_LEVEL): release 2.5.11
13736
13737         * input/regression/fill-line-test.ly: new file.
13738
13739         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
13740         emmentaler name, eg. emmentaler-23. 
13741
13742 2005-02-04  Christian Hitz  <chhitz@gmx.net>
13743
13744         * scm/scm/define-markup-commands.scm (fill-line): rework for better
13745         alignment with centered texts
13746
13747         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
13748         list of paddings
13749
13750 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13751
13752         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
13753
13754         * lily/note-column.cc (translate_rests): call flush_extent_cache()
13755         of parents when translating rests. Fixes: c-chord-rest.ly 
13756
13757         * lily/include/dimension-cache.hh (struct Dimension_cache): add
13758         dimension_callback_ member.
13759
13760         * lily/grob.cc (flush_extent_cache): new function. Force recompute
13761         of extents.
13762
13763 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
13764
13765         * all but lily/*: The grand 2004/2005 replace.
13766
13767 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13768
13769         * lily/*: add space after ,  
13770
13771         * scm/music-functions.scm (has-request-chord): don't use
13772         ly:music-name anywhere. Fixes <<\\>> notation. 
13773
13774         * scm/define-markup-commands.scm (box): use font-size for
13775         padding. Fixes boxed-rehearsal-marks.ly
13776
13777         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
13778         identifier definition too, so foo = \lyrics { ...   } bar = #1
13779         doesn't complain about "bar" being LYRICS_STRING.
13780
13781         * lily/paper-def.cc (find_pango_font): new routine; Store
13782         pango_fonts in hash tab too. This is necessary for retrieving
13783         Pango_fonts::physical_font_tab() later on.
13784  
13785         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
13786         crash if psname is null.
13787
13788         * lily/lily-guile.cc (ly_hash2alist): new function
13789
13790         * Documentation/user/changing-defaults.itely (Text encoding):
13791         rewrite. 
13792
13793         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
13794         -> font_filename mapping.
13795
13796         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
13797         ly_pango_font_physical_fonts
13798
13799         * scm/framework-ps.scm (supplies-or-needs): extract names from
13800         physical Pango_fonts.
13801
13802         * utf8.ly: new file.
13803
13804 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13805
13806         * Documentation/user/changing-defaults.itely (Page layout): add
13807         doco about systemSeparatorMarkup.
13808
13809         * scm/page-layout.scm (default-page-make-stencil): add-to-page
13810         function.
13811         (default-page-make-stencil): insert system separators.
13812
13813         * scm/define-markup-commands.scm (hcenter): add
13814         (beam): add.
13815
13816 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13817
13818         * scm/output-ps.scm (ez-ball): reinstate ez notation.
13819
13820 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13821
13822         * lily/main.cc: Spell backend consistently.  Sort options.
13823
13824 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13825
13826         * scripts/lilypond-book.py (Module): revert @include.
13827         
13828 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
13829
13830         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
13831         Bugfix: @include .tex (not .texi).  Small cleanups.
13832
13833         * stepmake/bin/add-html-footer.py (i18n): New function.
13834
13835 2005-01-31  Werner Lemberg  <wl@gnu.org>
13836
13837         * mf/feta-nummer.mf: Removed.  Unused.
13838
13839 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13840
13841         * lily/ : 2004 -> 2005 s&r
13842
13843         * scm/file-cache.scm (cached-file-contents): add file. Read each
13844         file only once.
13845
13846         * scm/font.scm (add-pango-fonts): change order. Medium weight is
13847         now default.
13848
13849         * VERSION: release 2.5.10
13850         
13851         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
13852
13853         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
13854
13855         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
13856         that both X and Y extents of bbox are non-nil.
13857
13858 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13859
13860         * scm/chord-name.scm (alteration->text-accidental-markup): change
13861         - to . 
13862
13863         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
13864
13865         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
13866
13867         * Documentation/user/invoking.itely (Invoking lilypond): add note
13868         about EPS backend.
13869
13870         * scm/framework-eps.scm: new file: create per-system/per-page EPS
13871         files for inclusion in lilypond-book document.
13872
13873         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
13874
13875         * input/tutorial/lbook-texi-test.texi: new file.
13876
13877         * scm/safe-lily.scm (safe-objects): add
13878         {begin,end}-of-line-(in)?visible as safe.
13879  
13880 2005-01-30  Graham Percival  <gperlist@shaw.ca>
13881
13882         * Documentation/user/changing-defaults.itely: fixed example
13883         of (dynamics).
13884
13885 2005-01-29  Graham Percival  <gperlist@shaw.ca>
13886
13887         * lily/main.cc: fix info about -o=FILE.
13888
13889 2005-01-29  Werner Lemberg  <wl@gnu.org>
13890
13891         * mf/feta-toevallig.mf ("Natural"): Completely changed the
13892         construction to assure smooth transition from straight to curved
13893         lines.
13894
13895 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13896
13897         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
13898         stencils.
13899
13900         * ps/lilyponddefs.ps: add start-page, start-system doesn't
13901         translate to top of page. Fixes alignment problems of
13902         lilypond-generated EPS files.
13903
13904 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13905
13906         * scm/part-combiner.scm (analyse-spanner-states): trigger on
13907         crescendo-end as well, since Decrescendo maybe ended with Stop
13908         Crescendo.). Fixes: partcombine-diminuendo.ly
13909
13910         * scm/script.scm (default-script-alist): swap portato symbols.
13911
13912         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
13913
13914         * lily/paper-outputter-scheme.cc (LY_DEFINE):
13915         ly:outputter-port. New function.
13916
13917         * scm/framework-ps.scm (output-classic-framework): dump a
13918         -systems.texi too
13919         (output-classic-framework): dump multiple systems on an "infinite"
13920         page EPS including fonts. 
13921
13922         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
13923         .eps files for both texi and tex formats. Use PNG coming from
13924         lilypond.
13925         
13926 2005-01-28  Graham Percival  <gperlist@shaw.ca>
13927
13928         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
13929
13930         * scripts/lilypond-latex.py: fix info about -o=FILE.
13931
13932 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13933
13934         * ly/generate-embedded-cff.ly: write .cff.ps files.
13935
13936         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
13937
13938         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
13939         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
13940
13941 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13942
13943         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
13944
13945 2005-01-28  Werner Lemberg  <wl@gnu.org>
13946
13947         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
13948         macros.
13949         (draw_bulb): Improved.
13950
13951         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
13952         metapost bug.
13953         (draw_pedal_P): Use soft_end_penstroke.
13954         (draw_pedal_d): Use soft_start_penstroke.
13955
13956         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
13957         path.
13958         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
13959         doesn't change the glyph shape.
13960
13961         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
13962         changing the shape) to avoid fontforge warnings.
13963
13964         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
13965         soft_end_penstroke and fix glyph shape.
13966
13967 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13968
13969         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
13970
13971 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13972
13973         * scm/define-markup-commands.scm (line): filter out empty stencils
13974         from line command.
13975
13976         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
13977         amount.
13978
13979 2005-01-27  Graham Percival  <gperlist@shaw.ca>
13980
13981         * Documentation/user/notation.itely: added info about what
13982         \voiceFoo does.  Also rewrote warning about marks at
13983         a line break.
13984
13985         * Documentation/user/changing-defaults.itely: added info
13986         about putting dynamics in parenthesis and brackets.
13987
13988 2005-01-27  Werner Lemberg  <wl@gnu.org>
13989
13990         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
13991
13992 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13993
13994         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
13995         portato-direction.ly
13996
13997         * lily/beam.cc (consider_auto_knees): add beam height to
13998         threshold. Fixes: knee-multiple-beam.ly
13999
14000         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
14001         pedal line spanners. Fixes: instrument-center-pedal.ly
14002
14003         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
14004         if encountering barline. Fixes: auto-beam-repeat.ly
14005
14006 2005-01-26  Werner Lemberg  <wl@gnu.org>
14007
14008         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
14009         overlapping.
14010
14011         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
14012         with inflections for the 1/2 sharp glyph.
14013
14014         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
14015         connection between `t' and `r'.
14016         Unify bulb with the rest of `r' to avoid grazing outlines which
14017         confuses the overlap removal algorithm of fontforge.
14018
14019         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
14020         inflections.
14021         (draw_cross): Fix shape to have uniform thickness in corners.
14022
14023         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
14024         to avoid an uneven number of self-intersections; this confuses
14025         fontforge.
14026         Fix a slight bug in the shape at left bottom (which is visible only
14027         at high magnifications).
14028         `Center' the stem horizontally to avoid overlapping.
14029
14030 2005-01-24  Werner Lemberg  <wl@gnu.org>
14031
14032         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
14033         to `asis'.
14034         (fet_begingroup): Save group name in string `feta_group'.
14035         (fet_endgroup): Updated.
14036         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
14037
14038         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
14039
14040         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
14041         in metapost.
14042
14043 2005-01-24  Graham Percival  <gperlist@shaw.ca>
14044
14045         * Documentation/user/notation.itely: really minor editing.
14046
14047 2005-01-22  Graham Percival  <gperlist@shaw.ca>
14048
14049         * Documentation/user/examples.itely: minor editing.
14050
14051         * Documentation/user/changing-defaults.itely: minor editing.
14052
14053         * Documentation/user/notation.itely: clarified info on polyphony
14054         and \addlyrics.
14055
14056 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14057
14058         * scm/output-gnome.scm: 
14059         * scm/output-svg.scm:
14060         * scm/lily-library.scm (font-name-style): Update font name
14061         kludging for fontconfig use.
14062
14063 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
14064
14065         * scm/define-markup-commands.scm: Document right-align and
14066         larger markup commands. Remove "TODO" from the topmost comment
14067         "each markup function should have a doc string." More consistent
14068         use of new-lines.
14069
14070 2005-01-22  Graham Percival  <gperlist@shaw.ca>
14071
14072         * Documentation/user/changing-defaults: removed info about
14073         copyright symbol, since it's likely to change soon.
14074         Added info about betweensystemspace.
14075
14076         * Documentation/user/notation.itely: minor fixes.
14077
14078         * Documentation/user/lilypond.tely,
14079         Documentation/user/music-glossary.tely: changed copyright
14080         date to 2005 instead of 2004.
14081
14082         * input/test/volta-chord-names.ly: added old example back.
14083
14084 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14085
14086         * mf/feta-beugel.mf: use design size 20 (not 15).
14087
14088         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
14089         change name to aybabtu completely
14090
14091 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14092
14093         * buildscripts/gen-emmentaler-scripts.py (outdir): add
14094         design_size to fontname
14095
14096 2005-01-19  Werner Lemberg  <wl@gnu.org>
14097
14098         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
14099         mf/feta-schrift.mf: s/p/pat/ if a path variable.
14100
14101         * mf/feta-autometric.mf (set_char_box): Add code which emits
14102         specials for mf2pt1 if run with metapost.
14103         (to_bp): New macro for mf2pt1.
14104
14105 2005-01-18  Graham Percival  <gperlist@shaw.ca>
14106
14107         * Documentation/user/changing-defaults: added info on
14108         creating a copyright symbol.
14109
14110 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14111
14112         * VERSION: release 2.5.9
14113         
14114 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
14115
14116         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
14117
14118         * Documentation/user/notation.itely: Document
14119         score-override-auto-beam-setting Fix documentation for
14120         revert-auto-beam-setting.
14121
14122 2005-01-18  Werner Lemberg  <wl@gnu.org>
14123
14124         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
14125         (procset): New function to define a procset resource.
14126         (ps-embed-pfa): New function to define a font resource.
14127         (setup): New function to define a `Setup' environment.
14128         (preamble): Use new functions.
14129
14130         * ps/lilypond.defs (init-lilypond-parameters): New function to
14131         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
14132
14133 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14134
14135         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
14136
14137 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
14138
14139         * scm/define-markup-commands.scm: Change number->markletter-string
14140         to take two arguments (vector number). Add number->mark-alphabet-vector
14141         and markalphabet markup command.
14142
14143         * scm/translation-functions.scm: Add format-mark-box-alphabet,
14144         format-mark-alphabet, format-mark-box-barnumbers and
14145         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
14146
14147 2005-01-17  Graham Percival  <gperlist@shaw.ca>
14148
14149         * Documentation/user/examples.itely: add SATB automatic piano
14150         reduction template.
14151
14152         * Documentation/user/notation.itely: added info about changing
14153         partcombine texts.  Also adds examples of alternate lyrics.
14154
14155         * Documentation/user/changing-defaults.itely: added warning
14156         about \RemoveEmptyStaffContext overriding previous changes.
14157
14158 2005-01-17  Werner Lemberg  <wl@gnu.org>
14159
14160         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
14161         feta-alphabet*.
14162
14163 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14164
14165         * python/lilylib.py (make_ps_images): don't do final showpage for
14166         multi-page documents.
14167         
14168         * VERSION (MY_PATCH_LEVEL): release 2.5.8
14169
14170 2005-01-16  Graham Percival  <gperlist@shaw.ca>
14171
14172         * Documentation/user/lilypond.tely: changed order of appendices;
14173         unified index should be last.
14174
14175         * Documentation/user/notation.itely: add example of key signatures
14176         and info about Staff.printKeyCancellation.
14177
14178 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14179
14180         * lily/include/repeated-music.hh (class Repeated_music): change
14181         into "namespace" class.
14182
14183         * lily/event.cc: remove Key_change_event.
14184
14185         * lily/include/transposed-music.hh (class Transposed_music): remove.
14186
14187         * lily/transposed-music.cc: remove
14188
14189         * lily/include/relative-music.hh: remove.
14190
14191         * lily/include/music-sequence.hh (struct Music_sequence): change
14192         into "namespace" class.
14193
14194         * lily/untransposable-music.cc (Module): remove
14195
14196         * lily/include/un-relativable-music.hh (Module): remove
14197
14198         * lily/include/untransposable-music.hh (Module): remove
14199
14200         * lily/include/music-list.hh (Module): remove file
14201
14202         * lily/un-relativable-music.cc: remove file.
14203
14204 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14205
14206         * lily/parser.yy: Compile fix.
14207
14208 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14209
14210         * lily/include/music.hh (class Music): unvirtualize transpose().
14211
14212         * lily/sequential-music.cc: remove file.
14213
14214         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
14215
14216         * lily/slur-scoring.cc (get_best_curve): only switch on
14217         DEBUG_SLUR_SCORING for non NDEBUG builds.
14218
14219         * lily/include/music.hh (class Music): replace Music::start_mom()
14220         by start-callback property
14221
14222         * lily/include/grace-music.hh: remove file. 
14223
14224         * lily/stem.cc (height): robustness fix.
14225
14226         * lily/time-scaled-music.cc: remove file.
14227
14228         * lily/include/music.hh (class Music): include SCM init argument.
14229         (class Music): replace Music::get_length() virtual by
14230         length-callback property everywhere.
14231
14232         * scripts/convert-ly.py (conv): add  # to \property scalar value.
14233
14234         * mf/GNUmakefile: don't install *list.ly
14235
14236 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14237
14238         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
14239
14240 2005-01-12  Werner Lemberg  <wl@gnu.org>
14241
14242         This patch addresses the following problems in the feta sources
14243         files which contribute to the fetaXX fonts.
14244
14245         . Many fixes for rasterization at low resolutions (consistent use of
14246           `vround' and `hround', integer shift values for paths, applying
14247           `eps' for mirrored paths, use of `define_whole_pixels' and
14248           friends, etc.) -- while this probably looks like a waste of time
14249           it has revealed deficiencies in some glyph shapes.  See comment at
14250           the end of feta-params.mf how vertical symmetry is achieved.
14251
14252         . The `---' operator has been replaced everywhere with `--'; this
14253           both improves and considerably reduces the font size after
14254           conversion with mf2pt1.
14255
14256         These change aren't explicitly mentioned below since virtually all
14257         glyphs are affected.
14258
14259         Other notable differences:
14260
14261         . Glyphs from feta-accordion.mf now have charboxes around the
14262           outline.
14263
14264         . Fixed incorrect charbox for `accDot'.
14265
14266         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
14267
14268         . Fixed position of the bow in the `upprall' glyph and its siblings.
14269
14270         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
14271           dependent on the staff line thickness to avoid touching the middle
14272           staff line at smaller sizes.
14273
14274         . Largely extended output for feta-testXX: Where useful, glyphs
14275         are shown both between and on staff lines.
14276
14277
14278         * mf/feta-params.mf (staff_space_rounded,
14279         stafflinethickness_rounded, linethickness_rounded,
14280         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
14281         Update all code which uses them where appropriate.
14282         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
14283         New variables used to control rasterization at low resolutions.  Set
14284         to zero if feta code is processed with metapost.
14285
14286         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
14287         (draw_rounded_block, draw_square_block): Updated to use `--' only.
14288         (flare_path): Updated.
14289         Make it work with `filldraw' (but only circular pens).
14290         (hfloor, vfloor, hceiling, vceiling): New macros.
14291
14292         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
14293         Use `draw' again in mf mode to have good pixel dropout control.
14294         Fix intersection points of horizontal lines with circle.
14295         ("accDot"): Fix parameters for set_char_box.
14296         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
14297         control.
14298
14299         * mf/feta-banier.mf: Updated.
14300
14301         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
14302         testing.
14303         (undraw_inside_ellipse): Remove `center' argument.  Update all
14304         callers.
14305         (draw_brevis): New macro, called by "Brevis notehead".
14306         (draw_whole_triangle_head): New macro, called by "Whole
14307         trianglehead".
14308         (draw_small_triangle_head): Use `filldraw'.
14309
14310         * mf/feta-eindelijk.mf: Remove useless global group.
14311         Updated.
14312
14313         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
14314         `filldraw'.
14315
14316         * mf/feta-pendaal.mf: Updated.
14317
14318         * mf/feta-puntje.mf: Updated.
14319
14320         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
14321         less points.
14322         ("Flageolet"): Use `draw' again in mf mode to have good pixel
14323         dropout control.
14324         ("Varied Coda"): Use `draw_block'.
14325         (draw_comma): Fix typo.
14326         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
14327         pixel dropout control.
14328
14329         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
14330         position of bow.
14331
14332         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
14333         sizes.
14334
14335         * mf/feta-toevallig.mf (remember_pic): New variable, used for
14336         testing.
14337         (draw_meta_sharp): Much simplified.
14338         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
14339
14340         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
14341
14342 2005-01-13  Mats Bengtsson  <mabe@s3.kth.se>
14343
14344         * Documentation/user/notation.itely (Ancient rests): Fix typo
14345         (thanks Anthony)
14346
14347 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
14348
14349         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
14350
14351         * lily/main.cc (setup_paths): Add cff.
14352
14353         * mf/GNUmakefile (foe): Include actual target %.cff.
14354         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
14355
14356 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14357
14358         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
14359         suffix for main_input_b_.
14360
14361         * scm/music-functions.scm (toplevel-music-functions):
14362         precompute music lengths for music expressions.  
14363
14364 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14365
14366         * lily/include/input.hh (class Input): new `end_' slot for end of
14367         input. Renamed defined_str0_ to start_.
14368
14369         * lily/input.cc (Input): Add Input::Input (Input const &) and
14370         remove Input::Input (Source_file*, char const *). Use the new
14371         slots.
14372         (set_location): method used by bison to propagate input
14373         locations (YYLLOC_DEFAULT).
14374         (end_line_number, end_column_number, step_forward): new methods
14375         
14376         * lily/input-scheme.cc (ly:input-both-locations): new function,
14377         similar to ly:input-location, but also return the end line and
14378         column.
14379
14380         * lily/include/includable-lexer.hh: 
14381         * lily/includable-lexer.cc: 
14382         * lily/include/lily-lexer.hh (class Lily_lexer): 
14383         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
14384         Includable_lexer to Lily_lexer, in order to update lexloc (the
14385         yylloc), a new slot of Lily_lexer.
14386         (here_input, LexerError): simplify by using the lexloc slot (aka
14387         yylloc)
14388
14389         * lily/lexer.ll: #define yylloc to use input locations (it may
14390         be useless here?). Fixed the #embedded_scm rule (step the location
14391         forward in order to skip the sharp sign before parsing the scheme
14392         expression)
14393
14394         * lily/include/lily-parser.hh (class Lily_parser): 
14395         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
14396         here_input()
14397         (parser_error): overload for more precise locations of errors.
14398
14399         * lily/parser.yy (YYLTYPE): set location type to Input
14400         (YYLLOC_DEFAULT): use Input::set_location()
14401         (yylex): add the YYLTYPE* location parameter.
14402         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
14403         Give an Input parameter to THIS->parser-error() for more accurate
14404         messages.
14405
14406 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14407
14408         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
14409
14410         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
14411         on BEAMQUANTING for non-NDEBUG builds.
14412
14413         * lily/stem.cc (head_count): performance: avoid String::String()
14414         inside oft called function.
14415
14416 2005-01-09  Graham Percival  <gperlist@shaw.ca>
14417
14418         * Documentation/user/examles.itely: attempted fix for broken
14419         string quartet template.
14420
14421         * Documentation/user/notation.itely: remove unnecessary broken
14422         link.
14423
14424 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14425
14426         * VERSION (PACKAGE_NAME): release 2.5.7
14427
14428 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14429
14430         * config.make.in (METAFONT): Append -progname=mf, fixes use with
14431         mf-nowin for teTeX-3.0.  Backportme.
14432
14433         * scm/output-svg.scm (utf8-string): New function.
14434
14435         * scm/output-gnome.scm (utf8-string): New function.
14436         (otf-name-mangling): Remove.
14437
14438         * lily/pango-font.cc (Pango_font): Use font string iso font
14439         filename for utf8-text.
14440
14441         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
14442         name.
14443
14444 2005-01-08  Graham Percival  <gperlist@shaw.ca>
14445
14446         * Documentation/user/notation.itely: add info about
14447         Staff.extraNatural = ##f in Pitches section.  Also
14448         fixed some minor issues in the Vocal music section.
14449
14450 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14451
14452         * scm/output-ps.scm (white-text): comment out Helvetica font,
14453         which is broken for my GS install.
14454
14455         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
14456         which provides a tighter bbox.
14457
14458         * scm/define-grobs.scm (all-grob-descriptions): remove all
14459         extra-offsets from definitions.
14460
14461 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
14462
14463         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
14464         add tuning for 4-string bass and some common 4/5-string banjo
14465         tunings.  New function (four-string-banjo) turns a 5-string tuning
14466         into a 4-string tuning.  New function
14467         (fret-number-tablature-format-banjo) computes correct fret numbers
14468         on 5-string banjos.
14469
14470         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
14471         Add beam correction to TabVoice.
14472
14473         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
14474         using bold font; makes tabs more readable.
14475
14476 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14477
14478         * lily/font-select.cc (get_font_by_design_size): don't make
14479         Modified_font_metric; this causes trouble, since we don't know the
14480         font magnification from inside Pango_font::text_stencil()
14481
14482         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
14483
14484         * Documentation/user/notation.itely (The Lyrics context): comment out
14485         broken {Small ensembles} link.
14486
14487         * scm/framework-svg.scm (output-framework): change calling convention.
14488
14489         * lily/object-key-dumper-scheme.cc: new file.
14490
14491         * lily/object-key-undumper-scheme.cc: new file.
14492
14493         * lily/tweak-registration-scheme.cc: new file.
14494
14495         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
14496
14497         * Documentation/user/examples.itely (String quartet): uncomment
14498         broken example.
14499
14500         * lily/font-config.cc: new file.
14501
14502 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14503
14504         * scm/output-svg.scm: 
14505         * scm/output-gnome.scm: s/bigcheese/emmentaler.
14506
14507         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
14508
14509 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
14510
14511         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
14512         Add headers.
14513
14514         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
14515
14516 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14517
14518         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
14519
14520         * lily/include/main.hh: lose _b hungarian suffixes for global
14521         variables.
14522
14523         * lily/include/lily-guile-macros.hh: new file.
14524
14525         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
14526
14527         * lily/general-scheme.cc: new file. 
14528
14529         * lily/font-select.cc (get_font_by_design_size): retrieve
14530         PangoFont for (designsize . "pango-descr") entries.
14531
14532         * lily/lily-parser-scheme.cc: new file.
14533
14534         * lily/output-def-scheme.cc: new file.
14535
14536         * lily/paper-book-scheme.cc: new file.
14537
14538         * lily/duration-scheme.cc (LY_DEFINE): new file.
14539
14540         * lily/pitch-scheme.cc:  new file.
14541
14542         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
14543
14544 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14545
14546         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
14547
14548 2005-01-06  Graham Percival  <gperlist@shaw.ca>
14549
14550         * Documentation/user/notation.itely: minor editing.
14551
14552         * Documentation/user/changing-defaults: minor editing.
14553
14554         * Documentation/user/examples.itely: add template for
14555         string quartet part extraction; demonstrates tag.
14556
14557 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
14558
14559         * Documentation/user/notation.itely: documents
14560         format-mark-box-letters and format-mark-box-numbers
14561
14562         * scm/define-context-properties.scm: change comment.
14563
14564 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14565
14566         * scm/framework-ps.scm (output-classic-framework): new function:
14567         dump systems as separate .eps files (without fonts) and write a
14568         single collecting .tex file.
14569
14570 2005-01-05  Mats Bengtsson  <mabe@s3.kth.se>
14571
14572         * Documentation/user/notation.itely (Setting simple songs):
14573         Correct several errors in the equivalent formulation of
14574         \addlyrics. 
14575         (The Lyrics context): Corrected link to the SATB example.
14576
14577 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14578
14579         * scm/lily.scm (completize-formats): new function
14580         (postprocess-output): new function
14581
14582         * lily/paper-book.cc (classic_output): change calling
14583         convention. Give basename as first argument. 
14584         remove Paper_book::post_processing().
14585
14586         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
14587
14588 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14589
14590         * lily/paper-outputter.cc (LY_DEFINE): new function
14591         ly:outputter-close.
14592
14593         * lily/main.cc: change --format,-f to --backend,-b
14594
14595         * lily/include/main.hh: rename format to backend.
14596
14597         * scm/translation-functions.scm (format-mark-box-numbers): add.
14598         patch by Erlend Aasland
14599
14600 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14601
14602         * lily/pango-font.cc (text_stencil): dump string as
14603         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
14604
14605 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
14606
14607         * configure.in (gui_b): Remove handy developer-only
14608         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
14609         CVS source installations (but break other non-default but correct
14610         PKG_CONFIG_PATH setups), as this is no longer developer-only.
14611
14612         * SConstruct: 
14613         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
14614         compatibility (backportme).
14615
14616         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
14617
14618 2005-01-03  Werner Lemberg  <wl@gnu.org>
14619
14620         Prepare glyph shapes for mf2pt1 conversion.
14621
14622         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
14623         (accDiscant, accFreebase, accStdbase): Replace `draw' with
14624         `penstroke'.
14625         (accDot): Use `drawdot'.
14626         (accBayanbase): Replace `draw' with `draw_gridline'.
14627         (print_penpos): Moved to feta-macros.mf.
14628         (accOldEE): Replace `filldraw' with `penstroke'.
14629         Replace `draw' with `penstroke' and `drawdot'.
14630
14631         * mf/feta-banier.mf: Code clean-up.
14632         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
14633         `fill'.
14634
14635         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
14636
14637         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
14638         paremeter to control drawing of labels.  Update all callers.
14639
14640         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
14641         (new_bulb): Return a bulb as a single path.  To do that, it now
14642         takes some more parameters.  Updated all callers.
14643         (draw_gclef): Major clean-up.  `draw' has been replaced with
14644         `penstroke', unnecessary outlines have been removed.
14645         Remove (unused) gnome-canvas code.
14646
14647         * mf/feta-macros.mf (print_penpos): New macro (from
14648         feta-accordion.mf).
14649         Other minor fixes.
14650
14651         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
14652         ("Pedal dot"): Use `drawdot'.
14653         (draw_pedal_P): Add parameter to control drawing of labels.  Update
14654         all callers.
14655         Fix shape at top.
14656         (draw_pedal_e): Add parameter to control drawing of labels.  Update
14657         all callers.
14658         (draw_pedal_d): Add parameter to control drawing of labels.  Update
14659         all callers.
14660         Revert drawing direction.
14661
14662         * mf/feta-schrift.mf (draw_fermata): Use single path.
14663         (draw_short_fermata): Replace `filldraw' with `fill'.
14664         (draw_long_fermata, draw_very_long_fermata): Replace calls to
14665         `draw_rounded_block' with a single path.
14666         ("Thumb"): Draw full circle instead of mirroring segments.
14667         (draw_accent): New macro.
14668         ("> accent", "espr"): Use it.
14669         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
14670         ("open (unstopped)"): Draw full circle instead of mirroring
14671         segments.
14672         (draw_vee): Removed.
14673         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
14674         ("Downbow"): Replace calls to `draw_rounded_block' with a single
14675         path.
14676         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
14677         partial pieces drawn with `fill' -- these do still overlap with the
14678         stem of the `t' but just once, not multiple times so that fontforge
14679         can handle it gracefully.
14680         Change other parts of the glyph so that fontforge's overlapping
14681         algorithm reliably works.
14682         (draw_heel): Replace `draw' with `fill'.
14683         (draw_toe): Use `draw_accent' instead of `draw_vee'.
14684         ("Flageolet"): Replace `draw' with `penstroke'.
14685         ("Segno"): Replace `filldraw' with `penstroke'.
14686         Replace `draw' with `drawdot'.
14687         ("Coda"): Replace `fill' with `penstroke', using a single path.
14688         ("Varied Coda"): Use less overlapping paths.
14689         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
14690         single path.
14691
14692         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
14693         group to better control the `labels' command.
14694         Rename argument to `offset' and use it actually.  Update all
14695         callers.
14696         Replace `filldraw' with `fill'.
14697         ("mordent", "prallmordent", "upmordent", "downmordent",
14698         "lineprall"): Replace `draw' with `draw_gridline'.
14699         ("upprall", "downprall"): Replace `draw' with `fill'.
14700
14701         * mf/feta-timesig.mf: Formatting.
14702
14703         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
14704         to...
14705         ("Flat"): Here.
14706         (draw_paren): Move code to draw labels to...
14707         ("Right Parenthesis"): Here.
14708
14709 2005-01-02  Graham Percival <gperlist@shaw.ca>
14710
14711         * Documentation/user/notation.itely: add example of \setTextDecresc
14712         and \setTextDim.
14713
14714 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
14715
14716         * scm/define-markup-commands.scm :  fix glyph-strings of
14717         accidentals and \note-by-number
14718
14719 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14720
14721         * VERSION: 2.5.6 released.
14722         
14723         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
14724
14725         * input/regression/new-markup-scheme.ly: oops. font-family=music
14726         -> font-encoding fetaMusic.  
14727
14728         * lily/main.cc: put default to PS.
14729
14730         * lily/tfm.cc: idem.
14731
14732         * lily/afm.cc: idem.
14733
14734         * lily/include/modified-font-metric.hh (struct
14735         Modified_font_metric): remove coding_scheme() method.
14736
14737         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
14738
14739         * scripts/convert-ly.py (conv): crash on encountering \encoding.
14740
14741         * input/les-nereides.ly: convert to utf8
14742
14743         * lily/modified-font-metric.cc (text_dimension): idem.
14744
14745         * lily/parser.yy (TODO): idem.
14746
14747         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
14748
14749         * lily/lexer.ll: remove encoding
14750
14751         * scm/framework-ps.scm (output-variables): separately scale the
14752         page to mm 
14753
14754         * lily/pango-font.cc (Pango_font): fix scaling.
14755
14756         * lily/font-metric.cc (design_size): design_size returns a
14757         dimension now as well.
14758
14759 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14760
14761         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
14762         brace generation. 
14763
14764         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
14765
14766 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
14767
14768         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
14769         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
14770
14771 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14772
14773         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
14774         in first run as well.
14775
14776         * scm/paper.scm (layout-set-staff-size): use text-font-size in
14777         dimension less points (ie. 12 = 12 point)
14778
14779         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
14780
14781         * lily/all-font-metrics.cc (find_pango_font): set description_
14782
14783         * lily/pango-font.cc (text_stencil): export size as well.
14784         (text_stencil): fix scaling and extents box.
14785
14786 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14787
14788         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
14789
14790         * Documentation/user/invoking.itely (Invoking lilypond): document
14791         texstr
14792
14793         * scripts/convert-ly.py (conv): add ancient rules.
14794
14795         * scm/clef.scm (c0-pitch-alist): replace - with .
14796
14797         * scripts/lilypond-book.py (process_snippets): add texstr support.
14798
14799         * scm/framework-texstr.scm (header): change extension to .textmetrics
14800
14801         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
14802         -f tex.
14803
14804         * lily/text-metrics.cc: new file.
14805         (try_load_text_metrics): new function
14806
14807         * lily/include/text-metrics.hh: new file.
14808
14809 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14810
14811         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
14812         ly_scheme_function to ly_lily_module_constant.
14813
14814         * lily/modified-font-metric.cc (text_dimension): try
14815         lookup_tex_text_dimension() first.
14816
14817         * lily/tfm.cc: new function ly:load-text-dimensions
14818
14819 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14820
14821         * scm/output-texstr.scm (text): use \lilygetmetrics
14822
14823         * scm/framework-texstr.scm (header): dump in new format.
14824
14825         * tex/lilypond-tex-metrics: new file.
14826         
14827 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
14828
14829         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
14830         mapping.
14831         (index_to_charcode): New method.
14832
14833         * scm/output-ps.scm (glyph-string): 
14834         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
14835
14836 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
14837
14838         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
14839         implement fully, need FONT to get to charcode.
14840
14841         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
14842
14843         * scm: Cleanups.
14844
14845         * Documentation/user/changing-defaults.itely: Fix internalsrefs
14846         {Tunable context properties},
14847         {All layout objects},
14848         {Music definitions}.
14849
14850 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14851
14852         * VERSION: release 2.5.5
14853         
14854         * lily/main.cc: use TeX as default output format.
14855
14856         * flower/file-path.cc (find): try to open directly as well, so we
14857         find absolute path files. 
14858
14859         * lily/pango-select.cc: new file.
14860
14861         * scm/framework-ps.scm: remove all encoding code. 
14862         load pfb/pfa for PangoFont too.
14863         
14864         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
14865
14866 2004-12-22  Werner Lemberg  <wl@gnu.org>
14867
14868         Prepare glyph shapes for mf2pt1 conversion.
14869
14870         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
14871
14872         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
14873         (define_triangle_shape): Use it to replace `draw' with `fill' and
14874         `unfill'.  Update all callers.
14875         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
14876         (draw_cross): Ditto.
14877         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
14878         Use penrazor for better conversion with mf2pt1.
14879         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
14880         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
14881         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
14882         draw_la_head, draw_ti_head): Replace `filldraw' with
14883         `fill'.  Update all callers.
14884
14885 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14886
14887         * lily/paper-book.cc (output): revert: only allow a single output
14888         format.
14889
14890         * lily/include/pango-font.hh: new file.
14891
14892         * lily/pango-font.cc: new file.
14893
14894         * lily/font-metric.cc (text_stencil): new routine
14895
14896         * lily/all-font-metrics.cc (find_pango_font): new routine.
14897
14898         * lily/include/font-metric.hh (struct Font_metric): add
14899         text_stencil()
14900
14901         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
14902
14903 2004-12-22  Werner Lemberg  <wl@gnu.org>
14904
14905         Prepare glyph shapes for mf2pt1 conversion.
14906
14907         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
14908
14909         * mf/feta-toevallig.mf: Formatting.
14910         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
14911         ("Natural"): Fix paths to allow better postprocessing.
14912         (draw_meta_flat): Use `z3l' as additional point in path to get
14913         better conversion with mf2pt1.
14914         Other minor cleanups.
14915         ("3/4 Flat"): Add auxiliary points and modify path to replace
14916         `draw' with `fill'.
14917         ("Double Sharp"): Mirror path segments instead of picture elements
14918         to get a single outline.
14919         Modify path to replace `filldraw' with `fill'.
14920
14921 2004-12-22  Graham Percival  <gperlist@shaw.ca>
14922
14923         * input/test/unfold-all-repeats.ly: added file back.
14924
14925         * Documentation/user/notation.itely,
14926         Documentation/user/programming-interface.itely
14927         Documentation/user/changing-defaults.itely: fixed misc broken
14928         links to input/test/ files.
14929
14930 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14931
14932         * tex/texinfo.tex: Update.  We should not be distributing this,
14933         but since we do, use latest version.
14934
14935         * Documentation/user/macros.itexi: Comment-out \fetaflat,
14936         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
14937         macros for feta glyphs.
14938
14939 2004-12-22  Graham Percival  <gperlist@shaw.ca>
14940
14941         * Documentation/user/changing-defaults.itely: fix index for set.
14942
14943         * Documentation/user/converters.itely: added convert-ly bugs list
14944         from CVS.
14945
14946 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
14947
14948         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
14949         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
14950         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
14951         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
14952
14953         * mf/GNUmakefile (pfa_warning): Use less broken check.
14954
14955         * python/lilylib.py (setup_environment): Remove cruft from
14956         GS_FONTPATH.
14957
14958         * configure.in: Bump mftrace requirement to 1.1.1.
14959
14960 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
14961
14962         * scm/output-svg.scm (beam): Use polygon.
14963
14964         * scm/lily-library.scm: Bugfix.
14965
14966         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
14967
14968         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
14969
14970 2004-12-19  Werner Lemberg  <wl@gnu.org>
14971
14972         Prepare glyph shapes for mf2pt1 conversion.
14973
14974         * mf/feta-eindelijk: Some formatting.
14975         (multi_rest_x, multi_beam_height): Removed.  Unused.
14976         ("Quarter rest"): Use `intersectiontimes' to create a single
14977         outline.
14978         (rest_crook): Removed.  Unused.
14979         (draw_rest_bulb): Return path (without filling).  Update callers.
14980         Simplified.
14981         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
14982         "128th rest"): Simplify `pat'.
14983         Create single outline.
14984
14985 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
14986
14987         * mf/GNUmakefile (ALL_GEN_FILES):
14988         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
14989
14990         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
14991         function.
14992
14993 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14994
14995         * scm/output-texstr.scm (placebox): add routine
14996
14997         * VERSION (PACKAGE_NAME): release 2.5.4
14998
14999         * scm/framework-texstr.scm (output-framework): new file.  
15000
15001         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
15002         processing.
15003
15004         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
15005
15006         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
15007         rule.
15008
15009         * configure.in (gui_b): bump mftrace requirement to 1.1.0
15010
15011         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
15012
15013         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
15014
15015 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
15016
15017         * scm/framework-svg.scm (dump-page): Implement landscape.
15018
15019 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
15020
15021         * lily/main.cc (setup_paths): Add svg to search path.
15022
15023         * scm/output-svg.scm:
15024         * scm/framework-svg.scm: Add pageSet.  Update.
15025         (dump-fonts): New function.
15026         (output-framework): Use it.
15027
15028         * mf/GNUmakefile: 
15029         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
15030
15031 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15032
15033         * tex/lilyponddefs.tex: comment out new ifpdf code.
15034
15035 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15036
15037         * GNUmakefile.in: 
15038         * SConstruct (symlink): Replace afm by otf.
15039
15040         * scm/framework-gnome.scm (gnome-main): Remove invocation of
15041         ly:pango-add-afm-decoder.
15042
15043         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
15044
15045 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15046
15047         * scm/output-ps.scm (new-text): don't access t glyph for getting
15048         space dimension.
15049
15050         * ly/init.ly: warn about \version
15051
15052         * lily/lexer.ll: set version-seen?
15053
15054 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15055
15056         * scm/output-svg.scm (string->entities): Update.
15057
15058 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15059
15060         * lily/main.cc (setup_paths): replace afm by otf for path. 
15061
15062         * lily/pangofc-afm-decoder.cc: remove.
15063
15064         * lily/include/pangofc-afm-decoder.hh: remove.
15065
15066         * scm/framework-scm.scm (output-framework): new file.
15067
15068         * mf/GNUmakefile: remove SAUTER_FONTS.
15069         remove SVG/sodipodi hacks.
15070
15071         * scm/lily-library.scm (stderr): move stderr.
15072
15073         * mf/GNUmakefile: remove AFM support.
15074
15075         * buildscripts/mf-to-table.py (base): remove AFM support.
15076
15077         * lily/open-type-font.cc (design_size): use design_size
15078
15079 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
15080
15081         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
15082
15083 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15084
15085         * mf/GNUmakefile: Generate combined aybabtu info.
15086         * mf/aybabtu.pe.in (i): Load it.
15087
15088         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
15089         are not symbols.
15090
15091         * lily/include/open-type-font.hh (count): New method.
15092
15093         * mf/aybabtu.pe.in: Typo.
15094
15095         * Documentation/user/out/lilypond-internals.nexi (Scheme
15096         functions): Typo.
15097
15098         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
15099
15100 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15101
15102         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
15103         subfonts.
15104
15105         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
15106
15107         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
15108         (tex-font-command-raw): new function.
15109
15110         * lily/include/virtual-font-metric.hh (Module): remove file
15111
15112         * lily/virtual-font-metric.cc (Module): remove file.
15113         
15114
15115         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
15116         (get_indexed_char): read bbox from lily table if present.
15117
15118 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15119
15120         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
15121         aybabtu.subfonts
15122
15123         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
15124         global glyphname. Enables more than 64 glyphs in the OTF.
15125
15126 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
15127
15128         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
15129         braces.
15130
15131         * lily/open-type-font.cc (design_size): Use 12 as default for
15132         design size.
15133
15134         * mf/aybabtu.pe.in: New file.  Merge all our braces.
15135
15136         * mf/GNUmakefile: Generate aybabtu.
15137
15138         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
15139
15140 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
15141
15142         * scm/lily-library.scm (char->unicode-index): Remove.
15143
15144         * scm/output-gnome.scm (text): Bugfix for plain string input.
15145         Updates.
15146
15147         * scm/output-svg.scm (svg-font): Add weight to font selection.
15148
15149 2004-12-14  Mats Bengtsson  <mabe@s3.kth.se>
15150
15151         * Documentation/topdocs/INSTALL.texi (Top): Point to
15152         buildscripts/out/clean-fonts instead of
15153         buildscripts/clean-fonts.sh. 
15154
15155 2004-12-13  Graham Percival  <gperlist@shaw.ca>
15156
15157         * input/regression/figured-bass.ly: attempt to clarify text.
15158
15159         * Documentation/user/notation.tely: add cindex for tag, attempt to
15160         add figured bass example.
15161
15162         * Documentation/user/changing-defaults: basic editing.
15163
15164 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15165
15166         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
15167
15168         * lily/open-type-font.cc (LY_DEFINE): new function
15169         ly:font-sub-fonts
15170
15171         * lily/include/font-metric.hh (struct Font_metric): new method
15172         sub_fonts()
15173
15174         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
15175         . with - in add.stem.
15176         
15177 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
15178
15179         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
15180         and fetaDynamic.
15181
15182         * lily/rest.cc (glyph_name): Change - to . .
15183
15184         * scm/output-gnome.scm (text): Hello world, again.
15185
15186         * scm/output-svg.scm (named-glyph): New function.  Hello world!
15187
15188         * lily/modified-font-metric.cc (index_to_charcode): New method.
15189
15190         * lily/include/font-metric.hh (index_to_charcode): New function.
15191
15192         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
15193         new function.
15194         (ly:font-glyph-to-index): Remove.
15195
15196 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15197
15198         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
15199
15200         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
15201
15202         * lily/open-type-font.cc (load_scheme_table): new function
15203
15204         * lily/dots.cc (print): replace - 
15205
15206         * lily/open-type-font.cc (attachment_point): new function.
15207         (load_table): read LILC table
15208
15209         * buildscripts/gen-bigcheese-scripts.py (Module): new
15210         file. Generate FF scripts.
15211
15212         * mf/feta-din10.mf: idem.
15213
15214         * mf/feta-nummer10.mf: remove mf files.
15215
15216         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
15217
15218 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15219
15220         * lily/lily-guile.cc: Use scm_from_locale_stringn.
15221
15222         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
15223         compatibility.
15224
15225 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15226
15227         * lily/open-type-font.cc (get_indexed_char): scale metrics by
15228         design-size and units_per_EM.
15229
15230         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
15231
15232 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15233
15234         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
15235         does not crash fontforge.
15236
15237         * scm/lily-library.scm (char->unicode-index): Hack to map onto
15238         PUA.
15239
15240 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15241
15242         * scm/framework-ps.scm (ps-embed-cff): new function.
15243
15244         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
15245
15246 2004-12-12  Werner Lemberg  <wl@gnu.org>
15247
15248         * mf/bigcheese.pe.in: Add PUA mapping.
15249         Don't create Type 42 but bare CFF font.
15250
15251 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15252
15253         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
15254         within canvas boundaries.
15255
15256         * mf/merge.pe.in: Set font names, version, license GPL.
15257
15258         * make/substitute.make: Add FONTFORGE.
15259
15260         * config.make.in (FONTFORGE): Add.
15261
15262         * configure.in (gui_b): Use PATH_PROG for fontforge.
15263
15264 2004-12-11  Graham Percival  <gperlist@shaw.ca>
15265
15266         * scm/define-markup-commands.scm: add baseline-skip to info
15267         about \column.
15268
15269 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15270
15271         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
15272
15273         * scm/output-gnome.scm (named-glyph): Use it.
15274
15275         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
15276
15277         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
15278         (upper_string, lower_string, reverse_string): Remove.
15279
15280         * configure.in (fontforge): Reinstate version check.
15281
15282         * ly/engraver-init.ly: Fix clef glyph names.
15283
15284         * lily/time-signature.cc (special_time_signature): Fix fraction
15285         glyph names.
15286
15287 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15288
15289         * mf/merge.pe: new file.
15290
15291         * lily/freetype.cc: new file.
15292
15293         * lily/include/open-type-font.hh (class Open_type_font): new file.
15294
15295         * lily/include/freetype.hh: new file.
15296
15297         * lily/open-type-font.cc: new file.
15298
15299         * lily/all-font-metrics.cc (find_otf): new function.
15300
15301 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15302
15303         * lily/time-signature.cc (special_time_signature): Fix.
15304
15305         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
15306         GTK2 before checking for pango.  Fixes -fgnome.
15307
15308         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
15309         Scheme name.
15310
15311         * scm/define-markup-commands.scm:
15312         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
15313
15314         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
15315
15316         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
15317         date versions.  Fixes configure.
15318         (STEPMAKE_CHECK_VERSION): Support optional actual program version
15319         argument.
15320
15321 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15322
15323         * buildscripts/mf-to-table.py (write_ps_encoding): write real
15324         names in .enc
15325
15326         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
15327
15328 2004-12-09  Graham Percival  <gperlist@shaw.ca>
15329
15330         * Documentation/user/changing-defaults.itely: add info about
15331         make-dynamic-script
15332
15333         * Documentation/user/notation.itely: add link in dynamics to
15334         section about make-dynamic-script.
15335
15336 2004-12-09  Christian hitz  <chhitz@gmx.net>
15337
15338         * lily/lily-guile.cc: change MACOS_X to __APPLE__
15339
15340 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15341
15342         * buildscripts/mf-to-table.py (parse_logfile): use . for
15343         concatting name and group.
15344         (parse_logfile): use M for Minus (negative.)
15345
15346         * lily/include/type-swallow-translator.hh
15347         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
15348
15349         * lily/*.cc: cosmetics around = sign.
15350
15351         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
15352         lyric spacing on the penultimate column.
15353
15354 2004-12-05  Christian Hitz  <chhitz@gmx.net>
15355
15356         * configure.in:
15357         * lily/accidental-placement.cc:
15358         * lily/bar-line.cc:
15359         * lily/beam-concave.cc:
15360         * lily/beam-quanting.cc:
15361         * lily/beam.cc:
15362         * lily/bezier-bow.cc:
15363         * lily/bezier.cc:
15364         * lily/break-align-interface.cc:
15365         * lily/custos.cc:
15366         * lily/dimension-cache.cc:
15367         * lily/dot-column.cc:
15368         * lily/font-metric.cc:
15369         * lily/font-select.cc:
15370         * lily/gourlay-breaking.cc:
15371         * lily/grob-property.cc:
15372         * lily/grob.cc:
15373         * lily/lily-guile.cc:
15374         * lily/line-spanner.cc:
15375         * lily/lookup.cc:
15376         * lily/lyric-extender.cc:
15377         * lily/lyric-hyphen.cc:
15378         * lily/mensural-ligature.cc:
15379         * lily/midi-def.cc:
15380         * lily/misc.cc:
15381         * lily/note-collision.cc:
15382         * lily/note-column.cc:
15383         * lily/note-head.cc:
15384         * lily/paper-outputter.cc:
15385         * lily/percent-repeat-item.cc:
15386         * lily/rest-collision.cc:
15387         * lily/side-position-interface.cc:
15388         * lily/simple-spacer.cc:
15389         * lily/slur-configuration.cc:
15390         * lily/slur-scoring.cc:
15391         * lily/slur.cc:
15392         * lily/spaceable-grob.cc:
15393         * lily/spacing-spanner.cc:
15394         * lily/spanner.cc:
15395         * lily/staff-symbol-referencer.cc:
15396         * lily/stem.cc:
15397         * lily/stencil.cc:
15398         * lily/system-start-delimiter.cc:
15399         * lily/system.cc:
15400         * lily/text-item.cc:
15401         * lily/tie.cc:
15402         * lily/tuplet-bracket.cc:
15403         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
15404         <cmath> beacause isinf/isnan is undefined in <cmath>
15405
15406 2004-12-03  Mats Bengtsson  <mabe@s3.kth.se>
15407
15408         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
15409
15410 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15411
15412         * VERSION: release 2.5.3
15413         
15414 2004-11-29  Arno Waschk <arno@arnowaschk.de>
15415
15416         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
15417
15418 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15419
15420         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
15421
15422         * lily/note-head.cc (internal_print): always try the "s" head if
15423         u/d not found.
15424
15425         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
15426
15427 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15428
15429         * mf/parmesan-heads.mf (overdone_heads): typos.
15430
15431 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
15432
15433         * lily/parser.yy (markup): in markups, { .. } without command
15434         before are also flattened, ie \line must be explicitely used.
15435
15436         * Documentation/user/changing-defaults.itely:
15437         * Documentation/user/notation.itely: 
15438         * input/wilhelmus.ly: 
15439         * input/regression/instrument-name-markup.ly: 
15440         * input/regression/markup-score.ly: 
15441         * input/regression/new-markup-scheme.ly: 
15442         * input/regression/new-markup-syntax.ly: 
15443         * input/test/coriolan-margin.ly: use \line in markups where
15444         appropriate
15445         
15446 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
15447
15448         * scm/new-markup.scm (map-markup-command-list): helper function
15449         used in parser.yy to map markup commands on a markup list.
15450
15451         * lily/parser.yy: get rid off < > in markups by treating { } as
15452         real lists.
15453
15454         * lily/lexer.ll: remove < > from markup lexer mode.
15455
15456         * scripts/convert-ly.py (conv): add rule for converting 
15457         \markup < > to \markup { }
15458
15459         * ly/titling-init.ly: 
15460         * input/test/coriolan-margin.ly: 
15461         * input/regression/new-markup-syntax.ly: 
15462         * input/regression/new-markup-scheme.ly: 
15463         * input/regression/multi-measure-rest-text.ly: 
15464         * input/regression/markup-stack.ly: 
15465         * input/regression/markup-score.ly: 
15466         * input/regression/instrument-name-markup.ly: 
15467         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
15468         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
15469         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
15470         * input/wilhelmus.ly: 
15471         * Documentation/user/notation.itely: 
15472         * Documentation/user/music-glossary.tely: 
15473         * Documentation/user/changing-defaults.itely: change < > to { } in
15474         markups
15475
15476 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15477
15478         * lily/accidental-placement.cc (position_accidentals): shortcut if
15479         no accidentals to place.
15480
15481 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
15482
15483         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
15484         typo s/ly:dimension ?/ly:dimension?/
15485
15486         * input/regression/lily-in-scheme.ly: 
15487         * input/regression/music-function.ly: 
15488         * ly/spanners-init.ly (assertBeamSlope): 
15489         * scm/music-functions.scm (def-grace-function): add the paper
15490         argument to music function definitions.
15491
15492 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15493
15494         * lily/moment.cc (LY_DEFINE):
15495         ly:moment-main-{denominator,numberator}, new function.
15496
15497         * lily/score-engraver.cc (typeset_all): assign to column on basis
15498         of axis-group-parent-X setting.
15499
15500         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
15501         add_element() on basis of axis-group-parent-Y setting.
15502
15503         * lily/grob.cc: add axis-group-parent-{XY} properties.
15504
15505         * input/regression/spacing-stick-out.ly: new file.
15506
15507         * lily/simple-spacer.cc (add_columns): use binary search for
15508         setting column rods. Changes O(n^2) to O(n log(n)) for
15509         constructing spacing problem from columns.
15510         (add_columns): read allow-outside-line to make sure no texts stick
15511         out.
15512         (solve): Simple_spacer::is_active() only determines
15513         satisfies_constraints_ for non-ragged typesetting.
15514
15515         * lily/simultaneous-music.cc (to_relative_octave): only set
15516         old_relative_used if return pitch actually changed.
15517
15518         * scm/define-context-properties.scm
15519         (all-user-translation-properties): change to match implementation.
15520
15521         * python/lilylib.py: Replace re.match by re.search and adds "-c
15522         showpage" to the gs command line (Johannes Schindelin)
15523
15524         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
15525         before processing. Prevents crash when inf is in the extent.
15526
15527         * scm/define-markup-commands.scm (note-by-number): add "s" to
15528         "noteheads-" glyphname.
15529  
15530         * lily/parser.yy (Generic_prefix_music): supply parser argument to
15531         music function as well.
15532         
15533 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15534
15535         * VERSION: release 2.5.2
15536
15537         * Documentation/user/changing-defaults.itely (Creating titles):
15538         add breakbefore variable.
15539
15540         * lily/paper-book.cc (set_system_penalty): new function. Set
15541         penalty_ based on breakBefore setting
15542
15543         * lily/context-specced-music-iterator.cc (construct_children):
15544         interpret special context id $uniqueContextId 
15545
15546         * lily/context.cc (create_unique_context): new method. Move
15547         creation of unique (\new) contexts into interpreting phase. This
15548         makes
15549
15550           foo= \new Staff ..
15551           << \foo \foo >>
15552
15553         produce 2 staves.
15554         
15555
15556         * scm/define-music-properties.scm (all-music-properties): add
15557         quoted-voice-direction
15558
15559         * ly/music-functions-init.ly: killCues function.
15560
15561         * scm/music-functions.scm (cue-substitute): move creation of voice
15562         contexts further to the back. 
15563
15564 2004-11-25  Werner Lemberg  <wl@gnu.org>
15565
15566         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
15567         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
15568
15569 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
15570
15571         * buildscripts/guile-gnome.sh: Fixed typo.
15572
15573 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15574
15575         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
15576
15577         * scripts/abc2ly.py (dump_slyrics): add ord(). 
15578
15579         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
15580         to regular engraver. 
15581
15582 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15583
15584         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
15585
15586 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
15587
15588         * scm/define-markup-commands.scm (fill-line): Typo.
15589
15590         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
15591         and newer.
15592
15593 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
15594
15595         * ly/dynamic-scripts-init.ly: Fixed typo.
15596
15597 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15598
15599         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
15600         note-head, to have different attachment points for up and down.
15601
15602         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
15603
15604         * mf/feta-generic.mf (else): remove solfa.
15605
15606         * mf/feta-bolletjes.mf (tishape): remove unicode test.
15607
15608         * scm/define-context-properties.scm
15609         (all-user-translation-properties): add shapeNoteStyles property.
15610
15611         * lily/shape-note-heads-engraver.cc (process_music): new file.
15612
15613         * lily/event.cc (transpose): call Event::transpose() for
15614         transposing the tonic.
15615
15616 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
15617
15618         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
15619         Unicode/OpenType and AFM.
15620
15621         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
15622
15623 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15624
15625         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
15626
15627         * lily/context.cc (Context): unprotect key from ctor.
15628
15629         * scm/stencil.scm (stack-lines): return empty-stencil if argument
15630         is '()
15631         (stack-stencils): idem.
15632
15633         * Documentation/user/changing-defaults.itely (Creating titles):
15634         document new title layout options.
15635
15636         * lily/parser.yy (lilypond_header_body): copy previous
15637         $globalheader if present.
15638
15639         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
15640         ly:module-copy
15641         
15642         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
15643
15644         * scm/titling.scm: remove old titling functions
15645
15646         * lily/stencil.cc (translate): remove absolute dimension.
15647
15648         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
15649         via markup.
15650
15651         * scm/page-layout.scm (marked-up-headfoot): create header/footer
15652         field from user-supplied markup
15653
15654         * scm/define-markup-commands.scm (on-the-fly): new markup
15655         command. Enter SCM markup procedure directly in Scheme.
15656         (fromproperty): new markup command. Read markup from props argument.
15657
15658         * scm/titling.scm (marked-up-title): create title via
15659         user-specified markup. 
15660
15661         * scm/define-markup-commands.scm (column): remove empty stencils
15662         from column.
15663
15664         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
15665         not have side-effect of creating variable stub.
15666
15667         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
15668
15669 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
15670
15671         * scm/encoding.scm (coding-alist): 
15672         * scm/font.scm (add-ec-fonts):
15673         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
15674         Extended-TeX-Font-Encoding---Latin.
15675
15676         * lily/side-position-interface.cc (general_side_position): Add
15677         actual offset to error message (avoid constant error messages).
15678
15679         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
15680         block.
15681
15682         * lily/font-select.cc (select_encoded_font)
15683         (get_font_by_mag_step, get_font_by_design_size): 
15684         * lily/modified-font-metric.cc (Modified_font_metric): 
15685         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
15686
15687         * scm/encoding.scm (coding-alist): Add fetaDynamic.
15688         (read-encoding-file): Bugfix: do not require space after bracket.
15689
15690         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
15691         these do not exist.
15692
15693 2004-11-20  Graham Percival  <gperlist@shaw.ca>
15694
15695         * Documentation/user/notation.itely: added info about typesetting
15696         boxed bar numbers.
15697
15698 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15699
15700         * flower/interval.cc (T_to_string): gcc4 fixes.
15701
15702         * scm/define-markup-commands.scm (fill-line): use
15703         stack-stencils. This fixes problems with putting already centered
15704         stencils in a line.
15705
15706         * VERSION: release 2.5.1
15707
15708         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
15709
15710 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15711
15712         * input/example-[1-3].ly: simplify.
15713
15714         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
15715
15716         * scm/output-ps.scm (new-text): new function. Use glyphshow to
15717         show glyphs.
15718
15719         * scm/encoding.scm (decode-byte-string): new function.
15720
15721         * scripts/convert-ly.py (conv): add warning about
15722         set-global-staff-size.
15723
15724         * Doxyfile: add. 
15725
15726         * scripts/convert-ly.py (conv): add raggedlastbottom rule
15727         (conv): warn for TextSpanner split.
15728         (conv): warn for textheight.
15729
15730 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
15731
15732         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
15733         building the documentation, info with images are installed.
15734         (final-install): Fix description.  Mention sourcing of login
15735         scripts (instead of running).
15736
15737 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
15738
15739         * Debian lmodern support.  Note that LilyPond will issue warnings
15740         
15741             no such encoding: "FontSpecific"
15742
15743           The font selection mechanism wants to get the encoding from the
15744           font itself, but the idea of lmodern is that it is usable with
15745           different encodings, ie, Lily should get the encoding from the
15746           font tree, rather than the font itself.  This would require some
15747           more work.
15748         
15749         * configure.in: Test for and accept lmodern if EC fonts not found.
15750
15751         * scm/framework-tex.scm (font-load-command): TeX font name
15752         mangling for latin1 encoded cork-lm fonts.
15753         (convert-to-ps): Load lm.map if available.
15754
15755         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
15756         available.
15757
15758         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
15759
15760         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
15761         available.
15762
15763         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
15764         path for absolute file name, that is silly.
15765
15766         * lily/score-engraver.cc (initialize): 
15767
15768         * Documentation/user/GNUmakefile (local-install-info): Invoke
15769         install-info --remove first.
15770
15771         * #include cleanup (Andreas Scherer).
15772
15773 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
15774
15775         * input/test/script-abbreviations.ly: fix typos.
15776
15777 2004-11-17  Werner Lemberg  <wl@gnu.org>
15778
15779         * python/lilylib.py (options_help_str): Support pretty-printing of
15780         newlines in fourth element of option description.
15781
15782         * scripts/lilypond-book.py (option_definitions): Use new lilylib
15783         feature.
15784         Sort options.
15785
15786         * Documentation/user/lilypond-book.itely: Finish update.
15787
15788 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15789
15790         * Documentation/user/macros.itexi: Add comment about \command.
15791
15792         * Documentation/user/lilypond.tely:
15793         * Documentation/user/lilypond-book.itely: Fix names of lilypond
15794         and lilypond-book nodes, so that `info lilypond' visits the manual
15795         at top level, and `info lilypond-book' visits the lilypond-book
15796         section.
15797
15798         * Documentation/user/GNUmakefile (local-install-info): Fix rules
15799         and packager messages.
15800
15801         * lily/pangofc-afm-decoder.cc: Update test.
15802
15803 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
15804
15805         * scm/lily-library.scm (char->unicode-index): New function.
15806
15807         * scm/output-gnome.scm: 
15808         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
15809
15810         * Proper naming of file name throughout; s/filename/file[-_]name/.
15811
15812         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
15813
15814         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
15815
15816 2004-11-16  Werner Lemberg  <wl@gnu.org>
15817
15818         * scripts/lilypond-book.py: The Lord has commanded me to use only
15819         tabs for indentation.  Your humble servant obeys.
15820
15821 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
15822
15823         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
15824         including font, if LilyPond-feta font is only feta font in path.
15825
15826         * scm/output-gnome.scm (text): Revert to file name of font if font
15827         has no name.  Fixes ec font selection.
15828         (char): Bugfix: do not utf8 twice.  Fixes clefs.
15829
15830         * scm/framework-svg.scm:
15831         * scm/output-svg.scm: New file.  TODO: figure out how to
15832         do character by index in font.
15833
15834         * scm/output-sodipodi.scm: Remove.
15835
15836         * scm/output-ps.scm (stem): Remove.
15837
15838 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
15839
15840         * scm/output-gnome.scm (beam): New function.
15841         (slur): Round corners.
15842         (round-filled-box): Round corners.
15843
15844 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15845
15846         * scm/output-gnome.scm (beam): add function.
15847         (draw-line): new routine.
15848         (dashed-line): stub; call draw-line
15849         (polygon): new routine.
15850
15851 2004-11-15  Werner Lemberg  <wl@gnu.org>
15852
15853         * Documentation/user/lilypond-book.itely: Revise section on
15854         lilypond-book options.
15855         Other minor fixes.
15856
15857         * scripts/lilypond-book.py: Change indentation to 4.
15858         Minor formatting.
15859
15860 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15861
15862         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
15863         grobs that have tweaks specced.
15864         
15865 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
15866
15867         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
15868
15869 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
15870
15871         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
15872         actual char #, not 0 based index.
15873
15874         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
15875
15876         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
15877         Warning: do make -C mf clean.
15878
15879         * lily/context-property.cc: Compile fix.
15880
15881         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
15882         Grok ec-fonts, braces and dynamics.
15883
15884         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
15885
15886 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15887
15888         * lily/include/tweak-registration.hh: new file.
15889
15890         * lily/tweak-registration.cc: new file.
15891
15892         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
15893         saving tweaks.
15894
15895         * scm/output-gnome.scm (text): comment dribble.
15896
15897 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
15898
15899         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
15900
15901         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
15902         path-def before using.  Fixes muchtomany slurs in wrong places
15903         bug.
15904
15905 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15906
15907         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
15908
15909         * lily/include/object-key-undumper.hh (Module): new file.
15910
15911         * lily/object-key-undumper.cc (Module): New file. Deserialize
15912         keys. SCM bindings
15913
15914         * lily/object-key-dumper.cc (Object_key_dumper): idem.
15915         Provide SCM bindings.
15916
15917         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
15918         new file. Serialize object keys.
15919         
15920         * lily/object-key.cc (dump): new function.
15921         (as_scheme): new virtual function
15922         (undump): new function
15923         (undumpers): new table.
15924
15925         * lily/include/global-context.hh (Context): take \score key upon init.
15926
15927         * lily/object-key-dumper.cc (serialize_key): new file.
15928
15929         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
15930
15931         * lily/lily-lexer.cc: remove \quote.
15932
15933         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
15934
15935         * lily/context.cc (Context): take key argument in ctor.
15936         (create_context): new function
15937
15938         * lily/grob.cc (Grob): take key argument in ctor.  
15939
15940         * lily/lilypond-key.cc (do_compare): new file.
15941
15942         * lily/object-key.cc (Object_key): new file.
15943
15944         * lily/include/object-key.hh (class Object_key): new file.
15945
15946         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
15947
15948 2004-11-13  Graham Percival  <gperlist@shaw.ca>
15949
15950         * Documentation/user/lilypond-book.itely: add small warning about
15951         noindent default in lilypond-book.
15952
15953         * Documentation/user/converters.itely: add examples for convert-ly.
15954
15955         * Documentation/user/examples.itely: change version string in templates
15956         to 2.4.0.
15957
15958 2004-11-12  Karl Hammar  <karl@aspodata.se>
15959
15960         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
15961         cmdline, use xargs instead (backportme)
15962
15963 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
15964         
15965         * Documentation/user/: Numerous fixes in the user manual.
15966
15967 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15968
15969         * lily/parser.yy (re_rhythmed_music): search music expression for
15970         context-id, surround by \new Voice if not found. Fixes:
15971         addlyrics-second-staff.ly
15972
15973         * VERSION: 2.5.0 released.
15974         
15975 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15976
15977         * Documentation/index.html.in: Fix url to one big page.  (backportme)
15978
15979         * Documentation/user/GNUmakefile: Separate rules for split and
15980         unsplit html documents.  Remove perl massaging.  (backportme)
15981
15982 2004-11-11  Graham Percival  <gperlist@shaw.ca>
15983
15984         * Documentation/user/lilypond-book.itely: add short warning about
15985         \lilypond{} in LaTeX docs.
15986
15987 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15988
15989         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
15990         found.  (backportme)
15991
15992         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
15993         version requirement.  (backportme)
15994
15995         * configure.in: Be explicit about old versions of
15996         ec-fonts-mtraced.  (backportme)
15997
15998         * lily/context-selector.cc (set_tweaks): New function.
15999         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
16000         web with -DTWEAK.
16001
16002         * Documentation/user/introduction.itely (Automated engraving):
16003         Remove fragment option.  Fixes web.
16004
16005         * lily/context-property.cc (make_item_from_properties):
16006         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
16007         #ifdef.
16008
16009         * scm/define-context-properties.scm
16010         (all-internal-translation-properties): Add tweakRank and tweakCount.
16011
16012         * lily/grob.cc: 
16013         * scm/define-grob-properties.scm (all-internal-grob-properties):
16014         Add tweak-rank and tweak-count.
16015
16016 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
16017
16018         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
16019         New function.
16020         (text): Use them.
16021
16022         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
16023         animated/opaque grob dragging tweaks.
16024
16025         * buildscripts/guile-gnome.sh: Update.
16026
16027 2004-11-10  Mats Bengtsson  <mabe@s3.kth.se>
16028
16029         * scm/define-grobs.scm (all-grob-descriptions): Added
16030         line-interface to the LigatureBracket object.
16031
16032 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
16033
16034         * scm/framework-gnome.scm (item-event): Support non-animated mouse
16035         dragging tweaks.
16036
16037         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
16038
16039         * lily/context-selector.cc (store_context): New function.
16040
16041         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
16042         (store_grob): New function.
16043         (identify_grob): Add Moment parameter.
16044
16045         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
16046         exists.
16047
16048         * scm/framework-gnome.scm (save-tweaks): Write as alist.
16049
16050 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
16051
16052         * scm/framework-gnome.scm (item-event): Print grob id.
16053         (save-tweaks): New function.
16054         (tweak): New funtion.
16055         (item-event): Use it, bound to arrow keys.
16056
16057         * lily/context-property.cc (make_item_from_properties): Register grob.
16058         * lily/context.cc (add_context): Register context.
16059
16060         * lily/include/context-selector.hh:
16061         * lily/include/grob-selector.hh:
16062         * lily/context-selector.cc:
16063         * lily/grob-selector.cc: New file.
16064
16065 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16066
16067         * lily/slur.cc: add 'positions to interface
16068
16069         * lily/main.cc: reinstate PS as standard output format. 
16070
16071         * scm/framework-tex.scm (output-preview-framework): print systems
16072         up to first non title system.
16073
16074         * lily/grace-engraver.cc (start_translation_timestep): split
16075         scm_cadddr
16076         
16077 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16078
16079         * lily/quote-iterator.cc (Module): remove old quote-iterator
16080
16081         * scm/define-music-types.scm (music-descriptions): move
16082         NewQuoteMusic over QuoteMusic
16083
16084         * Documentation/user/notation.itely (Formatting cue notes): use
16085         \cueDuring.
16086
16087         * lily/new-quote-iterator.cc (quote_ok): new function.
16088
16089         * input/regression/quote-cue-during.ly: new file.
16090
16091         * input/regression/quote-grace.ly: new file.
16092
16093         * scm/define-context-properties.scm (Module): change definition of
16094         graceSettings
16095
16096         * lily/context-property.cc (Module): rename from
16097         translator-property.cc
16098
16099         * lily/context.cc (context_name_symbol): new function
16100
16101         * lily/grace-engraver.cc: new file. Set properties for grobs based
16102         on the grace-ness of now_moment().
16103
16104         * scm/music-functions.scm (add-grace-property): use list
16105         iso. vector for graceSettings
16106         remove set-{start,stop}-grace-properties. 
16107
16108         * lily/new-quote-iterator.cc (construct_children): set
16109         quote_outlet_ if no quoted-context-{id,type} specified.
16110
16111         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
16112
16113         * lily/parser.yy (command_element): remove \quote.
16114
16115         * ly/music-functions-init.ly (location): add quoteDuring music
16116         function. 
16117
16118         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
16119         optional semicolon. (backportme)
16120
16121 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
16122
16123         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
16124         need to link to GUILE et al.
16125
16126 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16127
16128         * scm/define-music-properties.scm (all-music-properties): add
16129         quoted-context-type, quoted-context-id.
16130
16131         * scm/lily.scm (type-check-list): new function.
16132         
16133         * scm/lily-library.scm: new file. Generic library routines.
16134
16135         * lily/parser.yy (Generic_prefix_music): move typechecking out of
16136         parser.
16137
16138         * ly/music-functions-init.ly: add quoteDuring function.
16139
16140         * lily/include/music-iterator.hh (class Music_iterator): rename
16141         set_translator -> set_context
16142
16143         * lily/parser.yy (Generic_prefix_music_scm): add
16144         MUSIC_FUNCTION_SCM_SCM_MUSIC
16145
16146         * scm/lily.scm (sanitize-command-option): new function. (backportme)
16147
16148         * scm/framework-tex.scm (header): sanitize TeX paper size.
16149         (backportme)
16150
16151 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
16152
16153         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
16154
16155         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
16156
16157         * scm/framework-tex.scm (font-load-command): Use T1 if no
16158         font-encoding set.  (backportme)
16159
16160         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
16161         exists before converting.  (backportme)
16162
16163         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
16164         exists before converting.  (backportme)
16165         (convert-to-ps): Remove .ps file if it exists before
16166         converting.  (backportme)
16167
16168         * lily/lexer.ll: Remove extra progress newline, use present tense.
16169
16170         * scm/paper.scm (paper-alist): public.
16171         * scm/framework-tex.scm (convert-to-ps):
16172         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
16173         command line.
16174
16175 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16176
16177         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
16178
16179         * lily/recording-group-engraver.cc (derived_mark): mark
16180         now_events_. (backportme)
16181
16182 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16183
16184         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
16185
16186         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
16187         invoking latex. (backportme.)
16188
16189         * lily/stem.cc (off_callback): center stems for all rest stems.
16190
16191 2004-11-05  Werner Lemberg  <wl@gnu.org>
16192
16193         * Documentation/user/lilypond.tely: Add more guidelines for writing
16194         lilypond texinfo documents.
16195
16196 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
16197
16198         * Documentation/index.html.in: remove <hr>.
16199
16200         * THANKS: change 2.3 to 2.4.
16201
16202 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
16203
16204         * scm/output-gnome.scm: More fontconfig comment.
16205
16206 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
16207
16208         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
16209         <package> directory in $(builddir)/share according with
16210         PACKAGE_NAME defined in the VERSION file.
16211
16212 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16213
16214         * lily/beam.cc (rest_collision_callback): use local beam
16215         multiplicity.
16216
16217         * input/regression/stem-stemlet.ly: new file.
16218
16219         * lily/stem.cc (add_head): store rests as well.
16220
16221         * scm/define-grob-properties.scm (all-user-grob-properties): add
16222         stemlet-length
16223
16224         * lily/stem.cc: store rests as well.
16225         
16226         * input/regression/new-slur.ly: mention forcing.
16227
16228 2004-11-04  Werner Lemberg  <wl@gnu.org>
16229
16230         * Documentation/user/*: A new round of layout fixes and document
16231         structure cleanup.
16232
16233 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
16234
16235         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
16236
16237 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
16238
16239         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
16240
16241 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
16242
16243         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
16244
16245         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
16246
16247         * lily/main.cc (main): Invoke identify.
16248
16249         * scm/lily.scm (postscript->pdf): Remove progress newline.
16250         Write progress to stderr.
16251
16252         * lily/paper-book.cc (output): Remove progress newline.
16253
16254         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
16255         gettext on user messages, and remove whitespace.
16256
16257         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
16258
16259         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
16260         argv[0] (Thomas Scharkowski).
16261
16262         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
16263         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
16264         for ec-fonts-mtraced.
16265
16266         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
16267         --srcdir build (Bertalan).
16268
16269         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
16270         headers and library too (Laura Conrad).
16271
16272         * Documentation/topdocs/INSTALL.texi (Top): Mention development
16273         package for guile too (Laura Conrad).
16274
16275         * lily/main.cc (usage): Typo.
16276
16277 2004-11-02  Werner Lemberg  <wl@gnu.org>
16278
16279         * Documentation/user/notation.ly: More fixes to improve appearance.
16280
16281         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
16282         better output for multicolumn tables.
16283
16284 2004-11-01  Mats Bengtsson  <mabe@s3.kth.se>
16285
16286         * lily/main.cc (dir_info): Fixed typo in the printouts.
16287
16288 2004-11-01  Werner Lemberg  <wl@gnu.org>
16289
16290         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
16291         of output.
16292         Set `per_line' to 2; replace hard-coded value with it.
16293
16294         * Documentation/user/*: Many fixes to improve appearance of
16295         printed manual.
16296
16297 2004-11-01  Werner Lemberg  <wl@gnu.org>
16298
16299         * Documentation/user/changing-defaults.itely,
16300         Documentation/user/notation.ly,
16301         Documentation/user/programming-interface.itely: Use @/.
16302         Fix formatting of some lilypond snippets and tables.
16303
16304         * scripts/lilypond-book.py (compose_ly): Provide useful default
16305         for LINEWIDTH in `override'.
16306
16307 2004-10-31  Graham Percival  <gperlist@shaw.ca>
16308
16309         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
16310
16311 2004-10-31  Werner Lemberg  <wl@gnu.org>
16312
16313         Resetting @exampleindent to `5' gives ugly results with texinfo's
16314         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
16315         (if not quoting) to change @exampleindent only locally.
16316
16317         * scripts/lilypond-book.py (NOQUOTE): New variable.
16318         (output) [LATEX]: Remove AFTER and BEFORE.
16319         [TEXINFO]: Remove AFTER and BEFORE.
16320         Fix QUOTE and VERBATIM pattern.
16321         Add NOQUOTE pattern.
16322         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
16323         and BEFORE.
16324         [output_texinfo]: Use NOQUOTE.
16325
16326 2004-10-31  Graham Percival  <gperlist@shaw.ca>
16327
16328         * Documentation/user/changing-defaults.itely: clarify paper
16329         size commands with correct info.
16330
16331         * Documentation/user/lilypond-book.itely: add more docs for
16332         filename extensions.
16333
16334 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16335
16336         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
16337         (PATCH_LEVEL): start 2.5.0.
16338
16339 #Local variables:
16340 #coding: utf-8
16341 #End:
16342