]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
typecheck barnumber.
[lilypond.git] / ChangeLog
1 2006-10-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
2
3         * lily/paper-column-engraver.cc (stop_translation_timestep): also
4         typecheck barnumber.
5
6         * scm/framework-ps.scm (dump-stencil-as-EPS): fix thinkos.
7
8         * scm/lily.scm (type-p-name-alist): add rhythmic-location? type name.
9
10         * Documentation/topdocs/NEWS.tely (Top): doc new clipping feature
11
12         * input/regression/clip-systems.ly (Notes): new file. 
13
14         * scm/lily.scm (define-scheme-options): add clip-systems option.
15
16         * scm/framework-ps.scm (dump-stencil-as-EPS-with-bbox): new
17         function
18         (dump-stencil-as-EPS): move bbox calculation from previous
19         dump-stencil-as-EPS
20         (output-framework): use -dclip-systems 
21
22         * scm/lily-library.scm (filtered-map): new function
23
24         * scm/framework-ps.scm (clip-system-EPS): new function.
25         (clip-system-EPSes): new function.
26
27         * lily/paper-column.cc: add rhythmic-location to interface
28
29         * scm/define-grob-properties.scm (all-user-grob-properties): add
30         rhythmic-location property.
31
32         * scm/clip-region.scm: new file: rhythmic-location data type and
33         system-clipped-x-extent function.
34
35         * ly/init.ly: use (scm clip-region)
36
37         * lily/paper-column-engraver.cc (stop_translation_timestep): set
38         rhythmic-location for paper column grobs.
39
40         * lily/grob-scheme.cc (LY_DEFINE): minor cleanup
41
42 2006-10-12  Jürgen Reuter  <reuter@ipd.uka.de>
43
44         * ly/engraver-init.ly: Remove obsolete comment on
45         Bar_number_engraver.
46
47         * Documentation/user/instrument-notation.itely: Tune Ancient
48         Articulations figure, such that the episem actually shows.
49
50 2006-10-12  Graham Percival  <gpermus@gmail.com>
51
52         * Documentation/user/ {some}: minor edits that were lost somehow.
53
54 2006-10-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
55
56         * VERSION (PACKAGE_NAME): bump version.
57
58         * input/regression/lyric-tie.ly (texidoc): new file.
59
60         * Documentation/topdocs/NEWS.tely (Top): add new feature.
61
62         * lily/general-scheme.cc (LY_DEFINE): elucidate docstring.
63
64         * scm/define-markup-commands.scm (tied-lyric): new function: split
65         string along ~ and reattach with U+203F (tie character) and
66         negative space.
67
68         * scm/output-lib.scm (lyric-text::calc-text): new function.
69
70         * lily/lyric-engraver.cc (process_music): don't set 'text.
71
72         * scm/output-lib.scm (string-finger::calc-text): new function
73         (lyric-text::print): new function.
74
75         * lily/new-fingering-engraver.cc (add_fingering): refactor; make
76         generic for fingering & string number. Use for string-finger. 
77
78         * scm/define-music-types.scm (music-descriptions): add
79         StringFingerEvent
80
81         * lily/fingering-engraver.cc (listen_string_finger): new function
82
83         * scm/define-grobs.scm (all-grob-descriptions): add StringFinger
84
85         * scm/define-context-properties.scm
86         (all-user-translation-properties): add stringFingerOrientations
87
88 2006-10-11  Jürgen Reuter  <reuter@ipd.uka.de>
89
90         * mf/parmesan-dots.mf (new), mf/parmesan-generic.mf,
91         ly/engraver-init.ly: Added vaticana-style augmentum dot glyph.
92
93         * lily/dots.cc: Added style property for dots.
94
95         * mf/parmesan-heads.mf: Fix typo in comment.
96
97         * mf/feta-bolletjes.mf, scm/output-lib.scm: Fix longa notes bug by
98         adding longa head to feta font and removing obsolete default
99         mapping scheme code.
100
101 2006-10-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
102
103         * scm/output-lib.scm (fingering::calc-text): use origin
104         event-property, not music-property.
105
106         * lily/lilypond.rc.in: spell my name correctly.
107
108 2006-10-10  Joe Neeman  <joeneeman@gmail.com>
109
110         * lily/grob.cc (pure_height): only add minimum-Y-extent if we
111         already have a non-empty extent. Fixes estimation for Hara-kiri
112         staves.
113
114 2006-10-09  Jürgen Reuter  <reuter@ipd.uka.de>
115
116         * ly/gregorian-init.ly: Simplify definition of \episemInitium and
117         \episemFinis.
118
119         * lily/ligature-engraver.cc: Remove unused #include.
120
121         * lily/vaticana-ligature-engraver.cc: Fix placement of dots.
122         Bugfix: remove method check_for_prefix_loss(Item *) from global
123         namespace to avoid namespace pollution.
124
125 2006-10-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
126
127         * VERSION: release 2.9.22
128
129         * ly/generate-documentation.ly: update option name.
130
131         * lily/dynamic-text-spanner.cc (print): revert fix.
132
133         * scm/define-grob-interfaces.scm
134         (trill-pitch-accidental-interface):
135         add trill-pitch-accidental-interface
136
137         * lily/dots-engraver.cc (acknowledge_rhythmic_head): only
138         dereference if it's really a duration.
139
140         * lily/figured-bass-engraver.cc (process_music): clear spanner if
141         useBassFigureExtenders is not set.
142         (listen_bass_figure): record as new event if
143         useBassFigureExtenders not set. Fixes #103.
144
145         * scm/stencil.scm (circle-stencil): don't center stencil argument,
146         instead: move circle. Fixes #107.
147
148         * scm/define-grobs.scm (all-grob-descriptions): set
149         allow-loose-spacing for PaperColumn and
150         NonMusicalPaperColumn. Kludge for #110.
151
152         * lily/spaceable-grob.cc: add allow-loose-spacing property.
153
154         * lily/spacing-determine-loose-columns.cc (is_loose_column):
155         allow-loose-spacing property.
156
157         * scm/define-markup-commands.scm (postscript): gsave & grestore
158         around embedded PS. Do setlinewidth too. Fixes  #109.
159
160 2006-10-08  Jürgen Reuter  <reuter@ipd.uka.de>
161
162         * lily/ligature-bracket-engraver: Bugfix: Add missing stream event
163         code.  This patch fixes ligature brackets that were not at all
164         engraved any more.
165
166 2006-10-08  Graham Percival  <gpermus@gmail.com>
167
168         * Docuemntation/user/page.itely: clarify two-pass vs. ragged-bottom.
169
170         * ly/property-init.ly: fix sacred harp notehead shapes (bug 96).
171
172         * scm/define-context-properties.scm: clarified docs (bug 91).
173
174         * Documentation/user/basic-notation.itely: document volta brackets
175         not aligning (bug 63).
176
177         * Documentation/user/ global.itely invoking.itely: ignore or
178         add warnings about texstr.
179
180 2006-10-08  John Mandereau  <john.mandereau@free.fr>
181
182         * po/fr.po: update translation.
183
184         * po/: update msgids.
185
186 2006-10-08  Jan Nieuwenhuizen  <janneke@gnu.org>
187
188         * GNUmakefile.in (HELP_CATALOGS): Fix in-build-tree locales.
189
190 2006-10-08  Nicolas Sceaux  <nicolas.sceaux@free.fr>
191
192         * Documentation/user/page.itely (Two-pass vertical spacing): add
193         documentation for two-pass spacing technique.
194
195 2006-10-06  Graham Percival  <gpermus@gmail.com>
196
197         * Documentation/user/convert-ly.txt: new file; new
198         storage place for this file (moved from bugs/ CVS).
199
200 2006-10-06  Jürgen Reuter  <reuter@ipd.uka.de>
201
202         * lily/note-head.cc: Fixed programming_error message.
203
204 2006-10-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
205
206         * scm/define-grobs.scm (pure-conversion): move pure-callback
207         further into body.
208
209         * scm/script.scm (default-script-alist): set avoid-slur for turn,
210         marcato, stopped, thumb.
211
212 2006-10-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
213
214         * lily/completion-note-heads-engraver.cc (process_music): don't
215         skimp on memory usage.
216
217         * lily/beam.cc (set_stem_lengths): do set_stemend for invisible
218         stems too. Fixes #5
219
220         * lily/parenthesis-engraver.cc (acknowledge_grob): set parent of
221         parenthesis item. This fixes premature Y-extent triggering. Fixes
222         issue #95. 
223  
224         * VERSION (PATCH_LEVEL): bump version.
225
226 2006-10-04  Graham Percival  <gpermus@gmail.com>
227
228         * Documentation/user/advanced-notation.itely: added
229         info about instrument names for piano or other contexts,
230         thanks Marcus!
231
232 2006-10-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
233
234         * mf/feta-bolletjes.mf (solfa_quarter_width): use
235         solfa_base_notewidth as unit for non-DO-notes too.
236
237         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: update email.
238
239         * VERSION: release 2.9.21
240
241         * Documentation/topdocs/NEWS.tely (Top): simpler, more clearer
242         override.
243
244 2006-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
245
246         * python/lilylib.py (progress): Minor fix.
247
248 2006-10-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
249
250         * lily/note-name-engraver.cc: doc engraver.
251
252         * scm/output-lib.scm (hairpin::calc-grow-direction): new function.
253
254         * lily/dynamic-engraver.cc (process_music): don't set grow-direction.
255
256         * scm/define-grobs.scm (all-grob-descriptions): calc duration-log
257         by callback.
258
259         * lily/stem-engraver.cc (make_stem): don't set duration-log
260
261         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system):
262         write snippet-names binary.
263
264         * python/lilylib.py (system): use os.system for mingw32
265
266         * scripts/lilypond-book.py (bindir): use os.pathsep for prepending
267         to $PATH.
268
269         * scm/backend-library.scm: update email address.
270
271         * Documentation/topdocs/NEWS.tely (Top): add duration-log override
272         example.
273
274         * scm/define-grobs.scm (all-grob-descriptions): use callback to
275         calc dot count.
276
277         * lily/dots-engraver.cc (class Dots_engraver): new engraver:
278         handle dot creation separately.
279
280         * lily/tab-note-heads-engraver.cc (process_music): idem.
281
282         * lily/drum-note-engraver.cc (process_music): idem.
283
284         * lily/note-heads-engraver.cc (process_music): idem.
285
286         * lily/rest-engraver.cc: don't set duration-log.
287
288         * scm/output-lib.scm (string-number::calc-text): new function.
289         (note-head::calc-duration-log): new function.
290
291         * lily/fingering-engraver.cc (make_script): remove 'text setting.
292
293         * scm/output-lib.scm (fingering::calc-text): new function.
294
295 2006-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
296
297         * scripts/lilypond-book.py: Fix typo gs-load-font -> gs-load-fonts
298          and include-eps-font -> include-eps-fonts
299
300 2006-10-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
301
302         * lily/multi-measure-rest-engraver.cc: use internalBarNumber
303
304         * lily/timing-translator.cc: list properties.
305         (start_translation_timestep): update internalBarNumber too.
306
307         * scm/define-context-properties.scm
308         (all-user-translation-properties): add internalBarNumber.
309
310         * input/regression/spacing-no-note.ly: new file.
311
312         * buildscripts/output-distance.py (link_file): verbosity for OSError.
313
314         * lily/book.cc: #include cleanup.
315
316         * lily/include/lily-guile-macros.hh: add assert to
317         scm_or_str2symbol(SCM).
318
319         * VERSION (PATCH_LEVEL): bump version.
320
321         * lily/spacing-spanner.cc (musical_column_spacing): handle
322         musical->nonmusical spacing case, where there is no spacing
323         wish. Fixes issue #61.
324
325         * lily/pango-font.cc (text_stencil): allow 'tight' bounds.
326         (pango_item_string_stencil): use logical rect horizontally (to
327         preserve spaces), ink_rect vertically (for time signatures).
328
329         * lily/font-metric.cc (word_stencil): new interface function
330
331         * input/regression/utf-8-mixed-text.ly: new file.
332
333         * lily/percent-repeat-engraver.cc (listen_percent): remove
334         spurious warning.
335
336         * lily/phrasing-slur-engraver.cc (acknowledge_script): only ack
337         non-dynamic scripts. Fixes #30.
338
339         * lily/slur.cc (outside_slur_callback): make offset_scm optional.
340
341         * lily/beam.cc (rest_collision_callback): make prev_offset optional.
342
343         * lily/grob-closure.cc (chain_offset_callback): don't pass 0 but
344         SCM_UNDEFINED for non-existent data.
345
346         * lily/side-position-interface.cc (general_side_position): allow
347         optional current_offset argument for chaining, so combinations of side-position
348         and outside slur callback don't add up.  Fixes issue #92.
349
350         * lily/pango-font.cc (pango_item_string_stencil): use
351         logical_rect. This prevents spaces after words from disappearing,
352         issue #72.
353         
354         * VERSION: release 2.9.20
355
356 2006-10-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
357
358         * scm/define-grob-properties.scm (all-user-grob-properties):
359         mention stencil as user settable.
360
361 2006-10-02  Joe Neeman  <joeneeman@gmail.com>
362
363         * Documentation/user/page.itely (Page formatting): 
364         document auto-first-page-number
365
366         * lily/page-breaking.cc (find_chunks_and_breaks): 
367         * lily/paper-score.cc (calc_breaking): Follow changes to the
368         Constrained_breaking interface
369
370         * lily/constrained-breaking.cc (calc_subproblem): run the main loop
371         here backwards, as an optimisation
372         (initialize): new function; move most of the code in resize () here
373         (combine_demerits): cache ragged_right_
374         (Constrained_breaking): constructor now takes the Paper_score
375
376 2006-10-02  Erik Sandberg  <mandolaerik@gmail.com>
377         
378         * lily/lexer.ll, lily/parser.yy: Add EXPECT_NO_MORE_ARGS token, to
379         avoid parser lookahead for 0-ary functions.
380
381         * lily/translator.cc: Extract event classes from
382         IMPLEMENT_TRANSLATOR_LISTENER for documentation generation.
383
384 2006-10-02  Heikki Junes  <hjunes@gmail.com>
385
386         * po/fi.po: Fix spaces, commas etc. in Finnish translation using
387         KBabel fix tool.
388
389 2006-10-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
390
391         * scm/layout-page-layout.scm (page-breaking-wrapper): new
392         function. Call the page breaking function selected in the
393         `page-breaking' \paper variable, then the post processing function
394         chosen using the `page-post-process' \paper variable.
395         (line-height): new function. Return the height of a system.
396         (line-minimum-position-on-page): new function. Return the position
397         of a system on page (using the previous line position), only
398         considering between system padding.
399         (stretchable-line?): new function. Says whether a line can be
400         stretched (ie. is not a title nor a single staff system).
401         (page-maximum-space-left): new function. Computes space left on a
402         page, when all systems are separated by their padding.
403
404         * lily/page-breaking.cc (breaking::make_pages): Move page post
405         processing function call to page breaking wrapper (common to all
406         page breakers).
407
408         * lily/paper-book.cc (book::pages): call the page breaking
409         wrapper, instead of the page breaker directly
410
411         * ly/paper-defaults.ly: Add \paper variables for page breaking
412         wrapper and page post processing function. Make
413         `write-page-layout' value depend on the 'dump-tweaks option. Add a
414         `system-maximum-stretch-procedure' variable for holding a function
415         computing the maximum stretch a system allows.
416
417         * scm/layout-page-dump.scm (write-page-breaks): computes the
418         stretch to apply to systems on a page to minimize left
419         space. Dump this stretch length.
420
421         * ly/music-functions-init.ly (spacingTweaks): implement it. Read
422         the system-stretch property of the tweak data to stretch the
423         system.
424         (includePageLayoutFile): Void function which includes the
425         generated page-layout file if it exists and if the page layout
426         dumping is not asked.
427         (scoreTweak): if the score tweak named by the argument exists,
428         return it.
429
430 2006-10-01  Joe Neeman  <joeneeman@gmail.com>
431
432         * lily/page-spacing.cc (compress_lines, uncompress_solution):
433         handle correctly the case where there are multiple \noPageBreaks
434         in a row.
435
436 2006-09-30  Laura Conrad <lconrad@laymusic.org>
437
438         * abc2ly.py adds segno (S) and Coda (O) to articulations.
439         
440         * abc2ly.py fix so that entering " -- " will translate to a -- in
441         the lilypond instead of a " - - "
442         
443 2006-09-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
444
445         * lily/align-interface.cc: fix typo
446
447         * lily/dynamic-text-spanner.cc (print): Add a special case for
448         trill spanner right sides. 
449
450         * scm/define-grobs.scm (all-grob-descriptions): set padding to 0.1
451
452         * lily/align-interface.cc (get_extents_aligned_translates): add
453         support for padding variable.
454
455         * lily/break-align-interface.cc (self_align_callback): oops: use
456         loop variable in guard.
457
458         * input/regression/repeat-percent-grace.ly: new file.
459
460         * lily/percent-repeat-engraver.cc (start_translation_timestep):
461         remember first currentCommandColumn of a grace run. Fixes issue 70.
462
463         * lily/percent-repeat-iterator.cc (class Percent_repeat_iterator):
464         move class definition to CC file.
465
466         * lily/multi-measure-rest.cc (percent): use robust_relative_extent()
467
468         * lily/slash-repeat-engraver.cc (listen_percent): don't warn for
469         measure-long  repeats.
470
471         * flower/include/international.hh: include stdarg.h
472
473 2006-09-30  Joe Neeman  <joeneeman@gmail.com>
474
475         * lily/page-turn-page-breaking.cc (calc_demerits): now that we allow
476         put_systems_on_pages to return an empty result, we need to assign
477         demerits properly in that case.
478         (put_systems_on_pages): Make the number of pages depend on the
479         evenness of page_number. Add auto-first-page-number.
480         (calc_subproblem): ensure that the page-number is even for the
481         left-hand page. Warn if the first page-turn doesn't fit onto the
482         first (right-hand) page.
483
484         * lily/page-spacing.cc (solve): bug: demerits_ would always be inf
485         (min_page_count): make this publicly accessible
486         (min_page_count): fix a bug when there are forced page breaks that
487         was introduced when I made this loop run backwards
488         (space_systems_on_n_pages, space_systems_on_n_or_one_more_pages):
489         replace space_systems_on_min_pages with these two. The logic in
490         space_systems_on_min_pages was getting too convoluted and is better
491         contained in page-turn-page-breaking.
492
493         * lily/page-turn-engraver.cc (breakable_column): remove an always-true
494         conditional
495         (breakable_column): typo
496
497         * lily/source-file.cc (get_line): fix off-by-one error
498         and clean up some of the logic
499
500 2006-09-29  Joe Neeman  <joeneeman@gmail.com>
501
502         * lily/page-breaking.cc (make_pages): honour the first-page-number
503         property
504
505 2006-09-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
506
507         * VERSION (PACKAGE_NAME): bump version.
508
509 2006-09-26  Pal Benko  <benko.pal@gmail.com>
510
511         * scm/parser-clef.scm: add petrucci-f3 and -f4 clefs
512         (the latter is the same as petrucci-f which is kept for compatibility)
513
514 2006-09-26  Erik Sandberg  <mandolaerik@gmail.com>
515         
516         * lily/part-combine-iterator.cc: solo1-event -> solo-one-event
517
518 2006-09-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
519
520         * lily/global-context.cc (run_iterator_on_me): break out of loop
521         if moment doesn't increase.
522
523         * scm/define-grob-properties.scm (all-user-grob-properties): add
524         forced property.
525
526         * lily/accidental.cc (after_line_breaking): read forced property.
527
528         * lily/accidental-engraver.cc (process_acknowledged): set 'forced
529         property.
530
531         * input/regression/accidental-forced-tie.ly:  new file.
532
533 2006-09-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
534
535         * ly/engraver-init.ly: set ignoreFiguredBassRest in Staff context.
536
537         * lily/figured-bass-engraver.cc: only listen to rest events if
538         ignoreFiguredBassRest is not set.
539
540         * scm/define-context-properties.scm
541         (all-user-translation-properties): add ignoreFiguredBassRest property
542
543 2006-09-24  Joe Neeman  <joeneeman@gmail.com>
544
545         * lily/paper-book.cc (get_system_specs):
546         (set_system_penalty): fix breakbefore.
547         We used to set a penalty on the system after the break, now we
548         set a permission on the system before the break
549
550         * lily/grob-property.cc: add scm debugging hooks into
551         property modification
552
553         * lily/context-property.cc:
554         * lily/engraver.cc:
555         rename make_foo_from_properties to internal_make_foo and
556         move it from context-property.cc to a member function of
557         Engraver.
558         
559         * lily/include/lily-guile-macros.hh:
560         overload ly_symbol2scm macro so that there is no more need
561         to use internal_foo
562
563         * lily/volta-repeat-iterator.cc:
564         * lily/tweak-engraver.cc:
565         * lily/tuplet-bracket.cc:
566         * lily/span-bar-engraver.cc:
567         * lily/script-engraver.cc:
568         * lily/prob-scheme.cc:
569         * lily/pointer-group-interface.cc:
570         * lily/parser.yy:
571         * lily/grob-scheme.cc:
572         * lily/grob-property.cc:
573         * lily/context.cc:
574         * lily/context-property.cc:
575         * lily/break-substitution.cc:
576         * lily/break-align-engraver.cc:
577         * lily/axis-group-interface.cc:
578         * lily/align-interface.cc:
579         remove calls to internal_FOO
580
581         * lily/system-start-delimiter-engraver.cc:
582         * lily/parenthesis-engraver.cc:
583         * lily/accidental-engraver.cc:
584         remove calls to make_foo_from_properties
585
586 2006-09-23  Graham Percival  <gpermus@gmail.com>
587
588         * Documentation/user/programming-iterfaces.itely: fix
589         def-music-function -> define-music... leftover.
590
591 2006-09-23  Joe Neeman  <joeneeman@gmail.com>
592
593         * lily/page-spacing.cc (min_page_count): by running the loop
594         backwards, we can calculate ragged_last properly.
595
596 2006-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
597
598         * ly/titling-init.ly (scoreTitleMarkup): Rename (typo!?)
599         printfirst-page-number -> print-first-page-number
600
601         * python/convertrules.py: corresponding rule.
602
603         * Documentation/user/page.itely (Page formatting): Document the
604         default values of all page layout parameters. 
605
606 2006-09-22  Erik Sandberg  <mandolaerik@gmail.com>
607
608         * lily/lexer.ll: remove limitation on music function arity. New
609         mode extratoken, which inserts extra EXPECT_* tokens after
610         MUSIC_FUNCTION token. Junk all MUSIC_FUNCTION_* tokens.
611
612         * lily/parser.yy: Change grammar for music function accordingly.
613
614         * lily/include/lily-parser.hh: New method get_state, new member
615         hidden_state. Works around a problem when parser fetches
616         MUSIC_FUNCTION token but not the following EXPECT_* token.
617
618         * lily/translator.cc, lily/context.cc:, lily/translator-group.cc:
619         remove try_music
620
621         * lily/*-engraver.cc, lily/*-performer.cc: Remove all remaining
622         references to Music; use ASSIGN_EVENT_ONCE everywhere
623
624         * lily/grob-info.cc: junk *music_cause
625
626         * lily/music.cc: copy eventified articulations to stream event
627
628         * lily/part-combine-iterator.cc: Cleanup using enums
629
630         * lily/translator-group.cc: Junk OldMusicEvent, and associated
631         methods
632
633         * lily/include/engraver.hh: Junk music.hh include
634
635         * lily/stream-event.cc: Changed constructors
636
637 2006-09-21  Graham Percival  <gpermus@gmail.com>
638
639         * Documentation/user/tweaks.itely (Fitting music onto fewer
640         pages): change settings to avoid warning messages.
641
642 2006-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
643
644         * Documentation/user/tweaks.itely (Fitting music onto fewer
645         pages): Add between-system-space setting. 
646
647 2006-09-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
648
649         * lily/accidental-placement.cc (calc_positioning_done): don't
650         trigger Y-extent calculation too early. Use pure_height instead.
651
652         * lily/scale.cc (LY_DEFINE): new file. 
653
654 2006-09-20  Joe Neeman  <joeneeman@gmail.com>
655
656         * lily/page-breaking.cc (find_chunks_and_breaks): ignore breaks
657         that happen at the start of a score: having a zero-length
658         chunk was messing up min_system_count calculations.
659
660         * lily/source-file.cc (get_line): lower_bound, not
661         binary_search. Fixes problem where point-and-click would
662         always point to the first line.
663
664 2006-09-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
665
666         * lily/accidental-placement.cc (calc_positioning_done): also put
667         stems into accidental support. 
668
669         * lily/tie-engraver.cc (process_music): also set tieMelismaBusy if
670         event_ detected.
671
672         * scm/script.scm (default-script-alist): avoid-slur and
673         slur-padding for portato script.
674
675         * lily/stem-tremolo.cc (translated_stencil): new function. 
676         (height): use new function. Fixes tremolos on whole notes.
677
678         * lily/slur-scoring.cc (get_best_curve): don't crash if no optimal
679         slur found.
680
681 2006-09-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
682
683         * scripts/abc2ly.py (try_parse_comment): idem.
684
685         * scripts/lilypond-book.py (find_toplevel_snippets): use 'foo' in
686         bar_string iso. string.find()
687
688         * lily/*.cc: idem.
689
690         * lily/slur.cc (get_curve): always use scm_is_pair() looping
691         scheme lists.  
692
693 2006-09-18  Graham Percival  <gpermus@gmail.com>
694
695         * Documentation/user/basic-notation.itely: add bug
696         warning about ties and octavation/clef.
697
698 2006-09-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
699
700         * VERSION (PACKAGE_NAME): release 2.9.18
701
702 2006-08-29  Milan Zamazal  <pdm@brailcom.org>
703
704         * elisp/lilypond-mode.el (LilyPond-command-alist): Don't try to
705         figure out midi file names right here.
706         
707 2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
708
709         * scm/framework-ps.scm (dump-stencil-as-EPS): naming pad-eps-boxes.
710
711         * scm/backend-library.scm: option naming:  gs-font-load*s*
712
713         * scm/framework-eps.scm (dump-stencils-as-EPSes): rename option to
714         include-eps-fonts
715
716 2006-09-17  Joe Neeman  <joeneeman@gmail.com>
717
718         * scm/define-music-types.scm (music-descriptions): remove
719         BreakEvent and fix {Page,Line}{Break,Turn}Event so
720         Music::to_event doesn't complain.
721
722         * lily/accidental-placement.cc (ape_compare):
723         * lily/semi-tie.cc (compare): 
724         * lily/note-column.cc (shift_compare): replace by XXX_less
725
726         * lily/tie-formatting-problem.cc (set_chord_outline): 
727         * lily/tie-column.cc (calc_positioning_done): 
728         * lily/system.cc (post_processing)
729         (get_paper_system): 
730         * lily/stem.cc (note_head_positions)
731         (calc_positioning_done): 
732         * lily/spanner.cc (do_break_processing)
733         (find_broken_piece): 
734         * lily/span-bar.cc (print): 
735         * lily/semi-tie-column.cc (calc_positioning_done): 
736         * lily/rest-collision.cc (calc_positioning_done): 
737         * lily/program-option.cc (get_help_string): 
738         * lily/note-collision.cc (get_clash_groups):
739         * lily/new-fingering-engraver.cc (position_scripts):
740         * lily/keyword.cc (Keyword_table):
741         * lily/hara-kiri-group-spanner.cc (request_suicide):
742         * lily/grob-pq-engraver.cc (stop_translation_timestep):
743         * lily/accidental-placement.cc (calc_positioning_done):
744         (stagger_apes):
745         * lily/beam.cc (get_beam_segments):
746         * lily/grob-array.cc (remove_duplicates):
747         use new vector_sort
748         
749         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily:
750         ragged-last-bottom = ##f (test the new page breaker)
751
752         * flower/include/std-vector.hh (vector_sort): use STL sort stuff
753
754         * scm/define-context-properties.scm
755         (all-internal-translation-properties): remove properties that
756         were used to communicate page-turn stuff to the paper-column
757         engraver.
758
759         * lily/lily-guile.cc (robust_scm2string): new function
760
761         * lily/paper-column-engraver.cc: Clean up page turn stuff
762
763         * lily/page-turn-engraver.cc: Re-write the page turn logic here
764         instead of cluttering up paper-column-engraver.cc
765
766 2006-09-17  Nicolas Sceaux  <nicolas.sceaux@free.fr>
767
768         * scm/layout-page-dump.scm (scm): export utility function names,
769         to allow user writing cutsom dumping functions.
770
771         * scm/layout-page-layout.scm: export utility function names to
772         enable custom page breaking function writing. Tabify.
773         (line-next-space): use ?-suffix only for predicates
774         (page-maximum-space-to-fill): new function. Return the space
775         between first and bottom system of a page, to give to
776         space-systems.
777         (space-systems): use a space-to-fill argument (for instance as
778         computed by page-maximum-space-to-fill) instead of computing
779         internaly this space with the page height. That way, the caller
780         can adjust the space to use.
781         (make-page-from-systems, walk-paths): compute space to fill before
782         calling space-systems.
783
784 2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
785
786         * scm/script.scm (default-script-alist): set paddings for every
787         type here, increase for portato mark.
788
789         * scm/lily.scm (define-scheme-options): typo: add s, so it is 
790         -dinclude-eps-fonts
791
792 2006-09-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
793
794         * scm/define-grobs.scm (all-grob-descriptions): oops, typo:
795         use spanner::set-spacing-rods
796
797         * lily/note-column.cc: reformat.
798
799         * lily/rest-collision.cc (calc_positioning_done): fix whole/half
800         step positioning for note/rest combinations.
801
802         * input/regression/rest-note-collision.ly: new file.
803
804         * scm/define-grobs.scm (all-grob-descriptions): add
805         springs-and-rods
806
807         * flower/include/std-vector.hh: switch off again.
808
809         * VERSION (PATCH_LEVEL): bump to 2.9.18
810
811         * flower/include/std-string.hh: idem.
812
813         * flower/include/std-vector.hh (_GLIBCXX_DEBUG): set if NDEBUG not set.
814
815 2006-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
816
817         * ly/engraver-init.ly: Make FiguredBass accepted in GrandStaff and
818         PianoStaff. 
819
820 2006-09-08  Joe Neeman  <joeneeman@gmail.com>
821
822         * Documentation/user/page.itely: update page breaking documentation
823
824 2006-09-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
825
826         * lily/note-collision.cc (calc_positioning_done): only access
827         first head if available.
828
829         * lily/tuplet-engraver.cc: add tupletFullLengthNote to description.
830
831         * scm/framework-ps.scm (output-preview-framework): use new name.
832
833         * lily/program-option.cc (internal_set_option): use new names.
834
835         * Documentation/user/SConscript (lilypond_book_flags): update -d
836         variable names.
837
838         * Documentation/user/lilypond-book.itely (Inserting LilyPond
839         output into other programs): new variable names.
840
841         * scm/lily.scm (define-scheme-options): uniformize var names.
842
843         * lily/tuplet-engraver.cc (listen_tuplet_span): verify that
844         tuplets_ is non-empty before popping.
845
846 2006-09-07  Joe Neeman  <joeneeman@gmail.com>
847
848         * lily/spanner.cc (find_broken_piece): 
849         * lily/spacing-spanner.cc (get_columns): 
850         * lily/source-file.cc (get_line): 
851         * lily/simple-spacer.cc (get_column_description): 
852         * lily/keyword.cc (lookup): 
853         use the new binary search.
854
855         * flower/include/std-vector.hh: replace binary_search with
856         a more STL-like version
857
858 2006-09-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
859
860         * lily/tie-performer.cc: remove unused last_event_ property.
861         (class Tie_performer): add now_tied_heads_ property for
862         partially-tied heads.
863         (acknowledge_audio_element): when adding an Audio_note, put the
864         note in now_tied_heads_ if the audio note is partially tied.
865         (stop_translation_timestep): always include entries in
866         now_tied_heads_ in heads_to_tie_.
867
868         * lily/drum-note-performer.cc (process_music): look for tie-events
869         in the articulations; pass to Audio_note constructor.
870
871         * lily/note-performer.cc (process_music): look for tie-events in
872         the articulations; pass to Audio_note constructor.
873
874         * lily/audio-item.cc (Audio_note): Initialize tie_event_ in
875         constructor.
876
877         * lily/include/audio-item.hh (class Audio_note): add tie_event_.
878         include initializer in constructor.
879
880 2006-09-02  Joe Neeman  <joeneeman@gmail.com>
881
882         * lily/simple-spacer.cc (get_line_forces): Ignore loose columns
883         unless they are breakable. This fixes discrepancies between the forces
884         calculated here and the forces calculated in get_line_configuration.
885
886         * lily/grob.cc (pure_relative_y_coordinate): fix some
887         mis-estimation that was happening with piano staves.
888
889         * lily/constrained-breaking.cc (resize): don't choke if we get a
890         measure that won't fit on a line.
891         (combine_demerits): don't consider uniformity when ragged
892
893         * lily/page-spacing.cc (solve): why the f* were there two of these?
894         (calc_subproblem): properly handle the case where a system is taller
895         than the page.
896
897         * lily/system.cc (get_paper_system): ensure that all the permissions
898         and penalties are passed to the paper systems.
899
900         * lily/page-breaking.cc (create_system_list): support system-count.
901
902         * scm/define-grobs.scm (pure-print-callbacks): add
903         ly:script-interface::print
904
905         * lily/page-spacing.cc (min_page_count): fix calculation of min
906         pages if we are ragged and there are non-zero springs.
907
908         * scm/layout-page-layout.scm: if the pure-height estimates are under
909         the real height, allow space-systems to ignore padding if it is
910         needed in order to fit the systems on one page
911
912         * lily/optimal-page-breaking.cc (try_page_spacing): fix reading
913         ragged properties
914         (solve): fix performance problem. Make sure we always get at least
915         one solution
916
917         * lily/page-breaking.cc (make_pages): include write-page-breaks
918         and page-stencil
919
920         * lily/paper-score.cc (calc_breaking): remove Gourlay breaker
921
922         * scm/define-grobs.scm: add the new slur-callback
923         fix pure-relevant to not exclude grobs whose extent is already
924         calculated
925
926         * ly/paper-defaults.ly: make ly:optimal-breaking the new default
927         page breaker
928
929         * lily/slur.cc (pure_height): new callback to estimate the height
930         of a slur
931
932 2006-09-02  Graham Percival  <gpermus@gmail.com>
933
934         * Documentation/user/invoking.itely: small update on
935         MacOS X notes; thanks Trevor!
936
937 2006-09-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
938
939         * VERSION (MY_PATCH_LEVEL): release 2.9.17
940
941         * lily/lexer.ll: accept EOF in all states.
942
943         * lily/tempo-performer.cc (Tempo_performer): initialize last_tempo_.
944
945         * lily/source-file.cc (Source_file): always 0-terminate character
946         array, to prevent Flex from barfing.
947
948         * lily/global-context.cc (get_output): robustness: don't crash if
949         no Score context found.
950
951         * lily/include/book.hh (class Book): idem.
952
953         * lily/include/context-def.hh (struct Context_def): idem.
954
955         * lily/include/score.hh (class Score): don't derive from Input.
956
957         * lily/book.cc (Book): add a copy ctor. 
958
959         * buildscripts/output-distance.py (FileLink.calc_distance): count
960         orphans in distance too.
961
962         * python/midi.c (midi_parse_track): robustness: don't read past
963         end of string.
964
965         * ly/performer-init.ly: add Control_track_performer, move
966         Tempo_performer and Time_signature_performer to Score.        
967
968         * lily/score-performer.cc (acknowledge_audio_elements): override
969         from base class: add to audio-columns
970
971         * lily/control-track-performer.cc (add_text): new file: generate
972         the control track.
973
974         * lily/performance.cc: move output_header_track to
975         Control_track_performer ()
976
977         * lily/midi-walker.cc (Midi_walker): get channel in constructor.
978
979         * lily/include/midi-item.hh (class Midi_channel_item): insert
980         class into hierarchy, for items that can have a channel setting. Dehungarify.
981
982         * lily/include/performer.hh (class Performer): remove
983         play_element();  move functionality into announce/acknowledge.
984
985         * lily/audio-staff.cc (output): remove channel_ from Midi_track.
986
987         * lily/tie-engraver.cc (stop_translation_timestep): only wipe
988         heads_to_tie_ if there are new heads to tie.  Fixes polyphony in ties.
989
990 2006-08-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
991
992         * lily/tie-engraver.cc (stop_translation_timestep): robustness for
993         ambituses.
994
995         * lily/all-font-metrics.cc: remove TFM support.
996
997         * lily/include/tfm.hh: remove TFM support, TFM reader.
998
999         * lily/include/binary-source-file.hh: remove Binary_source_file.
1000
1001 2006-08-27  Graham Percival  <gpermus@gmail.com>
1002
1003         * Documentation/topdocs/NEWS.itely: add @c marker for
1004         stuff I've processed.
1005
1006         * Documentation/user/ various: info from NEWS.
1007
1008 2006-08-27  Joe Neeman  <joeneeman@gmail.com>
1009
1010         * lily/paper-column-engraver.cc (finalize): Oops, this change
1011         should have gone in on 2006-08-23
1012
1013 2006-08-26  Mats Bengtsson  <mabe@s3.kth.se>
1014
1015         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use double
1016         quotes to quote arguments. Fixes Windows problem.
1017
1018         * python/lilylib.py (progress): idem
1019
1020 2006-08-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
1021
1022         * scripts/musicxml2ly.py: fix for importing
1023         minor key signatures from MusicXML.  (Phillip Kirlin)
1024
1025 2006-08-24  Phillip Kirlin  <pkirlin@acm.org>
1026
1027         * python/musicxml.py: 
1028         (Attributes.get_key_signature): now correctly retrieves mode from 
1029         MusicXML. 
1030
1031 2006-08-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
1032
1033         * lily/parser.yy (output_def_body): take ownership of identifier
1034         back to C++.
1035
1036         * Documentation/user/advanced-notation.itely (Metronome marks):
1037         update use of \tempo in \midi.
1038
1039         * VERSION: release 2.9.16
1040         
1041 2006-08-24  Erik Sandberg  <mandolaerik@gmail.com>
1042
1043         * input/mutopia/*: upgrade to new midi tempo syntax (repairs make
1044         web partially)
1045
1046 2006-08-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1047
1048         * input/regression/tie-chord-partial.ly: clarify example.
1049
1050         * scm/define-music-properties.scm (all-music-properties): remove
1051         untied.
1052
1053         * ly/music-functions-init.ly: remove \untied.
1054
1055         * lily/tie-engraver.cc (struct Head_event_tuple): store both
1056         stream events and music events.
1057         (stop_translation_timestep): search acknowledged heads for
1058         tie-event.
1059
1060         * input/regression/tie-chord-partial.ly: new file.
1061
1062         * scm/define-markup-commands.scm (char): use ly:wide-char->utf-8
1063         for \char markup command.
1064
1065         * scm/define-event-classes.scm (unlistened-music-event-classes): idem.
1066
1067         * scm/define-music-types.scm (music-descriptions): consistency:
1068         Use solo-{one,two}-event iso. solo-[12]-event.
1069
1070         * lily/part-combine-engraver.cc (process_music):
1071         Use solo-{one,two}-event iso. solo-[12]-event.
1072
1073         * ly/declarations-init.ly (partCombineListener): add Timing as
1074         alias
1075
1076         * flower/std-string.cc (string_copy): use copy ()
1077
1078         * lily/source-file.cc (Source_file): use copy(). Remove contents_str0()
1079
1080 2006-08-24  Graham Percival  <gpermus@gmail.com>
1081
1082         * Documentation/user/changing-defaults.itely, global.itely,
1083         lilypond-book.itely, page.itely: minor changes from mailist.
1084
1085 2006-08-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1086
1087         * buildscripts/mutopia-index.py (allfiles): filter lily-XXX and
1088         snippet-map
1089
1090         * scm/define-context-properties.scm
1091         (translator-property-description): robustness: detect type errors
1092         in property definitions.
1093
1094         * lily/parser.yy (score_body): protect SCORE_IDENTIFIER result
1095         after getting it from SCM. 
1096
1097         * lily/smobs.cc (protect_smob): switch off fancy smob protection
1098         for now. 
1099
1100         * lily/include/performer.hh (class Performer): strip get_tempo()
1101         method.
1102
1103         * lily/midi-def.cc: strip file.
1104
1105         * lily/lexer.ll (Lily_lexer): don't protect hash key separately.
1106
1107         * lily/include/context-def.hh (struct Context_def): use
1108         VIRTUAL_COPY_CONSTRUCTOR().
1109
1110         * lily/source-file.cc: smobification.
1111
1112         * lily/include/source-file.hh (class Source_file): smobify
1113         Source_file. Trim redundant members.
1114
1115         * lily/parser.yy (Lily_lexer::try_special_identifiers): unprotect
1116         clones after creation. This plugs a huge memory leak.
1117
1118         * python/convertrules.py (FatalConversionError.sub_tempo):
1119         complete rule for \midi{ \tempo }
1120
1121         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): idem.
1122
1123         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): update tempo.
1124
1125 2006-08-23  Joe Neeman  <joeneeman@gmail.com>
1126
1127         * input/regression/optimal-page-breaking-hstretch.ly: test for
1128         ragged-last-bottom also
1129
1130         * lily/paper-column-engraver.cc (finalize): make the end of a score
1131         breakable by default. This is to balance out a change in behaviour
1132         of the page-turn-breaker which no longer makes the end of a score
1133         breakable.
1134
1135         * lily/paper-book.cc (pages): set the systems_ once the pages are
1136         broken
1137
1138         * lily/page-turn-page-breaking.cc (calc_subproblem): use the new
1139         Page_breaking interface.
1140
1141         * lily/page-breaking.cc (class Page_breaking): make the interface
1142         more consistent and provide abstractions for dealing with
1143         Line_divisions.
1144
1145         * lily/optimal-page-breaking.cc (solve): use a more straightforward
1146         algorithm. Use the new interface to Page_breaking.
1147
1148         * lily/page-spacing.cc: better support for ragged-bottom and
1149         ragged-last-bottom
1150
1151 2006-08-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
1152
1153         * python/convertrules.py (conv): warning on \tempo{}
1154
1155         * ly/performer-init.ly: set tempoWholesPerMinute.
1156
1157         * ly/midi-init.ly: remove \midi
1158
1159         * lily/tempo-performer.cc: look at tempoWholesPerMinute to set
1160         MIDI tempo.
1161
1162         * lily/metronome-engraver.cc (process_music): use tempoUnitCount
1163         tempoUnitDuration for determining what to print.
1164
1165         * lily/lyric-extender.cc: typo.
1166
1167         * lily/parser.yy (output_def_body): disallow \tempo in \midi{}
1168
1169         * lily/duration-scheme.cc (LY_DEFINE): ly:duration-length: new
1170         function.
1171
1172         * scm/lily.scm (define-scheme-options): alphabetize, add eps-pad-boxes.
1173
1174         * scm/framework-ps.scm (dump-stencil-as-EPS): only pad boxes if
1175         eps-pad-boxes is set.
1176
1177         * scripts/lilypond-book.py (main): use -deps-pad-boxes.
1178
1179         * THANKS: update sponsors.
1180
1181         * ly/english.ly: quarter tone naming (thanks, Trevor Baca)
1182
1183         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
1184
1185         * input/regression/tie-chord-untied.ly: new file.
1186
1187         * lily/tie-engraver.cc (acknowledge_note_head): check 'untied property.
1188
1189         * scm/define-music-properties.scm (all-music-properties): add
1190         'untied property.
1191
1192         * buildscripts/mutopia-index.py (allfiles): look for .ly rather
1193         than .ly.txt.
1194         (headertext_nopics): sanitize no-examples text.
1195
1196         * scm/page.scm (make-page-stencil): don't rely on extents of
1197         page-stencil. This fixes spurious space around .EPS files produced
1198         with the EPS backend.
1199
1200 2006-08-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
1201
1202         * lily/stencil-scheme.cc (LY_DEFINE): make extent arguments optional.
1203
1204         * lily/hara-kiri-engraver.cc (process_music): remember
1205         keepAliveInterfaces after processing \set
1206
1207         * lily/lyric-extender.cc (print): support left/right-padding for
1208         extenders.
1209
1210         * scm/documentation-generate.scm (string-append): revert lilypond/
1211         path, doc why.
1212
1213 2006-08-20  Graham Percival  <gpermus@gmail.com>
1214
1215         * Documentation/user/lilypond.tely: clarification to
1216         license presentation (not to actual license).
1217
1218         * Documentation/user/basic-notation.itely,
1219         instrument-notation.itely: minor changes.
1220
1221         * input/ {regression, test}/+.ly: clarification to
1222         text (you can click on examples).  Thanks, Mats!
1223
1224         * input/manual/bar-lines.ly: adds ||: repeats.
1225
1226 2006-08-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1227
1228         * make/ly-vars.make (OMF_FILES): strip ps.gz from OMF_FILES 
1229
1230         * scm/documentation-lib.scm (texi-file-head): category LilyPond.
1231
1232         * Documentation/user/lilypond.tely: strip lilypond/ from info
1233         links, rename to category LilyPond
1234
1235         * lily/pango-font.cc (description_string): new function.
1236
1237         * VERSION: release 2.9.15
1238
1239         * lily/spacing-engraver.cc (stop_translation_timestep): use
1240         Dscho's fix for spacing spanner. 
1241
1242         * scm/define-music-types.scm (music-descriptions): use
1243         apply-output-event for ApplyOutputEvent
1244
1245         * lily/output-property-engraver.cc (listen_apply_output): rename
1246         from listen_layout_instruction.
1247
1248         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): new
1249         function protect()
1250
1251 2006-08-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1252
1253         * scm/lily.scm (lilypond-all): option read-file-list: substitute
1254         commandline args with contains, split by \n.
1255
1256         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system):
1257         write snippet-names file, call with -dread-file-list. Fixes
1258         command limitations on 64-bit systems.
1259
1260         * input/regression/stencil-color-rotation.ly: new file.
1261
1262         * lily/include/translator.hh (struct Acknowledge_information):
1263         revert: don't use Protected_scm in global objects, as GUILE can't
1264         handle gc_unprotect from automated destructors on MacOS X.
1265  
1266         * lily/grob.cc (get_print_stencil): use retval.expr() as base for
1267         color, not the original stencil. Fixes combinations of
1268         color/transparency/rotation. 
1269
1270         * scripts/lilypond-book.py (main): add --formats=eps for
1271         texinfo/latex.
1272
1273         * lily/spacing-engraver.cc (stop_translation_timestep): don't
1274         crash if spacing_ is nonexistent.
1275
1276 2006-08-14  Mats Bengtsson  <mabe@s3.kth.se>
1277
1278         * scripts/lilypond-book.py (output): Remove obsolete(!?)
1279         \catcode`\@=12 in the LaTeX output.
1280
1281 2006-08-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
1282
1283         * scm/define-music-types.scm (music-descriptions):
1284         use sustain-event iso. sustain-pedal-event.
1285
1286 2006-08-11  Joe Neeman  <joeneeman@gmail.com>
1287
1288         * scripts/convert-ly.py: honour the -n command-line switch
1289
1290 2006-08-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
1291
1292         * scm/output-lib.scm (bar-line::calc-glyph-name): add dashed liine
1293         break specification.
1294
1295 2006-08-10  Joe Neeman  <joeneeman@gmail.com>
1296
1297         * Documentation/user: convert-ly the user manual
1298
1299 2006-08-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
1300
1301         * stepmake/aclocal.m4: version check patch (thanks MWD)
1302
1303         * ly/music-functions-init.ly: robustness. Don't crash if
1304         currentBarNumber is not a number.
1305
1306         * VERSION (PATCH_LEVEL): bump.
1307
1308 2006-08-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
1309
1310         * stepmake/aclocal.m4: better version check; handle fooX.Y
1311         binaries too.
1312
1313         * ly/performer-init.ly: instrument name fixup.
1314
1315         * input/manual/chord-names-jazz.ly (banterProperties):
1316         instrumentName update
1317
1318         * scm/define-event-classes.scm (lambda): use ly:is-listened-event-class
1319
1320         * lily/ly-module.cc (ly_module_symbols): use ly_hash_table_keys
1321
1322         * lily/translator.cc (LY_DEFINE): ly:is-listened-event-class: new
1323         function. Use hash tables to check membership.
1324
1325         * lily/general-scheme.cc (LY_DEFINE): new function.
1326
1327         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): idem
1328
1329         * lily/include/translator.hh (struct Acknowledge_information): add
1330         Protected_scm
1331
1332         * ly/music-functions-init.ly: change name to BreathingEvent
1333
1334         * input/regression/*.ly: apply it.
1335
1336         * python/convertrules.py (conv): better instrumentName conversion
1337         rule.
1338
1339         * scm/define-music-types.scm (music-descriptions): add
1340         line-break-event to LineBreakEvent music
1341
1342         * lily/music.cc (to_event): don't crash if music type not set.
1343
1344         * lily/spacing-loose-columns.cc (set_loose_columns): don't barf if
1345         spacing not set.
1346
1347         * lily/spacing-engraver.cc (stop_translation_timestep): set
1348         spacing for proportional notation too.
1349
1350         * scm/translation-functions.scm (format-bass-figure): inspect
1351         stream-event.
1352
1353         * scripts/lilypond-book.py (bindir): add bindir to $PATH.
1354
1355 2006-08-08  Joe Neeman  <joeneeman@gmail.com>
1356
1357         * lily/include/constrained-breaking.hh: add Line_details (Prob*)
1358
1359         * scm/page.scm (make-page): make it friendlier to call (esp. from C++)
1360
1361         * scm/layout-page-layout.scm (make-page-from-systems): new function
1362         (optimal-page-breaks): use the new page-breaking calling convention
1363
1364         * scm/define-context-properties.scm (all-user-translation-properties):
1365         add revokePageTurns
1366
1367         * lily/paper-column-engraver.cc (stop_translation_timestep): add
1368         revokePageTurns  functionality. If there is a special barline within
1369         the breakable region, break there instead of at the end of the region.
1370
1371         * lily/paper-book.cc (pages): use the new page-breaking calling
1372         convention
1373
1374 2006-08-07  Erik Sandberg  <mandolaerik@gmail.com>
1375
1376         * lily/lexer.ll, lily/source-file.cc: Add \sourcefileline command
1377
1378         * scripts/lilypond-book.py: insert \sourcefileline command in
1379         output, so lilypond error messages refer to the spot in the
1380         original .lytex / .itely sourcefile.
1381
1382 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1383
1384         * lily/spacing-loose-columns.cc (set_loose_columns): oops: use
1385         space to next column for distance to fixed col.
1386
1387         * VERSION (PACKAGE_NAME): release 2.9.14
1388
1389         * lily/pitched-trill-engraver.cc (make_trill): do set_parent also
1390         if no accidental.
1391
1392         * lily/accidental-engraver.cc (process_acknowledged): don't create
1393         accidental for trill span event. This fixes spurious accidentals
1394         on trills.
1395
1396 2006-08-04  Mats Bengtsson  <mabe@s3.kth.se>
1397
1398         * scm/define-grob-properties.scm (all-user-grob-properties):
1399         Clarify documentation of side-axis and direction. Thanks to Paul
1400         for the inspiration.
1401
1402         * lily/bar-line.cc: Add documentation for "||:" also in the
1403         interface documentation.
1404
1405 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1406
1407         * lily/spacing-loose-columns.cc (set_loose_columns): bugfix.
1408
1409         * lily/paper-column.cc (set_system): new function.
1410
1411         * lily/spacing-engraver.cc (stop_translation_timestep): store
1412         SpacingSpanner refs in Paper_column.
1413
1414         * lily/spacing-loose-columns.cc (set_loose_columns): rewrite
1415         compute loose clique spacing using GraceSpacing/SpacingSpanner.
1416
1417 2006-08-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1418
1419         * lily/beam-engraver.cc (listen_beam): add method for
1420         Grace_beam_engraver too.
1421
1422 2006-08-03  Mats Bengtsson  <mabe@s3.kth.se>
1423
1424         * python/convertrules.py: Fix indentation bug that broke
1425         conversion of files older than 1.3.117.
1426         Fix escape error in the description for 2.9.6.
1427
1428 2006-08-02  Erik Sandberg  <mandolaerik@gmail.com>
1429
1430         * lily/*-engraver.cc: convert all try_music functions to listen_*
1431         functions.
1432
1433         * lily/piano-pedal-engraver.cc: some additional cleanups: use
1434         enums to represent pedal types, and calculate more data statically.
1435
1436         * scm/part-combiner.scm (recording-group-emulate): create a
1437         softcoded substitute for recording-group-engraver.cc.
1438
1439         * lily/music.cc: make a common transpose function for events and
1440         music
1441
1442         * ly/declarations-init.ly: change melisma/melismaEnd. Eliminates
1443         ManualMelismaEvent, and obsoletes Melisma_translator.
1444
1445 2006-08-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1446
1447         * input/test/instrument-name-align.ly: update version.
1448
1449 2006-08-02  Mats Bengtsson  <mabe@s3.kth.se>
1450
1451         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
1452         Doc the --pdf flag to lilypond-book.
1453
1454 2006-07-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1455
1456         * Documentation/topdocs/NEWS.tely (Top): add description.
1457
1458         * input/regression/tuplet-full-length-note.ly: add file.
1459
1460         * lily/instrument-name-engraver.cc (acknowledge_axis_group):
1461         always store axis group.
1462
1463 2006-07-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
1464
1465         * input/regression/instrument-switch.ly: new file.
1466
1467         * lily/instrument-switch-engraver.cc (process_music): new file.
1468
1469         * ly/engraver-init.ly: add Instrument_switch_engraver
1470
1471         * ly/music-functions-init.ly: \instrumentSwitch
1472
1473         * scm/define-context-properties.scm
1474         (all-user-translation-properties): add instrumentCueName
1475
1476         * scm/define-grobs.scm (all-grob-descriptions): add InstrumentSwitch
1477
1478 2006-07-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
1479
1480         * ly/music-functions-init.ly: music function \transposition.
1481
1482         * lily/parser.yy (command_element): softcode \transposition.
1483
1484         * lily/fall-engraver.cc (process_music): delta-pitch -> delta-step.
1485         (process_music): oops.
1486
1487         * lily/instrument-name-engraver.cc (start_spanner): new
1488         function. Create spanner when property changes.
1489         (stop_spanner): new function.
1490
1491         * python/convertrules.py (conv): add rule.
1492
1493         * lily/instrument-name-engraver.cc: shortVocalName iso. vocNam,
1494         shortInstrumentName iso. instr.
1495
1496         * scm/output-ps.scm (dashed-line): add phase argument to
1497         dashed-line.
1498
1499         * lily/bar-line.cc (dashed_bar_line): new function.
1500         (compound_barline): support \bar "dashed". 
1501
1502         * lily/lily-parser-scheme.cc (LY_DEFINE): only write
1503         --output=DIR to DIR/BASE if it is a dir. 
1504
1505         * flower/file-name.cc (file_part): new function
1506         (dir_part): new function
1507
1508         * lily/lily-parser-scheme.cc (LY_DEFINE): 
1509
1510         * DEDICATION: update
1511
1512 2006-07-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
1513
1514         * lily/instrument-name-engraver.cc: formatting.
1515
1516         * python/convertrules.py (conv): bugfix for \epsfile.
1517
1518 2006-07-25  Joe Neeman  <joeneeman@gmail.com>
1519
1520         * lily/grob.cc:
1521         
1522         * lily/gourlay-breaking.cc: Oops, these should have been included
1523         in my last commit
1524
1525 2006-07-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1526
1527         * scripts/*.py (program_name): cleanup relocation snippets.
1528
1529         * scripts/convert-ly.py (datadir): remove LILYPONDPREFIX support.
1530
1531 2006-07-24  Joe Neeman  <joeneeman@gmail.com>
1532
1533         * scm/define-grobs.scm (all-grob-descriptions): make NonMusicalPaperColumn
1534         page-breakable by default
1535
1536         * scm/layout-page-layout.scm (space-systems): fix bug where the force isn't
1537         correctly calculated for a single-system page
1538
1539         * scm/lily-library.scm (interval-sane?): also check that the first number is no
1540         bigger than the second number
1541
1542         * lily/simple-spacer.cc (solve): allow compression even when ragged (but we
1543         acknowledge that we aren't satisfying constraints)
1544
1545         * lily/hara-kiri-group-spanner.cc (request_suicide): give equal treatment to
1546         non-Items
1547
1548         * lily/grob.cc (pure_height): add minimum-Y-extent
1549
1550         * lily/gourlay-breaking.cc (solve): don't ignore a compression force, even if we're
1551         ragged
1552
1553         * lily/constrained-breaking.cc: convert code to use new Matrix class
1554         (get_best_solution): new function
1555
1556         * scm/page.scm (make-page-stencil): don't crash if we annotate-layout when there
1557         is a page with no systems
1558
1559 2006-07-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1560
1561         * VERSION (PACKAGE_NAME): release 2.9.13
1562
1563         * scm/define-grobs.scm (all-grob-descriptions): remove stray
1564         assignment.
1565
1566 2006-07-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
1567
1568         * Documentation/topdocs/NEWS.tely (Top): doc new features.
1569
1570         * scm/output-lib.scm (grace-spacing::calc-shortest-duration): new
1571         function.
1572
1573         * scm/define-grob-properties.scm (all-user-grob-properties):
1574         remove grace-space-factor.
1575
1576         * scm/define-grob-interfaces.scm (grace-spacing-interface): add
1577         grace-spacing-interface
1578         (spacing-options-interface): add.
1579
1580         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add Grace_spacing_engraver
1581
1582         * lily/spacing-options.cc (get_duration_space): move function from spacing-basic.cc
1583
1584         * lily/spacing-basic.cc (note_spacing): do init_from_grob on
1585         GraceSpacing object.
1586
1587         * lily/note-spacing.cc: fix prop list formatting
1588
1589         * lily/beaming-pattern.cc (de_grace): new function. Sensible
1590         beaming for grace notes too.
1591
1592         * input/regression/spacing-grace.ly: update.
1593
1594         * lily/grace-spacing-engraver.cc: new file.
1595
1596         * lily/spacing-spanner.cc: add strict-grace-spacing.
1597
1598 2006-07-20  Graham Percival  <gpermus@gmail.com>
1599
1600         * lily/parser.yy: compile fix.
1601
1602 2006-07-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1603
1604         * scm/define-grobs.scm (all-grob-descriptions): typo.
1605
1606         * scm/framework-eps.scm (dump-stencils-as-EPSes): just strip
1607         .eps extension from includegraphics.
1608
1609         * scripts/lilypond-book.py (main): add support for --pdf. 
1610
1611         * lily/spacing-spanner.cc (calc_common_shortest_duration): use
1612         callback to compute common shortest duration.
1613         (set_springs): typo.
1614
1615         * scm/define-grob-properties.scm (all-user-grob-properties): add
1616         strict-grace-spacing.
1617
1618         * lily/spacing-determine-loose-columns.cc (is_loose_column):
1619         support float_grace_columns_.
1620
1621         * lily/spacing-options.cc (init_from_grob): new file.
1622
1623         * Documentation/topdocs/NEWS.tely (Top): doc tupletFullLengthNote.
1624
1625         * input/regression/spacing-loose-grace.ly: new file.
1626
1627         * Documentation/topdocs/NEWS.tely (Top): document new feature.
1628
1629         * lily/tuplet-engraver.cc (struct Tuplet_description): read
1630         tupletFullLengthNote too. Choose right bound depending on value.
1631
1632         * input/regression/tuplet-full-length-note.ly: new file.
1633
1634 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
1635
1636         * lily/*-performer.cc: Converted try_music to listen_*
1637
1638         * lily/grob-info.cc, lily/engraver.cc: represent the cause of grob
1639         as a stream-event internally. Introduce event_cause (), deprecate
1640         music_cause ().
1641
1642         * scm/define-music-types.scm: Removed BusyPlayingEvent
1643         
1644 2006-07-19  Mats Bengtsson  <mabe@s3.kth.se>
1645
1646         * Documentation/user/advanced-notation.itely (Font selection):
1647         Document how to get a list of available fonts using 'lilypond
1648         -dshow-available-fonts blabla'.
1649
1650 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1651
1652         * GNUmakefile.in: filter lily-XXX.pdf files.
1653
1654         * scm/define-grob-interfaces.scm (bend-after-interface): add thickness.
1655
1656         * scm/define-grob-properties.scm (all-internal-grob-properties):
1657         remove delta-pitch. Use delta-position everywhere.
1658
1659         * scm/output-lib.scm (fall::print): use new order.
1660
1661         * scm/output-ps.scm (path): reorder arguments.
1662
1663         * scm/output-svg.scm (path): support for path primitive.
1664
1665         * input/regression/bend-after.ly: new file.
1666
1667         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): foolproof
1668         recipe for eps -> pdf conversion.
1669
1670 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
1671
1672         * lily/parser.yy, lily/lexer.ll: added some simplifications by
1673         Angelo Contardi.
1674
1675 2006-07-19  Graham Percival  <gpermus@gmail.com>
1676
1677         * input/manual/screech-boink.ly: moved to here.
1678
1679         * input/screech-boink.ly: deleted.
1680
1681         * scm/define-grob-properties.scm: clarify doc string.
1682
1683 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1684
1685         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
1686
1687         * scm/output-ps.scm (path): define path.
1688
1689         * scm/define-stencil-commands.scm
1690         (ly:register-stencil-expression): add path.
1691
1692         * scm/define-music-properties.scm (all-music-properties): add delta-pitch.
1693
1694         * ly/engraver-init.ly: add Fall_engraver
1695
1696         * lily/parser.yy (music_function_event): allow musicfunction
1697         without music arg as music_function_event.
1698
1699         * lily/grob-scheme.cc (LY_DEFINE):
1700         ly:grob-robust-relative-extent. New function.
1701
1702         * scm/define-grobs.scm (all-grob-descriptions): add BendAfter
1703
1704         * scm/define-music-types.scm (music-descriptions): add BendAfterEvent.
1705
1706         * scm/output-lib.scm (fall::print): new function
1707
1708         * lily/fall-engraver.cc (stop_fall): new file.
1709
1710         * ly/music-functions-init.ly: alphabetise.
1711
1712         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): pdf iso. eps as
1713         base.
1714
1715 2006-07-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1716
1717         * VERSION (PATCH_LEVEL): bump version. Release 2.9.12
1718
1719         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
1720         doc pdftex usage.
1721
1722         * lily/translator-group.cc (connect_to_context): non const error message.
1723
1724         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): update to use PDF
1725
1726         * scm/paper.scm (internal-set-paper-size): define landscape to #f
1727         if unset.
1728
1729         * scm/framework-ps.scm (convert-to-pdf): swap h and w in case of landscape. 
1730
1731         * stepmake/stepmake/texinfo-rules.make: strip DVI support.
1732
1733         * scm/framework-eps.scm (dump-stencils-as-EPSes): generate
1734         systems.pdftex too.
1735
1736         * scm/backend-library.scm (postscript->pdf): use -dEPSCrop for PDF.
1737
1738         * make/lilypond-vars.make (TEXINPUTS): add pdf output format.
1739
1740         * Documentation/topdocs/NEWS.tely (Top): add pdftex note.
1741
1742         * scm/output-ps.scm (resetrotation): use gsave/grestore for rotation.
1743
1744         * lily/main.cc (parse_argv): don't overwrite previous --formats string.
1745
1746         * scm/backend-library.scm (postscript->pdf): strip .eps too. 
1747
1748 2006-07-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1749
1750         * scm/layout-page-layout.scm: Define module, tidy code, use more
1751         functions iso. a single big one.
1752
1753         * scm/layout-page-dump.scm: move page dump functions used in two
1754         pass spacing to this file. Define module.
1755
1756         * scm/lily.scm (ly:load): don't load layout-page-layout.scm
1757          (separate module)
1758
1759         * ly/paper-defaults.ly: use module layout-page-layout.
1760
1761 2006-07-14  Erik Sandberg  <mandolaerik@gmail.com>
1762
1763         * lily/music.cc: Revised MusicEvent event class. It now contains
1764         event data directly instead of encapsulating it in music. The
1765         previously used class is renamed to OldMusicEvent.
1766
1767         * lily/stream-event.cc: Stream events are now probs.
1768         
1769         * lily/translator-group.cc, lily/translator.cc: Translators can
1770         now listen directly to stream events, by using macros
1771         [DECLARE,IMPLEMENT]_TRANSLATOR_LISTENER.
1772
1773         * lily/arpeggio-engraver.cc: Converted to use new event system
1774
1775         * THANKS: Corrected spelling mistake.
1776
1777 2006-07-12  Graham Percival  <gpermus@gmail.com>
1778
1779         * Documentation/user/SConscript, make/lilypond-vars.make,
1780         input/GNUmakefile: doc build looks in input/manual instead
1781         of input/test/
1782
1783         * input/manual/ GNUmakefile, SConscript: build files for
1784         input/manual/
1785
1786         * input/test/ various: some files moved to input/manual/ 
1787
1788         * Documentation/user/basic-notation.itely: small updates;
1789         thanks Kieren and Charles!
1790
1791 2006-07-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
1792
1793         * VERSION (PACKAGE_NAME): release 2.9.11
1794
1795         * Documentation/topdocs/NEWS.tely (Top): update prop value 
1796
1797         * Documentation/user/basic-notation.itely (Tuplets): new property
1798         value.
1799
1800 2006-07-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
1801
1802         * python/convertrules.py (conv): tweaks. 
1803
1804         * VERSION (PATCH_LEVEL): bump version.
1805
1806         * python/convertrules.py (conv): add rule for
1807         tupletNumberFormatFunction.
1808
1809         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
1810         tupletNumberFormatFunction.
1811
1812         * scm/define-grobs.scm (all-grob-descriptions): calc TupletNumber
1813         text through 'text callback.
1814
1815         * lily/time-scaled-music-iterator.cc (construct_children): copy
1816         tweaks generated events.
1817
1818         * scm/define-context-properties.scm
1819         (all-user-translation-properties): remove tupletNumberFormatFunction
1820
1821         * lily/tuplet-engraver.cc (process_music): don't read
1822         tupletNumberFormatFunction
1823
1824         * scm/output-lib.scm (tuplet-number::calc-fraction-text): new
1825         function.
1826
1827 2006-07-11  Erik Sandberg  <mandolaerik@gmail.com>
1828
1829         * lily/global-context-scheme.cc: Separated ly:run-translator into
1830         smaller pieces.
1831
1832         * lily/score-engraver.cc, lily/score-performer.cc,
1833         scm/define-context-properties.scm: Make paper/midi output
1834         accessable as a context property.
1835
1836         * lily/score-translator.cc, lily/score-context.cc: Removed.
1837
1838 2006-07-07  Guido Amoruso  <guidonte@katamail.com>
1839
1840         * scm/ps-to-png.scm (Module): 
1841         * scm/framework-tex.scm (Module): 
1842         * scm/framework-ps.scm (Module): 
1843         * scm/backend-library.scm (Module): 
1844         * scm/framework-ps.scm: invoke gs with "-dDEVICEWIDTHPOINTS" and
1845         "dDEVICEHEIGHTPOINTS".
1846
1847 2006-07-04  Graham Percival  <gpermus@gmail.com>
1848
1849         * Documentation/user/ various: general improvements to
1850         "working with lilypond files" section.
1851
1852 2006-07-03  Erik Sandberg  <mandolaerik@gmail.com>
1853
1854         * lily/sequential-iterator.cc: Change the default get_music_list
1855         to read elements-callback music property
1856
1857         * scm/define-music-types.scm, scm/music-functions.scm: Cleaner
1858         processing of multimeasure rests. Softcoded
1859         sequential-music-iterator.
1860
1861         * lily/sequential-music-iterator.cc: Removed.
1862
1863 2006-06-28  Graham Percival  <gpermus@gmail.com>
1864
1865         * Documentation/user/basic-notation.itely: clarify \repeatTie.
1866
1867 2006-06-27  Erik Sandberg  <mandolaerik@gmail.com>
1868
1869         * lily/parser.yy: Wrap non-post-events in EventChords before
1870         assigning them to identifiers.
1871
1872 2006-06-27  Mats Bengtsson  <mabe@s3.kth.se>
1873
1874         * lily/bar-line.cc (compound_barline): Fix parenthesis error,
1875         gives correct vertical placement of \bar ":" in all staff
1876         sizes. Thanks Martial!
1877
1878 2006-06-26  Graham Percival  <gpermus@gmail.com>
1879
1880         * Documentation/user/invoking.itely : minor update from mailist.
1881
1882 2006-06-26  Erik Sandberg  <mandolaerik@gmail.com>
1883
1884         * lily/ various: Introduce stream events of types Prepare,
1885         OneTimeStep, CreateContext, AnnounceNewContext, RemoveContext,
1886         ChangeContext, SetProperty, RevertProperty, Override and Revert.
1887
1888         * lily/global-context*.cc: Time is now -inf before iteration
1889         starts.
1890
1891         * lily/include/context.hh: Removed unique_, init_
1892
1893         * Documentation/topdocs/NEWS: Make the feathered beam example
1894         avoid triggering a bug.
1895
1896 2006-06-24  Graham Percival  <gpermus@gmail.com>
1897
1898         * Documentation/user/ various: small additions from mailist.
1899
1900 2006-06-22  Mats Bengtsson  <mabe@s3.kth.se>
1901
1902         * ly/performer-init.ly: Add some missing links in the context
1903         hierarchy for MIDI output. There are probably some more missing!
1904
1905 2006-06-21  Graham Percival  <gpermus@gmail.com>
1906
1907         * Documentation/user/ various: minor spelling fixes;
1908         thanks Dave Luttinen!
1909
1910         * Documentation/user/ various: small clarifications;
1911         thanks Anthony Youngman!
1912
1913 2006-06-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1914
1915         * po/fr.po: add \n appropriately.
1916
1917         * lily/lexer.ll: remove ? from version-seen?  
1918
1919 2006-06-19  John Mandereau  <john.mandereau@free.fr>
1920
1921         * po/fr.po; update translation, by Jean-Charles Malahieude and
1922         John Mandereau.
1923
1924 2006-06-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1925
1926         * THANKS: add Markus Schneider.
1927
1928         * lily/tab-staff-symbol-engraver.cc: derive from Engraver, not
1929         Staff_symbol_engraver
1930
1931         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): don't
1932         replace staff_engraver
1933
1934         * lily/staff-symbol-engraver.cc (stop_spanner): announce end of
1935         spanner.
1936
1937         * lily/staff-collecting-engraver.cc
1938         (acknowledge_end_staff_symbol): new function
1939
1940         * lily/volta-engraver.cc (acknowledge_end_staff_symbol): new function. 
1941
1942         * lily/staff-collecting-engraver.cc
1943         (acknowledge_end_staff_symbol): new function.
1944
1945         * lily/main.cc: switch on relocation by default.
1946
1947 2006-06-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
1948
1949         * lily/spacing-spanner.cc (musical_column_spacing): set
1950         compound_fixed_note_space to 0.0. Document why.
1951
1952         * lily/simple-spacer.cc (is_sane): also have a kludge for numeric
1953         range of inverse_hooke_
1954         (Simple_spacer): init completely.
1955         (fits): const
1956         (get_line_configuration): don't use cols.resize(); it introduces
1957         initialized data.
1958
1959         * scm/framework-ps.scm (dump-page): add setstrokeadjust. 
1960
1961         * ps/music-drawing-routines.ps: remove selectfont L1 hack.
1962
1963         * lily/beaming-pattern.cc (best_splitpoint_index): urg, 2nd
1964         try. Divide by beatlength.
1965
1966         * input/regression/beaming-ternary-metrum.ly: update doc.
1967         add beatLength hack.
1968
1969         * scm/music-functions.scm (make-time-signature-set): add
1970         standard-beat-grouping. 
1971
1972 2006-06-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1973
1974         * input/regression/tie-whole.ly: new file.
1975
1976         * lily/tie-formatting-problem.cc (set_column_chord_outline): don't
1977         cross center of note head in case of invisible stem. 
1978
1979 2006-06-16  Graham Percival  <gpermus@gmail.com>
1980
1981         * Documentation/user/ various: small fixes from mailist.
1982
1983 2006-06-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1984
1985         * lily/breathing-sign.cc (offset_callback): idem.
1986
1987         * lily/align-interface.cc (align_to_fixed_distance): remove
1988         hungarian suffix.
1989
1990         * lily/beaming-pattern.cc (count_factor_twos): oops. We want
1991         x%2==0.
1992
1993 2006-06-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
1994
1995         * VERSION (PACKAGE_NAME): release 2.9.9
1996
1997         * ly/lilypond-book-preamble.ly: add \version
1998
1999 2006-06-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
2000
2001         * scripts/lilypond-book.py (PREAMBLE_LY): include
2002         lilypond-book-preamble.ly
2003
2004         * lily/stem.cc (get_beaming): return max of 0 and
2005         scm_ilength. Fixes slurring from/to beams.
2006
2007         * ly/lilypond-book-preamble.ly: new file.
2008
2009         * lily/slur.cc: add inspect-index feature.
2010
2011 2006-06-13  Graham Percival  <gpermus@gmail.com>
2012
2013         * Documentation/user/tutorial.itely: trivial fix.
2014
2015 2006-06-13  Erik Sandberg  <mandolaerik@gmail.com>
2016
2017         * lily/parser.yy, scm/ly-syntax-constructors.scm: Produce almost
2018         all non-event music in the parser via MAKE_SYNTAX.
2019
2020         * lily/parser-scheme.cc: Add ly:parser-error function
2021
2022         * scm/paper.scm: fix typo
2023
2024 2006-06-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
2025
2026         * THANKS: add RT.
2027
2028         * lily/font-config.cc (init_fontconfig): add warning if cache_file
2029         is null.
2030
2031         * buildscripts/output-distance.py (test_compare_signatures):
2032         timing routines.
2033         (read_signature_file): use new signature format.
2034
2035         * scm/stencil.scm (write-system-signature): simpler signature
2036         format.
2037
2038         * lily/stem.cc (calc_stem_end_position): calc quantized-positions
2039         for beamed case. 
2040
2041         * lily/note-spacing.cc (stem_dir_correction): don't inspect
2042         stem_end_position, but estimate instead. 
2043
2044         * lily/tuplet-bracket.cc (calc_positions): look at
2045         stem-end-position for tuplet bracket slope. Fixes sloped tuplet
2046         brackets narrower than beams. 
2047
2048         * lily/lexer.ll: set version-seen? even if version is
2049         INVALID. 
2050
2051         * lily/rest.cc (y_offset_callback): bugfix: decide position
2052         override based on scm_is_number(). Fixes \rest on center staff
2053         line. 
2054
2055         * lily/beaming-pattern.cc (best_splitpoint_index): fix beaming
2056         patterns for 16th triplets.
2057
2058 2006-06-10  Graham Percival  <gpermus@gmail.com>
2059
2060         * Documentation/user/ page.itely, global.itely: editing
2061         and reorg.
2062
2063         * Documentation/user/ various: findex -> funindex.
2064
2065 2006-06-10  Erik Sandberg  <mandolaerik@gmail.com>
2066
2067         * lily/time-scaled-music-iterator.cc: Use tupletSpannerDuration to
2068         insert extra tuplet events.
2069
2070 2006-06-10  Graham Percival  <gpermus@gmail.com>
2071
2072         * Documentation/user/programming-interfaces.itely: add
2073         info from NEWS.
2074
2075         * python/convertrules.py: add annotatefoo -> annotate-foo
2076         rules.
2077
2078         * Documentation/user/global.itely: start editing.
2079
2080         * Documentation/user/page.itely: major editing, new spacing
2081         docs.
2082
2083 2006-06-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
2084
2085         * scm/define-markup-commands.scm (wordwrap-markups): use
2086         output-def 'line-width if undefined.
2087
2088         * HACKING: trim outdated info.
2089
2090 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
2091
2092         * scm/define-grobs.scm (all-grob-descriptions): Add
2093         line-spanner-interface to all grobs that already have
2094         text-spanner-interface or dynamic-text-spanner-interface
2095
2096         * scm/page.scm: Rename annotate{headers,systems,page}->
2097         annotate-*
2098
2099         * input/regression/page-spacing.ly,
2100         input/regression/page-layout-manual-position.ly: idem
2101
2102 2006-06-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
2103
2104         * lily/line-spanner.cc: cleanup property list.
2105
2106         * scripts/lilypond-book.py (find_toplevel_snippets): don't use
2107         generator expressions (2.3 compat). 
2108
2109 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
2110
2111         * lily/vertical-align-engraver.cc: Make sure that the
2112         align{Above,Below}Context properties are included in the automatic
2113         documentation.
2114
2115 2006-06-08  Joe Neeman  <joeneeman@gmail.com>
2116
2117         * scm/paper-system.scm (paper-system-annotate): also annotate the
2118         estimated pure-Y-extent
2119
2120         * scm/define-grobs.scm: add pure-Y-extent and pure-Y-offset functions
2121
2122         * lily/system.cc (break_into_pieces): set the estimated height
2123         of each child system
2124
2125         * lily/stem.cc (pure_height): new pure-Y-extent callback
2126
2127         * lily/staff-symbol-referencer.cc (callback): don't destroy
2128         the staff-position property
2129
2130         * lily/hara-kiri-group-spanner.cc (request_suicide): split
2131         consider_suicide into two functions
2132
2133         * lily/constrained-breaking.cc (resize): use the new pure
2134         callbacks to estimate the height of a system
2135
2136         * lily/axis-group-interface.cc (pure_group_height): new
2137         side-effect-free VerticalAxisGroup height-callback
2138
2139         * lily/align-interface.cc (get_extents_aligned_translates):
2140         split align_elements_to_extents into two functions
2141         (get_pure_child_y_translation): new function
2142
2143         * lily/grob.cc: new functions for pure-Y-extent and pure-Y-offset
2144
2145         * lily/item.cc: new functions pure_is_visible and spanned_rank_iv
2146
2147         * lily/paper-score.cc: cache break_indices and columns
2148
2149         * lily/side-position-interface.cc: new pure-Y-extent callbacks
2150         
2151 2006-06-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
2152
2153         * lily/font-config.cc (init_fontconfig): do the init if
2154         cache_file, but don't look at cache_file.
2155
2156         * input/regression/quote-tie.ly: new file.
2157
2158         * lily/tie-engraver.cc (struct Head_event_tuple): add end_moment_
2159         to Head_event_tuple, so we deal gracefully with ties on
2160         cue-endings.
2161
2162         * lily/pango-font.cc (pango_item_string_stencil): type correctness
2163         for FcChar8*
2164
2165 2006-06-08  Graham Percival  <gpermus@gmail.com>
2166
2167         * input/test/ smart-transpose.ly, reverse-music.ly:
2168         \applyMusic to music functions update, thanks Michael!
2169
2170 2006-06-07  Graham Percival  <gpermus@gmail.com>
2171
2172         * input/test/ add-staccato.ly, add-text-script.ly,
2173         unfold-all-repeats.ly, music-box.ly: \applyMusic to
2174         music functions update, thanks to Michael Meixner.
2175
2176         * Documentation/user/music-glossary.tely: small fix
2177         from Francisco.
2178
2179         * Documentation/user/ various: minor additions from mailist.
2180
2181         * Documentation/user/lilypond.tely, basic-notation.itely:
2182         small test of @funindex.  (works here)
2183
2184         * input/test/font-table.ly: reduce size to partially
2185         de-ugly version in manual.
2186
2187         * Documentation/user/page.itely: new file (split former
2188         "global issues" into "page settings" and "non-musical
2189         output".
2190
2191         * Documentation/user/ various: fix @ref{}s to match
2192         new chapter names (above).
2193
2194 2006-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2195
2196         * SConstruct (LILYPONDPREFIX): Bootstrap fix.
2197
2198 2006-06-06  Graham Percival  <gpermus@gmail.com>
2199
2200         * Documentation/user/advanced-notation.itely: add example
2201         for segno/coda on barline.
2202
2203         * tex/texinfo.tex: merge from upstream.
2204
2205 2006-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2206
2207         * scripts/lilypond-book.py (process_snippets): Argument fix.
2208
2209         * SConstruct:
2210         * buildscripts/builder.py:
2211         * lily/SConscript: 
2212         * mf/SConscript: 
2213         * Documentation/user/SConscript:  More SCons fixes.
2214
2215 2006-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2216
2217         * lily/font-config.cc (init_fontconfig): Only initialize if
2218         global cache_file is found.
2219
2220 2006-06-06  Erik Sandberg  <mandolaerik@gmail.com>
2221
2222         * ly/music-functions-init.ly: Updated \overrideProperty to use the
2223         new \applyOutput.
2224
2225 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2226
2227         * VERSION (PACKAGE_NAME): release 2.9.8
2228
2229         * lily/ledger-line-engraver.cc (stop_translation_timestep): new
2230         function. Delay ledger modifying ledgered grobs to
2231         stop_translation_timestep(), to ensure that we're ledgering
2232         according to the new spanner.
2233         (acknowledge_staff_symbol): don't check for non-NULL
2234         staff_sym->get_bound()
2235
2236         * lily/staff-symbol-engraver.cc (start_spanner): set left bound on
2237         creation.
2238
2239         * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for
2240         pictures too.
2241
2242         * GNUmakefile.in (dist-toplevel-txt-files): dist aclocal.m4
2243         directly from srcdir/stepmake/aclocal.m4
2244         
2245         * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for
2246         disting MISC files.
2247
2248         * lily/simple-spacer.cc (get_column_desc): desc -> description.
2249
2250 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
2251
2252         * lily/simple-spacer.cc (get_line_configuration): add
2253         keep-inside-line rods
2254         (struct Column_desc): add constructor
2255         (struct Rod_desc): add constructor
2256         (get_line_forces): check for forced page breaks here too
2257
2258         * lily/instrument-name-engraver.cc (acknowledge_axis_group): prevent
2259         support/elements cycles between InstrumentNames and AxisGroups
2260
2261 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2262
2263         * config.make.in (METAFONT): remove MAKEINFO_VERSION
2264
2265         * stepmake/stepmake/topdocs-targets.make (make-txt-files): define
2266         make-txt-files target.
2267
2268         * stepmake/stepmake/toplevel-targets.make (do-top-doc): use
2269         make-txt-files target.
2270
2271         * configure.in (LINK_GXX_STATICALLY): $srcdir for readlink.py
2272
2273         * stepmake/stepmake/generic-vars.make (distdir): create dist in
2274         top-build-dir.
2275
2276 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
2277
2278         * Documentation/user/instrument-notation.itely,
2279         input/regression/breathing-sign-ancient.ly,
2280         input/test/divisiones.ly: Removed redundant property settings for
2281         vaticana contexts.
2282
2283         * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to
2284         fix lyrics alignment problems.  They are implemented now as scheme
2285         functions that add the appropriate unicode char to the first lyric
2286         event rather than adding a separate lyric event.  Minor edit of
2287         comments.
2288
2289 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2290
2291         * GNUmakefile.in (dist-toplevel-txt-files): new target. Don't
2292         pollute src dir with built .txt files, but install directly from
2293         Documentation/topdocs/out/
2294
2295         * buildscripts/output-distance.py
2296         (ComparisonData.create_html_result_page): put version/directories
2297         in table header.
2298
2299         * Documentation/topdocs/NEWS.tely (Top): document spacing section
2300         feature.
2301
2302         * configure.in (LINK_GXX_STATICALLY): use readlink.py to resolve links.
2303         Patch by Karl Hammar
2304         
2305         * buildscripts/readlink.py: add  file.
2306         Patch by Karl Hammar
2307
2308 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
2309
2310         * lily/tuplet-number.cc (print): prevent stencil from being
2311         garbage collected.
2312
2313 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2314
2315         * scm/stencil.scm (write-system-signature): explicitly 
2316         -well, superfluously- close output port.
2317
2318         * buildscripts/output-distance.py (main): oops. Add extra argument.
2319
2320 2006-06-05  Graham Percival  <gpermus@gmail.com>
2321
2322         * Documentation/user/music-glossary.tely: clarified example
2323         from Francisco Vila, thanks!
2324
2325 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2326
2327         * input/regression/spacing-section.ly: new file.
2328
2329         * lily/input.cc (programming_error): new function.
2330
2331         * lily/spacing-engraver.cc (try_music): new function. Accept
2332         spacing-section-event
2333
2334         * lily/spacing-spanner.cc (set_springs): take slices of all
2335         columns for spacing.
2336
2337         * lily/include/paper-column.hh (class Paper_column): add
2338         Paper_column::compare.
2339
2340         * ly/spanners-init.ly (newSpacingSection): add newSpacingSection.
2341
2342         * scm/define-music-types.scm (music-descriptions): add
2343         SpacingSectionEvent
2344
2345         * lily/music-iterator.cc (report_event): use programming_error for
2346         sending non-event error.
2347
2348         * lily/input.cc (programming_error): new function
2349
2350         * buildscripts/output-distance.py (main): use compare-XXX for
2351         compare files.
2352         (main): --threshold option, default at 0.30
2353
2354         * output-distance.py (main): add --threshold option.
2355
2356 2006-06-04  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2357
2358         * scm/paper-system.scm (paper-system-annotate): fix problem when
2359         annotating an empty system
2360
2361 2006-06-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
2362
2363         * GNUmakefile.in: reinstate old web tar/copying.
2364
2365 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2366
2367         * lily/lyric-combine-music-iterator.cc (find_voice): return 0 if
2368         nothing changes. (Erik S) 
2369
2370         * lily/percent-repeat-iterator.cc (get_music_list): fix repeat
2371         count. (Erik S)
2372
2373 2006-05-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2374
2375         * scm/define-markup-commands.scm (whiteout): do not force
2376         foreground color of argument markup to black.
2377
2378         * scm/stencil.scm (annotate-y-interval): put arrow dimension at
2379         the left of the arrow, instead of below the arrow name, so that,
2380         when two little arrows are vertically stacked, their dimensions
2381         and name should not overlap. Add a color key parameter.
2382
2383         * scm/paper-system.scm (paper-system-annotate): Annotate
2384         next-space+next-padding instead of next-space. Annotate space
2385         between next-padding and next-space+padding, respectively, and
2386         following system extent and refpoint-Y-extent. Use colors.
2387
2388         * scm/page.scm (annotate-page): translate annotations slightly to
2389         the right.
2390
2391 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2392
2393         * lily/figured-bass-position-engraver.cc (acknowledge_end_slur):
2394         fix for x-staff slurs. Thanks Joe!
2395
2396         * buildscripts/output-distance.py
2397         (SystemLink.output_expression_change_count): keep track of changed
2398         details, and dump in details html page.
2399  
2400         * input/regression/figured-bass-staff.ly: add note about setting
2401         properties in Staff context.
2402
2403         * lily/figured-bass-position-engraver.cc (acknowledge_slur):
2404         add slurs and ties to support too.
2405
2406         * buildscripts/output-distance.py (main): set dest_dir
2407         argument. Add --max-count option.
2408
2409 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
2410
2411         * ly/gregorian-init.ly: Converted to utf-8.  Added memorable
2412         shortcuts for special unicode chars that are useful in chant
2413         notation.  Revised exisiting and added new comments.
2414
2415 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2416
2417         * make/mutopia-rules.make: remove duplicate recipe.
2418
2419 2006-06-02  Werner Lemberg  <wl@gnu.org>
2420
2421         * tex/texinfo.cnf: Fix typo (\euro -> \minus).
2422         Add support for U+0132 (IJ) and U+0133 (ij).
2423
2424 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2425
2426         * buildscripts/output-distance.py (FileLink): new class. collect
2427         info systems from one .ly file. 
2428         (FileLink.link_files_for_html): further tweaks.
2429
2430 2006-06-02  Graham Percival  <gpermus@gmail.com>
2431
2432         * tex/texinfo.tex: partial fix for @funindex.
2433
2434         * Documentation/user/macros.tely: uncomment @funindex (doesn't
2435         break anything).
2436
2437 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2438
2439         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
2440
2441         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
2442         @example too. Backportme.
2443
2444 2006-06-02  Graham Percival  <gpermus@gmail.com>
2445
2446         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
2447         from Werner Lemberg.
2448
2449 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
2450
2451         * Documentation/user/music-glossary.tely: additional spanish
2452         updates and a lyrics fix in an example.
2453
2454 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
2455
2456         * scm/define-grob-properties.scm: Previous patch contained
2457         spurious line from another patch not yet committed.  Fixed.
2458
2459         * scm/define-grob-properties.scm: Add missing doc strings for
2460         ancient notation.
2461
2462 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2463
2464         * buildscripts/output-distance.py
2465         (ComparisonData.write_text_result_page): separate the scores, sort
2466         by geo_score.
2467
2468         * scm/framework-eps.scm (output-classic-framework): start at 1 for
2469         system signatures.
2470
2471         * buildscripts/output-distance.py (me_path): use argv[0] for
2472         sys.path extension
2473         (ComparisonData.img_cell): use colored borders.
2474
2475         * scm/stencil.scm (write-system-signature): escape newlines too.
2476         (write-system-signature): use (1,-1) interval for empty interval
2477
2478 2006-01-01  Graham Percival  <gpermus@gmail.com>
2479
2480         * Documentation/user/music-glossary.tely: Spanish updates
2481         from Francisco Vila.
2482
2483         * Documentation/user/lilypond-book.itely: addition from
2484         Vaclav Smilauer.
2485
2486         * Documentation/user/ various: edits, small additions
2487         from mailist, etc.
2488
2489 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2490
2491         * GNUmakefile.in (tree-lib-prefix-current):
2492         (tree-share-prefix-current): Use version number in tree, add
2493         `current' symlinks.
2494
2495 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2496
2497         * GNUmakefile.in: write VERSION, again.
2498
2499         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
2500         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
2501
2502         * stepmake/aclocal.m4: robuster version detection.
2503
2504         * buildscripts/output-distance.py
2505         (ComparisonData.create_html_result_page): copy only if file
2506         exists, fixup src paths.
2507
2508         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
2509
2510 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2511
2512         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
2513         Another datarootdir reto.
2514
2515         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
2516         available.  This should be moved to postinstall-lilypond-doc.
2517
2518 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
2519
2520         * GNUmakefile.in: simplify local-WWW-post. 
2521         remove -type l from find.
2522
2523         * buildscripts/output-distance.py (ComparisonData.compare_trees):
2524         fixes. Don't follow symlinks.
2525         (ComparisonData.create_html_result_page): remove previous results.
2526         insert ../python in path.
2527
2528         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
2529
2530 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2531
2532         * config.make.in (datadir): Add datarootdir to silence autoconf.
2533
2534         * stepmake/aclocal.m4: Update for autoconf-2.59d.
2535
2536 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
2537
2538         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
2539
2540         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
2541         slash beams too wide.
2542
2543 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2544
2545         * VERSION: release 2.9.7
2546         
2547 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2548
2549         * lily/relocate.cc (read_relocation_dir): Do not blindly
2550         dereference DIR.
2551
2552 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2553
2554         * lily/parser.yy: replace THIS by PARSER
2555
2556         * Documentation/index.html.in: add link to test-results.html page.
2557
2558         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
2559
2560         * scm/translation-functions.scm (format-bass-figure): translate
2561         digits over 10 to the left
2562
2563         * scm/define-markup-commands.scm (translate-scaled): new markup.
2564
2565         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
2566         7 glyph. 
2567
2568         * ly/engraver-init.ly: add Figured_bass_engraver
2569
2570         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
2571
2572         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
2573
2574         * lily/score-engraver.cc (announce_grob): only note START announces.
2575
2576         * lily/include/engraver-group.hh (Translator_group):
2577         acknowledge_hash_table_ is now drul.
2578
2579         * lily/engraver.cc (announce_end_grob): new method.
2580
2581         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
2582
2583         * lily/translator-dispatch-list.cc (create): take start_end argument.
2584
2585         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
2586         acknowledge_static_array_ to drul
2587
2588         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
2589
2590         * scm/define-grob-interfaces.scm
2591         (bass-figure-alignment-interface): add bass-figure-alignment-interface
2592
2593         * scm/define-grobs.scm (all-grob-descriptions): add
2594         BassFigureAlignmentPositioning
2595
2596         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
2597         number stays up to date. Backportme.
2598
2599 2006-05-30  Mats Bengtsson  <mabe@s3.kth.se>
2600
2601         * Documentation/user/basic-notation.itely (Bar lines): Document
2602         the "||:" bar type. 
2603
2604 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2605
2606         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
2607
2608         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
2609         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
2610         build.
2611
2612         * Resurrect `scons lily' build.
2613
2614         * SConstruct (symlink_tree): Bugfix: link
2615         music-drawing-routines.ps to file iso directory.
2616
2617         * lily/SConscript: Remove kpath-guile from LIBS.
2618
2619         * SConstruct (libdir_package_version): Typo.
2620         (configure): Comment-out fontforge for lack of fontforge.pc .
2621         Also add libdir* to environment.
2622
2623 2006-05-30  Graham Percival  <gpermus@gmail.com>
2624
2625         * Documentation/user/ various: minor additions from mailist and
2626         editing.
2627
2628 2006-05-30  Paco <fravd@ya.com>
2629
2630         * Documentation/user/music-glossary.tely: numerous corrections and
2631         some new translations.
2632
2633 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2634
2635         * BackportmeStart.
2636         
2637         * buildscripts/output-distance.py
2638         (ComparisonData.create_html_result_page): new routine: summarise
2639         results in HTML page with images. 
2640         (ComparisonData.create_text_result_page): create summary text files too.
2641
2642         * GNUmakefile.in (web-ext): package .signature files too. They
2643         compress well. 
2644
2645         * scm/stencil.scm (write-system-signature): typo.
2646
2647         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
2648
2649         * scm/stencil.scm (write-system-signature): better escaping.
2650         only write signature for music systems, not for markup systems.
2651
2652         * scm/framework-ps.scm (output-framework): dump-signatures support
2653         for plain output.
2654
2655         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
2656
2657         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
2658         for -dno-point-and-click
2659
2660         * lily/grob.cc (get_print_stencil): don't read
2661         point_and_click_global to determine whether to set grob-cause.
2662
2663 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
2664
2665         * buildscripts/output-distance.py (main): new function.
2666         (ComparisonData): new class.
2667
2668         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
2669         careful with generating new LedgerLineSpanners.
2670
2671         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
2672
2673         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
2674         context. This fixes double ledger lines in output. 
2675
2676         * lily/system.cc (get_paper_system): remove 3 layer limit.
2677
2678         * buildscripts/output-distance.py (SystemLink.distance): new
2679         file. Compare signatures.
2680
2681         * python/safeeval.py (SafeEval.visitUnarySub): new file.
2682
2683         * lily/grob-array.cc (remove_duplicates): rename from
2684         uniq(). Sort before calling uniq() so it actually works.
2685
2686 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
2687
2688         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
2689         \version from lilypond file snippet.
2690         (Lilypond_file_snippet.ly): oops. typo.
2691         (find_toplevel_snippets): urgh. again.
2692
2693         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
2694         prevent duplicated broken items in output.
2695
2696         * scm/framework-eps.scm (output-classic-framework): only dump if
2697         dump-signatures is set.
2698
2699         * scm/lily.scm (define-scheme-options): add dump-signatures option.
2700
2701         * scm/stencil.scm (write-system-signature): new routine: write
2702         python parseable signature of a separate paper system.
2703         BackportmeEnd.
2704         
2705 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
2706
2707         * lily/stanza-number-engraver.cc (process_music): use is_markup()
2708         iso is_string().
2709         include header.
2710
2711 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
2712
2713         * translator-group.cc: send music events to engravers in
2714         non-bottom contexts.
2715
2716         * tuplet-engraver.cc: process tuplet brackets in correct order.
2717
2718 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
2719
2720         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
2721         arg 2 might point us to a new binary (patch by Karl Hammar)
2722         
2723 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
2724
2725         * VERSION (PACKAGE_NAME): release 2.9.6
2726
2727         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
2728
2729         * Documentation/user/*.itely: 2nd
2730         attempt: replace funindex -> findex globally.
2731
2732 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2733
2734         * input/no-notation/display-lily-tests.ly: fix \applyOutput
2735         test. Add \break, \pageBreak, \pageTurn, etc, tests.
2736
2737         * scm/define-music-display-methods.scm: display methods for
2738         breaks. Fix \applyOutput.
2739
2740 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
2741
2742         * Documentation/user/macros.itexi: comment out funindex expansion. 
2743
2744         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
2745         everywhere.
2746
2747         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
2748         Karl Hammar. Backportme.
2749  
2750         * Documentation/user/advanced-notation.itely (Balloon help): idem.
2751
2752         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
2753
2754         * Documentation/user/programming-interface.itely (Running a
2755         function on all layout objects): idem.
2756
2757         * Documentation/user/introduction.itely (Automated engraving):
2758         update \applyOutput syntax
2759
2760         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
2761         remove debugging hook.
2762
2763         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
2764         expansion. 
2765
2766         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
2767
2768         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
2769         TEXI2DVI_FLAGS to texi2dvi invocation. 
2770
2771 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
2772
2773         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
2774         works. More work is done by iterator now, and engraver has been
2775         very much simplified.
2776
2777         * lily/translator-group.cc: try_music is now invoked through a
2778         listener
2779
2780         * lily/*-iterator.cc: Massive cleanups. Junked
2781         try_music_in_children globally. Renamed try_music to report_event,
2782         and made that method descend to a bottom context automatically.
2783
2784         * lily/event-iterator.cc: New file.
2785
2786         * lily/output-property-iterator.cc,
2787         lily/old-lyric-combine-music-iterator.cc: Removed.
2788
2789         * python/convert-rules.py: Modified the syntax for \applyOutput.
2790
2791 2006-05-23  Graham Percival  <gpermus@gmail.com>
2792
2793         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
2794         creation.
2795
2796         * Documentation/user/ various: stuff that might have helped
2797         to fix the pdf creation, plus some minor doc additions.
2798
2799         * Documentation/user/changing-defaults.itely: remove @b from
2800         @b{ @internasref{foo}}; this breaks texi2dvi -E.
2801
2802 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
2803
2804         * lily/beaming-pattern.cc (beamify): deal with negative start
2805         moments for beaming patterns.
2806
2807 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
2808
2809         * lily/beaming-info.cc (beamify): new function: read beatLength
2810         and beatGrouping from context. 
2811
2812         * input/regression/beam-beat-grouping.ly (Module): new file.
2813
2814         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
2815
2816         * lily/beam.cc (get_beam_segments): generate events for
2817         max_connect_ case too.
2818         (get_beam_segments): read Stem::max-beam-connect.
2819
2820         * input/regression/beam-single-stem.ly: new file.
2821
2822         * lily/stem.cc (set_beaming): use #f as signaling value for
2823         beamcount 0.
2824
2825         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
2826
2827         * lily/beam.cc (set_beaming): read clip-edges property.
2828         (calc_direction): don't suicide for single stem.
2829
2830         * lily/beaming-info.cc (best_splitpoint_index): take bool*
2831         argument, remove 1<<15 hack. Remove clip_edges() 
2832
2833         * lily/hairpin.cc (print): only do padding for nonmusical bounds
2834
2835 2006-05-21  Graham Percival  <gpermus@gmail.com>
2836
2837         * Documentation/user/basic-notation.itely: reorg.
2838
2839         * Documentation/user/ various: minor fixes.
2840
2841 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
2842
2843         * lily/stencil-expression.cc (register_stencil_head): opps, append
2844         to cdr of static SCM object.
2845
2846 2006-05-19  Graham Percival  <gpermus@gmail.com>
2847
2848         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
2849         update framework for command index.  DOC WRITERS: use @funindex
2850         instead of @cindex @code{}.
2851
2852         * Documentation/user/ various: replace @cindex @code{} => @funindex
2853
2854 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
2855
2856         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
2857         case positions is set manually. 
2858
2859 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
2860         
2861         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
2862         rules to Scheme.
2863
2864 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
2865
2866         * Documentation/user/changing-defaults.itely (Contexts explained):
2867         use absolute dimension for @image.
2868
2869         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
2870         out image for illustration too.
2871         ($(outdir)/%.png): add more png <-> eps rules. 
2872
2873 2006-05-17  Graham Percival  <gpermus@gmail.com>
2874
2875         * Documentation/user/ various: remove trailing whitespace, cosmetic
2876         change to reduce changes produced by diff.
2877
2878 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
2879
2880         * lily/main.cc (do_chroot_jail): correctness tweak.
2881
2882         * python/lilylib.py (system): import subprocess in system () only.
2883
2884         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
2885
2886         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
2887         variable. Backportme.
2888
2889 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
2890         
2891         * lily/parser.yy: Change all syntax rules of type Music to SCM type
2892
2893 2006-05-17  Werner Lemberg  <wl@gnu.org>
2894
2895         * lily/lexer.ll (init_signature_has_table): Add
2896         `scm-scm-music-music'.
2897
2898         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
2899         (Generic_prefix_music_scm): Add rule for it.
2900
2901         * lily/quote-iterator.cc (Quote_iterator::process): Handle
2902         `quoted-transposition' property.
2903
2904         * ly/music-functions-init.ly (transposedCueDuring): New function.
2905
2906         * scm/define-music-properties.scm (all-music-properties): Updated.
2907
2908         * Documenation/topdocs/NEWS.itely: Document it.
2909
2910 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
2911
2912         * python/lilylib.py (system): move import subprocess to system()
2913         definition. 
2914
2915         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
2916
2917         * VERSION (PATCH_LEVEL): release 2.9.5
2918         
2919         * Documentation/topdocs/INSTALL.texi (Top): update versions and
2920         build instructions. 
2921
2922         * ly/engraver-init.ly: switch on hairpinToBarline by default.
2923
2924 2006-05-16  Graham Percival  <gpermus@gmail.com>
2925
2926         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
2927
2928         * Documentation/user/ various: minor fixes.
2929
2930 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
2931
2932         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
2933
2934 2006-05-16  Mats Bengtsson  <mabe@s3.kth.se>
2935
2936         * Documentation/user/advanced-notation.itely (Instrument names):
2937         Modified obsolete instruction on how to move instrument names away
2938         from the staves. Hmm, at second thought the bug probably has been
2939         solved, so the full bug description should probably be removed.
2940
2941 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
2942
2943         * lily/dynamic-engraver.cc (typeset_all): hang ending on
2944         currentCommandColumn. 
2945
2946         * lily/hairpin.cc (print): also add padding for non-neighbor
2947         hairpin bounds.
2948
2949         * scm/define-context-properties.scm
2950         (all-user-translation-properties): add hairpinToBarline
2951
2952         * input/regression/hairpin-to-barline.ly: new file.
2953
2954         * lily/context.cc (internal_send_stream_event): thinko fix.
2955
2956         * lily/tie.cc (set_default_control_points): robustness fix.
2957
2958         * python/musicxml.py (Part.interpret): don't complain about
2959         incomplete measures.
2960
2961         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
2962         new music if last_event_chord() returned None.
2963
2964         * python/musicxml.py (Part.interpret): skip back over chord notes.
2965
2966 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
2967         
2968         * lily/percent-repeat-engraver.cc, lily/parser.yy,
2969         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
2970         lily/slash-repeat-engraver.cc,
2971         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
2972         iterator sends PercentEvents
2973
2974         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
2975         rework tuplets: send start/stop events to engraver
2976
2977         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
2978         dispatchers event-source and events-below to Context
2979         
2980 2006-05-15  Graham Percival  <gpermus@gmail.com>
2981
2982         * Documentation/user/README.txt: update info for doc writers.
2983
2984         * Documentation/user/programming-interface.itely: integrate
2985         Nicolas' fixes for chapter rewrite.
2986
2987         * Documentation/user/ various: minor fixes.
2988
2989 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
2990
2991         * lily/clef-engraver.cc: cleanup.
2992
2993         * Documentation/user/GNUmakefile: dist context-example.eps too.
2994
2995         * lily/key-engraver.cc (create_key): use
2996         explicitKeySignatureVisibility for cancellation too. 
2997
2998         * lily/font-config.cc (init_fontconfig): don't close file if
2999         f==NULL. 
3000
3001 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
3002
3003         * Documentation/topdocs/NEWS.tely: niente and rotation news
3004
3005 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
3006
3007         * lily/include/stencil.hh
3008         * lily/stencil.cc (rotate): new function. Makes it possible
3009         to rotate a stencil around a given offset.
3010
3011         * lily/grob.cc (get_print_stencil): add rotation support
3012
3013         * lily/stencil-interpret.cc (interpret_stencil_expression):
3014         add rotation support
3015
3016         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
3017
3018         * scm/define-grob-properties.scm: add 'rotation property
3019
3020         * scm/define-markup-commands.scm: add rotate markup command
3021         
3022         * scm/output-ps.scm: add rotation support in PostScript backend
3023
3024         * scm/output-svg.scm: add rotation support in SVG backend
3025
3026 2006-05-13  Graham Percival  <gpermus@gmail.com>
3027
3028         * Documentation/user/music-glossary.itely: French correction.
3029
3030         * Documentation/user/programming-interface.itely: major
3031         new docs, some reorg, some info from Nicolas.
3032
3033         * Documentation/user/ various: small fixes.
3034
3035 2006-05-12  Mats Bengtsson  <mabe@s3.kth.se>
3036
3037         * Documentation/user/programming-interface.itely (Markup
3038         programmer interface): Remove duplicate text.
3039
3040 2006-05-12  Graham Percival  <gpermus@gmail.com>
3041
3042         * Documentation/user/context-example.eps: new file.
3043
3044         * Documentation/user/changing-defaults.itely: set up file to
3045         use eps image.
3046
3047         * Documentation/user/programming-interface.itely: changes
3048         from mailist.
3049
3050 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
3051
3052         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
3053
3054 2006-05-11  Graham Percival  <gpermus@gmail.com>
3055
3056         * Documentation/user/programming-interface.itely: first round of
3057         editing and merging emails from Nicolas.
3058
3059         * Documentation/user/scheme-tutorial: minor edit.
3060
3061 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
3062
3063         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
3064         XML attributes.
3065         (Xml_node.message): use it.
3066
3067         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
3068         oops. Add duration argument.
3069
3070 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
3071
3072         * lily/paper-column-engraver.cc (make_columns):
3073         * scm/define-grobs.scm: Revert my previous change and set the default
3074         in define-grobs.scm instead.
3075
3076 2006-05-09  Graham Percival  <gpermus@gmail.com>
3077         
3078         * Documentation/user/changing-defaults.itely: general editing,
3079         info about \set and \override.
3080
3081         * Documentation/user/tweaking.itely, advanced-notation.itely:
3082         fixes from Dave Luttinen, thanks!
3083
3084 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
3085
3086         * lily/paper-column-engraver.cc (make_columns): By default, a column
3087         needs to be breakable.
3088
3089 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
3090
3091         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
3092         Attributes methods
3093         (musicxml_time_to_lily): idem
3094         (musicxml_key_to_lily): idem
3095         (instrument_drumtype_dict): dict for supported drumtypes.
3096         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
3097         moments and pending mm rests
3098         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
3099         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
3100         (musicxml_voice_to_lily_voice): add mode change.
3101         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
3102         speed and less memory usage (factor 5 to 10).
3103         (convert): write -defs.ly  and driver file separately so people
3104         can script their own part extraction.
3105
3106         * python/musicxml.py (minidom_demarshal_node): new function:
3107         separate minidom handling.
3108         (lxml_demarshal_node): new function: support lxml.etree too.
3109         (Xml_node.message): new function: verbose error message, with XML
3110         path to offending node.
3111         (Attributes.get_measure_length): sane interface to MusicXML attributes.
3112         (Part_list.generate_id_instrument_dict): new method: collect
3113         instrument names, to be able to set drum_type.
3114         (Part.interpret): handle underfull measures
3115         (Part.interpret): assign instrument names.
3116
3117         * python/musicexp.py (Output_printer.close): new method
3118         (MusicWrapper.print_ly): new class: support other modes,
3119         eg. \drummode
3120         (BarCheck.print_ly): new class. Support bar checks, with comments
3121         and fancy barchecks. 
3122         (NoteEvent.__init__): also set drum_type for drum notes.
3123         (MultiMeasureRest.lisp_expression): dump mm rests.
3124
3125         * lily/paper-column-engraver.cc (stop_translation_timestep): set
3126         line-break-permission if forbidBreak is not set.
3127
3128 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
3129
3130         * scm/define-context-properties.scm:
3131         * scm/define-grob-properties.scm:
3132         * scm/define-grobs.scm:
3133         * scm/define-music-display-methods.scm:
3134         * scm/define-music-properties.scm:
3135         * scm/define-music-types.scm:
3136         * scm/music-functions.scm:
3137         * ly/declarations-init.ly:
3138         * lily/include/constrained-breaking.hh:
3139         * lily/system.cc:
3140         * lily/spaceable-grob.cc:
3141         * lily/simple-spacer.cc:
3142         * lily/paper-score.cc:
3143         * lily/paper-column.cc:
3144         * lily/paper-column-engraver.cc:
3145         * lily/item.cc:
3146         * lily/gourlay-breaking.cc:
3147         * lily/constrained-breaking.cc:
3148         * python/convertrules.py:
3149         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
3150         "page-break-penalty" and "line-break-permission".
3151         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
3152         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
3153
3154         * lily/bar-engraver.cc:
3155         * lily/beam-engraver.cc:
3156         * lily/forbid-break-engraver.cc:
3157         * lily/ligature-engraver.cc:
3158         * lily/paper-column-engraver.cc:
3159         * lily/percent-repeat-engraver.cc:
3160         * lily/score-engraver.cc:
3161         * lily/score-engraver.hh:
3162         * lily/paper-column-engraver.hh:
3163         Inter-engraver communication regarding line breaks is done through context
3164         properties (Score.forbidBreak) instead of function calls.
3165
3166 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
3167
3168         * VERSION (PACKAGE_NAME): release 2.9.4
3169
3170 2006-05-08  Graham Percival  <gpermus@gmail.com>
3171
3172         * Documentation/user/working.itely: proofreading from Dave
3173         Luttinen, thanks.
3174
3175         * Doucmentation/user/README.txt: updated with manual style info.
3176
3177         * Documentation/user/ various: trim linewidth to 78 chars.
3178
3179 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
3180
3181         * scm/define-grob-properties.scm (all-internal-grob-properties):
3182         remove chord-tremolo property.
3183
3184         * lily/beam.cc (get_beam_segments): don't use stem position as
3185         base for broken ends.
3186
3187 2006-05-06  Graham Percival  <gpermus@gmail.com>
3188
3189         * Documentation/user/putting.itely: proofreading from Dave
3190         Luttinen, thanks!
3191
3192         * Documentation/user/ various: more reorg and clarifications.
3193
3194 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
3195
3196         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
3197
3198         * ly/music-functions-init.ly: new function featherDurations
3199
3200         * lily/beam.cc: read grow-direction for feathered beaming.
3201
3202         * Documentation/topdocs/NEWS.tely (Top): typo.
3203
3204 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
3205
3206         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
3207         tremolo beams.
3208
3209 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
3210         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
3211         used by music streams.
3212
3213         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
3214         lily/stream-event.cc, lily/stream-event-scheme.cc,
3215         lily/listener.cc, lily/scheme-listener.cc,
3216         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
3217         lily/include/stream-event.hh, lily/include/listener.hh,
3218         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
3219         Created data structures for music streams.
3220         
3221 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
3222
3223         * lily/beam.cc (get_beam_segments): new function. Reorganise the
3224         construction of a beam. 
3225         (print): rewrite. 
3226
3227         * flower/include/std-vector.hh (default_compare): use only one comparison.
3228
3229         * scm/define-markup-commands.scm (note-by-number): remove debug display.
3230         (note-by-number): further attachment fixes.
3231
3232         * scm/lily-library.scm (ordered-cons): new function.
3233         (interval-index): new function
3234
3235         * lily/note-head-scheme.cc (LY_DEFINE): new file.
3236
3237         * lily/note-head.cc (get_stem_attachment): new function.
3238
3239         * scm/define-markup-commands.scm (note-by-number): read 'style
3240         property. 
3241
3242         * input/regression/markup-note.ly: show note-head style option.
3243
3244         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
3245         triangle head.
3246
3247 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
3248
3249         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
3250
3251         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
3252
3253         * lily/include/constrained-breaking.hh: GCC 4 fix.
3254
3255 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
3256
3257         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
3258         Replace it with functions get_line_forces and get_line_configuration.
3259         (class Simple_spacer): Make data private.
3260         Rewrite compression algorithm to be faster and simpler.
3261
3262         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
3263         * lily/gourlay-breaking.cc (solve):
3264         * lily/constrained_breaking.cc (space_line):
3265         Change it to the new simple-spacer code.
3266
3267         * lily/paper-score.cc (get_paper_systems):
3268         (Paper_score):
3269         (process):
3270         Delay breaking the systems until they are requested.
3271         (find_break_indices):
3272         Use vsize for indices.
3273         (calc_breaking):
3274         Move the "Calculating line breaks" message here.
3275
3276         * lily/system.cc (pre_processing):
3277         Move the "Calculating line breaks" message away from here.
3278         (break_into_pieces):
3279         Allow multiple calls to this function in sequence (with touching-but-
3280         not-overlapping breakpoints).
3281
3282         * lily/constrained-breaking.cc:
3283         Replace most of the get_XXXX functions with get_line_details.
3284         Only calculate the force for each line. Calculate configurations only
3285         for the lines we will actually use.
3286         Replace cols_ with lines_.
3287
3288 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3289
3290         * mf/GNUmakefile (depth): remove FC_FIND.
3291
3292         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
3293
3294         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
3295
3296         * scm/framework-ps.scm (write-preamble): new function.
3297         (write-preamble): load mac fonts via fondu, even if gs-font-load
3298         is set.
3299
3300 2006-05-03  Werner Lemberg  <wl@gnu.org>
3301
3302         * mf/GNUmakefile (FC_FIND): Fix typo.
3303
3304 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
3305
3306         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
3307
3308 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
3309
3310         * stepmake/aclocal.m4: run python-config for crosscompiling
3311         flags. 
3312
3313         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
3314         -f png for HTML, TEXINFO formats. 
3315
3316         * input/tutorial/lbook-html-test.html: new file.
3317
3318         * lily/include/tie-formatting-problem.hh (class
3319         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
3320         [column, direction]. This fixes laissez vibrer ties.
3321  
3322         * flower/include/tuple.hh (struct Tuple2): new file.
3323
3324         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
3325         $(FCMATCH), only if $(NCSB_DIR) not set. 
3326
3327         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
3328
3329         * config.make.in (DOCUMENTATION): set FCMATCH.  
3330
3331         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
3332
3333 2006-05-03  Graham Percival  <gpermus@gmail.com>
3334
3335         * Documentation/user/ various: final round of reorg.
3336
3337         * Documentation/user/instrument-notation.itely: some more
3338         fixes from Eduardo, thanks!
3339
3340 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
3341
3342         * VERSION (PACKAGE_NAME): release 2.9.3
3343
3344         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
3345
3346         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
3347
3348 2006-05-01  Mats Bengtsson  <mabe@s3.kth.se>
3349
3350         * scm/define-grob-properties.scm (all-user-grob-properties):
3351         Correct typo, thanks to Eduardo.
3352
3353 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
3354
3355         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
3356
3357         * buildscripts/lilypond-words.py (F): indent fix.
3358
3359         * input/regression/tie-arpeggio-collision.ly: new file.
3360
3361         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
3362         function: store outlines per column rank.
3363
3364         * lily/include/tie-configuration.hh (class Tie_configuration): add
3365         column_ranks_ to specification and configuration, to distinguish
3366         between ties for different heads in arpegiated chords.
3367
3368         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
3369
3370         * *.py: more 4 space indents.
3371
3372         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
3373
3374 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
3375
3376         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
3377
3378 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
3379
3380         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
3381
3382         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
3383
3384         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
3385
3386 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3387
3388         * python/convertrules.py (conv): indent 4 for python files.
3389
3390 2006-04-29  Mats Bengtsson  <mabe@s3.kth.se>
3391
3392         * Documentation/user/changing-defaults.itely (Creating contexts):
3393         Clarify \new semantics.
3394
3395 2006-04-28  Graham Percival  <gpermus@gmail.com>
3396
3397         * Documentation/user/ various: major new sections in the
3398         Learning manual, slight reorg elsewhere.
3399
3400 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
3401
3402         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
3403
3404         * scm/framework-ps.scm (output-framework): remove PageMedia
3405
3406 2006-04-27  Graham Percival  <gpermus@gmail.com>
3407
3408         * Documentation/user/ tweaks.itely, working.itely: new
3409         files, being more advanced "learning manual" chapters.
3410
3411         * Documentation/user/ tutorial, putting, lilypond: reorg.
3412
3413 2006-04-26  Graham Percival  <gpermus@gmail.com>
3414
3415         * input/regression/lyric-combine-polyphonic.ly: fixed test
3416         (no more "can't find context `one'" error).
3417
3418 2006-04-25  Joe Neeman <joeneeman@gmail.com>
3419
3420         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
3421
3422         * input/regression/stem-tremolo.ly: add 2 more whole note examples
3423         
3424 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3425
3426         * lily/relocate.cc (read_relocation_dir): new function.
3427
3428 2006-04-26  Graham Percival  <gpermus@gmail.com>
3429
3430         * Documentation/user/instrument-notation.itely: a few more fixes
3431         from Eduardo, thanks!
3432
3433         * Documentation/user/README.txt: new file; contains info on
3434         style that used to be in lilypond.tely.
3435
3436         * Documentation/user/ various: first round of doc reorg.
3437
3438         * Documentation/user/baer-flat-bw.png: remove alpha bit from
3439         graphic; this probably causes problems on some pdf
3440         viewers, notably Adobe Acrobat.
3441
3442 2006-04-24  Graham Percival  <gpermus@gmail.com>
3443
3444         * Documentation/user/instrument-notation.itely: many alterations
3445         to Vocal music, from Eduardo Viera.
3446
3447 2006-04-23  Graham Percival  <gpermus@gmail.com>
3448
3449         * Documentation/user/instrument-notation.itely: fix \new
3450         instead of \context problem.
3451
3452 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3453
3454         * lily/relocate.cc (expand_environment_variables): new function.
3455         (read_line): id.
3456         (read_relocation_file): id.
3457
3458         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
3459
3460 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
3461
3462         * ly/engraver-init.ly: remove old comments from TabVoice
3463
3464 2006-04-20  Graham Percival  <gpermus@gmail.com>
3465
3466         * Documentation/user/instrument-notation.itely: added Erlend's
3467         latest doc patch, thanks!
3468
3469 2006-04-19  Erlend Aasland <erlenda@gmail.com>
3470
3471         * lily/include/slur.hh:
3472         * lily/slur.cc:
3473         * lily/phrasing-slur-engraver.cc:
3474         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
3475         acknowledge_extra_object () from Phrasing_slur_engraver:: and
3476         Slur_engraver:: and putting it in
3477         Slur::auxiliary_acknowledge_extra_object ().
3478
3479         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
3480
3481         * lily/note-collision.cc: fix a comment
3482
3483 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3484
3485         * stepmake/bin/add-html-footer.py: fix footer position in
3486         generated html files: before </body> and </html> tags.
3487
3488 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3489
3490         * scripts/GNUmakefile: revert last "fix", which rather broke make.
3491         Earlier successive `make' commands finally compiled ok.
3492
3493         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
3494
3495 2006-04-18  Erlend Aasland <erlenda@gmail.com>
3496
3497         * lily/include/stem-tremolo.hh:
3498         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
3499         callers.
3500
3501         * lily/lookup.cc:
3502         * lily/include/lookup.hh: add rotated_box ()
3503
3504 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3505
3506         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
3507         been generated. Fixes "can't get `--help'" bug after make clean.
3508
3509         * THANKS: alphabetize contributors.
3510
3511 2006-04-17  Graham Percival  <gpermus@gmail.com>
3512
3513         * Documentation/user/instrument-notation.itely: added Erlend's
3514         tabs and banjo doc patch.  Thanks!
3515
3516 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
3517
3518         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
3519
3520         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
3521
3522         * scm/output-lib.scm: add some more predefined string tunings.
3523
3524         * Documentation/user/instrument-notation.itely: and doc them.
3525
3526 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
3527
3528         * ly/engraver.ly: Remove obsolete comments.
3529
3530         * ly/gregorian-init.ly: Define default layout block.
3531
3532         * input/puer-fragment.ly: Updated and extended.
3533
3534 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3535
3536         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
3537         pdf conversion behaviour.
3538
3539         * flower/file-name.cc (dir_name)
3540         (get_working_directory): Move from relocate.cc.
3541
3542         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
3543         
3544         * lily/relocate.cc: Encapsulate sys/stat.h in
3545         HAVE_STAT_H.
3546
3547 2006-04-14  Graham Percival  <gpermus@gmail.com>
3548
3549         * Documentation/user/ various: small updates from Cameron
3550         and Juergen, thanks!
3551
3552         * Documentation/user/ various: small updates of my own.
3553
3554         * THANKS: 2.7 -> 2.8.
3555
3556 2006-04-11  Graham Percival  <gpermus@gmail.com>
3557
3558         * scm/define-context-properties.scm: typo.
3559
3560         * Documentation/user/ : many more small updates.
3561
3562 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
3563
3564         * scm/define-music-types.scm: disposed "docme".
3565
3566 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
3567
3568         * lily/hairpin.cc: make niente circles a bit smaller.
3569
3570 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
3571
3572         * mf/GNUmakefile: remove redundant mftrace check. Also remove
3573         get-pfa and get-*-fonts targets.
3574
3575 2006-04-10  Graham Percival  <gpermus@gmail.com>
3576
3577         * THANKS, Documentation/user/ basic-notation, advanced-notation,
3578         music-glossary, programming-interface: more minor fixes
3579         from mailist.
3580
3581         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
3582
3583         * scm/define-context-properties.scm: another old \property update.
3584         This time tested for compiling!
3585
3586 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
3587
3588         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
3589
3590 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3591
3592         * scm/define-context-properties.scm (all-user-translation-properties): 
3593         * Documentation/user/global.itely (Page formatting): Compile fix.
3594
3595 2006-04-09  Mats Bengtsson  <mabe@s3.kth.se>
3596
3597         * Documentation/user/advanced-notation.itely (Polymetric
3598         notation): Update the example to use the "+" symbol and add link
3599         to input/test/compound-time.ly.
3600
3601 2006-04-08  Graham Percival  <gpermus@gmail.com>
3602
3603         * scm/define-grob-properties.scm: clarify docs for #'direction.
3604
3605         * scm/define-context-properties.scm: update old \property override.
3606
3607         * Documentation/user/ advanced-notation, global, lilypond-book:
3608         more minor doc updates.
3609
3610 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
3611
3612         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
3613
3614         * scm/backend-library.scm (search-gs): oops.
3615
3616 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
3617
3618         * scripts/lilypond-book.py (output): use base, not filename for href.
3619
3620         * scm/backend-library.scm: only look for gs.
3621
3622         * scripts/lilypond-book.py (output): fix printfilename.
3623
3624         * lily/parser.yy (music_function_musicless_prefix): fold together
3625         definitions of signature (SCM*) (Music|post_event|chord_body_element)
3626
3627         * lily/slur.cc (print): only set font-size if not set yet.
3628
3629         * lily/slur-configuration.cc (add_score): improved layout of debug
3630         scoring output.
3631
3632 2006-04-05  David Feuer  <David.Feuer@gmail.com>
3633
3634         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
3635         (draw_circle): Hopefully fixed regression.
3636         Improved documentation for several procedures.
3637         
3638 2006-03-04  Werner Lemberg  <wl@gnu.org>
3639
3640         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
3641
3642 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
3643
3644         * scripts/musicxml2ly.py (bindir): add dynamic
3645         relocation. 
3646
3647 2006-04-04  Graham Percival  <gpermus@gmail.com>
3648
3649         * Documentation/user/ basic-notation, advanced-notation, putting,
3650         instrument-notation, invoking, lilypond, THANKS: another ream of small
3651         fixes from the Doc Helpers.
3652
3653 2006-04-03  David Feuer  <David.Feuer@gmail.com>
3654
3655         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
3656
3657         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
3658
3659         * Cleaned up interfaces between PostScript and Scheme, and moved
3660         computations from PostScript to Scheme:
3661
3662         * music-drawing-routines.ps
3663         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
3664         with stroke_and_fill throughout.
3665         (euclidean_length, print_letter, draw_box): Deleted unused
3666         procedures.  If someone needs draw_box, implement it using
3667         draw_round_box; don't duplicate code.
3668         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
3669         Refactored/cleaned up interfaces.
3670         (mark_URI): Moved.
3671
3672         * output-ps.scm: reordered arguments to PostScript functions to
3673         match new interfaces
3674         (glyph-string): Rewrote glyph-string.
3675         (grob-cause): Replaced string-append with format.
3676         (repeat-slash): Rewrote to do computation here.
3677         (round-filled-box): Rewrote to do computation here.
3678
3679 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
3680
3681         * stepmake/stepmake/generic-targets.make: add cvs-clean target
3682
3683         * stepmake/stepmake/toplevel- targets.make: print help info about
3684         cvs-clean
3685
3686 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
3687
3688         * input/regression/hairpin-circled.ly: new file
3689
3690 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
3691
3692         * lily/hairpin.cc (print): add support for circled tip
3693
3694         * scm/define-grob-properties.scm: add circled-tip parameter
3695
3696         * scm/define-grobs.scm: init circled-tip to false
3697         
3698 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
3699
3700         * scm/music-functions.scm (quote-substitute): set
3701         iterators-ctor. 
3702
3703 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
3704
3705         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
3706         BSTINPUTS. 
3707
3708         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
3709
3710         * scm/output-ps.scm (glyph-string): revert cid selectfont.
3711
3712 2006-03-31  David Feuer  <david.feuer@gmail.com>
3713         
3714         * scm/framework-ps.scm:
3715         
3716         * scm/output-ps.scm: glyph-string now produces smaller, more
3717         readable, and probably faster PostScript.  Several findfont
3718         scalefont setfont instances changed to selectfont
3719         Hacked-up string-appends changed to formats.
3720
3721         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
3722         
3723 2006-03-30  Graham Percival  <gpermus@gmail.com>
3724
3725         * scm/lily-library.scm: make "no version" warning message more polite.
3726
3727         * lily/music.cc: add double quotes to failed octave check.
3728
3729         * Documentation/user/ advanced-notation, changing-defaults,
3730         instrument-notation, invoking, music-glossary: whole bunch of minor
3731         fixes from mailist.
3732
3733 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
3734
3735         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
3736         $(buildscriptdir) iso. depth.
3737
3738         * VERSION (PACKAGE_NAME): release 2.9.1
3739
3740 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
3741
3742         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
3743
3744         * VERSION (PATCH_LEVEL): bump version number.
3745
3746         * flower/include/guile-compatibility.hh (scm_from_uint32): add
3747         scm_from_uint32 ()
3748
3749         * lily/pango-font.cc (pango_item_string_stencil): use
3750         scm_from_uint32 ()
3751
3752         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
3753         $(outdir)/emmentaler-%.svg): remove canary.
3754
3755         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
3756         glyphnames if we have a ttf font.
3757
3758 2006-03-30  Mats Bengtsson  <mabe@s3.kth.se>
3759
3760         * Documentation/user/advanced-notation.itely (Font selection):
3761         Corrected reference to the font-family-override.ly example.
3762
3763 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
3764         
3765         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
3766         stem-tremolo object in the stem (or else the stem might not be
3767         long enough).
3768
3769 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
3770
3771         * lily/ttf.cc (print_trailer): only print existing glyphs.
3772
3773 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
3774
3775         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
3776         position the tremolo based on the position of the notehead.
3777
3778         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
3779         notes and update the texidoc line with the new positioning rules.
3780         
3781 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
3782
3783         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
3784
3785         * scripts/lilypond-book.py (Module): set default for linewidth if
3786         preamble not found.
3787
3788 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
3789
3790         * VERSION (PACKAGE_NAME): release 2.9.0.
3791
3792         * input/regression/stem-tremolo-position.ly: new file.
3793
3794         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
3795
3796 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
3797
3798         * lily/stem-tremolo.cc (print): position
3799         the tremolo depending only on the end of the stem
3800         and not on the notehead
3801         (raw_stencil): center, on the middle staff line, the
3802         flag that is closest to the end of the stem (previously
3803         the bottom flag)
3804         (calc_width): add this callback to shorten a tremolo when
3805         it is beamed or it is stemup with a flag
3806         (style): add this callback to make a tremolo rectangular when
3807         it is beamed or it is stemup with a flag
3808         (rotated_box): this is like Lookup::beam but makes a rotated
3809         rectangle instead of a parallelogram
3810
3811         * lily/stem.cc (calc_stem_info): make sure the stem
3812         is long enough to fit the tremolo
3813         (calc-length): reduce the length of tremolo stems since the
3814         tremolo code is now capable of better positioning
3815
3816         * scm/define-grobs.scm: make calc_width the default beam-width
3817         callback for stem-tremolo and add the style callback
3818                 
3819 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
3820
3821         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
3822         case. 
3823
3824 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
3825
3826         * lily/ttf.cc (make_index_to_charcode_map): restore old
3827         cmap. 
3828
3829 2006-03-28  Werner Lemberg  <wl@gnu.org>
3830
3831         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
3832
3833 2006-03-28  Graham Percival  <gpermus@gmail.com>
3834
3835         * THANKS: update for 2.9, add section for Documentation helpers.
3836
3837         * Documentation/topdocs/NEWS.tely: compile fix.
3838
3839         * Documentation/user/ basic-notation, global, advanced-notation,
3840         examples.itely: minor fixes from mailist.
3841
3842 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
3843
3844         * mf/feta-bolletjes.mf: match width of solfa notes with normal
3845         note heads. 
3846
3847         * lily/ttf.cc (print_trailer): use it.
3848
3849         * lily/pango-font.cc (get_unicode_name): new function.
3850
3851         * lily/ttf.cc (make_index_to_charcode_map): move function from
3852         open-type-font.cc
3853         (print_trailer): substitute uniXXXX name if applicable. 
3854
3855         * lily/pango-font.cc (get_index_to_charcode_map): new function.
3856         (pango_item_string_stencil): use it to generate uniXXXX names.
3857
3858         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
3859         note heads, for uniform widths in shape note output.
3860         (overdone_heads): hmm. remove them again.
3861
3862         * scripts/lilypond-book.py (output): add links to filenames.
3863
3864         * Documentation/topdocs/INSTALL.texi (Top): update versions.
3865
3866         * lily/note-collision.cc (get_clash_groups): only consider when
3867         Note_column::dir <> CENTER. 
3868
3869         * scripts/lilypond-book.py (get_option_parser): init output_name
3870         to ''. 
3871
3872 2006-03-24  Graham Percival  <gpermus@gmail.com>
3873
3874         * Documentation/topdocs/NEWS.tely: add @end itemize
3875
3876         * Documentation/user/ global, advanced-notation: minor
3877         stuff from mailist.
3878
3879 2006-03-23  Graham Percival  <gpermus@gmail.com>
3880
3881         * Documentation/user/ lilypond.tely, music-glossary,
3882         preface: housekeeping; 2005->2006, remove "notes for 2.6"
3883
3884 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
3885
3886         * mf/GNUmakefile: don't install .enc files.
3887
3888         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
3889
3890         * VERSION (PATCH_LEVEL): bump to 2.9.0
3891
3892 2006-03-22  Graham Percival  <gpermus@gmail.com>
3893
3894         * Documentation/user/advanced-notation.itely: minor fixes
3895         from mailist.
3896
3897 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
3898
3899         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
3900
3901         * branch lilypond_2_8
3902
3903 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
3904
3905         * scripts/lilypond-book.py (samefile): new function, for windoze
3906         compatibility.
3907
3908 2006-03-21  Graham Percival  <gpermus@gmail.com>
3909
3910         * ly/engraver-init.ly: add info about StaffGroup.
3911
3912 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
3913
3914         * input/regression/stem-direction-context.ly: idem.
3915
3916         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
3917
3918         * THANKS: add Mats.
3919
3920         * input/regression/page-layout-twopass.ly: comment out \markup so
3921         tweak-file is left.
3922
3923         * lily/instrument-name-engraver.cc (finalize): add to instrument
3924         name global System. This also fixes chopped instrument names, but
3925         doesn't crash when there are slurs/beams.
3926
3927         * lily/slur-configuration.cc (add_score): disallow negative slur
3928         scores.
3929         
3930 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3931
3932         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
3933
3934         * lily/instrument-name-engraver.cc (process_music): kludge: add
3935         InstrumentName spanner to axis group of left bound. Fixes chopped
3936         off instrument names in EPS images.
3937
3938         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
3939
3940         * scripts/abc2ly.py (option_parser): update to 2.7.40
3941
3942 2006-03-20  Graham Percival  <gpermus@gmail.com>
3943
3944         * THANKS: move small doc contributors to SUGGESTIONS.
3945
3946         * Documentation/user/ basic-notation, advanced-notation,
3947         global: small changes from mailist.
3948
3949 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3950
3951         * Documentation/user/advanced-notation.itely (Text marks): update
3952         for new rehearsalMarkAlignSymbol convention.
3953
3954         * VERSION (PATCH_LEVEL): bump version.
3955
3956         * input/test/instrument-name-align.ly: new file.
3957
3958         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
3959
3960         * input/test/instrument-name-align.ly: new file. Document how to
3961         align instrument names.
3962
3963         * lily/mark-engraver.cc: remove properties.
3964
3965         * scm/define-context-properties.scm
3966         (all-user-translation-properties): remove align symbol properties
3967         for barnumber/reh. mark.
3968
3969         * lily/break-align-interface.cc (self_align_callback): new
3970         interface, new function. Look at complete alignment. This handles
3971         tunable break alignments in case break-align-symbols are missing.
3972
3973         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
3974
3975         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
3976
3977         * python/convertrules.py (conv): mark/bar number alignment rule.
3978
3979         * lily/break-align-interface.cc (calc_positioning_done): also
3980         store offset from last visible break-alignment to its
3981         neighbor. This makes alignment on non-visible objects more reliable.
3982
3983         * po/lilypond.pot (Module): ran po-replace.
3984
3985         * input/regression/tie-single-manual.ly (Module): new file.
3986
3987         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
3988         look at has_manual_position_.
3989         (from_ties): set has_manual_position_ if tie has staff-position set.
3990
3991         * lily/tuplet-bracket.cc (calc_positions): idem.
3992
3993         * lily/tuplet-number.cc (print): don't print tupletnumber if it
3994         doesn't span time.
3995
3996 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3997
3998         * scm/define-markup-commands.scm (smallCaps): new markup command
3999         for turning a text to small caps using smaller font size and upper
4000         casing.
4001
4002 2006-03-17  Graham Percival  <gpermus@gmail.com>
4003
4004         * Documentation/user/ examples, instrument-notation,
4005         advnaced-notation: minor fixes from mailist.
4006
4007 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4008
4009         * Documentation/user/tutorial.itely (First steps): change example
4010         to verbatim.  
4011
4012 2006-03-17  Graham Percival  <gpermus@gmail.com>
4013
4014         * Documentation/user/ examples, advanced: minor changes from mailist.
4015
4016         * THANKS: add Geoff Horton, for documentation stuff.
4017
4018 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4019
4020         * python/lilylib.py (system): revert have_select kludge.
4021
4022         * Documentation/user/tutorial.itely (Commenting input files):
4023         update version numbers in doc. 
4024
4025         * scm/define-grob-interfaces.scm (multi-measure-interface): add
4026         bound-padding to multi-measure-interface
4027
4028 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4029
4030         * input/test/engraver-example.ily: update version number.
4031
4032         * VERSION (PACKAGE_NAME): release 2.7.39
4033
4034         * lily/note-spacing.cc (get_spacing): heighten threshold where
4035         accidentals/arpeggios influence previous spacing fully.
4036
4037         * lily/rest.cc (y_offset_callback): only use direction if
4038         staff-position wasn't set before.
4039
4040         * lily/bar-number-engraver.cc: add support for
4041         barNumberAlignSymbol. 
4042         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
4043
4044         * lily/pointer-group-interface.cc (set_ordered): new function. 
4045         (add_unordered_grob): new function.
4046
4047         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
4048         to ordered, unless the opposite has been proved.  This fixes
4049         random reordering of large object groups across linebreaks,
4050         eg. beams.
4051
4052         * lily/main.cc (do_chroot_jail): printf format fix.
4053
4054         * lily/tie-formatting-problem.cc (generate_configuration):
4055         multiply y-shift for dot with direction.
4056  
4057         * scm/define-markup-commands.scm (note-by-number): put (magstep
4058         size) in y-attach too.
4059
4060         * Documentation/topdocs/NEWS.tely (Top): show override.
4061
4062         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
4063         direction for stems.
4064         
4065 2006-03-15  Graham Percival  <gpermus@gmail.com>
4066
4067         * Documentation/user/ changing-defaults, global: minor
4068         fixes from mailist.
4069
4070 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4071
4072         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
4073
4074         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
4075         breakable items after uniformly stretched notes.
4076
4077         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
4078         outline with outer edge of note heads. This prevents infinity
4079         problems with tied whole notes.
4080
4081         * scripts/lilypond-book.py (do_file): use os.popen
4082
4083         * python/convertrules.py (conv): add rule for Stem #'beamed-*
4084
4085 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
4086
4087         * Documentation/user/invoking.itely: Add ragged-right to bug report
4088         guidelines.
4089
4090 2006-03-14  Graham Percival  <gpermus@gmail.com>
4091
4092         * Documentation/user/global.itely: small fix from mailist.
4093
4094 2006-03-14  Mats Bengtsson  <mabe@s3.kth.se>
4095
4096         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
4097         file descriptor returned by tempfile.mkstemp() when writing
4098         to tmpfile and closing it. Solves problem with unlink(tmpfile)
4099         on mingw.
4100
4101 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4102
4103         * po/fi.po: newline bugfix.
4104
4105 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4106
4107         * scm/paper.scm (paper-alist): Rounding fixes.
4108
4109 2006-03-13  Graham Percival  <gpermus@gmail.com>
4110
4111         * Documentation/user/ changing-defaults, instrument-notation,
4112         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
4113
4114 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
4115
4116         * po/fi.po: update.
4117
4118 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4119
4120         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
4121         mailto: to http:// 
4122
4123         * python/lilylib.py (print_environment): move ps_page_count to
4124         lilypond-book.py
4125
4126 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4127
4128         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
4129
4130         * scm/framework-ps.scm (embed-document): new function. Use to
4131         embed PFA files.
4132
4133         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
4134
4135 2006-03-12  Mats Bengtsson  <mabe@s3.kth.se>
4136
4137         * Documentation/user/instrument-notation.itely (Setting simple
4138         songs): Added \book{...} around the full example, so the separate
4139         markups are included in the printed example. 
4140
4141 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4142
4143         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
4144         tmphandle.
4145
4146         * python/lilylib.py (system): rewrite system() using
4147         subprocess. Remove >& redirection trickery.
4148
4149 2006-03-11  Graham Percival  <gpermus@gmail.com>
4150
4151         * Documentation/user/ changing-defaults, global, scheme-tutorial,
4152         notation-appendices.itely: minor fixes from mailist.
4153
4154 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4155
4156         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
4157         unsplit man also needs images.
4158
4159         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
4160
4161         * VERSION (PACKAGE_NAME): 2.7.38 released.
4162
4163 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4164
4165         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
4166         log in output dir.
4167
4168 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
4169
4170         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
4171         respects the Score.skipTypesetting property.
4172         
4173 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4174
4175         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
4176         Prolog. No %%EOF after CFF file.
4177
4178 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
4179         
4180         * lily/constrained-breaking.cc (get_max_systems): used to return a
4181         much too big value
4182         (combine_demerits): use pointers to reduce copying data
4183         (calc_subproblem): idem
4184         (get_page_penalty): add page turn penalties
4185         
4186 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4187
4188         * Documentation/user/invoking.itely (Invoking lilypond): better
4189         explanation of -e usage.
4190
4191         * lily/main.cc (main_with_guile): don't append to
4192         init_scheme_code_string
4193
4194         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
4195
4196         * Documentation/user/invoking.itely: add note about MacOS X scripts.
4197
4198         * scripts/convert-ly.py (do_options): don't print help for
4199         --show-rules rule.
4200
4201         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
4202         @code and @example. Update from texinfo.tex from CVS.
4203
4204 2006-03-08  Graham Percival  <gpermus@gmail.com>
4205
4206         * Documentation/user/scheme-tutorial.itely: clarifies distances
4207         measured in staff-spaces.
4208
4209 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4210
4211         * lily/slur.cc (outside_slur_callback): only calculate offsets if
4212         consider[k] is true.
4213
4214         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
4215
4216         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
4217         consider columns that have originals.  Unifies spacing for mm
4218         rests around line breaks.
4219
4220         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
4221         (set_text_rods): idem.
4222         (calculate_spacing_rods): new function: share code between
4223         set_text_rods and set_spacing_rods.
4224         (set_text_rods): take extents of bounds into account.  
4225
4226 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4227
4228         * Documentation/user/basic-notation.itely (Writing music in
4229         parallel): don't use relative.
4230
4231 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4232
4233         * ly/music-functions-init.ly (Module): add shiftDurations
4234
4235         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
4236
4237         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
4238
4239         * ly/engraver-init.ly: init vocalName to nil.
4240
4241 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
4242
4243         * scm/music-functions.scm (music->make-music): bugfix,
4244         KeyChangeEvents are now handled correctly.
4245
4246         * scripts/lilypond-book.py: Add --debug option.
4247
4248 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4249
4250         * python/lilylib.py: add tempfile.
4251
4252 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4253
4254         * VERSION (PACKAGE_NAME): release 2.7.37
4255
4256         * python/lilylib.py (ps_page_count): remove make_ps_images().
4257         (ps_page_count): remove mkdir_p
4258         (system): remove cleanup_temp.
4259         (exit): remove lilypond_version_(check)
4260         (error_log): remove pseudo_filter_p
4261         remove read_pipe
4262         remove cp_to_dir
4263         remove identify
4264
4265         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
4266         use __main__
4267
4268         * lily/accidental-engraver.cc (make_standard_accidental): only add
4269         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
4270
4271         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
4272         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
4273         Make incompatibilities.
4274
4275         * scm/output-ps.scm (grob-cause): replace backslashes by /
4276         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
4277
4278 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4279
4280         * cygwin/GNUmakefile: Install fixes.
4281
4282         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
4283
4284         * lily/note-head.cc (head::get_balltype): Compile fix.
4285
4286         * flower/file-name.cc (dos_to_posix): Flower string fix.
4287
4288 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4289
4290         * python/lilylib.py: pychecker cleanups.
4291
4292         * scripts/lilypond-book.py
4293         (Lilypond_snippet.output_print_filename): pychecker cleanups
4294
4295         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
4296
4297         * python/lilylib.py (underscore): remove identify() , warranty()
4298
4299         * ps/music-drawing-routines.ps: change Border routine for GSView
4300         compatibility.
4301
4302         * lily/stem.cc (height): use quantize-positions.  This triggers
4303         set_stem_lengths, so scripts on beamed stems are handled correctly.
4304
4305         * lily/side-position-interface.cc (aligned_side): check if edges
4306         of script are inside staff. Fixes accent of edge of the staff.
4307
4308         * input/regression/staccato-pos.ly: more examples.
4309
4310         * stepmake/aclocal.m4 (depth): fix bashism.
4311
4312         * lily/lyric-combine-music-iterator.cc: move from
4313         new-lyric-combine-iterator.cc
4314         (process): add pending_grace_lyric_ member to delay lyrics on
4315         grace notes.
4316
4317         * lily/system-start-text.cc (print): suicide if we don't have any
4318         elements. Fixes hara kiri'd instrument names.
4319
4320         * scripts/mup2ly.py (Module): remove.
4321
4322 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4323
4324         * Documentation/user/global.itely (A single music expression):
4325         close @lilypond properly
4326
4327         * lily/volta-bracket.cc (modify_edge_height): change from
4328         after_line_breaking_callback. Suicide last bracket if appropriate.
4329  
4330         * python/lilylib.py: strip getopt support
4331
4332         * scripts/etf2ly.py (do_options): use optparse
4333
4334         * scripts/midi2ly.py: optparse, strip lilylib copy. 
4335
4336         * scripts/abc2ly.py (voices): use optparse.
4337
4338         * stepmake/stepmake/generic-vars.make: new function absdir.
4339
4340         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
4341
4342         * scripts/lilypond-book.py (find_file): use global_options for
4343         include path
4344
4345         * scm/ps-to-png.scm (ps-page-count): prevent null characters
4346         entering C code.
4347
4348 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4349
4350         * python/lilylib.py (get_global_option): ughness for extracting
4351         global options from lilylib.
4352         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
4353
4354         * scripts/lilypond-book.py (get_option_parser): use optparse for
4355         option handling.  Put options in global_options variable.
4356
4357 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
4358
4359         * Documentation/index.html.in: clarify.
4360
4361 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4362
4363         * scm/layout-page-layout.scm (write-page-breaks): add a
4364         music-system-heights property to the page layout output.
4365
4366         * scm/page.scm (make-page-stencil): take footer into account when
4367         computing the 'space-left page property
4368         (annotate-space-left): take footer into account when annonating
4369         space left.
4370
4371 2006-02-28  Graham Percival  <gpermus@gmail.com>
4372
4373         * Documentation/user/ advanced-notation, global: more (final)
4374         docs for music expressions, removed special fermatas.
4375
4376 2006-02-27  Graham Percival  <gpermus@gmail.com>
4377
4378         * Documentation/user/ basic-notation, global: minor changes
4379         from mailist.
4380
4381 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4382
4383         * scm/framework-ps.scm:         
4384         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
4385         layer for inf? and nan? from framework-ps to lily-library.
4386
4387 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4388
4389         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
4390         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
4391
4392         * buildscripts/substitute-encoding.py (Module): remove file.
4393
4394         * mf/GNUmakefile: more PFA strippage.
4395
4396         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
4397
4398         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
4399         generation
4400
4401         * scm/framework-ps.scm: remove font name munging.
4402
4403         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
4404
4405 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4406
4407         * scm/markup.scm (define-markup-command): change
4408         def-markup-command to define-markup-command
4409
4410         * scm/music-functions.scm (define-music-function): change
4411         def-music-function to define-music-function.
4412
4413         * python/convertrules.py (conv): rules for def-music-function
4414         and def-markup-commands
4415
4416         * Documentation/user/programming-interface.itely,
4417         input/no-notation/display-lily-tests.ly,
4418         input/regression/lily-in-scheme.ly,
4419         input/regression/markup-user.ly,
4420         input/regression/music-function.ly, input/regression/tie-chord.ly,
4421         scm/fret-diagrams.scm, ly/music-functions-init.ly,
4422         ly/gregorian-init.ly: use new macro names (define-music-function,
4423         define-markup-command).
4424
4425 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4426
4427         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
4428         (output): add comments to lp-book latex output.
4429
4430         * GNUmakefile.in (footifymail): use gmane address for webpage bug
4431         address.
4432
4433 2006-02-23  Graham Percival  <gpermus@gmail.com>
4434
4435         * Documentation/user/ tutorial, global: minor changes.
4436
4437 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4438
4439         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
4440         blocks (for make 3.80)
4441
4442         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
4443         \notemode so that user should not have to explicitely type it.
4444
4445         * scm/define-music-display-methods.scm: various
4446         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
4447         constructs)
4448
4449         * input/no-notation/display-lily-tests.ly: new tests for
4450         \applyOutput and \applyContext
4451
4452 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4453
4454         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
4455         changed it slightly so that the number of systems returned by
4456         solve () will be the same as the last value passed to resize
4457         (). I've also added more documentation, removed casts, fixed style
4458         problems and put in some recovery if constraints aren't satisfied."
4459
4460 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4461
4462         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
4463         for emacs < 22 compatibility.
4464         (count-rexp): Use it.
4465         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
4466         substring juggling (Milan Zamazal).
4467
4468 2006-02-23  Graham Percival  <gpermus@gmail.com>
4469
4470         * Documentation/user/ basic-notation, advanced-notation,
4471         global.itely, invoking.itely, tutorial,itely:
4472         minor fixes from mailist.
4473
4474         * scm/define-markup-commands.scm: improve docs of \filled-box.
4475
4476 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
4477
4478         * Documentation/index.html.in: changes concern the previous release.
4479
4480         * input/regression/+.ly: cultivate typographical terminology.
4481
4482 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4483
4484         * scm/define-grob-interfaces.scm (parentheses-interface): add
4485         padding to parentheses-interface.
4486
4487         * Documentation/user/GNUmakefile: remove $(CROSS) support from
4488         Documentation/user/GNUmakefile. Use --disable-documentation for that.
4489
4490         * VERSION (PATCH_LEVEL): release 2.7.36
4491
4492         * lily/slur.cc: add avoid-slur (ugh.)
4493         
4494         * lily/slur-configuration.cc (fit_factor): oops, skip point if
4495         intersection gets smaller. This fixes slurs over extreme points.
4496
4497         * lily/melody-engraver.cc (stop_translation_timestep): ignore
4498         stems with neutral-direction set.
4499
4500         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
4501
4502         * lily/open-type-font.cc (load_table): format error.
4503
4504         * lily/change-iterator.cc (process): format fix.
4505
4506         * flower/include/international.hh (_f): idem.
4507
4508         * flower/include/std-string.hh: add format printf attribute.
4509
4510         * scm/define-grobs.scm (all-grob-descriptions): height of all
4511         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
4512
4513         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
4514         ambitus lines.
4515
4516         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
4517
4518 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
4519
4520         * input/regression/: upgraded syntax for some files.
4521
4522         * THANKS: Add bughunters.
4523
4524 2006-02-22  Graham Percival  <gpermus@gmail.com>
4525
4526         * Documentation/user/ invoking.itely, advanced-notation.itely,
4527         global.itely: long-awaited "let's make chapter 10 not suck"
4528         update.  Rearrange chapter 10; now called "global issues",
4529         addresses file structure, etc.  Some info from other files
4530         moved into global.itely.
4531
4532 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4533
4534         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
4535         catch trill-span-event notes.
4536
4537         * Documentation/user/examples.itely (Ancient notation templates): typo.
4538         (Jazz combo): typo.
4539
4540         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
4541
4542         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
4543
4544         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
4545
4546         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
4547
4548         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
4549         froum Laissez_vibrer_engraver.
4550
4551         * ly/declarations-init.ly (repeatTie): add \repeatTie
4552
4553         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
4554
4555         * scm/define-grob-properties.scm (all-user-grob-properties): add
4556         head-direction property.
4557
4558         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
4559         from_lv_ties. Take head direction argument.
4560
4561         * lily/semi-tie-column.cc: rename from
4562         laissez-vibrer-tie-column.cc. Rename class too.
4563
4564         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
4565         class too.
4566
4567         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
4568
4569         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
4570         0 case.
4571         (find_breaks): idem.
4572
4573 2006-02-21  Graham Percival  <gpermus@gmail.com>
4574
4575         * Documentation/user/advanced-notation.itely: fixed make-moment]
4576         example.
4577
4578         * Documentation/user/basic-notation.itely: more clarification to
4579         transpose.
4580
4581 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4582
4583         * lily/include/constrained-breaking.hh (class
4584         Constrained_breaking): new file.
4585
4586         * lily/constrained-breaking.cc (resize): new file.
4587
4588         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
4589
4590         * Documentation/user/advanced-notation.itely (Clusters): insert
4591         end ignore too.
4592
4593         * lily/tie-column.cc (calc_positioning_done): support for
4594         tie-score debugging
4595
4596         * lily/tie-formatting-problem.cc
4597         (generate_extremal_tie_variations): factor out.
4598         (score_ties_configuration): annotate all tie 
4599         (print_ties_configuration): new routine.
4600         (generate_configuration): nudge extremal ties outside of the head
4601         Y extents.
4602         (score_ties_configuration): oops. convert to staff-space before
4603         determining position symmetry.
4604
4605 2006-02-20  Graham Percival  <gpermus@gmail.com>
4606
4607         * Documentation/user/*-notation.itely: misc minor editing,
4608         shifting doc sections around.
4609
4610         * Documentation/user/*-notation-itely, global.itely,
4611         changing-defaults.itely: added new stuff from NEWS.
4612
4613 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
4614
4615         * po/fi.po: update.
4616
4617 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4618
4619         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
4620         lilypond --verbose for lp-book.
4621
4622         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
4623         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
4624
4625         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
4626         $(buildscript-dir) iso. absolute depth.
4627
4628         * buildscripts/genicon.py (dir): thinko.
4629
4630         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
4631
4632 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
4633
4634         * scm/output-lib.scm: swap darkcyan/darkyellow
4635
4636         * THANKS: Add bughunters.
4637
4638 2006-02-19  Graham Percival  <gpermus@gmail.com>
4639
4640         * Documentation/user/programming-interfaces.itely: fixed example.
4641
4642         * Documentation/user/instrument-notation.itely: fix @{ @}.
4643
4644         * scm/script.scm: add avoid-slur for \open.
4645
4646 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4647
4648         * lily/tie-formatting-problem.cc (score_configuration): use
4649         sliding score for min-length. 
4650
4651         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
4652         spaghetti for icons.
4653
4654         * buildscripts/genicon.py (program_name): new file.
4655
4656         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
4657         in outline too.  
4658         (generate_configuration): for small ties, also look for collisions
4659         at Y + DIR*h + DELTA_Y.
4660         (get_variations): consider variation for dot positions too.
4661
4662         * lily/side-position-interface.cc (aligned_side): take abs for
4663         quantized rounded position. Fixes tenuto below staff.
4664
4665         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
4666         markers when necessary.
4667
4668         * lily/program-option.cc (internal_set_option): add
4669         strict_infinity_checking option.
4670
4671         * scm/output-lib.scm (cyan): swap yellow and cyan.
4672
4673 2006-02-19  Graham Percival  <gpermus@gmail.com>
4674
4675         * darwin.patch: trivial linenumber update.
4676
4677         * Documentation/user/ {various}: `\context foo = named' changed
4678         to `\new foo = "name"' in docs.
4679
4680 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4681
4682         * scm/stencil.scm (annotate-y-interval): use it.
4683
4684         * scm/lily-library.scm (interval-sane?): new function.
4685
4686         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
4687         tfm_checksum stuff.
4688
4689         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
4690         common refpoint.
4691
4692         * flower/include/std-vector.hh (iterof): add iterof macro.
4693
4694         * lily/enclosing-bracket.cc (width): new function.
4695
4696         * lily/align-interface.cc (align_elements_to_extents): reinstate
4697         warning.
4698
4699 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
4700
4701         * Documentation/index.html.in: fix spelling: thankyous.
4702
4703 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4704
4705         * lily/lyric-hyphen.cc: typo.
4706
4707 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4708
4709         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
4710         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
4711         builds don't work. 
4712
4713         * VERSION: release 2.7.35
4714
4715         * lily/beam.cc (get_default_dir): oops. Take abs () for
4716         extremes[DOWN].
4717         (get_default_dir): use extreme position criterion only in absence
4718         of forced stem directions.
4719
4720         * VERSION (PATCH_LEVEL): bump VERSION.
4721
4722         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
4723         dependencies. Necessary for -jX builds.  
4724
4725 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4726
4727         * lily/relocate.cc (setup_paths): Yet another const fix.
4728
4729 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4730
4731         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
4732
4733         * lily/relocate.cc (setup_paths): oops.
4734
4735 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
4736
4737         * Documentation/index.html.in: order links: html before PDF.
4738
4739 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4740
4741         * lily/tie-column-format.cc (Module): remove.
4742
4743         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
4744
4745         * lily/text-spanner.cc (print): idem.
4746
4747         * lily/dynamic-text-spanner.cc (print): only print line if longer
4748         than dash-period.
4749
4750         * lily/auto-change-iterator.cc (change_to): formatting.
4751
4752         * lily/beam.cc (get_default_dir): take extreme note head as input
4753         for stem direction.
4754
4755         * lily/tie.cc (get_default_dir): only look directions for visible
4756         stems. 
4757
4758         * lily/side-position-interface.cc (aligned_side): oops. Don't
4759         mutiply with direction. This fixes quantized (staccato, tenuto)
4760         scripts below notes.
4761
4762         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
4763         direction. Fixes c-lyrics-center-align.ly
4764
4765 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4766
4767         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
4768         constructor.
4769
4770         * lily/std-string.cc:
4771         * lily/include/std-vector.hh (split_string): Move and rename from
4772         lily/include/misc.hh, lily/misc.cc.  Update callers.
4773
4774 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4775
4776         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
4777
4778 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4779
4780         * flower/test-file.cc: New file.
4781
4782         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
4783         libraries.
4784
4785         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
4786
4787 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4788
4789         * flower/include/file-storage.hh: remove file.
4790
4791         * lily/include/midi-item.hh (class Midi_track): idem.
4792
4793         * lily/include/source.hh (class Sources): idem.
4794
4795         * lily/include/performance.hh (class Performance): use vector
4796         iso. Cons<>
4797
4798         * flower/include/cons.hh (class Cons): remove file.
4799
4800         * flower/include/flower-proto.hh: remove template cruft.
4801
4802         * lily/include/font-metric.hh: use size_t not vsize for indices.
4803
4804         * flower/include/flower-proto.hh (Module): remove std-vector.hh
4805         from proto.
4806
4807         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
4808
4809         * lily/include/paper-book.hh (class Paper_book):
4810         make get_system_specs() public.
4811
4812         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
4813         the force=10000 case if we don't have a current-best. 
4814
4815         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
4816         vsize 
4817
4818         * flower/include/flower-proto.hh: remove outdated templates.
4819
4820         * scm/page.scm: use annotate-spacing
4821
4822 2006-02-15  Graham Percival  <gpermus@gmail.com>
4823
4824         * scm/translation-functions.scm: circle patch from Erlend, thanks!
4825
4826         * THANKS: moved Erlend Aasland to contributors.
4827
4828 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4829
4830         * config.hh.in: remove HAVE_PANGO_16
4831
4832         * lily/tuplet-bracket.cc (calc_positions): multiply with
4833         staff-space for beam case. This fixes tuplets+beams on scaled
4834         staves.
4835
4836         * config.hh.in: remove all Kpathsea related defines.
4837
4838         * lily/dot-column.cc (side_position): reach stem via dots->
4839         head->stem. Inspect all stems for dot collisions. 
4840
4841         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
4842         stem handling.
4843
4844         * lily/bar-number-engraver.cc (process_music): document function
4845         of whichBar.
4846
4847         * lily/score.cc (default_rendering): add pscore, not systems
4848         themselves.
4849
4850         * lily/paper-book.cc (get_system_specs): separate generation of
4851         titles and systems.
4852
4853         * flower/include/std-vector.hh: don't include config.hh
4854
4855 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
4856
4857         * flower/include/std-vector.hh: Better wrapper compatibility with
4858         std::vector.
4859
4860         * flower/include/flower-proto.hh: Remove cheap forward declaration
4861         attempts.
4862
4863         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
4864
4865 2006-02-14  Graham Percival  <gpermus@gmail.com>
4866
4867         * Documentation/user/invoking.itely: add warning about command line.
4868
4869 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4870
4871         * lily/include/lily-proto.hh: add Prob, rm Page.
4872
4873         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
4874
4875         * VERSION: release 2.7.34
4876
4877         * lily/relocate.cc (framework_relocation): show canary if
4878         GHOSTSCRIPT_VERSION undefined.
4879
4880         * GNUmakefile.in: remove $(VERSION) symlink.
4881
4882         * lily/relocate.cc (setup_paths): add + 
4883
4884 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
4885
4886         * Documentation/index.html.in: specify sizes for all big HTML pages.
4887
4888 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4889
4890         * config.hh.in: remove @FRAMEWORKDIR@
4891
4892         * lily/system-start-text.cc (get_stencil): new file: separate out
4893         system-start-delimiter text support.
4894
4895         * input/**ly: replace \context with \new where appropriate.
4896         
4897         * THANKS: add Don.
4898
4899         * lily/slur-scoring.cc (get_base_attachments): use
4900         robust_relative_extent. This fixes problems with empty paper-columns. 
4901
4902 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4903
4904         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
4905
4906         * scm/define-music-properties.scm (all-music-properties):
4907         create-new property.
4908
4909         * lily/context-specced-music-iterator.cc (construct_children):
4910         inspect 'create-new property iso. magical $uniqueContextId context
4911         id.
4912
4913         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
4914
4915         * lily/context-key-manager.cc (Module): new file. Encapsulate
4916         object key generation.
4917
4918         * lily/include/context-key-manager.hh (Module): new file.
4919
4920 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4921
4922         * scm/define-grobs.scm (all-grob-descriptions): center instrument
4923         names vertically
4924
4925         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
4926         options.
4927         (reloc_b): excise --enable-framework-dir
4928
4929         * lily/relocate.cc (framework_relocation): use getenv
4930         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
4931
4932 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4933
4934         * flower/include/std-string.hh: 
4935         * flower/include/std-vector.hh: Finish std:: conversion; move
4936         flower extensions from std:: namespace.  Update users.
4937
4938         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
4939         their expansion to vector<*>.  Update users.
4940
4941 2006-02-10  Graham Percival  <gpermus@gmail.com>
4942
4943         * Documentation/user/invoking.itely: add example to File structure.
4944
4945         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
4946         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
4947
4948 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4949
4950         * ly/paper-defaults.ly: typo.
4951
4952         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
4953         set_parent() for parentheses. This will make it show up in bbox
4954         calculations.
4955
4956         * scm/output-lib.scm (parentheses-item::print): rewrite, using
4957         ly:grob-common* functions.
4958
4959         * lily/grob-scheme.cc (LY_DEFINE):
4960         ly:grob-common-refpoint-of-array: new function 
4961         ly:grob-common-refpoint: new function 
4962         ly:grob-relative-coordinate: new function 
4963
4964         * lily/instrument-name-engraver.cc (process_music): use
4965         Text_interface::is_markup(). This fixes \markup on instrument names.  
4966
4967         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
4968         for ties and slurs.
4969
4970         * lily/slur.cc (print): idem.
4971
4972         * lily/tie.cc: add line-thickness for ties. 
4973
4974 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4975
4976         * scm/output-svg.scm: Document diversion from GNU coding standards
4977         as a workaround for a bug in Microsoft Internet Explorer.
4978
4979 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4980
4981         * lily/instrument-name-engraver.cc (process_music): use
4982         is_markup() iso. is_string()
4983
4984         * Documentation/user/changing-defaults.itely (Module): add menu entry.
4985
4986         * lily/percent-repeat-engraver.cc (process_music): only look at
4987         main_part_ for % repeats.
4988
4989         * lily/stem-tremolo.cc (get_beam_translation): new function.
4990         (calc_slope): new function.
4991         (height): don't use real slope.
4992
4993 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
4994
4995         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
4996         new connect-to-neighbor, control-points and staff-padding
4997         properties to make ligature brackets showing up again.
4998
4999 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5000
5001         * VERSION: release 2.7.33
5002
5003         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
5004         too many.
5005
5006         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5007         remove applyOutput example.
5008         (Objects connected to the input): document \tweak, \parenthesize
5009
5010         * lily/relocate.cc (prefix_relocation): allow "current"
5011         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
5012         changing VERSION in a lily tree less painful.
5013
5014         * input/regression/parenthesize.ly: new file. 
5015
5016         * scm/output-lib.scm (parenthesize-element): new function.
5017
5018         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
5019
5020         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
5021
5022         * lily/accidental-engraver.cc (make_standard_accidental): reroute
5023         cause: accidentals are caused by note heads, not note events. 
5024
5025 2006-02-08  Graham Percival  <gpermus@gmail.com>
5026
5027         * darwin.patch: small patch from Erlend, thanks!
5028
5029         * Documentation/user/basic-notation.itely: add stem-neutral example.
5030
5031         * Documentation/user/putting.itely: clarifications.
5032
5033 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5034
5035         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
5036         note, add more guidelines to what should go into NEWS.
5037
5038         * input/sakura-sakura.ly: document how to override font.
5039
5040         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
5041
5042 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5043
5044         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
5045
5046 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5047
5048         * scripts/convert-ly.py (lilypond_version_re_str): Move from
5049         convertrules.  Add explicit grouping, needed for python2.2.
5050
5051 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5052
5053         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
5054
5055 2006-02-07  Graham Percival  <gpermus@gmail.com>
5056
5057         * Documentation/user/global.itely: fix line-width in (text) docs.
5058
5059         * Documentation/user/lilypond-book.itely: same.
5060
5061 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5062
5063         * VERSION (PACKAGE_NAME): release 2.7.32
5064
5065         * Documentation/topdocs/NEWS.tely (Top): document new variable
5066         naming.
5067
5068         * flower/include/array.icc (Message): remove file.
5069
5070         * flower/include/std-vector.hh: make sure vsize and VPOS are
5071         defined for binary_search_bounds().
5072
5073         * flower/std-string.cc (std): add to_string(long unsigned).
5074
5075         * configure.in (gui_b): excise std_string option.
5076         (gui_b): excise std_vector option.
5077
5078         * flower/string.cc (Module): excise flower array & string
5079
5080         * flower/include/std-string.hh: excise flower string.
5081
5082         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
5083
5084         * python/convertrules.py (lilypond_version_re_str): require
5085         only numbers and dots in \version string.
5086
5087 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5088
5089         * lily/system-start-delimiter.cc (print): allow style = text too.
5090
5091         * lily/system-start-delimiter-engraver.cc
5092         (acknowledge_system_start_text): new function, also add add to
5093         support of system-start-text (instrument names). This fixes
5094         instrument names on piano staves.
5095
5096         * lily/instrument-name-engraver.cc: rewrite. Use
5097         system-start-delimiter approach. This save memory and cpu.
5098
5099         * scm/define-grobs.scm (all-grob-descriptions): remove
5100         instrument-name from break-alignment.
5101
5102         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
5103
5104 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5105
5106         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
5107         jobserver going.
5108
5109         * configure.in (std_vector): On by default.
5110
5111         * lily/include/font-metric.hh:
5112         * lily/include/tfm-reader.hh: 
5113         * lily/include/spanner.hh: Use unsigned for indices and sizes.
5114         Update users.
5115
5116         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
5117
5118 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5119
5120         * VERSION (PACKAGE_NAME): 2.7.31
5121
5122         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
5123         EPS edge at 0, but take minimum with left-overshoot. This fixes
5124         cut off system start delims. 
5125
5126         * lily/instrument-name-engraver.cc (stop_translation_timestep):
5127         hack: add to axis group if not added yet. This fixes hara kiri'd
5128         piano staves.
5129
5130         * lily/hara-kiri-group-spanner.cc
5131         (force_hara_kiri_in_y_parent_callback): fix signatures.
5132
5133         * lily/hairpin.cc (print): check next hairpin to see whether or
5134         not to be continuing.
5135
5136 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5137
5138         * Remove trailing whitespace from makefiles.
5139         
5140         * flower/include/std-vector.hh: Add binary_search_bounds workaround
5141         for earlier gcc.
5142
5143         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
5144
5145         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
5146
5147         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
5148
5149         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
5150
5151         * configure.in: Use it.
5152
5153 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5154
5155         * scm/music-functions.scm (pitch-of-note): new function.
5156
5157         * ly/music-functions-init.ly: add \octave and \addquote
5158
5159         * lily/parser.yy (music_function_chord_body): softcode \octave.
5160         (lilypond_header): softcode \addquote
5161
5162 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5163
5164         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
5165         array.hh, parray.hh at all.  Getting ready to flip the
5166         configure default.
5167
5168         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
5169
5170         * lily/source-file.cc (file::get_line): Help binary_search_bounds
5171         a bit.
5172
5173         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
5174
5175 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5176
5177         * flower/include/array.hh: typo. 
5178
5179 2006-02-02  Graham Percival  <gpermus@gmail.com>
5180
5181         * Documentation/user/advanced-notation.itely: doc "\#" in text.
5182
5183 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5184
5185         * flower/include/pqueue.hh: Derive from std::vector.
5186
5187         * flower/include/parray.hh: Conform to std::vector interface.
5188         Update users.
5189
5190 2006-02-02  Graham Percival  <gpermus@gmail.com>
5191
5192         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
5193
5194 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5195
5196         * flower/file-path.cc (is_file): remove if 0 section.
5197
5198         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
5199         selecting afii61352.
5200
5201 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5202
5203         * flower/include/std-vector.hh (boundary): Oops, reverse.
5204
5205         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
5206         remove superfluous `d'.
5207
5208         * flower/include/std-vector.hh (boundary, top): Detach from class.
5209         Remove empty vector shell.
5210
5211         * flower/include/array.hh (reverse, swap): Detach from class.
5212         Update users.
5213         
5214         * flower/include/std-vector.hh
5215         * flower/include/array.hh (concat): Globally change to insert ().
5216
5217         
5218         * flower/include/std-vector.hh
5219         * flower/include/parray.hh
5220         * flower/include/array.hh (elem, elem_ref): Globally replace by
5221         at ().
5222
5223 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5224
5225         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
5226
5227         * python/convertrules.py (FatalConversionError.sub_cxx_id):
5228         anticipate on identifier substitutions.
5229
5230 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5231
5232         * flower/include/std-vector.hh (insert): Remove, replace by
5233         std::vector interface.  Update callers.
5234
5235         * flower/include/array.icc (insert): Change signature to
5236         match std::vector interface.
5237         
5238         * flower/include/array.icc (vector_sort): Bugfix.
5239
5240 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5241
5242         * lily/parser.yy (output_def_head_with_mode_switch): new
5243         production. Result: dashes and underscores may be used in the
5244         \paper block.
5245
5246         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
5247
5248         * python/convertrules.py (conv): oops. One slash too much.
5249
5250 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5251
5252         * flower/include/std-vector.hh (sort): Remove, replace by
5253         ::vector_sort.  Update callers.
5254
5255         * flower/include/std-vector.hh (slice): Remove.  Update callers.
5256         (sort): Bugfix.
5257
5258         * flower/test-std.cc (vector_sort): New test.
5259
5260 2006-02-01  Graham Percival  <gpermus@gmail.com>
5261
5262         * Documentation/user/putting.itely: fixes from Erik.
5263
5264 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5265
5266         * flower/test-std.cc: Add simple unit test for vector migration.
5267
5268         * stepmake/stepmake/test*: Unit test support.
5269
5270         * flower/include/std-vector.hh (del): Remove.  Use erase (),
5271         update callers.
5272
5273         * flower/include/array.hh (begin, end): Add.
5274         (del, get): Remove.
5275
5276 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5277
5278         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
5279         std::string not String. 
5280
5281         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
5282         iso UINT_MAX.
5283
5284         * lily/prob.cc (Prob): copy type_ too.
5285
5286         * lily/lily-guile.cc (mangle_cxx_identifier): new
5287         function. Class_bla::foo_bar_[px] ->
5288         ly:class-bla::foo-bar[?!]. Changes throughout
5289
5290 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5291
5292         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
5293
5294         * lily/beam.cc (calc_direction): take dir from visible stem in
5295         degenerate case.
5296
5297 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
5298
5299         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
5300         Fix -1, >=0 boundary checks for unsigned vsize.
5301
5302         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
5303         loop for unsigned vsize.
5304
5305         * configure.in (--enable-std-vector): New option.
5306         (--enable-std-string): On by default.
5307
5308         * flower/include/std-vector.hh: New file.  Enable switch to
5309         std::vector, update client code.
5310
5311 2006-01-30  Graham Percival  <gpermus@gmail.com>
5312
5313         * scm/document-translation.scm: clarify "this context is also
5314         known as".  Thanks, Werner!
5315
5316         * Documentation/user/putting.itely: small fixes from Don Blaheta.
5317
5318         * Documentation/user/invoking.itely: small fix from Don.
5319
5320 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5321
5322         * scm/lily.scm (define-scheme-options): rename option
5323         preview-include-book-title to book-title-preview
5324         (define-scheme-options): move force-eps-font-include (from paper
5325         block) to eps-font-include -d option.
5326
5327         * VERSION (PATCH_LEVEL): release 2.7.30
5328
5329         * input/bach-schenker.ly (staffPiano): new file.
5330
5331         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
5332
5333         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
5334         credits to Nicolas.
5335
5336         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
5337
5338         * ps/lilyponddefs.ps: remove start-system, stop-system,
5339         start-page fluff. This saves putting { } code on the stack, fixing
5340         stack overflows when including EPS files.
5341
5342 2006-01-29  Graham Percival  <gpermus@gmail.com>
5343
5344         * Documentation/user/putting.itely: minor fixes (comments on -devel).
5345
5346 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5347
5348         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
5349
5350 2006-01-28  Graham Percival  <gpermus@gmail.com>
5351
5352         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
5353
5354 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5355
5356         * input/mutopia/claop.py: Update.
5357
5358 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5359
5360         * input/regression/completion-heads.ly (texidoc): fix.
5361
5362         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
5363
5364         * lily/tie-formatting-problem.cc
5365         (set_ties_config_standard_directions): use abs iso fabs for ints.
5366
5367         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
5368
5369         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
5370         little less than noteheight, to prevent overlaps in chords.
5371
5372         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
5373         head, and fudge stem-attachment.
5374
5375         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
5376
5377         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
5378
5379 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5380
5381         * lily/main.cc (main): Debugging aid: catch exceptions.
5382
5383         * flower/std-string.cc (to_string): Robustification.  Fixes midi
5384         output with std::string.
5385
5386 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5387
5388         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
5389
5390 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5391
5392         * Fix -DSTRING_UTILS_INLINED.
5393
5394 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5395
5396         * VERSION (PATCH_LEVEL): release 2.7.29
5397
5398         * lily/relocate.cc (setup_paths): mingw uses std string too.
5399
5400         * lily/*.cc: various fixes for substr(ARG).
5401
5402         * lily/sustain-pedal.cc (print): 
5403
5404         * flower/file-name.cc (slashify): use std strings.
5405
5406         * flower/string-convert.cc: remove publib.h
5407
5408         * scm/define-markup-commands.scm (verbatim-file): new markup
5409         command \verbatim-file
5410
5411         * Documentation/topdocs/NEWS.tely: fixup URLs
5412
5413         * input/regression/alignment-vertical-manual-setting.ly (Module):
5414         new file.
5415
5416         * lily/align-interface.cc (align_elements_to_extents): overwrite
5417         translations with numbers in alignment-offsets from left bound
5418
5419         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
5420         (page-translate-systems): new function: take into account Y-offset.
5421
5422         * Documentation/topdocs/NEWS.tely (Top): document new features.
5423
5424         * input/regression/page-layout-manual-position.ly (Module): new
5425         file.
5426
5427 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5428
5429         * flower/file-path.cc (path::parse_path): Oops.
5430
5431         * Finish std::string interface.  For now, use std:: marker
5432         throughout for easy s/r.
5433
5434 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5435
5436         * Documentation/user/putting.itely (Score is a single musical
5437         expression): typo.
5438         (Score is a single musical expression): more typos.
5439
5440         * scm/page.scm (annotate-space-left): thinko.
5441         (annotate-page): more thinkos.
5442
5443 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5444
5445         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
5446         for different \score blocks separately.
5447         (post-process-pages): put write-page-layout into paper block.
5448
5449         * lily/output-def.cc (get_parser): new file.
5450
5451         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
5452         file.
5453
5454         * lily/include/output-def.hh (class Output_def): add parser_ member.
5455
5456         * input/regression/page-layout-twopass.ly (Module): new file.
5457
5458         * scm/lily.scm: remove cpp hack.
5459
5460         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
5461
5462 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5463
5464         * GNUmakefile.in (c-clean): New target.
5465
5466         * flower/include/std-string.hh: String/std::string compatibility:
5467         Use NPOS for `not found' (iso -1), use ssize for length () and pos
5468         type.
5469
5470         * flower/rational.cc: 
5471         * flower/include/rational.hh: 
5472
5473         * flower/offset.cc: 
5474         * flower/include/offset.hh: 
5475
5476         * flower/interval.cc: 
5477         * flower/include/interval.hh: 
5478
5479         * flower/string-convert.cc: 
5480         * flower/include/string-convert.hh: Use std::string [interface].
5481         Update callers.
5482
5483 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
5484
5485         * Documentation/index.html.in: clean up.
5486
5487 2006-01-25  Graham Percival  <gpermus@gmail.com>
5488
5489         * Documentation/user/putting.itely: another new untested doc section.
5490
5491 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5492
5493         * scm/layout-page-layout.scm (write-page-breaks): write
5494         \spacingTweaks #ALIST. Handle grace timing.
5495
5496         * scm/: more imports.
5497
5498         * scm/page.scm (make-page): add footer/header.
5499         (annotate-space-left): revise: only take page argument.
5500         (layout->page-init): new function.
5501
5502         * scm/layout-page-layout.scm (write-page-breaks): preliminary
5503         version of the system/spacing/linebreak hack writing to the output
5504
5505         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
5506         ly:make-prob.
5507
5508         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
5509         ly:spanner-bound
5510
5511 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5512
5513         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
5514
5515         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
5516
5517         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
5518         handling to page.scm
5519
5520         * lily/prob-scheme.cc (LY_DEFINE): new file.
5521         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
5522
5523         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
5524         prob functions.
5525
5526         * lily/music.cc (derived_mark): derive Music from Prob.
5527
5528         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
5529
5530         * lily/prob.cc (Module): Implement Prob (Property Object), object
5531         with shared and r/w property alists.  
5532
5533         * lily/include/prob.hh (Module): new file. Declare Prob.
5534
5535         * flower/string.cc: remove is_empty().
5536
5537         * flower/include/string.hh (class String): remove String:: qualifier.
5538
5539         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
5540         substitute appropriate functions.
5541
5542         * flower/include/string.hh (class String): remove to_str0 and
5543         is_empty(). S&R everywhere.
5544
5545 2006-01-23  Graham Percival  <gpermus@gmail.com>
5546
5547         * Documentation/user/basic-notation.itely: add hairpin
5548         after-linebreak tweak to commonprop.
5549
5550         * Documentation/user/putting.itely: added two new sections.
5551
5552 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5553
5554         * flower/international.cc: 
5555         * flower/include/international.hh: 
5556
5557         * flower/getopt-long.cc: 
5558         * flower/include/getopt-long.hh: Use std::string [interface].
5559         Update callers.
5560
5561         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
5562
5563         * stepmake/stepmake/executable-rules.make: Add dependency on
5564         module libraries.
5565
5566 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5567
5568         * flower/file-path.cc: 
5569         * flower/include/file-path.hh: Use std::string [interface].
5570         Update callers.
5571
5572         * flower/direction.cc: 
5573         * flower/axis.cc: Unused.  Remove.
5574
5575         * configure.in (--enable-std-string): New option.
5576
5577         * flower/std-string.cc: 
5578         * flower/include/std-string.hh: New file.
5579
5580         * flower/file-name.cc[STD_STRING]:
5581         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
5582
5583 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5584
5585         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
5586
5587         * scm/define-markup-commands.scm (with-dimensions):
5588         with-dimensions markup command.
5589
5590         * input/test/font-table.ly: use it.
5591
5592         * lily/open-type-font.cc (glyph_list): new function.
5593
5594         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
5595
5596         * lily/ttf.cc: remove ly:font-glyph-list scheme function
5597
5598 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5599
5600         * ly/music-functions-init.ly (parallelMusic): new music function
5601         for parallel music entry.
5602
5603         * scm/define-music-properties.scm (all-music-properties): new
5604         'void music property
5605
5606         * scm/music-functions.scm (ly:music-message): make public, to be
5607         used in music function definitions
5608
5609         * scm/lily-library.scm (collect-music-for-book): discard music
5610         when the 'void property is set.
5611
5612 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5613
5614         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
5615
5616         * mf/GNUmakefile: idem.
5617
5618         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
5619
5620         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
5621
5622         * Documentation/user/notation-appendices.itely (The Feta font):
5623         use it.
5624
5625         * input/test/font-table.ly: new file. Generate font table within lily.
5626
5627         * Documentation/user/notation-appendices.itely (The Feta font):
5628         use new font-table.ly file. 
5629
5630         * stepmake/stepmake/install-out-targets.make
5631         (local-install-outfiles): only create directory if
5632         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
5633
5634 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5635
5636         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
5637
5638         * VERSION (PACKAGE_NAME): release 2.7.28
5639
5640         * scm/framework-ps.scm (write-preamble): use it to pick exactly
5641         the right font from a Mac dfont.
5642         (write-preamble): don't forget directory, only look at files.
5643
5644         This fixes problems with TTF files in dfonts that don't match
5645         their PostScript names.
5646          
5647         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
5648         PS name from TTF font.
5649
5650         * input/regression/tie-manual.ly: document new feature.
5651
5652         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
5653
5654         * VERSION (MY_PATCH_LEVEL): bump to .28
5655
5656         * Documentation/user/basic-notation.itely (Ties): add tie examples
5657         refs.
5658
5659         * lily/tie-formatting-problem.cc (score_ties_configuration):
5660         symmetry penalties for outer ties.
5661
5662 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5663
5664         * lily/tie-formatting-problem.cc (generate_configuration) 
5665         (set_manual_tie_configuration): skip non-pair manual
5666         tie-configuration, so you can set individual ties as
5667
5668           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
5669
5670         * input/regression/tie-chord.ly: use generateTiePattern to
5671         simplify file.
5672
5673         * lily/tie-formatting-problem.cc (peak_around): new function.
5674         (score_configuration): use sliding criterion for staff line collisions. 
5675         (score_configuration): idem for dot collisions.
5676         (generate_configuration): use separate stem_gap for gap to stem.
5677
5678         * lily/include/tie-formatting-problem.hh (struct Tie_details):
5679         separate penalty factors for x and y distance.
5680         (struct Tie_details): separate penalties for tip and center line collisions.
5681
5682 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
5683
5684         * lily/tie-formatting-problem.cc (generate_configuration): make
5685         large ties avoid stafflines in the horizontal section.
5686         (score_configuration): use softcoded penalties
5687         (score_aptitude): idem.
5688
5689         * lily/tie-helper.cc (from_grob): softcode tie details
5690
5691         * lily/staff-symbol-referencer.cc (on_staff_line): new function
5692
5693         * lily/staff-symbol-referencer.cc (on_line): rename from
5694         on_staffline 
5695
5696 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5697
5698         * ly/music-functions-init.ly: remove duplicate tag.
5699
5700         * lily/include/*.hh: GCC 4.1 fixes.
5701
5702 006-01-16  Erlend Aasland  <erlenda@gmail.com>
5703
5704         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
5705
5706         * scm/define-music-types.scm: fix bug in desc. string
5707         for OverrideProperty
5708
5709 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
5710
5711         * scripts/lilypond-book.py: bugfix
5712
5713         * scm/define-music-types.scm: fix typos.
5714
5715 2006-01-14  Graham Percival  <gpermus@gmail.com>
5716
5717         * Documentation/user/ basic-notation.itely, global.itely,
5718         advanced-notation.itely, instrument-notation.itely: small
5719         additions (bugs and commonly tweaked properties).
5720
5721 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5722
5723         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
5724         detection of mingw build.
5725         (MINGW_BUILD): opps.
5726
5727 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5728
5729         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
5730         i686-mingw32.
5731
5732 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5733
5734         * scm/music-functions.scm (skip->rest): add skip->rest
5735
5736 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5737
5738         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
5739         explicitly.
5740
5741         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
5742         config dirs. Aids debugging. 
5743         (display_config): also display config files.
5744
5745 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5746
5747         * VERSION: release 2.7.27
5748
5749         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
5750         for determining bar size.
5751
5752         * lily/staff-symbol.cc (print): place lines at distance line-positions
5753
5754         * scm/define-grob-properties.scm (all-user-grob-properties): add
5755         line-positions.
5756
5757         * lily/staff-symbol.cc (height): new function.
5758
5759         * input/regression/staff-line-positions.ly:  new file.
5760
5761 2006-01-06  Graham Percival  <gpermus@gmail.com>
5762
5763         * input/test/add-staccato.ly: remove reference to old file.
5764
5765 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5766
5767         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
5768         lilypond binary too.
5769
5770 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5771
5772         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
5773
5774 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5775
5776         * scripts/midi2ly.py: Bugfix: Declare datadir.
5777
5778         * make/ly-rules.make:
5779         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
5780         that seems to be gone). Fixes make web.
5781
5782         * The grand 2005-2006 replace.
5783
5784         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
5785
5786 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5787
5788         * make/lilypond-vars.make: set LILYPOND_BINARY variable
5789         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
5790         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
5791         like -dgs-font-load.
5792
5793         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
5794         remove absolute path to lilypond binary.
5795         
5796 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
5797
5798         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
5799
5800 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5801
5802         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
5803
5804         * mf/GNUmakefile: remove broken dvips map symlink.
5805
5806 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5807
5808         * lily/main.cc: 
5809         * configure.in: Cosmetic fixes.
5810
5811 2006-01-04  Mats Bengtsson  <mabe@s3.kth.se>
5812
5813         * Documentation/user/music-glossary.tely (Pitch names): Added
5814         Spanish pitch names and durations, thanks to Ernesto Gancedo
5815
5816 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5817
5818         * scm/lily.scm (define-scheme-options): use quasi-quote for option
5819         init. Fixes verbose printing of .scm files.
5820
5821         * stepmake/aclocal.m4: add spaces before - options.
5822         
5823 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5824
5825         * lily/relocate.cc (setup_paths): Bugfix: do not store result
5826         of path search in local block variable.
5827
5828 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5829
5830         * configure.in (NCSB_DIR): --enable-ncsb-dir
5831         (LINK_GXX_STATICALLY): denko.
5832
5833         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
5834
5835         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
5836         use locate to find c059033l.pfb. 
5837         
5838 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5839
5840         * lily/tie-formatting-problem.cc
5841         (problem::generate_base_chord_configuration): Use my_round (was
5842         round).
5843
5844         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
5845         do not invoke mbrtowc.
5846
5847         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
5848
5849 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5850
5851         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
5852
5853 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
5854
5855         * Documentation/user/invoking.itely (svg): revise.
5856
5857 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5858
5859         * lily/lexer.ll: use sourcefilename iso. renameinput.
5860
5861 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5862
5863         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
5864         <PostScriptName>.ttf instead of c059XXXttf.
5865
5866         * lily/program-option.cc (LY_DEFINE): special support for
5867         --verbose, so it works before option init too.
5868  
5869         * mf/GNUmakefile (local-install): oops.
5870
5871         * lily/lyric-hyphen.cc (print): oops.
5872
5873         * buildscripts/pfx2ttf.fontforge: new file.
5874         
5875         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
5876         ($(outdir)/%.ttf): new rule. 
5877
5878         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
5879         to LyricHyphen.
5880
5881         * lily/lyric-hyphen.cc (print): multiply hyphen height by
5882         font-size
5883
5884 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5885
5886         * VERSION: release 2.7.26
5887         
5888         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
5889
5890 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5891
5892         * lily/font-config.cc (init_fontconfig): verbosity.
5893
5894         * THANKS: add Muziekacademie Lede. 
5895
5896         * scripts/musicxml2ly.py (print_voice_definitions): new function 
5897         (print_score_setup): new function
5898         (convert): read part definition to output staves properly.
5899
5900         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
5901         Music_xml notes.
5902
5903         * python/musicexp.py (Output_printer.__init__): use _ in data
5904         members.
5905         (Output_printer.unformatted_output): new function: no formatting,
5906         but count braces.
5907         (Duration.get_length): remove isinstance() checks for
5908         Output_printer everywhere.
5909
5910         * input/regression/lyrics-bar.ly (texidoc): add
5911         Separating_line_group_engraver.
5912
5913 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5914
5915         * lily/relocate.cc (framework_relocation): New function,
5916         factored from set_relocation ().
5917         (prefix_relocation): Rename from set_relocation ().
5918         (setup_paths): Use it.
5919
5920 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5921
5922         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
5923         numbers. Patch by Erlend Aasland.
5924
5925 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5926
5927         * lily/font-config.cc (init_fontconfig): print warning if cache
5928         file is not existant.
5929
5930         * lily/main.cc: don't use #ifdef but #if
5931
5932 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5933
5934         * lily/grob-property.cc (internal_set_property): don't abort on
5935         calculation-in-progress.
5936
5937         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
5938
5939         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
5940         connect-to-neighbor property not connect-to-other
5941
5942         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
5943         (LY_DEFINE): oops. don't forget protection.
5944
5945         * flower/parse-afm.cc (Module): strip AFM handling completely.
5946
5947         * lily/stencil-expression.cc: idem.
5948
5949         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
5950
5951         * lily/function-documentation.cc (ly_add_function_documentation):
5952         use static member iso. Protected_scm
5953
5954         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
5955
5956         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
5957
5958 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5959
5960         * lily/relocate.cc (set_env_dir): New function.
5961         (set_relocation): Use it to fix setting PANGO_PREFIX.
5962
5963 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5964
5965         * input/regression/stem-direction-context.ly: remove rest.
5966
5967         * lily/melody-engraver.cc (process_music): restart for bar lines.
5968         (acknowledge_slur): restart for slurs.
5969
5970 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
5971
5972         * Documentation/user/invoking.itely: describe how to view SVG 
5973         output using Inkscape which replace embedded fonts with OTF fonts.
5974
5975 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5976
5977         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
5978
5979 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5980
5981         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
5982         comment.
5983
5984 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5985
5986         * VERSION (PACKAGE_NAME): release 2.7.25
5987
5988         * Documentation/topdocs/NEWS.tely (Top): document new feature.
5989
5990         * input/regression/stem-direction-context.ly: new file.
5991
5992         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
5993
5994         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
5995         on rest.
5996
5997         * ly/engraver-init.ly: add Melody_engraver
5998
5999         * lily/beam.cc (calc_direction): use default-direction
6000         iso. get_default_direction()
6001
6002         * scm/define-grob-properties.scm (all-user-grob-properties): add
6003         default-direction property.
6004
6005         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
6006
6007         * lily/stem.cc (calc_default_direction): remove
6008         Stem::get_default_direction, use default-direction with callback
6009         instead.
6010
6011         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
6012
6013         * lily/melody-engraver.cc: new file. Acknowledge stems for
6014         interpolated stem directions. 
6015
6016         * lily/melody-spanner.cc: new file. Interpolate stem directions.
6017
6018         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
6019
6020         * lily/slur-configuration.cc (fit_factor): more robust check for
6021         point in curve X-extent.
6022
6023         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
6024         (outside_slur_callback): check for 'outside avoidance.
6025
6026         * lily/slur-configuration.cc (score_extra_encompass): don't use
6027         bound->column() == avoid->column() for checking extents, as this
6028         doesn't work for accidentals. 
6029
6030         * lily/slur-engraver.cc (acknowledge_extra_object): remove
6031         DynamicText hardcoding.
6032
6033         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
6034         crash if bound stem is NULL
6035
6036         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
6037         pedals.
6038
6039 2005-12-22  Graham Percival  <gpermus@gmail.com>
6040
6041         * scm/define-markup-commands.scm: typo.  @code{\raise}
6042         => @code{\\raise}.
6043
6044         * darwin.patch: now used again, includes a
6045         required patch from fink.
6046
6047 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
6048
6049         * po/TODO: mention gtranslator along with kbabel.
6050         * po/fi.po: update translations.
6051
6052 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6053
6054         * lily/relocate.cc (setup_paths): Bugfix.
6055
6056 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6057
6058         * lily/slur-configuration.cc (score_extra_encompass): don't use
6059         "avoid" choice for avoid-slur.
6060
6061         * stepmake/bin/install.py (dest): don't create existing dir.
6062
6063 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6064
6065         * stepmake/bin/install.py: Remove file before copying.
6066
6067         * config.make.in: 
6068         * stepmake/aclocal.m4: Do not substitute INSTALL.
6069
6070 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6071
6072         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
6073         depend on link-tree.
6074
6075         * lily/relocate.cc (setup_paths): only check path for non-absolute
6076         dir without directory part.
6077
6078         * flower/file-name.cc (is_absolute):  new method.
6079         (is_absolute): check root_ too.
6080
6081 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6082
6083         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
6084         relocation code.  Oops, don't comment out too much.
6085
6086         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
6087         iso itself.
6088
6089         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
6090         compile.
6091
6092 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6093
6094         * .cvsignore: Add install-sh.
6095
6096         * autogen.sh (srcdir): Typo.
6097
6098 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6099
6100         * autogen.sh (srcdir): urg. Touch install-sh.
6101
6102         * stepmake/bin/install-sh (Module): remove.
6103
6104         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
6105
6106         * lily/include/relocate.hh: new file.
6107
6108         * lily/relocate.cc: new file. Contain relocation logic.
6109
6110         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
6111         (main): read LILYPOND_VERBOSE as the first thing.
6112
6113         * stepmake/aclocal.m4: remove INSTALL variable.
6114
6115         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
6116         separate target for making font symlinks.
6117         (documentation-dir): use $(if $(findstring )) for switching off
6118         Documentation.
6119
6120         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
6121         something if DOCUMENTATION is no.
6122
6123 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6124
6125         * VERSION: release 2.7.24
6126
6127         * lily/script-column-engraver.cc (stop_translation_timestep):
6128         delay adding to script-column.
6129
6130         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
6131
6132         * python/convertrules.py (conv): rule for number-visibility
6133
6134         * lily/slur-configuration.cc (score_extra_encompass): different
6135         distance measure for avoid and inside avoidance.
6136         (score_extra_encompass): use 1/(distance+eps) as penalty.
6137
6138         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
6139         encompass objects for generating slur curves.
6140
6141         * lily/slur.cc: use details iso. slur-details property.
6142
6143         * input/regression/slur-tuplet.ly: new file.
6144
6145         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
6146
6147         * flower/include/offset.hh (class Offset): new operator /=
6148
6149         * lily/tuplet-number.cc (print): new file, new interface.
6150
6151         * scm/define-grob-properties.scm (all-user-grob-properties):
6152         remove number-visibility property.
6153
6154         * lily/tuplet-bracket.cc (calc_control_points): new function
6155         (calc_connect_to_neighbors): new function.
6156         (print): remove text handling for tuplet numberdef.
6157
6158         * lily/tuplet-engraver.cc (struct Tuplet_description): create
6159         TupletNumbers too. 
6160
6161         * lily/lily-guile.cc (robust_scm2booldrul): new function
6162
6163         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
6164
6165         * lily/tuplet-bracket.cc (calc_position_and_height): use
6166         staff-padding to control whether tuplet brackets are over staves.
6167
6168         * lily/grob.cc (suicide): clear dim_caches_.
6169
6170         * lily/dimension-cache.cc (clear): new function.
6171
6172         * lily/grob.cc (extent): swap order of min-extent and extent
6173         calculations. This fixes hara kiri staves. 
6174
6175 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6176
6177         * lily/main.cc: Nitpick: relocation is not based on path, but on
6178         directory (location).
6179
6180 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6181
6182         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
6183
6184         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
6185
6186         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
6187
6188         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
6189
6190         * stepmake/stepmake/generic-vars.make (Module): idem.
6191
6192         * stepmake/stepmake/executable-targets.make (default): use it.
6193
6194         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
6195
6196         * make/GNUmakefile: don't install make rules.
6197
6198         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
6199         slashes.
6200         (prepend_env_path): more verbosity.
6201
6202 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6203
6204         * GNUmakefile.in: add dir argument for find command.
6205
6206         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
6207         fixes weird line numbers for point & click.
6208
6209         * lily/source-file.cc (get_counts): init line/column/char counts.
6210
6211 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6212
6213         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
6214
6215 2005-12-16  Graham Percival  <gpermus@gmail.com>
6216
6217         * Documentation/user/basic-notation.itely, advanced-notation.itely:
6218         minor fixes from Fredric.  Thanks!
6219
6220 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6221
6222         * ly/music-functions-init.ly: add \bar and \clef music function 
6223
6224         * lily/lily-lexer.cc: idem.
6225
6226         * lily/parser.yy (FIXME): remove BAR and CLEF.
6227
6228 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6229
6230         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
6231
6232         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
6233         function arguments too
6234
6235         * lily/main.cc (set_relocation): new function.
6236
6237         * scripts/musicxml2ly.py (convert): add \version
6238
6239         * lily/tie.cc: remove get_default_attachments()
6240
6241         * VERSION (PACKAGE_NAME): release 2.7.23
6242         
6243         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
6244         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
6245
6246         * Documentation/topdocs/NEWS.tely (Top): document new feature.
6247
6248         * lily/tie-formatting-problem.cc (score_ties): new function
6249         (get_variations): new function. Try flipping dirs for collisions.
6250         (generate_optimal_chord_configuration): new function. 1-opt search
6251         for better configuration.
6252
6253         * lily/tie-configuration.cc: new file.
6254
6255         * lily/tie.cc: junk Tie::get_configuration()
6256
6257         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
6258         (score_ties_configuration): new function.
6259         (generate_ties_configuration): new function.
6260         (generate_base_chord_configuration): new function.
6261         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
6262         (set_manual_tie_configuration): Move body from tie-column-format.cc 
6263
6264         * input/regression/tie-dot.ly: new file.
6265
6266         * lily/tie-formatting-problem.cc (score_configuration): score
6267         tie/dot collisions.
6268
6269         * lily/tie-helper.cc (get_transformed_bezier): new function
6270
6271         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
6272
6273         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
6274         -undefined suppress iso. -framework Python 
6275
6276         * scm/define-grobs.scm (all-grob-descriptions): set
6277         springs-and-rods (thanks Joe Neeman!)
6278
6279 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6280
6281         * input/no-notation/display-lily-tests.ly (test): 
6282         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
6283         changed from \tag #'(a b) to \tag #'a \tag #'b
6284
6285 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6286
6287         * Documentation/topdocs/NEWS.tely: strip out-www.
6288
6289         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
6290
6291         * config.make.in (AR): add AR and RANLIB
6292
6293         * flower/libc-extension.cc: include cassert
6294
6295         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
6296         darwin check.
6297
6298 2005-12-11  Graham Percival  <gpermus@gmail.com>
6299
6300         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
6301
6302         * stepmake/stepmake/python-modules-vars.make: define
6303         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
6304
6305         * THANKS: added Johannes Schindelin.
6306
6307 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6308
6309         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
6310
6311         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
6312         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
6313
6314         * lily/parser.yy: reorganize file layout.
6315
6316         * ly/music-functions-init.ly: add tweak music function.
6317
6318         * lily/grob-info.cc (ultimate_music_cause): new function:
6319         recursively lookup causes. 
6320
6321         * lily/parser.yy (chord_body_element): allow music functions for
6322         post-events, allow music functions for chord elements. 
6323  
6324         * lily/font-config-scheme.cc (display_fontset): add cast.
6325
6326         * python/convertrules.py (FatalConversionError.sub_syms): \tag
6327         #'(a b) -> \tag #'a \tag #'b rule.
6328
6329         * python/musicexp.py (Output_printer.dump_version): new function
6330
6331 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6332
6333         * lily/parser.yy (FIXME): remove \tag
6334         (FIXME): remove tag_music() function.
6335
6336         * lily/lily-lexer.cc: remove \tag
6337
6338         * ly/music-functions-init.ly: define music-function "tag"
6339
6340         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
6341
6342 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6343
6344         * VERSION (PATCH_LEVEL): release 2.7.22
6345
6346         * input/regression/lyric-hyphen-retain.ly: renew.
6347
6348         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
6349         grob
6350
6351         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
6352         iso. minimum-length property for rods.
6353
6354         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
6355         LyricSpace item to keep lyrics spaced apart.
6356
6357         * ly/engraver-init.ly: remove Separating_line_group_engraver
6358
6359         * Documentation/user/music-glossary.tely: do setfilename before
6360         music-glossary.
6361
6362 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
6363
6364         * Documentation/user/lilypond-book.itely: use `,´ after xref:
6365         See xref documentation, for example.
6366
6367 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6368
6369         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
6370         pending_skip iso. ly_voice[-1]
6371         (main): add if __main__ for debugging.
6372
6373         * python/musicxml.py (Accidental.__init__): new class.
6374
6375         * scripts/musicxml2ly.py (progress): new function
6376         (musicxml_key_to_lily): don't barf on modeless keys.
6377         (create_skip_music): new function.
6378         (musicxml_spanner_to_lily_event): new function. Handle beams too.
6379         (musicxml_note_to_lily_main_event): new function.
6380
6381         * python/musicexp.py (Music.__init__): add comment field.
6382         (NestedMusic.append): new routine.
6383         (SequentialMusic.print_ly): print comment.
6384         (ArpeggioEvent.ly_expression): new class
6385         (BeamEvent.ly_expression): new class
6386         (NoteEvent.__init__): support for cautionary/forced accs.
6387
6388         * lily/lookup.cc (slur): normal order for array loop.
6389
6390         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
6391         to 0.0.
6392
6393         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
6394         collapsed.
6395
6396 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
6397
6398         * scm/music-functions.scm: Make phrasing slurs follow voice direction
6399
6400         * scripts/lilypond-book.py: Introduce option
6401             --preserve-line-breaks, for usage with srcltx
6402
6403 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6404
6405         * scm/output-lib.scm (print-circled-text-callback): draw circle
6406         around text using make-circle-markup.
6407
6408         * Documentation/user/*: strip out-www from file names.
6409
6410 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
6411
6412         * Documentation/user/lilypond.tely (direntry): remove empty lines;
6413         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
6414
6415 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6416
6417         * Documentation/user/GNUmakefile: idem.
6418
6419         * Documentation/user/macros.itexi: strip out-www
6420
6421         * python/rational.py: python 2.3 compat.
6422
6423         * VERSION (PATCH_LEVEL): release 2.7.21
6424
6425         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
6426         option formatting, lilypond style.
6427
6428         * python/musicexp.py: grab from Ikebana: a library for composing
6429         ly music expressions. 
6430         (Output_printer): class for advanced .ly printing.
6431         (eg. tupletting) 
6432
6433         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
6434         convert to pythonesque structure.
6435
6436         * python/rational.py: PD rational number class.
6437
6438         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
6439
6440 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
6441
6442         * lily/part-combine-iterator.cc: Minor bugfix
6443         
6444         * THANKS: Update bughunters
6445
6446 2005-12-02  Werner Lemberg  <wl@gnu.org>
6447
6448         * mf/README: Document process for proper mf2pt1 conversion.
6449
6450         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
6451         overlapping.
6452
6453         * mf/feta-harmonica.mf: Removed.  Unused.
6454
6455 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6456
6457         * scripts/lilypond-book.py (do_file): fix thinkos.
6458
6459 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6460
6461         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
6462         ($(outdir)/parser.cc): 
6463         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
6464
6465 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
6466
6467         * ly/titling-init.ly (tagline): it should be a space between
6468         "Music engraving by LilyPond" and the version number.
6469
6470 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6471
6472         * VERSION (PACKAGE_NAME): release 2.7.20
6473
6474 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6475
6476         * scm/define-markup-commands.scm (pad-to-box): new markup command.
6477
6478         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
6479         1.0.
6480         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
6481
6482 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6483
6484         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
6485
6486         * kpath-guile/: remove directory
6487
6488         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
6489         file. Encapsulate kpathsea using commandline tools.
6490
6491         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
6492         kpathsea) module.
6493
6494 2005-11-29  Mats Bengtsson  <mabe@s3.kth.se>
6495
6496         * Documentation/user/advanced-notation.itely (Setting automatic
6497         beam behavior): Correct a few typos. Thanks to David Bobroff.
6498
6499         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
6500         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
6501
6502 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6503
6504         * scripts/*.py: gmane address for bugs.
6505
6506 2005-11-28 Pal Benko <benkop@freestart.hu>
6507         
6508         * make/ly-rules.make: add -f switch to mv
6509
6510         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
6511
6512         * lily/bar-line.cc: interpret it
6513
6514 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6515
6516         * configure.in (--disable-documentation): New switch.
6517
6518         * GNUmakefile.in: Use it.
6519
6520         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
6521
6522 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6523
6524         * scripts/lilypond-book.py (do_file): search chunks for
6525         \\begin{document}
6526
6527         * GNUmakefile.in: add copy step in between so we can lose the
6528         out-www directories.
6529
6530 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6531
6532         * lily/pango-font.cc (pango_item_string_stencil): put
6533         geometry.width into glyph-string too.
6534
6535 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6536
6537         * scm/define-music-display-methods.scm (RevertProperty):
6538         (OverrideProperty): Use grob-property-path property, a list of
6539         symbols, instead of grob-property, which used to be a single
6540         symbol.
6541         (BassFigureEvent): a figure can be a plain number, not necessarily a
6542         markup.
6543
6544 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6545
6546         * VERSION: release 2.7.19
6547         
6548         * lily/figured-bass-engraver.cc (process_music): check
6549         figuredBassCenterContinuations first.
6550
6551         * scm/translation-functions.scm (format-bass-figure): make double
6552         sharp larger. 
6553
6554         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
6555         determine X-parent.
6556
6557         * lily/system-start-delimiter-engraver.cc: move from
6558         Nested_system_start_delimiter_engraver, rename
6559         Nested_system_start_delimiter_engraver ->
6560         System_start_delimiter_engraver.
6561
6562         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
6563         bracket type from hierarchy.
6564
6565 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6566
6567         * lily/rest.cc (y_offset_callback): read staff-position.
6568
6569         * scm/define-grob-properties.scm (all-user-grob-properties): don't
6570         mark after-line-breaking-callback as internal.
6571
6572         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
6573
6574 2005-11-25  Werner Lemberg  <wl@gnu.org>
6575
6576         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
6577
6578 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6579
6580         * stepmake/bin/add-html-footer.py (do_file): add google
6581
6582         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
6583         staff if first_start_ is true.
6584
6585 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6586
6587         * scripts/midi2ly.py (split_track): add __repr__ members.
6588         (track_first_item): only return Item if not None. This fixes a
6589         problem when dumping a track that starts with an empty channel.
6590
6591         * python/midi.c: doc module.
6592
6593 2005-11-22  Mats Bengtsson  <mabe@s3.kth.se>
6594
6595         * Documentation/user/global.itely (Creating MIDI files): Fix
6596         compilation problem.
6597
6598 2005-11-22  Graham Percival  <gpermus@gmail.com>
6599
6600         * Documentation/user/basic-notation.itely: clarify dynamic
6601         padding text.
6602
6603         * Documentation/user/advanced-notation.itely: add unicode
6604         escape control example, whatever that is.  :)
6605
6606         * Documentation/user/global.itely: added "removing dynamics
6607         from MIDI" code.
6608
6609 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6610
6611         * VERSION (PATCH_LEVEL): release 2.7.18
6612
6613         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
6614         System_start_delimiter_engraver by
6615         Nested_system_start_delimiter_engraver.
6616
6617         * lily/nested-system-start-delimiter-engraver.cc (struct
6618         Bracket_nesting_node): new class.
6619         (struct Bracket_nesting_group): new class
6620         (struct Bracket_nesting_staff): new class.
6621         (process_music): create hierarchy of grobs. This allows separate
6622         tuning of different SSDs. 
6623
6624         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
6625         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
6626
6627 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6628
6629         * lily/side-position-interface.cc (aligned_side): multiply
6630         staff_radius by 2.
6631
6632         * lily/script-engraver.cc (make_script_from_event): allow setting
6633         values to '()
6634
6635 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6636
6637         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
6638
6639         * scm/define-grobs.scm (all-grob-descriptions): new grob
6640         NestedSystemStartDelimiter.
6641
6642         * input/regression/system-start-heavy-bar.ly: new file.
6643
6644         * lily/nested-system-start-delimiter-engraver.cc: new file.
6645
6646         * lily/nested-system-start-delimiter.cc: new file.
6647
6648         * input/regression/system-start-nesting.ly: new file.
6649
6650         * scm/define-grobs.scm (all-grob-descriptions): use X side
6651         positioning for positioning braces for nested contexts.
6652
6653         * lily/system-start-delimiter.cc (print): don't divide extent by
6654         staff_space.
6655         (print): use style iso. glyph.
6656         (staff_bracket): translate glyph inside routine already.
6657
6658 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
6659
6660         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
6661         names.
6662
6663 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6664
6665         * scm/define-context-properties.scm
6666         (all-user-translation-properties): rename figuredBassFormatter
6667         from newFiguredBassFormatter.
6668
6669         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
6670
6671         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
6672
6673         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
6674
6675         * lily/beam.cc (calc_beaming): new function.
6676         (calc_shorten): new function.
6677
6678         * THANKS: add Edward Neeman.
6679
6680         * input/regression/accidental-clef-change.ly: new file.
6681
6682         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
6683
6684         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
6685
6686         * lily/clef-engraver.cc (inspect_clef_properties): reset
6687         localKeySignature for clef changes.
6688
6689 2005-11-17  Mats Bengtsson  <mabe@s3.kth.se>
6690
6691         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
6692         add dummy definition that works in Linux and add information in
6693         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
6694
6695         * Documentation/user/changing-defaults.itely (Modifying context
6696         plug-ins): Add index for \with.
6697
6698         * Documentation/user/music-glossary.tely (dal segno): Updated
6699         example to version >=2.6.
6700
6701 2005-11-16  Mats Bengtsson  <mabe@s3.kth.se>
6702
6703         * Documentation/user/instrument-notation.itely (Printing chord
6704         names): Reorder \chordmode and \repeat in one example.
6705
6706 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6707
6708         * VERSION: release 2.7.17
6709         
6710         * Documentation/topdocs/NEWS.tely (Top): add note about
6711         refactoring.
6712
6713         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
6714         new function. Search region of 3 positions for best tie.
6715         (score_configuration): new function.
6716         (score_aptitude): new function.
6717         (generate_configuration): new function.
6718         (get_configuration): new function.
6719         (Tie_formatting_problem): new function
6720
6721         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
6722
6723         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
6724
6725         * THANKS: add Eduardo Vieira & Ralph Little
6726
6727         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
6728         narrower.
6729
6730         * lily/include/tie-formatting-problem.hh (class
6731         Tie_formatting_problem): add Tie_details to
6732         Tie_formatting_problem. Update calling conventions.
6733
6734         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
6735         config.make.
6736
6737         * Documentation/user/lilypond.tely: remove musedata2ly entry.
6738
6739 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
6740
6741         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
6742         scm/define-context-properties.scm: Maintenance bugfix: make
6743         ligature brackets work again by removing obsolete ligature
6744         primitive callback push/pop.
6745
6746         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
6747         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
6748         value.
6749
6750 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6751
6752         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
6753         used and do not call it a path.
6754         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
6755
6756 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6757
6758         * lily/include/tie-formatting-problem.hh (class
6759         Tie_formatting_problem): new file.
6760
6761         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
6762
6763         * Documentation/misc/ChangeLog-2.3:  new file.
6764
6765         * lily/audio-staff.cc (output): degarianize.
6766
6767 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6768
6769         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
6770         Unset PYTHONOPTIMIZE.  Fixes install if set.
6771
6772 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6773
6774         * python/convertrules.py (conv): add warning about drums. 
6775
6776         * make/stepmake.make: include toplevel-version.make after config.make.
6777
6778         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
6779         also allow python2.4
6780
6781         * config.make.in (configure-srcdir): remove GXX GCC vars.
6782
6783         * stepmake/aclocal.m4: don't do non-srcdir build with
6784         symlinks. Use inclusion, so the src directory name can be changed.
6785
6786 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6787
6788         * make/mutopia-vars.make:
6789         * make/ly-vars.make: Use src-wildcard iso wildcard for source
6790         files.
6791
6792 2005-11-13  Werner Lemberg  <wl@gnu.org>
6793
6794         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
6795         but the affected path.  This ensures that the (overlapping) outlines
6796         have the same direction, which is a necessary prerequisite for
6797         FontForge's algorithm to remove overlaps.
6798         Formatting.
6799
6800         * mf/feta-haak.mf: Formatting.
6801         (draw_bracket): Slightly modify outline to avoid an unnecessary
6802         corner.
6803         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
6804         them from the affected paths.
6805
6806 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6807
6808         * mf/README: remove xpm / accordion notes.
6809
6810         * lily/tie-column-format.cc (set_chord_outline): add dots into
6811         skyline extents. This fixes tie formatting if the left head has dots.
6812
6813         * lily/tie.cc (get_configuration): only shift tie by a whole staff
6814         space inside the staff.
6815         (get_configuration): shift another position if necessary in case
6816         of left head tie  
6817
6818 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6819
6820         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
6821         buildscript-dir iso. $(depth)/buildscripts.
6822
6823         * tex/GNUmakefile (local-uninstall): remove
6824         music-drawing-routines.ps juggling.
6825
6826         * stepmake/stepmake/install-targets.make (local-install-files):
6827         prepend src-dir to install targets.
6828
6829         * lily/system-start-delimiter-engraver.cc
6830         (acknowledge_system_start_delimiter): use
6831         add_offset_callback(). This fixes translation of nested
6832         staffgroups.
6833
6834         * lily/grob-closure.cc (add_offset_callback): only encaps in
6835         simple_closure if it's a procedure.
6836         
6837         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
6838         from bar-line.
6839
6840         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
6841         remove-empty where pertinent.
6842
6843 2005-11-12  Graham Percival  <gpermus@gmail.com>
6844
6845         * Documentation/user/instrument-notation.itely: added
6846         Cameron Horsburgh's multiple stanzas docs.  Thanks!
6847
6848 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6849
6850         * lily/GNUmakefile
6851         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
6852         make picture in builddir, not srcdir.
6853
6854 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6855
6856         * VERSION: release 2.7.16
6857         
6858         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
6859         shell arguments. 
6860
6861 2005-11-10  Mats Bengtsson  <mabe@s3.kth.se>
6862
6863         * Documentation/user/examples.itely (Piano templates): Minor
6864         modification to the Piano centered lyrics example.
6865
6866 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6867
6868         * scripts/lilypond-invoke-editor.scm (run-browser): look at
6869         $BROWSER.
6870
6871         * Documentation/user/point-and-click.itely: simplify p&c
6872         instruction: don't configure firefox. Put lilypond-invoke-editor
6873         in front of the browser.
6874
6875         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
6876         (run-browser): new function.
6877
6878         * lily/parser.yy (Lily_lexer): recognize Book
6879
6880         * lily/book.cc (clone): new function
6881
6882         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
6883
6884 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
6885
6886         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
6887         Maintenance bugfix: reduce number of font related warnings by
6888         updating naming conventions for glyph-name.
6889
6890 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6891
6892         * scm/define-grobs.scm (all-grob-descriptions): add
6893         rhythmic-grob-interface to TabNoteHead.
6894
6895         * scm/layout-beam.scm (check-quant-callbacks): remove
6896         set_stem_lengths()
6897
6898 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
6899
6900         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
6901         alignment of centered divisiones.
6902
6903         * scm/scripts.scm (articulations): Maintenance bugfix:
6904         follow-into-staff -> quantize-position.
6905
6906         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
6907         plica head in porrectus deminutus.
6908
6909 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6910
6911         * make/lilypond.fedora.spec.in (Group): add %clean section.
6912
6913         * lily/tuplet-bracket.cc (print): change check: remove bracket if
6914         less then 1/5th of total length.  
6915         (print): use gap too.  Fixes tupletUp-single-bracket.ly
6916
6917         * scm/music-functions.scm (glue-mm-rest-texts): also put other
6918         events into EventChord. This fixes textspanners on mm rests. Fixes
6919         spanner-rest.ly
6920
6921         * lily/side-position-interface.cc (get_axis): read side-axis
6922         (set_axis): set side-axis.
6923
6924         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
6925         properties everywhere.
6926
6927         * lily/spacing-spanner.cc (breakable_column_spacing): add
6928         average-spacing-wishes. Take maximum if not set.
6929         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
6930
6931         * scm/define-grobs.scm (all-grob-descriptions): add
6932         average-spacing-wishes.
6933
6934         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
6935         offset callbacks. This fixes alignment for Fingering objects.
6936
6937         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
6938         space for key - timesig combination. 
6939
6940         * input/regression/script-stem-tremolo.ly (Module): new file.
6941
6942         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
6943         to key sig.
6944
6945         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
6946         Fixes: c-tremolo-script.ly.
6947         
6948         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
6949
6950         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
6951         
6952         * scm/define-grobs.scm (all-grob-descriptions): remove
6953         self-X-offset. Fixes alignment of octavate-8.
6954
6955         * scripts/lilypond-book.py (datadir): look in
6956         LILYPONDPREFIX/share/lilypond/current/
6957
6958         * GNUmakefile.in: symlink current to <VERSION>. 
6959
6960 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
6961
6962         * lily/main.cc: eps listed as a backend.
6963
6964 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6965
6966         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
6967
6968 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6969
6970         * lily/include/score.hh (class Score): remove texts_ member.
6971
6972         * lily/beam.cc (set_stem_lengths): force direction callback.
6973         (print): read quantized-positions, so we can force
6974         Beam::set_stem_lengths to occur.
6975         (rest_collision_callback): use common X parent. 
6976
6977 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6978
6979         * flower/file-path.cc (find): Bugfix: Return name of file found.
6980
6981         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
6982         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
6983         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
6984
6985 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6986
6987         * flower/offset.cc: idem.
6988
6989         * mf/*.mf: update email address.
6990
6991         * lily/font-config-scheme.cc:  new file.
6992
6993         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
6994
6995         * lily/*:  cs.uu.nl -> xs4all.nl
6996
6997         * VERSION (PATCH_LEVEL): release 2.7.15
6998
6999         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
7000         spec files.
7001
7002         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
7003
7004 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7005
7006         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
7007
7008         * lily/staff-performer.cc (process_music): add audio
7009         elements. This makes MIDI instrument changes work once again.
7010
7011         * lily/main.cc (LY_DEFINE): add gmane address.
7012
7013         * lily/beam.cc: remove calc_positions()
7014
7015         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
7016         original_ in private scope.
7017         (class Grob): drop pscore_ pointer, change to output_def pointer.
7018         (class Grob): cleanup class definition.
7019
7020         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
7021
7022 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7023
7024         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
7025         absolute.  Better diagnostics.
7026
7027         * GNUmakefile.in: Add bin/ to tree and populate with some links.
7028         This makes lilypond run from the build directory using argv0
7029         relocation (without any --prefix or LILYPONDPREFIX setting).
7030
7031 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7032
7033         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
7034
7035         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
7036         with simple-closure.
7037
7038         * lily/self-aligment-interface.cc (set_align_self): new function
7039         (set_center_parent): new function.
7040
7041         * lily/side-position-interface.cc (set_axis): new function.
7042
7043         * lily/new-fingering-engraver.cc (position_scripts): use drul for
7044         generic code. 
7045
7046         * scm/define-grob-properties.scm (all-user-grob-properties):
7047         remove [XY]-offset-callbacks add [YX]-offset
7048         
7049 2005-11-02  Mats Bengtsson  <mabe@s3.kth.se>
7050
7051         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
7052         entry for time signatures after breathing signs. Bug report by
7053         Scott Russell.
7054
7055 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7056
7057         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
7058         not absolute, make it absolute using PATH.
7059
7060 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7061
7062         * python/midi.c (initmidi): Fix type for mingw.
7063
7064 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7065
7066         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
7067
7068         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
7069         cross compiling.
7070
7071         * stepmake/aclocal.m4: Support python cross compiling.
7072
7073         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
7074         Add mingw section.
7075
7076 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7077
7078         * scm/output-lib.scm (chain-grob-member-functions): replace
7079         chained-callback.cc
7080
7081         * lily/chained-callback.cc (Module): remove file.
7082
7083         * lily/rest-collision.cc (force_shift_callback_rest): change to
7084         chained callback.
7085
7086         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
7087
7088         * lily/grob.cc (y_parent_positioning): remove axis argument from
7089         parent_positioning callbacks.
7090         (Grob): junk init code
7091         (get_offset): use generic property callbacks for
7092         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
7093         (axis_parent_positioning): new function
7094         (axis_offset_symbol): new function
7095         (chain_offset_callback): new function
7096         (add_offset_callback): new function
7097
7098         * lily/beam.cc (rest_collision_callback): change signature; this
7099         is now a chained callback.
7100
7101         * lily/include/dimension-cache.hh (class Dimension_cache): remove
7102         callback administration.
7103
7104         * lily/simple-closure.cc: new file. Smob type that allows "grob
7105         member functions",
7106
7107             (ly:make-simple-closure FUNC A B)
7108
7109         is evaluated as (FUNC grob A B). This allows chaining of callbacks
7110         in various ways.
7111
7112         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
7113         callbacks.
7114
7115         * lily/slur.cc (outside_slur_callback): take 2 arguments.
7116
7117         * lily/rest.cc (polyphonic_offset_callback): remove.
7118
7119         * lily/script-engraver.cc (try_music): remove bool* argument.
7120
7121         * scm/script.scm (default-script-alist): set quantize-position
7122         appropriately.
7123
7124         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
7125
7126         * lily/side-position-interface.cc (aligned_side): move staff
7127         position quantization from
7128         Side_position_interface::quantised_position().
7129         (quantised_position): remove
7130         
7131 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7132
7133         * input/regression/beam-quant-standard.ly: reindent, set
7134         debug-beam-quanting to #t.
7135
7136         * lily/beam-concave.cc (calc_concaveness): set concaveness to
7137         10000 if this is a "hard" concave beam.
7138
7139         * lily/beam.cc (calc_least_squares_positions): change from
7140         calc_least_squares_dy
7141         (set_stem_lengths): this is now a chained callback.
7142
7143         * lily/context-property.cc (execute_general_pushpop_property):
7144         bugfix override with procedure should have effect.
7145
7146         * scm/define-grob-properties.scm (all-internal-grob-properties):
7147         remove position-callbacks.
7148
7149         * scm/define-grobs.scm (all-grob-descriptions): use
7150         ly:make-callback-chain for positions property.
7151
7152         * scm/layout-beam.scm (check-quant-callbacks): return list of
7153         chained callbacks.
7154
7155         * scm/lily.scm (type-p-name-alist): add callback-chain
7156
7157         * lily/lily-guile.cc (type_check_assignment): type check failure
7158         is warning not message.
7159
7160         * lily/grob-property.cc (try_callback): walk callback chain if
7161         appropriate.
7162
7163         * lily/chained-callback.cc: new file. new smob type.
7164
7165         * lily/lily-guile.cc (procedure_arity): new function.
7166
7167 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7168
7169         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
7170
7171 2005-10-25  John Mandereau  <john.mandereau@free.fr>
7172  
7173         * Documentation/user/instrument-notation.itely (Figured bass):
7174         describe new features
7175
7176 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7177
7178         * lily/beam.cc (calc_least_squares_dy): use property callback.
7179
7180         * lily/beam-concave.cc (calc_concaveness): use property callback.
7181
7182         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
7183
7184 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7185
7186         * HACKING: Update.
7187
7188 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7189
7190         * scm/layout-page-layout.scm (page-headfoot): annotate
7191         pagetopspace too.
7192
7193         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
7194
7195         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
7196         doesn't take y-space.
7197
7198         * scm/paper.scm (paper-alist): fix A7 dimensions. 
7199
7200 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7201
7202         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
7203         src-wildcard, remove $(wildcard).
7204
7205         * po/GNUmakefile (PO_FILES): 
7206         * ps/GNUmakefile (PS_FILES): 
7207         * tex/GNUmakefile (TEX_FILES): 
7208         * cygwin/GNUmakefile (POSTINSTALLS):
7209         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
7210         some wildcard calls.
7211
7212 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7213
7214         * THANKS: add Thomas Bushnell.
7215
7216 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
7217
7218         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
7219         (lilypond-main): Redirect to gui-main if 'gui is set.
7220
7221         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
7222         for alternative installations kludging s/share/lib/g
7223         LILYPONDPREFIX. 
7224
7225         * SConstruct (libdir_package_version): Define.
7226
7227         * python/SConscript: 
7228         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
7229         module in libdir.  
7230
7231 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7232
7233         * lily/main.cc: clarify --safe.
7234
7235 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7236
7237         * VERSION: release 2.7.14
7238         
7239         * Documentation/user/*.itely: remove minimumVerticalExtent.
7240
7241         * scm/define-grobs.scm (all-grob-descriptions): remove
7242         RemoveEmptyVerticalGroup
7243
7244         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
7245
7246         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
7247         compile on MOSX
7248
7249         * python/convertrules.py (conv): add rules.
7250
7251         * lily/grob.cc: remove is_empty()
7252
7253         * lily/grob-property.cc: remove add_to_list_property().
7254
7255         * scripts/convert-ly.py (datadir): add prefix switching hack to
7256         .py too.
7257
7258         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
7259         space-function tweak.
7260
7261         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
7262
7263         * scm/define-grob-properties.scm (all-user-grob-properties):
7264         remove callback property.
7265
7266         * lily/include/grob.hh (class Grob): remove property_callbacks_
7267         member. Properties of procedure type are assumed to be callbacks.
7268
7269         * lily/ligature-engraver.cc (override_stencil_callback):
7270         rewrite. Use noteHeadLigaturePrimitive as source.
7271
7272         * scm/define-grob-properties.scm (all-internal-grob-properties):
7273         remove ligature-primitive-callback
7274
7275         * lily/include/dimension-cache.hh (class Dimension_cache): make
7276         class, with Grob as friend.
7277
7278         * lily/grob.cc: remove set_extent_callback(), set_extent() and
7279         has_extent_callback()
7280
7281         * scm/translation-functions.scm (format-new-bass-figure): read
7282         figuredBassPlusDirection
7283
7284         * scm/define-context-properties.scm
7285         (all-user-translation-properties): add figuredBassPlusDirection.
7286
7287         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
7288
7289         * lily/align-interface.cc (set_ordered): new function.
7290
7291         * lily/grob.cc (flush_extent_cache): rewrite.
7292
7293         * lily/dimension-cache.cc (Dimension_cache): cache extent as
7294         Interval pointer directly.
7295
7296         * lily/main.cc (setup_paths): insert extra / .
7297         (setup_paths): junk cff entry.
7298
7299         * lily/font-config.cc (init_fontconfig): only add type1 / otf
7300         directories.
7301
7302         * lily/axis-group-engraver.cc (finalize): remove
7303         extraVerticalExtent, minimumVerticalExtent verticalExtent.
7304
7305         * lily/grob.cc (Grob): don't set extent from ctor.
7306         (extent): use property callbacks. 
7307
7308         * lily/axis-group-interface.cc: remove set_axes() function.
7309
7310         * lily/grob-property.cc (del_property): new function.
7311
7312 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7313
7314         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
7315         
7316 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
7317
7318         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
7319
7320 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7321
7322         * mf/SConscript: Updates.
7323
7324         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
7325
7326         * stepmake/stepmake/*:
7327         * */GNUmakefile:
7328         * config.make.in:
7329         * GNUmakefile.in:
7330         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
7331         from any directory in build-dir.  Cleanups.
7332
7333         * make/srcdir.make.in: Remove.
7334
7335         * lily/main.cc (setup_paths): Fix and document build-dir hack.
7336
7337         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
7338         main).
7339
7340         * lily/SConscript: Remove ttftools.
7341
7342         * SConstruct: Resurrect.
7343
7344 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7345
7346         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
7347         Y coordinate. 
7348
7349         * lily/paper-book.cc (add_score_title): put Paper_score title into
7350         systems_ list.
7351
7352         * scm/translation-functions.scm (format-new-bass-figure): also
7353         allow plus in combination with _
7354
7355 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7356
7357         * VERSION: 2.7.13 released.
7358
7359         * lily/note-collision.cc (check_meshing_chords): don't wipe
7360         stencil, merely set transparent.
7361
7362         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
7363         (Top): document #'callbacks.
7364         (Top): document nested \override.
7365
7366         * input/regression/figured-bass.ly: update for slash and pluses.
7367
7368         * input/regression/figured-bass-continuation-forbid.ly (Module):
7369         new file.
7370
7371         * scm/translation-functions.scm (format-new-bass-figure): use
7372         slashed-digit if diminished is set.
7373         (format-new-bass-figure): add + if 'augmented is set.
7374
7375         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
7376
7377         * input/test/piano-staff-distance.ly: remove file.
7378
7379         * Documentation/user/advanced-notation.itely (Formatting cue
7380         notes): use length-fraction for making stems/beams smaller.
7381
7382         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
7383         modifications.
7384
7385         * lily/new-figured-bass-engraver.cc: new property
7386         centerFiguredBassContinuations
7387
7388         * Documentation/user/changing-defaults.itely (Difficult tweaks):
7389         use callbacks.
7390
7391         * lily/context-property.cc (execute_general_pushpop_property):
7392         robustness checks.
7393
7394         * input/regression/override-nest.ly: new file.
7395
7396         * python/convertrules.py (FatalConversionError.subber): conversion
7397         rule for #'callbacks
7398
7399         * input/regression/override-nest.ly: new function.
7400
7401         * lily/parser.yy (music_property_def): allow \override #'a #'b =
7402         #c too. 
7403
7404         * lily/context-property.cc (lookup_nested_property): new function.
7405         (evict_from_alist): new function.
7406         (general_pushpop_property): new function.
7407         (execute_general_pushpop_property): rewrite. Support nested
7408         properties too.
7409
7410 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7411
7412         * lily/beam.cc: use length-fraction too.
7413
7414         * scm/define-grob-properties.scm (all-user-grob-properties):
7415         remove property flag-width-function
7416         (all-user-grob-properties): remove space-function.
7417
7418         * scm/layout-beam.scm: remove flag-width-function.
7419
7420         * lily/beam.cc: remove flag-width-function
7421
7422         * scm/layout-beam.scm: remove beam dir functions.
7423
7424         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
7425
7426         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
7427         for easier grace tweaks.
7428
7429         * lily/beam.cc: remove dir-function.
7430
7431         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
7432
7433         * lily/grob.cc: remove spacing-procedure.
7434
7435         * lily/note-head.cc (calc_stem_attachment): new function.
7436         (internal_print): use callback to get glyph-name.
7437
7438         * lily/grob-property.cc (get_interfaces): new function.
7439
7440         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
7441
7442         * lily/stem.cc (calc_stem_end_position): new function.
7443         (calc_length): new function.
7444         document details for stem.
7445         remove Stem::get_direction()
7446
7447         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
7448
7449         * lily/grob-property.cc (set_callback): new function.
7450
7451         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
7452
7453         * lily/item-scheme.cc: new file.
7454
7455         * lily/bar-line.cc (before_line_breaking): remove function.
7456         remove bar-size-procedure, break-glyph-function
7457
7458         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
7459
7460         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
7461
7462         * lily/system-start-delimiter.cc (print): suicide from
7463         here. Remove after_line_breaking_callback.
7464
7465         * lily/script-interface.cc (calc_direction): use callback for direction.
7466
7467         * lily/side-position-interface.cc (aligned_side): don't use
7468         Side_position_interface::get_direction directly. Use callback. 
7469
7470         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
7471         calculate stencil.
7472         (get_print_stencil): rename from get_stencil: create stencil with
7473         transparency, color and cause. 
7474
7475         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
7476
7477         * python/convertrules.py (conv): insert temporary warning rule.
7478
7479         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
7480
7481         * lily/grob-property.cc (try_callback): remove marker if applicable.
7482
7483         * lily/grob.cc: elucidate doc about after/before-line-breaking
7484
7485         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
7486
7487         * lily/stem.cc (height): idem.
7488
7489         * lily/stem-tremolo.cc: idem.
7490
7491         * lily/slur.cc (height): don't use get_uncached_stencil()
7492
7493         * lily/rest.cc (y_offset_callback): use offset callback
7494         iso. after-line-breaking callback.
7495
7496         * lily/grob.cc: change after/before-line-breaking-callback to
7497         after/before-line-breaking dummy properties.
7498
7499         * lily/include/grob.hh: remove Grob_status.
7500
7501         * scm/define-context-properties.scm
7502         (all-user-translation-properties): remove verticalAlignmentChildCallback
7503
7504         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
7505         (calc_direction): use callback
7506         (calc_positions): use callback.
7507
7508         * lily/tie.cc (calc_direction): use callback. Only call parent
7509         positioning for more than one tie.
7510
7511         * lily/tie-column.cc (calc_positioning_done): use callback
7512
7513         * lily/slur-scoring.cc (calc_control_points): use callback
7514
7515         * lily/slur.cc (calc_direction): use callback.
7516
7517         * lily/note-collision.cc (force_shift_callback): remove.
7518
7519         * lily/dot-column.cc (force_shift_callback): remove. Use
7520         other_axis_parent_positioning.
7521
7522         * lily/grob.cc (other_axis_parent_positioning): new function.
7523         (same_axis_parent_positioning): new function
7524
7525         * lily/align-interface.cc (alignment_callback): remove function.
7526
7527         * lily/note-collision.cc (calc_positioning_done): use callback.
7528
7529         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
7530         (calc_direction): idem.
7531         remove print function.
7532
7533         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
7534
7535         * lily/dot-column.cc (calc_positioning_done): use callback.
7536
7537         * lily/break-align-interface.cc (calc_positioning_done): use callback.
7538
7539         * lily/beam.cc (calc_direction): use pseudo-property for beam
7540         direction callback.
7541         (calc_positions): use callback 
7542
7543         * lily/align-interface.cc (calc_positioning_done): use
7544         callback. Fold fixed  distance and normal alignment in one function.
7545
7546         * lily/stem.cc (calc_stem_end_position): use callback.
7547         (calc_positioning_done): idem.
7548         (calc_direction): idem.
7549         (calc_stem_end_position): idem
7550         (calc_stem_info): idem.
7551
7552         * lily/grob-property.cc (get_property_data): new function: 
7553         (try_callback): new function.
7554
7555         * scm/define-grob-properties.scm (all-user-grob-properties): doc
7556         callbacks property.
7557
7558         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
7559
7560 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7561
7562         * lily/tie.cc (get_position): robustness fix. Don't crash if a
7563         tie
7564         has no heads.
7565         
7566         * lily/include/*.hh (Module): compile fixes.
7567
7568 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
7569
7570         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
7571         as an argument for char-syntax: use (char-syntax (or nil 0)) 
7572         instead of (char-syntax nil), thanks to Milan Zamazal.
7573
7574 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7575
7576         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
7577         dist.
7578
7579         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
7580         themselves.
7581
7582 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7583
7584         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
7585         add class_name() method.
7586
7587         * lily/music-scheme.cc: remove ly:music-name.
7588
7589 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7590
7591         * cygwin/postinstall-lilypond.sh: Remove cruft.
7592
7593         * cygwin/postremove-lilypond.sh: Remove.
7594
7595         * cygwin/GNUmakefile (default): Remove postremove rules.
7596
7597 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7598
7599         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
7600         even header too.
7601         
7602         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
7603         MacOS 9 users.
7604
7605         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
7606         consider break index for broken spanner.
7607
7608         * scm/define-markup-commands.scm (wordwrap-string): remove \r
7609         characters from string before splitting.
7610
7611 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7612
7613         * scm/framework-ps.scm (output-preview-framework): use
7614         is-book-title to determine whether to chop off the booktitle.
7615
7616         * lily/paper-book.cc (systems): init from book-title-properties
7617         (add_score_title): init score-title-properties.
7618
7619         * ly/paper-defaults.ly: add {score,book}-title-properties.
7620
7621         * scm/document-backend.scm (lookup-interface): error message if
7622         using unknown interface.
7623
7624         * lily/volta-bracket.cc (after_line_breaking): new function. Set
7625         edge-height.
7626
7627         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
7628         make_bracket.
7629         (make_bracket): new function.
7630
7631         * scm/lily.scm (define-scheme-options): add paper-size option.
7632
7633         * ly/declarations-init.ly (laissezVibrer): get paper size from
7634         -dpaper-size
7635
7636         * scm/translation-functions.scm: use \fontsize for changing the
7637         fontsize.
7638
7639         * scm/define-grobs.scm (all-grob-descriptions): set
7640         between-length-limit to 1.0
7641
7642         * lily/tie-helper.cc: add between_length_limit_ detail property.
7643
7644         * mf/feta-bolletjes.mf: typos.
7645
7646         * lily/note-head.cc (internal_print): don't shadow idx
7647         parameter. This fixes wrong attachment for do shape heads.
7648
7649 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7650
7651         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
7652
7653         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
7654
7655         * scm/layout-slur.scm: rename from slur.scm
7656
7657         * scm/layout-page-layout.scm: rename from page-layout.scm
7658
7659         * scm/layout-beam.scm: rename from beam.scm
7660
7661         * scm/define-grob-interfaces.scm (bass-figure-interface): add
7662         bass-figure-interface
7663
7664         * lily/new-figured-bass-engraver.cc (process_music): add
7665         implicitBassFigures property.
7666         
7667         * scm/define-markup-commands.scm (pad-x): new markup.
7668
7669         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
7670         minimumVerticalExtent on FiguredBass context.
7671
7672         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
7673         case the continuation crosses a line break.
7674
7675 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7676
7677         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
7678         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
7679         absolute file name bug.  
7680
7681 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7682
7683         * VERSION (PACKAGE_NAME): release 2.7.12
7684
7685         * input/regression/figured-bass-continuation-center.ly: new file.
7686
7687         * input/regression/beam-outside-beamlets.ly: new file.
7688
7689         * lily/beam.cc (set_beaming): don't clip edges.
7690         (connect_beams): don't clip edges.
7691
7692         * lily/beaming-info.cc (clip_edges): new function.
7693
7694         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
7695
7696         * Documentation/user/instrument-notation.itely (Figured bass):
7697         demonstrate extenders, update seealso links.
7698
7699         * scm/titling.scm (marked-up-headfoot): change tagline
7700         handling. tagline = ##f will blank the tagline as well.
7701
7702 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7703
7704         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
7705
7706         * lily/new-figured-bass-engraver.cc (struct
7707         New_figured_bass_engraver): add new_music_found_ member.
7708
7709         * lily/lilypond-version.cc (Lilypond_version): deal with
7710         incorrectly formatted version strings. 
7711
7712         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
7713         New_figured_bass_engraver by default.
7714
7715         * lily/ttf.cc (print_trailer): only define glyph names when
7716         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
7717
7718 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7719
7720         * lily/horizontal-bracket.cc (make_bracket): new function.
7721
7722         * scm/define-grobs.scm (all-grob-descriptions): new grobs
7723         NewBassFigure, BassFigureBracket, BassFigureContinuation,
7724         BassFigureLine, BassFigureAlignment
7725
7726         * lily/new-figured-bass-engraver.cc (process_music): new file.
7727
7728         * lily/figured-bass-continuation.cc: new file.
7729
7730         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
7731         new file.
7732
7733 2005-10-04  Mats Bengtsson  <mabe@s3.kth.se>
7734
7735         * scripts/lilypond-book.py: Bug fix, put the quote around the
7736         actual score for LaTeX documents.
7737
7738         * scm/define-grobs.scm (all-grob-descriptions): Change
7739         collapse-height of the SystemStartBracket grob to 5.0, 
7740         so the bracket disappears for single stave score lines (similarly
7741         to SystemStartBraces). 
7742
7743         * Documentation/user/advanced-notation.itely (Polymetric
7744         notation): Clarify the use of compressMusic.
7745
7746         * Documentation/user/basic-notation.itely (Grace notes): Clarify
7747         that the grace spacer note in other staves need the same duration
7748         and document the stroke-style property.
7749
7750 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7751
7752         * Documentation/user/global.itely (Vertical spacing): document
7753         alignment-extra-space and fixed-alignment-extra-space.
7754
7755         * Documentation/topdocs/NEWS.tely (Top): add entry.
7756
7757         * input/regression/alignment-vertical-spacing.ly: new file.
7758
7759         * python/convertrules.py (conv): add rule.
7760
7761         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
7762
7763         * lily/align-interface.cc (stretch_after_break): new
7764         function. Read fixed-alignment-extra-space property.
7765         (align_elements_to_extents): read alignment-extra-space property.
7766
7767         * lily/lily-guile.cc (robust_scm2dir): new function.
7768
7769         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
7770         (annotate-space-left): new function. Annotate space left on page. 
7771         (annotate-y-interval): new function.
7772         (paper-system-annotate-last): new function. Annotate bottom-space.
7773
7774         * mf/feta-beugel.mf (y): 
7775
7776 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7777
7778         * VERSION (PACKAGE_NAME):  release 2.7.11
7779
7780         * scm/lily-library.scm (interval-translate): new function
7781         (interval-center): new function. 
7782
7783         * scm/page-layout.scm (paper-system-annotate): new function. Add
7784         arrows for dimensions.
7785  
7786         * scm/stencil.scm (dimension-arrows): new function.
7787
7788         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
7789
7790         * input/regression/page-spacing.ly: add annotatespacing
7791
7792         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
7793         (LY_DEFINE): new function ly:paper-system-set-property!
7794
7795         * Documentation/user/global.itely (Paper size): explain how to add
7796         sizes.
7797
7798         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
7799         correspond to GS's definition.
7800
7801         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
7802         tuplet bracket.
7803         (print): only connect to next bracket if the next one is alive.
7804         (print): set padding to 0.0 if the bound is a breakable
7805         column. This makes tupletFullLength brackets reach up to the staff
7806         line if it doesn't connect to the next line.
7807
7808 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7809
7810         * lily/bar-number-engraver.cc: correct docs.
7811
7812         * scm/output-lib.scm (first-bar-number-invisible): rename from
7813         default-bar-number-visibility
7814
7815 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7816
7817         * scm/define-music-properties.scm (all-music-properties): remove
7818         predicate property.
7819
7820 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
7821
7822         * po/fi.po: refresh.
7823
7824 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7825
7826         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
7827         superfluous s1.
7828         (disappear): bugfix.
7829
7830         * lily/stem-tremolo.cc (raw_stencil): read slope property.
7831
7832         * lily/include/paper-system.hh (class Paper_system): remove
7833         staff_extents_ member.
7834
7835         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
7836
7837         * lily/include/paper-system.hh (class Paper_system): remove
7838         number_ variable. Remove is_title_. Remove break_before_penalty_
7839
7840         * lily/paper-book.cc (systems): use 'number property iso. number_
7841         member.
7842
7843         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
7844         remove ly:paper-system-number.
7845
7846         * scm/lily-library.scm (paper-system-title?): new function.
7847
7848         * lily/book.cc (process): bugfix: flip ?: cases. 
7849
7850         * Documentation/user/changing-defaults.itely (Difficult tweaks):
7851         add outputProperty.
7852
7853         * ly/music-functions-init.ly: add outputProperty music function.
7854
7855         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
7856
7857         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
7858         and next-padding.
7859         (optimal-page-breaks): rename from ly:optimal-page-breaks.
7860
7861         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
7862
7863         * lily/paper-system.cc (internal_get_property): new function.
7864
7865         * Documentation/user/global.itely (Vertical spacing): refer to
7866         page-spacing.ly
7867
7868         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
7869         pagetopspace
7870
7871         * input/regression/page-spacing.ly: new file.
7872
7873         * input/regression/page-top-space.ly: new file.
7874
7875         * lily/spacing-spanner.cc: cmath -> math.h
7876
7877         * lily/paper-system.cc (read_left_bound): new function. Read
7878         line-break-system-details from left bound to determine extents.
7879  
7880         * Documentation/user/programming-interface.itely (Using LilyPond
7881         syntax inside Scheme): change applyxxx -> applyXxx.
7882
7883         * ly/music-functions-init.ly: add outputProperty music function.
7884
7885         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
7886
7887         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
7888
7889         * python/convertrules.py (conv): rule
7890
7891         * ly/music-functions-init.ly: applyxxx -> applyXxx
7892
7893         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
7894         TabVoice to Voice.
7895
7896 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7897
7898         * flower/include/real.hh: include <math.h> iso. <cmath>
7899
7900         * flower/include/offset.hh: include real.hh
7901
7902 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7903
7904         * Documentation/user/changing-defaults.itely (Difficult tweaks):
7905         fix example, now that 'interfaces is no longer directly available.
7906
7907         * lily/book.cc (process): don't crash if paper == NULL.
7908
7909         * po/fr.po: update.
7910
7911 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7912
7913         * scm/define-music-types.scm (music-descriptions): set length and
7914         start-callback for QuoteMusic
7915
7916 2005-09-15  Mats Bengtsson  <mabe@s3.kth.se>
7917
7918         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
7919         arguments. Fixes compilation error with gcc 3.3.
7920
7921 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7922
7923         * VERSION: release 2.7.10
7924
7925         * stepmake/stepmake/python-module-rules.make
7926         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
7927
7928         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
7929         real.hh
7930
7931 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7932
7933         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
7934         -Werror. Otherwise GCC barfs over various optimizations.
7935
7936         * scm/define-grob-properties.scm (all-internal-grob-properties):
7937         add note-head property
7938
7939         * Documentation/user/instrument-notation.itely (Laissez vibrer
7940         ties): new node.
7941
7942         * input/regression/laissez-vibrer-ties.ly: new file.
7943
7944         * lily/laissez-vibrer-engraver.cc: new file.    
7945
7946         * lily/include/tie-column-format.hh: new file.
7947
7948         * lily/tie-column-format.cc: new file. 
7949
7950         * lily/tie-column.cc (set_manual_tie_configuration): new function.
7951
7952         * lily/laissez-vibrer-tie.cc: new file.
7953
7954         * lily/include/laissez-vibrer-tie.hh: new file.
7955
7956         * ly/engraver-init.ly: add Laissez_vibrer_engraver
7957
7958         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
7959
7960         * scm/define-grobs.scm (all-grob-descriptions): add
7961         LaissezVibrerTie, LaissezVibrerTieColumn
7962
7963         * lily/tie-column.cc (set_tie_config_directions): new function
7964         (final_shape_adjustment): new function.
7965         (shift_small_ties): new function.
7966
7967         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
7968
7969         * lily/include/tie.hh (struct Tie_details): add x_gap_
7970         (struct Tie_configuration): add head_position_
7971
7972         * lily/tie-column.cc (set_chord_outline): new function.
7973
7974         * mf/cmr.enc.in:  remove file.
7975
7976 2005-09-11  Graham Percival  <gpermus@gmail.com>
7977
7978         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
7979
7980 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7981
7982         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
7983         reduce aliasing effects.
7984
7985         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
7986         box in skyline.
7987
7988 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7989
7990         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
7991
7992         * flower/include/real.hh: std::fabs too.
7993
7994 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7995
7996         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
7997
7998         * lily, flower: Include C++ iso C headers.  Import namespace std
7999         throughout.
8000
8001         * lily/side-position-interface.cc: 
8002         * lily/scm-hash.cc: 
8003         * lily/note-head.cc: 
8004         * lily/include/includable-lexer.hh: 
8005         * flower/include/string-data.icc: Remove using std::*.
8006
8007         * lily, flower: Include C++ iso C headers.  Import namespace std
8008         throughout.
8009
8010         * lily/side-position-interface.cc: 
8011         * lily/scm-hash.cc: 
8012         * lily/note-head.cc: 
8013         * lily/include/includable-lexer.hh: 
8014         * flower/include/string-data.icc: Remove using std::*.
8015
8016         * Documentation/user/instrument-notation.itely (Entering lyrics):
8017         Multiple latin-1->utf-8 conversion fix.
8018
8019         * Documentation/user/*tely: Update Emacs cookie to utf-8.
8020
8021 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8022
8023         * lily/tie.cc (get_configuration): also avoid dots for non-space
8024         situations.
8025
8026 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8027
8028         * Documentation/user/instrument-notation.itely: Bugfix.
8029
8030 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8031
8032         * tex/GNUmakefile: don't install texinfo.tex
8033
8034         * tex/ : cleanup: remove unused files.
8035
8036         * lily/general-scheme.cc: remove my_{isinf,isnan}.
8037
8038         * flower/include/real.hh: using std::{isnan,isinf}
8039         
8040         * VERSION (PATCH_LEVEL): release 2.7.9
8041
8042 2005-09-05  Graham Percival  <gpermus@gmail.com>
8043
8044         * Documentation/user/ instrument-notation.itely,
8045         advanced-notation.itely: minor tweaks.
8046
8047         * input/test/script-chart.ly: add item padding.
8048
8049 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8050
8051         * flower/offset.cc: use math.h iso. <cmath>
8052
8053         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
8054         of IE users.
8055
8056         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
8057         (widen-left-stencil-edges): new function. Fix alignment problems
8058         with LaTeX includegraphics.
8059
8060         * lily/text-interface.cc (interpret_markup): use abort().
8061
8062 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8063
8064         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
8065
8066         * lily/tie.cc (get_configuration): update bezier shape as we
8067         change Y positions.
8068         (get_configuration): don't move large ties if we're outside of the
8069         staff.
8070
8071 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8072
8073         * scm/define-markup-commands.scm (strut): swap X and Y dims.
8074         
8075 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8076
8077         * .cvsignore: Add auto-generated configure files and then some.
8078
8079 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8080
8081         * scm/define-grobs.scm (DynamicLineSpanner): Add
8082         X-extent-callback.  Fixes hairpin-slur collision.
8083
8084 2005-08-31  Graham Percival  <gpermus@gmail.com>
8085
8086         * Documentation/user/advanced-notation.itely,
8087         basic-notation.itely: minor changes.
8088
8089 2005-08-31  Mats Bengtsson  <mabe@s3.kth.se>
8090
8091         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
8092         \linebreak between each .eps file if \betweenLilyPondSystem is
8093         undefined. 
8094
8095         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8096         music): Document the \linebreak
8097
8098         * Documentation/user/lilypond-book.itely,
8099         input/tutorial/lbook-latex-test.tex,
8100         Documentation/user/examples.itely: Remove \usepackage{graphics}
8101
8102 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8103
8104         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
8105
8106         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
8107         compat bugfix.
8108
8109         * scripts/lilypond-book.py (PREAMBLE_LY): define
8110         inside-lilypond-book
8111         (modify_preamble): new function. Insert \RequirePackage{graphics}
8112         when no {graphics found in preamble.  
8113
8114 2005-08030  Graham Percival  <gpermus@gmail.com>
8115
8116         * Documentation/user/basic-notation.itely, global.itely,
8117         tutorial.itely: misc small changes.
8118
8119 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8120
8121         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
8122         VERSION.
8123
8124 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8125
8126         * lily/tie-column.cc (new_directions): put Tie down on center
8127         staff line. 
8128
8129         * lily/script-interface.cc (before_line_breaking): use
8130         Grob::programming_error
8131
8132         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
8133
8134         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
8135         of splitext.
8136
8137 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8138
8139         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
8140
8141 2005-08-29  Werner Lemberg  <wl@gnu.org>
8142
8143         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
8144         the `*.scale.pfa' files to avoid warnings.
8145
8146 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8147
8148         * lily/tempo-performer.cc (process_music): idem.
8149
8150         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
8151
8152 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8153
8154         * Documentation/user/advanced-notation.itely (Text markup): not a
8155         fragment.
8156
8157         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
8158
8159         * lily/staff-performer.cc (initialize): add tempo/name to
8160         audio_staff_
8161
8162
8163 2005-08-26  Graham Percival  <gpermus@gmail.com>
8164
8165         * Documentation/user/advanced.itely: add text-only example.
8166
8167         * Documentation/user/invoking.itely: add index entries for
8168         convert-ly.
8169
8170         * Documentation/user/ tutorial.itely, basic-notation.itely:
8171         small fixes suggested by Steve D.  Thanks!
8172
8173 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8174
8175         * input/regression/markup-bidi-pango.ly: new file.
8176
8177         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
8178         standard. Remove #ifdef. Remove memleak.
8179         (text_stencil): use text_dir to decide how to composite items.
8180         (text_stencil): determine uniform text direction for the entire
8181         string.
8182
8183         * scripts/lilypond-book.py (output_name): remove
8184         latex_filter_cmd. Non-portable to non-Unix systems. 
8185         (get_latex_textwidth): use File.write and os.unlink() instead.
8186
8187         * THANKS: add Vicente & Trevor.
8188
8189         * lily/grob.cc (discretionary_processing): look up origin for
8190         programming_error too. 
8191
8192         * input/regression/tie-broken.ly: new file.
8193
8194         * lily/tie-column.cc (set_chord_outlines): set outline for line
8195         break case too.
8196         
8197 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8198
8199         * lily/pango-font.cc (text_stencil): don't translate glyphs in
8200         unscaled transform, just translate stencils.
8201
8202         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
8203         MIDI.
8204
8205         * scm/define-markup-commands.scm (wordwrap-string): use
8206         text-direction
8207         (wordwrap-stencils): idem.
8208         (line): idem.
8209         (fill-line): idem.
8210         (wordwrap-stencils): translate last line to right for
8211         text-direction = LEFT.
8212
8213         * scm/define-grob-properties.scm (all-user-grob-properties): add
8214         text-direction.
8215
8216 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8217
8218         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
8219         when copying a Lily_parser object.
8220
8221 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8222
8223         * scm/define-markup-commands.scm (null): add null markup.
8224
8225 2005-08-25  Mats Bengtsson  <mabe@s3.kth.se>
8226
8227         * lily/item.cc: Add documentation of center-invisible
8228
8229 2005-08-24  Graham Percival  <gpermus@gmail.com>
8230
8231         * Documentation/user/advanced-notation.itely: add info about
8232         raising text.
8233
8234         * Documentation/user/programming-interface.itely: fix example
8235         involving raised text.
8236
8237 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8238
8239         * lily/beam.cc (print): fix X start/end points of isolated
8240         beamlets.
8241
8242         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
8243
8244         * lily/multi-measure-rest.cc (set_text_rods): new function.
8245
8246         * lily/vertical-align-engraver.cc (process_music): call
8247         Align_interface::set_axis(). This forces #'elements to be ordered,
8248         preventing random vertical reordering of staves.
8249
8250         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
8251         add avoid-slur property. 
8252
8253         * Documentation/user/basic-notation.itely (Measure repeats): add
8254         countPercentRepeats example.
8255
8256         * Documentation/user/advanced-notation.itely (Other text markup
8257         issues): remove remark about normal-font.  We have \normal-text
8258
8259         * input/regression/tie-chord.ly: add note about remaining bugs.
8260
8261         * lily/tie.cc (print): try Tie_column::set_directions () if
8262         control-points not yet defined.
8263
8264 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8265
8266         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
8267         extent. This fixes braces falling out of the EPS bbox.
8268
8269         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
8270         exactly to bbox.
8271
8272 2005-08-23  Graham Percival  <gpermus@gmail.com>
8273
8274         * {various} : change #up->#UP and #down->#DOWN.
8275
8276         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
8277
8278         * Documentation/user/advanced-notation.itely: clarify
8279         what objects handles text on a multimeasure rest.
8280
8281 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8282
8283         * VERSION (PATCH_LEVEL): release 2.7.7
8284
8285 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8286
8287         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
8288
8289         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
8290
8291         * input/regression/*.ly: formatting clean-up. Default layout
8292         before music expression.
8293
8294         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
8295         romanze28-2 example.
8296
8297         * scm/ps-to-png.scm: remove dir-re function.
8298         (make-ps-images): generate page names, instead of globbing them.
8299         This brings down LilyPond memory usage for make web by a factor
8300         10. 
8301
8302         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
8303         don't use glob. With 3000 files, globbing
8304         Documentation/user/out-www/ can take too much time. 
8305         
8306         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
8307
8308         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
8309
8310         * input/regression/tie-manual.ly: new file
8311
8312         * input/regression/tie-chord.ly: update.
8313
8314         * flower/include/interval.hh (struct Interval_t): 
8315
8316         * lily/tie.cc (distance): new function 
8317         (height): new function.
8318         (init): new function
8319         (Tie_details): new struct.
8320
8321         * lily/skyline.cc (skyline_height): new function.
8322
8323         * lily/tie-column.cc (set_chord_outlines): new function.
8324         (new_directions): read tie-configuration
8325
8326         * lily/skyline.cc: fix ASCII art.
8327         
8328 2005-08-22  Mats Bengtsson  <mabe@s3.kth.se>
8329
8330         * python/convertrules.py (string_or_scheme): Fix spelling error
8331
8332 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8333         
8334         * lily/tie-column.cc (set_directions): set directions only once.
8335         (add_configuration): new function.
8336
8337         * lily/tie.cc (set_control_points): new function
8338
8339         * lily/tie-column.cc (new_directions): new function.
8340
8341         * ly/music-functions-init.ly: set 'pitch property
8342         iso. trill-pitch. This makes \relative work with \pitchedTrill
8343
8344         * lily/tie.cc (get_configuration): new function. Don't generate
8345         control points, rather, generate configuration.
8346         remove head-pair property.
8347
8348         * lily/include/tie.hh (struct Tie_configuration): new struct.
8349
8350 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
8351
8352         * Documentation/topdocs/NEWS.tely: clarify.
8353
8354 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8355
8356         * lily/tie.cc: remove minimum-length
8357
8358         * scm/define-grob-properties.scm (all-user-grob-properties):
8359         remove staffline-clearance, y-offset 
8360
8361         * input/regression/tie-dots.ly (Module): remove.
8362
8363         * lily/tie.cc (get_control_points): rewrite. Put short ties in
8364         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
8365
8366         * input/regression/tie-single.ly: new file.
8367
8368 2005-08-21  Graham Percival  <gpermus@gmail.com>
8369
8370         * ly/bagpipe.ly: fix compile problem.
8371
8372 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8373
8374         * lily/midi-item.cc (name): new method.
8375
8376         * lily/staff-performer.cc (acknowledge_audio_element): use
8377         signature of baseclass.
8378
8379         * lily/engraver-group.cc (do_announces): move recursion call out
8380         of while loop. 
8381
8382         * lily/drum-note-performer.cc (class Drum_note_performer): use
8383         process_music everywhere.
8384
8385         * ly/performer-init.ly: add default children everywhere.
8386
8387         * lily/paper-book.cc (output): call paper-book-write-midis
8388         directly: always write MIDI, even if no \layout {} block. 
8389
8390 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8391
8392         * VERSION (PACKAGE_NAME): release 2.7.6
8393
8394         * lily/percent-repeat-engraver.cc (try_music): don't print warning
8395         about not being able to handle repeat.
8396
8397 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8398
8399         * Documentation/user/examples.itely (Piano templates):
8400         * lily/include/performer-group.hh: Remove last traces of
8401         Performer_group_performer.  Fixes make web.
8402
8403 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8404
8405         * Documentation/user/examples.itely (Piano templates): change
8406         Engraver_group_engraver -> Engraver_group
8407
8408         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
8409         scm_stand_in_procs is not weak_any.
8410
8411         * lily/volta-bracket.cc (print): don't use strcmp().
8412
8413         * lily/volta-engraver.cc (process_music): use
8414         Text_interface::is_markup() for setting the 'text property of the
8415         volta bracket.
8416
8417         * input/mutopia/claop.py (accents): update syntax to 2.6
8418
8419         * scm/define-context-properties.scm
8420         (all-user-translation-properties): add countPercentRepeats.
8421
8422         * Documentation/user/basic-notation.itely (Measure repeats): add
8423         isolated percent example.
8424
8425 2005-08-18  Graham Percival  <gpermus@gmail.com>
8426
8427         * input/ {various}: change direction #1, #-1 to
8428         #up/#down or \fooUp, \fooDown.
8429
8430         * Documentation/user/music-glossary.tely: #-1 to #down.
8431
8432         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
8433         to #up, #-1 to #down.
8434
8435 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8436
8437         * lily/include/engraver-group.hh: rename.
8438
8439         * lily/include/performer-group.hh: rename.
8440
8441 2005-08-18  Mats Bengtsson  <mabe@s3.kth.se>
8442
8443         * input/test/script-abbreviations.ly: Removed some old LaTeX
8444         left overs.
8445
8446 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8447
8448         * python/convertrules.py (conv): inside-slur -> avoid-slur.
8449         Remove functions.  Remove if 1: constructs, reindent.
8450
8451         * scripts/convert-ly.py (add_version): Add functions from
8452         convertrules.py
8453
8454         * scm/script.scm (default-script-alist):
8455         s/priority/script-priority.  Fixes script stacking.  Backportme.
8456         (Fermata): Very low priority.
8457
8458 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8459
8460         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
8461
8462         * input/regression/slur-script.ly: remove padding tweaks. Add
8463         comment strings.
8464
8465         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
8466         time sigs and related stuff.
8467
8468         * scm/define-grob-properties.scm (all-user-grob-properties): add
8469         @code{} tags to property description.
8470
8471         * lily/include/line-group-group-engraver.hh (Module): remove file.
8472
8473         * python/convertrules.py (conv): add rule for
8474         Engraver_group_engraver -> Engraver_group.
8475
8476         * lily/include/performer-group-performer.hh: analogous.
8477
8478         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
8479
8480         * lily/context-def.cc (instantiate): check for
8481         Engraver_group_engraver and Performer_group_performer not
8482         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
8483  
8484 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8485
8486         * input/les-nereides.ly: Remove three fingering tweaks, update
8487         remaining one.
8488
8489         * input/regression/slur-script-inside.ly: Update, fix doc.
8490
8491         * scm/script.scm: Update to avoid-slur.
8492
8493         * scm/define-grob-properties.scm (avoid-slur): New property.
8494
8495         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
8496         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
8497         outside_slur_callback if avoid-slur != #'inside.
8498
8499         * scm/define-grobs.scm (Fingering, Textscript): No
8500         inside-slur/outside-slur preference.
8501         (DynamicLineSpanner): Always outside slur.
8502
8503         * input/regression/slur-script.ly: More tests.
8504
8505 2005-08-17  Graham Percival  <gpermus@gmail.com>
8506
8507         * Documentation/user/lilypond-book: fix notime entry.
8508
8509         * Documentation/user/advanced-notation.itely: add info on
8510         getting an I rehearsal mark.
8511
8512         * Documentation/user/putting.itely: reinstate "I", re-enforce
8513         the fact that \override numbers are the result of
8514         experimentation and personal taste.
8515
8516         * Documentation/user/invoking.itely: update convert-ly bugs.
8517
8518 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8519
8520         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
8521         to #t.
8522
8523         * lily/timing-translator.cc (initialize): don't initialize timing.
8524
8525         * input/regression/stem-spacing.ly (Module): remove file.
8526
8527         * input/regression/spacing-stick-out.ly: specify Score context for
8528         \override
8529
8530         * input/regression/clefs.ly: remove spurious {}s 
8531
8532 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
8533
8534         * Documentation/topdocs/NEWS.tely,
8535         input/regression/repeat-percent-count.ly: clarify a bit.
8536
8537 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8538
8539         * input/no-notation/display-lily-tests.ly: delete
8540         display-lily-init call.
8541
8542         * ly/music-functions-init.ly (displayLilyMusic): move
8543         display-lily-init call at top level, so that the user should not
8544         have to call it.
8545
8546         * scm/define-music-display-methods.scm (note-name->lily-string):
8547         retrieve note names directly from pitchnames using new function `rassoc'.
8548         (display-lily-init): note names list construction removed.
8549
8550 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8551
8552         * THANKS: spello.
8553
8554         * lily/lily-parser.cc (get_header): copy module, instead of
8555         returning it.
8556
8557         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
8558         counters.
8559
8560         * Documentation/user/basic-notation.itely (Measure repeats): add
8561         links to Counter grobs.
8562
8563         * scm/define-grobs.scm (all-grob-descriptions): add
8564         DoublePercentRepeatCounter
8565         (all-grob-descriptions): add PercentRepeatCounter
8566
8567         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
8568         also create counter grobs.
8569
8570         * lily/separation-item.cc (extremal_break_aligned_grob): don't
8571         return grob without space-alist.
8572
8573         * input/proportional.ly: tune staff-padding.
8574
8575         * input/regression/repeat-percent-count.ly: new file. 
8576
8577 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8578
8579         * input/no-notation/display-lily-tests.ly: moved from
8580         input/regression/ to input/no-notation. Be sure to call
8581         `display-lily-init' before trying to use the display function.
8582
8583 2005-08-16  Mats Bengtsson  <mabe@s3.kth.se>
8584
8585         * scripts/lilypond-book.py (option_definitions): Don't localize
8586         the empty string. Fixes bug when --psfonts was used with
8587         non-English locale.
8588
8589 2005-08-15  Graham Percival  <gpermus@gmail.com>
8590
8591         * lily/tuplet-bracket.cc: simple build fix.
8592
8593         * Documentation/user/putting.itely: use "we" instead of "I".
8594
8595         * Documentation/user/basic-notation.itely: cautionary accidentals
8596         work with naturals, too.
8597
8598 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8599
8600         * lily/tuplet-bracket.cc (calc_position_and_height): add
8601         staff-padding support.
8602
8603         * input/proportional.ly: set staff-padding.
8604         
8605         * VERSION (PATCH_LEVEL): release 2.7.5
8606
8607         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
8608         fixes. Remove tweaks.
8609
8610         * input/regression/tuplet-slope.ly: add a test case.
8611
8612         * lily/tuplet-bracket.cc (calc_position_and_height): revert
8613         erroneous fix. Add spanner bounds to offset array with relative X
8614         positions.
8615
8616         * ly/engraver-init.ly: add Rest_engraver only once.
8617
8618         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
8619         (*parser*) lookup if (*parser*) != #f.
8620
8621 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
8622
8623         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
8624         Cut-and paste update.
8625
8626         * input/regression/slur-script.ly: Add example of reverting
8627         inside-slur for fingering.
8628
8629         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
8630         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
8631
8632         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
8633         outside_slur_callback if inside-slur == #f (as opposed to unset).
8634
8635 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8636
8637         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
8638         encoding files are already removed.
8639
8640 2005-08-15  Mats Bengtsson  <mabe@s3.kth.se>
8641
8642         * Documentation/user/advanced-notation.itely (Instrument names):
8643         Document a workaround for instrument names that collide with
8644         system start braces/brackets.
8645
8646 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8647
8648         * lily/rest-collision.cc (do_shift): spello.
8649
8650         * input/proportional.ly: use #'used property. Set break-overshoot
8651         property.
8652
8653         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
8654
8655         * lily/paper-column.cc: add #'used property
8656
8657         * lily/mark-engraver.cc (stop_translation_timestep): set grob
8658         array for staves found.
8659
8660         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
8661         array for stavesFound.
8662
8663         * lily/staff-spacing.cc (next_note_correction): add fixed and
8664         space to calling convention. This fixes spacing of accidentals
8665         after barlines.
8666
8667         * input/regression/spacing-accidental-stretch.ly: add barline -
8668         accidental case.
8669
8670         * scm/framework-ps.scm (page-header): add version number to
8671         creator
8672         (eps-header): idem.
8673
8674         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
8675         
8676 2005-08-13  Graham Percival  <gpermus@gmail.com>
8677
8678         * Documentation/user/global.itely: add "fit as much as
8679         possible onto this page" example (Vertical spacing).
8680
8681 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8682
8683         * *: Nitpick run.
8684
8685         * buildscripts/fixcc.py: Fixes.
8686
8687 2005-08-12  Graham Percival  <gpermus@gmail.com>
8688
8689         * Documentation/user/advanced-notation.itely: add markup
8690         example to Text spanners.
8691
8692 2005-08-12  Mats Bengtsson  <mabe@s3.kth.se>
8693
8694         * Documentation/user/basic-notation.itely (Ties): Add example of
8695         tying a tremolo to a chord. Thanks to Steve Doonan. 
8696
8697         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
8698         properties and move tieMelismaBusy to the list of written
8699         properties. 
8700
8701 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
8702
8703         * po/TODO: suggest to use a dedicated tool like kbabel.
8704
8705         * po/fi.po: update using kbabel.
8706
8707 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8708
8709         * *: Remove obsolete files.  Nitpick run.
8710
8711         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
8712
8713 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8714
8715         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
8716         too.
8717
8718         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
8719
8720         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
8721         whitespace as symbol separator.
8722
8723         * lily/side-position-interface.cc: Add slur-padding.
8724
8725         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
8726         quite a large fix, and it never worked in a stable release; so not
8727         really a regression.
8728
8729         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
8730         Update cut and paste code from Slur_engraver.
8731
8732         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
8733         Add.
8734
8735         * scm/define-grobs.scm (DynamicLineSpanner): Add
8736         dynamic-line-spanner-interface.
8737         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
8738
8739 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8740
8741         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
8742         to_boolean () so that non-set 'inside-slur means false.
8743
8744         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
8745         slur has control-points.  Skip script without direction.  Always
8746         do_shift if script inside slur, even if slur not contained in
8747         script y-extent.  Increment k in loop.
8748
8749 2005-08-11  Mats Bengtsson  <mabe@s3.kth.se>
8750
8751         * scm/define-markup-commands.scm: Improved regexp to search for
8752         EPS bounding boxes and corrected call to ly:warning.
8753
8754 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8755
8756         * Documentation/user/programming-interface.itely (Displaying music
8757         expressions): doc for \displayLilyMusic. Also some precisions in
8758         "Markup construction in Scheme"
8759
8760 2005-08-10  Mats Bengtsson  <mabe@s3.kth.se>
8761
8762         * scm/define-markup-commands.scm (normal-text): Added 2 new
8763         markup commands, \normal-text and \medium (the latter thanks to
8764         Bruce Fairchild). 
8765
8766 2005-08-08  Graham Percival  <gpermus@gmail.com>
8767
8768         * Documentation/user/programming-interface.itely: fix @{ @}.
8769
8770         * scm/define-markup-commands.scm: add linewidth info to
8771         \justify and \wordwrap, add "upright is the opposite of italic".
8772
8773         * Documentation/user/advanced-notation.itely: shaped->shape,
8774         add (cons (markup "foo")) type of example to text markup,
8775         reword multi-measure rests section.
8776
8777         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
8778         comment.  No actual code was touched.
8779
8780         * Documentation/user/invoking.itely: add more info about
8781         \include.  Thanks, Bruce!
8782
8783         * THANKS: add Bruce Fairchild, alphabetise.
8784
8785         * Documentation/user/global.itely: document \score{\header{}}
8786         behavior.
8787
8788         * Documentation/user/basic-notation.itely: reword multi-measure
8789         rest discussion in Rests.
8790
8791 2005-08-08  Mats Bengtsson  <mabe@s3.kth.se>
8792
8793         * Documentation/user/programming-interface.itely (Markup
8794         construction in Scheme): Corrected example and tried to clarify
8795         the implicit \line in the table.
8796
8797 2005-08-07  Graham Percival  <gpermus@gmail.com>
8798
8799         * Documentation/user/instrument-notation.itely: moved
8800         some bagpipe info back into the bagpipe section.  Somehow
8801         it ended up in the "other vocal issues" section?!  :o_O
8802
8803 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8804
8805         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
8806         directories, not paths).
8807
8808 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8809
8810         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
8811         plain emmentaler/aybabtu.  Backportme.
8812
8813         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
8814         missing dir correction.
8815
8816 2005-08-05  Graham Percival  <gperlist@shaw.ca>
8817
8818         * scm/define-markup-commands: fix reversed justify/wordwrap
8819         doc strings.
8820
8821 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
8822
8823         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
8824         lily/gregorian-ligature-engaver.cc,
8825         lily/include/ligature-engraver.hh,
8826         lily/include/coherent-ligature-engraver.hh,
8827         lily/include/gregorian-ligature-engraver.hh: make these classes
8828         truely abstract.  This should fix some internal oddities such as
8829         duplicate as well as dead translator/property declarations, and
8830         also some dead code.
8831
8832         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
8833         bugfix: avoid message "junking empty ligature" on ligature
8834         brackets by collecting dummy grobs.
8835
8836 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8837
8838         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
8839
8840         * input/proportional.ly (staffKind): bugfix.
8841         (staffKind): updates by Trevor Baca.
8842
8843         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
8844         default layout. 
8845
8846         * lily/tuplet-bracket.cc (print): check whether edge-text is a
8847         pair.
8848
8849         * lily/beam.cc (rest_collision_callback): call position_beam() if
8850         necessary.
8851
8852         * VERSION: release 2.7.4
8853
8854         * input/regression/spacing-uniform-stretching.ly: new file.
8855
8856         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
8857
8858         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
8859         contributor.
8860
8861         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
8862
8863         * input/proportional.ly: new file.
8864
8865         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
8866         columns is empty
8867
8868         * lily/tuplet-engraver.cc (finalize): new function. Reset right
8869         bounds to currentCommandColumn for the last step.
8870         (start_translation_timestep): if tupletFullLength is set, set
8871         bound to Paper Column
8872
8873         * input/regression/tuplet-full-length.ly (indent): new file.
8874
8875         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
8876         clique of loose columns, eg. a set of grace notes in strict
8877         notespacing.
8878
8879         * input/regression/spacing-strict-spacing-grace.ly: new file.
8880
8881         * lily/key-signature-interface.cc: change property name to
8882         alteration-alist
8883
8884         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
8885         keyAccidentalOrder
8886
8887         * python/convertrules.py (conv): keyAccidentalOrder ->
8888         keyAlterationOrder
8889
8890         * lily/key-engraver.cc (create_key): always print a cancellation
8891         for going to C-major/A-minor, regardless of printKeyCancellation.
8892         (create_key): remove typecheck for visibility. This fixes key
8893         signature not being printed.
8894
8895         * lily/spacing-determine-loose-columns.cc: new file.
8896
8897         * input/regression/spacing-strict-notespacing.ly: new file.
8898
8899         * lily/spacing-spanner.cc (generate_springs): rename from
8900         do_measure. 
8901         (generate_pair_spacing): new function.
8902         (init, generate_pair_spacing): set between-cols for floating
8903         nonmusical columns.
8904
8905         * lily/spaceable-grob.cc (get_spring): new function. 
8906
8907         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
8908         relative to the right edge of the prefatory matter.
8909
8910         * lily/beam.cc (print): read break-overshoot to determine where to
8911         stop/start broken beams.
8912
8913         * input/regression/spanner-break-overshoot.ly: new file.
8914
8915 2005-08-04  Graham Percival  <gperlist@shaw.ca>
8916
8917         * ly/bagpipe.ly: updated.
8918
8919         * Documentat/user/instrument.itely: un-comment out bagpipe example.
8920
8921 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8922
8923         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
8924         support: now (de)crescs avoid slurs as well.
8925
8926         * Documentation/user/instrument-notation.itely (Bagpipe example):
8927         comment out non-functioning bagpipe example.
8928         (Bagpipe definitions): idem.
8929
8930         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
8931         (Top): add proportionalNotationDuration example.
8932
8933         * input/regression/spacing-proportional.ly: new file.
8934
8935         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
8936         synched to a beam.
8937
8938         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
8939         fixes beams with a single stem (eg. beams across linebreaks.)
8940
8941         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
8942
8943         * flower/rational.cc (operator +): prevent overflow. This fixes
8944         heavily nested tuplets.
8945
8946         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
8947         have to protect even those unlikely to be corrupted data members.  
8948
8949 2005-08-04  Graham Percival  <gperlist@shaw.ca>
8950
8951         * ly/bagpipe.ly: new file.
8952
8953         * THANKS: added Sven Axelsson.
8954
8955 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8956
8957         * lily/spacing-engraver.cc (stop_translation_timestep): directly
8958         copy proportionalNotationDuration into currentMusicalColumn if
8959         set.
8960
8961         * lily/spacing-spanner.cc (musical_column_spacing): if
8962         uniform-stretching set, fixed space is 0.0
8963
8964         * input/regression/spacing-multi-tuplet.ly: show
8965         uniform-stretching property.
8966
8967         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
8968
8969         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
8970         (struct Spacing_options): new struct.
8971
8972         * lily/spacing-basic.cc: new file.
8973
8974         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
8975         delta_t doesn't have to be smaller than shortest_playing_len
8976
8977 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8978
8979         * input/regression/markup-arrows.ly:  new file.
8980
8981         * lily/tuplet-bracket.cc: document new behavior.
8982
8983         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
8984         with line breaks.
8985
8986         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
8987
8988         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
8989         default 
8990
8991         * lily/tuplet-bracket.cc: add edge-text property.
8992         add break-overshoot.
8993         (print): read break-overshoot.
8994         (print): read edge-text, add stencils.
8995
8996         * mf/feta-arrow.mf: new file.
8997
8998         * mf/feta-generic.mf: add feta-arrow.
8999
9000 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
9001
9002         * Documentation/user/lilypond-book.itely (An example of a
9003         musicological document): Added flag -o to dvips for people who use
9004         the default setting in teTeX where output is sent to the printer. 
9005
9006         * Documentation/user/global.itely (Vertical spacing): Added
9007         reference to the Axis_group_engraver which documents the *Extent
9008         properties.
9009
9010 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9011
9012         * Documentation/user/basic-notation.itely (Tuplets): add note
9013         about nested tuplets. Remove BUG. 
9014
9015         * input/regression/tuplet-nest.ly: update: remove manual hack. 
9016
9017         * lily/tuplet-bracket.cc (print): use robust_scm2drul
9018         (print): manually call print() for subtuplets.
9019         (calc_position_and_height): add subtuplets to the
9020         support. Vertically shift outer tuplet 
9021
9022         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
9023         remove-first for Lyrics, ChordNames and FiguredBass
9024
9025         * scm/define-grob-properties.scm (all-internal-grob-properties):
9026         use ly:grob-array? iso. grob-list?
9027         (all-internal-grob-properties): add tuplets grob-array.
9028
9029         * lily/tuplet-bracket.cc (add_tuplet_bracket):
9030         new function
9031
9032 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9033
9034         * input/test/time-signature-staff.ly: new file.
9035
9036         * ly/declarations-init.ly (center): escape to Scheme. Fixes
9037         spurious #<Music FingerEvent> errors. Backportme.
9038
9039 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
9040
9041         * Documentation/user/programming-interface.itely (Markup
9042         construction in Scheme): Corrected markup syntax in the
9043         translation table.
9044
9045 2005-08-03  Graham Percival  <gperlist@shaw.ca>
9046
9047         * Documentation/user/instrument-notation.itely: small update
9048         to bagpipe notation docs; thanks Sven!
9049
9050         * Documentation/user/basic-notation.itely: add link about trills.
9051
9052 2005-08-02  Graham Percival  <gperlist@shaw.ca>
9053
9054         * Documentation/user/music-glossary: remove accidentally committed
9055         fink patch.
9056
9057 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
9058
9059         * lily/lily-parser.cc (get_header): new function. Enable multiple
9060         \header definitions.
9061
9062         * lily/parser.yy (lilypond_header_body): use get_header.
9063
9064         * ly/init.ly:
9065         * scm/lily-library.scm (print-score-with-defaults): renamed
9066         $globalheader to $defaultheader
9067             
9068         * Documentation/user/global.itely (Creating titles): added short
9069         explanation that multiple headers are useable.
9070
9071
9072 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9073
9074         * lily/module-scheme.cc (LY_DEFINE): new file. 
9075
9076         * Documentation/user/advanced-notation.itely (Font selection): add
9077         doco for make-pango-font-tree.
9078
9079 2005-07-31  Graham Percival  <gperlist@shaw.ca>
9080
9081         * Documentation/user/music-glossary: more languages
9082         for tenuto.
9083
9084         * Docuemntation/user/instrument-notation.itely: minor
9085         update for bagpipe example.
9086
9087 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9088
9089         * input/regression/+.ly (TODO): add some text.
9090
9091 2005-07-28  Graham Percival  <gperlist@shaw.ca>
9092
9093         * Documentation/user/invoking.itely: \score begins with music.
9094
9095         * Documentation/user/ basic-notation.itely,
9096         instrument-notation.itely: minor changes.
9097
9098         * Documentation/user/music-glossary.itely: began tenuto entry.
9099
9100 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9101
9102         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
9103
9104         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
9105
9106 2005-07-27  Graham Percival  <gperlist@shaw.ca>
9107
9108         * Documentation/user/examples.itely: remove bagpipe template.
9109
9110         * Documentation/user/instrument-notation.itely: add bagpipe
9111         section, maybe fix quotes in lyrics.  I hate text encoding.
9112         Clarify chord durations, more bagpipe stuff.
9113
9114 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9115  
9116         * lily/accidental-engraver.cc: formatting fixes.
9117
9118         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
9119         grob-array.
9120
9121         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
9122
9123         * lily/note-column.cc (arpeggio): new function.
9124
9125         * lily/note-spacing.cc (get_spacing): also take arpeggio into
9126         account for spacing.
9127
9128 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9129
9130         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
9131         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
9132         mingw build.
9133         
9134 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9135
9136         * scm/lily.scm (lilypond-all): clear anonymous modules after
9137         processing files.
9138
9139 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9140
9141         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
9142         SCM_I_CONSP
9143
9144         * VERSION: 2.7.3 released
9145
9146         * Documentation/user/invoking.itely (Invoking lilypond): add
9147         LILYPOND_GC_YIELD documentation.
9148
9149         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
9150         scm_from_real / scm_make_real.
9151
9152         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
9153         higher. This increases memory footprint, but provides overall
9154         speedup of 15 to 20%. 
9155
9156         * lily/include/translator.hh (class Translator): remove
9157         PRECOMPUTED_VIRTUAL everywhere.
9158
9159         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
9160
9161         * lily/context.cc (now_mom): non-recursive now_mom() 
9162
9163         * lily/include/profile.hh: new file.
9164
9165         * lily/profile.cc: new file.
9166
9167         * lily/grob.cc (Grob::Grob): look properties up directly.
9168
9169         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
9170         lookups.
9171
9172         * lily/include/box.hh (class Box): smob Box type.
9173
9174         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
9175
9176         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
9177         protect() and unprotect(). Use throughout.
9178
9179 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9180
9181         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
9182
9183         * scm/define-music-display-methods.scm (markup->lily-string):
9184         markup elements can also be strings (without simple-markup
9185         appended)
9186
9187 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9188
9189         * lily/context.cc (where_defined): also assign value in
9190         where_defined().
9191
9192         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
9193         (curve_coordinate): new function
9194
9195         * lily/simple-spacer.cc (add_columns): only add rods between
9196         column i and begin/end if keep-inside-line is set (this repleces
9197         allow-outside-line as default)
9198
9199 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9200
9201         * lily/tuplet-engraver.cc (start_translation_timestep): only read
9202         tupletSpannerDuration if applicable.
9203
9204         * lily/font-size-engraver.cc (process_music): read fontSize only
9205         once per timestep.
9206
9207         * lily/engraver*cc: use throughout.
9208         
9209         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
9210
9211         * lily/translator.cc (add_acknowledger): new file. Directly jump
9212         into an Engraver::acknowledge_xxx () method based on a grobs
9213         interface-list.
9214
9215         * lily/include/translator-dispatch-list.hh (class
9216         Engraver_dispatch_list): new struct, new file.
9217
9218         * scm/define-context-properties.scm
9219         (all-internal-translation-properties): remove acceptHashTable,
9220         acknowledgeHashTable
9221
9222         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
9223
9224         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
9225         change acknowledgeHashTable to C++ member. 
9226
9227         * lily/rest-collision.cc (do_shift): use extract_grob_set().
9228
9229 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9230
9231         * scm/display-lily.scm: new file. Define a `display-lily-music'
9232         function, that displays the music expression given as an argument,
9233         using LilyPond notation.
9234
9235         * scm/define-music-display-methods.scm: new file. Implementation
9236         of display methods for each music type.
9237
9238         * ly/music-functions-init.ly (displayLilyMusic): new function for
9239         displaying music with LilyPond notation.
9240
9241         * input/regression/display-lily-tests.ly: new regression test file
9242         for `display-lily-music'.
9243
9244         * scm/markup.scm: remove obsolete debugging code (for printing
9245         markups with LilyPond notation).
9246
9247         * scm/define-music-types.scm (music-name-to-property-table):
9248         * scm/clef.scm (supported-clefs): export, in order to be accessible
9249         from the (scm display-lily) module.
9250
9251 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9252
9253         * Documentation/topdocs/NEWS.tely (Top): Typo.
9254
9255 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
9256
9257         * Documentation/index.html.in, Documentation/texinfo.css,
9258           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
9259           Documentation/bibliography/index.html.in,
9260           Documentation/bibliography/html-long.bst: revert css-width patch,
9261           it does not work with IE6.
9262
9263 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9264
9265         * Documentation/texinfo.css: revert 760px hack. 
9266
9267         * VERSION: release 2.7.2
9268
9269         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
9270
9271         * Documentation/user/basic-notation.itely (Barnumber check): add
9272         section.
9273
9274         * scm/music-functions.scm (skip-to-last): new function. Show only
9275         last showLastLength part of the \score.
9276
9277         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
9278
9279         * python/convertrules.py (conv): add ly:x-moment rule
9280
9281         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
9282
9283         * Documentation/topdocs/NEWS.tely (Top): add new feature.
9284
9285         * Documentation/user/instrument-notation.itely (Flexibility in
9286         alignment): options in subsections.
9287
9288         * lily/lyric-engraver.cc (process_music): don't typeset text for _
9289         syllable text. Instead, assume that the previous lyric text is a
9290         melismated text.
9291
9292         * Documentation/index.html.in: revert 800x600 change.
9293
9294 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9295
9296         * lily/main.cc (main): Remove invalid handle kludge.
9297
9298         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
9299         (lambda): add gui define.
9300
9301 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9302
9303         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
9304
9305         * Documentation/user/instrument-notation.itely (Musica ficta
9306         accidentals): add section Musica ficta accidentals
9307
9308         * lily/accidental-engraver.cc (make_suggested_accidental): new
9309         function.
9310         (make_standard_accidental): move into new function.
9311         (create_accidental): new function.
9312
9313         * scm/define-grobs.scm (all-grob-descriptions): new Grob
9314         AccidentalSuggestion
9315
9316         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
9317
9318         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
9319         undefined.
9320
9321         * Documentation/user/global.itely (Page formatting): document
9322         horizontalshift.
9323
9324         * scm/page-layout.scm (default-page-music-height):
9325         horizontalshift: new variable, shift all systems by
9326         horizontalshift to the right, to make space for instrument names.
9327
9328         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
9329
9330         * lily/input-scheme.cc (LY_DEFINE): take format commands.
9331
9332 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9333
9334         * lily/note-column.cc (dir): idem.
9335
9336         * lily/spacing-spanner.cc (Module): idem.
9337
9338         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
9339
9340         * lily/include/paper-column.hh (class Paper_column): add
9341         non-static get_rank() member.
9342
9343         * VERSION: release 2.7.1
9344         
9345         * scm/framework-null.scm: new file, used for benchmarking.
9346
9347 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
9348
9349         * Documentation/topdocs/INSTALL.texi, configure.in: fix
9350         version dependencies for fontforge and gs.
9351
9352         * Documentation/index.html.in, Documentation/texinfo.css,
9353         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
9354         Documentation/bibliography/index.html.in, 
9355         Documentation/bibliography/html-long.bst: optimize width of
9356         html for a 800x600 screen (width:760), increases printability
9357         when 'fit to page' is not set and readability in wide screens.
9358
9359         * stepmake/bin/add-html-footer.py: add missing </p>.
9360
9361 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9362
9363         * scm/define-markup-commands.scm (beam): use polygon in beam
9364         command.
9365
9366         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
9367         all acknowledged grobs, and do potentially expensive merge and
9368         write in one go.
9369
9370         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
9371
9372         * configure.in (reloc_b): add --enable-static-gxx to statically
9373         link to libstdc++
9374
9375         * lily/GNUmakefile (static-gxx-libs): new target
9376         static-gxx-libs. Create symlink to libstdc++.a
9377
9378         * lily/new-lyric-combine-music-iterator.cc: rename to
9379         Lyric_combine_music_iterator
9380
9381         * lily/lyric-combine-music-iterator.cc
9382         (Old_lyric_combine_music_iterator): rename to
9383         Old_lyric_combine_music_iterator
9384
9385         * lily/*-engraver.cc (various): remove double use of
9386         PRECOMPUTED_VIRTUAL function: only use
9387         start_translation_timestep() and stop_translation_timestep(), not
9388         both.
9389
9390         * lily/break-substitution.cc (fast_substitute_grob_array): do
9391         fast_substitute_grob_array for all unordered grob_arrays.
9392         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
9393         (substitute_grob_array): optimize.
9394
9395         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
9396
9397         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
9398
9399         * lily/parser.yy: revert $globalheader patch.
9400         
9401         * lily/include/translator.icc
9402         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
9403         Translator methods, without _static helper.
9404  
9405         * lily/grob-smob.cc (derived_mark): rename from
9406         do_derived_mark(). Return void.
9407
9408         * scm/define-context-properties.scm
9409         (all-internal-translation-properties): remove tweakCount/tweakRank.
9410
9411         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
9412         predefined break-visibilities.
9413
9414         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
9415         booleans for break-visibility.
9416
9417         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
9418
9419         * python/convertrules.py (conv): rule for Timing_translator. 
9420
9421         * lily/include/translator.icc: new file. 
9422
9423         * lily/paper-column-engraver.cc (process_music): new
9424         file. Separate Paper_column factory from Score_engraver.
9425
9426         * lily/vertically-spaced-context-engraver.cc: administer
9427         spaceable-staves property of System.
9428
9429         * lily/translator-group-ctors.cc: new file.
9430
9431         * lily/context-property.cc (make_grob_from_properties): construct
9432         the right Grob class programmatically, looking at the class entry
9433         for the meta property.
9434
9435         * lily/break-align-engraver.cc (stop_translation_timestep): call
9436         Break_align_interface::add_element() directly.
9437
9438         * lily/context.cc (measure_position): measure_position() is now a
9439         normal function.
9440
9441         * lily/include/translator.hh (class Translator): rename
9442         process_acknowledged_grobs() to process_acknowledged() and move to
9443         Translator.
9444
9445         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
9446         field for each grob description.
9447
9448         * lily/include/translator-group.hh (class Translator_group):
9449         change to base class. Separate class from Translator. This gets
9450         rid of virtual inheritance for Engravers/Performers.
9451
9452         * lily/staff-performer.cc (class Staff_performer): derive
9453         Staff_performer from Performer, not Performer_group_performer 
9454
9455         * Lily/translator-group.cc (precomputed_recurse_over_translators):
9456         new function.
9457         (precompute_method_bindings): new function. Precompute lists of
9458         Translators, so we only call methods (process_music,
9459         start_translation_timestep, etc.) for Translators needing
9460         it. Also: dispose of pointer-to-member-function calls.
9461
9462         * lily/engraver-group-engraver.cc: remove engraver_each,
9463         recurse_down_engravers ()
9464
9465         * lily/note-head.cc (internal_print): only call
9466         glyph-name-procedure if style != default. 
9467
9468 2005-07-16  Graham Percival  <gperlist@shaw.ca>
9469
9470         * ly/titling-init.ly: add printallheaders option.
9471
9472         * Documentation/user/global.itely: document printallheaders.
9473
9474 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9475
9476         * lily/system.cc (do_derived_mark): don't mark from object_alist_
9477         anymore, but do it centrally.  
9478
9479         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
9480         hammer hack.
9481
9482         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
9483
9484         * scm/output-lib.scm: remove hammer-print-function.
9485
9486         * lily/include/pointer-group-interface.hh (extract_grob_set): new
9487         macro. Declare a Link_array<Grob> and fill it from a grob.
9488         (extract_item_set): idem for item.
9489
9490         * lily/break-substitution.cc: add header.
9491         (fast_substitute_grob_array): rewrite for Grob_arrays.
9492         (substitute_grob_array): idem.
9493
9494         * lily/group-interface.cc (add_thing): remove file.
9495
9496         * flower/include/parray.hh (class Link_array): slice() is const.
9497
9498         * lily/include/grob-array.hh: new file.
9499
9500         * lily/grob-array.cc (spanner): new file.
9501
9502         * lily/beam-quanting.cc (fill): read details property from beam.
9503
9504         * lily/beam.cc: support details property.
9505
9506         * total speedups below: approx 10%.
9507
9508         * lily/include/beam.hh: new struct, softcode beam quanting parameters
9509
9510         * lily/include/grob.hh (class Grob): add interfaces_ member.
9511
9512         * lily/bezier.cc (init_polynomial_cache): new function: cache
9513         binom(3,j) t^j (1-t)^{3-j}
9514         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
9515
9516         * lily/*.cc: substitution throughout.
9517
9518         * lily/grob-property.cc (internal_get_object): new routine.
9519         (internal_set_object): idem. Store grob refrences in separate
9520         alist. This saves processing time, since properties aren't
9521         break-substituted, and the per grob namespace is smaller, both for
9522         grobs and non-grob properties.
9523
9524         * scm/define-grob-properties.scm (all-internal-grob-properties):
9525         remove center-element.
9526
9527         * lily/grob.cc: remove tweak-count, tweak-rank.
9528
9529 2005-07-15  Graham Percival  <gperlist@shaw.ca>
9530
9531         * Documentation/user/lilypond-book.itely: fixes example.
9532
9533 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9534
9535         * Documentation/user/global.itely (Creating titles):    
9536         * Documentation/user/examples.itely (All headers): change the
9537         place of \header in \score blocks (after music block) to make
9538         examples compile (cf. changes on parser.yy on 2005-07-10)
9539
9540 2005-07-13  Graham Percival  <gperlist@shaw.ca>
9541
9542         * python/convertrules.py: add exc -> ecc rule.
9543
9544         * scripts/convert-ly.py: add location of convertrules.py
9545         in a comment.
9546
9547         * Documentation/user/changing-defaults.itely: fix language.
9548
9549 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9550
9551         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
9552
9553 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9554
9555         * scm/output-socket.scm (grob-bbox): don't use inf? 
9556
9557         * flower/include/rational.hh: add operator bool() 
9558
9559         * scm/define-music-types.scm (music-descriptions): remove
9560         internal-class-name properties.
9561
9562         * lily/include/event.hh: remove file.
9563
9564         * lily/include/music-constructor.hh: remove file.
9565
9566         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
9567         in 'types property.
9568
9569         * lily/music.cc (duration_length_callback): new function.
9570
9571         * lily/event.cc: remove file.
9572
9573         * lily/music-constructor.cc: remove file.
9574
9575         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
9576
9577         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
9578         (get_context_key): idem.
9579
9580         * scm/lily.scm (lambda): new option object-keys (default to #f)
9581
9582         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
9583
9584         * scm/output-gnome.scm: remove beam routine.
9585
9586         * scm/output-ps.scm (scm): idem.
9587
9588         * scm/output-svg.scm: remove beam.
9589
9590         * ps/music-drawing-routines.ps: remove draw_beam.
9591
9592         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
9593
9594         * flower/include/guile-compatibility.hh (scm_from_locale_string):
9595         add scm_from_locale_string compatibility glue. 
9596
9597 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
9598
9599         * scripts/lilypond-book.py: Prevent occuring error when
9600         'lilypond-book --output=foo/ somefile.ly' is executed multiple
9601         times and target file shoud be overwritten.  (Error message said
9602         'input file and output file is same'.)
9603
9604 2005-07-13  Graham Percival  <gperlist@shaw.ca>
9605
9606         * input/regression/slur-extreme.ly,
9607         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
9608         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
9609         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
9610         "excentricity" to "eccentricity".
9611
9612         * Documentation/user/converters.itely: fix URL for Noteedit and
9613         Rosegarden.
9614
9615         * THANKS: added Yoshinobu Ishizaki.
9616
9617 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9618
9619         * scm/define-markup-commands.scm (justify-field): add. 
9620
9621         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
9622
9623 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9624
9625         * lily/lookup.cc (filled_box): express filled_box with
9626         round_filled_box
9627
9628         * scm/midi.scm (paper-book-write-midis): new function. Write all
9629         performances in numbered MIDI files.
9630
9631         * lily/performance-scheme.cc (LY_DEFINE): new file.
9632         (LY_DEFINE): new function ly:performance-write.
9633
9634         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
9635         new function.
9636         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
9637
9638         * scm/framework-*.scm: use port arguments throughout.
9639
9640         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
9641
9642         * lily/paper-outputter.cc (Paper_outputter): take port argument.
9643
9644         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
9645
9646         * scm/framework-texstr.scm (output-framework): 
9647
9648         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
9649
9650         * scm/output-lib.scm (tablature-stem-attachment-function):
9651         tablature stem attachment fix. 
9652
9653 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9654
9655         * lily/bezier.cc: hardcode binomial coefficients of order 3.
9656
9657         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
9658
9659         * scm/define-music-types.scm (music-descriptions): don't use
9660         Music_wrapper type.
9661
9662         * lily/paper-column.cc (print): print moment too.
9663
9664         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
9665         remove compatibility cruft.
9666
9667         * lily/parser.yy (score_body): \score can only begin with Music. 
9668
9669         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
9670         make-score. Take music argument only. Move parser interaction to
9671         Scheme.
9672
9673         * scm/lily-library.scm (scorify-music): new function.
9674
9675         * python/lilylib.py (datadir): remove 2.1 compat kludge.
9676         (datadir): remove resource import.
9677         (print_environment): remove get_bbox()
9678         (cp_to_dir): remove pre 1.5.2 compat glue.
9679
9680 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9681
9682         * lily/include/simple-spacer.hh (Module): idem.
9683
9684         * lily/include/spring.hh (struct Spring): store inverse
9685         strength. This prevents division by zero.
9686
9687         * VERSION: release 2.7.0
9688         
9689         * lily/include/music.hh (class Music): remove Music::duration_log()
9690
9691         * lily/stem-engraver.cc (make_stem): take duration log from event.
9692
9693         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
9694
9695 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9696
9697         * scm/lily.scm (ly:load): load autochange.scm
9698
9699         * Documentation/user/tutorial.itely (Running LilyPond for the
9700         first time): remove reference to DVI/TeX
9701
9702         * scm/define-markup-commands.scm (text): add \text markup command.
9703
9704         * configure.in (reloc_b): bump requirement to Python 2.2.
9705
9706         * lily/include/dots.hh (class Dots): make has_interface() static.
9707
9708         * python/convertrules.py (conv): add rule for ly:grob-default-font
9709
9710         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
9711         alphabetical order.
9712
9713         * input/regression/trill-spanner-pitched.ly: new file.
9714
9715         * lily/font-interface-scheme.cc (LY_DEFINE): function
9716         ly:grob-default-font (changed from get-default-font).
9717
9718         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
9719
9720         * lily/note-head.cc (internal_print): if style is not a symbol,
9721         set style to 'default. 
9722         (internal_print): no style suffix if glyph-name-procedure not
9723         set. Default to quarter head.
9724
9725         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
9726
9727         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
9728
9729         * ly/music-functions-init.ly: \pitchedTrill
9730
9731         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
9732
9733         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
9734
9735         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
9736
9737         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
9738
9739         * po/fr.po: update
9740
9741         * po/de.po: update.
9742
9743 2005-07-06  Graham Percival  <gperlist@shaw.ca>
9744
9745         * Documentation/user/changing-defaults.itely: add link
9746         to grob-iterface.
9747
9748         * Documentation/user/advanced-notation.itely: add material
9749         to Setting automatic beam behaviour.  Thanks, Joe!
9750
9751         * Documentation/user/lilypond.itely: change encoding to utf-8.
9752
9753 2005-07-01  Mats Bengtsson  <mabe@s3.kth.se>
9754
9755         * Documentation/user/advanced-notation.itely (Setting automatic
9756         beam behavior): Correct the documentation of
9757         revert-auto-beam-setting (backportme)
9758
9759 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9760
9761         * lily/ly-module.cc (ly_make_anonymous_module): define
9762         %module-public-interface of module. 
9763
9764         * lily/lily-parser.cc (print_smob): allow printing of parser smob
9765         without lexer.
9766
9767 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9768
9769         * input/regression/fret-diagrams.ly: stretch example.
9770
9771 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9772
9773         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
9774         Fodor).
9775
9776 2005-06-30  Graham Percival  <gperlist@shaw.ca>
9777
9778         * Documentation/topdocs/AUTHORS.texi: update personal web address.
9779
9780         * Documentation/user/examples.itely, lilypond-book.itely:
9781         change \RequirePackage to \usepackage.
9782
9783         * Documentation/user/global.itely: document copyright and tagline.
9784
9785 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9786
9787         * Documentation/user/basic-notation.itely (Transpose): remove link
9788         to nonexistent UntransposableMusic.
9789
9790         * scm/output-svg.scm: remove old definitions.
9791
9792         * scripts/lilypond-book.py (do_file): search for kpsewhich before
9793         invoking.
9794
9795         * python/lilylib.py (search_exe_path): new function.
9796
9797 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9798
9799         * python/lilylib.py (mkdir_p): remove setup_environment()
9800         (backportme)
9801
9802         * buildscripts/mutopia-index.py (headertext): trim text.
9803
9804         * Documentation/topdocs/NEWS.tely (Top): refresh.
9805
9806         * scm/define-markup-commands.scm (wordwrap-string): new function:
9807         split string in paras and words.
9808         (wordwrap-markups): new function.
9809         (wordwrap-stencils): new function. 
9810         (justify): use it.
9811         (wordwrap): use it.
9812         (wordwrap-string): use it
9813         (justify-string): use it.
9814
9815         * scm/lily-library.scm (regexp-split): new function.
9816
9817         * scm/define-markup-commands.scm: remove encoded-simple. 
9818         remove font-markup.
9819         (fontsize): remove old version  of fontsize.
9820         (wordwrap): new markup function. Wrap into paragraphs.
9821
9822         * VERSION: Branch lilypond_2_6
9823         (MINOR_VERSION): go to 2.7.0
9824
9825 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9826
9827         * po/zh_TW.po: update from translation project.
9828
9829 2005-06-28  Graham Percival  <gperlist@shaw.ca>
9830
9831         * scm/midi.scm: compile fix.
9832
9833 2005-06-28  Mats Bengtsson  <mabe@s3.kth.se>
9834
9835         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
9836         patch. Now, the tempfile module is loaded too, not only used.
9837
9838 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
9839
9840         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
9841         0.05 - 1.00 to 0.25 - 1.00
9842
9843         * scm/midi.scm: moved the default-instrument-equalizer procedure
9844         to just under the insturment-equalizer-alist it takes as an
9845         argument.
9846
9847 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9848
9849         * Documentation/user/advanced-notation.itely (Font selection):
9850         remove CMR note.
9851
9852         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
9853
9854 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9855
9856         * THANKS: Add UTF-8 marker.
9857
9858         * Documentation/user/point-and-click.itely (http): Update: use
9859         lilypond-invoke-editor.  Fix: instruct to use user.js.
9860
9861 2005-06-27  Graham Percival  <gperlist@shaw.ca>
9862
9863         * ly/titling-init.ly: implements printpagenumber, increases
9864         space between dedication and title (to avoid collisions with
9865         "g" and "q" in dedication), and nicer logic about copyright
9866         and instrument fields being printed on the first page.
9867         Thanks Vincent!
9868
9869         * Documentation/user/global.itely: document printpagenumber.
9870
9871 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9872
9873         * Documentation/topdocs/NEWS.tely: Update to 2.6.
9874
9875 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9876
9877         * THANKS: update to 2.6
9878
9879         * VERSION: 2.6.0 released.
9880
9881 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9882
9883         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
9884         rule, errorneously removed probably because of misleading comment.
9885
9886 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9887
9888         * python/lilylib.py (datadir): py2exe comments.
9889
9890         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
9891
9892         * configure.in (reloc_b): make fontconfig REQUIRED.
9893
9894 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
9895
9896         * po/fi.po: add latest translations.
9897
9898 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9899
9900         * ChangeLog: recode utf-8
9901
9902         * Documentation/pictures/lilypond.xpm (Module): edited photo as
9903         logo.
9904
9905         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
9906
9907         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
9908
9909         * python/convertrules.py (do_conversion): don't print program_name
9910         from within a module
9911
9912         * configure.in (reloc_b): bump fontforge requirement to 20050624.
9913
9914         * python/convertrules.py (conv): add 2.6.0 dummy rule.
9915
9916 2005-06-23  Graham Percival  <gperlist@shaw.ca>
9917
9918         * Documentation/user/lilypond-book.itely,
9919         Documentation/user/examples.itely: add \RequirePackage{graphics}.
9920
9921         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
9922         fixes baseline-skip.  Thanks Vincent!
9923
9924         * Documentation/user/advanced-notation.itely, global.itely:
9925         moved "Selecting font sizes" to global, since it deals with
9926         notation font size, not text fonts.
9927
9928 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9929
9930         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
9931         to fonts.
9932
9933 2005-06-23  Mats Bengtsson  <mabe@s3.kth.se>
9934
9935         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
9936         workaround since /dev/stdin doesn't work on Cygwin. Using a
9937         temporary file in the current directory since latex doesn't
9938         understand the path name to the default TMP in Cygwin (at least on
9939         win XP).
9940         
9941         * Documentation/user/global.itely (Creating titles): Correct
9942         misprint in example. Thanks to Rob Vlasaty.
9943
9944 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9945
9946         * VERSION (PATCH_LEVEL): release 2.5.32
9947
9948         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
9949         variable in lily module
9950
9951         * scm/framework-ps.scm (output-classic-framework): error message
9952         regarding the classic framework.
9953
9954         * Documentation/user/henle-flat-gray.png (Module): new file.
9955
9956         * Documentation/user/baer-flat-gray.png (Module): new file.
9957
9958         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
9959         whiteout for markups.
9960
9961         * buildscripts/substitute-encoding.py (note_glyph): include _ in
9962         regex too. This fixes change clef appearance in PDF. 
9963
9964         * ttftool/include/*: remove.
9965
9966         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
9967
9968         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
9969
9970         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
9971
9972         * ttftool/*: remove ttftool subdirectory.
9973
9974         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
9975
9976         * lily/ttf.cc (print_header): new file. Convert to type42, using
9977         FreeType to parse the TTF. 
9978
9979         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
9980         and post table may differ. Pass around post_nglyphs as well.
9981
9982 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9983
9984         * ly/music-functions-init.ly (musicMap): new music function
9985         musicMap. 
9986         
9987 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9988
9989         * make/mutopia-rules.make: anti-alias-factor = 2
9990
9991         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
9992         page switch.
9993
9994         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
9995         anti-alias-factor for lilypond-book runs.
9996
9997         * scm/ps-to-png.scm (scale-down-image): new function.
9998         (my-system): new function.
9999         (make-ps-images): blow up GS resolution by anti-alias-factor,
10000         scale down image by anti-alias-factor.  This improves appearance
10001         of bitmaps
10002         (make-ps-images): remove showpage. Fixes spurious empty png at
10003         end.
10004
10005         * scm/framework-ps.scm (write-preamble): downcase filename before
10006         string-matching. Should fix .TTF files (as opposed to ttf files)  
10007
10008         * Documentation/user/tutorial.itely (Running LilyPond for the
10009         first time): separate subsections for windows, macos and unix.  
10010
10011         * Documentation/user/invoking.itely (Updating files with
10012         convert-ly): add MacOS X note.
10013
10014 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10015
10016         * Documentation/user/introduction.itely (Engraving): don't include
10017         file optical-spacing, add directly.
10018
10019         * lily/paper-outputter.cc (file): open file in binary mode. This
10020         fixes OTF embedding on windows.
10021
10022 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10023
10024         * scm/framework-ps.scm (write-preamble): remove debugging output.
10025
10026         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
10027
10028         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
10029         outdir.
10030         (install-fc-cache): install font cache in installation directories.
10031
10032 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10033
10034         * scm/editor.scm (editor-command-template-alist): Use char iso
10035         column, except for Emacs.
10036         (get-editor-command): Substitute char too (Bertalan Fodor).
10037
10038 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10039
10040         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
10041         quoted ~s.  This should fix PNG output on Windows; single quotes
10042         are regular characters on Windows.
10043
10044 2005-06-16  Graham Percival  <gperlist@shaw.ca>
10045
10046         * Documentation/user/basic-notation.itely: include ChoirStaff
10047         in System start delimiters.
10048
10049         * Documentation/user/putting.itely: new doc section on
10050         fixing overlapping notation.
10051
10052 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10053
10054         * Documentation/user/global.itely (Paper size): \paper is in
10055         \book, not \score.
10056
10057         * make/mutopia-rules.make: -ddelete-intermediate-files
10058
10059         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
10060
10061 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10062
10063         * ChangeLog: Recode utf-8.
10064
10065         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
10066         datadir with .py modules.
10067
10068 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
10069
10070         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
10071
10072 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10073
10074         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
10075         
10076         * scm/framework-ps.scm (write-preamble): remove status check.
10077
10078         * Documentation/user/invoking.itely (Updating files with
10079         convert-ly): remove -o option.
10080
10081         * VERSION (PACKAGE_NAME): release 2.5.31
10082
10083         * scm/framework-ps.scm (write-preamble): use ly:system.
10084         (write-preamble): verbosity.
10085
10086         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
10087
10088         * python/convertrules.py: new file. Store conversion rules
10089         separately.
10090
10091 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10092
10093         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
10094
10095 2005-06-14  Mats Bengtsson  <mabe@s3.kth.se>
10096
10097         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
10098         \musicDisplay 
10099
10100         * Documentation/user/instrument-notation.itely (More stanzas): Add
10101         reference to StanzaNumber.
10102
10103 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10104
10105         * THANKS: separate section for website translators.
10106
10107 2005-06-14  Graham Percival  <gperlist@shaw.ca>
10108
10109         * Documentation/topdocs/INSTALL.texi: update vim info;
10110         thanks Simon Bailey!
10111
10112         * Documentation/user/advanced-notation.itely: included
10113         color names.
10114
10115         * Documentation/user/advanced-notation.itely,
10116         Documentation/usr/notation-appendices.itely: moved
10117         color names into an appendix.
10118
10119 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10120         
10121         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
10122
10123         * scm/lily.scm (lambda): initialize program options from here.
10124
10125         * scm/framework-*.scm: add header info.
10126
10127         * lily/main.cc (parse_argv): only set output format to pdf if no
10128         other format specified.
10129
10130         * scm/backend-library.scm (postprocess-output): process
10131         'delete-intermediate-files after running convert-to-*. This fixes
10132         PNG generation when 'delete-intermediate-files is set.
10133         
10134 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10135
10136         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
10137         links on website. 
10138
10139 2005-06-13  Graham Percival  <gperlist@shaw.ca>
10140
10141         * Documentation/topdocs/INSTALL.texi,
10142         Documentation/user/lilypond-book.itely: typos.
10143
10144 2005-06-12  Pal Benko  <benkop@freestart.hu>
10145
10146         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
10147         added between program name and switch; -b changed to -f not
10148         to generate pdf
10149
10150 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10151
10152         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
10153         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
10154
10155         * input/sakura-sakura.ly: add \midi.
10156
10157         * buildscripts/mutopia-index.py (find): use /usr/bin/find
10158         iso. python find. 
10159
10160         * ttftool/test.c (main): cosmetics.
10161
10162         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
10163
10164         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
10165         create a ttf2ps binary.
10166
10167         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
10168
10169         * scm/backend-library.scm (postscript->png): set rename-page-1 to
10170         true.
10171
10172 2005-06-11  Graham Percival <gperlist@shaw.ca>
10173
10174         * Documentation/user/lilypond-book.itely: add warning about
10175         the font warnings in dvips.
10176
10177 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10178
10179         * THANKS: typo
10180
10181         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
10182
10183         * GNUmakefile.in: remove links for .map, .enc
10184         don't fail if out/ doesn't exist yet.
10185
10186 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10187
10188         * ttftool/util.c (surely_read): return nbytes
10189
10190         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
10191
10192         * VERSION (PACKAGE_NAME): release 2.5.30
10193
10194         * flower/string-convert.cc (precision_string): >? fix.
10195
10196         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
10197         (make-ps-images): add verbose -q too.
10198
10199         * lily/default-actions.cc (Module): new file. default
10200         {book,score}-print functions.
10201
10202         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
10203         pass results via parseStringResult, lookup via ly:parser-lookup.  
10204
10205         * lily/lily-parser.cc (Lily_parser): only clone lexer in
10206         constructors.
10207         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
10208         (parse_string): idem.
10209
10210         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
10211
10212         * lily/main.cc (main_with_guile): copy be_verbose_global into
10213         ly_set_option()
10214
10215 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10216
10217         * scm/backend-library.scm (postscript->pdf):
10218         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
10219         verbose mode.  Search for several names of gs executable.
10220
10221 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10222
10223         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
10224         directly. This fixes a massive memory leak, provided you use CVS
10225         GUILE.
10226
10227 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
10228
10229         * ly/property-init.ly: Added tieDashed.
10230
10231         * THANKS: Added some bughunters for 2.5.
10232
10233 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10234
10235         * lily/program-option.cc: add debug-gc option.
10236
10237         * lily/include/lily-guile-macros.hh: don't protect exported module
10238         objects.
10239
10240         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
10241
10242         * scm/backend-library.scm (postscript->pdf): use
10243         delete-intermediate-files iso. running-from-gui? 
10244
10245         * ttftool/util.c (surely_read): robustness. Allow read() to return
10246         less bytes than requested, as per posix standards.
10247
10248         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
10249         program option.
10250
10251         * ttftool/include/ttftool.h ("C"): rename verbosity to
10252         ttf_verbosity. Add to public interface.
10253
10254         * scm/music-functions.scm (unfold-repeats): remove debugging display.
10255
10256         * lily/program-option.cc: rename from scm-option.cc
10257
10258         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
10259         (get_help_string): Print pretty help string.
10260
10261         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
10262         to snippet preamble.
10263
10264         * lily/scm-option.cc: remove command-line-settings option. Fold
10265         all command-line options plus default settings in a generic
10266         interface. 
10267
10268         * flower/getopt-long.cc (table_string): indent 2nd lines of help
10269         texts too.
10270
10271 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10272
10273         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
10274         or EXT_ components non-empty.
10275
10276 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10277
10278         * scm/lily.scm (running-from-gui?): Export.
10279
10280         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
10281         output in .ly source directory.
10282
10283 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10284
10285         * ttftool/util.c (surely_lseek): more verbosity.
10286
10287         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
10288         compile.
10289
10290         * lily/parser.yy (Repeated_music): remove >? 
10291
10292         * scm/backend-library.scm (postscript->pdf): Support for
10293         -dgs-font-load=1
10294
10295         * scm/framework-ps.scm (write-preamble): make font loading
10296         switchable to GS via --define-default gs-font-load=1
10297
10298 2005-06-09  Graham Percival  <gperlist@shaw.ca>
10299
10300         * Documentation/user/global.itely: added \layout docs.
10301
10302 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10303
10304         * lily/lily-parser-scheme.cc: add unistd.h
10305
10306 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10307
10308         * scm/editor.scm: add char argument.
10309
10310         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
10311
10312         * ttftool/util.c (syserror): use errno for better error reporting.
10313
10314         * lily/source-file.cc (get_counts): new function. Calc column,
10315         line and char count in one go.
10316
10317         * lily/binary-source-file.cc (quote_input): rename to quote_input
10318
10319         * lily/input.cc (set): new function.
10320
10321 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10322
10323         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
10324         directory part of file name to search directory.
10325
10326         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
10327         search path and chdir to DIR if --outname=DIR used.
10328
10329         * lily/main.cc (prepend_env_path): Bugfix: Check directory
10330         existence before appending original path.
10331
10332 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10333
10334         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
10335         file" massage.
10336
10337         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
10338         texinfo.tex is always used.
10339         
10340 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10341
10342         * flower/include/axis.hh: rename from axes.hh
10343
10344         * lily/include/text-interface.hh (Module): rename from text-item.hh
10345
10346         * VERSION (PATCH_LEVEL): release 2.5.29
10347
10348         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
10349
10350         * scm/framework-ps.scm (font-file-as-ps-string): new function.
10351         (handle-macfont): new function. Call fondu for Native mac fonts.
10352
10353         * scm/define-markup-commands.scm (fill-line): handle text-widths =
10354         '() case.
10355
10356 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10357
10358         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
10359         multi-page.  Fix .eps regular expression.
10360
10361 2005-06-07  Graham Percival  <gperlist@shaw.ca>
10362
10363         * Documentation/user/putting.itely: add info on modifying templates.
10364
10365         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
10366         misc small changes.
10367
10368 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10369
10370         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
10371
10372         * scripts/lilypond-ps2png.scm
10373
10374         * VERSION (PACKAGE_NAME): release 2.5.28
10375
10376 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10377
10378         * lily/main.cc (prepend_env_path): Do not append /, that does not
10379         work.  Localedir lives in datadir, not in prefix.
10380
10381         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
10382         hack for windows.
10383
10384         * flower/include/file-cookie.hh: Compile fix.
10385
10386 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10387
10388         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
10389
10390         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
10391         system primitives.
10392         (gulp-port): using read-string!/partial. We don't want to read an
10393         entire PS file  (GUILE 1.6 limits strings to 16M) 
10394
10395         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
10396         properties. Add font-interface. 
10397
10398         * scm/define-grob-properties.scm (all-user-grob-properties):
10399         remove old bracket properties.
10400
10401         * scm/x11-color.scm: reformat. 
10402
10403         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
10404         LedgerLineSpanner if new StaffSymbol is found. 
10405
10406         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
10407         staff-symbol for finishing staff. 
10408
10409         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
10410
10411         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
10412         change black to currentColor everywhere. This fixes color support
10413         in SVG.
10414
10415 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
10416
10417         * input/regression/fret-diagrams.ly: new file to test fret diagram
10418         capability
10419
10420         * scm/output-tex.scm: remove white-dot and white-text
10421
10422         * scm/output-ps.scm: remove white-dot and white-text
10423
10424         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
10425         using ly:stencil-in-color instead
10426         (draw-dots) : remove call to white-dot
10427
10428 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10429
10430         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
10431         support.
10432
10433         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
10434
10435         * flower/include/file-cookie.hh: new file. lily_cookie extension 
10436
10437         * flower/file-cookie.cc: new file. lily_cookie extension.
10438         
10439 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10440
10441         * scm/editor.scm (editor-command-template-alist): Add syn
10442         editor (Jaap [de Vos]).
10443
10444 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10445
10446         * scripts/lilypond-ps2png.scm:
10447         * scm/ps-to-png.scm: New file.
10448
10449         * scm/backend-library.scm (postscript->png): Use it.
10450
10451         * scripts/lilypond-ps-to-png.py: Remove file.
10452
10453         * python/lilylib.py (get_bbox, make_ps_images): Remove.
10454
10455 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10456
10457         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
10458
10459         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
10460         start on grace moment. Fixes autobeam-grace.ly.
10461
10462         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
10463         process anything unless we're at the end of a pending beam. Fixes
10464         syncopated 8ths beamed across a beat.
10465
10466 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10467
10468         * scm/editor.scm (editor-command-template-alist): Start emacs if
10469         emacslient fails.
10470
10471         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
10472
10473         * flower/file-path.cc (is_file, is_dir): Export.
10474
10475         * lily/main.cc (prepend_env_path, set_env_file): Use them.
10476
10477 2005-06-02  Mats Bengtsson  <mabe@s3.kth.se>
10478
10479         * lily/easy-notation.cc: Added include cctype to correct
10480         compilation error.
10481
10482 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10483
10484         * scm/backend-library.scm (postscript->pdf): set resolution to
10485         1200, so bitmap fonts aren't that ugly. 
10486
10487         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
10488
10489         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
10490         parent if we have a notehead. Fixes incorrect offsets when
10491         Paper_column is very wide in the X direction.
10492
10493         * input/regression/font-family-override.ly (Module): new file.
10494
10495         * scm/font.scm (make-pango-font-tree): new function.
10496
10497         * lily/beam.cc (before_line_breaking): remove warning about less
10498         than 2 visible stems. We still get a warning when there is only
10499         one stem.
10500
10501 2005-06-01  Werner Lemberg  <wl@gnu.org>
10502
10503         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
10504         correctly.
10505
10506 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10507
10508         * lily/slur-scoring.cc (generate_avoid_offsets): new
10509         function. Generate avoid offsets once per slur.
10510
10511         * lily/slur.cc (add_extra_encompass): add dependency to
10512         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
10513
10514         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
10515         too. Fixes inf error with added bass notes.
10516
10517         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
10518         argument anymore.
10519
10520         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
10521
10522         * input/tutorial/lbook-latex-test.tex: add line length test.
10523
10524         * scripts/lilypond-book.py (set_default_options): new
10525         function. Call this before dissecting snippets, so linewidth
10526         settings reach the snippets.
10527
10528 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10529
10530         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
10531
10532 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10533
10534         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
10535
10536 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10537
10538         * stepmake/aclocal.m4: More autopackage friendliness.
10539
10540 2005-05-31  Graham Percival  <gperlist@shaw.ca>
10541
10542         * Documentation/index.html.in: remove link to LSR.
10543
10544         * Documentation/user/global.itely: remove duplicate
10545         "dedication" \header{} section.
10546
10547 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10548
10549         * VERSION (PACKAGE_NAME): release 2.5.27.
10550
10551         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
10552         too. Plugs memory leak.
10553
10554         * make/lilypond.fedora.spec.in (Group): remove
10555         lilypond-pdfpc-helper.
10556
10557         * scripts/GNUmakefile (SEXECUTABLES): remove
10558         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
10559
10560         * scm/font.scm (make-century-schoolbook-tree): add Mono as
10561         'typewriter family.
10562
10563         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
10564         memory leak.
10565
10566         * lily/parser.yy (score_body): don't clone Score, that's done in
10567         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
10568
10569         * lily/score-engraver.cc (derived_mark): new function.
10570         (initialize): unprotect Paper_score. This fixes a memory leak.
10571
10572         * lily/score-performer.cc (derived_mark): new function.
10573
10574         * lily/score-translator.cc (get_output): use SCM for get_output() call.
10575
10576         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
10577         spurious warning.
10578
10579         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
10580         serif.
10581
10582 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10583
10584         * configure.in (reloc_b): Add --enable-relocation.
10585
10586 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10587
10588         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
10589
10590         * input/regression/alignment-order.ly: add Staff example.
10591
10592 2005-05-31  John Mandereau   <john.mandereau@free.fr>
10593
10594         * po/fr.po: update.
10595
10596 2005-05-31  Graham Percival  <gperlist@shaw.ca>
10597
10598         * Documentation/index.html.in: add link to LSR.
10599
10600 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10601
10602         * scm/define-stencil-commands.scm (Module): new file. Register all
10603         allowed stencil expression heads in a central place.
10604
10605         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
10606         ly:make-stencil
10607
10608         * lily/stencil-expression.cc (all_stencil_heads): registering
10609         stencil expressions.
10610
10611         * lily/stencil-interpret.cc: new file. Stencil expression
10612         interpreting.
10613
10614         * input/xiao-haizi-guai-guai.ly: move file back.
10615
10616 2005-05-30  Graham Percival  <gperlist@shaw.ca>
10617
10618         * Documentation/user/advanced.itely, converters.itely,
10619         instrument-notation.itely, lilypond-book.itely: misc small
10620         changes.
10621
10622 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10623
10624         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
10625
10626         * make/lilypond.fedora.spec.in: Fix source url.
10627
10628         * cygwin: Update from mingw patches.
10629
10630         * scm/editor.scm (editor-command-template-alist): Use jedit
10631         -reuseview (Bertalan), add uedit (Patrick Huberts).
10632
10633         * input/xiao-hai-zi-guai-guai.ly: Rename from
10634         xiao-haizi-guai-guai.ly.
10635
10636         * input/*: Reindent, do not use TAB.
10637
10638         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
10639         white background.
10640
10641 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10642
10643         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
10644         numerical overflow error.
10645
10646 2005-05-29 Laura Conrad <lconrad@laymusic.org>
10647         
10648         * abc2ly.py: fix to syntax error in multi-part output.
10649
10650 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10651
10652         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
10653         with disappearing span bars when alignAboveContext is active
10654
10655         * lily/property-iterator.cc (check_grob): use is-grob?
10656         object-property. Fixes crash-key-sig-font-size.ly. 
10657
10658 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10659
10660         * lily/bar-line.cc (print): don't round barlines; this produces
10661         odd aliasing effects in Acroread.
10662
10663         * lily/timing-engraver.cc (process_music): robustness fix.
10664
10665         * lily/context-def.cc (filter_engravers): bugfix.
10666
10667 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10668
10669         * lily/lilypond.rc.in: Add ly-icon.
10670
10671         * lily/GNUmakefile: 
10672         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
10673         rules.
10674
10675 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10676
10677         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
10678
10679         * ps/music-drawing-routines.ps: 
10680
10681         * scm/output-ps.scm: remove draw ez_ball.
10682
10683         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
10684         EasyNotation context definition.
10685
10686         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
10687         Text_interface and color for making easy note heads.
10688
10689         * lily/stencil.cc (with_color): new function.
10690
10691         * ps/music-drawing-routines.ps: remove draw_zigzag_line
10692
10693         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
10694         output routine. Zigzag now works in SVG too.
10695
10696         * scm/output-tex.scm (filledbox): idem.
10697
10698         * scm/output-svg.scm (filledbox): idem.
10699
10700         * scm/output-ps.scm (lily-def): remove horizontal-line. 
10701
10702         * lily/lookup.cc (horizontal_line): use draw-line. 
10703
10704         * lily/system-start-delimiter.cc: remove old staff bracket code.
10705
10706         * mf/feta-haak.mf: further tweaks.
10707
10708         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
10709
10710         * mf/feta-generic.mf: include feta-haak.
10711
10712         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
10713
10714         * scm/framework-ps.scm (write-preamble): only load fonts if their
10715         filename is a string. 
10716
10717 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10718
10719         * scm/output-svg.scm (circle): support circle.
10720         (bracket): stub for bracket.
10721
10722         * scripts/lilypond-book.py (main): make sure --psfonts warning is
10723         correct.
10724
10725 2005-05-26  Graham Percival  <gperlist@shaw.ca>
10726
10727         * Documentation/user/lilypond.tely, advanced-notation.itely,
10728         basic-notation.itely, instrument-notation.itely, global.itely,
10729         introduction.itely, tutorial.itely: rearranging, editing,
10730         clean-up.
10731
10732         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
10733         for compiling on FreeBSD.
10734
10735 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10736
10737         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
10738         otf files.
10739
10740         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
10741         bugfixes.
10742
10743         * VERSION: 2.5.26 released.
10744
10745         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
10746
10747 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
10748
10749         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
10750         if printpagenumber is false.
10751
10752 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10753
10754         * lily/font-config.cc (init_fontconfig): comment out FontConfig
10755         cache warning.
10756
10757         * lily/tie.cc (print): support dotted ties.
10758         
10759 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10760
10761         * scm/define-grobs.scm (all-grob-descriptions): switch off
10762         debugging
10763         (all-grob-descriptions): Arpeggio has Y-extent.
10764
10765         * scm/define-music-properties.scm (all-music-properties): document
10766         length-callback and start-callback as "read-only".
10767
10768         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
10769         length-callback after creation. 
10770
10771         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
10772         compressmusic -> compressMusic.
10773
10774         * ly/music-functions-init.ly (oldaddlyrics): idem.
10775
10776         * lily/parser.yy: NewLyricCombineMusic ->
10777         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
10778
10779 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
10780
10781         * ly/Welcome_to_LilyPond.ly: typo.
10782
10783 2005-05-24  Graham Percival  <gperlist@shaw.ca>
10784
10785         * Documentation/user/lilypond.tely: move changing-defaults to be
10786         before global issues.
10787
10788         * Documentation/user/basic-notation.itely: move Transpose section
10789         here from advanced/Other.
10790
10791         * Documentation/user/changing-defaults.itely,
10792         advanced-notation.itely: move Fonts to advanced, edit.
10793
10794 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10795
10796         * lily/parser.yy (bare_int): remove rule.  From now on, we require
10797         # before negative integers.
10798
10799 2005-05-23  Graham Percival  <gperlist@shaw.ca>
10800
10801         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
10802
10803         * Documentation/user/lilypond.tely: change Unified index to
10804         LilyPond index.
10805
10806         * Documentation/user/advanced-notation.itely,
10807         instrument-notation.itely: editing.
10808
10809 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10810
10811         * scm/lily.scm (lilypond-all): Bugfix: return failed.
10812
10813         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
10814
10815 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10816
10817         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
10818         ly:port-move.  Needs to be stderr-specific on mingw.
10819         Run fixcc.
10820
10821 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10822
10823         * lily/general-scheme.cc (ly:port-move): Remove.
10824
10825         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
10826         windows.
10827
10828         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
10829         variables.  This eliminates the need for a gs.bat wrapper, which
10830         opens a console.
10831
10832         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
10833         * scm/lily.scm (running-from-gui?): 
10834         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
10835         artifact of not compiling with -mwindows.
10836
10837         * scm/editor.scm: Define PLATFORM.
10838
10839 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10840
10841         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
10842         can start to cut & paste lilypond-book fragments.  
10843
10844         * scm/define-music-types.scm (music-descriptions): remove
10845         UntransposableMusic
10846
10847 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10848
10849         * scm/output-ps.scm (glyph-string): remove / before CIDs.
10850
10851 2005-05-20  Graham Percival  <gperlist@shaw.ca>
10852
10853         * Documentation/user/instrument-notation.itely: remove *Engraver.
10854
10855         * Documentation/user/advanced-notation.itely: edit, rearrange.
10856
10857 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10858
10859         * scm/output-ps.scm (glyph-string): take cid? argument. Use
10860         findresource iso. findfont for CID CFF fonts.
10861
10862         * VERSION (PACKAGE_NAME): release 2.5.25
10863
10864         * ly/Welcome_to_LilyPond.ly: add  \version
10865
10866 2005-05-20  Graham Percival  <gperlist@shaw.ca>
10867
10868         * Documentation/user/programming-interface.itely: move
10869         \displayMusic into its own section.
10870
10871         * Documentation/user/basic-notation.itely: finish editing.
10872
10873 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10874
10875         * flower/file-path.cc (find): don't throw away file_name.dir, but
10876         append to it. Fixes \include with directories.
10877
10878         * flower/include/file-path.hh (class File_path): don't derive from
10879         Array<String>.
10880
10881         * flower/include/file-name.hh (class File_name): remove to_str0()
10882
10883         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
10884         Hara_kiri_engraver in separate file.
10885
10886         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
10887         translation went wrong. Fixes vertically translated slurs.
10888
10889 2005-05-19  Graham Percival  <gperlist@shaw.ca>
10890
10891         * Documentation/user/basic-notaton.itely: editing.
10892
10893 2005-05-18  Graham Percival  <gperlist@shaw.ca>
10894
10895         * Documentation/user/macros.itexi, basic-notation.itely:
10896         add @commonprop (commonly used properties) macro.
10897
10898 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10899
10900         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
10901
10902         * scripts/lilypond-book.py (invokes_lilypond): new function
10903         (main): only run fontextract if invokes_lilypond() is true.
10904
10905         * lily/function-documentation.cc (ly_add_function_documentation):
10906         duh, use !=
10907
10908         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
10909
10910         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
10911
10912         * scm/lily.scm (running-from-gui?): lowercase Darwin.
10913
10914         * lily/function-documentation.cc (ly_add_function_documentation):
10915         use scm_hash_table_p() for checking.
10916
10917 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10918
10919         * Documentation/user/advanced-notation.itely (Text scripts):
10920         Change nonexisting @internalsref{Text markup} to @ref{Text
10921         markup}.  Change @internalsref{Text script} to
10922         @internalsref{TextScript}.
10923
10924         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
10925
10926 2005-05-17  Graham Percival  <gperlist@shaw.ca>
10927
10928         * Documentation/user/tutorial.itely, basic-notation.itely,
10929         changing-defaults.itely: remove duplicate cindex entries
10930         that appear on the same page.
10931
10932         * scm/define-grobs.scm: change default padding for TextSpanner.
10933
10934         * Documentation/topdocs/AUTHORS.texi: update email address.
10935
10936         * Documentation/user/global.itely: add info about \include.
10937
10938 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10939
10940         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
10941         when running-from-gui.
10942
10943         * scm/editor.scm (get-editor): Add platform defaults.
10944
10945         * scm/backend-library.scm (postscript->pdf): Typo.
10946
10947 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10948
10949         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
10950
10951         * lily/font-config.cc (init_fontconfig): add warning about cache.
10952
10953 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10954
10955         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
10956
10957 2005-05-16  Mats Bengtsson  <mabe@s3.kth.se>
10958
10959         * lily/horizontal-bracket.cc (print): Take care of the direction
10960         property so brackets above the stave point downwards. 
10961
10962         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
10963         for HorizontalBracket so it doesn't end up within the stave.
10964
10965 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10966
10967         * lily/GNUmakefile (default): Typo.
10968
10969         * scm/lily.scm (PLATFORM): Export.
10970
10971         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
10972         load-font-via-GS, ttftool or fopencookie is broken on windows.
10973         
10974         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
10975         -dSAFER, that is broken on windows.
10976
10977 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10978
10979         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
10980         for FlexLexer.h
10981
10982         * scripts/lilypond-invoke-editor.scm: remove stray -
10983
10984 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10985
10986         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
10987         Fixes deprecation warning.
10988
10989         * flower/include/string.icc (to_string): Only inline if
10990         -DSTRING_UTILS_INLINED.
10991
10992         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
10993         name.  Remove windows comment.
10994
10995         * scm/editor.scm (slashify): New function.
10996         (get-editor-command): Use it.
10997         (get-command-template): Do not alter editor command if
10998         environment value includes `%(file)s' magic.
10999
11000         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
11001         (dissect-uri): Use it.
11002         (unquote-uri): Bugfix.
11003
11004 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11005
11006         * scm/framework-ps.scm (write-preamble): add TTF rule.
11007
11008         * Documentation/topdocs/README.texi (Top): remove note about
11009         xdelta.
11010
11011         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
11012         requirement.
11013
11014         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
11015         function. Figure out where FlexLexer.h lives
11016
11017         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
11018         
11019 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11020
11021         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
11022         with Windows root in file name.
11023
11024         * scm/backend-library.scm (ly:system): Only redirect output (using
11025         system and shell, ugh) if /dev/null is writable.
11026
11027         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
11028         windows icon.
11029
11030         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
11031         on Mingw.
11032
11033         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
11034         click.
11035
11036         * flower/file-path.cc (is_dir, is_file): New function.  Actually
11037         use result of stat when available.
11038
11039         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
11040         absolute file name and root.
11041
11042         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
11043
11044         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
11045
11046         * flower/file-name.cc (slashify): Bugfix, do substitute if no
11047         slashes in file name.
11048
11049 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11050
11051         * Documentation/user/preface.itely (Preface): Run
11052         texinfo-all-menus-update.
11053
11054         * scm/editor.scm (get-editor-command): Bugfix: allow full
11055         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
11056
11057         * Documentation/pictures/lilypond-48.xpm: New file.
11058
11059         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
11060
11061         * ly/Welcome_to_LilyPond.ly: New file.
11062
11063         * lily/main.cc (main): Only identify if we have a terminal.
11064
11065         * scm/backend-library.scm (postscript->png)
11066         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
11067         non-/bin/sh).
11068
11069 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
11070
11071         * Documentation/topdocs/AUTHORS.texi: polish, update.
11072
11073 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11074
11075         * Documentation/user/preface.itely (Notes for version 2.6): new
11076         notes for 2.6
11077
11078         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
11079         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
11080         is not fully contained" warnings.
11081
11082         * lily/slur-scoring.cc (get_bound_info): remove warning.
11083
11084         * lily/staff-symbol-engraver.cc (process_music): start initial
11085         spanner in process_music(). This fixes overrides of StaffSymbol
11086         properties.
11087
11088         * scm/framework-pdf.scm (Module): remove.
11089
11090         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
11091
11092         * lily/ambitus-engraver.cc: formatting cleanups.
11093
11094         * mf/feta-solfa.mf (Module): remove.
11095
11096         * ChangeLog: more details about contributions.
11097
11098 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11099
11100         * lily/align-interface.cc (align_elements_to_extents): warn if
11101         called too early. Fixes: disappearing-staff-lines.ly
11102
11103         * VERSION (PACKAGE_NAME): release 2.5.24
11104
11105 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11106
11107         * stepmake/aclocal.m4: Typo.
11108
11109         * flower/string.cc (substitute): Take two strings or two
11110         characters.  Update callers.
11111
11112 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11113
11114         * flower/file-name.cc (File_name): Slashify.
11115
11116         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
11117
11118         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
11119
11120         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
11121
11122         * configure.in (gui_b): Use it.
11123
11124         * lily/lilypond.rc.in: New file.
11125
11126         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
11127
11128 2005-05-12  Graham Percival  <gperlist@shaw.ca>
11129
11130         * Documentation/user/advanced-notation.itely: edit of Text
11131         section; clarify text scripts vs. text markup.
11132
11133 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11134
11135         * lily/multi-measure-rest-engraver.cc
11136         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
11137         separation items on start. Fixes mm rests in start of score.
11138
11139         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
11140         don't access StaffSymbol if not there.
11141         Fixes: crash-staff-symbol-engraver.ly.
11142
11143         * lily/instrument-name-engraver.cc (class
11144         Instrument_name_engraver): data member first_. Create
11145         InstrumentName on start. 
11146
11147 2005-05-12  Graham Percival  <gperlist@shaw.ca>
11148
11149         * Documentation/user/instrument-notation.itely: add guitar
11150         position.
11151
11152         * Documentation/user/introduction.itely,
11153         Documentation/user/lilypond.tely,
11154         Documentation/user/tutorial.itely: begin pruning
11155         unused (duplicated) cindex entries and misc cleanup.
11156
11157 2005-05-12  Mats Bengtsson  <mabe@s3.kth.se>
11158
11159         * input/test/volta-chord-names.ly: Bring the explanation up to
11160         date.
11161
11162 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
11163
11164         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
11165         Specify `@documentencoding utf-8' for html, ignore warnings.
11166
11167 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
11168
11169         * THANKS: Added bughunters.
11170
11171 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
11172
11173         * lily/main.cc: update help string for `lilypond -H'.
11174
11175         * po/fi.po: update.
11176         
11177 2005-05-10  Graham Percival  <gperlist@shaw.ca>
11178
11179         * Documentation/user/advanced-notation.itely: minor fixes.
11180
11181 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11182
11183         * scm/editor.scm: New module.
11184
11185         * scm/lily.scm (gui-main): Use it.
11186
11187         * scm/framework-gnome.scm (spawn-editor): Use it.
11188
11189         * scripts/lilypond-invoke-editor.scm: Use it in new script.
11190
11191 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11192
11193         * scm/framework-ps.scm (load-font-via-GS):  new function.
11194
11195         * lily/pango-font.cc (pango_item_string_stencil): add support for
11196         CID keyed font.
11197
11198         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
11199
11200 2005-05-10  Graham Percival  <gperlist@shaw.ca>
11201
11202         * Documentation/user/basic-notation.itely: add @ref.
11203
11204         * Documentation/user/advanced-notation.itely: add example
11205         of 5/8 beaming.
11206
11207 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11208
11209         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
11210
11211         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
11212         going through ps2pdf wrappers.
11213
11214 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
11215
11216         * Documentation/user/instrument-notation.itely: petrucci note
11217         heads: updated docu
11218
11219         * input/regression/note-head-style.ly: updated regression test;
11220         indentation fixes
11221
11222         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
11223         heads as default
11224
11225         * mf/parmesan-heads.mf: minor editing; use musicological names
11226         (rather than optical description) as note head names
11227
11228         * scm/output-lib.scm: complete petrucci heads
11229
11230 2005-05-09  Pal Benko  <benkop@freestart.hu>
11231
11232         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
11233         heads, but bigger)
11234
11235 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11236
11237         * lily/main.cc (main_with_guile): Remove no files check.
11238
11239         * lily/main.cc (ly:usage): Export to Scheme.
11240
11241         * scm/lily.scm (no-files-handler): New function.
11242
11243         * scm/lily.scm (lilypond-main): Use it.
11244
11245         * configure.in (gui_b): Add mbrtowc checking.
11246         Resurrect [utf8/]wchar.h checking.
11247
11248 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
11249
11250         * Documentation/user/advanced-notation.itely (Metronome marks):
11251         Add link to the program reference for MetronomeMark
11252
11253         * Documentation/user/lilypond-book.itely (An example of a
11254         musicological document): Correct the example using psfonts 
11255
11256 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
11257
11258         * po/fi.po: update after a lesson how to update entries against
11259         source.
11260         
11261         * po/TODO: document the lesson.
11262
11263 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11264
11265         * configure.in (gui_b): remove wcrtomb checking.
11266
11267         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
11268         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
11269
11270 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
11271
11272         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
11273         keep Scheme expressions and strings unmodified when doing the
11274         conversion to postfix notation for slurs and beams. Should
11275         hopefully solve most related conversion problems. 
11276
11277         * Documentation/user/lilypond-book.itely : Clarify and correct how
11278         to call dvips with -h psfonts.
11279
11280 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11281
11282         * Documentation/user/instrument-notation.itely (Entering lyrics):
11283         Typo.  Fixes build.
11284
11285 2005-05-09  Graham Percival  <gperlist@shaw.ca>
11286
11287         * Documentation/user/lilypond-book.itely: document PSFONTS file.
11288
11289         * Documentation/user/lilypond.tely, lilypond-book.itely,
11290         tutorial.itely: change references to 2.5.x to 2.6.x.
11291
11292         * Documentation/user/instrument-notation.itely: clarified \addlyrics
11293         vs \lyricmode.
11294
11295         * Documentation/user/invoking.itely: remove old info about
11296         lilypond-profile.
11297
11298         * Documentation/topdocs/INSTALL.texi: remove old info about
11299         lilypond-profile, add warning about needing international fonts
11300         to build docs.
11301
11302 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11303
11304         * lily/include/grob-info.hh (class Grob_info): make data member
11305         private. Changes throughout.
11306
11307         * input/regression/alignment-order.ly: new file. 
11308
11309         * lily/vertical-align-engraver.cc (acknowledge_grob): read
11310         alignAboveContext and alignBelowContext
11311
11312 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11313
11314         * lily/pfb.cc (LY_DEFINE): add cast.
11315
11316         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
11317         matches .otf
11318         (write-preamble): warn about unknown fonts.
11319
11320         * lily/pfb.cc (Module): new function ly:otf->cff
11321
11322         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
11323         (get_otf_table): new function.
11324
11325 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11326
11327         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
11328         iso. ps2png.
11329
11330 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
11331
11332         * po/fi.po: apply second round of update.
11333
11334 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11335
11336         * scm/x11-color.scm (make-x11-color-handler): don't use
11337         #\sp. Apparently doesn't work on all platforms. 
11338
11339 2005-05-06  Graham Percival  <gperlist@shaw.ca>
11340
11341         * Documentation/user/advanced-notation.itely, putting.itely,
11342         tutorial.itely, global.itely, introduction.itely: really minor fixes.
11343
11344 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11345
11346         * VERSION (PACKAGE_NAME): release 2.5.23
11347
11348 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11349
11350         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
11351         convert to utf-8.
11352
11353         * THANKS: Add translators for this release, convert to utf-8.
11354
11355         * mf/GNUmakefile (MFTRACE_FLAGS):
11356         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
11357         outdir as option (WAS: hardcoded).
11358
11359 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11360
11361         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
11362         finished_span_
11363
11364         * THANKS: add Hans Forbrich.
11365
11366         * Documentation/topdocs/NEWS.tely (Top): document new feature.
11367
11368         * Documentation/user/basic-notation.itely (Staff symbol): document
11369         start/stop staff. Reference to ossia.ly
11370
11371         * input/test/ossia.ly: new example using stop and startStaff.
11372
11373         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
11374         in other words, don't create "|" barline at start of the score.
11375         (start_translation_timestep): don't set whichBar for start of score.
11376
11377         * input/regression/staff-halfway.ly: use new functionality.
11378
11379         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
11380         start and stop staff based on events.
11381
11382         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
11383
11384         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
11385
11386 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11387
11388         * Documentation/user/programming-interface.itely (How markups work
11389         internally ): remove \encoding reference.
11390
11391 2005-05-04  Mats Bengtsson  <mabe@s3.kth.se>
11392
11393         * scripts/convert-ly.py: Attempt to do a smarter update of 
11394         text markups from versions < 1.9.0 with arbitrary nesting.
11395
11396 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
11397
11398         * po/fi.po: convert to utf-8, and update.
11399
11400 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11401
11402         * make/lilypond.suse.spec.in: update from suse 2.4 package.
11403
11404         * lily/*.cc: more <? >? to min/max changes
11405
11406         * lily/include/interpretation-context-handle.hh: rename
11407         Interpretation_context_handle to Context_handle.
11408
11409 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
11410
11411         * input/regression/GNUmakefile (local_delete): use `find` together 
11412         with `xargs` to avoid too long argument-lists in cmd line.
11413
11414 2005-05-04  Graham Percival  <gperlist@shaw.ca>
11415
11416         * Documentation/user/introduction.itely: updates "About this manual".
11417
11418         * Documentation/user/advanced-notation.itely,
11419         invoking.itely: minor fixes.
11420
11421 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11422
11423         * COPYING: add font exception. Update FSF address. 
11424
11425         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
11426         should be taken without child context.
11427
11428         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
11429
11430         * scm/define-markup-commands.scm (triangle): new command, as
11431         robust replacement for unicode Delta/Triangle.
11432
11433 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11434
11435         * ps/music-drawing-routines.ps: add fillp argument.
11436
11437         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
11438
11439         * lily/font-config.cc (init_fontconfig): don't add cff/
11440
11441         * VERSION (PACKAGE_NAME): release 2.5.22
11442
11443         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
11444
11445         * lily/grace-engraver.cc (consider_change_grace_settings): use
11446         is_alias(). Fixes problem with CueVoice grace notes. 
11447
11448         * lily/simultaneous-music-iterator.cc (construct_children): call
11449         Music_iterator::quit() for iterators that start out invalid. This
11450         fixes indefinitely continuing contexts.
11451
11452         * buildscripts/substitute-encoding.py: new file
11453
11454         * Documentation/user/basic-notation.itely (Basic polyphony): fix
11455         missing @end 
11456
11457         * scripts/lilypond-book.py (write_if_updated): print file name.
11458
11459         * Documentation/user/basic-notation.itely (Explicitly
11460         instantiating voices): idem.
11461
11462         * Documentation/user/advanced-notation.itely (Text spanners):
11463         remove stray { } 
11464
11465         * lily/context.cc (default_child_context_name): the default child
11466         is now first in accepts_list_.
11467
11468         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
11469         \defaultchild to all relevant contexts.  This fixes:
11470         drums-pitch.ly.
11471
11472         (Probably also fixes similar problems with ancient
11473         transcriptions getting CueVoices instead of the desired voices.)
11474  
11475         * lily/context-def.cc (get_default_child): new function.
11476         (get_accepted): place default child in front of list.
11477
11478         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
11479
11480         * lily/include/context-def.hh (struct Context_def): add
11481         default_accept_
11482
11483 2005-05-03  Graham Percival  <gperlist@shaw.ca>
11484
11485         * scm/define-grobs.scm: remove "remove-first" line, since
11486         the absent property is set to #f anyway.
11487
11488         * Documentation/user/basic-notation.itely,
11489         advanced-notation.itely, instrument-notation.itely: minor
11490         fixes.
11491
11492         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
11493
11494         * Documentation/user/advanced-notation.itely,
11495         changing-defaults.itely: consolidate Text stuff in
11496         advanced notation.
11497
11498         * Documentation/user/global.itely: better docs for \header.
11499
11500         * Documentation/user/putting.itely: new chapter; placeholder
11501         for future expansion.
11502
11503         * Documentation/user/examples.itely: moved "suggestions for
11504         writing LP files" section into putting.itely.
11505
11506         * Documentation/user/lilypond.itely: added new chapter,
11507         fixed the short table of contents.
11508
11509 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11510
11511         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
11512         infinity for unfeasible beams.
11513
11514         * make/lilypond.fedora.spec.in (Group): idem.
11515
11516         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
11517
11518         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
11519
11520         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
11521         fonts directly.
11522
11523         * buildscripts/gen-emmentaler-scripts.py (i): idem.
11524
11525         * mf/GNUmakefile: remove all CFF rules.
11526
11527         * scm/framework-ps.scm (ps-embed-cff): reinstate.
11528
11529         * lily/open-type-font-scheme.cc (LY_DEFINE):
11530         new function ly:otf-font-table-data.
11531         (LY_DEFINE): new function otf-font?
11532
11533 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11534
11535         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
11536         ($(outdir)/Fontmap.lily): idem.
11537
11538         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
11539         for PFAEmmentaler-XXX.pfa. 
11540
11541         * Documentation/user/music-glossary.tely (accidental): NL
11542         translation of accidental.
11543
11544 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11545
11546         * flower/include/international.hh: Bugfix: include "string.hh".
11547
11548         * lily/include/mingw-compatibility.hh: New file.
11549
11550         * flower/include/libc-extension.hh (memrev): Rename from strrev.
11551
11552         * configure.in: Search for mingw wcrtomb library.
11553
11554 2005-05-02  Mats Bengtsson  <mabe@s3.kth.se>
11555
11556         * scripts/convert-ly.py: Bug fix
11557
11558         * Documentation/user/changing-defaults.itely (Common tweaks):
11559         Added example where the context has to be specified explicitly
11560         (MetronomeMark). 
11561
11562 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11563
11564         * scripts/lilypond-book.py (ly_options): set timing to #f for
11565         notime option.
11566
11567         * scripts/convert-ly.py (conv): typo.
11568
11569         * flower/*.cc: remove <? and >?
11570         
11571         * lily/*.cc: remove <? and >?
11572
11573         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
11574         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
11575         editor.
11576
11577 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11578
11579         * lily/part-combine-engraver.cc: add space to variable list.
11580
11581 2005-04-30  Graham Percival  <gperlist@shaw.ca>
11582
11583         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
11584         remove-first to false (matches docs)
11585
11586         * Documentation/user/advanced-notation.itely: corrected docs
11587         concerning remove-first.
11588
11589 2005-04-29  Mats Bengtsson  <mabe@s3.kth.se>
11590
11591         * lily/part-combine-engraver.cc: make sure that the relevant
11592         properties are included in the documentation.
11593
11594 2005-04-28  Graham Percival  <gperlist@shaw.ca>
11595
11596         * Documentation/user/lilypond-book.itely: Bernard's docs
11597         for \betweenLilyPondSystem.
11598
11599 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11600
11601         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
11602         remarks.
11603
11604 2005-04-28  Pal Benko  <benkop@freestart.hu>
11605
11606         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
11607         only on vertical lines of flexa shape, and use a constant
11608         thickness value for horizontal lines (patch slightly modified by
11609         Jürgen Reuter)
11610
11611         * lily/include/mensural-ligature.hh: make 2 comments clearer
11612
11613 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
11614
11615         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
11616         to need_extra_horizontal_space; bugfix: use class scope to avoid
11617         global namespace pollution
11618
11619         * Documentation/user/instrument-notation.itely (ligatures): added
11620         comment on possible future syntax change and how to work around
11621
11622         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
11623         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
11624         intervals (fixes agnus dei example)
11625
11626         * Documentation/user/instrument-notation.itely (white mensural
11627         ligatures): selected a more illustrative example
11628
11629 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
11630
11631         * Documentation/index.html.in: specify utf-8 charset in meta content.
11632
11633 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11634
11635         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
11636         empty 2nd page for single page.
11637
11638         * scm/lily.scm: remove p&c definitions.
11639
11640         * po/zh_TW.po (Module): new translation.
11641
11642         * lily/lily-guile.cc (ly_chain_assoc): remove.
11643
11644         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
11645         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
11646
11647 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11648
11649         * lily/beaming-info.cc: remove infinity_i
11650
11651         * scripts/abc2ly.py (out_filename): fix thinko with \version.
11652
11653 2005-04-26  Graham Percival  <gperlist@shaw.ca>
11654
11655         * Documentation/user/basic-notation.itely,
11656         instrument-notation.itely, advanced-notation.itely,
11657         changing-defaults.itely: minor fixes.  Added docs
11658         for colors to advanced-notation.itely.
11659
11660         * Documentation/user/advanced-notation.itely: fixed compile
11661         problem and added Bernard's x11-color doc patch.
11662
11663 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11664
11665         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
11666         alright this time round.
11667
11668 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11669
11670         * Documentation/topdocs/INSTALL.texi (Top): idem.
11671
11672         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
11673
11674         * VERSION (MAJOR_VERSION): release 2.5.21
11675
11676         * scm/output-ps.scm (grob-cause): bugfix.
11677
11678 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11679
11680         * cygwin/*: Update.
11681
11682         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
11683         stuff.
11684
11685         * scm/output-ps.scm (grob-cause): Bugfix.
11686
11687         * scm/lily.scm (ly:load): Remove x11-color.
11688
11689         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
11690         quote executable, fixes getting version from program --with
11691         --options.
11692         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
11693         $ac_exeect.
11694
11695         * Documentation/user/GNUmakefile: Only build music-glossary with
11696         rendered lilypond snippets during web.
11697
11698 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11699
11700         * po/de.po: update.
11701
11702         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
11703
11704 2005-04-22  Laura Conrad <lconrad@laymusic.org>
11705  
11706         * scripts/abc2ly:
11707         second title line append with punctuation dash character;
11708         encode abc2ly python strings in utf-8
11709        
11710 2005-04-21  Laura Conrad <lconrad@laymusic.org>
11711
11712         * scripts/abc2ly fix chords (again)
11713  
11714 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
11715
11716         * scm/x11-color.scm: new file
11717         All x11 color names can be accessed with:
11718         #(x11-color 'ColorName),
11719         #(x11-color "ColorName") or:
11720         #(x11-color "color name")
11721         If the x11 color name is not recognised then it defaults
11722         to black
11723
11724         * scm/lily.scm: amended to call scm/x11-color.scm
11725
11726 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11727
11728         * Documentation/user/invoking.itely (Reporting bugs): comment out
11729         reference to online PNG bug repository.
11730
11731 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11732
11733         * lily/translator-scheme.cc (ly:translator-property): Remove.
11734         Update callers.
11735
11736         * lily/context-scheme.cc (ly:context-now): Move from translator.
11737         Update callers.
11738
11739 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11740
11741         * input/regression/grid-lines.ly (skips): refine example.
11742
11743         * scm/define-context-properties.scm
11744         (all-user-translation-properties): doc autoBeamCheck
11745
11746         * input/regression/grid-lines.ly (Module): new file.
11747
11748         * lily/grid-point-engraver.cc (Module): new file.
11749
11750         * lily/grid-line.cc (Module): new file.
11751
11752         * lily/grid-line-span-engraver.cc (Module): new file.
11753
11754         * lily/grid-line-interface.cc (Module): new file.
11755
11756 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11757
11758         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
11759         missing parameter, actualy cdr through list.  Actually return a
11760         list with ENTRY removed (was '()).
11761
11762         * scripts/convert-ly.py: Update.  Print warning if file cannot be
11763         opened.
11764         (do_conversion): Fix printing of continuation comma.
11765
11766         * Documentation/user/advanced-notation.itely (Beam formatting):
11767         Remove refbugs about compound time and mixed duration.
11768
11769         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
11770         modulo moments explicitely.
11771
11772         * lily/moment.cc (operator %): New function.
11773
11774         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
11775
11776         * lily/translator-scheme.cc (ly:translator-now,
11777         ly:translator-property): New function.
11778
11779         * scm/auto-beam.scm (default-auto-beam-check): New function.
11780
11781         * lily/auto-beam-engraver.cc (test_moment): Use it.
11782
11783         * flower/rational.cc (operator %): Bugfix.
11784
11785 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
11786
11787         * scripts/abc2ly: Bugfix
11788
11789 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11790
11791         * python/fontextract.py (write_extracted_fonts): bugfix, too many
11792         %'s on EndFont comment.
11793
11794         * lily/ledger-line-spanner.cc: some more words of explanation.
11795
11796 2005-04-20  John Williams <williams@tni.com>  
11797         
11798         * scripts/lilypond-book.py: htmlquote bugfix.
11799         Allow snippets to be given distinct filenames.
11800         Allow the default alt text to be overridden.
11801
11802 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
11803
11804         * ly/performer-init.ly: Bugfix
11805
11806         * THANKS: Added bughunters.
11807
11808 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11809
11810         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
11811
11812         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
11813         position (was: use modulo measure length).
11814
11815         * configure.in (no gui_b): Remove optional gtk+ requirement.
11816
11817 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11818
11819         * Documentation/user/basic-notation.itely (Pitches): add
11820         LedgerLineSpanner.
11821
11822         * lily/dynamic-engraver.cc (process_music): set right bound to
11823         script if present. Else, do not set.
11824         (acknowledge_grob): only set right bound of finished spanner to
11825         note column if no other bound is set.
11826
11827         * python/lilylib.py (make_ps_images): switch back to png16m.
11828         
11829 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11830
11831         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
11832         writing up to date file.  Add dvips usage suggestion.
11833
11834         * scripts/convert-ly.py: Fix error message.
11835         Print usage if no files on command line.
11836         (usage): Add example usage.
11837
11838         * input/test/compound-time.ly: New file.
11839
11840         * input/test/circle.ly: New file.
11841
11842         * Documentation/topdocs/NEWS.tely: Use them.
11843
11844         * input/test/boxed-stencil.ly: Remove \score.
11845
11846         * buildscripts/mf-to-table.py (base): Add .log dependency.
11847
11848         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
11849         pfa's.  Add .log dependency
11850
11851         * scm/define-markup-commands.scm (lower): New command.
11852
11853         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
11854         make it default.
11855
11856 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11857
11858         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
11859         also to finished cresc as right bound. This fixes:
11860         skip-string-decresc.ly
11861
11862         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
11863         relative_coordinate if extent is empty.
11864
11865         * lily/stem.cc (width_callback): determine correct extent if flag
11866         is not there. This fixes slur-no-flag.ly
11867
11868         * lily/grace-engraver.cc (consider_change_grace_settings): new
11869         function.
11870         (initialize): also consider_change_grace_settings() on
11871         initialization. Fixes large grace notes at start of score.
11872
11873         * lily/break-align-interface.cc (do_alignment): don't translate if
11874         total_extent is empty.
11875
11876         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
11877
11878 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11879
11880         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
11881         with slash.
11882
11883 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11884
11885         * stepmake/aclocal.m4: Remove tfm_path.
11886
11887 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11888
11889         * scm/music-functions.scm (markup-expression->make-markup): fix
11890         bug with cons arguments of markup commands.
11891         (music->make-music): fix music expression property list building
11892
11893 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11894
11895         * aclocal.m4: Massage package names.
11896
11897         * SCons updates.
11898
11899 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11900
11901         * VERSION (PACKAGE_NAME): release 2.5.20
11902
11903         * lily/stem.cc (calc_stem_info): add minimum Y extent of
11904         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
11905
11906         * lily/percent-repeat-engraver.cc (try_music): add measure before
11907         next_moment to future processing moment. Fixes:
11908         percent-repeat-mm-rest.ly
11909         (process_music): don't add moment for 2nd time.
11910
11911         * input/regression/repeat-percent.ly: add mmrests as extra test.
11912
11913         * lily/axis-group-engraver.cc (acknowledge_grob): read
11914         keepAliveInterfaces to decide what to kill.
11915
11916         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
11917         percent-repeat-interface to keepAliveInterfaces. This fixes
11918         percent-repeat-harakiri.
11919
11920 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11921
11922         * SCons updates.
11923
11924 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11925
11926         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
11927
11928         * aclocal.m4: remove --enable-tfm-path configure option
11929
11930         * input/test/ancient-font.ly (lowerStaff): clef name errors.
11931
11932         * scm/backend-library.scm (postscript->png): newline after
11933         finishing command.
11934
11935         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
11936         (LY_DEFINE): ly:paper-score-paper-systems: new function 
11937
11938         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
11939
11940         * lily/score.cc (default_rendering): use Music_output too.
11941
11942         * input/test/chord-names-languages.ly (Module): rename file.
11943
11944         * lily/text-spanner.cc: add bound-padding.
11945
11946         * lily/paper-book.cc (systems): accept Paper_score
11947         iso. Paper_system vector. 
11948
11949         * input/regression/line-arrows.ly: new file.
11950
11951         * lily/paper-score.cc (process): run get_paper_systems() only once.
11952
11953         * lily/line-spanner.cc (line_stencil): add arrows.
11954
11955 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
11956
11957         * lily/line-interface.cc (make_arrow): new function. 
11958         (arrows): idem.
11959
11960 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
11961
11962         * input/test/chord-names-german.ly: update for italian/french
11963         chords.
11964         
11965         * Documentation/user/instrument-notation.itely (Printing chord
11966         names): update.
11967
11968 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11969
11970         * lily/include/paper-score.hh (class Paper_score): remove unused
11971         prototypes.
11972
11973         * lily/book.cc (process): add -COUNT to midi output.
11974
11975         * lily/score.cc (book_rendering): remove outname argument
11976         (book_rendering): return list of Music_outputs. 
11977
11978         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
11979
11980         * lily/book.cc (process): loop over Music_outputs returned from
11981         Score::book_rendering().
11982
11983         * lily/*.cc (width_callback): remove spurious "unused" warnings
11984         for assert (axis==[XY]_AXIS); 
11985
11986         * lily/include/music-output.hh (class Music_output): smobify class.
11987
11988         * lily/include/paper-score.hh (class Paper_score): make members
11989         private.
11990
11991         * lily/performance.cc (process): return #f iso. #<undefined>. This
11992         prevents #<undefined> leaking into GUILE-userspace.
11993
11994 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11995
11996         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
11997
11998 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
11999
12000         * scm/chord-name.scm : support for italian and french
12001         chords names.
12002
12003         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
12004         a space defined by chordPrefixSpacer when the root name is
12005         direclty followed by a prefix.
12006
12007         * ly/engraver-init.ly : chordPrefixSpacer       
12008         * scm/define-context-properties.scm : chordPrefixSpacer
12009         * ly/property-init.ly : italianChords, frenchChords 
12010
12011 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12012
12013         * mf/feta-din.mf: Remove.
12014
12015         * mf/GNUmakefile (fontdir): Bugfix.
12016
12017         * mf/SConstruct: Some updates.
12018
12019         * SConstruct: Require pkg-config.
12020         (test_program): Bugfix for double digit version compares, use
12021         integer (not string-) compare.
12022         Optionally require gs 8.14.
12023
12024         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
12025
12026         * lily/*: s/ifdef HAVE_*/if have/.
12027
12028         * SConstruct (test_lib): New function.  Update pkg-config and some
12029         other requirements.
12030
12031         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
12032         freetype, pangof2t.
12033
12034 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12035
12036         * po/lilypond.pot, ...: Update using bison-CVS.
12037
12038         * python/lilylib.py (make_ps_images): Fixo.
12039
12040 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12041
12042         * python/lilylib.py (make_ps_images): typo.
12043
12044         * configure.in (gui_b): make bison optional.
12045
12046         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
12047
12048 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
12049
12050         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
12051         with one parameter can be defined in a LaTeX file when processed
12052         by lilypond-book this will be evaluated between the systems of
12053         a multi-system score. The parameter is the number of systems processed.
12054
12055 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12056
12057         * python/lilylib.py (make_ps_images): Escape newline.
12058
12059         * Documentation/user/music-glossary.tely: Run
12060         texinfo-all-menus-update.
12061
12062 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12063
12064         * scm/lily-library.scm (old-relative-not-used-message)
12065         (version-not-seen-message): Add input-file-name-location to message.
12066
12067         * lily/parser.yy (lilypond): Add token aliases.
12068
12069         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
12070         not confuse with alteration.
12071         (alteration): Add.
12072
12073 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12074
12075         * python/lilylib.py (make_ps_images): use -dEPSCrop
12076
12077         * VERSION (PACKAGE_NAME): release 2.5.19 
12078
12079         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
12080         only put xrefs in info documentation.
12081
12082         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
12083         .pdf rule to tex-rules.make.
12084
12085         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
12086         from -systems.* output.
12087
12088         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
12089         directly, remove -$(PAGESIZE) target.
12090
12091         * input/test/embedded-postscript.ly: update.
12092
12093 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12094
12095         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
12096
12097         * Documentation/user/changing-defaults.itely (Font selection):
12098         document font-name.
12099
12100         * input/regression/font-name.ly: show Pango fonts for
12101         font-name. Update example. 
12102
12103         * lily/pango-select.cc (properties_to_pango_description): don't
12104         convert symbol font-size to number, but use to lookup.
12105
12106         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
12107
12108         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
12109         (NAME . FILE-NAME) tuples for font descriptions. 
12110         (write-preamble): display BeginFont DSC comments.
12111
12112         * python/fontextract.py (write_extracted_fonts): new file. Extract
12113         font resources from a PS file.
12114
12115         * scripts/lilypond-book.py (option_definitions): --psfonts option.
12116         (Compile_error.process_include): do_file returns chunks.
12117
12118         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
12119
12120         * make/lysdoc-targets.make: .texi is .PRECIOUS
12121
12122         * scripts/lilypond-book.py (write_if_updated): new function.
12123
12124 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12125
12126         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
12127
12128 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12129
12130         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
12131
12132         * input/regression/markup-syntax.ly: remove \score.
12133
12134         * scm/define-markup-commands.scm (draw-circle): add fill argument
12135
12136         * scm/stencil.scm (make-circle-stencil): add fill argument
12137
12138         * ps/music-drawing-routines.ps: add fill argument.
12139
12140         * ly/performer-init.ly: add CueVoice to MIDI too.
12141
12142         * ps/music-drawing-routines.ps: new routine BeginEPSF /
12143         EndEPSF.
12144
12145         * input/regression/markup-eps.ly: new file.
12146
12147         * scm/framework-ps.scm (write-preamble): change order: vars should
12148         be inited before procedures.
12149
12150         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
12151         for EPS files.
12152
12153         * scm/define-markup-commands.scm (epsfile): add epsfile command.
12154
12155 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12156
12157         * configure.in (gui_b): add check for ghostscript 8.15
12158
12159 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12160
12161         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
12162         start of line. Fixes cresc-after-newline.ly
12163
12164         * lily/source-file.cc (file_line_column_string): use get_column().
12165
12166 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12167
12168         * lily/source-file.cc (get_column): utf-8 support for column numbers.
12169
12170 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12171
12172         * lily/*: use message () iso progress_indication () for messages.
12173         Revise/uniformise user messages.
12174
12175         * flower/warn.cc (progress_indication): New function.
12176         (message): Use it.  Fixes newline problems.
12177
12178         * config.make.in (webdir): Sort out install dirs.
12179
12180         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
12181
12182         * python/lilylib.py (command_name): Bugfix.
12183         (make_ps_images):
12184
12185 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
12186
12187         * lily/main.cc: --help says what types of backends are availabe
12188
12189 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12190
12191         Fix ./VERSION dependency, and without need to reconfigure.
12192
12193         * lily/main.cc (setup_paths): Update.
12194
12195         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
12196
12197         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
12198
12199         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
12200         Add \line for some simplistic cases.
12201
12202         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
12203
12204 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12205
12206         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
12207         to compile LY files (useful for adding eg. "-I" args)
12208         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
12209         2Gnome command for gnome backend.
12210         (LilyPond-command-formatgnome): call the 2Gnome command. key
12211         binding: C-c C-g
12212
12213 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12214
12215         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
12216         depend on all PNG images.
12217
12218 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12219
12220         * GNUmakefile.in: Bugfix: also link .map files.
12221
12222 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12223
12224         * scm/music-functions.scm (music->make-music): generate 
12225         a (make-music ...) sexpr from a music expression.
12226         (display-scheme-music): use guile pretty printer to display the
12227         make-music sexpr.
12228
12229 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12230
12231         * ly/engraver-init.ly: reindent.
12232         Add CueVoice.
12233
12234         * scm/music-functions.scm (music-pretty-string): handle moments
12235         too.
12236         (music-pretty-string): only print non-empty lists.
12237         (cue-substitute): create CueVoice context, which has smaller type.
12238
12239         * lily/moment-scheme.cc (LY_DEFINE): new methods
12240         ly:moment-grace-{numerator,denominator}
12241
12242         * lily/context-handle.cc: remove quit() method. 
12243
12244         * lily/font-config.cc (init_fontconfig): be verbose about font path.
12245         (init_fontconfig): success is 0, not !0
12246
12247 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12248
12249         * mf/feta-nummer-code.mf (code): add plus glyph.
12250
12251         * lily/tie.cc (print): idem.
12252
12253         * lily/slur.cc (print): don't use thickness property for
12254         slur shape-thickness.
12255
12256         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
12257         while adding stencils.
12258
12259         * scm/define-markup-commands.scm (with-color): with-color markup
12260         command.
12261         (whiteout): new markup command 
12262         (filled-box): new markup command
12263
12264 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12265
12266         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
12267         test for PDF docs.
12268
12269         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
12270         PFAAybabtu-Regular.  Fixes feta font in PDFs.
12271         
12272         Notes for tetex-3.0 make web:
12273            psclean.map: s/uhv8a/uhvr8a/
12274            config.ps add:
12275                 p +psfonts_t1.map
12276                 p +psclean.map
12277                 p +typeface.map
12278
12279 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12280
12281         * scm/music-functions.scm (music-pretty-string): fix bug with
12282         string argument.
12283
12284 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
12285
12286         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
12287
12288 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12289
12290         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
12291         only process options if they're there.
12292         (write_file_map): add version-seen? to snippet-map.ly
12293
12294 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
12295
12296         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
12297         formatting cleanups.
12298
12299         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
12300         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
12301
12302 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12303
12304         * scm/framework-ps.scm (ps-font-command): don't hash, just use
12305         name directly.
12306
12307         * lily/main.cc (setup_paths): either add mf/out to search path or 
12308         fonts/{otf,type1,etc}
12309         
12310         * lily/font-config.cc (init_fontconfig): either add mf/out to
12311         FontConfig or fonts/{otf,type1,etc}
12312
12313         * GNUmakefile.in: don't put mf/ link in share/ dir.
12314
12315         * lily/staff-spacing.cc: move same-direction-correction to
12316         note-spacing-interface
12317
12318         * scm/lily.scm (lilypond-main): use variable argument count for
12319         exception handler.
12320
12321         * lily/font-config.cc (init_fontconfig): add operator pacification
12322         message.
12323
12324         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
12325
12326         * buildscripts/gen-emmentaler-scripts.py (i): generate
12327         PFAEmmentaler as well.
12328
12329         * scm/framework-ps.scm (munge-lily-font-name): new function
12330         (write-preamble): hack: insert PFA equivalent of CFF into
12331         .PS. This makes LilyPond output printable on normal PS printers
12332         again.
12333
12334         * buildscripts/gen-emmentaler-scripts.py (i): generate
12335         PFAEmmentaler.pfa aswell.
12336
12337 2005-04-06  John Williams <williams@tni.com>  
12338         
12339         * scripts/lilypond-book.py: refactor the compose_ly procedure.
12340         
12341 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12342
12343         * scm/page-layout.scm (default-page-make-stencil): always combine
12344         the header stencil, even if empty. This prevents the body text to
12345         reach up to the margins.
12346
12347         * po/rw.po (Module): new file, for Kinyarwanda.
12348
12349         * input/test/spacing-optical.ly (Module): new file.
12350
12351         * lily/staff-spacing.cc: add same-direction-correction
12352
12353 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12354
12355         * Documentation/user/introduction.itely (Engraving): Comment-out
12356         non-existent file.
12357
12358 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12359
12360         * scm/define-grob-properties.scm (all-user-grob-properties): add
12361         same-direction-correction
12362
12363         * VERSION: release 2.5.18
12364
12365 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
12366
12367         * lily/grob.cc (mark_smob): Check pscore->layout_ before
12368         dereferencing.  Fixes make web.
12369
12370         * lily/midi-stream.cc: Handle unwritable midi file.  Include
12371         errno.h.
12372
12373         * Documentation/user/: Fix links.
12374
12375 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12376
12377         * lily/text-interface.cc (Module): rename from text-item.cc
12378
12379         * input/regression/apply-output.ly (texidoc): function naming fix.
12380
12381         * lily/time-signature-performer.cc (derived_mark): new function.
12382
12383         * lily/lily-parser-scheme.cc:  print mapped file name for progress
12384
12385         * scripts/lilypond-book.py (find_linestarts): new function.
12386         (find_toplevel_snippets): keep track of line numbers.
12387
12388         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
12389         all key changes.
12390
12391         * ly/declarations-init.ly (partCombineListener): use
12392         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
12393
12394         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
12395
12396 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
12397
12398         * lily/text-item.cc: Fix link.
12399
12400         * Documentation/user/changing-defaults.itely (Changing defaults):
12401         Fix programs reference links.
12402
12403         * Documentation/user/music-glossary.tely: Convert to utf-8.
12404
12405 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12406
12407         * make/lilypond-vars.make: remove TEXMF from variables.
12408         remove DEB_BUILD pk font variables.
12409         remove GUILE_LOAD_PATH
12410         remove TeX memory vars.
12411
12412 2005-04-04  Werner Lemberg  <wl@gnu.org>
12413
12414         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
12415
12416 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12417
12418         * ps/lilyponddefs.ps: remove reencode-font
12419
12420         * lily/simple-spacer.cc (add_columns): also compare
12421         directly. Column rank doesn't distinguish between broken and
12422         unbroken columns. This fixes large spaces before time sig changes.
12423
12424         * Documentation/user/point-and-click.itely: document ly:set-option.
12425
12426         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
12427         point_and_click_global is set.
12428
12429         * lily/scm-option.cc (LY_DEFINE): add point-and-click
12430         ly:set-option argument.
12431
12432 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12433
12434         * GNUmakefile.in: Include symlinks in webball.
12435
12436         * Documentation/user/GNUmakefile (source-links): Add symlinks to
12437         source dir for split and non-split manuals.
12438
12439         * Documentation/user/*y: Fix @uref/@inputfile links for
12440         split/non-split HTML documents.
12441
12442         * Documentation/user/GNUmakefile (local-WWW): Do not generate
12443         .ps.gz.
12444         
12445 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12446
12447         * GNUmakefile.in: Add newline.
12448
12449 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
12450
12451         * tex/lilyponddefs.tex: use color instead of xcolor
12452         * scm/output-tex.scm: minor editing
12453
12454 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12455
12456         * scm/music-functions.scm (display-scheme-music): pretty printer
12457         for music expressions.
12458
12459 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12460
12461         * buildscripts/install-info-html.sh (index_file): Fix link.
12462
12463 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12464
12465         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
12466
12467         * Documentation/index.html.in: Add size estimates with some big pages.
12468
12469         * Documentation/user/tutorial.itely (Running LilyPond for the
12470         first time): Add/replace some @rglos links.  TODO: add more
12471         @rglos links in tutorial, test non-intrusiveness (.css).
12472
12473         * stepmake/bin/add-html-footer.py (do_file): Remove info's
12474         annoying's indication of referencing external document.
12475
12476         * Documentation/user/GNUmakefile: Split version of glossary too.
12477         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
12478         links, not only for html.
12479
12480         * Documentation/user/introduction.itely: Fix some links for other
12481         than html, do not use `here' as link name.
12482
12483 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12484
12485         * scm/documentation-generate.scm (string-append): Fix @usermanref,
12486         @glossaryref.
12487
12488 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12489
12490         * scm/page-layout.scm (default-page-make-stencil): only add header
12491         if existing and not empty. Fixes spurious programming error.
12492
12493         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
12494
12495 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
12496
12497         * scm/output-tex.scm: implement {re,}setcolor
12498         * tex/lilyponddefs.tex: use color package
12499
12500 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12501
12502         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
12503         additions to website.
12504
12505         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
12506
12507         * Documentation/user/macros.itexi: Fix @usermanref html links in
12508         split documents: use @inforef.
12509
12510 2005-03-30  Graham Percival  <gperlist@shaw.ca>
12511
12512         * Documentation/user/programming-interface.itely: minor fix.
12513
12514         * Documentation/user/advanced-notation.itely: added info to
12515         Metronome markings.
12516
12517 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12518
12519         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
12520         use box-stencil.  Remove y-padding argument.
12521         (make-stencil-circler): New function.
12522
12523         * buildscripts/lilypond-words.py (F): 
12524         * elisp/SConscript (a): 
12525         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
12526         * vim/SConscript (a): 
12527         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
12528
12529         * lily/general-scheme.cc: Build fix.
12530
12531         * scm/markup.scm:
12532         * input/regression/markup-scheme.ly: 
12533         * input/regression/markup-syntax.ly: Drop 'new-' from name.
12534
12535         * scm/stencil.scm (make-circle-stencil): New function.
12536
12537         * scm/define-markup-commands.scm (draw-circle): Use it.  New
12538         name (was cicle).  Update callers.
12539         (circle): New markup command, similar to box.
12540
12541         * scm/stencil.scm (circle-stencil): New function.
12542
12543 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
12544
12545         * configure.in: Detect libutf8/wchar.h variant.
12546
12547         * stepmake/aclocal.m4: Modify shared size test.
12548
12549 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12550
12551         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
12552
12553 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12554
12555         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
12556         
12557         * VERSION (PACKAGE_NAME):  release 2.5.17
12558
12559 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12560
12561         * scm/backend-library.scm (postscript->png): Fix comment and png
12562         message.
12563
12564         * GNUmakefile.in (link-tree): Fix locales.
12565
12566 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12567
12568         * lily/stencil-scheme.cc (LY_DEFINE): change to
12569         ly:stencil-aligned-to, non mutating.
12570
12571         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
12572
12573         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
12574
12575         * lily/quote-iterator.cc (derived_mark): call
12576         Music_wrapper_iterator::derived_mark() too.
12577
12578         * lily/grace-engraver.cc (derived_mark): change signature, add
12579         const.
12580
12581 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12582
12583         * SConstruct (symlink): 
12584         * GNUmakefile.in (link-tree): Add scripts to prefix.
12585
12586         * lily/general-scheme.cc (ly:effective-prefix): New function.
12587
12588         * scm/backend-library.scm (postscript->png): Use it.
12589
12590 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12591
12592         * lily/paper-score.cc (process): don't delete grobs after
12593         producing stencils. 
12594
12595         * scm/part-combiner.scm (determine-split-list): switch off
12596         debugging info.
12597
12598         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
12599         if available.
12600
12601         * scm/define-context-properties.scm
12602         (all-user-translation-properties): add stringNumberOrientations.
12603
12604         * lily/new-fingering-engraver.cc (position_scripts): make generic,
12605         so fingering and string-numbers are separately controlled.
12606
12607 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12608
12609         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
12610         not use debugging.
12611
12612 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12613
12614         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
12615
12616         * config.hh.in: add HAVE_FONTCONFIG.
12617
12618         * Documentation/user/instrument-notation.itely (String number
12619         indications): new node.
12620
12621         * input/regression/new-markup-syntax.ly (texidoc): add circle.
12622
12623         * lily/new-fingering-engraver.cc (add_string): new function. 
12624         (acknowledge_grob): accept string-number-event as well.
12625
12626         * scm/define-markup-commands.scm (circle): new markup command.
12627
12628         * scm/output-lib.scm (print-circled-text-callback): new function.
12629
12630         * lily/GNUmakefile: move ifeq after include stepmake.make.
12631
12632 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12633
12634         * config.make.in (HAVE_LIBKPATHSEA_SO):
12635         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
12636
12637         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
12638         add KPATHSEA_LIBS.
12639
12640         * debian/watch: 
12641         * debian/control: Update.
12642
12643 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12644
12645         * input/test/title-markup.ly (spaceTest): remove.
12646
12647         * input/test/embedded-tex.ly (Module): remove.
12648
12649         * input/test/music-box.ly: use 'name property, not ly:music-name.
12650
12651         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
12652
12653         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
12654
12655 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12656
12657         * Documentation/topdocs/INSTALL.texi (Top): Remove information
12658         about xdeltas.  Add information about CVS.
12659
12660         * scm/lily.scm (lilypond-main): Fix invocation of handler,
12661         gracefully handle failed files.
12662
12663         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
12664
12665         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
12666         small fixes.
12667
12668         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
12669         No unnecessarily specific i18n messages.  Remove stray `1'.
12670
12671 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12672
12673         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
12674         documentencoding
12675
12676         * scm/documentation-lib.scm (texi-file-head): set utf-8
12677         documentencoding.
12678
12679         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
12680         Delta, not the Symbol one. 
12681
12682         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
12683         for the .map file.
12684
12685         * Documentation/topdocs/INSTALL.texi (Top): add running
12686         requirement as compilation requirement.
12687
12688 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12689
12690         * buildscripts/mutopia-index.py (headertext): add h1 header and
12691         utf-8 charset meta field.
12692
12693         * input/GNUmakefile: prune example list.
12694
12695         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
12696         options.
12697
12698         * lily/slur-scoring.cc (get_base_attachments): only look at stem
12699         extent for visible stems.
12700
12701         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
12702
12703 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12704
12705         * Documentation/topdocs/INSTALL.texi (Top): Updates.
12706
12707         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
12708
12709 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12710
12711         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
12712         pass inf/nan into slur scoring.
12713
12714         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
12715         page.
12716
12717         * scripts/abc2ly.py (dump_voices): use alphabet().
12718
12719 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
12720         
12721         * mf/GNUmakefile (depth): use $(FONTFORGE). 
12722
12723 2005-03-27 Matthias Neeracher <neeracher@mac.com>
12724         
12725         * flower/include/virtual-methods.hh: simplify. Patch by
12726
12727 2005-03-25  John Williams <williams@tni.com>  
12728
12729         * scripts/lilypond-book.py (main): add png for HTML too, guess
12730         only if necessary. 
12731
12732 2005-03-25  Graham Percival  <gperlist@shaw.ca>
12733
12734         * Documentation/topdocs/INSTALL.texi: now recommends
12735         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
12736
12737         * Documentation/user/basic-notation.itely,
12738         Documentation/user/tutoria.itely: warn about
12739         only one (phrasing) slur at once.
12740
12741 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
12742
12743         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
12744
12745 2005-03-23  Graham Percival  <gperlist@shaw.ca>
12746
12747         * Documentation/user/basic-notation.itely: fixed info about
12748         ending a (de)cresc.
12749
12750         * Documentation/user/lilypond-book.itely: fixed
12751         lilypond-book filter example and warned about not doing
12752         --filter and --process at the same time.
12753
12754 2005-03-23  Mats Bengtsson  <mabe@s3.kth.se>
12755
12756         * lily/parser.yy (bass_number),
12757         Documentation/user/instrument-notation.itely (Figured bass): 
12758         Add the possibility to use text markup in figured bass. 
12759
12760 2005-03-19  Graham Percival  <gperlist@shaw.ca>
12761
12762         * Documentation/user/global.itely: added info about naming
12763         identifiers and breakbefore.
12764
12765         * Documentation/user/invoking.itely: added info about batch
12766         processing files with convert-ly, removed references to TeX
12767         in the jail section.
12768
12769         * Documentation/user/examples.itely: possibly fixed piano
12770         dynamics.
12771
12772         * Documentation/user/advanced-notation.itely: added info
12773         about removing other types of Staff.
12774
12775         * Documentation/user/instrument-notation.itely: possibly
12776         fixed piano staff line switch.
12777
12778         * Documentation/user/changing-defaults.itely: added info
12779         about using normal font in titles.
12780
12781 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12782
12783         * VERSION (PATCH_LEVEL): release 2.5.16
12784
12785         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
12786         explicitly.
12787
12788 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12789
12790         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
12791         whitespace.
12792
12793         * python/lilylib.py (make_ps_images):
12794         * scm/backend-library.scm (postscript->pdf, postscript->png):
12795         Quote file name.  Use format rather than string-append juggling.
12796
12797 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12798
12799         * python/lilylib.py (make_ps_images): add x to -g argument. 
12800
12801         * lily/key-performer.cc (create_audio_elements): don't use
12802         scm_eval_string. Check for minor 3rd directly.
12803   
12804         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
12805         (sarabandeCelloGlobal): key is D minor, not F major.
12806
12807 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12808
12809         Fix truncated --png output (Peter Danenberg).
12810         
12811         * python/lilylib.py (make_ps_images):
12812         * scripts/ps2png.py (copyright): Grok --papersize option.
12813
12814         * scm/backend-library.scm (postscript->png): Add parameter
12815         PAPERSIZE.  Update callers.
12816
12817         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
12818         Fixes symbol placement.
12819
12820         * lily/spanner.cc: 
12821         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
12822         <libc-extension.hh>).
12823
12824 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12825
12826         * Nitpick run.
12827
12828         * buildscripts/fixcc.py: Update.
12829
12830         Builddir run fixes.
12831
12832         * HACKING (datadir): Add VERSION.
12833
12834         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
12835         higher up.
12836
12837 2005-03-15  Werner Lemberg  <wl@gnu.org>
12838
12839         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
12840         diagonal stem doesn't become thinner.
12841
12842 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
12843
12844         * buildscripts/fixcc.py: Fixes (Werner).
12845
12846 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12847
12848         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
12849         Emmentaler/Aybabtu.
12850
12851         * GNUmakefile.in: fix lilypond-words path.
12852
12853         * po/tr.po: update to 2.3.21
12854
12855         * lily/new-fingering-engraver.cc (position_scripts): take priority
12856         from head position.
12857
12858         * input/regression/finger-chords-order.ly (texidoc): new file.
12859
12860 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12861
12862         * make/ly-rules.make: 
12863         * stepmake/aclocal.m4: 
12864         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
12865
12866         * buildscripts/fixcc.py (rules): Leave space after operator.
12867
12868 2005-03-14  Werner Lemberg  <wl@gnu.org>
12869
12870         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
12871         top of the glyph with smooth curve.
12872
12873 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12874
12875         * Documentation/user/global.itely (Page layout): remove
12876         printpagenumber.
12877
12878 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
12879
12880         * input/regression/mensural-ligatures.ly: new file (with examples
12881         compiled by Pal Benko).
12882
12883         * Documentation/user/instrument-notation.itely: Bugfix: yet some
12884         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
12885         musicglyph access.  Many small beautifications in ancient
12886         examples.
12887
12888         * input/test/divisiones.ly: fixed indentation; small
12889         beautifications
12890
12891         * ly/engraver-init.ly: added FIXME comment
12892
12893         * scripts/lilypond-book.py,
12894         Documentation/user/lilypond-book.itely: added music fragment
12895         option "packed" to lilypond-book
12896
12897         * Documentation/user/instrument-notation.itely: Bugfix: added
12898         missing LedgerLineSpanner color setting in several places.  Added
12899         music fragment option "packed" to VaticanaContext example.
12900
12901 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12902
12903         * scm/define-grobs.scm (all-grob-descriptions): switch off
12904         Hyphen_spanner::set_spacing_rods 
12905
12906         * lily/lyric-hyphen.cc (print): add padding between syllable and
12907         hyphen.
12908         (print): shorten hyphen in tight situations (determine using
12909         minimum-length)
12910
12911         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
12912         0.4pt.
12913
12914 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12915
12916         * ly/titling-init.ly (bookTitleMarkup): Refinements.
12917
12918         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
12919         header/footer markings for regression-test.
12920
12921         * scm/backend-library.scm (output-scopes, header-to-file): Move
12922         from framework-tex.scm.
12923
12924         * scm/framework-ps.scm (output-framework)
12925         (output-preview-framework):
12926         * scm/framework-eps.scm (output-classic-framework)
12927         (output-framework): Use it.  Fixes collated files.
12928
12929 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12930
12931         * input/sakura-sakura.ly: 
12932         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
12933
12934         * buildscripts/guile-gnome.sh: Update.
12935
12936         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
12937
12938         * mf/aybabtu.pe.in: Capitalize Aybabtu.
12939
12940 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12941
12942         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
12943         culprit: always exit the loop if we find a rod, even if it has
12944         distance < 0. 
12945
12946         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
12947         algorithm.
12948
12949         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
12950         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
12951
12952         * scm/output-svg.scm (dashed-line): new  function body.
12953         
12954         * GNUmakefile.in: create .htaccess.
12955
12956 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12957
12958         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
12959
12960 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12961
12962         * VERSION (PACKAGE_NAME): release 2.5.15
12963
12964         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
12965
12966         * scm/framework-svg.scm (output-framework): put scaling in
12967         document header. Apply scaling only once.
12968         (output-framework): dump page size in px, not mm. 
12969
12970         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
12971         from font-size.
12972
12973         * lily/paper-outputter-scheme.cc (LY_DEFINE):
12974         ly:outputter-output-scheme, new function.
12975
12976         * scm/output-svg.scm (pango-description-to-svg-font): new function
12977
12978 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12979
12980         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
12981         target.
12982
12983         * input/typography-demo.ly: new file.
12984
12985 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12986
12987         * Documentation/user/global.itely (File structure): Add markup blocks
12988         to toplevel expressions.
12989         (Multiple movements, Creating titles): Add markup blocks.
12990
12991         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
12992         <libc-extension.hh>).
12993
12994         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
12995
12996         * flower
12997         * lily
12998         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
12999
13000 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13001
13002         * lily/accidental.cc: special bboxes for natural. 
13003
13004         * mf/feta-toevallig.mf: make stems heavier.
13005
13006         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
13007         texts as well.
13008
13009         * mf/feta-klef.mf: revise. 
13010
13011         * mf/feta-schrift.mf: make thinning of accent less pronounced.
13012
13013         * mf/feta-klef.mf: add rounded curve at top. 
13014         make thinnib a little heavier.
13015
13016 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13017
13018         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
13019
13020         * buildscripts/fixcc.py: New file.
13021
13022         * input/regression/utf8.ly: Update Debian font description.
13023
13024 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13025
13026         * stepmake/aclocal.m4: Fix test.
13027
13028 2005-03-09  Graham Percival  <gperlist@shaw.ca>
13029
13030         * Documentation/user/invoking.itely: added Sebastino Vigna's
13031         docs for the --jail option.
13032
13033 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13034
13035         * lily/stem.cc (print): only produce stemlets if there are no
13036         noteheads on this stem.
13037
13038         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
13039         don't crash on stemlet (visible stem without heads).
13040
13041         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
13042         unbroken situations. 
13043
13044         * scm/output-lib.scm (center-invisible): new function.
13045
13046         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
13047         wishes to determine loose column space.
13048
13049         * lily/font-config.cc (init_fontconfig): add
13050         fonts/{otf,type1,cff}  to path.
13051
13052         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
13053
13054         * mf/GNUmakefile (Module): install all fonts under otf/
13055
13056         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
13057         replace /fonts/otf/ by /ps/ 
13058
13059         
13060 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13061
13062         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
13063
13064         * lily/book.cc (process): Oops, add score_.header_.
13065
13066         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
13067
13068         * lily/parser.yy: Handle toplevel and book texts as score.
13069
13070         * scm/page-layout.scm (default-page-make-stencil):
13071         Bugfix: (page-properties rename.
13072
13073         * scm/backend-library.scm (ly:system): Typo.
13074
13075 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13076
13077         * stepmake/stepmake/executable-targets.make (installexe): don't
13078         strip installed executables
13079
13080         * lily/font-select.cc (get_font_by_design_size): revert
13081         pango_description_string as well.
13082
13083         * lily/system.cc (set_loose_columns): put loose column just left
13084         of next column.
13085
13086         * lily/include/group-interface.hh (extract_grob_array): rename
13087         from Pointer_group_interface__extract_grobs
13088
13089         * input/regression/ledger-line-minimum.ly (texidoc): new file.
13090
13091         * lily/ledger-line-spanner.cc (set_spacing_rods): new
13092         function. Keep ledgered note heads at a minimum distance.
13093         Introduce minimum-length-fraction
13094         (print): introduce length-fraction property.
13095
13096 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13097
13098         * tex/GNUmakefile: remove latin1.enc rules.
13099
13100 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13101
13102         * scm/titling.scm: Typo.
13103
13104         * input/regression/score-text.ly: Really add.
13105
13106         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
13107
13108 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13109
13110         * lily/open-type-font-scheme.cc:  new file.
13111
13112 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13113
13114         * scm/titling.scm (layout-extract-page-properties): Rename from
13115         page-properties.  Update callers.
13116
13117         * lily/lexer.ll (Lily_lexer):
13118         * lily/parser.yy: Junk lyric_markup state.
13119
13120         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
13121
13122         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
13123         Add texts parameter.
13124
13125 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13126
13127         * lily/lexer.ll (lyric_markup): New mode.
13128         (Lily_lexer::push_lyric_markup_state): New method.
13129         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
13130
13131         * lily/parser.yy (book_body):
13132         (toplevel_expression): Grok \markup texts.
13133
13134         * lily/score-scheme.cc (ly:music-scorify): 
13135         * scm/lily-library.scm (collect-music-for-book): Take texts
13136         parameter.
13137
13138         * lily/score.cc (texts_): New member.
13139
13140         * lily/paper-book.cc (systems): Format score texts.
13141
13142         * score-text.ly: New file.
13143
13144         * ttftool/SConscript:
13145         * kpath-guile/SConscript: New file.
13146
13147         * lily/SConscript:
13148         * SConstruct: Update.
13149
13150 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13151
13152         * VERSION (PACKAGE_NAME): release 2.5.14
13153
13154 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13155
13156         * lily/main.cc: Add dummy xgettext markers.
13157
13158 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13159
13160         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
13161         requirements
13162
13163         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
13164         executable is < 40k
13165
13166         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
13167         hack.
13168
13169 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13170
13171         * flower/libc-extension.cc:
13172         * flower/include/libc-extension.hh: [Open]BSD simply cast
13173         cookie/funopen declarations.
13174
13175         * stepmake/aclocal.m4: Check for libkpathsea.so.
13176
13177         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
13178         dl_kpse_find_file.
13179
13180 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13181
13182         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
13183         (open_library): alternative for static library.
13184
13185 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13186
13187         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
13188
13189         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
13190
13191         Drop run-time dependency on teTeX.
13192
13193         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
13194
13195         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
13196         KPATHSEA_LIBS in LIBS.
13197         (STEPMAKE_DLOPEN): New function.
13198
13199         * lily/font-config.cc (init_fontconfig): Use dir for directory,
13200         not path.
13201
13202         * flower/file-path.cc (directories): Rename from paths, as this
13203         return an array of directories (a single path).
13204
13205 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13206
13207         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
13208
13209         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
13210         new ly:kpathsea-find-file
13211
13212         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
13213
13214         * kpath-guile/GNUmakefile: new file
13215
13216         * buildscripts/gen-emmentaler-scripts.py (i): generate
13217         emmentaler-X.fontname as well.
13218
13219         * buildscripts/ps-embed-cff.py: new script
13220
13221         * scm/lily-library.scm: remove ps-embed-cff.
13222
13223         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
13224         font loading. 
13225
13226         * scm/font.scm (add-music-fonts): load dynamics/numbers through
13227         fontconfig as well.
13228
13229         * lily/font-config.cc (init_fontconfig): add cff/ too.
13230
13231         * ly/generate-embedded-cff.ly: capitalize.
13232
13233         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
13234         so as to register the pango font.
13235
13236         * lily/font-config.cc (init_fontconfig): add
13237         prefix/{otf,type1,mf/out} to fontconfig path.
13238
13239         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
13240         overrides all. 
13241
13242         * configure.in (gui_b): remove ec mftrace check
13243
13244         * config.hh.in: use lilypond-Major.Minor as data directory.
13245
13246         * scm/framework-ps.scm (dump-page): use output-units for landscape.
13247
13248         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
13249         name.
13250
13251 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13252
13253         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
13254         error messages.
13255
13256         * flower/libc-extension.cc:
13257         * flower/include/libc-extension.hh: [Open]BSD fixes for
13258         cookie/funopen declarations.
13259
13260 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13261
13262         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
13263         emmentaler.
13264
13265         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
13266         lcrm10.
13267
13268         * scm/define-markup-commands.scm (fontsize): new markup
13269         command. Also set baseline-skip
13270
13271 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
13272         
13273         * lily/main.cc (do_chroot_jail): paranoia security for webserver
13274         use.
13275
13276 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13277
13278         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
13279
13280         * lily/pdf.cc: remove PDF related files
13281
13282 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13283
13284         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
13285         <hamamatsu@gmx.de>
13286
13287 2005-03-05  Graham Percival  <gperlist@shaw.ca>
13288
13289         * Documentation/user/advanced-notation.itely: first draft
13290         of reorg done.
13291
13292         * Documentation/user/global.itely: fixed (sub)section
13293         bits of MIDI.
13294
13295 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
13296
13297         * cygwin/mknetrel (extras): Bufix (Bertalan).
13298
13299         * Documentation/user/basic-notation.itely (Chords): @ref fix.
13300         * Documentation/user/instrument-notation.itely (Introducing chord
13301         names): Compile fix: must have unique name.
13302
13303 2005-03-02  Graham Percival  <gperlist@shaw.ca>
13304
13305         * Documentation/user/instrument-notation.itely: reorg.
13306
13307 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
13308
13309         * scm/output-gnome.scm:
13310         * scm/output-svg.scm: Fix font scaling.
13311
13312 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13313
13314         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
13315         what link to use best.
13316
13317         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
13318         * Documentation/user/tutorial.itely (Automatic and manual beams):
13319         Fix @ref.
13320
13321         * lily/tweak-registration.cc (replace_grob_tweak): New function.
13322         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
13323         * scm/framework-gnome.scm (tweak): Use it.
13324
13325 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13326
13327         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
13328
13329         * scm/output-ps.scm (white-text): reinstate white-text
13330
13331 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13332
13333         * scm/output-ps.scm (offset-add): Remove.
13334
13335         * scm/lily-library.scm (offset-flip-y): New function.
13336         * scm/framework-gnome.scm (tweak): Use it.
13337
13338         * scm/output-gnome.scm (grob-cause): Add parameter.
13339
13340         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
13341         * scm/output-ps.scm (url-link): Move.
13342         (white-text): Warn user about brokenness.
13343
13344         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
13345         wrt ghostscript.
13346
13347 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13348
13349         * lily/slash-repeat-engraver.cc (try_music): always make slashes
13350         if body length smaller than measure length.
13351
13352         * scm/define-markup-commands.scm (with-url): oops. use Y extent
13353         for Y.
13354
13355         * ly/titling-init.ly (tagline): put default tagline in \paper
13356
13357 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13358
13359         * lily/kpath.cc: 
13360         * lily/pdf.cc (Pdf_file): Use more generic error messages.
13361
13362         * scm/lily-library.scm (version-not-seen-message): New function.
13363         * ly/init.ly: Use it.
13364
13365         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
13366         breaks as progess.
13367
13368         * scripts/lilypond-book.py (do_process_cmd): Do not lump
13369         whitespace with l10n message.
13370
13371         * scm/framework-tex.scm (convert-to-ps):
13372         (convert-to-dvi): Do not use overly specific l10n messages.
13373
13374         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
13375
13376         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
13377         merge stderr with stdout.  
13378
13379 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13380
13381         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
13382         Neeracher).
13383
13384 2005-02-29  Graham Percival  <gperlist@shaw.ca>
13385
13386         * Documentation/user/instrument-notation.teily: moved
13387         \arpeggio to Basic.
13388
13389         * Documentation/user/advanced-notation.itely: Articulation to
13390         Basic, a bunch of stuff from Basic moved to Advanced.
13391
13392         * Documentation/user/basic.itely: swapped various sections,
13393         reorganized Basic.
13394
13395 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13396
13397         * flower/memory-stream.cc: 
13398         * flower/libc-extension.cc: Remove obsolete #undefs.
13399
13400         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
13401         more carefully.
13402
13403 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13404
13405         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
13406         dependency.
13407
13408         * VERSION (PACKAGE_NAME): release 2.5.13
13409
13410         * GNUmakefile.in (web-ext): don't ship ps.gz
13411
13412         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
13413         stdout
13414
13415 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13416
13417         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
13418         without libintl.  Now it compiles too.
13419
13420 2005-02-28  Graham Percival  <gperlist@shaw.ca>
13421
13422         * Documentation/user/basic-notation.itely,
13423         instument-notation.itely, advanced-notation.itely:
13424         split up contents of notation.itely.
13425
13426         * Documentation/user/notation.itely: file removed.
13427
13428         * Documentation/user/invoking.itely, converters.itely:
13429         moved convert-ly info to invoking.itely.
13430
13431         * Documentation/user/global.itely, changing-defaults.itely,
13432         sound-output.itexi: moved global settings, file layout, and
13433         sound into global.itely.
13434
13435         * Documentation/user/sound-output.itexi: file removed.
13436
13437         * Documentation/user/lilypond.tely: removed links to
13438         notation.itely and sound.itely.
13439
13440 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13441
13442         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
13443
13444         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
13445  
13446         * THANKS: add sponsor.
13447
13448         * scm/define-markup-commands.scm (with-url): new markup command.
13449
13450         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
13451         tagline.
13452         
13453         * scm/output-tex.scm (url-link): stub.
13454
13455         * scm/output-ps.scm (url-link): new function.
13456
13457         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
13458         ly:set-point-and-click
13459
13460 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13461
13462         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
13463         based on pdf-viewer setting.
13464
13465         * scm/framework-ps.scm (write-preamble): Find and set preferred
13466         pdf-viewer.
13467
13468 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13469
13470         * Documentation/user/point-and-click.itely: update for PDF point &
13471         click.
13472
13473         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
13474         editors based on EDITOR setting.
13475
13476 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13477
13478         * scm/*: Oops, more grand 2005 replace bits.
13479
13480 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13481
13482         * ps/music-drawing-routines.ps: new routine: insert PDF mark
13483
13484         * scm/output-ps.scm (grob-cause): point & click support for
13485         PostScript
13486
13487 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13488
13489         * lily/input-scheme.cc (LY_DEFINE): rename to
13490         ly:input-file-line-column
13491
13492 2005-02-26  Graham Percival  <gperlist@shaw.ca>
13493
13494         * Documentation/user/examples.itely: small fix from Steve Doonan.
13495
13496         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
13497
13498         * THANKS: added Yuval Harel.
13499
13500         * Documentation/user/{various}: inserted two spaces after a period.
13501
13502         * Documentation/user/lilypond.tely: added framework for reorg.
13503
13504         * Documentation/user/basic-notation.itely, instrument-notation.itely,
13505         advanced-notation.itely, global.itely: new files, placeholder for
13506         future reorg.
13507
13508 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
13509
13510         * Documentation/user/notation.itely: revamped Polyphony section
13511         
13512 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13513
13514         * Documentation/user/lilypond-book.itely (Music fragment options):
13515         doc fontload.
13516
13517         * Documentation/user/changing-defaults.itely (Text encoding): add
13518         fontload option to utf8 include
13519
13520         * scripts/lilypond-book.py (compose_ly): add fontload option
13521
13522         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
13523         force-eps-font-include option.
13524
13525         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
13526         black triangle
13527
13528         * Documentation/user/invoking.itely (Editor support): remove
13529         lilypond-latex section.
13530
13531         * scripts/lilypond-latex.py (Module): remove script.
13532
13533         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
13534         overwrite .log. 
13535
13536         * lily/main.cc: remove -m, --no-layout
13537
13538         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
13539         to define. We don't want to override fprintf everywhere.
13540
13541 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
13542
13543         * cygwin/lilypond.hint: 
13544         * cygwin/README.in: Update dependencies.
13545
13546         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
13547         Bugfix: do not pollute CPPFLAGS, LIBS.
13548
13549         * cygwin/mknetrel (extras): Cross compile fixes.
13550
13551         * ttftool/util.c: 
13552         * ttftool/ttfps.c: 
13553         * ttftool/ps.c: #include libc-extension.hh
13554
13555         * flower/include/libc-extension.hh:
13556         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
13557         wrapper using funopen.
13558         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
13559         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
13560
13561         * config.hh.in:
13562         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
13563         (AC_CHECK_HEADERS): Add libio.h
13564
13565         * scripts/convert-ly.py: Uniformize, internationalize.
13566         (2.5.2): Remove fatal encoding rule.
13567         (2.5.13): Handle latin1 encoding gracefully.
13568
13569 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
13570
13571         * HACKING: Fix line breaks.
13572
13573 2005-02-23  Werner Lemberg  <wl@gnu.org>
13574
13575         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
13576         contains those two files.
13577
13578 2005-02-21  Werner Lemberg  <wl@gnu.org>
13579
13580         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
13581         to improve overlap removal process.
13582
13583         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
13584         left and right ending.  This ensures better overlapping.
13585         Update all callers.
13586         ("lineprall"): Don't use draw_gridline to get better overlapping.
13587
13588 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13589
13590         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
13591
13592         * Documentation/topdocs/NEWS.tely (Top): oops.
13593
13594 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
13595
13596         * HACKING: new file.
13597
13598         * input/regression/utf8.ly (portuguese): added a portuguese example
13599         to show latin1 accents.
13600
13601 2005-02-21  Pal Benko  <benkop@freestart.hu>
13602
13603         * lily/mensural-ligature-engraver.cc:
13604         * lily/mensural-ligature.cc:
13605         * lily/include/mensural-ligature.hh: new algorithm implemented
13606
13607         * scm/define-grob-properties.scm: join-left killed (add-join may
13608         be used); join-left-amount changed to join-right-amount
13609
13610 2005-02-21  Graham Percival  <gperlist@shaw.ca>
13611
13612         * Documentation/user/notation.itely: small but urgent fix.
13613
13614 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
13615
13616         * lily/duration-scheme.cc: bugfix: correct parameters to
13617         SCM_ASSERT_TYPE.
13618
13619         * THANKS: added Pal.
13620
13621         * Documentation/user/notation.itely: bugfix: unTeXified
13622         $\\backslash$.  Bugfix: yet another glyph renaming victim:
13623         "timesig.*x/y" -> "timesig.*xy".
13624
13625 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13626         
13627         * VERSION (PACKAGE_NAME): release 2.5.12
13628
13629 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13630
13631         * ly/engraver-init.ly: set tieWaitForNote to #t by default
13632
13633         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
13634
13635         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
13636
13637         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
13638
13639 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
13640
13641         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
13642         latin1..utf-8.
13643
13644         * input/regression/stanza-number.ly:
13645         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
13646
13647         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
13648
13649 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13650
13651         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
13652         NEWS. Refer to website for older news.  
13653
13654         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
13655         .HTML. This should be done for specific servers only.
13656
13657         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
13658         .ly image examples.
13659
13660         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
13661         in layer 0 too.
13662
13663         * scm/define-context-properties.scm
13664         (all-user-translation-properties): add tieWaitForNote
13665
13666         * scm/define-grobs.scm (all-grob-descriptions): add
13667         Tie_column::before_line_breaking
13668
13669         * lily/tie.cc (get_column_rank): new function
13670
13671         * lily/tie-column.cc (before_line_breaking): new function.
13672         (werner_directions): take into account ties that start on
13673         different columns.  
13674
13675         * lily/score-engraver.cc (set_columns): move add_column() so we
13676         have column rank available.
13677
13678         * lily/tie.cc (get_column_rank): new function.
13679
13680         * input/regression/utf8.ly (japanese): add japanese lyrics.
13681
13682         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
13683
13684         * THANKS: add Steve D
13685
13686         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
13687         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
13688
13689 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
13690
13691         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
13692         to show harmonic notes
13693         * scm/define-markup-commands.scm: in \markup-by-number
13694         "dots-dot" -> "dots.dot" to show dotted notes
13695
13696 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13697
13698         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
13699
13700         * flower/memory-stream.cc (writer): new file.
13701
13702         * configure.in: add endian test.
13703
13704 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
13705
13706         * Documentation/user/examples.itely: small
13707         simplification/beautification
13708
13709         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
13710         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
13711         notation manual.
13712
13713         * lily/mensural-ligature.cc: bugfix: another few victims of the
13714         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
13715
13716         * ly/gregorian-init.ly: commit some experimental code for hi-level
13717         ligature input language lying around here for several months.
13718
13719         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
13720         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
13721
13722         * lily/vaticana-ligature-engraver.cc: bugfix: another few
13723         "x-y-z"->"x.y.s-z" fixes.
13724
13725 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13726
13727         * scm/framework-pdf.scm (scm): new file
13728
13729         * lily/include/pdf.hh (class Pdf_file): new file.
13730
13731         * lily/pdf.cc (write_trailer): new file.
13732
13733 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
13734
13735         * input/regression/color.ly: new file
13736
13737         * lily/stencil.cc (interpret_stencil_expression):
13738         when a color expression is encountered: save current color,
13739         process the rest of the expression, and restore previous color.
13740
13741         * lily/system.cc (get_line): check all grobs for color property and
13742         prepare the stencil scheme expressions for further processing.
13743         Fix layer-loop.
13744
13745         * scm/define-grob-properties.scm: introduce the color property.
13746
13747         * scm/output-lib.scm: color helper functions.
13748
13749         * scm/output-ps.scm: introduce setcolor/resetcolor.
13750
13751 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
13752
13753         * ly/*.ly, input/regression/*.ly: Added missing \version
13754         statements in some files.
13755
13756 2005-02-15  Graham Percival  <gperlist@shaw.ca>
13757
13758         * Documentation/user/notation.itely: minor editing.
13759
13760         * Documentation/user/converters.itely: updated convert-ly bugs.
13761
13762         * Documentation/user/lilypond-book.itely: add info about using
13763         feta characters in latex.
13764
13765 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13766
13767         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
13768
13769 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13770
13771         * scm/define-grob-properties.scm (all-user-grob-properties):
13772         removed 'dashed property.
13773
13774 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13775
13776         * scm/lily.scm (define-safe-public): new macro for defining
13777         variables that can be used in --safe mode. Use it in *.scm
13778         instead of manually setting safe-objects in safe-lily.scm.
13779
13780 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13781         
13782         * lily/slur.cc: Slur-dash patch by Bertalan.
13783
13784         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
13785
13786         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
13787
13788 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13789
13790         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
13791
13792 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13793
13794         * mf/GNUmakefile: teTeX-3.0 install fix.
13795
13796         * Cygwin patch from Bertalan.
13797
13798         * stepmake/stepmake/metafont-rules.make: Remove bashism.
13799
13800 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13801
13802         * GNUmakefile.in: 
13803         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
13804
13805         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
13806         2.0.x compatibility.
13807
13808 2005-02-08  Werner Lemberg  <wl@gnu.org>
13809
13810         * mf/feta-din-code.mf: Format; clean up code.
13811         Replace `---' with `--' plus explicit path directions.
13812         (linethickness#, stafflinethickness#): Remove.
13813         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
13814         ("dynamic s"): Improve shape.
13815         ("dynamic p"): Improve shape.
13816         Replace `draw' with better outline approximation.
13817         ("dynamic r"): Improve shape.
13818         Don't call `fill' and `draw' at the same time.
13819
13820 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13821
13822         * SConstruct (symlink):
13823         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
13824         build fix: add enc symlink.
13825
13826         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
13827
13828         Support for DESTDIR besides prefix=/foo
13829
13830         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
13831
13832         * stepmake/stepmake/*.make:
13833         * */GNUmakefile:
13834         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
13835
13836         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
13837
13838         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
13839         mawk in fontforge (date) test.
13840
13841 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13842
13843         * scm/font.scm (make-century-schoolbook-tree): add NCS as
13844         font-family=roman. Add Luxi Sans as sans
13845
13846 2005-02-07  Graham Percival  <gperlist@shaw.ca>
13847
13848         * Documentation/user/notation.itely: add warning about
13849         percent repeats and Voice contexts.
13850
13851         * Documentation/user/lilypond-book.itely: clarified the
13852         necessity of dvips -u arguments.
13853
13854 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
13855
13856         * THANKS: Added a bunch of bug hunters.
13857
13858 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13859
13860         * scm/framework-ps.scm (output-preview-framework): bugfix.
13861
13862         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
13863         o/ for chord modifier..
13864
13865         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
13866
13867         * lily/drum-note-performer.cc:  remove unused (thanks Michael
13868         Welsh Duggan). 
13869
13870 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13871
13872         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
13873
13874         * ly/titling-init.ly: Do not also print intstrument in header on
13875         first page.  Do not print page number on first and only page.
13876
13877 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13878
13879         * input/regression/*.ly: remove old-relative everywhere
13880
13881         * lily/music-sequence.cc (simultaneous_relative_callback): do
13882         what-if analysis on copy, not on original. Fixes old-relative
13883         compatibility.
13884
13885         * scm/backend-library.scm (postscript->png): space before
13886         --verbose.
13887         
13888 2005-02-05  Werner Lemberg  <wl@gnu.org>
13889
13890         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
13891         is defined.
13892
13893         * mf/feta-alphabet.mf: Define `staffsize#'.
13894         Include `feta-params.mf'.
13895         s/staffheight/design_size/.
13896
13897         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
13898
13899         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
13900
13901         * mf/feta-nummer-code.mf: Reformatted.
13902         (draw_six): Use outline intersection to avoid a self-intersecting
13903         path.
13904         ("Numeral comma"): Fix serious outline glitches.  This slightly
13905         changes the glyph shape.
13906         ("Numeral dash"): Use `draw_rounded_block'.
13907         ("Numeral dot"): Use `drawdot'.
13908         ("Numeral 1"): Assure identical tangent directions for the
13909         intersection points of paths.  The glyph shape improvement is only
13910         visible at very high magnifications.
13911         ("Numeral 2"): Use `solve' macro to make the lower right part of
13912         the glyph outline touch the x axis exactly.  This changes the
13913         glyph shape.
13914         Minor fixes for better overlap removal support.
13915         ("Numeral 4"): Make lefter corner `rounder'.
13916         ("Numeral 5"): Assure identical tangent directions for the
13917         intersection points of paths.  This improves the glyph shape at
13918         high magnifications.
13919         ("Numeral 7"): Use `solve' macro to make the upper right part of
13920         the glyph outline touch the metrics box exactly.  This changes the
13921         glyph shape.
13922         Avoid corner in the upper left part of the glyph (causing a minor
13923         shape change).
13924
13925         * mf/feta-ital-*.mf: Removed.  Unused.
13926
13927 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13928
13929         * VERSION (PATCH_LEVEL): release 2.5.11
13930
13931         * input/regression/fill-line-test.ly: new file.
13932
13933         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
13934         emmentaler name, eg. emmentaler-23. 
13935
13936 2005-02-04  Christian Hitz  <chhitz@gmx.net>
13937
13938         * scm/scm/define-markup-commands.scm (fill-line): rework for better
13939         alignment with centered texts
13940
13941         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
13942         list of paddings
13943
13944 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13945
13946         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
13947
13948         * lily/note-column.cc (translate_rests): call flush_extent_cache()
13949         of parents when translating rests. Fixes: c-chord-rest.ly 
13950
13951         * lily/include/dimension-cache.hh (struct Dimension_cache): add
13952         dimension_callback_ member.
13953
13954         * lily/grob.cc (flush_extent_cache): new function. Force recompute
13955         of extents.
13956
13957 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
13958
13959         * all but lily/*: The grand 2004/2005 replace.
13960
13961 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13962
13963         * lily/*: add space after ,  
13964
13965         * scm/music-functions.scm (has-request-chord): don't use
13966         ly:music-name anywhere. Fixes <<\\>> notation. 
13967
13968         * scm/define-markup-commands.scm (box): use font-size for
13969         padding. Fixes boxed-rehearsal-marks.ly
13970
13971         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
13972         identifier definition too, so foo = \lyrics { ...   } bar = #1
13973         doesn't complain about "bar" being LYRICS_STRING.
13974
13975         * lily/paper-def.cc (find_pango_font): new routine; Store
13976         pango_fonts in hash tab too. This is necessary for retrieving
13977         Pango_fonts::physical_font_tab() later on.
13978  
13979         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
13980         crash if psname is null.
13981
13982         * lily/lily-guile.cc (ly_hash2alist): new function
13983
13984         * Documentation/user/changing-defaults.itely (Text encoding):
13985         rewrite. 
13986
13987         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
13988         -> font_filename mapping.
13989
13990         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
13991         ly_pango_font_physical_fonts
13992
13993         * scm/framework-ps.scm (supplies-or-needs): extract names from
13994         physical Pango_fonts.
13995
13996         * utf8.ly: new file.
13997
13998 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13999
14000         * Documentation/user/changing-defaults.itely (Page layout): add
14001         doco about systemSeparatorMarkup.
14002
14003         * scm/page-layout.scm (default-page-make-stencil): add-to-page
14004         function.
14005         (default-page-make-stencil): insert system separators.
14006
14007         * scm/define-markup-commands.scm (hcenter): add
14008         (beam): add.
14009
14010 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14011
14012         * scm/output-ps.scm (ez-ball): reinstate ez notation.
14013
14014 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
14015
14016         * lily/main.cc: Spell backend consistently.  Sort options.
14017
14018 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14019
14020         * scripts/lilypond-book.py (Module): revert @include.
14021         
14022 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
14023
14024         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
14025         Bugfix: @include .tex (not .texi).  Small cleanups.
14026
14027         * stepmake/bin/add-html-footer.py (i18n): New function.
14028
14029 2005-01-31  Werner Lemberg  <wl@gnu.org>
14030
14031         * mf/feta-nummer.mf: Removed.  Unused.
14032
14033 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14034
14035         * lily/ : 2004 -> 2005 s&r
14036
14037         * scm/file-cache.scm (cached-file-contents): add file. Read each
14038         file only once.
14039
14040         * scm/font.scm (add-pango-fonts): change order. Medium weight is
14041         now default.
14042
14043         * VERSION: release 2.5.10
14044         
14045         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
14046
14047         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
14048
14049         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
14050         that both X and Y extents of bbox are non-nil.
14051
14052 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14053
14054         * scm/chord-name.scm (alteration->text-accidental-markup): change
14055         - to . 
14056
14057         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
14058
14059         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
14060
14061         * Documentation/user/invoking.itely (Invoking lilypond): add note
14062         about EPS backend.
14063
14064         * scm/framework-eps.scm: new file: create per-system/per-page EPS
14065         files for inclusion in lilypond-book document.
14066
14067         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
14068
14069         * input/tutorial/lbook-texi-test.texi: new file.
14070
14071         * scm/safe-lily.scm (safe-objects): add
14072         {begin,end}-of-line-(in)?visible as safe.
14073  
14074 2005-01-30  Graham Percival  <gperlist@shaw.ca>
14075
14076         * Documentation/user/changing-defaults.itely: fixed example
14077         of (dynamics).
14078
14079 2005-01-29  Graham Percival  <gperlist@shaw.ca>
14080
14081         * lily/main.cc: fix info about -o=FILE.
14082
14083 2005-01-29  Werner Lemberg  <wl@gnu.org>
14084
14085         * mf/feta-toevallig.mf ("Natural"): Completely changed the
14086         construction to assure smooth transition from straight to curved
14087         lines.
14088
14089 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14090
14091         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
14092         stencils.
14093
14094         * ps/lilyponddefs.ps: add start-page, start-system doesn't
14095         translate to top of page. Fixes alignment problems of
14096         lilypond-generated EPS files.
14097
14098 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14099
14100         * scm/part-combiner.scm (analyse-spanner-states): trigger on
14101         crescendo-end as well, since Decrescendo maybe ended with Stop
14102         Crescendo.). Fixes: partcombine-diminuendo.ly
14103
14104         * scm/script.scm (default-script-alist): swap portato symbols.
14105
14106         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
14107
14108         * lily/paper-outputter-scheme.cc (LY_DEFINE):
14109         ly:outputter-port. New function.
14110
14111         * scm/framework-ps.scm (output-classic-framework): dump a
14112         -systems.texi too
14113         (output-classic-framework): dump multiple systems on an "infinite"
14114         page EPS including fonts. 
14115
14116         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
14117         .eps files for both texi and tex formats. Use PNG coming from
14118         lilypond.
14119         
14120 2005-01-28  Graham Percival  <gperlist@shaw.ca>
14121
14122         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
14123
14124         * scripts/lilypond-latex.py: fix info about -o=FILE.
14125
14126 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14127
14128         * ly/generate-embedded-cff.ly: write .cff.ps files.
14129
14130         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
14131
14132         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
14133         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
14134
14135 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
14136
14137         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
14138
14139 2005-01-28  Werner Lemberg  <wl@gnu.org>
14140
14141         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
14142         macros.
14143         (draw_bulb): Improved.
14144
14145         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
14146         metapost bug.
14147         (draw_pedal_P): Use soft_end_penstroke.
14148         (draw_pedal_d): Use soft_start_penstroke.
14149
14150         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
14151         path.
14152         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
14153         doesn't change the glyph shape.
14154
14155         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
14156         changing the shape) to avoid fontforge warnings.
14157
14158         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
14159         soft_end_penstroke and fix glyph shape.
14160
14161 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14162
14163         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
14164
14165 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14166
14167         * scm/define-markup-commands.scm (line): filter out empty stencils
14168         from line command.
14169
14170         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
14171         amount.
14172
14173 2005-01-27  Graham Percival  <gperlist@shaw.ca>
14174
14175         * Documentation/user/notation.itely: added info about what
14176         \voiceFoo does.  Also rewrote warning about marks at
14177         a line break.
14178
14179         * Documentation/user/changing-defaults.itely: added info
14180         about putting dynamics in parenthesis and brackets.
14181
14182 2005-01-27  Werner Lemberg  <wl@gnu.org>
14183
14184         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
14185
14186 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14187
14188         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
14189         portato-direction.ly
14190
14191         * lily/beam.cc (consider_auto_knees): add beam height to
14192         threshold. Fixes: knee-multiple-beam.ly
14193
14194         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
14195         pedal line spanners. Fixes: instrument-center-pedal.ly
14196
14197         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
14198         if encountering barline. Fixes: auto-beam-repeat.ly
14199
14200 2005-01-26  Werner Lemberg  <wl@gnu.org>
14201
14202         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
14203         overlapping.
14204
14205         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
14206         with inflections for the 1/2 sharp glyph.
14207
14208         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
14209         connection between `t' and `r'.
14210         Unify bulb with the rest of `r' to avoid grazing outlines which
14211         confuses the overlap removal algorithm of fontforge.
14212
14213         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
14214         inflections.
14215         (draw_cross): Fix shape to have uniform thickness in corners.
14216
14217         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
14218         to avoid an uneven number of self-intersections; this confuses
14219         fontforge.
14220         Fix a slight bug in the shape at left bottom (which is visible only
14221         at high magnifications).
14222         `Center' the stem horizontally to avoid overlapping.
14223
14224 2005-01-24  Werner Lemberg  <wl@gnu.org>
14225
14226         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
14227         to `asis'.
14228         (fet_begingroup): Save group name in string `feta_group'.
14229         (fet_endgroup): Updated.
14230         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
14231
14232         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
14233
14234         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
14235         in metapost.
14236
14237 2005-01-24  Graham Percival  <gperlist@shaw.ca>
14238
14239         * Documentation/user/notation.itely: really minor editing.
14240
14241 2005-01-22  Graham Percival  <gperlist@shaw.ca>
14242
14243         * Documentation/user/examples.itely: minor editing.
14244
14245         * Documentation/user/changing-defaults.itely: minor editing.
14246
14247         * Documentation/user/notation.itely: clarified info on polyphony
14248         and \addlyrics.
14249
14250 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14251
14252         * scm/output-gnome.scm: 
14253         * scm/output-svg.scm:
14254         * scm/lily-library.scm (font-name-style): Update font name
14255         kludging for fontconfig use.
14256
14257 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
14258
14259         * scm/define-markup-commands.scm: Document right-align and
14260         larger markup commands. Remove "TODO" from the topmost comment
14261         "each markup function should have a doc string." More consistent
14262         use of new-lines.
14263
14264 2005-01-22  Graham Percival  <gperlist@shaw.ca>
14265
14266         * Documentation/user/changing-defaults: removed info about
14267         copyright symbol, since it's likely to change soon.
14268         Added info about betweensystemspace.
14269
14270         * Documentation/user/notation.itely: minor fixes.
14271
14272         * Documentation/user/lilypond.tely,
14273         Documentation/user/music-glossary.tely: changed copyright
14274         date to 2005 instead of 2004.
14275
14276         * input/test/volta-chord-names.ly: added old example back.
14277
14278 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14279
14280         * mf/feta-beugel.mf: use design size 20 (not 15).
14281
14282         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
14283         change name to aybabtu completely
14284
14285 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14286
14287         * buildscripts/gen-emmentaler-scripts.py (outdir): add
14288         design_size to fontname
14289
14290 2005-01-19  Werner Lemberg  <wl@gnu.org>
14291
14292         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
14293         mf/feta-schrift.mf: s/p/pat/ if a path variable.
14294
14295         * mf/feta-autometric.mf (set_char_box): Add code which emits
14296         specials for mf2pt1 if run with metapost.
14297         (to_bp): New macro for mf2pt1.
14298
14299 2005-01-18  Graham Percival  <gperlist@shaw.ca>
14300
14301         * Documentation/user/changing-defaults: added info on
14302         creating a copyright symbol.
14303
14304 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14305
14306         * VERSION: release 2.5.9
14307         
14308 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
14309
14310         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
14311
14312         * Documentation/user/notation.itely: Document
14313         score-override-auto-beam-setting Fix documentation for
14314         revert-auto-beam-setting.
14315
14316 2005-01-18  Werner Lemberg  <wl@gnu.org>
14317
14318         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
14319         (procset): New function to define a procset resource.
14320         (ps-embed-pfa): New function to define a font resource.
14321         (setup): New function to define a `Setup' environment.
14322         (preamble): Use new functions.
14323
14324         * ps/lilypond.defs (init-lilypond-parameters): New function to
14325         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
14326
14327 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14328
14329         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
14330
14331 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
14332
14333         * scm/define-markup-commands.scm: Change number->markletter-string
14334         to take two arguments (vector number). Add number->mark-alphabet-vector
14335         and markalphabet markup command.
14336
14337         * scm/translation-functions.scm: Add format-mark-box-alphabet,
14338         format-mark-alphabet, format-mark-box-barnumbers and
14339         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
14340
14341 2005-01-17  Graham Percival  <gperlist@shaw.ca>
14342
14343         * Documentation/user/examples.itely: add SATB automatic piano
14344         reduction template.
14345
14346         * Documentation/user/notation.itely: added info about changing
14347         partcombine texts.  Also adds examples of alternate lyrics.
14348
14349         * Documentation/user/changing-defaults.itely: added warning
14350         about \RemoveEmptyStaffContext overriding previous changes.
14351
14352 2005-01-17  Werner Lemberg  <wl@gnu.org>
14353
14354         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
14355         feta-alphabet*.
14356
14357 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14358
14359         * python/lilylib.py (make_ps_images): don't do final showpage for
14360         multi-page documents.
14361         
14362         * VERSION (MY_PATCH_LEVEL): release 2.5.8
14363
14364 2005-01-16  Graham Percival  <gperlist@shaw.ca>
14365
14366         * Documentation/user/lilypond.tely: changed order of appendices;
14367         unified index should be last.
14368
14369         * Documentation/user/notation.itely: add example of key signatures
14370         and info about Staff.printKeyCancellation.
14371
14372 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14373
14374         * lily/include/repeated-music.hh (class Repeated_music): change
14375         into "namespace" class.
14376
14377         * lily/event.cc: remove Key_change_event.
14378
14379         * lily/include/transposed-music.hh (class Transposed_music): remove.
14380
14381         * lily/transposed-music.cc: remove
14382
14383         * lily/include/relative-music.hh: remove.
14384
14385         * lily/include/music-sequence.hh (struct Music_sequence): change
14386         into "namespace" class.
14387
14388         * lily/untransposable-music.cc (Module): remove
14389
14390         * lily/include/un-relativable-music.hh (Module): remove
14391
14392         * lily/include/untransposable-music.hh (Module): remove
14393
14394         * lily/include/music-list.hh (Module): remove file
14395
14396         * lily/un-relativable-music.cc: remove file.
14397
14398 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14399
14400         * lily/parser.yy: Compile fix.
14401
14402 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14403
14404         * lily/include/music.hh (class Music): unvirtualize transpose().
14405
14406         * lily/sequential-music.cc: remove file.
14407
14408         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
14409
14410         * lily/slur-scoring.cc (get_best_curve): only switch on
14411         DEBUG_SLUR_SCORING for non NDEBUG builds.
14412
14413         * lily/include/music.hh (class Music): replace Music::start_mom()
14414         by start-callback property
14415
14416         * lily/include/grace-music.hh: remove file. 
14417
14418         * lily/stem.cc (height): robustness fix.
14419
14420         * lily/time-scaled-music.cc: remove file.
14421
14422         * lily/include/music.hh (class Music): include SCM init argument.
14423         (class Music): replace Music::get_length() virtual by
14424         length-callback property everywhere.
14425
14426         * scripts/convert-ly.py (conv): add  # to \property scalar value.
14427
14428         * mf/GNUmakefile: don't install *list.ly
14429
14430 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14431
14432         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
14433
14434 2005-01-12  Werner Lemberg  <wl@gnu.org>
14435
14436         This patch addresses the following problems in the feta sources
14437         files which contribute to the fetaXX fonts.
14438
14439         . Many fixes for rasterization at low resolutions (consistent use of
14440           `vround' and `hround', integer shift values for paths, applying
14441           `eps' for mirrored paths, use of `define_whole_pixels' and
14442           friends, etc.) -- while this probably looks like a waste of time
14443           it has revealed deficiencies in some glyph shapes.  See comment at
14444           the end of feta-params.mf how vertical symmetry is achieved.
14445
14446         . The `---' operator has been replaced everywhere with `--'; this
14447           both improves and considerably reduces the font size after
14448           conversion with mf2pt1.
14449
14450         These change aren't explicitly mentioned below since virtually all
14451         glyphs are affected.
14452
14453         Other notable differences:
14454
14455         . Glyphs from feta-accordion.mf now have charboxes around the
14456           outline.
14457
14458         . Fixed incorrect charbox for `accDot'.
14459
14460         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
14461
14462         . Fixed position of the bow in the `upprall' glyph and its siblings.
14463
14464         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
14465           dependent on the staff line thickness to avoid touching the middle
14466           staff line at smaller sizes.
14467
14468         . Largely extended output for feta-testXX: Where useful, glyphs
14469         are shown both between and on staff lines.
14470
14471
14472         * mf/feta-params.mf (staff_space_rounded,
14473         stafflinethickness_rounded, linethickness_rounded,
14474         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
14475         Update all code which uses them where appropriate.
14476         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
14477         New variables used to control rasterization at low resolutions.  Set
14478         to zero if feta code is processed with metapost.
14479
14480         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
14481         (draw_rounded_block, draw_square_block): Updated to use `--' only.
14482         (flare_path): Updated.
14483         Make it work with `filldraw' (but only circular pens).
14484         (hfloor, vfloor, hceiling, vceiling): New macros.
14485
14486         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
14487         Use `draw' again in mf mode to have good pixel dropout control.
14488         Fix intersection points of horizontal lines with circle.
14489         ("accDot"): Fix parameters for set_char_box.
14490         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
14491         control.
14492
14493         * mf/feta-banier.mf: Updated.
14494
14495         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
14496         testing.
14497         (undraw_inside_ellipse): Remove `center' argument.  Update all
14498         callers.
14499         (draw_brevis): New macro, called by "Brevis notehead".
14500         (draw_whole_triangle_head): New macro, called by "Whole
14501         trianglehead".
14502         (draw_small_triangle_head): Use `filldraw'.
14503
14504         * mf/feta-eindelijk.mf: Remove useless global group.
14505         Updated.
14506
14507         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
14508         `filldraw'.
14509
14510         * mf/feta-pendaal.mf: Updated.
14511
14512         * mf/feta-puntje.mf: Updated.
14513
14514         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
14515         less points.
14516         ("Flageolet"): Use `draw' again in mf mode to have good pixel
14517         dropout control.
14518         ("Varied Coda"): Use `draw_block'.
14519         (draw_comma): Fix typo.
14520         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
14521         pixel dropout control.
14522
14523         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
14524         position of bow.
14525
14526         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
14527         sizes.
14528
14529         * mf/feta-toevallig.mf (remember_pic): New variable, used for
14530         testing.
14531         (draw_meta_sharp): Much simplified.
14532         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
14533
14534         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
14535
14536 2005-01-13  Mats Bengtsson  <mabe@s3.kth.se>
14537
14538         * Documentation/user/notation.itely (Ancient rests): Fix typo
14539         (thanks Anthony)
14540
14541 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
14542
14543         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
14544
14545         * lily/main.cc (setup_paths): Add cff.
14546
14547         * mf/GNUmakefile (foe): Include actual target %.cff.
14548         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
14549
14550 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14551
14552         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
14553         suffix for main_input_b_.
14554
14555         * scm/music-functions.scm (toplevel-music-functions):
14556         precompute music lengths for music expressions.  
14557
14558 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14559
14560         * lily/include/input.hh (class Input): new `end_' slot for end of
14561         input. Renamed defined_str0_ to start_.
14562
14563         * lily/input.cc (Input): Add Input::Input (Input const &) and
14564         remove Input::Input (Source_file*, char const *). Use the new
14565         slots.
14566         (set_location): method used by bison to propagate input
14567         locations (YYLLOC_DEFAULT).
14568         (end_line_number, end_column_number, step_forward): new methods
14569         
14570         * lily/input-scheme.cc (ly:input-both-locations): new function,
14571         similar to ly:input-location, but also return the end line and
14572         column.
14573
14574         * lily/include/includable-lexer.hh: 
14575         * lily/includable-lexer.cc: 
14576         * lily/include/lily-lexer.hh (class Lily_lexer): 
14577         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
14578         Includable_lexer to Lily_lexer, in order to update lexloc (the
14579         yylloc), a new slot of Lily_lexer.
14580         (here_input, LexerError): simplify by using the lexloc slot (aka
14581         yylloc)
14582
14583         * lily/lexer.ll: #define yylloc to use input locations (it may
14584         be useless here?). Fixed the #embedded_scm rule (step the location
14585         forward in order to skip the sharp sign before parsing the scheme
14586         expression)
14587
14588         * lily/include/lily-parser.hh (class Lily_parser): 
14589         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
14590         here_input()
14591         (parser_error): overload for more precise locations of errors.
14592
14593         * lily/parser.yy (YYLTYPE): set location type to Input
14594         (YYLLOC_DEFAULT): use Input::set_location()
14595         (yylex): add the YYLTYPE* location parameter.
14596         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
14597         Give an Input parameter to THIS->parser-error() for more accurate
14598         messages.
14599
14600 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14601
14602         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
14603
14604         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
14605         on BEAMQUANTING for non-NDEBUG builds.
14606
14607         * lily/stem.cc (head_count): performance: avoid String::String()
14608         inside oft called function.
14609
14610 2005-01-09  Graham Percival  <gperlist@shaw.ca>
14611
14612         * Documentation/user/examles.itely: attempted fix for broken
14613         string quartet template.
14614
14615         * Documentation/user/notation.itely: remove unnecessary broken
14616         link.
14617
14618 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14619
14620         * VERSION (PACKAGE_NAME): release 2.5.7
14621
14622 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14623
14624         * config.make.in (METAFONT): Append -progname=mf, fixes use with
14625         mf-nowin for teTeX-3.0.  Backportme.
14626
14627         * scm/output-svg.scm (utf8-string): New function.
14628
14629         * scm/output-gnome.scm (utf8-string): New function.
14630         (otf-name-mangling): Remove.
14631
14632         * lily/pango-font.cc (Pango_font): Use font string iso font
14633         filename for utf8-text.
14634
14635         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
14636         name.
14637
14638 2005-01-08  Graham Percival  <gperlist@shaw.ca>
14639
14640         * Documentation/user/notation.itely: add info about
14641         Staff.extraNatural = ##f in Pitches section.  Also
14642         fixed some minor issues in the Vocal music section.
14643
14644 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14645
14646         * scm/output-ps.scm (white-text): comment out Helvetica font,
14647         which is broken for my GS install.
14648
14649         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
14650         which provides a tighter bbox.
14651
14652         * scm/define-grobs.scm (all-grob-descriptions): remove all
14653         extra-offsets from definitions.
14654
14655 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
14656
14657         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
14658         add tuning for 4-string bass and some common 4/5-string banjo
14659         tunings.  New function (four-string-banjo) turns a 5-string tuning
14660         into a 4-string tuning.  New function
14661         (fret-number-tablature-format-banjo) computes correct fret numbers
14662         on 5-string banjos.
14663
14664         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
14665         Add beam correction to TabVoice.
14666
14667         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
14668         using bold font; makes tabs more readable.
14669
14670 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14671
14672         * lily/font-select.cc (get_font_by_design_size): don't make
14673         Modified_font_metric; this causes trouble, since we don't know the
14674         font magnification from inside Pango_font::text_stencil()
14675
14676         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
14677
14678         * Documentation/user/notation.itely (The Lyrics context): comment out
14679         broken {Small ensembles} link.
14680
14681         * scm/framework-svg.scm (output-framework): change calling convention.
14682
14683         * lily/object-key-dumper-scheme.cc: new file.
14684
14685         * lily/object-key-undumper-scheme.cc: new file.
14686
14687         * lily/tweak-registration-scheme.cc: new file.
14688
14689         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
14690
14691         * Documentation/user/examples.itely (String quartet): uncomment
14692         broken example.
14693
14694         * lily/font-config.cc: new file.
14695
14696 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14697
14698         * scm/output-svg.scm: 
14699         * scm/output-gnome.scm: s/bigcheese/emmentaler.
14700
14701         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
14702
14703 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
14704
14705         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
14706         Add headers.
14707
14708         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
14709
14710 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14711
14712         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
14713
14714         * lily/include/main.hh: lose _b hungarian suffixes for global
14715         variables.
14716
14717         * lily/include/lily-guile-macros.hh: new file.
14718
14719         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
14720
14721         * lily/general-scheme.cc: new file. 
14722
14723         * lily/font-select.cc (get_font_by_design_size): retrieve
14724         PangoFont for (designsize . "pango-descr") entries.
14725
14726         * lily/lily-parser-scheme.cc: new file.
14727
14728         * lily/output-def-scheme.cc: new file.
14729
14730         * lily/paper-book-scheme.cc: new file.
14731
14732         * lily/duration-scheme.cc (LY_DEFINE): new file.
14733
14734         * lily/pitch-scheme.cc:  new file.
14735
14736         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
14737
14738 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14739
14740         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
14741
14742 2005-01-06  Graham Percival  <gperlist@shaw.ca>
14743
14744         * Documentation/user/notation.itely: minor editing.
14745
14746         * Documentation/user/changing-defaults: minor editing.
14747
14748         * Documentation/user/examples.itely: add template for
14749         string quartet part extraction; demonstrates tag.
14750
14751 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
14752
14753         * Documentation/user/notation.itely: documents
14754         format-mark-box-letters and format-mark-box-numbers
14755
14756         * scm/define-context-properties.scm: change comment.
14757
14758 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14759
14760         * scm/framework-ps.scm (output-classic-framework): new function:
14761         dump systems as separate .eps files (without fonts) and write a
14762         single collecting .tex file.
14763
14764 2005-01-05  Mats Bengtsson  <mabe@s3.kth.se>
14765
14766         * Documentation/user/notation.itely (Setting simple songs):
14767         Correct several errors in the equivalent formulation of
14768         \addlyrics. 
14769         (The Lyrics context): Corrected link to the SATB example.
14770
14771 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14772
14773         * scm/lily.scm (completize-formats): new function
14774         (postprocess-output): new function
14775
14776         * lily/paper-book.cc (classic_output): change calling
14777         convention. Give basename as first argument. 
14778         remove Paper_book::post_processing().
14779
14780         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
14781
14782 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14783
14784         * lily/paper-outputter.cc (LY_DEFINE): new function
14785         ly:outputter-close.
14786
14787         * lily/main.cc: change --format,-f to --backend,-b
14788
14789         * lily/include/main.hh: rename format to backend.
14790
14791         * scm/translation-functions.scm (format-mark-box-numbers): add.
14792         patch by Erlend Aasland
14793
14794 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14795
14796         * lily/pango-font.cc (text_stencil): dump string as
14797         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
14798
14799 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
14800
14801         * configure.in (gui_b): Remove handy developer-only
14802         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
14803         CVS source installations (but break other non-default but correct
14804         PKG_CONFIG_PATH setups), as this is no longer developer-only.
14805
14806         * SConstruct: 
14807         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
14808         compatibility (backportme).
14809
14810         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
14811
14812 2005-01-03  Werner Lemberg  <wl@gnu.org>
14813
14814         Prepare glyph shapes for mf2pt1 conversion.
14815
14816         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
14817         (accDiscant, accFreebase, accStdbase): Replace `draw' with
14818         `penstroke'.
14819         (accDot): Use `drawdot'.
14820         (accBayanbase): Replace `draw' with `draw_gridline'.
14821         (print_penpos): Moved to feta-macros.mf.
14822         (accOldEE): Replace `filldraw' with `penstroke'.
14823         Replace `draw' with `penstroke' and `drawdot'.
14824
14825         * mf/feta-banier.mf: Code clean-up.
14826         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
14827         `fill'.
14828
14829         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
14830
14831         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
14832         paremeter to control drawing of labels.  Update all callers.
14833
14834         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
14835         (new_bulb): Return a bulb as a single path.  To do that, it now
14836         takes some more parameters.  Updated all callers.
14837         (draw_gclef): Major clean-up.  `draw' has been replaced with
14838         `penstroke', unnecessary outlines have been removed.
14839         Remove (unused) gnome-canvas code.
14840
14841         * mf/feta-macros.mf (print_penpos): New macro (from
14842         feta-accordion.mf).
14843         Other minor fixes.
14844
14845         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
14846         ("Pedal dot"): Use `drawdot'.
14847         (draw_pedal_P): Add parameter to control drawing of labels.  Update
14848         all callers.
14849         Fix shape at top.
14850         (draw_pedal_e): Add parameter to control drawing of labels.  Update
14851         all callers.
14852         (draw_pedal_d): Add parameter to control drawing of labels.  Update
14853         all callers.
14854         Revert drawing direction.
14855
14856         * mf/feta-schrift.mf (draw_fermata): Use single path.
14857         (draw_short_fermata): Replace `filldraw' with `fill'.
14858         (draw_long_fermata, draw_very_long_fermata): Replace calls to
14859         `draw_rounded_block' with a single path.
14860         ("Thumb"): Draw full circle instead of mirroring segments.
14861         (draw_accent): New macro.
14862         ("> accent", "espr"): Use it.
14863         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
14864         ("open (unstopped)"): Draw full circle instead of mirroring
14865         segments.
14866         (draw_vee): Removed.
14867         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
14868         ("Downbow"): Replace calls to `draw_rounded_block' with a single
14869         path.
14870         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
14871         partial pieces drawn with `fill' -- these do still overlap with the
14872         stem of the `t' but just once, not multiple times so that fontforge
14873         can handle it gracefully.
14874         Change other parts of the glyph so that fontforge's overlapping
14875         algorithm reliably works.
14876         (draw_heel): Replace `draw' with `fill'.
14877         (draw_toe): Use `draw_accent' instead of `draw_vee'.
14878         ("Flageolet"): Replace `draw' with `penstroke'.
14879         ("Segno"): Replace `filldraw' with `penstroke'.
14880         Replace `draw' with `drawdot'.
14881         ("Coda"): Replace `fill' with `penstroke', using a single path.
14882         ("Varied Coda"): Use less overlapping paths.
14883         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
14884         single path.
14885
14886         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
14887         group to better control the `labels' command.
14888         Rename argument to `offset' and use it actually.  Update all
14889         callers.
14890         Replace `filldraw' with `fill'.
14891         ("mordent", "prallmordent", "upmordent", "downmordent",
14892         "lineprall"): Replace `draw' with `draw_gridline'.
14893         ("upprall", "downprall"): Replace `draw' with `fill'.
14894
14895         * mf/feta-timesig.mf: Formatting.
14896
14897         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
14898         to...
14899         ("Flat"): Here.
14900         (draw_paren): Move code to draw labels to...
14901         ("Right Parenthesis"): Here.
14902
14903 2005-01-02  Graham Percival <gperlist@shaw.ca>
14904
14905         * Documentation/user/notation.itely: add example of \setTextDecresc
14906         and \setTextDim.
14907
14908 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
14909
14910         * scm/define-markup-commands.scm :  fix glyph-strings of
14911         accidentals and \note-by-number
14912
14913 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14914
14915         * VERSION: 2.5.6 released.
14916         
14917         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
14918
14919         * input/regression/new-markup-scheme.ly: oops. font-family=music
14920         -> font-encoding fetaMusic.  
14921
14922         * lily/main.cc: put default to PS.
14923
14924         * lily/tfm.cc: idem.
14925
14926         * lily/afm.cc: idem.
14927
14928         * lily/include/modified-font-metric.hh (struct
14929         Modified_font_metric): remove coding_scheme() method.
14930
14931         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
14932
14933         * scripts/convert-ly.py (conv): crash on encountering \encoding.
14934
14935         * input/les-nereides.ly: convert to utf8
14936
14937         * lily/modified-font-metric.cc (text_dimension): idem.
14938
14939         * lily/parser.yy (TODO): idem.
14940
14941         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
14942
14943         * lily/lexer.ll: remove encoding
14944
14945         * scm/framework-ps.scm (output-variables): separately scale the
14946         page to mm 
14947
14948         * lily/pango-font.cc (Pango_font): fix scaling.
14949
14950         * lily/font-metric.cc (design_size): design_size returns a
14951         dimension now as well.
14952
14953 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14954
14955         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
14956         brace generation. 
14957
14958         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
14959
14960 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
14961
14962         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
14963         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
14964
14965 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14966
14967         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
14968         in first run as well.
14969
14970         * scm/paper.scm (layout-set-staff-size): use text-font-size in
14971         dimension less points (ie. 12 = 12 point)
14972
14973         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
14974
14975         * lily/all-font-metrics.cc (find_pango_font): set description_
14976
14977         * lily/pango-font.cc (text_stencil): export size as well.
14978         (text_stencil): fix scaling and extents box.
14979
14980 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14981
14982         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
14983
14984         * Documentation/user/invoking.itely (Invoking lilypond): document
14985         texstr
14986
14987         * scripts/convert-ly.py (conv): add ancient rules.
14988
14989         * scm/clef.scm (c0-pitch-alist): replace - with .
14990
14991         * scripts/lilypond-book.py (process_snippets): add texstr support.
14992
14993         * scm/framework-texstr.scm (header): change extension to .textmetrics
14994
14995         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
14996         -f tex.
14997
14998         * lily/text-metrics.cc: new file.
14999         (try_load_text_metrics): new function
15000
15001         * lily/include/text-metrics.hh: new file.
15002
15003 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15004
15005         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
15006         ly_scheme_function to ly_lily_module_constant.
15007
15008         * lily/modified-font-metric.cc (text_dimension): try
15009         lookup_tex_text_dimension() first.
15010
15011         * lily/tfm.cc: new function ly:load-text-dimensions
15012
15013 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15014
15015         * scm/output-texstr.scm (text): use \lilygetmetrics
15016
15017         * scm/framework-texstr.scm (header): dump in new format.
15018
15019         * tex/lilypond-tex-metrics: new file.
15020         
15021 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
15022
15023         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
15024         mapping.
15025         (index_to_charcode): New method.
15026
15027         * scm/output-ps.scm (glyph-string): 
15028         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
15029
15030 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
15031
15032         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
15033         implement fully, need FONT to get to charcode.
15034
15035         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
15036
15037         * scm: Cleanups.
15038
15039         * Documentation/user/changing-defaults.itely: Fix internalsrefs
15040         {Tunable context properties},
15041         {All layout objects},
15042         {Music definitions}.
15043
15044 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15045
15046         * VERSION: release 2.5.5
15047         
15048         * lily/main.cc: use TeX as default output format.
15049
15050         * flower/file-path.cc (find): try to open directly as well, so we
15051         find absolute path files. 
15052
15053         * lily/pango-select.cc: new file.
15054
15055         * scm/framework-ps.scm: remove all encoding code. 
15056         load pfb/pfa for PangoFont too.
15057         
15058         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
15059
15060 2004-12-22  Werner Lemberg  <wl@gnu.org>
15061
15062         Prepare glyph shapes for mf2pt1 conversion.
15063
15064         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
15065
15066         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
15067         (define_triangle_shape): Use it to replace `draw' with `fill' and
15068         `unfill'.  Update all callers.
15069         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
15070         (draw_cross): Ditto.
15071         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
15072         Use penrazor for better conversion with mf2pt1.
15073         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
15074         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
15075         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
15076         draw_la_head, draw_ti_head): Replace `filldraw' with
15077         `fill'.  Update all callers.
15078
15079 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15080
15081         * lily/paper-book.cc (output): revert: only allow a single output
15082         format.
15083
15084         * lily/include/pango-font.hh: new file.
15085
15086         * lily/pango-font.cc: new file.
15087
15088         * lily/font-metric.cc (text_stencil): new routine
15089
15090         * lily/all-font-metrics.cc (find_pango_font): new routine.
15091
15092         * lily/include/font-metric.hh (struct Font_metric): add
15093         text_stencil()
15094
15095         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
15096
15097 2004-12-22  Werner Lemberg  <wl@gnu.org>
15098
15099         Prepare glyph shapes for mf2pt1 conversion.
15100
15101         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
15102
15103         * mf/feta-toevallig.mf: Formatting.
15104         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
15105         ("Natural"): Fix paths to allow better postprocessing.
15106         (draw_meta_flat): Use `z3l' as additional point in path to get
15107         better conversion with mf2pt1.
15108         Other minor cleanups.
15109         ("3/4 Flat"): Add auxiliary points and modify path to replace
15110         `draw' with `fill'.
15111         ("Double Sharp"): Mirror path segments instead of picture elements
15112         to get a single outline.
15113         Modify path to replace `filldraw' with `fill'.
15114
15115 2004-12-22  Graham Percival  <gperlist@shaw.ca>
15116
15117         * input/test/unfold-all-repeats.ly: added file back.
15118
15119         * Documentation/user/notation.itely,
15120         Documentation/user/programming-interface.itely
15121         Documentation/user/changing-defaults.itely: fixed misc broken
15122         links to input/test/ files.
15123
15124 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
15125
15126         * tex/texinfo.tex: Update.  We should not be distributing this,
15127         but since we do, use latest version.
15128
15129         * Documentation/user/macros.itexi: Comment-out \fetaflat,
15130         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
15131         macros for feta glyphs.
15132
15133 2004-12-22  Graham Percival  <gperlist@shaw.ca>
15134
15135         * Documentation/user/changing-defaults.itely: fix index for set.
15136
15137         * Documentation/user/converters.itely: added convert-ly bugs list
15138         from CVS.
15139
15140 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
15141
15142         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
15143         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
15144         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
15145         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
15146
15147         * mf/GNUmakefile (pfa_warning): Use less broken check.
15148
15149         * python/lilylib.py (setup_environment): Remove cruft from
15150         GS_FONTPATH.
15151
15152         * configure.in: Bump mftrace requirement to 1.1.1.
15153
15154 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
15155
15156         * scm/output-svg.scm (beam): Use polygon.
15157
15158         * scm/lily-library.scm: Bugfix.
15159
15160         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
15161
15162         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
15163
15164 2004-12-19  Werner Lemberg  <wl@gnu.org>
15165
15166         Prepare glyph shapes for mf2pt1 conversion.
15167
15168         * mf/feta-eindelijk: Some formatting.
15169         (multi_rest_x, multi_beam_height): Removed.  Unused.
15170         ("Quarter rest"): Use `intersectiontimes' to create a single
15171         outline.
15172         (rest_crook): Removed.  Unused.
15173         (draw_rest_bulb): Return path (without filling).  Update callers.
15174         Simplified.
15175         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
15176         "128th rest"): Simplify `pat'.
15177         Create single outline.
15178
15179 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
15180
15181         * mf/GNUmakefile (ALL_GEN_FILES):
15182         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
15183
15184         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
15185         function.
15186
15187 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15188
15189         * scm/output-texstr.scm (placebox): add routine
15190
15191         * VERSION (PACKAGE_NAME): release 2.5.4
15192
15193         * scm/framework-texstr.scm (output-framework): new file.  
15194
15195         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
15196         processing.
15197
15198         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
15199
15200         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
15201         rule.
15202
15203         * configure.in (gui_b): bump mftrace requirement to 1.1.0
15204
15205         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
15206
15207         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
15208
15209 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
15210
15211         * scm/framework-svg.scm (dump-page): Implement landscape.
15212
15213 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
15214
15215         * lily/main.cc (setup_paths): Add svg to search path.
15216
15217         * scm/output-svg.scm:
15218         * scm/framework-svg.scm: Add pageSet.  Update.
15219         (dump-fonts): New function.
15220         (output-framework): Use it.
15221
15222         * mf/GNUmakefile: 
15223         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
15224
15225 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15226
15227         * tex/lilyponddefs.tex: comment out new ifpdf code.
15228
15229 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15230
15231         * GNUmakefile.in: 
15232         * SConstruct (symlink): Replace afm by otf.
15233
15234         * scm/framework-gnome.scm (gnome-main): Remove invocation of
15235         ly:pango-add-afm-decoder.
15236
15237         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
15238
15239 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15240
15241         * scm/output-ps.scm (new-text): don't access t glyph for getting
15242         space dimension.
15243
15244         * ly/init.ly: warn about \version
15245
15246         * lily/lexer.ll: set version-seen?
15247
15248 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15249
15250         * scm/output-svg.scm (string->entities): Update.
15251
15252 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15253
15254         * lily/main.cc (setup_paths): replace afm by otf for path. 
15255
15256         * lily/pangofc-afm-decoder.cc: remove.
15257
15258         * lily/include/pangofc-afm-decoder.hh: remove.
15259
15260         * scm/framework-scm.scm (output-framework): new file.
15261
15262         * mf/GNUmakefile: remove SAUTER_FONTS.
15263         remove SVG/sodipodi hacks.
15264
15265         * scm/lily-library.scm (stderr): move stderr.
15266
15267         * mf/GNUmakefile: remove AFM support.
15268
15269         * buildscripts/mf-to-table.py (base): remove AFM support.
15270
15271         * lily/open-type-font.cc (design_size): use design_size
15272
15273 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
15274
15275         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
15276
15277 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15278
15279         * mf/GNUmakefile: Generate combined aybabtu info.
15280         * mf/aybabtu.pe.in (i): Load it.
15281
15282         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
15283         are not symbols.
15284
15285         * lily/include/open-type-font.hh (count): New method.
15286
15287         * mf/aybabtu.pe.in: Typo.
15288
15289         * Documentation/user/out/lilypond-internals.nexi (Scheme
15290         functions): Typo.
15291
15292         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
15293
15294 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15295
15296         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
15297         subfonts.
15298
15299         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
15300
15301         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
15302         (tex-font-command-raw): new function.
15303
15304         * lily/include/virtual-font-metric.hh (Module): remove file
15305
15306         * lily/virtual-font-metric.cc (Module): remove file.
15307         
15308
15309         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
15310         (get_indexed_char): read bbox from lily table if present.
15311
15312 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15313
15314         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
15315         aybabtu.subfonts
15316
15317         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
15318         global glyphname. Enables more than 64 glyphs in the OTF.
15319
15320 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
15321
15322         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
15323         braces.
15324
15325         * lily/open-type-font.cc (design_size): Use 12 as default for
15326         design size.
15327
15328         * mf/aybabtu.pe.in: New file.  Merge all our braces.
15329
15330         * mf/GNUmakefile: Generate aybabtu.
15331
15332         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
15333
15334 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
15335
15336         * scm/lily-library.scm (char->unicode-index): Remove.
15337
15338         * scm/output-gnome.scm (text): Bugfix for plain string input.
15339         Updates.
15340
15341         * scm/output-svg.scm (svg-font): Add weight to font selection.
15342
15343 2004-12-14  Mats Bengtsson  <mabe@s3.kth.se>
15344
15345         * Documentation/topdocs/INSTALL.texi (Top): Point to
15346         buildscripts/out/clean-fonts instead of
15347         buildscripts/clean-fonts.sh. 
15348
15349 2004-12-13  Graham Percival  <gperlist@shaw.ca>
15350
15351         * input/regression/figured-bass.ly: attempt to clarify text.
15352
15353         * Documentation/user/notation.tely: add cindex for tag, attempt to
15354         add figured bass example.
15355
15356         * Documentation/user/changing-defaults: basic editing.
15357
15358 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15359
15360         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
15361
15362         * lily/open-type-font.cc (LY_DEFINE): new function
15363         ly:font-sub-fonts
15364
15365         * lily/include/font-metric.hh (struct Font_metric): new method
15366         sub_fonts()
15367
15368         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
15369         . with - in add.stem.
15370         
15371 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
15372
15373         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
15374         and fetaDynamic.
15375
15376         * lily/rest.cc (glyph_name): Change - to . .
15377
15378         * scm/output-gnome.scm (text): Hello world, again.
15379
15380         * scm/output-svg.scm (named-glyph): New function.  Hello world!
15381
15382         * lily/modified-font-metric.cc (index_to_charcode): New method.
15383
15384         * lily/include/font-metric.hh (index_to_charcode): New function.
15385
15386         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
15387         new function.
15388         (ly:font-glyph-to-index): Remove.
15389
15390 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15391
15392         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
15393
15394         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
15395
15396         * lily/open-type-font.cc (load_scheme_table): new function
15397
15398         * lily/dots.cc (print): replace - 
15399
15400         * lily/open-type-font.cc (attachment_point): new function.
15401         (load_table): read LILC table
15402
15403         * buildscripts/gen-bigcheese-scripts.py (Module): new
15404         file. Generate FF scripts.
15405
15406         * mf/feta-din10.mf: idem.
15407
15408         * mf/feta-nummer10.mf: remove mf files.
15409
15410         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
15411
15412 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15413
15414         * lily/lily-guile.cc: Use scm_from_locale_stringn.
15415
15416         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
15417         compatibility.
15418
15419 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15420
15421         * lily/open-type-font.cc (get_indexed_char): scale metrics by
15422         design-size and units_per_EM.
15423
15424         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
15425
15426 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15427
15428         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
15429         does not crash fontforge.
15430
15431         * scm/lily-library.scm (char->unicode-index): Hack to map onto
15432         PUA.
15433
15434 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15435
15436         * scm/framework-ps.scm (ps-embed-cff): new function.
15437
15438         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
15439
15440 2004-12-12  Werner Lemberg  <wl@gnu.org>
15441
15442         * mf/bigcheese.pe.in: Add PUA mapping.
15443         Don't create Type 42 but bare CFF font.
15444
15445 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15446
15447         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
15448         within canvas boundaries.
15449
15450         * mf/merge.pe.in: Set font names, version, license GPL.
15451
15452         * make/substitute.make: Add FONTFORGE.
15453
15454         * config.make.in (FONTFORGE): Add.
15455
15456         * configure.in (gui_b): Use PATH_PROG for fontforge.
15457
15458 2004-12-11  Graham Percival  <gperlist@shaw.ca>
15459
15460         * scm/define-markup-commands.scm: add baseline-skip to info
15461         about \column.
15462
15463 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15464
15465         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
15466
15467         * scm/output-gnome.scm (named-glyph): Use it.
15468
15469         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
15470
15471         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
15472         (upper_string, lower_string, reverse_string): Remove.
15473
15474         * configure.in (fontforge): Reinstate version check.
15475
15476         * ly/engraver-init.ly: Fix clef glyph names.
15477
15478         * lily/time-signature.cc (special_time_signature): Fix fraction
15479         glyph names.
15480
15481 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15482
15483         * mf/merge.pe: new file.
15484
15485         * lily/freetype.cc: new file.
15486
15487         * lily/include/open-type-font.hh (class Open_type_font): new file.
15488
15489         * lily/include/freetype.hh: new file.
15490
15491         * lily/open-type-font.cc: new file.
15492
15493         * lily/all-font-metrics.cc (find_otf): new function.
15494
15495 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15496
15497         * lily/time-signature.cc (special_time_signature): Fix.
15498
15499         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
15500         GTK2 before checking for pango.  Fixes -fgnome.
15501
15502         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
15503         Scheme name.
15504
15505         * scm/define-markup-commands.scm:
15506         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
15507
15508         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
15509
15510         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
15511         date versions.  Fixes configure.
15512         (STEPMAKE_CHECK_VERSION): Support optional actual program version
15513         argument.
15514
15515 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15516
15517         * buildscripts/mf-to-table.py (write_ps_encoding): write real
15518         names in .enc
15519
15520         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
15521
15522 2004-12-09  Graham Percival  <gperlist@shaw.ca>
15523
15524         * Documentation/user/changing-defaults.itely: add info about
15525         make-dynamic-script
15526
15527         * Documentation/user/notation.itely: add link in dynamics to
15528         section about make-dynamic-script.
15529
15530 2004-12-09  Christian hitz  <chhitz@gmx.net>
15531
15532         * lily/lily-guile.cc: change MACOS_X to __APPLE__
15533
15534 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15535
15536         * buildscripts/mf-to-table.py (parse_logfile): use . for
15537         concatting name and group.
15538         (parse_logfile): use M for Minus (negative.)
15539
15540         * lily/include/type-swallow-translator.hh
15541         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
15542
15543         * lily/*.cc: cosmetics around = sign.
15544
15545         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
15546         lyric spacing on the penultimate column.
15547
15548 2004-12-05  Christian Hitz  <chhitz@gmx.net>
15549
15550         * configure.in:
15551         * lily/accidental-placement.cc:
15552         * lily/bar-line.cc:
15553         * lily/beam-concave.cc:
15554         * lily/beam-quanting.cc:
15555         * lily/beam.cc:
15556         * lily/bezier-bow.cc:
15557         * lily/bezier.cc:
15558         * lily/break-align-interface.cc:
15559         * lily/custos.cc:
15560         * lily/dimension-cache.cc:
15561         * lily/dot-column.cc:
15562         * lily/font-metric.cc:
15563         * lily/font-select.cc:
15564         * lily/gourlay-breaking.cc:
15565         * lily/grob-property.cc:
15566         * lily/grob.cc:
15567         * lily/lily-guile.cc:
15568         * lily/line-spanner.cc:
15569         * lily/lookup.cc:
15570         * lily/lyric-extender.cc:
15571         * lily/lyric-hyphen.cc:
15572         * lily/mensural-ligature.cc:
15573         * lily/midi-def.cc:
15574         * lily/misc.cc:
15575         * lily/note-collision.cc:
15576         * lily/note-column.cc:
15577         * lily/note-head.cc:
15578         * lily/paper-outputter.cc:
15579         * lily/percent-repeat-item.cc:
15580         * lily/rest-collision.cc:
15581         * lily/side-position-interface.cc:
15582         * lily/simple-spacer.cc:
15583         * lily/slur-configuration.cc:
15584         * lily/slur-scoring.cc:
15585         * lily/slur.cc:
15586         * lily/spaceable-grob.cc:
15587         * lily/spacing-spanner.cc:
15588         * lily/spanner.cc:
15589         * lily/staff-symbol-referencer.cc:
15590         * lily/stem.cc:
15591         * lily/stencil.cc:
15592         * lily/system-start-delimiter.cc:
15593         * lily/system.cc:
15594         * lily/text-item.cc:
15595         * lily/tie.cc:
15596         * lily/tuplet-bracket.cc:
15597         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
15598         <cmath> beacause isinf/isnan is undefined in <cmath>
15599
15600 2004-12-03  Mats Bengtsson  <mabe@s3.kth.se>
15601
15602         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
15603
15604 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15605
15606         * VERSION: release 2.5.3
15607         
15608 2004-11-29  Arno Waschk <arno@arnowaschk.de>
15609
15610         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
15611
15612 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15613
15614         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
15615
15616         * lily/note-head.cc (internal_print): always try the "s" head if
15617         u/d not found.
15618
15619         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
15620
15621 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15622
15623         * mf/parmesan-heads.mf (overdone_heads): typos.
15624
15625 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
15626
15627         * lily/parser.yy (markup): in markups, { .. } without command
15628         before are also flattened, ie \line must be explicitely used.
15629
15630         * Documentation/user/changing-defaults.itely:
15631         * Documentation/user/notation.itely: 
15632         * input/wilhelmus.ly: 
15633         * input/regression/instrument-name-markup.ly: 
15634         * input/regression/markup-score.ly: 
15635         * input/regression/new-markup-scheme.ly: 
15636         * input/regression/new-markup-syntax.ly: 
15637         * input/test/coriolan-margin.ly: use \line in markups where
15638         appropriate
15639         
15640 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
15641
15642         * scm/new-markup.scm (map-markup-command-list): helper function
15643         used in parser.yy to map markup commands on a markup list.
15644
15645         * lily/parser.yy: get rid off < > in markups by treating { } as
15646         real lists.
15647
15648         * lily/lexer.ll: remove < > from markup lexer mode.
15649
15650         * scripts/convert-ly.py (conv): add rule for converting 
15651         \markup < > to \markup { }
15652
15653         * ly/titling-init.ly: 
15654         * input/test/coriolan-margin.ly: 
15655         * input/regression/new-markup-syntax.ly: 
15656         * input/regression/new-markup-scheme.ly: 
15657         * input/regression/multi-measure-rest-text.ly: 
15658         * input/regression/markup-stack.ly: 
15659         * input/regression/markup-score.ly: 
15660         * input/regression/instrument-name-markup.ly: 
15661         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
15662         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
15663         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
15664         * input/wilhelmus.ly: 
15665         * Documentation/user/notation.itely: 
15666         * Documentation/user/music-glossary.tely: 
15667         * Documentation/user/changing-defaults.itely: change < > to { } in
15668         markups
15669
15670 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15671
15672         * lily/accidental-placement.cc (position_accidentals): shortcut if
15673         no accidentals to place.
15674
15675 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
15676
15677         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
15678         typo s/ly:dimension ?/ly:dimension?/
15679
15680         * input/regression/lily-in-scheme.ly: 
15681         * input/regression/music-function.ly: 
15682         * ly/spanners-init.ly (assertBeamSlope): 
15683         * scm/music-functions.scm (def-grace-function): add the paper
15684         argument to music function definitions.
15685
15686 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15687
15688         * lily/moment.cc (LY_DEFINE):
15689         ly:moment-main-{denominator,numberator}, new function.
15690
15691         * lily/score-engraver.cc (typeset_all): assign to column on basis
15692         of axis-group-parent-X setting.
15693
15694         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
15695         add_element() on basis of axis-group-parent-Y setting.
15696
15697         * lily/grob.cc: add axis-group-parent-{XY} properties.
15698
15699         * input/regression/spacing-stick-out.ly: new file.
15700
15701         * lily/simple-spacer.cc (add_columns): use binary search for
15702         setting column rods. Changes O(n^2) to O(n log(n)) for
15703         constructing spacing problem from columns.
15704         (add_columns): read allow-outside-line to make sure no texts stick
15705         out.
15706         (solve): Simple_spacer::is_active() only determines
15707         satisfies_constraints_ for non-ragged typesetting.
15708
15709         * lily/simultaneous-music.cc (to_relative_octave): only set
15710         old_relative_used if return pitch actually changed.
15711
15712         * scm/define-context-properties.scm
15713         (all-user-translation-properties): change to match implementation.
15714
15715         * python/lilylib.py: Replace re.match by re.search and adds "-c
15716         showpage" to the gs command line (Johannes Schindelin)
15717
15718         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
15719         before processing. Prevents crash when inf is in the extent.
15720
15721         * scm/define-markup-commands.scm (note-by-number): add "s" to
15722         "noteheads-" glyphname.
15723  
15724         * lily/parser.yy (Generic_prefix_music): supply parser argument to
15725         music function as well.
15726         
15727 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15728
15729         * VERSION: release 2.5.2
15730
15731         * Documentation/user/changing-defaults.itely (Creating titles):
15732         add breakbefore variable.
15733
15734         * lily/paper-book.cc (set_system_penalty): new function. Set
15735         penalty_ based on breakBefore setting
15736
15737         * lily/context-specced-music-iterator.cc (construct_children):
15738         interpret special context id $uniqueContextId 
15739
15740         * lily/context.cc (create_unique_context): new method. Move
15741         creation of unique (\new) contexts into interpreting phase. This
15742         makes
15743
15744           foo= \new Staff ..
15745           << \foo \foo >>
15746
15747         produce 2 staves.
15748         
15749
15750         * scm/define-music-properties.scm (all-music-properties): add
15751         quoted-voice-direction
15752
15753         * ly/music-functions-init.ly: killCues function.
15754
15755         * scm/music-functions.scm (cue-substitute): move creation of voice
15756         contexts further to the back. 
15757
15758 2004-11-25  Werner Lemberg  <wl@gnu.org>
15759
15760         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
15761         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
15762
15763 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
15764
15765         * buildscripts/guile-gnome.sh: Fixed typo.
15766
15767 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15768
15769         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
15770
15771         * scripts/abc2ly.py (dump_slyrics): add ord(). 
15772
15773         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
15774         to regular engraver. 
15775
15776 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15777
15778         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
15779
15780 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
15781
15782         * scm/define-markup-commands.scm (fill-line): Typo.
15783
15784         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
15785         and newer.
15786
15787 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
15788
15789         * ly/dynamic-scripts-init.ly: Fixed typo.
15790
15791 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15792
15793         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
15794         note-head, to have different attachment points for up and down.
15795
15796         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
15797
15798         * mf/feta-generic.mf (else): remove solfa.
15799
15800         * mf/feta-bolletjes.mf (tishape): remove unicode test.
15801
15802         * scm/define-context-properties.scm
15803         (all-user-translation-properties): add shapeNoteStyles property.
15804
15805         * lily/shape-note-heads-engraver.cc (process_music): new file.
15806
15807         * lily/event.cc (transpose): call Event::transpose() for
15808         transposing the tonic.
15809
15810 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
15811
15812         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
15813         Unicode/OpenType and AFM.
15814
15815         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
15816
15817 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15818
15819         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
15820
15821         * lily/context.cc (Context): unprotect key from ctor.
15822
15823         * scm/stencil.scm (stack-lines): return empty-stencil if argument
15824         is '()
15825         (stack-stencils): idem.
15826
15827         * Documentation/user/changing-defaults.itely (Creating titles):
15828         document new title layout options.
15829
15830         * lily/parser.yy (lilypond_header_body): copy previous
15831         $globalheader if present.
15832
15833         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
15834         ly:module-copy
15835         
15836         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
15837
15838         * scm/titling.scm: remove old titling functions
15839
15840         * lily/stencil.cc (translate): remove absolute dimension.
15841
15842         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
15843         via markup.
15844
15845         * scm/page-layout.scm (marked-up-headfoot): create header/footer
15846         field from user-supplied markup
15847
15848         * scm/define-markup-commands.scm (on-the-fly): new markup
15849         command. Enter SCM markup procedure directly in Scheme.
15850         (fromproperty): new markup command. Read markup from props argument.
15851
15852         * scm/titling.scm (marked-up-title): create title via
15853         user-specified markup. 
15854
15855         * scm/define-markup-commands.scm (column): remove empty stencils
15856         from column.
15857
15858         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
15859         not have side-effect of creating variable stub.
15860
15861         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
15862
15863 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
15864
15865         * scm/encoding.scm (coding-alist): 
15866         * scm/font.scm (add-ec-fonts):
15867         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
15868         Extended-TeX-Font-Encoding---Latin.
15869
15870         * lily/side-position-interface.cc (general_side_position): Add
15871         actual offset to error message (avoid constant error messages).
15872
15873         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
15874         block.
15875
15876         * lily/font-select.cc (select_encoded_font)
15877         (get_font_by_mag_step, get_font_by_design_size): 
15878         * lily/modified-font-metric.cc (Modified_font_metric): 
15879         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
15880
15881         * scm/encoding.scm (coding-alist): Add fetaDynamic.
15882         (read-encoding-file): Bugfix: do not require space after bracket.
15883
15884         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
15885         these do not exist.
15886
15887 2004-11-20  Graham Percival  <gperlist@shaw.ca>
15888
15889         * Documentation/user/notation.itely: added info about typesetting
15890         boxed bar numbers.
15891
15892 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15893
15894         * flower/interval.cc (T_to_string): gcc4 fixes.
15895
15896         * scm/define-markup-commands.scm (fill-line): use
15897         stack-stencils. This fixes problems with putting already centered
15898         stencils in a line.
15899
15900         * VERSION: release 2.5.1
15901
15902         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
15903
15904 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15905
15906         * input/example-[1-3].ly: simplify.
15907
15908         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
15909
15910         * scm/output-ps.scm (new-text): new function. Use glyphshow to
15911         show glyphs.
15912
15913         * scm/encoding.scm (decode-byte-string): new function.
15914
15915         * scripts/convert-ly.py (conv): add warning about
15916         set-global-staff-size.
15917
15918         * Doxyfile: add. 
15919
15920         * scripts/convert-ly.py (conv): add raggedlastbottom rule
15921         (conv): warn for TextSpanner split.
15922         (conv): warn for textheight.
15923
15924 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
15925
15926         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
15927         building the documentation, info with images are installed.
15928         (final-install): Fix description.  Mention sourcing of login
15929         scripts (instead of running).
15930
15931 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
15932
15933         * Debian lmodern support.  Note that LilyPond will issue warnings
15934         
15935             no such encoding: "FontSpecific"
15936
15937           The font selection mechanism wants to get the encoding from the
15938           font itself, but the idea of lmodern is that it is usable with
15939           different encodings, ie, Lily should get the encoding from the
15940           font tree, rather than the font itself.  This would require some
15941           more work.
15942         
15943         * configure.in: Test for and accept lmodern if EC fonts not found.
15944
15945         * scm/framework-tex.scm (font-load-command): TeX font name
15946         mangling for latin1 encoded cork-lm fonts.
15947         (convert-to-ps): Load lm.map if available.
15948
15949         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
15950         available.
15951
15952         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
15953
15954         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
15955         available.
15956
15957         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
15958         path for absolute file name, that is silly.
15959
15960         * lily/score-engraver.cc (initialize): 
15961
15962         * Documentation/user/GNUmakefile (local-install-info): Invoke
15963         install-info --remove first.
15964
15965         * #include cleanup (Andreas Scherer).
15966
15967 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
15968
15969         * input/test/script-abbreviations.ly: fix typos.
15970
15971 2004-11-17  Werner Lemberg  <wl@gnu.org>
15972
15973         * python/lilylib.py (options_help_str): Support pretty-printing of
15974         newlines in fourth element of option description.
15975
15976         * scripts/lilypond-book.py (option_definitions): Use new lilylib
15977         feature.
15978         Sort options.
15979
15980         * Documentation/user/lilypond-book.itely: Finish update.
15981
15982 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15983
15984         * Documentation/user/macros.itexi: Add comment about \command.
15985
15986         * Documentation/user/lilypond.tely:
15987         * Documentation/user/lilypond-book.itely: Fix names of lilypond
15988         and lilypond-book nodes, so that `info lilypond' visits the manual
15989         at top level, and `info lilypond-book' visits the lilypond-book
15990         section.
15991
15992         * Documentation/user/GNUmakefile (local-install-info): Fix rules
15993         and packager messages.
15994
15995         * lily/pangofc-afm-decoder.cc: Update test.
15996
15997 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
15998
15999         * scm/lily-library.scm (char->unicode-index): New function.
16000
16001         * scm/output-gnome.scm: 
16002         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
16003
16004         * Proper naming of file name throughout; s/filename/file[-_]name/.
16005
16006         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
16007
16008         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
16009
16010 2004-11-16  Werner Lemberg  <wl@gnu.org>
16011
16012         * scripts/lilypond-book.py: The Lord has commanded me to use only
16013         tabs for indentation.  Your humble servant obeys.
16014
16015 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
16016
16017         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
16018         including font, if LilyPond-feta font is only feta font in path.
16019
16020         * scm/output-gnome.scm (text): Revert to file name of font if font
16021         has no name.  Fixes ec font selection.
16022         (char): Bugfix: do not utf8 twice.  Fixes clefs.
16023
16024         * scm/framework-svg.scm:
16025         * scm/output-svg.scm: New file.  TODO: figure out how to
16026         do character by index in font.
16027
16028         * scm/output-sodipodi.scm: Remove.
16029
16030         * scm/output-ps.scm (stem): Remove.
16031
16032 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
16033
16034         * scm/output-gnome.scm (beam): New function.
16035         (slur): Round corners.
16036         (round-filled-box): Round corners.
16037
16038 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16039
16040         * scm/output-gnome.scm (beam): add function.
16041         (draw-line): new routine.
16042         (dashed-line): stub; call draw-line
16043         (polygon): new routine.
16044
16045 2004-11-15  Werner Lemberg  <wl@gnu.org>
16046
16047         * Documentation/user/lilypond-book.itely: Revise section on
16048         lilypond-book options.
16049         Other minor fixes.
16050
16051         * scripts/lilypond-book.py: Change indentation to 4.
16052         Minor formatting.
16053
16054 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16055
16056         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
16057         grobs that have tweaks specced.
16058         
16059 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
16060
16061         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
16062
16063 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
16064
16065         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
16066         actual char #, not 0 based index.
16067
16068         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
16069
16070         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
16071         Warning: do make -C mf clean.
16072
16073         * lily/context-property.cc: Compile fix.
16074
16075         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
16076         Grok ec-fonts, braces and dynamics.
16077
16078         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
16079
16080 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16081
16082         * lily/include/tweak-registration.hh: new file.
16083
16084         * lily/tweak-registration.cc: new file.
16085
16086         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
16087         saving tweaks.
16088
16089         * scm/output-gnome.scm (text): comment dribble.
16090
16091 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
16092
16093         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
16094
16095         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
16096         path-def before using.  Fixes muchtomany slurs in wrong places
16097         bug.
16098
16099 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16100
16101         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
16102
16103         * lily/include/object-key-undumper.hh (Module): new file.
16104
16105         * lily/object-key-undumper.cc (Module): New file. Deserialize
16106         keys. SCM bindings
16107
16108         * lily/object-key-dumper.cc (Object_key_dumper): idem.
16109         Provide SCM bindings.
16110
16111         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
16112         new file. Serialize object keys.
16113         
16114         * lily/object-key.cc (dump): new function.
16115         (as_scheme): new virtual function
16116         (undump): new function
16117         (undumpers): new table.
16118
16119         * lily/include/global-context.hh (Context): take \score key upon init.
16120
16121         * lily/object-key-dumper.cc (serialize_key): new file.
16122
16123         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
16124
16125         * lily/lily-lexer.cc: remove \quote.
16126
16127         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
16128
16129         * lily/context.cc (Context): take key argument in ctor.
16130         (create_context): new function
16131
16132         * lily/grob.cc (Grob): take key argument in ctor.  
16133
16134         * lily/lilypond-key.cc (do_compare): new file.
16135
16136         * lily/object-key.cc (Object_key): new file.
16137
16138         * lily/include/object-key.hh (class Object_key): new file.
16139
16140         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
16141
16142 2004-11-13  Graham Percival  <gperlist@shaw.ca>
16143
16144         * Documentation/user/lilypond-book.itely: add small warning about
16145         noindent default in lilypond-book.
16146
16147         * Documentation/user/converters.itely: add examples for convert-ly.
16148
16149         * Documentation/user/examples.itely: change version string in templates
16150         to 2.4.0.
16151
16152 2004-11-12  Karl Hammar  <karl@aspodata.se>
16153
16154         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
16155         cmdline, use xargs instead (backportme)
16156
16157 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
16158         
16159         * Documentation/user/: Numerous fixes in the user manual.
16160
16161 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16162
16163         * lily/parser.yy (re_rhythmed_music): search music expression for
16164         context-id, surround by \new Voice if not found. Fixes:
16165         addlyrics-second-staff.ly
16166
16167         * VERSION: 2.5.0 released.
16168         
16169 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
16170
16171         * Documentation/index.html.in: Fix url to one big page.  (backportme)
16172
16173         * Documentation/user/GNUmakefile: Separate rules for split and
16174         unsplit html documents.  Remove perl massaging.  (backportme)
16175
16176 2004-11-11  Graham Percival  <gperlist@shaw.ca>
16177
16178         * Documentation/user/lilypond-book.itely: add short warning about
16179         \lilypond{} in LaTeX docs.
16180
16181 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
16182
16183         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
16184         found.  (backportme)
16185
16186         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
16187         version requirement.  (backportme)
16188
16189         * configure.in: Be explicit about old versions of
16190         ec-fonts-mtraced.  (backportme)
16191
16192         * lily/context-selector.cc (set_tweaks): New function.
16193         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
16194         web with -DTWEAK.
16195
16196         * Documentation/user/introduction.itely (Automated engraving):
16197         Remove fragment option.  Fixes web.
16198
16199         * lily/context-property.cc (make_item_from_properties):
16200         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
16201         #ifdef.
16202
16203         * scm/define-context-properties.scm
16204         (all-internal-translation-properties): Add tweakRank and tweakCount.
16205
16206         * lily/grob.cc: 
16207         * scm/define-grob-properties.scm (all-internal-grob-properties):
16208         Add tweak-rank and tweak-count.
16209
16210 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
16211
16212         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
16213         New function.
16214         (text): Use them.
16215
16216         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
16217         animated/opaque grob dragging tweaks.
16218
16219         * buildscripts/guile-gnome.sh: Update.
16220
16221 2004-11-10  Mats Bengtsson  <mabe@s3.kth.se>
16222
16223         * scm/define-grobs.scm (all-grob-descriptions): Added
16224         line-interface to the LigatureBracket object.
16225
16226 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
16227
16228         * scm/framework-gnome.scm (item-event): Support non-animated mouse
16229         dragging tweaks.
16230
16231         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
16232
16233         * lily/context-selector.cc (store_context): New function.
16234
16235         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
16236         (store_grob): New function.
16237         (identify_grob): Add Moment parameter.
16238
16239         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
16240         exists.
16241
16242         * scm/framework-gnome.scm (save-tweaks): Write as alist.
16243
16244 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
16245
16246         * scm/framework-gnome.scm (item-event): Print grob id.
16247         (save-tweaks): New function.
16248         (tweak): New funtion.
16249         (item-event): Use it, bound to arrow keys.
16250
16251         * lily/context-property.cc (make_item_from_properties): Register grob.
16252         * lily/context.cc (add_context): Register context.
16253
16254         * lily/include/context-selector.hh:
16255         * lily/include/grob-selector.hh:
16256         * lily/context-selector.cc:
16257         * lily/grob-selector.cc: New file.
16258
16259 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16260
16261         * lily/slur.cc: add 'positions to interface
16262
16263         * lily/main.cc: reinstate PS as standard output format. 
16264
16265         * scm/framework-tex.scm (output-preview-framework): print systems
16266         up to first non title system.
16267
16268         * lily/grace-engraver.cc (start_translation_timestep): split
16269         scm_cadddr
16270         
16271 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16272
16273         * lily/quote-iterator.cc (Module): remove old quote-iterator
16274
16275         * scm/define-music-types.scm (music-descriptions): move
16276         NewQuoteMusic over QuoteMusic
16277
16278         * Documentation/user/notation.itely (Formatting cue notes): use
16279         \cueDuring.
16280
16281         * lily/new-quote-iterator.cc (quote_ok): new function.
16282
16283         * input/regression/quote-cue-during.ly: new file.
16284
16285         * input/regression/quote-grace.ly: new file.
16286
16287         * scm/define-context-properties.scm (Module): change definition of
16288         graceSettings
16289
16290         * lily/context-property.cc (Module): rename from
16291         translator-property.cc
16292
16293         * lily/context.cc (context_name_symbol): new function
16294
16295         * lily/grace-engraver.cc: new file. Set properties for grobs based
16296         on the grace-ness of now_moment().
16297
16298         * scm/music-functions.scm (add-grace-property): use list
16299         iso. vector for graceSettings
16300         remove set-{start,stop}-grace-properties. 
16301
16302         * lily/new-quote-iterator.cc (construct_children): set
16303         quote_outlet_ if no quoted-context-{id,type} specified.
16304
16305         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
16306
16307         * lily/parser.yy (command_element): remove \quote.
16308
16309         * ly/music-functions-init.ly (location): add quoteDuring music
16310         function. 
16311
16312         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
16313         optional semicolon. (backportme)
16314
16315 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
16316
16317         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
16318         need to link to GUILE et al.
16319
16320 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16321
16322         * scm/define-music-properties.scm (all-music-properties): add
16323         quoted-context-type, quoted-context-id.
16324
16325         * scm/lily.scm (type-check-list): new function.
16326         
16327         * scm/lily-library.scm: new file. Generic library routines.
16328
16329         * lily/parser.yy (Generic_prefix_music): move typechecking out of
16330         parser.
16331
16332         * ly/music-functions-init.ly: add quoteDuring function.
16333
16334         * lily/include/music-iterator.hh (class Music_iterator): rename
16335         set_translator -> set_context
16336
16337         * lily/parser.yy (Generic_prefix_music_scm): add
16338         MUSIC_FUNCTION_SCM_SCM_MUSIC
16339
16340         * scm/lily.scm (sanitize-command-option): new function. (backportme)
16341
16342         * scm/framework-tex.scm (header): sanitize TeX paper size.
16343         (backportme)
16344
16345 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
16346
16347         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
16348
16349         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
16350
16351         * scm/framework-tex.scm (font-load-command): Use T1 if no
16352         font-encoding set.  (backportme)
16353
16354         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
16355         exists before converting.  (backportme)
16356
16357         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
16358         exists before converting.  (backportme)
16359         (convert-to-ps): Remove .ps file if it exists before
16360         converting.  (backportme)
16361
16362         * lily/lexer.ll: Remove extra progress newline, use present tense.
16363
16364         * scm/paper.scm (paper-alist): public.
16365         * scm/framework-tex.scm (convert-to-ps):
16366         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
16367         command line.
16368
16369 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16370
16371         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
16372
16373         * lily/recording-group-engraver.cc (derived_mark): mark
16374         now_events_. (backportme)
16375
16376 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16377
16378         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
16379
16380         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
16381         invoking latex. (backportme.)
16382
16383         * lily/stem.cc (off_callback): center stems for all rest stems.
16384
16385 2004-11-05  Werner Lemberg  <wl@gnu.org>
16386
16387         * Documentation/user/lilypond.tely: Add more guidelines for writing
16388         lilypond texinfo documents.
16389
16390 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
16391
16392         * Documentation/index.html.in: remove <hr>.
16393
16394         * THANKS: change 2.3 to 2.4.
16395
16396 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
16397
16398         * scm/output-gnome.scm: More fontconfig comment.
16399
16400 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
16401
16402         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
16403         <package> directory in $(builddir)/share according with
16404         PACKAGE_NAME defined in the VERSION file.
16405
16406 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16407
16408         * lily/beam.cc (rest_collision_callback): use local beam
16409         multiplicity.
16410
16411         * input/regression/stem-stemlet.ly: new file.
16412
16413         * lily/stem.cc (add_head): store rests as well.
16414
16415         * scm/define-grob-properties.scm (all-user-grob-properties): add
16416         stemlet-length
16417
16418         * lily/stem.cc: store rests as well.
16419         
16420         * input/regression/new-slur.ly: mention forcing.
16421
16422 2004-11-04  Werner Lemberg  <wl@gnu.org>
16423
16424         * Documentation/user/*: A new round of layout fixes and document
16425         structure cleanup.
16426
16427 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
16428
16429         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
16430
16431 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
16432
16433         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
16434
16435 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
16436
16437         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
16438
16439         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
16440
16441         * lily/main.cc (main): Invoke identify.
16442
16443         * scm/lily.scm (postscript->pdf): Remove progress newline.
16444         Write progress to stderr.
16445
16446         * lily/paper-book.cc (output): Remove progress newline.
16447
16448         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
16449         gettext on user messages, and remove whitespace.
16450
16451         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
16452
16453         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
16454         argv[0] (Thomas Scharkowski).
16455
16456         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
16457         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
16458         for ec-fonts-mtraced.
16459
16460         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
16461         --srcdir build (Bertalan).
16462
16463         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
16464         headers and library too (Laura Conrad).
16465
16466         * Documentation/topdocs/INSTALL.texi (Top): Mention development
16467         package for guile too (Laura Conrad).
16468
16469         * lily/main.cc (usage): Typo.
16470
16471 2004-11-02  Werner Lemberg  <wl@gnu.org>
16472
16473         * Documentation/user/notation.ly: More fixes to improve appearance.
16474
16475         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
16476         better output for multicolumn tables.
16477
16478 2004-11-01  Mats Bengtsson  <mabe@s3.kth.se>
16479
16480         * lily/main.cc (dir_info): Fixed typo in the printouts.
16481
16482 2004-11-01  Werner Lemberg  <wl@gnu.org>
16483
16484         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
16485         of output.
16486         Set `per_line' to 2; replace hard-coded value with it.
16487
16488         * Documentation/user/*: Many fixes to improve appearance of
16489         printed manual.
16490
16491 2004-11-01  Werner Lemberg  <wl@gnu.org>
16492
16493         * Documentation/user/changing-defaults.itely,
16494         Documentation/user/notation.ly,
16495         Documentation/user/programming-interface.itely: Use @/.
16496         Fix formatting of some lilypond snippets and tables.
16497
16498         * scripts/lilypond-book.py (compose_ly): Provide useful default
16499         for LINEWIDTH in `override'.
16500
16501 2004-10-31  Graham Percival  <gperlist@shaw.ca>
16502
16503         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
16504
16505 2004-10-31  Werner Lemberg  <wl@gnu.org>
16506
16507         Resetting @exampleindent to `5' gives ugly results with texinfo's
16508         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
16509         (if not quoting) to change @exampleindent only locally.
16510
16511         * scripts/lilypond-book.py (NOQUOTE): New variable.
16512         (output) [LATEX]: Remove AFTER and BEFORE.
16513         [TEXINFO]: Remove AFTER and BEFORE.
16514         Fix QUOTE and VERBATIM pattern.
16515         Add NOQUOTE pattern.
16516         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
16517         and BEFORE.
16518         [output_texinfo]: Use NOQUOTE.
16519
16520 2004-10-31  Graham Percival  <gperlist@shaw.ca>
16521
16522         * Documentation/user/changing-defaults.itely: clarify paper
16523         size commands with correct info.
16524
16525         * Documentation/user/lilypond-book.itely: add more docs for
16526         filename extensions.
16527
16528 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16529
16530         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
16531         (PATCH_LEVEL): start 2.5.0.
16532
16533 #Local variables:
16534 #coding: utf-8
16535 #End:
16536